@import
	url(//fonts.googleapis.com/css?family=Roboto:400,900,700,500,300,100);

body {
	background: #121212;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #444;
}

img.jwlogo {
	visibility: hidden
}

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;
	font-weight: 300;
	line-height: 18px;
}

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: 900 27px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	margin: 0 0 21px 0;
	text-transform: uppercase;
}

h2.indent {
	margin-bottom: 27px;
}

h3 {
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fd2b48;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}

h3.indent {
	margin-bottom: 27px;
}

.extra-wrap {
	overflow: hidden;
}

.global {
	padding: 40px 0 0 0;
	background: #ededed;
/*		url(http://fonerus.ru/_ph/21/2/262467874.gif?1457618286);*/
	overflow: hidden;
}

.global.indent {
	padding: 35px 0 0 0;
	background: #ededed;
/*		url(http://fonerus.ru/_ph/21/2/262467874.gif?1457618286);*/
}

.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
}

nav.tm_navbar li {
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	position: relative;
}

nav.tm_navbar li a {
	position: relative;
	padding: 26px 16px 20px 16px;
	font: bold 18px/44px Arial;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar li.active>a {
	color: #ffffff;
	background: #535353;
	border-bottom: 6px solid #ffffff;
}

nav.tm_navbar li:hover>a {
	color: #ffffff;
	background: #535353;
	border-bottom: 6px solid #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sfHover>a {
	color: #ffffff;
	background: #535353;
	border-bottom: 6px solid #ffffff;
	-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: 2px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu>ul {
	position: absolute;
	display: none;
	width: 195px;
	left: 0;
	top: 96px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2e2e2e;
	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 a {
	background: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	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: #fd2b48 !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: #fd2b48 !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: #242424;
	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: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	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: #fd2b48 !important;
}

.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}

footer {
	padding: 0;
}

footer p {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	margin: 0 0 27px 0;
}

footer .privacy {
	color: #ffffff;
}

footer .privacy a {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

footer .privacy a:hover {
	color: #fd2b48;
}

footer em {
	font-style: normal;
}

footer .box1 {
	background: #535353;
	margin-bottom: 26px;
}

.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 "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: 48px;
	height: 48px;
	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;
}

.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 "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-bottom: 44px;
}

.errorBox1 {
	margin-bottom: 44px;
}

.errorBox1 h3 {
	font-size: 18px;
	margin-bottom: 25px;
}

.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 "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;
}

.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;
}

.testimBox {
	padding: 0 0 40px 0;
}

.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;
}
/*-----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 25px 0;
	overflow: hidden;
}

.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: 0;
	overflow: hidden;
}

.thumb-pad0 .thumbnail .caption p {
	margin: 0;
	color: #fd2b48;
	text-transform: uppercase;
	font: 900 18px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.thumb-pad0 figure {
	margin: 0 0 7px 0;
	overflow: hidden;
	position: relative;
}

.thumb-pad0 figure img {
	width: 100%;
}

.thumb-pad0 figure .box {
	background: #fd2b48;
	background: rgba(253, 43, 72, 0.9);
	padding: 0 13px 11px 13px;
	float: left;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.thumb-pad0 figure .box .title {
	font: 500 50px/50px Arial;
	color: #fff;
	margin-bottom: 2px;
}

.thumb-pad0 figure .box .title span {
	display: block;
	text-transform: uppercase;
	font: 900 15px/15px Arial;
	color: #fff;
}

.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 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}

.thumb-pad1 figure .box .description {
	font: 900 18px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ededed;
	text-transform: uppercase;
	margin: 0;
}

.thumb-pad2 {
	margin: 0 0 30px 0;
	overflow: hidden;
}

.thumb-pad2:hover .thumbnail .caption {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	background: #535353;
}

.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: 11px 15px 33px 12px;
	overflow: hidden;
	position: relative;
	background: #fd2b48;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad2 .thumbnail .caption .title2 {
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
	margin-bottom: 0;
}

.thumb-pad2 .thumbnail .caption a {
	font-size: 22px;
	color: #ffffff;
	float: right;
	position: absolute;
	bottom: 8px;
	right: 13px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad2 .thumbnail .caption a:hover {
	color: #fd2b48;
}

.thumb-pad2 .thumbnail .caption>div {
	overflow: hidden;
}

.thumb-pad2 figure {
	margin: 0;
	position: relative;
}

.thumb-pad2 figure .box {
	position: absolute;
	padding: 0 0 12px 15px;
	background: rgba(253, 43, 72, 0.9);
	bottom: 0;
	left: 0;
}

.thumb-pad2 figure .box .title {
	font: 900 30px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}

.thumb-pad2 figure .box .description {
	font: 900 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}

.thumb-pad2 figure img {
	width: 100%;
}

.exhibitions-box {
	margin-bottom: 60px;
	overflow: hidden;
}

.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #bebebe;
}

.thumb-pad3.indent {
	border-bottom: none;
}

.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: #444;
	overflow: hidden;
}

.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}

.thumb-pad3 .thumbnail .caption>a {
	color: #fd2b48;
	text-transform: uppercase;
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad3 .thumbnail .caption>a:hover {
	color: #000000;
}

.thumb-pad3 .thumbnail .caption .box {
	overflow: hidden;
}

.thumb-pad3 .thumbnail .caption .box p {
	float: left;
	margin-right: 17px;
}

.thumb-pad3 .thumbnail .caption .box a {
	font-size: 11px;
	color: #444;
}

.thumb-pad3 .thumbnail .caption .box span {
	font-size: 11px;
	color: #444;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}

.thumb-pad3 .thumbnail .caption .box1 {
	overflow: hidden;
}

.thumb-pad3 .thumbnail .caption .box1 a {
	font-size: 11px;
	color: #444;
}

.thumb-pad3 .thumbnail .caption .box1 span {
	font-size: 11px;
	color: #444;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}

.thumb-pad3 figure {
	margin: 0 19px 0 0;
	float: left;
	position: relative;
	display: block;
}

.thumb-pad3 figure img {
	width: 100%;
}

.thumb-pad3 figure em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad3 figure:hover em {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad4-1 {
	overflow: hidden;
}

.thumb-pad4-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.thumb-pad4-1 .thumbnail .caption {
	padding: 0;
	color: #444;
	overflow: hidden;
}

.thumb-pad4-1 figure {
	margin: 0 0 15px 0;
}

.thumb-pad4-1 figure img {
	width: 100%;
}

.thumb-pad4 {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #bebebe;
}

.thumb-pad4.indent {
	border-bottom: none;
	padding-bottom: 0;
}

.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #444;
	overflow: hidden;
}

.thumb-pad4 .thumbnail .caption p {
	margin-bottom: 0;
}

.thumb-pad4 .thumbnail .caption>a {
	color: #fd2b48;
	text-transform: uppercase;
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad4 .thumbnail .caption>a:hover {
	color: #000000;
}

.thumb-pad4 .thumbnail .caption .box1 {
	overflow: hidden;
}

.thumb-pad4 .thumbnail .caption .box1 a {
	font-size: 11px;
	color: #444;
}

.thumb-pad4 .thumbnail .caption .box1 span {
	font-size: 11px;
	color: #444;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}

.thumb-pad4 figure {
	margin: 0 19px 0 0;
	float: left;
	position: relative;
	display: block;
}

.thumb-pad4 figure img {
	width: 100%;
}

.thumb-pad4 figure em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) bottom right no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad4 figure:hover em {
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad5 {
	margin-bottom: 14px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #bebebe;
}

.thumb-pad5.indent {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.thumb-pad5>a {
	font: 900 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fd2b48;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad5>a:hover {
	color: #121212;
}

.thumb-pad5 .box {
	overflow: hidden;
}

.thumb-pad5 .box p {
	float: left;
	margin-right: 17px;
	margin-bottom: 15px;
}

.thumb-pad5 .box a {
	font-size: 11px;
	color: #444;
}

.thumb-pad5 .box span {
	font-size: 11px;
	color: #444;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}

.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;
	color: #444;
}

.thumb-pad5 .thumbnail figure {
	float: left;
	margin-right: 19px;
}

.thumb-pad5 .thumbnail figure img {
	width: 100%;
}

.thumb-pad6 {
	overflow: hidden;
	margin: 0 0 42px 0;
}

.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.thumb-pad6 .thumbnail p {
	color: #444;
	margin-bottom: 0;
}

.thumb-pad6 .thumbnail .txt {
	margin-top: 25px;
}

.thumb-pad6 .thumbnail .badge {
	padding: 0;
	margin: 0 34px 0 0;
	box-shadow: none;
	border: none;
	border-radius: 100%;
	text-align: center;
	background: #ffc47b;
	width: 148px;
	height: 148px;
	line-height: 148px;
	float: left;
	font-size: 70px;
	color: #ffffff;
}

.thumb-pad6 .thumbnail .badge1 {
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	width: 60px;
	float: left;
	margin-right: 24px;
	font: bold 50px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffc47b;
}

.thumb-pad6 .thumbnail .badge1 span {
	font: 500 21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b7b7b7;
	display: block;
}

.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #444;
}

.thumb-pad6 .thumbnail .caption .title {
	font: 300 24px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
}

.thumb-pad6-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.thumb-pad6-1 .thumbnail p {
	margin-bottom: 0;
}

.thumb-pad6-1 .thumbnail a {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fd2b48;
}

.thumb-pad6-1 .thumbnail a:hover {
	color: #121212;
}

.thumb-pad6-1 .thumbnail .name {
	font: 900 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
}

.thumb-pad6-1 .thumbnail .caption {
	padding: 25px 30px;
	margin-bottom: 37px;
	color: #444;
	background: #ffffff;
	position: relative;
}

.thumb-pad6-1 .thumbnail .caption em {
	position: absolute;
	bottom: -20px;
	display: inline-block;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../img/triangle.png) no-repeat;
}

.thumb-pad7 {
	overflow: hidden;
	margin-bottom: 55px;
}

.thumb-pad7.indent {
	margin-bottom: 0;
}

.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: #444;
	overflow: hidden;
}

.thumb-pad7 .thumbnail .caption .lnk {
	font: 24px 'Istok Web';
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #4cddf3;
}

.thumb-pad7 .thumbnail .caption p {
	margin-top: 14px;
	margin-bottom: 0;
}

.thumb-pad7 .thumbnail .caption p.indent {
	margin-bottom: 19px;
}

.thumb-pad7 figure {
	margin: 0 28px 0 0;
	float: left;
}

.thumb-pad7 figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #fd2b48;
	border-radius: 0;
	border: none;
	background: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.btn-default.btn1:hover {
	color: #121212;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	text-shadow: none;
	border: 0;
	border-radius: 0;
	background: none;
	background: url(../img/more_arrow2.png) 0 top no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
	margin-left: 4px;
}

.btn-default.btn2:hover {
	background: url(../img/more_arrow2.png) 0 bottom no-repeat;
	text-decoration: none !important;
}

.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 300 18px "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 "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 Arial;
	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;
	overflow: hidden;
	position: relative;
}

.list1-1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}

.list1-1 li p {
	margin-bottom: 0;
	margin-top: 1px;
}

.list1-1 li a {
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.list1-1 li a:hover {
	color: #fd2b48;
}

.list1-1 li.indent {
	border-bottom: none;
	margin-bottom: 3px;
}

.list1-1 li time {
	font: 900 30px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9f9f9f;
	float: left;
	margin-right: 19px;
	width: 75px;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}

.list1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}

.list1 li p {
	margin-bottom: 0;
	margin-top: 1px;
}

.list1 li a {
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.list1 li a:hover {
	color: #fd2b48;
}

.list1 li.indent {
	border-bottom: none;
	margin-bottom: 3px;
}

.list2 {
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.list2 li {
	font-size: 12px;
	line-height: 1.428571429;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 9px;
	border-bottom: 1px solid #bebebe;
}

.list2 li a {
	font: 900 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fd2b48;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.list2 li a:hover {
	color: #121212;
}

.list2 li:last-child {
	border-bottom: none;
}

.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list3 li {
	font-size: 12px;
	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: 12px;
	line-height: 1.428571429;
	margin-bottom: 49px;
}

.list6 li p {
	margin-bottom: 0;
}

.list6 li time {
	font: 14px 'Istok Web';
	color: #404141;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 16px;
}

.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}

.list8 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}

.list8 li p {
	margin-bottom: 0;
	margin-top: 1px;
}

.list8 li a {
	font: 900 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.list8 li a:hover {
	color: #fd2b48;
}

.list8 li:last-child {
	border-bottom: none;
	margin-bottom: 3px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 26px 0 0 0;
	overflow: hidden;
}

#search-404 a {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 21px;
	height: 22px;
}

#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#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: #ffffff;
	font: 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	padding: 0 40px 0 14px;
	height: 36px;
	resize: none;
}

#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: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #444;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.form-box {
	margin-bottom: 56px;
}

.map {
	margin: 0 0 25px 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: 596px;
	border: none;
	line-height: 0;
	overflow: hidden;
}

.info {
	padding: 0;
	margin: 0;
	list-style: none;
}

.info li {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.info li:last-child {
	border-bottom: none;
}

.info li h4 {
	font: 900 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	margin: 0;
}

.info p {
	margin-bottom: 0;
}

.mail {
	color: #fd2b48;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.mail:hover {
	color: #121212;
	text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media ( min-width : 1220px) {
	.container {
		padding: 0;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media ( min-width : 992px) and (max-width: 1219px) {
	header>strong span {
		display: none;
	}
	header .menuBox {
		text-align: center;
	}
	h1.navbar-brand_ {
		float: none;
		display: inline-block;
		margin: 0;
	}
	nav.tm_navbar {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
	}
	nav.tm_navbar ul {
		text-align: center;
	}
	nav.tm_navbar ul li {
		float: none;
		padding: 20px 0 0 0;
		display: inline-block;
	}
	nav.tm_navbar .sub-menu>ul {
		top: 80px;
	}
	.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%;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media ( min-width : 768px) and (max-width: 991px) {
	header>strong span {
		display: none;
	}
	header .menuBox {
		text-align: center;
	}
	h1.navbar-brand_ {
		float: none;
		display: inline-block;
		margin: 0;
	}
	nav.tm_navbar {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
	}
	nav.tm_navbar ul {
		text-align: center;
	}
	nav.tm_navbar ul li {
		float: none;
		padding: 20px 0 0 0;
		display: inline-block;
	}
	nav.tm_navbar .sub-menu>ul {
		top: 80px;
	}
	.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;
	}
	#search {
		float: 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;
	}
	.map-box {
		margin-top: 30px;
	}
	.map-box figure img {
		width: auto;
	}
	.thumb-pad2 .thumbnail .caption p br {
		display: none;
	}
	.testimBox {
		padding: 50px 0 0 0;
	}
	.thumb-pad4 .thumbnail .caption .title br {
		display: none;
	}
	.thumb-pad7 figure {
		margin: 0 0 20px 0;
		float: none;
	}
	.errorBox img {
		width: 100%;
	}
	.thumb-pad2 {
		margin-bottom: 30px;
	}
	.list2 {
		margin-bottom: 30px;
	}
	.thumb-pad1 {
		margin-bottom: 30px;
	}
	.thumb-pad6 {
		height: auto !important;
	}
	footer .box1 {
		text-align: center;
		padding-bottom: 15px;
	}
	footer .box1 .menu-list {
		display: inline-block;
	}
	footer .box1 .follow_icon {
		display: inline-block;
		float: none;
	}
	.watch-box {
		margin-bottom: 35px;
	}
	.thumb-pad6-1 {
		margin-bottom: 40px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media ( max-width : 767px) {
	h1.navbar-brand_ {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.menuBox {
		text-align: center;
	}
	nav.tm_navbar {
		display: block;
		width: 100%;
		float: none;
	}
	nav.tm_navbar .sub-menu>ul {
		top: 80px;
	}
	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;
	}
	.thumb-pad4 .thumbnail .caption {
		overflow: visible;
	}
	.thumb-pad4 figure {
		margin: 0 20px 0 0;
		float: left;
	}
	.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 {
		margin: 0 0 30px 0;
		overflow: hidden;
	}
	.thumb-pad0 .thumbnail .caption p {
		font-size: 14px;
		line-height: 21px;
	}
	.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;
	}
	.thumb-pad1 {
		margin-bottom: 20px;
	}
	.servicesBox .col-lg-4 {
		margin-bottom: 0;
	}
	.overviewBox {
		padding: 40px 0 33px 0;
	}
	.thumb-pad1 .thumbnail .caption a br {
		display: none;
	}
	.testimBox {
		padding: 50px 0 0 0;
	}
	.thumb-pad7 figure {
		margin: 0 0 20px 0;
		float: none;
	}
	.thumb-pad0 .thumbnail .caption2 {
		top: 119px;
		line-height: 60px;
	}
	.thumb-pad2 {
		margin-bottom: 50px;
	}
	.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;
	}
	.thumb-pad6 {
		height: auto !important;
	}
	footer .box1 {
		text-align: center;
		padding-bottom: 15px;
	}
	footer .box1 .menu-list {
		display: none;
	}
	footer .box1 .follow_icon {
		display: inline-block;
		float: none;
	}
	.thumb-pad4 {
		margin-bottom: 30px;
	}
	.watch-box {
		margin-bottom: 35px;
	}
	.thumb-pad6-1 {
		margin-bottom: 40px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media ( max-width : 626px) {
	.latest-box {
		background: #121212;
	}
	.errorBox img {
		width: 100%;
	}
	.pad0Box {
		width: 100%;
		float: none;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media ( max-width : 560px) {
	.topic-box {
		width: 100%;
		float: none;
	}
	.thumb-pad1 .thumbnail .caption {
		overflow: visible;
	}
	.thumb-pad5 .thumbnail figure {
		float: none;
		margin: 0 0 20px 0;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
	}
	.thumb-pad0 .thumbnail .caption2 {
		top: 50%;
		margin-top: -30px;
	}
	.thumb-pad6 .thumbnail .badge {
		float: none;
		margin: 0 0 20px 0;
		border-radius: 0;
		width: 100%;
		height: 90px;
		line-height: 90px;
	}
	.shows-box .pad2Box {
		width: 100%;
		float: none;
	}
	.shows-box2 {
		width: 100%;
		float: none;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
	}
	.thumb-pad4 figure {
		margin: 0 0 20px 0;
		float: none;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 63px;
}

.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.caleydoskop {
	background: #ededed;
	background-image: url('/img/fon.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	
}