@font-face {
	font-family: 'a';
	src: url('../fonts/Kingthings Petrock.ttf');
}

@font-face {
	font-family: 'b';
	src: url('../fonts/SAMARN__.TTF');
}

.icon1 {
	background-color: #1da1f2 !important;
}

.icon2 {
	background-color: #df4a32 !important;
}

body {
	font-family: 'Nunito', sans-serif;
	overflow: hidden;
	background-color: white;
}

.row {
	margin: 0px !important;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 99999999999999;
}

.preloader_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 4em;
	height: 5em;
	line-height: 4em;
	text-align: center;
	font-size: 5em;
	font-family: monospace;
	font-weight: 900;
	font-family: 'Kalam', cursive;
	color: #a52525
}

.hide {
	opacity: 0;
}

.show {
	opacity: 1;
}

.show {
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.innerload {
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
}

.innerload p {
	font-size: 19px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	position: relative;
	color: #a52525;
	font-family: 'Kalam', cursive;
	font-weight: 900;
}

.innerload p::before {
	content: "\f10d";
	position: absolute;
	font-family: fontAwesome;
	left: 260px;
	font-size: 56px;
	top: -48px;
}

.innerload p::after {
	content: "\f10e";
	position: absolute;
	font-family: fontAwesome;
	right: 290px;
	font-size: 28px;
	top: 3px;
}

.animation-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.animation-container span {
	color: whitesmoke;
	display: block;
	font-size: 18px;
	font-family: 'Helvetica';
	text-shadow: 0 0 1px black;
	position: absolute;
	user-select: none;
	pointer-events: none;
	cursor: default;
	z-index: 1;
	opacity: 0;
	will-change: transform, opacity;
	animation-timing-function: ease-out;
	animation-name: move;
	color: orange;
}

@keyframes move {
	0% {
		opacity: 0;
		transform: translateY(100vh);
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: none;
	}
}

.head {
	background-image: url('../images/parallax-decorR.jpg');
	height: 665px;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-position-y: -20px
}

.page1 {
	height: auto;
	text-align: center;
	position: absolute;
	top: 200px;
	width: 100%;
}

.test {
	width: 100%;
	text-align: center;
}

.tp {
	stroke-dasharray: 0 1000;
	fill-opacity: 0;
}

.tp:nth-child(1) {
	-webkit-animation: dash 6s linear, opac 0.25s linear 1.1s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear, opac 0.25s linear 1.1s;
	animation-fill-mode: forwards;
}

.tp:nth-child(2) {
	-webkit-animation: dash 6s linear 1.5s, opac 0.25s linear 3.1s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 1.5s, opac 0.25s linear 3.1s;
	animation-fill-mode: forwards;
}

.tp:nth-child(3) {
	-webkit-animation: dash 6s linear 3s, opac 0.25s linear 4s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 3s, opac 0.25s linear 4s;
	animation-fill-mode: forwards;
}

.tp:nth-child(4) {
	-webkit-animation: dash 6s linear 4s, opac 0.25s linear 5s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 4s, opac 0.25s linear 5s;
	animation-fill-mode: forwards;
}

.tp:nth-child(5) {
	-webkit-animation: dash 6s linear 5s, opac 0.25s linear 6s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 5s, opac 0.25s linear 6s;
	animation-fill-mode: forwards;
}

.tp:nth-child(6) {
	-webkit-animation: dash 6s linear 6s, opac 0.25s linear 7s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 6s, opac 0.25s linear 7s;
	animation-fill-mode: forwards;
}

.tp:nth-child(7) {
	-webkit-animation: dash 6s linear 7s, opac 0.25s linear 8s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 7s, opac 0.25s linear 8s;
	animation-fill-mode: forwards;
}

.tp:nth-child(8) {
	-webkit-animation: dash 6s linear 8s, opac 0.25s linear 9s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 8s, opac 0.25s linear 9s;
	animation-fill-mode: forwards;
}

.tp:nth-child(9) {
	-webkit-animation: dash 6s linear 9s, opac 0.25s linear 10s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 9s, opac 0.25s linear 10s;
	animation-fill-mode: forwards;
}

.tp:nth-child(10) {
	-webkit-animation: dash 6s linear 10s, opac 0.25s linear 11s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 10s, opac 0.25s linear 11s;
	animation-fill-mode: forwards;
}

.tp:nth-child(11) {
	-webkit-animation: dash 6s linear 11s, opac 0.25s linear 12s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 11s, opac 0.25s linear 12s;
	animation-fill-mode: forwards;
}

.tp:nth-child(12) {
	-webkit-animation: dash 6s linear 12s, opac 0.25s linear 13s;
	-webkit-animation-fill-mode: forwards;
	animation: dash 6s linear 12s, opac 0.25s linear 13s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes dash {
	from {
		stroke-dasharray: 0 1000;
	}
	to {
		stroke-dasharray: 1000 0;
	}
}

@keyframes dash {
	from {
		stroke-dasharray: 0 1000;
	}
	to {
		stroke-dasharray: 1000 0;
	}
}

@-webkit-keyframes opac {
	from {
		fill-opacity: 0;
	}
	to {
		fill-opacity: 1;
	}
}

@keyframes opac {
	from {
		fill-opacity: 0;
	}
	to {
		fill-opacity: 1;
	}
}

.mouse {
	width: 22px;
	height: 42px;
	margin-left: 49%;
	border-radius: 15px;
	border: 2px solid #fff;
	-webkit-animation: intro 1s;
	animation: intro 1s;
}

.scroll {
	display: block;
	width: 5px;
	height: 5px;
	margin: 6px auto;
	border-radius: 4px;
	background: #fff;
	-webkit-animation: finger 1s infinite;
	animation: finger 1s infinite;
}

@-webkit-keyframes intro {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes intro {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes finger {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes finger {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.ms {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.ms p {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #e35525;
}

.fBold{
	font-weight:bold;
}
/* .ov{  position: absolute;  background-color: rgb(0,0,0);  width: 100%;  height: 100%;  top: 0;  left: 0;} */
.section-upcoming {
	background-color: #f4f5f4;
	height: 700px;
	padding: 20px 0px;
	position: relative;
	text-align: center;
	display: none;
}

.innersec-upcoming {
	width: 85%;
	margin: 0px auto;
}

.innersec-upcoming h2 {
	font-family: 'b';
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 42px;
	color: #555;
}



.innersec-upcoming p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}

.innersec-upcoming .head-lines-upcoming{
	font-family: 'Nunito', sans-serif;
	text-align:center;
	color:#555;
	font-size:16px;
	margin-top:0px;

}

.innersec-upcoming .ist-info{
	color:#fff;
	font-size:12px;
	text-align:center;
	margin-top:-10px;
}
.innersec-upcoming .read-more-link{
	font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 5px 15px;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: transparent;
    border-radius: 0px;

    margin-top: 20px;
}
.innersec-upcoming .read-more-link i{
	font-size:26px;
} 
.innersec-upcoming .read-more-link:hover{
text-decoration: none;
    color: #fff;
    background-color: #EAB601;
}
.center-img{
	width:300px;
	margin:0 auto;
	display: block;
}
.innersec-upcoming .upcoming-events-slider p{
	text-align:center;
	font-size: 18px;
	color:#333;
	text-transform: uppercase;
	margin:5px 0px;
}

.innersec-upcoming .upcoming-events-slider .item{
	padding:5px;
}

.innersec-upcoming .upcoming-events-slider .btn1{
	margin-top:20px;
}

.section-upcoming h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 40px 0;
	margin-top: 0;
	color: #0f5152;
	letter-spacing: 1px;
	font-size: 50px;
}



.section1 {
	background-color: #ffe09c;
	height: 700px;
	padding: 70px 0px;
	position: relative;
}

.innersec1 {
	width: 85%;
	margin: 0px auto;
}

.innersec1 h2 {
	/*font-family: 'b';*/
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #0f5152;
}

.innersec1 p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}

.section1 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 40px 0;
	margin-top: 0;
	color: #0f5152;
	letter-spacing: 1px;
	font-size: 50px;
}

.vm {
	display: inline-block;
	color: red;
	text-transform: uppercase;
	padding: 5px 0px;
	margin-top: 0px;
	letter-spacing: 2px;
	text-decoration: none;
	/* background-color: #3576db; */
	border: 0;
	transition: 0.5s transform;
	position: relative;
	z-index: 30;
	font-size: 12px;
}

.section2 {
	background-color: #0f5152;
	height: 700px;
	padding: 70px 0px;
	position: relative;
}

.innersec2 {
	width: 85%;
	margin: 0px auto;
}

.innersec2 h2 {
	font-family: 'Raleway', sans-serif;
	/*font-family: 'b';*/
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #fff;
}

.innersec2 p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	color: white;
	text-align: left;
}

.section2 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 40px 0;
	margin-top: 0;
	color: #0f5152;
	letter-spacing: 1px;
	font-size: 50px;
}


/* ..................... */

.section3 {
	background-color: #cde4b0;
	height: 700px;
	padding: 70px 0px;
	position: relative;
}

.innersec3 {
	width: 85%;
	margin: 0px auto;
}

.innersec3 h2 {
	font-family: 'Raleway', sans-serif;
	/*font-family: 'b';*/
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #0f5152;
}

.innersec3 p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}

.section3 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 40px 0;
	margin-top: 0;
	color: #0f5152;
	letter-spacing: 1px;
	font-size: 50px;
}

.sectionyoga {
	background-color: #f9fc70;
	height: 600px;
	padding: 70px 0px;
	position: relative;
}

.innersecyoga {
	width: 85%;
	margin: 0px auto;
}

.innersecyoga h2 {
	font-family: 'Raleway', sans-serif;
	/*font-family: 'b';*/ 
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #0f5152;
}

.innersecyoga p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}

.sectionyoga h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 40px 0;
	margin-top: 0;
	color: #0f5152;
	letter-spacing: 1px;
	font-size: 50px;
}

.sectionyoga::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #f9fc70;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}

.brand_item {
	border-radius: 50%;
	transition: 0.5s;
}

.section4 {
	background-color: #ff7979;
	height: 700px;
	padding: 70px 0px;
	position: relative;
}

.innersec4 {
	width: 85%;
	margin: 0px auto;
}

.innersec4 h2 {
	font-family: 'Raleway', sans-serif;
	/*font-family: 'b';*/
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #fff;
}

.innersec4 p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	color: white;
	text-align: left;
}

.section4 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 40px 0;
	margin-top: 0;
	color: #0f5152;
	letter-spacing: 1px;
	font-size: 50px;
}

.brand_item:hover {
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0 10px orange;
	transition: 0.5s;
	cursor: pointer;
}

.instuct {
	text-align: center;
	font-size: 21px;
	color: white;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 1px;
}

.psqaure {
	width: 80%;
	margin: 0px auto;
}

.countdiv::before {
	content: '';
	position: absolute;
	left: -50px;
	background-color: #ff8000;
	width: 15%;
	height: 100%;
	-webkit-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
	top: 0px;
	z-index: -1;
}

.countjoin {
	display: inline-block;
	font-size: 18px;
	color: white;
	border: 2px solid white;
	padding: 8px 24px;
	margin-top: 25px;
	text-decoration: none;
	letter-spacing: 3px;
	font-family: 'Hammersmith One', sans-serif;
	transition: 0.3s;
	border-radius: 5px;
}

.countdiv {
	background-color: #ff8000;
	height: 450px;
}

.xs3 h1 {
	font-size: 75px;
	color: white;
	display: inline-block;
	margin-left: 20px;
	margin-top: 0px;
}

.tilldate {
	color: white;
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 200;
}

.People {
	color: white;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 200;
}

.countjoin {
	display: inline-block;
	font-size: 18px;
	color: white;
	border: 2px solid white;
	padding: 8px 24px;
	margin-top: 25px;
	text-decoration: none;
	letter-spacing: 3px;
	font-family: 'Hammersmith One', sans-serif;
	transition: 0.3s;
	border-radius: 5px;
}

.countjoin:hover {
	color: black;
	border: 2px solid black;
	text-decoration: none;
	transition: 0.3s;
}

.xs3 {
	padding: 90px 0px;
}

.im {
	margin-top: 50px;
}

.social {
	position: fixed;
	top: calc(100%/2.5);
	z-index: 1000;
}

.icon:nth-child(1) {
	background-color: #3b5998;
}

.icon {
	position: relative;
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	transition: width 0.3s linear;
}

.icon:nth-child(2) {
	background-color: #1da1f2;
}

.icon:nth-child(3) {
	background-color: #df4a32;
}

.icon:hover {
	width: 80px;
}

.ca {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f3f3f3;
}

.quote {
	color: rgba(0, 0, 0, .1);
	text-align: center;
	margin-bottom: 30px;
}


/*-------------------------------*/


/*    Carousel Fade Transition   */


/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
	background-color: #e84a64;
	border: none;
}

#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
	font-family: 'Nunito', sans-serif;
}

#fade-quote-carousel blockquote p {
	margin-bottom: 0px;
}

#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}

ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.star li {
	display: inline-block;
	margin-right: 10px;
	color: orange;
}

.client {
	color: black;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	/*font-family: 'b';*/
	letter-spacing: 1px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 50px;
}

.innertest {
	width: 85%;
	margin: 0px auto;
	padding: 80px 0px;
}

.sectionnews {
	background-color: #5db040;
	height: auto;
	position: relative;
}

.sectionnews::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #5db040;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}

.newsletter {
	width: 85%;
	margin: 0px auto;
	padding: 50px 0px;
}

.tunewu {
	font-size: 19px;
	letter-spacing: 1px;
	color: white;
	margin-top: 15px;
	font-family: 'Hammersmith One', sans-serif;
	font-weight: 900;
}

.subscriptiontext {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
}

.filine {
	margin-top: 75px;
}

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}

.btnsubcribe {
	background-color: #2b2f35;
	border: none;
	color: white;
	padding: 15px 15px;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	transform: translate(-5px, 1px);
	transition: 0.2s;
}

.grad {
	background-color: white !important;
	border-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px 18px;
	border: 1px solid white !important;
	color: black !important;
}

.fcontrol {
	width: 350px !important;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 1px solid white !important;
	font-size: 16px;
	letter-spacing: 1px;
	height: 50px !important;
	border-radius: 0 !important;
}

.share li {
	display: inline-block;
	margin-right: 10px;
	font-size: 21px;
}

.share {
	margin-top: 20px !important;
}

.son {
	font-size: 15px !important;
}

.share .fa-facebook {
	color: #3b5998;
}

.share .fa-twitter {
	color: #1da1f2;
	font-size: 22px !important;
}

.ft {
	padding: 50px 0px;
}

.yogainstruct {
	background-color: white;
	padding: 75px 0px 150px 0px;
	background-size: contain;
}

.innerinstruct h1 {
	/*font-family: 'b';*/
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #0f5152;
	text-align: center;
	margin-top: 0;
}

.con1 {
	width: 65%;
	margin: 0px auto;
	margin-top: 50px;
}

.con1 p {
	text-align: center;
	font-size: 18px;
	color: #000;
	font-family: 'Nunito', sans-serif;
}

.event {
	background-color: white;
}

.innerevent {
	width: 85%;
	margin: 0px auto;
	padding: 100px 0px;
}

.innerevent h1 {
	font-family: 'Raleway', sans-serif;
	/*font-family: 'b';*/
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 36px;
	color: #0f5152;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.dat {
	background-color: orange;
	color: white;
	padding: 10px 10px;
	font-size: 15px;
	min-height: 42.5px;
}

.post p a {
	color: black !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}

.post p a:hover {
	color: orange !important;
	text-align: left;
}

.post p:last-child {
	color: black;
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.innermd {
	width: 90%;
	margin: 0px auto;
	box-shadow: 1px 1px 5px #c9c9c9;
	text-align: left;
}

.mainconnew {
	padding: 15px 15px;
	min-height: 98.5px;
}

.btn1 {
	background-color: #ffa500;
	display: inline-block;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
	padding: 10px 28px;
	transition: 0.3s;
	font-family: 'Hammersmith One', sans-serif;
	margin-top: 50px;
	letter-spacing: 1px;
	border: 0;
}

.btn1:hover {
	color: white;
	box-shadow: 0px 37px 10px -15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transform: translate(0px, -10px);
}

.ul1 li {
	display: inline;
	margin: 0px 12px;
	transition: 0.5s;
}

.fb {
	color: gray;
	border: 1px solid lightgray;
	border-radius: 25px;
	padding: 9px 13px;
	transition: 0.5s;
}

.tw {
	color: gray;
	border: 1px solid lightgray;
	border-radius: 25px;
	padding: 10px 11px;
	transition: 0.5s;
}

.yt {
	color: gray;
	border: 1px solid lightgray;
	border-radius: 25px;
	padding: 10px 11px;
	transition: 0.5s;
}

.ulmenu li {
	list-style-type: none;
	display: inline;
	margin: 0px 12px;
}

.fb:hover {
	background-color: orange;
	color: white;
	transition: 0.5s;
	border: 1px solid orange;
}

.tw:hover {
	background-color: orange;
	color: white;
	transition: 0.5s;
	border: 1px solid orange;
}

.yt:hover {
	background-color: orange;
	color: white;
	transition: 0.5s;
	border: 1px solid orange;
}

.ulmenu {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#siteNav {
	position: absolute;
	top: 0px;
	z-index: 1000;
	width: 100%;
	border: 0px;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
	color: #fff !important;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.navbar-default {
	border-radius: 0px !important;
	background-color: transparent !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	/*color: #fff !important;*/
	background-color: transparent;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
	color: #cd4d32 !important;
	font-size: 16px !important;
}

.navbar-right {
	margin-top: 18px !important;
}

.navbar-brand {
	padding: 0px !important;
}

.preloader_inner {
	visibility: hidden;
}

.section2::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #0f5152;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}
.section1::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #ffe09c;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}

.section-upcoming::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #f4f5f4;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}

.section3::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #cde4b0;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}

.section4::before {
	content: '';
	position: absolute;
	top: -65px;
	background-color: #ff7979;
	width: 100%;
	height: 121px;
	left: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}

.wrap {
	height: 100%;
	position: relative;
	overflow: hidden;
}

@media (min-width:320px) and (max-width:359px) {
	.grad {
		display: none !important;
	}
	.sectionyoga {
		height: auto !important;
		padding: 0px 0px 100px 0px !important;
	}
	.innersecyoga {
		width: 95%;
	}
	.innersecyoga img {
		width: 100%;
		margin-top: 10px;
	}
	.innersecyoga p {
		text-align: justify;
		font-size: 16px;
	}
	.innerload p::before {
		left: 10px;
		top: -42px;
		font-size: 28px;
	}
	.innerload p::after {
		right: 15px;
		top: 40px;
		font-size: 28px;
	}
	.innerload {
		top: 50%;
		padding: 0px 10px;
	}
	.innerload p {
		font-size: 15px;
	}
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus {
		color: #cd4d32;
		font-size: 13px !important;
	}
	#navbar {
		padding: 0px;
		background-color: white;
	}
	.flash {
		width: 50% !important;
	}
	.page1 {
		top: 160px;
	}
	.con1 {
		width: 96%;
		margin-top: 30px;
	}
	.innersec1 img {
		width: 100%;
		margin-top: 0px
	}
	.social {
		display: none;
	}
	.section-upcoming {
		padding: 0px 0px 100px 0px;
		height: auto;
	}
	.innersec-upcoming {
		width: 100%;
		margin: 0px auto;
	}
	.innersec-upcoming h2 {
		font-size: 21px;
	}

	.section1 {
		padding: 0px 0px 100px 0px;
		height: auto;
	}
	.innersec1 {
		width: 100%;
		margin: 0px auto;
	}
	.innersec1 h2 {
		font-size: 21px;
	}
	.section2 {
		padding: 0px 0px 100px 0;
		height: auto;
	}
	.innersec1 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec2 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec3 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec4 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec2 {
		width: 100%;
		margin: 0px auto;
	}
	.yogatype li {
		color: white;
		font-size: 16px !important;
	}
	.innersecyoga h2 {
		font-size: 26px;
	}
	.innersec2 h2 {
		font-size: 28px;
	}
	.innersec2 img {
		width: 100%;
		margin-top: 10px;
	}
	.innersec3 img {
		width: 100%;
		margin-top: 0px
	}
	.section3 {
		padding: 0px 0px 100px 0;
		height: auto;
	}
	.innersec3 {
		width: 100%;
		margin: 0px auto;
	}
	.innersec3 h2 {
		font-size: 28px;
	}
	.innersec4 img {
		width: 100%;
		margin-top: 0px
	}
	.section4 {
		padding: 0px 0px 100px 0;
		height: auto;
	}
	.innersec4 {
		width: 100%;
		margin: 0px auto;
	}
	.xs3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.innersec4 h2 {
		font-size: 28px;
	}
	.innerevent {
		width: 100%;
		padding: 45px 0px;
	}
	.innermd {
		width: 100%;
	}
	.countdiv::before {
		width: 19%;
		left: -36px;
	}
	.xs3 h1 {
		font-size: 50px;
	}
	.tilldate {
		color: white;
		font-size: 23px;
	}
	.xs3 {
		padding: 75px 0px;
	}
	.People {
		color: white;
		font-size: 20px;
	}
	.countjoin {
		display: inline-block;
		font-size: 15px;
	}
	.countdiv {
		background-color: #ff8000;
		height: 339px;
	}
	.newsletter {
		width: 100%;
	}
	.fcontrol {
		width: 190px !important;
		font-size: 13px !important;
	}
	.nwsletter {
		padding: 0px 10px;
	}
	.lastline {
		text-align: center;
		margin-bottom: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: none;
		border: 0;
		margin-top: 15px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent !important;
	}
	.resimg {
		width: 52px;
		margin-left: 20px; 
		margin-top: -12px;
	}
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus {
		color: #cd4d32 !important;
		font-size: 13px !important;
	}
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: #cd4d32 !important;
	}
	.nav>li {
		text-align: left !important;
		border-bottom: 1px solid #ffe0a7;
	}
	.texto {
		font-size: 35px;
	}
	.innerinstruct h1 {
		font-size: 24px;
	}
	.con1 p {
		font-size: 14px;
	}
	.innerevent h1 {
		font-size: 24px;
	}
	.innerevent .col-md-4 {
		margin-bottom: 30px;
	}
	.client {
		font-size: 27px;
	}
	#fade-quote-carousel blockquote {
		padding: 0;
	}
	.ca .col-md-8 {
		padding: 0px;
	}
	blockquote {
		font-size: 13.5px !important;
	}
	.btnsubcribe {
		padding: 17.5px 8px;
		font-size: 11px;
		transform: translate(-5px, -1px);
	}
	.ca {
		padding-top: 45px;
	}
	.ulmenu li {
		font-size: 9px;
		margin: 0px 6px;
	}
	.has-feedback .form-control {
		padding-right: 6.5px !important;
	}
	.filine {
		margin-top: 35px;
	}
	.head {
		height: 490px;
	}
	.syoga {
		font-size: 26px !important;
	}
	.head {
		background-position-x: -400px;
	}
}

@media (min-width:360px) and (max-width:767px) {
	.grad {
		display: none !important;
	}
	.innersecyoga h2 {
		font-size: 30px;
	}
	.innersecyoga p {
		font-size: 16px;
		text-align: justify;
	}
	.sectionyoga {
		height: auto;
		padding: 0px 0px 80px 0;
	}
	.syoga {
		font-size: 30px !important;
	}
	.innersecyoga {
		width: 95%;
		margin: 0px auto;
	}
	#on {
		width: 100%;
	}
	.social {
		display: none;
	}
	.innerload p::before {
		left: 10px;
		top: -42px;
		font-size: 28px;
	}
	.innerload p::after {
		right: 15px;
		top: 19px;
		font-size: 28px;
	}
	.innerload {
		top: 50%;
		padding: 0px 10px;
	}
	.innerload p {
		font-size: 13px;
	}
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus {
		color: #cd4d32;
		font-size: 13px !important;
	}
	#navbar {
		padding: 0px;
		background-color: white;
	}
	.flash {
		width: 65% !important;
	}
	.page1 {
		top: 250px;
	}
	.con1 {
		width: 96%;
		margin-top: 30px;
	}
	.innersec1 img {
		width: 100%;
		margin-top: 0px
	}
	.section-upcoming {
		padding: 0px 0px 100px 0px;
		height: auto;
	}
	.innersec-upcoming {
		width: 95%;
		margin: 0px auto;
	}
	.innersec-upcoming h2 {
		font-size: 28px;
	}
	.section1 {
		padding: 0px 0px 100px 0px;
		height: auto;
	}
	.innersec1 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec1 h2 {
		font-size: 28px;
	}
	.section2 {
		padding: 0px 0px 100px 0;
		height: auto;
	}
	.innersec1 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec2 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec3 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec4 p {
		text-align: justify;
		font-size: 15px;
	}
	.innersec2 {
		width: 95%;
		margin: 0px auto;
	}
	.yogatype li {
		color: white;
		font-size: 16px !important;
	}
	.innersec2 h2 {
		font-size: 28px;
	}
	.innersec2 img {
		width: 100%;
		margin-top: 10px;
	}
	.innersec3 img {
		width: 100%;
		margin-top: 0px
	}
	.section3 {
		padding: 0px 0px 100px 0;
		height: auto;
	}
	.innersec3 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec3 h2 {
		font-size: 28px;
	}
	.innersec4 img {
		width: 100%;
		margin-top: 0px
	}
	.section4 {
		padding: 0px 0px 100px 0;
		height: auto;
	}
	.innersec4 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec4 h2 {
		font-size: 28px;
	}
	.innerevent {
		width: 100%;
		padding: 45px 0px;
	}
	.innermd {
		width: 100%;
	}
	.countdiv::before {
		width: 19%;
		left: -36px;
	}
	.xs3 h1 {
		font-size: 50px;
	}
	.tilldate {
		color: white;
		font-size: 28px;
	}
	.xs3 {
		padding: 66px 0px;
	}
	.People {
		color: white;
		font-size: 20px;
	}
	.countjoin {
		display: inline-block;
		font-size: 15px;
	}
	.countdiv {
		background-color: #ff8000;
		height: 339px;
	}
	.newsletter {
		width: 100%;
	}
	.fcontrol {
		width: 221px !important;
	}
	.nwsletter {
		padding: 0px 10px;
	}
	.lastline {
		text-align: center;
		padding-bottom: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: none;
		border: 0;
		margin-top: 15px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent !important;
	}
	.resimg {
		width: 52px;
		margin-left: 20px; 
		margin-top: -12px;
	}
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus {
		color: #cd4d32 !important;
		font-size: 13px !important;
	}
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: #cd4d32 !important;
	}
	.nav>li {
		text-align: left !important;
		border-bottom: 1px solid #ffe0a7;
	}
	.texto {
		font-size: 35px;
	}
	.innerinstruct h1 {
		font-size: 24px;
	}
	.con1 p {
		font-size: 15px;
	}
	.innerevent h1 {
		font-size: 24px;
	}
	.innerevent .col-md-4 {
		margin-bottom: 30px;
	}
	.client {
		font-size: 27px;
	}
	#fade-quote-carousel blockquote {
		padding: 0;
	}
	.ca .col-md-8 {
		padding: 0px;
	}
	blockquote {
		font-size: 13.5px !important;
	}
	.btnsubcribe {
		padding: 16px 11px;
		font-size: 12px;
		transform: translate(-5px, 1px);
	}
	.ca {
		padding-top: 45px;
	}
	.ulmenu li {
		font-size: 9px;
		margin: 0px 6px
	}
	.has-feedback .form-control {
		padding-right: 6.5px !important;
	}
	.filine {
		margin-top: 35px;
	}
	.head {
		background-position-x: -450px;
	}
}

@media (min-width:768px) and (max-width:799px) {
	.innerload p::before {
		left: 34px;
	}
	.innerload p::after {
		right: 63px;
	}
	.innerload {
		top: 50%;
	}
	.innerload p {
		font-size: 15px;
	}
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus {
		color: #cd4d32;
		font-size: 13px !important;
	}
	#navbar {
		padding: 0px;
	}
	.flash {
		width: 23% !important;
	}
	.page1 {
		top: 250px;
	}
	.con1 {
		width: 85%;
	}
	.innersec1 img {
		width: 100%;
		margin-top: 80px
	}
	.section-upcoming {
		padding: 0px 0px;
		height: 700px;
	}
	.innersec-upcoming {
		width: 95%;
		margin: 0px auto;
	}
	.innersec-upcoming h2 {
		font-size: 28px;
	}
	.section1 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec1 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec1 h2 {
		font-size: 28px;
	}
	.section2 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec1 p {
		text-align: left;
	}
	.innersec2 p {
		text-align: left;
	}
	.innersec3 p {
		text-align: left;
	}
	.innersec4 p {
		text-align: left;
	}
	.innersec2 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec2 h2 {
		font-size: 28px;
	}
	.innersec2 img {
		width: 100%;
		margin-top: 80px
	}
	.innersec3 img {
		width: 100%;
		margin-top: 80px
	}
	.section3 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec3 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec3 h2 {
		font-size: 28px;
	}
	.innersec4 img {
		width: 100%;
		margin-top: 80px
	}
	.section4 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec4 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec4 h2 {
		font-size: 28px;
	}
	.innerevent {
		width: 100%;
	}
	.innermd {
		width: 100%;
	}
	.countdiv::before {
		width: 19%;
		left: -36px;
	}
	.xs3 h1 {
		font-size: 50px;
	}
	.tilldate {
		color: white;
		font-size: 28px;
	}
	.xs3 {
		padding: 50px 0px;
	}
	.People {
		color: white;
		font-size: 20px;
	}
	.countjoin {
		display: inline-block;
		font-size: 15px;
	}
	.countdiv {
		background-color: #ff8000;
		height: 339px;
	}
	.newsletter {
		width: 100%;
	}
	.fcontrol {
		width: 202px !important;
	}
	.nwsletter {
		padding: 0px;
	}
	.lastline {
		text-align: center;
		padding-bottom: 0;
	}
	.nwsletter {
		padding: 0px !important;
	}
	.sectionyoga {
		height: 655px;
		padding: 20px 0px;
	}
	.innersecyoga img {
		width: 100%;
		margin-top: 80px;
	}
	.innersecyoga {
		width: 95%;
	}
	.innersecyoga p {
		text-align: left;
	}
	.page2 {
		width: 53% !important;
		top: 20% !important;
	}
	.page2 {
		width: 60% !important;
		top: 20% !important;
	}
	.head {
		background-position-x: -250px;
	}
}

@media (min-width:800px) and (max-width:991px) {
	.innerload p::before {
		left: 34px;
	}
	.innerload p::after {
		right: 63px;
	}
	.innerload {
		top: 50%;
	}
	.innerload p {
		font-size: 16px;
	}
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus {
		color: #cd4d32;
		font-size: 13px !important;
	}
	#navbar {
		padding: 0px;
	}
	.flash {
		width: 23% !important;
	}
	.page1 {
		top: 250px;
	}
	.con1 {
		width: 85%;
	}
	.innersec1 img {
		width: 100%;
		margin-top: 80px
	}
	.section-upcoming {
		padding: 0px 0px;
		height: 700px;
	}
	.innersec-upcoming {
		width: 95%;
		margin: 0px auto;
	}
	.innersec-upcoming h2 {
		font-size: 28px;
	}
	.section1 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec1 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec1 h2 {
		font-size: 28px;
	}
	.section2 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec1 p {
		text-align: left;
	}
	.innersec2 p {
		text-align: left;
	}
	.innersec3 p {
		text-align: left;
	}
	.innersec4 p {
		text-align: left;
	}
	.innersec2 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec2 h2 {
		font-size: 28px;
	}
	.innersec2 img {
		width: 100%;
		margin-top: 80px
	}
	.innersec3 img {
		width: 100%;
		margin-top: 80px
	}
	.section3 {
		padding: 0px 0px;
		height: 655px;
	}
	.innersec3 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec3 h2 {
		font-size: 28px;
	}
	.innersec4 img {
		width: 100%;
		margin-top: 80px
	}
	.section4 {
		padding: 0px 0px;
		height: 655px;
	}
	.sectionyoga {
		height: 655px;
		padding: 0px 0px;
	}
	.innersec4 {
		width: 95%;
		margin: 0px auto;
	}
	.innersec4 h2 {
		font-size: 28px;
	}
	.innerevent {
		width: 100%;
	}
	.innermd {
		width: 100%;
	}
	.countdiv::before {
		width: 18%;
		left: -36px;
	}
	.xs3 h1 {
		font-size: 50px;
	}
	.tilldate {
		color: white;
		font-size: 28px;
	}
	.xs3 {
		padding: 50px 0px;
	}
	.People {
		color: white;
		font-size: 20px;
	}
	.countjoin {
		display: inline-block;
		font-size: 15px;
	}
	.countdiv {
		background-color: #ff8000;
		height: 339px;
	}
	.newsletter {
		width: 100%;
	}
	.fcontrol {
		width: 202px !important;
	}
	.nwsletter {
		padding: 0px;
	}
	.lastline {
		text-align: center;
		padding-bottom: 0;
	}
	.innersecyoga {
		width: 95%;
	}
	.innersecyoga img {
		width: 100%;
		margin-top: 80px;
	}
	.innersecyoga p {
		text-align: left;
	}
	.page2 {
		width: 60% !important;
		top: 15% !important;
	}
	.head {
		background-position-x: -200px;
	}
}

@media (min-width:992px) and (max-width:1279px) {
	.sectionyoga {
		background-color: #f9fc70;
		height: 633px;
		padding: 45px 0px;
	}
	.innerload p::before {
		left: 80px;
	}
	.innerload p::after {
		right: 105px;
	}
	.innerload {
		top: 50%;
	}
	.flash {
		width: 25%;
	}
	.con1 {
		width: 80%;
	}
	.section-upcoming {
		padding: 46px 0px;
	}
	.section1 {
		padding: 46px 0px;
	}
	.section2 {
		padding: 45px 0px;
	}
	.section3 {
		padding: 45px 0px;
	}
	.section4 {
		padding: 45px 0px;
	}
	.innerevent {
		width: 100%;
	}
	.innermd {
		width: 100%;
	}
	.countdiv::before {
		left: -49px;
		width: 20%;
	}
	.fcontrol {
		width: 223px !important;
	}
	.ulmenu li {
		margin: 0px 11px;
	}
	.page2 {
		width: 53% !important;
		top: 15% !important;
	}
}

@media (min-width:1280px) and (max-width:1366px) {
	.innerload p::before {
		left: 219px;
	}
	.innerload p::after {
		right: 246px;
	}
	.innerload {
		top: 50%;
	}
	.fcontrol {
		width: 346px !important;
	}
	.btnsubcribe {
		transform: translate(-5px, 2px);
	}
	.countdiv::before {
		left: -48px;
	}
	.page2 {
		width: 53% !important;
	}
}

@media (min-width:1366px) and (max-width:1600px) {
	.innerload p::before {
		left: 219px;
	}
	.innerload p::after {
		right: 246px;
	}
	.innerload {
		top: 50%;
	}
	.btnsubcribe {
		transform: translate(-5px, 1px);
	}
}

.texto {
	margin-left: 50%;
}

.yogatype {
	list-style: none;
}

.yogatype li {
	color: white;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
}

.syoga {
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 2px;
}

.mthan {
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	color: white;
	display: inline-block;
}

.page2 h3 {
	font-family: 'b';
	font-size: 40px;
	color: #a52525;
	text-align: center;
}

.page2 p {
	font-size: 22px;
	color: #a52525;
	font-family: 'Kalam', cursive;
	text-align: center;
}

.page2 {
	position: absolute;
	top: 33%;
	width: 50%;
	right: 80px;
}

.aflash {
	width: 427px !important;
}





@media only screen and (max-width: 767px) {
	.ms {
		position: absolute;
		bottom: 128px;
		width: 100%;
		text-align: center;
	}
}



.owl-nav{
      position: absolute;
    top: 10%;
    left: 0px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
.owl-nav{
    top: 25%;
    
}
}
.owl-prev{
      position: absolute;
    left: 30px;
}
.owl-next{
      position: absolute;
    right: 30px;
}

.owl-prev span, .owl-next span{
  font-size:60px;
  color:#ff943f;
}

.owl-prev span{
	position: absolute;
    left: -65px;

}

.owl-next span{
	position: absolute;
    right: -65px;

}
.owl-carousel .owl-nav button.owl-prev:hover span, .owl-carousel .owl-nav button.owl-next:hover span, .owl-carousel button.owl-dot:hover{
color:#ff622c;
}

.owl-carousel .owl-nav button.owl-prev:active, .owl-carousel .owl-nav button.owl-next:active, .owl-carousel button.owl-dot:active,
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel button.owl-dot:focus

{
outline:0px;
border:0px;
}

.upcoming-events-slider .btn1 {
    background-color: #ffa500;
    display: inline-block;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    padding: 10px 28px;
    transition: 0.3s;
    font-family: 'Hammersmith One', sans-serif;
    margin-top: 30px;
    letter-spacing: 1px;
    border: 0;
    text-decoration: none;
}

.upcoming-events-slider .btn1:hover {
    color: white;
    box-shadow: 0px 37px 10px -15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transform: translate(0px, -10px);
    text-decoration: none;
    color:#fff;
}

.upcoming-events-slider .btn1:active, .upcoming-events-slider .btn1:focus{
    text-decoration: none;
    color:#fff;
}

.events-img a{
	display: block;
	padding-top:10px;
	transition: 0.3s;

	transform: translate(0px, 0px);
	
}

.events-img a img{
	border:1px solid #ddd;
}

.events-img a:hover img{
transition: 0.3s;
    transform: translate(0px, -10px);
}


.terms-nav a{
    font-size:12px !important;
    color:#808080 !important;
}


#siteNav.terms-conditions{
	position:relative !important;
}

.navbar-brand{
	margin-top:20px;
}
/*@media only screen and (min-width: 1200px) {
.upcoming-events-slider .owl-carousel .item{
	width:300px !important;
}
}*/




