@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

/* 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:#333;font-size:1em;font-family:'Lato', Arial, sans-serif;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#fff;text-align:center;border-top:4px solid #1E4382;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#ccc;font-family:'Lato', Arial, sans-serif;font-size:1em;border-radius:0px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#80A0D3;}
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:5px 14px;border-width:1px;border-style:solid;background:#1E4382;color:#fff;transition:all 0.3s ease;font-family:'Lato', Arial, sans-serif;font-size:1.05em;border-radius:0px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#80A0D3;cursor:pointer;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:300;}
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:#0070b8;text-decoration:underline;}
a:hover{color:#000;text-decoration:underline;}
a:visited{}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#0093dd 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:1200px;margin:0px auto;text-align:left;background:#fff;}
.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;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1{float:left;width:100%;height:70px;background:#f5f5f5;}
#head1 .container{overflow:visible;z-index:99999;background:transparent;}
#logo{float:left;padding:0px 0px 0 0px;overflow:visible;z-index:99999;position:relative;margin-top:0px;background:#f3f3f3;}
#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:#0093dd;background:inherit;}
#logo #title a em{color:#cc1426;font-style:normal;}
#logo #slogan{display:none;}

#search-form{float:right;min-width:140px;width:25.8%;padding:0px 0px 7px 17px;text-align:right;background:#80A0D3;border-top:0px solid #fff;;margin-top:0px;margin-left:-5px;}
#search-form input[type="text"]{float:left;height:44px;padding:10px 10px 10px;margin:10px 0;border-bottom:3px solid #fff;}
#search-form button{float:left;height:44px;padding:20px;}
#search-form input[type="text"]{min-width:100px;width:80%;background:#80A0D3;color:#fff;border-right:0;border:0;}
#search-form input[type="text"]:focus{border-bottom:3px solid #fff;;box-shadow:none}
#search-form button{margin:10px 0 0;width:20%;background:#80A0D3 url('img/search.png') no-repeat center center;color:transparent;line-height:0.8em;}
#search-form button:hover, #search-form button:focus{background-color:#1E4382;transition:all 0.5s ease;}

#search-form a.advanced-search{display:block;margin:5px 10px 0;font-size:0.75em;text-decoration:none;color:#fff;}
#search-form a.advanced-search:hover{text-decoration:underline;}
#search-form a.advanced-search:after{content:' \00bb';}

/* HEADER WITH TOP MENU */
#head2{float:left;width:100%;}
#head2 .container{position:relative;width:1200px;margin:0px auto;text-align:left;background:#fff;}
#head2 .container:after{content:"";display:table;clear:both;}

/* MENU TOP */
#header .menu-1{float:left;margin-top:-4px;background:#F5F5F5;border-right:0px solid #80A0D3;}
#header .menu-1 ul{float:left;width:100%;height:100%;margin:0px 0 0 0;list-style:none;}
#header .menu-1 li{position:relative;float:left;padding:0;}
#header .menu-1 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
#header .menu-1 li:hover:after, #header .menu-1 .selected:after, #header .menu-1 .selected-parent:after{width:99%;background:#fff;}
#header .menu-1 a{float:left;width:100%;margin:8px 0;padding:5px 20px;color:#333;font-size:1.05em;text-decoration:none;background:transparent;}
#header .menu-1 a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#EE7F30;transition:all 0.5s ease;}

/* DROP DOWN MENU */
#header .menu-1 > ul{margin:0px 0;line-height:1.5em;}
#header .menu-1 li{position:relative;margin-left:0px;background:transparent;}
#header .menu-1 li a{margin:0;padding:1.4em 26px 1.4em;color:#1E4382;border:0;text-transform:uppercase;letter-spacing:2px;font-weight:700;border-top:4px solid #1E4382;}
#header .menu-1 li:hover, #header .menu-1 .selected, #header .menu-1 .selected-parent{background:#80A0D3;transition:all 0.5s ease;}
#header .menu-1 li a:hover, #header .menu-1 .selected a{color:#fff;border-top:4px solid #1E4382;}
#header .menu-1 .selected-parent a{color:#1E4382;border-top:4px solid #80A0D3;}
#header .menu-1 li:after{display:none;}

#header .menu-1 ul ul{display:none;position:absolute;top:4.7em;left:0px;z-index:10;height:auto;white-space:nowrap;}
#header .menu-1 > ul > li:hover > ul{display:block;}
#header .menu-1 ul ul li{clear:left;display:block;width:140%;margin-left:0;background:#fff;}
#header .menu-1 ul ul li a{width:100%;margin:0;font-size:0.7em;color:#80A0D3;padding:0.8em 5px 0.8em 15px;border-top:4px solid #80A0D3 !important;}
#header .menu-1 ul ul li a:hover{border-top:4px solid #80A0D3}
#header .menu-1 ul ul li .selected a{border-top:4px solid #80A0D3}


#header .menu-1 > ul > li > ul > li > ul{top:0;left:100%;border-left:5px solid #cc1426;}
#header .menu-1 > ul > li > ul > li:hover ul{display:block;}
#header .menu-1 ul ul ul li{border-bottom:1px solid #fff;}
#header .menu-1 ul ul ul li a{font-size:0.875em;}
/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;}
#body:after{content:"";display:table;clear:both;}

body#page1 #page h1{display:none;}
body#page1 #page{margin:0 0 5px;}

ul.split50{list-style:none;padding:20px 0;clear:both;width:100%;}
ul.split50 li{float:left;width:48%;margin-left:4% !important;}
ul.split50 li:first-child{margin-left:0 !important;;}
ul.split50 li:nth-child(2n+1){cleaR:left;margin-left:0 !important;}
ul.split50 li ul{margin-left:20px;}
ul.split50 li ul li{margin-left:0 !important;width:100%;line-height:1.2em;}
ul.split50 ul li:first-child{margin-left:0 !important;;}



ul.split50 li h2{font-size:1.6em;color:#80A0D3;font-weight:700;padding:10px 0 30px;}

ul.split30{list-style:none;padding:20px 0;clear:both;width:100%;}
ul.split30 li{float:left;width:30%;margin-left:5% !important;}
ul.split30 li:first-child{margin-left:0 !important;}
ul.split30 li ul{padding:20px 0;}
ul.split30 li ul li{width:100%;margin-left:0%  !important;}

ul.split30 li h2{font-size:1.6em;color:#80A0D3;font-weight:500;padding:10px 0 30px;}



#page  div.content h2{font-size:1.6em;color:#80A0D3;font-weight:500;padding:10px 0 20px;}

/* PAGE */
#page{position:relative;float:left;width:100%;margin:30px 0 30px;text-align:left;}
#page h1{margin:30px 0 30px;color:#1E4382;font-size:1.6em;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-align:center;}



#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-bottom:20px;text-align:center;color:#999;font-size:0.8em;letter-spacing:1px;}
#page nav.breadcrumb a{color:#999;text-decoration:none;}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.8em;color:#666;font-weight:400;width:100%;margin:0 0%;}
#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{font-size:1.5em;line-height:1.75em;font-weight:normal;}
#page div.content > h3{font-size:1.25em;}
#page div.content > p{padding-bottom:10px;}

#page ul.options{float:left;width:100%;margin:0 10px 20px 0;list-style:none;}
#page ul.options::after{content:"";display:table;clear:both;}
#page ul.options li{float:left;margin:0 10px 0 0;}
#page ul.options .edit a, #page 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;}
#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 > time{position:absolute;top:40px;right:0;color:#6e6e6e;}

/* IMAGES STYLES */
/* global */
#content li img{}
#content li img:hover{opacity:1.0;}
/* 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:#0093dd;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{clear:right;float:right;margin:8px 0 0 15px;}
.images-3, .images-4{clear:both;}
.images-4{padding-top:15px;}
.images-3:after, .images-4:after{content:'';display:table;clear:both;}
.images-3 li, .images-4 li{float:left;width:25%;}
.images-3 li:nth-child(4n+1), .images-4 li:nth-child(4n+1){clear:left;}
#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:#0093dd;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;}


ul.onas{list-style:none;padding:20px 0;clear:both;width:100%;padding-left:0;margin-left:-20px;}
ul.onas li{float:left;width:100%;display:block;}
ul.onas li img{float:left;width:33%;height:auto;padding-right:0px;box-shadow:0 !important;border:0;margin-right:2em;}
ul.onas li .przerwa{clear:right;}
ul.onas li p{text-align:justify;}
/* 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 .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:7px 0;list-style:none;}
.pages-list li{float:left;width:30%;margin:15px 1.5%;padding:25px 0 20px;}
.pages-list li .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 10px;font-size:1em;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-align:center;border-bottom:2px solid #1E4382;}
.pages-list h2 a{color:#1E4382;font-size:1.05em;font-weight:700;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#8CA4D2;background:none;text-decoration:none;}
.pages-list div.description{margin:15px 2.5% 0;font-weight:normal;font-size:1.0em;line-height:1.8em;font-weight:400;color:#666;}
.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;}
/* 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:#cc1426;font-size:1.063em;font-weight:normal;background:none;text-decoration:none;}
.pages-5 h2 a:hover{color:#0093dd;background:none;text-decoration:underline;}

@media screen and (min-width:801px){ .pages-5 li:nth-child(4n+1){clear:left;} }

.more{padding:0 0.5% 10px 2.5%;margin-top:15px;text-align:center;}
.more a{padding:5px 14px;background:#fff;color:#8CA4D2;transition:all 0.3s ease;font-size:0.7em;border:3px solid #8CA4D2;;text-decoration:none;text-transform:uppercase;letter-spacing: 2px;}
.more a:hover{background:#8CA4D2;cursor:pointer;text-decoration:none;color:#fff;}
.pages-list .moreDescription{display:none;float:left;padding:5px 14px;transition:all 0.3s ease;font-size:1em;border-radius:2px;text-decoration:none;letter-spacing: 1px;margin-top:10px;color:#999;}

.pages-2 li{position:relative;display:inline-block;min-height:440px;}
.pages-2 li:nth-child(3n+1){clear:left;}
.pages-2 li .more{position:absolute;bottom:0px;margin: 0 auto;}
.pages-2 li .description{text-align:justify;}

.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;}

.social {margin-top:0px;margin-left:0px;margin-right:0px;floaT:right;text-align: right;transform: translateY(0%);font-family:'FontAwesome';background:#1E4382;width:33%;}

.social .link { display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60px;
  height: 60px;
margin:0 5px;
  background-clip: content-box;
  padding: 0px 0px;
  transition: .5s;
  color: #30458C;
 font-size: 1.4em;}


.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

.social .link:hover { padding: 0px; 
   font-size: 1.4em;   transform: rotateY(360deg);
   transition: transform 2s;
   cursor:pointer;opacity:1 !important;
}

.social .link.map {
  background-color: #1E4382;
  color: #fff;
}

.social .link.youtube {
  background-color: #1E4382;
  color: #fff;
  box-shadow:none;
}

.social .link.facebook { background-color: #1E4382; color: #fff;}
.social .link.envelope { background-color: #1E4382; color: #fff;}


/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;color:#fff;font-size:0.75em;}
#foot .container{position:relative;width:1200px;margin:0px auto;text-transform:uppercase;letter-spacing:2px;background:#80A0D3 url('img/wbb.png') no-repeat;}
#foot .container:after{content:"";display:table;clear:both;}



#foot a{color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot a.powered{floaT:left;clear:left;padding:0px 70px 0;}
#foot .copy{float:left;padding:15px 70px 0;}
#foot .options{float:right;display:none;}
#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%;margin-bottom:0px;text-align:left;}
#powered .container{position:relative;width:1200px;margin:0px auto;padding:22px 25px 0;}
#powered .container:after{content:"";display:table;clear:both;}
#powered a{display:inline-block;width:192px;height:26px;}
#powered a:hover{border-color:#fff;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

.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 .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:left;}
.form-full .save input{padding:5px 12px;text-transform:uppercase;letter-spacing:2px;font-weight:700;}

@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;}
  #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;}
  #search-form, #foot .options{display:none;}
}



/* PLUGINS */

/* 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;}
#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:#cc1426;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;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;}
#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;}
#pages-related .pages-list li h2{text-align:center;}
#pages-related .pages-list li h2 a:hover{color:#0070b8;}
/*#pages-related .price{padding:5px 0;color:#0070b8;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 #0070b8;}
#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:#0070b8;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:#cc1426;}
.pages-6 h2 a:hover{color:#0070b8;}
.pages-6 .price{padding:5px 0;color:#0070b8;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 #0070b8;}
.pages-6 .price span{padding-left:4px;}

#features{margin:0 0 15px;min-width:250px;border-collapse:collapse;border:1px solid #e8eaee;font-size:1em;}
#features caption{padding:5px;background:#0093dd;color:#fff;border:1px solid #0093dd;text-align:center;font-weight:bold;}
#features tbody td, #features tbody th{padding:5px 7px;background:#fff;font-weight:normal;text-align:left;}
#features tbody tr:nth-child(even) td, #features tbody tr:nth-child(even) th{background:#f8f8f8;}
@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;}
}
@media screen and (max-width:800px){
  #page > .pages-6 li{width:98%;}
}
.event-dates{float:right;margin-top:-35px;font-size:0.938em;color:#6e6e6e;}
.event-to{margin-left:25px;}
/* for subpages list only */
.pages-list .event-dates{padding:0 2.5% 10px;}
.pages-list .event-dates time{display:inline;padding:0;}

/* 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:#cc1426;}
#tags li.head a{margin:0;padding-left:0;border:0;}

/* 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;}

/* 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:#0093dd;}
.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:100%;margin:15px 0 5px;}
#download-list td{padding:7px 12px;}
#download-list thead{text-align:center;}
#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.938em;}
#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;margin-top:-40px;}
#ask-about-link a{color:#1E4382;vertical-align:middle;text-decoration:none;text-transform:uppercase;font-size:0.75em;letter-spacing:2px;}
#ask-about-link a:before{float:left;content:'';width:30px;height:30px;margin-right:6px;background:url('img/ask-question.png') no-repeat 0px 0px;}
#ask-about-link a:hover{color:#80A0D3;}
#ask-about-link a:hover:before{background-position:0px 100%;}
.contact-panel{padding:25px 0;border-top:5px solid #e8eaee;border-bottom:5px solid #e8eaee;}

/* COMMENTS */
#comments{float:left;width:100%;margin:25px auto 0;padding-top:25px;border-top:5px solid #e8eaee;}
#comments h2{margin-bottom:10px;padding-bottom:15px;color:#cc1426;font-size:1.5em;font-weight:normal;border-bottom:1px solid #eff0f3;}
#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;}
#comments h3{float:left;font-size:1em;color:#0070b8;}
#comments time{float:right;color:#888;font-size:0.875em;}
#comments p{clear:both;margin-bottom:25px;font-weight:normal;font-size:0.875em;line-height:1.4em;}
#comments .msg{float:left;width:100%;margin:30px 0 50px;}

#comments-form legend{padding-bottom:25px;font-size:1.25em;color:#cc1426;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
  #comments-form, #comments-form *{box-sizing:border-box;}
}



#logom{display:none;}
#mhide{display:none !important;}
#menutoggle{display:none;}
.navtoogle{display:none;}


.slicknav_btn {display:none;}
#head3{display:none;}

/* RESPONSIVE WEB DESIGN - media queries */
  @media screen and (max-width:1199px){
    #container{width:100%;}
	.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:1023px){
#header{border-bottom:0px solid #DEDEDE;padding:70px 0 0;}
#head1{display:none;}
#head1 .container{display:none;}
#head2{display:block;float:left;width:100%;}
#head2 .container{float:left;width:100%;display:inline-block;text-align:center;}
#logom{float:left;display:block;position:fixed;top:0px;left:20px;overflow:visible;z-index:999999;padding:0;margin:0;}
#logom img{max-height:75px;}


#ask-about-link{width:60%;cleaR:both;margin:5px 20%;text-align:center;max-width:200px;}


#page div.content{text-align:justify;}
.form-full{clear:both;float:left;width:95%;margin:25px 2.5% 0;}

.pages-2 li{position:relative;display:inline-block;widtH:95%;clear:both;min-height:100%;margin:0 2.5%;}
.pages-2 li .description{width:95%;cleaR:both;}
.pages-2 li .more{position:relative;widtH:60%;margin:5% 20%;}

ul.onas li img{float:left;width:95%;height:auto;padding-right:0px;box-shadow:0 !important;border:0;margin:0 2.5% 1%;clear:both;}
ul.onas li h2{padding:2em 0 0;width:100%;cleaR:both;}

ul.split50{list-style:none;padding:20px 0;clear:both;width:100%;text-align:left;}
ul.split50 li{float:left;width:100%;margin-left:0% !important;clear:both;}

ul.split50 li ul{margin-left:0px;}
ul.split50 li ul li{margin-left:0 !important;width:100%;line-height:1.5em;}
ul.split50 ul li:first-child{margin-left:0 !important;}



ul.split50 li h2{font-size:1.6em;color:#80A0D3;font-weight:700;padding:10px 0 30px;}

ul.split30{list-style:none;padding:20px 0;clear:both;width:100%;text-align:left;}
ul.split30 li{float:left;width:100%;margin-left:0% !important;clear:both;}
ul.split30 li:first-child{margin-left:0 !important;}
ul.split30 li ul{padding:20px 0;}
ul.split30 li ul li{width:100%;margin-left:0%  !important;}

ul.split30 li h2{font-size:1.6em;color:#80A0D3;font-weight:500;padding:10px 0 30px;}



#mhide{floaT:left;clear:both;background:#F5F5F5;width:100%;margin:0% 0%;height:auto;}

#menu1{width:100%;height:auto;floaT:left;clear:both;margin:0 0%;overflow:visible;z-index:9999;}



.slicknav_btn {position: relative; display: block; vertical-align: middle; float: right; padding: 1.5em 0.6em 1.6em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: right; }
.slicknav_menu .slicknav_icon { float: right; margin: 0.1em 0.438em 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.2em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em}
.slicknav_nav { clear: both; }
.slicknav_nav ul { display: block  }
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; display:none;}
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table;}
.slicknav_menu:after { clear: both }
/* IE6/7 support */


.slicknav_menu { *zoom: 1 }


	
	.js .slicknav_menu {
		display:block;}


	
.slicknav_menu {margin-top:0em;font-size:1.05em;position:fixed;top:0;overflow:visible;z-index:999998;}
/* Button */
.slicknav_btn { margin: 0px 0px 0px; text-decoration:none; background: #F5F5F5 ;width:100%;border-bottom:0px solid #eee;}

/* Button Text */

.slicknav_menu  .slicknav_menutxt {
    color: #2F437D;
    font-weight: bold;}
.slicknav_menutxt{display:none;}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #2F437D;
  overflow:hidden;}
.slicknav_menu {
    background:#fff;
    padding:0px;
	width:100%;
border-top:1px solid #dddddd;}
.slicknav_nav {
    color:#333;
    margin:0em 0 0;
    padding:0em 0em;}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;}
.slicknav_nav ul {padding:0;}




.slicknav_nav .slicknav_row {padding:0em 0em;}
.slicknav_nav a{
     padding:0em 0em;
    margin:0px 0px;
    text-decoration:none;
    color:#2F437D;font-weight:700;letter-spacing:2px;
	text-transform:uppercase;}
.slicknav_nav ul li a{
     padding:0em 0em 0em;line-height:2em;border-bottom:1px solid #eee;}


.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;}
.slicknav_nav .slicknav_row:hover {;
    background:#ccc;
    color:#fff;}
.slicknav_nav a:hover{
    background:#ccc;
    color:#222;}
.slicknav_nav .slicknav_txtnode {
     margin-left:0px;   }


#foot .container{width:100%;height:auto;}
#foot .copy{float:left;padding:15px 10px 0px;text-align:center;background:#80A0D3;}
#powered .container{width:100%;height:auto;background:#80A0D3;}
#foot a.powered{floaT:left;clear:left;padding:0px 10px 0;text-align:center;}

.social{width:100%;clear:both;}

	 }

  @media screen and (max-width:800px){
    

  }

  @media screen and (max-width:480px){

  }
