@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);


body {
	background: #ccd4e2;
	line-height: 1.42857;
	color: #202020;
	font-family: Sailec-Medium;
	font-size: 14px;
}
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: 18px;
	line-height: 18px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > img {
	width: 100%;
}
h2 {
	color: #006;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 800;
}
.reducedSize {
	font-family: "Open Sans";
	font-size: 28px;
	font-weight: 800;
	color: #202020;
	line-height: 33px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
h3 {
	color: #202020;
	font: 800 20px/20px 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 18px 0;
	letter-spacing: 1px;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.main {
	background: #dbe4f5 url(../img/picture1.png) center top no-repeat;
	padding-top: 232px;
}
.global {
	background: #dbe4f5;
	padding-top: 49px;
}
.global h1.navbar-brand_ {
	margin-bottom: 93px;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
}
nav.tm_navbar ul {
	text-align: center;
}
nav.tm_navbar li {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	position: relative;
	margin-right: 45px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 800 16px 'Open Sans';
	color: #202020;
	background: #ffffff;
	letter-spacing: 1px;
	padding: 31px 0 32px 0;
	width: 161px;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.active > a {
	color: #dae4f4;
	background: #202020;
}
nav.tm_navbar li > a:hover {
	color: #dae4f4;
	background: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a {
	color: #dae4f4;
	background: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 3px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 5px;
	position: absolute;
	width: 100%;
	bottom: 23px;
	left: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 228px;
	left: 0;
	top: 85px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #202020;
	padding: 28px 0 28px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 800 16px 'Open Sans';
	color: #dae4f4;
	text-transform: uppercase;
	padding: 1px 0 1px 38px;
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	margin-left: 30px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	top: -2px;
}
nav.tm_navbar .sub-menu > li > a:hover {
	text-decoration: none;
	color: #202020 !important;
	background: #dae4f4 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.nav-collapse .sub-menu > li.sfHover > a {
	text-decoration: none;
	color: #202020 !important;
	background: #dae4f4 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 228px;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: transparent;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 800 16px 'Open Sans';
	color: #dae4f4;
	text-transform: uppercase;
	padding: 1px 0 1px 58px;
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #dae4f4 !important;
	background: #37393d !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	background: #ffffff;
	border-bottom: 11px solid #d0d9ea;
}
header .container1 .container > div {
	margin-top: 0;
}
footer {
	padding: 52px 0 57px 0;
	text-align: center;
	background: #ccd4e2;
	letter-spacing: 1px;
}
footer img {
	margin-bottom: 7px;
}
footer p {
	font: 800 12px 'Open Sans';
	color: #8b98ae;
	text-transform: uppercase;
}
footer a {
	font: 800 12px 'Open Sans';
	color: #8b98ae;
	text-transform: uppercase;
}
footer a:hover {
	color: #8b98ae;
	text-decoration: underline;
}
.sloganBox {
	background: url(../img/picture1.jpg) center 0 no-repeat;
	padding: 330px 0 0 0;
	min-height: 509px;
	text-align: center;
	margin-top: 6px;
}
.sloganBox .title1 {
	font: bold 40px/25px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.sloganBox .title2 {
	font: bold 14px/18px 'Open Sans';
	color: #ffffff;
	letter-spacing: 0;
	margin-bottom: 25px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.bannerBox {
	margin-top: 45px;
	margin-bottom: 49px;
}
.bannerBox .banner-box1 > div {
	padding-right: 30px;
}
.bannerBox .banner-box1 p {
	color: #202020;
}
.bannerBox .banner-box1 .center_btn {
	background: #ccd4e2;
	display: inline-block;
	padding: 0 0 0 18px;
	height: 69px;
	width: 100%;
	margin-top: 2px;
	letter-spacing: 1px;
}
.bannerBox .banner-box1 .center_btn span {
	float: left;
	font: 800 20px/20px 'Open Sans';
	text-transform: uppercase;
	color: #8b98ae;
	margin: 14px 0 15px 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.bannerBox .banner-box1 .center_btn strong {
	float: right;
	display: inline-block;
	position: relative;
	background: #8b98ae;
	height: 100%;
	width: 60px;
	text-align: center;
	padding-top: 19px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.bannerBox .banner-box1 .center_btn strong em {
	display: inline-block;
	background: url(../img/more_triangle.png) no-repeat;
	width: 6px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 28px;
}
.bannerBox .banner-box1 .center_btn:hover span {
	color: #202020;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.bannerBox .banner-box1 .center_btn:hover strong {
	background: #202020;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.bannerBox .call-box {
	padding-top: 8px;
}
.bannerBox .call-box h2 {
	font-size: 12px;
	line-height: 14px;
	color: #d50202;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.bannerBox .call-box .tel {
	color: #d50202;
	font: 800 30px/30px 'Open Sans';
	text-transform: uppercase;
	margin-top: -9px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.bannerBox .call-box .call_info p {
	font: 800 12px/16px 'Open Sans';
	color: #282828;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bannerBox .call-box .call_info p a {
	color: #d50202;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.bannerBox .call-box .call_info p a:hover {
	color: #8b98ae;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-box2 {
	margin-bottom: 53px;
}
.banner-box2 h2 {
	color: #8b98ae;
	margin-bottom: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-box2 h2 span {
	color: #202020;
}
.banner-box2 h3 {
	color: #8b98ae;
	margin-bottom: 8px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-box2 .margBot {
	margin-bottom: 0;
}
.banner-box2 p {
	text-transform: uppercase;
	color: #8b98ae;
	margin-bottom: 9px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-box2 .color {
	color: #202020;
}
.banner-box2 em {
	display: block;
	width: 170px;
	height: 11px;
	background: #bdc8d8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-box2:hover h2, .banner-box2:hover h3, .banner-box2:hover p {
	color: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-box2:hover em {
	background: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.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;
}
.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: 56px;
}
.error-box {
	padding-bottom: 38px;
}
.errorBox {
	text-align: center;
	margin-top: 4px;
}
.errorBox > img {
	display: inline-block;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 28px;
	height: 19px;
	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: 49px;
}
.banner-box {
	padding-top: 40px;
	margin-bottom: 47px;
}
.banner-box hr {
	border-bottom: none;
	border-top: 1px solid #ebeced;
}
.galleryBox {
	overflow: hidden;
	padding-bottom: 23px;
}
.galleryBox h2 {
	margin: 0 0 23px 0;
}
.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: 61px;
	padding-bottom: 31px;
}
.testimonialsBox h4 {
	margin-bottom: 58px;
}
.testimonialsBox img {
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}
.testimonialsBox a {
	color: #8b98ae;
	font: 800 14px 'Open Sans';
	margin-top: 18px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox a:hover {
	color: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox article {
	margin-top: -3px;
}
.trainerBox {
	margin-bottom: 16px;
	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;
}
/*-----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: 0 0 16px 0;
	margin-bottom: 0;
	background: #ffffff;
	border-bottom: 4px solid #7e7da8;
	margin-bottom: 29px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	margin-bottom: 25px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #202020;
	overflow: hidden;
	padding-left: 19px;
	padding-right: 19px;
}
.thumb-pad1 .thumbnail .caption a {
	font: 24px/22px 'Quicksand';
	color: #242424;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 13px;
	display: inline-block;
}
.thumb-pad1 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad1 .thumbnail .caption .title1 {
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #7e7da8;
	margin-bottom: 13px;
}
.thumb-pad1 .thumbnail .caption .title2 {
	font: 14px/24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #7e7da8;
	margin-bottom: 13px;
}
.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: #202020;
	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: #202020;
	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;
	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 28px 19px;
	color: #202020;
	overflow: hidden;
	background: #ccd4e2;
}
.thumb-pad3 .thumbnail .caption p a {
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #202020;
}
.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 {
	overflow: hidden;
	margin-bottom: 10px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 16px 0 28px 0;
	color: #202020;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p a {
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption p a:hover {
	color: #8b98ae;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 figure {
	margin: 0;
}
.thumb-pad4 figure a {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad4 figure a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.blogBox {
	padding-bottom: 51px;
}
.thumb-pad5 {
	margin-bottom: 45px;
	padding-top: 0;
}
.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;
	overflow: hidden;
	color: #202020;
}
.thumb-pad5 .thumbnail .caption .lnk {
	color: #302f46;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
	color: #8fbf56;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption time {
	color: #7e7da8;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	display: inline-block;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 17px;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.thumb-pad5 .thumbnail .badgeBox a {
	color: #202020;
	font: 300 18px/20px 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	-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: 5px;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
	padding-bottom: 10px;
}
.thumb-pad9 figure {
	margin: 0;
	margin-bottom: 15px;
}
.thumb-pad9 figure > img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #202020;
}
/*-----carousel-----*/
.carouselBox {
	padding-top: 113px;
}
.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 {
	position: relative;
	overflow: hidden;
	float: left;
	cursor: default;
	text-align: center;
	margin-right: 30px;
	padding: 20px 0 1px 0;
	border-top: 11px solid #202020;
	border-bottom: 11px solid #202020;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list_carousel2 #foo2 > li .title {
	color: #202020;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
	letter-spacing: 1px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
}
.list_carousel2 #foo2 > li > div {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #202020;
	padding: 83px 15px 0 15px;
	opacity: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list_carousel2 #foo2 > li > div p {
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #dae4f4;
	margin-bottom: 15px;
}
.list_carousel2 #foo2 > li:hover {
	background: #202020;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list_carousel2 #foo2 > li:hover .title {
	color: #dae4f4;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list_carousel2 #foo2 > li:hover > div {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list_carousel2 #foo2 > li figure {
	position: relative;
	z-index: 0;
	margin: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list_carousel2 #foo2 > li figure img {
	width: 100%;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 23px !important;
}
.list_carousel2 .prev, .list_carousel2 .next {
	display: inline-block;
	width: 18px;
	height: 27px;
	cursor: pointer;
	bottom: 0;
	margin: 0 4px;
}
.list_carousel2 .list_btn {
	width: 100%;
	text-align: center;
}
.list_carousel2 .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.carouselBox1 {
	background: #ccd4e2;
	padding: 0 0 0 0;
	margin-bottom: 33px;
}
.list_carousel1.responsive {
	width: auto;
	margin: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 h2 {
	font: 25px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 19px;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel1 #foo1 > li figure {
	margin: 0;
	float: left;
	margin-right: 30px;
}
.list_carousel1 #foo1 > li > div {
	overflow: hidden;
	padding-top: 45px;
}
.list_carousel1 #foo1 > li > div .quote_left {
	float: left;
	margin-right: 11px;
	position: relative;
	top: -29px;
}
.list_carousel1 #foo1 > li > div .quote_right {
	float: right;
	margin-top: -35px;
}
.list_carousel1 #foo1 > li > div p {
	color: #8b98ae;
}
.list_carousel1 #foo1 > li > div p strong {
	color: #202020;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	z-index: 1 !important;
}
.list_carousel1 .prev1, .list_carousel1 .next1 {
	display: inline-block;
	width: 18px;
	height: 27px;
	cursor: pointer;
	bottom: 0;
	margin: 0 4px;
}
.list_carousel1 .list_btn {
	width: 100%;
	text-align: center;
}
.list_carousel1 .prev1 {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next1 {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .prev1:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next1:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.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;
	color: #8b98ae;
	-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;
	color: #202020;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #f94902 !important;
	color: #202020;
}
.pagination a span {
	display: none;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 800 12px 'Open Sans';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #dae4f4;
	border: none;
	text-transform: uppercase;
	background: none !important;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: none !important;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: 800 12px 'Open Sans';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #202020;
	border: none;
	text-transform: uppercase;
	text-decoration: underline;
	background: none !important;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #8b98ae;
	background: none !important;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 30px;
	font: bold 14px 'Arial';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 0px 2px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.22);
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#94d743), to(#8fbf56));
	background-image: -webkit-linear-gradient(top, #94d743, 0%, #8fbf56, 100%);
	background-image: -moz-linear-gradient(top, #94d743 0%, #8fbf56 100%);
	background-image: linear-gradient(to bottom, #94d743 0%, #8fbf56 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94d743', endColorstr='#ff8fbf56', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3:hover {
	color: #ffffff;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#8fbf56), to(#94d743));
	background-image: -webkit-linear-gradient(top, #8fbf56, 0%, #94d743, 100%);
	background-image: -moz-linear-gradient(top, #8fbf56 0%, #94d743 100%);
	background-image: linear-gradient(to bottom, #8fbf56 0%, #94d743 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8fbf56', endColorstr='#ff94d743', GradientType=0);
	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;
	list-style: none;
}
.list1 li {
	font-size: 13px;
	line-height: 18px;
	float: none;
	padding: 0 0 0 14px;
	margin: 0 0 7px 0;
	background: url(../img/list_arrow.png) left 8px no-repeat;
}
.list1 li a {
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	color: #7e7da8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 a:hover {
	color: #302f46;
	-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: 13px;
	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: 13px;
	line-height: 18px;
	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: 13px;
	line-height: 18px;
	margin-bottom: 33px;
}
.list5Box .list1 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 55px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 18px;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li a {
	color: #202020;
	font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 18px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #8b98ae;
	-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: 800 20px 'Open Sans';
	color: #cbd5e6;
	background: #8b98ae;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	margin-right: 19px;
	padding-top: 9px;
	margin-top: 4px;
}
.list8 {
	margin: 0;
	padding: 0;
	margin-top: -4px;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 28px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h2 {
	margin-bottom: 0;
}
/*-----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 #ccd4e2;
	background: #ffffff;
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #202020;
	padding: 6px 15px 7px 10px;
	height: 33px;
	resize: none;
	margin-bottom: 15px;
}
#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: 13px 'Trebuchet MS', 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: 5px 0 67px 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: 28px;
}
.info a:hover {
	color: #4b4b4b;
}
.info h2 {
	margin-bottom: 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	margin: 0;
	float: right;
	margin-top: 3px;
}
#newsletter label {
	position: relative;
	width: 286px;
	height: 42px;
	float: left;
	margin-bottom: 0;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	font: 12px 'Quicksand';
	line-height: 18px;
	color: #767676;
	text-transform: uppercase;
	background: url(../img/search_bg.png) repeat-x;
	height: 42px;
	width: 100%;
	padding: 11px 20px 11px 20px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #e9e9e9;
}
#newsletter .error {
	position: absolute;
	top: 44px;
	right: 0px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #8fbf56;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .btns a {
	position: absolute;
	top: 9px;
	right: 13px;
	opacity: 1;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#newsletter .btns a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border-radius: 0px;
	padding: 5px 12px 5px 12px;
	font: 12px 'Arial';
	color: #767676;
	border: 1px solid #e9e9e9;
	text-align: center;
	background: #e9e9e9;
	height: 42px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
	margin-top: 23px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 43px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #202020;
}
#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: 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 #ccd4e2;
	background: #f6f6f7;
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #202020;
	padding: 6px 15px 7px 10px;
	height: 33px;
	resize: none;
}
#contact-form textarea {
	height: 111px;
	margin-bottom: 22px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #202020;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #ccd4e2;
	background: #ffffff;
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #202020;
	padding: 6px 15px 7px 10px;
	height: 33px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns a {
	float: left;
}
.btns p {
	margin-top: 0;
	margin-left: 21px;
	float: left;
}
.mail {
	text-decoration: none;
	color: #d50202;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #202020;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel2 #foo2 > li {
 width: 170px !important;
}
 .list_carousel1 #foo1 > li {
 width: 1070px !important;
}
 .list_carousel1 .list_btn {
 position: absolute;
 text-align: right;
 top: 0;
 right: 0;
 margin-right: -85px;
 margin-top: 65px;
 z-index: 0;
}
 .banner-box2 > div {
 padding-right: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 198px;
}
 nav.tm_navbar li {
 margin-right: 25px;
}
 .thumb-pad1 .thumbnail .caption a {
 font-size: 17px;
 line-height: 19px;
}
 h1.navbar-brand_ {
 padding: 0 50px;
}
 .carouselBox1 {
 padding-bottom: 20px;
}
 .list_carousel2 #foo2 > li {
 padding: 6px 0 1px 0;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 11px;
 line-height: 13px;
}
 .list_carousel2 #foo2 > li > div {
 padding: 65px 5px 0 5px;
}
 .list_carousel2 #foo2 > li > div p {
 font-size: 11px;
 line-height: 15px;
}
 .list_carousel2 #foo2 > li > div .btn-default.btn1 {
 font-size: 11px;
}
 .bannerBox .call-box .tel {
 font-size: 21px;
 line-height: 26px;
}
 .bannerBox .banner-box1 > div {
 padding-right: 0;
}
 .bannerBox .banner-box1 .center_btn span {
 margin: 19px 0 15px 0;
 font-size: 14px;
 line-height: 17px;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 30px !important;
}
 .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%;
}
 .logosBox ul li {
 width: 25%;
}
 .starBox .fl {
 float: none !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 nav.tm_navbar li {
 margin-right: 0;
}
 nav.tm_navbar li a {
 padding: 20px 0 20px 0;
 width: 130px;
}
 nav.tm_navbar .sub-menu > ul {
 top: 62px;
}
 nav.tm_navbar li a span {
 bottom: 14px;
}
 h1.navbar-brand_ {
 padding: 0 50px;
}
 .main {
 padding-top: 130px;
}
 .list_carousel2 #foo2 > li {
 padding: 6px 0 1px 0;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 11px;
 line-height: 13px;
}
 .list_carousel2 #foo2 > li > div {
 padding: 62px 5px 0 5px;
}
 .list_carousel2 #foo2 > li > div p {
 font-size: 11px;
 line-height: 15px;
 margin-bottom: 7px;
}
 .list_carousel2 #foo2 > li > div .btn-default.btn1 {
 font-size: 11px;
}
 .bannerBox article {
 margin-bottom: 50px;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 30px !important;
}
 .list6 li .badge {
 float: none;
 margin-right: 0;
 margin-bottom: 5px;
}
 .sloganBox {
 text-align: center;
}
 .sloganBox .title1 {
 font-size: 40px;
 line-height: 25px;
}
 .sloganBox .title2 {
 font-size: 14px;
 line-height: 18px;
}
 .thumb-pad1 .thumbnail .caption a {
 font-size: 17px;
 line-height: 19px;
}
 .mailBox p img {
 margin-top: 0px;
}
 .mailBox p a {
 font-size: 14px;
}
 .mailBox span img {
 margin-top: 6px;
}
 .mailBox span a {
 font-size: 14px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
}
 .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%;
}
 .thumb-pad5 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure {
 border-width: 7px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
 .logosBox ul li {
 width: 25%;
}
 .carouselBox1 {
 padding-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 #202020;
 background: #202020;
 color: #ffffff;
 cursor: pointer;
 margin-top: 0;
 height: 30px;
 vertical-align: middle;
}
 .main {
 padding-top: 60px;
 background: #dbe4f5 url(../img/picture1.jpg) right top no-repeat;
}
 h1.navbar-brand_ {
 padding: 0 50px;
}
 header {
 padding-top: 30px;
 padding-bottom: 30px;
}
 .carouselBox1 {
 padding-bottom: 20px;
}
 .list_carousel2 #foo2 > li {
 padding: 6px 0 1px 0;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 16px;
 line-height: 18px;
 margin-bottom: 50px;
}
 .list_carousel2 #foo2 > li > div {
 padding: 80px 5px 0 5px;
}
 .list_carousel2 #foo2 > li > div p {
 font-size: 13px;
 line-height: 18px;
 margin-bottom: 7px;
}
 .list_carousel2 #foo2 > li > div .btn-default.btn1 {
 font-size: 12px;
}
 .bannerBox article {
 margin-bottom: 50px;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 30px !important;
}
 .sloganBox {
 min-height: 360px;
}
 .sloganBox {
 text-align: center;
 padding: 180px 0 0 0;
}
 .sloganBox .title1 {
 font-size: 40px;
 line-height: 25px;
}
 .sloganBox .title2 {
 font-size: 14px;
 line-height: 18px;
}
 .circleBox1 {
 margin-top: 0;
 text-align: center;
 margin-bottom: 20px;
}
 .circleBox1 figure {
 display: inline-block;
}
 .unlockBox {
 padding-top: 30px;
}
 .class-box {
 width: 50%;
 float: left;
}
 nav.tm_navbar ul {
 margin-bottom: 30px;
}
 .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;
}
 .menuBox {
 margin-bottom: 0;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
 margin-bottom: 40px;
 margin-top: 20px;
}
 .thumb-pad1 .thumbnail .caption a {
 font-size: 17px;
 line-height: 18px;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 {
 padding-bottom: 40px;
}
 .list5Box {
 padding-bottom: 51px;
}
 .programsBox article {
 width: 100%;
 display: block;
 overflow: hidden;
 margin-bottom: 35px;
}
 .flickr_badge_image {
 width: 25%;
}
 .galleryBox article {
 width: 50%;
 float: left;
}
 .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;
}
 .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;
}
 .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) {
 .list_carousel2 #foo2 > li {
 padding: 6px 0 1px 0;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 16px;
 line-height: 18px;
 margin-bottom: 50px;
}
 .list_carousel2 #foo2 > li > div {
 padding: 80px 5px 0 5px;
}
 .list_carousel2 #foo2 > li > div p {
 font-size: 13px;
 line-height: 18px;
 margin-bottom: 7px;
}
 .list_carousel2 #foo2 > li > div .btn-default.btn1 {
 font-size: 12px;
}
 .list_carousel1 #foo1 > li figure {
 float: none;
 margin-right: 0;
 margin-bottom: 5px;
}
 .list_carousel1 #foo1 > li figure img {
 width: 100%;
}
 .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-pad9 figure {
 float: none;
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .list_carousel2 #foo2 > li {
 padding: 6px 0 1px 0;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 16px;
 line-height: 18px;
 margin-bottom: 50px;
}
 .list_carousel2 #foo2 > li > div {
 padding: 67px 5px 0 5px;
}
 .list_carousel2 #foo2 > li > div p {
 font-size: 11px;
 line-height: 15px;
 margin-bottom: 7px;
}
 .list_carousel2 #foo2 > li > div .btn-default.btn1 {
 font-size: 11px;
}
 .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-pad9 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 14px;
}
 .sloganBox .title1 {
 font-size: 25px;
 line-height: 25px;
}
 .sloganBox .title2 {
 font-size: 14px;
 line-height: 18px;
 font-weight: normal;
 letter-spacing: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 h1.navbar-brand_ {
 padding: 0 15px;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 13px;
 line-height: 16px;
 margin-bottom: 50px;
}
 footer img {
 width: 100%;
 padding: 0 66px;
}
 .dateBox {
 width: 100%;
 float: none;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .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;
}
 .testimonialsBox article {
 width: 100%;
 float: none;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 340px) {
 .list_carousel2 #foo2 > li .title {
 font-size: 11px;
 line-height: 15px;
}
 .list_carousel2 #foo2 > li > div {
 padding: 53px 5px 0 5px;
}
}
@media (max-width: 320px) {
 .list_carousel2 #foo2 > li > div {
 padding: 78px 5px 0 5px;
}
 .list_carousel2 #foo2 > li > div p {
 display: none;
}
 .list_carousel2 #foo2 > li .title {
 margin-bottom: 20px;
}
 .bannerBox .call-box .tel {
 font-size: 21px;
 line-height: 26px;
}
 .bannerBox .banner-box1 .center_btn span {
 font-size: 15px;
 line-height: 17px;
 margin: 17px 0 15px 0;
}
 h2 {
 font-size: 18px;
 line-height: 22px;
}
 h3 {
 font-size: 15px;
 line-height: 17px;
}
 footer img {
 width: 100%;
 padding: 0 10px;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .thumb-pad4 .thumbnail .posted br {
 display: block!important;
}
 .thumb-pad4 .thumbnail .posted a {
 float: none!important;
}
 .list6 li .badge {
 float: none;
 margin-right: 0;
 margin-bottom: 5px;
}
 .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;
}
 .sloganBox .title1,  .sloganBox .title2 {
 line-height: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/

.topspace {
	padding-top: 25px;
}
.leftspace {
	padding-left: 20px;
}
