title@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
 @import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
 @import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
 @import url(//fonts.googleapis.com/css?family=Romanesco);
/*-----template stylization-----*/
body {
	background: #ffffff;
	font: 16px "Arial", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #828282;
}
.main {
	position: relative;
	padding-top: 47px;
	background: url(../img/pattern1.png) repeat;
}
.main em {
	height: 7px;
	width: 100%;
	background: url(../img/pattern2.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
}
a:hover {
	text-decoration: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
p {
	margin-bottom: 8px;
	line-height: 25px;
}
h1.navbar-brand_ {
	position: absolute;
	top: 40px;
	z-index: 2;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
}
h1.navbar-brand_ a {
	display: inline-block;
	font: 80px 'Romanesco';
	color: #ffffff;
	padding-top: 51px;
	width: 206px;
	height: 206px;
	background: #ea4f87;
	border-radius: 206px;
}
h2 {
	color: #4b4b4b;
	font: 60px/60px 'Arial';
	margin: 0 0 30px 0;
	letter-spacing: 0;
}
h2 > span {
	color: #ffffff;
}
h3 {
	color: #4b4b4b;
	font: italic 18px/21px 'Roboto Condensed';
	margin: 0 0 15px 0;
}
h3 span {
	color: #828282;
}
h4 {
	color: #4b4b4b;
	font: bold 30px/30px 'Roboto Condensed';
	margin: 0 0 30px 0;
	letter-spacing: -1px;
}
.extra-wrap {
	overflow: hidden;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
nav.tm_navbar li {
	position: relative;
	float: left;
	margin-left: 5px;
	font-size: 12px;
	line-height: 17px;
	margin-right: 8px;
}
nav.tm_navbar li i {
	background: url(../img/slash.png) right 1px no-repeat;
	width: 7px;
	height: 14px;
	position: absolute;
	top: 22px;
	right: -9px;
	z-index: 1;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li:first-child + li + li + li + li {
	margin-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 20px 9px 22px 8px;
	float: left;
	font: 18px 'Roboto Condensed';
	color: #676767;
	background: #ffffff;
	line-height: 17px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.tm_navbar li a > em {
	height: 15px;
	width: 100%;
	background: url(../img/pattern_menu.png) repeat-x;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -15px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #ea4f87;
}
nav.tm_navbar li.active > a > em {
	opacity: 1;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: none;
	background: #ea4f87;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.tm_navbar li > a:hover > em {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	background: #ea4f87;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.tm_navbar .sfHover > a > em {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 6px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 7px;
	position: absolute;
	left: 48px;
	top: 47px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 198px;
	left: 0;
	top: 59px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 61px 0 27px 0;
	margin: 0;
	text-align: left;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	margin-bottom: 1px;
}
nav.tm_navbar .sub-menu > ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 16px "Arial", Helvetica, Arial, sans-serif;
	color: #4e4e49;
	padding: 10px 0 10px 38px;
	width: 100%;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	margin-left: 30px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 16px;
	top: -2px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #ea4f87 !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #ea4f87 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 201px;
	left: 0;
	top: 64px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ce902e;
	padding: 30px 0 35px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 12px 'Open Sans';
	color: #191919;
	text-transform: uppercase;
	padding: 3px 0 4px 58px;
	-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: #ffffff !important;
	background-color: #c0811e !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	width: 100%;
	z-index: 3;
	margin: 0 0 0 0;
	top: 0;
	left: 0;
	text-align: left;
	height: 59px;
}
.bg_pic {
	background: url(../pics/top3.jpg) center 0 no-repeat;
	padding: 40px 0 20px 0;
	text-align: center;
	margin-bottom: 58px;
}
.bg_pic h1.navbar-brand_ {
	position: relative;
	top: 0;
}
header .container {
	text-align: center;
}
footer {
	padding-bottom: 24px;
}
footer .privacyBox p {
	font: 12px "Arial", Helvetica, Arial, sans-serif;
	color: #4b4b4b;
}
footer .privacyBox a {
	font: 12px "Arial", Helvetica, Arial, sans-serif;
	color: #4b4b4b;
}
footer .privacyBox a:hover {
	color: #ea4f87;
}
footer .privacyBox p span {
	color: #828282;
	margin: 0 2px;
}
footer .privacyBox .container {
	position: relative;
	padding-top: 39px;
}
footer .privacyBox em {
	width: 100px;
	height: 2px;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.capabilitiesBox {
	overflow: hidden;
	padding: 47px 0 121px 0;
	background: url(../img/pattern1.png) repeat;
}
.servicesBox {
	margin-bottom: -5px;
}
.info-box p {
	font: 12px/18px 'Open Sans';
	color: #ffffff;
	letter-spacing: 1px;
}
.info-box a {
	color: #edce3d;
	text-decoration: underline;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info-box a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info-box h2 {
	font-size: 21px;
	letter-spacing: 2px;
}
.aboutBox {
	padding-bottom: 10px;
}
.questionsBox {
	margin-bottom: 67px;
}
.testimBox {
	text-align: center;
	border-left: 1px solid #e2e2e2;
}
.testimBox .title {
	font: 18px/21px;
	color: #676767;
	margin-top: 17px;
}
.testimBox .title span {
	color: #ea4f87;
}
.formBox {
	padding-top: 26px;
	margin-bottom: 36px;
}
.privBox {
	margin-bottom: 45px;
}
.error-box {
	margin-top: 4px;
	padding: 50px 0 72px 0;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	margin-bottom: 63px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.errorBox > img {
	display: inline-block;
}
.errorBox1 {
	margin-top: 100px;
}
.errorBox1 h3 {
	color: #828282;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 58px;
	height: 58px;
	overflow: hidden;
	position: fixed;
	margin-right: -690px !important;
	border-radius: 58px;
	background: #f9f9f9 url(../img/top.png) center center no-repeat;
	right: 50%;
	bottom: 40px;
	z-index: 999;
}
#toTop:hover {
	background: #ea4f87 url(../img/top.png) center center no-repeat;
}
.teamBox {
	padding-top: 75px;
	margin-bottom: -13px;
}
.privacyBox p {
	margin-bottom: 18px;
}
.infoBox {
	padding: 22px 0 19px 0;
	background: #ea4f87;
	text-transform: none;
	margin-bottom: 54px;
}
.infoBox em {
	float: right;
	width: 1px;
	height: 33px;
	background: #ffa091;
	margin-top: 13px;
}
.infoBox p {
	font: 30px 'Roboto Condensed';
	color: #ffffff;
	letter-spacing: -1px;
	float: left;
	text-transform: none;
}
.infoBox a {
	font: 30px 'Roboto Condensed';
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.infoBox a:hover {
	color: #e13519;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.infoBox span {
	float: left;
	margin-top: 7px;
	margin-right: 21px;
}
.logoBox .title {
	font: 60px 'Arial';
	color: #ea4f87;
	float: left;
	text-transform: none;
	margin-right: 19px;
	margin-top: -10px;
}
.logoBox .extra-wrap p {
	font: italic 18px/26px 'Roboto Condensed';
	color: #7b7b7b;
}
.bannerBox {
	margin-bottom: 30px;
}
.bannerBox > div {
	padding: 15px 15px 32px 15px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.bannerBox > div figure {
	margin: 0 0 33px 0;
	padding: 0;
}
.bannerBox > div figure img {
	width: 100%;
}
.bannerBox > div .title {
	font: bold 30px 'Arial';
	color: #4b4b4b;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.bannerBox > div .title1 {
	font: italic 18px 'Arial';
	color: #808080;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 24px;
}
.trainersBox {
	padding-top: 14px;
}
/*-----thumbs-----*/
.thumb-pad1 {
	overflow: hidden;
	padding-bottom: 32px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: left;
	cursor: default;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 0 21px 0;
	padding: 3px;
	background: #cb9742;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
	box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
}
.thumb-pad1 .thumbnail figure > img {
	width: 100%;
	border-radius: 8px;
}
.thumb-pad1 .thumbnail a {
	color: #edce3d;
	font: bold 13px/18px "Arial", Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail p {
	margin-bottom: 14px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad1 .thumbnail .title {
	font-size: 14px;
	font-weight: bold;
}
.thumb-pad2 {
	margin-top: 35px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 27px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #808080;
}
.thumb-pad2 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	margin-bottom: 26px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad2 figure > img {
	width: 100%;
}
.thumb-pad2 .thumbnail .caption a {
	color: #4b4b4b;
	font: italic 18px/21px 'Roboto Condensed';
	margin: 0;
}
.trainersBox {
	margin-top: -9px;
	margin-bottom: 36px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 27px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #808080;
}
.thumb-pad3 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	margin-bottom: 26px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad3 figure > img {
	width: 100%;
}
.thumb-pad3 .thumbnail .caption p {
	margin-top: 15px;
}
.thumb-pad3 .thumbnail .caption a {
	color: #4b4b4b;
	font: italic 18px/21px 'Roboto Condensed';
	margin: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #ea4f87;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 {
	margin-bottom: 39px;
	margin-top: -5px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 14px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #808080;
}
.thumb-pad4 .thumbnail .post {
	display: block;
	margin-bottom: 16px;
}
.thumb-pad4 .thumbnail .post p {
	margin-bottom: 0;
	margin-top: 1px;
}
.thumb-pad4 .thumbnail .post p span {
	float: left;
	margin-right: 5px;
}
.thumb-pad4 .thumbnail .post > div > a {
	text-transform: uppercase;
	font: 12px 'Open Sans';
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post > div > a:hover {
	color: #edce3d;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post .posted {
	overflow: hidden;
	font-weight: bold;
	color: #edce3d;
	margin-bottom: 8px;
}
.thumb-pad4 .thumbnail .post .posted a {
	font-weight: bold;
	color: #edce3d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post .posted a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 30px;
	padding: 3px;
	background: #cb9742;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
	box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
}
.thumb-pad4 figure > img {
	width: 100%;
	border-radius: 10px;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font: 18px 'Roboto Condensed';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #4b4b4b;
	border: none;
	display: inline-block;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn1 > span {
	float: left;
	margin-right: 5px;
}
.btn-default.btn1:hover {
	background: none;
	color: #ea4f87;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 12px 19px 13px 19px;
	font: 18px 'Roboto Condensed';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #ffffff;
	border: none;
	display: inline-block;
	background: #ea4f87;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2 > span {
	float: left;
	margin-right: 16px;
}
.btn-default.btn2 img {
	margin-top: -2px;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #c9c9c9;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font: 11px 'Times New Roman';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #191919;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3:hover {
	color: #828282;
	background: none;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list_romb {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list_romb li {
	width: 173px;
	height: 191px;
	padding-top: 24px;
	float: left;
	text-align: center;
	margin-right: 23px;
	background: url(../img/romb.png) no-repeat;
}
.list_romb li:first-child + li {
	margin-right: 0;
}
.list_romb li:first-child + li + li {
	margin-right: 0;
	margin-left: 100px;
	margin-top: -25px;
}
.list_romb li .title1 {
	font: 300 48px/48px 'Open Sans';
	margin-bottom: 4px;
}
.list_romb li .title2 {
	font: 800 16px/21px 'Open Sans';
	text-transform: uppercase;
}
.list_romb li .title36 {
	font: 800 16px/21px 'Open Sans';
	text-transform: uppercase;
}
.list1 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}
.list1 li {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: -4px;
	padding-left: 11px;
	background: url(../img/list_arrow.png) left 10px no-repeat;
}
.list1 li > a {
	font: 18px 'Roboto Condensed';
	color: #7b7b7b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li > a:hover {
	color: #ea4f87;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li.active a {
	color: #ea4f87;
}
.list2 {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 21px;
	overflow: hidden;
}
.list2 li a {
	font-weight: bold;
	color: #edce3d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: 800 24px/24px 'Open Sans';
	text-align: center;
	color: #c57d09;
	background: url(../img/pattern4.png) repeat;
	padding-top: 12px;
	width: 52px;
	height: 52px;
	float: left;
	margin-right: 21px;
	margin-top: 0;
	border-radius: 52px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
	box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 21px;
}
.list3 li .numb {
	float: left;
	margin-right: 43px;
	font: 120px 'Romanesco';
	color: #ea4f87;
	margin-top: -59px;
}
.list3 li p a {
	font-weight: bold;
	color: #edce3d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li p a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li img {
	float: left;
	margin-right: 17px;
	margin-top: 5px;
}
.list4 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-top: -3px;
	margin-bottom: 67px;
}
.list4 li {
	font-size: 16px;
	line-height: 25px;
	padding-left: 19px;
	margin-bottom: 5px;
	background: url(../img/list_arrow1.png) left 8px no-repeat;
}
.list4 li > a {
	font: 16px "Arial", Helvetica, Arial, sans-serif;
	color: #969696;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li > a:hover {
	color: #ea4f87;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail {
	width: 100%;
}
/*-----carousel-----*/
.carouselBox {
	padding-bottom: 46px;
	background: url(../img/page1_pic7.jpg) center 0 no-repeat;
	padding-top: 41px;
	position: relative;
}
.carouselBox .container {
	position: relative;
	z-index: 1;
}
.carouselBox h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.carouselBox h2 > em {
	width: 113px;
	height: 2px;
	background: #eeeeee;
	display: inline-block;
	margin-bottom: 40px;
}
.list_carousel2.responsive {
	width: auto;
	margin: 0;
	margin-top: 3px;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 100% !important;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
}
.list_carousel2 #foo2 > li figure {
	position: relative;
	margin: 0 0 44px 0;
	padding: 16px;
	background: #ea4f87;
}
.list_carousel2 #foo2 > li figure img {
	width: 100%;
}
.list_carousel2 #foo2 > li p {
	width: 100%;
	text-align: center;
	font: italic 18px 'Roboto Condensed';
	color: #ffffff;
	line-height: 25px;
}
.list_carousel2 #foo2 > li strong {
	width: 98px;
	height: 98px;
	background: #ea4f87;
	border-radius: 98px;
	display: inline-block;
	text-align: center;
	font: bold 30px 'Roboto Condensed';
	color: #ffffff;
	padding-top: 26px;
	position: absolute;
	top: 86px;
	left: 50%;
	margin-left: -49px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li i {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 16px solid #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li figure:hover strong {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li figure:hover i {
	border-width: 8px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel2 .prev, .list_carousel2 .next {
	display: inline-block;
	float: left;
	cursor: pointer;
}
.foo-btn {
	position: relative;
	top: 0;
	margin-top: 230px;
}
.foo-btn .prev {
	width: 58px;
	height: 58px;
	border-radius: 42px;
	background: #c3b2b3 url(../img/prev2.png) center center no-repeat;
	display: inline-block;
	position: absolute;
	left: -1000px;
	top: 0;
}
.foo-btn .next {
	width: 58px;
	height: 58px;
	float: right;
	display: inline-block;
	border-radius: 42px;
	background: #c3b2b3 url(../img/next2.png) center center no-repeat;
}
.foo-btn .next:hover {
	background: #ea4f87 url(../img/next2.png) center center no-repeat;
}
.foo-btn .prev:hover {
	background: #ea4f87 url(../img/prev2.png) center center no-repeat;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 28px;
}
#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;
	padding: 10px 15px 11px 12px;
	width: 100%;
	outline: none;
	border: 1px solid #ececec;
	background: none;
	font: 16px "Arial", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #828282;
	height: 41px;
}
#search-404 a {
	position: absolute;
	top: 4px;
	right: 5px;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search-404 a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search {
	overflow: hidden;
	position: relative;
}
#search a {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 15px;
	height: 15px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search input {
	width: 369px;
	outline: none;
	box-shadow: none;
	border: none;
	color: #828282;
	font: 16px "Arial", Helvetica, Arial, sans-serif;
	border-radius: 0;
	padding: 7px 10px 10px 13px;
	margin-right: 0;
	float: left;
	background: none;
	border: 3px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 41px;
}
/*-----map-----*/
.map {
	margin: 4px 0 31px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	text-align: center;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 408px;
	border: none;
	line-height: 0;
}
.info p {
	margin-bottom: 0;
	line-height: 22px;
}
.info p span {
	display: inline-block;
	width: 108px;
}
.info p a {
	color: #808080;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p a:hover {
	color: #ea4f87;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p.marg {
	margin-bottom: 31px;
}
/*-----form-----*/
#contact-form {
	position: relative;
	margin: 27px 0 30px 0;
	padding: 0 0 0 0;
	vertical-align: top;
	font-family: "Arial", Helvetica, Arial, sans-serif;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 243px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p, .form-div-4 p {
	margin-bottom: 5px;
}
.form-div-1, .form-div-2 {
	margin-right: 20px;
}
#contact-form .holder {
	min-height: 62px;
}
#contact-form fieldset {
	position: relative;
	z-index: 10;
	padding: 0;
	width: 100%;
	border: none;
}
#contact-form label {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 43px;
	width: 100%;
}
#contact-form .message {
	display: block !important;
	min-height: 123px;
	width: 100%;
	margin-bottom: 31px;
}
#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;
	padding: 10px 15px 11px 12px;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: none;
	font: 16px "Arial", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #828282;
	height: 41px;
}
#contact-form .area .error {
	float: none;
}
#contact-form textarea {
	overflow: auto;
	width: 100%;
	height: 147px;
	resize: none;
}
#contact-form .success {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 20;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px;
	width: 100%;
	background: #d7d7d7;
	color: #ffffff;
	text-align: center;
	text-transform: none;
	font-size: 14px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	line-height: 22px;
}
#contact-form .error, #contact-form .empty {
	position: absolute;
	bottom: -15px;
	text-align: left;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 1px 4px 0px 0;
	width: 100%;
	color: #4b4b4b;
	text-transform: none;
	font-size: 11px;
	line-height: 1.27em;
	font-weight: normal;
	font-family: "Arial", Helvetica, Arial, sans-serif;
}
#contact-form .message .error, #contact-form .message .empty {
	bottom: -16px;
	text-align: right;
}
.btns .btn3 {
	float: left;
}
.btns p {
	margin-top: -3px;
	float: left;
	margin-left: 28px;
	font-weight: normal;
}
.mail {
	color: #828282;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #4b4b4b;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel2 #foo2 > li {
 width: 767px !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 191px;
}
 #search input {
 width: 303px;
}
 .list_romb li {
 float: none;
 margin: 0 0 15px 0 !important;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .list_carousel2 #foo2 > li strong {
 top: 58px;
}
 .foo-btn {
 margin-top: 210px;
}
 .foo-btn .prev {
 left: -820px;
}
 .list-romb-box {
 text-align: center;
}
 .list_romb {
 display: inline-block;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 .infoBox {
 padding: 14px 0 14px 0;
}
 .infoBox p,  .infoBox a {
 font-size: 20px;
}
 .infoBox em {
 height: 20px;
 margin-top: 4px;
}
 h1.navbar-brand_ a {
 font-size: 70px;
 padding-top: 28px;
 width: 150px;
 height: 150px;
}
 h3 {
 font-size: 16px;
 line-height: 19px;
}
 p {
 font-size: 14px;
 line-height: 21px;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 16px;
 line-height: 19px;
}
 .list3 li .numb {
 margin-right: 10px;
 font: 80px 'Romanesco';
 margin-top: -37px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 142px;
}
 .info-box {
 width: 100%;
}
 .list_romb li {
 float: none;
 margin: 0 0 15px 0 !important;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .errorBox img {
 width: 100%;
}
 .foo-btn {
 margin-top: 155px;
}
 .foo-btn .prev {
 left: -651px;
}
 .list_carousel2 #foo2 > li strong {
 width: 60px;
 height: 60px;
 font-size: 20px;
 padding-top: 17px;
 top: 53px;
 margin-left: -30px;
}
 .list-romb-box {
 text-align: center;
}
 .list_romb {
 display: inline-block;
}
 .capabilitiesBox {
 padding: 38px 0 70px 0;
}
 footer section .col-lg-3 {
 width: 50%;
 padding-bottom: 25px;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .bannerBox > div .title {
 font-size: 22px;
}
 .bannerBox > div .title1 {
 font-size: 14px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #ea4f87;
 background: #ea4f87;
 color: #ffffff;
 cursor: pointer;
 margin-top: 15px;
 height: 30px;
 vertical-align: middle;
}
 h1.navbar-brand_ a {
 font-size: 70px;
 padding-top: 28px;
 width: 150px;
 height: 150px;
}
 h3 {
 font-size: 16px;
 line-height: 19px;
}
 p {
 font-size: 14px;
 line-height: 21px;
}
 .errorBox > img {
 width: 100%;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 16px;
 line-height: 19px;
}
 .list3 li .numb {
 margin-right: 10px;
 font: 80px 'Romanesco';
 margin-top: -37px;
}
 .list4 li > a {
 font-size: 14px;
 line-height: 21px;
}
 .infoBox {
 padding: 14px 0 14px 0;
}
 .infoBox p,  .infoBox a {
 font-size: 17px;
}
 .infoBox em {
 height: 20px;
 margin-top: 4px;
}
 .infoBox article {
 overflow: hidden;
 float: left;
 width: 32%;
}
 .infoBox span {
 margin-top: 4px;
}
 .list1 {
 margin-top: 40px;
 margin-bottom: 40px;
}
 .btn2 {
 font-size: 12px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
}
 nav.tm_navbar .nav {
 display: none;
}
 .thumbBox2 .thumb-pad1Box {
 width: 44%;
 float: left;
 margin-right: 20px;
}
 .thumbBox2 .thumb-pad1 {
 padding-top: 0;
 padding-bottom: 0;
}
 .thumb-pad2 figure {
 float: left;
 margin-right: 20px;
}
 .about-box {
 margin-bottom: 50px;
}
 .list2 {
 margin-bottom: 70px;
}
 .list3 {
 margin-bottom: 50px;
}
 .list3 li {
 float: left;
}
 .services-box {
 float: left;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-bottom: 3px;
}
 #contact-form .error,  #contact-form .empty {
 bottom: 2px;
 text-align: right;
}
 #contact-form .message .error,  #contact-form .message .empty {
 bottom: 2px;
}
 .errorBox {
 margin-top: 0;
 margin-bottom: 50px;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .info-box {
 width: 100%;
}
 .iconBlock {
 margin-top: 50px;
 margin-bottom: 50px;
}
 .margTop {
 margin-top: 60px !important;
}
 .list_romb {
 margin-top: 50px;
}
 .list_romb li {
 float: left;
 margin: 0 20px 0 0 !important;
}
 .list-romb-box {
 text-align: center;
}
 .list_romb {
 display: inline-block;
 width: 390px;
}
 .capabilitiesBox {
 padding: 38px 0 70px 0;
}
 .foo-btn .prev {
 position: relative;
 display: inline-block !important;
 left: auto;
}
 .carouselBox {
 padding-bottom: 23px;
}
 .list_carousel2 #foo2 > li strong {
 width: 60px;
 height: 60px;
 font-size: 20px;
 padding-top: 17px;
 top: 35%;
 margin-left: -30px;
}
 .foo-btn {
 text-align: center;
 width: 100%;
 margin-top: 10px;
}
 .foo-btn .prev {
 width: 40px;
 height: 40px;
}
 .foo-btn .next {
 width: 40px;
 height: 40px;
}
 .foo-btn .next {
 display: inline-block !important;
 right: auto;
 float: none;
}
 footer .privBox {
 margin-bottom: 40px;
}
 footer {
 padding-bottom: 0;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .bannerBox > div .title {
 font-size: 22px;
}
 .bannerBox > div .title1 {
 font-size: 14px;
}
 .testimBox {
 border-left: none;
 text-align: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 width: 100%;
}
 .list_romb li:first-child + li {
 margin-right: 0;
}
 .list_romb li:first-child + li + li {
 margin-right: 0;
 margin-left: 100px !important;
 margin-top: -25px !important;
}
 .infoBox article {
 overflow: hidden;
 float: none;
 width: 100%;
}
 .infoBox em {
 display: none;
}
 h1.navbar-brand_ a {
 font-size: 55px;
 padding-top: 28px;
 width: 130px;
 height: 130px;
}
 .list_carousel2 #foo2 > li p {
 font-size: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .bannerBox {
 width: 100%;
 margin-right: 0;
}
 .list_carousel2 #foo2 > li strong {
 top: 30%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 h2 {
 font-size: 40px;
 line-height: 40px;
}
 .thumbBox2 .thumb-pad1Box {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .list_romb li {
 float: none;
 margin: 0 0 20px 0 !important;
}
 .list_romb li:first-child + li {
 margin: 0 0 0 0 !important;
}
 .list_romb li:first-child + li + li {
 margin: 0 0 0 0 !important;
}
 footer section .col-lg-3 {
 width: 100%;
 padding-bottom: 0;
}
 .list2 li .badge {
 float: none;
 margin-bottom: 10px;
 margin-right: 0;
}
 .list3 li img {
 float: none;
 margin-right: 0;
 margin-top: 5px;
 margin-bottom: 5px;
}
 .list_romb {
 width: 175px;
}
 .logoBox .title {
 float: none;
 margin-right: 0;
}
 .list_carousel2 #foo2 > li strong {
 top: 40%;
}
 .list_carousel2 #foo2 > li p {
 font-size: 14px;
 font-style: normal;
 line-height: 18px;
}
 .list_carousel2 #foo2 > li figure {
 margin: 0 0 20px 0;
 padding: 4px;
}
 .list_carousel2 #foo2 > li i {
 border-width: 4px;
 -webkit-transition: all 0.1s ease;
 transition: all 0.1s ease;
}
 .list_carousel2 #foo2 > li figure:hover strong {
 opacity: 0;
 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;
}
 .list_carousel2 #foo2 > li figure:hover i {
 border-width: 2px;
 -webkit-transition: all 0.1s ease;
 transition: all 0.1s ease;
}
 .list_carousel2 #foo2 > li strong {
 width: 30px;
 height: 30px;
 margin-left: -15px;
 font-size: 15px;
 padding-top: 5px;
}
 .carouselBox h2 > em {
 margin-bottom: 22px;
}
 .thumb-pad3 figure {
 padding: 5px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 .list3 li {
 width: 100%;
 float: none;
 margin-right: 0;
}
 footer .col-xs-6 {
 width: 100%;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .list_carousel2 #foo2 > li strong {
 top: 30%;
}
 .trainersBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 24px;
}
.padBot {
	padding-bottom: 0;
}
.indent {
	margin-top: 25px;
	padding-bottom: 67px;
}
/*Core variables and mixins*/