@font-face {
    font-family: 'BNarm';
    src: url('../fonts/BNarm.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/BNarm.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BNarm.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'BTitrTGEBold';
    src: url('../fonts/BTitrTGEBold.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/BTitrTGEBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BTitrTGEBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
#mainmenu {
    visibility: visible;
}
#responsive-menu {
    display: none;
    float: left;
}
@media only screen and (max-width: 767px) {
    #mainmenu {
        visibility: hidden;
        height: 0;
    }

    #responsive-menu {
        display: inline-block;
        width: 100%;
        margin-top: 13px;
    }
}
.phone_number
{
    text-align: left;
    direction: ltr;

    display: inline-block;
    position: relative;
}
.one_sixth > img
{
    vertical-align: middle;
    height:100px;
}
.one_third img
{
    height:100px;
    width:100px;

}
.boxthreeleft
{
    text-align: center;
}
.one_third section
{
    height:350px;
}

.link
{
    color:#faebcc;
}