@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&subset=latin-ext');
@font-face {
    font-family: 'PH-600RegularCaps';
    src: url(/../../plugins/fonts/PH-600RegularCaps.otf) format('opentype');
}

/* 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:1em;font-family:'PH-600RegularCaps', sans-serif;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#fff;text-align:center;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#003399;font-family:'Quicksand', sans-serif;font-size:1em;border-radius:2px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#00679a;box-shadow:0 0 3px rgba(0,103,154,0.6);}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;}
input[type="submit"], button[type="submit"]{padding:0.4em 0.9em;border-width:1px;border-style:solid;background:#003399;color:#fff;transition:all 0.3s ease;font-family:'Quicksand', sans-serif;font-size:1em;border-radius:2px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#00679a;cursor:pointer;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;border:1px solid #e8eaee;font-size:100%;font:inherit;vertical-align:baseline;}

a{color:#003399;text-decoration:underline;}
a:hover{color:#3f3f3f;text-decoration:none;}
a:visited{}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#003399 url('img/info.png') no-repeat 20px center;color:#fff;font-size:1.5em;}
.msg.done a, .msg.error a{color:#fff;}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid #fff;text-decoration:none;font-size:0.813em;}
.msg a.action:hover{background:#fff;}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:#cc1426;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

#container{position:relative;width:100%;margin:0 auto;text-align:left;}
#container:after{content:"";display:table;clear:both;}
#header{}
#body, #foot{width:100%;margin:0 auto;padding:0;}
#body img{max-width:100%;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1{height:155px;}
#head1 .container{max-width:1200px;margin:0 auto;}
#logo{float:left;padding:22px 0 0 35px;}
#logo #title{float:left;}
#logo #title a{color:#1f1a17;font:bold 3.25em 'Arial';line-height:1em;text-decoration:none;}
#logo #title a span{color:#cc1426;background:inherit;}
#logo #title a strong{color:#003399;background:inherit;}
#logo #title a em{color:#cc1426;font-style:normal;}
#logo #slogan{float:left;clear:left;padding:4px 0 0 4px;background:inherit;color:#1f1a17;}
#kogut{float:left;margin:30px 0 0 40px;}
#owner{float:left;margin-left:300px;}
#owner img{height:150px;}

#search-form{float:right;min-width:140px;width:25%;margin:25px 2% 0 0;text-align:right;}
#search-form input[type="text"], #search-form button{float:left;height:30px;padding:5px 3%;border-color:#d9d9d9;}
#search-form input[type="text"]{min-width:100px;width:78%;background:#fff;color:#333;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
#search-form button{width:20%;background:#bbb url('img/search.png') no-repeat center center;color:transparent;border-top-left-radius:0;border-bottom-left-radius:0;line-height:0.8em;}
#search-form button:hover, #search-form button:focus{background-color:#d9d9d9;transition:all 0.2s ease;}

#jezyki{float:right;clear:right;margin:25px 35px 0 0;color:#bbb;}
#jezyki a{color:#bbb;padding:0 5px;}
#jezyki a.selected{text-decoration:none;font-weight:bold;}

/* HEADER WITH TOP MENU */
#head2{}
#head2 .container{max-width:1200px;margin:0 auto;height:50px;}

/* 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;margin:0 5px;}
#header .menu-1 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:2px;background:transparent;transition:all 0.2s ease;}
#header .menu-1 li:hover:after, #header .menu-1 .selected:after, #header .menu-1 .selected-parent:after{width:99%;background:#008bd2;}
#header .menu-1 a{float:left;width:100%;margin:8px 0 0;padding:7px 20px 9px;color:#333;font-size:1.25em;text-decoration:none;background:transparent;font-family:'PH-600RegularCaps';}
#header .menu-1 a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#000;transition:all 0.2s ease;}
*/ 

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0 auto;max-width:1200px;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin:0 auto 30px;text-align:left;}
#page h1{margin:0 auto 15px;padding:10px 50px;color:#fff;font-size:2.417em;font-weight:normal;background:#00205b;max-width:1200px;}
#page h1 #wstecz{display:block;float:left;width:50px;font-family:Arial;color:#fff;text-decoration:none;font-size:1.5em;text-align:center;margin:-15px 10px 0 0;position:relative;}
#page h1 #wstecz:hover{padding-right:10px;transition:all 0.2s ease;}
#page h1 #wstecz span{display:block;margin-bottom:10px;}
#page .msg.error h1{margin-top:15px;color:#fff;}
#page .msg.error.panel h1{margin:0;font-size:1em;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin:0 50px 20px;color:#999;font-size:0.917em;}
#page nav.breadcrumb a{color:#999;}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;padding:0 50px;max-width:1200px;margin:0 auto;}
#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;} */ /* Uncomment if necessary */
#page div.content ul li, #page div.content ol li{margin:8px 0;padding:0;}
#page div.content > h2, #page div.content > h3{margin:30px 0 15px;font-size:1.5em;line-height:1.75em;font-weight:normal;}
#page div.content > h3{font-size:1.25em;}
#page div.content p{padding:10px 0;text-indent:25px;}

#page div.content > .box.polowa{width:50%;float:left;}
#page div.content > .box.trzecia{width:31%;margin:1%;float:left;}

#page div.content .box:nth-child(3n+1){clear:left;}
#page div.content .box{margin:20px auto;}
#page div.content .box h2{border-bottom:1px solid #d9d9d9;padding-bottom:5px;font-size:1.25em;width:50%;}

#page div.content .produkty{width:100%;margin:25px auto 0;}
#page div.content .produkty th{font-weight:bold;}
#page div.content .produkty th, #page div.content .produkty td{padding:10px;}

#page > time{position:absolute;top:40px;right:0;color:#6e6e6e;}

/* IMAGES STYLES */
/* global */
#content li img{box-shadow:0 0 4px rgba(100,100,100,0.4);}
#content li img:hover{opacity:0.8;}
/* list global */
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 15px 0;background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:#000;font-size:1em;}
#content div.content .images-3, #content div.content .images-4{padding:0;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2, .images-3, .images-4{clear:both;}
.images-2, .images-4{padding-top:75px;}
.images-2:after, .images-3:after, .images-4:after{content:'';display:table;clear:both;}
.images-2 li, .images-3 li, .images-4 li{float:left;width:33%;}
.images-2 li:nth-child(3n+1), .images-3 li:nth-child(3n+1), .images-4 li:nth-child(3n+1){clear:left;}
#content div.content .images-2, #content div.content .images-3, #content div.content .images-4{clear:none;}

/* FILES LIST STYLES */
.files-list{width:100%;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:100%;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:#003399;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-position:0 -40px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background-position:0 -100px;}
.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-position:0 -180px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background-position:0 -240px;}
.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:0;top:0;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:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );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{margin:0;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;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 .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0 0 0.5em;font-size:1.25rem;}
.title a{color:#3f3f3f;font-weight:normal;background:none;text-decoration:none;}
.title a:hover{color:#008bd2;background:none;}
time.date{display:block;padding:0 0 0.3em;color:#6e6e6e;}
[class*="pages-"]{width:94%;margin:7px auto;list-style:none;max-width:1200px;}
[class*="pages-"] .more{display:block;margin:0.3em 0 0;}

/* standard list */
.pages-list .page{clear:left;float:left;width:100%;margin:15px 0;padding:25px 2.5% 20px;}
.pages-list .page .image{float:left;margin:0 2.5% 5px 0;}
.pages-list .title{font-size:1.4rem;}
.pages-list div.description{margin:0.3em 0 0;font-weight:normal;font-size:1em;line-height:1.4em;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list .page li{padding:0;border:0;background:none;}
.pages-list .page ol{list-style:decimal;}
.pages-list p, .pages-gallery p{padding:0.3em 0;}

/* subpages gallery/boxes/products etc */
.pages-news .page{clear:left;float:left;width:100%;margin:15px 0;padding:25px 2.5% 20px;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;}

.pages-about{margin:50px auto;}
.pages-about .page{float:left;width:31%;margin:0 0 80px 2%;padding:5px 0;text-align:center;}
.pages-about .page a{padding:12px 10px 10px;position:relative;}
.pages-about .page a::before, .pages-about .page a::after{position:absolute;top:100%;left:0;width:100%;height:3px;background:#fecc00;content:'';-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s;-webkit-transform:scale(0.85);-moz-transform: scale(0.85);transform: scale(0.85);}
.pages-about .page a::after{opacity:0;-webkit-transition:top 0.3s, opacity 0.3s, -webkit-transform 0.3s;-moz-transition:top 0.3s, opacity 0.3s, -moz-transform 0.3s;transition:top 0.3s, opacity 0.3s, transform 0.3s;}
.pages-about .page a:hover::before, .pages-about .page a:hover::after, .pages-about .page a:focus::before, .pages-about .page  a:focus::after{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
.pages-about .page a:hover::after, .pages-about .page a:focus::after{top:0%;opacity:1;}

.pages-products{width:100%;}
.pages-products a{display:block;width:100%;height:250px;position:absolute;text-decoration:none !important;}
.pages-products .page{float:left;width:48%;margin:15px 1%;padding:0 15px 0 0;background:#0e4194;height:168px;border:0;height:250px;position:relative;}
.pages-products .page .image{float:left;width:300px;height:168px;overflow:hidden;margin-right:15px;}
.pages-products .page img{box-shadow:none !important;}
.pages-products .page img:hover{transform:scale(1.10);transition:all 0.3s ease;opacity:1 !important;}
.pages-products .page h2{font-size:3.5rem;margin:25px 0 0 35px;color:#00205b;}
.pages-products div.description{color:#000;margin:0 220px 0 35px;line-height:150%;}

.pages-products .page:nth-child(1){background:url('../../files/drop-produkty-drob-bg.jpg') no-repeat center;}
.pages-products .page:nth-child(2){background:url('../../files/drop-produkty-ready-to-cook-bg.jpg') no-repeat center;}
.pages-products .page:nth-child(3){background:url('../../files/drop-produkty-konserwy-bg.jpg') no-repeat center;}
.pages-products .page:nth-child(4){background:url('../../files/drop-produkty-garmazerka-bg.jpg') no-repeat center;}

.pages-gallery{clear:both;}
.pages-gallery:after{content:'';display:table;clear:both;}
.pages-gallery .page{float:left;width:98%;clear:left;margin:15px 0;padding:10px 0;border:1px solid #fff;border-top:5px solid #fff;text-align:center;min-height:150px;}
.pages-gallery .page:hover{border-color:#0e4194;}
.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery .page .title{}
.pages-gallery div.description{padding:0.3em 0 0.3em 1.5em;text-align:justify;}
@media screen and (min-width:481px){
  .pages-gallery .page{clear:none;float:left;padding:20px;}
}
@media screen and (min-width:481px) and (max-width:800px){
  .pages-gallery .page{width:48%;}
  .pages-gallery .page:nth-child(2n+1){clear:left;}
}
@media screen and (min-width:801px){
  .pages-gallery .page{width:32%;margin-left:2%;}
  .pages-gallery .page:nth-child(3n+1){clear:left;margin-left:0;}
}

.pages{clear:both;padding:8px 0;text-align:right;}
.pages ul, .pages li{display:inline;}
.pages li{padding:0 2px;}
.pages a, .pages strong{padding:0 3px;}

/* SITE MAP */
#site-map{clear:left;margin:10px 0;list-style:none;}
#site-map > li{padding:8px 0;}
#site-map > li > a{font-weight:bold;}
#site-map ul{padding:3px 0 3px 30px;list-style:none;}
#site-map ul li{padding:3px 0;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:#3f3f3f;color:#fff;font-size:0.8em;}
#foot .container{max-width:1200px;margin:0 auto;padding:22px 25px;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot .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;}

#powered{clear:both;width:100%;text-align:center;}
#powered a{display:inline-block;width:192px;height:26px;}
#powered a:hover{border-color:#fff;}

/* COMMON CLASSES */

.form-full{clear:both;float:left;width:100%;margin:25px auto 0;}
.form-full dt{padding:0 0 7px;}
.form-full dd{margin-bottom:20px;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width:99%;padding:7px;font-size:1em;}
.form-full .save{text-align:center;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.captcha input[type="text"]{min-width:60px;width:6%;}
.captcha strong{font-weight:bold;}
.captcha em{font-style:normal;font-weight:bold;}
.captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}

/* ADMIN OPTIONS */
#page ul.options{position:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:10px;}
.panel-link{display:inline-block;width:21px;height:21px;background:rgba(255,255,255,0.6) url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}


@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:0;border-right:1px solid #000;font-size:1em;}
  #header .menu-1 .selected a, #header .menu-1 .selected-parent a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  #header .menu-1 li:hover:after, #header .menu-1 .selected:after, #header .menu-1 .selected-parent:after, #search-form, #foot .options{display:none;}
}


/* RESPONSIVE WEB DESIGN - media queries */
  @media screen and (max-width:1199px){
    #container{width:100%;}
    #head1{height:auto;}
    #logo #title a{font-size:2em;}
    #content .files-list li{width:80%;margin-left:15px;padding-left:30px;}
    #body ul[class*='images-'] img{max-width:95%;}
  }
	@media screen and (max-width:800px){

    #search-form{float:left;clear:left;width:100%;margin:0;padding:15px 3%;text-align:left;}
    #search-form input[type="text"]{width:80%;}
    /* #header .menu-1{float:left;} */
		#page div.content > .box.polowa{width:100%;}
		#page div.content > .box.trzecia{width:100%;margin:1% 0;}

		#jezyki{margin:5px 5px 0 0;}
		#logo{width:75%;}
		#logo #title{text-align:center;float:none;}
		#kogut{width:25%;margin:0;text-align:center;}
		#kogut img{width:55px;margin:20px auto 0;}
		#owner{width:25%;margin:0;}
		#owner img{margin:0;width:100px;height:100px;}
		
		/* #header .menu-1{width:100%;}
    #header .menu-1 li{width:50%;}
    #header .menu-1 li:after{display:none;}
    #header .menu-1 a{margin:0;padding:5px 7px;font-size:0.875em;border-bottom:1px solid #e8eaee;}
    #header .menu-1 li:nth-child(2n-1) a{border-right:1px solid #e8eaee;}
    
    #header .menu-1 a:before{content:"";display:block;float:left;width:16px;height:16px;margin:1px 8px 0 0;background:url('img/options.png') no-repeat center -64px;}
    #header .menu-1 a:hover:before, #header .menu-1 .selected a:before, #header .menu-1 .selected-parent a:before{background-position:center -80px;} */

    .images-3 li, .images-4 li{width:50%;}
    .images-3 li:nth-child(2n+1), .images-4 li:nth-child(2n+1){clear:left;}
    .images-3 li:nth-child(4n+1), .images-4 li:nth-child(4n+1){clear:none;}

	#page div.content{padding:0 10px;}
	
	.pages-products div.description{margin:0 0 0 35px;line-height:150%;text-shadow:1px 1px 2px #000;}
	
    #foot .copy, #foot .options{width:100%;}
    #foot .options li{float:left;margin:15px 25px 0 0;}
  }

	@media screen and (max-width:800px){
		.pages-products .page{width:98%;}
	}
  
  @media /* High px density (mostly mobile) - so you can magnify something */
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx){
    #quick-box .close{font-size:1.5em;}
    #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
  }

  
/* PLUGINS */

/* DROP DOWN MENU */
/* it is  recommended to combine these styles with standard #header .menu-1 styles */
#header .menu-1 > ul{margin:8px 0;line-height:1.5em;}
#header .menu-1 li:after{display:none;}
#header .menu-1 li.drop-down:before{position:absolute;right:3px;display:block;content:"\25be";color:#0093dd;}

#header .menu-1 ul ul{display:none;position:absolute;top:2.1em;left:-1px;z-index:10;width:auto;height:auto;white-space:nowrap;background:#efefef;}
#header .menu-1 .level-0-el:hover .level-1-menu{display:block;}
#header .menu-1 .level-0-el li{clear:left;display:block;width:100%;margin-left:0;}
#header .menu-1 .level-1-el a{width:100%;margin:0;}

#header .menu-1 .level-2-menu{top:0;left:100%;border-left:5px solid #0093dd;}
#header .menu-1 .level-1-el:hover .level-2-menu{display:block;}

@media screen and (min-width:481px){
  #header .menu-1 .level-0-el{margin-right:5px;}
  #header .menu-1 ul li{border:0;}
  #header .menu-1 ul ul li:not(:last-child){border-bottom:none;}
  #header .menu-1 li a{margin:0;padding:0.25em 20px;border:0;}
  #header .menu-1 .level-1-el a{font-size:1.125rem;}
  #header .menu-1 .level-2-el a{font-size:0.875rem;}
}
@media screen and (max-width:480px){
  #header .menu-1 ul ul{top:1.8em;left:5px;}
}

/* MENU */ 
.menu-1{float:right;} 
.menu-1 > ul{float:left;width:100%;height:100%;margin:0;list-style:none;} 
.menu-1 > ul > li{position:relative;float:left;margin-left:10px;padding:0;} 
.menu-1 a{display:inline-block;width:100%;margin:8px 0 0;padding:7px 20px 9px;color:#00205b;font-size:1.25em;text-decoration:none;} 
.menu-1 a:hover, .menu-1 .selected a, .menu-1 .selected-parent a{color:#00205b;transition:all 0.5s ease;} 
.flexMenu-popup{z-index:10;padding:0;margin:0;background-color:#efefef;list-style-type:none;} 
.flexMenu-popup a:hover{display:block;text-decoration:underline;} 
.flexMenu-popup a{font-size:1em;white-space:nowrap;} 
.flexMenu-viewMore:not(.flexMenu-allInPopup) .flexMenu-popup{right:0;} 
.flexMenu-viewMore > a{padding-right:25px;border:1px solid #e8eaee;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23666666'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;background-position: right 8px top 1em;background-size: auto 25%;} 
.flexMenu-viewMore.active > a, .flexMenu-viewMore > a:hover{color:#666;} 
@media screen and (max-width:800px){ 
  .menu-1 > ul > li:first-child{margin-left:10px;} 
  .menu-1 a{font-size:1.125em;} 
} 
