@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
 @import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*-----template stylization-----*/
body {
	background: #f8f8f8;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.428571429;
	color: #767676;
}
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: 16px;
	line-height: 18px;
}
p strong {
	color: #373737;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
}
h1.navbar-brand_ a {
	display: inline-block;
	background: #1b1b1b;
	padding: 32px 56px 33px 43px;
}
h2 {
	color: #535353;
	font: 18px/24px 'Open Sans';
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
h3 {
	color: #444;
	font: 300 36px/36px 'Open Sans';
	margin: 0 0 31px 0;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.global {
	background: #ffffff;
	padding-top: 64px;
}
.global.indent {
	padding-top: 97px;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(../img/pattern1.png) repeat;
}
nav.tm_navbar ul {
	padding-left: 24px;
}
nav.tm_navbar li {
	float: left;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	margin-right: 14px;
}
nav.tm_navbar li a {
	position: relative;
	padding: 48px 18px 43px 19px;
	font: 300 18px 'Open Sans';
	color: #ffffff;
	background: none;
	line-height: 22px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li a em {
	display: inline-block;
	width: 100%;
	height: 0;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
}
nav.tm_navbar li.active > a {
	color: #3f482e;
	background: none;
}
nav.tm_navbar li.active > a em {
	height: 100%;
}
nav.tm_navbar li > a:hover {
	color: #3f482e;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li > a:hover em {
	height: 100%;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
}
nav.tm_navbar .sfHover > a {
	color: #3f482e;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a em {
	height: 100%;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s 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: 51px;
	top: 77px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 113px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #82b82d;
	padding: 9px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 4px 0 8px 0;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #add075;
}
nav.tm_navbar .sub-menu > ul li.triangle {
	background: url(../img/triangle.png) no-repeat !important;
	width: 13px;
	height: 7px;
	position: absolute;
	border: none;
	top: -7px;
	left: 50px;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Open Sans';
	color: #ffffff;
	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: absolute;
	right: 16px;
	top: 8px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #d1f0a1 !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: #d1f0a1 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 86px;
	left: 113px;
	top: -16px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #424242;
	padding: 16px;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
	border-bottom-color: #606060;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Open Sans';
	color: #939393;
	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: #ffffff !important;
	background: none !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: 1;
	margin: 0;
	padding-top: 96px;
	top: 0;
	left: 0;
	background: url(../img/pattern.png) repeat;
}
header .glow {
	background: url(../img/glow.png) center 0 no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
footer {
	position: relative;
	padding-top: 43px;
	padding-bottom: 48px;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}
footer p {
	font: 600 14px 'Open Sans';
	text-transform: uppercase;
	color: #525252;
	margin-bottom: 66px;
}
footer p span {
	color: #83acaf;
	margin: 0 4px;
}
footer p a {
	font: 600 14px 'Open Sans';
	text-transform: uppercase;
	color: #525252;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #83acaf;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.dateBox {
	text-align: center;
	position: relative;
}
.dateBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #f2f2f2;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: 2px;
	content: ' ';
	z-index: 10;
}
.dateBox > div {
	padding: 0 20px;
}
.dateBox .date {
	font: 80px/75px Racing Sans One;
	color: #4b4b4b;
	margin-bottom: 26px;
	margin-top: -9px;
}
.dateBox .title {
	font: 15px/20px Racing Sans One;
	color: #4b4b4b;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.advantageBox {
	padding-bottom: 73px;
}
.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;
	white-space: nowrap;
}
.professionalBox {
	padding-top: 103px;
	padding-bottom: 68px;
}
.professionalBox h2 {
	margin-bottom: 42px;
}
.professionalBox article figure {
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 38px;
}
.professionalBox article figure img {
	display: inline-block;
}
.aboutBox h3 {
	margin: 0 0 14px 0;
}
.aboutBox h2 {
	margin-bottom: 15px;
}
.aboutBox p {
	margin-bottom: 25px;
}
.stallionBox {
	background: #ececf1 url(../img/pattern2.png) repeat;
	padding-top: 12px;
	padding-bottom: 46px;
}
.picBox {
	max-height: 256px;
	overflow: hidden;
	margin-bottom: 59px;
}
.picBox figure img {
	width: 100%;
}
.programsBox {
	padding: 48px 0 42px 0;
	background: #ffffff;
}
.servicesBox {
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
.servicesBox .container {
	padding-top: 83px;
}
.servicesBox .topMore {
	position: absolute;
	top: -78px;
	left: 50%;
	margin-left: -61px;
	display: inline-block;
	background: #ffffff;
	width: 122px;
	height: 122px;
	border-radius: 122px;
	text-align: center;
	font: 600 13px 'Open Sans';
	color: #494949;
	padding-top: 75px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.servicesBox .topMore:hover {
	color: #82b82d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.servicesBox h2 {
	margin-bottom: 47px;
}
.mailBox {
	position: relative;
	padding-bottom: 11px;
}
.mailBox a {
	text-transform: none;
}
.mailBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #848484;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -49px;
	content: ' ';
	z-index: 10;
}
.formBox {
	padding-top: 36px;
	margin-bottom: 19px;
}
.error-box {
	padding-bottom: 55px;
}
.errorBox {
	text-align: center;
	margin-top: 11px;
}
.errorBox > img {
	display: inline-block;
}
.errorBox1 h3 {
	margin-bottom: 25px;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	background: url(../img/top.png) center top no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 0;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) center bottom no-repeat;
}
.testimonialsBox {
	padding-top: 73px;
	padding-bottom: 65px;
}
.testimonialsBox img {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.testimonialsBox h3 {
	margin-bottom: 26px;
}
.testimonialsBox a {
	color: #535353;
	font: 18px/20px 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 17px 0;
	letter-spacing: -1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox a:hover {
	color: #82b82d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.teamBox {
	background: #ffffff;
	padding-top: 9px;
	padding-bottom: 66px;
}
.trainerBox {
	margin-bottom: 26px;
	padding-top: 4px;
}
.trainerBox figure {
	margin: 0;
}
.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;
}
/*-----thumbs-----*/
.bannerBox {
	margin-bottom: 61px;
}
.thumb-pad1 {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #767676;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 26px;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	padding: 0;
	width: 61px;
	float: left;
	margin-right: 37px;
	margin-top: -4px;
}
.clockBox {
	padding-top: 64px;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #767676;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h2 {
	font-weight: 300;
	font-size: 36px;
	color: #444;
	text-transform: none;
	line-height: 39px;
	margin-bottom: 25px;
}
.thumb-pad2 .thumbnail .caption p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 39px;
}
.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 27px;
	margin-top: -6px;
}
.galleryBox {
	padding-bottom: 39px;
}
.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: 16px 20px 29px 20px;
	color: #767676;
	overflow: hidden;
	background: #f8f8f8;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad3 .thumbnail .caption p > a {
	color: #535353;
	font: 18px/20px 'Open Sans';
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 18px 0;
	letter-spacing: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail .caption p > a:hover {
	text-decoration: none;
	color: #82b82d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 figure {
	margin: 0;
}
.thumb-pad3 figure a {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 figure {
	margin: 0 21px 0 0;
	float: left;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #767676;
}
.thumb-pad4 .thumbnail .caption .title {
	text-transform: uppercase;
	color: #4b4b4b;
	font-size: 10px;
}
.thumb-pad4 .thumbnail .caption .title1 {
	font: 20px 'Pacifico';
	color: #c1c1c1;
	text-align: right;
	margin-bottom: 0;
}
.thumb-pad4 .thumbnail .caption .title2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #767676;
	text-align: right;
	margin-bottom: 0;
	margin-top: -7px;
}
.blogBox {
	padding-bottom: 51px;
}
.thumb-pad5 {
	margin-bottom: 30px;
	padding-top: 0;
	margin-top: -3px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 15px;
}
.thumb-pad5 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	width: 50px;
	height: 50px;
	background: #82b82d;
	border-radius: 50px;
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 19px;
	float: left;
	font: 18px/16px 'Open Sans';
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .badgeBox .badge span {
	font-size: 16px;
}
.thumb-pad5 .thumbnail .badgeBox p {
	line-height: 20px;
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .badgeBox p > .lnk {
	font: 13px Arial, Helvetica, sans-serif;
	color: #727272;
	text-transform: none;
}
.badgeBox .title_lnk {
	margin-bottom: 20px !important;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #767676;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 20px;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.thumb-pad5 .thumbnail .badgeBox a {
	color: #535353;
	font: 18px/20px 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 0 0;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a:hover {
	color: #82b82d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.servBox {
	padding-bottom: 38px;
}
.thumb-pad7 {
	overflow: hidden;
	padding-bottom: 46px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 figure {
	margin: 0;
	margin-bottom: 25px;
}
.thumb-pad7 figure > img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #767676;
}
.thumb-pad7 .thumbnail .caption .title {
	color: #4b4b4b;
	font: 15px/20px 'Racing Sans One';
	text-transform: uppercase;
	margin-bottom: 10px;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad9 figure {
	margin: 0;
	margin-bottom: 15px;
}
.thumb-pad9 figure > img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #767676;
}
/*-----carousel-----*/
.carouselBox > div {
	border: 1px solid #e8e8e8;
	padding: 42px 0 0 0;
}
.carouselBox > div h2 {
	margin-left: 59px;
}
.carouselBox > div hr {
	margin: 30px 0 31px 0;
	border-bottom: none;
	border-top-color: #e8e8e8;
}
.carouselBox .container {
	padding-top: 0;
}
.carouselBox2 {
	text-align: center;
	padding-top: 91px;
	padding-bottom: 57px;
}
.carouselBox2 p {
	font: 300 20px/27px 'Open Sans';
	color: #717171;
	margin-top: 44px;
}
.carouselBox2 h2 {
	font-size: 40px;
	font-weight: 600;
	color: #383838;
	margin-bottom: 67px;
	text-transform: none;
}
.carouselBox2 h2 span {
	color: #67999c;
}
.list_carousel2.responsive {
	width: auto;
	margin: 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;
}
.list_carousel2 #foo2 > li img {
	width: 100%;
}
.list_carousel2 #foo2 > li .caption {
	padding: 0;
	color: #767676;
	overflow: hidden;
	margin-bottom: 20px;
}
.list_carousel2 #foo2 > li figure:first-child {
	margin-left: 0;
}
.list_carousel2 #foo2 > li figure a {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel1.responsive {
	width: auto;
	margin: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel1 #foo1 > li .caption {
	overflow: hidden;
	margin-left: 59px;
	margin-right: 41px;
	margin-bottom: 19px;
	padding-bottom: 19px;
	border-bottom: 1px solid #f3f3f3;
}
.list_carousel1 #foo1 > li .caption .extra-wrap p a {
	font-weight: bold;
	color: #373737;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li .caption .extra-wrap p a:hover {
	color: #82b82d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li .caption:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.list_carousel1.responsive {
	padding-bottom: 79px;
	position: relative;
}
.list_carousel1 #foo1 > li .caption .badge {
	border-radius: 10px;
	box-shadow: none;
	text-shadow: none;
	font: bold 30px/30px 'Open Sans Condensed';
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
	color: #ffffff;
	background: #303030;
	padding-top: 20px;
	width: 120px;
	height: 105px;
	float: left;
	margin-right: 34px;
}
.list_carousel1 #foo1 > li .caption .badge span {
	font-size: 48px;
}
.list_carousel1 #foo1 > li .caption .extra-wrap {
	padding-top: 10px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel1 .prev, .list_carousel1 .next {
	display: inline-block;
	width: 22px;
	height: 21px;
	cursor: pointer;
	position: absolute;
	bottom: 34px;
}
.list_carousel1 .prev {
	background: url(../img/prev_arrow.png) 0 top no-repeat;
	right: 64px;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel1 .next {
	background: url(../img/next_arrow.png) 0 top no-repeat;
	right: 40px;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel1 .prev:hover {
	background: url(../img/prev_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel1 .next:hover {
	background: url(../img/next_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel2 .prev2, .list_carousel2 .next2 {
	display: inline-block;
	width: 19px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.list_carousel2 .prev2 {
	background: url(../img/prev_arrow2.png) 0 top no-repeat;
	left: -43px;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel2 .next2 {
	background: url(../img/next_arrow2.png) 0 top no-repeat;
	right: -43px;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel2 .prev2:hover {
	background: url(../img/prev_arrow2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
.list_carousel2 .next2:hover {
	background: url(../img/next_arrow2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 5px 13px 6px 13px;
	font: 12px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #303030 !important;
	border-radius: 2px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn1 > img {
	margin-left: 8px;
	margin-top: -1px;
	display: inline-block;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #82b82d !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 5px 13px 6px 13px;
	font: 12px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #82b82d !important;
	border-radius: 2px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2 > img {
	margin-left: 8px;
	margin-top: -1px;
	display: inline-block;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #303030 !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 16px 'Oswald';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #616161;
	border: none;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 > img {
	float: left;
	margin-top: 8px;
	margin-right: 7px;
}
.btn3:hover {
	color: #767676;
	background: none;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.follow_icon {
	margin: 0 0 26px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
.follow_icon li {
	float: left;
	margin-right: 30px;
}
.follow_icon li:last-child {
	margin-right: 0;
}
.follow_icon li a {
	opacity: 0.15 !important;
	-webkit-transition: all 0.35s ease !important;
	transition: all 0.35s ease !important;
}
.follow_icon li a:hover {
	opacity: 1 !important;
	-webkit-transition: all 0.35s ease !important;
	transition: all 0.35s ease !important;
}
.circleBox .badge {
	background: #82b82d;
	width: 78px;
	height: 78px;
	border-radius: 78px;
	text-align: center;
	font: 600 36px 'Open Sans';
	color: #ffffff;
	padding-top: 12px;
	float: left;
	margin-right: 23px;
}
.circleBox .badge.color {
	background: #484848;
}
.circleBox hr {
	margin: 0;
	border-bottom: none;
	border-top-color: #cacaca;
	margin-bottom: 27px;
	margin-top: 8px;
}
.circleBox .extra-wrap {
	text-transform: uppercase;
}
.circleBox .extra-wrap p {
	margin-bottom: 48px;
}
.circleBox .extra-wrap span {
	color: #010101;
}
.circleBox article {
	padding-top: 15px;
}
.contactBox .comp {
	font: 300 24px 'Open Sans';
	color: #2f2f2f;
	margin-top: -18px;
	margin-bottom: 27px;
}
.contactBox .comp span {
	color: #676767;
}
.contactBox .caption {
	margin: 0;
	color: #767676;
}
.contactBox .caption p {
	font-size: 14px;
	line-height: 24px;
	color: #727272;
	margin-bottom: 24px;
}
.contactBox .caption a {
	font-size: 14px;
	line-height: 24px;
	color: #82b82d;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.contactBox .caption a:hover {
	color: #383838;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: -2px;
}
.list1 li p {
	overflow: hidden;
}
.list1 li em {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	float: left;
	margin-right: 11px;
	margin-top: 3px;
	border-radius: 15px;
	background: #a3a3a3;
	text-align: center;
}
.list1 li a {
	color: #414141;
	font-size: 15px;
}
.list2 {
	margin: 0 0 72px 0;
	padding: 0;
	list-style: none;
	margin-top: -6px;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 25px;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 15px;
}
.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: 21px/24px 'Oswald';
	text-align: center;
	color: #ffffff;
	background: #f06d56;
	padding-top: 6px;
	width: 37px;
	height: 37px;
	float: left;
	margin-right: 29px;
	margin-top: 0;
}
.list2 li:first-child + li + li {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 13px;
	border-bottom: 1px solid #f2f2f2;
}
.list3 li .extra-wrap p {
	margin-bottom: 0;
}
.list3 li > img {
	float: left;
	margin-right: 14px;
	margin-top: 7px;
}
.list3 li a {
	color: #4b4b4b;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #767676;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li:first-child + li + li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list4 {
	margin: -12px 0 50px 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 13px;
	line-height: 18px;
	padding-left: 15px;
	margin-bottom: 8px;
	background: url(../img/list_point.png) left 7px no-repeat;
}
.list4 li a {
	color: #787878;
	font: 13px Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #f06d56;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 {
	margin: -9px 0 0 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 33px;
}
.list6 {
	margin: -4px 0 0 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 4px;
}
.list6 li a {
	color: #535353;
	font: 18px/23px 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 0 0;
	margin-bottom: 16px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #82b82d;
	-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: 600 36px 'Open Sans';
	text-align: center;
	color: #ffffff;
	background: #82b82d;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	margin-right: 19px;
	margin-top: 5px;
}
.list8 {
	margin: 0;
	padding: 0;
	margin-top: -4px;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 19px;
}
.list8 li p {
	margin-bottom: 0;
}
.privacyBox {
	margin-bottom: 65px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 15px;
}
#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: #f6f6f7;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #727272;
	padding: 6px 15px 7px 10px;
	height: 33px;
	resize: none;
	margin-bottom: 30px;
}
#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: #767676;
	font: 13px Arial, Helvetica, 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: 0 0 59px 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: 403px;
	border: none;
	line-height: 0;
}
.info p {
	margin-bottom: 19px;
}
.info h2 {
	font-weight: normal;
}
.info p span {
	width: 94px;
	display: inline-block;
}
.info a:hover {
	color: #4b4b4b;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	padding-bottom: 29px;
	overflow: hidden;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 43px;
	margin: 0;
	font-weight: normal;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #767676;
}
#contact-form label span {
	margin-bottom: 2px;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 249px;
	margin-right: 10px;
}
.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: 6px 15px 7px 10px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: .4;
	filter: alpha(opacity=40);
	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: #f6f6f7;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #727272;
	padding: 6px 15px 7px 10px;
	height: 33px;
	resize: none;
}
#contact-form textarea {
	height: 159px;
	margin-bottom: 30px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
	-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: 0px 0;
}
#contact-form.success .success-message {
	height: 33px;
	padding: 6px 15px 7px 14px;
	line-height: 18px;
	border: 1px solid #d7d7d7;
	background: #f6f6f7;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
}
.btns p {
	margin-top: 13px;
	float: left;
	margin-left: 16px;
	color: #727272;
	font-weight: normal;
}
.mail {
	text-decoration: none;
	color: #82b82d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #767676;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 197px;
}
 header > em {
 left: -744px;
}
 .btn-default.btn2 {
 padding: 10px 20px 10px 20px;
 font-size: 13px;
}
 #search input {
 width: 303px;
}
 footer .privacyBox br {
 display: block;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .list-romb-box {
 text-align: center;
}
 .errorBox > img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 .bannerBox article {
 width: 100%;
 float: none;
 padding-bottom: 70px;
}
 nav.tm_navbar li a {
 font-size: 15px;
 padding: 46px 15px 45px 15px;
}
 nav.tm_navbar li a span {
 left: 43px;
}
 .list_carousel1 #foo1 > li .caption .badge {
 font-size: 20px;
 line-height: 20px;
 width: 70px;
 height: 70px;
 padding-top: 17px;
 margin-right: 10px;
}
 .list_carousel1 #foo1 > li .caption .badge span {
 font-size: 33px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 149px;
}
 .info-box {
 width: 100%;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .errorBox img {
 width: 100%;
}
 .circleBox .badge {
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .list-romb-box {
 text-align: center;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .thumb-pad2 .thumbnail .caption h2 {
 font-size: 27px;
 line-height: 30px;
}
 .idealBox {
 width: 100%;
 float: none;
}
 .carouselBox2 h2 {
 font-size: 27px !important;
}
 .thumb-pad5 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #719fa2;
 background: #719fa2;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 vertical-align: middle;
}
 h1.navbar-brand_ a {
 padding: 32px 0 33px 0;
 width: 100%;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
 background: #ffffff;
 padding: 0 20px 10px 20px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
 background: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
}
 .carouselBox > div h2 {
 font-size: 15px;
 line-height: 21px;
}
 .bannerBox article {
 width: 100%;
 float: none;
 padding-bottom: 70px;
}
 .carouselBox > div h2 {
 margin-left: 20px;
}
 .list_carousel1 #foo1 > li .caption {
 margin-left: 20px;
 margin-right: 20px;
}
 .programsBox article {
 width: 100%;
 display: block;
 overflow: hidden;
 margin-bottom: 35px;
}
 .thumb-pad3 {
 margin-bottom: 70px;
}
 .galleryBox article {
 width: 50%;
 float: left;
}
 .list1 {
 padding-bottom: 70px;
}
 .dateBox:after {
 width: 0;
 height: 0;
 background: none;
 position: absolute;
 z-index: 1;
 display: inline-block;
 top: 0;
 left: 0;
 content: none;
 z-index: 10;
}
 .dateBox {
 margin-top: 70px;
}
 .padTop {
 padding-top: 20px;
}
 .padTop1 {
 padding-top: 0;
}
 .about-box {
 margin-bottom: 50px;
}
 .list2 {
 margin-bottom: 70px;
}
 .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-box {
 text-align: center;
}
 .list3 {
 padding-bottom: 70px;
}
 .list1-3 {
 margin-bottom: 70px;
}
 footer p span {
 float: none;
}
 .privacyBox {
 padding-bottom: 40px;
}
 .carouselBox2 h2 {
 font-size: 27px !important;
}
 .list_carousel2 .prev2 {
 left: 30px;
}
 .list_carousel2 .next2 {
 right: 30px;
}
 .circleBox {
 margin-bottom: 70px;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 {
 padding-bottom: 40px;
}
 .thumb-pad9 figure {
 float: left;
 margin-right: 15px;
}
 .thumb-pad9 {
 margin-bottom: 70px;
}
 .list6 {
 margin-bottom: 70px;
}
 .testimonialsBox article {
 margin-bottom: 50px;
}
 .margBot {
 margin-bottom: 0 !important;
}
 .blogBox {
 padding-bottom: 0;
}
 .list1 {
 padding-bottom: 45px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad4 figure {
 margin: 0;
 float: none;
 width: 100%;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .thumb-pad9 figure {
 float: none;
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad5 .thumbnail .post .posted a {
 float: none !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 .carouselBox2 p {
 font-size: 15px;
 line-height: 25px;
}
 .list_carousel1 #foo1 > li .caption .badge {
 font-size: 20px;
 line-height: 20px;
 width: 70px;
 height: 70px;
 padding-top: 17px;
 margin-right: 10px;
}
 .list_carousel1 #foo1 > li .caption .badge span {
 font-size: 33px;
}
 .dateBox {
 width: 100%;
 float: none;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 18px;
 line-height: 30px;
 font-weight: normal;
}
 .list2 li .badge {
 float: none;
 margin-bottom: 10px;
 margin-right: 0;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .professionalBox article {
 width: 100%;
 float: none;
}
 .bannerBox article {
 width: 100%;
 float: none;
 margin-bottom: 30px;
 padding-bottom: 40px;
}
 .bannerBox {
 margin-bottom: 0;
}
 .servBox article {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .thumb-pad2 .thumbnail .caption h2 {
 font-size: 27px;
 line-height: 30px;
}
 .thumb-pad2 .thumbnail .caption br {
 display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 h1.navbar-brand_ a {
 padding-left: 20px;
 padding-right: 20px;
}
 h1.navbar-brand_ a img {
 width: 100%;
}
 .thumb-pad1 .thumbnail figure {
 margin-right: 0;
 float: none;
 margin-bottom: 10px;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .thumb-pad4 .thumbnail .posted br {
 display: block!important;
}
 .thumb-pad4 .thumbnail .posted a {
 float: none!important;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 93px;
}
.padBot {
	padding-bottom: 47px;
}
/*Core variables and mixins*/
