body {
    margin: 0;
}

@font-face {
    font-family: Myriad;
    src: url(/fonts/MyriadWeb.ttf);
}

iframe {
    border-width: 0;
    border-style: none;
    border-color: none;
    border-image: none;
}
iframe.iframe-1 {
    width: 100%;
    height: 100%;
    float: left;

}

body {
    font-family: Myriad;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.wrapper {
    background-color: #242424;
    height: 160px;
}

.wrapper .left {
    width: 366px;
    float: left;
    margin-top: 20px;
}
.wrapper .right a {
    color: #eaeaea;
    text-decoration: none;
}
.wrapper .right {
    float: right;
    font-size: 20px;
    padding: 25px;
    color: #eaeaea;
    width: 720px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 0;
    border-bottom: 1px solid #373737;
}

.wrapper .right .location {
    width: 150px;
    float: left;
    position: relative;
    margin-right: 100px;
}
.wrapper .right .location:before {
    content: '';
    position: absolute;
    background-image: url(../images/gps.png);
    width: 15px;
    height: 23px;
    left: -40px;
    top: 15px;
}

.wrapper .right .email {
    width: 190px;
    float: left;
    line-height: 45px;
    position: relative;
}
.wrapper .right .email:before {
    content: '';
    position: absolute;
    background-image: url(../images/email.png);
    width: 27px;
    height: 21px;
    left: -40px;
    top: 15px;
}

.wrapper .right .phones {
    width: 170px;
    float: right;
    position: relative;
    text-align: right;
}

.wrapper .right .phones:before {
    content: '';
    position: absolute;
    background-image: url(../images/phone.png);
    width: 23px;
    height: 23px;
    left: -40px;
    top: 15px;
}
.wrapper .right-2 {
    float: right;
    font-size: 20px;
    color: #ffffff;
    width: 760px;
    border-bottom: 1px solid #373737;
    background-color: #0083cb;
    position: relative;
    margin-top: 15px;
    line-height: 5px;
}
.wrapper .right-2 .bottom{
    padding-left: 40px;
    position: relative;
}

.wrapper .right-2 .bottom:before {
    position: absolute;
    content: '';
    background-image: url(../images/i.png);
    width: 12px;
    height: 21px;
    top: -7px;
    left: 15px;
}