/*  Шапка Сайта  */

#header{
    background-color: aquamarine;
    width: auto;
    min-width: 900px;
    height: 120px;
    border-radius: 10px 10px 10px 10px;
}

/* Логотип шапки сайта */

#header_one{
    width: 25%;
    height: 120px;
    float: left;
}

#gif_logo{
    width: 150px;
    height: 100px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    border-radius: 5px 5px 5px 5px;
}

#gif_logo div div img{
    border-radius: 5px 5px 5px 5px;
}

#header_two{
    width: 50%;
    height: 120px;
    float: left;
}

#name_site{
    float: left;
    width: 100%;
    height: 80px;
    color: white;
    -webkit-text-stroke: 1px black;
    text-align: center;
    font-size: 4.0em;
    font-family: fantasy;
    margin: 0;
    padding-left: 5px;
    padding-top: 20px;
    text-transform: uppercase;
}

#header_three{
    width: 25%;
    height: 120px;
    float: right;
}

#logotype{
    background: url(../images/logotype.jpg);
    width: 190px;
    height: 100px;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    border-radius: 5px 5px 5px 5px;
}

/* Кнопка навигации сайта */

/* Блок кнопок социальных сетей */

/* Меню шапки сайта */

/* Слайдеры */

/* Контент сайта */

#content_text div{
    padding: 5px;
    width: 100%;
    height: auto;
}

#content_text div ul{
    margin: 0;
    padding: 4px;
    margin-left: 15px;
}

#content_text div ul li{
    
}

#content_text div div p img{
    width: 590px;
    height: auto;
}

.breadcrumb li{
    display: inline;
}

.page-header h1{
    text-align: center;
}

#content{
    background-color: darkgray;
    width: auto;
    min-height: 380px;
    min-width: 900px;
    height: auto;
    max-height: auto;
    border-radius: 10px 10px 10px 10px;
}

#sidebar_left{
    float: left;
    background-color:azure;
    width: 30%;
    min-height: 380px;
    height: auto;
    margin: 0.5%;
    border-radius: 5px 5px 5px 5px;
}

#sidebar_left h4{
    text-align: center;
}

#content_text{
    float: left;
    background-color: white;
    width: 66%;
    min-height: 380px;
    height: auto;
    margin: 0.5%;
    padding: 1%;
    border-radius: 5px 5px 5px 5px;
}

.pagenav{
    margin: 15px;
    padding: 15px;
    text-align: center;
}

.pagenav li{
    display: inline;
    border: 1px solid darkgray;
    border-radius: 10px 10px 10px 10px;
    font-size: 20px;
    padding: 10px;
    margin: 10px;
}

.pagenav li:hover{
    background-color: powderblue;
    opacity: 0.5;
}

.pagenav li a{
    text-decoration: none;
}

.page-header h2{
    text-align: center;
}

.caption {
    text-align: center;
    width: 500px;
}

.img_caption.none p {
    display: none;
}

.tooltip{
    display: none !important;
}

.moduletable h2{
    text-align: center;
    margin:"0 auto";
}

/* Средняя навигационная строка */

#central_line{
    background-color:aquamarine;
    border-radius: 10px 10px 10px 10px;
    width: auto;
    height: 80px;
    min-width: 900px;
}

#central_line_div{
    margin-left: 10px;
    width: auto;
    height: 100px;
    min-width: 890px;
}

.menu_ava_all img:hover{
    background: chocolate;
    opacity: 0.4;
}

#open_menu{
    margin-top: 8px;
    float:left;
    border-radius: 10px 10px 10px 10px;
    background: none;
    width: 64px;
    height: 64px;
}

#open_menu img{
    border-radius: 10px 10px 10px 10px;
}

#menu_admin{
    float:left;
    margin-top: 15px;
    padding-left: 10px;
}

/* Центральная линия - новые CSS*/

#central_line_div ul{
    list-style: none;
    margin: 0;
    text-align: center;
    float: left;
    padding: 0;
}

#central_line_div ul li{
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    text-align: center;
}

#central_line_div ul li a{
    text-decoration: none;
    font-size: 0px;
    list-style: none;
}

#central_line_div ul li a img{
    border-radius: 10px 10px 10px 10px;
}

.menu li a img:hover{
    background: red;
    opacity: 0.4;
}

#search{
    float: right;
    margin-top: 30px;
    margin-right: 10px;
}

#search_post form{
    margin-top: 25px;
}

#mod-finder-searchword{
    height: 40px;
    width: 200px;
    border-radius: 5px 5px 5px 5px;
    font-size: 24px;
}

#search_post form div button:hover{
    background: red;
    opacity: 0.4;
}

#search_post form div button{
    width: 64px;
    height: 64px;
    padding-top: 0px;
    float: right;
    margin-top: -7px;
    background: url(../icon/search_1.png);
    list-style: none;
    margin-right: 10px;
}

#logo_search input:hover{
    background: red;
    opacity: 0.4;
}

/* Интерактивный блок сайта */

#inter_menu{
    min-width: 900px;
    width: 100%;
    min-height: 395px;
    float: left;
    background-color: burlywood;
    border-radius: 5px 5px 5px 5px;
    display: none;
}

#inter_menu h4{
    text-align: center;
}

/* Подвал сайта */

#footer{
    background-color: lightgrey;
    border-radius: 10px 10px 10px 10px;
    width: auto;
    height: 150px;
    min-width: 900px;
}

#footer_div{
    float: left;
    margin-top: 0,5%;
    margin-left: 10px;
    width: auto;
    min-width: 900px;
    height: 150px;
}

#footer_on{
    width: 25%;
    height: 150px;
    float: left;
}

#copy_rite{
    margin-top: 5px;
    height: 25px;
    width: auto;
    text-align: center;
}

#menu_lite{
    margin-top: 2px;
    text-align: center;
}

#menu_lite ul{
    padding: 0;
}

#menu_lite p{
    padding-left: 30px;
}

#menu_lite ul li a{
    text-decoration: none;
    font-size: 18px;
    color: black;
}

#menu_lite ul li a:hover{
    background: red;  
}

#footer_off{
    float: left;
    background: white;
    border-radius: 5px 5px 5px 5px;
    width: 70%;
    min-width: 590px;
    height: 140px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
}

#iks_site{
    float: right;
    width: 120px;
    height: 50px;
    background: lightgray;
    border-radius: 5px 5px 5px 5px;
    margin-top: 5px;
    margin-right: 10px;
}

#iks_site a img{
    margin-top: 10px;
    margin-left: 15px;
}

#metrik_site{
    float: right;
    width: 120px;
    height: 50px;
    background: lightgray;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
    margin-top:5px;
}

#metrik_site a img{
    margin-top: 10px;
    margin-left: 15px;
    width: 100%;
    height: 100%;
}

#google_analitics{
    float: right;
    width: 120px;
    height: 50px;
    background: green;
    margin-right: 10px;
    margin-top:5px;
    display:none;
}


#logo_sentstory{
    float: left;
    width: 300px;
    height: 55px;
    background: lightgray;
    border-radius: 5px 5px 5px 5px;
    margin-left: 30px;
    margin-top:5px;
}

#logo_sentstory p{
    text-align: center;
    font-size: 32px;
    font-family: fantasy;
    margin:10px;
}

#logo_sentstory p:hover{
    background: white;
    border-radius: 5px 5px 5px 5px;
    height: 35px;
}

#logo_sentstory p a{
    text-decoration: none;
    color: black;
    
}

#hash_rite{
    width: 100%;
    height: auto;
}

#link_best{
    float: right;
    width: 100%;
    height: 70px;
    
}

#link_best ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#link_best ul li{
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    text-align: center;
}

#link_best ul li a img{
    border-radius: 5px 5px 5px 5px;
}