/* Stuck menu styles
========================================================*/
.isStuck {
	z-index: 99;
	margin: 0;
	padding: 0 !important;
	-webkit-box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	max-height: 36px;
}
.isStuck nav.tm_navbar li a {
	line-height: 44px;
}
.isStuck nav.tm_navbar .sub-menu > ul {
	top: 45px;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #293028;
	font: 16px 'Fakt', sans-serif;
	line-height: 1.428571429;
	color: #6f6f6f;
}
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: 23px;
	line-height: 23px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 300 50px/1em 'FaktLight';
	text-transform: uppercase;
	margin: 0 0 65px 0;
	color: #293028;
}
h3 {
	font: 20px/32px 'FaktLight';
	color: #293028;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}
h4 {
	font: 300 15px/20px 'FaktLight';
	color: #5b605f;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 77px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: url(../img/bg_pic.jpg) no-repeat;
}
header.indent {
	position: absolute;
	background: none;
	top: 0;
	left: 0;
}
header .box {
	background: #293028;
	padding: 75px 0 73px 73px;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: -18px 0 0 0;
	float: none;
	min-height: 0;
	background: none;
	border-top: 9px solid #285373;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child:after, nav.tm_navbar li:first-child:before {
	display: none;
}
nav.tm_navbar li:after {
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #7d7c6c;
	content: '';
	z-index: 1;
}
nav.tm_navbar li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #a8a89c;
	content: '';
	z-index: 1;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 400 14px/106px 'FaktLight';
	width: 234px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background: #757773;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #285373 !important;
}
nav.tm_navbar li.active:before {
	background: #04c4a4;
}
nav.tm_navbar li.active:after {
	background: #02a678;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #285373;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover:before {
	background: #04c4a4;
}
nav.tm_navbar li:hover:after {
	background: #02a678;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #285373;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover:before {
	background: #04c4a4;
}
nav.tm_navbar .sfHover:after {
	background: #02a678;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-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: 23px;
	color: #ffffff;
	font-size: 14px;
	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: 100%;
	top: 105px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #757773;
	padding: 33px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li::after {
 content: none !important;
 display: none !important;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 400 14px 'FaktLight';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #293028 !important;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #293028 !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -26px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #285373;
	padding: 28px 0;
	margin: 0 0 0 10px;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul::after {
 position: absolute;
 left: -5px;
 top: 13px;
 width: 5px;
 height: 9px;
 background: url(../img/tr1.png) left 0 no-repeat;
 content: '';
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.tr {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 5px;
	height: 9px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'FaktLight';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:after, nav.tm_navbar .sub-menu ul ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #293028 !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s 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: 27px;
	height: 19px;
	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 hr {
	margin: 0;
	border-top: 1px solid #e9e9e9;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box1 {
	padding: 88px 0 0 0;
	overflow: hidden;
}
.thumb-box2 {
	padding: 80px 0 0 0;
	overflow: hidden;
}
.thumb-box2 h2 {
	color: #2D7ABE;
}
.thumb-box3 {
	padding: 80px 0 20px 0;
	background: #293028;
	overflow: hidden;
}
.thumb-box3 h2 {
	color: #ffffff;
}
.thumb-box4 {
	overflow: hidden;
	padding: 70px 0 88px 0;
	background-image: url(../img/bg_pic1.jpg);
	background-position: 100% top;
}
.thumb-box4 p {
	font: 300 60px/1em 'FaktLight';
	text-transform: uppercase;
	color: #ffffff;
	float: left;
}
.thumb-box4 a {
	width: 105px;
	height: 105px;
	display: inline-block;
	background: #2D7ABE;
	border-radius: 100%;
	color: #ffffff;
	text-align: center;
	line-height: 105px;
	font-size: 40px;
	float: right;
	margin-top: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box4 a:hover {
	background: #293028;
	color: #2D7ABE;
}
.thumb-box5 {
	background: #e9eae7;
	padding: 35px 0 30px 0;
	overflow: hidden;
}
.thumb-box5 p {
	margin: 10px 0 0 0;
	font: 300 20px 'FaktLight';
	text-transform: uppercase;
	display: inline-block;
	color: #1c1d21;
}
.thumb-box5 p span {
	font-size: 30px;
	color: #2D7ABE;
	margin-right: 19px;
	float: left;
}
.thumb-box6 {
	overflow: hidden;
	padding: 80px 0 30px 0;
}
.thumb-box6 h2 span {
	color: #2D7ABE;
}
.thumb-box6 .box {
	margin-bottom: 40px;
}
.thumb-box7 {
	overflow: hidden;
	padding: 84px 0 30px 0;
	background: #293028;
}
.thumb-box7 h2 {
	color: #ffffff;
	margin-bottom: 45px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 84px 0 0 0;
}
.thumb-box8 .col-lg-4 {
	margin-bottom: 44px;
}
.thumb-box9 {
	overflow: hidden;
	padding: 0 0 0 0;
}
.thumb-box10 {
	padding: 80px 0 41px 0;
	overflow: hidden;
}
/*
.thumb-box10 h2 {
	color: #2D7ABE;
}
*/
.thumb-box10 h3 {
	color: #2D7ABE;
	font-weight: 300;
	margin-bottom: 0;
}
.thumb-box11 {
	padding: 80px 0 35px 0;
	overflow: hidden;
}
.thumb-box11 .thumb-pad6 {
	margin-bottom: 24px;
}
.thumb-box12 {
	padding: 0 0 50px 0 0;
	overflow: hidden;
}
.thumb-box12 .box {
	background: #f4f5f4;
	padding: 48px 20px 28px 43px;
}
.thumb-box12 .box h2 {
	color: #2D7ABE;
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}
.thumb-box12 .box p {
	margin-bottom: 0;
}
.thumb-box12 .box > div {
	position: relative;
	padding-left: 24px;
	margin-bottom: 13px;
}
.thumb-box12 .box > div:after {
	content: "\f105";
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: -2px;
	color: #2D7ABE;
	font-weight: bold;
	font-size: 22px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box12 h3 {
	margin-bottom: 6px;
}
.thumb-box12 .col-lg-7, .thumb-box12 .col-lg-5 {
	margin-bottom: 40px;
}
.thumb-box12 figure img {
	width: 100%;
}
.thumb-box13 {
	padding: 80px 0 15px 0;
	overflow: hidden;
}
.thumb-box14 {
	padding: 97px 0 80px 0;
	overflow: hidden;
}
.errorBox {
	overflow: hidden;
	padding-bottom: 155px;
}
.errorBox h2 {
	padding: 0;
	border-bottom: none;
}
/* thumbs
========================================================*/
hr {
	margin: 0;
	border-color: #eeefef;
}
.thumb-pad1 {
	margin: 0 0 88px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail span {
	font-size: 60px;
	color: #293028;
	line-height: 143px;
	display: block;
	background: #e9eae7;
	text-align: center;
	margin-bottom: 48px;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #6f6f6f;
}
.thumb-pad1 .caption .title {
	font: 300 40px/1em 'FaktLight';
	color: #2D7ABE;
	margin-bottom: 21px;
	text-transform: uppercase;
}
.thumb-pad1 .caption .description {
	font: 20px/1em 'FaktLight';
	color: #293028;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.thumb-pad2 {
	margin: 0 0 57px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 300 20px 'FaktLight';
	text-transform: uppercase;
	margin: 0;
	color: #2D7ABE;
}
.thumb-pad2 .thumbnail .caption .description {
	font: 300 15px 'FaktLight';
	text-transform: uppercase;
	margin: 0 0 17px 0;
	color: #5b605f;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 16px;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Fakt', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 40px 0;
}
.thumb-pad3.indent .thumbnail .badge {
	line-height: 75px;
	padding: 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 .badge {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #2D7ABE;
	text-align: center;
	font: 300 30px/1em 'FaktLight';
	color: #ffffff;
	padding-top: 14px;
	margin-right: 28px;
	float: left;
}
.thumb-pad3 .thumbnail .badge span {
	display: block;
	color: #82dfce;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: -2px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption strong {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font: 20px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad3 .thumbnail .caption span {
	display: block;
	color: #2D7ABE;
	text-transform: uppercase;
	font: 15px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad3 .thumbnail .caption p {
	color: #BDBDBD;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 46px 0;
}
.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 .caption strong {
	display: block;
	color: #293028;
	text-transform: uppercase;
	font: 20px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad5 .thumbnail .caption span {
	display: block;
	color: #2D7ABE;
	text-transform: uppercase;
	font: 15px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption strong {
	display: block;
	color: #293028;
	text-transform: uppercase;
	font: 300 20px/25px 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 17px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 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 0 33px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption strong {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font: 20px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad7 .thumbnail .caption span {
	display: block;
	color: #2D7ABE;
	text-transform: uppercase;
	font: 15px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad7 .thumbnail .caption p {
	color: #BDBDBD;
}
.thumb-pad8 {
	margin: 0;
	padding: 0 0 87px 0;
	border-bottom: 1px solid #eeefef;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption h3 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 25px;
}
.thumb-pad9 .thumbnail .caption h4 {
	color: #2D7ABE;
}
.thumb-pad9 .thumbnail .caption p {
	color: #BDBDBD;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	border-radius: 100%;
}
.thumb-pad11 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad11 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad11 .thumbnail .caption {
	padding: 0;
}
.thumb-pad11 .thumbnail .caption h3 {
	color: #2D7ABE;
	font-weight: 300;
	margin-bottom: 0;
}
.thumb-pad11 figure {
	margin: 0 0 33px 0;
}
.thumb-pad11 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 16px 0 0 0;
	padding: 0;
	font: 15px 'FaktLight';
	background: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	color: #6f6f6f;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1 span {
	width: 54px;
	height: 54px;
	display: inline-block;
	background: url(../img/more_arrow_blue.png) no-repeat;
	margin: -21px 17px 0 0;
	float: left;
}
.btn-default.btn1:hover {
	color: #2D7ABE;
	background: none;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 42px;
	font: 600 15px/50px 'FaktLight';
	background: #2D7ABE;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #293028;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 600 18px/46px 'FaktLight';
	background: #222;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #222;
	background: transparent;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 2px 0;
}
.list1 li a {
	font: 12px 'Fakt', sans-serif;
	color: #808685;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #2D7ABE;
}
.list2 {
	margin: 0 0 57px 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
}
.list2 li a {
	font: 15px/20px 'FaktLight';
	color: #293028;
	display: block;
	background: #e9eae7;
	padding: 21px 0 17px 50px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #ffffff;
	background: #293028 !important;
}
.list2 li a:after {
	content: "\f105";
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	left: 22px;
	top: 18px;
	color: #2D7ABE;
	font-weight: bold;
	font-size: 22px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li:first-child + li a {
	background: #f4f5f4;
}
.list2 li:first-child + li + li + li a {
	background: #f4f5f4;
}
.list2 li:first-child + li + li + li + li + li a {
	background: #f4f5f4;
}
.list2 li:first-child + li + li + li + li + li + li + li a {
	background: #f4f5f4;
}
.list2-1 {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	background: url(../img/list_arrow_blue.png) 0 3px no-repeat;
}
.list2-1 li a {
	font: 300 15px 'FaktLight';
	color: #293028;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #2D7ABE;
}
.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 'FaktLight';
	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: 29px;
	overflow: hidden;
}
.list4 li time {
	font: 20px 'FaktLight';
	color: #2D7ABE;
	text-transform: uppercase;
	margin-bottom: 14px;
	display: block;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 40px 0;
	overflow: hidden;
}
.list5 li p {
	position: relative;
}
.list5 li p:after {
	position: absolute;
	left: 0;
	top: -5px;
	content: '"';
	z-index: 1;
	font-size: 15px;
	color: #293028;
}
.list5 li .box {
	overflow: hidden;
}
.list5 li .box figure {
	float: left;
	margin-right: 30px;
}
.list5 li .box figure img {
	border-radius: 100%;
}
.list5 li strong {
	display: block;
	color: #293028;
	text-transform: uppercase;
	font: 20px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.list5 li span {
	display: block;
	color: #2D7ABE;
	text-transform: uppercase;
	font: 15px/1em 'FaktLight';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.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 'Fakt', sans-serif;
	color: #6f6f6f;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow_blue.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: 37px;
}
.list7 li .badge {
	margin: 0 29px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #2D7ABE;
	text-align: center;
	border: none;
	font: 300 30px/68px 'FaktLight';
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;
}
.list7 li p {
	margin: 12px 0 0 0;
	color: #bbbaba;
}
.list8 {
	margin: 0 0 65px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 36px 0;
}
.list8 li h3 {
	font-size: 16px;
}
.list8 li p {
	margin-bottom: 0;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 80px 0;
}
.errorBox .title {
	font: 300 250px/244px 'FaktLight';
	color: #293028;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.errorBox .description {
	font: 300 70px/1em 'FaktLight';
	color: #2D7ABE;
	text-transform: uppercase;
	margin-bottom: 58px;
}
.errorBox p {
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
	color: #293028;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'FaktLight';
	color: #3e454c;
	text-transform: uppercase;
	background: #f8f8f8;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #2D7ABE;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'FaktLight';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 48px 0 0 0;
	position: relative;
}
#search-404 .btn2 {
	float: left;
}
#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 21px 8px 0;
	width: 670px;
	outline: none;
	border: 1px solid #e1e1e1;
	background: none;
	font: 14px/18px 'FaktLight';
	height: 50px;
	line-height: 18px;
	color: #293028;
	padding: 15px;
	resize: none;
	float: left;
}
#search {
	padding: 0;
	margin: 20px 0 20px 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	top: 11px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #cb3138;
}
#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: 270px;
	outline: none;
	background: #b8b2ad;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	font: 14px 'FaktLight';
	line-height: 18px;
	color: #444;
	padding: 14px 42px 14px 14px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 627px;
}
.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-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Fakt', sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info h2 {
	color: #2D7ABE;
	font-size: 40px;
	margin-bottom: 16px;
}
.info p {
	margin-bottom: 43px;
	text-transform: uppercase;
	font-size: 16px;
	color: #293028;
}
.mail {
	color: #2D7ABE;
	font: 16px 'Fakt', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #333;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 82px 0 40px 0;
	position: relative;
	overflow: hidden;
}
footer .priv {
	font: 300 15px 'FaktLight';
	color: #808685;
	margin: 0;
	float: right;
}
footer .priv a {
	color: #808685;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .priv a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer span {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}
footer .box {
	overflow: hidden;
	padding: 40px 0 0 0;
}
footer figure {
	float: left;
}
footer .title {
	font: 300 20px 'FaktLight';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 25px;
}
footer .col-lg-4, footer .col-lg-3 {
	margin-bottom: 40px;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon li {
	overflow: hidden;
	width: 53px;
	height: 51px;
	float: left;
	margin-right: 12px;
}
.follow_icon li a:hover img {
	margin-top: -51px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-box4 {
 text-align: center;
 padding: 60px 0;
}
 .thumb-box4 p {
 float: none;
 font-size: 50px;
}
 .thumb-box4 a {
 float: none;
 margin: 15px 0 0 0;
}
 .follow_icon li {
 margin: 0;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 nav.tm_navbar li a {
 width: 188px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .thumb-box4 {
 text-align: center;
 padding: 60px 0;
}
 .thumb-box4 p {
 float: none;
 font-size: 40px;
}
 .thumb-box4 a {
 float: none;
 margin: 15px 0 0 0;
}
 h2 {
 font-size: 40px;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 nav.tm_navbar li a {
 width: 144px;
}
 .thumb-pad8 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-box12 .col-lg-5 {
 text-align: center;
}
 .thumb-box12 .col-lg-5 img {
 width: auto;
}
 .thumb-pad9 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .follow_icon li {
 margin: 2px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 position: relative;
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 h2 {
 font-size: 30px;
}
 nav.tm_navbar {
 border: none;
 margin: 0;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #757773;
 background: #757773;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.tm_navbar {
 display: block;
 float: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 .thumb-box4 {
 text-align: center;
 padding: 60px 0;
}
 .thumb-box4 p {
 float: none;
 font-size: 30px;
}
 .thumb-box4 a {
 float: none;
 margin: 15px 0 0 0;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-pad8 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad8 figure img {
 width: 100%;
}
 .thumb-box12 .col-lg-5 {
 text-align: center;
}
 .thumb-box12 .col-lg-5 img {
 width: auto;
}
 .thumb-pad9 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .errorBox .title {
 font-size: 70px;
 line-height: 1em;
}
 .errorBox .description {
 font-size: 30px;
 line-height: 1em;
}
 .errorBox p {
 font-size: 14px;
 line-height: 30px;
}
 #search-404 input {
 width: 100%;
}
 footer {
 text-align: center;
}
 footer figure {
 float: none;
 margin-bottom: 25px;
}
 footer .priv {
 float: none;
}
 .follow_icon {
 display: inline-block;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 #newsletter {
 display: block;
}
 #newsletter .btn-default.btn2 {
 float: none;
}
 #newsletter label {
 float: none;
 margin: 0 0 15px 0;
 width: 100%;
 display: block;
}
 #newsletter input {
 margin: 0;
 float: none;
 width: 100%;
}
 .thumb-box5 p span {
 float: none;
 display: inline-block;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: auto;
}
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box6 {
 text-align: center;
}
 .thumb-pad5 .thumbnail {
 text-align: center;
}
 .thumb-pad5 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
 display: inline-block;
}
 .thumb-pad6 .thumbnail {
 text-align: center;
}
 .thumb-pad6 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
 display: inline-block;
}
 .thumb-box12 .box {
 padding: 20px 10px;
}
 .thumb-box12 .col-lg-5 img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
