@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Comfortaa:400,700,300);
body {
	background: #0aaca7;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #686868;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 18px;
	font-weight: 300;
	line-height: 18px;
	color: #000;
}
p > span {
	color: #323232;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
h2 > span {
	padding: 0 35px;
	border-bottom: 2px solid #0aaca7;
	display: inline-block;
	font: 26px/26px 'Comfortaa';
	color: #323232;
	padding-bottom: 18px;
}
h3 {
	font: 18px/20px 'Comfortaa';
	color: #323232;
	margin: 0 0 10px 0;
}
.extra-wrap {
	overflow: hidden;
}
.main {
	position: relative;
}
.global {
	padding: 51px 0 0 0;
	background: #ffffff;
}
.global.indent {
	padding: 67px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 0;
	position: relative;
	z-index: 3;
	float: right;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	position: relative;
	margin-right: 44px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
}
nav.tm_navbar li em {
	width: 1px;
	height: 9px;
	background: #ccc;
	position: absolute;
	right: -8px;
	bottom: 30px;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a {
	color: #0aaca7;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #0aaca7;
	background: none;
}
nav.tm_navbar .sfHover > a {
	color: #0aaca7;
	background: none;
}
nav.tm_navbar li a span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -10px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 147px;
	left: -50px;
	top: 55px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #292929;
	padding: 8px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 1px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #0aaca7 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #0aaca7 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 147px;
	left: 150px;
	top: -8px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #292929;
	padding: 8px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #0aaca7 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	padding: 17px 0 15px 0;
	position: relative;
	border-top: 2px solid #0aaca7;
	background: #292929;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
}
footer {
	padding: 31px 0 32px 0;
	text-align: center;
	border-bottom: 2px solid #0aaca7;
	background: #292929;
}
footer p {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
}
footer a {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #0aaca7;
}
footer em {
	font-style: normal;
}
.servicesBox hr {
	margin: 29px 0 56px 0;
	border: none;
	height: 2px;
	width: 100%;
	background: url(../img/border.png) repeat-x;
}
.newsBox {
	padding: 50px 0 32px 0;
}
.welcomeBox {
	margin-top: -6px;
}
.welcomeBox hr {
	border-top: none;
	border-bottom: 1px solid #ebeced;
	margin: 27px 0 65px 0;
}
.testimonialsBox {
	margin-top: 69px;
	margin-bottom: 69px;
}
.aboutBox {
	margin-bottom: 17px;
}
.aboutBox .title {
	font: bold 18px/30px 'Roboto';
	color: #01b0cd;
	margin-top: 11px;
}
.aboutBox h5 {
	margin-top: 11px;
}
.gallBox {
	overflow: hidden;
	margin-bottom: 51px;
}
.gallBox hr {
	margin: 7px 0 0 0;
	border-top: 1px solid #f5f5f5;
}
.joinBox {
	padding-bottom: 45px;
}
.joinBox .box {
	float: left;
}
.joinBox .box .title {
	font: 300 80px/80px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.joinBox .box .description {
	font: 300 30px/30px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	margin-bottom: 0;
}
.joinBox > a {
	float: right;
}
.centerBox {
	padding-bottom: 25px;
	overflow: hidden;
}
.centerBox h2 {
	float: left;
}
.centerBox hr {
	border-bottom: none;
	border-top: 1px solid #f8f8f8;
	margin: 0 0 56px 0;
}
.bannerBox {
	overflow: hidden;
}
.bannerBox article {
	text-align: center;
	margin-bottom: 42px;
}
.bannerBox article figure {
	width: 171px;
	height: 171px;
	border-radius: 171px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 12px;
}
.bannerBox article figure a:hover img {
	margin-top: -171px;
}
.bannerBox article .title {
	font: 900 20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.bannerBox article .caption {
	padding: 0 35px;
}
.testBox {
	padding: 74px 0 0 0;
	margin-top: 27px;
	background: #f5f6f6;
}
.teamBox {
	margin-bottom: 30px;
}
.teamBox article {
	margin-bottom: 25px;
}
.treatmentsBox {
	background: #f5f6f6;
	padding: 74px 0 55px 0;
}
.treatmentsBox figure {
	margin-bottom: 15px;
}
.treatmentsBox figure img {
	width: 100%;
}
.worksBox .title {
	font: 600 30px/30px 'Open Sans';
	color: #2c3e50;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.worksBox .descrip {
	font: 300 20px 'Open Sans';
	color: #2c3e50;
	text-transform: uppercase;
	margin-bottom: 34px;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 43px;
}
.galleryBox article {
	margin-bottom: 62px;
}
.galleryBox article figure a {
	display: block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.galleryBox article figure a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.bgPic {
	overflow: hidden;
}
.bgPic figure {
	max-height: inherit;
	position: relative;
	text-align: center;
}
.bgPic figure figcaption {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}
.bgPic figure .title {
	font: 900 49px/49px 'Roboto';
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 41px;
}
.bgPic figure .description {
	top: 0;
	left: 0;
	right: 0;
	font: 900 21px/21px 'Roboto';
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 73px;
}
.partnerBox .description {
	font: bold 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c8b8b;
	margin-top: 10px;
	margin-bottom: 46px;
}
.wedoBox h3 {
	font: bold 45px/45px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	text-transform: uppercase;
	margin-top: -4px;
}
.clientsBox {
	background: url(../img/page1_pic8.jpg) no-repeat;
	padding: 56px 0 105px 0;
	margin-top: 40px;
}
.clientsBox h3 {
	color: #ffffff;
}
.clientsBox hr {
	background: url(../img/title_bg2.png) 0 bottom repeat-x;
}
.clientsBox article {
	text-align: center;
}
.testimonials-box {
	padding-top: 41px;
}
.testimonials-box > div {
	background: #ffffff;
	padding: 38px 38px 0 38px;
	text-transform: uppercase;
	text-align: left;
	background: #ffffff url(../img/quote.png) 23px 14px no-repeat;
}
.testimonials-box > div p {
	font-style: italic;
	font: italic 12px/19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	text-transform: none;
}
.testimonials-box > div .title {
	font: bold 18px/20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #01b0cd;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.testimonials-box > div > div {
	width: 100%;
	text-align: center;
}
.testimonials-box > div > div figure {
	border: 2px solid #848484;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -55px;
}
.banner-box {
	margin-bottom: 30px;
}
.banner-box figure img {
	width: 100%;
}
.banner-box > div {
	position: relative;
}
.banner-box .caption {
	padding: 7px 5px 8px 14px;
	background: url(../img/rgba_pattern.png) repeat;
	position: absolute;
	width: 176px;
	border-bottom: 3px solid #0aaca7;
	bottom: 0;
	right: 0;
	font: 16px 'Comfortaa';
	color: #ffffff;
	text-transform: uppercase;
}
.sub_pic {
	position: relative;
	top: 0;
	overflow: hidden;
	width: 100%;
	max-height: 90px;
}
.privacyBox {
	margin-bottom: 48px;
}
.bookBox {
	background: #0aaca7;
	padding: 25px 0;
	margin-top: 36px;
	position: relative;
	margin-bottom: 24px;
}
.bookBox em {
	width: 92px;
	height: 97px;
	display: inline-block;
	background: url(../img/flag.png) no-repeat;
	position: absolute;
	top: -34px;
	right: 25px;
}
.bookBox figure {
	border-radius: 50px;
	float: left;
	margin-right: 30px;
}
.bookBox figure img {
	border-radius: 50px;
}
.bookBox p {
	color: #ffffff;
	margin-bottom: 13px;
}
.bookBox .title {
	margin-bottom: 6px;
	font: 26px 'Comfortaa';
	color: #ffffff;
}
.eventsBox {
	padding-top: 60px;
}
.bookstoreBox {
	padding-bottom: 50px;
}
/*-----carousel-----*/
.smallPic {
	margin-bottom: 95px;
	margin-top: 10px;
}
.list_carousel1.responsive {
	width: auto;
	position: relative;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
}
.list_carousel1 #foo1 > li figure {
	margin: 0;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
}
.list_carousel1 #foo1 > li a {
	display: block;
	position: relative;
}
.list_carousel1 #foo1 > li a em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/rgba_pattern.png) repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a em i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: url(../img/magnify.png) center center no-repeat;
}
.list_carousel1 #foo1 > li a:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover em i {
	display: block;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.carousel-box {
	padding-top: 48px;
	margin-bottom: 65px;
}
.list_carousel1 .prev {
	position: absolute;
	top: 28%;
	left: 0;
	width: 66px;
	height: 66px;
	background: url(../img/prev.png) 0 top no-repeat;
	float: left;
	margin-left: 116px;
}
.list_carousel1 .next {
	position: absolute;
	top: 28%;
	right: 0;
	width: 66px;
	height: 66px;
	background: url(../img/next.png) 0 top no-repeat;
	float: right;
	margin-right: 116px;
}
.list_carousel1 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}
.list_carousel1 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}
.clientBox {
	background: #edf3f3;
	padding-top: 21px;
	padding-bottom: 21px;
	border-bottom: 4px solid #d5dada;
}
.clientBox .title {
	font: 900 14px 'Roboto';
	color: #535b60;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.moreBox {
	text-align: center;
	padding-top: 73px;
	margin-bottom: 83px;
}
.moreBox hr {
	margin: 82px 0 0 0;
	border-color: #e1e3e5;
}
.moreBox p {
	font: 80px 'Sail';
	color: #414141;
	letter-spacing: -4px;
	margin-bottom: 16px;
}
.allBox {
	margin-bottom: 85px;
}
.allBox h2 {
	margin-bottom: 27px;
}
.trainers-box h3 {
	margin-bottom: 17px;
}
.testimBox {
	padding-bottom: 66px;
}
.testimBox figure {
	float: left;
	margin-right: 4px;
}
.testimBox .extra-wrap {
	padding-top: 26px;
}
.testimBox a {
	color: #323232;
	font: 16px 'Comfortaa';
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #0aaca7;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.errorBox1 {
	margin-top: 65px;
}
.errorBox1 h2 {
	font: 900 48px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
	width: auto;
	text-align: left;
	color: #323232;
}
.errorBox1 h3 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 35px;
	color: #323232;
	display: inline-block;
	border-bottom: 2px solid #0aaca7;
	padding-right: 106px;
	padding-bottom: 19px;
}
.errorBox1 p {
	font-size: 18px;
	line-height: 24px;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 24px;
	height: 24px;
	background: url(../img/top.png) no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.servBox {
	padding-bottom: 61px;
}
.blogBox h2 {
	margin-bottom: 27px;
}
.logosBox {
	margin-top: 2px;
	margin-bottom: 61px;
}
.logosBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.logosBox ul li {
	float: left;
	border-right: 1px solid #dcdddd;
}
.logosBox ul li img {
	width: 100%;
}
.logosBox ul li:last-child {
	border-right: none;
}
.trainerBox a {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox {
	margin-bottom: 30px;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.unlockBox {
	padding-top: 66px;
	background: url(../img/pattern.png) repeat;
	padding-bottom: 11px;
	-webkit-box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.unlockBox.colorBox {
	background: #302f46;
	box-shadow: none;
}
.unlockBox.colorBox h2 {
	color: #dbdaed;
}
.unlockBox.colorBox p {
	color: #dbdaed;
}
.classesBox {
	padding-top: 76px;
	background: url(../img/pattern3.png) repeat;
	padding-bottom: 98px;
}
.hundredBox {
	margin-top: 30px;
}
.hundredBox strong {
	font: bold 60px/47px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
	display: block;
}
.hundredBox p {
	font: 600 24px/29px 'Open Sans';
	color: #ffffff;
}
.projectBox {
	padding: 0;
	background: url(../img/pattern2.png) repeat;
}
.projectBox article > .caption {
	margin: 0;
	padding: 0;
	background: #ffffff;
	position: relative;
	margin-bottom: 89px;
	overflow: hidden;
}
.projectBox .lnk {
	position: absolute;
	top: 42px;
	background: #ffffff;
	text-align: right;
	width: 77px;
	height: 77px;
	border-radius: 77px;
	right: -92px;
	padding-top: 24px;
	padding-right: 22px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.projectBox .lnk:hover {
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.projectBox .box1 {
	width: 630px;
	text-align: right;
	padding: 47px 0 0 50px;
	float: left;
	position: relative;
}
.projectBox .box1 .title1 {
	font: 48px 'Cabin';
	color: #278f94;
	margin-bottom: 27px;
}
.projectBox .box1 .title2 {
	font: 14px/22px 'Open Sans';
	color: #7d7d7d;
}
.projectBox figure {
	margin: 0;
	float: right;
}
/*-----thumbs-----*/
.pad1Box {
	background: #f8f8f8;
	padding: 62px 0 61px 0;
	position: relative;
}
.pad1Box em {
	display: inline-block;
	width: 100%;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/shadow.png) center top no-repeat;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail p {
	margin-bottom: 18px;
}
.thumb-pad1 .thumbnail figure {
	margin-bottom: 14px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #686868;
}
.iconBox {
	background: #f8f9fa;
	padding: 79px 0 35px 0;
	margin-bottom: 92px;
}
.thumb-pad2 {
	margin: 9px 0 21px 0;
	padding: 9px;
	border: 2px solid #cbcbcb;
	border-radius: 2px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 16px 'Comfortaa';
	color: #323232;
	margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption .btn-default.btn3 {
	float: none !important;
}
.thumb-pad2 figure {
	margin: 0;
	margin-bottom: 25px;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-2 {
	margin-bottom: 45px;
}
.thumb-pad2-2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2-2 .thumbnail .caption {
	padding: 0;
	color: #686868;
	overflow: hidden;
}
.thumb-pad2-2 figure {
	margin: 0;
	margin-bottom: 24px;
	border: 1px solid #f5f5f5;
}
.thumb-pad2-2 figure img {
	width: 100%;
}
.thumb-pad2-2 .thumbnail .caption a {
	color: #333745;
	font: 20px 'Open Sans';
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2-2 .thumbnail .caption a:hover {
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 {
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #686868;
}
.thumb-pad3 figure {
	margin: 0;
	margin-bottom: 22px;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0 0 39px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p span {
	color: #2bb7b3;
}
.thumb-pad4 .thumbnail .caption .title {
	font: 16px 'Comfortaa';
	color: #323232;
	margin-bottom: 5px;
}
.thumb-pad4 .thumbnail .caption .title1 {
	font: 14px/15px 'Comfortaa';
	color: #323232;
	margin-bottom: 20px;
}
.thumb-pad4 .thumbnail .caption .title2 {
	font: 18px/18px 'Comfortaa';
	color: #323232;
	margin-bottom: 7px;
}
.thumb-pad4 .thumbnail .caption .price strong {
	font: bold 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #323232;
	margin-bottom: 5px;
	float: left;
	margin-right: 16px;
}
.thumb-pad4 .thumbnail .caption .price a {
	float: left;
}
.thumb-pad4 figure {
	margin: 0 26px 0 0;
	float: left;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 4px;
	background: #dbdad8;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #686868;
	position: absolute;
	bottom: 24px;
	left: 0;
	padding: 9px 23px;
	background: #242424;
}
.thumb-pad5 .thumbnail .caption .title {
	font: bold 13px 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad5 figure {
	margin: 0;
	position: relative;
}
.thumb-pad5 figure em {
	background: #dbdad8 url(../img/plus.png) center center no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: absolute;
	top: -450px;
	left: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5 figure:hover em {
	top: 0;
}
.blogBox {
	margin-bottom: 54px;
}
.thumb-pad6 {
	margin-bottom: 56px;
	padding-bottom: 64px;
	background: url(../img/border.png) 0 bottom repeat-x;
}
.thumb-pad6.border {
	background: none;
	margin: 0;
	padding: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 38px;
}
.thumb-pad6 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #cd8626;
	width: 36px;
	height: 37px;
	font: 900 14px/15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	text-align: center;
	padding-top: 4px;
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.thumb-pad6 .thumbnail .badgeBox p {
	text-transform: none;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk1 {
	font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #686868;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk1:hover {
	color: #cd8626;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #686868;
}
.thumb-pad6 .thumbnail .caption .btn1 {
	margin-top: 18px;
}
.thumb-pad6 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 31px;
}
.thumb-pad6 figure > img {
	width: 100%;
}
.thumb-pad6 .thumbnail .badgeBox a {
	color: #272727;
	font: 16px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a:hover {
	color: #8fbf4d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl {
	color: #ffffff;
	font: 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl:hover {
	color: #cd8626;
}
.thumb-pad7 {
	padding-bottom: 60px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail figure {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 29px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad7 .thumbnail .caption .lnk {
	overflow: hidden;
	font: 300 28px/28px 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	margin-bottom: 5px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #2c3e50;
}
.thumb-pad7 .thumbnail .caption time {
	color: #2c3e50;
	font: 14px 'Open Sans';
	float: left;
}
.thumb-pad7 .thumbnail .caption .tl {
	display: block;
	overflow: hidden;
	margin-bottom: 13px;
}
.thumb-pad7 .thumbnail .caption .tl a {
	color: #2c3e50;
	font: 14px 'Open Sans';
	float: right;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption .tl a:hover {
	color: #e74c3c;
}
.thumb-pad9 {
	padding-bottom: 64px;
	overflow: hidden;
}
.thumb-pad9:hover .thumbnail {
	background: #f5f5f5;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	padding: 38px 38px 25px 38px;
	background: #ffffff;
	border: 1px solid #f5f5f5;
}
.thumb-pad9 figure {
	margin: 0;
	margin-bottom: 24px;
}
.thumb-pad9 figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #686868;
}
.thumb-pad9 .thumbnail .caption a {
	font: 20px 'Open Sans';
	color: #333745;
	display: inline-block;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 .thumbnail .caption a:hover {
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad10 {
	overflow: hidden;
}
.thumb-pad10 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad10 figure {
	margin: 0 0 26px 0;
}
.thumb-pad10 figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0;
	color: #686868;
	overflow: hidden;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 11px 36px;
	font: 16px 'Comfortaa';
	border-radius: 3px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #0aaca7;
	border: none;
	background: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #292929;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 59px;
	font: 16px 'Comfortaa';
	border-radius: 3px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #0aaca7;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #0aaca7;
	background: #323232;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #0aaca7;
	border: none;
	background: none;
	text-decoration: underline;
	display: inline-block;
	float: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #323232;
	background: none;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 35px;
	border: none;
	font: 600 24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	background: #a2c9c2;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn4:hover {
	color: #6c9295;
	background: #e9e9e9 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.events-list li {
	margin-bottom: 43px;
}
.events-list li time a {
	font: bold 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 13px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.events-list li time a:hover {
	color: #819e6f;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding-top: 17px;
	margin-bottom: 17px;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 22px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1-1 li p {
	margin: 14px 0 0 0;
}
.list1-1 li.marg {
	margin-bottom: 31px;
}
.list1-1 li a {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #686868;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a span {
	color: #ffffff;
	font: 300 16px/19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #cd8626;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover span {
	color: #cd8626;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding-top: 9px;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 4px;
}
.list1 li a {
	font: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif 'Open Sans';
	color: #0aaca7;
	line-height: 36px;
	border: 2px solid #cbcbcb;
	border-radius: 2px;
	overflow: hidden;
	display: block;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a > span {
	float: right;
}
.list1 li a:hover {
	color: #ffffff;
	background: #0aaca7;
	border-color: #0aaca7;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list2 li figure {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 50px;
}
.list2 li figure img {
	border-radius: 50px;
}
.list2 li .title {
	font: 16px 'Comfortaa';
	color: #323232;
}
.list2 li .btn3 {
	float: right;
}
.list2-1 {
	margin: 0;
	padding: 0;
	margin-bottom: 59px;
	list-style: none;
}
.list2-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
}
.list2-1 li p {
	margin-top: 2px;
	margin-bottom: 0;
}
.list2-1 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	font: bold 41px/71px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #fb4554;
	width: 71px;
	height: 71px;
	border-radius: 71px;
	float: left;
	margin-right: 28px;
	margin-top: 6px;
}
.list2-1 li .badge > span {
	color: #ffffff;
	font-size: 24px;
}
.list2-1 li a {
	font: bold 18px 'Roboto';
	color: #fb4554;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2-1 li a:hover {
	color: #404040;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 {
	margin: 0;
	padding: 0;
	margin-top: 21px;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list3 li .box {
	padding: 32px 29px 31px 39px;
	background: #ffffff;
	position: relative;
	border: 4px solid #dbdad8;
}
.list3 li p {
	margin-bottom: 0;
	font-style: italic;
	color: #404040;
	line-height: 19px;
}
.list3 li .extra-wrap {
	position: relative;
	z-index: 1;
}
.list3 li img {
	top: 23px;
	left: 22px;
	position: absolute;
	z-index: 0;
}
.list3 li .title {
	font: 900 18px 'Roboto';
	color: #01b0cd;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.list3 li a {
	font: 18px 'Roboto';
	color: #fb7102;
	text-decoration: none;
	float: right;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #383737;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: -5px;
}
.list3-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 18px;
}
.list3-1 li a {
	font: 15px 'Open Sans';
	color: #3e454c;
	margin-bottom: 15px;
	display: inline-block;
}
.list3-1 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list3-1 li > img {
	float: left;
	margin-right: 19px;
	margin-top: 6px;
}
.list3-1 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 48px;
	padding-bottom: 13px;
	margin-top: -3px;
	border-bottom: 1px solid #d1d7bb;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list4 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 51px;
	box-shadow: none;
	text-shadow: none;
	font: 30px 'Six Caps';
	text-align: center;
	color: #ffffff;
	background: url(../img/pattern1.png) repeat;
	width: 51px;
	height: 51px;
	float: left;
	margin-right: 29px;
	margin-top: 3px;
	padding-top: 6px;
}
.list4 li a {
	font: bold 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #819e6f;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #686868;
}
.list5 li a:hover {
	text-decoration: none;
}
.list5 li img {
	float: left;
	margin-right: 17px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 9px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #0aaca7;
	width: 70px;
	height: 70px;
	font: 26px/70px 'Comfortaa';
	color: #ffffff;
	border-radius: 70px;
	text-align: center;
	margin-top: 2px;
	float: left;
	margin-right: 17px;
}
.list6 li p {
	margin-top: 9px;
}
.list6 li a {
	color: #323232;
	font: 16px/18px 'Comfortaa';
	margin-bottom: 12px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #0aaca7;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 18px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li strong {
	color: #323232;
}
.list9 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list9 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 30px;
}
/*-----search-----*/
.error-box {
	padding-bottom: 173px;
}
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding-top: 10px;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d6d7db;
	-webkit-box-shadow: 1px 2px 0 0 #d6d7db;
	box-shadow: 1px 2px 0 0 #d6d7db;
	background: none;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #686868;
	padding: 8px 14px;
	height: 34px;
	resize: none;
	margin-bottom: 33px;
}
#search {
	margin: 0;
	position: relative;
	float: right;
	margin-left: 27px;
	overflow: hidden;
}
#search a {
	position: absolute;
	top: 3px;
	right: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border: 1px solid #a29f9b;
	margin: 0;
	width: 128px;
	outline: none;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	height: 29px;
	padding: 4px 30px 5px 10px;
	resize: none;
	float: left;
	margin-right: 2px;
}
/*-----map-----*/
.map {
	margin: 0 0 72px 0;
	width: 100%;
	line-height: 0;
	border: 1px solid #e8e8e8;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 375px;
	border: none;
	line-height: 0;
}
.info {
	margin-bottom: 19px;
	padding-top: 11px;
}
.info p {
	margin-bottom: 18px;
}
.info p > span {
	width: 142px;
	display: inline-block;
}
.info p a {
	color: #cd8626;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p a:hover {
	color: #686868;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding: 28px 0;
	background: url(../img/page1_bg.jpg) repeat-y;
}
.newsletterBox h2 {
	font: 900 46px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 0;
}
.newsletterBox p {
	font: 300 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter {
	position: relative;
	margin: 13px 0 0 0;
	float: right;
}
#newsletter label {
	position: relative;
	float: left;
	margin-right: 26px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: 1px solid #ffffff;
	border-radius: 0;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	height: 37px;
	width: 391px;
	padding: 8px 11px 9px 11px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #ccc;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #cd8626;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ffffff;
	padding: 8px 11px 9px 11px;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	border: none;
	text-align: center;
	background: #ffffff;
	height: 37px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----form-----*/
.touchBox {
	padding: 59px 0 9px 0;
	overflow: hidden;
	text-align: center;
}
.touchBox .description {
	font: bold 18px/30px 'Roboto';
	color: #8c8b8b;
}
.touchBox .description > span {
	color: #404040;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 63px;
	text-align: left;
}
#contact-form p {
	margin-bottom: 7px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 54px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a7a7a;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #7a7a7a;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 248px;
	margin-right: 12px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 8px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d6d7db;
	-webkit-box-shadow: 1px 2px 0 0 #d6d7db;
	box-shadow: 1px 2px 0 0 #d6d7db;
	background: none;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #686868;
	padding: 8px 14px;
	height: 34px;
	resize: none;
}
#contact-form textarea {
	height: 139px;
	margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #0aaca7;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d6d7db;
	background: #ffffff;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #686868;
	line-height: 61px;
	height: 61px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn2 {
	float: left;
}
.btns p {
	float: left;
	margin-top: 12px;
	margin-left: 33px;
	color: #686868;
}
.mail {
	color: #0aaca7;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #323232;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 26px;
 line-height: 26px;
}
 .thumb-pad7 .thumbnail .caption .descrip i {
 float: none;
 display: block;
}
 .thumb-pad7 .thumbnail .caption .descrip a {
 float: none;
}
 .banner_list li {
 padding: 73px 43px 70px 44px;
}
 .banner_list li .title {
 font-size: 25px;
 line-height: 1em;
}
 .banner_list li {
 width: 235px !important;
}
 .bnBox article h2 {
 font-size: 26px;
 line-height: 30px;
}
 .bnBox article .caption p {
 font-size: 14px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .plumbBox figure {
 margin-bottom: 20px;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .list-romb-box {
 text-align: center;
}
 .errorBox > img {
 width: 100%;
}
 .logosBox ul li {
 width: 25%;
}
 .starBox .fl {
 float: none !important;
}
 .projectBox .box1 {
 padding: 35px 0 0 50px;
 width: 400px;
}
 .packagesBox {
 background: #fcfcfc;
 padding: 25px 0 22px 0;
 text-align: center;
}
 .packagesBox div {
 float: none;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .joinBox .box .title {
 font-size: 50px;
 line-height: 40px;
}
 .joinBox .box .description {
 font-size: 20px;
 line-height: 20px;
}
 .opportunitiesBox {
 margin-top: 60px;
}
 .clientsBox {
 overflow: hidden;
 margin-top: 50px;
}
 .thumb-pad1.marg {
 padding-bottom: 30px;
}
 .thumb-pad7 .thumbnail .caption .lnk {
 font-size: 22px;
 line-height: 22px;
}
 .errorBox h2 {
 font-size: 90px;
 line-height: 90px;
}
 .errorBox h3 {
 font-size: 40px;
 line-height: 40px;
}
 .list_carousel1 #foo1 > li figure .description {
 font-size: 22px;
}
 hr {
 width: 100%;
}
 .testimonials-box > div {
 padding: 38px 20px 0 20px;
}
 .newsletterBox {
 text-align: center;
}
 .newsletterBox h2 {
 float: none;
 margin-right: 0;
}
 .newsletterBox p {
 float: none;
 margin-right: 0;
}
 #newsletter {
 float: none;
 margin: 33px 0 0 0;
}
 #newsletter input {
 width: 680px;
}
 #newsletter label {
 position: relative;
 width: 680px;
}
 #contact-form label {
 min-height: 50px;
}
 .bookBox .extra-wrap {
 padding-right: 120px;
}
 .list_carousel1 .next {
 top: 30%;
}
 .list_carousel1 .prev {
 top: 30%;
}
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 height: auto;
 padding: 20px 0;
}
 h1.navbar-brand_ {
 margin-bottom: 0;
 float: none;
 margin: 0;
 width: 100%;
 text-align: center;
}
 .btn-default.btn2 {
 padding: 11px 33px;
}
 .menuBox {
 float: none;
 text-align: center;
}
 nav.tm_navbar {
 display: inline-block;
}
 header article {
 text-align: center;
}
 header article #search {
 float: none;
 display: inline-block;
}
 .sub_pic {
 max-height: 140px;
}
 .bgPic {
 max-height: 420px;
}
 .bgPic figure figcaption {
 top: 20%;
}
 .tel-box {
 text-align: center;
}
 .centerBox h2 {
 font-size: 30px;
 line-height: 30px;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 26px;
 line-height: 26px;
}
 .blogBox {
 margin-bottom: 20px;
}
 .moreBox p {
 font-size: 50px;
}
 .offerBox {
 margin-bottom: 50px;
}
 .list6 li a {
 font-size: 14px;
 line-height: 20px;
}
 .list4 li .badge {
 margin-bottom: 7px;
 float: none;
 margin-right: 0;
}
 .testimBox a {
 font-size: 14px;
 line-height: 20px;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .banner_list li {
 padding: 73px 43px 70px 44px;
}
 .banner_list li {
 width: 360px !important;
}
 .bnBox article h2 {
 font-size: 26px;
 line-height: 30px;
}
 .bnBox article .caption p {
 font-size: 14px;
}
 .bnBox article {
 margin-bottom: 35px;
 overflow: hidden;
}
 .commercialBox article .title1 {
 font-size: 80px;
 line-height: 90px;
}
 #newsletter {
 display: inline-block;
 float: none;
}
 .sloganBox {
 padding: 40px 0 120px 0;
}
 .sloganBox .title1 {
 font-size: 140px;
 line-height: 140px;
 margin-left: 0;
}
 .sloganBox .title2 {
 margin-bottom: 40px;
}
 .sloganBox .title3 {
 font-size: 27px;
 line-height: 29px;
}
 .sloganBox .title4 {
 font-size: 20px;
 line-height: 25px;
}
 .mailBox p img {
 margin-top: 0px;
}
 .mailBox p a {
 font-size: 14px;
}
 .mailBox span img {
 margin-top: 6px;
}
 .mailBox span a {
 font-size: 14px;
}
 .info-box {
 width: 100%;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .idealBox {
 width: 100%;
 float: none;
}
 .logosBox ul li {
 width: 25%;
}
 .projectBox .box1 {
 width: 100%;
 text-align: left;
 padding: 20px 20px 0 50px;
 float: none;
 position: relative;
}
 .projectBox figure {
 margin: 0;
 float: none;
}
 .projectBox figure img {
 width: 100%;
}
 .projectBox .lnk {
 top: 20px;
 right: 30px;
}
 .list1-3 {
 margin-left: 0;
}
 .table1 {
 margin-bottom: 40px;
}
 .plumbBox figure {
 margin-bottom: 20px;
}
 .thumb-pad3-1 .thumbnail .caption .lnk {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad3-1 .thumbnail .caption span {
 font-size: 14px;
 line-height: 20px;
}
 .infoBox {
 padding-top: 45px;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 .opportunitiesBox {
 margin-top: 50px;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 #gallery .gall1 {
 width: 100%;
 margin-right: 0;
 margin-bottom: 10px;
 min-height: 293px;
}
 #gallery .gall1 li {
 width: 100%;
}
 #gallery .gall1 li > img {
 width: 100%;
}
 #gallery .thumbs li {
 float: left;
 margin-bottom: 0;
 margin-right: 10px;
}
 .joinBox .box .title {
 font-size: 50px;
 line-height: 40px;
}
 .joinBox .box .description {
 font-size: 20px;
 line-height: 20px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .clientsBox {
 overflow: hidden;
 margin-top: 50px;
}
 .thumb-pad1 .thumbnail .title {
 font-size: 17px;
 line-height: 18px;
}
 .teamBox {
 margin-top: 45px;
}
 .info p span {
 width: 85px;
}
 .global.indent {
 padding-top: 60px;
}
 .thumb-pad7 .thumbnail .caption .lnk {
 font-size: 22px;
 line-height: 22px;
}
 .list1Box {
 margin-bottom: 50px;
}
 .info h3 {
 font-size: 18px;
}
 .errorBox h2 {
 font-size: 90px;
 line-height: 90px;
}
 .errorBox h3 {
 font-size: 40px;
 line-height: 40px;
}
 .list_carousel1 #foo1 > li figure .description {
 font-size: 22px;
}
 .clientsBox article {
 margin-bottom: 30px;
}
 .newsletterBox {
 text-align: center;
}
 .newsletterBox h2 {
 float: none;
 margin-right: 0;
}
 .newsletterBox p {
 float: none;
 margin-right: 0;
}
 #newsletter {
 float: none;
 margin: 33px 0 0 0;
}
 #newsletter input {
 width: 680px;
 margin-bottom: 15px;
}
 #newsletter label {
 position: relative;
 width: 680px;
}
 .testimBox {
 padding: 0;
}
 .featuredBox {
 margin-bottom: 50px;
}
 #contact-form label {
 min-height: 50px;
}
 .bookBox .extra-wrap {
 padding-right: 120px;
}
 .publicationsBox {
 overflow: hidden;
 margin-top: 50px;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
 position: relative;
 height: auto;
 margin: 0;
 padding: 35px 0 0 0;
}
 .menuBox {
 float: none;
}
 nav.tm_navbar {
 display: inline-block;
 margin-top: 50px;
}
 h1.navbar-brand_ {
 float: none;
 display: block;
 margin-bottom: 30px;
}
 h1.navbar-brand_ a img {
 width: 100%;
}
 h2 {
 font-size: 30px;
 line-height: 30px;
}
 .btn-default.btn2 {
 padding: 8px 16px;
 font-size: 13px;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #0aaca7;
 background: #0aaca7;
 color: #ffffff;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 30px;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 header article {
 text-align: center;
}
 header article #search {
 float: none;
 display: inline-block;
}
 .bgPic figure .title {
 font-size: 33px;
 line-height: 35px;
}
 .bgPic figure .title br {
 display: none;
}
 .bgPic {
 max-height: 420px;
}
 .bgPic figure figcaption {
 top: 20%;
 padding: 0 15px;
}
 .tel-box {
 text-align: center;
}
 .centerBox {
 text-align: center;
 padding-top: 15px;
}
 .centerBox h2 {
 font-size: 30px;
 line-height: 30px;
 float: none;
}
 .global.indent {
 padding-top: 40px;
}
 .trainers-box {
 padding-top: 30px;
}
 .testimBox hr {
 margin: 0 0 40px 0;
}
 .thumb-pad7 .thumbnail .caption .descrip i {
 float: none;
 display: block;
}
 .thumb-pad7 .thumbnail .caption .descrip a {
 float: none;
}
 .who-box {
 margin-bottom: 65px;
}
 .foo_list {
 float: none;
}
 .errorBox {
 margin-bottom: 40px;
}
 .moreBox p {
 font-size: 50px;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .list6 li a {
 font-size: 14px;
 line-height: 20px;
}
 .testimBox a {
 font-size: 14px;
 line-height: 20px;
}
 .offerBox {
 margin-bottom: 50px;
}
 .thumb-pad3-1 .thumbnail .caption .lnk {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad3-1 .thumbnail .caption span {
 font-size: 14px;
 line-height: 20px;
}
 .map iframe {
 height: 370px;
}
 .banner_list li {
 padding: 73px 43px 70px 44px;
}
 .banner_list li .title {
 font-size: 25px;
 line-height: 1em;
}
 .banner_list li {
 width: 50% !important;
}
 .bnBox article h2 {
 font-size: 26px;
 line-height: 30px;
}
 .bnBox article .caption p {
 font-size: 14px;
}
 .bnBox article {
 margin-bottom: 35px;
 overflow: hidden;
}
 .pad1Box article {
 margin-bottom: 50px;
}
 .foo_menu {
 display: none;
}
 .bnBox article .caption {
 padding-left: 0;
}
 .commercialBox article .title1 {
 font-size: 80px;
 line-height: 90px;
}
 .bracketBox {
 float: none !important;
 width: 100%;
 display: block;
 overflow: hidden;
}
 .manBox {
 float: none !important;
 width: 100%;
 display: block;
 overflow: hidden;
}
 .sloganBox {
 min-height: 360px;
}
 .sloganBox {
 text-align: center;
 padding: 180px 0 0 0;
}
 .sloganBox .title1 {
 font-size: 40px;
 line-height: 25px;
}
 .sloganBox .title2 {
 font-size: 14px;
 line-height: 18px;
}
 .sloganBox {
 padding: 40px 0 120px 0;
}
 .sloganBox .title1 {
 font-size: 140px;
 line-height: 140px;
 margin-left: 0;
}
 .sloganBox .title2 {
 margin-bottom: 40px;
}
 .sloganBox .title3 {
 font-size: 27px;
 line-height: 29px;
}
 .sloganBox .title4 {
 font-size: 20px;
 line-height: 25px;
}
 .hundredBox {
 margin-bottom: 60px;
}
 .projectBox .box1 {
 width: 100%;
 text-align: left;
 padding: 20px 20px 0 50px;
 float: none;
 position: relative;
}
 .projectBox figure {
 margin: 0;
 float: none;
}
 .projectBox figure img {
 width: 100%;
}
 .projectBox .lnk {
 top: 20px;
 right: 30px;
}
 .classesBox {
 padding-bottom: 0;
}
 .helpBox article {
 padding-bottom: 40px;
}
 .circleBox1 {
 margin-top: 0;
 text-align: center;
 margin-bottom: 20px;
}
 .circleBox1 figure {
 display: inline-block;
}
 .unlockBox {
 padding-top: 30px;
}
 .class-box {
 width: 50%;
 float: left;
}
 .plumbBox figure {
 margin-bottom: 20px;
}
 #newsletter {
 float: none;
}
 #newsletter label {
 width: 100%;
}
 #search {
 display: inline-block;
 float: none;
}
 #search input {
 width: 200px;
}
 header .container > div {
 padding-bottom: 0;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .circleBox ul li {
 width: 160px;
 height: 160px;
}
 .dateBox {
 margin-top: 70px;
}
 .about-box {
 margin-bottom: 50px;
}
 .services-box {
 float: left;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .info-box {
 width: 100%;
}
 .iconBlock {
 margin-top: 50px;
 margin-bottom: 50px;
}
 .list-romb-box {
 text-align: center;
}
 .logosBox {
 margin-top: 50px;
}
 .logosBox ul li {
 width: 50%;
}
 .logosBox ul li:last-child {
 border-right: 1px solid #dcdddd;
}
 .plumbBox {
 width: 60%;
 float: left;
}
 .locationsBox {
 width: 40%;
 float: left;
}
 .locationsBox > img {
 width: 100%;
}
 .picBox {
 float: left;
 margin-right: 0;
 width: 50%;
}
 .table1 {
 margin-bottom: 50px;
}
 .error-box {
 padding-bottom: 30px;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 {
 padding-bottom: 40px;
}
 .favorites-box {
 padding-bottom: 68px;
}
 .list5Box {
 overflow: hidden;
}
 .list5Box .bracket-list {
 display: block;
 float: none;
}
 .blogBox {
 padding-bottom: 0;
}
 .bsBox {
 margin-bottom: 50px;
}
 .serv-box {
 margin-bottom: 50px;
}
 .date-box {
 margin-bottom: 50px;
}
 .video-box1 {
 margin-bottom: 50px;
}
 .info-cont article {
 margin-bottom: 50px;
}
 .fishingBox {
 margin-top: 50px;
}
 .menuBox.marg {
 margin-bottom: 0;
}
 .newBox {
 margin-top: 35px;
}
 .welcomeBox {
 margin-top: 0;
}
 .teamBox {
 margin-top: 45px;
}
 .advantage-box {
 margin-bottom: 60px;
}
 .testimonialsBox {
 margin-top: 40px;
}
 .newBox {
 margin-top: 50px;
}
 .joinBox .box .title {
 font-size: 50px;
 line-height: 40px;
}
 .joinBox .box .description {
 font-size: 20px;
 line-height: 20px;
}
 .joinBox .box {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 .joinBox {
 text-align: center;
}
 .clientsBox {
 overflow: hidden;
 margin-top: 50px;
}
 .thumb-pad1 {
 padding-bottom: 30px;
}
 .thumb-pad1 .thumbnail .title {
 font-size: 17px;
 line-height: 18px;
}
 .list1 li {
 background-position: 0 2px;
}
 .list1 li a {
 font-size: 14px;
}
 .list1Box {
 margin-bottom: 50px;
}
 .popularBox {
 margin-top: 40px;
}
 .thumb-pad7 .thumbnail .caption .lnk {
 font-size: 22px;
 line-height: 22px;
}
 .info h3 {
 font-size: 18px;
}
 .errorBox h2 {
 font-size: 90px;
 line-height: 90px;
}
 .errorBox h3 {
 font-size: 40px;
 line-height: 40px;
}
 .list_carousel1 #foo1 > li figure .description {
 font-size: 22px;
}
 .list_carousel1 #foo1 > li figure .description {
 font-size: 22px;
}
 .clientsBox {
 background: #2c2c2e;
 padding: 55px 0;
}
 .clientsBox article {
 margin-bottom: 30px;
}
 .aboutBox {
 margin-bottom: 60px;
 margin-top: 30px;
}
 .listBox {
 text-align: left;
}
 .newsletterBox {
 text-align: center;
}
 .newsletterBox h2 {
 float: none;
 margin-right: 0;
}
 .newsletterBox p {
 float: none;
 margin-right: 0;
}
 #newsletter {
 float: none;
 margin: 33px 0 0 0;
}
 #newsletter input {
 width: 100%;
 margin-bottom: 15px;
}
 #newsletter label {
 position: relative;
 width: 100%;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 #contact-form label {
 min-height: 50px;
}
 .touch-box {
 margin-top: 80px;
}
 .errorBox {
 margin-top: 20px;
 margin-bottom: 0;
}
 .error-box {
 background: none;
}
 .bookBox .extra-wrap {
 padding-right: 120px;
}
 .publicationsBox {
 overflow: hidden;
 margin-top: 20px;
}
 .smallPic {
 margin-bottom: 35px;
}
 .list1 {
 margin-bottom: 35px;
}
 .thumb-pad1 .thumbnail figure {
 margin-bottom: 0;
 float: left;
 margin-right: 15px;
}
 .list_carousel1 .next {
 margin-right: 10px;
}
 .list_carousel1 .prev {
 margin-left: 10px;
}
 .newsBox .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad4 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .list2 {
 margin-bottom: 20px;
}
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .servBox {
 margin-bottom: 50px;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 .list_carousel1 #foo1 > li figure .description {
 font-size: 15px;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad3 figure {
 width: 100%;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 .commercialBox article .title1 {
 font-size: 50px;
 line-height: 60px;
}
 .commercialBox article .title2 {
 font-size: 26px;
 line-height: 30px;
}
 .circleBox ul li {
 width: 140px;
 height: 140px;
 padding-top: 20px;
}
 .plumbBox {
 width: 100%;
 float: none;
}
 .locationsBox {
 width: 100%;
 float: none;
}
 .locationsBox > img {
 width: auto;
}
 .manBox {
 padding-bottom: 20px;
}
 .sloganBox .title1 {
 font-size: 35px;
 line-height: 45px;
}
 .sloganBox .title2 {
 font-size: 14px;
 line-height: 18px;
 font-weight: normal;
 letter-spacing: 0;
}
 .sloganBox .title3 {
 font-size: 20px;
 line-height: 29px;
 font-weight: normal;
}
 .sloganBox .title4 {
 font-size: 16px;
 line-height: 25px;
}
 .projectBox .box1 .title1 {
 font-size: 20px;
 margin-bottom: 14px;
}
 .projectBox .lnk {
 top: 10px;
 right: 0;
 width: auto;
 height: auto;
 padding-top: 10px;
 padding-right: 10px;
 background: none;
}
 .thumb-pad5 .thumbnail .post .posted br {
 display: block;
}
 .thumb-pad5 .thumbnail .post .posted a {
 float: none !important;
}
 .thumb-pad6 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .list_carousel1 #foo1 > li figure .description {
 font-size: 15px;
}
 .aboutBox article {
 width: 100%;
 float: none;
}
 .listBox {
 text-align: center;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a {
 float: none;
}
 h1.navbar-brand_ strong {
 float: none;
}
 h2 {
 width: 100%;
}
 h2 > span {
 padding: 0 0 18px 0;
 width: 100%;
}
 .bgPic figure .title {
 font-size: 25px;
 line-height: 30px;
}
 .iconBox article {
 width: 100%;
 float: none;
}
 .bnBox article figure {
 margin: 0;
 width: auto;
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .commercialBox article .title1 {
 font-size: 34px;
 line-height: 45px;
}
 .commercialBox article .title2 {
 font-size: 20px;
 line-height: 27px;
}
 .class-box {
 width: 100%;
 float: none;
}
 .circleBox1 figure img {
 width: 100%;
}
 .dateBox {
 width: 100%;
 float: none;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .professionalBox article {
 width: 100%;
 float: none;
}
 .servBox .padBot {
 padding-bottom: 10px;
}
 .servBox article {
 width: 100%;
 float: none;
}
 .logosBox ul li {
 width: 100%;
 float: none;
 border-bottom: 1px solid #dcdddd;
}
 .logosBox ul li {
 border-right: none !important;
}
 .thumb-pad5 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad5 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .banner_list li {
 width: 100% !important;
 float: none;
}
 .banner_list li {
 padding: 40px 40px 40px 40px;
}
 .banner_list li figure {
 margin-bottom: 24px;
}
 .testimBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .packagesBox {
 background: #fcfcfc;
 padding: 25px 0 22px 0;
 text-align: center;
}
 .packagesBox div {
 float: none;
}
 .iconBox {
 width: 100%;
 float: none;
}
 .list0 li {
 display: block;
 margin: 0;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 13px;
}
 .listBox1 {
 width: 100%;
 float: none;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 #gallery .gall1 {
 width: 100%;
 margin-right: 0;
 margin-bottom: 10px;
}
 #gallery .gall1 li {
 width: 100%;
}
 #gallery .gall1 li > img {
 width: 100%;
}
 #gallery .thumbs li {
 float: left;
 margin-bottom: 0;
 margin-right: 10px;
}
 #gallery .thumbs li {
 width: 75px;
}
 #gallery .thumbs li img {
 width: 100%;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .iconBox article {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail .badgeBox a.tl {
 font-size: 15px;
 line-height: 20px;
 margin-bottom: 15px;
 font-weight: normal;
}
 .bannerBox article {
 float: none;
 width: 100%;
}
 .banner-box {
 float: none;
 width: 100%;
}
 .featuredBox article {
 width: 100%;
 float: none;
}
 .galleryBox article {
 width: 100%;
 float: left;
}
 .list1 li a > span {
 display: none;
}
 .bookBox figure {
 display: none;
}
 .bookBox em {
 display: none;
}
 .bookBox .extra-wrap {
 padding-right: 0;
}
 .list_carousel1 .next {
 top: 18%;
}
 .list_carousel1 .prev {
 top: 18%;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .programsBox article {
 width: 100%;
 float: none;
}
 .bookstoreBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .iconBox {
 width: 100%;
 float: none;
}
 .bracketBox figure {
 margin-right: 0;
}
 .bracket-list li a {
 font-weight: normal;
 font-size: 13px;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .sloganBox .title1, .sloganBox .title2 {
 line-height: 40px;
}
 .helpBox .col-lg-6 .badge {
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .commercialBox article .title1 {
 font-size: 25px;
 line-height: 30px;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad3 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 50px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
