﻿.imgLogo {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.divLogo {
    width: calc(382*100%/1220);
    max-width: 382px;
}

.imgLogo {
    width: 100%;
}

.imgFlag {
    background-image: url('http://siteimages.agora-gallery.com/header/flags.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 16px;
}

@media all and (min-width:481px) {
    .divLogo {
        float: left;
        margin-top: 20px;
    }

    .trPhone {
        display: none;
    }
}

@media all and (max-width:1050px) {
    .divAddress {
        display: none;
    }

    .trAddress {
        display: block;
        padding-right: 20px;
    }
}

@media all and (min-width:1051px) {
    .divAddress {
        vertical-align: top;
        padding-right: 20px;
    }

    .trAddress {
        display: none;
    }
}

@media all and (min-width:481px) {
    .tblTopRight {
        float: right;
    }

    .spnBreak {
        display: none;
    }
}

@media all and (max-width:480px) {
    .spnBreak {
        display: inline;
    }

    .tblTopRight {
        clear: both;
        float: left;
        margin-left: 10px;
    }

    .trPhone {
        float: left;
        padding-right: 20px;
        display: block;
    }
}

.tblTopBar {
    width: 1257px;
    height: 130px;
}

.tdRight {
    width: 240px;
    height: 130px;
}

.tblRight {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 130px;
}

.tdSearch {
    vertical-align: top;
    height: 45px;
    padding-top: 20px;
}

.frmSearch {
    margin: 2px 0 0 0;
}

.tblSearch {
    height: 15px;
    border: solid 1px #b6b6b6;
}

.tdSearchInput {
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    width: 150px;
    padding: 0 0 0 0;
}

.searchInput {
    width: 150px;
    height: 15px;
    border-style: none;
    font-size: 12px;
    background-color: Transparent;
    color: #000;
    padding-left: 10px;
    margin: 0 0 0 0;
}

.tdSearchImg {
    vertical-align: bottom;
    background-color: #fff;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    width: 10px;
}

.searchImg {
    margin-right: 2px;
}

.tdMenu {
    height: 65px;
    vertical-align: bottom;
    padding-bottom: 10px;
}
