@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #111111;
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #8a8989;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
 outline: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 20px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 60px/67px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 25px 0;
	color: #111111;
	text-align: center;
	text-transform: uppercase;
}
h2.blueish {
	font: bold 30px/28px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6090b6;
	margin: 0 0 18px 0;
	text-align: left;
}
h3 {
	font: bold 30px/28px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6090b6;
	margin: 0 0 18px 0;
}
h4 {
	font: 30px/36px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111111;
	margin: 0 0 14px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 66px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #111111;
}
header .box {
	padding: 0 0 25px 0;
}
header .box:after {
	display: table;
	width: 100%;
	clear: both;
	content: '';
}
header.indent {
	background: url(../img/bg_pic.jpg) center center no-repeat;
	background-size: cover;
}
.bg_pic {
	background: url(../img/top_pic.jpg) center -60px no-repeat;
	background-size: cover;
	min-height: 144px;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 39px 0 0 0;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 36px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 12px 'Istok Web';
	text-transform: uppercase;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #d93801;
	background: none !important;
}
nav.tm_navbar li.active > span {
	color: #d93801 !important;
}
nav.tm_navbar li:hover > a {
	color: #d93801;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #d93801 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #d93801;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > span {
	color: #d93801 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
	color: #ffffff;
	font-size: 12px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 0;
	top: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	border-radius: 0;
	padding: 5px 16px 5px 16px;
	margin: 26px 0 0 0;
	text-align: left;
	background: #111111;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 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;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 6px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #d93801 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #d93801 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 102px;
	top: -10px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #d93801;
	padding: 5px 16px 0 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;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #090f09 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 6px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 30px 0 0 0;
}
.thumb-box1 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box1 strong {
	font: bold 48px/1em 'Roboto Condensed';
	text-transform: uppercase;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumb-box1 span {
	font: bold 36px/1em 'Roboto Condensed';
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.thumb-box1 p {
	font: 12px/18px 'Roboto Condensed';
	margin: 0;
	max-width: 290px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box1 a {
	color: inherit;
	display: block;
	min-height: 238px;
	overflow: hidden;
	position: relative;
	background: #ffffff no-repeat center center;
	background-size: cover;
	z-index: 1;
}
.thumb-box1 a:hover strong, .thumb-box1 a:hover span {
	margin-left: -300px;
}
.thumb-box1 a:hover p {
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-box1 a:hover:before {
	webkit-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.thumb-box1 a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-box1 a.box1 {
	background-image: url(../img/banner1.jpg);
	color: #111111;
}
.thumb-box1 a.box2 {
	background-image: url(../img/banner2.jpg);
	color: #ffffff;
}
.thumb-box1 a.box3 {
	background-image: url(../img/banner3.jpg);
	color: #ffffff;
}
.thumb-box1 a:after {
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumb-box1 a:before {
	position: absolute;
	content: '\f0c1';
	font-family: FontAwesome;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
	z-index: 1;
	background: #d93801;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-box1 .wrap {
	display: table;
	min-height: inherit;
}
.thumb-box1 .wrap .wrap_content {
	padding: 50px 0 0 37px;
	/*display: table-cell;*/
  vertical-align: middle;
}
.thumb-box2 {
	text-align: center;
	padding: 70px 0 57px 0;
	overflow: hidden;
}
.thumb-box2 strong {
	font: bold 80px/1em 'Roboto Condensed';
	text-transform: uppercase;
	color: #111111;
	display: block;
	margin-bottom: 17px;
}
.thumb-box2 p {
	font-weight: 400;
}
.thumb-box2 hr {
	margin: 20px 0 0 0;
	width: 370px;
	border-color: #b5b5b5;
	display: inline-block;
}
.thumb-box3 {
	overflow: hidden;
}
.thumb-box4 {
	padding: 0 0 50px;
}
.thumb-box4 .box {
	min-height: 350px;
	border: 1px solid #f0efef;
	background: #ffffff url(../img/bg_pic1.jpg) center center no-repeat;
}
.thumb-box4 .box .wrap {
	display: table;
	min-height: inherit;
}
.thumb-box4 .box .wrap .wrap_content {
	padding: 100px 68px 0 68px;
	/*display: table-cell;*/
  vertical-align: middle;
}
.thumb-box4 strong {
	font: bold 30px/1em 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #111111;
	display: block;
	margin-bottom: 14px;
}
.thumb-box4 p {
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	margin-bottom: 25px;
}
.thumb-box5 {
	background: #dfdfdf;
	text-align: center;
	padding: 44px 0 0 0;
	overflow: hidden;
}
.thumb-box5 strong {
	font: 60px/1em 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #111111;
	display: block;
	margin-bottom: 17px;
}
.thumb-box5 p {
	font-weight: 400;
}
.thumb-box5 hr {
	margin: 20px 0 0 0;
	width: 370px;
	border-color: #b5b5b5;
	display: inline-block;
}
.thumb-box5 .box {
	padding: 45px 0 0 0;
	text-align: left;
}
.thumb-box5 .box figure img {
	width: 100%;
}
.thumb-box5 .box .title {
	font: 30px/1em 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111111;
	display: block;
	margin: 40px 0 25px 0;
}
.thumb-box5 .box .col-md-6 {
	margin-bottom: 54px;
}
.thumb-box6 {
	padding: 40px 0 0 0;
	overflow: hidden;
	background: #dfdfdf;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 20px;
}
.thumb-box7 {
	text-align: center;
}
.thumb-box7 p {
	font-weight: 400;
}
.thumb-box7 hr {
	margin: 20px 0 0 0;
	width: 370px;
	border-color: #b5b5b5;
	display: inline-block;
}
.thumb-box8 {
	overflow: hidden;
	padding: 45px 0 0 0;
}
.thumb-box8.indent {
	padding-bottom: 55px;
}
.thumb-box9 {
	padding: 40px 0 0 0;
	overflow: hidden;
	background: #dfdfdf;
	text-align: center;
}
.thumb-box9 p {
	font-weight: 400;
}
.thumb-box9 hr {
	margin: 20px 0 40px 0;
	width: 370px;
	border-color: #b5b5b5;
	display: inline-block;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 54px;
	text-align: left;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1:hover .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f0efef;
	box-shadow: inset 0 0 0 6px #f0efef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	border: 1px solid #f0efef;
	margin-bottom: 34px;
	position: relative;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #8a8989;
}
.thumb-pad1 .caption strong, .thumb-pad1 .caption h2 {
	font: bold 30px/1em 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6090b6;
	display: block;
	margin-bottom: 17px;
	text-align: left;
}
.thumb-pad1 .caption hr {
	margin: 12px 0 25px 0;
	border-color: #dfdfdf;
}
.thumb-pad2 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad2:hover .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f0efef;
	box-shadow: inset 0 0 0 6px #f0efef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail figure {
	border: 1px solid #f0efef;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}
.thumb-pad2 .thumbnail figure img {
	width: 100%;
}
.thumb-pad2 .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad2 .caption {
	padding: 0;
	color: #8a8989;
}
.thumb-pad2 .caption strong {
	font: bold 30px/1em 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6090b6;
	display: block;
	margin-bottom: 17px;
}
.thumb-pad2 .caption hr {
	margin: 12px 0 25px 0;
	border-color: #dfdfdf;
}
/*---*/
.thumb-pad2-1 {
	margin: 0;
	padding: 0 0 46px;
	overflow: hidden;
}
.thumb-pad2-1:hover .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f0efef;
	box-shadow: inset 0 0 0 6px #f0efef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2-1 .thumbnail figure {
	border: 1px solid #f0efef;
	margin: 0 0 35px 0;
	position: relative;
}
.thumb-pad2-1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad2-1 .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad2-1 .caption {
	padding: 0;
	color: #8a8989;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 23px 20px 32px 20px;
	overflow: hidden;
	border: 1px solid #dadbdc;
	border-top: none;
}
.thumb-pad3 .thumbnail .caption a {
	color: #272d33;
	font: 30px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #fc5a0a;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 6px 0 0 0;
}
.thumb-pad3 .thumbnail figure {
	margin: 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad4:hover figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f0efef;
	box-shadow: inset 0 0 0 6px #f0efef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 33px 0;
	position: relative;
	border: 1px solid #f0efef;
}
.thumb-pad4 figure:after {
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 60px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption time {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 30px 'Open Sans';
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #72a80c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	text-transform: uppercase;
	border-radius: 0;
	color: #6090b6;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:after {
	content: '\f144';
	font-family: 'FontAwesome';
	margin-left: 6px;
}
.btn-default.btn1:hover {
	color: #d93801;
	background: none;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 10px 24px;
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d93801;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 16px 38px;
	font: bold 18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d93801;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	float: none;
	margin: 21px 0 0 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	overflow: hidden;
}
.list1 li a {
	font: 300 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8a8989;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-weight: 400;
	margin-right: 12px;
	color: #6090b6;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #6090b6;
}
.list1-1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 1px solid #f98d57;
	position: relative;
	display: block;
}
.list1-1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}
.list1-1 li a {
	color: #ffffff;
	font: 600 19px/54px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 0 0 0 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:hover {
	color: #ffffff;
}
.list1-1 li:hover a {
	color: #ffffff;
	background: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:last-child {
	border-bottom: none;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 50px 0;
}
.list2 li .badge {
	margin: 0 31px 0 0;
	padding: 4px 0 0 0;
	border-radius: 0;
	background: #f4f5f5;
	text-align: center;
	border: none;
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	width: 100px;
	height: 100px;
	float: left;
}
.list2 li .badge span {
	font-size: 30px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}
.list2 li p {
	margin: 5px 0 0 0;
}
.list2 li a {
	font: 20px/25px 'Open Sans';
	color: #99bf38;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #2a2a2a;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1.indent li a {
	color: #ffffff;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 15px 'Open Sans';
	color: #2a2a2a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #99bf38;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 5px;
	overflow: hidden;
}
.list4 li time {
	font: 30px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111111;
	display: block;
	margin-bottom: -5px;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 28px 0;
	padding-left: 53px;
	position: relative;
}
.list5 li:before {
	content: '\f10d';
	color: #111111;
	font-size: 36px;
	font-family: 'FontAwesome';
	position: absolute;
	top: -6px;
	left: 0;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8a8989;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 27px;
}
.list7 li span {
	float: left;
	margin: 10px 41px 0 0;
	width: 59px;
	height: 59px;
	background: #d93801;
	text-align: center;
	color: #ffffff;
	font: bold 30px/59px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}
.list7 li span:after {
	width: 11px;
	height: 21px;
	content: '';
	position: absolute;
	top: 9px;
	right: -11px;
	background: url(../img/tr.png) no-repeat;
}
.list7 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	text-align: center;
}
/*-----tabs-----*/
.tab-content {
	margin: 0 !important;
}
.nav-tabs2 {
	margin-bottom: 0;
	border: none;
	margin-top: 0;
}
.nav-tabs2 li {
	margin: 0 0 2px;
}
.nav-tabs2 li a {
	background: #dfdfdf;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none;
	font: bold 18px/54px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111111;
	margin-right: 0;
	padding: 0 10px;
	border-radius: 0;
	text-transform: none;
	position: relative;
	text-transform: uppercase;
	height: 54px;
	border-top: none;
	text-align: center;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.nav-tabs2 li a:hover {
	background: #d93801 !important;
	color: #ffffff !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.nav-tabs2 li a:focus {
	outline: none;
}
.nav-tabs2 > .active > a, .nav-tabs2 > .active > a:hover {
	background: #d93801 !important;
	color: #ffffff !important;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 28px 0 0 0;
	position: relative;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 25px;
	width: 100%;
	outline: none;
	border: 1px solid #b5b5b5;
	background: #ffffff;
	font: 14px/18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 30px;
	line-height: 18px;
	color: #8a8989;
	padding: 5px 16px;
	resize: none;
}
#search {
	padding: 0;
	margin: 29px 0 0 0;
	float: right;
	position: relative;
}
#search a {
	position: absolute;
	top: 5px;
	right: 14px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#search a:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 14px;
}
#search a:hover {
	color: #d93801;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 269px;
	outline: none;
	background: #2e2e2e;
	border: 1px solid #2e2e2e;
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #8a8989;
	padding: 5px 30px 5px 15px;
	height: 30px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 392px;
	margin-bottom: 30px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	color: #333;
}
.gm-wrapper {
	margin-left: 0;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 205px;
	display: inline-block;
}
.info p a {
	color: #8a8989;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #6090b6;
	text-decoration: underline;
}
.mail {
	color: #8a8989;
	font: 300 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #d93801;
	text-decoration: underline;
}
.errorBox {
	padding-bottom: 50px;
}
.errorBox figure {
	text-align: center;
}
.errorBox h2 {
	line-height: 55px;
	text-align: left;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 0 0 30px 0;
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
}
footer .priv {
	font: 14px/18px 'Roboto Condensed';
	color: #cfcfcf;
	text-transform: uppercase;
	margin: 58px 0 0 11px;
	float: left;
}
footer .priv a {
	color: #cfcfcf;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .priv a:hover {
	color: #d93801;
}
footer em {
	font-style: normal;
}
footer span {
	color: #ffffff;
	font-size: 18px;
}
footer figure {
	float: left;
}
.tools-box {
	background: #ffffff;
	padding: 23px 0;
}
.tools-box p {
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8f8f8f;
	margin: 0;
	text-transform: none;
}
.tools-box p a {
	color: #8f8f8f;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.tools-box p a:hover {
	color: #d93801;
}
.tools-box .title {
	color: #474747;
	font: 18px 'Istok Web';
	margin-bottom: 21px;
}
.tools-box .title:before {
	content: '';
	font-family: 'FontAwesome';
	color: #d93801;
	font-size: 30px;
	float: left;
	margin-right: 11px;
	vertical-align: middle;
}
.tools-box .title.fi1:before {
	content: '\f098';
}
.tools-box .title.fi2:before {
	content: '\f0e0';
}
.tools-box .title.fi3:before {
	content: '\f041';
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #d9d9d9;
	padding-top: 16px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_icon li {
	margin-bottom: 15px;
	overflow: hidden;
}
.follow_icon li a {
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8f8f8f;
}
.follow_icon li a span {
	color: #d93801;
	margin-right: 7px;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover span {
	color: #6090b6;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .thumb-box1 {
 margin-top: -298px;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .errorBox img {
 width: 100%;
}
 .info p span {
 width: 85px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 h1.navbar-brand_ {
 position: relative;
}
 header .box {
 text-align: center;
}
 header nav.tm_navbar {
 display: inline-block;
}
 header #search {
 float: none;
 display: inline-block;
}
 .thumb-box2 strong {
 font-size: 40px;
}
 .bg_pic {
 display: none;
}
 .errorBox img {
 width: 100%;
}
 .info p span {
 width: 85px;
}
 .address_box {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #d93801;
 background: #d93801;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 h1.navbar-brand_ {
 position: relative;
}
 h2 {
 font-size: 30px;
 line-height: 1em;
}
 .bg_pic {
 display: none;
}
 header .box {
 text-align: center;
}
 header .nav.sf-menu {
 display: none;
}
 header #search {
 float: none;
 display: inline-block;
}
 .content_map,  .content_map.indent {
 height: 250px;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .thumb-box2 strong {
 font-size: 40px;
}
 .thumb-pad1 .thumbnail figure {
 float: left;
 margin: 0 20px 0 0;
}
 .thumb-box4 .box .wrap .wrap_content {
 padding: 0 20px;
 text-align: center;
}
 .thumb-box4 .box .wrap .wrap_content br {
 display: none;
}
 .thumb-box5 strong {
 font-size: 30px;
}
 .who-box .col-lg-4 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 float: left;
 margin: 0 20px 0 0;
}
 .info p span {
 width: 85px;
}
 footer figure {
 float: none;
 text-align: center;
}
 footer .priv {
 float: none;
 margin: 15px 0 0 0;
 text-align: center;
}
 .address_box {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin: 0 0 20px 0;
}
 .thumb-pad4 figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad2 .thumbnail figure {
 float: none;
 margin: 0 0 30px 0;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .tools-box .col-lg-3 {
 width: 100%;
 float: none;
}
 .thumb-box2 hr,  .thumb-box5 hr,  .thumb-box7 hr,  .thumb-box9 hr {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
