﻿body{
	background-image: url(../images/Bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#header{
	background-color:#fff;
	//background-image:url(../images/logoBg.png);
	background-repeat: no-repeat;
        margin-bottom: -1px;
}

#content{
	position:relative;
	//background-color:#aaa;
	//margin-top: -20px;
	background-color: rgba(255, 255, 255, 0.8);
        margin-top: -1px;
}

.contentShadow{
        //background-image: url(../images/content_shadow.png);
        //background-size: 100% auto;
        //background-repeat: no-repeat;
        //background-position: top center;
        //border-top: solid 1px #BDBDBD;
}

.contentShadowM{
    //padding-top: 15px;
}
/*#photoBox{
	width:100px;
	height:100px;
	background-color:#afa;
	position: fixed;
	left:-130px;
	position:absolute;
}*/
/*Поднимаем меню над логотипом*/
/*.navbar{
    position: relative;
    top:-150px;
    
}*/

.logoImg{
	//margin-top:15px;
	width:120%;
        //margin-left:5%;
        //margin: 0 -15px;
}

.logoDiv{

}

.logoText{
	color:#fff;
	text-shadow: 0px 2px 5px #BDBDBD;
	margin-top: 47px;
}

.logoTextDiv{
	vertical-align: middle;
}

.regBtn{
	text-align:right;
	height:100%;
	margin-top: 10px;
}

.logoBrand{
	max-height:35px;
	color:#E84957;
	margin-top:-5px;
}

@media (max-width: 992px) {
  .liItem{
    font-size: 16px !important;
    }
}

.liItem{
    font-size: 17px;
}

#footer{
	//height:100px;
	background-color:#fff;
	//background-image:url(../images/logoBgR.png);
	background-repeat: no-repeat;
	background-position:right;
}
/*
.menuShadow{
    height: 70px;
    background-image: url(../images/menu_shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.menuShadowC{
    //background-color: #c7c7c7;
    //position: relative;
    //top:-171px;
    //margin-top: -21px;
}
*/
.menuShadowCO{
    background-color: #fff;
}/*

.menu{
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  //border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}*/


@media (min-width: 992px) {
  /*.div-pdf{
    margin-left: -15px;
}

.div-pdf.first{
    margin-left: -15px;
}

.div-pdf.last{
    margin-left: -15px;
}*/
}
  .div-pdf{
    padding: 20px 60px 20px 20px;
    color: #757575;
    height: 100%;
    //width: 100%;
    border-top: 1px solid #d6d6d6;   
}
.div-pdf a{
    font-size: 1.6em;
    text-decoration: none;
    color:#777;
}

.div-pdf a:hover{
    color: #FFA42D;
    text-decoration: none;
    color:#333;
}

.div-pdf.first{
    border-top: 3px solid #bbb;
    margin-top: 10px;
}

.div-pdf.last{
    border-bottom: 3px solid #bbb;
    margin-bottom: 10px;
}

.icon-pdf{
    text-decoration: underline !important;
    position: absolute;
    color: #000;
    text-decoration: none;
    left:90%;
}

.icon-pdf:hover{
   text-decoration: underline !important;
}

.icon-pdf:after{
    top:-15px;
    width: 50px;
    height: 50px;
    //top: 50%;
    //right: 10px;
    //margin-top: 20px;
    //background-position: 0px 0px;
    content: '';
    position: absolute;
    background: url("../images/PDF-Icon.png") 0 0 no-repeat;
    background-size: 50px 50px;
}