@import url('https://fonts.googleapis.com/css?family=Muli:300,400|Raleway:200|Roboto+Condensed:300,400,700');
html,
body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    color: #000;
}


/*common*/

.display-none {
    display: none;
}

a,
a:focus,
a:visited,
a:hover {
    text-decoration: none;
    color: #000;
}

.ft-bold {
    font-weight: bold !important;
}

section {
    display: block;
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn,
.btn:hover,
.btn:focus,
.btn.active,
.btn:active {
    outline: none;
    box-shadow: none;
}

.btn-bdr {
    color: #7F7F7F;
    padding: 7px 12px;
    border: 1px solid #7F7F7F;
    opacity: 0.72;
    border-radius: 80px;
    font-weight: 400;
    width: 200px;
    background: transparent;
    font-size: 14px;
    display: block;
    margin: 10px auto;
    text-transform: capitalize;
}

.btn-bdr:hover,
.btn-bdr:focus {
    outline: none;
    box-shadow: none;
    -webkit-transition-delay: 0.1s;
    border-color: #000000;
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition-timing-function: ease-out;
}

.btn-bdr i {
    float: right;
    margin-top: 3px;
}


/*end*/


/* body */

body.banner {
}

body.banner:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/aboutus_bkg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

body.event {
    background-image: url('../images/events-banner.jpg');
}

body.schedule {
    background-image: url('../images/staff-banner.jpg');
}

body.price {
    background-image: url('../images/pricing-banner.jpg');
}

body.massages {
	background-image: url('../images/massages-banner.jpg');
}

/* navbar */

.navbar-default {
    background: transparent;
    border: none;
}

.navbar-default.navbar-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.navbar-default .nav {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.navbar-default .nav li {
    display: inline-block;
    vertical-align: middle;
}


/*.navbar-default .nav li:first-of-type {
	margin-left: -5%;
}*/

.navbar-default .nav li a {
    color: #000;
    border: 3px solid transparent;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.navbar-default .nav li a p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
}

.navbar-default .logo img {
    max-width: 135px;
}

.navbar-default .nav li a:hover {
    background: transparent;
    border: 3px solid #000;
}

.navbar-default .nav li.logo a,
.navbar-default .nav li.logo a:hover {
    border: none;
}

.navbar-default .nav li.logo a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.desktop-menu { display: block; }
.mobile-menu { display: none; }

/*end*/

.widget {
    min-height: 450px;
    min-height: 80vh;
    padding-bottom: 20px;
}


/* index page css */

.video-banner {
    position: relative;
}

.video-bg {
    height: 562px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-bg video {
    display: block;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.yoga-title {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    margin-top: 235px;
    text-align: center;
}

.video-content {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.btn-try-us {
    background-color: #fff;
    border: 1px solid #7f7f7f;
    border-radius: 80px;
    color: #7f7f7f;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 38px;
    line-height: 20px;
    opacity: 0.72;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 248px;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
}

.btn-try-us:hover,
.btn-try-us:focus {
    color: #333;
    opacity: 1;
    border-color: #333;
}

.btn-try-us span {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    position: absolute;
    right: 12px;
    top: 6px;
    color: #7f7f7f;
}

.btn-try-us:hover span,
.btn-try-us:focus span {
    color: #333 !important;
}

.small-text {
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin: 12px 0 0;
    text-align: center;
    text-transform: uppercase;
}


/* welcome */

.top-section .container {
    max-width: 840px;
}

.top-section {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 57px;
    padding-top: 45px;
}

.welcome-title {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.wel-text {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

.partition {
    margin-top: 28px;
}

.partition .col-sm-6 {
    padding-right: 0;
}

.content-text {
    display: block;
    margin: 0 auto;
    min-height: 76px;
    padding: 31px 0;
    position: relative;
    text-align: center;
    top: 58px;
}

.first-bg,
.sec-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f7f7f7, #f4f4f4 100%) repeat scroll 0 0;
    min-height: 304px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0s;
    z-index: 37;
    transition-property: all;
}

.first-bg:hover,
.sec-bg:hover {
    background-color: rgba(224, 224, 224, 0.28);
    background-image: url("../images/quick-guide-yoga-05_cropped-u587-5-r-fr.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.sec-bg:hover {
    /*background-image: url("../images/yogaroom_photoshoot.png");*/
	background-image: url("../images/reiki-massages-bg.jpg");
    transition-timing-function: ease-out;
}

.title-small {
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
}

.title-big {
    color: #4c4c4c;
    font-family: roboto, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
    display: block;
}

.title-small-it,
.title-small-space {
    color: #4c4c4c;
    font-family: roboto, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: 3px;
    padding-top: 8px;
    display: block;
}

.title-small-space {
    line-height: 11px;
    display: block;
}


/* contact us */

.contact-us {
    padding-top: 85px;
    padding-bottom: 68px;
}

.contact-us .container {
    max-width: 840px;
}

.contact-us .wel-text {
    padding-bottom: 38px;
    text-align: center;
}

.contact-us input,
.contact-us textarea {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f7f7f7, #f4f4f4 100%) repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0 transparent;
    color: #707070;
    font-family: roboto, sans-serif;
    font-size: 20px;
    font-weight: 200;
    height: auto;
    line-height: 20px;
    max-width: 100%;
    min-height: 0;
    outline: medium none;
    padding: 30px 31px 30px 30px;
    width: 100%;
    max-height: 234px;
    border-radius: 0px;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #707070;
    opacity: 1;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
    opacity: 1;
}

.contact-us input:hover,
.contact-us input:focus,
.contact-us textarea:hover,
.contact-us textarea:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff, #f4f4f4 100%) repeat scroll 0 0;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: 0 0px 0px transparent;
    outline: 0 none;
}

.form-group {
    margin-bottom: 23px;
}

.btn-submit {
    color: #686868;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    padding: 17px;
    width: 180px;
    border: 4px solid #dbdbdb;
    position: relative;
    background: transparent;
    border-radius: 134px;
    margin-top: 10px;
}

.btn-submit:hover {
    border-color: #0b0b0c;
    background-color: #ffffff;
}


/* gallery page */
.loading {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.lds-ripple {
	display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #0783e7;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.wrapper-body {
	display: none;
}
.image-gallery {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
	clear: initial;
	float: none;
}
.image-effect {
    position: relative;
    margin: 0px;
    left: 0px;
    top: 0px;
    clear: initial;
    /*-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFW…9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);*/
    float: left;
    width: calc(20% - 0px);
    height: 38vh;
    display: inline-block;
	border: none;
    overflow: hidden;
    padding: 0;
    z-index: 5;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-filter: contrast(.9) brightness(1.1) blur(0px) grayscale(0%) hue-rotate(0deg) saturate(1) sepia(0);
    filter: contrast(.9) brightness(1.1) blur(0px) grayscale(0%) hue-rotate(0deg) saturate(1) sepia(0);
}


/*.image-effect .img-fluid {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	height: 340px;
	width: 100%;
	transition: all 0.4s linear 0s;
}*/

.image-effect:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay;
}

.image-effect:hover img {
    transform: scale(1.2);
}

.modal-body {
    padding: 0;
}

.image-effect .overlay {
    background-color: rgba(85, 85, 85, 0.5);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.image-effect:hover .overlay {
    opacity: 1;
}

.image-effect .overlay img {
    height: auto;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out 0s;
    width: 40%;
}

.image-effect:hover .overlay img {
    opacity: 1;
}

.modal-backdrop.in {
    opacity: 0.85;
}

.modal-content {
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
}

.ekko-lightbox-nav-overlay a span {
    color: #fff;
}


/* about us page css */

.about-content {
    padding-top: 30px;
    padding-bottom: 180px;
    max-width: 920px;
}

.about-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 101px;
    text-align: center;
    padding-top: 10px;
    color: #000;
    font-size: 78px;
}

.about-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #7F7F7F;
    text-align: left;
    letter-spacing: 1px;
}

.about-content p strong {
    font-weight: 400;
}


/* Footer */

footer {
    background: #EAEAEA;
    float: left;
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}


/*footer .container {
	max-width: 950px;
}*/

footer p {
    margin-bottom: 5px;
}

.footer-logo {
    max-width: 85px;
    float: left;
    margin-right: 28px;
}

.footer-logo-link {
    display: block;
}

.footer-logo-link:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

footer .link {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.25px;
}

footer .text-dark {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.75px;
}

footer .map-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    opacity: 0.8;
}

footer .p-icon {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    opacity: 0.8;
}

footer .phone-icon {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-left: -8px;
}

footer .social-wrapper {
    text-align: right;
    margin-top: 30px;
}

footer .social-link {
    display: inline-block;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    transition: opacity 0.5s ease-in;
}

footer .social-link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

footer .social-icon {
    width: 21px;
    margin-right: 13px;
}


/* animation css */

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*For media queries */
@media (max-width: 1440px) {
	.image-effect { height: 280px; }
}
@media (max-width:1050px){
    .video-bg video {
        height: 100%;
        width: auto;
    }
}
@media (min-width: 768px) and (max-width: 992px){
	.navbar-default .nav li a { padding: 10px; }
	.bg-effect { min-height: 237px; }
	.content-text { top: 35px; }
	.image-effect { width: 25%; }
	.image-effect { height: 230px; }
}
@media (max-width: 767px){
	/* navbar responsive css*/
	.navbar-header {
		border-bottom: 1px solid #000;
	}
	.navbar-default .navbar-toggle {
		border-color: #000;
		border-radius: 0;
		margin-top: 22px;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-brand {
		height: auto;
	}
	.navbar-default .logo img {
		/*width: auto;
		height: 50px;*/
	}
	.navbar-default .nav,
	.navbar-default .nav li {
		display: block;
		margin-bottom: 0;
	}
	.navbar-default .navbar-collapse {
		border: 1px solid #000;
		border-top: none;
		padding: 0;
	}
	/* end */
	
	
	/* mobile menu css */
	.desktop-menu { display: none; }
	.mobile-menu { display: block; padding: 15px;}
	.mobile-left, .mobile-center, .mobile-right { width: 33.33%; float: left; display: inline-block; }
	.mobile-right { float: right; }
	.navbar-default .mobile-menu li { text-align: center; margin-bottom: 5px; }
	.mobile-menu li a { display: inline-block; padding: 7px 15px; }
	/* end */
	
	.about-content h1 {
		font-size: 36px;
	}
	.partition .col-sm-6 {
		padding-right: 15px;
	}
	.bg-effect {
		background-size: 100% 300px;
		width: 90%;
		min-height: 280px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.image-effect { width: 25%; }
	.image-effect { height: 230px; }
	
	/* footer responsive css */
	footer,
	footer .social-wrapper {
		text-align: center;
	}
	.footer-logo {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.yoga-title {
		font-size: 36px;
		line-height: 42px;
	}
	.form-row:last-child .col-md-12 { text-align: center; }
	.btn-try-us { margin-top: 30px; }
	.bg-effect { width: 100%; }
	.image-effect { width: 50%; }
	.image-effect { height: 225px; }
	.mobile-menu li a,
	.mobile-menu { padding-left: 5px; padding-right: 5px; }
	.navbar-default .logo img { max-width: 100%; }
}