@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Sarina);
@import url(http://fonts.googleapis.com/css?family=Lato);
@font-face {
    font-family: 'Kautiva Cyrillic Book';
    src: url('../lib/extentions/fonts/kautiva-cyrillic-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: POLITICA; /* Имя шрифта */
    src: url(../politica.ttf); /* Путь к файлу со шрифтом */
}
html {  overflow-x: hidden; }
body { background:url(../images/tbgfon.png) repeat; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder { overflow:hidden; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:21px;
	margin:0;
	padding:8px 8px 8px 8px;
	border:1px solid #c8c8c8;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:'Myriad Pro', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#838b96 !important;
    border-radius: 3px;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea { line-height:21px; }
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#fff;
	height:40px;
	margin:0 15px 0 0;
	padding:0 20px 0 20px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	color:#5f5f5f;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#5f5f5f;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#5f5f5f;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
html.ie8 .main-holder .search-form input[type="text"] { width:140px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:80px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:120px; }
}
.main-holder .search-form input[type="submit"] {
	height:52px;
	margin:0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] { padding:0 15px 0 15px; }
}
h1 {
	margin-bottom:50px;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#313131;
}
h1 a:focus {
	text-decoration:none;
	color:#313131;
}
h1 a:hover {
	text-decoration:none;
	color:#e18728;
}
h2 {
	margin-bottom:50px;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#313131;
}
h2 a:focus {
	text-decoration:none;
	color:#313131;
}
h2 a:hover {
	text-decoration:none;
	color:#e18728;
}
h3 {
	margin-bottom:50px;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#ffc641;
}
h3 a:focus {
	text-decoration:none;
	color:#ffc641;
}
h3 a:hover {
	text-decoration:none;
	color:#ffc641;
}
h4 { margin-bottom:28px; }
h4 a {
	text-decoration:none;
	color:#f79936;
}
h4 a:focus {
	text-decoration:none;
	color:#f79936;
}
h4 a:hover {
	text-decoration:none;
	color:#fff;
}
h5 a {
	text-decoration:none;
	color:#e18728;
}
h5 a:focus {
	text-decoration:none;
	color:#e18728;
}
h5 a:hover {
	text-decoration:none;
	color:#313131;
}
h5 strong {
	display:block;
	padding:0 0 2px 0;
	line-height:21px;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	color:#313131;
}
h5 em {
	display:block;
	margin:0 0 -9px 0;
	line-height:14px;
	font-size:14px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#313131;
}
h6 {
	margin-bottom:47px;
	letter-spacing:-1px;
	font-weight:900 !important;
	text-transform:uppercase;
}
h6 a {
	text-decoration:none;
	color:#313131;
}
h6 a:focus {
	text-decoration:none;
	color:#313131;
}
h6 a:hover {
	text-decoration:none;
	color:#e18728;
}
h6 em {
	display:block;
	margin:0 0 -5px 0;
	font-style:normal;
}
h6 strong {
	display:block;
	margin:0 0 -33px 0;
	line-height:21px;
	font-size:18px;
	font-weight:700;
}
p { margin:0 0 21px 0; }
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
img.alignleft { margin:4px 30px 5px 0; }
@media (max-width: 767px) {
	img.alignleft {
		max-width:50%;
		margin-right:20px;
	}
}
.header {
	margin:0;
	padding:0;
	border:none;
    border-top: 15px solid #414752;
}
@media (max-width: 767px) {
	.header {
		padding:0 20px;
		text-align:center;
	}
}
.header.isStuck {
	right:0;
	left:0;
}
.header .logo {
	margin:30px 0;
	padding:0px;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	.header .logo {
		display:inline-block;
		float:none;
		margin:20px 0;
		vertical-align:top;
	}
}
.header .logo img { margin:0 0 -1px 0; max-width: inherit; }
.header .logo .logo_h__txt {
	margin: -6px 0 -7px 0;
	padding:0;
	text-transform:none;
}
.header .logo .logo_h__txt a { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a { font-size:30px; }
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_tagline {
	margin:0;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#444;
}
.header .nav__primary { margin:15px 0 0 0; }
@media (max-width: 767px) {
	.header .nav__primary { margin:0 0 20px 0; }
}
.header .nav__primary .select-menu { font-size:12px; }
.header .nav__primary .sf-menu ul {
	background:#e18728;
	width:175px;
	padding:27px 0 27px 0;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 4px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 14px; }
}
html.ie8 .header .nav__primary .sf-menu > li { margin:0 0 0 14px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 10px; }
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
    padding: 7px 5px 20px 5px;
	border:none;
	letter-spacing:-1px;
	font-weight:600;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { font-size:14px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { font-size:12px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a { font-size:11px; }
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:19px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:0 10px 0 10px;
	border:none;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:-6px 0 0 0;
	top:50%;
	right:5px;
}
.header .nav__primary .sf-menu > li li li a { color:#424242; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -87px;
	top:51px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	background:#fff;
	margin:0;
	top:-27px;
	left:180px;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:#ffc641;
	color:#fff;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#424242;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:none;
	color:#e18728;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:20px;
	right:50%;
}
.top_search {
	position:relative;
	float:right;
	margin:32px 0 0 0;
}
.top_search #search-header {
	display:none;
	position:absolute;
	width:268px;
	height:48px;
	top:63px;
	right:0;
}
.top_search #search-header input[type="text"] {
	float:left;
	width:168px;
}
.top_search #search-header button {
	background:#e18728;
	float:left;
	width:52px;
	height:52px;
	margin:0 0 0 10px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.top_search #search-header button:hover {
	background:#804b12;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.top_search .btn-search {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	border:none;
	line-height:22px;
	font-size:22px;
	color:#d6d5d5;
	cursor:pointer;
}
.top_search .btn-search:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#d6d5d5;
}
.top_search .btn-search:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#e18728;
}
#slider-wrapper .container {
	position:relative;
	width:1920px;
	margin:0 0 0 -960px;
	left:50%;
}
@media (min-width: 1921px) {
	#slider-wrapper .container {
		width:100%;
		margin:0;
		left:auto;
	}
}
html.ie8 #slider-wrapper .container {
	width:100%;
	margin:0;
	left:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container {
		width:1400px;
		margin:0 0 0 -700px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container {
		width:1000px;
		margin:0 0 0 -500px;
	}
}
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_caption {
	position:absolute;
	width:1170px;
	margin:0 0 0 -585px;
	bottom:260px;
	left:50%;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption {
		width:940px;
		margin:0 0 0 -470px;
	}
}
html.ie8 #slider-wrapper .camera_caption {
	width:940px;
	margin:0 0 0 -470px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		width:724px;
		margin:0 0 0 -362px;
		bottom:160px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:440px;
		margin:0 0 0 -220px;
		bottom:160px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption {
		width:280px;
		margin:0 0 0 -140px;
	}
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:0;
	line-height:110px;
	font-size:92px;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption div {
		line-height:90px;
		font-size:72px;
	}
}
html.ie8 #slider-wrapper .camera_caption div {
	line-height:90px;
	font-size:72px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div {
		line-height:70px;
		font-size:52px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div {
		line-height:50px;
		font-size:42px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div {
		line-height:40px;
		font-size:32px;
	}
}
#slider-wrapper .camera_caption div a {
	text-decoration:none;
	color:#fff;
}
#slider-wrapper .camera_caption div a:focus {
	text-decoration:none;
	color:#fff;
}
#slider-wrapper .camera_caption div a:hover {
	text-decoration:none;
	color:#e18728;
}
#slider-wrapper .camera_pag {
	position:absolute;
	text-align:center;
	right:0;
	bottom:129px;
	left:0;
	z-index:99;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_pag { bottom:40px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag { bottom:40px; }
}
#slider-wrapper .camera_pag ul {
	display:inline-block;
	margin:0;
	padding:33px 150px 0 150px;
	border-top:3px solid #ffffff;
	vertical-align:top;
	line-height:0;
	font-size:0;
}
@media (max-width: 480px) {
	#slider-wrapper .camera_pag ul { padding:33px 100px 0 100px; }
}
#slider-wrapper .camera_pag ul li {
	background:#fff;
	display:inline-block;
	margin:0 0 0 9px;
	padding:0;
	list-style:none;
	vertical-align:top;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
#slider-wrapper .camera_pag ul li:first-child { margin:0; }
#slider-wrapper .camera_pag ul li:hover, #slider-wrapper .camera_pag ul li.cameracurrent {
	background:#e18728;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_pag ul li span { display:none; }
#slider-wrapper .camera_thumbs {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
.content-holder {
	margin:0;
	padding:45px 0 65px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:45px 20px 65px 20px; }
}
body.home .content-holder { padding:0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px; }
}
#sidebar .widget { margin:94px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar h3 {
	position:relative;
	margin-bottom:50px;
	padding:0 0 30px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
@media (max-width: 767px) {
	#sidebar h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
#sidebar h3:before {
	background:#e18728;
	display:block;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0;
	position:absolute;
	left:0%;
	bottom:0;
	content:'';
}
#sidebar .widget_categories ul, #sidebar .widget_archive ul, #sidebar .widget_nav_menu ul, #sidebar .widget_meta ul, #sidebar .widget_meta ul, #sidebar .widget_pages ul, #sidebar .widget_recent_comments ul, #sidebar .widget_recent_entries ul {
	margin:0;
	padding:0;
}
#sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_meta ul li, #sidebar .widget_meta ul li, #sidebar .widget_pages ul li, #sidebar .widget_recent_comments ul li, #sidebar .widget_recent_entries ul li {
	position:relative;
	margin:0 0 15px 0;
	padding:0 0 0 25px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#5f5f5f;
}
#sidebar .widget_categories ul li:before, #sidebar .widget_archive ul li:before, #sidebar .widget_nav_menu ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_pages ul li:before, #sidebar .widget_recent_comments ul li:before, #sidebar .widget_recent_entries ul li:before {
	position:absolute;
	top:0;
	left:0;
	line-height:18px;
	font-family:FontAwesome;
	font-size:20px;
	color:#e18728;
	content:'\f105';
}
#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_recent_comments ul li a, #sidebar .widget_recent_entries ul li a {
	text-decoration:none;
	color:#5f5f5f;
}
#sidebar .widget_categories ul li a:focus, #sidebar .widget_archive ul li a:focus, #sidebar .widget_nav_menu ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_pages ul li a:focus, #sidebar .widget_recent_comments ul li a:focus, #sidebar .widget_recent_entries ul li a:focus {
	text-decoration:none;
	color:#5f5f5f;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_archive ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_pages ul li a:hover, #sidebar .widget_recent_comments ul li a:hover, #sidebar .widget_recent_entries ul li a:hover {
	text-decoration:none;
	color:#e18728;
}
#sidebar .widget_categories ul li ul, #sidebar .widget_archive ul li ul, #sidebar .widget_nav_menu ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_pages ul li ul, #sidebar .widget_recent_comments ul li ul, #sidebar .widget_recent_entries ul li ul { padding:15px 0 0 0; }
#sidebar ul.comments-custom { padding:6px 0 0 0; }
#sidebar ul.comments-custom li {
	margin:49px 0 0 0;
	padding:0;
	line-height:21px;
}
#sidebar ul.comments-custom li:first-child { margin:0; }
#sidebar ul.comments-custom li:before { display:none; }
#sidebar ul.comments-custom li .thumbnail { margin:5px 30px 5px 0; }
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li h4 {
	margin:0 0 5px 0;
	padding:14px 0 0 0;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#313131;
}
#sidebar ul.comments-custom li time {
	display:block;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#e18728;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:18px 0 0 0;
	padding:0;
	border:none;
}
#sidebar ul.comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#5f5f5f;
}
#sidebar ul.comments-custom li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#5f5f5f;
}
#sidebar ul.comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#e18728;
}
#sidebar #calendar_wrap caption { color:#e18728; }
#sidebar #calendar_wrap thead tr th { color:#e18728; }
a.btn-link {
	background:none;
	position:relative;
	margin:0;
	padding:10px 45px 10px 45px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff !important;
}
a.btn-link:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#fff;
}
a.btn-link:focus:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:100%;
}
a.btn-link:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#fff;
}
a.btn-link:hover:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
a.btn-link:before {
	background:#f79936;
	display:block;
	position:absolute;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
a.btn-link:after {
	background:#d6d6d6;
	display:block;
	position:absolute;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
.hero-unit.info_box {
	background:#d6d5d5;
	position:relative;
	width:100%;
	margin:0 0 96px 0;
	padding:41px 0 38px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.hero-unit.info_box { text-align:center; }
}
.hero-unit.info_box:before {
	background:#d6d5d5;
	position:absolute;
	display:block;
	width:101%;
	top:0;
	bottom:0;
	left:-100%;
	z-index:-1;
	content:'';
}
.hero-unit.info_box:after {
	background:#d6d5d5;
	position:absolute;
	display:block;
	width:101%;
	top:0;
	bottom:0;
	right:-100%;
	z-index:-1;
	content:'';
}
.hero-unit.info_box h1 {
	float:left;
	width:178px;
	margin:0;
	padding:0 122px 0 0;
	line-height:49px;
	font-size:58px;
	text-align:center;
	color:#e18728;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.info_box h1 { padding:0 122px 0 0; }
}
@media (max-width: 767px) {
	.hero-unit.info_box h1 {
		float:none;
		width:100%;
		margin:0 0 10px 0;
		padding:0;
	}
}
@media (max-width: 480px) {
	.hero-unit.info_box h1 {
		line-height:38px;
		font-size:38px;
	}
}
.hero-unit.info_box p {
	margin:0;
	padding:26px 0 0 0;
	letter-spacing:normal;
	line-height:25px;
	font-size:21px;
	font-weight:400;
	color:#333;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.info_box p { padding:0; }
}
@media (max-width: 480px) {
	.hero-unit.info_box p {
		line-height:19px;
		font-size:15px;
	}
}
.hero-unit.info_box .btn-align {
	position:absolute;
	margin:-38px 0 0 0;
	top:50%;
	left:219px;
}
@media (max-width: 767px) {
	.hero-unit.info_box .btn-align {
		position:relative;
		margin:0;
		padding:20px 0 0 0;
		top:auto;
		left:auto;
	}
}
.hero-unit.info_box .btn-align a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:0;
	font-size:0;
	text-shadow:none;
	text-decoration:none;
}
.hero-unit.info_box .btn-align a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#313131;
}
.hero-unit.info_box .btn-align a:before {
	background:none;
	display:inline-block;
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:69px;
	font-family:FontAwesome;
	font-size:69px;
	color:#e18728;
	z-index:99;
	content:'\f061';
}
@media (max-width: 767px) {
	.hero-unit.info_box .btn-align a:before { content:'\f062'; }
}
.hero-unit.extra {
	background:none;
	margin:0;
	padding:25px 30px 0 50px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.hero-unit.extra { padding:25px 0 0 0; }
}
.hero-unit.extra h1 {
	margin:0 0 12px 0;
	padding:0;
	line-height:45px;
	font-size:35px;
	text-transform:none;
	color:#313131;
}
.hero-unit.extra p {
	margin:0 0 25px 0;
	line-height:21px;
	font-size:14px;
	color:#5f5f5f;
}
.title-box {
	margin:0 0 54px 0;
	text-align:center;
}
.title-box h2 {
	margin:0 0 17px 0;
	padding:0;
	letter-spacing:-2px;
	line-height:67px;
	font-size:67px;
	text-transform:uppercase;
	color:#313131;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:41px;
		font-size:41px;
	}
}
@media (max-width: 767px) {
	.title-box h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:47px;
		font-size:47px;
	}
}
.title-box h3 {
	position:relative;
	margin:0;
	padding:0 0 38px 0;
	word-spacing:2px;
	letter-spacing:-0.5px;
	line-height:24px;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	color:#8a8a8a;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:18px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.title-box h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:18px;
		font-size:18px;
	}
}
.title-box h3:before {
	background:#e18728;
	display:block;
	position:absolute;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -85px;
	top:auto;
	right:auto;
	bottom:0;
	left:50%;
	z-index:99;
	content:'';
}
.title-box.extra { text-align:left; }
.title-box.extra h2 {
	margin:0 0 12px 0;
	line-height:48px;
	font-size:48px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box.extra h2 {
		line-height:41px;
		font-size:41px;
	}
}
@media (max-width: 767px) {
	.title-box.extra h2 {
		line-height:41px;
		font-size:41px;
	}
}
.title-box.extra h3 {
	padding:0 0 33px 0;
	line-height:24px;
	font-size:19px;
	font-weight:600;
	text-transform:none;
	color:#8a8a8a;
}
@media (min-width: 1200px) {
	.title-box.extra h3 { padding-right:50%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box.extra h3 {
		line-height:18px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.title-box.extra h3 {
		line-height:18px;
		font-size:18px;
	}
}
.title-box.extra h3:before {
	margin:0;
	left:0;
}
.title-box.extra_style {
	margin:0 0 21px 0;
	text-align:left;
}
.title-box.extra_style h2 {
	margin:0 0 12px 0;
	line-height:48px;
	font-size:48px;
}
.title-box.extra_style h3 {
	padding:0;
	line-height:24px;
	font-size:19px;
	font-weight:600;
	text-transform:none;
	color:#8a8a8a;
}
@media (min-width: 1200px) {
	.title-box.extra_style h3 { padding-right:50%; }
}
.title-box.extra_style h3:before { display:none; }
a.btn-primary {
	background:none;
	display:inline-block;
	position:relative;
	margin:0;
	padding:10px 35px 10px 35px;
	border:2px solid #5f5f5f;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#5f5f5f;
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#5f5f5f;
}
a.btn-primary:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:100%;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
a.btn-primary:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
a.btn-primary:before {
	background:#5f5f5f;
	display:block;
	position:absolute;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
.banner-wrap {
	position:relative;
	margin:0 0 42px 0;
}
.banner-wrap:hover .featured-thumbnail a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap .featured-thumbnail { margin:0; }
.banner-wrap .featured-thumbnail a { border:none; }
.banner-wrap .featured-thumbnail a img {
	width:100%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
html.ie8 .banner-wrap .featured-thumbnail a img { max-width:inherit; }
.banner-wrap .caption {
	background:url(../images/caption.png) repeat 0% 0%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:50%;
}
@media (max-width: 767px) {
	.banner-wrap .caption {
		top:auto;
		left:0;
	}
}
.banner-wrap .caption .inner { padding:124px 65px 0 65px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap .caption .inner { padding:64px 65px 0 65px; }
}
html.ie8 .banner-wrap .caption .inner { padding:64px 65px 0 65px; }
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .caption .inner { padding:34px 35px 0 35px; }
}
@media (max-width: 767px) {
	.banner-wrap .caption .inner {
		padding:20px 20px 20px 20px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	.banner-wrap .caption .inner { padding:10px; }
}
.banner-wrap .caption h5 {
    margin: 0 0 50px 0;
    padding: 0;
    line-height: 35px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: Intro;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .caption h5 { margin:0 0 20px 0; }
}
@media (max-width: 767px) {
	.banner-wrap .caption h5 {
		margin:0 0 10px 0;
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	.banner-wrap .caption h5 {
		margin:0 0 3px 0;
		line-height:16px;
		font-size:16px;
	}
}
.banner-wrap .caption h5 a {
	text-decoration:none;
	color:#fff;
}
.banner-wrap .caption h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.banner-wrap .caption h5 a:hover {
	text-decoration:none;
	color:#313131;
}
.banner-wrap .caption p {
	line-height:22px;
	font-size:20px;
	color:#fff;
    font-family: Consolas;
}
@media (max-width: 767px) {
	.banner-wrap .caption p {
		margin:0;
		line-height:16px;
		font-size:12px;
	}
}
.progress {
	background:#d6d5d5;
	height:40px;
	margin:0 0 15px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	.progress { margin-right:70px; }
}
.progress .bar {
	background:#e18728;
	position:relative;
}
html.ie8 .progress .bar {
	background:#e18728 !important;
	filter:none;
}
.progress .bar span {
	position:absolute;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	text-shadow:none;
	color:#fff;
	top:10px;
	right:9px;
}
.spacer { height:83px; }
.carousel-wrap.news {
	margin:0 0 157px 0;
	padding:1px 0 0 0;
}
.carousel-wrap.news ul li {
	background:#e5e5e5;
	padding:12px 16px 21px 21px;
	border-bottom:2px solid #e18728;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 480px) {
	.carousel-wrap.news ul li { padding:10px 10px 10px 10px; }
}
.carousel-wrap.news ul li:hover .featured-thumbnail a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news ul li:nth-child(2n) .title_block:before { background:url(../images/icon_2_mini.png) no-repeat 0% 0%; }
.carousel-wrap.news ul li:nth-child(3n) .title_block:before { background:url(../images/icon_3_mini.png) no-repeat 0% 0%; }
.carousel-wrap.news ul li:nth-child(4n) .title_block:before { background:url(../images/icon_4_0.png) no-repeat 0% 0%; }
.carousel-wrap.news ul li .title_block {
	width:100%;
	overflow:hidden;
	margin:0 0 8px 0;
}
@media (max-width: 480px) {
	.carousel-wrap.news ul li .title_block { margin:0 0 15px 0; }
}
.carousel-wrap.news ul li .title_block:before {
	background:url(../images/icon_1_mini.png) no-repeat 0% 0%;
	float:right;
	width:51px;
	height:51px;
	overflow:hidden;
	margin:0 0 3px 5px;
	content:'';
}
@media (max-width: 480px) {
	.carousel-wrap.news ul li .title_block:before { display:none; }
}
.carousel-wrap.news ul li h5 {
	overflow:hidden;
	margin:0;
	padding:15px 0 0 0;
	line-height:12px;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	color:#313131;
}
.carousel-wrap.news ul li h5 a {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#313131;
    font-family: Consolas Bold;
}
.carousel-wrap.news ul li h5 a:focus {
	text-decoration:none;
	color:#313131;
}
.carousel-wrap.news ul li h5 a:hover {
	text-decoration:none;
	color:#e18728;
}
.carousel-wrap.news ul li h5 .sub_title {
	display:block;
	margin:-2px 0 0 0;
	letter-spacing:-1px;
	line-height:25px;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.news ul li h5 .sub_title {
		line-height:18px;
		font-size:18px;
	}
}
html.ie8 .carousel-wrap.news ul li h5 .sub_title {
	line-height:18px;
	font-size:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news ul li h5 .sub_title {
		line-height:18px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.news ul li h5 .sub_title {
		line-height:18px;
		font-size:16px;
	}
}
.carousel-wrap.news ul li .featured-thumbnail { margin:0 -16px 25px -21px; }
@media (max-width: 480px) {
	.carousel-wrap.news ul li .featured-thumbnail { margin:0 -10px 15px -10px; }
}
.carousel-wrap.news ul li .featured-thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.carousel-wrap.news ul li .desc p {
	margin:0 0 15px 0;
	color:#8a8a8a;
    font-size: 18px;
}
.item .desc {
    height: 105px;
    margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news ul li .desc p {
		line-height:18px;
		font-size:12px;
	}
}
@media (max-width: 480px) {
	.carousel-wrap.news ul li .desc p {
		line-height:18px;
		font-size:12px;
	}
}
.carousel-wrap.news ul li .desc a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	border:none;
    font-family: Consolas Bold;
	line-height:20px;
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	color:#5f5f5f;
}
.carousel-wrap.news ul li .desc a.btn-primary:hover {
	border-color:#e18728;
	color:#e18728;
}
.carousel-wrap.news ul li .desc a.btn-primary:before { display:none; }
.carousel-wrap.news .es-nav .es-nav-prev {
	background:none;
	position:absolute;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	text-indent:0;
	top:-94px;
	right:25px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.news .es-nav .es-nav-prev { top:-74px; }
}
html.ie8 .carousel-wrap.news .es-nav .es-nav-prev { top:-74px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-nav .es-nav-prev { top:-74px; }
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-nav .es-nav-prev { top:-74px; }
}
.carousel-wrap.news .es-nav .es-nav-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
.carousel-wrap.news .es-nav .es-nav-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:60px;
	font-family:FontAwesome;
	font-size:60px;
	color:#b6b6b6;
	content:'\f104';
}
.carousel-wrap.news .es-nav .es-nav-next {
	background:none;
	position:absolute;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	text-indent:0;
	top:-94px;
	right:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.news .es-nav .es-nav-next { top:-74px; }
}
html.ie8 .carousel-wrap.news .es-nav .es-nav-next { top:-74px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-nav .es-nav-next { top:-74px; }
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-nav .es-nav-next { top:-74px; }
}
.carousel-wrap.news .es-nav .es-nav-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
.carousel-wrap.news .es-nav .es-nav-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:60px;
	font-family:FontAwesome;
	font-size:60px;
	color:#b6b6b6;
	content:'\f105';
}
.cherry_parallax {
	margin:0;
	padding:59px 0 43px 0;
	text-align:center;
	color:#fff;
}
@media (max-width: 767px) {
	.cherry_parallax {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-right:20px;
		padding-left:20px;
	}
}
.cherry_parallax h2 {
	margin:0 0 57px 0;
	padding:0;
	letter-spacing:-1px;
	line-height:57px;
	font-size:57px;
	font-weight:400;
	text-transform:none;
	color:#f7941d;
}
@media (max-width: 480px) {
	.cherry_parallax h2 {
		line-height:47px;
		font-size:47px;
	}
}
.cherry_parallax_1 {
	margin:0;
	padding:59px 0 56px 0;
	text-align:center;
	color:#fff;
}
@media (max-width: 767px) {
	.cherry_parallax_1 {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-right:20px;
		padding-left:20px;
	}
}
.cherry_parallax_1 h2 {
	margin:0 0 57px 0;
	padding:0;
	letter-spacing:-1px;
	line-height:57px;
	font-size:57px;
	font-weight:400;
	text-transform:none;
	color:#f7941d;
}
.cherry_parallax_2 {
	min-height:200px !important;
	margin:57px 0 0 0;
	padding:59px 0 73px 0;
	text-align:center;
	color:#fff;
}
@media (max-width: 767px) {
	.cherry_parallax_2 {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-right:20px;
		padding-left:20px;
	}
}
.cherry_parallax_2 h2 {
	margin:0 0 53px 0;
	padding:0;
	letter-spacing:-1px;
	line-height:57px;
	font-size:57px;
	font-weight:400;
	text-transform:none;
	color:#f7941d;
}
.service-box {
	background:none;
	margin:0 0 34px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-align:left;
}
@media (max-width: 767px) {
	.service-box { margin:0 0 50px 0; }
}
.service-box .icon {
	margin:4px 20px 4px 0;
	border:2px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.service-box .service-box_body { overflow:hidden; }
@media (max-width: 480px) {
	.service-box .service-box_body { overflow:visible; }
}
.service-box h2 {
	margin:0 0 14px 0;
	letter-spacing:normal;
	line-height:21px;
	font-size:18px;
	font-weight:900 !important;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1200px) {
	.service-box h2 { padding-right:120px; }
}
.service-box .service-box_txt { margin:0 0 24px 0; }
.service-box .btn-align {
	position:relative;
	text-align:left;
	z-index:999;
}
.service-box .btn-align a {
	border-color:#fff;
	color:#fff;
}
.service-box .btn-align a:hover { color:#f7941d; }
.service-box .btn-align a:before { background:#fff; }
.list_1 {
	position:relative;
	margin-bottom:52px;
	line-height:0;
	font-size:0;
	text-align: center;
}
.list_1 li {
	display:inline-block;
	position:relative;
	overflow:hidden;
	margin:0 1px 1px 0;
	padding:0;
	vertical-align:top;
    float: none;
}
@media (min-width: 979px) and (max-width: 1920px) {
	.list_1 li {  }
}
html.ie8 .list_1 li { width:273px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li { width:239px; }
}
@media (max-width: 767px) {
	.list_1 li { width:144px; }
}
.list_1 li:hover .thumbnail a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_1 li:hover h5 {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:0;
}
.list_1 li .thumbnail { margin:0; }
html.ie8 .list_1 li .thumbnail {
	width:100%;
	height:auto;
}
@media (max-width: 480px) {
	.list_1 li .thumbnail { width:auto; }
}
.list_1 li .thumbnail a img { width:100%; }
.transition(0.8s)

					html.ie8 .list_1 li .thumbnail a img { max-width:inherit; }
.list_1 li h5 {
	background:rgba(178,28,42,0.8);
	position:absolute;
	margin:0;
	padding:0 60px 0 60px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:276px;
	font-size:20px;
	text-align:center;
	top:100%;
	right:0;
	bottom:0;
	left:0;
    font-family: "MYRIAD PRO";
    cursor: pointer;
}
@media (min-width: 979px) and (max-width: 1921px) {
	.list_1 li h5 {
		padding:0 30px 0 30px;
		line-height:236px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li h5 {
		padding:0 30px 0 30px;
		line-height:242px;
	}
}
@media (max-width: 767px) {
	.list_1 li h5 {
		padding:0 20px 0 20px;
		line-height:146px;
	}
}
@media (max-width: 480px) {
	.list_1 li h5 {
		padding:0 10px 0 10px;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:93px;
		font-size:14px;
	}
}
.list_1 li h5 a {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
	line-height:24px;
	text-decoration:none;
	color:#fff;
}
@media (max-width: 480px) {
	.list_1 li h5 a { line-height:20px; }
}
.list_1 li h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.list_1 li h5 a:hover {
	text-decoration:none;
	color:#313131;
}
.carousel-wrap.list_2 .owl-wrapper-outer { margin:0; }
.carousel-wrap.list_2 .owl-item .item {
	margin:0 20px;
	text-align:center;
}
@media (max-width: 767px) {
	.carousel-wrap.list_2 .owl-item .item { margin:0 10px; }
}
@media (max-width: 480px) {
	.carousel-wrap.list_2 .owl-item .item { margin:0 5px; }
}
.carousel-wrap.list_2 .owl-item .item figure {
	display:inline-block;
	width:auto;
	margin:0 0 35px 0;
	vertical-align:top;
}
@media (max-width: 480px) {
	.carousel-wrap.list_2 .owl-item .item figure { max-width:50%; }
}
.carousel-wrap.list_2 .owl-item .item figure a {
    display: inline-block;
    width: 202px;
    height: 202px;
}
.carousel-wrap.list_2 .owl-item .item figure a:hover {
}
.carousel-wrap.list_2 .owl-item .item figure a:hover img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.list_2 .owl-item .item figure a img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 202px;
    height: 202px;
    margin: 17px auto;
}
html.ie8 .carousel-wrap.list_2 .owl-item .item figure a img { max-width:inherit; }
.carousel-wrap.list_2 .owl-item .item h5 {
	margin:0 0 16px 0;
	line-height:34px;
	font-size:34px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 480px) {
	.carousel-wrap.list_2 .owl-item .item h5 {
		line-height:14px;
		font-size:14px;
	}
}
.carousel-wrap.list_2 .owl-item .item h5 a {
	text-decoration:none;
    color: #fff;
    font: bold 28px "POLITICA";
}
.carousel-wrap.list_2 .owl-item .item p {
    color: #fff;
    font-size: 18px;
}
.carousel-wrap.list_2 .owl-item .item h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.carousel-wrap.list_2 .owl-item .item .excerpt { margin:0; }
@media (min-width: 1200px) {
	.carousel-wrap.list_2 .owl-item .item .excerpt { padding:0 10px; }
}
@media (max-width: 480px) {
	.carousel-wrap.list_2 .owl-item .item .excerpt {
		line-height:16px;
		font-size:11px;
	}
}
.carousel-wrap.list_2 .owl-controls { margin:0; }
.carousel-wrap.list_2 .owl-controls .owl-prev {
	background:none;
	position:absolute;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	top:90px;
	left:0;
}
@media (min-width: 1850px) {
	.carousel-wrap.list_2 .owl-controls .owl-prev { left:-330px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.list_2 .owl-controls .owl-prev { top:-70px; }
}
html.ie8 .carousel-wrap.list_2 .owl-controls .owl-prev { top:-70px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.list_2 .owl-controls .owl-prev { top:-70px; }
}
@media (max-width: 767px) {
	.carousel-wrap.list_2 .owl-controls .owl-prev {
		top:-70px;
		left:20px;
	}
}
.carousel-wrap.list_2 .owl-controls .owl-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.carousel-wrap.list_2 .owl-controls .owl-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:82px;
	font-family:FontAwesome;
	font-size:82px;
	color:#7c838c;
	content:'\f104';
}
.carousel-wrap.list_2 .owl-controls .owl-next {
	background:none;
	position:absolute;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	top:90px;
	right:0;
}
@media (min-width: 1850px) {
	.carousel-wrap.list_2 .owl-controls .owl-next { right:-330px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.list_2 .owl-controls .owl-next { top:-70px; }
}
html.ie8 .carousel-wrap.list_2 .owl-controls .owl-next { top:-70px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.list_2 .owl-controls .owl-next { top:-70px; }
}
@media (max-width: 767px) {
	.carousel-wrap.list_2 .owl-controls .owl-next {
		top:-70px;
		right:20px;
	}
}
.carousel-wrap.list_2 .owl-controls .owl-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.carousel-wrap.list_2 .owl-controls .owl-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:82px;
	font-family:FontAwesome;
	font-size:82px;
	color:#7c838c;
	content:'\f105';
}
.carousel-wrap.clients { padding:33px 50px 27px 50px; }
.carousel-wrap.clients .owl-carousel { margin:0; }
.carousel-wrap.clients .owl-wrapper-outer { margin:0; }
.carousel-wrap.clients .owl-wrapper-outer .owl-item .item {
	margin:0 15px;
	text-align:center;
}
.carousel-wrap.clients .owl-wrapper-outer .owl-item .item figure {
	display:inline-block;
	width:auto;
	margin:0;
	vertical-align:top;
}
.carousel-wrap.clients .owl-wrapper-outer .owl-item .item figure a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.clients .owl-wrapper-outer .owl-item .item figure a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
#owl-carousel-552bae34948c1 .owl-item.span4 {
    margin-left: 0;
}
html.ie8 .carousel-wrap.clients .owl-wrapper-outer .owl-item .item figure a img { max-width:inherit; }
.carousel-wrap.clients .owl-wrapper-outer .owl-item .item .desc { display:none; }
.carousel-wrap.clients .owl-controls { margin:0; }
.carousel-wrap.clients .owl-controls .owl-prev {
	background:none;
	position:absolute;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	top:5px;
	left:-50px;
}
.carousel-wrap.clients .owl-controls .owl-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#d78126;
}
.carousel-wrap.clients .owl-controls .owl-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:60px;
	font-family:FontAwesome;
	font-size:60px;
	color:#aeadad;
	content:'\f104';
}
.carousel-wrap.clients .owl-controls .owl-next {
	background:none;
	position:absolute;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	top:5px;
	right:-50px;
}
.carousel-wrap.clients .owl-controls .owl-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#d78126;
}
.carousel-wrap.clients .owl-controls .owl-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:60px;
	font-family:FontAwesome;
	font-size:60px;
	color:#aeadad;
	content:'\f105';
}
.list_3 {
	margin:0 0 0 -30px !important;
	padding:0;
	line-height:0;
	font-size:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_3 { margin:0 0 0 -20px !important; }
}
html.ie8 .list_3 { margin:0 0 0 -20px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 { margin:0 0 0 -20px !important; }
}
@media (max-width: 767px) {
	.list_3 { margin:0 !important; }
}
.list_3 li {
	display:inline-block;
	width:370px;
	margin:0 0 44px 30px;
	vertical-align:top;
	line-height:21px;
	font-size:14px;
	color:#5f5f5f;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_3 li {
		width:300px;
		margin:0 0 44px 20px;
	}
}
html.ie8 .list_3 li {
	width:300px;
	margin:0 0 44px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li {
		width:228px;
		margin:0 0 34px 20px;
	}
}
@media (max-width: 767px) {
	.list_3 li {
		width:auto;
		margin:30px 0 0 0;
	}
}
@media (max-width: 767px) {
	.list_3 li:first-child { margin:0; }
}
.list_3 li:hover .thumbnail a {
	background:#e18728;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_3 li:hover .thumbnail a img {
	margin:-81px 0 0 0;
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_3 li .thumbnail {
	background:none;
	float:left;
	width:78px;
	height:81px;
	overflow:hidden;
	margin:2px 21px 5px 0;
	padding:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.list_3 li .thumbnail a {
	background:#313131;
	display:block;
	width:78px;
	height:81px;
	overflow:hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_3 li .thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_3 li h5 {
	margin:0 0 16px 0;
	padding:0;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	color:#313131;
}
.list_3 li h5 a {
	text-decoration:none;
	color:#313131;
}
.list_3 li h5 a:focus {
	text-decoration:none;
	color:#313131;
}
.list_3 li h5 a:hover {
	text-decoration:none;
	color:#e18728;
}
.list_3 li .excerpt {
	overflow:hidden;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li .excerpt { overflow:visible; }
}
@media (max-width: 480px) {
	.list_3 li .excerpt { overflow:visible; }
}
.list_4 {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.list_4 { margin:0 0 40px 0; }
}
.list_4 li {
	width:100%;
	overflow:hidden;
	margin:38px 0 0 0;
	padding:0;
	list-style:none;
	line-height:18px;
	font-size:14px;
	color:#5f5f5f;
}
.list_4 li:first-child { margin:0; }
.list_4 li.format-image .post_info b:before {
	background:url(../images/icon_photo.png) no-repeat 0% 0%;
	width:29px;
	height:25px;
	overflow:hidden;
	margin:0 auto;
	line-height:0;
	font-size:0;
}
.list_4 li.format-video .post_info b:before {
	background:url(../images/icon_video.png) no-repeat 0% 0%;
	width:27px;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	line-height:0;
	font-size:0;
}
.list_4 li .post_info {
	float:left;
	width:65px;
	padding:0 5px 0 0;
	text-align:center;
	text-transform:uppercase;
}
.list_4 li .post_info time {
	display:block;
	margin:0 0 14px 0;
	line-height:45px;
	font-family:'Open Sans', sans-serif;
	font-size:45px;
	font-weight:900;
	color:#e18728;
}
.list_4 li .post_info time i {
	display:block;
	padding:2px 0 0 0;
	line-height:12px;
	font-family:'Lato', sans-serif;
	font-size:12px;
	font-weight:400;
	font-style:normal;
	color:#2b3943;
}
.list_4 li .post_info b { font-weight:400; }
.list_4 li .post_info b:before {
	display:inline-block;
	vertical-align:top;
	line-height:25px;
	font-family:FontAwesome;
	font-size:25px;
	color:#b3b7b9;
	content:'\f08e';
}
.list_4 li .thumbnail {
	float:left;
	margin:5px 25px 5px 0;
}
html.ie8 .list_4 li .thumbnail { margin-right:15px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_4 li .thumbnail { margin:5px 15px 5px 0; }
}
@media (max-width: 480px) {
	.list_4 li .thumbnail { margin:5px 15px 5px 0; }
}
@media (max-width: 480px) {
	.list_4 li .thumbnail { width:100px; }
}
.list_4 li .post_meta {
	margin:0 0 6px 0;
	padding:4px 0 9px 0;
	border:none;
	border-bottom:1px solid #dfe1e2;
	line-height:12px;
	font-size:10px;
	text-transform:uppercase;
	color:#313131;
}
.list_4 li .post_meta span {
	position:relative;
	margin:0 0 0 31px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_4 li .post_meta span { margin:0 0 0 21px; }
}
html.ie8 .list_4 li .post_meta span { margin:0 0 0 21px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_4 li .post_meta span { margin:0 0 0 21px; }
}
@media (max-width: 480px) {
	.list_4 li .post_meta span {
		display:block;
		margin:7px 0 0 0;
		padding:0 0 0 12px;
	}
}
.list_4 li .post_meta span:first-child { margin:0; }
html.ie8 .list_4 li .post_meta span:first-child { margin:0; }
.list_4 li .post_meta span:first-child:before { display:none; }
.list_4 li .post_meta span:before {
	background:url(../images/divider.gif) no-repeat 0% 0%;
	display:block;
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	top:5px;
	left:-17px;
	content:'';
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_4 li .post_meta span:before { left:-12px; }
}
html.ie8 .list_4 li .post_meta span:before { left:-12px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_4 li .post_meta span:before { left:-12px; }
}
@media (max-width: 480px) {
	.list_4 li .post_meta span:before {
		display:block !important;
		left:0;
	}
}
.list_4 li .post_meta .tags a:last-child:after { display:none; }
.list_4 li .post_meta .tags a:after { content:','; }
.list_4 li .post_meta .link a {
	text-decoration:none;
	color:#e18728;
}
.list_4 li .post_meta .link a:focus {
	text-decoration:none;
	color:#e18728;
}
.list_4 li .post_meta .link a:hover {
	text-decoration:none;
	color:#5f5f5f;
}
.list_4 li .post_meta .link a:after {
	margin:0 0 0 4px;
	content:'>';
}
.list_4 li .post_meta a {
	text-decoration:none;
	color:#313131;
}
.list_4 li .post_meta a:focus {
	text-decoration:none;
	color:#313131;
}
.list_4 li .post_meta a:hover {
	text-decoration:none;
	color:#e18728;
}
.list_4 li h5 { margin:0 0 9px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_4 li h5 {
		line-height:16px;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	.list_4 li h5 {
		line-height:16px;
		font-size:16px;
	}
}
.list_4 li .post_content { padding:0; }
.list_4 li .post_content p { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_4 li .post_content p { font-size:13px; }
}
@media (max-width: 480px) {
	.list_4 li .post_content p { font-size:13px; }
}
.list_5 li {
	line-height:19px;
	text-align:left;
}
@media (max-width: 767px) {
	.list_5 li {
		width:100%;
		overflow:hidden;
	}
}
.list_5 li .thumbnail { margin:0 0 24px 0; }
@media (max-width: 767px) {
	.list_5 li .thumbnail {
		max-width:50%;
		margin:5px 20px 5px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_5 li .thumbnail a .zoom-icon:before {
		background:url(../images/magnify_alt.png) no-repeat 0% 0%;
		width:62px;
		height:62px;
		margin:-31px 0 0 -31px;
	}
}
@media (max-width: 767px) {
	.list_5 li .clear { display:none; }
}
.list_5 li h5 { margin:0 0 10px 0; }
.list_5 li h5 a {
	text-decoration:none;
	color:#fff;
}
.list_5 li h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.list_5 li h5 a:hover {
	text-decoration:none;
	color:#f7941d;
}
ul.list_6 {
	margin:0 0 0 -30px !important;
	padding:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_6 { margin:0 0 0 -20px !important; }
}
html.ie8 ul.list_6 { margin:0 0 0 -20px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 { margin:0 0 0 -20px !important; }
}
@media (max-width: 767px) {
	ul.list_6 { margin:0 !important; }
}
ul.list_6 li {
	display:inline-block;
	float:none;
	width:570px;
	overflow:hidden;
	margin:0 0 38px 30px !important;
	padding:0;
	vertical-align:top;
	list-style:none;
	line-height:18px;
	font-size:14px;
	color:#5f5f5f;
}
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_6 li {
		width:460px;
		margin:0 0 30px 20px !important;
	}
}
html.ie8 ul.list_6 li {
	width:460px;
	margin:0 0 30px 20px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 li {
		width:352px;
		margin:0 0 30px 20px !important;
	}
}
@media (max-width: 767px) {
	ul.list_6 li {
		width:100%;
		margin:30px 0 0 0 !important;
	}
}
@media (max-width: 767px) {
	ul.list_6 li:first-child { margin:0 !important; }
}
ul.list_6 li.format-image .post_info b:before {
	background:url(../images/icon_photo.png) no-repeat 0% 0%;
	width:29px;
	height:25px;
	overflow:hidden;
	margin:0 auto;
	line-height:0;
	font-size:0;
}
ul.list_6 li.format-video .post_info b:before {
	background:url(../images/icon_video.png) no-repeat 0% 0%;
	width:27px;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	line-height:0;
	font-size:0;
}
ul.list_6 li .post_info {
	float:left;
	width:65px;
	padding:0 5px 0 0;
	text-align:center;
	text-transform:uppercase;
}
ul.list_6 li .post_info time {
	display:block;
	margin:0 0 14px 0;
	line-height:45px;
	font-family:'Open Sans', sans-serif;
	font-size:45px;
	font-weight:900;
	color:#e18728;
}
ul.list_6 li .post_info time i {
	display:block;
	padding:2px 0 0 0;
	line-height:12px;
	font-family:'Lato', sans-serif;
	font-size:12px;
	font-weight:400;
	font-style:normal;
	color:#2b3943;
}
ul.list_6 li .post_info b {
	display:none;
	font-weight:400;
}
ul.list_6 li .post_info b:before {
	display:inline-block;
	vertical-align:top;
	line-height:25px;
	font-family:FontAwesome;
	font-size:25px;
	color:#b3b7b9;
	content:'\f08e';
}
ul.list_6 li .thumbnail {
	float:left;
	margin:5px 25px 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 li .thumbnail { margin:5px 15px 5px 0; }
}
@media (max-width: 480px) {
	ul.list_6 li .thumbnail { margin:5px 15px 5px 0; }
}
@media (max-width: 480px) {
	ul.list_6 li .thumbnail { width:100px; }
}
ul.list_6 li .post_meta {
	margin:0 0 6px 0;
	padding:4px 0 9px 0;
	border:none;
	border-bottom:1px solid #b3b7b9;
	line-height:12px;
	font-size:10px;
	text-transform:uppercase;
	color:#313131;
}
ul.list_6 li .post_meta span {
	position:relative;
	margin:0 0 0 31px;
}
.partn_logo_mpage {
    width: 290px;
    height: 90px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_6 li .post_meta span { margin:0 0 0 21px; }
}
html.ie8 ul.list_6 li .post_meta span { margin:0 0 0 21px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 li .post_meta span {
		display:block;
		margin:7px 0 0 0;
		padding:0 0 0 12px;
	}
}
@media (max-width: 480px) {
	ul.list_6 li .post_meta span {
		display:block;
		margin:7px 0 0 0;
		padding:0 0 0 12px;
	}
}
ul.list_6 li .post_meta span:first-child { margin:0; }
html.ie8 ul.list_6 li .post_meta span:first-child { margin:0; }
ul.list_6 li .post_meta span:first-child:before { display:none; }
ul.list_6 li .post_meta span:before {
	background:url(/images/divider.gif) no-repeat 0% 0%;
	display:block;
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	top:5px;
	left:-17px;
	content:'';
}
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_6 li .post_meta span:before { left:-12px; }
}
html.ie8 ul.list_6 li .post_meta span:before { left:-12px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 li .post_meta span:before {
		display:block !important;
		left:0;
	}
}
@media (max-width: 480px) {
	ul.list_6 li .post_meta span:before {
		display:block !important;
		left:0;
	}
}
ul.list_6 li .post_meta .tags a:last-child:after { display:none; }
ul.list_6 li .post_meta .tags a:after { content:','; }
ul.list_6 li .post_meta .link a {
	text-decoration:none;
	color:#e18728;
}
ul.list_6 li .post_meta .link a:focus {
	text-decoration:none;
	color:#e18728;
}
ul.list_6 li .post_meta .link a:hover {
	text-decoration:none;
	color:#5f5f5f;
}
ul.list_6 li .post_meta .link a:after {
	margin:0 0 0 4px;
	content:'>';
}
ul.list_6 li .post_meta a {
	text-decoration:none;
	color:#313131;
}
ul.list_6 li .post_meta a:focus {
	text-decoration:none;
	color:#313131;
}
ul.list_6 li .post_meta a:hover {
	text-decoration:none;
	color:#e18728;
}
ul.list_6 li h5 { margin:0 0 9px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 li h5 {
		line-height:16px;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	ul.list_6 li h5 {
		line-height:16px;
		font-size:16px;
	}
}
ul.list_6 li .post_content { padding:0; }
ul.list_6 li .post_content p { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_6 li .post_content p { font-size:13px; }
}
@media (max-width: 480px) {
	ul.list_6 li .post_content p { font-size:13px; }
}
ul.list_7 li { margin-bottom:45px; }
@media (max-width: 767px) {
	ul.list_7 li {
		width:100%;
		overflow:hidden;
	}
}
ul.list_7 li .thumbnail {
	float:left;
	margin:3px 30px 5px 0;
}
@media (max-width: 767px) {
	ul.list_7 li .thumbnail {
		max-width:50%;
		margin-right:20px;
	}
}
ul.list_7 li .thumbnail a .zoom-icon:before {
	background:url(../images/magnify_alt.png) no-repeat 0% 0%;
	width:62px;
	height:62px;
	margin:-31px 0 0 -31px;
}
ul.list_7 li .clear { display:none; }
ul.list_7 li h5 {
	margin:0 0 16px 0;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:900 !important;
	text-transform:uppercase;
	color:#313131;
}
@media (max-width: 767px) {
	ul.list_7 li h5 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
ul.list_7 li h5 a {
	text-decoration:none;
	color:#313131;
}
ul.list_7 li h5 a:focus {
	text-decoration:none;
	color:#313131;
}
ul.list_7 li h5 a:hover {
	text-decoration:none;
	color:#e18728;
}
ul.list_7 li .excerpt { margin:0 0 15px 0; }
ul.list_7 li a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	border:none;
	border-bottom:1px dotted #445361;
	line-height:16px;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	color:#313131;
}
ul.list_7 li a.btn-primary:hover {
	border-color:#e18728;
	color:#e18728;
}
ul.list_7 li a.btn-primary:before { display:none; }
.list_8 { padding:0 0 17px 0; }
@media (max-width: 767px) {
	.list_8 li {
		width:100%;
		overflow:hidden;
	}
}
.list_8 li .thumbnail { margin:0 0 28px 0; }
@media (max-width: 767px) {
	.list_8 li .thumbnail {
		float:left;
		max-width:50%;
		margin:5px 20px 5px 0;
	}
}
@media (max-width: 767px) {
	.list_8 li .clear { display:none; }
}
.list_8 li .excerpt { margin:0 0 24px 0; }
.list_8 li h5 {
	margin:0 0 16px 0;
	padding:0;
	line-height:18px;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	color:#313131;
}
.list_8 li h5 a {
	text-decoration:none;
	color:#313131;
}
.list_8 li h5 a:focus {
	text-decoration:none;
	color:#313131;
}
.list_8 li h5 a:hover {
	text-decoration:none;
	color:#f7941d;
}
div.list.custom-list { margin:0 0 101px 0; }
div.list.custom-list ul {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
div.list.custom-list ul li {
	display:inline-block;
	width:370px;
	margin:0 0 0 30px;
	padding:0;
	vertical-align:top;
	list-style:none;
	line-height:21px;
	font-size:14px;
	color:#5f5f5f;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.list.custom-list ul li {
		width:300px;
		margin:0 0 0 20px;
	}
}
html.ie8 div.list.custom-list ul li {
	width:300px;
	margin:0 0 0 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.list.custom-list ul li {
		width:228px;
		margin:0 0 0 20px;
	}
}
@media (max-width: 767px) {
	div.list.custom-list ul li {
		width:100%;
		margin:30px 0 0 0;
	}
}
div.list.custom-list ul li:first-child { margin:0; }
html.ie8 div.list.custom-list ul li:first-child { margin:0; }
div.list.custom-list ul li:before { display:none; }
div.list.custom-list ul li strong {
	display:block;
	margin:0 0 14px 0;
	padding:0;
	line-height:21px;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	color:#313131;
}
div.list.custom-list ul li strong a {
	text-decoration:none;
	color:#313131;
}
div.list.custom-list ul li strong a:focus {
	text-decoration:none;
	color:#313131;
}
div.list.custom-list ul li strong a:hover {
	text-decoration:none;
	color:#e18728;
}
div.list.custom-list ul li em {
	display:block;
	overflow:hidden;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.list.custom-list ul li em { overflow:visible; }
}
@media (max-width: 480px) {
	div.list.custom-list ul li em { overflow:visible; }
}
div.list.arrow-list ul li {
	position:relative;
	margin:15px 0 0 0;
	padding:0 0 0 25px;
	line-height:20px;
	font-size:14px;
	color:#5f5f5f;
}
div.list.arrow-list ul li:before {
	position:absolute;
	line-height:18px;
	font-family:FontAwesome;
	font-size:12px;
	color:#e18728;
	top:2px;
	left:0;
	content:'\f054';
}
div.list.arrow-list ul li a {
	text-decoration:none;
	color:#5f5f5f;
}
div.list.arrow-list ul li a:focus {
	text-decoration:none;
	color:#5f5f5f;
}
div.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#f7941d;
}
.dropcap {
	background:#313131;
	position:relative;
	float:left;
	width:57px;
	height:57px;
	overflow:visible;
	margin:4px 25px 5px 0;
	padding:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	letter-spacing:-2px;
	line-height:54px;
	font-size:38px;
	font-weight:700;
	text-align:center;
	color:#fff;
}
.dropcap:before {
	background:url(../images/corner.gif) no-repeat 0% 0%;
	display:block;
	position:absolute;
	width:6px;
	height:11px;
	overflow:hidden;
	margin:-6px 0 0 0;
	top:50%;
	right:-6px;
	content:'';
}
article.type-services .thumbnail {
	background:#313131;
	float:left;
	width:78px;
	height:81px;
	overflow:hidden;
	margin:2px 21px 5px 0 !important;
	padding:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
article.type-services .thumbnail a {
	background:#313131;
	display:block;
	width:78px;
	height:81px;
	overflow:hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
article.type-services .thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.content_box {
	background:url(../images/box.jpg) repeat 50% 0%;
	margin:0 0 99px 0;
	padding:97px 0 60px 0;
}
.content_box:before, .content_box:after { background:url(../images/box.jpg) repeat 50% 0%; }
.content_box .title-box { margin:0 0 52px 0; }
.content_box .title-box h3 {
	padding-right:0;
	color:#5f5f5f;
}
.content_box.box {
	margin:0 0 -65px 0;
	padding:99px 0 65px 0;
}
.content_box.box_1 {
	background:url(../images/box_1.jpg) repeat 50% 0%;
	margin:0;
	padding:94px 0 86px 0;
}
.content_box.box_1:before, .content_box.box_1:after { background:url(../images/box_1.jpg) repeat 50% 0%; }
.content_box.box_2 {
	margin:0 0 57px 0;
	padding:97px 0 96px 0;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail a .zoom-icon:before {
	background:url(../images/magnify.png) no-repeat 0% 0%;
	display:block;
	width:125px;
	height:125px;
	overflow:hidden;
	margin:-62px 0 0 -62px;
	content:'';
}
@media (max-width: 767px) {
	.thumbnail a .zoom-icon:before {
		background:url(../images/magnify_alt.png) no-repeat 0% 0%;
		width:62px;
		height:62px;
		margin:-31px 0 0 -31px;
	}
}
@media (max-width: 480px) {
	.thumbnail a .zoom-icon:before {
		background:url(../images/magnify_alt_1.png) no-repeat 0% 0% !important;
		width:30px !important;
		height:30px !important;
		margin:-15px 0 0 -15px !important;
	}
}
.tabs-wrapper { margin:0 0 54px 0; }
.tabs-wrapper .nav-tabs {
	width:100%;
	overflow:hidden;
	margin:0;
	border:none;
}
.tabs-wrapper .nav-tabs li {
	float:left;
	margin:0 0 0 2px;
	padding:0;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs li { margin:0 2px 2px 0 !important; }
}
.tabs-wrapper .nav-tabs li:first-child { margin:0; }
.tabs-wrapper .nav-tabs li.active a {
	border:2px solid #e18728 !important;
	text-decoration:none;
	color:#fff !important;
}
.tabs-wrapper .nav-tabs li.active a:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0 !important;
}
.tabs-wrapper .nav-tabs li a {
	background:none !important;
	position:relative;
	margin:0;
	padding:8px 34px 8px 34px;
	border:2px solid #5f5f5f;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:12px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	color:#5f5f5f;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs li a { padding:8px 30px 8px 30px; }
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li a { padding:8px 12px 8px 12px; }
}
.tabs-wrapper .nav-tabs li a:focus {
	border:2px solid #5f5f5f;
	text-decoration:none;
	color:#5f5f5f;
}
.tabs-wrapper .nav-tabs li a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:100%;
}
.tabs-wrapper .nav-tabs li a:hover {
	border:2px solid #e18728;
	text-decoration:none;
	color:#fff;
}
.tabs-wrapper .nav-tabs li a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.tabs-wrapper .nav-tabs li a:before {
	background:#e18728;
	display:block;
	position:absolute;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
.tabs-wrapper .tab-content {
	position:relative;
	overflow:visible;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.tabs-wrapper .tab-content {
		width:100% !important;
		margin:0 !important;
		left:auto !important;
		text-align:left;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.tabs-wrapper .tab-content {
		width:100% !important;
		margin:0 !important;
		left:auto !important;
		text-align:left;
	}
}
@media (max-width: 767px) {
	.tabs-wrapper .tab-content {
		width:100% !important;
		margin:0 !important;
		left:auto !important;
		text-align:left;
	}
}
.tabs-wrapper .tab-content .list_1 {
	display:inline-block;
	vertical-align:top;
}
@media (min-width: 1921px) {
	.tabs-wrapper .tab-content .list_1 { max-width:1920px; }
}
html.ie8 .tabs-wrapper .tab-content .list_1 { max-width:1920px; }
@media (min-width: 1201px) and (max-width: 1920px) {
	.tabs-wrapper .tab-content .list_1 {
		padding:0 20px;
		text-align:center;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.tabs-wrapper .tab-content .list_1 { text-align:left; }
}
html.ie8 .tabs-wrapper .tab-content .list_1 { text-align:left; }
div.testimonials .testi-item {
	margin:0;
	padding:0;
}
div.testimonials .testi-item .testi_header {
	background:#333;
	position:relative;
	width:100%;
	margin:0 0 17px 0;
	padding:27px 20px 24px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item .testi_header { padding:20px 20px 20px 20px; }
}
div.testimonials .testi-item .testi_header:before {
	background:url(../images/testi_corner.png) no-repeat 0% 0%;
	display:block;
	width:21px;
	height:21px;
	overflow:hidden;
	position:absolute;
	right:25px;
	bottom:-21px;
	content:'';
}
div.testimonials .testi-item .testi_header .featured-thumbnail {
	float:left;
	width:auto;
	height:auto;
	margin:-27px 17px -24px -20px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.testimonials .testi-item .testi_header .featured-thumbnail { margin:-27px 15px -24px -20px; }
}
html.ie8 div.testimonials .testi-item .testi_header .featured-thumbnail { margin:-27px 15px -24px -20px; }
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item .testi_header .featured-thumbnail {
		float:none;
		margin:0 0 10px 0;
	}
}
div.testimonials .testi-item .testi_header .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.6;
	filter:alpha(opacity=60);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
div.testimonials .testi-item .testi_header .featured-thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
div.testimonials .testi-item .testi_header .user {
	display:block;
	margin:0 0 4px 0;
	padding:0;
	line-height:21px;
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.testimonials .testi-item .testi_header .user {
		line-height:16px;
		font-size:16px;
	}
}
html.ie8 div.testimonials .testi-item .testi_header .user {
	line-height:16px;
	font-size:16px;
}
div.testimonials .testi-item .testi_header .user a {
	text-decoration:none;
	color:#fff;
}
div.testimonials .testi-item .testi_header .user a:focus {
	text-decoration:none;
	color:#fff;
}
div.testimonials .testi-item .testi_header .user a:hover {
	text-decoration:none;
	color:#e18728;
}
div.testimonials .testi-item .testi_header .info {
	display:block;
	line-height:16px;
	font-size:11px;
	font-weight:400;
	text-transform:uppercase;
	color:#e18728;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.testimonials .testi-item .testi_header .info {
		line-height:14px;
		font-size:10px;
	}
}
html.ie8 div.testimonials .testi-item .testi_header .info {
	line-height:14px;
	font-size:10px;
}
div.testimonials .testi-item blockquote {
	background:url(../images/quotes.png) no-repeat 12px 0%;
	margin:0;
	padding:6px 20px 0 54px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#5f5f5f;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item blockquote {
		background:url(../images/quotes.png) no-repeat 0% 0%;
		padding:40px 0 0 0;
	}
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#5f5f5f;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#5f5f5f;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#e18728;
}
div.testimonials .testi-item blockquote .title {
	display:block;
	margin:0 0 24px 0;
	line-height:16px;
	color:#e18728;
}
div.testimonials .testi-item blockquote .title a {
	text-decoration:none;
	color:#e18728;
}
div.testimonials .testi-item blockquote .title a:focus {
	text-decoration:none;
	color:#e18728;
}
div.testimonials .testi-item blockquote .title a:hover {
	text-decoration:none;
	color:#313131;
}
.accordion { padding:1px 0 0 0; }
@media (max-width: 767px) {
	.accordion { padding:1px 0 30px 0; }
}
.accordion .accordion-group {
	margin:0 0 -1px 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.accordion .accordion-group .accordion-heading a {
	position:relative;
	padding:9px 15px 11px 55px;
	border:1px solid #b3b7b9;
	line-height:21px;
	font-size:15px;
	text-decoration:none;
	color:#525353;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.accordion .accordion-group .accordion-heading a {
		padding:9px 10px 11px 55px;
		font-size:12px;
	}
}
html.ie8 .accordion .accordion-group .accordion-heading a {
	padding:9px 10px 11px 55px;
	font-size:12px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.accordion .accordion-group .accordion-heading a {
		padding:9px 10px 11px 55px;
		font-size:12px;
	}
}
.accordion .accordion-group .accordion-heading a:focus {
	text-decoration:none;
	color:#525353;
}
.accordion .accordion-group .accordion-heading a:hover {
	text-decoration:none;
	color:#e18728;
}
.accordion .accordion-group .accordion-heading a:before {
	display:block;
	position:absolute;
	width:43px;
	border-right:1px solid #b3b7b9;
	line-height:41px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:34px;
	color:#e18728;
	top:0;
	right:auto;
	bottom:0;
	left:0;
	content:'+';
}
.accordion .accordion-group .accordion-heading a.active:before {
	line-height:4px;
	content:'_';
}
.accordion .accordion-group .accordion-body .accordion-inner {
	padding:11px 13px 23px 13px;
	border:none;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.accordion .accordion-group .accordion-body .accordion-inner { padding:11px 0 23px 0; }
}
html.ie8 .accordion .accordion-group .accordion-body .accordion-inner { padding:11px 0 23px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.accordion .accordion-group .accordion-body .accordion-inner { padding:11px 0 23px 0; }
}
.accordion .accordion-group .accordion-body .accordion-inner p:last-child { margin:0; }
.footer {
	background: rgb(25,39,42);
	margin:0;
	padding:0;
	border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer {
		line-height:18px;
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer .footer-widgets {
	padding:90px 0 74px 0;
	line-height:17px;
	color:#e0dfdf;
}
@media (max-width: 767px) {
	.footer .footer-widgets { padding:30px 0 60px 0; }
}
@media (max-width: 767px) {
	.footer .footer-widgets h4 { padding:30px 0 0 0; }
}
.footer .footer-widgets p { margin:0 0 16px 0; }
.footer .footer-widgets a {
	text-decoration:none;
	color:#e0dfdf;
}
.footer .footer-widgets a:focus {
	text-decoration:none;
	color:#e0dfdf;
}
.footer .footer-widgets a:hover {
	text-decoration:none;
	color:#e18728;
}
.footer .footer-widgets .footer-nav {
	float:none;
	margin:0;
}
@media (min-width: 1200px) {
	.footer .footer-widgets .footer-nav { margin:20px 0 0 0; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.footer .footer-widgets .footer-nav { margin:20px 0 0 0; }
}
html.ie8 .footer .footer-widgets .footer-nav { margin:20px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .footer-nav {
		margin:20px 0 0 0;
		text-align:left;
	}
}
@media (max-width: 767px) {
	.footer .footer-widgets .footer-nav {
		padding:30px 0 0 0;
		text-align:left;
	}
}
.footer .footer-widgets .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .footer-nav ul { text-align:left; }
}
@media (max-width: 767px) {
	.footer .footer-widgets .footer-nav ul { text-align:left; }
}
.footer .footer-widgets .footer-nav ul li {
	float:none;
	margin:14px 0 0 0;
	padding:0;
	list-style:none;
	line-height:17px;
	text-transform:capitalize;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .footer-nav ul li {
		display:block;
		line-height:18px;
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.footer .footer-widgets .footer-nav ul li { margin:0 9px 0 0; }
}
.footer .footer-widgets .footer-nav ul li:first-child { margin:0; }
@media (max-width: 767px) {
	.footer .footer-widgets .footer-nav ul li:first-child { margin:0 9px 0 0; }
}
@media (max-width: 767px) {
	.footer .footer-widgets .footer-nav ul li:last-child { margin:0; }
}
.footer .footer-widgets .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#e18728;
}
.footer .footer-widgets .footer-nav ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#e18728;
}
.footer .footer-widgets .footer-nav ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#e18728;
}
.footer .footer-widgets .footer-nav ul li a { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .footer-nav ul li a {
		line-height:18px;
		font-size:12px;
	}
}
.footer .footer-widgets .footer-nav ul li a:focus {
	text-decoration:none;
	color:#e0dfdf;
}
.footer .footer-widgets .footer-nav ul li a:hover {
	text-decoration:none;
	color:#e18728;
}
.footer .footer-widgets .indent_left { padding:0 0 0 21px; }
@media (max-width: 767px) {
	.footer .footer-widgets .indent_left { padding:0; }
}
.footer .footer-widgets .indent_left h4 { margin-bottom:26px; }
.footer .footer-widgets .social-nets-wrapper ul {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
.footer .footer-widgets .social-nets-wrapper ul li {
	display:inline-block;
	margin:0 0 0 7px;
	padding:0;
	vertical-align:top;
	list-style:none;
}
.footer .footer-widgets .social-nets-wrapper ul li:first-child { margin:0; }
.footer .footer-widgets .social-nets-wrapper ul li a {
	background:#d6d6d6;
	display:inline-block;
	width:44px;
	height:44px;
	overflow:hidden;
	vertical-align:top;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	color:#313131;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .social-nets-wrapper ul li a {
		width:30px;
		height:30px;
		line-height:30px;
	}
}
.footer .footer-widgets .social-nets-wrapper ul li a:hover {
	background:#f79936;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.footer .footer-widgets .social-nets-wrapper ul li a:hover:before {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.footer .footer-widgets .social-nets-wrapper ul li a[title="google"]:before { content:'\f0d5'; }
.footer .footer-widgets .social-nets-wrapper ul li a[title="twitter"]:before { content:'\f099'; }
.footer .footer-widgets .social-nets-wrapper ul li a[title="facebook"]:before { content:'\f09a'; }
.footer .footer-widgets .social-nets-wrapper ul li a[title="pinterest"]:before { content:'\f0d2'; }
.footer .footer-widgets .social-nets-wrapper ul li a[title="linkedin"]:before { content:'\f0e1'; }
.footer .footer-widgets .social-nets-wrapper ul li a:before {
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:46px;
	font-family:FontAwesome;
	font-size:22px;
	text-align:center;
	color:#313131;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .social-nets-wrapper ul li a:before {
		line-height:30px;
		font-size:18px;
	}
}
.footer .footer-widgets .social-nets-wrapper ul li a img { display:none; }
.footer .footer-widgets a.btn-link { margin:4px 0 0 0; }
.footer .copyright {
	position:relative;
	padding:25px 0;
    font: normal 15px Calibri;
    color: #a6a6a7;
}
html.ie8 .footer .copyright { background:url(../images/ie8.gif) repeat 50% 0%; }
.footer .copyright:before {
	display:block;
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:-100%;
	content:'';
}
html.ie8 .footer .copyright:before { background:url(../images/ie8.gif) repeat 50% 0%; }
.footer .copyright:after {
	display:block;
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:-100%;
	content:'';
}
html.ie8 .footer .copyright:after { background:url(../images/ie8.gif) repeat 50% 0%; }
.footer .copyright .footer-text {
	float:none;
	margin:0;
    color: #a6a6a7;
}
@media (max-width: 480px) {
	.footer .copyright .footer-text {
		line-height:18px;
		font-size:12px;
	}
}
.footer .copyright .footer-text a {
	text-decoration:none;
    color: #fff;
    padding: 1px 0 0 0;
    background: none;
}
.footer .copyright .footer-text a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
}
.footer .footer_map { position:relative; }
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:auto; }
#back-top-wrapper p#back-top a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#e18728;
}
#back-top-wrapper p#back-top a:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:28px;
	font-family:FontAwesome;
	font-size:28px;
	color:#7b7979;
	content:'\f0aa';
}
#back-top-wrapper p#back-top a span { display:none; }
#map img { max-width:none; }
#map #content {
	min-width:280px;
	font-size:10px;
	color:#babbc2;
	padding-top:0;
}
#map #content h6 {
	font-size:13px;
	line-height:1.2em;
	color:#434458;
	margin:0 0 4px 0;
}
#map #content p {
	line-height:14px;
	margin-bottom:0;
}
#map #content a {
	color:#313131;
	text-decoration:underline;
}
#map #content a:hover, #map #content a:focus { text-decoration:none; }
.gm-style .gm-style-iw #content a { font-size:11px; }
.title-section {
	position:relative;
	margin:0 0 73px 0;
	padding:0;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section { padding:20px 0 0 0; }
}
@media (max-width: 767px) {
	.title-section { padding:20px 0 0 0; }
}
.title-section:before {
	background:#e18728;
	display:block;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -85px;
	position:absolute;
	left:50%;
	bottom:-35px;
	content:'';
}
.title-section h1 {
	margin:0 0 17px 0;
	line-height:67px;
	font-size:67px;
	color:#313131;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
@media (max-width: 767px) {
	.title-section h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
.title-section ul {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.title-section ul li {
	line-height:24px;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	color:#d6d5d5;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section ul li {
		line-height:18px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.title-section ul li {
		line-height:18px;
		font-size:18px;
	}
}
.title-section ul li.active { color:#e18728; }
.title-section ul li.divider { margin:0 6px; }
.title-section ul li.divider:after {
	line-height:24px;
	font-family:'Open Sans', sans-serif;
	font-size:24px;
	font-weight:600;
	color:#d6d5d5;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section ul li.divider:after {
		line-height:18px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.title-section ul li.divider:after {
		line-height:18px;
		font-size:18px;
	}
}
.title-section ul li a {
	text-decoration:none;
	color:#d6d5d5;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section ul li a {
		line-height:18px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.title-section ul li a {
		line-height:18px;
		font-size:18px;
	}
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#d6d5d5;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#e18728;
}
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-header h2 {
	position:relative;
	margin-bottom:50px !important;
	padding:0 0 30px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-header h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
@media (max-width: 767px) {
	.post-header h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
.post-header h2:before {
	background:#e18728;
	display:block;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0;
	position:absolute;
	left:0%;
	bottom:0;
	content:'';
}
.post_meta {
	line-height:16px;
	font-size:10px;
	text-transform:uppercase;
}
.post_meta i { color:#e18728; }
.post_meta a {
	text-transform:uppercase !important;
	text-decoration:none;
	color:#313131;
}
.post_meta a:hover {
	text-decoration:none;
	color:#313131;
}
.post_meta a:hover {
	text-decoration:none;
	color:#e18728;
}
.post-author {
	background:#f8f8f8;
	padding:15px 20px;
	border:none;
	border-bottom:2px solid #e18728;
}
.post-author h3 {
	margin:0 0 15px 0;
	padding:0;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#313131;
}
.post-author h3 a {
	text-decoration:none;
	color:#313131;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#313131;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#e18728;
}
.post-author .post-author_gravatar { margin:5px 30px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link { margin:15px 0 0 0; }
.post-author .post-author_link p {
	margin:0;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#313131;
}
.post-author .post-author_link p a {
	text-decoration:none;
	color:#313131;
}
.post-author .post-author_link p a:focus {
	text-decoration:none;
	color:#313131;
}
.post-author .post-author_link p a:hover {
	text-decoration:none;
	color:#e18728;
}
.related-posts h3 {
	position:relative;
	margin-bottom:50px;
	padding:0 0 30px 0;
}
@media (max-width: 480px) {
	.related-posts h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
.related-posts h3:before {
	background:#e18728;
	display:block;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0;
	position:absolute;
	left:0%;
	bottom:0;
	content:'';
}
.related-posts ul li {
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	color:#313131;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts ul li {
		line-height:14px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.related-posts ul li {
		line-height:14px;
		font-size:14px;
	}
}
.related-posts ul li a {
	text-decoration:none;
	color:#313131;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#313131;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#e18728;
}
#commentform p {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	#commentform input[type="text"], #commentform input[type="email"], #commentform textarea { min-height:52px; }
}
#commentform input[type="submit"] { margin:0; }
.comment-list li .comment-body {
	background:#f8f8f8 !important;
	padding:20px;
	border:none;
	border-bottom:2px solid #e18728;
}
.comment-list li .comment-body .author {
	padding:12px 0 0 0;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#313131;
}
@media (max-width: 480px) {
	.comment-list li .comment-body .extra-wrap {
		overflow:visible;
		padding:0 0 12px 0;
	}
}
.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:13px 0 0 0;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#e18728;
}
.comment-list li .comment-body .reply {
	position:relative;
	z-index:99;
}
.comment-list li .comment-body .reply a {
	background:none;
	display:inline-block;
	position:relative;
	margin:0;
	padding:10px 35px 10px 35px;
	border:2px solid #5f5f5f;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#5f5f5f;
}
.comment-list li .comment-body .reply a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#5f5f5f;
}
.comment-list li .comment-body .reply a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:100%;
}
.comment-list li .comment-body .reply a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.comment-list li .comment-body .reply a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.comment-list li .comment-body .reply a:before {
	background:#5f5f5f;
	display:block;
	position:absolute;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
#comments h3 {
	position:relative;
	margin-bottom:50px;
	padding:0 0 30px 0;
}
@media (max-width: 480px) {
	#comments h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:32px;
		font-size:32px;
	}
}
#comments h3:before {
	background:#e18728;
	display:block;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0;
	position:absolute;
	left:0%;
	bottom:0;
	content:'';
}
#respond h3 {
	position:relative;
	margin-bottom:50px;
	padding:0 0 30px 0;
}
@media (max-width: 480px) {
	#respond h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:28px;
		font-size:28px;
	}
}
#respond h3:before {
	background:#e18728;
	display:block;
	width:170px;
	height:3px;
	overflow:hidden;
	margin:0;
	position:absolute;
	left:0%;
	bottom:0;
	content:'';
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { padding:0px 15px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:12px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
}
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.wpcf7-form .ajax-loader { margin:8px 0 0 0; }
.filter-wrapper {
	padding:0 0 20px 0;
	text-align:center;
}
@media (max-width: 767px) {
	.filter-wrapper { text-align:left; }
}
.filter-wrapper .pull-right { float:none; }
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:right; }
}
.filter-wrapper strong {
	background:none;
	display:inline-block;
	position:relative;
	float:none;
	margin:0;
	padding:12px 0 12px 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#5f5f5f;
}
@media (max-width: 767px) {
	.filter-wrapper strong { float:left; }
}
.filter-wrapper ul {
	display:inline-block;
	float:none;
	vertical-align:top;
}
@media (max-width: 767px) {
	.filter-wrapper ul {
		float:left;
		margin:0 0 0 20px;
	}
}
.filter-wrapper ul li { margin:0 0 0 11px; }
@media (max-width: 767px) {
	.filter-wrapper ul li {
		display:block;
		float:none;
		margin:0 0 3px 0;
	}
}
.filter-wrapper ul li.active a {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.filter-wrapper ul li.active a:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.filter-wrapper ul li.active a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.filter-wrapper ul li.active a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.filter-wrapper ul li a {
	background:none !important;
	display:inline-block;
	position:relative;
	margin:0;
	padding:10px 35px 10px 35px;
	border:2px solid #5f5f5f;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#5f5f5f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper ul li a { padding:10px 25px 10px 25px; }
}
@media (max-width: 480px) {
	.filter-wrapper ul li a { padding:10px 25px 10px 25px; }
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#5f5f5f;
}
.filter-wrapper ul li a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:100%;
}
.filter-wrapper ul li a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.filter-wrapper ul li a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.filter-wrapper ul li a:before {
	background:#5f5f5f;
	display:block;
	position:absolute;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
#portfolio-grid li .thumbnail { margin:0; }
#portfolio-grid li .caption {
	background:#f8f8f8;
	padding:27px 20px 23px 20px;
	border-bottom:2px solid #e18728;
}
#portfolio-grid li h3 {
	margin:0 0 15px 0;
	line-height:18px;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	color:#313131;
}
#portfolio-grid li p { margin:0; }
#portfolio-grid li p.excerpt { margin:0 0 16px 0; }
#portfolio-grid li a.btn-primary {
	margin:0;
	padding:0;
	border:none;
	border-bottom:1px dotted #313131;
	line-height:14px;
	font-size:12px;
	font-weight:900;
	color:#313131;
}
#portfolio-grid li a.btn-primary:focus {
	border-color:#313131;
	text-decoration:none;
	color:#313131;
}
#portfolio-grid li a.btn-primary:hover {
	border-color:#e18728;
	text-decoration:none;
	color:#e18728;
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.grid_gallery .thumbnail a .zoom-icon:before {
	background:url(../images/magnify_alt.png) no-repeat 0% 0%;
	width:62px;
	height:62px;
	margin:-31px 0 0 -31px;
}
.archive_lists h3 {
	margin:0 0 21px 0;
	line-height:21px;
	font-size:18px;
}
.faq-list h4 {
	margin:0;
	line-height:21px;
	font-size:18px;
	text-transform:uppercase;
	color:#313131;
}
.error404-holder { padding:50px 0 0 0; }
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num {
	font-weight:700;
	color:#e18728;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:200px; }
}
.type-experience .thumbnail {
	background:#f7941d;
	float:left;
	margin:5px 20px 5px 0 !important;
}
.type-clients .thumbnail {
	background:none;
	float:left;
	margin:5px 20px 5px 0 !important;
}
@media (max-width: 767px) {
	.google-map-custom-class { height:300px; }
}
html.ie8 .posts-grid li .thumbnail img { max-width:inherit; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider { height:655px; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider { height:500px; }
}
@media (max-width: 767px) {
	.parallax-slider { height:400px; }
}
.parallax-slider #mainCaptionHolder .container { top:27%; }
.parallax-slider #mainCaptionHolder .slider_caption {
	line-height:110px;
	font-size:80px;
	font-weight:900;
	text-align:center;
    font-family:Consolas;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		line-height:90px;
		font-size:72px;
	}
}
html.ie8 .parallax-slider #mainCaptionHolder .slider_caption {
	line-height:90px;
	font-size:72px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		line-height:70px;
		font-size:52px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		padding:0 20px;
		line-height:50px;
		font-size:42px;
	}
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		line-height:40px;
		font-size:32px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption a {
	text-decoration:none;
	color:#fff;
}
.parallax-slider #mainCaptionHolder .slider_caption a:focus {
	text-decoration:none;
	color:#fff;
}
.parallax-slider #mainCaptionHolder .slider_caption a:hover {
	text-decoration:none;
	color:#e18728;
}
.parallax-slider .controlBtn {
	width:60px;
	height:60px;
	margin-top:-30px;
}
.parallax-slider .controlBtn .innerBtn {
	font-size:48px;
	line-height:60px;
	color:#313131;
}
.parallax-slider .controlBtn .slidesCounter {
	font-size:16px;
	line-height:60px;
	color:#e18728;
	background:#313131;
    display: none;
}
.parallax-slider .controlBtn:hover .innerBtn {
	color:#e18728;
}
.parallax-slider .parallaxPrevBtn.controlBtn:hover .innerBtn::before {
    content:url('../images/levo_n.png');
}
.parallax-slider .parallaxNextBtn.controlBtn:hover .innerBtn::before {
    content:url('../images/pravo_n.png');
}
.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.parallax-slider .parallaxPrevBtn { left:0px; }
.parallax-slider .parallaxNextBtn { right:0px; }
.parallax-slider:hover .parallaxPrevBtn { left:0; }
.parallax-slider:hover .parallaxNextBtn { right:0; }
.parallax-slider #paralaxSliderPagination { bottom:15px; }
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	border-radius:50%;
	margin:3px;
	width:10px;
	height:10px;
	border:2px solid #e18728;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active { background:#e18728; }
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
	margin:3px;
	opacity:.5;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active { opacity:1; }
.parallax-slider #previewSpinner {
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:25px;
	background:url(../images/spinner.GIF) 50% 50% #fff no-repeat;
}
.parallax-slider {
	overflow:hidden;
	position:relative;
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.parallax-slider #mainImageHolder .primaryHolder .imgBlock, .parallax-slider #mainImageHolder .secondaryHolder .imgBlock {
	max-width:inherit;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-slider #mainImageHolder .primaryHolder { z-index:2; }
.parallax-slider #mainImageHolder .secondaryHolder { z-index:1; }
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainCaptionHolder .container { position:relative; }
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.parallax-slider .controlBtn {
	position:absolute;
	cursor:pointer;
	display:block;
	top:50%;
	z-index:2;
    margin: 0 50px;
}
.parallax-slider .controlBtn .innerBtn {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}
.parallax-slider .controlBtn .slidesCounter {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	top:0;
	width:60%;
	height:100%;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	text-align:left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	text-align:right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	width:100%;
	text-align:center;
	right:0;
	bottom:129px;
	left:0;
	z-index:2;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #paralaxSliderPagination { bottom:40px; }
}
@media (max-width: 767px) {
	.parallax-slider #paralaxSliderPagination { bottom:40px; }
}
.parallax-slider #paralaxSliderPagination ul {
	display:inline-block;
	margin:0;
	padding:33px 150px 0 150px;
	border-top:3px solid #ffffff;
	vertical-align:top;
	line-height:0;
	font-size:0;
}
@media (max-width: 480px) {
	.parallax-slider #paralaxSliderPagination ul { padding:33px 100px 0 100px; }
}
.parallax-slider #paralaxSliderPagination ul li {
	background:#fff;
	display:inline-block;
	width:16px !important;
	height:16px !important;
	margin:0 0 0 9px !important;
	padding:0 !important;
	list-style:none;
	border:none !important;
	vertical-align:top;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	cursor:pointer;
}
.parallax-slider #paralaxSliderPagination ul li:first-child { margin:0 !important; }
.parallax-slider #paralaxSliderPagination ul li:hover, .parallax-slider #paralaxSliderPagination ul li.active {
	background:#e18728;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-slider #previewSpinner {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	z-index:99;
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	-ms-transform:scale(3);
	-o-transform:scale(3);
	transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.footer li a {
    background: none;
    font: normal italic 17px "MYRIAD PRO"!important;
    border: none;
}
ul#botnav {
    float: left;
    margin: 0 0 0 25px;
}
ul#botnav>li:last-child {
    border: none;
}
ul#botnav>li {
    margin: 0;
    background: none;
    list-style: none;
    float: left;
    line-height: 15px;
    border-right: 1px solid #fff;
    padding: 0 10px 0 10px;
    font-style: italic;
}
#copyright {
    float: right;
}
.row.goodcome p {
    color: #404751;
    font: 20px "Myriad Pro";
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
.goodcome h3 {
    text-transform: uppercase;
}
.desc > h6 {
    margin: 20px 0 60px;
}
.desc > h6 > a {
    color: #ffffff;
    font: 20px "Myriad Pro";
    letter-spacing: 1px;
}
.article h6 {
    text-align: center;
    font: bold 45px "Myriad Pro";
    color: #ffc641;
}
.article .desc p.excerpt {
    text-align: center;
    font: bold 23px "Myriad Pro";
    color: #333333!important;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.article .desc {
    margin: 20px 0 0 0;
}
.bbutton {
    background: url(../images/knopka.png) no-repeat 50% 50%;
    height: 135px;
    margin: 55px 0 25px 0;
}
.bbutton #stext {
    font: bold 45px "Myriad Pro";
    padding: 37px 0;
    width: 475px;
    margin: 0 auto;
    cursor: pointer;
}
.fbtext {
    font: bold 32px "Myriad Pro";
}
#owl-carousel-5522 .item figure a {
    border: 2px solid #ed2323;
    background: #ed2323;
}
.bottom-slider .item h5 a {
    color: #ffc641!important;
    font: bold 30px "Myriad Pro";
}
.bottom-slider .item p.excerpt {
    color: #a7a7a7!important;
    font: bold 20px "Myriad Pro";
}



/*-------------------- CONTACT FORM -----------------*/
#FSContact1{
    width: 100%;
}
.fscf-div-clear{
    float: left;
    padding-right: 0px;
    position: relative;
}

#fscf_div_clear1_0, #fscf_div_clear1_1, #fscf_div_clear1_2, #fscf_div_clear1_4 {
    width: 33.33%;
}

.fscf-div-clear input , #fscf_div_clear1_3 textarea{
    width: 100%;
    height: 40px;
    padding: 0px;
}
#fscf_div_clear1_3 textarea{
    height: 150px;
}
::-webkit-input-placeholder {color:white; font-family: CenturyGothic}
::-moz-placeholder          {color:white; font-family: CenturyGothic}/* Firefox 19+ */
:-moz-placeholder           {color:white; font-family: CenturyGothic}/* Firefox 18- */
:-ms-input-placeholder      {color:white; font-family: CenturyGothic}

#fscf_div_clear1_3 {
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 20px;
}
#FSContact1 input[type=submit]{
    background: url(../images/knopka_v_kontaktax.png);
    border: none;
    width: 208px;
    height: 47px;
    color: white;
    font-family: "Myriad Pro";
    padding: 10px;
    font-size: 22px;
    margin: 20px 40% 0;
}
.fscf-div-error{
    color: red;
    position: absolute;
}
#fscf_form_error1{position: relative;top: -10px;}
#fscf_div_clear1_0 .fscf-div-error, #fscf_div_clear1_1 .fscf-div-error, #fscf_div_clear1_2 .fscf-div-error, #fscf_div_clear1_4 .fscf-div-error{
    position: absolute;
    top: 30px;
    left: 10px;
}
#fscf_div_clear1_3 .fscf-div-error{
    bottom: 5px;
    left: 10px;
}

@media (max-width:768px)
{
    #fscf_div_clear1_0, #fscf_div_clear1_1, #fscf_div_clear1_2, #fscf_div_clear1_4 {
        width: 100%;
        padding-bottom: 20px;
    }

}
.row h2 {
    text-transform: none;
    margin: 20px 0;
    font-weight: bold;
}
input.fscf-input-text {
    width: 100%;
    padding: 5px 15px!important;
}
.fscf-div-field {
    margin: 0 50px 0 0;
}
#fscf_div_field1_3 .fscf-div-field {
    /*margin: 0;*/
}
.fscf-input-textarea {
    padding: 10px 15px!important;
}
.spacer#shadow {
    background: url(../images/teni_kontakti.png) no-repeat;
    margin: 30px 0 0 0;
}
.woocommerce-tabs>ul.tabs, #tab-additional_information>h2, .product_meta, .woocommerce-breadcrumb, .thumbnails.columns-3 {
    display: none;
}
table.shop_attributes {
    width: 80%;
    margin: 0px auto 40px;
}
table.shop_attributes td, table.shop_attributes th {
    border: 1px solid #a7a7a7;
    display: table-cell;
    vertical-align: middle;
    font: 24px "Myriad Pro";
}
table.shop_attributes th {
    width: 30%;
    font-weight: bold;
    color: #ffc641;
    text-align: left;
    padding-left: 10px;
}
table.shop_attributes td>p {
    margin: 10px 0;
    text-align: right;
    padding-right: 10px;
}
.has-post-thumbnail .images {
    width: 1928px;
    height: 647px;
    margin: 0 -33%;
}
h1.product_title.entry-title{
    font: bold 60px "Myriad Pro";
    color: #ffc641;
    text-align: center;
    margin: 20px 0;
}
.woocommerce-message {
    padding: 20px 0;
    text-align: center;
    background: #ed2323;
    color: white;
    position: static;
    width: 200%;
    margin: 0 0 0 -50%;
}
.woocommerce-message a {
    color: white;
    text-decoration: underline;
}
span.rur {
    display: none;
}
table.shop_attributes.price_table {
    margin: 0 auto -1px;
}
button.single_add_to_cart_button.button.alt {
    float: right;
    height: 30px;
    padding: 1px 10px 0px 10px;
    font: 16px "Myriad Pro";
    background: #ed2323;
    border: none;
    border-radius: 5px;
    color: white;
}
img.attachment-shop_thumbnail.wp-post-image {
    width: 350px;
}
table.shop_table.cart {
    margin: 20px 0 0 0;
}
.form-row input.input-text {
    height: 36px;
    font: normal 14px Arial;
}
.for_ban a div {
    height: 219px;
    width: 219px;
    border-radius: 50%;
    margin: 0 auto;
}
.for_ban a div:hover {
    box-shadow: inset 0px 0px 0px 15px rgba(255, 198, 65, 0.5) inset;
    transition: all 0.3s linear;
}
.for_ban a div img {
    position: relative;
    z-index: -2;
}
form.cart {
    width: 80%;
    margin: 0 auto 20px;
}
.quantity span {
    font: 24px "Myriad Pro";
    padding: 0 10px;
    position: relative;
    bottom: 2px;
}
.cart_totals table {
    float: right;
    font-size: 22px;
    width: 450px;
}
.cart_totals th {
    text-align: left;
}
.cart_totals td {
    text-align: right;
}
.wc-proceed-to-checkout {
    float: right;
    clear: both;
    width: 450px;
    text-align: center;
    margin: 20px 0;
}
#ship-to-different-address label, #ship-to-different-address input {
    display: none;
}
h3#ship-to-different-address {
    height: 70px;
    display: none;
}
ul.payment_methods.methods li input {
    float: left;
}
ul.payment_methods.methods li label {
    position: relative;
    bottom: 5px;
}
h3#order_review_heading {
    text-align: left;
    padding: 0 0 0 40px;
}
.summary div p {
    font: 24px "Myriad Pro";
    color: #333333;
}
.quantity {
    float: right;
    margin: 0 30px 20px 0;
}
td.product-quantity .quantity {
    margin: 0;
    text-align: left;
    float: none;
    height: 30px;
}
td.product-quantity .quantity span {
    font: 14px Open Sans;
}
a.shipping-calculator-button {
    text-decoration: underline;
}
.katalog li {
    list-style-type: none;
}
.artical-item.clearfix {
    margin: 0 0 40px 0;
}
.artical-item .artical-image {
    float: left;
    margin: 30px 0 0 0;
}
.artical-title h4 {
    color: #ffc541;
}
.artical-item .artical-desc {
    font: 24px "Myriad Pro";
}
.artical-item .artical-item {
    margin: 0 0 30px 0;
}
.artical-desc a.more-link {
    color: #ffc541;
    text-decoration: underline;
}
.artical-text {
    margin: 0 0 0 250px;
}
article .artical-image {
    width: 250px;
    height: 150px;
    float: left;
}
article .artical-title {
    display: table-cell;
    height: 150px;
    vertical-align: bottom;
}
article .artical-title h4 {
    margin: 0;
}
article.status-publish {
    margin: 30px 0 0 0;
}
.one_product {
    margin: 0 0 50px;
}
.one_product h3 {
    margin: 0 0 10px 0;
    font-size: 30px;
}

.price_d {
    text-align: center;
    margin: 10px 0;
}
.price_d span.price {
    font: bold 24px "Myriad Pro";
}
.one_product button.single_add_to_cart_button.alt {
    font: 16px "Myriad Pro";
    margin: 0 70px 0 0;
}
li#wpmenucartli {
    position: relative;
    top: -90px;
    left: 487px;
    display: block;
    height: 0px;
}
#footer-text li#wpmenucartli {
    display: none;
}
#wpmenucartli a.wpmenucart-contents {
    color: white;
    padding: 0;
    font: normal 20px "Kautiva Cyrillic Book";
    text-transform: inherit;
}
#price_deliver {
    margin: 0 0 0 16px;
}
div.billing_but {
    background: #ed2323;
    width: 300px;
    border-radius: 5px;
    font: normal 20px 'Open Sans';
    height: 65px;
    padding: 0 10px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.billing_block {
    display: table;
    border-collapse: separate;
    border-spacing: 50px 0px;
    text-align: center;
    margin: 0 0 30px 0;
}
.billing_company_div {
    display: none;
}
div#htop_phone {
	height: 55px;
    float: right;
    margin: 56px 0 0 0;
    font: 33px "MYRIAD PRO";
    padding: 15px 0 32px 70px;
    background: url(../images/phone.png) no-repeat left center transparent;
    color: #000000;
}
.htop_menu {
    border-bottom: 15px solid #b21c2a;
    background: #414752;
}
h1, h2, h3, h4, h5, h6{font:38px "POLITICA";color:#404751;text-align: center;}
body{font-weight:normal;}
.logo_h__txt,.logo_link{font:normal 40px/48px Sarina;color:#ffffff;}
.sf-menu>li>a{
    font: normal 20px "POLITICA";
    color: #ffffff;
    text-transform: uppercase;
    border: none;
}
.nav.footer-nav a{font:normal 14px/17px Open Sans;color:#e0dfdf;}
#copyright a {
    color: #b21c29;
    font: normal 18px "MYRIAD PRO";
    font-style: italic;
}
.t_with_lines {
    background-image: url(../images/line.png), url(../images/line.png);
    background-position: 260px center, 780px center;
    background-repeat: no-repeat;
}
.t_with_lines h3 {

}
.img_art {
    float: left;
}
.img_art img {
    width: 120px;
    border: 3px solid rgba(0,0,0,0.1);
}
#owl-carousel-552bae327cb .desc {
    margin: 0 0 0 135px;
    height: 100%;
    overflow: hidden;
}
#owl-carousel-552bae327cb .desc p, #owl-carousel-552bae327cb .desc p a {
    font: bold 17px "POLITICA";
    margin: 0 0 20px 0;
    text-align: left;
    color: #404751;
    padding: 0 10px;
}
#owl-carousel-552bae327cb .desc p a {
    padding: 0;
}
#owl-carousel-552bae327cb .desc p a:hover {
    text-decoration: underline;
}
#owl-carousel-552bae327cb .desc p:nth-last-child(2) {
    margin: 0;
    font: normal 13px "MYRIAD PRO";
    height: 93px;
}
.s_but {
    position: relative;
    top: 50px;
    background: #b21c2a;
    margin: -30px  0 0 145px;
    width: 165px;
}
.s_but a {
    font: normal 20px "MYRIAD PRO";
    color: #fff;
    padding: 10px 30px;
    display: block;
}
.try_story {
    background: url(../images/shade.png) no-repeat top center;
}
.try_story .t_with_lines {
    margin: 65px 0 0 0;
}
.cont_rekv {
    font: bold 35px POLITICA;
    margin: 0 0 20px 0;
}
.con_rekv {
    font: normal 28px "MYRIAD PRO";
}
.con_rekv p {
    margin: 0 0 14px 0;
}
div#wpcf7-f6-p20-o1 {
    width: 624px;
    margin: 0 auto;
}
div#wpcf7-f6-p20-o1 input, div#wpcf7-f6-p20-o1 textarea {
    width: 590px;
    border: 2px solid #404750;
    border-radius: 0;
    height: 63px;
    font: normal 34px "MYRIAD PRO";
}
div#wpcf7-f6-p20-o1 textarea {
    height: 319px;
    width: 624px;
    padding: 10px 15px!important;
}
div#wpcf7-f6-p20-o1 input.wpcf7-submit {
    border: none;
    background: #b21c29;
    width: 230px;
    height: 60px;
    color: white;
    font: normal 30px "MYRIAD PRO";
}
.partn_block {
    width: 570px;
    float: left;
    margin: 20px 40px 35px 0;
    font-family: MYRIAD PRO;
    font-size: 20px;
}
.partn_title {
    margin: 8px 0 10px 0;
    font-size: 26px;
    font-weight: bold;
}
header.entry-header.two_fifth {
    width: 315px;
    border: 3px solid #414751;
    float: left;
}
.entry-content.three_fifth {
    margin: 0 0 0 351px;
    width: 817px;
}
h2.blog-title {
    margin: 0 0 10px 0;
    font: 26px "MYRIAD PRO";
    font-weight: bold;
    text-align: left;
}
article h3 {
    margin: 20px 0;
    font: 26px "MYRIAD PRO";
    font-weight: bold;
    text-align: left;
}
h2.blog-title a:hover {
    color: #b21c28;
}
.clearboth {
    clear: both;
}
.entry-content.three_fifth p {
    font-size: 20px;
}
ul.pag, ul.page-numbers {
    margin: 90px auto 50px;
    width: 374px;
    height: 30px;
    list-style: none;
    border-bottom: 3px solid #414751;
    border-top: 3px solid #414751;
    background: url(../images/shade_pag.png) repeat;
    text-align: center;
    padding: 25px 0;
}
li.pag-previous a, li a.prev.page-numbers {
    background: url(../images/prev.png) no-repeat center center;
    width: 11px;
    height: 30px;
    display: block;
}
li.pag-next a, li a.next.page-numbers {
    background: url(../images/next.png) no-repeat center center;
    width: 11px;
    height: 30px;
    display: block;
}
ul.pag li:last-child, ul.page-numbers li:last-child  {
    margin: 0;
}
ul.pag li, ul.page-numbers li {
    display: inline-block;
    height: 30px;
    margin: 0 30px 0 0;
}ul.page-numbers li {
    height: 26px;
}
ul.pag li a, ul.page-numbers li a {
    font: normal 30px "MYRIAD PRO";
    color: #414750;
}
ul.pag li a:hover, ul.page-numbers li a:hover {
    color: #b21c29;
}
ul.pag li.current span, ul.page-numbers li span.current {
    font: bold 30px "MYRIAD PRO";
    color: #b21c29;
}
.blog-thumb img {
    width: 315px;
}
#list_all_cat {
    width: 365px;
    float: left;
}
#list_all_cat>ul {
    margin: 0;
    list-style-type: none;
}
#list_all_cat>ul {
    border-bottom: 15px solid #404751;
}
#list_all_cat>ul>li.cat-item>a {
    font: normal 26px "MYRIAD PRO";
    width: 305px;
    padding: 8px 20px 5px 40px;
    background: #404751;
    display: block;
    color: white;
}
ul.children {
    margin: 0;
    list-style-type: none;
    padding: 10px 0;
}
ul.children>li.cat-item>a {
    font: normal 24px "MYRIAD PRO";
    width: 305px;
    padding: 2px 20px 2px 40px;
    background: #ffffff;
    display: block;
    color: #404751;
}
ul.children>li.cat-item>a:hover {
    color: #b21c2a;
}
ul.children>li.cat-item.current-cat>a {
    color: #b21c2a;
    background: url(../images/pointer_cat.png) 20px 4px no-repeat transparent;
}
ul.products {
    margin: 0 0 0 420px;
    list-style-type: none;
}
ul.products li.product-category, ul.products li.type-product {
    margin: 0 50px 0 0px;
    list-style-type: none;
    float: left;
    width: 332px;
}
li.product-category h3, li.type-product h3 {
    font: bold 22px "MYRIAD PRO";
    text-align: left;
    margin: 10px 0 50px 20px;
}
li.type-product h3 {
    height: 108px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
li.product-category h3 mark {
    background-color: transparent;
    color: #404751;
    display: block;
}
li.product-category h3:hover mark {
    color: #b21c2a;
}
li.product-category h3:hover, li.type-product h3:hover {
    color: #b21c2a;
}
li.product-category.product img {
    border: 3px solid #404751;
}
li.type-product  img {
    border: 3px solid #404751;
    width: 332px;
}
.attr_caption {
    float: left;
    margin: 0 5px 0 0;
}
.attr_val p {
    margin: 0;
    font: normal 20px "MYRIAD PRO"!important;
}
.attr_div {
    font: normal 20px "MYRIAD PRO"!important;
    margin: 0 0 30px 0;
}
#content .summary.entry-summary{
    margin: 0 0 0 450px;
}
.image_tov {
    max-width: 300px;
    margin: 0;
    float: right;
}
nav.woocommerce-pagination {
    margin: 0 auto;
    text-align: center;
    width: 500px;
}
ul.page-numbers {
    display: inline-block;
}
#owl-carousel-552bae327cb72 a:hover {
    cursor: default;
}
.shop_bb {
    display: none;
}
table.price_table td, table.price_table th {
    border: 1px solid black;
}
table.price_table {
    text-align: center;
    margin: 20px 0 30px 0;
    font-size: 14px;
}
table.price_table td.table_title_pr {
    background: #b21c2a;
    color: white;
    font-size: 18px;
    padding: 17px 0;
}
/*
a#pricelist {
    display: none;
}
ul.products .attr_div .attr_caption:nth-last-child(2), ul.products .attr_div .attr_val:last-child {
    display: none;
}*/

#braerdiv{
	border: 1px solid gray;
	width:363px;
	height:120px;
	display:block;
	overflow:hidden;
	margin-bottom: 10px;
	background: #fff;
}
#braerdescdiv{
	border: 1px solid gray;
	width:363px;
	height:30px;
	display:block;
	overflow:hidden;
	margin-bottom: 10px;
	background: #fff;
}

section.fixed_parallax_section#fixedparallax_552bae325f3b1.test {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/parallax1.jpg)!important;
}
.top_awd {
    text-align: center;
    font: 31px "POLITICA";
    color: #404751;
}
#top_awd_braer{
	width: calc(100% - 385px);
	float:right;
    margin: 8px 0 20px 20px;
	text-align: left;
	font-size: 20px;
    font: 24px "POLITICA";
    color: #404751;
}
#braer_ad{
	width: calc(100% - 385px);
    margin-left: 20px;
}
.contact-page .top_awd {
    margin: 20px 0 0 0;
}
tr.tag_r {
    background: #f3c084;
}



@media (max-width: 478px) {
    table.price_table {
        font-size: 6px;
        line-height: 8px;
    }
    table.price_table td, table.price_table th {
        padding: 2px;
    }
    .shop_bb {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 30px;
        display: block;
    }
    .shop_bb a {
        font: normal 20px "MYRIAD PRO";
        color: #fff;
        padding: 15px 30px 10px 30px;
        background: #b21c2a;
    }
    .dn01, .sh_dn {
        display: none;
    }
    .partn_logo_mpage {
        width: 150px;
    }
    div#htop_phone {
        margin: 0 auto 20px;
        background: url(../images/phone.png) no-repeat 40px center transparent;
        font: 20px "MYRIAD PRO";
        padding: 0 0 0 65px;
        float: none;
    }
    .header .logo img {
        width: 300px;
    }
    .spacer {
        height: 20px;
    }
    .goodcome h3 {
        font: 30px "POLITICA";
        margin: 5px 0 20px 0;
    }
    .row.goodcome p {
        font: 18px "Myriad Pro";
    }
    .spacer.spacer_art {
        height: 5px;
    }
    .s_but {
        padding: 5px 0 0 0;
    }
    .footer .copyright .footer-text {
        font-size: 17px;
    }
    .t_with_lines h3 {
        margin: 10px 0 20px 0;
    }
    ul#botnav>li {
        float: none;
        display: inline-block;
    }
    .s_but {
        top: 20px;
        background: #b21c2a;
        margin: 0 0 0 100px;
    }
    #owl-carousel-552bae327cb .owl-wrapper-outer.row {
        overflow: hidden;
    }
    #owl-carousel-552bae327cb  .owl-item .item {
        margin: 25px 5px 0 5px;
        padding: 0 0 20px 0;
    }
    .img_art img {
        width: 110px;
    }
    .carousel-wrap.clients {
        display: none;
    }
    #owl-carousel-552bae327cb {
        padding: 0px 0px 60px!important;
    }
    #owl-carousel-552bae327cb .desc {
        margin: 0 0 0 116px;
    }
    .cherry_parallax {
        padding: 60px 0 0 0;
    }
    .t_with_lines {
        background-position: -130px center, 231px center;
    }
    .list_1 li {
        width: 139px;
    }
    .tabs-wrapper {
        margin: 0 0 20px 0;
    }
    .partn_block.span6 {
        width: 280px;
        margin: 20px auto 30px;
        float: none;
    }
    .blog-thumb img {
        width: 100%;
    }
    header.entry-header.two_fifth {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
    .entry-content.three_fifth {
        width: 95%;
        margin: 0 auto;
    }
    .contact-page h2 {
        font: 34px "POLITICA";
    }
    .cont_rekv {
        font: bold 22px POLITICA;
    }
    .con_rekv {
        font: normal 18px "MYRIAD PRO";
    }
    div#wpcf7-f6-p20-o1 input, div#wpcf7-f6-p20-o1 textarea {
        width: 240px;
        margin: 0 0 0 23px;
        height: 40px;
        font: normal 22px "MYRIAD PRO";
    }
    div#wpcf7-f6-p20-o1 textarea {
        width: 275px;
        height: 100px;
    }
    div#wpcf7-f6-p20-o1 input.wpcf7-submit {
        padding: 5px 0 0 0;
        width: 185px;
        height: 50px;
        font: normal 24px "MYRIAD PRO";
    }
    #owl-carousel-552bae327cb .span4 {
        margin: 0;
    }
    #list_all_cat {
        width: 210px;
    }
    #pricelist img {
        width: 100px;
    }
    #pricelistlink {
        position: relative;
        top: -13px;
        font-size: 18px;
        margin: 80px 0 0;
    }
    .shop_container #content {
        padding-top: 10px;
    }
    .shop_container #content h1 {
        font: 28px "POLITICA";
        margin-bottom: 20px;
        width: 100%;
        display: block;
        position: relative;
        left: 0;
        z-index: -1;
    }
    .shop_container #content h1.shop_pt {
        font: 28px "POLITICA";
        margin-bottom: 20px;
        width: 194%;
        display: block;
        position: relative;
        left: -94%;
    }
    .attr_div {
        font: normal 11px "MYRIAD PRO"!important;
    }
    .attr_val p {
        font: normal 11px "MYRIAD PRO"!important;
    }
    #pricelist {
        margin: 0;
    }
    #list_all_cat {
        position: relative;
        top: 20px;
        width: 280px;
        margin: 0 0 0 20px;
    }
    nav.woocommerce-pagination {
        width: 295px;
    }
    ul.pag, ul.page-numbers {
        margin: 30px auto 30px;
        width: 295px;
    }
    #list_all_cat>ul>li.cat-item>a {
        font: normal 20px "MYRIAD PRO";
        width: 235px;
        padding: 8px 15px 5px 30px;
    }
    ul.children>li.cat-item>a {
        font: normal 18px "MYRIAD PRO";
        width: 235px;
        padding: 2px 15px 2px 30px;
    }
    ul.children {
        padding: 5px 0;
    }
    ul.products {
        margin: 0 0 0 20px;
    }
    ul.products li.product-category, ul.products li.type-product {
        margin: 0 15px 0 0px;
        width: 130px;
    }
    li.product-category h3, li.type-product h3 {
        font: normal 14px "MYRIAD PRO";
        margin: 10px 0 20px 0px;
    }
    li.type-product h3 {
        height: 80px;
    }
    h2#brh2 {
        clear: both;
        font-size: 30px;
        margin: 0 0 10px 0;
        padding: 30px 0 0 0;
    }
    .sf-menu {
        display: block;
    }
    .sf-menu > li {
        width: 100%;
    }
    .sf-menu > li > a {
        padding: 10px 0;
    }
    #owl-carousel-552bae34948c1 .span4 {
        margin: 0;
    }
    ul#botnav {
        margin: 0 auto;
        width: 280px;
        float: none;
    }
    ul#botnav>li {
        margin: 0 0 20px 0;
    }
    #copyright {
        float: none;
        margin: 0px auto 0;
        width: 280px;
    }
    ul.children>li.cat-item.current-cat>a {
        background: url(../images/pointer_cat.png) 5px 0px no-repeat transparent;
    }
    #list_all_cat {
        display: none;
    }
    #list_all_cat.shop_p {
        display: block;
    }
    #fixedparallax_552bae325f3b1 {display: none;}
}

@media (min-width: 479px) and (max-width: 767px) {
    #fixedparallax_552bae325f3b1 {display: none;}
    table.price_table {
        font-size: 9px;
        line-height: 10px;
    }
    table.price_table td, table.price_table th {
        padding: 2px 4px;
    }
    div#htop_phone {
        margin: 0 auto 20px;
        background: url(../images/phone.png) no-repeat left center transparent;
        font: 26px "MYRIAD PRO";
        padding: 15px 0 20px 65px;
    }
    .header .logo img {
        width: 460px;
    }
    .carousel-wrap.clients {
        display: none;
    }
    #owl-carousel-552bae327cb {
        padding: 0px 0px 60px!important;
    }
    .spacer {
        height: 30px;
    }
    .goodcome h3 {
        font: 32px "POLITICA";
        margin: 5px 0 20px 0;
    }
    .row.goodcome p {
        font: 18px "Myriad Pro";
    }
    .spacer.spacer_art {
        height: 35px;
    }
    .s_but {
        padding: 5px 0 0 0;
        top: 20px;
        margin: 0 0 0 145px;
    }
    .footer .copyright .footer-text {
        font-size: 15px;
    }
    #owl-carousel-552bae327cb .owl-wrapper-outer.row {
        overflow: hidden;
    }
    .cherry_parallax {
        padding: 60px 0 0 0;
    }
    .t_with_lines {
        background-position: -40px center, 300px center;
    }
    .list_1 li {
        width: 219px;
    }
    .tabs-wrapper {
        margin: 0 0 20px 0;
    }
    .partn_block.span6 {
        width: 470px;
        margin: 20px auto 30px;
        float: none;
    }
    .blog-thumb img {
        width: 100%;
    }
    header.entry-header.two_fifth {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
    .entry-content.three_fifth {
        width: 95%;
        margin: 0 auto;
    }
    .contact-page h2 {
        font: 30px "POLITICA";
    }
    .cont_rekv {
        font: bold 28px POLITICA;
    }
    .con_rekv {
        font: normal 22px "MYRIAD PRO";
    }
    div#wpcf7-f6-p20-o1 input, div#wpcf7-f6-p20-o1 textarea {
        width: 400px;
        margin: 0 0 0 23px;
    }
    div#wpcf7-f6-p20-o1 textarea {
        width: 434px;
    }
    div#wpcf7-f6-p20-o1 input.wpcf7-submit {
        padding: 5px 0 0 0;
    }
    #owl-carousel-552bae327cb .span4 {
        margin: 0;
    }
    #list_all_cat {
        width: 210px;
    }
    #pricelist img {
        width: 70px;
    }
    #pricelistlink {
        position: relative;
        top: -27px;
        font-size: 18px;
        margin: 80px 0 0;
    }
    .shop_container #content {
        padding-top: 10px;
    }
    .shop_container #content h1 {
    	padding-left:40%;
        font: 32px "POLITICA";
        margin-bottom: 20px;
        width: 200%;
        display: block;
        position: relative;
        left: -70%;
    }
    .attr_div {
        font: normal 10px "MYRIAD PRO"!important;
    }
    .attr_val p {
        font: normal 10px "MYRIAD PRO"!important;
    }
    #pricelist {
        margin: 0;
    }
    #list_all_cat {
        position: relative;
        top: 20px;
    }
    #list_all_cat>ul>li.cat-item>a {
        font: normal 16px "MYRIAD PRO";
        width: 180px;
        padding: 8px 10px 5px 20px;
    }
    ul.children>li.cat-item>a {
        font: normal 14px "MYRIAD PRO";
        width: 180px;
        padding: 2px 10px 2px 20px;
    }
    ul.children {
        padding: 5px 0;
    }
    ul.products {
        margin: 0 0 0 220px;
    }
    ul.products li.product-category, ul.products li.type-product {
        margin: 0 15px 0 0px;
        width: 115px;
    }
    li.product-category h3, li.type-product h3 {
        font: normal 11.5px "MYRIAD PRO";
        margin: 10px 0 20px 0px;
    }
    li.type-product h3 {
        height: 60px;
    }
    h2#brh2 {
        clear: both;
        font-size: 30px;
        margin: 0 0 10px 0;
        padding: 30px 0 0 0;
    }
    .sf-menu {
        display: block;
    }
    .sf-menu > li {
        width: 100%;
    }
    .sf-menu > li > a {
        padding: 10px 0;
    }
    #owl-carousel-552bae34948c1 .span4 {
        margin: 0;
    }
    ul#botnav {
        margin: 0 auto;
        width: 415px;
        float: none;
    }
    ul#botnav>li {
        margin: 0 0 20px 0;
    }
    #copyright {
        float: none;
        margin: 0px auto 0;
        width: 400px;
    }
    ul.children>li.cat-item.current-cat>a {
        background: url(../images/pointer_cat.png) 5px 0px no-repeat transparent;
    }
	#braerdiv{
		border: 1px solid gray;
		width:210px;
		height:120px;
		display:block;
		overflow:hidden;
		margin-bottom: 10px;
		background: #fff;
	}
	#braerdescdiv{
		border: 1px solid gray;
		width:210px;
		height:30px;
		display:block;
		overflow:hidden;
		margin-bottom: 10px;
		background: #fff;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
    table.price_table {
        font-size: 12px;
        line-height: 14px;
    }
    .sf-menu > li > a {
        padding: 39px 28px;
    }
    table.price_table td, table.price_table th {
        padding: 2px 6px;
    }
    div#htop_phone {
        font: 26px "MYRIAD PRO";
        padding: 15px 0 0 55px;
    }
    .header .logo img {
        width: 460px;
    }
    div#htop_phone {
        margin: 37px 0 0 0;
        padding-bottom: 20px;
    }
    .spacer {
        height: 40px;
    }
    .cherry_parallax {
        padding: 60px 0 0 0;
    }
    .t_with_lines {
        background-position: 85px center, 460px center;
    }
    .tabs-wrapper {
        margin: 0 0 20px 0;
    }
    .span6 {
        width: 340px;
        margin: 20px 20px 30px 0;
    }
    .blog-thumb img {
        width: 290px;
    }
    header.entry-header.two_fifth {
        width: 290px;
    }
    .entry-content.three_fifth {
        width: 410px;
        margin: 0 0 0 315px;
    }
    div#wpcf7-f6-p20-o1 input.wpcf7-submit {
        padding: 5px 0 0 0;
    }
    #owl-carousel-552bae327cb .span4 {
        margin: 0;
    }
    #list_all_cat {
        width: 238px;
    }
    #pricelist img {
        width: 80px;
    }
    #pricelistlink {
        position: relative;
        top: -21px;
    }
    .attr_div {
        font: normal 16px "MYRIAD PRO"!important;
    }
    .attr_val p {
        font: normal 16px "MYRIAD PRO"!important;
    }
    #list_all_cat>ul>li.cat-item>a {
        font: normal 18.5px "MYRIAD PRO";
        width: 188px;
        padding: 8px 20px 5px 30px;
    }
    ul.children>li.cat-item>a {
        font: normal 16px "MYRIAD PRO";
        width: 200px;
        padding: 2px 20px 2px 30px;
    }
    ul.products {
        margin: 0 0 0 264px;
    }
    ul.products li.product-category, ul.products li.type-product {
        margin: 0 30px 0 0px;
        width: 200px;
    }
    li.product-category h3, li.type-product h3 {
        font: bold 18.5px "MYRIAD PRO";
        text-align: left;
        margin: 10px 0 30px 6px;
    }

    #owl-carousel-552bae34948c1 .span4 {
        margin: 0;
    }
    ul#botnav {
        margin: 0 auto;
        width: 415px;
        float: none;
    }
    ul#botnav>li {
        margin: 0 0 20px 0;
    }
    #copyright {
        float: none;
        margin: 0px auto 0;
        width: 400px;
    }
    ul.children>li.cat-item.current-cat>a {
        background: url(../images/pointer_cat.png) 10px 0px no-repeat transparent;
    }
	#braerdiv{
		border: 1px solid gray;
		width:235px;
		height:120px;
		display:block;
		overflow:hidden;
		margin-bottom: 10px;
		background: #fff;
	}
	#braerdescdiv{
		border: 1px solid gray;
		width:235px;
		height:30px;
		display:block;
		overflow:hidden;
		margin-bottom: 10px;
		background: #fff;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
    div#htop_phone {
        font: 29px "MYRIAD PRO";
        padding: 15px 0 20px 55px;
    }
    table.price_table td, table.price_table th {
        padding: 3px 10px;
    }
    .header .logo img {
        width: 600px;
    }
    .spacer {
        height: 50px;
    }
    .t_with_lines {
        background-position: 185px center, 577px center;
    }
    .tabs-wrapper {
        margin: 0 0 20px 0;
    }
    .span6 {
        width: 430px;
    }
    .carousel-wrap.list_2 .owl-item .item {
        margin: 0;
    }
    div#owl-carousel-552bae327cb {
        overflow: hidden;
    }
    #owl-carousel-552bae327cb .desc {
        margin: 0 0 0 125px;
    }
    #owl-carousel-552bae327cb .span4 {
        margin: 0;
    }
    .spacer.spacer_art {
        height: 105px;
    }
    .entry-content.three_fifth {
        width: 580px;
    }
    div#wpcf7-f6-p20-o1 input.wpcf7-submit {
        padding: 5px 0 0 0;
    }
    .s_but {
        padding: 5px 0 0 0;
    }
    #list_all_cat {
        width: 300px;
    }
    #pricelist img {
        width: 100px;
    }
    #pricelistlink {
        position: relative;
        top: -11px;
    }
    #list_all_cat>ul>li.cat-item>a {
        font: normal 24px "MYRIAD PRO";
        width: 250px;
        padding: 8px 20px 5px 30px;
    }
    ul.children>li.cat-item>a {
        font: normal 22px "MYRIAD PRO";
        width: 250px;
        padding: 2px 20px 2px 30px;
    }
    ul.products {
        margin: 0 0 0 330px;
    }
    #owl-carousel-552bae34948c1 .span4 {
        margin: 0;
    }
    ul.products li.product-category, ul.products li.type-product {
        margin: 0 30px 0 0px;
        width: 275px;
    }
    ul#botnav {
        margin: 5px 0 0 25px;
    }
    ul.children>li.cat-item.current-cat>a {
        background: url(../images/pointer_cat.png) 10px 4px no-repeat transparent;
    }
	#braerdiv{
		border: 1px solid gray;
		width:300px;
		height:120px;
		display:block;
		overflow:hidden;
		margin-bottom: 10px;
		background: #fff;
	}
	#braerdescdiv{
		border: 1px solid gray;
		width:300px;
		height:30px;
		display:block;
		overflow:hidden;
		margin-bottom: 10px;
		background: #fff;
	}
}

@media (min-width: 1201px) {
    table.price_table td, table.price_table th {
        padding: 3px 10px;
    }
}

@media (max-width: 980px) {
#top_awd_braer{display:none;}
#braer_ad{display:none;}
}
@media (min-width: 980px) and (max-width: 1200px) {
#top_awd_braer{width: calc(100% - 322px);font-size:20px;} 
#braer_ad{}
}

/*-------------------------------------------------- GAZOBETON -------------------------------------------------------*/
#gazobeton{
	width: 75%;
	overflow: hidden;
}
body.page-id-203 h1{
	font-weight: bold;
}
#gazb_blocks{
	margin: 0 0 0 4%;
}
.gazb_block{
	width: 32%;
	text-align: center;
	float: left;
}
.gazb_block img{
	width: 70%;
}
.gazb_block h3{
	margin-bottom: 12px;
}
.gazb_desc{
	text-align: left;
}
#gazb_list{
	width: 98%;
	margin-left: 2%;
	margin-top: 50px;
	float: left;
	text-align: center;
}
#gazb_table{
	display: inline-block;
}
#gazb_table td{
	padding: 3px 20px 3px 0;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
}
#gazb_table td.gazb_thead{
	font-weight: bold;
}
/* 1600px */
@media (max-width: 1600px) {
#gazobeton{width: 70%;}
}
/* 1220px */
@media (max-width: 1220px) {
#gazobeton{width: 60%;}
#gazobeton h2, #gazobeton h3{font-size: 28px;}
.gazb_block{margin: 0 0 0 3%;width: 30%;}
.gazb_desc{font-size:12px;line-height:16px;}
}
/* 1200px */
@media (max-width: 1200px) {
#gazobeton{width: 68%;}
}
/* 980px */
@media (max-width: 1200px) {
#gazobeton{width: 67%;}
}
/* 768px */
@media (max-width: 768px) {
#gazobeton{width: 58%;}
.gazb_block{width: 100%;margin-top: 4vh;text-align: center;}
.gazb_block h3{margin-top:0;}
.gazb_desc{font-size:14px;line-height:18px;}
}
/* 480px */
@media (max-width: 480px) {
#gazobeton{width: 96%;}
#gazb_table{padding-bottom:50px;}
}