/*
Quick.Cms default stylesheet
More about design modifications - http://opensolution.org/docs/?p=pl-design
*/
/* 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: sans-serif;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#fff;text-align:center;}

input[type="text"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#149664;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;}
input[type="submit"]{padding:5px 14px;border-width:1px;border-style:solid;background:#333;color:#fff;}
input[type="submit"]:hover{background:#666;cursor:pointer;}
label{font-weight:bold;color:#149664;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}

a{color:#0070b8;text-decoration:underline;}
a:hover{color:#000;text-decoration:underline;}

.msg.error h1{padding:20px 0;text-align:center;}
.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:0px auto;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:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1{float:left;width:100%;height:115px;background:#fff;}
#head1 .container{width:1200px;margin:0 auto;}
#logo{float:left;padding:15px 0 0 35px;}
#logo #title{float:left;}
#logo #title a{color:#6ACAD7;font:300 2em 'Arial';line-height:1em;text-transform:uppercase;text-decoration:none;}
#logo #title a span{}
#logo #title a strong{}
#logo #slogan{float:left;clear:left;padding:4px 0 0 4px;background:inherit;color:#1f1a17;font-weight:300;}

/* HEADER WITH TOP MENU */
#head2{float:left;width:100%;}
#head2 .container{width:1200px;margin:0 auto;}

/* MENU TOP */
.menu-1{float:right;margin-top:20px;}
.menu-1 ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
.menu-1 li{position:relative;float:left;padding:0;}
.menu-1 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
.menu-1 li:hover:after, .menu-1 .selected:after{width:99%;background:#6ACAD7;}
.menu-1 a{float:left;width:100%;margin:8px 0;padding:5px 20px;color:#333;font-size:1.25em;text-decoration:none;background:transparent;}
.menu-1 a:hover, .menu-1 .selected a{color:#6ACAD7;transition:all 0.5s ease;}




/* HEADER WITH SLIDER */
#slider{position:relative;clear:both;height:300px;overflow:hidden;color:#fff;border-top:1px solid #eaeaea;} /* height:300px; is default height, so page will not change its height after slider is loaded, so you should change it if your slider has different height */
.quick-slider{position:relative;margin:auto;overflow:hidden;}
.quick-slider ul{padding:0;margin:0px;list-style:none;}
.quick-slider-slide{position:absolute;width:100%;display:none;text-align:left;overflow:hidden;line-height:0px;}
.quick-slider-slide:first-child{display:block;}
.quick-slider-nav-arrows{z-index:5;position:absolute;top:50%;bottom:75px;float:right;display:block;transform:translateY(-50%);min-height:60px;height:40%;margin:0;padding:0 10px;opacity:0.5;color:#fff;text-decoration:none;background:rgba(0,0,0,0.4);}
.quick-slider-nav-arrows:hover{color:#000;text-decoration:none;opacity:0.6;background:#000;transition:all 0.3s ease;}
.quick-slider-nav-arrows:before{content:"";display:block;position:relative;top:50%;transform:translateY(-50%);width:32px;height:32px;background:url('img/arrows.png') no-repeat 0 0;}
.quick-slider-nav-arrows-next{right:0;}
.quick-slider-nav-arrows-prev{left:0;}
.quick-slider-nav-arrows-next:after{content:"";}
.quick-slider-nav-arrows-prev:before{content:"";background-position:0 -32px;}
.quick-slider-nav-dots-wrapper{position:absolute;bottom:20px;left:100px;float:right;width:100%;list-style:none;}
.quick-slider-nav-dots{float:left;width:14px;height:14px;margin:0 10px 0 0;background:rgba(0,0,0,0.4);border:1px solid #666;color:transparent;font-size:0.5em;}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:#fff;transition:all 0.3s ease;color:transparent;}
.quick-slider-slide .description{z-index:3;position:absolute;top:10px;left:80px;width:35%;min-width:150px;margin-top:10px;padding:10px;background:rgba(0,0,0,0.3);line-height:1.25em;color:white;}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}

.slide25{background:#007ebb;} /* CUSTOM */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;}
#body:after{content:"";display:table;clear:both;}


/* PAGE */
#page{position:relative;float:left;width:100%;margin:0 0% 30px;text-align:left;background:#fff;}
#page h1{margin:30px auto 15px;color:#252525;font-size:2.417em;font-weight:300;width:1200px;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;}
#page nav.breadcrumb a{}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;font-size:1.2em;font-weight:300;}
#page div.content > ul, #page div.content > ol{padding:20px 0 0 30px;}
#page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;}
#page div.content > ul li, #page div.content > ol li{margin:8px 0;padding:0;}
#page div.content > h2, #page div.content > h3, #page div.content h2{font-size:1.5em;line-height:1.75em;clear:both;color:#252525;font-weight:300;margin:0 auto;text-align: center;margin-top:100px;}
#page div.content > h3{font-size:1.25em;}
#page div.content p{padding-bottom:10px;width:1200px;margin:0 auto;color:#252525}
 .vimeo {width:1000px;height:530px;margin:0 auto;}
 .youtube {width:930px;height:530px;margin:0 auto;}

/* IMAGES STYLES */
/* global */
#content li img{}
#content li img:hover{opacity:0.8;}
/* list global */
.images-1, .images-2, .images-63{list-style:none;}
.images-1 li, .images-2 li{margin:0 0 15px 0;background:inherit;text-align:center;}
.images-1 p, .images-2 p{max-width:250px;margin:0 auto;color:#149664;font-size:0.875em;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2{clear:right;float:right;margin:8px 0 0 15px;}
.images-63{clear:both;float:none;margin:8px auto 20px;}
.images-63 li{float:left; width:25%;}

/* FILES LIST STYLES */
.files-list{width:99%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9em;}
.files-list li{float:left;clear:left;width:83%;height:20px;margin:9px 0 9px 20px;padding-left:30px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:#149664;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:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0px;}
#quick-box .image-wrapper img{margin:0px;padding:0px;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0px;margin:0px;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:0px;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:0px;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0px;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0px;right:0px;padding:0px 4px 2px;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
.pages-list{width:1200px;margin:20px auto;list-style:none;clear:both;padding-bottom:100px;}
.pages-list li{float:left;width:45%;margin:15px 2%;padding:25px 0 20px;}
.pages-list li .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 15px;font-weight:300;clear:both;color:#252525;font-size:1.25em;}
.pages-list h2 a{color:#cc1426;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#149664;background:none;text-decoration:underline;}
.pages-list div.description{margin:0 2.5%;font-weight:300;font-size:1em;line-height:1.4em;color:#252525;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list li li{padding:0;border:0;background:none;}
.pages-list li ol{list-style:decimal;}
.pages-list p{padding-bottom:10px;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:#fff;color:#252525;font-size:1.083em;margin-top:200px;}
#foot .container{padding:22px 25px;color:#252525}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#252525;text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot .copy{text-align:center;}
#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;}
.back {position:fixed; bottom: 20px; right:20px;}
#foot .options .back a:hover{background-position:center -48px;background-color:green;border-radius:50%}

#powered{clear:both;width:100%;margin-bottom:40px;text-align:center;color:#fff;line-height:50px;background-color:#252525;font-size:0.7em;}
#powered a{display:inline-block;height:50px;color:#999}
#powered a:hover{color:yellow;}
#powered img{line-height:50px;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:1cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #head1{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}
  #header .menu-1{margin-top:0.3cm;}
  #header .menu-1 li a{padding:0.1cm 0.2cm;border:0px;border-right:1px solid #000;font-size:1em;}

  #header .menu-1 .selected a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0px;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  .menu-1 li:hover:after, .menu-1 .selected:after, #foot .options{display:none;}
  #slider, .quick-slider img, .quick-slider-nav-arrows, .quick-slider-nav-dots{display:none;}
}



/* PLUGINS */
aside#counter {list-style:none;margin:0 auto;width:400px;color:#666;}
aside#counter ul{list-style:none;margin:0 auto;font-size:0.7em;}
aside#counter li{display:inline;}
aside#counter ul li:first-child{padding-right:20px;}


.parallax-window{height: 100px;margin-bottom:100px;background: transparent;clear:both;}
.scene-parallax{height:700px;margin:50px 0;position:relative;clear:both;}
div.scene-parallax.images-60{height:600px;margin:50px 0 200px;position:relative;clear:both;top:0px;}
div.scene-parallax.images-64{height:600px;margin:50px 0 200px;position:relative;clear:both;top:0px;}
.scene-parallax .layer{width:100%;height:700px;background-position:center center;line-height:0;position:absolute;top:0px;}
.scene-parallax.images-60 .layer{width:100%;height:600px;background-position:center center;line-height:0;position:absolute;top:100px;}
.scene-parallax.images-64 .layer{width:100%;height:600px;background-position:center center;line-height:0;position:absolute;top:100px;}
.scene-parallax .layer img{width:100%;}
.scene-parallax .layer.logoPara{z-index:101;}
.scene-parallax .layer.logoPara img{position:absolute;bottom:-61px;margin:0;left:calc( 50% - 96px );}
.scene-parallax .layer0{background-size:cover;}

/* RESPONSIVE WEB DESIGN - media queries */

  @media screen and (min-width:1200px){
  #head1 .container{width:1200px;}
  #logo {float:left;}
  #logo #title {float:left;width:500px;}
  .images-63{width:1200px;}

  }
  @media screen and (max-width:1199px){
   .vimeo,  .youtube {width:900px;height:630px;margin:0 auto;}
    #container{width:100%;}
	#page  h1{width:94%;margin:20px 3%;}
    #logo {float:none;width:100%;}
    #logo #title {float:left;width:100%;}
    #logo #title a{font-size:2em;}
	#page div.content p{width:90%;}
	#head1 .container{width:100%;}
	
	.pages-list{width:90%;margin:0 4%;}
	.menu-1 {width:400px;position:absolute;right:50px;float:right;}
	.menu-1 a{margin:0}
  }


  @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{padding:5px 10px 7px;font-size:1.5em;}
    #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
  }
  
    @media screen and (max-width:960px){

 #logo {float:none;margin:10px 20px;padding:0;text-align:center;}
 #logo #slogan {float:none;margin:10px 20px;padding:0;text-align:center;}
.vimeo,  .youtube {width:750px;height:400px;margin:0 auto;}
	 #menu{width:100%;text-align:center;}
.menu-1{width:90%;clear:both;position:relative;text-align:center;margin:0 auto;float:none;padding-top:10px;right:auto;}

  }
  
  @media screen and (max-width:860px){
   #logo {margin:10px 20px;padding:0;text-align:center;width:auto;}
   #title{float:none;}
   .images-63{width:90% !important;}
.vimeo,  .youtube {width:650px;height:400px;margin:0 auto;}
.menu-1{width:90%;clear:both;position:relative;text-align:center;margin:0 auto;float:none;padding-top:0px;right:auto;}

  }
  
  
    @media screen and (max-width:760px){
	 .vimeo,  .youtube {width:600px;height:400px;margin:0 auto;}
	 #head1 .container{width:90%;margin:0 auto;}
	 #logo {margin:10px 20px;padding:0;text-align:center;}

	 #head1{height:150px;}
	 #header {width:100%;}
	 #logo #title a{font-size:1.7em;margin:0 auto;padding:0;}
    .scene-parallax{height:700px;margin:0;position:relative;clear:both;top:0px;}
.scene-parallax .layer{height:600px;top:0px;}

.pages-list li{margin:0 4%;clear:both;width:100%;}

	
  }
      @media screen and (max-width:640px){
	  .vimeo,  .youtube {width:500px;height:330px;margin:0 auto;}
	 
	  #logo {padding:0;width:100%;float:none;margin:0;margin-top:20px;}
	 #logo #slogan {text-align:center;width:100%;font-size:0.7em;}
	 #logo #title{float:none;text-align:center;}
	 #menu{text-align:center;float:none;width:100%;}
	 #head1{height:150px;}
	 #header {width:100%;}
	 #logo #title a{font-size:1.7em;margin:0 auto;padding:0;}
    .scene-parallax{height:700px;margin:0;position:relative;clear:both;top:0px;}
	.scene-parallax .layer{height:600px;top:0px;}
	h1, h2{text-align:center;}
	.menu-1 {font-size:0.8em;text-align: center; width: 100%;float:none;margin:0 auto;margin-top:30px;}
	.menu-1 ul{float:none;width:100%;height:100%;margin:0 auto;list-style:none;}
	.menu-1 li{position:relative;padding:0;display:inline;text-align:center;float:none;width:auto;}
	.menu-1 a{text-align:center;margin:0;padding:0 10px;width:auto;float:none;}
	
  }
      @media screen and (min-width:1920px){
.parallax-window{height: 100px;margin-bottom:100px;background: transparent;clear:both;}
.scene-parallax{height:1000px;margin:50px 0;position:relative;clear:both;}
.images-63{clear:both;float:none;margin:8px auto 20px;width:1200px;}

div.scene-parallax.images-60{height:900px;margin:50px 0 200px;position:relative;clear:both;top:0px;}
.scene-parallax .layer{width:100%;height:1000px;background-position:center center;line-height:0;position:absolute;top:0px;}
.scene-parallax.images-60 .layer{width:100%;height:900px;background-position:center center;line-height:0;position:absolute;top:100px;}
  }