/* Quick.Cms.Ext v6.x default stylesheet */

/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:#000;font-size:1em;font-family:sans-serif;font-weight:300;}
h1,h2,h3,h4{font-size:1em;}
html { scroll-behavior: smooth;}

html{height:100%;}
body{padding:0;background:#d1d1d1;text-align:center;height:100%;width: 100%;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#1b5770;background:#fff;font-family: 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"]{text-decoration:none;color: #161d2e;border: 1px solid #161d2e;padding: 5px 10px;display: inline-block;text-align: center;font-size:1.688em;margin:5px auto;text-transform: uppercase;font-family: 'Lato';background: #fff;cursor: pointer;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background: #161d2e;text-decoration: none;color: #fff;}

label{font-weight:bold;text-transform: lowercase;}
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;}
sup{font-size:0.5em;}

.prep-info{background:#0093dd;color:#fff;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;z-index:9000;position:relative;}

a{color:#000;text-decoration:underline;}
a:hover{color:#000;text-decoration:underline;}
a:visited{}

 h6 {width:100%;text-align:center;}
 h6 a{width:100%;text-align:center;font-size:1.4em;color:#999;margin:20px 0;}
.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{font-family:Lato;margin:10px 0;background:#000000 url('img/info.png') no-repeat 20px center;color:#fff;font-size:1.5em;}
.msg.done a, .msg.error a{color:#fff;text-decoration:none;}
.msg.done a:hover, .msg.error a:hover{color:#fff;text-decoration:underline;}
.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:#434343;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}
.description:{line-height:1.4em;}
#container{position:relative;width:100%;float:left;text-align:left;}
#container:after{content:"";display:table;clear:both;}
#header{}
#body, #foot{float:left;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;}

#header{min-height: 100%;width:100%;float: left;display: table;height:100%;background-size: cover;}
#header.noBg{min-height: 0;height: auto;height:80px;}
/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1{float:none;width:100%;display: table-cell;vertical-align: middle;background-size: cover;background-position: center;}
#head1 .container{width:1200px;margin:10px auto;}
#logo{padding:0 10px;}
#logo #title{text-align:center;max-width: 100% !important;}
#logo #slogan{text-align:center;clear:left;color: #fff;font-size: 2.063em;text-transform: uppercase;font-family: 'Lato';margin-top:30px;font-weight: 300;}

#logoMenu{font-family: 'Lato';float:left;padding:0;text-transform:uppercase;}
#logoMenu a{color: #fff;font-size: 2em;text-decoration:none;}
.menuDescription{font-size:0.7em;padding-left:20px;padding-right:20px;float:right;color:#888;font-style:italic;}
.noBg #logoMenu, .fixed #logoMenu{max-width: 160px;}
.noBg #logoMenu a, .fixed #logoMenu a{font-size: 0;}
.noBg #logoMenu img, .fixed #logoMenu img{width: 100%;}

#narrowBottom{background: url('img/scroll.png') center no-repeat;width: 98px;height:98px;margin: 0 auto;cursor: pointer;margin-top: 10%;}
#narrowBottom:hover{background-size:90%;}

#search-form{min-width:140px;width:25%;margin:o auto;text-align:center;}
#search-form input[type="text"], #search-form button{float:left;height:30px;padding:5px 3%;}
#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:#000000 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:#00679a;transition:all 0.5s ease;}

/* HEADER WITH TOP MENU */
#head0{float:left;width:100%;position: fixed;top: 0;  left:0;z-index: 99;background:#5395a9;min-height: 50px;}
#head0 .container{/* width:1200px; */margin:0 auto;}
#header.noBg #head0{position: fixed;top:0;left: 0;bottom: inherit;}


#head0.fixed{position: fixed;top:0;bottom: inherit;}

/* MENU TOP */

#header #head0 .menu-1{float:right;display: block;}
#header .menu-1{float:right;display: none;}
#header .menu-1 ul{margin:0;list-style:none;z-index: 999;}
#header > .menu-1 ul ul{text-align: left;font-size: 1.1em;}
#header > #head0 > .menu-1 ul ul{text-align: left;font-size: 0.8em;}
#header .menu-1 ul li a{text-decoration: none;}
#header .menu-1 ul li .img a{height: auto;}
#header .menu-1 ul li .img a::before, #header .menu-1 ul li .img a::after{display: none;}
#header .menu-1 ul li .img a:hover{background: transparent;}
#header .menu-1 ul li p{padding:5px 0 5px 20px;margin: 0;max-width: none;text-align: left;font-size: 1.1em;}
#header .menu-1 > ul > li {margin: 0;}
#header .menu-1 > ul > li > a{text-transform: uppercase;color: #fff;font-size: 1.5em;}
#header .menu-1 > ul > li > a:hover, #header .menu-1 > ul > li > a.selected, #header .menu-1 > ul > li.selected > a{color:#fff;transition:all 0.5s ease;background: #161d2e;}

#header .menu-1 .images-60 {padding-right: 0;}
#header .menu-1 .images-60 img{max-width: 100%;}

/* #header .menu-1 li{position:relative;float:left;padding:0;}
#header .menu-1 a{float:left;width:100%;margin:0;padding:28px 15px;color:#fff;font-size:1.5em;text-decoration:none;background:transparent;text-transform: uppercase;font-family: 'Lato';}
#header .menu-1 a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#fff;transition:all 0.5s ease;background: #161d2e;}
 */
/* #menuActiv {float:right;margin:0;background:#434343;display:block;cursor:pointer;display:none;position: absolute;z-index: 99;top:10px;right:10px;}

#header .menu-1.activ{background:#000000;margin:0;top:64px;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 55px;color: #fff;border:0;}
#header .menu-1.activ a:hover, #header .menu-1.activ .selected a, #header .menu-1.activ .selected-parent a{color: #fff;}

#header .menu-1 ul ul{display: none !important;} */

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;background:#fff;}
#body:after{content:"";display:table;clear:both;}
#body .container{width:1200px;margin:0 auto;overflow: hidden;background: #fff;}
#page62 #body .container{}

#page62 .owl-theme .owl-controls{
margin-top: 20px;
text-align: right;
padding-right: 20%;
z-index: 9;
position: relative;
}


/* PAGE */
#page.fixed, #product.fixed{padding-top: 60px;}
#page{position:relative;float:left;width:100%;margin:0;text-align:left;background-size: 100% auto;background-repeat: no-repeat;display:flex;flex-direction:column;}
#product{position:relative;float:left;width:100%;margin:0;text-align:left;background-size: 100% auto;background-repeat: no-repeat;display:block;}
#page1 #page h1, #page197 #page h1, #page149 #page h1, #page101 #page h1{/* display: none; */}
#page h1, #product h1{font-family: 'Lato';text-transform: uppercase;padding: 0 0 1em;line-height:normal;font-size:2.750em !important;color: #77787b;font-weight: 300 !important;}
#page h1 i, #product h1 i{font-size: 0;background: url('img/logoAgreen.png') no-repeat;width: 62px;height: 62px;display: inline-block;vertical-align: top;margin-left: 2px;}
#page .content > h2, #product .content > h2{font-family: 'Lato';text-transform: uppercase;padding: 50px 0 30px;font-size:2.750em !important;color: #77787b;font-weight: 300 !important;}
#head1 .container h1{color: #fff;font-weight:normal;font-size:3.125em;padding: 10px 0;text-transform: uppercase;font-family: 'Lato';}
#page .msg.error h1, #product .msg.error h1{margin-top:15px;color:#fff;}
#page .msg.error.panel h1, #product .msg.error.panel h1{margin:0;font-size:1em;}

#chooseProduct{margin:30px auto 15px;text-align: center;width:1200px;}
#chooseProduct .title{color: #000000;text-transform: uppercase;font-size: 1em;display: inline-block;margin: 0 10px;}
#chooseProduct .productName{display: inline-block;font-size: 2.375em;text-transform: uppercase;}
#chooseProduct .productName span{margin: 0 5px 0 0;color: #000;padding: 5px 10px;}
#chooseProduct .productName a{color: #a7a7a7;padding: 5px 10px;text-decoration: none;}
#chooseProduct .productName a:hover{color: #000;}



.navi-pages{background: #6f6e73 !important;}
.navi-pages ul{list-style: none;}
.navi-pages.fixed{top:84px;position: fixed;width: 1200px;z-index: 99;}
.navi-pages li{margin: 0 !important;width: 20%;padding: 0 !important;float: left;}
.navi-pages li a{color: #fff !important;width: 100% !important;text-align: center !important;opacity: 1 !important;text-transform: uppercase;font-family: 'Lato';font-size:1.6em;color:#fff;opacity:0.6;padding:15px 10px;float: left;text-decoration: none;}
.navi-pages li a:hover{opacity:1;background:#6f6e73;color:#fff;}


.pages-51 .owl-carousel .owl-item{background: #f97f00;align-items: stretch;}
.pages-51 .owl-carousel .owl-wrapper {display:flex !important;}
.pages-51 .owl-carousel .owl-wrapper h3{color: #fff;font-size: 4.813em;font-family: 'Lato';text-transform: uppercase;font-weight: 300;text-align: left;line-height: 0.7em;}
.pages-51 .owl-carousel .owl-wrapper h3 b{font-weight: 300;font-size: 0.584em;text-align: right;display: block;}
.pages-51 .owl-carousel .owl-wrapper a{color: #fff;}
.pages-51 .owl-carousel .owl-wrapper .more a{border-color: #fff;}
.pages-51 .owl-carousel .owl-wrapper .more a:hover{background: #fff;color: #f97f00;}

.pages-51 .owl-carousel .owl-item:nth-child(3n+1){background: #f97f00;} 
.pages-51 .owl-carousel .owl-item:nth-child(3n+2){background: #fc9f42;} 
.pages-51 .owl-carousel .owl-item:nth-child(3n+3){background: #fdb56d;} 
.pages-51 .owl-carousel .owl-item .description{color: #fff;font-family: 'Lato';font-size: 1.125em;font-weight: 300;}


/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;}
#page nav.breadcrumb a{text-transform: uppercase;font-size: 0.8em;text-decoration: none;}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page1 #page div.content{background-position: bottom center;}
#page div.content{width: 100%;margin: 0 auto;background-repeat: no-repeat;padding:30px 0 50px;line-height:1.4em;background-position: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
#page div.content > ul, #page div.content > ol{padding:0 50px;list-style-position: inside;}

#page div.content > ul.images-70, #page div.content > ul.images-71, #page div.content > ul.images-72, #page div.content > ul.images-73{padding:10px 0 0;}

/* #page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#page div.content > ul li{margin:8px 0px;padding:0;}
#page div.content > ol li{margin:8px 50px;padding:0;}
#page div.content > h2, #page div.content > h3{font-family: 'Lato';font-size:1em;line-height:1em;font-weight:normal;margin:8px 50px;}
#page div.content > h3{font-size:1.25em;}
#page div.content > p{padding:0 50px 10px;}


#page ul.options{float:left;margin:0;list-style:none;position: fixed;top:0;left: 0;background: #fff;padding: 10px;z-index: 9999;}
#page ul.options::after{content:"";display:table;clear:both;}
#page ul.option{position:absolute;width:auto;top:0;z-index:100;}
#page ul.options li, #page ul.option li{float:left;margin:0 10px 0 0;list-style:none;padding:10px;width:auto;}
#page ul.option .edit a, #page ul.options .edit a{display:inline-block;width:21px;height:21px;background:url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
#page ul.option li {position:relative;width:auto;}
#page ul.options .edit a:hover{background-position:0 -21px;}
#page ul.options .delete a{background-position:-21px 0;}
#page ul.options .delete a:hover{background-position:-21px -21px;}
 #page ul.options .delete {display:none;}
#page > time{position:absolute;top:40px;right:0;color:#6e6e6e;}


.options-subpages{}
.options-subpages{position:absolute;width:40px;top:0;z-index:100;}
.options-subpages .edit a {display:inline-block;width:21px;height:21px;background:url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
.options-subpages .edit a:hover{background-position:0 -21px;}

/**/
#product nav.breadcrumb{margin-bottom:20px;}
#product nav.breadcrumb a{text-transform: uppercase;font-size: 0.8em;text-decoration: none;}
#product nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#product1 #product div.content{background-position: bottom center;}
#product div.content{width: 100%;margin: 0 auto;background-repeat: no-repeat;padding:30px 0 50px;line-height:1.4em;background-position: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
#product div.content > ul, #product div.content > ol{padding:0 50px;list-style-position: inside;}

#product div.content > ul.images-70, #product div.content > ul.images-71, #product div.content > ul.images-72, #product div.content > ul.images-73{padding:10px 0 0;}

/* #product div.content > ul:after, #product div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#product div.content > ul li{margin:8px 0px;padding:0;}
#product div.content > ol li{margin:8px 50px;padding:0;}
#product div.content > h2, #product div.content > h3{font-family: 'Lato';font-size:1em;line-height:1em;font-weight:normal;margin:8px 50px;}
#product div.content > h3{font-size:1.25em;}
#product div.content > p{padding:0 50px 10px;}


#product ul.options{float:left;margin:0;list-style:none;position: fixed;top:0;left: 0;background: #fff;padding: 10px;z-index: 9999;}
#product ul.options::after{content:"";display:table;clear:both;}
#product ul.options li, #product ul.option li{float:left;margin:0 10px 0 0;list-style:none;border:1px solid #eee;padding:10px;width:auto;}
#product ul.option .edit a, #product ul.options .edit a, #product ul.options .delete a{display:inline-block;width:21px;height:21px;background:url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
#product ul.option li {background:#fff;position:relative;float:right;}
#product ul.options .edit a:hover{background-position:0 -21px;}
#product ul.options .delete a{background-position:-21px 0;}
#product ul.options .delete a:hover{background-position:-21px -21px;}

#product > time{position:absolute;top:40px;right:0;color:#6e6e6e;}

/* IMAGES STYLES */
/* global */
#content li img a{}
#content li img a:hover{opacity:0.8;}
/* list global */
ul[class*='images-']{list-style:none !important;}
ul[class*='images-'] li{margin:0;background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:#000000;font-size:0.875em;}
#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{float:right;margin:10px 0 0 0;}
.images-3, .images-4{clear:both;}
.images-4{padding:50px;}

.images-3:after, .images-4:after{content:'';display:table;clear:both;}
.images-3 li{float:left;}
.images-4 li{float:left;width:20%;}
.images-3 li:nth-child(4n+1){clear:none;}
 .images-4 li:nth-child(5n+1){clear:left;}
#content div.content .images-3, #content div.content .images-4{clear:none;}

.images-53{list-style:none !important;width: 1045px !important;margin:20px auto !important;float:none !important;}

.images-54{list-style:none !important;margin:20px auto !important;float:none !important;text-align: center;}
.images-54:after{clear: both;display: table;content: "";}
.images-54 li{display: inline-block !important;clear: none !important;float: none !important;width: auto !important;margin: 0 10px !important;}
.images-54 li img:hover{opacity: 1 !important;}

#page1 .images-56{margin: 0 !important;display: block;}
#page1 .images-56 img{float: left;}

.images-55, .images-56{list-style: none !important;margin: 10px 2.5% !important;display: none;}
.images-57 {overflow: hidden;background: #737d83;float: left;width: 100% !important;margin: 0 !important;}
.images-57 li{float:left;margin:0 !important;padding:0 !important;clear: none !important;width:auto !important;}
.images-57 li img{font-size: 0;float:left;width: 100%;}

.images-58 li{float:left;}

.images-59{width: 100% !important;margin: 0 !important;}
.images-59 li{float: left !important;clear: none !important;margin: 0 !important;}

.twentytwenty-wrapper.twentytwenty-horizontal{margin-left:50px;width:600px;float:left;margin-bottom:50px;}

.images-74, .images-76{width: 50%;float:left;text-align: left;padding: 0 1%;}
.images-75{width: 100%;clear: both;text-align: left;padding: 0 2%;}
.images-74 li.title, .images-75 li.title, .images-76 li.title{float:left;width: 100%;margin:10px 0;height: auto;color: #000;    border: 0;    text-align: left;    font-weight: bold;}
.images-74 li, .images-75 li, .images-76 li{display: inline-block;width: 90px;height: 90px;overflow: hidden;vertical-align: top;}
.images-74 li img, .images-75 li img, .images-76 li img{max-width: 100%;}

#galleryName{clear:both;font-size:2em;color:#fff;margin-top:50px;padding:20px 50px 20px;background: #737d83;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;line-height:1.6em;}
#galleryName b{font-size: 0;background: url('img/logoAgreen.png') no-repeat;width: 62px;height: 62px;display: inline-block;vertical-align: top;margin-left: 5px;}
#galleryName span{font-size: 0.6em;float:right;}
#galleryName span a{color:#161d2e;text-decoration:none;}
#galleryName span a:hover{color:#fff;text-decoration:underline;}





/* FILES LIST STYLES */
.files-list{width:100%;float:left;margin:15px 2.5% 5px;list-style:none;vertical-align:middle;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:#000000;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;background:#fff;}
#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 .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 .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:0;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0;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:0;}
#quick-box .next{right:0;}
#quick-box .close{position:absolute;top:0;right:0;padding:0 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 */
/* global */
[class*="pages-"]{float:left;width:100%;margin:0;list-style:none;}
.pages-list li{clear:left;float:left;width:100%;margin:0;padding:25px 0 20px;background-size: cover;background-repeat: no-repeat;position: relative;background-position: center;}
.pages-list li .image{float:left;margin:0 0 5px;}
.pages-list > li:after{content: '';display: table;clear: both;background-image: url('img/subShadow2.png');background-repeat: no-repeat;background-position: center; position: absolute;width: 1200px;height: 20px;bottom: 0;left: 0;}
#cd-vertical-nav .pages-list li{padding: 0;}
#page3 .pages-list li{clear:none;}

.pages-list li#page-19{padding-top: 0;}
.pages-list li#page-19 > h2{display: none;}
.pages-list li#page-19 h2{padding: 0 0 10px;}

.pages-list li#page-157 h2{padding-top:2em;}

.pages-list li#page-20 {background: #f5f5f5;}
.pages-list li#page-20 h2{padding-left: 50px;padding-right: 50px;}
.pages-list li#page-20 .description{padding-left: 50px;padding-right: 50px;}

.pages-list h2{font-family: 'Lato';text-transform: uppercase;padding: 0 50px 10px;font-size:2.750em !important;color: #77787b;font-weight: 300 !important;}
.pages-list h2 a{color:#77787b;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#000000;background:none;text-decoration:underline;}
.pages-list div.description{padding:5px 50px;font-weight:normal;font-size:1em;line-height:1.4em;color: #77787b;font-family: 'Lato';}
.pages-list div.description h3{font-weight:normal;font-size:1.4em;text-transform:uppercase;line-height:1.6em;}
.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, .pages-5 p{padding-bottom:10px;}

.pages-54 .features{clear:both;list-style: none;margin-top: 20px;}
.pages-54 .features li{padding: 5px 2%;font-size: 0.8em;position: relative;}
.pages-54 .features li:before{height: 100%;width: 1px;background: #fff;left:50%;top:0;position: absolute;content: '';}
.pages-54 .features li:nth-child(odd){background: #f2f2f2;}
.pages-54 .features li i{font-style: normal;display: inline-block;width: 50%;vertical-align: middle;padding-left: 2%;}
.pages-54 .features li span{display: inline-block;width: 50%;vertical-align: middle;}


.navi-pages.fixed{position: fixed;width:1200px;top:85px;margin: 0 auto;z-index: 999;}


.pages-51{}
.pages-51 li{background-repeat: no-repeat;overflow: hidden;}
.pages-51 li > .description{padding:50px 2.5%;}

.pages-53{}
.pages-53 > li{position: relative;clear: both;}
#page4 .pages-53 > li > h2{/* position: absolute;top:20px;left:20px; */font-size: 3em;font-family:'Lato';font-weight:300; margin:15px 50px;float: left;}
.pages-53 > li > h2{/* position: absolute;top:20px;left:20px; */font-size: 3em;font-family:'Lato';font-weight:300; margin:15px 50px;}
.pages-53 > li > h2 b{/* position: absolute;top:20px;left:20px; */font-weight:300;color:#666;}
.pages-53 > li > h2 a{text-decoration: none;}
.pages-53 .image{margin-bottom:30px;text-align: center;}

.pages-list .images-slider-5{width: 376px;float:right;margin: 0 5%;clear: none;}
.pages-list .images-slider-5 li{clear: none;width: 376px;padding: 0;margin: 0;}

.pagesSlider.parent-27 .boxLeft{display: none;}
.pagesSlider.parent-27 .pages-50 .quick-slider-slide .images-1{width: 100%;}

.pagesSlider {clear:both;}
.pagesSlider li {position: relative;padding-bottom: 20px;}
.pagesSlider li .type{padding: 20px 10px;text-align: center;}
.pagesSlider li .image{text-align: center;}
.pagesSlider li h3 {font-size:3em;font-weight: normal;}
.pagesSlider li h3 i{font-size: 0;width: 54px;height: 54px;display: inline-block;vertical-align: top;background: url('img/logoAgreen.png') no-repeat center;margin-left: 5px;}
.pagesSlider li h3 a{text-decoration: none;}
.pagesSlider li h3 sup {font-size:0.5em;text-transform:lowercase;}
.pagesSlider li .slogan{text-transform: lowercase;}
.pagesSlider li .description{padding: 35px;text-align: justify;}
.pagesSlider li .info{width: 100%;background: #c5cdcd;width: 100%;padding:20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;font-size: 1.5em;}
.pagesSlider li .info .ask{width: 50%;float: right;text-align: right;}
.pagesSlider li .info .file{width: 50%;float: left;text-align: left;}
.pagesSlider li .info .ask a, .pagesSlider li .info .file a{text-decoration: none;color: #fff;background: none !important;padding:5px 10px}
.pagesSlider li .info .ask a:hover, .pagesSlider li .info .file a:hover{text-decoration: none;color: #000 ;}
.pagesSlider .quick-slider-nav-arrows{bottom: 0;}
.pagesSlider .quick-slider-nav-arrows-next{right: 45%;}
.pagesSlider .quick-slider-nav-arrows-prev{left: 45%;}
.pagesSlider .quick-slider-nav-arrows:hover{}

.pages-50{width: 100% !important;margin:0 !important;list-style: none !important;}
.pages-50 > li{padding: 0 2.5% !important;clear: none;float:left;position: absolute;}
.pages-50 .quick-slider-slide .boxLeft{width: 60%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 2%;}
.pages-50 .quick-slider-slide .boxLeft.noImage{width: 100%;float:left;padding-right: 0;}
.pages-50 .quick-slider-slide h3{position: static;display: block;line-height: normal;margin:10px 2.5%; font-weight: normal;font-size: 1.4em;text-transform: uppercase;line-height: 1.6em;}
.pages-50 .quick-slider-slide .description{position: static;display: block;background: transparent;padding: 0;}
.pages-50 .quick-slider-slide .images-1{width: 40%;float:right;clear: none;}


.pages-50 .owl-item li{background-repeat: no-repeat;height: auto;padding: 50px;}
.pages-50 .owl-item li .description{height: auto;min-height: 0;padding: 0;margin: 0;}
.pages-50 .owl-item li .type{padding: 0;}
.pages-50 .owl-item li h3{font-family: 'Lato';text-transform: uppercase;padding:20px 0;text-align:left;font-size:3.750em !important;color: #77787b;font-weight: 300 !important;}


.pages-6, .pages-54{width: 100% !important;order:100;}
.pages-6 > ul, .pages-54 > ul{display: flex;}
.pages-6 > li, .pages-54 > li{width: 25%;float: left;padding: 50px 2.5%;background-repeat:no-repeat;background-size: cover;}

.pages-6 > li img, .pages-54 > li img{max-width: 100%;}

.pages-6 h3, .pages-54 h3 {font-family: 'Lato';text-transform: uppercase;padding: 0 0 10px;font-size:1.75em !important;color: #77787b;font-weight: 300 !important;text-align:center;width:100%;}
.pages-6 h3 a, .pages-54 h3 a{text-decoration:none;padding: 0 0 10px;color: #77787b;text-align:center;}
.pages-6 .image, .pages-54 .image{text-align:center;}

.pages-6 > li:nth-child(4n+1), .pages-54 > li:nth-child(4n+1){clear: both;}

.pages-6.column2 > li, .pages-54.column2 > li{width: 50%;}
.pages-6.column2 > li:nth-child(4n+1), .pages-54.column2 > li:nth-child(4n+1){clear: none;}
.pages-6.column2 > li:nth-child(3n+1), .pages-54.column2 > li:nth-child(2n+1){clear: both;}

.pages-6.column3 > li, .pages-54.column3 > li{width: 33.3333%;width: calc(100%/3);}
.pages-6.column3 > li:nth-child(4n+1), .pages-54.column3 > li:nth-child(4n+1){clear: none;}
.pages-6.column3 > li:nth-child(3n+1), .pages-54.column3 > li:nth-child(3n+1){clear: both;}

.pages-6.column4 > li, .pages-54.column4 > li{width: 25%;}
.pages-6.column4 > li:nth-child(4n+1), .pages-54.column4 > li:nth-child(4n+1){clear: both;}
.pages-6.column4 > li:nth-child(3n+1), .pages-54.column4 > li:nth-child(3n+1){clear: none;}




#page44 .pages-6 > li, #page44 .pages-54 > li{float: left;padding: 50px 2.3%;}
/* #page44 .pages-6 > li:nth-child(3n+1), #page44 .pages-54 > li:nth-child(3n+1){clear: both;}
#page44 .pages-6 > li:nth-child(4n+1), #page44 .pages-54 > li:nth-child(4n+1){clear: none;} */
#page44 .pages-6 > li div.description{padding:0;}

#page44 .pages-6 > li .more{margin: 10px auto 0;text-transform: uppercase;font-size: 1.4em;font-weight: 300;width: 50%;}
#page44 .pages-6 > li .more a{}
#page44 .pages-6 > li .more a:hover{background: #161d2e;color: #fff;padding: 12px 10px;}
#page44 .pages-6 > li .more a:after{display: none;}

#page44 .pages-6 > li .ask-about-link{float:right;font-size:1.4em;font-family:'Lato';padding: 0;border: 0;width: 50%;text-align: center;float: left;margin: 10px auto 0;}
#page44 .pages-6 > li .ask-about-link a{color:#fff;vertical-align:middle;text-decoration:none;font-weight:300;text-transform:uppercase;background:#bfbfbf;color: #fff;  padding: 13px 15px;display: inline-block;}
#page44 .pages-6 > li .ask-about-link a:hover{color:#fff;background: #000;}
#page44 .pages-6 > li .ask-about-link a:hover:before{background-position:0px 100%;}

.pages-6 .quick-slider-slide .boxLeft{width: 60%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 2%;}
.pages-6 .quick-slider-slide .boxLeft.noImage{width: 100%;float:left;padding-right: 0;}
.pages-6 .quick-slider-slide h3{position: static;display: block;line-height: normal;margin:10px 2.5%; font-weight: normal;font-size: 1.4em;text-transform: uppercase;line-height: 1.6em;}
.pages-6 .quick-slider-slide .description{position: static;display: block;background: transparent;padding: 0;}
.pages-6 .quick-slider-slide .images-1{width: 40%;float:right;clear: none;}
.pages-6 .image{margin-bottom:30px;}


.pages-52{width: 100% !important;}
.pages-52 ul{clear:both;overflow: hidden;padding-bottom:50px;}
.pages-52 > li{clear:both;}

.pages-52 li h2{width:60%;font-family: 'Lato';clear:both;float:left;position: static;display: block;line-height: normal;padding:35px 50px 15px; font-weight: 300;font-size: 2em;text-transform: uppercase;line-height: 1em;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #77787b;}
.pages-52 li .description{margin:5px 50px; font-weight: normal;line-height: 1em;padding:20px;padding-top:40px;}

/*#page31 .pages-list > li:last-child div.description{width: 50%;float:left;}*/
/* 
#page1 .pages-list > li:after, #page8 .pages-list > li:after, #page9 .pages-list > li:after{display: none;} pl
#page197 .pages-list > li:after, #page210 .pages-list > li:after, #page211 .pages-list > li:after{display: none;} jp
#page149 .pages-list > li:after, #page163 .pages-list > li:after, #page162 .pages-list > li:after{display: none;} en
#page101 .pages-list > li:after, #page115 .pages-list > li:after, #page114 .pages-list > li:after{display: none;} de

#page8 .pages-list li:nth-child(2) h2, #page9 .pages-list li:nth-child(2) h2{width: 51.7%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;padding-top: 30px;}
#page8 .pages-list li:nth-child(2) div.description, #page9 .pages-list li:nth-child(2) div.description{margin: 0;width: 48.3%;float:left;padding:0 6.3% 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: justify;}
#page8 .pages-list li:last-child, #page9 .pages-list li:last-child{background:#dadada;} pl

#page210 .pages-list li:nth-child(2) h2, #page211 .pages-list li:nth-child(2) h2{width: 51.7%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;padding-top: 30px;}
#page210 .pages-list li:nth-child(2) div.description, #page211 .pages-list li:nth-child(2) div.description{margin: 0;width: 48.3%;float:left;padding:0 6.3% 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: justify;}
#page210 .pages-list li:last-child, #page211 .pages-list li:last-child{background:#dadada;} jp

#page163 .pages-list li:nth-child(2) h2, #page162 .pages-list li:nth-child(2) h2{width: 51.7%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;padding-top: 30px;}
#page163 .pages-list li:nth-child(2) div.description, #page162 .pages-list li:nth-child(2) div.description{margin: 0;width: 48.3%;float:left;padding:0 6.3% 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: justify;}
#page163 .pages-list li:last-child, #page162 .pages-list li:last-child{background:#dadada;} en

#page115 .pages-list li:nth-child(2) h2, #page114 .pages-list li:nth-child(2) h2{width: 51.7%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;padding-top: 30px;}
#page115 .pages-list li:nth-child(2) div.description, #page114 .pages-list li:nth-child(2) div.description{margin: 0;width: 48.3%;float:left;padding:0 6.3% 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: justify;}
#page115 .pages-list li:last-child, #page114 .pages-list li:last-child{background:#dadada;} de
 */
div.description{padding: 0 50px;}

/* custom */
.pages-4 time{display:block;padding:0 2.5% 5px;color:#6e6e6e;}
.pages-5{clear:both;}
.pages-5:after{content:'';display:table;clear:both;}
.pages-5 li{clear:none;float:left;width:23%;margin:15px 1%;padding:20px 0 15px;border-top:5px solid #e8eaee;text-align:center;}
.pages-5 li .image{margin:0 0 5px;}
.pages-5 h2{padding:0 0 10px;}
.pages-5 h2, .pages-5 h2 a{color:#434343;font-size:1.063em;font-weight:normal;background:none;text-decoration:none;}
.pages-5 h2 a:hover{color:#000000;background:none;text-decoration:underline;}
 @media screen and (min-width:801px){ .pages-5 li:nth-child(4n+1){clear:left;} }

.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;}

.more{text-align:center;margin:5px auto;font-family: 'Lato';float:right; font-size: 1.8em;font-weight:300;}
/* #page4 .more{text-align:center;margin:0px auto;text-transform: uppercase;font-family: 'Lato';width:100%;float:left; font-size: 1.8em;font-weight:300;} */
.more a{color: #000;vertical-align: middle;  text-decoration: none;    font-family: 'Lato';    padding: 13px 10px; font-weight: 300;display: block;position: relative;}
.more a:after{height: 20px;width: 20px;display: inline-block;border-radius: 50%;content: '';background: #5395a9;vertical-align: middle;margin-left: 10px;position: relative;top:-3px;}
.more a:hover{text-decoration: none;}
.more a:hover:after{background: #161d2e;}
/* SITE MAP */
#site-map{clear:left;margin:10px auto;list-style:none;width: 95%;}
#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;color:#fff;}
#foot .container{padding:35px 0;width:100%;margin: 0 auto 1em;background:#1b5770;border-top: 10px solid #5395a9;}
#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%;color: #fff;text-transform: uppercase;font-size: 0.813em;}
#powered .container{margin: 0 auto;width: 1200px;background: #1b5770;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 10px 1.8%;}
#powered .container:after{content:"";display:table;clear:both;}
#powered a{display:inline-block;color: #fff;text-decoration: none;}
#powered a:hover{text-decoration: underline;}

#powered .copy{float: left;}
#powered .foot{float: right;margin-bottom:1em;}
.copy{padding-top:2em;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

.form-full{clear:both;width:95%;margin:25px auto;}
.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:100%;padding:7px;font-size:1em;}
.form-full .captcha input{min-width:60px;width:6%;}
.form-full .captcha strong{font-weight:bold;}
.form-full .captcha em{font-style:normal;font-weight:bold;}
.form-full .captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}
.form-full .save{text-align:center;float:right;}
.form-full .save input{padding:7px 14px;text-transform:uppercase;letter-spacing:1px;}



@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{font-weight:bold;}
  #head0 .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;}
  #search-form, #foot .options{display:none;}
}
/* 
RESPONSIVE WEB DESIGN - media queries
  @media screen and (max-width:1199px){
    #container{width:95%;}
    #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){
    #logo{padding:20px 3%;}
    #search-form{float:left;clear:left;width:100%;margin:0;padding:15px 3%;text-align:left;background:#e8eaee;}
    #search-form input[type="text"]{width:80%;}
    #header .menu-1{float:left;}
    .pages-5 li{width:48%;}
    .pages-5 li:nth-child(2n+1){clear:left;}
  }

  @media screen and (max-width:480px){
    #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;}

    .pages-list li{padding:10px 0;}
    .pages-5 li{width:98%;clear:left;}

    #foot .copy, #foot .options{width:100%;}
    #foot .options li{float:left;margin:15px 25px 0 0;}
  }
 */
/* 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{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:#efefef;}
#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:5px solid #0093dd;}
#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 > ul > li{margin-right:5px;border:1px solid #0093dd;}
  #header .menu-1 ul li{border:1px solid #0093dd;}
  #header .menu-1 ul ul li:not(:last-child){border-bottom:none;}
  #header .menu-1 ul ul li a{font-size:1.125em;}
  #header .menu-1 li a{margin:0;padding:0.25em 20px;border:0;}
}
@media screen and (max-width:480px){
  #header .menu-1 ul ul{top:1.8em;left:5px;}
} */
.backPromo{position:absolute;display:inline-block;text-align: right;margin: 30px 0 0 50px;right:0;z-index: 95;}
.backPromo a{float:right;text-decoration: none;font-size: 1.250em;font-weight:normal;text-align:left;line-height:1.4em;color:#161d2e;display: block;position: relative;padding-right:15px;text-transform: lowercase;font-family: 'Lato';border-right: 23px solid #f97f01;font-weight: 300;}
.backPromo a:hover{border-right-color: #161d2e;}

/* PAGES NEW FIELD */
.pages-1 div.page-field, .pages-2 div.page-field, .pages-3 div.page-field, .pages-4 div.page-field{margin:5px 2.5% 0;font-weight:normal;font-size:1em;line-height:1.4em;}
#page p.page-field{line-height:1.5em;}
#page p.page-field strong{padding-right:5px;}

/* ADVANCED SEARCH */

#search-form a.advanced-search{display:block;margin-top:4px;font-size:0.875em;text-decoration:none;}
#search-form a.advanced-search:hover{text-decoration:underline;}
#search-form a.advanced-search:after{content:' \00bb';}

/* RELATED PAGES */

#pages-related{clear:both;padding: 5em 50px;}
#pages-related:after{content:'';display:table;clear:both;}
#pages-related .pages-list *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#pages-related > h2{padding-top:10px;color:#434343;font-size:1.25em;font-weight:normal;}
#pages-related .pages-list li{clear:none;float:left;width:32%;margin:15px 0 15px 2%;padding:20px;}
#pages-related .pages-list li:after{display: none;}
#pages-related .pages-list li:nth-child(3n+1){clear:left;margin-left:0;}
#pages-related .pages-list .image{margin-bottom:5px;text-align:center;display:none;}
#pages-related .pages-list li h2{text-align:center;}
#pages-related .pages-list li h2 a:hover{color:#434343;}
/*#pages-related .price{padding:5px 0;color:#434343;font-size:1em;font-weight:normal;}
#pages-related .price em{padding-right:4px;font-style:normal;}
#pages-related .price strong{font-size:1.125em;font-weight:bold;border-bottom:1px solid #434343;}
#pages-related .price span{padding-left:4px;}
*/

/* PAGES FEATURES */

#page > .price{padding:5px 0 10px;color:#333;font-size:1.125em;font-weight:normal;}
#page > .price em{font-style:normal;}
#page > .price strong{padding:0 6px;font-size:1.222em;color:#434343;font-weight:bold;}


/*.pages-6 li{float:left;margin:15px 0;padding:20px;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;}
.pages-6 .image{margin-bottom:5px;text-align:center;}
.pages-6 h2{margin-bottom:5px;text-align:center;}
.pages-6 h2 a{color:#434343;}
.pages-6 h2 a:hover{color:#434343;}
.pages-6 .price{padding:5px 0;color:#434343;font-size:1em;font-weight:normal;}
.pages-6 .price em{padding-right:4px;font-style:normal;}
.pages-6 .price strong{font-size:1.125em;font-weight:bold;border-bottom:1px solid #434343;}
.pages-6 .price span{padding-left:4px;} */

#features{margin:20px 50px;width:400px;border-collapse:collapse;border:0;font-size:1em;}
#features caption{padding:5px;background:transparent;color:#000;border:0;text-align:left;font-weight:bold;}
#features tbody tr{border: 0;}
#features tbody td, #features tbody th{padding:1px 2px;background:transparent;font-weight:normal;text-align:left;border:0;}
#features tbody th{text-align:right;font-size:0.875em;padding-right:10px;color:#888;}

#features tbody tr:nth-child(even) td, #features tbody tr:nth-child(even) th{background:#f5f5f5;}
@media screen and (min-width:801px){
/*   .pages-6 li{width:32%;margin-left:2%;}
.pages-6 li:nth-child(3n+1){clear:left;margin-left:0;} */
 img.featuresTable{ width:70%;margin:0 auto;text-align:center;}
}
@media screen and (max-width:800px){
 /*  #page > .pages-6 li{width:98%;} */
 
 img.featuresTable{ width:100%;}
 
}

/* YOUTUBE LINKS */
.youtube{width:550px;height:413px;padding:1px;box-shadow:0 0 4px rgba(100,100,100,0.4);}
@media screen and (max-width:460px){
  .youtube{max-width:100%;height:240px;}
}

/* TAGS */
#tags{list-style:none;}
#tags li{display:inline-block;}
#tags a{display:inline-block;margin:0 5px;padding:3px 6px 3px 21px;background:url('img/tag.png') no-repeat 2px 4px;border:1px solid #e8eaee;}
#tags a:hover{color:#434343;}
#tags li.head a{margin:0;padding-left:0;border:0;}

/* GALLERIA */
.images-7{clear:left;height:450px;}
.images-7 .galleria-stage{height:360px;}
.images-7 .galleria-thumbnails .galleria-image{}
.images-7 .galleria-counter, .images-7 .galleria-info-title{padding:5px;background:#000000;}
.images-7 .galleria-thumb-nav-left, .images-7 .galleria-thumb-nav-right, .images-7 .galleria-info-link, .images-7 .galleria-info-close, .images-7 .galleria-image-nav-left, .images-7 .galleria-image-nav-right{}

/* DOWNLOAD LIST */
#download-list{width:90%;margin:0 auto;margin-bottom:50px;}
#download-list td{padding:7px 12px;}
#download-list thead{text-align:center;font-size:0.8em;}
#download-list thead a{font-weight:bold;}
#download-list tbody .name a:first-child{position:relative;padding-left:26px;}
#download-list tbody .name a:first-child:before{content:'';position:absolute;left:0px;width:16px;height:20px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#download-list tbody p{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
#download-list tbody .size, #download-list tbody .date-file{width:17%;max-width:170px;text-align:center;vertical-align:middle;font-size:0.785em;}
#download-list tbody .size{text-align:right;}
#download-list tbody .size abbr{font-style:italic;color:#777;}
#download-list tbody .zip .name a:first-child:before{background-position:0 0;}
#download-list tbody .xml .name a:first-child:before{background-position:0 -20px;}
#download-list tbody .xls .name a:first-child:before{background-position:0 -40px;}
#download-list tbody .web .name a:first-child:before{background-position:0 -60px;}
#download-list tbody .vcf .name a:first-child:before{background-position:0 -80px;}
#download-list tbody .txt .name a:first-child:before{background-position:0 -100px;}
#download-list tbody .sys .name a:first-child:before{background-position:0 -120px;}
#download-list tbody .swf .name a:first-child:before{background-position:0 -140px;}
#download-list tbody .psd .name a:first-child:before{background-position:0 -160px;}
#download-list tbody .pps .name a:first-child:before{background-position:0 -180px;}
#download-list tbody .png .name a:first-child:before{background-position:0 -200px;}
#download-list tbody .pic .name a:first-child:before{background-position:0 -220px;}
#download-list tbody .pdf .name a:first-child:before{background-position:0 -240px;}
#download-list tbody .nn .name a:first-child:before{background-position:0 -260px;}
#download-list tbody .msg .name a:first-child:before{background-position:0 -280px;}
#download-list tbody .media .name a:first-child:before{background-position:0 -300px;}
#download-list tbody .fla .name a:first-child:before{background-position:0 -320px;}
#download-list tbody .exe .name a:first-child:before{background-position:0 -340px;}
#download-list tbody .chm .name a:first-child:before{background-position:0 -360px;}
#download-list tbody .cdr .name a:first-child:before{background-position:0 -380px;}
@media screen and (max-width:360px){
  #download-list{font-size:0.875em;}
  #download-list td{padding:7px 5px;}
  #download-list tbody p{font-size: 0.875em;}
  #download-list tbody .name a:first-child{padding-left:0px;}
  #download-list tbody .name a:first-child:before{display:none;}
}

/* CONTACT-PANEL */
#ask-about-link{float:right;font-size:1.6em;font-family:'Lato';}

#ask-about-link a{color:#fff;vertical-align:middle;text-decoration:none;font-weight:300;text-transform:uppercase;background:#bfbfbf;color: #fff;  padding: 13px 15px;float: left;}
#ask-about-link a:hover{color:#fff;background: #000;}
#ask-about-link a:hover:before{background-position:0px 100%;}

.ask-about-link{float:right; color: #fff;  padding: 13px 10px;    border: 1px solid #bfbfbf;font-size:2em;}
.ask-about-link:hover{background:#bfbfbf;  }
.ask-about-link a{color:#fff;vertical-align:middle;text-decoration:none;font-family:sans-serif;font-weight:normal;text-transform:uppercase;}
.ask-about-link a:before{float:left;content:'';margin-right:6px;}
.ask-about-link a:hover{color:#fff;}
.ask-about-link a:hover:before{background-position:0px 100%;}
.contact-panel{padding:25px 0;overflow: hidden;}
.contact-panel fieldset{width:44%;float:left;margin:0 2%;}

/* COMMENTS */
#comments{float:none;width:95%;margin:25px auto;padding-top:25px;clear: both;}
#comments h2{margin-bottom:10px;padding-bottom:15px;color:#434343;font-size:1.5em;font-weight:normal;border-bottom:1px solid #eff0f3;padding:10px 30px;font-family:serif;font-weight:normal;text-transform:uppercase;}
#comments article{clear:left;float:left;width:100%;margin:10px 0;border-bottom:1px solid #eff0f3;}
#comments header{float:left;width:100%;margin-bottom:10px;padding:10px 30px;}
#comments h3{float:left;font-size:1em;color:#434343;font-family:serif;font-weight:normal;}
#comments time{float:right;color:#888;font-size:0.875em;font-family:serif;font-weight:normal;text-transform:uppercase;}
#comments p{clear:both;margin-bottom:25px;font-weight:normal;font-size:0.875em;line-height:1.4em;padding:10px 30px;}
#comments .msg{float:left;width:100%;margin:30px 0 50px;}

#comments-form legend{padding-bottom:25px;font-size:1.25em;color:#434343;font-family:serif;font-weight:normal;text-transform:uppercase;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
  #comments-form, #comments-form *{box-sizing:border-box;}
}

/* .touch #cd-vertical-nav, .cd-nav-trigger, .no-touch #cd-vertical-nav{display: none !important;} */

#page div.content > details{
  padding: 0 50px 10px;
}
#page div.content > details > h2{
  font-size: 3em;
    font-family: 'Lato';
    font-weight: 300;
    margin: 15px 50px 15px 0;
    line-height: 3rem;
}

@media screen and (max-width: 600px){
  #page div.content > details{
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
  }
#page div.content > details > h2 {
    font-size: 2em !important;
    line-height: 1em;
    margin: 15px 0;
    
}
}

#page4 .pages-53 li#page-127{
  display: none;
}


.pages-list #page-145{display:flex;flex-direction:column;}
.pages-list #page-145 .image{margin-left:3em;}

.freeprivacypolicy-com---reset.freeprivacypolicy-com---nb.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb-standalone.freeprivacypolicy-com---lang-pl{width:50%;height:auto;left:50%;right:50%;top:50%;right:50%;}
.reset.nb.palette-light.nb-standalone.lang-pl{}
.palette-light .cc-nb-okagree, .palette-light .cc-nb-reject, .palette-light .cc-cp-foot-save{background-color:#444 !important;}
.cc-nb-main-container, .cc-pc-container{padding:0;     background: #fff;     position: fixed;     bottom: 0;     z-index: 600;width:100% !important;}
.cc-nb-main-container{height:100px;}
.cc-nb-buttons-container button{padding:.5em 1em;margin:1em;}
.cc-cp-body{display:flex;}
.cc-cp-body-tabs{display:flex;flex-direction:column;width:20%;}
.cc-cp-body-tabs{list-style:none;}
.cc-cp-body-tabs li button{padding:.3em 1em;width:60%;margin:.1em;display:block;height:60px;}
.cc-cp-foot-byline{font-size:.4em;}
.cc-cp-body-content, .cc-nb-text{font-size:.7em;padding:1em;width:100%;text-align:left;}
.cc-pc-head-close{padding:1em;margin:0 1em;}
.cc-pc-head-title, .cc-pc-head, .cc-pc-head-title-text{display: flex; padding: 0 1rem;justify-content:center; align-items:center;}
.cc-cp-foot-save{padding:.5em 1em;}
.cc-cp-foot-save:hover{background:#999;}
.cc-custom-checkbox, .cc-nb-title{font-weight:700;}
.cc-custom-checkbox{font-weight:bold;margin:0 1rem 0 0;padding:0 1em;display:flex;}
.cc-custom-checkbox label{font-weight:700;}
.cc-custom-checkbox input{padding:.6em ;border:1px solid #eee;}
.cc-cp-body-content-entry a{text-decoration:underline;font-weight:bold;}
.cc-cp-body-content-entry{flex-direction:column !important;display:flex;}
.cc-custom-checkbox input:hover,.cc-custom-checkbox input:selected{background:#eee;}
.cc-cp-body-tabs-item-link:hover, .cc-pc-head-close:hover{background:#000;color:#fff;}
.cc-pc-head-lang-select{display:none;}
.cc-pc-head-title-headline{font-size:1em;}
.reset div{display:flex !important;flex-direction:row;justify-content:flex-end}
.palette-light.nb{background:none !important;}
.pc-dialog{width:100% !important;max-width:100% !important;}
.cc-nb-buttons-container,.palette-light .cc-nb-text{width:90%;}
.cc-nb-buttons-container button{height:50px;}
.cc-nb-title-container{width:30%;font-size:.8em;}
.cc-cp-body-tabs li button{height:auto;}
.pc-dialog .cc-cp-body-tabs-item-link{padding:0 2em !important;}
.pc-dialog .cc-cp-body-tabs{width:auto;}
.pc-dialog .cc-pc-head-title{display:flex;flex-direction:row !important;}
.palette-light .cc-cp-body-tabs, .palette-light .cc-cp-body-tabs{background:#fff !important;}
.author{clear:both;width:100%;margin:1em 0}
.pageStat{text-align:center;padding:1em;margin:0 auto;background:green;color:white;width: 100px;position:fixed;left:0;z-index:3000;top:55%}
