@charset "utf-8";
/* CSS Document */
/********************** Reset **********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption, th {text-align:justify;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
q:before, q:after {content:'';}
abbr, acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input, textarea, select {font-size:100%;}
legend {color:#000;}
.left{float:left;}
.clear{clear:both;}
.clear-left{clear:left;}
.clear-right{clear:right;}
.right{float:right;}
span.noshow {display:none;margin:0;}
a{outline:none;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/********************** style **********************/
body
{
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#747474;
	-webkit-font-smoothing: antialiased;
	-moz-smoothing: antialiased;
	-ms-smoothing: antialiased;
	-o-smoothing: antialiased;
	overflow-x:hidden;
}
#header-wrapper
{
    width:100%;
    background-color:none;
	position:absolute;
	z-index:100;	
}
.header-area
{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.header-ctnr {padding:8px 0;}
.logo
{
	display:block;
	float:left;
}
.logo a
{
	display:block;
	float:left;	
}
.logo p
{
	font-size:14px;
	font-weight:300;
	color:#8f8f8f;
	line-height:22px;
	border-left:solid 1px #cccccc;
	padding:0 0 0 15px;
	margin:12px 0 0 15px;
	display:block;
	float:left;
}
.header-right
{
	display:block;
	float:right;
	margin-top:15px;
}
.fpe-ctn {margin-top:5px; display:block; float:right;}
.findtm-teacher
{
	background:url(../images/find-icon.png) no-repeat left center;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	display:block;
	float:right;
	color:#8f8f8f;
	padding:0 0 0 15px;	
}
#findfield {
	width: 100%;
	max-width: 270px;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 100;
	margin:24px 0 0 0;
	border:solid 1px #e6e6e6;	
}
.search-filed-01
{
	width:100%;
	background:none;
	border:none;
	padding:6px 0;
	font-size:13px;
	line-height:21px;
	font-weight:300;
	color:#747474;	
	text-indent:10px;	
}
.phone
{
	background:url(../images/mobile-icon.png) no-repeat left center;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	display:block;
	float:right;
	color:#8f8f8f;
	padding:0 0 0 15px;
	margin-left:25px;
}
.email
{
	background:url(../images/email-icon.png) no-repeat left center;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	display:block;
	float:right;
	color:#8f8f8f;
	padding:0 0 0 20px;
	margin-left:25px;
}
.social-icon-ctn
{
	display:block;
	margin-top:20px;
}
.social-icon-ctn p
{
	font-size:13px;
	font-weight:400;
	color:#545454;
	display:block;
	float:left;
	padding-top:3px;
}
.social-icon-ctn a
{
	background-color:#949494;
	width:28px;
	height:28px;
	border-radius:50px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	margin-left:10px;
	float:left;
}
.social-icon-ctn a.facebook
{
	background:url(../images/facebook-icon-hr.png) no-repeat center center #949494;
	display:block;
	transition: all .2s ease-in-out;
}
.social-icon-ctn a.facebook:hover
{
	background:url(../images/facebook-icon-hr.png) no-repeat center center #4e99f0;
}
.social-icon-ctn a.insta
{
	background:url(../images/insta-icon-hr.png) no-repeat center center #949494;
	display:block;
	transition: all .2s ease-in-out;
}
.social-icon-ctn a.insta:hover
{
	background:url(../images/insta-icon-hr.png) no-repeat center center #4e99f0;
}
.seperator
{
    width: 95%;
    height: 1px;
    background-image: radial-gradient(#d6d6d6, #FFF), radial-gradient(#d6d6d6, #FFF);
    background-position: 0, 100%, 0, 100%;
	margin:0 auto;
}
#menu-wrapper
{
	width:100%;
	background:rgba(255,255,255,0.95);	
	-webkit-box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.2);
	-moz-box-shadow:    0px 1px 3px 0px rgba(51, 51, 51, 0.2);
	box-shadow:         0px 1px 3px 0px rgba(51, 51, 51, 0.2);
}
#banner-wrapper 
{
	background:url(../images/video-banner.jpg) no-repeat 0 0;
	background-size:cover;
	width:100%;
	position:relative;
	z-index:80;
	height:700px;	
}
#banner-wrapper-home
{
	width:100%;
	position:relative;
	z-index:80;
	height:690px;	
}
#wrapper-01
{
	width:100%;
	padding:80px 0;
	background-color:#fff;
	position:relative;
	z-index:91;
}
#wrapper-01a
{
	width:100%;
	padding:60px 0;
	background-color:#fff;
	position:relative;
	z-index:91;
}
.bg-gray {background-color:#fafafa !important;}
.bg-line {border-top:solid 1px #ececec;}
.what-evidence-ctn
{
	width:100%;
	max-width:1250px;
	display:block;
	margin:0 auto;
}
.what-into h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.what-into p
{
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#747474;
	text-align:center;
	margin-top:30px;
}
.what-into-box
{
	text-align:center;
}
.what-into-box li
{
	width:370px;
	background-color:#fff;
	display:inline-block;
	margin:50px 20px 0 20px;
	text-align:center;
	transition: all .2s ease-in-out;
	vertical-align:top;
}
.what-into-box li:hover
{
-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.20);
-moz-box-shadow:    0px 0px 5px 0px rgba(51, 51, 51, 0.20);
box-shadow:         0px 0px 5px 0px rgba(51, 51, 51, 0.20);
}

.what-into-box li a {text-decoration:none; color:#fff;}

.what-into-box li img
{
	display:block;
	margin:0 auto;
}
.what-into-box li div {padding:30px; display:block;}
.what-into-box li a div h1
{
	font-size:20px;
	font-weight:400;
	line-height:26px;
	display:inline-block;
	text-decoration:none;
	margin-top:30px;
	color:#545454;
	transition: all .2s ease-in-out;
}
.what-into-box li a:hover > div h1{color:#4e99f0;}
.what-into-box  li div p:first-child {margin-top:0;}
.what-into-box  li div p
{
	font-size:15px;
	line-height:23px;
	color:#747474;
	display:block;
	margin-top:20px;
	font-weight:300;
}
.true-medi-ctnr
{
	width:100%;
	max-width:1200px;
	display:block;
	margin:0 auto;
}
.ture-medi
{
	display:block;
	padding:0 20px;
}
.ture-medi h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.ture-medi-info
{
	display:block;
	margin-top:40px;
}
.ture-medi-info img
{
	display:block;
	float:left;
	margin:0 40px 30px 0;
}
.ture-medi-info p
{
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #747474;
	margin-bottom:15px;
}
.ture-medi-info p:last-child {margin-bottom:0;}
.change-ctnr
{
	width:100%;
	max-width:1200px;
	display:block;
	margin:0 auto;
}
.change-ctn
{
	display:block;
	padding:0 20px;
}
.change-ctn h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.change-info
{
	display:block;
	margin-top:40px;
}
.change-info img
{
	display:block;
	float:right;
	margin:0 0 0 40px;
}
.change-info p
{
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #747474;
	margin-bottom:15px;
}
.change-info p:last-child {margin-bottom:0;}
.change-info ul 
{
	padding:0 0 0 20px;
}
.change-info ul li
{
	font-size:15px;
	line-height: 23px;
	font-weight:300;
	color:#747474;
	list-style:circle;
	margin:10px 0;
}
.learn-transcendental-ctnr
{
	width:100%;
	max-width:1050px;
	display:block;
	margin:0 auto;
}
.learn-transcendental
{
	display:block;
	padding:0 20px;
}
.learn-transcendental h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
	padding:0 20px;
}
.learn-transcendental p
{
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#747474;
	text-align:center;
	margin-top:20px;
	padding:0 20px;
}
.learn-transcendental p a
{
	text-decoration:none;
	font-weight:400;
	color:#747474;
}

.map
{
	background-color:#fff;
	position:relative;
	z-index:91;
}
.map img
{
	width:100%;
	display:block;
	margin:0 auto;	
}
.tm-teacher-ctnr
{
	display:block;
	text-align:center;
}
.tm-teacher-ctnr h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.tm-teacher-ctnr ul
{
	display:block;
	margin-top:30px;
	padding:0 20px;
}
.tm-teacher-ctnr ul li
{
	display:inline-block;
	text-align:center;
	vertical-align:top;
	margin:20px;
}
.tm-teacher-ctnr ul li h2
{
	font-size:20px;
	color:#545454;
	display:block;
	text-align:center;
	margin-top:30px;	
}
.tm-teacher-ctnr ul li p
{
	background:url(../images/phone-icon.png) no-repeat 0 center;
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#747474;
	text-align:center;
	margin-top:7px;
	display:inline-block;
	padding:0 0 0 30px;
}
.tm-course-ctnr
{
	display:block;
	margin-top:80px;
	border-top:solid 1px #e0e0e0;
	padding-top:80px;
	
}
.tm-course-ctnr h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.tm-course-ctnr p
{
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#747474;
	text-align:center;
	margin-top:20px;
}
.tm-course-ctnr p a
{
	text-decoration:none;
	font-weight:400;
	color:#747474;
}
.tm-exp-tec img
{
	display:block;
	margin:0 auto 0 auto;
}
#footer-wrapper
{
	width:100%;
	background-color:#fafafa;
	padding:60px 0 80px 0;
	position:relative;
	z-index:91;	
}
.footer-ctnr
{
	width:100%;
	max-width:1240px;
	display:block;
	margin:0 auto;
}
.foot-ctn
{
	display:block;
	padding:0 20px;
}
.foot-menu
{
	width:40%;
	display:block;
	float:left;
}
.footrow1 
{
	display:block;
	float:left;
	margin:20px 60px 0 0;
	border-bottom:solid 1px #e0e0e0;
}
.footrow1 li a
{
	font-size:13px;
	text-decoration:none;
	color:#545454;
	padding:7px 0;
	border-top:solid 1px #e0e0e0;	
	display:block;
}
.footrow2 
{
	display:block;
	float:left;
	margin:20px 60px 0 0;
	border-bottom:solid 1px #e0e0e0;
}
.footrow2 li a
{
	font-size:13px;
	text-decoration:none;
	color:#545454;
	padding:7px 0;
	border-top:solid 1px #e0e0e0;	
	display:block;
}
.copyright
{
	width:60%;
	display:block;
	float:left;
	margin-top:20px;
}
.copyright p
{
	font-size:13px;
	line-height:22px;
	font-weight:300;
	display:block;
	margin-top:15px;
}
.copyright p:first-child {margin-top:0;}
.copyright p a {text-decoration:underline; color:#747474;}
#three-info-wrapper
{
	background-color:#fff;
	width:100%;
	padding:60px 0;	
	position:relative;
	z-index:91;
}
.three-info-box-ctnr
{
	width:100%;
	max-width:1300px;
	display:block;
	margin:0 auto;
	text-align:center;
}
.three-info-box-ctnr ul li
{
	width:354px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	margin:20px 30px 20px 30px;
}
.three-info-box-ctnr ul li a h1
{
	font-size:20px;
	line-height:26px;
	display:inline-block;
	text-decoration:none;
	margin-top:30px;
	color:#545454;
	transition: all .2s ease-in-out;
}
.three-info-box-ctnr ul li a:hover > h1{color:#4e99f0;}

.three-info-box-ctnr ul li p
{
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#747474;
	display:block;
	margin-top:15px;
}
.three-info-box-ctnr ul li p a {text-decoration:none; color:#4e99f0;}

#stree-wrapper
{
	width:100%;
	padding:40px 0;
	background-color:#4e99f0;
	position:relative;
	z-index:91;
	display:none;
}
.stress-ctn
{
	width:100%;
	max-width:1250px;
	display:block;
	margin:0 auto;
}
.stress-ctn h1
{
	font-size:26px;
	color:#fff;
	display:block;
	text-align:center;
	text-transform:uppercase;
	padding:0 20px;
}
.stress-ctn p
{
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#fff;
	text-align:center;
	margin-top:20px;
	padding:0 20px;
}
.stress-ctn p span {font-weight:400;}
.limited-btn
{
	background-color:#ff933b;
	width:280px;
	border-radius:3px;
	display:block;
	margin:0 auto;
	transition: all .2s ease-in-out;
	padding:0 !important;
}
.limited-btn a
{
	font-size:16px;
	font-weight:400;
	background:url(../images/btn-arw.png) no-repeat 230px center;
	display:block;
	padding:0 20px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	height:44px;	
	line-height:44px;	
}
.limited-btn:hover {background-color:#747474;}


/**************************************************************table*******************************************/
.intro-lectures-wrapper {
	background-color:#4e99f0;
	padding:27px 20px 12px;
	text-align:left;
	margin-top:30px;
}
.intro-lectures-wrapper h2 {
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
	line-height:1.1;
	text-align:center;
	color:#fff;	
}
.intro-lectures-wrapper p {
	text-align:center;
	font-size:15px;
	font-weight:300;
	color:#fff;
	margin:10px 0 0 0;
	padding:0;
}
.lecture-title {margin-top:15px !important; padding:0 20px !important;}
.intro-list {
	display:table;
	width:100%;
	margin-bottom:25px;
	box-shadow:0 -1px 0 rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.25);
	color:#fff;
	font-size:16px;
	font-weight:300;
	margin-top:20px;
}
.intro-list .i-l-header,
.intro-list .i-l-row {
	display:table;
	width:100%;
	text-decoration:none;
	color:#fff;
}
.intro-list .i-l-row:focus {
	outline:none;
}
.intro-list .i-l-header {
	font-weight:400;	
}
.intro-list .cell {
	display:table-cell;
	vertical-align:middle;
	line-height:1.1;
	padding:8px 0 7px;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.25);
	transition:all .2s ease;
}
.intro-list .cell .mobile {
	display:none;
}
.intro-list .i-l-header .cell {
	padding:13px 0 12px;
}
.intro-list .i-l-row .reserve-btn {
	text-align:center;
	text-transform:uppercase;
	background-color:#fff;
	border-radius:3px;
	padding:8px 5px;
	font-weight:400;
	font-size:13px;
	color:#4e99f0;
	width:150px;
	display:inline-block;
	transition:none;
	margin-top:-1px;	
}
.intro-list .i-l-row:hover .reserve-btn {
	background-color:#f1f1f1;
	color:#1b71d4;
}


.intro-list .i-l-row .reserve-btn.disabled {
	opacity:.5;
}
/* +hover */
.intro-list .i-l-row:active .reserve-btn {
	
}
.intro-list .i-l-row .reserve-btn .mobile {
	display:none;
}
.intro-list .i-l-row .reserve-btn .close-btn {
	display:none;
}
.intro-list .cell:first-child {
	padding-left:15px;
}
.intro-list .cell:nth-child(2) {
	text-align:left;
	width:80px;
	padding-left:10px;
	padding-right:10px;
}
.intro-list .cell:nth-child(3) {
	text-align:center;
	width:17%;
	padding-left:10px;
	padding-right:10px;
}
.intro-list .cell:last-child {
	text-align:right;
	width:180px;
	padding-right:15px;
}
#special_field {
    display: none;
}


textarea[name="comment"]{
    display: none;
}

input[value="Reserve"] {
    font-size: 14px !important;
    border-radius: 3px !important;
    background-color: #ff8b1a !important;
    color: #fff !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    cursor: pointer;
}
input[value="Reserve"]:hover {background-color:#f27904 !important;}

.i-l-footer {
	display:block;
	margin-bottom:10px;
	line-height:1.1;
	position:relative;
	padding-left:15px;
	padding-right:15px;
}
.i-l-footer div {
	width:calc(100% - 170px);
	display:inline-block;
	vertical-align:top;
}
.i-l-footer span {
	text-align:center;
	background:-moz-linear-gradient(top, rgba(255,255,255,.25) 0%, rgba(255,255,255,.25) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.25)), color-stop(100%,rgba(255,255,255,.25)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,.25) 0%,rgba(255,255,255,.25) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,.25) 0%,rgba(255,255,255,.25) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,.25) 0%,rgba(255,255,255,.25) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,.25) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#40ffffff',GradientType=0);
	border:1px solid rgba(54,108,146,.5);
	border-radius:20px;
	padding:6px 0 5px;
	font-weight:bold;
	font-size:14px;
	color:#366c92;
	width:150px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(255,255,255,.75);
	transition:none;
	margin-top:-6px;
	float:right;
}
/* +hover */
.i-l-footer:active span {
	box-shadow:inset 0 1px 5px rgba(255,255,255,1);
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,.75)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0);
}
.intro-list .i-l-row.expanded .cell {
	background-color:rgba(25,75,145,.2);
	box-shadow:none;
	padding-top:15px;
}
.intro-list .i-l-row.expanded .reserve-btn {
	width:28px;
	padding:5px 0 6px;
	background-color:#277fe4 !important;
	color:#fff;
}
.intro-list .i-l-row.expanded .reserve-btn:hover {background-color:#2573cc !important;}


.intro-list .i-l-row.expanded .reserve-btn .desktop {
	display:none;
}
.intro-list .i-l-row.expanded .reserve-btn .close-btn {
	display:inline;	
	
}
.intro-list form {
	text-align:center;
	background-color:rgba(25,75,145,.2);
	padding:20px 15%;
}
.submit-btn
{
	font-size:14px !important;
	border-radius:3px !important;
	background-color:#40d247 !important;
	color:#fff !important;
	text-shadow:none !important;
	text-transform:uppercase !important;
	font-weight:400 !important;
	cursor:pointer;
}
.submit-btn:hover
{
	background-color:#33c939 !important;
	color:#fff !important;
}
.about-tm {
	display:table;
	text-align:center;
	font-size:16px;
	line-height:1.4;
	width:100%;	
	margin:0 auto;
}
.tm-exp-tech-ctn
{
	background-color:#bfced9;
	padding:25px;	
}
.about-tm h2 {
	display:inline-block;
	height:175px;
	width:175px;
	padding:40px;
	font-weight:400;
	text-transform:uppercase;
	font-size:20px;
	line-height:32px;
	color:#fff;
	text-align:center;
	background-color:rgba(152,167,179,.50);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.5);
	border-radius:50%;
	vertical-align:middle;
	margin-top:10px;
}
.about-tm p {
	font-weight:400;
	text-transform:uppercase;
	color:#5c6062;
	font-size:20px;
	display:block;
	margin-bottom:8px;
	cursor:default;
	margin-top:10px;
	padding:0;
}
.about-tm a {
	display:block;
	border-bottom:1px solid rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(255,255,255,.3);
	padding:12px 30px 10px 0;
	color:#5c6062 !important;
	font-size:16px !important;
	font-weight:400;
	text-transform:none;
	text-decoration:none;
	transition:all .2s ease;
}
.about-tm a:hover {
	color:#fff;
	padding:12px 15px 10px 15px;
	background-color:rgba(152,167,179,.50);
	
}
.listing.right a:hover {
	padding:12px 15px 10px 15px;
}

.about-tm a:last-child {
	border-bottom:none;
	box-shadow:none;
}
/* +hover */
.listing {
	display:table-cell;
	width:300px;
	text-align:left;
	vertical-align:middle;
}
.listing.left {
	text-align:left;
	vertical-align:top;
	width:332px;
}
.listing.left a {text-align:left;}
.listing.center {
	text-align:center;
}


.listing.right {
	text-align:right;
	vertical-align:top;
	width:332px;
}
.listing.right a {
	text-align:right;
	padding:12px 0 10px 30px;
}
/* +hover */



.curved-shadow {
	margin-bottom:25px;
}


/*FORM ELEMENTS*/
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=file],
input[type=month],
input[type=time],
input[type=url],
input[type=week],
input[type=search],
input[type=number],
textarea,
select,
button,
label,
legend 
{
	font-family:inherit;
	font-size:inherit;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	outline:none;
	border:none;
	margin:0 0 8px;
	display:inline-block;
	color:#414649;
}
input[type=button],
input[type=reset],
button 
{
	transition:none;
	display:inline-block;
	padding:10px 25px 9px;
	background-color:rgba(255,255,255,.25);
	border:1px solid rgba(54,108,146,.5);
	border-radius:100px;
	font-weight:bold;
	color:#366c92;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	white-space:normal;
}
/* +hover */
input[type=button]:focus:enabled,
input[type=reset]:focus:enabled,
button:focus:enabled 
{
	background:-moz-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.5)), color-stop(100%,rgba(255,255,255,.5)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0);
}
input[type=button]:active:enabled,
input[type=reset]:active:enabled,
button:active:enabled 
{
	box-shadow:inset 0 1px 8px rgba(255,255,255,1);
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,.75)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0);
}
input[type=button]:disabled,
input[type=reset]:disabled,
button:disabled 
{
	background-color:rgba(255,255,255,.05);
	color:rgba(54,108,146,.5);
}
input[type=button].dark,
input[type=reset].dark,
button.dark 
{
	transition:none;
	border-radius:200px;
	font-weight:bold;
	padding:10px 25px 9px;
	background-color:#5489ae;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.25);
	border:none;
}
/* +hover */
input[type=button].dark:focus:enabled,
input[type=reset].dark:focus:enabled,
button.dark:focus:enabled 
{
	background:#6891ad;
	box-shadow:none;
	text-shadow:0 1px 0 rgba(0,0,0,.5);
}
input[type=button].dark:active:enabled,
input[type=reset].dark:active:enabled,
button.dark:active:enabled 
{
	background-color:#507fa0;
	box-shadow:inset 0 1px 10px rgba(0,0,0,.25);
}
input[type=button].dark:disabled,
input[type=reset].dark:disabled,
button.dark:active:disabled 
{
	background-color:rgba(84,137,174,.25);
}
input[type=submit] {
	transition:none;
	border-radius:200px;
	font-weight:bold;
	padding:10px 25px 9px;
	background-color:#5489ae;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.25);
}
/* +hover */
input[type=submit]:focus:enabled 
{
	background-color:#6891ad;
	text-shadow:0 1px 0 rgba(0,0,0,.5);
}
input[type=submit]:active:enabled {
	background-color:#507fa0;
	box-shadow:inset 0 1px 10px rgba(0,0,0,.25);
}
input[type=submit]:disabled {
	background-color:rgba(84,137,174,.25);
}
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=file],
input[type=month],
input[type=time],
input[type=url],
input[type=week],
input[type=number],
textarea,
select 
{
	display:inline-block;
	border-radius:0;
	width:100%;
	padding:10px 15px 9px;
	background-color:rgba(255,255,255,.75);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.75), 0 1px 0 rgba(0,0,0,.1);
	line-height:1.5;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=number]:focus,
textarea:focus,
select:focus 
{
	background-color:#fff;
	box-shadow:none;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=file]:disabled,
input[type=month]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
input[type=number]:disabled,
textarea:disabled,
select:disabled 
{
	background-color:rgba(255,255,255,.25);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.25), 0 1px 0 rgba(0,0,0,.1);
}
input[type=search] {
	border-radius:200px;
	padding:10px 15px 9px 20px;
	line-height:1.5;
}
textarea {
	min-height:120px;
	display:block;
	resize:vertical;
}
select {
	background-image:url(../images/arrow-down.png);
	background-repeat:no-repeat;
	background-position:98.5% 19px;
	background-position:calc(100% - 13px) 19px;
}
select.day {
	width:80px;
	margin-right:5px;
}
select.month {
	width:200px;
	margin-right:5px;
}
select.year {
	width:120px;
	margin-right:5px;
}
select.day:last-child,
select.month:last-child,
select.year:last-child {
	margin-right:0;
}
.date-picker {
	font-size:0;
}
.date-picker select {
	font-size:16px;
}
input[type=checkbox],
input[type=radio] 
{
	vertical-align:middle;
	margin:-3px 8px 0 0;
}
input[type=checkbox].error,
input[type=radio].error 
{
}
input[type=checkbox].error + label,
input[type=radio].error + label 
{
	color:#e90c30;
	font-weight:bold;
}
label {
	display:block;
	margin:5px 0 2px;
	font-size:14px;
}
input[type=checkbox] + label,
input[type=radio] + label
{
	display:inline-block;
	margin-bottom:10px;
	font-size:inherit;
}
::-webkit-input-placeholder {
	color:rgba(65,70,73,.5);
}
:-moz-placeholder { /* Firefox 18- */
	color:rgba(65,70,73,.5);
}
::-moz-placeholder { /* Firefox 19+ */
	color:rgba(65,70,73,.5);
}
:-ms-input-placeholder {
	color:rgba(65,70,73,.5);
}
input.error,
select.error,
textarea.error {
	color:#e90c30;
	border:1px solid #e90c30;
	background-color:#ffd8de;
	box-shadow:none;
}
label.error {
	color:#e90c30;
	margin:-5px 0 10px;
	text-align:center;
}
.error-message {
	color:#fff;
	background-color:#e90c30;
	padding:15px 20px 14px;
	margin-bottom:30px;
	border-radius:4px;
	text-shadow:0 1px 0 rgba(0,0,0,.25);
}
.error-message:before {
	content:"!";
	font-family:Georgia;
	text-align:center;
	font-size:18px;
	line-height:1.4;
	width:24px;
	height:24px;
	font-weight:bold;
	color:#e90c30;
	background-color:#fff;
	border-radius:50%;
	margin-right:10px;
	float:left;
	box-shadow:0 1px 0 rgba(0,0,0,.15);
}
.info-message {
	color:#fff;
	background-color:#e8ad36;
	padding:15px 20px 14px;
	margin-bottom:30px;
	border-radius:4px;
	text-shadow:0 1px 0 rgba(0,0,0,.15);
}
.info-message:before {
	content:"i";
	font-family:Georgia;
	text-align:center;
	font-size:18px;
	line-height:1.4;
	width:24px;
	height:24px;
	font-weight:bold;
	color:#e8ad36;
	background-color:#fff;
	border-radius:3px;
	margin-right:10px;
	float:left;
	box-shadow:0 1px 0 rgba(0,0,0,.15);
}
.input-tooltip {
	display:block;
	position:absolute;
	background:#fff;
	box-shadow:0 1px 15px rgba(0,0,0,.25);
	padding:10px 15px 9px;
	font-size:14px;
	border-radius:3px;
	margin:-10px 0 0 10px;
}
.input-tooltip img {
	width:10px;
	height:6px;
	display:block;
	position:absolute;
	top:-6px;
	left:15px;
}
input[type=text] + .input-tooltip,
input[type=password] + .input-tooltip,
input[type=tel] + .input-tooltip,
input[type=email] + .input-tooltip,
input[type=search] + .input-tooltip,
input[type=date] + .input-tooltip,
input[type=datetime] + .input-tooltip,
input[type=datetime-local] + .input-tooltip,
input[type=file] + .input-tooltip,
input[type=month] + .input-tooltip,
input[type=time] + .input-tooltip,
input[type=url] + .input-tooltip,
input[type=week] + .input-tooltip,
input[type=number] + .input-tooltip,
textarea + .input-tooltip,
select + .input-tooltip 
{
	display:none;
}
input[type=text]:focus + .input-tooltip,
input[type=password]:focus + .input-tooltip,
input[type=tel]:focus + .input-tooltip,
input[type=email]:focus + .input-tooltip,
input[type=search]:focus + .input-tooltip,
input[type=date]:focus + .input-tooltip,
input[type=datetime]:focus + .input-tooltip,
input[type=datetime-local]:focus + .input-tooltip,
input[type=file]:focus + .input-tooltip,
input[type=month]:focus + .input-tooltip,
input[type=time]:focus + .input-tooltip,
input[type=url]:focus + .input-tooltip,
input[type=week]:focus + .input-tooltip,
input[type=number]:focus + .input-tooltip,
textarea:focus + .input-tooltip,
select:focus + .input-tooltip 
{
	display:block;
}
.input-tooltip.error {
	color:#e90c30;
}


.rc-item {
	position:relative;
}
.rc-item input[type=checkbox],
.rc-item input[type=radio] {
	position:absolute;
	top:12px;
	left:0;
}
.rc-item input[type=radio] {
	top:11px;
}
.rc-item label,
.rc-item input[type=checkbox] + label,
.rc-item input[type=radio] + label {
	width:100%;
	display:block;
	line-height:1.2;
	margin:0;
	padding:7px 5px 5px 20px;
	box-shadow:-8px 0 0 rgba(255,255,255,0), 8px 0 0 rgba(255,255,255,0);
}
/* +hover */

.tm-teacher-box
{
	text-align:center;
	padding:0 20px;
}
.tm-teacher-box h2
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
}
.tm-teacher
{
	display:inline-block;
	text-align:center;
	vertical-align:top;
	margin:20px 30px 0 30px;
}
.tm-teacher p strong{
    font-size: 18px;
    color: #545454;
    display: block;
    text-align: center;
    margin-top:20px;
}
.tm-teacher p span
{
	background:url(../images/phone-icon.png) no-repeat 0 center;
	font-size:15px;
	line-height:23px;
	font-weight:300;
	color:#747474;
	text-align:center;
	margin-top:10px;
	display:inline-block;
	padding:0 0 0 25px;
	float:none;
	margin-left:0;
	
}
.img-with-placeholder {
	background-image:url(../images/teacher-img-placeholder.jpg);
	height:75px;
	width:75px;
	vertical-align:top;
	display:block;
	overflow:hidden;
	background-size:cover;
	border-radius:50%;
	margin:0 auto;
}
.img-with-placeholder img {width:100%;}
.video-btn
{
	width:51px;
	height:38px;
	text-align:center;
	background:url(../images/video-btn-home.png) no-repeat 0 0;
	z-index:50;
	cursor:pointer;
	transition: all .3s ease-in-out;
	position:absolute;
	left:0;
	right:0;
	top:350px;
	margin:0 auto;
		
}
.video-btn:hover {background:url(../images/video-btn-home-hr.png) no-repeat 0 0;}

.tech-video-if
{
	width:100%;
	height:700px;
	background-color:rgba(255, 255, 255, 0.90);
	display:none;
	margin:0 auto 0 auto;
	position:absolute;
	z-index:50;
	left:0;
	right:0;
}
.tech-video-if iframe
{
	width:100%;
	max-width:975px;
	height:550px;
	display:block;
	margin:110px auto 0 auto;
}
#testimonial-wrapper
{
	width:100%;
	padding:40px 0;
	background-color:#f7f7f7;
	position:relative;
	z-index:91;
}
.testimonial-ctn
{
	width:100%;
	max-width:880px;
	display:block;
	margin:0 auto;
}
.testimonial-area
{
	width:100%;
	max-width:1200px;
	display:block;
	margin:0 auto;
	padding-bottom:20px;
}
.testimonial-left
{
	width:145px;
	display:block;
	float:left;
}
.testimonial-right
{
	background:url(../images/testi-arrow.png) no-repeat left center;
	width:634px;
	display:block;
	float:left;
	border-left:solid 1px #747474;
	margin:0 0 0 50px;
	padding:0 0 0 50px;
}
.testimonial-right p
{
	font-size:18px;
	line-height:28px;
	font-weight:300;
	letter-spacing:0.5px;
	display:block;
	margin-top:15px;
	color:#747474;
}
.testimonial-right p:first-child {margin-top:0;}

.testimonial-right p.tname {font-weight:400;}

.three-into-box
{
	text-align:center;
}
.three-into-box li
{
	width:370px;
	background-color:#fff;
	display:inline-block;
	margin:50px 20px 0 20px;
	text-align:center;
	transition: all .2s ease-in-out;
	vertical-align:top;
}
.three-into-box li:hover
{
-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.20);
-moz-box-shadow:    0px 0px 5px 0px rgba(51, 51, 51, 0.20);
box-shadow:         0px 0px 5px 0px rgba(51, 51, 51, 0.20);
}
.three-into-box li img
{
	display:block;
	margin:0 auto;
}
.three-into-box li div {padding:30px; display:block;}
.three-into-box li div p.title a
{
	font-size:20px;
	font-weight:400;
	line-height:26px;
	display:inline-block;
	text-decoration:none;
	color:#545454;
	transition: all .2s ease-in-out;
}
.three-into-box li:hover > div p.title a{color:#4e99f0;}
.three-into-box li div p:first-child {margin-top:0;}
.three-into-box li div p
{
	font-size:15px;
	line-height:23px;
	color:#747474;
	display:block;
	margin-top:20px;
	font-weight:300;
}
.three-into-box li div p a
{
	color:#4e99f0;
	text-decoration:none;
}
.test-person-ctnr
{
	width:100%;
	max-width:1120px;
	display:block;
	margin:0 auto;
}
.test-person-ctn
{
	display:block;
	padding:0 20px;
}
.test-person-ctn h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.test-person-box
{
	margin-top:20px;
	text-align:center;
}
.test-person-box li
{
	width:500px;	
	display:inline-block;
	margin:20px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.test-person-box li .left
{
	width:250px;
	display:block;
	float:left;
	position:relative;
	z-index:10;	
}
.test-person-box li .left p {margin-top:0;}
.phhover
{
	background:url(../images/video-btn-01.png) no-repeat 90% 90%;
	width:250px;
	height:275px;
	display:block;
	position:absolute;
	z-index:20;
	left:0;
	right:0;
	transition: all .3s ease-in-out;
	cursor:pointer;	
}
.phhover:hover {background:url(../images/video-btn-01-hr.png) rgba(255, 255, 255, 0.5) no-repeat 90% 90%;}

.test-person-box li .right
{
	height:275px;
	background-color:#f2f2f2;
	width:250px;
	display:block;
	float:left;
	text-align:left;
}
.test-person-box li .right div
{
	padding:20px;
}
.test-person-box li .right .title
{
	font-size:20px;
	font-weight:400;
	line-height:26px;
	display:inline-block;
	text-decoration:none;
	color:#545454;
	transition: all .2s ease-in-out;
}
.test-person-box li .right .title a:hover {color:#4e99f0;}

.test-person-box li p
{
	font-size:15px;
	line-height:23px;
	color:#747474;
	display:block;
	margin-top:10px;
	font-weight:300;
}
.test-person-box li p a
{
	color:#4e99f0;
	text-decoration:none;
}
.test-person-box li p:first-child {margin-top:0;}
.how-lean-ctn
{
	display:block;
	padding:0 20px;
}
.how-lean-ctn h1
{
	font-size:26px;
	color:#545454;
	display:block;
	text-transform:uppercase;
}
.how-lean-ctn img
{
	display:block;
	float:left;
	margin:0 30px 0 40px;
}
.how-lean-ctn p
{
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #747474;
	margin-top:15px;
}
.how-lean-ctn p:last-child {margin-bottom:0;}
.change-ctn h1.mrg-top {margin-top:50px;}

.testm-video-ctn
{
	width:100%;
	max-width:500px;
	display:none;
	margin:0 auto 0 auto;
	position:absolute;
	z-index:20;
}
.testm-video-ctn iframe
{
	width:100%;
	max-width:500px;
	height:275px;
}

.benefits-ctn
{
	text-align:center;
	margin-top:15px;
	display:block;
}
.benefits-ctn li
{
	width:220px;
	display:inline-block;
	margin:25px auto 0 auto;
	text-align:center;	
	vertical-align:top;	
}
.benefits-ctn li a {text-decoration:none; color:#545454; transition: all .3s ease-in-out;}
.benefits-ctn li a h1
{
	font-size:19px;
	font-weight:400;
	letter-spacing:.5px;
	display:block;
	text-align:center;
	transition: all .3s ease-in-out;
}
.benefits-ctn li a p
{
	display:block;
	margin-top:15px;	
}
.benefits-ctn li a p.learmore
{
	border:solid 1px #dcdcdc;
	color:#4e99f0;
	padding:7px 20px;
	display:inline-block;
	font-size:13px;
	font-weight:400;
	transition: all .3s ease-in-out;
}
.benefits-ctn li a:hover > h1 {color:#4e99f0;}
.benefits-ctn li a:hover > p.learmore {background-color:#efefef;}

.tooltip {
    position: relative;
    display: inline-block;	
}

.tooltip .tooltiptext {
    visibility: hidden;
	width: 300px;
    background-color: #fff;
	border:solid 1px #747474;
    color: #747474;
    text-align: center;
    padding: 5px;
    position: absolute;
	font-weight:300;
	font-size:13px;
    z-index: 1;
    bottom: 150%;
	left:-143px;
	
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #747474 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.toolmobile
{
	background-color: #fff;
	border:solid 1px #747474;
    color: #747474;
	display:none;
	font-size:13px;
	font-weight:300;
	padding:0 5px;
}
.benefits-ctn-01
{
	text-align:center;	
}
.benefits-ctn-01 li
{
	width:300px;
	display:inline-block;
	margin:40px 25px 0 25px;
	text-align:center;	
	vertical-align:top;	
}
.benefits-ctn-01 li a {text-decoration:none; color:#747474;}
.benefits-ctn-01 li a h1
{
	font-size:20px;
	font-weight:400;
	color:#545454;
	letter-spacing:.5px;
	display:block;
	text-align:center;
	transition: all .3s ease-in-out;
	margin-top:15px;
}
.benefits-ctn-01 li a:hover > h1 {color:#4e99f0;}
.benefits-ctn-01 li a:hover > p.learmore {color:#4e99f0;}
.benefits-ctn-01 li p {margin-top:15px;}
.benefits-ctn-01 li p:first-child {margin-top:0;}
.benefits-ctn-01 li p {font-weight:300; color:#747474; line-height:22px;}
.benefits-ctn-01 li a p.learmore
{
	color:#4e99f0;
	display:inline-block;
	font-size:15px;
	font-weight:400;
	transition: all .3s ease-in-out;
}
.limited-btn-01 a
{
	
	background-color:#40d247;
	font-size:16px;
	font-weight:400;
	display:block;
	border-radius:3px;
	padding:10px 30px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	letter-spacing:0.5px;	
	transition: all .2s ease-in-out;
	display:inline-block;
}
.limited-btn-01 a:hover {background-color:#28822c;}

.fully-booked-btn {background-color:#4e99f0 !important;	color:#fff !important; cursor:text !important;}
.fully-booked-btn:hover {background-color:#4e99f0 !important; color:#fff !important;}
.reserve-btn-green {background-color:#40d247 !important; color:#fff !important;}
.reserve-btn-green:hover {background-color:#33c939 !important; color:#fff !important;}
.get-notified-btn-org {background-color:#277fe4 !important; color:#fff !important;}
.get-notified-btn-org:hover {background-color:#2979d5 !important; color:#fff !important;}

/*********************************************/
.free-tm-area
{
	width:100%;
	max-width:1200px;
	display:block;
	position:absolute;
	z-index:20;
	margin:0 auto;
	left:0;
	right:0;
	top:130px;

}
.slider-title
{
	font-family: 'aspiredemibold';
	font-size:100px;
	line-height:85px;
	color:#fff;	
	text-shadow: 0 1px 3px #000;
}
.slider-title h1 {margin-left:20px;}
.slider-title h2 {margin-left:330px;}
.free-tm-intro-ctrn
{
	width:100%;
	max-width:460px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius:5px;	
	margin-top:40px;
	letter-spacing:0.5px;	
}
.free-tm-intro {padding:25px;}
.free-tm-intro-ctrn h2
{
	font-weight:500;
	font-size:24px;	
	display:block;	
	color:#fff;
}
.free-tm-txt
{
	font-size:18px;
	line-height:28px;
	display:block;
	margin-top:15px;
	font-weight:300;
	color:#fff;
}
.txt-dat-cty {margin-top:15px; line-height:26px; font-weight:300; font-size:18px; color:#fff;}
.txt-dat-cty span {font-weight:500; font-size:18px;}
.limit-txt {margin-top:15px; display:block; float:left; font-weight:500; font-size:18px; color:#fff;}
.free-reserve-btn
{
	display:block;
	float:right;
}
.free-reserve-btn a {text-decoration:none;}
.free-reserve-btn input[type=button]
{
	width:220px;
	background-color:#2892de;
	display:block;
	border-radius:25px;
	font-size:16px;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	padding:12px 0;
	color:#fff;
	text-decoration:none;
	margin-top:10px;
	cursor:pointer;
	letter-spacing:0.5px;
}
.free-reserve-btn input[type=button]:hover {background-color:#1975b7;}

.media-wrapper
{
	background-color: rgba(0, 0, 0, 0.4);
	width:100%;
	position:absolute;
	z-index:20;
	bottom:0;
}
.media-area
{
	width:100%;
	max-width:1300px;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
	padding:10px 0;
}
.media-area li
{
	display:inline-block;
	margin:0 50px;
	vertical-align:middle;
}
.media-area li p {cursor:pointer !important;}
.media-txt h1
{
	font-size:16px;
	font-weight:400;
	line-height:22px;
	color:#fff;
	text-align:left;
	letter-spacing:0.5px;	
}


/*********************************/
.benefits-ctn-02
{
	text-align:center;
	margin-top:0;
	display:none;
}
.benefits-ctn-02 li
{
	width:220px;
	display:inline-block;
	margin:0 auto 20px auto;
	text-align:center;	
	vertical-align:top;	
}
.benefits-ctn-02 li a {text-decoration:none; color:#545454; transition: all .3s ease-in-out;}
.benefits-ctn-02 li a h1
{
	font-size:19px;
	font-weight:400;
	letter-spacing:.5px;
	display:block;
	text-align:center;
	transition: all .3s ease-in-out;
}
.benefits-ctn-02 li a p
{
	display:block;
	margin-top:15px;	
}
.benefits-ctn-02 li a p.learmore
{
	border:solid 1px #dcdcdc;
	color:#4e99f0;
	padding:7px 20px;
	display:inline-block;
	font-size:13px;
	font-weight:400;
	transition: all .3s ease-in-out;
}
.benefits-ctn-02 li a:hover > h1 {color:#4e99f0;}
.benefits-ctn-02 li a:hover > p.learmore {background-color:#efefef;}
.stress-ctn-01
{
	width:100%;
	max-width:1050px;
	display:block;
	margin:0 auto;
}
.stress-ctn-01 h1
{
	font-size:26px;
	color:#fff;
	display:block;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	padding:0 20px;
}
.free-tm-lecture-ctn
{
	background-color:#fff;
	padding:25px;
	display:block;
	margin:10px auto 0 auto;
}
.free-tm-lecture-ctn h2
{
	font-size:22px;
	color:#545454;
	display:block;
	font-weight:500;
	text-transform:uppercase;	
}
.free-lec-para
{
	width:100%;
	max-width:670px;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#545454;
	display:block;
	float:left;
	margin-top:10px;
}
.free-lec-para span {font-weight:400;}
.reserve-seat-btn-01
{
	width:210px;
	display:block;
	float:right;
}
.reserve-seat-btn-01 a
{
	background-color:#ff8b1a;
	border-radius:3px;
	padding:10px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	transition: all .2s ease-in-out;
}
.reserve-seat-btn-01 a:hover {background-color:#f27904;}

.reserve-btn-orange {background-color:#ff8b1a !important; color:#fff !important;}
.reserve-btn-orange:hover {background-color:#f27904 !important; color:#fff !important;}

.submit-btn-org
{
	font-size:14px !important;
	border-radius:3px !important;
	background-color:#ff8b1a !important;
	color:#fff !important;
	text-shadow:none !important;
	text-transform:uppercase !important;
	font-weight:400 !important;
	cursor:pointer;
}
.submit-btn-org:hover
{
	background-color:#f27904 !important;
	color:#fff !important;
}
.benefits-ctn-01a
{
	text-align:center;	
}
.benefits-ctn-01a li
{
	width:300px;
	display:inline-block;
	margin:20px 25px 10px 25px;
	text-align:center;	
	vertical-align:top;	
}
.benefits-ctn-01a li a {text-decoration:none; color:#747474;}
.benefits-ctn-01a li a h1
{
	font-size:20px;
	font-weight:400;
	color:#545454;
	letter-spacing:.5px;
	display:block;
	text-align:center;
	transition: all .3s ease-in-out;
	margin-top:15px;
}
.benefits-ctn-01a li a:hover > h1 {color:#4e99f0;}
.benefits-ctn-01a li a:hover > p.learmore {color:#4e99f0;}
.benefits-ctn-01a li p {margin-top:15px;}
.benefits-ctn-01a li p:first-child {margin-top:0;}
.benefits-ctn-01a li p {font-weight:300; color:#747474; line-height:22px;}
.benefits-ctn-01a li a p.learmore
{
	color:#4e99f0;
	display:inline-block;
	font-size:15px;
	font-weight:400;
	transition: all .3s ease-in-out;
}
/***************************/

.call-to-action-box-mobile {display:none;}
.form-box p
{
	width:49.4%;
	display:block;
	float:left;
	margin-right:8px;
}
.form-box p:last-child {margin-right:0;}

#policy-wrapper
{
	width:100%;
	padding:80px 0 60px 0;
	background-color:#fff;
	position:relative;
	z-index:91;
}
.policy-ctnr
{
	width:100%;
	max-width:1240px;
	margin:40px auto 0 auto;
	font-weight:300;
	color:#545454;	
}
.policy-ctn
{
	padding:0 20px;
}
.policy-ctn h1
{
	font-size:24px;
	display:block;
	margin-top:30px;
	font-weight:300;
}
.policy-ctn p
{
	display:block;
	margin-top:15px;
	line-height:25px;
}
.policy-ctn p b {font-weight:500;}
.policy-ctn ul 
{
	padding:0 0 0 20px;
}
.policy-ctn ul li
{
	font-size:15px;
	line-height: 23px;
	font-weight:300;
	color:#747474;
	list-style:circle;
	margin:10px 0;
}

/******************map style*******/
.map-container {
	position:relative;
	height:520px;
	width:100%;
	overflow:hidden;
	box-shadow:0 1px 0 rgba(255,255,255,.35);
}
.map-container .shadow-container {
	position:absolute;
	top:0;
	left:-10%;
	height:20px;
	width:120%;
	z-index:990;
	overflow:hidden;
}
.map-container .shadow-container.bottom-shadow {
	bottom:0;
	top:auto;
}
.map-container .shadow {
	box-shadow:inset 0 1px 15px rgba(46,72,90,.5);
	height:120px;
}
.map-container .shadow-container.bottom-shadow .shadow {
	margin-top:-100px;
}
.map-container h1 {
	display:block;
	width:100%;
	/* height:100px; Removed by Damian - it was too big and blocking the clicks and hovering for any center too close to it. */
	top:40px;
	left:0;
	position:absolute;
	z-index:991;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	margin:0;
	letter-spacing:0;
}
.map-container .overlayed-elements {
	top:0;
	left:0;
	width:100%;
	position:absolute;
	z-index:100;
	text-align:center;
}
.map-container .overlayed-elements .inside {
	display:inline-block;
	width:964px;
	text-align:left;
	position:relative;
	background:none;
}
.city-box {
	width:290px;
	background-color:rgba(255,255,255,.9);
	position:absolute;
	top:40px;
	left:calc((100% - 964px) / 2);
	box-shadow:0 1px 3px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,1);
	padding:18px 20px 16px;
	z-index:100;
}
.city-box h2 {
	font-weight:bold;
	font-size:28px;
	border-bottom:1px dotted rgba(0,0,0,.25);
	padding-bottom:14px;
	margin-bottom:12px;
	margin-top:0;
	line-height:1.1;
}
.city-box p {
	margin-bottom:0;
}
.city-box a,
.city-box p {
	font-size:14px;
	line-height:1.45;
	padding:5px 20px 5px 0;
	display:block;
	transition:all .2s ease;
	border-left:1px solid rgba(255,255,255,.25);
}
/* +hover */
.city-box a:active {
	box-shadow:inset 0 0 1px rgba(0,0,0,.25);
	background:rgba(54,108,146,.08);
}
.city-box a strong {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
/* +hover */
.city-box.center-box {
	right:calc((100% - 964px) / 2);
	top:40px;
	left:auto;
	padding:22px 20px 20px;
	width:340px;
}
.city-box.center-box h3 {
	font-weight:100;
	font-size:24px;
	line-height:1;
	text-transform:uppercase;
	margin-bottom:6px;
	margin-top:0;
}
.city-box.center-box img {
	vertical-align:top;
	/*opacity:0*/ /* To be enabled when the photo will also be added as a background image */
	width:100%;
}
.city-box.center-box a {
	display:block;
	color:#366c92;
	padding:0;
	margin:10px 0 0;
	border:none;
	text-align:center;
	/**/
	width:300px;
    max-height:300px;
    overflow:hidden;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#edf0f3;
}
.city-box.center-box a.text-link {
	padding:5px 8px;
	text-align:left;
}
/* +hover */
.city-box.center-box a span {
	display:block;
}
/* +hover */

.thanks-page {padding:0 20px;}

.thanks-page h1
{
	font-size:34px;
	display:block;
	margin-top:30px;
	font-weight:300;
}
.thanks-page p
{
	display:block;
	margin-top:15px;
	line-height:25px;
}
.thanks-page p a {text-decoration:underline; color:#747474;}
.category
{
	width:33%;
	display:inline-block;
	margin:25px 0 0 0;
	vertical-align:top;
}
.category h5
{
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}
.feedback-container {margin-top:25px;}

.scrolltop {
	display: none;
	width:48px;
	height: 48px;
	position: fixed;
	right: 2%;
	/*text-indent: -9999px;*/
	bottom: 3%;
	z-index:1000;
	opacity:0.75;
	transition: all .2s ease-in-out;
}
.scrolltop:hover {opacity:1;}

.faq-ctnr {width:100%; max-width:950px; margin:0 auto;}
.faq-ctn {padding:0 20px; clear:both;}
.faq-ctn h1
{
	font-size:26px;
	color:#545454;
	font-weight:400;
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
}
.problem-txt {font-weight:300;}
.problem-txt a
{
	font-weight:300;
	text-decoration:underline;
	color:#747474;
}
.slider-title-01
{
	font-family: 'aspiredemibold';
	font-size:100px;
	line-height:85px;
	color:#59a6de;	
	text-shadow: 0px 12px 5px rgba(0, 0, 0, 0.10);
}
.slider-title-01 h1 {margin-left:20px;}
.slider-title-01 h2 {margin-left:330px;}
.maharishi-ctnr
{
	display:block;
	float:right;
	margin:0 60px 0 0;
}
.maharishi-ctnr h1
{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#2892de;
	text-align:right;
	display:block;
	float:left;
	margin:12px 15px 0 0;
}
.maharishi-ctnr span
{
	font-size:12px;
	display:block;
}
.maharishi-ctnr img
{
	display:block;
	float:left;
}