@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
    User-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
html {
    height: 100%;
    }
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #333;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size:1em;
    line-height: 135%;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
a {
    font-size: 16px;
    color: #2B64AA;
    text-decoration: none;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -o-transition: all.6s ease;
    -ms-transition: all.6s ease;
   }
a:hover{
    color: #efdea0;
}
a, a:hover {
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -o-transition: all.6s ease;
    -ms-transition: all.6s ease;
}
.clear {
    clear: both;
}
/* Shapka stillari*/
header {
    width: 98%;
    float: left;
    padding: 1%;
    background-color: #fafafa;
    border-bottom: 2px solid silver;
    margin-bottom: 20px;
}
header #logo{
    width: 40%;
    float: left;
    
}
header #menuHead{
    width: 20%;
    float: left;
    font-family: "Times New Roman";
    font-size: 30px;
 
}
header #menuHead div {
    float:left;
    padding: 7px;
    background-color: black;
    border-radius: 10px;
    color: #ffffff;
}
header #menuHead div:hover {
    background-color: #e7e7e7;
}
header #regAuth{
    width: 40%;
    float: left;
    text-align: right;
    
}
/*asosiy stillar*/
#wrapper: {
    width: 80%;
    float: left;
    margin-right: 10%;
}
#wrapper #leftCol {
    width: 70%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    text-align: justify;
}
#wrapper #leftCol # bigArticle {
    width: 68%;
    margin-left: 10%;
    background-color: #f6f6f6;
    padding: 5%;
    border: 4px solid silver;
    float: left;
}
#wrapper #rightCol {
    width: 20%;
    float: left;
    
}
#wrapper #rightCol .banner {
    width: 80%;
    float: left;
    margin-bottom: 20px;
    border: 2px solid silver;
    box-sizing: border-box;
    
    }


/*Footer stillari*/
footer {
    width :98%;
    float: left;
    padding: 1%;
    background-color: #fafafa;
    border-top: 2px solid silver;
    margin-top: 10px;
}
footer #social {
    float: left;
    width: 50%;
    
}
footer #rights {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 1.1em;
}