/*
file:	Main Style Sheet
year:	2018
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i {
	transition: all .3s linear;
}

.fancybox-wrap,
.fancybox-opened .fancybox-skin,
.fancybox-skin {
	background-color: #fff !important;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: #7d7d7d;
	font-weight: 300;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
em {
	font-size: 22px;
	color: #2d2d2d;
	margin: 0;
	font-weight: 600;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
}
a {
	font-size: 18px;
	color: #41a2db;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*cookie info*/

.read_more {
	color: #696969;
	padding: 5px 10px;
	border: 1px solid #919191;
	border-radius: 0;
}

.read_more:hover {
	color: #414141;
	border-color: #414141;
}

.ok_active {
	color: #41a2db;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #41a2db;
	border-radius: 0;
}

.ok_active:hover {
	color: #000;
	background: #fff;
	border-color: #000;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 100%;
	margin: 0;
	padding: 24px 0;
	display: table;
	background: #26292c;
}

header section {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

/*logo*/

.logo {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

.logo img {
	max-height: 48px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*header phone*/

.header_phone {
	font-size: 14px;
	color: #41a2db;
	font-weight: 600;
	margin: 0;
	padding: 14px 0;
	float: left;
}

.header_phone i {
	font-size: 20px;
	color: #41a2db;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0 0;
}

.header_phone:hover {
	font-size: 14px;
	color: #fff;
}

.header_phone:hover > i {
	color: #fff;
}

/*main navigation*/

header nav {
	width: auto;
	float: right;
	margin: 0;
	padding: 14px 0 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px 0 0;
}

header nav ul li:last-of-type {
	margin: 0;
}

header nav ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 3px;
	display: block;
	border-bottom: 2px solid transparent;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 12px;
	color: #fff;
	border-color: #41a2db;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 0 0 160px;
	display: table;
}

/*intro content*/

.intro_content {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	display: table;
	background: #41a2db;
}

.intro_content section {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.intro_content article {
	width: 100%;
	display: table;
}

.intro_content article h1 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.intro_content article em,
.intro_content article p {
	font-size: 18px;
	color: rgba(255,255,255,0.60);
	font-weight: 300;
}

/*featured products cnt*/

.featured_products_cnt {
	width: 1280px;
	margin: 0 auto;
	padding: 80px 0 0;
	display: table;
}

.featured_products_cnt article {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0 20px;
}

.featured_products_cnt article section {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	display: table;
}

.featured_products_cnt article h1,
.featured_products_cnt article em,
.featured_products_cnt article p {
	display: block;
	text-align: center;
}

.featured_products_cnt article .btn_primary {
	display: table;
	margin: 0 auto;
}

.featured_products_cnt article h1 {
	margin: 0;
	padding: 0;
}

.featured_products_cnt article h1, .featured_products_cnt article h1 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
	text-transform: uppercase;
}

.featured_products_cnt article h1 a:hover {
	font-size: 22px;
	color: #000;
}

.featured_products_cnt article em {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0 0 18px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 55px;
}

.featured_products_cnt article p {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0 0 18px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 37px;
}

.featured_products_cnt figure {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	border-radius: 0;
	
	float: none;
	margin: 0;
	padding: 0;
}

.featured_products_cnt figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.btn_default {
	font-size: 10px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 20px 10px;
	display: table;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn_default:hover {
	font-size: 10px;
	color: #fff;
	background: #414141;
}

.btn_default i {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0;
	opacity: 0;
}

.btn_default:hover i {
	opacity: 1;
	margin-left: 15px;
}

.btn_primary {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 20px 10px;
	display: table;
	background: #41a2db;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn_primary:hover {
	font-size: 10px;
	color: #fff;
	background: #2d2d2d;
}

.btn_primary i {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0;
	opacity: 0;
}

.btn_primary:hover i {
	opacity: 1;
	margin-left: 15px;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	display: table;
	background: #26292c;
}

footer aside {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

footer aside section {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

footer aside section h1 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}

footer aside section em,
footer aside section p {
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	font-weight: 300;
	margin: 0;
	padding: 0 160px;
	text-align: center;
}

/*footer copyright*/

footer aside section.footer_copyright {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}

footer aside section.footer_copyright p {
	font-size: 12px;
	color: rgba(255,255,255,0.60);
	font-weight: 600;
	margin: 0;
	padding: 0;
	float: left;
}

footer aside section.footer_copyright p:last-of-type {
	float: right;
}

footer aside section.footer_copyright p a,
footer aside section.footer_copyright p a:hover {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
}

/*BASIC CSS*/

/*left submenu*/

.main_container nav {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: table;
	margin-bottom: 1px;
}

.main_container nav ul li a {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 20px 9px;
	display: block;
	background: #f0f0f0;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 12px;
	color: #fff;
	background: #41a2db;
}

.main_container nav ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.main_container nav ul li ul li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1px;
}

.main_container nav ul li ul li a {
	font-size: 12px;
	color: #696969;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 10px 20px;
	display: block;
	background: #fff;
}

.main_container nav ul li ul li a:hover, .main_container nav ul li ul li a.active {
	font-size: 12px;
	color: #000;
	background: #fff;
}

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 210px;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

.contact_form div:nth-of-type(3n) {
	margin: 0 0 10px;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 11px;
	color: #555;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 3px 0 0 3px !important;
	border: 1px solid #a5a5a5 !important;
	padding: 9px 20px 8px !important;
	font-size: 10px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 1px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 10px !important;
	color: #fff !important;
	background: #a5a5a5 !important;
	border: 1px solid #a5a5a5 !important;
	opacity: 0.75;
}

.buttons_action input[type="submit"] {
	background: #41a2db !important;
	border: 1px solid #41a2db !important;
	box-shadow: none !important;
	border-radius: 0 3px 3px 0 !important;
	padding: 9px 20px 8px !important;
	font-size: 10px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 10px !important;
	color: #fff !important;
	background: #41a2db !important;
	border: 1px solid #41a2db !important;
	opacity: 0.75;
}

.contact_form dl a{
	color: #41a2db;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 8px 10px 10px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 3px !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 12px !important;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 8px 10px 10px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 8px 12px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 11px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 75px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_news .paging_content {
	padding-top: 20px;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1280px;
	margin: 80px auto 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content article {
	width: 480px;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content h1 {
	font-size: 32px;
	color: #41a2db;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content h2 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: 800;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h3 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: 800;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content iframe {
	width: 760px;
	height: 400px;
	float: right;
	clear: right;
	margin: 0 0 40px;
	padding: 0;
	border: none !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.basic_site_inner_content iframe:last-of-type {
	margin: 0;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1280px;
	margin: 80px auto 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 580px;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_contact h1 {
	font-size: 32px;
	color: #41a2db;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_contact h2 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: 800;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h3 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: 800;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact article div {
	width: 47.5%;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_contact article div:last-of-type {
	float: right;
}

.basic_site_inner_content_contact article div p {
	font-size: 16px;
}

.basic_site_inner_content_contact article div a,
.basic_site_inner_content_contact article div a:hover {
	font-size: 16px;
}

.right_column_contact {
	width: 660px;
	float: right;
	margin: 54px 0 0;
	padding: 0;
}

.right_column_contact img {
	width: 100%;
	height: 100%;
	float: right;
	clear: right;
	margin: 0 0 40px;
	padding: 0;
	border: none !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 45px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: inherit;
	border: none;
}

.ecms_gallery_box p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 19.2%;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(5n) {
	margin: 10px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.10);
}

.ecms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}

/*download*/

.document_category {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 20px 20px 0;
	clear: both;
	display: table;
	background: linear-gradient(#ffffff, #f5f5f5);
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 10px;
}

.document_category h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
	letter-spacing: inherit;
	border: none;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: -1px 0 0;
	padding: 0;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: #41a2db;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	box-sizing: border-box;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 4px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 4px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 1;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#hist a {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 20px 10px;
	display: table;
	background: #a5a5a5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#hist a:hover, #hist a:focus {
	font-size: 10px;
	color: #fff;
	background: #b9b9b9;
}















