@import url(//fonts.googleapis.com/css?family=Gentium+Basic:400,700);
body {
	background: #009edf url(../img/pattern1.png) repeat;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000;  
}
a {
	text-decoration: none; 
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	/*! margin-bottom: 21px; */ 
	/*! line-height: 21px; */
}
p.indent {
	/*! margin-bottom: 60px; */
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	margin: 0 0 18px 0;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 0;
}
h2 span {
	background: #f7f7f7;
	padding: 0 15px;
	font: bold 24px/30px 'Gentium Basic';
	color: #000000;
}
h2 em {
	position: absolute;
	top: 19px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #cdcdcd;
	z-index: -1;
}
h2.indent span {
	background: #f7f7f7;
}
h3 {
	font: bold 24px/30px 'Gentium Basic';
	color: #000000;
	margin: 0 0 23px 0;
}
h4 {
	font: 22px/24px 'Gentium Basic';
	color: #000000;
	margin: 0 0 10px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f7f7f7;
}
.global.indent {
	padding: 53px 0 0 0;
	background: #f7f7f7;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	background: #3a6bae;
	padding: 23px 0 29px 0;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 22px 0 0 0; 
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 21px;
	padding: 0 0 2px 0;
	/*! margin-left: 38px; */
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 9px;
	text-align: center;
	font: 14px 'Gentium Basic';
	color: #fff;
	text-transform: uppercase;
	background: none;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: feffff;
	background: none;
	border-bottom-color: #009edf;
}
nav.tm_navbar li > a:hover {
	color: feffff;
	background: none;
	border-bottom-color: #009edf;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: feffff;
	background: none;
	border-bottom-color: #009edf;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -7px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 110px;
	left: 7px;
	top: 51px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3a6bae;
	border-radius: 0;
	padding: 29px 10px 16px 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 13px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	border: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #999999 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #999999 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 107px;
	left: 94px;
	top: -10px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 10px 10px 10px 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	border: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #999 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
	background: #ffffff;
}
header.indent {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
footer {
	text-align: center;
	padding: 60px 0;
}
footer p {
	margin-bottom: 39px;
	font: 14px 'Gentium Basic';
	color: #cdcdcd;
	text-transform: uppercase;
}
footer p a {
	font: 14px 'Gentium Basic';
	color: #cdcdcd;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: feffff;
}
footer em {
	font-style: normal;
}
footer .titile {
	font: bold 48px/50px 'Gentium Basic';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}
footer strong {
	font: 18px 'Gentium Basic';
	text-transform: uppercase;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
footer strong span {
	color: #3a6bae;
}
#toTop {
	display: inline-block !important;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: relative;
	z-index: 999;
	margin: 0 !important;
	left: 0 !important;
	right: 0 !important;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.follow-box {
	overflow: hidden;
	padding: 7px 0 12px 0;
	background: #ffffff url(../img/dotted.png) 0 bottom repeat-x;
}
.follow-box p {
	float: left;
	font: 16px 'Gentium Basic';
	color: #3f3f3f;
	margin: 4px 0 0 0;
}
.follow-box p > a {
	font: bold 18px 'Gentium Basic';
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box p > a:hover {
	color: feffff;
}
.follow-box p span {
	font-size: 24px;
}
.follow_icon {
	padding: 0;
	margin: 7px 0 0 0;
	float: right;
	list-style: none;
}
.follow_icon li {
	display: inline-block;
	margin-left: 13px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon li a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
.follow_icon2 {
	padding: 0;
	margin: 0 0 26px 0;
	list-style: none;
}
.follow_icon2 li {
	display: inline-block;
	margin-left: 13px;
}
.follow_icon2 li:first-child {
	margin-left: 0;
}
.follow_icon2 li a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon2 li a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
.tools-box {
	padding-bottom: 46px;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #e8e8e8;
	padding-top: 16px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.servicesBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.servicesBox .col-lg-4 {
	margin-bottom: 65px;
}
.servicesBox .col-lg-4 p {
	margin-bottom: 27px;
}
.servicesBox hr {
	border-top: 1px solid #eee;
	margin: 0;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.gallery-box {
	padding-bottom: 29px;
}
.blogBox {
	margin-bottom: 48px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.center-box {
	padding: 82px 0 84px 0;
	margin-bottom: 54px;
	background: #3a6bae url(../img/pattern2.png) repeat;
}
.client-box {
	padding-bottom: 42px;
}
.client-box2 {
	margin-top: 57px;
	padding-bottom: 87px;
}
.articles-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 119px 0 96px 0;
	margin-bottom: 34px;
}
.articles-box .title1 {
	font: bold 48px/48px 'Gentium Basic';
	color: #ffffff;
	margin-bottom: 20px;
}
.articles-box .title2 {
	font: 14px/24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.articles-box .title-box {
	padding-top: 104px;
}
.articles-box .name {
	color: #ffffff;
	font: 18px 'Gentium Basic';
	margin-left: 0;
	margin-bottom: 7px;
}
.articles-box figure {
	float: left;
	margin-right: 15px;
}
.articles-box .quote-box {
	border: 2px solid #ffffff;
	border-bottom: none;
	padding: 72px 10px 35px 18px;
	position: relative;
	margin-bottom: 38px;
}
.articles-box .quote-box i {
	position: absolute;
	display: inline-block;
	top: 49px;
	left: 22px;
	width: 26px;
	height: 18px;
	background: url(../img/quote_left.png) no-repeat;
}
.articles-box .quote-box strong {
	position: absolute;
	display: inline-block;
	bottom: 50px;
	right: 20px;
	width: 26px;
	height: 18px;
	background: url(../img/quote_right.png) no-repeat;
}
.articles-box .quote-box p {
	color: #ffffff;
	font: 16px/28px 'Gentium Basic';
}
.articles-box .quote-box em {
	position: absolute;
	display: block;
	bottom: -31px;
	left: 0;
	height: 33px;
	width: 100%;
	background: url(../img/quote_line.png) center bottom no-repeat;
}
.newsform-box {
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 52px 0;
	margin-bottom: 60px;
}
.newsform-box p {
	font: 18px 'Istok Web';
	color: #ffffff;
	margin-bottom: 0;
	float: left;
}
.newsform-box p strong {
	font-size: 24px;
	color: #e22004;
}
.follow_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_list li {
	margin-bottom: 23px;
	display: block;
}
.follow_list li span {
	float: left;
	font-size: 25px;
	color: #ce3b28;
	margin-right: 16px;
}
.follow_list li a {
	font: 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ce3b28;
}
.who-box .col-lg-4 {
	margin-bottom: 52px;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.headlines-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.values-box p {
	color: #737885;
}
.errorBox {
	text-align: center;
}
.err-box {
	background: #f8f8f8;
	padding: 58px 0 80px 0;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.err-box p {
	color: #737885;
}
.searchBox {
	background: #f8f8f8;
	padding: 58px 0 40px 0;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.testimBox {
	margin-top: 16px;
}
/*-----carousel-----*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 40px;
}
.list_carousel2 #foo2 > li figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel2 #foo2 > li figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2.indent .prev2 {
	top: 40px;
}
.list_btn2.indent .next2 {
	top: 40px;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	width: 18px;
	height: 25px;
	cursor: pointer;
	float: left;
	position: absolute;
	margin: 0 6px;
	top: 24px;
}
.list_btn2 .prev2 {
	background: url(../img/prev3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next2 {
	float: right;
	right: 0;
	background: url(../img/next3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .prev2:hover {
	background: url(../img/prev3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next2:hover {
	background: url(../img/next3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----thumbs-----*/
.thumb-pad00 {
	margin: 0;
	overflow: hidden;
	background: #4c4c4c;
	background: rgba(127, 127, 127, 0.4);
}
.thumb-pad00 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad00 .thumbnail .caption {
	padding: 45px 0 0 20px;
	overflow: hidden;
	float: left;
	width: 160px;
}
.thumb-pad00 .thumbnail .caption .title {
	font: bold 30px/30px 'Gentium Basic';
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad00 .thumbnail .caption .description {
	font: bold 24px/24px 'Gentium Basic';
	color: #ffffff;
	margin-bottom: 9px;
}
.thumb-pad00 .thumbnail .caption hr {
	margin: 0 0 18px 0;
	border-top: 1px solid #979797;
	width: 131px;
}
.thumb-pad00 .thumbnail .caption p {
	color: #ffffff;
	font: 13px/21px 'Arial';
}
.thumb-pad00 figure {
	margin: 0;
	float: right;
}
.thumb-pad0 {
	margin: 0 0 70px 0;
	overflow: hidden;
}
.thumb-pad0.indent {
	margin: 0 0 37px 0;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption {
	padding: 7px 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 15px 0 18px 0;
	color: #949494;
	font-size: 13px;
	line-height: 24px;
}
.thumb-pad0 .thumbnail .caption a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 .thumbnail .caption a:hover {
	color: #e22004;
}
.thumb-pad0 figure {
	margin: 0 9px 0 0;
	float: left;
}
.thumb-pad1-1 {
	margin: 0 0 40px;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad1-1 figure {
	margin: 0 0 20px 0;
}
.thumb-pad1-1 figure img {
	width: 100%;
}
.thumb-pad1 {
	margin: 0 0 90px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
	font: 18px/21px 'Gentium Basic';
	color: #353535;
	float: left;
}
.thumb-pad1 .thumbnail .caption .btn2 {
	float: right;
}
.thumb-pad1 figure {
	margin: 0 0 29px 0;
	float: none;
}
.thumb-pad2 {
	margin: 0 0 59px 0;
	overflow: hidden;
}
.thumb-pad2:hover figure img {
	margin-top: -47px;
}
.thumb-pad2:hover .btn-default.btn4 {
	color: #495060 !important;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin: 9px 0 14px 0;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 22px/24px 'Gentium Basic';
	color: #495060;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption .title:hover {
	color: feffff;
}
.thumb-pad2 figure {
	margin: 0 15px 0 0;
	float: left;
	width: 47px;
	height: 47px;
	overflow: hidden;
}
.thumb-pad3 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 93px;
}
.thumb-pad3 em {
	font-size: 20px;
	line-height: 47px;
	display: inline-block;
	color: #ffffff;
	width: 47px;
	height: 47px;
	text-align: center;
	border-radius: 5px;
	background: #000000;
	margin-top: 4px;
	margin-bottom: 26px;
}
.thumb-pad3 .title {
	font: 22px/24px 'Gentium Basic';
	color: #000000;
}
.thumb-pad3 .btn2 {
	margin: 0 !important;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #949494;
	overflow: hidden;
}
.popular-box {
	padding-bottom: 18px;
	margin-bottom: 44px;
	border-bottom: 1px solid #e8e8e8;
}
.popular-box.indent {
	border-bottom: none;
	margin-bottom: 56px;
	padding-bottom: 0;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4.indent {
	background: #d6d6d6;
	margin: 0 0 89px 0;
}
.thumb-pad4.indent .thumbnail .caption {
	padding: 0 20px;
}
.thumb-pad4 .btn2 {
	margin: 0 !important;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .title {
	font: 22px 'Gentium Basic';
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad4 .thumbnail .title:hover {
	color: #ffffff;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p {
	margin-top: 9px;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 22px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .name {
	font: italic 18px 'Istok Web';
	color: #1e2731;
	margin-left: 30px;
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .name a {
	font-weight: bold;
	font-style: normal;
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .name a:hover {
	color: #e22004;
}
.thumb-pad5 .thumbnail .caption {
	padding: 42px 20px 24px 20px;
	color: #949494;
	margin-bottom: 38px;
	border: 2px solid #cecece;
	position: relative;
}
.thumb-pad5 .thumbnail .caption i {
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 22px;
	width: 26px;
	height: 18px;
	background: url(../img/quote_left2.png) no-repeat;
}
.thumb-pad5 .thumbnail .caption strong {
	position: absolute;
	display: inline-block;
	bottom: 27px;
	right: 60px;
	width: 26px;
	height: 18px;
	background: url(../img/quote_right2.png) no-repeat;
}
.thumb-pad5 .thumbnail .caption em {
	position: absolute;
	display: block;
	bottom: -33px;
	left: 30px;
	width: 35px;
	height: 33px;
	background: url(../img/tr.png) no-repeat;
}
.thumb-pad5 .thumbnail .caption p {
	font: italic 16px/28px 'Istok Web';
	margin-bottom: 0;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 83px;
}
.thumb-pad6 a {
	font: 22px 'Gentium Basic';
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 a:hover {
	color: feffff;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	color: #949494;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 0 3px 0 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 19px;
	font: bold 16px/34px 'Gentium Basic';
	margin: 0;
	text-shadow: none;
	color: #000000;
	border-radius: 5px;
	text-transform: uppercase;
	background: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: feffff;
	text-decoration: none !important;
	text-shadow: 1px 1px 0 #e8ba00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 18px;
	font: 16px/36px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 0 30px;
	text-shadow: none;
	color: #ffffff;
	border-radius: 5px;
	background: #3a6bae;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: feffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 21px;
	font: 13px/34px 'Gentium Basic';
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #0b0b0b;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: feffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 27px;
	font: 14px/39px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #e22004;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #e22004;
	background: #b7babe;
	background: rgba(255, 255, 255, 0.27);
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 87px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1.indent li {
	border-bottom: 1px solid #bec0c3;
	background: url(../img/list_arrow2.png) left 7px no-repeat;
}
.list1-1.indent li a {
	color: #ffffff;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 0 0 9px 14px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list1-1 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list1-1 li a {
	font: 12px 'Arial';
	color: #5f6775;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #e22004;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 9px;
}
.list1 li em {
	float: left;
	margin-right: 14px;
	font: bold 30px/47px 'Gentium Basic';
	color: #ffffff;
	width: 47px;
	height: 47px;
	text-align: center;
	border-radius: 5px;
	background: #000000;
	margin-top: 4px;
}
.list1 li .title {
	font: 22px/24px 'Gentium Basic';
	color: #000000;
	margin-bottom: 10px;
}
.list1 li p {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 12px;
	background: url(../img/list_point.png) left 8px no-repeat;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li a {
	color: #838282;
	font: 12px 'Arial';
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #e22004;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 13px;
}
.list3 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #e22004;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 14px;
}
.list3 li .extra-wrap {
	padding-top: 8px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 9px;
	display: inline-block;
	color: #ffffff;
	font: bold 24px/52px 'Istok Web';
	background: #e22004;
	border: none;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background: none;
	text-align: center;
	width: 35px;
	float: left;
	border: none;
	margin-right: 10px;
}
.list6 li .badge time {
	font: bold 24px/21px 'Istok Web';
	color: #e4351c;
}
.list6 li .badge time span {
	display: block;
	font: bold 18px/18px 'Istok Web';
	color: #e4351c;
	margin-top: 0;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 14px;
	color: #737885;
}
.list6 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #e4351c;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 25px;
}
.list8 li p {
	margin: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
	padding-top: 6px;
}
#search-404 .btn2 {
	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 #e5e9ed;
	background: #ffffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 36px;
	color: #949494;
	padding: 0 14px;
	height: 36px;
	resize: none;
	margin-bottom: 15px;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #949494;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map {
	margin: 0 0 95px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 403px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 30px;
}
.mail {
	color: feffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.mail:hover {
	color: #949494;
	text-decoration: none;
}
.formBox {
	padding-bottom: 73px;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_btn2 .prev2 {
 left: -35px;
}
 #search-404 input {
 width: 370px;
 float: left;
 margin-right: 17px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li {
 margin-left: 0;
}
 .articles-box {
 background: url(../img/bg_pic1.jpg) center center no-repeat;
 padding: 40px 0 90px 0;
}
 .articles-box .title-box {
 padding-top: 0;
}
 .newsform-box {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
 text-align: center;
}
 .newsform-box p {
 float: none;
 margin-bottom: 25px;
}
 .newsform-box #contact-form2 {
 float: none;
 width: 100%;
}
 .newsform-box #contact-form2 .form-div-1,  .newsform-box #contact-form2 .form-div-2 {
 width: 100%;
}
 .newsform-box #contact-form2 .form-div-1 {
 margin-right: 0;
 margin-bottom: 15px;
}
 .newsform-box #contact-form2 .holder {
 float: none;
 margin-bottom: 15px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad00 .thumbnail .caption {
 width: 100%;
 float: none;
}
 .thumb-pad00 figure {
 float: none;
 margin-top: 30px;
}
 .thumb-pad00 figure img {
 width: 100%;
}
 .thumb-pad1 .thumbnail .caption p {
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad1 .thumbnail .caption p br {
 display: none;
}
 .thumb-pad1 .thumbnail .caption .btn2 {
 float: none;
 margin: 0;
}
 .list_carousel1 #foo1 > li .title {
 float: none;
 margin-bottom: 10px;
}
 .list_carousel1 #foo1 > li .title br {
 display: none;
}
 .list_carousel1 #foo1 > li .btn1 {
 float: none !important;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .list_btn2.indent .prev2,  .list_btn2.indent .next2 {
 top: 0;
}
 .articles-box .title-box {
 margin-bottom: 35px;
}
 .list_carousel2 #foo2 > li figure a img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
}
 nav.tm_navbar {
 float: none;
}
 nav.tm_navbar > .nav {
 display: inline-block;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 .follow-box p {
 float: none;
 margin-bottom: 15px;
}
 .follow-box .follow_icon {
 float: none;
}
 .articles-box {
 padding: 35px 0 90px 0;
}
 .articles-box .title-box {
 margin-bottom: 35px;
 padding-top: 0;
}
 .newsform-box {
 text-align: center;
}
 .newsform-box p {
 float: none;
 margin-bottom: 25px;
}
 .newsform-box #contact-form2 {
 float: none;
 width: 100%;
}
 .newsform-box #contact-form2 .form-div-1,  .newsform-box #contact-form2 .form-div-2 {
 width: 100%;
 margin-right: 0;
 margin-bottom: 15px;
 float: none;
}
 .newsform-box #contact-form2 .holder {
 float: none;
 margin-bottom: 0;
}
 #contact-form2.success .success-message {
 height: 93px;
 line-height: 93px;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .categories-box {
 margin-bottom: 40px;
}
 .list1 li .title br {
 display: none;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search {
 float: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 #options {
 margin-bottom: 20px;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .errorBox img {
 width: 100%;
}
 .articles-box,  .newsform-box {
 background: #009edf;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .list_btn2.indent .prev2,  .list_btn2.indent .next2 {
 top: 0;
}
 .list_carousel1 #foo1 > li .title {
 float: none;
 margin-bottom: 10px;
}
 .list_carousel1 #foo1 > li .title br {
 display: none;
}
 .list_carousel1 #foo1 > li .btn1 {
 float: none !important;
}
 .thumb-pad00 .thumbnail .caption {
 width: 100%;
 float: none;
}
 .thumb-pad00 figure {
 float: none;
 margin-top: 30px;
}
 .thumb-pad00 figure img {
 width: 100%;
}
 .thumb-pad1 .thumbnail .caption p {
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad1 .thumbnail .caption p br {
 display: none;
}
 .thumb-pad1 .thumbnail .caption .btn2 {
 float: none;
 margin: 0;
}
 .list_carousel2 #foo2 > li figure a img {
 width: 100%;
}
 .client-box2 {
 padding-bottom: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 h2 em {
 display: none;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #3b4348;
 background: #3b4348;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .follow-box p {
 float: none;
 margin-bottom: 15px;
}
 .follow-box .follow_icon {
 float: none;
}
 .newsform-box {
 text-align: center;
}
 .newsform-box p {
 float: none;
 margin-bottom: 25px;
}
 .newsform-box #contact-form2 {
 float: none;
 width: 100%;
}
 .newsform-box #contact-form2 .form-div-1,  .newsform-box #contact-form2 .form-div-2 {
 width: 100%;
 margin-right: 0;
 margin-bottom: 15px;
 float: none;
}
 .newsform-box #contact-form2 .holder {
 float: none;
 margin-bottom: 0;
}
 .articles-box,  .newsform-box {
 background: #009edf;
}
 .articles-box {
 padding: 35px 0;
}
 .articles-box .title-box {
 margin-bottom: 35px;
 padding-top: 0;
}
 .quoteBox {
 margin-bottom: 50px;
}
 #contact-form2.success .success-message {
 height: 93px;
 line-height: 93px;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .thumb-pad2 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 #contact-form label {
 min-height: 50px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 display: none;
}
 footer {
 text-align: center;
}
 footer ul {
 display: none;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search {
 float: none;
}
 .thumb-pad1 {
 margin-bottom: 20px;
}
 footer {
 padding: 25px 0;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .thumb-pad1-1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .list_carousel1 #foo1 > li .btn1 {
 float: none !important;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .list_btn2.indent .prev2,  .list_btn2.indent .next2 {
 top: 0;
}
 .thumb-pad00 {
 margin-bottom: 30px;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad1 .thumbnail .caption p {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-pad1 .thumbnail .caption .btn2 {
 float: none;
 margin: 0;
}
 .why-box {
 margin-top: 40px;
}
 .center-box {
 padding: 30px 0;
}
 .thumb-pad4.indent {
 margin: 0 0 30px 0;
}
 .list_carousel2 #foo2 > li figure a img {
 width: 100%;
}
 .client-box2 {
 padding-bottom: 30px;
}
 .errorBox {
 margin-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1-1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .latest-box {
 background: #009edf;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .topic-box {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .list_carousel2 #foo2 > li img {
 width: 80%;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .tools-box .col-lg-3 {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .services-box {
 width: 100%;
 float: none;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .projects-box .col-xs-6 {
 width: 100%;
 float: none;
}
 #search-404 {
 width: 100%;
}
 .articles-box,  .newsform-box {
 background: #009edf;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .pad3Box {
 width: 100%;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad00 .thumbnail .caption {
 padding: 20px;
 width: 100%;
}
 .thumb-pad00 figure {
 float: none;
 overflow: hidden;
 width: 100%;
 padding: 20px;
}
 .thumb-pad00 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .about-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure img {
 width: 100%;
}
 .list_carousel1 #foo1 > li {
 margin-right: 0;
}
 .list_carousel2 #foo2 > li {
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 77px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
