*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow: hidden;
	background: url('../images/skins/background.jpg') no-repeat center top #000 fixed;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
}
body, html {
	width: 100%;
	height: 100%;
}
a, a:visited {
	color: #993416;
	text-decoration: none;
}
a:hover {
	color: #857650;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'GiovanniStd-Book';
	text-transform: uppercase;
	font-weight: normal;
	color: #993416;
}
h1 {
	margin: 17px 0 14px;
	font-size: 39px;
	line-height: 40px;
	text-align: center;
}
.product-title h1 {
	font-size: 70px;
}
.product-title h1, .product-title h2 {
	text-align: center;
}
h3 {
	font-size: 27px;
	margin: 17px 0 14px;
	line-height: 30px;
}
h1 small, h3 small, h2 small {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	display: inline-block;
	margin-top: 5px;
}
h3 small {
	font-size: 17px;
}
h2 {
	font-size: 39px;
	line-height: 30px;
	margin-bottom: 15px;
}
.related-cms-items h2.title, .related-product-items h2.title {
	width: 100%;
	height: 65px;
	display: inline-block;
}
.related-cms-items h2.related-products, .related-product-items h2.related-products {
	line-height: 65px;
}
h4 {
	font-size: 16px;
}
.product-description h2 {
	margin-bottom: 0;
}
.product-description h4 {
	margin-bottom: 5px;
	color: #857650;
}
h5 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1.5px;
}
h5 small {
	font-size: 13px;
	letter-spacing: normal;
}
.styled-table {
	width: 100%;
	margin-bottom: 20px;
}
.styled-table th, .styled-table td {
	border: 1px solid #ddd;
}
.styled-table th {
	font-weight: bold;
	padding: 8px;
	color: #000;
}
.styled-table td {
	padding: 8px;
}
.styled-table tr:hover td {
	background: #f5f5f5;
}
.product-description .dm3-tab-inner {
	padding: 30px 0 0 0;
}
.product-description .dm3-tabs-nav a {
	text-decoration: none;
}
.content > .content-inner {
	max-width: 100%;
	width: 1060px;
	margin: 0 auto;
	position: relative;
}
.content-inner > .section {
	padding: 30px 0 50px 0;
	background: #fff;
}
.page-loader {
	z-index: 9999;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-scroller {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	position: relative;
}
#products-grid {
	position: relative;
	padding: 0;
	width: 100.1%;
	margin: 0 auto;
	display: block;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	margin-bottom: 20px;
}
#logo {
	display: block;
	width: 280px;
	height: 150px;
	background: url('../images/skins/logo/logo-diap.png') no-repeat center center #857650;
	background-size: auto auto;
	background-size: 97% auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#site-nav {
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	-ms-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	box-shadow: 0 1px 6px rgba(0,0,0,.3);
	z-index: 3;
	position: relative;
}
#site-nav .content-inner {
	height: 150px;
	overflow: hidden;
}
.bg-head {
	height: 110px;
	background: url('../images/skins/banner-menu.jpg') no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
#nav-container {
	background: #f1f1f1;
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	height: 40px;
}
.product-series.menu li, .post-img.video:before, .post-img p, .post-img p span, #nav-container ul li, a:not(#logo), .product-images-gallery a {
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
#nav-container ul li:hover a {
	color: #857650;
	text-decoration: none;
}
#nav-container ul li:hover {
	background: rgba(133,118,80,.1);
}
#nav-container ul li.active {
	background: rgba(133,118,80,.3);
}
#nav-container ul {
	float: right;
}
#nav-container ul li {
	float: left;
	line-height: 40px;
	padding: 0 9px;
	cursor: pointer;
}
#nav-container ul li a {
	font-family: 'GiovanniStd-Book';
	text-transform: uppercase;
	font-size: 15px;
}
#nav-container .fa-bars {
	display: none;
	float: right;
	line-height: 35px;
	color: #993416;
	font-size: 20px;
	cursor: pointer;
}
#content .content-inner {
	background: #fff;
}
.search-bar {
	background: rgba(133,118,80,.3);
	width: 100%;
	padding: 15px 0;
}
form.search-form {
	width: 100%;
	position: relative;
}
form.search-form input[name="query"] {
	border-radius: 30px;
	font-family: 'GiovanniStd-Book';
	font-size: 18px;
	border: none;
	color: #777;
	height: 35px;
	padding: 5px 15px;
	top: 0;
	width: 100%;
}
form.search-form .search {
	border: none;
	height: 35px;
	width: 35px;
	display: block;
	background: url('../images/skins/search-button.png') no-repeat center right;
	background-size: auto auto;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.social-media {
	position: relative;
	text-align: right;
}
.social-media a {
	padding: 0 12px;
	line-height: 35px;
	font-size: 16px;
	color: #857650;
	text-decoration: none;
}
.social-media img {
	position: absolute;
	left: -30px;
	top: 30px;
}
.privacy-statement{
	display: block;	
	background: rgba(0,0,0,.8);
	width: 100%;
	padding: 15px 35px 15px 15px;
	position: fixed;
	bottom: 0;
	z-index:555;
	text-align:center;
	color: #fff;	
}
.privacy-statement a{
	color: #fff;
	text-decoration:underline;	
}

.privacy-statement a.close-message{
	text-decoration:none;
	position: absolute;	
	right: 12px;
	top: 15px;
}
table, .img-row .row {
	margin-bottom: 0;
}
.img-row td {
	line-height: 0;
}
.bg.post-img {
	width: 100%;
	height: 255px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-img {
	border: 5px solid #f7efef;
	display: inline-block;
	position: relative;
	line-height: 0;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.post-img:after {
	position: absolute;
	content: "";
	height: 20px;
	bottom: -25px;
	left: 0;
	right: 0;
	background: url('../images/skins/shadow.png') 0 0 no-repeat;
	background-size: 100% 100%;
}
.post-img.full {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-img p {
	margin: 0;
	padding: 5px 10px;
	line-height: 22px;
	display: inline-block;
	background: rgba(133,118,80,.7);
	color: #fff;
	text-shadow: 0 1px 0 #000;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'GiovanniStd-Book';
	text-transform: uppercase;
	font-size: 19px;
	z-index: 2;
}
.post-img.full p {
	font-size: 15px;
	line-height: 17px;
}
.post-img p span {
	clear: left;
	width: 100%;
	display: inline-table;
	font-size: 10px;
	text-transform: none;
	line-height: 15px;
	display: none;
	opacity: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}
.post-img p span.loaded {
	visibility: hidden;
	display: block;
}
.post-img.active p span {
	visibility: visible;
	opacity: 1;
}
.post-img:hover p {
	color: #cec8b9;
	background: rgba(153,52,22,1);
}
.post-img.video:before {
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
	position: absolute;
	font-size: 100px;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	color: #FF0000;
	opacity: .5;
	z-index: 1;
	left: 0;
}
.post-img.full.video:before {
	font-size: 75px;
}
.post-img.video:hover:before {
	opacity: 1;
	top: 45%;
	transform: translateY(-45%);
}
.post-img.no-span.video:hover:before {
	top: 50%;
	transform: translateY(-50%);
}
.post-content .post-summary {
	font-family: 'GiovanniStd-Book';
	text-transform: uppercase;
	font-size: 17px;
	color: #000;
}
.post-content .post-img {
	width: 220px;
}
.align-right {
	float: right;
	margin: 0 0 20px 20px;
}
.align-left {
	float: left;
	margin: 0 20px 20px 0;
}
.sync-div a.full-width {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.sync-div a.full-width:hover {
	text-decoration: none;
}
.to-bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
#footer a:hover {
	color: #3c3c3b;
}
#footer .section {
	background: url('../images/skins/stylish-background.jpg') repeat center center;
	color: #857650;
	padding: 60px 0;
}
#footer hr {
	border-bottom: 1px solid #857650;
}
#footer .follow-us td {
	vertical-align: top;
	text-align: left;
	line-height: 30px;
}
#footer .follow-us i {
	font-size: 16px;
	margin-right: 20px;
	color: #993416;
	cursor: pointer;
}
#footer .dm3-divider-normal {
	border-bottom: 1px solid #857650;
}
.go-to-top {
	float: right;
}
.go-to-top:hover {
	text-decoration: none;
}
.product-series.menu li {
	width: 14.286%;
	height: 74px;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	border-radius: 6px;
}
.product-series.menu li.active {
	background: rgba(133,118,80,.3);
}
.product-images-gallery a {
	width: 53.33px;
	height: 53.33px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 53.33px 53.33px;
	background-position: center center;
	border: 3px solid #fff;
}
.product-images-gallery a:hover {
	background-size: 80px 80px;
	border: 3px solid #d6cfc2;
}
.main-product-image img {
	max-height: 412px;
	display: block;
	margin: auto;
}
.download-catalog {
	display: block;
	margin-top: 50px;
}
.download-catalog h1 {
	text-align: center;
	font-size: 50px;
	display: inline-block;
	line-height: 55px;
	width: 100%;
}
.download-catalog h1 small {
	font-size: 22px;
	line-height: 15px;
	display: block;
	line-height: 27px;
}
.breadcrumbs li i {
	color: #CCC;
}
.breadcrumbs li i.fa-chevron-right {
	margin-left: 10px;
}
.breadcrumbs li i.fa-home, .breadcrumbs li i.fa-chevron-right {
	margin-right: 10px;
}
.breadcrumbs li {
	float: left;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs a {
	color: #857650;
}
.breadcrumbs b {
	color: #993416;
}
#products-grid .four.columns {
	padding: 10px;
}
.product-images-gallery {
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-bottom: 20px;
}
.flexslider-posts .slides li {
	line-height: 0;
	width: 211px;
	height: 211px;
	padding-bottom: 20px;
	margin-right: 38px;
}
.fa-file-pdf {
	color: #de4327;
	font-size: 18px;
	margin-right: 7px;
}
.social-icons {
	width: 100%;
	display: table;
}
.styled-table h4 {
	line-height: 21px;
	margin-bottom: 0!important;
}
.social-icons li {
	float: left;
	text-align: center;
	width: 10.857%;
	margin-right: 4%;
}
.social-icons li:last-child {
	margin-right: 0;
}
.social-icons li a {
	font-size: 16px;
}
.social-icons li a.facebook {
	color: #3b5998;
}
.social-icons li a.twitter {
	color: #55acee;
}
.social-icons li a.linkedin {
	color: #007bb5;
}
.social-icons li a.google {
	color: #dd4b39;
}
.social-icons li a.pinterest {
	color: #cb2027;
}
.social-icons li a.tumblr {
	color: #32506d;
}
.social-icons li a.email {
	color: #738A8D;
}

 @media only screen and (max-width: 959px) {
.related-product-items h2 {
	line-height: 30px;
	height: auto!important;
	margin-bottom: 20px;
}
.related-product-items .dm3-one-half, .related-product-items .dm3-one-fourth {
	margin-bottom: 30px;
}
.product-images-gallery a {
	width: 62px;
	height: 62px;
	background-size: 62px 62px;
}
#nav-container, #nav-container ul, #nav-container ul li {
	width: 100%;
}
#nav-container .fa-bars {
	display: block;
}
.bg-head {
	height: 50px;
	background-size: 120% auto;
	background-position: -60% center;
}
#logo {
	height: 85px;
	background-size: auto 90%;
}
#nav-container {
	top: 50px;
	height: auto;
}
#site-nav .content-inner {
	min-height: 85px;
	overflow: visible;
	height: 0;
}
#nav-container ul {
	display: none;
}
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
.content > .content-inner {
	width: 848px;
}
.related-product-items .dm3-one-half, .related-product-items .dm3-three-fourth {
	width: 100%;
	margin-right: 0 !important;
	clear: right;
}
.related-product-items .dm3-one-fourth {
	width: 48%;
}
}
 @media only screen and (max-width: 767px) {
.post-img p {
	font-size: 15px;
	padding: 2px 7px;
	line-height: 17px;
}
.breadcrumbs li.for-mobile {
	display: none;
}
#products-grid .four.columns {
	width: 50%;
	padding: 10px;
	display: block;
	margin: auto;
}
.product-images-gallery a {
	width: 59.97px;
	height: 59.97px;
	background-size: 59.97px 59.97px;
}
.product-title h1 {
	font-size: 55px;
}
.product-series.menu li {
	width: 25%;
}
.product-series.menu li:nth-child(5) {
	clear: left;
}
.post-content .post-img {
	margin: 0 auto 20px;
	display: block;
	float: none;
	width: 200px;
}
.sync-div a.full-width img {
	margin-bottom: 10px;
}
.to-bottom {
	position: relative;
}
.content > .content-inner {
	width: 380px;
}
#logo {
	width: 47%;
	background-size: contain;
}
.social-media {
	margin-top: 15px!important;
	text-align: center;
}
.social-media a {
	float: none;
}
.social-media img {
	left: 0;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.content > .content-inner {
	width: 500px;
}
}
 @media only screen and (max-width: 480px) {
	 
.go-to-top {
	display: none;	
}

.post-img p {
	padding-top: 7px;
	line-height: 15px;
}
.related-cms-items h2.related-products, .related-product-items h2.related-products {
	line-height: 40px;
	display: table;
}
.product-series.menu li {
	width: 50%;
}
}


/* forms */

fieldset legend {
	font-family: 'GiovanniStd-Book';
	font-size: 24px;
	color: #666;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.form-1-field {
	margin-bottom: 20px;
}
.form-1-field input[type="email"], .form-1-field input[type="number"], .form-1-field input[type="tel"], .form-1-field input[type="password"], .form-1-field input[type="text"], .form-1-field textarea {
	padding: 8px;
	border: 0;
	background-color: #eee;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-1-field select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 8px;
}
.form-1-field input[type="email"], .form-1-field input[type="number"], .form-1-field input[type="tel"], .form-1-field input[type="password"], .form-1-field input[type="text"], .form-1-field textarea {
	display: block;
	width: 100%;
}
.form-1-field input[type="email"]:focus, .form-1-field input[type="number"]:focus, .form-1-field input[type="tel"]:focus, .form-1-field input[type="password"]:focus, .form-1-field input[type="text"]:focus, .form-1-field textarea:focus {
	outline: 0;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.form-1-field label {
	display: block;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}
.form-1-actions {
	margin-bottom: 20px;
}
.form-1-field ul li {
	margin-bottom: 15px;
}
.form-1-field ul li#li_send {
	margin-bottom: 0;
}
.form-1 .form-error {
	display: none;
	margin: 5px 0 0 0;
	color: #919191;
	font-weight: bold;
}
.form-1-field li {
	list-style-type: none;
	margin-bottom: 15px;
}
.error .form-error {
	display: block;
}
.submit-form {
	padding: 7px 30px;
	background: #932306;
	border: none;
	font-family: 'GiovanniStd-Book';
	color: #FFF;
	font-size: 20px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
}

li.captcha-code {
	display: none;
}
.success-alert, .error-alert {
	background-color: #FFDFDF;
	color: #9F1D1D;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	border: 1px solid #FFAFAF;
}
.success-alert {
	background-color: #D4FFDA;
	border-color: #AACCAE;
	color: #4C5C4E;
}