ul.mainmenu2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    display: inline-flex;
}

li.mainmenu2 {
    float: right;
    font-size:19px;
}

li.mainmenu2 a, .dropbtns {
    display: inline-block;
    color: #818181;
    text-align: center;
    padding: 1px 16px;
    text-decoration: none;
}

li a:hover, .dropdowns:hover .dropbtn {
    background-color:  #363a3b ;
    color: deepskyblue;
    text-decoration: none;
    transition: all .1s;
}

li.dropdowns {
    display: block;
}

.dropdowns-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #363a3b ;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all .2s;

}

.dropdowns-content a {
    color: #eee;
    padding: 4px 1px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #5a565c   ;

}

.dropdowns-content a:hover {background-color: black}

.dropdowns:hover .dropdowns-content {
    visibility: visible;
    opacity: 1;
}
@font-face {
    font-family: 'yekan';
    src: url('fonts/BRoya.eot');
    src: url('fonts/BRoya.eot?#iefix') format('embedded-opentype'),
    url('fonts/BRoya.woff') format('woff'),
    url('fonts/BRoya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, html {
    height: 85%;
    margin: 0;
    font-family: tahoma;
    color: #818181;
    direction:rtl;
    font-size: 13px;
	background-image:url("images/bg.gif");
	background-repeat:repeat;
}
.bc{
    background-image: url("images/bc.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bc-cap{
    width: 39%;
    background: rgba(0,0,0,.58);
    position: absolute;
    color: deepskyblue;
    top:50%;
    left: 10px;
    border-radius: 10px;
    padding: 20px 15px 30px 13px;
}
.bc-cap button{
    float: left;
    border: none;
    border-radius: 6px;
    transition: all .3s;
    margin-left: 35px;
    color: dodgerblue;
    padding:8px;
}
.bc-cap button:hover {
    background: cornflowerblue;
    color: white;
    margin-left: 26px;

}
span.glyphicon glyphicon-earphone{
    font-family: yekan;
}
.container-fluid{


}
#top{
    padding: 10px 60px 10px 20px;
    background:  #5d5f5f ;
    color: white;
}
#top a{
    text-decoration: none;
    color: whitesmoke;
    padding-left: 50px;
    transition: all .3s;

}
#top  a:hover{
    text-decoration: none;
    color: deepskyblue;
}
.glyphicon,.fa{
    color: deepskyblue;
}
#basket{
    background:  #4ca051 ;
    display: inline-block;
    padding: 5px;
    padding-bottom: 10px;
    border-radius:10px ;
    color: #bce8f1;
    transition: transform .3s;
}
a #basket:hover{
    transform: scale(1.2);

}
.chat{
    position: fixed;
    bottom: -100px;
    padding: 5px;
    padding-right: 10px;
    width: 60px;
    font-size: 36px;
    height: 60px;
    border-radius: 50%;
    background: blue;
    right: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,.8);
    z-index: 99;
    transition:all 1s;
}
#footer{
    background: linear-gradient(#f5eef8 ,   #e8daef  )  ;
}
#website .col-sm-4{
    border-top: 1px solid  #3262b1 ;
    line-height: 30px;
    padding: 11px;
}
#footer .col-sm-3{
    border-top: 1px solid  #7332b1 ;
    line-height: 30px;
    padding: 15px;
    height: 300px;
}
.col-sm-3 h3{
    line-height: 50px;
    color: #3262b1;
    font-weight: 100;
    font-size: 30px;
}
.col-sm-4 h3{
    line-height: 10px;
    color: #3262b1;
    font-weight: 100;
    font-size: 30px;
}
#website h2{
    background:  #3262b1 ;
    color: white;
    width: 20%;
    margin: 0;
    margin-top:120px ;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 40%;
    position: relative;
}
#footer h2{
    background:  #7332b1  ;
    color: white;
    width: 20%;
    margin: 0;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 40%;
    position: relative;
}
#footer{
    margin-top:140px ;
}
#copyright{
    background: #423f40  ;
    padding: 10px;
}
