/* default */
*, *: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-x: hidden;
	font-family: "BrandonGrotesque-Regular";
	font-size: 15px;
	line-height: 20px;
	color: #555;
}
body, html {
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
}
.page-scroller {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	position: relative;
}
.content > .content-inner {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.content-inner > .section {
	padding: 20px 0;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}
.align-right {
	margin-left: 10px;
	margin-top: 5px;
	float: right;
}
.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;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-family: "BodegaSerif-Medium";
	text-transform: uppercase;
	color: #000;
}
h1 {
	font-size: 36px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
	font-family: "BrandonGrotesque-Regular";
}
strong, b, .post-meta-value {
	font-family: "BrandonGrotesque-Bold";
	font-weight: normal!important;
}
i, em {
	font-family: "BrandonGrotesque-RegularItalic";
	font-weight: normal;
	font-style: normal;
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
.content > .content-inner {
	width: 848px;
}
}
 @media only screen and (max-width: 767px) {
.content > .content-inner {
	width: 380px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.content > .content-inner {
	width: 500px;
}
}
/* custom */

.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;
}
/* maps */

svg.europ-map .selected.country-map [fill="#b5b5b5"] {
	fill: #666666;
	cursor: pointer;
}
svg.europ-map .selected.country-map:hover [fill="#b5b5b5"] {
	fill: #3c3c3b;
}
svg.europ-map .active.country-map:hover [fill="#b5b5b5"], svg.europ-map .active.country-map [fill="#b5b5b5"] {
	fill: #932306;
}
/* forms */

fieldset legend {
	font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
	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: "BodegaSerif-Medium";
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
}
.product-description {
	width: 66%;
	float: left;
}
.product-description p {
	margin-bottom: 10px;
	margin-top: 0;
}
.product-images-gallery {
	font-size: 0;
	line-height: 0;
	width: 30%;
	float: right;
}
.product-images-gallery a {
	width: 25%;
	height: 67px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 67px 67px;
	background-position: center center;
	border: 3px solid #fff;
	transition: background 0.5s ease, border-color 0.5s ease;
	-webkit-transition: background 0.5s ease, border-color 0.5s ease;
	-moz-transition: background 0.5s ease, border-color 0.5s ease;
	-o-transition: background 0.5s ease, border-color 0.5s ease;
}
.product-images-gallery a:hover {
	background-size: 100px 100px;
	border: 3px solid #d6cfc2;
}
.social-icons {
	width: 100%;
	display: table;
}
.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;
}
ul.breadcrumbs {
	width: 100%;
	margin-top: 15px;
}
ul.breadcrumbs li i {
	font-size: 14px;
	margin-right: 7px;
	color: #999;
}
ul.breadcrumbs li i.fa-chevron-right {
	font-size: 12px;
}
ul.breadcrumbs li {
	float: left;
	margin-left: 10px;
}
ul.breadcrumbs li:first-child {
	margin-left: 0;
}
ul.breadcrumbs li a {
	text-decoration: none;
}
#footer a, .post-image.dm3-lightbox.mfp-iframe:before {
	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;
}
#footer {
	color: #3c3c3b;
	padding: 50px 0;
	background: #f1f1f1;
}
#footer .foot-nav li {
	position: relative;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
#footer .foot-nav li i {
	float: right;
	line-height: 29px;
	cursor: pointer;
}
#footer .foot-nav li ul {
	padding-left: 15px;
}
#footer .foot-nav li ul {
	display: none;
}
#footer .foot-nav li ul li:first-child {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
}
#footer .foot-nav li ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#footer h3 {
	color: #3c3c3b;
}
#footer .dm3-divider-normal {
	border-bottom: 1px solid #666;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #932306;
	text-decoration: underline;
}
#footer .follow-us i {
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}
#footer .contact-us td {
	line-height: 17px;
	padding-bottom: 10px;
}
#footer .go-to-top {
	float: right;
}
#footer .contact-us td .icon {
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 0 15px 0 0;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #932306;
}
#footer .no-link:hover {
	color: #3c3c3b;
	text-decoration: none;
}
#footer .no-link {
	color: #3c3c3b;
	cursor: text;
}
#footer .follow-us td {
	vertical-align: top;
	text-align: left;
	line-height: 30px;
}
#footer .foot-nav li {
	line-height: 25px;
}
a {
	color: #932306;
}
.nav-desktop li {
	float: left;
	line-height: 52px;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "BrandonGrotesque-Bold";
	position: relative;
}
.nav-desktop li:hover > ul {
	display: block;
}
.nav-desktop i.fas {
	display: none;
}
.nav-desktop ul li i.fas {
	display: block;
	right: 10px;
	top: 20px;
	position: absolute;
}
.nav-desktop li ul {
	position: absolute;
	left: 0;
	display: none;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 220px;
	z-index: 3;
	padding-bottom: 0;
}
.nav-desktop li ul li.active:after {
	display: none;
}
.nav-desktop li ul li {
	padding: 10px 10px 10px 10px;
	font-family: "BrandonGrotesque-Regular";
	line-height: 15px;
	min-height: 43px;
	font-size: 11px;
	margin-right: 0;
	width: 100%;
}
.nav-desktop li[id="products"] ul {
	padding-bottom: 10px;
}
.nav-desktop li[id="products"] ul li {
	min-height: 43px;
	padding: 10px 10px 0 50px;
}
.nav-desktop li ul li a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: middle;
}
.nav-desktop li ul li ul {
	left: 200px;
	top: 0;
}
.nav-desktop li.active a {
	color: #932306;
}
.nav-desktop li.active:after {
	width: 100%;
	height: 3px;
	background: #932306;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.nav-desktop li:last-child {
	margin-right: 0;
}
.nav-desktop li a {
	color: #000;
	text-decoration: none;
}
#site-nav {
	margin-top: 20px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 6;
}
#site-nav form.search-form input {
	height: 26px;
	border: 1px solid #CCC;
	border-radius: 50px;
	width: 100%;
	margin-top: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	color: #666;
	padding: 0 15px 3px 15px;
}
#site-logo {
	overflow: hidden;
	margin-top: 20px;
}
#site-nav form.search-form button {
	position: absolute;
	right: 0;
	width: 30px;
	height: 26px;
	border: none;
	padding: 0;
	top: 13px;
	border-radius: 0 50px 50px 0;
	background: #932306;
	color: #fff;
	cursor: pointer;
}
#site-logo .follow-us {
	line-height: 41px;
	float: right;
}
#site-logo .follow-us li {
	margin-right: 15px;
	display: inline-block;
	float: left;
}
#site-logo .follow-us li:last-child {
	margin-right: 0;
}
#site-logo .follow-us li a {
	text-decoration: none;
	font-size: 14px;
}
.post-image {
	height: 280px;
	width: 100%;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border: 1px solid #000;
}
.grid-content .post-image {
	height: 370px;
}
.grid-content .flag-icon {
	border: 1px solid #fff;
	margin-right: 10px;
}
.post-image span {
	color: #ffcc00;
}
.post-image p {
	background: rgba(0,0,0,.7);
	padding: 4px 7px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	font-family: "BodegaSerif-Medium";
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
}
.post-image.dm3-lightbox.mfp-iframe:hover:before {
	opacity: 1;
}
.post-image.dm3-lightbox.mfp-iframe: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-header .link-title {
	text-decoration: none;
	color: #000;
}
.post-content .read-more {
	text-decoration: none;
	display: block;
}
.post-content .paragraph-summary {
	font-family: "BrandonGrotesque-Bold";
	text-transform: uppercase;
}
.post-content .paragraph-summary p, .post-content .paragraph-content p {
	margin: 0 0 15px 0;
}
.post-content .paragraph-summary table p, .post-content .paragraph-content table p {
	margin: 0;
}
.post-content .paragraph-summary img, .post-content .paragraph-content img {
	display: block;
	margin: auto;
}
.post-meta li span {
	width: auto;
}
.post-meta li {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	float: left;
}
.post-meta .post-meta-value {
	margin: 0 15px 0 2px;
}
.simple-slider {
	display: block;
	width: 100%;
	height: 420px;
	border: 1px solid #000;
	position: relative;
}
.simple-slider .slides {
	width: 345px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.simple-slider .slides li {
	transition: background .2s ease-in;
	-webkit-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	-ms-transition: background .2s ease-in;
	height: 83px;
	width: 100%;
	margin-top: 1px;
	background: #000;
	color: #fff;
	padding: 10px;
	position: relative;
	cursor: pointer;
}
.simple-slider .slides li.active, .simple-slider .slides li:hover {
	background: #932306;
}
.simple-slider .slides li .post-url {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-decoration: none;
	color: #ffcc00;
}
.simple-slider .slides li .thumb-url {
	width: 59px;
	height: 59px;
	display: inline-block;
	border: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	margin-right: 10px;
}
.simple-slider .slides li:first-child {
	margin-top: 0px;
}
.simple-slider .slides li span {
	font-family: "BodegaSerif-Medium";
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}
.simple-slider .slider-container {
	width: 832px;
	height: 100%;
	display: block;
	position: relative;
	background: #000;
}
.simple-slider .single-slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.simple-slider .single-slide a {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.simple-slider .single-slide .caption {
	position: absolute;
	max-width: 555px;
	bottom: 20px;
	left: 20px;
	background: #fff;
	padding: 4px 20px;
	font-family: "BodegaSerif-Medium";
	font-size: 27px;
	line-height: 33px;
	text-transform: uppercase;
	color: #000;
}
.simple-slider .slider-container .single-slide {
	opacity: 0;
	z-index: 1;
	transition: opacity .8s ease-in;
	-webkit-transition: opacity .8s ease-in;
	-moz-transition: opacity .8s ease-in;
	-o-transition: opacity .8s ease-in;
	-ms-transition: opacity .8s ease-in;
}
.simple-slider .slider-container .active.single-slide {
	opacity: 1;
	z-index: 2;
}
.post-content .featured-image, .grid-content .featured-image {
	width: 100%;
	height: 280px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #000;
}
.post-content .featured-image {
	height: 300px;
}
.grid-content h3 {
	margin: 10px 0;
}
.grid-content .post-short {
	margin-bottom: 60px;
}
.grid-content .post-short:last-of-type {
	margin-bottom: 0;
}
.nav-mobile {
	display: none;
}
.page-navigation {
	position: relative;
}
.page-navigation .text-center i {
	color: #999;
}
.page-navigation .text-center {
	left: 0;
	right: 0;
	position: absolute;
}
.page-navigation .nav-right, .page-navigation .nav-left {
	font-size: 30px;
	color: #999;
	z-index: 2;
	position: relative;
	line-height: 40px;
}
.page-navigation .fa-chevron-circle-left {
	margin-right: 15px;
}
.page-navigation .fa-chevron-circle-right {
	margin-left: 15px;
}
.page-navigation .nav-left {
	float: left;
}
.page-navigation .nav-right {
	float: right;
}
.main-product-image img {
	max-height: 412px;
	display: block;
	margin: auto;
}
#sidebar h3 {
	margin-bottom: 15px;
}
#sidebar .post-items li {
	width: 100%;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	padding-left: 65px;
	position: relative;
	min-height: 60px;
}
#sidebar .post-items li strong a {
	text-decoration: none;
}
.nav-desktop li .post-thumb, #sidebar .post-items .post-thumb {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	float: left;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #000;
}
.nav-desktop li .post-thumb {
	width: 33px;
	height: 33px;
}
.nav-desktop li .post-thumb {
	left: 10px;
}
.flexslider .slides .post-image p {
	font-size: 17px;
}
.flexslider .slides .post-image {
	height: 220px;
}
.flexslider .slides .post-image.dm3-lightbox.mfp-iframe::before {
	font-size: 75px;
}
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;
}
 @media only screen and (max-width: 1200px) {
.product-images-gallery a {
	width: 33.33%;
	height: 71px;
	background-size: 71px 71px;
}
.product-images-gallery a:hover {
	background-size: 100px 100px;
}
#sidebar .post-items li p {
	display: none;
}
}
 @media only screen and (max-width: 959px) {
.product-images-gallery a {
	height: 56px;
	background-size: 56px 56px;
}
.product-images-gallery a:hover {
	background-size: 86px 86px;
}
.simple-slider .slider-container {
	width: 666px;
}
.simple-slider .slides li .post-url, .simple-slider .slides li span {
	display: none;
}
.simple-slider .slides li .thumb-url {
	width: 100%;
	height: 100%;
	margin-right: 0;
	border: none;
}
.simple-slider .slides li.active {
/* border: 1px solid #932306; */

}
.simple-slider .slides {
	width: 79px;
}
.simple-slider .slides li.active {
	opacity: 1;
}
.simple-slider .slides li {
	padding: 0;
	opacity: .3;
	transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
}
.simple-slider .single-slide .caption {
	max-width: 626px;
}
}
@media only screen and (max-width: 767px) {
.nav-desktop {
	display: none;
}
.show-for-mobile {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding: 7px 20px;
}
.show-for-mobile li.active::after {
	display: none;
}
.show-for-mobile li:first-child {
	border-top: 1px solid #fff;
}
.show-for-mobile li:last-child {
	border-bottom: none;
}
.show-for-mobile li ul li, .show-for-mobile li {
	width: 100%;
	line-height: 30px;
	clear: left;
	padding: 3px 0!important;
	margin: 3px 0;
	border-bottom: 1px solid #fff;
}
.show-for-mobile li ul {
	display: block;
	position: relative;
	background: none;
	padding-left: 0;
	width: 100%;
}
.show-for-mobile li ul li ul {
	padding-left: 17px;
}
.nav-desktop li ul li a {
	position: relative;
	top: 0;
	transform: none;
}
.show-for-mobile li ul li ul {
	left: 0;
}
.show-for-mobile li .post-thumb {
	display: none;
}
.show-for-mobile li ul li {
	padding: 0;
	min-height: 20px;
	height: auto;
}
.show-for-mobile li.active a, .show-for-mobile li.active li a, .show-for-mobile li a {
	color: #fff;
}
#site-nav form.search-form input {
	margin-top: 5px;
	margin-bottom: 5px;
}
#site-nav form.search-form button {
	top: 5px;
}
#sidebar .post-items li p {
	display: block;
}
.product-description, .product-images-gallery {
	width: 100%;
	float: none;
}
.product-images-gallery {
	margin-bottom: 20px;
}
.product-images-gallery a {
	width: 16.67%;
	height: 70px;
	background-size: 70px 70px;
}
.product-images-gallery a:hover {
	background-size: 100px 100px;
}
ul.breadcrumbs .for-mobile {
	display: none;
}
.nav-mobile {
	display: table;
	margin-top: 6px;
	line-height: 26px;
	cursor: pointer;
	font-family: "BrandonGrotesque-Bold";
}
.nav-mobile i {
	margin-right: 15px;
}
#site-nav .dm3-two-third {
	width: 33%;
	float: left;
	position: unset;
}
#site-nav .dm3-one-third {
	width: 64%;
	float: right;
}
#logo img {
	display: block;
	margin: auto;
	width: 70%;
}
#site-logo .follow-us {
	float: none;
	display: table;
	margin: 10px auto 0;
}
.simple-slider {
	height: 370px;
}
.simple-slider .slider-container {
	width: 338px;
}
.simple-slider .slides li {
	height: 73px;
}
.simple-slider .single-slide .caption {
	max-width: 298px;
	font-size: 20px;
	line-height: 26px;
}
.simple-slider .single-slide a {
}
}
@media only screen and (max-width: 479px) {
	.go-to-top{
		display: none;	
	}
.product-images-gallery a {
	width: 20%;
	height: 60px;
	background-size: 60px 60px;
}
.product-images-gallery a:hover {
	background-size: 100px 100px;
}
.simple-slider {
	height: 360px;
}
.simple-slider .slider-container {
	width: 100%;
	height: 300px;
}
.simple-slider .slides {
	width: 298px;
	top: 301px;
	left: 1px;
	right: 1px;
}
.simple-slider .slides li:last-child {
	width: 56px;
}
.simple-slider .slides li:first-child {
	margin-left: 0;
}
.simple-slider .slides li {
	width: 59px;
	height: 56px;
	float: left;
	margin-left: 1px;
	margin-top: 0px;
}
.simple-slider .single-slide .caption {
	max-width: 260px;
}
}
 @media only screen and (min-width: 768px) {
.grid-content .post-short .post-meta li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.grid-content .post-short .post-meta li span {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.grid-content .post-short .post-meta li span a {
	color: #999;
}
.grid-content .post-short .post-meta .post-meta-label {
	text-transform: uppercase;
}
.grid-content .post-short .post-meta .post-meta-value {
	font-size: 14px;
}
}
