
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
body {
	background: #1e1e1e url(../img/bg_pic.jpg) center 0 no-repeat;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #777777;
}
body.bg {
	background: #1e1e1e url(../img/bg_pic2.jpg) center 0 no-repeat;
}
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;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 0;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 37px/37px 'Lato';
	color: #ffffff;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 3px solid #de0d0f;
}
h2 a {
	font-size: 15px;
	float: right;
	color: #de0d0f;
	margin-top: 10px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
h2 a:hover {
	color: #ffffff;
}
h3 {
	font: 22px/22px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 15px 0;
}
h4 {
	font: 27px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 7px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 33px 0 0 0;
	background: #1e1e1e;
	overflow: hidden;
}
.global.indent {
	padding: 33px 0 0 0;
	background: #1e1e1e;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	line-height: 70px;
	background: #de0d0f;
	margin-bottom: 40px;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #000000;
}
nav.tm_navbar li:first-child {
	border-left: 1px solid #000000;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 20px 0 20px;
	font: 27px/70px 'Lato';
	color: #ffffff;
	background: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #000000;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
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: 9px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 195px;
	left: 0;
	top: 70px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 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;
	border-bottom: 1px solid #434343;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px 'Lato';
	color: #ffffff;
	border-bottom: none;
	-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) 0 center no-repeat;
	width: 6px;
	height: 100%;
	position: absolute;
	left: auto;
	right: 22px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #383838 !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #383838 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 195px;
	left: 195px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px 'Lato';
	color: #ffffff;
	border-bottom: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #383838 !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}
header .box1 {
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	padding: 12px 0 9px 0;
	overflow: hidden;
	margin-bottom: 26px;
}
header .box2 {
	overflow: hidden;
	padding-bottom: 24px;
}
footer {
	padding: 0;
}
footer p {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	margin: 0 0 27px 0;
}
footer .privacy {
	color: #777777;
	font: 11px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .privacy a {
	font: 11px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #de0d0f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer .privacy a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer .box1 {
	background: #000000;
	margin-bottom: 19px;
	padding: 36px 0 0 0;
}
.reg-box {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
.reg-box li {
	float: left;
	margin-right: 30px;
}
.reg-box li a {
	font: 15px 'Lato';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.reg-box li a:hover {
	color: #de0d0f;
}
.follow-box {
	padding: 0;
	margin: -5px 0 0 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.follow-box li {
	float: left;
	margin-left: 16px;
}
.follow-box li a {
	color: #42ceec;
	font-size: 32px;
	line-height: 32px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box li a:hover {
	color: #ffffff !important;
}
.follow-box li:first-child {
	margin-left: 0;
}
.follow-box li:first-child a {
	color: #5061c6;
}
.menu-list {
	padding: 0;
	margin: 38px 0 0 0;
	list-style: none;
}
.menu-list li {
	float: left;
	margin-left: 22px;
}
.menu-list li:first-child {
	margin-left: 0;
}
.menu-list li a {
	font: bold 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.menu-list li a:hover {
	color: #fd2b48;
}
.menu-list li.active a {
	color: #fd2b48;
}
#toTop {
	display: none;
	width: 36px;
	height: 36px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 224px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.address_icon li {
	float: left;
	margin-left: 38px;
	font: 12px 'Inder';
	color: #717171;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li img {
	float: left;
	margin-right: 9px;
}
.address_icon li a {
	font: 12px 'Inder';
	color: #717171;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #f08213;
}
.tools-box {
	padding-bottom: 45px;
}
.tools-box p {
	font: 18px/22px 'Inder';
	color: #3a3a3a;
	margin: 0;
}
.tools-box p a {
	color: #3a3a3a;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.tools-box p a:hover {
	color: #f08211;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #e8e8e8;
	padding-top: 40px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.priv-box {
	margin-bottom: 50px;
}
.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 'Lato', "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;
}
.links-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 33px 0;
	margin-bottom: 58px;
}
.links-box h3 {
	color: #ffffff;
}
.links-box h3 > span {
	background: #ffffff;
}
.links-box h5 {
	color: #ffffff;
}
.links-box p {
	color: #ffffff !important;
}
.latest-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 48px 0;
	margin-bottom: 58px;
}
.latest-box h3 {
	color: #ffffff;
}
.latest-box h3 > span {
	background: #ffffff;
}
.latest-box h5 {
	color: #ffffff;
}
.latest-box p {
	color: #ffffff;
}
.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;
}
.errorBox {
	text-align: center;
	margin-top: 4px;
}
.errorBox1 {
	margin-bottom: 64px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.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 'Lato', "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: 0;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.advantages-box .col-lg-4 {
	margin-bottom: 30px;
}
.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;
}
.welcome-box {
	background: #f8f8f8;
	padding: 13px 0;
	overflow: hidden;
	max-height: 472px;
	margin-bottom: 43px;
}
.welcome-box .title {
	font: 48px/48px 'Inder';
	color: #262626;
	margin-bottom: 20px;
}
.welcome-box .col-lg-5 {
	padding-top: 74px;
}
.welcome-box p {
	font-size: 14px;
	line-height: 24px;
}
.services-box {
	padding-bottom: 20px;
}
.all-box {
	margin-bottom: 64px;
}
.all-box p {
	margin-bottom: 23px;
}
.offers-box {
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	background: url(../img/pattern1.png) repeat;
	padding: 52px 0;
}
.offers-box figure {
	margin-bottom: 23px;
}
.offers-box .title {
	font: 30px/30px 'Pontano Sans';
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	margin-bottom: 16px;
}
.offers-box p {
	font: 14px/24px 'Istok Web';
	color: #737373;
	margin-bottom: 77px;
}
.offers-box .hr {
	text-align: center;
	display: block;
	margin: 0 0 19px 0;
}
.offers-box .hr em {
	width: 370px;
	display: inline-block;
	border-top: 1px solid #5ee0f4;
}
.offers-box.indent {
	background: #ffffff;
}
.offers-box .col-lg-4 {
	margin-bottom: 24px;
}
.follow_icon {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
	float: right;
	display: inline-block;
}
.follow_icon li {
	display: inline-block;
	margin: 0 0 0 15px;
}
.follow_icon li a {
	display: block;
	font-size: 19px;
	color: #ffffff;
}
.follow_icon li a:hover {
	color: #fd2b48;
}
.clients-box {
	overflow: hidden;
	padding-bottom: 42px;
}
.info-box {
	background: #fcfcfc;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.box-box {
	background: #fffdf6;
	padding: 34px 0;
}
.box-box p {
	font-size: 15px;
	color: #a09a93;
	margin-bottom: 29px;
}
.box-box .col-lg-4 {
	margin-bottom: 30px;
}
.watch-box figure {
	position: relative;
}
.watch-box figure img {
	width: 100%;
}
.watch-box em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) right bottom no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.watch-box:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.exclusives-box {
	margin-bottom: 14px;
}
.culture-box {
	overflow: hidden;
}
.culture-box .title {
	font: 27px/30px 'Lato';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.culture-box .title:hover {
	color: #de0d0f;
}
.culture-box .ln {
	margin-bottom: 45px;
	margin-top: 5px;
}
.culture-box .col-lg-6 {
	margin-bottom: 32px;
}
.culture-box .col-lg-6 .box {
	position: relative;
	padding-bottom: 30px;
}
.culture-box .col-lg-8 .flw-box {
	display: block;
	margin-bottom: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.culture-box .col-lg-8 .flw-box time {
	font: 12px 'Lato';
	color: #f32a2a;
	float: left;
	margin-right: 11px;
}
.culture-box .col-lg-8 .flw-box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 15px;
}
.culture-box .col-lg-8 .flw-box p span {
	color: #bbb5b5;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.culture-box .col-lg-8 .flw-box a {
	font: 12px/15px 'Lato';
	color: #bbb5b5;
}
.culture-box .col-lg-8 .flw-box a:hover {
	color: #f32a2a;
}
.facebook-wiget {
	margin-top: 39px;
	margin-bottom: 26px;
}
.fw_facebook {
	border: none !important;
	background:#CCC;
	color:#FFF;
}
.tags-box {
	overflow: hidden;
	margin-bottom: 30px;
}
.tags-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tags-box ul li {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.tags-box ul li a {
	font: 15px/38px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 14px;
	background: #de0d0f;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.tags-box ul li a:hover {
	background: #000000;
}
.blog-box, .categories-box {
	margin-bottom: 50px;
}
/*-----subscribeForm-----*/
.newsletter-box {
	padding: 63px 0 93px 0;
}
#newsletter {
	position: relative;
	margin-top: 34px;
}
#newsletter .btn7 {
	float: right;
}
#newsletter label {
	width: 100%;
	margin-bottom: 26px;
}
#newsletter input {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e2e0e0;
	font: 300 italic 15px/48px 'Open Sans';
	color: #8e8e8e;
	background: none;
	border-radius: 5px;
	height: 48px;
	width: 100%;
	padding: 0 17px;
	margin: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border-color: #e2e0e0;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ffc47b;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #e2e0e0;
	font: 300 italic 15px/48px 'Open Sans';
	color: #8e8e8e;
	background: none;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	height: 48px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad0 {
	padding: 0;
	margin: 0 0 30px 0;
	overflow: hidden;
	background: #000000 url(../img/page1_pic1.jpg) center bottom no-repeat;
	min-height: 460px;
	position: relative;
}
.thumb-pad0 .btn1 {
	left: 17px;
	bottom: 11px;
	position: absolute;
}
.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 {
	overflow: hidden;
	padding: 10px 25px 10px 17px;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 37px/40px 'Lato';
	color: #fff;
	margin-bottom: 0;
}
.thumb-pad0 .thumbnail .caption .flw-box {
	display: block;
	margin-bottom: 2px;
}
.thumb-pad0 .thumbnail .caption .flw-box time {
	font: 12px 'Lato';
	color: #fff;
	float: left;
	margin-right: 11px;
}
.thumb-pad0 .thumbnail .caption .flw-box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 15px;
}
.thumb-pad0 .thumbnail .caption .flw-box p span {
	color: #fff;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.thumb-pad0 .thumbnail .caption .flw-box a {
	font: 12px/15px 'Lato';
	color: #fff;
}
.thumb-pad0 .thumbnail .caption .flw-box a:hover {
	color: #fd2b48;
}
.thumb-pad1 {
	margin: 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 figure {
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 figure .box {
	position: absolute;
	padding: 0 0 12px 15px;
	bottom: 0;
	left: 0;
}
.thumb-pad1 figure .box .title {
	font: 900 70px/70px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}
.thumb-pad1 figure .box .description {
	font: 900 18px/23px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ededed;
	text-transform: uppercase;
	margin: 0;
}
.thumb-pad2 {
	margin: 0 0 38px 0;
	overflow: hidden;
	background: #de0d0f;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
}
.thumb-pad2 .thumbnail .caption {
	padding: 6px 17px 18px 17px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a {
	color: #ffffff;
	font: 27px/30px 'Lato';
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #1e1e1e;
}
.thumb-pad2 .thumbnail .caption .flw-box {
	display: block;
	margin-bottom: 2px;
	margin-top: 16px;
}
.thumb-pad2 .thumbnail .caption .flw-box time {
	font: 12px 'Lato';
	color: #fff;
	float: left;
	margin-right: 11px;
}
.thumb-pad2 .thumbnail .caption .flw-box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 15px;
}
.thumb-pad2 .thumbnail .caption .flw-box p span {
	color: #fff;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.thumb-pad2 .thumbnail .caption .flw-box a {
	font: 12px/15px 'Lato';
	color: #fff;
}
.thumb-pad2 .thumbnail .caption .flw-box a:hover {
	color: #000000;
}
.thumb-pad2 figure {
	margin: 0;
	position: relative;
}
.thumb-pad2 figure img {
	width: 100%;
}
.news-box {
	overflow: hidden;
	margin-bottom: 3px;
}
.gallery {
	margin-bottom: 30px;
}
.thumb-pad3 {
	margin: 0 0 27px 0;
	padding-bottom: 26px;
	overflow: hidden;
	position: relative;
}
.thumb-pad3 .flw-box {
	position: absolute;
	display: block;
	margin-bottom: 2px;
	left: 0;
	bottom: 0;
}
.thumb-pad3 .flw-box time {
	font: 12px 'Lato';
	color: #f32a2a;
	float: left;
	margin-right: 11px;
}
.thumb-pad3 .flw-box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 15px;
}
.thumb-pad3 .flw-box p span {
	color: #bbb5b5;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.thumb-pad3 .flw-box a {
	font: 12px/15px 'Lato';
	color: #bbb5b5;
}
.thumb-pad3 .flw-box a:hover {
	color: #f32a2a;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .link {
	color: #ffffff;
	font: 27px/30px 'Lato';
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .link:hover {
	color: #de0d0f;
}
.thumb-pad3 figure {
	margin: 0 0 9px 0;
	position: relative;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure a {
	display: block;
}
.thumb-pad3 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption h3 {
	margin-bottom: 12px;
}
.thumb-pad4 figure {
	margin: 0 0 9px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #6d6a6a;
}
.thumb-pad5.indent {
	border-bottom: none;
}
.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 0 0 12px;
	color: #777777;
}
.thumb-pad5 .thumbnail .caption img {
	float: left;
	margin-right: 29px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .caption a {
	font: 27px/27px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 12px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #de0d0f;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 8px;
}
.thumb-pad5 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 28px;
}
.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: #777777;
}
.thumb-pad6 .thumbnail .caption .name {
	font: 27px/27px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	margin: 0 0 9px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .name:hover {
	color: #de0d0f;
}
.thumb-pad6 figure {
	margin: 0 0 10px 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	overflow: hidden;
	margin-bottom: 23px;
}
.thumb-pad7 .lnk {
	font: 27px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .lnk:hover {
	color: #de0d0f;
}
.thumb-pad7 .box {
	overflow: hidden;
	margin-bottom: 27px;
}
.thumb-pad7 .box .flw-box {
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
}
.thumb-pad7 .box .flw-box time {
	font: 12px 'Lato';
	color: #f32a2a;
	float: left;
	margin-right: 11px;
}
.thumb-pad7 .box .flw-box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 15px;
}
.thumb-pad7 .box .flw-box p span {
	color: #bbb5b5;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.thumb-pad7 .box .flw-box a {
	font: 12px/15px 'Lato';
	color: #bbb5b5;
}
.thumb-pad7 .box .flw-box a:hover {
	color: #f32a2a;
}
.thumb-pad7 .box .flw-box .comment {
	float: right;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #777777;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 20px;
}
.thumb-pad7 figure {
	margin: 0 0 9px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 19px;
	font: 23px/53px 'Lato';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	background: #de0d0f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #de0d0f;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-shadow: none;
	border: 0;
	border-radius: 0;
	background: none;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	color: #de0d0f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	background: none;
	color: #ffffff;
	text-decoration: none !important;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 300 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #3c3c3c;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 span {
	width: 15px;
	height: 15px;
	float: left;
	display: inline-block;
	margin-right: 9px;
	margin-top: 5px;
	background: url(../img/more_arrow3.png) 0 top no-repeat;
}
.btn-default.btn3:hover {
	color: #3c3c3c;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover span {
	background: url(../img/more_arrow3.png) 0 bottom no-repeat;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Inder';
	margin: 0;
	text-shadow: none;
	color: #f08211;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn4:hover {
	color: #495060;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Inder';
	margin: 0;
	text-shadow: none;
	color: #495060;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn5:hover {
	color: #f08211;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 32px;
	font: 14px/34px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #9f9f9f;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #f08211;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn7 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 23px;
	font: 300 18px/50px 'Roboto';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 6px;
	border: none;
	background: #ffc47b;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn7 span {
	width: 19px;
	height: 19px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/more_arrow.png) 0 top no-repeat;
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.btn-default.btn7:hover {
	color: #ffffff;
	background: #3f3f3f;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	margin-bottom: 15px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
	padding-left: 27px;
}
.list1-1 li a {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list1-1 li a:hover {
	color: #de0d0f;
}
.list1-1.indent {
	margin-bottom: 28px;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 9px;
	border-bottom: 1px solid #6d6a6a;
}
.list1 li a {
	color: #ffffff;
	font: 27px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #de0d0f;
}
.list1 li .flw-box {
	display: block;
	margin-bottom: 2px;
	margin-top: 9px;
}
.list1 li .flw-box time {
	font: 12px 'Lato';
	color: #f32a2a;
	float: left;
	margin-right: 11px;
}
.list1 li .flw-box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 15px;
}
.list1 li .flw-box p span {
	color: #bbb5b5;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.list1 li .flw-box a {
	font: 12px/15px 'Lato';
	color: #bbb5b5;
}
.list1 li .flw-box a:hover {
	color: #f32a2a;
}
.list2 {
	margin: 0 0 57px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	position: relative;
	margin-bottom: 10px;
}
.list2 li a {
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #f32a2a;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #6d6a6a;
}
.list3 li a {
	font: 27px/27px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #de0d0f;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 7px;
}
.list3 li:last-child {
	border-bottom: none;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 19px;
	display: inline-block;
	color: #ffffff;
	font: 37px/62px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #de0d0f;
	border: none;
	width: 62px;
	height: 62px;
	border-radius: 0;
	margin-top: 5px;
	text-align: center;
	position: relative;
}
.list3 li .badge em {
	position: absolute;
	top: 0;
	right: -7px;
	display: inline-block;
	width: 7px;
	height: 100%;
	background: url(../img/triangle2.png) right center no-repeat;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 9px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #6d6a6a;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f32a2a;
	float: left;
	width: 65px;
	margin-right: 35px;
}
.list6 li:last-child {
	border-bottom: none;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	margin-bottom: 19px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 input {
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	border: none;
	background: #4b4b4b;
	font: 13px/48px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 14px;
	height: 48px;
	resize: none;
	margin-bottom: 25px;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#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: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.form-box {
	margin-bottom: 56px;
}
.map {
	margin: 0 0 33px 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: 382px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.info li {
	margin-bottom: 21px;
}
.info p {
	margin-bottom: 0;
}
.mail {
	color: #777777;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.mail:hover {
	color: #de0d0f;
	text-decoration: underline;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-pad0 .thumbnail .caption2 {
 top: 119px;
 line-height: 60px;
}
 .thumb-pad2 {
 margin-bottom: 30px;
}
 .welcome-box {
 max-height: none;
}
 .welcome-box figure img {
 width: 100%;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad2 .thumbnail .caption p {
 font-size: 18px;
 line-height: 25px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 .welcome-box {
 max-height: none;
 padding-bottom: 30px;
}
 .welcome-box figure img {
 width: 100%;
}
 .welcome-box .col-lg-5 {
 padding-top: 0;
}
 .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;
}
 .categories-box {
 margin-bottom: 40px;
}
 .list1 li .title br {
 display: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad2 .thumbnail .caption p br {
 display: none;
}
 .testimBox {
 padding: 50px 0 0 0;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad2 {
 margin-bottom: 30px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .thumb-pad3 .thumbnail .caption p {
 font-size: 15px;
 line-height: 25px;
}
 .list1 li p {
 font-size: 15px;
 line-height: 25px;
}
 .watch-box {
 margin-bottom: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 h1.navbar-brand_ {
 float: none;
}
 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 #404141;
 background: #404141;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .list1 {
 margin-bottom: 40px;
}
 .welcome-box {
 max-height: none;
 padding-bottom: 30px;
}
 .welcome-box figure img {
 width: 100%;
}
 .welcome-box .title {
 font-size: 35px;
 line-height: 35px;
}
 .welcome-box .col-lg-5 {
 padding-top: 0;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .links-box {
 padding-bottom: 0;
}
 .links-box .col-lg-8 {
 margin-bottom: 50px;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .thumb-pad0 {
 display: none;
}
 .testimBox .col-lg-3 {
 margin-bottom: 40px;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 display: none;
}
 #search {
 float: none;
}
 #search input {
 width: 100%;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .testimBox {
 padding: 50px 0 0 0;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .list2 {
 margin-bottom: 30px;
}
 footer {
 text-align: center;
}
 footer figure {
 float: none;
}
 footer p {
 float: none;
 margin-left: 0;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .errorBox figure {
 margin-bottom: 35px;
}
 footer .box1 {
 text-align: center;
 padding-bottom: 15px;
}
 footer .box1 .menu-list {
 display: none;
}
 footer .box1 .follow_icon {
 display: inline-block;
 float: none;
}
 .watch-box {
 margin-bottom: 35px;
}
 .thumb-pad3 .thumbnail .caption p {
 font-size: 15px;
 line-height: 25px;
}
 .thumb-pad2 .thumbnail .caption p {
 font-size: 15px;
 line-height: 25px;
}
 .list1 li p {
 font-size: 15px;
 line-height: 25px;
}
 .tags-box {
 margin-bottom: 30px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .advantages-box .col-lg-4 {
 margin-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .latest-box {
 background: #1e1e1e;
}
 .errorBox img {
 width: 100%;
}
 .pad0Box {
 width: 100%;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .topic-box {
 width: 100%;
 float: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 .thumbnail .caption .link {
 font-size: 18px;
 line-height: 26px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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%;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .projects-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
 text-align: center;
}
 .links-box .thumb-pad1 figure img {
 width: 100%;
}
 .offers-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad7 figure img {
 width: auto;
}
 .newsletter-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .info-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .news-box .col-xs-6 {
 float: none;
 width: 100%;
}
 .pad2-box {
 float: none;
 width: 100%;
}
 .culture-box .col-xs-6 {
 float: none;
 width: 100%;
}
 .thumb-pad7 .box .flw-box p {
 float: none !important;
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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%;
}
 .testimBox .col-lg-3 {
 width: 100%;
 float: none;
}
 .thumb-pad7 figure img {
 width: 100%;
}
 .clients-box .col-lg-3 {
 width: 100%;
 float: none;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .gallery .col-lg-3 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 63px;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/