@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

body, html {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    height: 100%;
    width: 100%;
    color: #231f20;
}

body > .row {
    margin: 0;
}

h2 {
    font-size: 1.2em;
    font-weight: 900;
}

.ico-tv-fix {
    margin-top: -13px;
    margin-right: 5px;
}

h3 {
    font-size: .8em;
    font-weight: 900;
}

p {
    font-size: .75em;
}

ul.style-ul {
    margin-left: 0;
    /*margin-top: 1.8em;*/
}

ul.style-ul li:before {
    display: inline-block;
    width: 0.45em;
    height: 0.45em;
    margin-right: 0.4em;
    background-repeat: no-repeat;
    /*background-image: url('../img/list-image.svg');*/
    background: rgb(2, 180, 189);
    border-radius: 50%;
    content: '';
    vertical-align: middle;
    margin-bottom: 0.15em;
}

section ul {
    text-align: left;
    margin: auto;
    width: 50%;
    padding-bottom: 20px;
}

li {
    font-size: .75em;
    padding: 5px 0;
}

form {
    font-size: .75em;
}

label {
    display: inline-block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: none;
    background: transparent;
    border-radius: 0px;
    background: url('../img/icons/arrow-select-icon.ico') no-repeat;
    background-size: 12px;
    background-position: 98% 20%;
}

input, select {
    margin: 0;
    padding: 0;
    border: none;
    /*border-bottom:2px rgb(2, 180, 189) solid;*/

    border-bottom: 2px solid rgb(2, 180, 189);
    border-radius: 0;

    float: right;
    width: 75%;
}

textarea {
    margin-top: 15px;
    border: 2px rgb(2, 180, 189) solid;
    border-radius: 0;
    width: 100%;
    resize: none;
}

textarea:focus {
    outline: none;
    border: 2px rgba(2, 180, 189, 0.3) solid;
}

input:focus, select:focus {
    outline: none;
    -moz-box-shadow: inset 0 -2px 0 0 rgba(2, 180, 189, 0.3);
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(2, 180, 189, 0.3);
    box-shadow: inset 0 -2px 0 0 rgba(2, 180, 189, 0.3);
}

hr {
    height: 2px;
    border: 0;
    background: #000;
    width: 60%;
}

a {
    color: white;
}

.btn {
    border-radius: 0;
    color: #ffffff;
    background: rgb(2, 180, 189);
    padding: 3px 28px;
    font-size: .7em;
}

.btn:focus {
    color: white;
}

.btn:hover {
    color: white;
    opacity: 0.5;
}

/* DEFAULTS */

.content-section {
    padding-top: 40px;
    height: 100%;
    text-align: center;
}

.content-section:after {
    width: 100%;
    height: 2px;
    display: block;
    top: -1px;
    background-color: rgb(2, 180, 189);
    position: relative;
}

@media (max-width: 991px) {
    .content-section:after {
        display: none;
    }
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

/* Menu */
#site-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgb(2, 180, 189);
    z-index: 1000;
    visibility: hidden;
    position: fixed;
    min-height: 100%;
    overflow-y: auto;

    -moz-transition: 400ms ease all;
    -ms-transition: 400ms ease all;
    -o-transition: 400ms ease all;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
}

#site-menu.show-nav {
    left: 0;
    visibility: visible;
}

#site-menu a {
    font-weight: 700;
    line-height: 1em;
}

.nav-menu a {
    color: white;
}

.bar-menu {
    width: 100%;
    background-color: white;
    padding: 8px 5% 5px 5%;
}

#navbar {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
}

#navbar #logo-menu img {
    opacity: 0;
    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

#logo-menu img.show-logo {
    opacity: 1 !important;
}

#logo-menu img {
    float: right;
    width: 40px;
    height: auto;
}

.bar-menu a {
    color: rgb(2, 180, 189);
    font-size: 1em;
}

i {
    font-size: 1.4em;
}

.nav-menu a, .menu-links a {
    text-decoration: none;
    font-size: 2em;
}

.nav-menu a:hover, .menu-links a:hover {
    opacity: 0.5;
}

.nav-menu {
    padding: 0 5%;
    text-align: center;
}

.nav-menu li {
    list-style: none;
    padding-top: 15px;
}

.menu-links {
    margin-top: 40px;
}

.menu-links li {
    float: left;
    list-style: none;
    padding-left: 10px;
}

.menu-links img {
    width: 28px;
}

.menu-links .float-right {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

/* Login Menu */

#login-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: white;
    z-index: 1000;
    visibility: hidden;
    position: fixed;
    min-height: 100%;
    overflow-y: auto;

    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

#login-screen.show-login {
    left: 0;
    visibility: visible;
}

#login {
    padding-top: 0px;
    height: auto;
}

#login h3 {
    letter-spacing: 1px;
    font-size: 0.75em;
    padding: 10px 0;
}

#login form {
    text-align: center;
}

#login label {
    letter-spacing: 0.8px;
}

#login input {
    width: auto;
    margin: 0 5px;
    float: inherit;
}

#login .btn {
    margin: 25px 0;
}

/* HOME */

#home {
    margin-top: 10px;
}

.home-1 {
    background-color: white;
    height: 50%;
}

.home-1 .big-logo {
    height: 30%;
    width: auto;
}

.home-1 p {
    padding: 2% 15%;
    padding-top: 3%;
}

.home-2 {
    background: url('../img/dirResp/dir-resp-imag.png') no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgb(2, 180, 189);
    z-index: -1;
    height: 50%;
}

/* ABOUT US */

.about-us-1 {
    padding: 10px 15%;
    height: 63%;
}

.about-us-2 {
    height: 37%;
    width: 100%;
    background: url('../img/aboutUs/Company-Photo2.png') no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

/* AD DISTRIBUTION */

.ad-distribution-1 {
    height: 70%;
}

.ad-distribution-2 {
    height: 30%;
    background: url('../img/adDist/barsADDIST.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.tv-icon {
    display: inline-block;
}

.tv-icon.small {
    height: 15px;
    margin-bottom: 3px;
    padding-right: 5px;
    padding-bottom: 0;
}

/* DIRECT RESPONSE */
.direct-response-1 {
    height: 60%;
    z-index: 1;
}

.direct-response-2 {
    height: 40%;
    background: url('../img/dirResp/barsDIRECT.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 0;
}

.direct-icon {
    display: inline-block;
    height: 20px;
    padding-bottom: 6px;
    padding-right: 8px;
}

/* Closed captioning and subtitling */
.closed-icon {
    display: inline-block;
    height: 17px;
    padding-bottom: 4px;
    padding-right: 8px;
}

.closed-captioning-1 {
    height: 50%;
    z-index: 1;
}

.closed-captioning-2 {
    height: 50%;
    background: url('../img/closedCapt/barsClosed-big.png') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Editorial and Tagging */
.editorial-icon {
    display: inline-block;
    height: 17px;
    padding-bottom: 4px;
    padding-right: 8px;
}

.editorial-tagging-1 {
    height: 50%;
    z-index: 1;
}

.editorial-tagging-2 {
    height: 50%;
    background: url('../img/editorialTagging/barsEDITORIAL.png') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Technical evaluations */

#tech-eval h2 {
    margin-right: 10px;
}

.tech-eval-icon {
    display: inline-block;
    height: 17px;
    padding-bottom: 4px;
    padding-right: 8px;
}

.tech-eval-1 {
    height: 60%;
    z-index: 1;
}

.tech-eval-2 {
    height: 40%;
    background: url('../img/techEval/barsTechEval.png') no-repeat;
    background-size: cover;
    background-position: 20% 50%;
    z-index: 0;
}

/* Contact / Get in touch */

#contact {
    text-align: left;
    margin: auto;
    width: 80%;
}

.contact-1 p {
    padding-top: 15px;
}

.contact-1 select {
    width: 55%;
}

.phone-email {
    line-height: 2em;
}

.phone-email a {
    color: black;
}

.phone-email a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.phone-icon {
    display: inline-block;
    height: 17px;
    padding-bottom: 4px;
    padding-right: 8px;
}

.email-icon {
    display: inline-block;
    height: 12px;
    padding-bottom: 2px;
    padding-right: 8px;
}

.contact-submit {
    margin-top: 20px;
    text-align: center;
}

.contact-submit .btn {
    padding: 3px 20px;
    margin: 0 10px;
}

/* Hide all desktop sections */

.home-desktop, .about-us-desktop, .ad-distribution-desktop, .direct-response-desktop, .closed-captioning-desktop, .editorial-tagging-desktop, .tech-eval-desktop, .contact-desktop, .logo-menu-bottom, .menu-cyan, .banners {
    display: none;
}

.img-fix-logo {
    width: 100%;
}

br.desktop, p.desktop {
    display: none;
}

/*
* Ico
*/
[class^='icon-'] {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-tw {
    background-image: url("../img/icons/tw-icon-cyan.png");
}

.icon-linkedin {
    background-image: url("../img/icons/li-icon-cyan.png");
}

.icon-fb {
    background-image: url("../img/icons/fb-icon-cyan.png");
}

.isOver .icon-tw,
.isOver.icon-tw {
    background-image: url("../img/icons/tw-icon.png");
}

.isOver .icon-linkedin,
.isOver.icon-linkedin {
    background-image: url("../img/icons/li-icon.png");
}

.isOver .icon-fb,
.isOver.icon-fb {
    background-image: url("../img/icons/fb-icon.png");
}

.logo-firm {
    height: 20% !important;
    width: auto;
}

section h2 {
    margin-top: 0;
    padding-top: 20px;
}

#login-page #logo-menu img{
    opacity: 1;
}
#login-page .content-section:after{
    display: none;
}

/* Landscape position phones */
@media (max-height: 359px) {

    /* Hide images between sections */
    .home-2, .ad-distribution-2, .closed-captioning-2, .editorial-tagging-2, .direct-response-2, .tech-eval-2 {
        display: none;
    }

    #about-us {
        height: 120%;
    }

    #contact {
        height: 120%;
        margin-bottom: 120px;
    }

    .home-1,
    .about-us-1,
    .ad-distribution-1,
    .direct-response-1,
    .closed-captioning-1,
    .editorial-tagging-1,
    .tech-eval-1,
    .contact-1,
    .login-1 {
        height: auto;
    }

    .home-2,
    .ad-distribution-2,
    .direct-response-2,
    .closed-captioning-2,
    .editorial-tagging-2,
    .tech-eval-2 {
        background: rgb(2, 180, 189);
        height: 1px;
        margin-top: 35px;
    }
}

@media (max-height: 415px) {
    #contact {
        height: auto;
        padding-bottom: 35px;
    }
}

/* Very small phones: iphone4.. */
@media (max-height: 550px) {

    /* Resize Menu fonts*/
    .nav-menu a, .menu-links a {
        font-size: 1.5em;
    }

    .menu-links {
        margin-top: 20px;
    }

    /* Resize sections spaces */
    .home-1,
    .ad-distribution-1,
    .direct-response-1,
    .closed-captioning-1,
    .editorial-tagging-1,
    .tech-eval-1 {
        height: 83%;
    }

    .home-2,
    .ad-distribution-2,
    .direct-response-2,
    .direct-response-2,
    .closed-captioning-2,
    .editorial-tagging-2,
    .tech-eval-2 {
        background: rgb(2, 180, 189);
    }

    .home-2,
    .ad-distribution-2,
    .direct-response-2,
    .closed-captioning-2,
    .editorial-tagging-2,
    .tech-eval-2 {
        height: 17%;
    }

    /*.tech-eval-1 {*/
    /*height: 70%;*/
    /*}*/
    #tech-eval {
        height: 100%;
    }

    /*.direct-response-2 {*/
    /*height: 1px;*/
    /*margin-top: 35px;*/
    /*}*/
    /*.tech-eval-2 {*/
    /*height: 30%;*/
    /*width: 120%;*/
    /*left: -20px;*/
    /*}*/
    #contact p {
        padding-top: 0px;
    }
}

@media (min-height: 550px) and (max-height: 800px) {
    .direct-response-1 {
        height: 90%;
    }

    .direct-response-2 {
        height: 10%;
    }
}

@media (min-width: 600px) and (min-height: 800px) {

    /* Section resize */
    .about-us-1, .ad-distribution-1,
    .closed-captioning-1,
    .editorial-tagging-1 {
        height: 40%;
    }

    .about-us-2,
    .ad-distribution-2,
    .closed-captioning-2,
    .editorial-tagging-2 {
        height: 60%;
    }

    #direct-response,
    #tech-eval {
        height: 100%;
    }

    .direct-response-1,
    .tech-eval-1 {
        height: 50%;
    }

    .direct-response-2,
    .tech-eval-2 {
        height: 50%;
    }

    section ul {
        margin-left: 33%;
        width: 50%;
    }

    /* Menu resize */
    .nav-menu {
        height: 82%;
    }

    .menu-links {
        margin: 0 50px;
    }

}

@media (max-height: 770px) and (min-width: 992px) {
    #direct-response {
        height: 790px;
    }
}

@media (min-width: 801px) and (min-height: 600px) {
    section ul {
        margin-left: 35%;
        width: 50%;
    }

}

@media (min-width: 992px) {
    /* big landscape tablets, laptops, and desktops */
    body, html {
        overflow-x: hidden;
    }

    /* Defaults */
    .content-section {
        padding-top: 0;
        text-align: left;
        height: 100%;
        width: 100%;
        margin-top: 0;
        min-height: 700px;
    }

    .content-section.banners {
        min-height: 0;
    }

    h2 {
        font-size: 2.1em;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 1.5em;
    }

    p {
        font-size: 1.1em;
        font-weight: 400;
        margin: 0;
    }

    section ul {
        text-align: left;
        margin-left: 15px;
        width: auto;
        padding-bottom: 20px;
    }

    li {
        font-size: 1.1em;
        font-weight: 400;
        padding-bottom: 10px;
    }

    form {
        font-size: 1.1em;
        font-weight: 400;
    }

    label {
        padding-bottom: 5px;
    }

    input, select {
        width: 50%;
    }

    textarea {
        width: 70%;
    }

    .btn {
        margin: 20px auto;
        font-size: 1.1em;
        padding: 7px 35px;
    }

    /* Hide mobile and display desktop */
    .home-desktop,
    .about-us-desktop,
    .ad-distribution-desktop,
    .direct-response-desktop,
    .closed-captioning-desktop,
    .editorial-tagging-desktop,
    .tech-eval-desktop,
    .contact-desktop {
        display: inherit;
        height: 100%;
    }

    .home-2,
    .about-us-2,
    .ad-distribution-2,
    .direct-response-2,
    .closed-captioning-2,
    .editorial-tagging-2,
    .tech-eval-2 {
        display: none;
    }

    .home-1,
    .about-us-1,
    .ad-distribution-1,
    .direct-response-1,
    .closed-captioning-1,
    .editorial-tagging-1,
    .tech-eval-1,
    .contact-1,
    .login-1 {
        margin-top: 7%;
        margin-left: 80px;
    }

    .home-1,
    .about-us-1,
    .ad-distribution-1,
        /*.direct-response-1,*/
    .closed-captioning-1,
    .editorial-tagging-1,
    .tech-eval-1,
    .contact-1,
    .login-1 {
        height: 80%;
    }

    br.desktop, p.desktop {
        display: inherit;
    }

    /* Menu */
    #site-menu {
        width: 41.66666667%;
    }

    #site-menu .bar-menu {
        padding-top: 20px;
        background: rgba(2, 180, 189, 0);
        padding-left: 7.1%;
    }

    #site-menu #logo-menu {
        display: none;
    }

    .bar-menu {
        padding: 8px 3% 5px 3%;
    }

    #navbar .bar-menu {
        padding-top: 20px;
        background: rgba(255, 255, 255, 0);
    }

    #navbar #logo-menu {
        display: none;
    }

    .menu-cyan {
        display: inherit;
        color: rgba(2, 180, 189, 1) !important;
        font-size: .9em;
        float: right;
        text-align: right;
        font-weight: 700;
        -moz-transition: 1s ease all;
        -ms-transition: 1s ease all;
        -o-transition: 1s ease all;
        -webkit-transition: 1s ease all;
        transition: 1s ease all;
    }

    .menu-cyan.isOver * {
        color: white;
        -moz-transition: 1s ease all;
        -ms-transition: 1s ease all;
        -o-transition: 1s ease all;
        -webkit-transition: 1s ease all;
        transition: 1s ease all;
    }

    .menu-cyan a:hover {
        text-decoration: none;
        opacity: 0.5;
    }

    .menu-cyan ul {
        margin-right: 3px;
    }

    .menu-cyan li {
        float: right;
        list-style: none;
        padding-left: 10px;
    }

    .menu-cyan img {
        width: 20px;
    }

    .menu-cyan .menu-grey {
        color: grey;
    }

    .menu-separator {
        padding: 0 10px;
        font-weight: 700;
    }

    .bar-menu .toggle-nav {
        color: white;
        font-size: 1.8em;
    }

    .menu-links {
        display: none;
    }

    .logo-menu-bottom {
        display: inherit;
        position: fixed;
        right: 40px;
        bottom: 15px;
        height: auto;
        width: 70px;
        opacity: 0;
        z-index: 100;
        -moz-transition: 300ms ease all;
        -ms-transition: 300ms ease all;
        -o-transition: 300ms ease all;
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
    }

    .logo-menu-bottom.show-logo {
        opacity: 1 !important;
    }

    /* Home */
    #home {
        margin-top: 0;
    }

    #home-video {
        width: 100%;
        height: 100%;
    }

    .big-logo {
        height: 20% !important;
        width: auto;
    }

    .home-1 p {
        padding-left: 0;
        padding-right: 0;
    }

    .home-1 .btn {
        padding: 7px 50px;
    }

    /* About Us */
    .about-us-1 {
        padding: 0;
        height: auto;
        margin-top: 12%;
    }

    .about-us-desktop .big-logo {
        margin-top: 20%;

    }

    .about-us-desktop object {
        width: auto;
        height: 20% !important;
    }

    .about-us-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/aboutUs/Company-Photo2.png') no-repeat;
        background-size: contain;
        background-position: 50% 100%;
    }

    /* Clients, testimonials and countries */
    .banners {
        background: rgb(2, 180, 189);
        text-align: center;
        height: auto;
        display: inherit;
    }

    .banners h2 {
        color: white;
        padding-bottom: 10px;
    }

    .banners img {
        padding: 0 25px;
        max-height: 65px;
    }

    .testimonials {
        padding-left: 250px;
        padding-right: 250px;
        color: white;
        /*height: 180px;*/
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .testimonials p {
        padding-bottom: 50px;
        font-size: 1.5em;
    }

    .q2, .q3, .q4, .q5, .q6, .q7, .q8, .q9 {
        display: none;
    }

    .clients {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .clients-row {
        margin-bottom: 25px;
    }

    .clients-1, .clients-2, .clients-3 {
        -moz-transition: 300ms ease all;
        -ms-transition: 300ms ease all;
        -o-transition: 300ms ease all;
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
    }

    .clients-2, .clients-3 {
        display: none;
    }

    .countries {
        height: 180px;
    }

    .co2, .co3 {
        display: none;
    }

    .countries ul {
        text-align: center;
    }

    .countries li {
        display: inline;
        padding: 0 20px;
        font-size: 1.5em;
        color: white;
    }

    /* banners-logos */
    .banners-logos {
        padding: 20px 0;
    }

    /* Ad distribution */
    .ad-distribution-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/adDist/ad-dist-imag.png') no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .tv-icon {
        display: inline-block;
        height: 40px;
        padding-bottom: 11px;
        padding-right: 10px;
    }

    /* Direct Response */
    .direct-response-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/dirResp/dir-resp-imag.png') no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .direct-icon {
        display: inline-block;
        height: 32px;
        padding-bottom: 8px;
        padding-right: 10px;
    }

    /* Closed captioning */
    .closed-captioning-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/closedCapt/closed-imag.png') no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .closed-icon {
        display: inline-block;
        height: 32px;
        padding-bottom: 8px;
        padding-right: 10px;
    }

    /* Editorial & tagging */
    .editorial-tagging-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/editorialTagging/edit-tag-imag.png') no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .editorial-icon {
        display: inline-block;
        height: 32px;
        padding-bottom: 8px;
        padding-right: 10px;
    }

    /* Tech eval */
    #tech-eval {
        height: 100%;
    }

    .tech-eval-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/techEval/tech-eval-imag.png') no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .tech-eval-icon {
        display: inline-block;
        height: 32px;
        padding-bottom: 8px;
        padding-right: 10px;
    }

    /* Contact */
    #contact {
        margin: 0;
        width: auto;
    }

    .contact-1 p {
        display: inline-block;
        padding-right: 50px;
    }

    .contact-1 select {
        width: 50%;
        margin-right: 30%;
    }

    .contact-1 input, .contact-1 textarea {
        margin-right: 30%;
    }

    .phone-email {
        line-height: inherit;
    }

    .contact-submit {
        text-align: left;
    }

    .contact-submit .btn {
        margin: auto auto;
        margin-right: 20px;
    }

    #contact-form {
        padding-top: 30px;
    }

    /*.contact-desktop {*/
    /*left: -15px;*/
    /*}*/
    .contact-desktop {
        text-align: center;
        height: 100%;
        background: rgb(2, 180, 189);
    }

    .map {
        /*height: 80%;*/
        width: 90%;
        margin-top: 7%;
    }

    .ver-midle {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

    /* Login */
    #login {
        height: 100%;
    }

    #login h3 {
        font-size: 1em;
    }

    #login form {
        text-align: left;
    }

    #login input {
        width: 50%;
    }

    #login label {
        font-size: .75em;
    }

    .login-desktop {
        text-align: center;
        height: 100%;
        background: url('../img/login/login-imag.png') no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }
}

@media (max-width: 481px) {
    ul.style-ul {
        width: auto;
    }
}

@media (min-width: 1286px) {
    #login hr {
        display: none;
    }

    .login-mediashare {
        border-right: 3px solid black;
    }

    .login-orders {
        padding-left: 40px;
    }

    .login-mediashare, .login-orders, .login-divider {
        float: left;
    }
}

@media (min-width: 1281px) {
    /* hi-res laptops and desktops */
}

/*
fix style for content
*/
@media (max-height: 499px) {
    #direct-response,
    .direct-response-1 {
        height: auto;
    }

    .direct-response-2 {
        height: 1px;
        margin-top: 35px;
    }
}

@media (min-height: 500px) {
    .direct-response-1 {
        height: 95%;
    }

    .direct-response-2 {
        height: 5%;
    }
}
@media (min-height: 572px) {
    .direct-response-1 {
        height: 85%;
    }

    .direct-response-2 {
        height: 15%;
    }
}
@media (min-height: 700px) {
    .direct-response-1 {
        height: 65%;
    }

    .direct-response-2 {
        height: 35%;
    }
}


