@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
 @import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
body {
	background: #2d3338;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.428571429;
	color: #c2c2c2;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

p {
	margin-bottom: 17px;
	line-height: 24px;
}
p > span {
	color: #3e454c;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float:  right;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > img {
	width: 100%;
}
h2 {
	font: 300 40px/39px 'Open Sans';
	text-transform: uppercase;
}
h3 {
	font: 300 20px/19px 'Open Sans';
	text-transform: uppercase;
}
h4 {
	font: 300 30px/29px 'Open Sans';
	text-transform: uppercase;
}
h4 span {
	color: #fca029;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.global {
	background: #ffffff;
}
.global.indent {
	padding-top: 50px;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-top: 6px;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	position: relative;
	margin-right: 32px;
}

nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 600 14px 'Open Sans';
	color: #3e454c;
	background: none;
	line-height: 22px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.active > a {
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 4px;
	
	width: 5px;
	position: relative;
	right: 0;
	top: 10px;
	float: right;
	margin-left: 7px;
}

.sub-menu a span{
background: url(../img/menu-marker.png) no-repeat;
}



/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 129px;
	left: -41px;
	top: 40px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #fff;
	padding: 26px 0 26px 0;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li.triangle1 {
	position: absolute;
	top: -12px;
	left: 58px;
	width: 14px;
	height: 12px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0 0 0 0;
	margin: 0;
	float: none;
	font: 600 12px 'Open Sans';
	color: #002b54;
	text-transform: uppercase;
	-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: 5px;
	position: relative;
	left: -10px;
	top: 8px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #8CC63E !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: #fca029 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 129px;
	left: 146px;
	top: -6px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #fca029;
	padding: 26px 0 26px 0;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.triangle {
	position: absolute;
	top: 10px;
	left: -12px;
	width: 12px;
	height: 15px;
	background: url(../img/triangle.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0 0 0 11px;
	margin: 0;
	float: none;
	font: 600 12px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-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: #3e454c !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*-----content-----*/
header {
	padding-top: 64px;
	padding-bottom: 72px;
	background: #fca029;
}
header.indent {
	margin-top: 82px;
}
header .container1 .container > div {
	margin-top: 0;
}
footer article div {
	float: left;
}
footer p {
	font: 300 11px/18px 'Open Sans';
	color: #738292;
	text-transform: uppercase;
	float: left;
	margin-top: 9px;
	margin-left: 5px;
}
footer a {
	font: 300 11px/18px 'Open Sans';
	color: #fff;
}
footer a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .foo_menu {
	margin: 0;
	padding: 0;
	margin-top: 13px;
	list-style: none;
	float: right;
}
footer .foo_menu li {
	float: left;
	border-right: 2px solid #525d67;
	padding-right: 17px;
	margin-right: 17px;
	line-height: 12px;
}
footer .foo_menu li a {
	font: 600 12px/12px 'Open Sans';
	color: #738292;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .foo_menu li a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .foo_menu li.active a {
	color: #ffffff;
}
footer .foo_menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.sloganBox {
	background: url(../img/picture1.jpg) center 0 no-repeat;
	padding: 186px 0 199px 0;
}
.sloganBox .title1 {
	font: 600 130px/80px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
}
.sloganBox .title2 {
	font: 300 70px/80px 'Open Sans';
	color: #fca029;
	padding-top: 5px;
	text-transform: uppercase;
}
.sloganBox .title3 {
	font: 20px/25px 'Open Sans';
	color: #ffffff;
	margin-top: -7px;
	text-transform: uppercase;
}
.gradient-border {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4da4a), to(#f1ce3b));
	background-image: -webkit-linear-gradient(top, #f4da4a, 0%, #f1ce3b, 100%);
	background-image: -moz-linear-gradient(top, #f4da4a 0%, #f1ce3b 100%);
	background-image: linear-gradient(to bottom, #f4da4a 0%, #f1ce3b 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4da4a', endColorstr='#fff1ce3b', GradientType=0);
	width: 100%;
	height: 11px;
}
.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: 81px;
	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 {
	padding-bottom: 10px;
}
.aboutBox h2 {
	margin-bottom: 21px;
}
.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 {
	padding-bottom: 94px;
}
.servicesBox em {
	width: 100%;
	height: 1px;
	display: block;
	background: #f2f2f2;
	margin-top: -10px;
	margin-bottom: 50px;
}
.servicesBox .container > h2 {
	font: 15px/20px Racing Sans One;
	color: #4b4b4b;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.servicesBox .container > h2 > span {
	background: #ffffff;
	display: inline-block;
	padding: 0 17px;
}
.mailBox p {
	margin-bottom: 10px;
}
.mailBox a:hover {
	text-decoration: underline;
}
.mailBox p img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.mailBox p a {
	color: #9ff2ff;
	font: 22px 'Georgia';
}
.mailBox span a {
	color: #ffffff;
	font: 22px 'Georgia';
}
.mailBox span img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.formBox {
	padding-top: 26px;
	margin-bottom: 21px;
}
.error-box {
	padding-bottom: 76px;
}
.errorBox {
	text-align: center;
	margin-top: 5px;
}
.errorBox > img {
	display: inline-block;
	width: 100%;
}
.errorBox1 h4 {
	margin-bottom: 45px;
}
.errorBox1 p {
	margin-bottom: 13px;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 58px;
	height: 58px;
	border-radius: 54px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -710px !important;
	right: 50%;
	bottom: 40px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.circleBox {
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
}
.circleBox p {
	font: 35px 'Georgia';
	color: #403727;
	margin-bottom: 0;
	margin-top: -36px;
	padding-bottom: 40px;
}
.circleBox p a {
	color: #f94902;
	border-bottom: 3px dashed #f94902;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.circleBox p a:hover {
	color: #403727;
	border-color: #403727;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.circleBox ul {
	list-style: none;
	margin: -60px 0 0 0;
	padding: 0;
	display: inline-block;
}
.circleBox ul li {
	width: 189px;
	height: 189px;
	float: left;
	overflow: hidden;
	border-radius: 189px;
	background: #ffffff;
	padding-top: 37px;
}
.circleBox ul li:first-child + li {
	margin-top: -30px;
}
.servBox {
	padding-bottom: 61px;
}
.privacyBox {
	padding-bottom: 69px;
}
.privacyBox p {
	margin-bottom: 24px;
}
.tel {
	float: right;
	margin-top: 18px;
}
.tel h2 {
	font: 300 15px 'Open Sans';
	color: #fca029;
	text-transform: uppercase;
	margin-bottom: 0;
}
.tel img {
	float: left;
	margin-right: 17px;
}
.tel p {
	font: 600 25px 'Open Sans';
	color: #ffffff;
	margin-top: -2px;
}
.banner-box {
	padding-top: 40px;
	margin-bottom: 47px;
}
.banner-box hr {
	border-bottom: none;
	border-top: 1px solid #ebeced;
}
.bannerBox {
	overflow: hidden;
	padding-bottom: 0;
}
.bannerBox.bannerBox1 {
	padding-bottom: 54px;
}
.bannerBox article {
	margin-bottom: 20px;
}
.logosBox {
	margin-top: 2px;
	margin-bottom: 61px;
}
.logosBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.logosBox ul li {
	float: left;
	border-right: 1px solid #dcdddd;
}
.logosBox ul li img {
	width: 100%;
}
.logosBox ul li:last-child {
	border-right: none;
}
.testimonialsBox {
	padding-top: 23px;
	padding-bottom: 50px;
}
.testimonialsBox hr {
	border-bottom: none;
	border-top: 1px solid #ebeced;
	margin: 0;
	margin-bottom: 49px;
}
.testimonialsBox img {
	float: left;
	margin-right: 8px;
	margin-top: 9px;
}
.testimonialsBox a {
	font: 14px 14px;
	color: #3e454c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox a:hover {
	color: #f3d443;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox article {
	margin-top: -3px;
}
.trainerBox {
	margin-bottom: 26px;
	padding-top: 4px;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure img {
	width: 100%;
}
/*-----carousel-----*/
.list_carousel {
	position: relative;
}
.list_carousel #foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	margin-top: 0 !important;
}
.list_carousel #foo > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-top: 0;
	padding-bottom: 9px;
}
.list_carousel.responsive {
	width: auto;
	margin-bottom: 60px;
}
.list_carousel.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel .prev, .list_carousel .next {
	display: inline-block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}
.list_carousel .prev {
	background: url(../img/prev_arrow.png) 0 top no-repeat;
	left: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next {
	background: url(../img/next_arrow.png) 0 top no-repeat;
	left: 48px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .prev:hover {
	background: url(../img/prev_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next:hover {
	background: url(../img/next_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----thumbs-----*/
.thumb-pad1 {
	overflow: hidden;
	padding: 26px 0 0 0;
	margin-bottom: 13px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail > div {
	overflow: hidden;
	margin-bottom: 39px;
}
.thumb-pad1 .thumbnail p {
	margin-bottom: 37px;
}
.thumb-pad1 .thumbnail .caption {
	color: #c2c2c2;
	overflow: hidden;
	padding: 0;
}
.thumb-pad1 .thumbnail .caption h2 {
	color: #3e454c;
	font: 300 40px/40px 'Open Sans';
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail .caption h2 span {
	color: #fca029;
}
.thumb-pad1 .badge {
	background: none;
	/*#gradient .vertical(#f5da4a, #f1ce3a);*/

  background: #f1ce3a;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	padding-top: 17px;
	margin-right: 16px;
	text-align: center;
	float: left;
}
.thumb-pad1-1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1-1 .thumbnail .caption {
	padding: 0;
	color: #c2c2c2;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail figure {
	margin: 0;
	width: 100%;
	margin-bottom: 27px;
}
.thumb-pad1-1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	margin-bottom: 19px;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 29px;
}
.thumb-pad2-1 {
	margin: 0;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.thumb-pad2-1 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0;
	color: #c2c2c2;
	overflow: hidden;
}
.thumb-pad2-1 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad2-1 .thumbnail .caption a {
	color: #3e454c;
	font: 600 25px/25px 'Open Sans';
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	color: #ffd64f;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2-1 .thumbnail .caption h4 {
	color: #ffd64f;
	font-weight: 300;
	margin-bottom: 14px;
}
.thumb-pad2-1 .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #ffd64f;
	width: 75px;
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 29px;
	float: left;
}
.thumb-pad2-1 .badge div {
	text-align: center;
	font: 20px/20px 'Open Sans';
	letter-spacing: -1px;
	padding-top: 9px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e7c248;
}
.thumb-pad2-1 .badge div time {
	letter-spacing: -1px;
	font: 40px/44px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 2px;
}
.thumb-pad2-1 .badge a {
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	border-top: 1px solid #fbdf82;
	background: #ffd64f url(../img/date_border.png) 0 top repeat-x;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2-1 .badge a img {
	display: inline-block;
}
.thumb-pad2-1 .badge a:hover {
	background-color: #fbdf82;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 {
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 13px 20px 30px 20px;
	color: #c2c2c2;
	overflow: hidden;
	background: #f6f6f6;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 37px;
}
.thumb-pad3 .thumbnail .caption p > a {
	color: #3e454c;
}
.thumb-pad3 .thumbnail .caption p > a:hover {
	text-decoration: underline;
}
.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;
}
.teamBox {
	margin-top: 77px;
	border-top: 1px solid #eee;
	padding-top: 53px;
}
.thumb-pad4 {
	margin-top: 4px;
	padding-bottom: 12px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 figure {
	margin: 0;
	float: none;
	border: 22px solid #f1f7f8;
	margin-bottom: 32px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #c2c2c2;
}
.thumb-pad4 .thumbnail .caption a {
	color: #9b9b9b;
	font: 20px/20px 'Georgia';
	margin-bottom: 12px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #6b5743;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption p a {
	font: 20px 'Georgia';
	color: #9b9b9b;
	float: left;
}
.thumb-pad4 .thumbnail .caption p span {
	float: right;
	font: 20px 'Georgia';
	color: #9b9b9b;
}
.thumb-pad5 {
	margin-bottom: 31px;
	padding-top: 2px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 10px;
}
.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: #f3d645;
	border-radius: 50px;
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 19px;
	float: left;
	font: 600 20px/18px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .badgeBox .badge span {
	font-size: 14px;
	font-weight: 600;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #c2c2c2;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 37px;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 19px;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.thumb-pad5 .thumbnail .badgeBox a {
	color: #3e454c;
	font: 14px Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a:hover {
	color: #f3d645;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 {
	padding-top: 4px;
}
.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: 13px;
}
.thumb-pad9 figure > img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #c2c2c2;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 24px;
}
/*-----carousel-----*/
.carouselBox {
	padding: 23px 0 14px 0;
	margin-top: 9px;
	margin-bottom: 38px;
}
.carouselBox h2 {
	font: 80px 'Righteous';
	color: #ffffff;
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}
.carouselBox hr {
	border-bottom: none;
	border-top: 1px solid #fd9188;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 28px;
}
.carouselBox .container {
	padding-top: 0;
}
.list_carousel2.responsive {
	width: auto;
	margin: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 h2 {
	font: 25px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 19px;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
	padding-left: 130px;
	padding-right: 130px;
}
.list_carousel2 #foo2 > li a {
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li a:hover {
	color: #4b4b4b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li span {
	color: #ffffff;
	font-size: 23px;
	width: 100%;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 13px;
	display: block;
}
.list_carousel2 #foo2 > li .title {
	font: 17px/21px 'Roboto Condensed';
	color: #ffc1bc;
}
.list_carousel2 #foo2 > li p {
	font: 15px/24px 'Open Sans';
	color: #868686;
}
.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;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 32px 0 0 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0 38px;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	padding: 0 !important;
	margin: 0 0 0 5px;
	display: inline-block;
	background: #6a5f4c !important;
	border: none !important;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #f94902 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #f94902 !important;
}
.pagination a span {
	display: none;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	height: 45px;
	padding: 9px 51px 0 20px;
	font: 400 20px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	background: none;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5da4a), to(#f1ce3a));
	background-image: -webkit-linear-gradient(top, #f5da4a, 0%, #f1ce3a, 100%);
	background-image: -moz-linear-gradient(top, #f5da4a 0%, #f1ce3a 100%);
	background-image: linear-gradient(to bottom, #f5da4a 0%, #f1ce3a 100%);
	background-repeat: repeat-x;
	display: inline-block;
}
.btn-default.btn1 > em {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4a535b), to(#3a4147));
	background-image: -webkit-linear-gradient(top, #4a535b, 0%, #3a4147, 100%);
	background-image: -moz-linear-gradient(top, #4a535b 0%, #3a4147 100%);
	background-image: linear-gradient(to bottom, #4a535b 0%, #3a4147 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a535b', endColorstr='#ff3a4147', GradientType=0);
	height: inherit;
	width: 31px;
	float: right;
	text-align: center;
	padding-top: 8px;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: none;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4a535b), to(#3a4147));
	background-image: -webkit-linear-gradient(top, #4a535b, 0%, #3a4147, 100%);
	background-image: -moz-linear-gradient(top, #4a535b 0%, #3a4147 100%);
	background-image: linear-gradient(to bottom, #4a535b 0%, #3a4147 100%);
	background-repeat: repeat-x;
	text-decoration: none !important;
}
.btn-default.btn1:hover > em {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5da4a), to(#f1ce3a));
	background-image: -webkit-linear-gradient(top, #f5da4a, 0%, #f1ce3a, 100%);
	background-image: -moz-linear-gradient(top, #f5da4a 0%, #f1ce3a 100%);
	background-image: linear-gradient(to bottom, #f5da4a 0%, #f1ce3a 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b54', endColorstr='#002b54', GradientType=0);
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 14px 26px 14px 26px;
	font: 12px 'Georgia';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #f94902 !important;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2:hover {
	color: #3a7e8c;
	background: #3e454c !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #00acef;
	border: none;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3:hover {
	color: #333;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----Flickr-----*/
#flickr_badge_wrapper {
	padding: 0 0 3px 0 !important;
}
.flickr_badge_image {
	margin: 0 7px 9px 0px !important;
	width: 60px;
}
.flickr_badge_image a {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}
.flickr_badge_image a img {
	border-radius: 0 !important;
}
/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	padding-bottom: 34px;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 24px;
	float: none;
	padding: 0 0 0 34px;
	margin: 0 0 7px 0;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1 li a {
	font: 300 15px 'Open Sans';
	text-transform: uppercase;
	color: #3e454c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 a:hover {
	color: #f4d746;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 14px;
}
.list3 li span {
	font: 20px 'Georgia';
	color: #9b9b9b;
	margin-bottom: 3px;
}
.list3 li > img {
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.list3 li a {
	color: #9b9b9b;
	font: 14px/20px 'Open Sans';
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #6b5743;
	text-decoration: underline;
	-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: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
}
.list4 li a {
	color: #3e454c;
	font: 600 14px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #ffd64f;
	-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: 14px;
	line-height: 24px;
	margin-bottom: 33px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 9px;
}
.list6 li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #3e454c;
	margin-bottom: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #f3d645;
	-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 20px 'Open Sans';
	text-align: center;
	color: #ffffff;
	background: #f3d645;
	padding-top: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	margin-right: 19px;
	margin-top: 5px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
}
#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: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #c2c2c2;
	padding: 6px 15px 7px 14px;
	height: 33px;
	resize: none;
	margin-bottom: 36px;
}
#search-404 a {
	float: left;
	margin-top: 8px;
}
#search {
	position: relative;
	float: right;
	margin-top: 1px;
	margin-right: 21px;
}
#search a {
	position: absolute;
	top: 0px;
	right: -21px;
	width: 15px;
	height: 14px;
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search input {
	position: relative;
	width: 95px;
	outline: none;
	box-shadow: none;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	border-radius: 0;
	padding: 0 10px 0 13px;
	margin-right: 0;
	background: url(../img/search_bg.png) 0 bottom repeat-x;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 19px;
	line-height: 19px;
}
/*-----map-----*/
.map {
	margin: 4px 0 23px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
	border-bottom: 1px solid #ebeced;
	padding-bottom: 54px;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 390px;
	border: none;
	line-height: 0;
}
.info p {
	margin-bottom: 24px;
}
.info a:hover {
	color: #4b4b4b;
}
.info h4 {
	margin-bottom: 45px;
}
/*-----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: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #c2c2c2;
}
#contact-form label span {
	margin-bottom: 2px;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 248px;
	margin-right: 11px;
}
.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 14px;
	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: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #c2c2c2;
	padding: 6px 15px 7px 14px;
	height: 33px;
	resize: none;
}
#contact-form textarea {
	height: 118px;
	margin-bottom: 44px;
}
#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: 3px;
	top: 0;
}
#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: 28px;
	float: left;
	margin-left: 30px;
	color: #3e454c;
	font-weight: normal;
}
.mail {
	text-decoration: none;
	color: #f3d645;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #3e454c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
/* .container {
 padding: 0;
}*/
 .tel {
 width: 280px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 197px;
}
 .thumb-pad1 .thumbnail .caption h2 {
 font-size: 30px;
 line-height: 30px;
}
 .container1 {
 max-width: 1050px;
}
 header > .container > div {
 margin-top: 0;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 22px;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .foo-btn {
 right: 32px;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .list-romb-box {
 text-align: center;
}
 .errorBox > img {
 width: 100%;
}
 .tel p {
 font-size: 20px;
}
 .logosBox ul li {
 width: 25%;
}
 .thumb-pad1 .thumbnail .caption.starBox .st {
 float: none;
 display: block;
 margin-bottom: 10px;
}
 .starBox .fl {
 float: none !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 nav.tm_navbar {
 margin: 0 35px 0 0;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 40px;
}
 .thumb-pad1 .thumbnail .caption h2 {
 font-size: 30px;
 line-height: 30px;
}
 header {
 padding: 60px 0;
}
 .sloganBox {
 padding: 100px 0;
 text-align: center;
}
 .sloganBox .title1 {
 font-size: 70px;
 line-height: 70px;
}
 .sloganBox .title2 {
 font-size: 30px;
 line-height: 30px;
}
 .sloganBox .title3 {
 font-size: 17px;
 line-height: 18px;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 22px;
}
 nav.tm_navbar {
 float: none;
 margin: 0;
 text-align: center;
}
 nav.tm_navbar ul {
 display: inline-block;
}
 .mailBox p img {
 margin-top: 0px;
}
 .mailBox p a {
 font-size: 14px;
}
 .mailBox span img {
 margin-top: 6px;
}
 .mailBox span a {
 font-size: 14px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 148px;
}
 .info-box {
 width: 100%;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .foo-btn {
 right: 30px;
}
 .errorBox img {
 width: 100%;
}
 .list-romb-box {
 text-align: center;
}
 .thumb-pad4 figure,  .thumb-pad4-1 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img,  .thumb-pad4-1 figure img {
 width: 100%;
}
 footer br {
 display: block;
}
 .thumb-pad5 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .idealBox {
 width: 100%;
 float: none;
}
 .list_carousel2 #foo2 > li figure p {
 text-align: center;
}
 .list_carousel2 #foo2 > li figure a {
 float: none;
 display: inline-block;
}
 .thumb-pad4 figure {
 border-width: 7px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
 margin-top: 0;
}
 .thumb-pad1 .thumbnail .caption .fl {
 float: none;
 display: block;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 float: none;
 display: block;
}
 .logosBox ul li {
 width: 25%;
}
 .thumb-pad1 .thumbnail .caption.starBox .st {
 float: none;
 display: block;
 margin-bottom: 10px;
}
 .thumb-pad1 .thumbnail .caption .fl {
 float: none;
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 990px) {
 .select-menu {
 display: none;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #3e454c;
 background: #3e454c;
 color: #ffffff;
 cursor: pointer;
 margin-top: 10px;
 height: 30px;
 vertical-align: middle;
}
 h2 {
 font-size: 30px;
 line-height: 30px;
}
 footer .foo_menu {
 display: none;
}
 footer img {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 footer p {
 float: none;
 margin: 0;
}
 footer article div {
 float: none;
 width: 100%;
 text-align: center;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
 margin-top: 0;
 padding: 30px 0;
}
 .sloganBox {
 padding: 100px 0;
 text-align: center;
}
 .sloganBox .title1 {
 font-size: 70px;
 line-height: 70px;
}
 .sloganBox .title2 {
 font-size: 30px;
 line-height: 30px;
}
 .sloganBox .title3 {
 font-size: 17px;
 line-height: 18px;
}
 .thumb-pad1 .thumbnail .caption h2 {
 font-size: 30px;
 line-height: 30px;
}
 .bannerBox article {
 margin-bottom: 70px;
}
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad1 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad1-1 {
 margin-bottom: 60px;
}
 .thumb-pad9 figure {
 float: left;
 margin-right: 15px;
}
 .container1 {
 max-width: none;
 width: 100%;
}
 .foo-btn {
 right: 30px;
}
 #search {
 display: inline-block;
 float: none;
}
 #search input {
 width: 200px;
}
 header .container > div {
 padding-bottom: 0;
}
 .menuBox {
 margin-bottom: 0;
}
 header.indent {
 margin-top: 0;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
 margin-bottom: 0px;
 margin-top: 20px;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 {
 padding-bottom: 40px;
}
 .list5Box {
 margin-top: 80px;
}
 .tel {
 float: none;
}
 .tel img {
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .programsBox article {
 width: 100%;
 display: block;
 overflow: hidden;
 margin-bottom: 35px;
}
 .flickr_badge_image {
 width: 25%;
}
 .thumb-pad3 {
 margin-bottom: 70px;
}
 .thumb-pad3 figure {
 float: left;
 margin-right: 20px;
}
 .servicesBox {
 padding-bottom: 0px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .circleBox ul li {
 width: 160px;
 height: 160px;
}
 .dateBox: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;
}
 .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;
}
 .privacyBox {
 padding-bottom: 40px;
}
 .padTop,  .padTop1 {
 padding-top: 0 !important;
}
 .thumb-pad4-1 .thumbnail .caption {
 overflow: visible;
}
 .list_carousel2 #foo2 > li {
 padding-left: 40px;
 padding-right: 40px;
}
 .thumb-pad4 figure {
 border-width: 7px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
 .logosBox {
 margin-top: 50px;
}
 .logosBox ul li {
 width: 50%;
}
 .logosBox ul li:last-child {
 border-right: 1px solid #dcdddd;
}
 .thumb-pad9 {
 padding-bottom: 60px;
}
 .trainers-box {
 padding-top: 60px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
}
 .flickr_badge_image {
 width: 20%;
}
 .thumb-pad4 .thumbnail .caption p span {
 float: none;
 display: block;
}
 .thumb-pad4 .thumbnail .caption p a {
 float: none;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 float: none;
}
 .thumb-pad1 .thumbnail .caption .fl {
 float: none;
}
 .thumb-pad1 .thumbnail .caption.starBox .st {
 float: none;
 display: block;
 margin-bottom: 10px;
}
 .thumb-pad1 .thumbnail .caption .fl {
 float: none;
 display: block;
}
 .thumb-pad9 figure {
 float: none;
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 15px;
}
 .thumb-pad1 .thumbnail figure img {
 width: 100%;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad4-1 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4-1 figure img {
 width: 100%;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad5 .thumbnail .post .posted br {
 display: block;
}
 .thumb-pad5 .thumbnail .post .posted a {
 float: none !important;
}
 .circleBox ul li {
 width: 140px;
 height: 140px;
 padding-top: 20px;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 25px;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 float: none;
}
 .thumb-pad1 .thumbnail .caption .fl {
 float: none;
}
 .thumb-pad9 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 14px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 .sloganBox {
 padding: 100px 0;
 text-align: center;
}
 .sloganBox .title1 {
 font-size: 35px;
 line-height: 35px;
 margin-bottom: 5px;
}
 .sloganBox .title2 {
 font-size: 25px;
 line-height: 25px;
 padding: 0;
}
 .sloganBox .title3 {
 font-size: 15px;
 line-height: 18px;
}
 .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;
}
 .professionalBox article {
 width: 100%;
 float: none;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .circleBox ul {
 margin: -42px 0 0 0;
}
 .circleBox ul li {
 width: 100px;
 height: 100px;
 padding-top: 7px;
 float: none;
 margin-top: 0 !important;
}
 .circleBox p {
 font-size: 19px;
 margin-top: -16px;
}
 .circleBox p a {
 border-bottom-width: 1px;
}
 .thumb-pad4 .thumbnail .caption p span {
 font-size: 14px;
}
 .thumb-pad4 .thumbnail .caption p a {
 font-size: 14px;
}
 .servBox .padBot {
 padding-bottom: 10px;
}
 .servBox article {
 width: 100%;
 float: none;
}
 .logosBox ul li {
 width: 100%;
 float: none;
 border-bottom: 1px solid #dcdddd;
}
 .logosBox ul li {
 border-right: none !important;
}
 footer .pull-left {
 float: none !important;
}
 .follow_icon {
 float: none !important;
 display: inline-block;
 margin-bottom: 15px;
}
 footer .col-lg-12 {
 text-align: center;
}
 .testimonialsBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 .thumb-pad1 .thumbnail {
 text-align: center;
}
 .thumb-pad1 .thumbnail .caption h2 {
 font-size: 20px;
 line-height: 20px;
}
 .thumb-pad1 .thumbnail .caption h2 br {
 display: none;
}
 .thumb-pad1 .badge {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad1 .thumbnail > div {
 margin-bottom: 20px;
}
 #search input {
 width: 150px;
}
 .follow_icon li {
 margin-right: 5px;
}
 .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;
}
 .foo-btn {
 right: 0;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .trainerBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 132px;
}
.padBot {
	padding-bottom: 74px;
}
.padBot1 {
	padding-bottom: 91px;
}
.padBot2 {
	padding-bottom: 132px;
}
/*Core variables and mixins*/
