*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
}
input, textarea, button, select{
    font-size: 12px;
    line-height: 20px;
    font-family: sans-serif;
}
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-size: 100% auto;
    background-position: top center;
    font-size: 12px;
    line-height: 20px;
    /*direction:rtl*/

}
header{
    width: 100%;
    height: 140px;
    padding-top: 20px;
    display: table;
    background-color: #f3f3f3;
}
.HeaderCell{
    display: table-cell;
    vertical-align: middle;
}
#HeaderMobileMenuButton{
    padding: 10px;
    display: none;

}
#MobileButton{
    display: inline-block;
    width: 45px;
    padding: 3px 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
#MobileButton div{
    display: block;
    width: 100%;
    height: 5px;
    margin: 3px 0;
    background-color: #0b0b0b;
    border-radius: 5px;
}
#HeaderCellLogo{
    width: 380px;
    text-align: right;
    vertical-align: top;

}
#HeaderCellLogo img{
    height: 100px;
}
#HeaderCellMenu{
    text-align: center;
    padding-right: 40px;
}
#HeaderCellMenu a{
    display: inline-block;
    padding: 2px 12px;
    border-right: 1px solid #0b0b0b;
    color: #0b0b0b;

}
#HeaderCellMenu a:last-child{
    border-right: none;
}
#HeaderCellFlags{
    width: 320px;
}
#HeaderCellFlags a img{
    height: 17px;
}
#MobileMenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 170px;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    padding-top: 10px;
    display: none;

}
#MobileMenu a{
    display: block;
    padding: 10px;
    color: #FFFFFF;
    transition: background ease .3s;
}
#MobileMenu a:hover{
    background-color: #e1b237;
}
#pageCloser{
    position: fixed;
    background-color: rgba(0,0,0,0.2);
    z-index: 998;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    display: none;
}
#FooterMenu{
    width: 100%;
    height: 25px;
    text-align: center;
    background-color: #ffffff;
    display: table;
    margin-bottom: 10px;
}
.FooterMenuCell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#FooterMenuContainer{
    width: 850px;
    max-width: 100% !important;
    height: 100%;
    display: inline-table;
    padding: 20px;
}
#FooterMenuContainer a{
    font-size: 12px;
    color: #0b0b0b;
    padding: 6px 15px;
    border-right: 1px solid #0b0b0b;
}
#FooterMenuContainer a:last-child{
    border-right: none;
}
footer{
    width: 100%;
    height: 100px;
    display: table;
    text-align: center;
    background: rgb(228,182,61);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(228,182,61,1) 0%, rgba(251,207,85,1) 20%, rgba(251,207,85,1) 20%, rgba(251,207,85,1) 41%, rgba(251,207,85,1) 53%, rgba(228,182,61,1) 83%, rgba(250,207,84,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(228,182,61,1) 0%,rgba(251,207,85,1) 20%,rgba(251,207,85,1) 20%,rgba(251,207,85,1) 41%,rgba(251,207,85,1) 53%,rgba(228,182,61,1) 83%,rgba(250,207,84,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(228,182,61,1) 0%,rgba(251,207,85,1) 20%,rgba(251,207,85,1) 20%,rgba(251,207,85,1) 41%,rgba(251,207,85,1) 53%,rgba(228,182,61,1) 83%,rgba(250,207,84,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4b63d', endColorstr='#facf54',GradientType=1 );
    /* IE6-9 */
}
#FooterContainer{
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    display: inline-table;
    padding: 0 150px;
}
.FooterCell{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
#FooterLogo{
    width: 200px;
    text-align: right;
}
#FooterLogo a img{

}
#FooterPhone{
    text-align: left;
}
#FooterSocial{
    text-align: right;
}