
.yusif a,.yusif1 a{text-decoration:none}


body{
color: #484747;
font-family:arial;
font-size:14px;
line-height:20px;
min-width: 320px;
max-width: 1000px;
margin:auto;
background:url(img/logo.png);
}
.yess {
border:0px solid;
margin:1px 1px 1px;
padding:7px 5px 7px 5px;
background-repeat:no-repeat;
background-position:19px left;
border-radius: 6px 6px 0px 0px;
#max-width:800px;
margin:auto;
}

.yess {
color:	#2F4F4F;
background-color:#ECF0F1;
}
.icon-32-olmaz{background-image:url(http://azhost.az/images/olmaz.png);}
.yusif{ border-radius:0px 0px 0px 0px; background:url(images/fon.png) #334455; color:#fff; padding:20px; }
.yusif1 { background: #fff; padding : 7px; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; }

.yusif2{ border-radius:0px 0px 0px 0px; background:url(images/style.png) no-repeat right, repeat-x top #074452; color:#fff; padding:10px; } 
yusif3{
color:#fff;
background:#551a8b; repeat-x #7700FF;
padding:0 6px 0 6px;
border-radius:5px;
margin:1px;
border:0.60px solid red;
font-weight:bold;
}
.news {
font-size: 14px;
border:1px solid;
margin:1px 1px 1px;
padding:14px 9px 14px 9px;
background-repeat:no-repeat;
background-position:19px left;
border-radius: 0px 0px 6px 6px;
#max-width:790px;
margin:auto;
}
.news {
color:	#2F4F4F;
background-color:#FFFFE0;
}
yusif4{
background:#551a8b;
border-radius:5px;
padding:6px;
color:white;
border:1px ;
font-weight:bold;

}
yusif5{
background:#074452;
border-radius:5px;
padding:6px;
color:white;
border:1px solid #fff;
font-weight:bold;

}
.yusif6{ border-radius:0px 0px 0px 0px; background:url(images/style.png) no-repeat right, repeat-x top #074452; color:#fff; padding:20px; } 
.yusif7{ border-radius:0px 0px 0px 0px; background:url(images/style.png) no-repeat right, repeat-x top #074452; color:#fff; padding:20px; } 

tion a,.forum .actual a,.title-bal a{text-decoration:none}





.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: auto;
    position: fixed;
    left: 0;
    width: 160px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: rgba(7, 68, 82);
}

.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(51, 68, 85);
}
.sidebarMenuInner li{
    list-style: none;
    color: #075b6e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(51, 68, 85);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 13px;
    color: rgba(51, 68, 85);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.sidebarMenuInner li a:hover{
    color: rgb(51, 68, 85);
    text-transform: uppercase;
    font-weight: italic;
    cursor: pointer;
    text-decoration: line-through;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}