/*
Quick.Cms default stylesheet
More about design modifications - http://opensolution.org/docs/?p=pl-design
*/
@import url("font-awesome.min.css");

/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:#333;font-size:0.85em;font-family: 'Comfortaa', cursive;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background: #eeeeee url('img/kreska.png') repeat;text-align:center;}

input[type="text"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#777777;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;}
input[type="submit"]{padding:5px 14px;border-width:1px;border-style:solid;background:#333;color:#fff;}
input[type="submit"]:hover{background:#666;cursor:pointer;}
label{font-weight:bold;color:#777777;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}

a{color:#2c82ff;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

.msg.error h1{padding:20px 0;text-align:center;}

#container:after {clear: both;content: "";display: table;}
#container {float: left;position: relative;text-align: left;width: 100%;}

#header{width:100%;float: left;background: #cecece url('img/kreska.png') repeat;}

#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#body img{max-width:100%;}
#slider img{max-width:100%;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#FFF;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#page1 #head1{display: table-cell;float: none;width: 100%;background-image: url('img/apartament-1.jpg');background-position: center center;background-size: cover;}
#page4 #head1{display: table-cell;float: none;width: 100%;background-image: url('img/apartament-2.jpg');background-position: center center;background-size: cover;}
#page2 #head1{display: table-cell;float: none;width: 100%;background-image: url('img/apartament-3.jpg');background-position: center center;background-size: cover;}
#page9 #head1{display: table-cell;float: none;width: 100%;background-image: url('img/apartament-4.jpg');background-position: center center;background-size: cover;}


#head1 .container h1 {color: #000;font-size: 2.125em;font-weight: 300;padding: 10px 0;text-transform: uppercase;}

#head1 .container{width:1200px;margin:0 auto;position: relative;z-index: 99;margin-top:160px;}
#logo{padding:0 10px;}
#logo #title{text-align:center;max-width: 100% !important;}
#logo #title a {font-size: 2.063em;color: #fff;}
#logo #slogan{font-weight: 400;text-align:center;clear:left;color: #2c82ff;font-size: 2.063em;text-transform: uppercase;margin-bottom:30px;letter-spacing: 5px;}

#logoMenu{float:left;padding:18px 10px 0 20px;text-transform:uppercase;}
#logoMenu b{  font-weight:500;}
#logoMenu a{color: #000;font-size: 1.5em;text-decoration:none;font-weight: 300;}

/* HEADER WITH TOP MENU */
#head2{float:left;width:100%;position: relative;}
#head2 .container{width:1200px;margin:0 auto;background: #cecece url('img/kreska.png') repeat;overflow: hidden;position:relative;z-index: 10;}
#head2.fixed{position: fixed;top:0;bottom: inherit;}

/* MENU TOP */
#header .menu-1{float:right;}
#header .menu-1 ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
#header .menu-1 li{position:relative;float:left;padding:0;}
#header .menu-1 li:first-child {}
#header .menu-1 a{float:left;width:100%;margin:0;padding:20px 20px 20px 20px;color:#000;font-size:1.25em;text-decoration:none;background:transparent;text-transform: uppercase;font-weight: 300;}
#header .menu-1 .selected a, #header .menu-1 .selected a:hover {color:#fff;transition:all 0.5s ease; background: #cecece;color:#2c82ff;}
#header .menu-1 a:hover, #header .menu-1 .selected-parent a{color:#fff;transition:all 0.5s ease; background: #cecece;color:#2c82ff;}

#menuActiv {float:right;margin:0;background:#2c82ff;display:block;cursor:pointer;display:none;position: absolute;z-index: 99;top:8px;right:10px;}

#header .menu-1.activ{background:#2c82ff;margin:0;top:67px;display: block;right:10px;height: auto;position: absolute;width: auto;min-width: 250px;}
#header .menu-1.activ ul{height: auto;}
#header .menu-1.activ ul li{clear: both;text-align: right;float: right;width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height:auto;margin: 0;}
#header .menu-1.activ ul li a{width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding:10px 35px;color: #fff;border:0;}
#header .menu-1.activ a:hover, #header .menu-1.activ .selected a, #header .menu-1.activ .selected-parent a{color: #474747;background: #ddd;}


/* HEADER WITH SLIDER */
#slider{position:relative;clear:both;height:300px;overflow:hidden;color:#fff;border-top:1px solid #eaeaea;} /* height:300px; is default height, so page will not change its height after slider is loaded, so you should change it if your slider has different height */
.quick-slider{position:relative;margin:auto;overflow:hidden;}
.quick-slider ul{padding:0;margin:0px;list-style:none;}
.quick-slider-slide{position:absolute;width:100%;display:none;text-align:left;overflow:hidden;line-height:0px;}
.quick-slider-slide:first-child{display:block;}
.quick-slider-nav-arrows{z-index:5;position:absolute;top:50%;bottom:75px;float:right;display:block;transform:translateY(-50%);min-height:60px;height:40%;margin:0;padding:0 10px;opacity:0.5;color:#fff;text-decoration:none;background:rgba(0,0,0,0.4);}
.quick-slider-nav-arrows:hover{color:#000;text-decoration:none;opacity:0.6;background:#000;transition:all 0.3s ease;}
.quick-slider-nav-arrows:before{content:"";display:block;position:relative;top:50%;transform:translateY(-50%);width:32px;height:32px;background:url('img/arrows.png') no-repeat 0 0;}
.quick-slider-nav-arrows-next{right:0;}
.quick-slider-nav-arrows-prev{left:0;}
.quick-slider-nav-arrows-next:after{content:"";}
.quick-slider-nav-arrows-prev:before{content:"";background-position:0 -32px;}
.quick-slider-nav-dots-wrapper{position:absolute;bottom:20px;left:100px;float:right;width:100%;list-style:none;}
.quick-slider-nav-dots{float:left;width:14px;height:14px;margin:0 10px 0 0;background:rgba(0,0,0,0.4);border:1px solid #666;color:transparent;}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:#fff;transition:all 0.3s ease;color:transparent;}
.quick-slider-slide .description{z-index:3;position:absolute;top:10px;left:80px;width:35%;min-width:150px;margin-top:10px;padding:10px;background:rgba(0,0,0,0.3);line-height:1.25em;color:white;}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}

.slide25{background:#007ebb;} /* CUSTOM */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;}
#body:after{content:"";display:table;clear:both;}
#body .container {background: #FFFFFF none repeat scroll 0 0;margin: 0 auto;overflow: hidden;width: 1200px;padding: 0 25px;}

/* PAGE */
#page{position:relative;float:left;width:100%;margin:40px auto;text-align:left;}
#page h1{margin:30px 0 15px;color:#2c82ff;font-size:2.2em;font-weight:normal;padding: 0 0px;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;display: none;}
#page nav.breadcrumb a{font-weight: 300;}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;}
#page div.content > ul, #page div.content > ol{list-style-type: circle;padding:0 0 0 30px;}
#page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;}
#page div.content > ul li, #page div.content > ol li{margin:8px 0 8px 0px;padding:0;}
#page div.content > h2, #page div.content > h3{font-size:1.5em;line-height:1.75em;font-weight:normal;}
#page div.content > h3{font-size:1.25em;}
#page div.content p{padding-bottom:10px;}
#page div.content strong {font-weight: bold;font-size: 20px;}

/* IMAGES STYLES */
/* global */
#content li img{}
#content li img:hover{opacity:0.8;}
/* list global */
.images-1, .images-2{list-style:none;}
.images-1 li, .images-2 li{margin:0 0 15px 0;background:inherit;text-align:center;}
.images-1 p, .images-2 p{max-width:250px;margin:0 auto;color:#777777;font-size:0.875em;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2{clear:right;float:right;margin:8px 0 0 15px;}

.images-20 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;}
.images-20 li {float:left;width:25%;padding:0 0px;text-align:center;margin:0 0 0px 0;}
.images-20 li img {float: left;display: block;max-width: 100%;}

.images-21 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;}
.images-21 li {float:left;width:25%;padding:0 0px;text-align:center;margin:0 0 0px 0;}
.images-21 li img {float: left;display: block;max-width: 100%;}

#pin-gallery-all img {width:100%;height: auto;box-shadow:none;}


/* FILES LIST STYLES */
.files-list{width:99%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9em;}
.files-list li{float:left;clear:left;width:83%;height:20px;margin:9px 0 9px 20px;padding-left:30px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:#777777;font-style:italic;}
.files-list p:before{content:" - ";}
.files-list .zip{background-position:0 0;}
.files-list .xml{background-position:0 -20px;}
.files-list .xls{background:url('img/ico_excel.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background:url('img/ico_doc.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.files-list .sys{background-position:0 -120px;}
.files-list .swf{background-position:0 -140px;}
.files-list .psd{background-position:0 -160px;}
.files-list .pps{background:url('img/ico_ppoint.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background:url('img/ico_pdf.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.files-list .nn{background-position:0 -260px;}
.files-list .eml{background-position:0 -280px;}
.files-list .media{background-position:0 -300px;}
.files-list .fla{background-position:0 -320px;}
.files-list .exe{background-position:0 -340px;}
.files-list .chm{background-position:0 -360px;}
.files-list .cdr{background-position:0 -380px;}


/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0px;}
#quick-box .image-wrapper img{margin:0px;padding:0px;border-radius:0px;border: 0px solid #fff;}
#quick-box .navigation{position:absolute;bottom:30px;margin:0px;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;width:100%;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{position:absolute;bottom:-30px;margin:0px;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;;max-height:66px;overflow:hidden;}

#quick-box .prev, #quick-box .next{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;text-decoration:none;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0px;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0px;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0px;right:0px;padding:0px 4px 2px;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
.pages-list{float:left;width:100%;margin:0px 0;list-style:none;}
.pages-list li{clear:left;float:left;width:100%;margin:15px 0;padding:25px 0 20px;background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );}
.pages-list li .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 15px 25px;}
.pages-list h2 a{color: #2c82ff;font-weight: bold;font-size: 24px;padding: 30px 2.5% 10px 0;text-transform: uppercase;}
.pages-list h2 a:hover{color:#777777;background:none;text-decoration:none;}
.pages-list div.description{margin:0 2.5%;font-weight:normal;font-size:1em;line-height:1.4em;font-weight: 300;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list li li{padding:0;border:0;background:none;}
.pages-list li ol{list-style:decimal;}
.pages-list p{padding-bottom:10px;}

/* SUBPAGES COLUMN */
.pages-list2{float:left;width:100%;margin:7px 0;list-style:none;}
.pages-list2 li{float:left;width:33.333%;margin:0;padding:0;box-sizing: border-box;}
.pages-list2 li .image{margin:0px auto;text-align:center;}
.pages-list2 li img {display: block;float: left;}
.pages-list2 h2{padding:15px 25px;text-align:center;width:100%;font-size: 1.75vw;font-weight: 300;}
.pages-list2 h2 a{color:#000000;font-size:1.25em;font-weight:normal;background:none;text-decoration:none;}
.pages-list2 h2 a:hover{color:#777777;background:none;text-decoration:none;}
.pages-list2 div.description{margin:0 2.5%;font-weight:normal;font-size:1em;line-height:1.4em;}
.pages-list2 ul, .pages-list2 ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list2 li li{padding:0;border:0;background:none;}
.pages-list2 li ol{list-style:decimal;}
.pages-list2 p{padding-bottom:10px;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;font-weight:300;background: #999999 none repeat scroll 0 0;float:left;width:100%;}
#foot .container{width:100%;margin:0 auto;padding:0px 0 0 0;color:#FFF;overflow:hidden;}
#foot a{background:inherit;color:#FFF;text-decoration:none;font-weight:normal;}
#foot a:hover{color:#000;background:inherit;}

#copy{background: #999 none repeat scroll 0 0;padding: 35px 0;float:left;width:100%;font-family: 'Comfortaa', cursive;font-size: 20px;text-align:center;}
.foot{float:right;padding:0 25px;}
#powered img{vertical-align:middle;}
#powered {margin: 0 auto;width: 1200px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#powered .container {float: left;width: 100%;background: #999999;padding: 10px 1.8%;}

.kontakt {float:left;width:100%;}
.ralign {float:right;text-align:right;width:50%;padding:60px 5% 0 0;}
.ralign h2 {color: #000;font-family: 'Crete Round', sans-serif;font-size: 80px;margin-bottom: 0px;margin-top: 0;}
.ralign h3 {color: #2c82ff;font-family: 'Crete Round', sans-serif;font-size: 40px;margin: 0;}
.ralign a {color: #000 !important;cursor: pointer;display: block;font-family: "open_sansregular";font-size: 30px;margin-bottom: 60px;}
.ralign p {margin-top:10px;}

#center_lewa_mapa {float:left;width:50%;height:300px;}
.targeo-map-lite {width:100% !important;}

.copy {float: left;}
#foot .options{float:right;}
#foot .options ul{list-style:none;}
#foot .options li{float:right;margin-left:25px;}
#foot .options a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;background:url('img/options.png') no-repeat center 0;}
#foot .options .print a:hover{background-position:center -16px;}
#foot .options .back a{background-position:center -32px;}
#foot .options .back a:hover{background-position:center -48px;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:1cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #head1{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}
  #header .menu-1{margin-top:0.3cm;}
  #header .menu-1 li a{padding:0.1cm 0.2cm;border:0px;border-right:1px solid #000;font-size:1em;}
  #header .menu-1 .selected a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0px;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  #search#foot .options{display:none;}
  #slider, .quick-slider img, .quick-slider-nav-arrows, .quick-slider-nav-dots{display:none;}
}


/* PLUGINS */
#pin-gallery-all {float:left;width:100%;position:relative;margin:0px auto 40px auto;}
#pin-gallery-all p {float: left;margin-top: 6px;max-width: 100%;}

/* SCROLL BACK TO TOP */
#backToTop{position:fixed;bottom:30px;right:0;z-index: 200;}
#backToTop a{display:block;width:50px;text-align:center;color:#272727;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
#backToTop div.head{color:#272727;font-size:20px;transition:1s;font-weight:normal;}
#backToTop a:hover, .back-to-top-widget a:hover div.head{opacity:1;color:#272727;text-decoration:none;}
#backToTop a:before{content:'';display:block;width:50px;height:50px;margin-bottom:7px;background:#272727 url('img/back_to_top.png') no-repeat center center;border-radius:0%;transition:1s;}
#backToTop a:hover:before{background-color:#272727;}

/* Display option: GOOGLE MAPS */
#page .googlemap iframe{width:100%;height:550px;}

/* YOUTUBE LINKS */
.youtube{float:left;width:550px;height:413px;padding:10px;box-shadow:0 0 4px rgba(100,100,100,0.4);margin-right:20px;}

/* Simple Notice */
#noticeAboutCookies{display:none;width: 250px;left: 0px;bottom: 0px;padding: 15px 10px 10px 10px;border: 1px solid #bbb;position: fixed;z-index: 101;background:#999999 url('img/kreska.png') repeat;text-align: left;font-size: 12px;line-height: 1.2em;color: #000;}
#noticeAboutCookies .close{margin-left:20px;font-size:1.117em;color:#444444;font-weight:normal;text-decoration:none;font-weight:normal;}
#noticeAboutCookies .close:hover{color:#f00;font-weight:normal;}

/* counter */
#counter {float:left;width:100%;text-align:center;}
aside#counter ul{list-style:none;float:right;margin:0 10px 0 10px;width:100%;text-align:center;}
aside#counter li{display:inline;}
aside#counter ul li:first-child{padding-right:20px;}

#slider img {max-width:100%;}

.subShow{position:absolute;right:0px;padding:5px;cursor:pointer}
.subShow:after {content: "+";margin-left: 5px;font-size:28px;font-weight:bold;}

/* juicebox */
#juicebox-container{height:600px !important;clear:both;}
#juicebox-container img {max-width:none !Important;}


.video-container {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}

/* */
.banner_wrapper h3 strong em {color: #474747;font-style: normal;}
.banner_wrapper h3 em {color: #474747;font-style: normal;text-transform: none;}
.banner_wrapper h3 strong {color: #474747;font-size: 60px;font-weight: 400;letter-spacing: 4px;padding: 0 10px;}
.banner_wrapper h3 {color: #272727;font-size:20px;letter-spacing: 2px;margin: 0;text-transform: uppercase;}
.banner_wrapper {text-align: center;padding: 36px 0;position: relative;width: 100%;background: #cecece;display:block;float:left;}

/* */
figure.animated-overlay {overflow: hidden;position: relative;margin-bottom:0px;}
*::before, *::after {box-sizing: border-box;}
.cart-overlay {background: #ffffff none repeat scroll 0 0;backface-visibility: hidden;bottom: 20px;color: #222;font-size: 12px;left: 7%;opacity: 0;position: absolute;transition: all 0.3s ease-in-out 0s;width: 86%;z-index: 11;text-align: center;list-style: outside none none;}
.cart-overlay .shop-actions {min-height: 30px;position: relative;}	
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {content: " ";display: table;}
.clearfix {clear: none !important;}
figure .cart-overlay {color: #222;font-size: 12px;}

.product_type_simple {display: inline-block;margin-top: 1em;color: #222;bottom: 0;box-sizing: border-box;float: left;height: 30px;left: 0;line-height: 20px;max-width: 100%;overflow: hidden;padding: 5px 7px;position: absolute;text-align: center;text-overflow: ellipsis;white-space: nowrap;width: 100%;z-index: 2;border: 0 none;border-radius: 2px;box-shadow: none;outline: medium none;transition: all 0.3s ease-out 0s;vertical-align: middle;}	
figure.animated-overlay > .photo > a  > img {position: relative;transition: transform 0.4s ease 0s;z-index: 2;	height: auto;max-width: 100%;width:100%;vertical-align: middle;border:0 none;}	
.animated-overlay a {outline: medium none !important;transition: all 0.2s ease-in-out 0s;display: block;color: #333333;}
figure.animated-overlay > a {height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 10;}
figure.animated-overlay figcaption {background-color: rgba(2, 2, 2, 0.2);}
figure.animated-overlay figcaption {height: 100%;left: 0;opacity: 0;position: absolute;text-align: center;top: 0;transform: scale(1.3);transition: all 0.4s ease 0s;width: 100%;z-index: 3;}
figure.animated-overlay figcaption::before {content: "";display: inline-block;height: 100%;vertical-align: middle;}	
figure:hover .cart-overlay {opacity: 1}
figcaption .thumb-info h2, figcaption .thumb-info h3, figcaption .thumb-info h4 {line-height: 150%;text-align: center;width: 100%;}
figure:hover > span {opacity: 0;}
figure:hover .photo a img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
figure.animated-overlay figcaption:hover {opacity: 1;}figure figcaption .thumb-info {margin-top: -30px;}
figure.animated-overlay figcaption * {color: #ffffff;}
figcaption .thumb-info {display: inline-block;height: auto;text-align: center;vertical-align: middle;width: 90%;}
figure.animated-overlay .figcaption-wrap {display: none;height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 2;} 
figure:hover .cart-overlay {opacity: 1}figure a {display: block;}
figure.animated-overlay {position: relative;overflow: hidden;}
figure.animated-overlay figcaption {-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);-o-transform: scale(1.3);transform: scale(1.3);-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 3;-webkit-backface-visibility: hidden;-webkit-perspective: 1000;text-align: center;}
figure.animated-overlay figcaption:before {content: '';height: 100%;display: inline-block;vertical-align: middle;}
.browser-ie figure.animated-overlay figcaption, .browser-ie10 figure.animated-overlay figcaption {background-image: none;}
figure.animated-overlay > img {-webkit-transition: -webkit-transform 0.4s;-moz-transition: -moz-transform 0.4s;-o-transition: -o-transform 0.4s;transition: transform 0.4s;z-index: 2;position: relative;}
figure.animated-overlay:hover > img {-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
figure.animated-overlay:hover figcaption {opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
figure.animated-overlay > a {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 10;}
.browser-ie figure.animated-overlay > a {background: rgba(255,255,255,0.5);}
figure.animated-overlay .thumb-slider ul.slides li a {position: relative;z-index: 2;}
figure.animated-overlay .figcaption-wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: none;}
figcaption .thumb-info {width: 90%;height: auto;text-align: center;display: inline-block;vertical-align: middle;}
figcaption .thumb-info .name-divide {display: none;}
figcaption .thumb-info h3, figcaption .thumb-info h4, figcaption .thumb-info h5 {line-height: 150%;width: 100%;text-align: center;}
figcaption .thumb-info h3 {margin-bottom: 10px;}
figcaption .thumb-info h4 {margin-top: 0;margin-bottom: 5px;}
figcaption .thumb-info h5 {margin-bottom: 0;}
figcaption .thumb-info h5 span {width: 100%;}
figcaption .thumb-info h5 span.price, figcaption .thumb-info h5 span.amount {font-size: 14px !important;margin-top: 0 !important;}
figcaption .thumb-info h5 span del {display: none;}
figcaption .thumb-info h5 .star-rating {display: none !important;}figcaption .thumb-info-extended i {margin-top: 10px;}
figcaption .thumb-info a:hover {opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100);}
figcaption .thumb-info > i {font-size: 20px;line-height: 30px;height: 24px;width: 24px;display: block;-moz-text-shadow: 0 0 5px rgba(0, 0, 0, .2);-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .2);text-shadow: 0 0 5px rgba(0, 0, 0, .2);text-align: center;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;-ms-box-sizing: content-box;box-sizing: content-box;position: absolute;left: 50%;margin-left: -24px;top: 50%;}
figcaption .thumb-info-alt {bottom: 0 !important;height: 100% !important;}
figcaption .thumb-info-alt > i {font-size: 52px;line-height: 42px;height: 30px;width: 30px;top: 50%;margin-top: -14px;margin-left: -26px;left: 50%;position: absolute;}
figcaption .thumb-info-excerpt h4 {line-height: 24px;}
figcaption .thumb-info-excerpt p {line-height: 22px;margin-bottom: 0;text-align: center;-moz-text-shadow: 0 0 5px rgba(0, 0, 0, .2);-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .2);text-shadow: 0 0 5px rgba(0, 0, 0, .2);}
figcaption .thumb-info-excerpt > i {display: none;}
figcaption .thumb-info > ul.social-icons {margin-bottom: 0;margin-top: 20px;text-align: center;}

#logo_mobi {position: absolute;left: 5px;padding: 0 0px;top: 5px;z-index:100;display:none;}
#logo_mobi img {width:60px;}

.content table {width: 100%;}
.content table > tbody > tr:first-child {background: #cecece;}
.content table tr td {border: 1px solid #999999;padding: 5px;} 

#page15 #page div.content {width: 20%;clear: none;float: left;}
#page15 center {float: right;width: 75%;clear: none;}
#page15 .googlemap {float: right;width: 100%;clear: none;}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1239px){
	#body .container, #head1 .container, #head2 .container, #powered .container, #foot .container{width: 100%;float: left;}
	#head0{display: none;}
	#logoMenu{display: none;}
	body #container img{max-width: 100%;height: auto;}	
	#menuActiv{display: block;}
	#header .menu-1{display: none;}
	#head2{background: transparent;position: fixed;top: 0;left: inherit;right: 0;bottom: inherit;width: 70px;z-index: 9999;}
	#head2 .container{background: transparent;position: static;height: 64px;}
	#head2:before, #head2:after{display: none;}
	.back-to-top-widget{display: none !important;}
	#header .menu-1.activ ul li{padding: 0;}
	#header .menu-1.activ ul li a{background-image: none;}
	#cd-vertical-nav{display: none;}	
	.ralign {padding-right:20px;}	
	.kontakt {float:left;width:100%;}
	#pin-gallery-all {float:left;width:100%;}
	.more-list a {font-size: 0.8em;}
	#powered {width: 100%;}
	#container {padding: 0 50px;background: #FFF;}	
	#page {margin: 80px auto 40px auto;}	
	#header .menu-1 li:first-child {display: block;}
	#logo_mobi {display: block;}
} 
@media screen and (max-width:1100px){
}
@media screen and (max-width:900px){
	#logo #slogan {font-size: 1.2em;}
	.images-20 li {width:33.333%;}
	.images-21 li {width:33.333%;}	
	figure.animated-overlay figcaption {opacity: 1 !Important;}
	.banner_wrapper h3 strong {float:left;width:100%;margin-top:15px;font-size:6vw;}
}
@media screen and (max-width:767px){
	.ralign {width: 100%;}
	#center_lewa_mapa {width: 100%;padding:20px 0 40px 0;}
	.images-1 {float: left;width: 50%;}	
	.images-2 {float: right;width: 50%;}	
#page15 #page div.content {width: 30%;clear: none;float: left;}
#page15 .googlemap {float: right;width: 100%;clear: none;}	
#page15 center {float: right;width: 65%;clear: none;}
.content table {font-size: 3vw;}
#body .container {padding: 0px;}
}
@media screen and (max-width:680px){
	.banner_wrapper h3 strong {float: left;width: 100%;text-align: center;}
	.pages-list li .image {width:100%;text-align: center;}
	.pages-list li img {display: inline-block;float: none;}
	.pages-list #list-start {right: auto;left: auto;padding-bottom: 0;padding: 10px;position: relative;text-align: left;top: auto;transform: none;width: 100%;}
	.pages-list div.description {font-size: 1em;margin:0 auto;text-align: center;}
	.pages-list h2 {text-align: center;}
}
@media screen and (max-width:600px){
	.images-20 li {width:50%;}
	.images-21 li {width:50%;}		
	#logo img{max-width: 100%;}
	#page .pages-list h2 {float: left;font-size: 1.40em;font-weight: 300;color: #474747;text-transform: uppercase;width: 100%;}
#page15 #page div.content {width: 100%;clear: none;float: left;}
#page15 .googlemap {float: right;width: 100%;clear: none;}	
#page15 center {float: right;width: 100%;clear: none;}
}
@media screen and (max-width:480px){
	.images-20 li {width:100%;}
	.images-21 li {width:100%;}		
    #juicebox-container{height:400px !important;clear:both;}	
	.pages-list2 h2 {font-size: 7.75vw;}
	.pages-list2 li {width: 100%;}
	#page h1 {font-size: 1.60em;}
	#page .pages-list h2 {font-size: 1.25em;}
	#container {padding: 0 15px;background: #FFF;}	
	.banner_wrapper h3 strong {font-size: 5vw;}		
	.pages-list li .image{margin: 0;width:100%;text-align:center;}
	.images-1{margin: 50px 5% 0;}
	.ralign a {font-size:26px;}
	.ralign h2 {font-size: 40px;}
	.ralign h3 {font-size: 30px;}
}