#header{background-image: url(/templates/masterbootstrap/images/Fon.jpg);background-position: center center;background-size: cover;}
/*#footer{background: #CCCCCC none repeat scroll 0 0; position: absolute;
background-image: url(/templates/masterbootstrap/images/Hram111.jpg);background-position: center center; background-size: cover;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;}*/
/*#article{background: #FFFFFF none repeat scroll 0 0;}*/
#nav{background: #ccccff none repeat scroll 0 0;}
#aside{background: #ccccff none repeat scroll 0 0;}



._linkbold{
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 12px;
        font-family: "Arial";
        color: rgba(255, 255, 255, 1);
    	text-decoration: none;
    	background-color: rgb(51, 102, 204);
  		margin-top: 8px;
    }

html,
body {
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100%;
}

#wrap section {
  padding-bottom: 50px;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:rgb(187, 200, 240);
/*  
   background-image: url(/templates/masterbootstrap/images/Fon22.jpg);background-position: center center; background-size: cover;
/*  
}



/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) { 
}

/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
}
/* Large desktop */
@media (min-width: 1200px) {

}