/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * 014 266 2298 Ke 11.3  klo 10:00 python github
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: defaults
   ========================================================================== */

html {
    color: #00006a; /* #222; */
     font-size: 1.1em; 
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles  http://www.fotosearch.com/CSP019/k19810713/ http://www.fotosearch.com/CSP789/k17620506/
   ========================================================================== */

body {font-family: Open Sans;Arial;Arial Unicode MS;Helvetica;sans-serif; font-size:1.0em; color:black;
font: Open Sans;Arial;Arial Unicode MS;Helvetica;sans-serif}
/*Verdana, sans-serif; font-size:0.8em; color:black; }*/
.page{
  width: 100%;
  border-top: solid 10px #1157A4;
  margin-left: auto;
  margin-right: auto;
}
.hdr{
height: 150px; }
/*	background-image: url("header_bg1.png"); 
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
	background-size: cover;
}*/
header{ margin-left:5px; margin-right:5px; margin-bottom:5px; padding-left:8px; padding-right:8px; padding-bottom:8px; text-align:center; clear: both;}

nav, section, footer
{ margin:5px; padding:8px; text-align:center; clear: both;}
nav ul {margin:0; padding:5px; border-top:solid 2px #1157A4; border-bottom: solid 2px #1157A4; } /* #ccccde; }/*#cce5ff; } /* #e5e5ff; } /*#cecee5;} /* #32326F; }/*#1E90FF; }*/
nav ul li {display:inline; margin:8px;}
.content a{ color: #0000ba; text-decoration: none;}
nav a{ color: #1157A4; text-decoration: none; font-size:20px; font-weight: bold;}
/*#logo{width: 244px; height: 66px; float: left; margin-left: 13px; margin-bottom: -8px;}*/
#logo{width: 13%; float: left; margin-left: 1%; margin-bottom: -8px; }
#spacer_tr{
	width: 85%; height: 5%; background-color: brown; float: none;
}
#top_right{
	float: right; margin-right: 1%; width: 85%; 
}

#menu-icon {
	display: none; /*hidden; */	
	width: 42px; 
	height: 36px;
	background: #00cccc url(img/menu-icon.png) no-repeat center; /* #4C8FEC*/
    position: absolute;
	top: 25px;
	left: 86%; /*250px;*/ 
}
a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}
.icon{
 float: right;
}
.donate{
  float: right;	
    border: none;
   height: 28px;
   margin-bottom: 5px;
   margin-top: 5px;
   margin-right: 20px;
}
.pg_hdg{ margin-top: 30px;}
.content{
    width: 82%;
    margin-left: auto;
    margin-right: auto;
	/*background: red; /*#e5e5ff; /*#1E90FF;*/
	border: solid 1px white; /*#0cc; /*#cecee5; /*#ccccff; /#e5e5ff; /*32326F;  /*#777;*/
	clear: right;
	overflow:hidden;
}
h3{
	color: #1157A4;
}
.hands{
	width: 50%;
	border: solid 2px #1157A4;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.cont_in{
	width: 85%;
}
textarea {
	width: 95%;
}

aside, main, article{
  float:left;  
}
aside{
  width: 11%;
  background: #edfefe; 
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center-left;
  padding-left: 2%;
  padding-right: 2%;
  height: 700px;
  }
  aside h2{
    font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
  }
  aside h3{
    font-size: 12px;
    text-align: center-left;
	margin-bottom: -15px;
    margin-top: 20px;
  }
main{
  width: 98%; padding: 1%; background: white;/*#0cc; /*#cce5ff; /*#ccccff; /*#e5e5ff; /*#1E90FF;*/
}
.filler{
  width: 68%; background: #14d6bf; height: 5px;
}
.bigpic{
  width: 98%; /* 660px; */
  background: white;
  margin: 1%;
  padding: 1%;
}
.left{
}
.bigpic img{
  width: 70%;
  border: solid 2px #1157A4; /*#0cc; /* #cecee5;*/
  float: right;
}

#call2act{
	  text-align: left;
	  margin-top: -60px;
}
#call2act a{
	font-size: 200%;
	font-style: italic;
}
#call2act2{
			  float: left;
	  width: 25%;
	  margin-left: 1%;
}
.clr{
		clear: both;
}
.regform{
	width: 30%;
	float: right;
	margin-left: 5%;
	margin-right: 0%;
	margin-top: 3%;
	margin-bottom: 3%;
	padding-left: 10%;
	padding-right: 0%;
	border-left: solid 1px #1157A4;
}
.regform2{
	width: 40%;
	float: right;
	margin-left: 0%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
}
#registered{
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}

article{
  width: 27.7%; background: white; border: solid 1px #1157A4; /*#cecee5;/*#0cc; /*#cecee5; /*#766;  #1E90FF; */
  margin:1%; padding:1.2%; text-align:center-left; float: left;
}
.no_borderArticle{
  width: 99%; background: white; /*border: solid 3px #1157A4; /*#cecee5;/*#0cc; /*#cecee5; /*#766;  #1E90FF; */
  margin:1%; padding:1.2%; text-align:center-left;
  clear:both;
}

.price{
	width: 95.5%;
	background: white;
	clear: both;
	border: solid 1px #1157A4; /*#cecee5;/*#0cc; /* #cecee5; /*#766;  #1E90FF; */
  margin:1%; padding:1.2%; text-align:center-left; float: left;
}
#opestop{
	width: 95.5%;
	background: white;
	clear: both;
    margin:1%; padding:1.2%; text-align:center-left; float: left;
}
#contacts{
	width: 95%;
	margin: auto;
}
.bold{
  font-weight: bold;
}
.half{
  width: 44%;
  height: 580px;
}
.cntr{
    text-align: center;
}
.rt{
	text-align: right;
}
.fb{
    width: 30px;
}
.label{
  margin-bottom: 1px; 
}
.long_art1{
    border: solid 1px #1157A4;
    width: 95.5%;
}
.long_art{
    width: 95.5%;
    background-image: url('../img/2_bg.png');
    background-position: 40% 10%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right; 
}
.operations{
	padding-left: 2.5%;
}
#full_text{
	width: 90%;
	border: solid 1px #1157A4;
	margin: auto;
}
#full_text img{
	width: 100%;
	border-bottom: solid 1px #1157A4;
}
.text_full{
	width: 88%;
	margin: auto;
}
.more {display: none;}
.more_btn{
  background-color: #D5E7FA; /* Green */
  border: none;
  font-size: 14px;
  height: 23px;
  width: 100px; 
}
article img{
  width: 98%;
  border: solid 1px  #1157A4;
}
img.diff{
  width: 30px;
  border: solid 1px #fff;
  
}
.r1{
	width: 50%;
	height: 180px;
	float:right;
}
.r2{
	width: 35%;
	height: 50px;
	float:right;
	clear: right;

}
.r3{
	width: 30%;
	height: 50px;
	float:right;
	clear: right;
}
#socMed{
	text-align: center;
}
footer{
  clear: left;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 1125px) {
#top_right{
	float: right; margin-right: 1%; width: 85%;
}
body {font-family: Open Sans;Arial;Arial Unicode MS;Helvetica;sans-serif; font-size:0.7em; color:black;
font: Open Sans;Arial;Arial Unicode MS;Helvetica;sans-serif}
#logo{width: 13%; float: left; margin-left: 1%; }

article{
  width: 28.6%; background: white; border: solid 1px #1157A4; /*#00cccc;*/
  margin:1%; padding:1.2%; text-align:center-left;
}/*
.content{
    width: 84%;
    margin-left: auto;
    margin-right: auto;
	background: #edfefe;
	border: solid 1px #0cc;
	clear: right;
	overflow:hidden;
}*/
.long_art{
    width: 95.5%;
    background-image: url('');
}
.r1{
	width: 100%;
        height: 0px;
}
.r2{
	width: 100%;
        height: 0px;
}
.r3{
	width: 100%;
        height: 0px;
}
 
}

/*MEDIA QUERY*/
@media only screen and (max-width : 799px) {
#logo{width: 15%; float: left; margin-left: 1%;}
#top_right{
	float: right; margin-right: 1%; width: 85%;
}

article{
  width: 28.5%; background: white; border: solid 1px #1157A4; /*#00cccc;*/
  margin:1%; padding:1.2%; text-align:center-left;
}
.half{
  width: 95%;
}
.serv_art{
 width: 95%;
 font-size: 12px;
}

/*MEDIA QUERY*/
/*@media only screen and (max-width : 728px) {
#logo{width: 15%; float: left; margin-left: 1%; margin-bottom: -8px; }
#top_right{
	float: right; margin-right: 1%; width: 50%;
	background: green;
}

article{
  width: 28.3%; background: white; border: solid 1px #1157A4; /*#cecee5; /*#00cccc;
  margin:1%; padding:1.2%; text-align:center-left;
}

}
*/

@media only screen and (max-width : 728px) {
.hdr{
height: 60px;
 }	
#logo{
	width: 15%; float: left; margin-left: 1%;
}
#top_right{
	float: right; margin-right: 1%; width: 70%; background-color; red;
}
article{
  width: 28%; background: white; border: solid 1px #1157A4; /*#cecee5; /*#00cccc;*/
  margin:1%; padding:1.2%; text-align:center-left;
}
.donate{
  float: right;	
    border: none;
   height: 14px;
   margin-bottom: 5px;
   margin-top: 5px;
   margin-right: 20px;

}
.icon{
 float: right;
 width: 25px;
 height: 25px;
}
 #menu-icon {

		display:inline-block;
	
	width: 42px; /* 6%; */ 
	height: 36px;
	background: url(../img/menu-icon.png) no-repeat center; /* #4C8FEC*/   
   /* background-color: #1157A4; /*edfefe;*/
	border-radius: 4px 4px 4px 4px;
	/*border: solid 1px #1157A4; /*#0cc; /*#00cccc; */
    position: absolute; 
	top: 40px;
	left: 87%;
}
  a:hover#menu-icon {
	background-color: #edfefe;
	border-radius: 4px 4px 4px 4px;
	border: solid 1px #1157A4;
	background-color: #1157A4;
}

.nav_cont{ border-top: solid 2px #00cccc; border-bottom:  solid 2px #00cccc; width: 80%; height: 8px; margin-left: 10%;}
  nav{margin-top: -15px; margin-bottom: -5px;}
  nav:hover ul {
		display: block;
	}
	  nav ul{
		display: none;
	  }
nav ul, nav:active ul  { 

	   /* display: none;  */
		position: absolute;
		padding: 20px;
		border: 3px solid #00cccc;
		left: 65%;
		top: 75px;
		width: 120px;
		border-radius: 4px 0 4px 4px;
        background: #edfefe;; /*#fff;*/
		color: #360033;
	}

	nav ul li {
	    display: block;
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}
    li ul{
    display:none;
}

li:hover ul{
    display:block;
}
.bigpic img{
  width: 99%;
  border: solid 2px #1157A4; /*#0cc; /* #cecee5;*/
  float: left;
}
#call2act{
	clear: both;
	  width: 100%;
	  text-align: center;
	  margin-left: 1%;
	  margin-top: -20px;
}
#call2act a{
	font-size: 200%;
	font-style: italic;
}
#call2act2{
	  clear: both;
	  width: 100%;
	  	  margin-top: -10%;
}
.clr{
		clear: both;
}
.regform{
	width: 80%;
	float: right;
	margin-left: 0%;
	margin-right: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	border: solid 1px #1157A4;
}
.regform2{
	width: 89%;
	padding-left: 5px;
	float: right;
	margin-left: 0%;
	margin-right: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	border: solid 1px #1157A4;
}
.half{
  width: 98%;
  height: 430px;
  clear: both;
}
.text_full{
	width: 94%;
	margin: auto;
}
	
}

@media only screen and (max-width : 628px) {
#logo{
	width: 15%; float: left; margin-left: 1%; margin-bottom: 8px;
}
 #menu-icon {

		display:inline-block;
	
	width: 42px; /* 6%; */ 
	height: 36px;
	background: url(../img/menu-icon.png) no-repeat center; /* #4C8FEC*/   
   /* background-color: #1157A4; /*edfefe;*/
	border-radius: 4px 4px 4px 4px;
	/*border: solid 1px #1157A4; /*#0cc; /*#00cccc; */
    position: absolute; 
	top: 40px;
	left: 84%;
}	
	
}

@media only screen and (max-width : 558px) {
 #menu-icon {

		display:inline-block;
	
	width: 42px; /* 6%; */ 
	height: 36px;
	background: url(../img/menu-icon.png) no-repeat center; /* #4C8FEC*/   
   /* background-color: #1157A4; /*edfefe;*/
	border-radius: 4px 4px 4px 4px;
	/*border: solid 1px #1157A4; /*#0cc; /*#00cccc; */
    position: absolute; 
	top: 40px;
	left: 82%;
}	
	
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
	#top_right{
	float: right; margin-right: 1%; width: 71%;
}
	

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}