/*.no-js *,
.lt-ie9 {
	display: none;
}*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic);

.no-js,
.lt-ie9 {
	display: none;
}

/* General */

body {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: #545454;
}

.font-oswald {
	font-family: 'Oswald', sans-serif;
}

.font-times {
	font-family: 'Times New Roman', sans-serif;
}

.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #fff;
	outline:none
}
a:hover,
a:focus{
	outline: none;
	color: #de4735;
	text-decoration: none;
}

h1,
h2,
h3,
h5 {
	font-weight: 400; 
	margin-top:0
}

h4 {
	font-weight: 600; 
	font-size: 22px;
}

h4 span {
	font-weight: 300; 
}

h5 {
	font-size: 1em;
}

h8  {
	font-size: 12ps;
}

p {
	font-size: 18px;
	font-family: 'Times New Roman', sans-serif;
	margin-bottom: 20px;
}

p.large {
	font-size: 24px;
}

.small {font-size: 14px!important;}

.font-size-normal {
	font-size: 18px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}


.pointer {
	cursor: pointer;
}

.text-light {
	font-weight: 300!important;
}

.text-normal {
	font-weight: 400;
}

.text-bold {
	font-weight: 600;
}

.text-italic {
	font-style:italic;
}

.uppercase {
	text-transform: uppercase;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.before:before,
.after:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding-left {padding-left: 0 !important;}
.no-padding-right {padding-right: 0 !important;}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.page-title {
	margin-bottom: 20px;
	font-size: 62px;
}

.section-title {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 42px;
}

.section-subtitle {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
}

.full-width {
	width: 100%;
}

.margin-top-10 {  margin-top: 10px; }
.margin-top-15 {  margin-top: 15px; }
.margin-top-20 {  margin-top: 20px; }
.margin-top-30 {  margin-top: 30px; }
.margin-top-40 {  margin-top: 40px; }
.margin-top-60 {  margin-top: 60px; }
.margin-top-90 {  margin-top: 90px; }
.margin-top-120 { margin-top: 120px; }

.horizontal-center,
.horizontal-left,
.horizontal-right {
	float: none;
}

.horizontal-center {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.horizontal-left {
	margin-left: 0;
	margin-right: auto;
	left: 0;
}

.horizontal-right {
	margin-left: auto;
	margin-right: 0;
	right: 0;
}

.vertical-center {
	z-index: 1;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	/*width: 100%;*/
	/*height: auto;*/
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

ul li{list-style-image:	url('../images/gold-bullet.png');}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.pull-middle {
    display: inline-block;
    vertical-align: middle!important;
    float: none;
}

.bg-white 			{background-color: #ffffff; }
.bg-gold 			{background-color: #b99668; }
.bg-brown 			{background-color: #574946; }
.bg-light-green		{background-color: #b9e0cb; }

.color-default 		{color: #545454!important; }
.color-white 		{color: #ffffff!important; }
.color-off-white 	{color: #f7f7f7!important; }
.color-black 		{color: #000000!important; }
.color-red 			{color: #ea2121!important; }
.color-light-red 	{color: #e15f64!important; }
.color-gold 		{color: #b99668!important; }
.color-brown 		{color: #574946!important; }
.color-light-green	{color: #b9e0cb!important; }
.color-orange		{color: #f68b29!important; }

.bg-gold a 			{color: #fff; text-decoration: underline;}
.bg-gold a:hover 	{text-decoration: none;}

/*.color-blue { 		color: #4485f6 !important; }
.color-green { 		color: #00a27b !important; }*/

.box-grey {
	border: solid 1px #d0d0d0;
}

.box-grey:after {
	bottom: -4px;
	border-bottom: 3px solid #f2f2f2;
}

/* Logo */

	.logo {
		background: url('../images/logo.png') no-repeat center center;
		background-size: 100%;
	}


/* Header */
header {
	height: 70px;
	position: fixed;
	top: 0px; 
	left: 0px;
	right: 0px;
	z-index:3; padding-bottom:70px;
}

header .container{
	background-color: #fff;
}

header .header-brand {
	margin-top: 22px;
	margin-bottom: 18px;
	z-index: 1000;
}

header .header-brand .overlay-open {
	width: 30px;
	height: 20px; 
	overflow: hidden;
	border: none;
	margin-left: 35px;
	background: url(../images/nav-btn.png) no-repeat center center;
	background-size: 30px 20px;
	color: transparent;
	outline: none;
	z-index: 2;
}

header .header-brand .overlay-open:hover,
header .header-brand .overlay-open:focus {
	background-color: none!important;
	outline: none!important;
	box-shadow:none
}

header .logo {
	width: 140px;
	height: 32px;
	margin: 0 auto; 
	background-size:100%;
}

header .header-brand .social{
	margin-right: 35px;
}

header .header-brand .social a{
	margin-left: 40px;
	font-size: 20px;
	color: #bababa;
}
header .header-brand .social a:hover {
	color:#b99668;
}

.main-container {
	padding-top: 70px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center; 
}

/* Overlay Navigation Menu */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 4;
}
.overlay .container {position: relative}

	/* Overlay closing cross */
.overlay .overlay-close {
	width: 24px;
	height: 23px;
	position: absolute;
	left: 55px;
	top: 24px;
	overflow: hidden;
	border: none;
	background: url(../images/nav-close.png) no-repeat center center;
	background-size: 24px 23px;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 3;
}

	/* Overlay closing cross */
header .overlay-close {
	width: 24px;
	height: 23px;
	position: absolute;
	left: 55px;
	top: 2px;
	overflow: hidden;
	border: none;
	background: url(../images/nav-close.png) no-repeat center center;
	background-size: 24px 23px;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 3;
}

.overlay .overlay-header-brand {
	margin-top: 22px;
	margin-bottom: 50px;	
}

.overlay .overlay-header-brand .logo {
	width: 140px;
	height: 32px;
	margin: 0 auto; 
	background-size:100%;
}

.overlay .overlay-footer { 
	margin-top:			50px;
}


.overlay .overlay-footer p { 
	margin-bottom:		0px;
	padding: 			0;
	font-size:			18px;
	line-height:		normal;
}

.menu-line {
	margin:				25px 0px;
	overflow:			hidden;
}

.menu-line .thickline {
    background: 		#b9e0cb;
    display:		 	block;
    height: 			2px;
    width:				70px;
}

.menu-line .thinline {
    background: 		#545454;
    display:		 	block;
    height: 			1px;
    width:				25px;
}

.overlay .overlay-footer .footer-overlay-icons {
	margin-right: 		0px;
	text-align:			center;
}

.overlay .overlay-footer .footer-overlay-icons a {
	margin: 			0px 20px;
	display:			inline-block;		
	font-size: 			20px;
	color: 				#bababa;
	-webkit-transition: all 0.2s;
    transition: 		all 0.2s;
}

.overlay .overlay-footer .footer-overlay-icons a:hover{
	color:				#b99668;
}
 

/* Menu style */
.overlay nav,
.overlay .menu-main-menu-container {
	text-align: center;
	position: relative;
	top: 0%;
	height: 60%;
	font-size: 54px;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 16.667%;
	height: calc(100% / 6);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 400;
	display: block;
	color: #b99668;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #5e5e5e;
	text-decoration: none;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.1s2s visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.overlay-hugeinc nav,
.overlay-hugeinc .menu-main-menu-container {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul,
.overlay-hugeinc .menu-main-menu-container ul{
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.1s2s
	transition: transform 0.2s, opacity 0.2s;
}

.overlay-hugeinc.open nav ul,
.overlay-hugeinc.open .menu-main-menu-container ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul,
.overlay-hugeinc.close .menu-main-menu-container ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav,
	.overlay .menu-main-menu-container {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


	/* Button */

.btn {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: 400;
	text-decoration:none;
	
}
.btn:focus,
.btn:hover {
outline:none!important;
box-shadow: none!important;
}

.btn-lg, .btn-group-lg > .btn {font-size: 12px;}

.btn-standard {
	text-transform: uppercase;
	padding: 30px 50px;
	outline:none;
	border: solid 1px transparent;
	letter-spacing: 0.25px; 
}

.btn-standard-gold,
.btn-calendar {
	color: #ffffff;
	background-color: #b99668;
}

.btn-calendar {
	padding: 14px 16px!important; 
}

.btn-standard-brown {
	color: #ffffff;
	background-color: #574946;
}

.btn-icon-left {
	color: #ffffff;
	background-color: #b99668;
	padding: 67px 64px;
}

.btn-icon-right {
	padding: 32px 34px;
	background-color: #b99668;
}

.btn-normal {
	text-transform: uppercase;
	padding: 0px;
	color:#545454;
	outline:none;
	border: solid 2px #b9e0cb;
	border-width: 0px 0px 2px 0px;
	letter-spacing: 0.25px;
	padding-bottom: 3px;
	box-shadow: none; 
}

.btn-change, .btn-change:hover {
	text-transform: uppercase;
	padding: 16px 20px!important;
	color: #ffffff;
	background-color: #b99668;
}

.btn-googlelink,
.btn-googlelink:hover {
	color: #ffffff!important;
	background-color: #b99668!important;
	padding: 15px 40px!important; 
} 

.input-group-addon, .input-group-btn {vertical-align:top}

.btn-flat {
	padding: 18px 80px;
}

.btn-extend {
	padding: 30px 80px;
}

.btn-signup {
	margin-left: 20px;
}


/* Restyle Radio & Checkbox */
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 25px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 35px;
  background   : url('../images/checks.png') no-repeat 0 0;
  line-height  : 25px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -25px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -50px;
}





	/* See more */

.see-more p {
	border-bottom: 1px solid #959595;
}

.see-more .icon {
	margin-left: 6px;
}

	/* Icons */

.icon {
	background-repeat: no-repeat;
	background-size: 100%;
}

.icon-calendar {
	background-image: url('../images/icon-calendar.png');
	background-position: 0 -27px;
	width: 27px;
	height: 27px;
}

.icon-calendar-gold {
	background-image: url('../images/icon-yoga-info.png');
	background-position: 0 -27px;
	width: 29px;
	height: 27px;
}

.icon-calendar-default {
	background-image: url('../images/icon-default.png');
	background-position: 0 -27px;
	width: 29px;
	height: 27px;
}

.icon-marker {
	background-image: url('../images/icon-yoga-info.png');
	background-position: 0 0;
	width: 29px;
	height: 27px;
}

.icon-marker-default {
	background-image: url('../images/icon-default.png');
	background-position: 0 0;
	width: 29px;
	height: 27px;
}

.icon-money {
	background-image: url('../images/icon-yoga-info.png');
	background-position: 0 -54px;
	width: 29px;
	height: 27px;
}

.icon-left-arrow {
	background-image: url('../images/icon-left-arrow.png');
	background-position: 0 0;
	width: 36px;
	height: 32px;
}

.icon-right-arrow {
	background-image: url('../images/icon-right-arrow.png');
	background-position: 0 0;
	width: 36px;
	height: 32px;
}

.icon-up-arrow,
.icon-down-arrow {
	background-image: url('../images/icon-white-arrows.png');
	width: 16px;
	height: 21px;
	background-size: 16px;
}

.icon-up-arrow {   background-position: 0 0; }
.icon-down-arrow { background-position: 0 -21px; }

.icon-star {
	background-image: url('../images/icon-stars.png');
	width: 23px;
	height: 20px;
	background-position: 0 0;
	background-size: 23px;
}

.icon-calender-lg {
	background-image: url('../images/icon-calendar-lg.png');
	xbackground-position: 0 -26px;
	width: 33px;
	height: 28px;
}

.icon-calender-lg-white {
	background-image: url('../images/icon-calendar-lg-white.png');
	width: 33px;
	height: 28px;
}

.icon-envelope {
	background-image: url('images/envelope.png');
	background-position: 0 -26px;
	width: 31px;
	height: 26px;
}

.icon-tel, .icon-enquiry {
	background-image: url('../images/contact-icon.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 32px;
	height: 29px;
}

.icon-enquiry {background-position: bottom center;}

.icon-user, .icon-calender-blog, .icon-tags {
	background-image: url('../images/blog-icons.png');
	background-position: top center;
	background-repeat: no-repeat;
	width:22px;
	height: 21px;
}

.icon-calender-blog {background-position: center center;}
.icon-tags{background-position: bottom center;}


.icon-star.active {
	background-position: 0 -20px;
}

.icon-twitter,
.icon-facebook,
.icon-instagram {
	background-image: url('../images/icon-social.png');
	width: 16px;
	height: 16px;
	background-size: 48px;
}

.icon-twitter {   background-position: 0 0; }
.icon-facebook {  background-position: -16px 0; }
.icon-instagram { background-position: -32px 0; }


/* ///////////// */
/*   HOME PAGE   */
/* ///////////// */

	/* Home - Carousel */
.page-home .carousel{
	padding-bottom:		0
}

.page-home .carousel .home-carousel-container {
	margin: 			0px 0;
	position:			relative
}

.page-home .carousel .home-carousel-container .main-intro {
	margin: 			120px 0 180px 0; 
}

.page-home .carousel .home-carousel-container .main-intro h1,
.page-home .carousel .home-carousel-container .main-intro h3,
.page-home .carousel .home-carousel-container .main-intro h4 {
	margin-bottom: 		40px; 
}

.page-home .carousel .home-slider-container {
	float: 				right;
	margin-right: 		15px;
}

.carousel, .item, .active {    
}

.carousel-inner {
    max-height: 100%;
}
 
	
.carousel-inner .item .carousel-caption { display:block}

.fill {
    width: 100%; 
    background-position: top center; 
    background-size: 100% auto; 
    background-repeat: no-repeat;
	padding: 72px 0px 60px 0;
	z-index:0;
	-webkit-transition: 0.5s ease-in-out left;
    -moz-transition: 0.5s ease-in-out left;
    -o-transition: 0.5s ease-in-out left;
    transition: 0.5s ease-in-out left;
}

.carousel .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel .carousel-inner .active {
  opacity: 1;
}

.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0!important;
  opacity: 0!important;
  z-index: 1!important;
}

/*.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}*/

.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
  opacity: 1;
}

.carousel .carousel-control {
  z-index: 2;
}

.carousel-control.left,
.carousel-control.right {background: transparent}

/* Carousel 
.page-home .section-carousel .home-slider-container .ImageWrapper .StyleH {
	padding:			0;
}
.page-home .section-carousel .home-slider-container .ImageWrapper .StyleH {
	padding:			0;
}
.page-home .section-carousel .home-slider-container .ImageWrapper .StyleH .retreat-title {
	margin-top:			27%;
}
#home-slider, #home-slider div {box-sizing:content-box;}
#home-slider { 
    width:				200px;
    height:				403px;
    padding:			0px 0px;
    background: 		transparent url(../images/loader-carousel.gif) no-repeat 50% 50%;     
    position:			relative;
    font-size:			0px;
	margin: 			90px 0;	
}
#home-slider>a, #home-slider>div, #home-slider>img {display:none;}
  
#home-slider div.item {
    width:				100%;
    margin:				0 0 2px 0;
    text-align:			center;
    position:			relative;
}
#home-slider div.item img{width:100%}
#home-slider .navPrev, #home-slider .navNext{
    width:				60px;
	height:				60px;
	position: 			absolute;
	top:				0;
	right:				0;
    background:			url(../images/next-prev-button.png); 
    display:			block;
	z-index:			5;
	cursor:				pointer;
}
#home-slider .navPrev {
	background-position:0 0px;
	top:				-90px;
} 
#home-slider .navPrevDisabled, #home-slider .navPrevDisabled:hover {
	background-position:0 0;
	cursor:				default;
}

#home-slider .navNext {
background-position:0 -60px; top: 434px;
} 
#home-slider .navNextDisabled, #home-slider .navNextDisabled:hover {
background-position:0 -60px; cursor:default;
} 

#home-slider .navPause, #home-slider .navPlay {display: none} 
.navPrev, .navPlay, .navPause, .navNext 
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}
*/
	/* Home - Intro */ 
	
.page-home .carousel .intro-container {
	margin-top: 0px;
	padding:	20px 30px 20px 100px;
}

.page-home .carousel .intro-container .yoga-title {
	margin-top: 18px;
}

.page-home .carousel .intro-container h6 {
	display:block;
	font-size: 14px; 
	margin:0; 
	line-height: normal
}

.page-home .carousel .intro-container .teacher-profile-pic {
	margin-right: 15px;
}

.page-home .carousel .intro-container .teacher-profile-pic img {
	border: 2px solid #fff;
}

.page-home .carousel .intro-container .sub-head {
	font-size: 12px;
}

.page-home .section-intro-2 {
	padding: 0px;
}

.page-home .section-intro-2 .container {
	padding: 80px 30px;
}

.page-home .section-intro-2 .container .section-title {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-home .section-intro-2 .container .section-subtitle {
	margin-bottom: 80px;
}

	/* Home - Retreats */

.page-home .section-retreats,
.page-retreats .section-retreats {
	margin-top: 40px;
	padding:0px;
}

.page-home .section-retreats .yoga-retreats-container,
.page-retreats .section-retreats .yoga-retreats-container {margin:0px; padding: 30px 0  0px 0; overflow:hidden; }

.page-home .section-retreats .pagination,
.page-retreats .section-retreats .pagination  {display: block; overflow:hidden}

.page-home .section-retreats .yoga-retreats-container .retreats-block,
.page-retreats .section-retreats .yoga-retreats-container .retreats-block {
	margin-bottom: 30px;
}

.page-home .section-retreats .yoga-retreats-container .retreats-block .retreat-bg,
.page-retreats .section-retreats .yoga-retreats-container .retreats-block  .retreat-bg,
.page-home .section-carousel .home-slider-container .home-slider .plist {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
}

.ImageWrapper {display: block;overflow: hidden;position: relative; margin-top:0px}

/*  Overlay Effects */
.ImageWrapper .ImageOverlayH {
	background: rgba(0, 0, 0, 1);
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.2;
	position: absolute;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.ImageWrapper:hover .ImageOverlayH {opacity: 1;background: rgba(87, 73, 70, 0.9);}

/* Button Effects */
.ImageWrapper .StyleH {
visibility: visible;
margin: 0;
opacity: 1;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
top: 0px;
margin-top: 0px;
padding: 35px 20px 10px 20px;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}

.ImageWrapper .StyleH .RetreatPrice {
	opacity: 0;
}


.ImageWrapper:hover .StyleH .RetreatPrice {
	opacity: 1;
}

.ImageWrapper:hover .StyleH {opacity: 1;visibility: visible;}

.RetreatCountry, .RetreatDate, .RetreatName, .RetreatDes, .RetreatPrice, .RetreatMore {color:#fff; display:block}

.RetreatCountry {letter-spacing: 3px; font-size: 18px; display:block; background: url(../images/line-white-sm.png) bottom center no-repeat; 
padding-bottom: 26px; margin-bottom: 10px; }
.RetreatCountry.sold {background: url(../images/cross-white-sm.png) bottom center no-repeat;}
.RetreatDate, .RetreatDes, .RetreatPrice {font-size:12px;letter-spacing: 1px;  }
.RetreatName {display:block; margin-top: 20px; margin-bottom:10px;}
.RetreatPrice {letter-spacing: 1px; display:block; margin-top:80px;letter-spacing:0px; }
.RetreatMore {letter-spacing: 1px; display:block; bottom: 30px; max-width: 64px; font-size:12px!important; position:absolute; }

.plist {width: 100%}
.retreat-title {letter-spacing: 2px; display:block; bottom:0; left:0; color:#fff; text-transform: uppercase;font-family: 'Times New Roman', sans-serif; font-size:18px; font-weight:bold; margin-top: 6px}

.page-home .section-retreats-link,
.page-retreats .section-retreats-link {
	margin: 100px 0;
	padding:0px;
}


	/* Home - Frequently Asked Questions */

.page-home .section-faq {margin-bottom:0px; padding:0; }

.page-home .section-faq .faq-blocks-container {margin-bottom:0px; padding: 60px 100px;}

.page-home .section-faq .faq-blocks-container .panel-group {margin-top:50px;}
.page-home .section-faq .faq-blocks-container .panel-group .panel-default{
	border-radius: 0px;
	border: 1px solid #ebebeb;
	border-width: 1px 0px;
	box-shadow: none;
	margin: 0 0 -1px 0;
}

.page-home .section-faq .faq-blocks-container .panel-group .panel-default .panel-heading {
	padding:30px 0px;
	color: #545454;
	font-size: 18px;
}

.page-home .section-faq .faq-blocks-container .panel-group .panel-default .panel-heading .panel-title {
	font-size: 18px;
}

.page-home .section-faq .faq-blocks-container .panel-group .panel-default .panel-body {
	font-size: 18px;
	padding: 0 0 0 33px;
	margin-bottom:20px;
}

.page-home .section-faq .faq-blocks-container .panel-group .panel-default .panel-body p{
	font-size: 18px;
}

.page-home .section-faq .faq-blocks-container .panel-group .panel-default .panel-heading .fa{
	margin-right: 15px;
	color: #b2b2b2
}
.page-home .section-faq .faq-blocks-container .panel-group .panel-default a .panel-heading .fa{
	 
}
.page-home .section-faq .faq-blocks-container .panel-group .panel-default .collapsed .panel-heading .fa{
	 
}

	/* Home - Subscribe */

.page-home .section-subscribe {margin-bottom:0px; padding:0;}

.page-home .section-subscribe .subscribe-blocks-container {margin:0px; padding: 40px;}

.page-home .section-subscribe .subscribe-blocks-container .newsletter-block{overflow: hidden;  }

.page-home .section-subscribe .subscribe-blocks-container .newsletter-block .mc4wp-form {margin:0; }
.page-home .section-subscribe .subscribe-blocks-container .newsletter-block .mc4wp-form p {width:50%; float:left; margin:0}

.page-home .section-subscribe .subscribe-blocks-container .newsletter-block .mc4wp-form p input{
	background: #574946;
	border: 0;
	height: auto;
	border-radius: 0px;
	font-size: 12px;
	padding:12px 80px;
	font-weight: 400;
	color:#fff;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.page-home .section-subscribe .subscribe-blocks-container .newsletter-block .mc4wp-form p input:invalid {box-shadow:none!important; outline:none}

.page-home .section-subscribe .subscribe-blocks-container .newsletter-block .mc4wp-form p #mc4wp_email{	 
	background:#957a57; 
	border-right: 20px solid #b99668;
	font-size: 18px;
	font-family: 'Times New Roman', sans-serif;
	text-transform: inherit;
	padding:12px 25px;	 
}

.mc4wp-success,
.mc4wp-notice,
.mc4wp-alert {
    background-color: #b99668;
    border: none;
    color: #ffffff;
	font-size: 18px;
	padding:0;
	margin-top: -40px;
	font-family: 'Times New Roman', sans-serif;
}

.page-home .section-subscribe .subscribe-blocks-container h2 {
	margin-bottom:0
}
 
::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: #fff;
	opacity: 1;
}

.page-home .section-subscribe .subscribe-blocks-container .input-email,
.page-home .section-subscribe .subscribe-blocks-container .input-email:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}



/* ///////////////// */
/*    ABOUT PAGE     */
/* ///////////////// */


/* About Intro */

.page-about .section-about {
	padding: 			0; 
}

.page-about .section-about .section-about-intro {
	padding: 			120px 0px;
}

.page-about .section-about-teacher {
	padding: 			0;
	margin-top:			30px;
}

.page-about .section-about-teacher .about-teacher-container {
	padding: 			0px 0px;
	margin-top:			0px;
}

.page-about .section-about-teacher .about-teacher-container .teacher-intro {
	background:			#f4f7f9;
	margin:				30px;
	padding:			80px;
	overflow:			hidden
}

.page-about .section-about-teacher .about-teacher-container .teacher-intro h2,
.page-about .section-about-teacher .about-teacher-container .teacher-intro p  {
	text-align:			center;
}

.page-about .section-about-teacher .about-teacher-container .teacher-intro h2 {
	margin-bottom:		30px;
}

/* Teacher Intro and List  */

.page-about .section-about-teacher .teacher-list-container { 
	margin-top:			50px;
	margin-bottom:		80px;
	padding:  			0 102px;
}


.page-about .section-about-teacher .teacher-list-container .carousel{ 
	height:				776px;
}

.page-about .section-about-teacher .teacher-list-container .teacher-pic-block {
	border: 			1px solid #b99668;
	overflow: 			hidden;
	padding: 			30px;
	max-width:			431px;
}


.page-about .section-about-teacher .teacher-list-container .teacher-pic-right {
	border: 			1px solid #b99668;
	margin-left:		55px;
	margin-right: 		0px;
	margin-top: 		-62px;
}

.page-about .section-about-teacher .teacher-list-container .teacher-details { 
	padding:			0px;
	margin-left:		40px;
	margin-top:			30px;
}

.page-about .section-about-teacher .teacher-list-container .row-2 {  
	margin-left:		15px; 
	margin-top:			60px;
	margin-right:		50px;
}


.carousel-control {position: relative}

.page-about .section-about-teacher .teacher-list-container .nav-left{ 	
	position:			absolute;
	left:				532px;
	top: 				325px;	
}

.page-about .section-about-teacher .teacher-list-container .nav-right{ 
	position:			absolute;
	right:				30px;
	bottom:				0
}

.page-about .section-about-teacher .teacher-list-container .nav-left .btn-icon-left{ 	
	width: 				170px;
	height: 			170px;
	z-index:			2;
	opacity: 			1!important
}

.page-about .section-about-teacher .teacher-list-container .nav-right .btn-icon-right{ 
	width: 				100px;
	height: 			100px;
	z-index:			2;
	opacity: 			1!important
}

	/* Teachers - For mobile devices  */
	
	.teacher-pic-for-mobile {
		max-width:			inherit!important;
	}
	
	.teacher-details-for-mobile { 
		padding:			15px 30px!important;
		margin:				0px!important;
	}
	
	.container-mobile {padding: 70px 30px 0 30px!important;}
	
	.page-about .section-about-teacher .teacher-list-container .nav-left-mobile{ 	
		position:			absolute;
		left:				30px;
		top: 				-15px;	
	}
	
	.page-about .section-about-teacher .teacher-list-container .nav-right-mobile{ 
		position:			absolute;
		right:				30px;
		top: 				-15px;
	}
	
	.page-about .section-about-teacher .teacher-list-container .nav-left-mobile .btn-icon-left,
	.page-about .section-about-teacher .teacher-list-container .nav-right-mobile .btn-icon-right{ 	
		width: inherit;
		height: inherit;
		padding: 11px 13px;
		opacity: 1!important
	}
	
	.page-about .section-about-teacher .teacher-list-container .nav-left-mobile .btn-icon-left .icon-left-arrow,
	.page-about .section-about-teacher .teacher-list-container .nav-right-mobile .btn-icon-right .icon-right-arrow {
		width: 28px;
		height: 24px;
		background-size: 100%;
	}
	 

.page-about .section-about-slider { 
	background-image:		url(../images/about-slider-bg.jpg);
	background-repeat:		no-repeat;
	background-size:		cover; 
	background-color:		#f9f7f8;
	margin-top:				50px;
}

.page-about .section-about-slider .slider-container{
	padding: 			0px 0;
}

.page-about .section-about-slider .slider-container h3{
	font-size: 			28px;
	line-height: 		35px;
	margin-top:			60px
}

.page-about .section-about-slider .slider-container .slider-text-block {
	margin-bottom:		400px;
}



.page-about .section-about-info { 
	padding: 			0;
}

.page-about .section-about-info .about-info-container { 
	padding: 			0;
}

.page-about .section-about-info .about-info-container .about-info-block { 
	padding: 			100px 110px;
	margin:				-150px 55px 0px 55px;
}

.page-about .section-about-info .about-info-container .about-info-block h3,
.page-about .section-about-info .about-info-container .about-welcome-block h2 { 
	font-size: 			28px;
	line-height: 		35px
}

.page-about .section-about-info .about-info-container .about-welcome-block { 
	margin:				100px 0 70px 0;
	text-align:			center
}

.page-about .section-about-info .about-info-container .about-welcome-block h2 { 
	margin-bottom:		100px;
}

/* ///////////////// */
/*   RETREATS PAGE   */
/* ///////////////// */

	/* Retreats - Main */
.section-main {
	padding:			0px;
}

.section-main .section-main-container {
	margin: 			150px 0px 100px 0px;
	position:			relative
}

.section-main .section-main-container h1{
	margin-bottom:		80px;
	position:			relative
}

.section-main .section-main-container h4{
	margin-bottom:		0px;
}

	/* Retreats Filter */


	/* Retreats Listings */
	
.page-retreats .section-retreats-listings {
	margin: 			0px;
	padding:			0;
}

.page-retreats .section-retreats-listings .retreats-listings-container {
	margin: 			0px;
	padding:			20px 15px;
}

.page-retreats .section-retreats-listings .retreats-listings-container .btn-normal  {
	margin-top: 		13px;
}

.page-retreats .section-retreats-listings .retreats-listings-container .retrets-continent-list {
	margin: 			0px;
	font-size: 			12px;
	text-align:			center;
}

.page-retreats .section-retreats-listings .retreats-listings-container .btn-calendar span,
.page-retreats .section-retreats-listings .retreats-listings-container .btn-calendar div {
	vertical-align:		middle; 
}

.page-retreats .section-retreats-listings .retreats-listings-container .btn-calendar span  {
	padding:			0px 15px; 
}

.page-retreats .section-retreats-listings .retreats-listings-container .retrets-continent-list .continent-list-block {
	display: 			inline-block;
	font-size: 			12px;
	margin:				0 12px;
	letter-spacing:		0.5px;
}

.page-retreats .section-retreats-listings .retreats-listings-container .retrets-continent-list .continent-list-block a {
	color: 				#545454;
	line-height: 		57px;
}

.page-retreats .section-retreats-listings .retreats-listings-container .retrets-continent-list .continent-list-block a:hover {
	color: 				#b99668;
}

.page-retreats .section-retreats .more-link-block{
	margin:				0px 0 60px 0;
}

	/* Retreat Details */

.retreat-main .section-main-container {
	margin: 			130px 0px 100px 0px;
	position:			relative
}

.retreat-main .section-main-container h1,
.retreat-main .section-main-container h2{
	text-align:			left;
	margin-bottom:		0px;
}

	/* Retreat Booking Form */
	
.retreat-booking-form {	   
	background: #675a57;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
} 

.form-close-button	{
	float: none;
	font-weight: normal;
	text-shadow: none; 
	opacity:1!important;
	 left:0%; overflow:hidden;
	 margin: 0 auto
}

button.close {float: none; margin: 0 auto;}

.form-close-button span {color:#545454; font-size:16px; }

.section-booking span.error {font-size: 14px;font-family: 'Times New Roman', sans-serif; color:#d81f27; float:right}


.section-booking { 
	
}

.section-booking .container{ 
	padding:			0 0 20px 0; 
}

.section-booking .section-booking-container {
	padding-top:		60px
}

.section-booking .section-booking-container h2 {
	margin-bottom:		50px;
}

.section-booking .section-booking-container .form-info-block {	
}

.section-booking .section-booking-container .form-info-block hr {
	border-color:		#c0c0c0;
	margin:				10px 0px 20px 0px;
}

.section-booking .section-booking-container .form-info-block h5 {	
	font-size:			16px; 
	margin-bottom:		0
}

.section-booking .section-booking-container .form-info-block span {	
	font-size:			14px; 
}

.section-booking .section-booking-container .booking-form-block {	
	margin-top:			60px;
}

.section-booking .section-booking-container .booking-form-block .form-group {	
	font-size:			18px;
	font-weight:		normal;
	margin-bottom:		20px;
}

.section-booking .section-booking-container .booking-form-block .form-group .fieldset-content{	
	overflow:			hidden;
}

.section-booking .section-booking-container .booking-form-block .form-group .fieldset-gender span.error {
	display: 			none!important;
}

.section-booking .section-booking-container .booking-form-block .form-group .fieldset-content .col-sm-4{	
	float:				left!important;
	width:				33.33%;
}

.section-booking .section-booking-container .booking-form-block .form-group label {	
	font-size:			18px;
	font-weight:		normal
}

.section-booking .section-booking-container .booking-form-block .form-group .form-option-label{	
	font-size:			16px;
	margin-right:		20px;
}

.section-booking .section-booking-container .booking-form-block .form-group .form-control{	
	font-size:			16px;
	font-weight:		normal;
	font-family: 		'Times New Roman', sans-serif; 
    border: 			1px solid #b99668;
    border-radius: 		0px;
    box-shadow:			none;
    color: 				#9e9e9e; 
    height: 			inherit;
    line-height: 		normal;
    padding: 			16px;
	-webkit-transition: all 0.2s;
    transition: 		all 0.2s;
    width: 				100%;
	margin-bottom:		10px;
}
.section-booking .section-booking-container .booking-form-block .form-group select.dob {float: left; width:inherit; margin-right: 10px;}

.section-booking .section-booking-container .booking-form-block .form-group .form-control:focus{	
    border: 			1px solid #b99668;
	background:			#b99668;
    color: 				#fff; 
}

.section-booking .section-booking-container .booking-form-block .form-group label.textsupporting {	
	font-size:			14px;
	font-weight:		normal
}

.section-booking .section-booking-container .booking-form-block .form-group .btn-change {	
	position: absolute;
	right: 0
}

.section-booking .section-booking-container .booking-form-block .form-group .btn-enquire {	
	font-size:			14px;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 5px 0;
	font-weight: normal
}


/* Base for label styling 
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
 
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 20px; height: 20px;
  border: 1px solid #b99668;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  outline:none!important
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: "\f00c";
	position: absolute;
	top: 2px; left: 3px;
	font-size: 14px;
	color: #b99668;
	transition: all .2s;
	font-family: 'FontAwesome';
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
 
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #b99668;
  background-color: #ddd;
  outline:none!important
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #b99668;
  outline:none!important
}
*/

	/* Retreat Info */
	
.retreat-info {
	padding: 			0px;
}

.retreat-info .retreat-info-container{
	padding: 			15px 15px 30px 15px;
}

.retreat-info .retreat-info-container .retreat-info-block{
	padding: 			15px;
}

.retreat-info .retreat-info-container .retreat-info-block ul,
.retreat-info .retreat-info-container .retreat-info-block ul li{
	margin: 			0;
	padding: 			0;
	font-family: 		'Times New Roman', sans-serif;
	font-size:			18px;
	list-style-image:	url('../images/gold-bullet.png');
}

.retreat-info .retreat-info-container .retreat-info-block ul {margin-left: 15px; margin-bottom:20px}

.retreat-info .retreat-info-container .retreat-info-block .gmap{
	position:absolute;
	right: 15px;
	bottom:15px
}

.retreat-info .retreat-info-container .retreat-info-block .dates-class-block{
	padding: 			0px;
}

.retreat-info .retreat-info-container .retreat-info-block .dates-class-block h4{
	font-size: 			12px;
	font-weight:		normal;
	margin-bottom: 		8px;
	padding-bottom:		10px;
	border-bottom: 		1px solid #dccab3;
}

.retreat-info .retreat-info-container .retreat-info-block .retreat-info-title {
	padding-bottom: 	10px;
	border-bottom:		1px solid #aba4a3;
	font-size:			12px;
}

.retreat-info .retreat-info-container .retreat-info-block .retreat-info-title .icon {
	margin-right:		15px;
}

.retreat-info .retreat-info-container .retreat-info-block .retreat-info-details {
	margin-top:		 	25px;
	letter-spacing:		0.5px;
}

.retreat-info .retreat-info-container .retreat-info-block .retreat-info-details .section-title {
	margin:		 		0px;
	line-height:		36px
}

.retreat-info .retreat-info-container .retreat-info-block .retreat-info-details h5,
.retreat-info .retreat-info-container .retreat-info-block .retreat-info-details h6{
	margin:	 			0px;
	line-height:		normal;
}

.retreat-info .retreat-info-container .retreat-info-block h4 {
	margin-top:			25px;
}
.retreat-info .retreat-info-container .retreat-info-block .retreat-info-details h5 {
	font-size:			18px; 
}

.retreat-info .retreat-info-container .retreat-info-block .retreat-info-details .btn-standard {
	margin-top:		 	15px;
}

	/* Retreat - Teacher */

.section-teacher {
	margin:				100px 0 0px 0;
	padding:			0; 
}

.section-teacher .section-teacher-container{	
	margin-bottom:		80px; 
}

.section-teacher .section-teacher-container .teacher-info-block{ 
}

.pattern {position:absolute; top:0; left: 50%;margin-left: -24px; margin-top: -24px; width:48px; height:48px; background: url(../images/pattern.png) center center no-repeat #b99668; border-radius: 50%;}

.section-teacher .section-teacher-container .teacher-info-block h4,
.page-about .section-about-teacher .teacher-list-container .teacher-details h4{
	letter-spacing:		2px;
	font-size:			20px;
	line-height:		20px;
}

.section-teacher .section-teacher-container .teacher-info-block h2{	
	margin-bottom:		25px;
}

.section-teacher .section-teacher-container .teacher-pic-block{
	margin-top: 150px;
	margin-bottom: -25px;
}


.section-teacher .section-teacher-container .teacher-pic-block img{
	max-width: 432px; 
	border:1px solid #b99668;
	padding:25px;
	background:#fff
}

.section-teacher .section-yoga-container {
	padding:			100px;
	overflow:			hidden;
}

.section-teacher .section-yoga-container p { 
	color:				#fff;
}


.section-teacher .place-block {
	border: 			1px solid #b99668;
	border-width: 		1px 1px 0 1px;
	margin: 			30px 15px 0px 15px;
	padding:			100px 100px 70px 100px;
}

.section-teacher .place-block p,
.section-teacher .experience p,
.section-teacher .place-block,
.section-teacher .experience{
	font-size:			18px;
	color:				#545454;
	font-family: 		'Times New Roman', sans-serif;
}


	/* Retreat - Gallery */

	.section-teacher .section-gallery-container {
		padding:			0px;
		overflow:			hidden;
	}
		
	.flexslider {
		margin: 			0;
		background: 		none;
		border: 			none;
		position: 			relative;
		border-radius: 		0;
		box-shadow: 		none;
		zoom: 				1;
	}
	
	.section-teacher .section-gallery-container .gallery-slider{
		padding: 			30px;
		margin: 			0 30px 30px 30px; 
		overflow:			hidden;
		border: 			1px solid #b99668;
		border-width: 		0px 1px 1px 1px;
	}
	
	
	.section-teacher .section-gallery-container .gallery-slider #slider{
		width:				648px;
		max-height:			462px;
		margin-left:		0px;
		margin-bottom:		0px;
		float:				left;		
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider ul{
		max-height:			432px;
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider .slides img {
		width:				100%;
	}
	
	/* Gallery Pagination */
	#slider .flex-direction-nav,
	#slider .flex-direction-nav li {
		list-style: none
	}
			
	.section-teacher .section-gallery-container .gallery-slider .slider-pagination {
		position:			absolute;
		bottom: 			0;
		right:				-80px;
		color:				#545454;
		font-size:			18px;
		xbackground:			url(../images/img-icon.png) left center no-repeat;
		padding-left:		0px;
	}
	
	.section-teacher .section-gallery-container .gallery-slider .slider-pagination .slide-current-slide {
		font-size:			32px;
		line-height:		30px;
		color:				#b99668;
		margin-right:		3px;
		width: 				32px!important;
		display:			block;
		float: 				left;
		text-align:			right;
		padding-right:		5px;
	}
	.section-teacher .section-gallery-container .gallery-slider .slider-pagination .slide-total-slides {
		display:			block;
		float: 				left;
		margin-top:			8px;
		
	}
	
	.section-teacher .section-gallery-container .gallery-slider .overlay-pagination {
		position:			absolute;
		top: 				50%;
		left: 				50%;
		margin:				-12px 0 0 -20px;
		z-index:			3;
		color:				#fff;
		font-size: 			18px;
		width:				40px;
		line-height:		24px;
		height:				24px;
		text-align:			center;		
	}
	/* Gallery Pagination */
	
	
	.section-teacher .section-gallery-container .gallery-slider #slider-2{
		width:				303px;
		float:				left;
		margin-left:		3px;
		max-height:			227px;
		overflow:			hidden;
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider-2 ul li:before,
	.section-teacher .section-gallery-container .gallery-slider #slider-3 ul li:before,
	.section-teacher .section-gallery-container .gallery-slider #slider-4 ul li:before {
		background: rgba(0, 0, 0, 0.40);
		position: absolute;
		display: block;
		content: '';
		width:100%;
		height:100%;
		z-index:2
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider-3,
	.section-teacher .section-gallery-container .gallery-slider #slider-4{
		width:				149px;
		margin-left:		957px;
		max-height: 		111px; 
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider-3 ul,
	.section-teacher .section-gallery-container .gallery-slider #slider-4 ul{
		max-height: 		111px; 
		overflow:			hidden
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider-3{
		margin-bottom:		3px;
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider-4{
		margin-bottom: 		0px;
	}
	
	.section-teacher .section-gallery-container .gallery-slider #slider-4 ul li{
		margin:				0px;
	}
	 
	#slider-2 .flex-direction-nav,
	#slider-3 .flex-direction-nav,
	#slider-4 .flex-direction-nav {
		display: none;
	}
	
	
	/*#owl-demo .item{ 
	margin: 1px;
	color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	max-height:392px;
	}
	.customNavigation{
	text-align: center;
	}
	
	.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.owl-pagination { }*/

	/* Retreat - Price */

.price-section {
	padding:			0; 
}

.price-section .price-section-container {
	padding:			40px 0 100px 0; 
}


.price-section .price-section-container .col-sm-11  {
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
}

.price-section .price-section-container h2 {
	margin-top:			15px;
	margin-bottom:		0px;	
}

.price-section .price-section-container .price-table {
	margin-top:			40px;
	padding:			35px;
	border: 			1px solid #b99668;
	background:			#fff;
}


.price-section .section-ps {
	padding:			200px 0px 100px 0px;
	text-align:center;
	margin-top: -200px; 
}

.price-section .section-ps h3 {
	margin-bottom:50px;
}
.price-section .section-ps p {
	color:			#fff;
}

.price-section .price-section-container .price-table .btn-group { 
	display:			block;
}


.price-section .price-section-container .price-table .btn-group label { 
	width:				100%;
}

.price-section .price-section-container .price-table .btn-group .btn { 
	float:				none;
	
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {margin-left:0}


.price-section .price-section-container .price-table .btn-group .price-col-block {
    background: 		#fff;
    border-color: 		#ebebeb;
    color: 				#545454;
	border-width:		1px 0px;
	margin-bottom:		-1px;
	-webkit-transition: all 0.2s;
    transition: 		all 0.2s;
	padding:			0px 30px;
	font-size:			18px;
	line-height:		40px;
	white-space:		wrap!important;
}
.price-section .price-section-container .price-table .btn-group .price-col-block:hover,
.price-section .price-section-container .price-table .btn-group .price-col-block:focus,
.price-section .price-section-container .price-table .btn-group .price-col-block:active,
.price-section .price-section-container .price-table .btn-group .price-col-block.active{
    background-color: 	#f1f9f5;
    border-color: 		#ebebeb;
    color: 				#545454;
	box-shadow:			none
}
 

.price-section .price-section-container .price-table .btn-group .price-col-block .btn-sold,
.price-section .price-section-container .price-table .btn-group .price-col-block .btn-standard {
	font-size:			24px;
	padding: 			15px 30px;
	margin: 			8px 0;
	line-height:		24px;
	float:				right;
	text-align:			center; 
	max-width:			250px;
}

.price-section .price-section-container .price-table .btn-group .price-col-block .btn-sold {background: #fbe8e9; color: #d81f27;}


.price-section .price-section-container .price-table .btn-group .price-col-block h5,
.price-section .price-section-container .price-table .btn-group .price-col-block h2 {
	line-height:		70px;
	margin-bottom:		0;
}

.price-section .price-section-container .price-table .btn-group .price-col-block h2 {
	margin-bottom:		0;
	margin-top:			0;
}



/* ///////////////// */
/*   TEACHERS PAGE   */
/* ///////////////// */

.page-teachers .section-teachers,
.post-teachers .section-teachers {
	margin:				0; 
}

.page-teachers .section-teachers .section-teachers-container,
.post-teachers .section-teachers .section-teachers-container{
	margin:				0;
	padding:			0;	
}

.page-teachers .section-teachers .section-teachers-container a,
.post-teachers .section-teachers .section-teachers-container a {
	display: 			block;
}

.page-teachers .section-teachers .section-teachers-container a h3,
.post-teachers .section-teachers .section-teachers-container a h3{
	padding-bottom:15px;
	margin-bottom: 15px;
	background:url(../images/line-darkgrey-sm.png) bottom center no-repeat;
}

.page-teachers .section-teachers .section-teachers-container a h4,
.post-teachers .section-teachers .section-teachers-container a h4{
	font-weight: 		normal;
	font-size:			12px;
	letter-spacing: 	2px;
}

.page-teachers .section-teachers .section-teachers-container a .teacher-block,
.post-teachers .section-teachers .section-teachers-container a .teacher-block { 
	border: 			1px solid #c3a680;
	background: 		#fff;
	padding: 			25px;
	margin-bottom:		25px;
}

.page-teachers .section-teachers .section-teachers-container a .teacher-title,
.post-teachers .section-teachers .section-teachers-container a .teacher-title { 
	margin-bottom:		40px; 
}

.page-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper,
.post-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
}

/* Teachers Overlay Effects */
.page-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper .ImageOverlayH,
.post-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper .ImageOverlayH {
	background: 		rgba(0, 0, 0, 1);
	opacity:			0;
}

.page-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper .StyleH,
.post-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper .StyleH {
	top: 				30%!important;
}

.page-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper:hover .ImageOverlayH,
.post-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper:hover .ImageOverlayH {opacity: 1;background: rgba(0, 0, 0, 0.6);}


.page-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper .StyleH .read-detail,
.post-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper .StyleH .read-detail {
	opacity: 0;
	font-size: 12px!important;
}
.page-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper:hover .StyleH .read-detail,
.post-teachers .section-teachers .section-teachers-container a .teacher-block .ImageWrapper:hover .StyleH .read-detail {
	opacity: 1;
}


/* Teachers Overlay Page */

.teacher-details-overlay {	   
	background: #675a57;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.section-tdetails .container{ 
	padding:			0 0 20px 0;
	max-width:			960px; 
}

.section-tdetails .teacher-details-container {
	padding-top:		0px;
	margin-top: 		40px;
}

.section-tdetails .teacher-details-container .teacher-image-block {
	padding-top:		0px
}

.section-tdetails .teacher-details-container .teacher-image-block .teacher-img {
	padding:			25px;
	border:				1px solid #c4a781;
	margin:				0 auto;	
}

.section-tdetails .teacher-details-container .teacher-details-block {
	margin-top:			50px;
	margin-bottom:			50px;
	text-align:			center
}

.section-tdetails .teacher-details-container .teacher-details-block h2 {
	padding-bottom:15px;
	margin-bottom: 15px;
	background:url(../images/line-darkgrey-sm.png) bottom center no-repeat;
}

.section-tdetails .teacher-details-container .teacher-details-block h3{
	font-weight: 		normal;
	font-size:			18px;
	letter-spacing: 	2px;
}

.section-tdetails .teacher-details-container .teacher-details-block h4{
	margin:				80px 0;
}

.section-tdetails .teacher-details-container .teacher-details-block p{
	margin-bottom:		40px;
}
 


/* ////////////////////// */
/*  DEFAULT, TERMS PAGE   */
/* ////////////////////// */


.section-default {

} 

.section-default .section-default-container{ 
	padding:			0 0 0px 0;
	font-family: 		'Times New Roman', sans-serif;
	font-size:			16px;
}

.section-default .section-default-container h1{  
	margin-bottom:		100px;
	font-size:			38px;
	font-family: 		'Oswald', sans-serif;
}

.section-default .section-default-container .horizontal-left{ 
	margin-left: 		0!important;
}
 

.section-default .section-default-container h2,
.section-default .section-default-container h3 {
	font-size:			18px;
	margin-bottom: 		15px;
	margin-top: 		40px;
	padding-top:		0px;
	color:				#b99668;
	font-family: 		'Oswald', sans-serif;
}

.section-default .section-default-container p {
	font-size:			16px;
	margin-bottom: 		20px;
}


/* /////////////////// */
/*  	BLOG PAGE	   */
/* /////////////////// */

.page-blog { }

.page-blog .section-blog{}
	
.page-blog .section-blog .blog-container {}
	
.page-blog .section-blog .blog-container .blog-date {width: 90px; height:105px; border-radius: 5px; border:1px solid #e1e3e3; box-shadow: 0px 2px 2px #d7d7d7; text-align:center;  }
.page-blog .section-blog .blog-container .blog-date .day,
.page-blog .section-blog .blog-container .blog-date .month{display: block;font-weight: normal}
.page-blog .section-blog .blog-container .blog-date .day{font-size:45px; line-height:40px; margin-top:20px}
.page-blog .section-blog .blog-container .blog-date .month{text-transform: uppercase; font-size:22px;}

.page-blog .section-blog .blog-container .blog-list {margin-left: 40px; }
.page-blog .section-blog .blog-container .blog-list h2{font-size: 35px; }
.page-blog .section-blog .blog-container .blog-list h2{font-size: 35px; }
	
	
	/* Blog details page */
	.blog-date-details {text-align:center; border-right: 1px dashed #bfbfbf; }
	
	.blog-date-details .day,
	.blog-date-details .month{display: block;font-weight: normal}
	.blog-date-details .day{font-size:60px; margin-top:20px}
	.blog-date-details .month{ font-size:22px;}
	.blog-date-details .year{ font-size:40px; font-weight:normal}
	
	.blog-details-title { }
	.blog-details-title h2{font-size: 35px; }
	.blog-details-title h3{text-transform: uppercase; font-weight:normal; font-size:20px;}
	.blog-details-title h3 span{text-transform: lowercase; font-style: italic}
	
	.blog-details-cotents {}
	.blog-details-cotents p, .blog-details-cotents img{margin-bottom: 30px;}
		
	.social-share-buttons { }
	.social-share-buttons .fb,
	.social-share-buttons .tw {margin-bottom:10px;}
	.social-share-buttons .fb-share-button{margin: 0 auto!important; float:none!important; text-align:center!important}
	
	.blog-well {background: none; overflow: hidden}
	.blog-well .blog-well-block { font-size:20px; border:1px solid #fff; margin-bottom: 0px; display:block}
	.blog-well .blog-well-block .icon{vertical-align:middle; }
	.blog-well .blog-well-block .well-text{ font-weight:bold; text-transform:uppercase; font-size:17px; line-height:30px!important; margin-left: 0px;vertical-align:middle; }
	
	
	/* Section documents */
	
	.page-resources .section-documents img {
		max-width: 80px!important; 
	}
	


/* Footer */
footer .section-footer {

}

footer .header-brand {
	width: 214px;
	height: 65px;
	padding: 8px 0;
	border-right: 1px solid #fff;
}

footer .logo {
	width: 200px;
	height: 45px;
	background-image: url(../images/logo.png);
	background-size: 96px 22px;
}

footer .nav-footer {	
	border-right: 1px solid #fff;
}

footer .section-footer .footer-block {	
	border-bottom: 1px solid #fff;
}


footer .footer-numbers .numbers-block:nth-child(2) {
	border-left: 2px solid #e7630d;
	border-right: 2px solid #e7630d;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .footer-subscribe {
	padding-top: 30px;
	padding-bottom: 20px;
}

footer .copyright {
	padding: 20px 0;
	font-size: 12px;
	line-height: 12px;
}


footer .footer-navigation {
	-webkit-border-radius: 0;
	border-radius: 0;
}

footer .footer-navigation ul {
	margin-bottom:0px;
}

footer .footer-navigation li {
	display: inline-block;
	float: none; 
}

footer .footer-navigation li a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 65px;
	padding: 0px 12px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
footer .footer-navigation li a:hover,
footer .footer-navigation li a:focus {
	color: #b9e0cb;
}

footer .footer-icons {
	list-style: none;
	overflow: hidden
}

footer .footer-icons a{
 	background-color: transparent;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 25px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 33.33%;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

footer .footer-icons .fa-twitter {    background: #00a7fe; }
footer .footer-icons .fa-facebook {   background: #0651a3; }
footer .footer-icons .fa-instagram {  background: #00698c; }

footer .footer-icons .fa-twitter:hover,
footer .footer-icons .fa-facebook:hover,
footer .footer-icons .fa-instagram:hover { background: #b99668; }

