/*
Quick.Cms default stylesheet
More about design modifications - http://opensolution.org/docs/?p=pl-design
*/
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900");

/* 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:#222222;font-size:1em;font-size:1em;font-family: 'Raleway', sans-serif;font-weight: 300;line-height: 1.65em;}
h1,h2,h3,h4{font-size:1em;}
#body .description strong {color:#000080;}
#body .content strong {color:#000080;}
body{padding:0;background:#FFFFFF url('img/patterns.jpg') repeat top center;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:#000080;text-decoration:none;}
a:hover{color:#000080;text-decoration:none;}

.msg.error h1{padding:20px 0;text-align:center;}

#container{position:relative;float:left;width:100%;margin:0px auto 10px auto;text-align:left;}
#container:after{content:"";display:table;clear:both;}

#header{}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#slider img{max-width:100%;height: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 */
#head1{float:left;width:100%;height:115px;}
#head1 .container{}
#logo{float:left;padding: 12px 20px 0 0;}
#logo #title{float:left;}
#logo #title a{color:#272727;font:3.25em 'Raleway';line-height:1em;font-weight: 400;text-decoration:none;}
#logo #title a span{color:#000;background:inherit;}
#logo #title a strong{color:#000;background:inherit;}
#logo #slogan{float:left;clear:left;padding:4px 0 0 4px;background:inherit;color:#575757;}

/* Menu BOOSTRAP */
#head2{float:left;width:100%;margin-top:30px;background: rgb(230, 195, 53) none repeat scroll 0 0;}
#head2 .container{width:1200px;margin:0 auto;overflow: hidden;position:relative;z-index: 10;}
header.start #head2{position: fixed;top:0;left: 0;bottom: inherit;}
#head2.fixed{position: fixed;top:0;bottom: inherit;z-index:100;box-shadow: 0 5px 10px 0.5px rgba(0, 0, 0, 0.1);background: rgb(230, 195, 53) none repeat scroll 0 0;margin:0px;}
#head2.fixed .menu-boostrap a{padding:22px 10px;}
#head2.fixed #logo #title a{line-height:1.65em;font:bold 1.65em 'Crete Round', sans-serif;}

header .menu-boostrap{float:right;}
header .menu-boostrap ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
header .menu-boostrap li{position:relative;float:left;padding:0;}
header .menu-boostrap a{float:left;width:100%;margin:0;padding:22px;color:#fff;font-size:1.25em;text-decoration:none;background:transparent;text-transform: uppercase;font-weight: 300;}
header .menu-boostrap .selected a, header .menu-boostrap .selected a:hover {transition:all 0.5s ease; background: #383f51;color:#FFF;}
header .menu-boostrap a:hover, header .menu-boostrap .selected-parent a{transition:all 0.5s ease; background: #383f51;color:#FFF;}

#menuActiv {float:right;margin:0;background:#474747;display:block;cursor:pointer;display:none;position: absolute;z-index: 99;top:10px;right:10px;}

header .menu-boostrap.activ{background:#474747;margin:0;top:67px;display: block;right:10px;height: auto;position: absolute;width: auto;min-width: 250px;}
header .menu-boostrap.activ ul{height: auto;}
header .menu-boostrap.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-boostrap.activ ul li a{width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding:10px 55px;color: #fff;border:0;}
header .menu-boostrap.activ a:hover, header .menu-boostrap.activ .selected a, header .menu-boostrap.activ .selected-parent a{color: #474747;background: #fff;}

header.tophead {display: block;top: 0px;width: 100%;position:fixed;z-index:10000;}

.tophead2 {display: none;top: 46px;position:absolute;z-index:100;left:40px;}
.tophead2 .container{margin: 0px auto 0 auto;width: 100%;overflow: hidden;position:relative;z-index: 10;}

/* MENU TOP */
.menu-1{float:right;}
.menu-1 ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
.menu-1 li{position:relative;float:left;padding:0;}
.menu-1 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
.menu-1 li:hover:after, .menu-1 .selected:after{width:99%;background:#FFFFFF;}
.menu-1 a{float:left;width:100%;margin:8px 0;padding:5px 20px;color:#787878;font-size:1.25em;text-decoration:none;background:transparent;font-family: 'Raleway', sans-serif;font-weight: 300;}
.menu-1 a:hover, .menu-1 .selected a{color:#000;transition:all 0.5s ease;}



/* HEADER WITH SLIDER */
#slider{position:relative;clear:both;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:130px;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;}


/* PAGE */
#page{position:relative;float:left;width:100%;margin:0 auto 30px auto;text-align:left;}
#page h1{margin:30px 0 15px;color:#EBAA14;font-size:1.6em;font-weight:normal;}
#page h3{margin:30px 0 15px;color:#EBAA14;font-size:1.6em;font-weight:normal;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;}
#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{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;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;}

/* 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;}

.clearclass .images-1{clear:left;float:left;width: auto;}
.clearclass .images-1 li {clear:left;float:left;margin:9px 20px 0 0;list-style:none;}
.clearclass .images-2{clear:right;float:right;width: auto;}
.clearclass .images-2 li{clear:right;float:right;margin:9px 0 0 20px;list-style:none;}

.clearclass .images-20 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;}
.clearclass .images-20 li {float:left;width:20%;padding:0 10px;text-align:center;margin:0 0 15px 0;clear:none;}
.images-20 p{display:none;max-width:250px;margin:0 auto;color:#777777;font-size:0.875em;}

.clearclass .images-21 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;}
.clearclass .images-21 li {float:left;width:20%;padding:0 10px;text-align:center;margin:0 0 15px 0;clear:none;}
.images-21 p{display:none;max-width:250px;margin:0 auto;color:#777777;font-size:0.875em;}
#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;font-size:0.9em;}
.files-list li{list-style:none;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:20000;}
#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:5px;border: 15px 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:7px 0;list-style:none;}
.pages-list li{clear:left;float:left;width:100%;margin:15px 0;padding:25px 0 20px;}
.pages-list li .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 15px;}
.pages-list h2 a{color:#272727;font-size:1.25em;font-weight:normal;background:none;text-decoration:none;}
.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.334%;margin:15px 0;padding:15px 20px;}
.pages-list2 li .image{margin:5px auto;text-align:center;}
.pages-list2 h2{padding:15px 25px;text-align:center;width:100%;}
.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:bold;background: #494e6d none repeat scroll 0 0;padding-top: 60px;float:left;width:100%;}
#foot .container{width:100%;margin:0 auto;padding:15px 0 0 0;color:#555;overflow:hidden;}
#foot a{background:inherit;color:#555;text-decoration:none;font-weight:normal;}
#foot a:hover{color:#383f51;background:inherit;}

#copy{background: #e7c41c none repeat scroll 0 0;padding: 35px 0;float:left;width:100%;font-family: 'Advent Pro', sans-serif;font-size: 20px;text-align:center;}
.foot{float:right;padding:0 25px;}
#powered img{vertical-align:middle;}

.kontakt {width:1200px;margin:0 auto;}
.ralign {float:right;text-align:right;}
.ralign h2 {color: #fff;font-family: 'Crete Round', sans-serif;font-size: 80px;margin-bottom: 45px;margin-top: 0;}
.ralign h3 {color: #e6c335;font-family: 'Crete Round', sans-serif;font-size: 40px;margin: 0;}
.ralign a {color: #fff !important;cursor: pointer;display: block;font-family: "open_sansregular";font-size: 30px;margin-bottom: 60px;}
.ralign p {margin-top:10px;}

#foot .copy{float:left;width:100%;}
#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 */
/* SCROLL BACK TO TOP */
#backToTop{position:fixed;bottom:30px;right:1.5%;}
#backToTop a{display:block;width:80px;text-align:center;color:#666;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;font-weight:300;}
#backToTop a:hover{opacity:1;color:#000;text-decoration:none;}
#backToTop a:before{content:'';display:block;width:80px;height:90px;margin-bottom:7px;background:#607380 url('img/back_to_top.png') no-repeat center center;border-radius:0px;transition:1s;}
#backToTop a:hover:before{background-color:#777777;}
@media screen and (max-width:1280px){
  #backToTop {right:0.5%;}
  #backToTop a{opacity:0.3;}
}

/* Display option: GOOGLE MAPS */
#page .googlemap iframe{width:100%;height:350px;}

/* 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;padding:17px 7px;background:#383F51;font-weight:normal;border:2px solid #999;position:fixed;left:0px;bottom:0px;width:250px;z-index:100;font-size:12px;color:#FF6E03;line-height:1.55em;}
#noticeAboutCookies .close{margin-left:20px;font-size:1.117em;color:#fff;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%;}

/* DROP DOWN MENU */
/* it is  recommended to combine these styles with standard #header .menu-1 styles */
#showMenu{position:absolute;right:0px;top:80px;display:none;}
#showMenu button{padding:10px;}
#showMenu button::after{content:"";padding:0 10px;margin-left:10px;background:url('img/menu-min.png') no-repeat;background-size:120%;}

#header .menu-1 > ul{margin:8px 0;line-height:1.5em;}
#header .menu-1 li{position:relative;}
#header .menu-1 li:after{display:none;}

#header .menu-1 ul ul{display:none;position:absolute;top:2.1em;left:-1px;z-index:10;height:auto;white-space:nowrap;background:rgba(255,255,255,0.3) url('img/patterns.jpg') repeat top center;width:auto;}
#header .menu-1 > ul > li:hover > ul{display:block;}
#header .menu-1 ul ul li{clear:left;display:block;width:100%;margin-left:0;}
#header .menu-1 ul ul li a{width:100%;margin:0;}

#header .menu-1 > ul > li > ul > li > ul{top:0;left:100%;border-left:0px solid #777777;}
#header .menu-1 > ul > li > ul > li:hover ul{display:block;}
#header .menu-1 ul ul ul li a{font-size:0.875em;}

@media screen and (min-width:481px){
  #header .menu-1{}
  #header .menu-1 > ul > li{margin-right:5px;border:1px solid #777777;}
  #header .menu-1 ul li{border:3px solid; border-color:transparent;}
  #header .menu-1 ul ul li:not(:last-child){border-bottom:none;}
  #header .menu-1 ul ul li a{font-size:1.125em;padding: 0.25em 30px;}
  #header .menu-1 li a{margin:0;padding:0.25em 20px;border:0;}
}
@media screen and (max-width:600px){
  #header .menu-1 > ul > li:hover > ul{display:none;}
  #header .menu-1 > ul > li > ul > li:hover ul{display:none;}

  #header .menu-1{width:100%;}
  #header .menu-1 li{width:100%;}
  #header .menu-1 ul ul{top:1.8em;left:5px;position:static;border:none;background: #878787;color:#FFFFFF;}
  #header .menu-1 ul ul li{border:none;border-bottom:1px solid #777777;}
  #header .menu-1 ul ul li:first-child {border-top:1px solid #777777;}
  #header .menu-1 ul ul ul li{border:none;border-bottom:1px solid #777777;}
  #header .menu-1 ul ul ul li:first-child {border-top:1px solid #777777;}
  #header .menu-1 > ul > li > ul > li > ul{border-left:none;}
  #header .menu-1 ul ul ul li a{font-size:1em;padding: 0.25em 40px;background: #878787;}

  #showMenu{display:block;}
  #showMenu button{background: #878787;color:#FFFFFF;}
  #head2 .container{right:0px;top:120px;z-index:9999;}
  #head2 .container.active{display:block;background: #878787;}
  #header .menu-1 li:after {width:100%;}
  #header .menu-1 ul ul {width:100%;}
  #header .menu-1 a {color: #fff;}
  #header .menu-1 a:hover, #header .menu-1 .selected a{color:#000;transition:all 0.5s ease;}
}

.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;}

/*PIN-GALLERY*/
#page8 #container {width:100%;box-shadow:none;}
#page8 #header {float:left;width:100%;}
#page8 #header #head1 {width: 1200px;margin:0 auto;float:none;}
#page8 #header #head2 {width: 1200px;margin:0 auto;float:none;}
#page8 #header #head2 .container {}
#page8 #header #slider {display:none !Important;}
#page8 #foot {width: 1200px;margin:0 auto;float:none;}
#page8 #powered {width: 1200px;margin:0 auto;float:none;margin:10px auto;padding:5px 0;}
#page8 #page nav.breadcrumb {display:none !Important;}
#page8 #page h1 {display: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%;}

.googlemap {float:left;width:100%;height:450px;}
.googlemap iframe {float:left;width:100%;height:450px;}

#kontakt1 {float:left;width:100%;}

#container .righttop h2 {font-family: 'Crete Round', sans-serif;font-size: 70px !Important;line-height: 110px;margin: 0;padding-left: 25px;text-align:left;}
#container .righttop {display: block;float: right;width: 62%;}
#container .lefttop {display: block;float: left;width: 38%;}
#container .lefttop {background: rgba(0, 0, 0, 0) url("img/opisbg.png") no-repeat scroll right top;height: 110px;}

.clearclass {clear: both;margin: 0 auto;width: 1200px;}

#page1 #page .cont-all {margin: 0 auto;width: 1200px;margin-top: 30px;}
#page1 #page {margin-top: 20px;}

.infobar {float:left;width:100%;background: #3a3e57 none repeat scroll 0 0;color: #fff;font-family: 'Crete Round', sans-serif;font-size: 30px;margin-bottom: 15px;padding: 53px;text-align: center;}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1201px){
	#page1 #page .cont-all {margin: auto 3% auto 3%;width: 94%;}
	#logo #title a{font-size:2em;}
	#page8 #header #head1 {width: 100%;}
	#page8 #header #head2 {width: 100%;}
	#page8 #foot {width: 100%;}
	#page8 #powered {width: 100%;} 
	#content li img{width:100%;height: auto;}
	#container {width:100%;}
	#products li h2 {height: 2.6em;line-height: 1.2em;}
	#page div.content iframe {width:100%;}
	#imagesList1 img {width:80%;height: auto;}
	#imagesList2 img {width:80%;height: auto;}
	#imagesList4 img {width:80%;height: auto;}
	#page #imagesList4 li {width:18%;margin:5px 1%;}
	#head2 .container {width:100%;}
	#menuActiv{display: block;}
	.tophead .menu-boostrap {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;}
	.tophead .menu-boostrap.activ ul li{padding: 0;}
	.tophead .menu-boostrap.activ ul li a{background-image: none;}
	.tophead #logo {display:none;}
	#logo2 {display:block;}
	header.tophead {background: none;}
	#head2.fixed {background: none;box-shadow:inherit;}
	.tophead2 {display: block;}
	.kontakt {width:100% !Important;}
	.info-product {width:100% !Important;}
	.clearclass {width:100% !Important;}
	#content .subpagesList li img, #content .imagesList li img, #content .imagePreview img, #products li .photo img {width:80%;height: auto;}
	.ralign {padding-right:20px;}  
	#head2.fixed .menu-boostrap a {padding: 6px 10px;}
	#container .righttop h2 {font-size: 50px !important;line-height: 1.2em !important;}	
}
@media screen and (max-width:925px){
	
#logo2 {margin:0px;height: auto;line-height: 3em;}
#logo2 #title a {font: bold 2em "Crete Round",sans-serif;}
#menu2 {float:left;width:100%;}
#head1 #menu2 ul {height: auto;}
#sideTab {display:none;}
#fbSideTab {display:none;}
#productsSlider {display:none !Important;}
#products li .photo {width:100%;padding:10px 20px;}
#products li .cont-right-products {width:100%;padding:10px 20px;} 
#page #imagesList1 {width:100%;padding:10px 20px;} 
#page #pageDescription {width:100%;padding:10px 20px;} 
#page #imagesList1 img {width:80%;height: auto;}
#container .lefttop {width: 20% !important;}
#container .righttop h2 {font-size: 50px !important;line-height: 2.2em !important;}
#container .righttop {float: left;width: 80%;}
}
@media screen and (max-width:885px){
#container .righttop {display: block;float: left;width: 100%;}	
#container .lefttop {display: none !important;}
}
@media screen and (max-width:852px){
#page #subList4 li {padding: 0 5%;width: 40%;}
}
@media screen and (max-width:800px){
#container .righttop h2 {font-size: 30px !important;line-height: 1.2em !important;}	
h3 {font-size: 25px !important;}	
}
@media screen and (max-width:782px){
}
@media screen and (max-width:760px){
	
}
@media screen and (max-width:860px){
	.clearclass .images-20 li {width:33.334%;}
	.clearclass .images-21 li {width:33.334%;}
}
@media screen and (max-width:640px){
.quick-slider-slide .description{z-index:3;position:absolute;top:0px;left:20px;width:85%;min-width:200px;margin-top:100px;padding:10px;background:rgba(0,0,0,0.5);line-height:1.25em;color:white;}	
#container .righttop h2 {font-size: 20px !important;line-height: 1.0em !important;}	
#tbody .photo {display:none;}
#orderedProducts {font-size:0.75em;}
#thead .name {width:14%;margin:1px 2%;float:left;}
#thead .price {width:14%;margin:1px 2%;float:left;}
#thead .quantity {width:14%;margin:1px 2%;float:left;}
#thead .summary {width:21%;margin:1px 2%;float:left;}
}
@media screen and (max-width:630px){
	.infobar {float:left;width:100%;background: #3a3e57 none repeat scroll 0 0;color: #fff;font-family: 'Crete Round', sans-serif;font-size: 50px;margin-bottom: 0px;padding: 20px;text-align: center;}	
}
@media screen and (max-width:584px){
#orderedProducts {font-size: 70%;}
h2 {font-size: 35px !important;}
#products li h2 {font-size: 1.9em !important;}
#backToTop {display:none;}
	.clearclass .images-20 li {width:50%;}
	.clearclass .images-21 li {width:50%;}
}
@media screen and (max-width:481px){
#box-view-img-prod {width:100%;}
#left-box {width:100%;}
#page #subList4 li {padding: 0 10%;width: 80%;}
h3 {font-size: 18px !important;}
.ralign a {font-size:26px;}
.images-1 {width:100%;padding:5px 0;margin:0 auto;}
.images-1 img {width:60% !important;height: auto !important;}
.images-2 {width:100%;padding:5px 0;margin:0 auto;}
.images-2 img {width:60% !important;height: auto !important;}
#copy {font-size: 16px;}
}
@media screen and (max-width:360px){
		.infobar {float:left;width:100%;background: #3a3e57 none repeat scroll 0 0;color: #fff;font-family: 'Crete Round', sans-serif;font-size: 40px;margin-bottom: 0px;padding: 20px;text-align: center;}	
#thead .quantity {width: 26%;}
}
@media screen and (max-width:320px){

  #orderedProducts td{padding:2px;}
  #orderedProducts thead .name{padding-left:7px;}
  #orderedProducts tfoot #save .submit{;width:70px;}
  #basket #save{padding:6px 4px 0;}
}