body {
	background: #ffffff;
	font-size: 13px;
	font-family: 'Oxygen', sans-serif;
	line-height: 1.428571429;
	color: #222;
}
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: 21px;
	line-height: 21px;
}
p > strong {
	color: #3a3a3a;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 0;
}
h1.navbar-brand_ a {
	display: block;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: bold 36px/36px 'Arial';
	color: #3a3a3a;
	margin: 0 0 75px 0;
	width: 100%;
	text-align: center;
}
h2.indent {
	margin-bottom: 65px;
}
h3 {
	color: #191919;
	font: bold 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}
h4 {
	color: #5d5d5d;
	font: 16px/21px 'Arial';
	margin: 0 0 13px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 78px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 26px 0;
	min-height: 0;
	display: inline-block;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
	margin-left: 12px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 32px 20px 18px 20px;
	font-size: 14px;
	text-align: center;
	color: #505050;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;

	overflow: hidden;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #7a829e;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: none;
}

nav.tm_navbar li > a:after {
		display: block;
		width: 100%;
		height: 75px;
		content: "";
	background: #7a829e;
	-webkit-transition: top 0.35s ease;
	transition: top 0.35s ease;
	position: absolute;
	top: -75px;
	left: 0;	
	z-index: -1;	
}
nav.tm_navbar li > a:hover:after {
	top: 0;
}


nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #7a829e;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 13px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 105px;
	left: 0;
	top: 75px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #7a829e;
	padding: 26px 12px 11px 12px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #929ecb !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #929ecb !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 105px;
	left: 93px;
	top: -25px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #5465a2;
	padding: 26px 20px 11px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #929ecb !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}


.top-search {

}
.search-type {
	overflow: auto;
	padding: 10px 0;
}

.search-type label {
	display: block;

	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	line-height: 30px;
}
.top-search-input {
	float: left;
	width: 70%;
	padding: 1%;
	font-size: 95%;
	margin-right: 2%;
	border: 1px solid #ccc;
}
.top-search-submit {
	float: left;
	width: 25%;
	padding: 1%;
	font-size: 14px;
	line-height: 1.3;
}

.search-type:nth-child(3) {
	/* clear:both; */
}
.top-search h5 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	float: left;
} 
.advanced-search {
	font-size: 16px;
	display: block;
	padding: 10px 20px;
	line-height: 32px;
}

/*-----content-----*/
header {
	margin: 0;
	padding: 0 0 39px 0;
	position: relative;
	z-index: 11;
	text-align: center;
	border-top: 10px solid #7a829e;
}
header.indent {
	border-bottom: 1px solid #e4e4e4;
}
footer {
	border-top: 1px solid #d7d7d7;
	padding: 32px 0;
	border-bottom: 10px solid #7a829e;
}
footer p {
	font-size: 14px;
	color: #838282;
	line-height: 1.3;
}
footer p a {
	text-transform: uppercase;
	color: #949494;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #7a829e;
}
footer p a img {
	margin: 0;
}
footer em {
	font-style: normal;
}
footer h3 {
	color: #3a3a3a;
	text-transform: none;
}
footer h3.indent {
	margin-bottom: 3px;
}
footer .name {
	font: bold 36px 'Arial';
	color: #7a829e;
	text-transform: none;
	margin-bottom: 17px;
}
footer .col-lg-3 {
	margin-bottom: 133px;
}
footer .col-lg-3 > div {
	border-right: 1px solid #e8e8e8;
	padding-top: 19px;
	padding-bottom: 20px;
}
footer .col-lg-3.indent > div {
	border: none;
}
.follow_icon {
	padding: 0;
	margin: 0 0 4px 0;
	list-style: none;
	display: block;
}
.follow_icon li {
	display: inline-block;
	margin-left: 25px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.privacyBox {
	margin-bottom: 80px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.testimBox {
	padding: 64px 0 27px 0;
	border-top: 1px solid #e4e4e4;
}
.testimBox h2 {
	margin-bottom: 59px;
}
.servicesBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.servicesBox .col-lg-4 {
	margin-bottom: 65px;
}
.servicesBox .col-lg-4 p {
	margin-bottom: 27px;
}
.servicesBox hr {
	border-top: 1px solid #eee;
	margin: 0;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.videosBox {
	padding: 61px 0 0 0;
	background: #e9e9e9 url(../img/pattern1.png) repeat;
}
.videosBox .col-lg-4 {
	margin-bottom: 55px;
}
.videosBox figure {
	margin-bottom: 30px;
}
.videosBox figure img {
	width: 100%;
}
.videosBox figure em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.videosBox figure a {
	position: relative;
	display: block;
}
.videosBox figure a:hover em {
	opacity: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.videosBox h3 {
	margin-bottom: 11px;
}
.centre-box {
	margin-bottom: 55px;
}
.centre-box time {
	margin-bottom: 5px;
	display: inline-block;
}
.centre-box time a {
	font: bold 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e38a82;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.centre-box time a:hover {
	color: #584b46;
}
.gallery-box {
	padding-bottom: 29px;
}
.blogBox {
	margin-bottom: 48px;
}
.blog-box {
	margin-bottom: 92px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.about-box h2 {
	margin-bottom: 50px;
}
.center-box {
	background: #e9edf2;
	position: relative;
	z-index: 0;
	margin-bottom: 60px;
	border-top: 3px solid #bec9dd;
	border-bottom: 10px solid #b1b6c9;
}
.center-box em {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: block;
	background: #d1dbe7;
}
.center-box .box {
	text-align: center;
	padding: 51px 20px 27px 20px;
}
.center-box .box2 {
	background: #dfe5ec;
}
.center-box p {
	font: 13px/21px 'Arial';
	color: #999eb1;
	margin-bottom: 16px;
}
.center-box .title {
	font: bold 24px/24px 'Arial';
	color: #5465a2;
	text-shadow: 1px 1px 0 #f0f3f7;
	margin-bottom: 15px;
}
.center-box .description {
	font: 16px/21px 'Arial';
	color: #5d5d5d;
	margin-bottom: 13px;
}
.center-box figure {
	margin-bottom: 25px;
}
.location-box {
	padding: 66px 0 30px 0;
	margin-bottom: 2px;
	margin-top: 15px;
	background: #7a829e;
	border-top: 1px solid #e4e4e4;
	text-align: center;
}
.location-box .title {
	font: bold 48px/48px 'Arial';
	color: #ffffff;
	margin-bottom: 46px;
	text-transform: uppercase;
}
.location-box figure {
	border-radius: 114px;
	width: 114px;
	height: 114px;
	overflow: hidden;
	margin-bottom: 18px;
	display: inline-block;
}
.location-box figure img {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.location-box a {
	font: bold 18px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.location-box a:hover {
	color: #d1dbe7;
}
.location-box .col-lg-3 {
	margin-bottom: 30px;
}
.location-box .col-lg-3:hover figure img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -114px;
}
.follow_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_list li {
	margin-bottom: 23px;
	display: block;
}
.follow_list li span {
	float: left;
	font-size: 25px;
	color: #ce3b28;
	margin-right: 16px;
}
.follow_list li a {
	font: 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ce3b28;
}
.error-box {
	background: url(../img/bg_pic1.jpg) center 0 no-repeat;
	padding: 82px 0 78px 0;
	text-align: center;
}
.error-box h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 37px;
}
.error-box h2 > span {
	background: url(../img/border.png) no-repeat;
	top: 36px;
}
.error-box h2 em {
	background: none;
	padding: 0;
}
.error-box .description {
	text-align: center;
	font: bold 22px/24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffe400;
	margin-bottom: 53px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.who-box {
	overflow: hidden;
	margin-bottom: 44px;
}
.client-box {
	background: #f1f4f7;
	padding: 35px 0 42px 0;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.offer-box {
	text-align: center;
}
/*-----carousel-----*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 40px;
}
.list_carousel2 #foo2 > li figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel2 #foo2 > li figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	width: 18px;
	height: 25px;
	cursor: pointer;
	float: left;
	position: absolute;
	margin: 0 6px;
	top: 24px;
}
.list_btn2 .prev2 {
	background: url(../img/prev3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next2 {
	float: right;
	right: 0;
	background: url(../img/next3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .prev2:hover {
	background: url(../img/prev3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next2:hover {
	background: url(../img/next3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----thumbs-----*/
.overview-box {
	margin-bottom: 38px;
}
.thumb-pad0 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption ul li {
	display: block !important;
}
.thumb-pad0 .thumbnail .caption .title {
	font: bold 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e3e3e;
	margin-bottom: 13px;
}
.thumb-pad0 .thumbnail .caption p {
	font-style: italic;
	margin-bottom: 26px;
}
.thumb-pad0 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad0 figure img {
	width: 100%;
}
.thumb-pad1 {
	margin: 0 0 32px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption a {
	color: #ffe400;
	font: bold 22px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #ffffff;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 11px 0 0 0;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
}
.thumb-pad1 figure {
	margin: 0 15px 0 0;
	float: left;
}
.thumb-pad2 {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: center;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad2 .thumbnail .caption a {
	color: #606060;
	font: 21px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #ce3b28;
}
.thumb-pad2 figure {
	margin: 0 0 18px 0;
	border-radius: 100%;
	border: 1px solid #eee;
	display: inline-block;
}
.thumb-pad2 figure img {
	border-radius: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	margin-bottom: 30px;
}
.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: #999eb1;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .title {
	color: #4a837c;
	font: bold 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}
.thumb-pad3 figure {
	margin: 6px 23px 0 0;
	float: left;
}
.thumb-pad3 figure img {
	width: 100%;
}
.popular-box {
	padding-bottom: 18px;
	margin-bottom: 44px;
	border-bottom: 1px solid #e8e8e8;
}
.popular-box.indent {
	border-bottom: none;
	margin-bottom: 56px;
	padding-bottom: 0;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 82px;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #999eb1;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin-bottom: 28px;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	color: #999eb1;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 35px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: bold 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #5465a2;
}
.thumb-pad6 .thumbnail p {
	margin-bottom: 31px;
	font-style: italic;
}
.thumb-pad6 .thumbnail .caption {
	padding: 29px 0 0 0;
	overflow: hidden;
	color: #999eb1;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 0 4px 0 0;
}
.thumb-pad7 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .badge {
	padding: 2px;
	margin: 0;
	box-shadow: none;
	border-radius: 100%;
	width: 118px;
	height: 118px;
	background: #ffffff;
	border: 3px solid #d1dbe7;
	float: left;
	margin-right: 22px;
}
.thumb-pad7 .thumbnail .badge > div {
	border: 1px solid #d1dbe7;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	border-radius: 100%;
	text-align: center;
	font: bold 48px/48px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5465a2;
}
.thumb-pad7 .thumbnail .badge > div > em {
	font: italic 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #949393;
	display: block;
}
.thumb-pad7 .thumbnail p {
	margin-bottom: 25px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #999eb1;
}
.thumb-pad7 .thumbnail .caption .lnk1 {
	font: bold 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk1:hover {
	color: #5465a2;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: bold 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999eb1;
	margin: 12px 0 23px 0;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2:hover {
	color: #5465a2;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 26px 0 0;
	float: left;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Arial';
	margin: 0;
	text-shadow: none;
	color: #252626;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 13px;
	height: 14px;
	display: block;
	width: 100%;
	margin-top: 9px;
}
.btn-default.btn1:hover {
	color: #5465a2;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Arial';
	margin: 0;
	text-shadow: none;
	color: #5465a2;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 > span {
	background: url(../img/more_arrow2.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -3px;
}
.btn-default.btn2:hover {
	color: #111;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 9px 24px;
	border-radius: 10px;
	font: 20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #ce3b28;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #1b1b1b;
	background: #d8d8d8;
	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: 0;
	font: 12px 'Trajan Pro';
	margin: 0;
	text-shadow: none;
	color: #f75050;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 img {
	display: inline-block;
	margin: 0 13px 0 0;
}
.btn-default.btn4:hover {
	color: #999eb1;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 49px;
	text-align: right;
}
.list1 li p {
	margin-top: 0;
	font: italic 13px/24px 'Arial';
	color: #949393;
	margin-bottom: 16px;
}
.list1 li .extra-wrap {
	float: right;
	margin-right: 24px;
	width: 70%;
}
.list1 li .title {
	font: bold 18px/20px 'Arial';
	color: #3e3e3e;
	margin-bottom: 7px;
}
.list1 li .badge {
	padding: 2px;
	margin: 0;
	box-shadow: none;
	border-radius: 100%;
	width: 118px;
	height: 118px;
	background: #ffffff;
	border: 3px solid #d1dbe7;
	float: right;
}
.list1 li .badge > div {
	border: 1px solid #d1dbe7;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	text-align: center;
	font: bold 48px/104px 'Arial';
	color: #5465a2;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 49px;
}
.list1-1 li p {
	margin-top: 0;
	font: italic 13px/24px 'Arial';
	color: #949393;
	margin-bottom: 16px;
}
.list1-1 li .extra-wrap {
	float: left;
	width: 70%;
}
.list1-1 li .title {
	font: bold 18px/20px 'Arial';
	color: #3e3e3e;
	margin-bottom: 7px;
}
.list1-1 li .badge {
	padding: 2px;
	margin: 0;
	box-shadow: none;
	border-radius: 100%;
	width: 118px;
	height: 118px;
	background: #ffffff;
	border: 3px solid #d1dbe7;
	margin-right: 24px;
	float: left;
}
.list1-1 li .badge > div {
	border: 1px solid #d1dbe7;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	text-align: center;
	font: bold 48px/104px 'Arial';
	color: #5465a2;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 12px;
	background: url(../img/list_point.png) left 7px no-repeat;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li a {
	color: #838282;
	font: 12px 'Arial';
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #5465a2;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 12px;
	overflow: hidden;
}
.list3 li .badge {
	padding: 2px;
	margin: 0;
	box-shadow: none;
	border-radius: 100%;
	width: 95px;
	height: 95px;
	background: #ffffff;
	border: 3px solid #d1dbe7;
	float: left;
	margin-right: 12px;
}
.list3 li .badge > div {
	border: 1px solid #d1dbe7;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	text-align: center;
	font: bold 40px/84px 'Arial';
	color: #5465a2;
}
.list3 li p {
	font-style: italic;
}
.offer-box {
	margin-bottom: 18px;
}
.list4 {
	margin: 11px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
}
.list4 > li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
}
.list4 > li h3 {
	text-transform: none;
	margin-bottom: 11px;
}
.list4 > li p {
	color: #999eb1;
}
.list4 > li > div {
	font: bold 48px/48px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5465a2;
	margin-bottom: 21px;
}
.list4 > li > div strong {
	font: bold 30px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5465a2;
	display: inline-block;
	margin-left: 5px;
	margin-top: 2px;
}
.list4 > li > div strong > span {
	display: block;
	font: italic 13px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #949393;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list6 li time {
	font: bold 18px 'PT Sans';
	color: #0a6f68;
	margin-bottom: 15px;
	display: inline-block;
}
.list6 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
	padding-top: 14px;
}
#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 #d7d7d7;
	background: #ffffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #999eb1;
	padding: 8px 14px;
	height: 37px;
	resize: none;
	margin-bottom: 30px;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #999eb1;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
.formBox {
	border-top: 1px solid #e4e4e4;
	padding: 65px 0 40px 0;
}
/*-----map-----*/
.map {
	margin: 0 0 73px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 488px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 30px;
}
.info h3 {
	text-transform: none;
	margin-bottom: 11px;
}
.info p {
	margin-bottom: 24px;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 56px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #999eb1;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #999eb1;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 243px;
	margin-right: 18px;
}
.form-div-1 > p, .form-div-2 > p, .form-div-3 > p {
	margin-bottom: 3px;
}
.form-div-4 > p {
	margin-bottom: 3px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 8px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: #ffffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #999eb1;
	padding: 8px 14px;
	height: 37px;
	resize: none;
}
#contact-form textarea {
	height: 122px;
	margin-bottom: 34px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #5465a2;
	-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;
	-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 #d7d7d7;
	background: #ffffff;
	border-radius: 0;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 61px;
	color: #999eb1;
	padding: 0 14px;
	height: 61px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail {
	color: #5465a2;
	font: bold 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.mail:hover {
	color: #3a3a3a;
	text-decoration: none;
}
.btns .btn2 {
	float: left;
	margin-right: 27px;
}
.btns p {
	float: left;
	margin: 2px 0 0 0;
}
.errorBox {
	text-align: center;
	margin-bottom: 124px;
}
.errorBox1 {
	margin-bottom: 124px;
}
.errorBox1 .title {
	color: #3a3a3a;
	font: bold 48px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
}
.errorBox1 h2 {
	width: auto;
	text-align: left;
	margin: 0 0 30px 0;
}
.errorBox1 p {
	font-size: 16px;
	line-height: 21px;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_btn2 .prev2 {
 left: -35px;
}
 .list_carousel2.responsive .caroufredsel_wrapper {
 margin-left: 4px !important;
}
 .list_carousel2.responsive .caroufredsel_wrapper {
 width: 1130px !important;
}

.advanced-search {
	float: none;
	line-height: normal;
}

}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 #contact-form.success .success-message {
 height: 209px;
 line-height: 209px;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .blog-box {
 margin-bottom: 30px;
}
 .errorBox img {
 width: 100%;
}
 .list1 li {
 text-align: center;
}
 .list1 li .extra-wrap {
 margin-right: 0;
 width: 100%;
 float: none;
}
 .list1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 .list1-1 li {
 text-align: center;
}
 .list1-1 li .extra-wrap {
 float: none;
 width: 100%;
}
 .list1-1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 .follow_icon li {
 margin-left: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
}


 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
}
 .list1 li {
 text-align: center;
}
 .list1 li .extra-wrap {
 margin-right: 0;
 width: 100%;
 float: none;
}
 .list1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 .list1-1 li {
 text-align: center;
}
 .list1-1 li .extra-wrap {
 float: none;
 width: 100%;
}
 .list1-1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 footer .col-lg-3 {
 margin-bottom: 0;
}
 footer .col-lg-3 > div {
 border: none;
 padding-bottom: 0;
}
 .blog-box {
 margin-bottom: 30px;
}
 #contact-form.success .success-message {
 height: 209px;
 line-height: 209px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-bottom: 40px;
}
 .list1 li .title br {
 display: none;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search {
 float: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad5-1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #options {
 margin-bottom: 20px;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .trainers-box {
 margin-top: 50px;
}
 .errorBox img {
 width: 100%;
}
 .follow_icon li {
 margin-left: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 margin-bottom: 15px;
 text-align: center;
}

 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #5465a2;
 background: #5465a2;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .center-box em {
 display: none;
}
 .history-box {
 margin-top: 50px;
}
 footer .col-lg-3 {
 margin-bottom: 0;
}
 footer .col-lg-3 > div {
 border: none;
 height: auto !important;
 padding-bottom: 0;
}
 .thumb-pad0 .thumbnail .caption {
 overflow: visible;
}
 .blog-box {
 margin-bottom: 30px;
}
 .thumb-pad7 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad7 .thumbnail figure img {
 width: auto;
}
 .thumb-pad7 .thumbnail .caption {
 padding-left: 139px;
}
 .errorBox,  .errorBox1 {
 margin-bottom: 60px;
}
 #contact-form.success .success-message {
 height: 209px;
 line-height: 209px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 #contact-form label {
 min-height: 50px;
}
 footer {
 text-align: center;
}
 .list2 li {
 display: inline-block;
 margin-left: 3px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 display: none;
}
 .advantages-box article {
 margin-bottom: 60px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search {
 float: none;
}
 .thumb-pad1 {
 margin-bottom: 20px;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad5-1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #options {
 margin-bottom: 20px;
}
 .who-box {
 margin-bottom: 40px;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .trainers-box {
 margin-top: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad0 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad5 figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .list1 li {
 text-align: center;
}
 .list1 li .extra-wrap {
 margin-right: 0;
 width: 100%;
 float: none;
}
 .list1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 .list1-1 li {
 text-align: center;
}
 .list1-1 li .extra-wrap {
 float: none;
 width: 100%;
}
 .list1-1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 .list_carousel2 #foo2 > li img {
 width: 80%;
}
 .thumb-pad7 .thumbnail .badge {
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad7 .thumbnail .caption {
 padding-left: 0;
}


}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .global.indent {
 padding: 30px 0 0 0;
}
 h1.navbar-brand_ a img {
 width: 100%;
}
 h2.indent {
 margin-bottom: 30px;
}
 .errorBox figure img {
 width: 100%;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .videosBox .col-lg-4 {
 width: 100%;
 float: left;
}
 .services-box {
 width: 100%;
 float: none;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail .name {
 margin-top: 10px;
}
 .residential-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .projects-box .col-xs-6 {
 width: 100%;
 float: none;
}
 #search-404 {
 width: 100%;
}
 .testimBox h2 {
 margin-bottom: 30px;
}



}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .about-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .list_carousel2 #foo2 > li {
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
.top-box {
	text-align: center;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
