@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,300italic,400italic,600,600italic,700,700italic);


/* COMMON - RESET */
* { margin: 0; padding: 0; }
html, body, .main-container { width: 100%; height: 100%; }
body { position: relative; font-family: 'Josefin Sans', sans-serif; font-weight: 300; color: #fff; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
a:active, a:focus, input:focus, textarea:focus, :focus { outline: none !important; }
a { text-decoration: none; }
a img, table { border: 0; }
li { list-style: none; }
input, textarea { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; }
img { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }
.float-right { float: right; }
.clear { clear: both; }


/* OWL */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.grabbing { cursor: url('../img/grabbing.png') 8 8, move; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

.owl-carousel .item { position: relative; }
.owl-carousel .item img { display: block; }

.owl-pagination { width: 100%; box-sizing: border-box; text-align: center; }
.owl-controls .owl-page { display: inline-block; zoom: 1; }
.owl-controls .owl-page span { display: block; width: 50px; height: 5px; margin: 10px 7px; filter: Alpha(Opacity=50); opacity: 0.5; background: #da673b; }
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100); opacity: 1; }

.owl-item.loading { min-height: 150px; background: url('../img/AjaxLoader.gif') no-repeat center center }

/* transitions fade */
.owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective: 1200px; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%; perspective: 1200px; }
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease; }
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; }
@-webkit-keyframes empty { 0% {opacity: 1} }
@-moz-keyframes empty { 0% {opacity: 1} }
@keyframes empty { 0% {opacity: 1} }
@-webkit-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@-moz-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } }
@-moz-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } }
@keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } }


/* OWL 2 */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; /*z-index: 1;*/ }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-item img { transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; /*background: url("owl.video.play.png") no-repeat;*/ cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }


/* OWL 2 - CUSTOM */
#main { position: relative; display: block; width: 100%; }

#header { position: relative; display: block; width: 100%; background-color: #fff; border-bottom: transparent 10px solid; }
#header .header-bg { position: relative; display: block; width: 100%; padding: 48px 0 32px 0; /*height: 159px;*/ overflow: hidden; }
#header .header-bg h1, #header .header-bg h2 { /*position: absolute; left: 0; top: 50%;*/ display: block; width: 100%; font-size: 70px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 74px; color: #000; /*-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);*/ z-index: 2; }
#header .header-bg img { position: absolute; left: 0; top: 0; width: 100%; height: auto; opacity: .3; z-index: 1; }
#header .menu-container { position: relative !important; }
#header .topmenu-container { position: relative !important; border-bottom:1px solid #e1e1e1; padding-bottom:10px; margin-bottom:20px; }


#btn-show { position: absolute; right: 61px; top: 60px; display: block; width: 39px; height: 39px; background: url('../img/btn-show.png') 0 0 no-repeat; cursor: pointer; z-index: 40; }
#btn-show.active { background-position: -39px 0; }

.slideshow-frame { position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; border: rgba(255,255,255,.8) 159px solid; z-index: 20; }
.slideshow-frame img { width: auto; height: 151px; margin: -159px auto 0 auto; }

.slideshow-frame.active { border: rgba(255,255,255,.8) 0 solid; }


/* MAIN MENU */
.topmenu-container { width:100%; height:80px; display:inline-block; background-color: rgba(255, 255, 255, 0.6); z-index:100; position:absolute;}
.menu-container {left: 0; top: 0; display: block; width: 100%; padding-top: 127px; z-index: 35; }
.menu-container.active { top: -159px !important; }

.main-menu { float:right; display: block; margin-left: 220px; margin-top: 15px; /*height: 120px; */text-align: left; z-index: 99; }
.main-menu li {display: inline-block; margin-left:30px; border-bottom:2px solid rgba(0,0,0,0.0);}
.main-menu li.lang {display: inline-block; margin-left:5px;}
.main-menu li:hover { border-bottom:2px solid rgba(0,0,0,0.8);}
.main-menu li a:link, .main-menu li a:visited {left: 0; top: 25px; display: block; width: 100%; height: 45px; font-size: 12px; font-weight: 600; text-align: center; text-transform: uppercase; line-height: 45px; letter-spacing: 2px; color: #333; text-decoration:none; }
.main-menu li.logo { width: 180px !important; padding-top: 0 !important; }
.main-menu li.logo a:link, .main-menu li.logo a:visited, .main-menu li.logo a:hover { top: 19px !important; width: 180px !important; height: 108px !important; background: url('../img/logo-header.png') 50% 50% no-repeat; }

.main-menu li:hover > ul { opacity: 1; visibility: visible; }
.main-menu li:hover > a, .main-menu li a.active { text-decoration:none; color: #000; } /* rollover */
.main-menu li.active { border-bottom:2px solid rgba(0,0,0,0.8); } 

.main-menu li ul { position: absolute; right: -45px; top: 105px;  padding: 15px 0; background-color: rgba(255,255,255,.8); border-bottom: #000 1px solid; opacity: 0; visibility: hidden; }
.main-menu li ul li { position: relative; display: block; width: 210px; height: 22px; margin-left: 0; }
.main-menu li ul li span { position: absolute; top: -18px; left: 80px; display: block; width: 50px; height: 3px; background-color: #000; }
.main-menu li ul li a:link, .main-menu li ul li a:visited { position: relative; left: 0; top: 0; display: block; height: 22px; font-weight: 600; line-height: 22px; letter-spacing: 0; text-decoration:none;}

/* mobile menu */
.logo-mobile {top: 18px; width: 300px; height: 61px; display:inline-block; position:absolute; opacity:1; }
.logo-mobile object { width:100%;}
 .logo-mobile img { width:100%;}

#menu-trigger:link, #menu-trigger:visited, #menu-trigger:hover { display: none; position: absolute; right: 20px; top: 15px; height: 39px; font-size: 14px; font-weight: 700; text-align: right; text-transform: uppercase; line-height: 39px; color: #000; }
#menu-trigger:link span, #menu-trigger:visited span, #menu-trigger:hover span { float: left; height: 39px; line-height: 39px; }
#menu-trigger:link i, #menu-trigger:visited i, #menu-trigger:hover i { float: left; margin-left: 7px; height: 39px; font-size: 39px; line-height: 39px; color: #000; }


/* BREADCRUMBS */
.breadcrumbs { display: block; width: 100%; padding: 7px 20px; box-sizing: border-box; font-size: 12px; font-weight: 700; line-height: 18px; text-align: center; color: #666; }
.breadcrumbs.active { /*display: none !important;*/ }
.breadcrumbs i { display: inline-block; padding: 0 7px; font-size: 10px; }
.breadcrumbs a:link, .breadcrumbs a:visited { color: #8e825d; }
.breadcrumbs a:hover { color: #000; }


/* SLIDESHOW */
.slideshow { /*position: absolute; */left: 0; top: 0; height: 100vh; /*background: yellow;*/ }
.slideshow .item-hp, .slideshow .item { display: block; /*background-position: 50% 50%;*/ background-repeat: no-repeat; /*-webkit-background-size:cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; */ overflow: hidden; }

.slideshow .owl-controls { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; -webkit-tap-highlight-color: transparent; }

.slideshow .owl-controls .owl-nav { position: absolute; left: 0; top: 50%; width: 100%; margin-top: -26px; }
.slideshow .owl-controls .owl-nav .owl-prev { position: absolute; left: 63px; top: 50%; display: block; width: 27px; height: 53px; background: url('../img/slideshow-nav.png') 0 0 no-repeat; opacity: .7; }
.slideshow .owl-controls .owl-nav .owl-next { position: absolute; right: 63px; top: 50%; display: block; width: 27px; height: 53px; background: url('../img/slideshow-nav.png') -27px 0 no-repeat; opacity: .7; }
.slideshow .owl-controls .owl-nav .owl-prev:hover { background-position: 0 -53px; }
.slideshow .owl-controls .owl-nav .owl-next:hover { background-position: -27px -53px; }
.slideshow .owl-controls .owl-nav .disabled { opacity: .5; cursor: default; }

.slideshow .owl-controls .owl-dots { position: absolute; left: 0; bottom: 67px; width: 100%; height: 26px; }
.slideshow .owl-controls .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.slideshow .owl-controls .owl-dots .owl-dot span { display: block; width: 26px; height: 26px; margin: 0 4px; background: url('../img/slideshow-pag.png') 0 0 no-repeat; -webkit-backface-visibility: visible; }
.slideshow .owl-controls .owl-dots .owl-dot:hover span { background-position: -26px 0; }
.slideshow .owl-controls .owl-dots .owl-dot.active span, .slideshow .owl-controls .owl-dots .owl-dot.active:hover span { background-position: -52px 0; }

.slideshow.owl-carousel * { -webkit-animation-duration:300ms; animation-duration:300ms;}  

.scrollup { position:absolute; bottom:20px; left:50%; right:50%; width:35px; height:60px; display:block; text-align:center; background-image:url(../img/scrollicon.png); background-position:top center; background-repeat:no-repeat; background-size:contain;}
.scrollup i { color:#fff; font-size:30px; animation-iteration-count:3; animation-delay:0.5s; animation-duration:1s; -webkit-animation-iteration-count:3; -webkit-animation-delay:0.5s; -webkit-animation-duration:1s; display:block; margin-top:20px; /*text-shadow: 0 3px 0px #333;*/}

/* SLIDESHOW COLLECTIONS */
#sync1 { position: fixed; z-index: 10; overflow: hidden; }
#sync2 { z-index: 30; }
.activescroll { position: absolute; }


/* SLIDESHOW HOME PAGE */
#slideshow-hp { } 
#slideshow-hp .item-hp { /*border: #fff 159px solid;*/ height: 100vh; background-repeat:no-repeat; background-position:center center; /*background-attachment:fixed; */background-size:cover;  }

/* mosaic */
.mosaic { position: absolute; left: 159px; top: 159px; right: 159px; bottom: 159px; }
.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .caption1, .caption2, .caption3 { position: absolute; box-sizing: border-box; border-right: #fff 1px solid; border-bottom: #fff 1px solid; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; overflow: hidden; }
.a4, .a8 { border-right: 0 !important; }
.caption2, .a5, .a6, .a7, .a8 { border-bottom: 0 !important; }

.caption1, .caption2, .caption3 { background-color: #fff; text-align: center; text-transform: uppercase; }

.a1 { left: 0; top: 5%; width: 15%; height: 46%; }
.a2 { left: 15%; top: 0; width: 24%; height: 29%; }
.a3 { left: 39%; top: 0; width: 34%; height: 41%; }
.a4 { left: 73%; top: 0; width: 27%; height: 49%; }

.a5 { left: 0; top: 51%; width: 15%; height: 49%; }
.a6 { left: 15%; top: 29%; width: 24%; height: 66%; }
.a7 { left: 39%; top: 50%; width: 34%; height: 50%; }
.a8 { left: 73%; top: 49%; width: 27%; height: 51%; }

/*.caption-top { position: absolute; top: 0; left: 0; width: 100%; text-align: center; text-transform: uppercase; }
.caption-bottom { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; text-transform: uppercase; }
.caption-top h3, .caption-bottom h3 { display: block; font-size: 2.4vw; line-height: 2.4vw; font-weight: 300; color: #8e825d; background-color: #fff; }
.caption-top h4, .caption-bottom h4 { display: block; font-size: 1.4vw; line-height: 1.4vw; font-weight: 300; color: #8e825d; background-color: #fff; }*/

.caption1 { left: 0; top: 0; width: 15%; height: 5%; text-align: center; text-transform: uppercase; }
.caption1 h4 { display: block; font-size: 1.4vw; line-height: 2vw; font-weight: 300; color: #8e825d; }

.caption2 { left: 15%; top: 95%; width: 24%; height: 5%; }
.caption2 h4 { display: block; font-size: 1.4vw; line-height: 2.4vw; font-weight: 300; color: #8e825d; }

.caption3 { left: 39%; top: 41%; width: 34%; height: 9%; }
.caption3 h3 { display: block; font-size: 2.4vw; line-height: 3.8vw; font-weight: 300; color: #8e825d; }


/* CONTENT */
.content { position: relative; display: block; z-index: 10; }
.white-bg { background-color: #fff; }
.main-title { position: relative; display: block; width: 100%; padding: 25px; box-sizing: border-box; text-align: center; color: #000; background-color: #fff; }
/*.main-title h1 { font-size: 70px; font-weight: 300; line-height: 74px; }*/
.main-title .collection-logo { margin-top: 25px; }
.main-title .claim { display: block; padding-top: 25px; font-size: 25px; font-weight: 300; font-style: italic; line-height: 29px; }
.main-title .claim:after { position: absolute; left: 50%; bottom: 0px; width: 50px; height: 3px; margin-left: -25px; content: ''; background-color: #000; }
.main-title .claim.nobar:after { position: absolute; left: 50%; bottom: 0px; width: 50px; height: 0px; margin-left: -25px; content: ''; background-color: transparent; }

.window { position: relative; width: 100%; height: 159px; padding: 0 159px; box-sizing: border-box; }
.window:after { position: absolute; left: 0; top: 0; display: block; width: 159px; height: 159px; content: ''; background-color: #fff; }
.window:before { position: absolute; right: 0; top: 0; display: block; width: 159px; height: 159px; content: ''; background-color: #fff; }

.product-detail { width: 100%; /*padding: 75px 159px 0 159px;*/ padding: 15px 0px 0 0px; box-sizing: border-box; text-align: center; color: #000; background-color: #fff; }
.product-detail h2 { position: relative; display: block; padding-bottom: 50px; width: 100%; font-size: 23px; font-weight: 400; line-height: 27px; }
.product-detail h2:after { position: absolute; left: 50%; bottom: 31px; width: 50px; height: 3px; margin-left: -25px; content: ''; background-color: #000; }
.product-detail p { display: block; font-size: 19px; font-weight: 400; line-height: 24px; color: #666; }

.product-detail a.btn-buy:link, .product-detail a.btn-buy:visited { position: relative; display: inline-block; width: 230px; height: 45px; background-color: #8e825d; border: #8e825d 1px solid; border-radius: 3px; }
.product-detail a.btn-buy p { position: absolute; left: 50%; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; font-weight: 700; line-height: 15px; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: #fff; }
.product-detail a.btn-buy p i { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 15px; color: #fff; opacity: 0; }
.product-detail a.btn-buy:hover { background-color: #000; }
.product-detail a.btn-buy:hover p { padding-left: 20px; }
.product-detail a.btn-buy:hover p i { opacity: 1; }

.gallery { display: block; width: 100%; padding: 40px 0; text-align: center; }
.gallery li { display: inline-block; position: relative; width: 50%; margin: 0 0 -3px -4px; box-sizing: border-box;}
.gallery li a  {
	display: block;
		-webkit-transform: scale(0.9);
	transform: scale(0.9);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.gallery li a:hover {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.gallery li a img { position: relative; display: block; width: 100%; height: auto; z-index: 1;}
.gallery li a span { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0, 0.0); opacity: 0; z-index: 10; height:80px; top:35%; }
.gallery li a:hover span { background-color: rgba(0,0,0,0.8); opacity: 1; }
.gallery li a:hover { cursor: url('../img/lens-icon-black.png'), auto; }

.gallery li a span p { display: block; font-size: 16px; font-weight: 300; line-height: 22px; color: #ccc !important; }
.gallery li a span h4 { display: inline-block; font-size: 24px; font-weight: 400; line-height: 16px; color: #fff !important; padding:0px; }

.product-detail a.btn-dwnl:link, .product-detail a.btn-dwnl:visited { display: inline-block; width: 39px; height: 39px; margin: 6px 0 50px 0; border: #8e825d 1px solid; -webkit-border-radius: 3px; border-radius: 3px; background-color: transparent; /*background: url('../img/btn-dwnl.png') 50% 50% no-repeat;*/ }
.product-detail a.btn-dwnl i { font-size: 20px; line-height: 39px; color: #000; }
.product-detail a.btn-dwnl:hover { background-color: #8e825d; }
.product-detail a.btn-dwnl:hover i { color: #fff; }

/* SHARE */
.share { display: block; width: 100%; padding: 6px 0 60px 0; text-align: center; vertical-align: bottom; }
.share li { display: inline-block; width: 37px; height: 37px; margin-left: -3px; text-align: center; background-color: transparent; border: #e7e7e7 1px solid; -webkit-border-radius: 3px; border-radius: 3px; }
.share li:hover { background-color: #8e825d; border-color: #8e825d; }
.share li a:link, .share li a:visited { display: block; width: 37px; height: 37px; line-height: 37px; }
.share li a:hover {  }
.share li a i { font-size: 14px; line-height: 37px; color: #818181; }
.share li a:hover i { color: #fff; }


/* HOME PAGE */
.pages { display: block; width: 100%; background-color: #fff;}

.collections { display: block; width: 100%; background-color: #fff; margin-top:30px; /*border-bottom:1px solid #666;*/ margin-bottom:1px;}
.collections h2 { display: block; width: 100%; padding: 20px 0 20px 0; font-size: 40px; font-weight: 300; text-align: center; text-transform: lowercase; line-height: 44px; color: #000;}
.collections ul { display: block; /*padding: 1px 159px 4px 159px;*/ width: 100%; box-sizing: border-box; font-size: 0; text-align: center; background-color: #e5e5e5; margin-bottom:0px; }
.collections ul li { position: relative; display: inline-block; width: 50%; padding-top: 24%;/* margin: 0 0 -4px -4px;*/  margin: 0; box-sizing: border-box; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; /*border-right: #e5e5e5 1px solid; border-bottom: #e5e5e5 1px solid;*/ overflow: hidden; }
.collections ul li a:link, .collections ul li a:visited { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; background-color: rgba(0,0,0,.8); opacity: 0; }

.collections ul li a:link .txt, .collections ul li a:visited .txt { position: absolute; left: 50%; top: 50%; width: 100%; text-align: center; text-transform: uppercase; color: #999; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); }
.collections ul li a:link .txt span, .collections ul li a:visited .txt span { display: block; width: 54px; height: 1px !important; margin: 16px auto; background-color: #fff; }
.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { display: block; font-size: 20px; font-weight: 400; line-height: 22px; color: #fff !important; }
.collections ul li a:link .txt p, .collections ul li a:visited .txt p { display: inline-block; font-size: 14px; font-weight: 400; line-height: 16px; }

.collections ul li a:hover { opacity: 1; }
.collections ul li a:hover .txt { -webkit-transform: translate(-50%,-51%); -moz-transform: translate(-50%,-51%); -o-transform: translate(-50%,-51%); transform: translate(-50%,-51%); } /* bug render chrome 51% */
.collections ul li a:hover .txt p:hover { color: #fff; }


.collections2 { display: block; width: 100%; background-color: #fff;}
.collections2 h2 { display: block; width: 100%; padding: 75px 0 30px 0; font-size: 40px; font-weight: 300; text-align: center; text-transform: lowercase; line-height: 44px; color: #3d494e;}
.collections2 ul { display: block; /*padding: 1px 159px 4px 159px;*/ width: 100%; box-sizing: border-box; font-size: 0; text-align: center; /*background-color: #e5e5e5;*/ margin-bottom:0px; }
.collections2 ul li { position: relative; display: inline-block; width: 50%; margin: 0; box-sizing: border-box; background-color:#000;}
.collections2 ul li a:link, .collections2 ul li a:visited {  }
.collections2 ul li a img { width:100%; }
.collections2 ul li:hover a img { opacity:0.2; }

.collections2 ul li a:link .txt, .collections2 ul li a:visited .txt { position: absolute; left: 50%; top: 50%; width: 100%; text-align: center; text-transform: uppercase; color: #999; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); opacity:0; }
.collections2 ul li a:link .txt span, .collections2 ul li a:visited .txt span { display: block; width: 54px; height: 1px !important; margin: 16px auto; background-color: #fff; }
.collections2 ul li a:link .txt h4, .collections2 ul li a:visited .txt h4 { display: block; font-size: 20px; font-weight: 400; line-height: 22px; color: #fff !important; }
.collections2 ul li a:link .txt p, .collections2 ul li a:visited .txt p { display: inline-block; font-size: 14px; font-weight: 400; line-height: 16px; }

.collections2 ul li:hover a .txt { opacity:1; }
.collections2 ul li a:hover { opacity: 1; }
.collections2 ul li a:hover .txt { -webkit-transform: translate(-50%,-51%); -moz-transform: translate(-50%,-51%); -o-transform: translate(-50%,-51%); transform: translate(-50%,-51%); } /* bug render chrome 51% */
.collections2 ul li a:hover .txt p:hover { color: #fff; }


/* SHOWCASES */
.showcases { display: block; width: 100%; padding-bottom: 66px; background-color: #fff; text-align: center; }
.showcases h2 { display: block; width: 100%; padding: 75px 0 30px 0; font-size: 70px; font-weight: 300; text-align: center; text-transform: uppercase; line-height: 74px; color: #000; }

.showcases-carousel { display: block; width: 100%; margin-bottom: 30px; padding: 0 159px; box-sizing: border-box; }

.showcases-carousel .owl-controls .owl-nav { position: absolute; left: 0; top: 50%; width: 100%; margin-top: -26px; }
.showcases-carousel .owl-controls .owl-nav .owl-prev { position: absolute; left: 63px; top: 50%; display: block; width: 27px; height: 53px; background: url('../img/slideshow-nav.png') 0 0 no-repeat; opacity: .7; }
.showcases-carousel .owl-controls .owl-nav .owl-next { position: absolute; right: 63px; top: 50%; display: block; width: 27px; height: 53px; background: url('../img/slideshow-nav.png') -27px 0 no-repeat; opacity: .7; }
.showcases-carousel .owl-controls .owl-nav .owl-prev:hover { background-position: 0 -53px; }
.showcases-carousel .owl-controls .owl-nav .owl-next:hover { background-position: -27px -53px; }
.showcases-carousel .owl-controls .owl-nav .disabled { opacity: .5; cursor: default; }

.showcases a.btn:link, .showcases a.btn:visited { position: relative; display: inline-block; width: 220px; height: 45px; border: #8e825d 1px solid; border-radius: 3px; }
.showcases a.btn p { position: absolute; left: 50%; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; font-weight: 700; line-height: 15px; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: #000; }
.showcases a.btn p i { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 15px; color: #fff; opacity: 0; }
.showcases a.btn:hover { background-color: #8e825d; }
.showcases a.btn:hover p { padding-left: 20px; color: #fff; }
.showcases a.btn:hover p i { opacity: 1; }


/* PREVIEW BLOG */
.blog-preview { position: relative; display: block; width: 100%; padding: 130px 159px; box-sizing: border-box; background-color: #191919; overflow: hidden; }

#blog-bg { position: absolute; right: 0; top: 0; width: 2000px; height: 1125px; background: url('../img/blog-parallax-bg.jpg') right top no-repeat; z-index: 5; background-color: #191919; }

/* blog title */
.blog-preview .title { position: relative; float: right; width: 30%; box-sizing: border-box; height: 341px; text-align: right; border-left: rgba(255,255,255,.3) 1px solid; z-index: 20; }
.blog-preview .title .content-title { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

.blog-preview .title h2 { display: block; margin-bottom: 23px; font-size: 40px; font-weight: 300; text-transform: uppercase; line-height: 44px; color: #fff; }

.blog-preview a.btn:link, .blog-preview a.btn:visited { position: relative; display: inline-block; width: 180px; height: 45px; border: #8e825d 1px solid; border-radius: 3px; }
.blog-preview a.btn p { position: absolute; left: 50%; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; font-weight: 700; line-height: 15px; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: #fff; }
.blog-preview a.btn p i { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 15px; color: #fff; opacity: 0; }
.blog-preview a.btn:hover { background-color: #8e825d; }
.blog-preview a.btn:hover p { padding-left: 20px; }
.blog-preview a.btn:hover p i { opacity: 1; }

/* blog carousel */
.blog-carousel { float: right; display: block; width: 70%; padding-right: 120px; box-sizing: border-box; z-index: 10; }
.blog-carousel h3 { display: block; padding-bottom: 20px; font-size: 38px; font-weight: 300; line-height: 40px; color: #fff; }
.blog-carousel h5 { display: block; padding-bottom: 10px; font-size: 15px; font-weight: 300; line-height: 18px; color: #fff; }
.blog-carousel p { display: block; padding-bottom: 30px; font-size: 22px; font-weight: 300; line-height: 26px; color: #fff; }
.blog-carousel .items a.btn:link, .blog-carousel .items a.btn:visited {  }
.blog-carousel .items a.btn:link, .blog-carousel .items a.btn:visited { position: relative; display: inline-block; width: 210px; height: 45px; margin-bottom: 50px; border: #8e825d 1px solid; border-radius: 3px; }
.blog-carousel .items a.btn p { position: absolute; left: 50%; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; font-weight: 700; line-height: 15px; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: #fff; }
.blog-carousel .items a.btn p i { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 15px; color: #fff; opacity: 0; }
.blog-carousel .items a.btn:hover { background-color: #8e825d; }
.blog-carousel .items a.btn:hover p { padding-left: 20px; }
.blog-carousel .items a.btn:hover p i { opacity: 1; }

.blog-carousel .owl-controls .owl-dots { position: absolute; right: 0; bottom: 0; width: 100%; padding-right: 120px; box-sizing: border-box; height: 26px; text-align: right; }
.blog-carousel .owl-controls .owl-dots .owl-dot { display: inline-block; zoom: 1; /**display: inline;*/ }
.blog-carousel .owl-controls .owl-dots .owl-dot span { display: block; width: 16px; height: 16px; margin: 0 4px; background: url('../img/carousel-pag.png') 0 0 no-repeat; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; /*-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;*/ }
.blog-carousel .owl-controls .owl-dots .owl-dot:hover span { background-position: -16px 0; }
.blog-carousel .owl-controls .owl-dots .owl-dot.active span, .blog-carousel .owl-controls .owl-dots .owl-dot.active:hover span { background-position: -32px 0 !important; }


/* BLOG */
.photo-post { display: block; width: 100%; }
.photo-post a:link, .photo-post a:visited { position: relative; display: block; width: 100%; padding-top: 100%; text-align: center; text-decoration:none;}
.photo-post a .img-post-container { position: absolute; left: 0; top: 0; display: block; width: 100%; padding-top: 100%; overflow: hidden; }
.photo-post a .filter { position: absolute; top: 0; right: 0; bottom: 0; left: 0; /*background-color: rgba(0,0,0,.6);*/ opacity: 1; z-index: 2; }
.photo-post a .img-post { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; z-index: 1; }
.photo-post a h3:before { left: 50%; margin-left: -25px; }

.photo-post a:hover { background-color: #f7f7f7; }
.photo-post a:hover .img-post-container .filter { opacity: 0; }
.photo-post a:hover .img-post-container .img-post { transform: scale(1.1,1.1); }
.photo-post a:hover h3 { text-decoration:none; color:#8e825d;  }
.photo-post a .blk-txt { padding-bottom: 20px; }
.photo-post a .blk-txt h3, .photo-post a .blk-txt h5 { padding-top: 0 !important; }
.photo-post a .blk-txt h5 { font-weight: 700; }

.txt-post { position: relative; display: block; width: 100%; padding: 30px; box-sizing: border-box; text-align: center; }
.txt-post:after { position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; display: block; box-sizing: border-box; border: #8e825d 3px solid; z-index: -1; }
.txt-post:hover:after { background-color: #f7f7f7; border: #8e825d 6px solid; }
.txt-post a:link, .txt-post a:visited { background: transparent; z-index: 10; }
.txt-post a:hover h3 { color: #8e825d; }
.txt-post a .blk-txt h5 { font-weight: 700; }
.txt-post a .blk-txt p { padding: 20px 0 40px 0; }
.txt-post a h3:before { left: 50%; margin-left: -25px; }

.pagination { position: relative; display: block; width: 100%; margin: 0 auto; padding: 60px 23px; box-sizing: border-box; }
.pagination a.btn:link, .pagination a.btn:visited { position: absolute; top: 50%; display: block; width: 39px; height: 39px; box-sizing: border-box; margin-top: -19px; text-align: center; border: #8e825d 1px solid; border-radius: 3px; }
.pagination a.btn:link i, .pagination a.btn:visited i { font-size: 20px; line-height: 25px; color: #000; }
.pagination a.btn:hover { background-color: #8e825d; }
.pagination a.btn:hover i { color: #fff; }
.pagination a.btn.left, .pagination div.btn.left { left: 0; }
.pagination a.btn.right, .pagination div.btn.right { right: 0; }

.pagination div.btn { position: absolute; top: 50%; display: block; width: 39px; height: 39px; margin-top: -19px; text-align: center; border: #8e825d 1px solid; border-radius: 3px; opacity: .2; }
.pagination div.btn i { font-size: 20px; line-height: 37px; color: #000; }

.pagination ul { width: 100%; padding: 9px 39px 0 39px; box-sizing: border-box; text-align: center; }
.pagination ul li { display: inline-block; width: 30px; height: 30px; margin: 0 0 10px -4px; }
.pagination ul li a:link, .pagination ul li a:visited { position: relative; display: block; width: 30px; height: 30px; font-size: 18px; font-weight: 700; line-height: 30px; color: #666; }
.pagination ul li a:hover { color: #8e825d; }
.pagination ul li a.active { font-weight: 700; color: #000 !important; }
.pagination ul li a.active:before { position: absolute; left: 5px; bottom: 0; content: ''; width: 20px; height: 3px; background-color: #000; }


/* TAG CLOUD */
#tagcloud { display: block; width: 100%; margin-top: 60px; padding-bottom: 40px; text-align: center; background-color: #f7f7f7; }
#tagcloud a:link, #tagcloud a:visited { display: inline-block; padding: 0 20px 4px 20px; font-weight: 600; color: #ccc; border: transparent 1px solid; }
#tagcloud a:hover { color: #8e825d !important; border: #8e825d 1px solid; border-radius: 3px; }

#tagcloud h2 a:link, #tagcloud h2 a:visited { display: block; margin-bottom: 0px; font-size: 32px; font-weight: 300; line-height: 44px; text-align: center; color: #3d494e; text-decoration:none;}
#tagcloud h2 a:hover { color: #8e825d;  border: #f7f7f7 1px solid; border-radius: 0px; text-decoration:none; }

.tag { display: block; width: 100%; margin-bottom: 30px; text-align: center; }
.tag a:link, .tag a:visited { display: inline-block; padding: 0 20px 4px 20px; font-size: 24px; font-weight: 600; color: #bbb; border: transparent 1px solid; }
.tag a:hover { color: #8e825d !important; border: #8e825d 1px solid; border-radius: 3px; }


/* FOOTER */
.footer { display: block; width: 100%; padding: 40px 159px 70px 159px; box-sizing: border-box; background-color: #fff; z-index: 9999999999999 !important; }
.footer hr { display: block; width: 100%; height: 1px; background-color: #e7e7e7; border: 0; }
.footer p { position: relative; display: block; width: 100%; padding: 20px 0; font-size: 14px; font-weight: 600; line-height: 15px; color: #333; }
.footer p a:link, .footer p a:visited { color: #8e825d; }
.footer p a:hover { color: #000; }
.footer .left { float: left; display: block; width: 200px; margin-top:35px; }
.footer .left img { margin-bottom: 20px; }
.footer .left object { margin-bottom: 20px; width:102px; }
.footer .right { float: left; display: block; width: 50%; text-align: right; }
.footer a.nur:link, .footer a.nur:visited, .footer a.nur:hover { display: block; width: 133px; height: 16px; background: url('../img/nur.png') 0 0 no-repeat; }

.footer a.social:link, .footer a.social:visited { float: right; display: block; width: 37px; height: 37px; margin: 26px 0 0 32px; text-align: center; border: #8e825d 1px solid; -webkit-border-radius: 3px; border-radius: 3px; }
.footer a.social:hover { background-color: #8e825d; }
.footer a.social i { font-size: 16px; line-height: 37px; color: #000; }
.footer a.social:hover i { color: #fff; }

.footer .linkmenu { float: right; height: 16px; margin-top: 37px; padding-right: 21px; border-right: #e6e6e6 1px solid; }
.footer .linkmenu li { float: left; display: inline-block; height: 16px; margin: 0 11px; }
.footer .linkmenu li a:link, .footer .linkmenu li a:visited { height: 16px; font-size: 12px; font-weight: 600; line-height: 16px; text-transform: uppercase; color: #8e825d; }
.footer .linkmenu li a:hover { color: #000; }

.footer a#top:link,.footer a#top:visited { position: absolute; right: 0; top: 56px; display: block; width: 37px; height: 37px; text-align: center; border: #8e825d 1px solid; -webkit-border-radius: 3px; border-radius: 3px; }
.footer a#top i { font-size: 20px; line-height: 33px; color: #000; }
.footer a#top:hover { background-color: #8e825d; border-color: #8e825d; }
.footer a#top:hover i { color: #fff; }


/* BLOCK'S */
.containerblock { width: 100%; padding: 0 159px; box-sizing: border-box; background-color: #fff; }
.col1, .col2, .col3, .col33, .col4, .col444, .col5, .col55, .col555, .col5555 { position: relative; float: left; margin: 0 1%; }
.col1 { width: 98%; }
.col2 { width: 48%; }
.col3 { width: 31.3333%; }
.col33 { width: 64.6666%; }
.col4 { width: 23%; }
.col444 { width: 73%; }
.col5 { width: 18%; }
.col55 { width: 38%; }
.col555 { width: 58%; }
.col5555 { width: 78%; }

/* full block txt sx */
.blk-full-txt-sx { position: relative; display: block; width: 100%; background-color: #f7f7f7; }
.blk-full-txt-sx .container .blk-txt { width: 50%; margin-top: 0; padding: 60px 60px 60px 0; box-sizing: border-box; }
.blk-full-txt-sx .blk-full-image { position: absolute; left: 50%; right: 0; bottom: 0; top: 0; margin: 0; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/* full block txt dx */
.blk-full-txt-dx { position: relative; display: block; width: 100%; background-color: #f7f7f7; }
.blk-full-txt-dx .blk-full-image { position: absolute; left: 0; right: 50%; bottom: 0; top: 0; margin: 0; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: 2; }
.blk-full-txt-dx .container { z-index: 1; }
.blk-full-txt-dx .container .blk-txt { width: 50%; margin-left: 50%; margin-top: 0; padding: 60px 0 60px 60px; box-sizing: border-box; }

/* block txt */
.blk-txt h1 { display: block; margin-bottom: 0px; font-size: 40px; font-weight: 300; line-height: 46px; text-align: center; color: #3d494e; }
.blk-txt h2 { display: block; margin-bottom: 0px; font-size: 32px; font-weight: 300; line-height: 44px; text-align: center; color: #3d494e;}
 /* sottotitolo di sezione */
.blk-txt h3 { position: relative; display: block; margin-bottom: 20px; font-size: 26px; font-weight: 300; line-height: 28px; color: #3d494e; } /* titolo nel blocco testo */
.blk-txt:hover h3 { text-decoration:none; color:#8e825d; } /* titolo nel blocco testo */
.blk-txt h3:before { position: absolute; left: 0; bottom: -20px; width: 50px; height: 2px; content: ''; background-color: #3d494e; margin-bottom:6px; }
.blk-txt.text-center h3 { margin-bottom:50px; }
.blk-txt.text-center h3:before { position: absolute; left: 0; right:0; bottom: -36px; width: 50px; height: 3px; content: ''; background-color: #3d494e; margin:auto; margin-bottom:10px; }
.blk-txt h4 { display: block; margin-bottom: 10px; font-size: 18px; font-weight: 600; line-height: 22px; color: #3d494e; } /* titolo nel blocco testo */
.blk-txt h5 { display: block; padding-bottom: 8px; font-size: 11px; font-weight: 600; line-height: 15px; text-transform: uppercase; text-align: center; color: #8e825d; }

.blk-txt p { display: block; font-size: 18px; font-weight: 400; line-height: 28px; color: #666; } /* testi */

.blk-txt a.btn:link, .blk-txt a.btn:visited { position: relative; display: inline-block; width: 220px; height: 45px; border: #8e825d 1px solid; border-radius: 3px; }
.blk-txt a.btn p { position: absolute; left: 50%; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; font-weight: 700; line-height: 15px; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: #000; }
.blk-txt a.btn p i { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 15px; color: #fff; opacity: 0; }
.blk-txt a.btn:hover { background-color: #8e825d; }
.blk-txt a.btn:hover p { padding-left: 20px; color: #fff; }
.blk-txt a.btn:hover p i { opacity: 1; }

.blk-txt hr { display: block; width: 100%; height: 0; margin-bottom: 30px; border: 0; border-top: #d2d2d2 3px solid; }

.blk-txt ul, .blk-txt ol { margin-left: 20px; padding-bottom: 20px; overflow: hidden; color: #666; }
.blk-txt ul li, .blk-txt ol li { position: relative; padding-left: 15px; font-size: 18px; font-weight: 400; line-height: 28px; list-style: none; }
.blk-txt ul li:before, .blk-txt ol li:before { position: absolute; left: 0; top: 0; content: '\f054'; font-family:'FontAwesome'; font-size: 6px; line-height: 29px; color: #000; } /* simbolo nell'elenco puntato */

/* block img */
.blk-img { width: 100%; height: auto; background-color: #000; }
.blk-img img { display: block; width: 100%; height: auto; -webkit-backface-visibility: hidden; } /* bug chrome */

.blk-img a:link, .blk-img a:visited { position: relative; display: block; }
.blk-img a:link img, .blk-img a:visited img { position: relative; opacity: 1; }

.blk-img a:hover { cursor: url('../img/lens-icon.png'), auto; }
.blk-img a:hover img { /*opacity: .4;*/ }

.blk-img a:link .txt, .blk-img a:visited .txt { position: absolute; left: 50%; top: 50%; width: 100%; text-align: center; text-transform: uppercase; color: #999; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); opacity:0; }
.blk-img a:link .txt span, .blk-img a:visited .txt span { display: block; width: 54px; height: 1px !important; margin: 16px auto; background-color: #fff; }
.blk-img a:link .txt h4, .blk-img a:visited .txt h4 { display: block; font-size: 20px; font-weight: 400; line-height: 22px; color: #fff !important; }
.blk-img a:link .txt p, .blk-img a:visited .txt p { display: inline-block; font-size: 14px; font-weight: 400; line-height: 16px; }

.blk-img:hover a .txt { opacity:1; }
.blk-img a:hover { opacity: 1; }
.blk-img a:hover .txt { -webkit-transform: translate(-50%,-51%); -moz-transform: translate(-50%,-51%); -o-transform: translate(-50%,-51%); transform: translate(-50%,-51%); } /* bug render chrome 51% */
.blk-img a:hover .txt p:hover { color: #fff; }

.blk-img .caption { position: absolute; left: 0; top: auto; right: 0; bottom: 0; padding: 10px; box-sizing: border-box; font-size: 15px; line-height: 18px; color: #fff; background-color: rgba(0,0,0,.4); z-index: 10; opacity: 0; }
.blk-img:hover .caption { opacity: 1; }





/* blk-gallery */
.blk-gallery { display: block; width: 100%; text-align: center; }
.blk-gallery li { display: inline-block; width: 25%; margin: -4px 0 0 -4px; padding: 0 1% 10px 1%; box-sizing: border-box; }
.blk-gallery li .blk-img {}

/* blk slideshow */
.blk-slideshow .owl-controls .owl-nav { position: absolute; left: 0; top: 50%; width: 100%; margin-top: -26px; }
.blk-slideshow .owl-controls .owl-nav .owl-prev { position: absolute; left: 20px; top: 50%; display: block; width: 27px; height: 53px; background: url('../img/slideshow-nav.png') 0 0 no-repeat; opacity: .7; }
.blk-slideshow .owl-controls .owl-nav .owl-next { position: absolute; right: 23px; top: 50%; display: block; width: 27px; height: 53px; background: url('../img/slideshow-nav.png') -27px 0 no-repeat; opacity: .7; }
.blk-slideshow .owl-controls .owl-nav .owl-prev:hover { background-position: 0 -53px; }
.blk-slideshow .owl-controls .owl-nav .owl-next:hover { background-position: -27px -53px; }
.blk-slideshow .owl-controls .owl-nav .disabled { opacity: .5; cursor: default; }

.blk-slideshow .item .caption { position: absolute; left: 0; top: auto; right: 0; bottom: 0; padding: 10px; box-sizing: border-box; font-size: 15px; line-height: 18px; color: #fff; background-color: rgba(0,0,0,.4); z-index: 10; opacity: 0; }
.blk-slideshow .item:hover .caption { opacity: 1; }

.blk-slideshow .owl-item { width:100%;}

/* blk video */
.blk-video { display: block; width: 100%; }
.blk-video .video { position: relative; display: block; width: 100%; padding-top: 56.25%; } /* 56.25% - 75% */
.blk-video .video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; }

/* blk map */
.blk-map iframe { width: 100%; height: 400px; border: 0; }

/* blk attachment */
.blk-attachment { text-align: center; color: #000; }
.blk-attachment a.btn-dwnl:link, .blk-attachment a.btn-dwnl:visited { display: inline-block; width: 39px; height: 39px; margin: 6px 0 90px 0; border: #8e825d 1px solid; -webkit-border-radius: 3px; border-radius: 3px; background-color: transparent; }
.blk-attachment a.btn-dwnl i { font-size: 20px; line-height: 39px; color: #000; }
.blk-attachment a.btn-dwnl:hover { background-color: #8e825d; }
.blk-attachment a.btn-dwnl:hover i { color: #fff; }


/* CUSTOM GMAP */
.container-custom-map { width: 100%; display: block; margin-top: 20px; }
.container-custom-map #map { display: block; width: 100%; height: 500px; }
/* google copyright remove */
/*.gmnoprint a, .gmnoprint span { display: none !important; }
.gmnoprint div { background: none !important; }
#map div div a, #map div div a div img { display: none !important; }*/

.infowindow { font-family: 'Josefin Sans', sans-serif; }
.infowindow h4 { display: block; margin-bottom: 5px; font-size: 16px; font-weight: 700; line-height: 24px; text-transform: uppercase; color: #000; }
.infowindow p { font-size: 14px; font-weight: 600; line-height: 18px; color: #666; }
.infowindow p strong { font-weight: 700; }


/* DISTANCES */
.blk-txt h2, .blk-txt h3, .blk-txt h4, .blk-txt h5, .blk-txt ul { /*padding-top: 20px; */}
.blk-txt, .blk-img, .blk-slideshow, .blk-map, .blk-video, .blk-gallery, .blk-attachment, .photo-post, .txt-post { margin-bottom: 10px; }


/* LINK'S */
.blk-txt a:link, .blk-txt a:visited { font-weight: 700; text-decoration: underline; color: #8e825d; }
.blk-txt a:hover { color: #000; }


/* FORM */
.form { width: 100%; margin-bottom: 30px; }
.form input { position: relative; display: block; width: 100%; height: 39px; padding: 0 10px 0 0; box-sizing: border-box; font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 16px; line-height: 39px; border: 0; color: #333; border-bottom: #ccc 1px solid; }
.form input:before { position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 1px; content: ''; background-color: #919191; }
.form textarea { display: block; width: 100%; height: 120px; padding: 7px 10px; box-sizing: border-box; font-family: 'Josefin Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 18px; border: 0; color: #333; background-color: #fbfbfb; border-bottom: #919191 1px solid; resize: none; }

.form input::-webkit-input-placeholder { font-size: 14px; font-style: italic; color: #999; }
.form input:focus::-webkit-input-placeholder { color: #666; }
.form input:-moz-placeholder { font-size: 14px; font-style: italic; color: #999; } /* firefox < 19 */
.form input:focus:-moz-input-placeholder { color: #666; }
.form input::-moz-placeholder { font-size: 14px; font-style: italic; color: #999; } /* firefox > 19 */
.form input:focus::-moz-placeholder { color: #666; }
.form input:-ms-input-placeholder { font-size: 14px; font-style: italic; color: #999; } /* IE 10 */
.form input:focus:-ms-input-placeholder { color: #666; }

.form textarea::-webkit-input-placeholder { font-size: 14px; font-style: italic; color: #999; }
.form textarea:focus::-webkit-input-placeholder { color: #666; }
.form textarea:-moz-placeholder { font-size: 14px; font-style: italic; color: #999; } /* firefox < 19 */
.form textarea:focus:-moz-input-placeholder { color: #666; }
.form textarea::-moz-placeholder { font-size: 14px; font-style: italic; color: #999; } /* firefox > 19 */
.form textarea:focus::-moz-placeholder { color: #666; }
.form textarea:-ms-input-placeholder { font-size: 14px; font-style: italic; color: #999; } /* IE 10 */
.form textarea:focus:-ms-input-placeholder { color: #666; }

.form input:focus, .form textarea:focus { /*border-bottom: #919191 2px solid;*/ }
.form input:focus:before, .form textarea:focus:before { height: 2px; }

.form label { display: block; margin: 3px 0 19px 0; padding-left: 0px; font-size: 16px; font-weight:400; color: #666; }
/*.form label:after { position: absolute; left: 50%; top: -8px; display: block; width: 0; height: 0; margin-left: -4px; content: ''; border-style: solid; border-width: 0 4px 4px 4px; border-color: transparent transparent #666666 transparent; }*/

.form .captcha-img-container { position: relative; width: 100%; height: 39px; padding-right: 10px; text-align: left; box-sizing: border-box; margin-top:20px; }
.form .captcha-img-container img { height: 39px; display: inline-block; margin-right:12px;}
.form a.captcha-btn:link, .form a.captcha-btn:visited {top: 0; display: inline-block; width: 37px; height: 37px; /*text-decoration: none;*/ text-align: center; color: #000; border: #8e825d 1px solid; border-radius: 3px; }
.form a.captcha-btn:hover { background-color: #8e825d; }
.form a.captcha-btn  i { line-height: 37px; color: #000; }
.form a.captcha-btn:hover i { color: #fff; }

.form .checkbox { float: left; width: 55px; height: 39px; padding: 0 10px 0 0; background: url('../img/check.png') no-repeat; cursor: pointer; margin:0; }
.form p.check-txt { float: left; margin: 0; padding: 0; font-size: 18px; font-weight: 400; line-height: 36px; color: #666; }
.form p.check-txt a:link, .form p.check-txt a:visited { font-weight: 600; text-decoration: underline; color: #8e825d; }
.form p.check-txt a:hover { color: #000; }

.form a.btn-send:link, .form a.btn-send:visited {position: relative; display: inline-block; width: 210px; height: 45px; background-color: #8e825d; border: #8e825d 1px solid; border-radius: 3px; }
.form a.btn-send p { position: absolute; left: 50%; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; font-weight: 700; line-height: 15px; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: #fff; }
.form a.btn-send p i { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 15px; color: #fff; opacity: 0; }
.form a.btn-send:hover { background-color: #000; }
.form a.btn-send:hover p { padding-left: 20px; }
.form a.btn-send:hover p i { opacity: 1; }


/* EFFECTS */
a, a *, .slideshow-frame, .menu-container, .breadcrumbs,
.product-detail .gallery li span, .share li,
.collections ul li a:link, .collections ul li a:visited,
.blk-slideshow .item .caption { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.main-menu li ul, .txt-post:after { -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }

.trans * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.divider {width: 100%; height:30px; }
.space20 {width: 100%; height:20px; display:inline-block; }
.space50 {width: 100%; height:40px; display:inline-block; }
.space60 {width: 100%; height:60px; display:inline-block; }
.space80 {width: 100%; height:80px; display:inline-block; }
.space100 {width: 100%; height:100px; }
.infop {display:inline-table; }
.hvr-grow {
	display: block;
		-webkit-transform: scale(0.9);
	transform: scale(0.9);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	/*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.download h5  {
	margin:0; margin-bottom:2px; font-weight:600;
}
.share h5  {
	margin:0; margin-bottom:2px; font-weight:600;
}
.mfp-counter {
	display:none;
}
.mfp-title {
	color:#FFF; font-weight:400;
}
/*.mfp-title strong {
	text-transform:uppercase;
}*/
/* RESPONSIVE */
@media (max-width: 1360px) {
		.blog-preview {padding: 65px 80px;}
}
@media (max-width: 1023px) {
	#btn-show, .main-menu li.logo, .slideshow-frame, .slideshow .owl-controls .owl-nav, #top { display: none; }
	
	#slideshow-hp .item-hp { border-left: 0 !important; border-top: #fff 159px solid !important; border-right: 0 !important; border-bottom: 0 !important; }
	.mosaic { position: absolute; left: 0 !important; top: 159px; right: 0 !important; bottom: 0 !important; }
	
	/*.slideshow {top: -50px; }*/
	
/*	.collections ul { padding: 1px 70px 0 70px; }*/
	
	.showcases-carousel { padding: 0 70px; }
	.showcases-carousel .owl-controls .owl-nav .owl-prev { position: absolute; left: 21px; }
	.showcases-carousel .owl-controls .owl-nav .owl-next { position: absolute; right: 21px; }
	
	.menu-container { background-color: rgba(255,255,255,.9); }
	.logo-mobile, #menu-trigger:link, #menu-trigger:visited { display: block; }
	
	.main-menu { margin-left:auto; margin-top:100px; display: none; height: auto; background-color: rgba(255,255,255,.9); border-bottom: rgba(0,0,0,.1) 1px solid; padding-bottom:10px; width:100%; }
	.main-menu li { display: block; position: relative; top: 0; width: 100%; height: auto; padding-top: 0; min-height: 30px; margin-left: 0; }
	.main-menu > li:first-child { padding-top: 20px; }
	.main-menu li a:link, .main-menu li a:visited { position: relative; left: 0; top: 0; height: 30px; font-size: 14px; line-height: 30px; }
	
	.main-menu li ul { position: relative; left: 0; top: 0; display: block; width: 100%; background-color: transparent; border-bottom: 0; opacity: 1; visibility: visible; }
	.main-menu li ul li { display: block; width: 100%; background-color: transparent !important; }
	.main-menu li ul li span { display: none; }
	.main-menu li ul li a:link, .main-menu li ul li a:visited { display: block; height: 22px; font-weight: 400; line-height: 22px; letter-spacing: 0; }
.pages {
  padding-top: 0px;
}
#header { border-bottom: transparent 0px solid; }
.blk-txt h1 {font-size: 36px; line-height: 42px;}
.blk-txt h2 {font-size: 28px; line-height: 34px;}
.blk-txt h3 {font-size: 22px; line-height: 24px;}
.blk-txt h4 {font-size: 17px; line-height: 21px;} /* titolo nel blocco testo */
.blk-txt h5 {font-size: 11px; line-height: 15px;}
.blk-txt p { display: block; font-size: 18px; font-weight: 400; line-height: 28px; color: #666; } /* testi */

.blk-gallery li {width: 33.333%; }
.blk-gallery .blk-img { margin-bottom:0px; }

.gallery {
  padding: 20px 0;
}
/*.product-detail .gallery li { width: 33.333%; }*/

.collections ul li a:link .txt, .collections ul li a:visited .txt { position: absolute; left: 50%; top: auto; width: 100%; text-align: center; text-transform: uppercase; color: #999; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); opacity:1; background-color: rgba(0,0,0,0.4); bottom:0; padding:5px 0; }
.collections ul li a:link .txt span, .collections ul li a:visited .txt span { display:none;}
.collections ul li a:link .txt p, .collections ul li a:visited .txt p { display:none}

.collections2 ul li a:link .txt, .collections2 ul li a:visited .txt { position: absolute; left: 50%; top: auto; width: 100%; text-align: center; text-transform: uppercase; color: #999; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); opacity:1; background-color: rgba(0,0,0,0.4); bottom:0; padding:5px 0; }
.collections2 ul li a:link .txt span, .collections2 ul li a:visited .txt span { display:none;}
.collections2 ul li a:link .txt p, .collections2 ul li a:visited .txt p { display:none}

.collections2 ul li a:link .txt h4, .collections2 ul li a:visited .txt h4 {
  font-size: 16px;
}
.collections ul li a:link, .collections ul li a:visited { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; background-color: rgba(0,0,0,.0); opacity: 1; }
.collections ul li a:hover { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; background-color: rgba(0,0,0,.8); opacity: 1; }
.collections ul li {
  padding-top: 28%;
  width: 50%;
}



}
@media screen and (min-width: 1024px) {
.main-menu { display: block !important; }
}

/* desktop */
@media (min-width: 1200px) and (max-width: 1380px) {}
/* landscape tablet */
@media (min-width: 1024px) and (max-width: 1199px) {
	.container { padding: 0 40px; }
	
	.blk-full-txt-sx .container .blk-txt { padding: 40px 40px 40px 0; }
	.blk-full-txt-dx .container .blk-txt { padding: 40px 0 40px 40px; }
	
	.collections h2, .showcases h2 { font-size: 60px; line-height: 64px; }
	.collections ul li a:link .txt span, .collections ul li a:visited .txt span { margin: 5px auto; }
	.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
	.collections ul li a:link .txt p, .collections ul li a:visited .txt p { font-size: 10px; line-height: 12px; }
	
	.blog-carousel, .blog-carousel .owl-controls .owl-dots { padding-right: 20px; }
	.blog-carousel h3 { font-size: 28px; line-height: 32px; }
	.blog-carousel p { font-size: 18px; line-height: 22px; }
	
	.pagination { width: 50%; }
	
	.footer { padding: 20px 40px 70px 40px; }
	.logo-mobile {top: 24px; width: 250px; height: 61px; display:inline-block; position:absolute; opacity:1; }
}
/* landscape tablet */
@media (min-width: 980px) and (max-width: 1023px) {
	.container { padding: 0 40px; }
	
	.blk-full-txt-sx .container .blk-txt { padding: 40px 40px 40px 0; }
	.blk-full-txt-dx .container .blk-txt { padding: 40px 0 40px 40px; }
	
	.main-title { padding: 75px 20px; }
	
	.collections h2, .showcases h2 { font-size: 60px; line-height: 64px; }
	.collections ul li a:link .txt span, .collections ul li a:visited .txt span { margin: 5px auto; }
	.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
	.collections ul li a:link .txt p, .collections ul li a:visited .txt p { font-size: 10px; line-height: 12px; }
	
	.window { height: 50px; padding: 0 20px; }
	.window:after { width: 20px; height: 50px; }
	.window:before { width: 20px; height: 50px; }
	
/*	.product-detail { padding: 75px 20px 0 20px; }*/
	
	
	.container-custom-map { width: 100%; display: block; padding: 0 20px; box-sizing: border-box; }
	.container-custom-map #map { height: 400px; }
	
	.pagination { width: 98%; }
	
	.footer { padding: 20px 20px 70px 20px; }
	
	.gallery li a span {top:25%; }
	.logo-mobile {top: 18px; width: 200px; height: 61px; display:inline-block; position:absolute; opacity:1; }
}
/* portrait tablet to landscape and desktop */
@media (min-width: 800px) and (max-width: 979px) {
	.container { padding: 0 20px; }
	.col2 { width: 98%; }
	.col4 { width: 48%; }
	
	.blk-full-txt-sx .container .blk-txt { padding: 40px 20px 40px 0; }
	.blk-full-txt-dx .container .blk-txt { padding: 40px 0 40px 20px; }
	
	.main-title { padding: 75px 20px; }
	
	.collections h2, .showcases h2 { font-size: 60px; line-height: 64px; }
	.collections ul li a:link .txt span, .collections ul li a:visited .txt span { margin: 5px auto; }
	.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
	.collections ul li a:link .txt p, .collections ul li a:visited .txt p { font-size: 10px; line-height: 12px; }
	
	.blog-preview { width: 100%; padding: 50px 20px; }
	.blog-preview .title { float: none; width: 100%; height: 250px; text-align: center; border-left: 0; }
	.blog-carousel { float: none; display: block; width: 100%; padding-right: 0; }
	.blog-carousel .items { text-align: center; }
	.blog-carousel h3 { font-size: 28px; line-height: 32px; }
	.blog-carousel p { font-size: 18px; line-height: 22px; }
	.blog-carousel .owl-controls .owl-dots { text-align: center; }
	.blog-carousel .owl-controls .owl-dots { padding-right: 0; }
	
	.window { height: 50px; padding: 0 20px; }
	.window:after { width: 20px; height: 50px; }
	.window:before { width: 20px; height: 50px; }
	
/*	.product-detail { padding: 75px 20px 0 20px; }*/

	
	.container-custom-map { width: 100%; display: block; padding: 0 20px; box-sizing: border-box; }
	.container-custom-map #map { height: 400px; }
	
	.pagination { width: 98%; }
	
	.footer { padding: 20px 20px 70px 20px; }
	
	.gallery li a span {top:25%; }
.logo-mobile {top: 25px; width: 200px; height: 61px; display:inline-block; position:absolute; opacity:1; }
}
/* portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 799px) {
	.container { padding: 0 20px; }
	.col2 { width: 98%; }
	.col4 { width: 48%; }
	
	.blk-full-txt-sx .container .blk-txt { padding: 40px 20px 40px 0; }
	.blk-full-txt-dx .container .blk-txt { padding: 40px 0 40px 20px; }
	
	.main-title { padding: 75px 20px; }
	
	.collections h2, .showcases h2 { font-size: 60px; line-height: 64px; }
	.collections ul li a:link .txt span, .collections ul li a:visited .txt span { margin: 5px auto; }
	.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
	.collections ul li a:link .txt p, .collections ul li a:visited .txt p { font-size: 10px; line-height: 12px; }
	
	.blog-preview { width: 100%; padding: 50px 20px; }
	.blog-preview .title { float: none; width: 100%; height: 150px; text-align: center; border-left: 0; }
	.blog-carousel { float: none; display: block; width: 100%; padding-right: 0; }
	.blog-carousel .items { text-align: center; }
	.blog-carousel h3 { font-size: 28px; line-height: 32px; }
	.blog-carousel p { font-size: 18px; line-height: 22px; }
	.blog-carousel .owl-controls .owl-dots { text-align: center; }
	.blog-carousel .owl-controls .owl-dots { padding-right: 0; }
	
	.window { height: 50px; padding: 0 20px; }
	.window:after { width: 20px; height: 50px; }
	.window:before { width: 20px; height: 50px; }
	
/*	.product-detail { padding: 75px 20px 0 20px; }*/
	.product-detail .gallery li { width: 50%; }
	
	.pagination { width: 98%; }
	
	.footer { padding: 20px 20px 70px 20px; }
	
	.gallery li a span {top:25%; }
	.logo-mobile {top: 25px; width: 200px; height: 61px; display:inline-block; position:absolute; opacity:1; }
}
/* landscape phone to portrait tablet */
@media (min-width: 600px) and (max-width: 767px) {
	.container { padding: 0 20px; }
	.col2 { width: 98%; }
	.col4 { width: 48%; }
	
	.blk-full-txt-sx .container .blk-txt { padding: 40px 20px 40px 0; }
	.blk-full-txt-dx .container .blk-txt { padding: 40px 0 40px 20px; }
	
/*	.main-title { padding: 75px 20px; }*/
	
	.collections { padding-bottom: 4px; }
/*	.collections ul { padding: 1px 20px 0 20px; }*/
/*	.collections ul li { display: block; width: 100%; padding-top: 47%; margin: 0; }*/
	.collections h2, .showcases h2 { font-size: 50px; line-height: 54px; }
/*	
	.collections ul li a:link .txt span, .collections ul li a:visited .txt span { margin: 5px auto; }
	.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
	.collections ul li a:link .txt p, .collections ul li a:visited .txt p { font-size: 10px; line-height: 12px; }*/
		.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
	
	
	.blog-preview { width: 100%; padding: 50px 20px; }
	.blog-preview .title { float: none; width: 100%; height: 150px; text-align: center; border-left: 0; }
	.blog-carousel { float: none; display: block; width: 100%; padding-right: 0; }
	.blog-carousel .items { text-align: center; }
	.blog-carousel h3 { font-size: 28px; line-height: 32px; }
	.blog-carousel p { font-size: 18px; line-height: 22px; }
	.blog-carousel .owl-controls .owl-dots { text-align: center; }
	.blog-carousel .owl-controls .owl-dots { padding-right: 0; }
	
	.window { height: 50px; padding: 0 20px; }
	.window:after { width: 20px; height: 50px; }
	.window:before { width: 20px; height: 50px; }
	
/*	.product-detail { padding: 75px 20px 0 20px; }*/
	
	
	.container-custom-map { width: 100%; display: block; padding: 0 20px; box-sizing: border-box; }
	.container-custom-map #map { height: 400px; }
	
	.pagination { width: 98%; }
	
	.footer { padding: 20px 20px 70px 20px; }
	.footer .left { float: none; width: 100%; text-align: center; }
	.footer .left img { margin-bottom: 0; }
	.footer .right { float: none; width: 100%; text-align: left; }
	.footer a.social:link, .footer a.social:visited { float: none; display: block; width: 37px; height: 37px; margin: 26px auto; }
	.footer .linkmenu { float: none; display: block; height: auto; margin-top: 0; padding-right: 0; text-align: center; border-right: none; }
	.footer .linkmenu li { float: none; display: inline-block; height: 16px; margin: 0 11px; }
	.footer hr { margin-top: 20px; }
	.footer p { text-align: center; }
	.footer a.nur:link, .footer a.nur:visited, .footer a.nur:hover { margin: 0 auto; }
	.footer a#top:link,.footer a#top:visited { display: none; }
	.logo-mobile {top: 18px; width: 200px; height: 61px; display:inline-block; position:absolute; opacity:1; }
	.footer .left { float:none; margin:auto; display: table; width:70%; margin-top:20px; }
}
@media (max-width: 767px) {
.blk-gallery li {width: 50%; }
.blk-gallery .blk-img { margin-bottom:0px; }
.infop { margin-top:30px; }
.product-detail .gallery li { width: 50%; }
.collections2 ul li {width: 50%;}
.collections2 ul li a:link .txt h4, .collections2 ul li a:visited .txt h4 {
  font-size: 14px;
}
.product-detail .gallery li {width: 100%; margin: 0;}
.gallery li a span {top:36%; }
.logo-mobile {top: 25px; width: 200px; height: 61px; display:inline-block; position:absolute; opacity:1; }
.footer .left { float:none; margin:auto; display: table; width:70%; margin-top:20px; }
}
/* landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 599px) {
	.container { width: 100%; padding: 0 20px; box-sizing: border-box; }
	.col2, .col3, .col33, .col4, .col444, .col5, .col55, .col555, .col5555 { width: 98%; }
	
	#header .header-bg h1 { font-size: 50px; line-height: 54px; }
	.blk-txt h3:before { position: absolute; left: 50%; margin-left: -25px; }
	
	.blk-full-txt-sx .container .blk-txt { width: 100%; padding: 10px 0; text-align: center; }
	.blk-full-txt-sx .container .blk-txt p { margin: 0; }
	.blk-full-txt-sx .blk-full-image { position: relative; left: 0; height: 250px; margin-top: 0; }
	
	.blk-full-txt-dx .container .blk-txt { width: 100%; margin-left: 0; padding: 10px 0; text-align: center; }
	.blk-full-txt-dx .blk-full-image { position: relative; left: 0; height: 250px; margin-top: 20px; }
	
	.main-title { padding: 20px; }
	.main-title .claim { display: block; padding-top: 15px; font-size: 15px; line-height: 18px; }
	
	.blog-preview { width: 100%; padding: 50px 20px; }
	/*#blog-bg { background-size: 90% auto; }*/
	.blog-preview .title { float: none; width: 100%; height: 250px; text-align: center; border-left: 0; }
	.blog-carousel { float: none; display: block; width: 100%; padding-right: 0; }
	.blog-carousel .items { text-align: center; }
	.blog-carousel h3 { font-size: 28px; line-height: 32px; }
	.blog-carousel p { font-size: 18px; line-height: 22px; }
	.blog-carousel .owl-controls .owl-dots { text-align: center; }
	.blog-carousel .owl-controls .owl-dots { padding-right: 0; }
	
	.window { height: 20px; padding: 0 20px; }
	.window:after { width: 20px; height: 20px; }
	.window:before { width: 20px; height: 20px; }
	
	/*.product-detail { padding: 20px; }*/
		/*.product-detail .gallery li { width: 50%; }*/
	
	.container-custom-map { width: 100%; display: block; padding: 0 20px; box-sizing: border-box; }
	.container-custom-map #map { height: 400px; }
	
	.pagination { width: 98%; }
	
	.footer { padding: 20px 20px 70px 20px; }
	.footer .left { float: none; width: 100%; text-align: center; }
	.footer .left img { margin-bottom: 0; }
	.footer .right { float: none; width: 100%; text-align: left; }
	.footer a.social:link, .footer a.social:visited { float: none; display: block; width: 37px; height: 37px; margin: 26px auto; }
	.footer .linkmenu { float: none; display: block; height: auto; margin-top: 0; padding-right: 0; text-align: center; border-right: none; }
	.footer .linkmenu li { float: none; display: inline-block; height: 16px; margin: 0 11px; }
	.footer hr { margin-top: 20px; }
	.footer p { text-align: center; }
	.footer a.nur:link, .footer a.nur:visited, .footer a.nur:hover { margin: 0 auto; }
	.footer a#top:link,.footer a#top:visited { display: none; }
	
	.collections { padding-bottom: 4px; }
/*	.collections ul { padding: 1px 20px 0 20px; }*/
	.collections ul li { display: block; width: 100%; padding-top: 47%; margin: 0; }
	.collections h2, .showcases h2 { font-size: 40px; line-height: 44px; }	
	
	.collections2 ul li {width: 100%;}
		.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }
		.logo-mobile {top: 18px; width: 200px; height: 61px; display:inline-block; position:absolute; opacity:1; }
.footer .left { float:none; margin:auto; display: table; width:70%; margin-top:20px; }
}
/* mobile portrait (320x480) */
@media (max-width: 479px) {
	.container { width: 100%; /*padding: 0 20px;*/ box-sizing: border-box; }
	.col2, .col3, .col33, .col4, .col444, .col5, .col55, .col555, .col5555 { width: 98%; }
	
	#header .header-bg h1 { font-size: 40px; line-height: 44px; }
	
	.blk-txt h2 {  margin-bottom: 10px; line-height: 32px; }
	.blk-txt h3 { text-align: center; }
	.blk-txt h3:before { position: absolute; left: 50%; margin-left: -25px; }
	
	.blk-full-txt-sx .container .blk-txt { width: 100%; padding: 10px 0; text-align: center; }
	.blk-full-txt-sx .container .blk-txt p { margin: 0; }
	.blk-full-txt-sx .blk-full-image { position: relative; left: 0; height: 250px; margin-top: 0; }
	
	.blk-full-txt-dx .container .blk-txt { width: 100%; margin-left: 0; padding: 10px 0; text-align: center; }
	.blk-full-txt-dx .blk-full-image { position: relative; left: 0; height: 250px; margin-top: 20px; }
	
	.blk-txt p { text-align: center; }
	
	.main-title { padding: 20px; }
	.main-title h1 { font-size: 30px; line-height: 34px; }
	.main-title .claim { display: block; padding-top: 15px; font-size: 19px; line-height: 18px; }
	
	.collections { padding-bottom: 4px; }
	.collections ul { padding: 1px 0 0 0; }
	.collections ul li { display: block; width: 100%; padding-top: 52%; margin: 0; }
	.collections h2, .showcases h2 { font-size: 40px; line-height: 44px; }
	
	.collections2 { padding-bottom: 4px; }
	.collections2 ul { padding: 1px 0 0 0; }
	.collections2 h2, .showcases h2 { font-size: 40px; line-height: 44px; }
	
		.collections ul li a:link .txt h4, .collections ul li a:visited .txt h4 { font-size: 13px; line-height: 15px; }

	.blog-preview { width: 100%; padding: 50px 20px; }
	#blog-bg { background-position: 300px top;/* background-size: 90% auto;*/ }
	.blog-preview .title { float: none; width: 100%; height: 250px; text-align: center; border-left: 0; }
	.blog-carousel { float: none; display: block; width: 100%; padding-right: 0; }
	.blog-carousel .items { text-align: center; }
	.blog-carousel h3 { font-size: 28px; line-height: 32px; }
	.blog-carousel p { font-size: 18px; line-height: 22px; }
	.blog-carousel .owl-controls .owl-dots { text-align: center; }
	.blog-carousel .owl-controls .owl-dots { padding-right: 0; }
	
	.window { height: 20px; padding: 0 20px; }
	.window:after { width: 20px; height: 20px; }
	.window:before { width: 20px; height: 20px; }
	
/*	.product-detail { padding: 20px; }*/
	.product-detail .gallery li { width: 100%; }
	
	.container-custom-map { width: 100%; display: block; padding: 0 20px; box-sizing: border-box; }
	.container-custom-map #map { height: 400px; }
	
	.form input::-webkit-input-placeholder { font-size: 16px; }
	.form input:-moz-placeholder { font-size: 16px; } /* firefox < 19 */
	.form input::-moz-placeholder { font-size: 16px; } /* firefox > 19 */
	.form input:-ms-input-placeholder { font-size: 16px; } /* IE 10 */
	.form textarea::-webkit-input-placeholder { font-size: 16px; }
	.form textarea:-moz-placeholder { font-size: 16px; } /* firefox < 19 */
	.form textarea::-moz-placeholder { font-size: 16px; } /* firefox > 19 */
	.form textarea:-ms-input-placeholder { font-size: 16px; } /* IE 10 */
	
	.pagination { width: 98%; }
	
	.footer { padding: 20px 20px 70px 20px; }
	.footer .left { float: none; width: 100%; text-align: center; }
	.footer .left img { margin-bottom: 0; }
	.footer .right { float: none; width: 100%; text-align: left; }
	.footer a.social:link, .footer a.social:visited { float: none; display: block; width: 37px; height: 37px; margin: 26px auto; }
	.footer .linkmenu { float: none; display: block; height: auto; margin-top: 0; padding-right: 0; text-align: center; border-right: none; }
	.footer .linkmenu li { float: none; display: inline-block; height: 16px; margin: 0 11px; }
	.footer hr { margin-top: 20px; }
	.footer p { text-align: center; }
	.footer a.nur:link, .footer a.nur:visited, .footer a.nur:hover { margin: 0 auto; }
	.footer a#top:link,.footer a#top:visited { display: none; }
	
	.blk-gallery li {width: 100%; }
.blk-gallery .blk-img { margin-bottom:0px; }

.collections2 ul li {width: 100%;}

.gallery li a span {top:18%; }
.logo-mobile {top: 25px; width: 180px; height: 61px; display:inline-block; position:absolute; opacity:1; }
.footer .left { float:none; margin:auto; display: table; width:70%; margin-top:20px; }
}
.mfp-bg {
  opacity: 1;
}
.scrollup {
	display:none;
}
.slideshow {
  height: 100%;
  left: 0;
  top: 0;
}
#slideshow-hp .item-hp {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 1023px) {
#slideshow-hp { margin-top: -78px!important; } 
.topmenu-container {
  top: 78px;
}
.main-menu {
  margin-top: 75px;
}
}

@media (max-width: 767px) {
  .blk-txt h1 {
	margin-top: 60px !important;
  }
}

/*Add 02112017*/
.footer {

  } 
.footer .logo-footer {
	float: left;
	display: block;
	width: 200px;
	margin-top: 35px;
  } 
.footer .social-footer {
float: right;
margin-left: 30px;
  } 
.footer .linkmenu {
	position: relative;
	display: table;
	margin: auto;
	float: none;
	margin-top: 36px;
	margin-bottom: 26px;
	float: right;
  } 
  .footer a.social:link, .footer a.social:visited {
	float: right;
	display: block;
	width: 37px;
	height: 37px;
	margin: 26px 0 0 7px;
	text-align: center;
	border: #8e825d 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.footer hr {
	margin-top: 26px;
	display: inline-block;
  } 
@media (max-width: 992px) {
  .footer .logo-footer {
	position: relative;
	display: table;
	margin: auto;
	float: none;
		margin-top: 36px;
	margin-bottom: 26px;
  } 
  .footer .social-footer {
	position: relative;
	display: table;
	margin: auto;
	float: none;
		margin-top: 0px;
	margin-bottom: 26px;
  } 
    .footer a.social:link, .footer a.social:visited {
	margin: 16px 0 0 7px;
}
  .footer .linkmenu {
	position: relative;
	display: table;
	margin: auto;
	float: none;
		margin-top: 36px;
	margin-bottom: 26px;
		padding-right: 0px;
	border-right: none;
  } 
}



@media (max-width: 1099px) {
img.mfp-img {
    max-height: 95vh!important;
}
}


