body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-image:url("../img/fon.jpg");
    background-repeat: no-repeat;
    background-position: top, top, top;
    background-size:100%;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    /*padding-bottom: 500px;*/
    margin-bottom: 300px;
    color: #000;
}

#link {
    color: #0000FF;
    text-decoration: underline;
}

ul, ol, dl { 
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;	
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px;
}

a img { 
    border: none;
}

a:link {
    color: blue;/*#414958;*/
    text-decoration: underline; 
}
a:visited {
    color: blue;/*#4E5869;*/
    text-decoration: underline;
}

a:hover, a:active, a:focus { 
    text-decoration: none;
}

#container {
    width: 100%;
    max-width: 1366px;
    min-width: 780px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 300px;
    border-radius: 15px 15px 15px 15px;
}

#content {
    padding: 10px 0;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#content ul{ 
    padding: 0 15px 15px 40px; 
}

#content ol { 
    padding: 0 15px 15px 40px; 
}

#nav {
    list-style: none; 
    border-top: 1px solid #666;
    margin-bottom: 15px;
}
#nav li {
    border-bottom: 1px solid #666; 
}
#nav a, #nav a:visited { 
    padding: 5px 5px 5px 15px;
    display: block; 
    text-decoration: none;
    color: #000;
    background: #FFFF00 url("img/navSmall.png") calc(100% + 36px) 0 no-repeat;    
    -webkit-transition-property: background;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: liner;
}

#nav a:hover, #nav a:active, #nav a:focus { 
    color: #FFF;
    background: url(img/navSmall.png) no-repeat right #FAAC01;
}


#footer {
    padding: 10px 0;
    background-color: #FFFF01;
    position: relative;
    clear: both; 
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.center {
    /*background-color:#fff;
    color : #333;*/
    padding : 7px 7px 20px 7px;
    text-align: right;
}

.bee {
    position: absolute;
    z-index: 2;
}

#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 85%;
    z-index: 3;
    /*float: right;*/
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(/img/up-arrow.png) no-repeat center center;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}