@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
body {
	background: #dddbd2;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #534934;
}
body > figure {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
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: 7px;
	font-weight: 300;
	font-size: 15px;
	line-height: 21px;
	text-shadow:1px 1px 1px #fff;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: block;
}
h2 {
	margin: 0 0 43px 0;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	text-shadow:1px 1px 1px #fff;

}
h2 > span {
	font: 900 49px/49px 'Roboto';
	color: #534934;
	margin-bottom: 6px;
	display: inline-block;
}
h2 > em {
	font: 900 18px/18px 'Roboto';
	color: #a7997c;
	display: block;
}
h2.color > span {
	color: #ffffff;
    text-shadow:1px 1px 1px #000;

}
h2.color > em {
	color: #4e7478;
}
h3 {
	color: #ffffff;
	font: 900 18px 'Roboto';
	margin: 0 0 57px 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	text-shadow:1px 1px 1px #fff;

}
h3 span {
	background: #191a1a;
	padding: 8px 85px;
	display: inline-block;
}
h4 {
	color: #413d31;
	font: 900 14px 'Roboto';
	margin: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h5 {
	margin: 0 0 26px 0;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
h5 > span {
	font: 900 49px/49px 'Roboto';
	color: #534934;
	display: inline-block;
	margin-bottom: 6px;
}
h5 > em {
	font: 900 18px/18px 'Roboto';
	color: #005AAB;
	display: block;
}
h6 {
	color: #e5112c;
	font: 900 30px 'Roboto';
	margin: 0 0 23px 0;
	text-transform: uppercase;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.global {
	background: #eeece7;
	padding-top: 70px;
}
.global.indent {
	padding-top: 73px;
}
.center {
	width: 100%;
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	 background: none repeat scroll 0 0 #e0ddd8;
    border-bottom: 4px solid #c4c1bb;
    border-top: 4px solid #413d31;
    margin-top: 29px;
    padding: 0;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	float: left;
}
nav.tm_navbar li {
	float: left;
	font-size: 12px;
	line-height: 21px;
	padding: 0;
	position: relative;
	margin-right: 1px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 19px 17px;
	text-transform: none;
	font: 900 13px 'Roboto';
	color: #413d31;
	background: transparent;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
    text-shadow:1px 1px 1px #fff;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
    text-shadow:1px 1px 1px #000;
	background: none;
	background-image: -webkit-linear-gradient(top, #c00e25 0%, #e8112d 100%);
	background-image: linear-gradient(to bottom, #c00e25 0%, #e8112d 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00e25', endColorstr='#ffe8112d', GradientType=0);
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	text-shadow:1px 1px 1px #000;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-image: -webkit-linear-gradient(top, #c00e25 0%, #e8112d 100%);
	background-image: linear-gradient(to bottom, #c00e25 0%, #e8112d 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00e25', endColorstr='#ffe8112d', GradientType=0);
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-image: -webkit-linear-gradient(top, #c00e25 0%, #e8112d 100%);
	background-image: linear-gradient(to bottom, #c00e25 0%, #e8112d 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00e25', endColorstr='#ffe8112d', GradientType=0);
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 6px;
	height: 7px;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 230px;
	left: 0;
	top: 55px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #413d31;
	padding: 21px 0 21px 0;
	margin: 0;
	text-align: left;
	-webkit-box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 9px 0;
	padding: 4px 15px;
	display: block;
    text-shadow:1px 1px 1px #fff;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 900 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-shadow:1px 1px 1px #000;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 35px;
	top: 1px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #2cadcc !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #2cadcc !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 230px;
	left: 230px;
	top: -21px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 21px 0 21px 0;
	margin: 0;
	text-align: left;
	-webkit-box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	text-shadow: 1px 1px 1px #fff;
	padding: 0;
	margin: 0;
	float: none;
	font: 900 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #424242;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #2cadcc !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	padding: 34px 0 0 0;
	background: url(../img/bg87.png) repeat;
	border-top: 3px solid #524e42;
}
header article > div {
	float: right;
    clear: right;
}
header article > div p {
	color: #908d77;
    float: left;
    font: 12px 'Roboto';
    margin-bottom: 25px;
    margin-left: 40px;
    margin-top: -10px;
    line-height: 30px;
}
header article > div p > span {
	color: #df102b;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
.follow_icon {
	float: right;
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}
.follow_icon li {
	float: left;
	margin-left: 4px;
}
.follow_icon a {
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.follow_icon a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.follow_icon li:first-child {
	margin-left: 0;
}
footer {
	border-top:4px solid #413d31;
	padding: 20px 0 0px;
	background: #dddbd2;
	height: 253px;
}
footer p {
	font: 12px 'Roboto';
	color: #534934;
}
footer em {
	font-style: normal;
}
footer .tel {
	font-size: 14px;
	margin-top: -5px;
}
footer .tel span {
	float: left;
	color: #2cadcc;
	font-size: 17px;
	margin-top: 2px;
}
footer .list2Box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #413d31;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -51px;
	content: ' ';
	z-index: 10;
}
footer .fooBox > div {
	padding-top: 15px;
	border-top: 5px solid #77746e;
	/* [disabled]margin-top: 45px; */
}
footer .fooBox > div p > a {
	font: 12px 'Roboto';
	color: #428bca;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .fooBox > div p > a:hover {
	color: #dc102b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.welcomeBox {
	padding: 46px 0 49px 0;
	background: #eeece7;
}
.staffBox {
	padding: 46px 0 53px 0;
	background: #eeece7;
}
.staffBox h2 {
	margin: 0 0 21px 0;
}
.touchBox {
	padding: 46px 0 51px 0;
	background: #eeece7;
}
.offer-box {
	margin-bottom: 68px;
}
.offer-box h3 {
	margin: 0 0 52px 0;
}
.offerBox {
	text-align: center;
}
.offerBox p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 18px;
}
.motionBox {
	padding: 46px 0 49px 0;
	background: #9acfd5;
}
.testimonialsBox {
	padding: 46px 0 0 0;
	background: #e6e3dc;
}
.testimonialsBox .textim-box {
	overflow: visible;
	position: relative;
	background: #ffffff;
	padding: 18px 25px 45px 28px;
	margin-bottom: 41px;
	border-radius: 20px;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.testimonialsBox .textim-box > em {
	display: inline-block;
	width: 40px;
	height: 39px;
	position: absolute;
	background: url(../img/triangle.png) no-repeat;
	bottom: -39px;
	left: 52px;
}
.testimonialsBox .textim-box figure {
	border-radius: 103px;
	float: left;
	margin-right: 15px;
	margin-top: 16px;
}
.testimonialsBox .textim-box figure img {
	border-radius: 103px;
}
.testimonialsBox .textim-box p {
	font: italic 18px/21px 'Arial';
	color: #2cadcc;
	margin-top: 36px;
	margin-left: 13px;
	position: relative;
	z-index: 1;
}
.testimonialsBox .textim-box div {
	position: relative;
}
.testimonialsBox .textim-box div img {
	position: absolute;
	top: 0;
	z-index: 0;
}
.testimonialsBox .col-lg-6 {
	margin-bottom: 50px;
}
.testimonialsBox article, .cal > a {
	font: 900 16px 'Roboto';
	color: #413d31;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox article, .cal > a:hover {
	color: #2cadcc;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox hr {
	margin: 0;
	border-top: 1px solid #534934;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
}
.list_carousel1 #foo1 > li figure {
	margin: 0;
	position: relative;
	-webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	border: 2px solid #ffffff;
	margin-bottom: 19px;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
}
.list_carousel1 #foo1 > li .title {
	font: 900 16px 'Roboto';
	color: #446568;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.list_carousel1 #foo1 > li p {
	color: #ffffff;
	font-size: 14px;
}
.list_carousel1 #foo1 > li > div {
	width: 270px !important;
	float: left;
	margin-bottom: 24px;
	margin-right: 30px;
}
.list_carousel1 #foo1 > li > div:first-child + div + div + div {
	margin-right: 0;
}
.list_carousel1 #foo1 > li > div:last-child {
	margin-right: 0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-top: 13px !important;
}
.carousel-box {
	padding-top: 48px;
	margin-bottom: 65px;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0 38px;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 14px;
	height: 14px;
	padding: 0 !important;
	margin: 0 0 0 4px;
	display: inline-block;
	background: #ffffff !important;
	border: none !important;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #446568 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #446568 !important;
}
.pagination a span {
	display: none;
}
.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;
}
.info-cont h3 {
	margin-bottom: 22px;
}
.who-box h3 {
	margin-bottom: 10px;
}
.history-box h3 {
	margin-bottom: 31px;
}
.trainers-box h3 {
	margin-bottom: 17px;
}
.servicesBox h3 {
	margin: 0 0 22px 0;
}
.overviewBox h3 {
	margin: 0 0 26px 0;
}
.testimBox {
	margin-top: 40px;
	margin-bottom: 52px;
}
.testimBox article > div {
	position: relative;
	padding-left: 12px;
	padding-top: 35px;
}
.testimBox article > div div {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.testimBox h2 {
	margin: 0 0 27px 0;
}
.testimBox img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.testimBox p {
	font: italic 18px/21px 'Arial';
	color: #2cadcc;
	margin-bottom: 15px;
}
.testimBox a {
	color: #413d31;
	font: 900 16px 'Roboto';
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #2cadcc;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.packagesBox {
	background: #fcfcfc url(../img/page3_pic2.jpg) no-repeat;
	padding: 25px 26px 22px 0;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.packagesBox h3 {
	color: #2d2d2d;
	margin: 0 0 17px 0;
	font-size: 20px;
	line-height: 22px;
}
.packagesBox div {
	float: right;
}
.errorBox {
	margin-bottom: 40px;
	padding-top: 16px;
}
.errorBox figure {
	margin: 0;
	margin-top: -16px;
}
.errorBox img {
	width: 100%;
}
.errorBox1 h5 {
	text-align: left;
	width: auto;
	margin: 0 0 11px 0;
}
.errorBox1 h5 span {
	margin-bottom: 0;
}
.errorBox1 p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 21px;
}
.formBox {
	padding-top: 0;
	padding-bottom: 0;
}
.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;
	opacity: 1;
}
#toTop:hover {
	opacity: 0.55;
}
.servBox {
	padding-bottom: 61px;
}
.galleryBox {
	overflow: hidden;
	padding-bottom: 14px;
}
.galleryBox h2 {
	margin-bottom: 27px;
}
.galleryBox h3 {
	margin-bottom: 67px;
}
.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;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox {
	margin-bottom: 30px;
	padding-top: 0;
}
.trainerBox figure {
	margin: 0;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-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;
	text-align: center;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 0 31px 0;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 900 16px 'Roboto';
	color: #e5112c;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-pad2 {
	overflow: hidden;
	padding: 44px 0 0 0;
	text-align: center;
}
.thumb-pad2 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 .thumbnail figure.pic {
	border-radius: 179px;
}
.thumb-pad2 .thumbnail figure.pic img {
	border-radius: 179px;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 900 16px 'Roboto';
	color: #e5112c;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.thumb-pad2 .thumbnail .caption .descrip {
	font: 14px 'Arial';
	color: #a7997c;
	margin-bottom: 13px;
}
.thumb-pad2 .thumbnail .caption .follow_icon {
	display: inline-block;
	float: none;
	padding-top: 3px;
}
.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: #534934;
	overflow: hidden;
}
.thumb-pad2-2 .thumbnail .caption p {
	margin-bottom: 17px;
}
.thumb-pad2-2 figure {
	margin: 0;
	margin-bottom: 31px;
}
.thumb-pad2-2 figure img {
	width: 100%;
}
.thumb-pad2-2 .thumbnail .caption a {
	color: #606060;
	font: bold 15px 'Open Sans Condensed';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2-2 .thumbnail .caption a:hover {
	color: #534934;
	-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: #534934;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad3 .thumbnail .caption .title {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 17px;
}
.thumb-pad3 figure {
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3-1 {
	overflow: hidden;
	margin-bottom: 21px;
}
.thumb-pad3-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3-1 .thumbnail .caption {
	padding: 0;
	color: #534934;
	text-align: center;
}
.thumb-pad3-1 .thumbnail .caption a {
	font: 900 16px 'Roboto';
	color: #e5112c;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3-1 .thumbnail .caption a:hover {
	color: #534934;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3-1 figure {
	margin: 0;
	-webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	border: 2px solid #ffffff;
	margin-bottom: 27px;
}
.thumb-pad3-1 figure a {
	width: 100%;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3-1 figure img {
	width: 100%;
}
.thumb-pad3-1 figure a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.aboutBox {
	margin-bottom: 40px;
}
.thumb-pad4 {
	padding-bottom: 29px;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail figure {
	margin: 0 0 15px 0;
}
.thumb-pad4 .thumbnail figure a img {
	width: 100%;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail figure a:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 .thumbnail .lnk {
	font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #534934;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .lnk:hover {
	color: #2d88a6;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 {
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 1px solid #eaeaea;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 20px;
}
.thumb-pad5 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	width: 93px;
	height: 93px;
	background: #6e9293;
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 20px;
	float: left;
	font: bold 18px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-top: 27px;
}
.thumb-pad5 .thumbnail .badgeBox p {
	line-height: 20px;
	font-weight: bold;
}
.thumb-pad5 .thumbnail .badgeBox p > .lnk {
	font: bold 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #534934;
	text-transform: none;
}
.thumb-pad5 .thumbnail .badgeBox p br {
	display: none;
}
.thumb-pad5 .thumbnail .badgeBox .extra-wrap {
	padding-top: 25px;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #534934;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 23px;
	font-weight: bold;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 31px;
	border: 1px solid #e9e9e9;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.thumb-pad5 .thumbnail .badgeBox a {
	color: #272727;
	font: 16px/22px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a:hover {
	color: #6c9295;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a.tl {
	position: relative;
	top: 1px;
}
.thumb-pad10 {
	overflow: hidden;
	margin-bottom: 37px;
}
.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;
	float: left;
	margin-right: 35px;
}
.thumb-pad10 figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0;
	color: #534934;
	overflow: hidden;
}
.thumb-pad10 .thumbnail .caption time {
	font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a2c9c2;
	display: block;
}
.thumb-pad10 .thumbnail .caption a {
	color: #383838;
	font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad10 .thumbnail .caption a:hover {
	color: #a2c9c2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 {
	overflow: hidden;
	padding: 0;
}
.thumb-pad9 .title {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 19px;
}
.thumb-pad9 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 66px;
}
.thumb-pad9 .thumbnail figure {
	margin: 0;
	float: left;
	margin-right: 23px;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
/*-----btn-----*/
.btn-search{
	box-shadow: none;
	position: relative;
	padding: 8px 10px;
	font: bold 13px 'Roboto';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	border-radius:  0 5px 5px 0;
	background: none;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(top, #524e42 0%, #322f20 100%);
	background-image: linear-gradient(to bottom, #524e42 0%, #322f20 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff524e42', endColorstr='#ff322f20', GradientType=0);
	text-decoration: none;
	display: inline-block;
}
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	padding: 8px 10px;
	font: bold 13px 'Roboto';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	background: none;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(top, #524e42 0%, #322f20 100%);
	background-image: linear-gradient(to bottom, #524e42 0%, #322f20 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff524e42', endColorstr='#ff322f20', GradientType=0);
	text-decoration: none;
	display: inline-block;
}
.btn-default.btn1:hover, .btn-search {
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, #322f20 0%, #524e42 100%);
	background-image: linear-gradient(to bottom, #322f20 0%, #524e42 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff322f20', endColorstr='#ff524e42', GradientType=0);
	text-decoration: none !important;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 900 13px 'Roboto';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #e5112c;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #534934;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Cabin';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	border-radius: 0 0 5px 5px;
	padding: 15px 23px 16px 24px;
	text-transform: uppercase;
	background: #6c9295;
	display: inline-block;
	margin-top: -1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3:hover {
	color: #ffffff;
	background: #ff5d40;
	text-decoration: none !important;
	-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 'Arial', "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-----*/
.list0 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 32px;
}
.list0 li {
	font-size: 12px;
	line-height: 21px;
	float: none;
	display: inline-block;
	margin-left: 36px;
}
.list0 li:first-child {
	margin-left: 0;
}
.list0 li a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list0 li a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 57px;
	padding-top: 7px;
}
.list1 li {
	font-size: 12px;
	line-height: 21px;
	padding-left: 24px;
	margin-bottom: 6px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list1 li a {
	color: #535b60;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #ffc819;
	-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: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 5px;
}
.list2 li a {
	color: #413d31;
	font: 12px 'Roboto';
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #dc102b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 {
	margin: 0;
	margin-top: 5px;
	padding: 0 0 82px 0;
	list-style: none;
}
.list4 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 32px;
}
.list4 li > span {
	font-size: 23px;
	color: #2cadcc;
	float: left;
	margin-right: 17px;
	margin-top: 0;
}
.list4 li a {
	font: 14px 'Roboto';
	color: #413d31;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #2cadcc;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.privacyBox {
	margin-bottom: 53px;
}
.list5 {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 19px;
}
.list5 li p {
	margin-bottom: 0;
}
.list5 li p strong {
	font-size: 14px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
}
.list6 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li a {
	color: #e5112c;
	font: bold 14px 'Arial';
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 9px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #a7997c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: 900 36px/74px 'Roboto';
	color: #ffffff;
	background: #9acfd5;
	width: 79px;
	height: 79px;
	border-radius: 79px;
	float: left;
	margin-right: 17px;
	margin-top: -7px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -5px;
}
.list7 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list7 li p {
	margin-bottom: 0;
}
.list7 li a {
	color: #e5112c;
	font: 900 16px/21px 'Roboto';
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 9px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list7 li a:hover {
	color: #a7997c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: 900 36px/74px 'Roboto';
	color: #ffffff;
	background: #9acfd5;
	width: 79px;
	height: 79px;
	border-radius: 79px;
	float: left;
	margin-right: 17px;
	margin-top: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 18px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	padding-bottom: 16px;
}
._accodList > li {
	padding-bottom: 0;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
._accodList > li h6 {
	padding-left: 20px;
	margin: 0;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	font: bold 15px 'Open Sans Condensed';
	text-transform: uppercase;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 14px 55px 14px 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li h6.color1 {
	color: #606060;
	background: #ffffff;
}
._accodList > li h6.color2 {
	color: #606060;
	background: #ffffff;
}
._accodList > li p {
	margin: 0;
	padding: 13px 0 15px 0;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #534934;
}
._accodList > li ._plus {
	width: 47px;
	height: 49px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	right: 0;
	cursor: pointer;
	top: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li ._plus.btnBg1 {
	background: url(../img/plus.png) 50% 0 no-repeat;
}
._accodList > li ._plus.btnBg2 {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList li h6:hover {
	color: #606060;
	background: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding-top: 13px;
}
#search-404 input {
	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 #d6d2d0;
	background: #ffffff;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #534934;
	padding: 7px 14px 7px 14px;
	height: 34px;
	resize: none;
	margin-bottom: 20px;
}
#search {
	margin: 0;
	position: relative;
	float: right;
	margin-left: 15px;
	overflow: hidden;
}
#search input {
	box-shadow: none;
	border-radius: 5px 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border: 1px solid #c3c1bd;
	margin: 0;
	width: 198px;
	outline: none;
	font: 300 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #534934;
	background: #ffffff;
	height: 34px;
	padding: 7px 15px 7px 15px;
	resize: none;
	float: left;
	margin: 0;
	background-image: -webkit-linear-gradient(top, #f8f7f5 0%, #edecea 100%);
	background-image: linear-gradient(to bottom, #f8f7f5 0%, #edecea 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f7f5', endColorstr='#ffedecea', GradientType=0);
}
/*-----map-----*/
.map {
	margin: 8px 0 80px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 483px;
	border: none;
	line-height: 0;
	-webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.2);
	border: 2px solid #ffffff;
}
.map2 {
	margin: 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
	border: 1px solid #534934;
}
.map2 iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 412px;
	border: none;
	line-height: 0;
}
.info {
	margin-bottom: 20px;
}
.info .title {
	font: 900 16px 'Roboto';
	color: #e5112c;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.info p {
	margin-bottom: 30px;
}
.info p a {
	color: #534934;
}
.info p a:hover {
	text-decoration: underline;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding-top: 4px;
}
.newsletterBox h2 {
	font-size: 36px;
}
#newsletter {
	position: relative;
	margin: 23px 0 0 0;
	float: right;
}
#newsletter a {
	font: 600 24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #a2c9c2;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: inline-block;
	padding: 18px 35px 17px 36px;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#newsletter a img {
	display: inline-block;
	margin-top: -6px;
}
#newsletter a:hover {
	background: #303030;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#newsletter label {
	position: relative;
	width: 513px;
	height: 68px;
	float: left;
	margin-bottom: 14px;
	margin-right: 14px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ccc;
	font: 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #8e8e8e;
	background: #ffffff;
	height: 68px;
	width: 100%;
	padding: 12px 20px 12px 36px;
	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: #a2c9c2;
	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-radius: 0px;
	padding: 10px 20px 10px 36px;
	font: 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #767676;
	border: 1px solid #ccc;
	text-align: center;
	background: #ffffff;
	height: 64px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	padding-bottom: 68px;
	overflow: hidden;
	margin-top: 0;
	padding-top: 7px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 54px;
	margin: 0;
	font-weight: normal;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #534934;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #8c8c8c;
}
#contact-form .holder {
	overflow: hidden;
}
#contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
	float: left;
	width: 248px;
	margin-right: 11px;
}
#contact-form .form-div-3 {
	margin-right: 0;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px 11px 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 #d6d2d0;
	background: #ffffff;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #534934;
	padding: 7px 14px 7px 14px;
	height: 34px;
	resize: none;
}
#contact-form textarea {
	height: 192px;
	margin-bottom: 19px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #121b21;
	-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 #d6d2d0;
	background: #ffffff;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #534934;
	padding: 25px 14px 24px 14px;
	height: 69px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn2 {
	float: left;
}
.btns p {
	margin-left: 69px;
}
/*-----*/
#contact-form2 {
	width: 100%;
	position: relative;
	padding-bottom: 54px;
	/*overflow: hidden;*/
  margin-left: 110px;
	padding-top: 5px;
}
#contact-form2 label {
	position: relative;
	display: block;
	min-height: 69px;
	margin: 0;
	font-weight: normal;
	font: 300 18px 'Roboto';
	line-height: 18px;
	color: #534934 !important;
}
#contact-form2 label span {
	margin-bottom: 2px;
	display: block;
	color: #534934 !important;
}
#contact-form2 .holder {
	/*overflow: hidden;*/
  float: left;
}
#contact-form2 .form-div-1, #contact-form2 .form-div-2, #contact-form2 .form-div-3 {
	float: none;
	width: 456px;
}
#contact-form2 .form-div-4 {
	float: left;
	margin-right: 30px;
}
#contact-form2 .form-div-3 {
	margin-right: 0;
}
#contact-form2 span {
	display: block;
}
#contact-form2 ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 12px 14px 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form2 ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form2 ._placeholder.hidden {
	display: none;
}
#contact-form2 input, #contact-form2 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: 2px solid #c5bca8;
	border-radius: 7px;
	background: #eeece7;
	font: 300 18px 'Roboto';
	line-height: 22px;
	color: #534934 !important;
	padding: 5px 14px 5px 14px;
	height: 49px;
	resize: none;
}
#contact-form2 textarea {
	height: 187px;
	width: 456px;
	float: left;
}
#contact-form2 .error-message, #contact-form2 .empty-message {
	height: 0;
	overflow: hidden;
	font: 300 12px 'Roboto';
	color: #534934 !important;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
}
#contact-form2 .invalid .error-message, #contact-form2 .empty .empty-message {
	height: 20px;
}
#contact-form2 .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: #eeece7;
	border-radius: 7px;
	z-index: 10;
	width: 945px;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form2.success .success-message {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 945px;
	outline: none;
	border: 2px solid #c5bca8;
	background: #eeece7;
	font: 300 18px 'Roboto';
	line-height: 18px;
	color: #534934 !important;
	border-radius: 7px;
	padding: 84px 14px 85px 24px;
	height: 192px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#contact-form2 > .btns a {
	background-image: -webkit-linear-gradient(top, #c00e25 0%, #e8112d 100%);
	background-image: linear-gradient(to bottom, #c00e25 0%, #e8112d 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00e25', endColorstr='#ffe8112d', GradientType=0);
	font: 900 24px 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 123px 9px 123px;
	display: inline-block;
	border-radius: 7px;
}
#contact-form2 > .btns a:hover {
	background-image: -webkit-linear-gradient(top, #e8112d 0%, #c00e25 100%);
	background-image: linear-gradient(to bottom, #e8112d 0%, #c00e25 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8112d', endColorstr='#ffc00e25', GradientType=0);
}
.mail {
	text-decoration: none;
	font-size: 12px;
	color: #e5112c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #534934;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btns .btn1 {
	float: left;
	font-size: 14px !important;
	font-weight: bold !important;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 header .box1 {
 margin-left: 0;
 margin-right: 240px;
}
 header .box3 {
 margin-right: 0;
}
 footer ul li p {
 margin-bottom: 0;
}
 .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;
}
 ._accodList > li ._plus {
 top: 11px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 57px;
}
 .plumbBox figure {
 margin-bottom: 20px;
}
 #newsletter label {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .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-pad2 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 13px;
}
 .list_carousel1 #foo1 > li > div {
 margin-right: 30px !important;
}
 #contact-form2 textarea {
 height: 187px;
 width: 100%;
 float: none;
}
 #contact-form2 .form-div-4 {
 float: none;
 margin-right: 0;
 width: 100%;
}
 #contact-form2 .holder {
 overflow: hidden;
 float: none;
}
 #contact-form2 .form-div-1, #contact-form2 .form-div-2, #contact-form2 .form-div-3 {
 float: none;
 width: 100%;
}
 #contact-form2 > .btns a {
 padding-left: 0;
 padding-right: 0;
 text-align: center;
 width: 100%;
}
 #contact-form2 .form-div-4 {
 margin-bottom: 20px;
}
 #contact-form2 {
 margin-left: 0;
}
 footer .list2Box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 left: 0;
 content: none;
}
 .fooBox {
 margin-top: 40px;
}
 #contact-form2.success .success-message, #contact-form2 .success-message {
 width: 100%;
}
 #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
 position: relative;
 height: auto;
}
 header article > div {
 float: none;
}
 header article > div p {
 float: none;
 display: block;
 margin-bottom: 30px;
}
 header article > div p > span {
 display: inline-block;
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 margin-bottom: 15px;
 display: block;
 margin: 0;
}
 .menuBox {
 text-align: center;
}
 nav.tm_navbar {
 margin-bottom: 20px;
 float: none;
 display: inline-block;
}
 .follow_icon {
 display: inline-block;
 float: none;
}
 #search {
 display: inline-block;
 float: none;
}
 .moreBox p {
 font-size: 50px;
}
 footer ul li p {
 margin-bottom: 0;
}
 .offerBox {
 margin-bottom: 50px;
}
 .thumb-pad9 .thumbnail {
 margin-bottom: 20px;
}
 .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;
}
 .trainers-box {
 margin-top: 50px;
}
 .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;
}
 .testimonials-box > div img {
 position: absolute;
 top: 10px;
 right: 15px;
}
 .testimonials-box > div {
 padding: 20px 20px 20px 20px;
}
 .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;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 57px;
}
 .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;
}
 .errorBox img {
 width: 100%;
}
 .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;
}
 .thumb-pad5 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .plumbBox figure {
 margin-bottom: 20px;
}
 .servicesBox {
 margin-top: 50px;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3-1 .thumbnail .caption .lnk {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad3-1 .thumbnail .caption span {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad9 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad9 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad9 .thumbnail .caption .lnk {
 font-size: 14px;
 line-height: 20px;
}
 .list_carousel1 #foo1 > li figure div {
 top: 60px;
}
 .list_carousel1 #foo1 > li figure div .title {
 font-weight: normal;
 font-size: 12px;
}
 .list_carousel1 #foo1 > li figure div p {
 font-size: 12px;
}
 .testimonialsBox article {
 margin-bottom: 35px;
}
 .infoBox {
 padding-top: 45px;
}
 .list_carousel1 #foo1 > li > div {
 margin-right: 30px !important;
 width: 210px !important;
}
 #contact-form2 textarea {
 height: 187px;
 width: 100%;
 float: none;
}
 #contact-form2 .form-div-4 {
 float: none;
 margin-right: 0;
 width: 100%;
}
 #contact-form2 .holder {
 overflow: hidden;
 float: none;
}
 #contact-form2 .form-div-1, #contact-form2 .form-div-2, #contact-form2 .form-div-3 {
 float: none;
 width: 100%;
}
 #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
 width: 100%;
 float: none;
}
 #contact-form2 > .btns a {
 padding-left: 0;
 padding-right: 0;
 text-align: center;
 width: 100%;
}
 #contact-form2 .form-div-4 {
 margin-bottom: 20px;
}
 #contact-form2 {
 margin-left: 0;
}
 footer .list2Box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 left: 0;
 content: none;
}
 .fooBox {
 margin-top: 40px;
 text-align: center;
}
 .listBox {
	margin-bottom: 50px;
}
 footer .tel span {
 float: none;
 display: inline-block;
 margin-top: 0;
 position: relative;
 top: 2px;
}
 .error-box {
 margin-bottom: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 .menuBox {
 text-align: center;
 padding-bottom: 5px;
}
 nav.tm_navbar {
 margin-bottom: 20px;
 float: none;
 display: inline-block;
}
 .follow_icon {
 display: inline-block;
 float: none;
}
 #search {
 display: inline-block;
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 margin-bottom: 15px;
 display: block;
 margin: 0;
}
 h2 > span {
 font-size: 38px;
 line-height: 40px;
}
 .select-menu {
  background: none repeat scroll 0 0 #2cadcc;
    border: 1px solid #2cadcc;
    color: #ffffff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 4px;
    padding-right: 3px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
}
 header article > div {
 float: none;
}
 header article > div p {
 float: none;
 display: block;
 margin-bottom: 30px;
}
 header article > div p > span {
 display: inline-block;
 float: none;
}
 .list_carousel1 #foo1 > li > div {
 width: 100% !important;
 width: 44% !important;
 margin-right: 30px !important;
 float: left;
}
 .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-pad9 .thumbnail {
 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;
}
 .thumb-pad9 .thumbnail .caption .lnk {
 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;
}
 .servicesBox {
 margin-top: 50px;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .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%;
}
 nav.tm_navbar ul {
 margin-bottom: 30px;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
 margin-top: 0;
}
 #search {
 display: inline-block;
 float: none;
}
 #search input {
 width: 200px;
}
 header .container > div {
 padding-bottom: 0;
}
 .programsBox article {
 width: 100%;
 display: block;
 overflow: hidden;
 margin-bottom: 35px;
}
 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;
}
 #contact-form label {
 min-height: 57px;
}
 .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;
}
 .trainers-box {
 padding-top: 60px;
}
 .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;
}
 .history-box {
 margin-bottom: 30px;
}
 .list5Box {
 overflow: hidden;
}
 .list5Box .bracket-list {
 display: block;
 float: none;
}
 .blogBox {
 padding-bottom: 0;
}
 .global.indent {
 padding: 20px 0 0 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;
}
 ._accodList > li ._plus {
 top: 10px;
}
 .thumb-pad1 .thumbnail {
 margin-bottom: 70px;
}
 .list_carousel1 #foo1 > li figure div {
 top: 60px;
}
 .list_carousel1 #foo1 > li figure div .title {
 font-weight: normal;
 font-size: 12px;
}
 .list_carousel1 #foo1 > li figure div p {
 font-size: 12px;
}
 .pad2Box {
 margin-bottom: 50px;
}
 #contact-form2 textarea {
 height: 187px;
 width: 100%;
 float: none;
}
 #contact-form2 .form-div-4 {
 float: none;
 margin-right: 0;
 width: 100%;
}
 #contact-form2 .holder {
 overflow: hidden;
 float: none;
}
 #contact-form2 .form-div-1, #contact-form2 .form-div-2, #contact-form2 .form-div-3 {
 float: none;
 width: 100%;
}
 #contact-form2 > .btns a {
 padding-left: 0;
 padding-right: 0;
 text-align: center;
 width: 100%;
}
 #contact-form2 .form-div-4 {
 margin-bottom: 20px;
}
 #contact-form2 {
 margin-left: 0;
}
 footer .list2Box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 left: 0;
 content: none;
}
 .fooBox {
 margin-top: 40px;
 text-align: center;
}
 .listBox {
 margin-bottom: 50px;
}
 footer .tel span {
 float: none;
 display: inline-block;
 margin-top: 0;
 position: relative;
 top: 2px;
}
 #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
 width: 100%;
 float: none;
}
 .who-box {
 margin-bottom: 50px;
}
 .error-box {
 margin-bottom: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .flickr_badge_image {
 width: 20%;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .list2 {
 margin-bottom: 20px;
}
 .list_carousel1 #foo1 > li > div {
 width: 100% !important;
 width: 44% !important;
 margin-right: 30px !important;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 h2 {
 font-size: 18px;
 line-height: 20px;
}
 .thumb-pad9 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad9 .thumbnail figure img {
 width: 100%;
}
 .commercialBox article .title1 {
 font-size: 50px;
 line-height: 60px;
}
 .commercialBox article .title2 {
 font-size: 26px;
 line-height: 30px;
}
 .errorBox img {
 width: 100%;
}
 .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 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad5 .thumbnail .post .posted br {
 display: block;
}
 .thumb-pad5 .thumbnail .post .posted a {
 float: none !important;
}
 .list_carousel1 #foo1 > li > div {
 width: 43% !important;
 margin-right: 30px !important;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a {
 float: none;
}
 h1.navbar-brand_ strong {
 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;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .iconBox {
 width: 100%;
 float: none;
}
 .list_carousel1 #foo1 > li figure div {
 display: none;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 13px;
}
 .listBox1 {
 width: 100%;
 float: none;
}
 .list_carousel1 #foo1 > li > div {
 width: 100% !important;
 margin-right: 0 !important;
 float: none;
}
 footer .col-xs-6 {
 width: 100%;
 float: none;
}
 .listBox div {
 height: auto !important;
}
 .list4 {
 margin: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .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;
}
 .testimonialsBox article {
 margin-bottom: 35px;
 width: 100%;
 float: none;
}
 #search {
 text-align: left;
}
 #search input {
 width: 100%;
 margin-right: 0;
 margin-bottom: 10px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 26px;
}
/*Core variables and mixins*/

.cal a {
	font: 900 16px 'Roboto';
	color: #413d31;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	margin-left: 10px
}
.cal a:hover {
	color: #2cadcc;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.title a {
	color: #534934;
}
.title a:hover {
	color: #428bca;
}

.custom-table, .custom-table-wrapper table {
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 2px;
	float: left;
}
.custom-table td, .custom-table-wrapper table td, .custom-table th, .custom-table-wrapper table th {
    border: 0 none;
    margin: 0;
    padding: 6px 10px;
}
.custom-table th, .custom-table-wrapper table th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #cccccc;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}
.custom-table td, .custom-table-wrapper table td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
    font-size: 16px;
}
.custom-table tr:nth-child(2n) td, .custom-table-wrapper table tr:nth-child(2n) td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}
.grays{
	border:1px dashed #666666; 
	background-color:#dbdbdb; 
	padding:10px; 
}
.caption .title a {
	color: #e5112c;
}
.caption .title a:hover {
	color: #534934;
}
.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 70%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.custom-table, .custom-table-wrapper table {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 2px;
}
.custom-table td, .custom-table-wrapper table td, .custom-table th, .custom-table-wrapper table th {
    border: 0 none;
    margin: 0;
    padding: 6px 10px;
}
.custom-table th, .custom-table-wrapper table th {
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
}
.custom-table td, .custom-table-wrapper table td {
    background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
}
.custom-table tr:nth-child(2n) td, .custom-table-wrapper table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
}
.gray2 {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 30%;
}
.gray1 {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 15px;
}
label, input, button, select, textarea {
    color: #575757;
    display: block;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    text-align: left;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 9px;
    padding: 4px 6px;
}
.chk {
    float: left;
    font-weight: bold;
    line-height: 29px;
    margin-left: 45px;
    margin-top: -21px;
	font-size: 15px;
}
select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 220px;
}
select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}
.cona {
    line-height: 39px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    width: 884px;
}