@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);

@import url(http://fonts.googleapis.com/css?family=Dosis&subset=latin,latin-ext);

/* globals */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,ul{margin:0;padding:0;border:0;}
body{color:#333;font-size:0.75em;font-family: 'Open Sans', sans-serif; /*background:url('../img/background.jpg');*/ padding-top:20px;}
textarea:focus, input:focus{outline: 0;}
*:focus {outline: 0;}
::-webkit-input-placeholder {color:rgba(0,0,0,.5);text-transform:uppercase;font-family: 'Roboto Condensed';}
:-moz-placeholder{color:rgba(0,0,0,.5);text-transform:uppercase;font-family: 'Roboto Condensed';}
::-moz-placeholder{color:rgba(0,0,0,.5);text-transform:uppercase;font-family: 'Roboto Condensed';}
:-ms-input-placeholder{color:rgba(0,0,0,.5);text-transform:uppercase;font-family: 'Roboto Condensed';}
.mandatory {background:red;color:white;text-transform:uppercase;font-family: 'Roboto Condensed';}

a{color:black;text-decoration:underline;}
a:hover{color:#666;text-decoration:underline;}

.shadow {box-shadow: 1px 1px 1px black;-webkit-box-shadow:  1px 1px 1px 0px #000;}
.glow {-webkit-box-shadow:  0px 0px 5px 2px #999;box-shadow:  0px 0px 5px 1px #999;}
.miniglow {-webkit-box-shadow:  0px 0px 1px 1px #ccc;box-shadow:  0px 0px 1px 1px #ccc;}
.round5 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.round3 {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.round10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.circle {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.fade {-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.slowfade {-webkit-transition: all 700ms ease;-moz-transition: all 700ms ease;-ms-transition: all 700ms ease;-o-transition: all 700ms ease;transition: all 700ms ease;}
.clear{clear:both;height:0;font-size:0;line-height:0;}
.hide {display:none;}
.left{float:left;} 
.right{float:right;} 
.center{text-align:center;} 
.wrap {width:1100px; margin:0 auto;padding:0 15px;} @media all and (max-width:768px) {.wrap {width:100%; margin:0 auto;padding:0;} }
.nowrap {width:100%;}
.lightbox {position: relative;background: #FFF;padding: 20px;width: auto;max-width: 600px;margin: 20px auto;border:2px solid #ccc;}
.lightbox-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.lightbox-fade.mfp-bg.mfp-ready{opacity:.8}.lightbox-fade.mfp-bg.mfp-removing{opacity:0}.lightbox-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.lightbox-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.lightbox-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}
.mobileOn {display:block;}
.mobileOff{display:none;}
.button, .button  a {background-color:#606062; color:white; border:0; font:normal 1.4em 'Roboto Condensed'; padding:5px 20px;cursor:pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
transition: all 0.2s;
-webkit-transition: all 0.2s;
border-bottom: 2px solid #000;
}
.button:hover, .button :hover a {background-color:#ce1127;	transform: translate(0px,1px);-webkit-transform: translate(0px,1px);}

.mainColor1 {color:#000099;} /* blue */
.orangeC {color:#224E9F;}
.mainBackground1 {background:rgba(102,102,102,1);} /* dark grey */
.footBackground1 {background:#444;} /* dark grey */
.footBackground2 {background:#ededed;} /* darker violet */


#container{width:1100px;margin:0 auto;padding:0; background:rgba(255,255,255,0.8);
-webkit-box-shadow: -1px 0px 48px 18px rgba(255,255,255,.8);
-moz-box-shadow: -1px 0px 48px 18px rgba(255,255,255,.8);
box-shadow: -1px 0px 48px 18px rgba(255,255,255,.8);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

/* middle bar with logo and  menu */
#middleBar {height:105px; padding-top:10px;border-bottom:1px solid #FFF212;}
#middleBar .logo img {height:90px; width:auto;}

/* main menu */
#mainMenu nav ul {text-align: left;list-style: none;}
#mainMenu nav ul li {}
#mainMenu nav ul li a {color:black; text-decoration:none; padding:15px; font-family:'Dosis'; font-size:1.8em; display:block; text-transform:uppercase;}
/* subs */
#mainMenu nav ul li ul {display:none;}


/* slider */
#bannerSlider {height:80px; margin:0 auto; padding-right:50px;}

/* right column */
#leftColumn {width:220px;border-right:1px solid #FFF212; min-height:700px;}

.box {margin:10px 0; padding:10px; font:normal 1.4em 'Dosis';}
#box2 {background:#000099;text-transform:uppercase; color:white;cursor:pointer;}
#box2:hover {-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 105, 1);-moz-box-shadow:0px 0px 16px 0px rgba(0, 0, 105, 1);box-shadow:0px 0px 16px 0px rgba(0, 0, 105, 1);}
#box2 a {color:white; text-decoration:none;}

/* news in left column */
#newsList {padding:0; margin:0;margin-top:10px;}
#newsList div {padding:10px;background:white; }
#newsList h1 {font:normal 1.6em 'Dosis'; background:#FFF212; height:35px; line-height:35px; text-transform:uppercase; color:black; padding-left:20px;}
#newsList h3 a {text-decoration:none; font:normal 1.2em 'Dosis'; color:#000099;}
#newsList h4 {padding:7px 0; font:normal normal 1em 'Roboto Condensed';}
#newsList h4 i {padding-right:10px; font-style:normal;}
#newsList p {font:normal 1.2em 'Roboto Condensed'; text-align:justify;}
@media all and (max-width:768px) {
	#newsList {display:none;}
	#newsList.mobileOn {display:block;} /* show news on first page only */
	#newsList h1 i {float:right; line-height:40px;font-size:1.5em;}
	#newsList h1 {height:40px; line-height:40px; padding-left:20px;}
	#newsList h1 i.mobileOff {display:none;}
	#newsList h1 i.mobileOn {display:block;}
}

/* poll */

.poll {border:1px solid #000099; margin-top:10px; }
.poll h1 {font:normal 1.6em 'Dosis'; background:#000099; height:35px; line-height:35px; text-transform:uppercase; color:white;}
.poll  h1 i {padding:0 10px;}
.poll form {padding:10px;}
.poll .type {padding:10px; font-size:1.1em;}
.poll input[type=radio] {display:none; margin:15px;}
.poll input[type=radio] + label {display:inline-block;margin:5px;padding: 5px 10px;background-color: #e7e7e7;border-color: #ddd;font-size:1.2em;cursor:pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.poll input[type=radio]:checked + label { background-image: none;background-color:#ce1127;color:white;}
.poll .button{margin:10px 0 0 10px;}
.poll .result{padding:10px;}
.poll .graph{clear:both;width:215px;height:10px;padding:0;background:url('../img/poll_bg_g.gif') repeat-x;font-size:1px;line-height:1px;}
.poll .graph div{clear:both;float:left;width:1px;height:10px;padding:0;background:url('../img/poll_bg.gif') repeat-x;font-size:1px;line-height:1px;}
@media all and (max-width:768px) {
	.poll {display:none;}
}	



.body {overflow:hidden;}


/* content  */

#pageBanner {}

#page {clear:both;}

#content {font-size:1.3em; line-height:22px; text-align:justify; padding:20px 0 0 20px; width:800px;}


#content h1 {color:#000099; padding-bottom:20px; border-bottom:1px dotted #CCCCCC; margin-bottom:20px;font:normal 2em 'Dosis'; text-decoration:none; text-transform:uppercase;}
#pageDescription {font-size:1em; line-height:25px;}
#pageDescription h2 {font:normal 1.7em 'Dosis'; margin-bottom:10px;}
#pageDescription h3 {color:#3C0; font-size:1.2em; padding:10px 0 20px 0; font-weight:normal;}
#pageDescription p {line-height:25px; font-size:.9em; text-align:justify; padding-bottom:20px;}
#pageDescription ul {padding-bottom:20px;}
#pageDescription li {font-size:.9em; list-style:square; list-style-position:inside; font-weight:bold;padding-left: 1em;text-indent: -1em; color:black; padding-bottom:10px;}
#pageDescription ol li {font-size:.9em; list-style:decimal; list-style-position:inside; font-weight:bold;padding-left: 1em;text-indent: -1em; color:black; padding-bottom:10px;}


.galleryBottom ul {text-align:center;}
.galleryBottom li {list-style:none; float:left; padding:8px;/*overflow: hidden;width: 246px;height: 150px;*/}
.galleryBottom li .rsABlock {display:none;}
.galleryBottom li .desc {font-size:.8em; display:block;}


/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 15px 0;text-align:center;}
.imagesList li div{text-align:center;}
.subpagesList li img, .imagesList li img, .imagePreview img, .imagesGallery img, #subpagesGallery img{padding:1px;border:4px solid #e0e0e0;}
.subpagesList li img:hover, .imagesList li img:hover, .imagePreview img:hover, .imagesGallery img:hover, #subpagesGallery img:hover{border:4px solid #d5d5d2;}

#imagesGallery3{margin:20px 0 0;}
#imagesGallery4{margin:10px 0 10px;}
.imagesGallery{width:100%;padding:10px 0;font-size:1em;}
.imagesGallery td{padding:15px 7px 10px;background:inherit;color:#5b5b5b;font-size:0.917em;text-align:center;vertical-align:top;}
.imagesGallery td div{font-weight:normal;font-size:1.1em;line-height:1.4em;}

#imagesList1{float:left;margin:9px 20px 0 0;}
#imagesList2{float:right;margin:0 20px 0 0;}
@media all and (max-width:768px) {#imagesList2 {display:none;}}

.imagePreview div{margin:5px 0 10px;text-align:center;}
#imagesListPreview{float:left;margin:9px 20px 0 0;}
* html #imagesListPreview{margin-top:-5px;}
.imagesList#imagesListPreview li{margin-bottom:3px;}
.imagesList#imagesListPreview li img{border:2px solid #e0e0e0;}
.imagesList#imagesListPreview li img:hover{border:2px solid #d5d5d2;}

/* FILES LIST STYLES */
#filesList{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;}
#filesList li{width:100%;float:left;clear:left;margin:5px 0 5px 10px;padding-left:10px;}
#filesList li a{color:red;background:inherit;}
#filesList li a:hover{color:#666;background:inherit;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}

/* SUBPAGES - NEWS FIRST PAGE */
#subList2 {padding:20px; text-align:left; float:left;width:800px; }
#subList2 h1 {font:normal 2em 'Dosis'; color:#00C; padding-bottom:10px;}
#subList2 li {list-style:none; float:left;  border-bottom:1px dotted black; margin-bottom:30px; padding-bottom:10px;}
#subList2 li img {border:3px solid #999;width:150px; height:auto; margin-right:20px; clear:both;}
#subList2 li h2 {padding-bottom:7px;}
#subList2 li h2 a {font:normal 1.8em 'Dosis'; text-decoration:none;}
#subList2 li h3 {font:normal 1.1em 'Open Sans'; padding-top:5px;}
#subList2 li h3 i {margin-right:5px;}
#subList2 li p {padding:3px 0; font-size:1.3em;}
#subList2 li p a { text-decoration:none;}



#subpagesGallery ul {list-style:none; text-align:center;}
#subpagesGallery li {float:left; padding:20px;} 
#subpagesGallery li:hover {-webkit-box-shadow: -3px 0px 30px 5px rgba(255,243,10,0.75);
-moz-box-shadow: -3px 0px 30px 5px rgba(255,243,10,0.75);
box-shadow: -3px 0px 30px 5px rgba(255,243,10,0.75);} 
#subpagesGallery li img {width:100px; height:auto;}
#subpagesGallery li a {text-decoration:none;}
#subpagesGallery h2 {font:normal 1.6em 'Dosis'; padding-bottom:8px; width:200px; height:60px; overflow:hidden;}



@media all and (max-width:768px) {#subpagesGallery li {float:none; text-align:center; left:0; right:0;} }

/* CONTACT FORM */
#contactPanel{width:100%;margin:10px auto 0;}
#contactPanel fieldset{padding:25px 20px;}
#contactPanel dl, #contactPanel dt, #contactPanel dd{margin:0;padding:0;}
#contactPanel dt{padding:0 0 7px;}
#contactPanel dd{margin-bottom:18px;}
#contactPanel .input, #contactPanel textarea{width:99%;padding:3px;font-size:1em;}
#contactPanel #captcha{width:50px;}
#contactPanel .captcha em{font-style:normal;padding:0 3px;}

/* SITEMAP */
#siteMap li{margin:0 0 7px;padding:8px 10px 10px;border-bottom:3px solid #e8e8e7;background:white; list-style:none;}
#siteMap ul{margin:0;padding:3px 0 0 10px;border:0;list-style:none;}
#siteMap ul li{margin:0;padding:4px 10px;border:0;}



/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px 10px;color:#666;font-size:1em;text-align:right;}
*:first-child+html #options{width:94%;} /* IE 7 hack */
* html #options{width:94%;} /* IE 6 hack */
#options a{padding:0 10px 0;color:#2e6a97;background:inherit;}
#options a:hover{color:#c22463;background:inherit;}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #e0e0e0;}

.message{padding:50px 0;text-align:center;}
.message h3{background:inherit;color:#c22463;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h3 a{color:#2e6a97;background:inherit;}
.message h3 a:hover{color:#666;background:inherit;}
.attribute{padding:20px;border:1px solid #bebebe;margin:0 50px 20px;background:#efefef;}
.attribute h3{font-size:1.2em;font-weight:bold;}

/* FOOTER  */

#footer {height:130px; background:white;;}
#footer .contact {padding:20px;}
#footer .contact img {padding-bottom:10px;}

#footerMenu {width:600px; padding:10px;font-size:1.1em;}
#footerMenu .fa {display:none;}
#footerMenu a {text-decoration:none;}
#footerMenu li {list-style:none; float:left; padding:5px; text-transform:uppercase; width:100px; }
#footerMenu li li {float:none; text-transform:none; list-style:circle;font-size:.9em;}

/* footer bottom blocks */
#footerBot {height:30px; color:black; line-height:30px;padding:0 20px;}
#footerBot a {color:black;}
#footerBot nav li {list-style:none; float:left; padding:0 10px;}

#sunFoot {background:url('../img/footSonce.png') repeat-x;display: block;height:120px; margin:0 auto; text-align:center;}