.blue-nav {background-color:#3071a9;}
.white {color:#ffffff !important;}
.white span a {color:#ffffff;text-decoration:underline;}
a:hover.white {color:#ffffff;text-decoration:underline;}
.red-h2 {color: #3071a9; border: 1px solid #3071a9; border-radius:2px;padding:6px; text-align:center;}
.btn-links {float:left; margin: 5px 0 0px 10px;}
.footer {margin-top:30px; height:70px;padding:20px; color:#fff; text-align:center;}

table a {color:#d72f46; text-decoration:underline;}

.dropdown-menu.scrollable {
    height: auto;
    max-height: 30em;
    overflow-x: hidden;
}

.drop {margin: 15px 0 15px 0;}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.close-popup {
    top: -10px;
    right: -12px;
    width: 30px;
    height: 30px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: grey;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
	z-index:100;
 
}
.close-popup:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close-popup:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

.fixed-box {
        margin-top: 30px;
}
.fixed-div {
    height: auto;
}
.fixed {
    position: fixed;
    z-index: 9999;
    top: 60px;
}


.autodata a {float: left; cursor:pointer; margin-top:10px;}
.autodata .cat8 {display: block; height: 160px; width: 160px; background-size: 160px; background-position: 0px -165px;}

.autodata p {    display: block;    text-align: center;    margin-top: 5px;    cursor: pointer; color: #444; font-weight: bold;}
.cat8:hover {background-position: 0px -4px;}


.search-inner {
	
	margin-top:15px; 
	font-size:15px;
	
	
}

.search-inner a {color:red; margin: 10px 10px;} 