/*  -------------------------------------------------------------
    MEDIA QUERIES - CLEAR PIXEL 2014
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  Make all columns full width under 1000px
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

    .section .mobile-only,
    .mobile-only {
        display: none;
    }

    @media screen and (max-width: 1200px) {

        /*  Menu Main
        - - - - - -  */

        #menu-main li a:link,
        #menu-main li a:visited {
            padding-left: 10px;
            padding-right: 10px;
        }

    }

    @media screen and (max-width: 1000px) {

        .section {
            margin: 0;
            width: auto;
        }

        .section .mobile-none,
        .mobile-none {
            display: none !important;
        }

        .section .mobile-only,
        .mobile-only {
            display: block !important;
        }

        /*  Header
        - - - - - -  */

        #header {
            position: fixed;
            width: 100%;
            z-index: 1000;
            height: 45px;
            font-size: 0.9em;
            background: #16354c;
        }

        #header .top_row {
            float: right;
            width: 50%;
            height: auto;
        }

        #header .section {
            padding: 0;
        }

        #header .top_row .section {
            margin: 0;
            
        }

        #header .actions {
            float: right;
        }

        #header a.cart:link,
        #header a.cart:visited,
        #header a.show_menu:link,
        #header a.show_menu:visited {
            border-left: 1px #315a79 solid;
            width: 60px;
            height: 45px;
            padding: 0;
            line-height: 45px;
            font-size: 0.85em;
            font-weight: normal;
            text-align: center;
        }

        #header a.show_menu:link b,
        #header a.show_menu:visited b {
            position: relative;
            top: -2px;
            left: 2px;
            font: 0.5em Verdana, sans-serif;
            color: #82b0d3;
        }

        #header a.cart:link strong,
        #header a.cart:visited strong {
            position: relative;
            top: -1px;
            padding: 1px 3px;
            font-size: 0.65em;
            border: none;
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius: 60px;
            background: #e30817;
        }

        #header .top_row a.active:link,
        #header .top_row a.active:visited {
            background: #215174;
        }

        #header #menu-main {
            display: none;
            clear: both;
            position: absolute;
            float: none;
            top: 45px;
            left: 0;
            width: 100%;
        }

        #header .logo {
            margin: 6px 0 0 12px;
            width: 120px;
        }

        #header #menu-main {
            padding: 0;
            background: #3e75a4;
        }

        #header #menu-main li {
            padding: 5px 2%;
            width: 100%;
            border-bottom: 1px #2d6085 solid;
            background: #215174;
        }

        #header #menu-main li a:link,
        #header #menu-main li a:visited {
            float: none;
            padding: 0 6px;
            height: 35px;
            line-height: 35px;
            font-size: 1.1em;
            border: none;
            background: none;
        }

        #header #menu-main li ul {
            position: static;
            opacity: 1;
            visibility: visible;
            padding: 0 0 20px 0;
            background: none;
        }

        #header #menu-main li ul li {
           float: left;
           width: auto;
           padding: 0 8px 0 0;
           border: none;
           background: none;
        }

        #header #menu-main li ul li a:link,
        #header #menu-main li ul li a:visited {
            display: inline-block;
            float: left;
            width: auto;
            background: none;
        }

        #header #menu-main li ul li a:link:nth-child(even),
        #header #menu-main li ul li a:visited:nth-child(even) {
            color: #bfddf6;
        }

        #header #menu-main ul li:nth-child(even) {
           background: none;
        }


         /*  Home
        - - - - - -  */

        .main-container .hero {
            margin: 50px auto 30px;
            width: 75%;
        }

        .main-container .hero h1 {
            font-size: 1.6em;
        }

        .main-container #home_boxes .box,
        .main-container #home_boxes .box.first,
        .main-container #home_boxes .box.second,
        .main-container #home_boxes .box.third {
            margin-bottom: 10px;
            width: 49%;
            font-size: 0.9em;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

        .main-container #home_boxes .box.second {
            border-right: 1px #4982b2 solid;
        }

        .main-container #home_boxes .box.third {
            border-left: 1px #4982b2 solid;
        }

        .main-container #home_boxes .box.last {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }


        /*  Content
        - - - - - -  */

        .main-container {
            padding-top: 55px;
        }

        .main-container h1,
        .main-container h2,
        .main-container h3 {
            font-size: 0.8em;
        }

        .main-container h1,
        .main-container h2,
        .main-container h3 {
            font-size: 1em;
        }

        .main-container h1 {
            font-size: 1.2em;
        }

        .main .col-main,
        .main .sidebar,
        .main .col-even .col-main,
        .main .col-even .col-right,
        .col3-layout .col-wrapper,
        .main .contact-info,
        .main .col-1,
        .main .col-2 {
            clear: both;
            float: none;
            padding: 0 10px 15px 10px;
            width: 100%;
        }

        .main .col-main {
            min-height: 350px;
        }


        /*  Customer Login
        - - - - - -  */

        .customer-account-login .main .new-users .content {
            display: none;
        }

        .customer-account-login .main .buttons-set button.button {
            float: none;
            width: 100%;
            margin: 12px 0 0 0;
        }

        .customer-account-login .main .registered-users {
            text-align: center;
        }

        .main .registered-users .form-list label,
        .main .registered-users .form-list input.input-text {
            width: 100%;
        }


        /*  Products/Cart
        - - - - - -  */

        .aw-mini-related-items {
            display: none;
        }

        .main .product-collateral {
            clear: both;
            margin-top: 0;
            float: none;
            width: 100%;
        }

        .main .product-view .product-name {
            padding-top: 0;
        }
        

        /*  Videos
        - - - - - -  */

         body.cms-investors-videos .col-right.sidebar {
            display: none;
         }

         .ytv-video iframe {
            height: 300px !important;
         }

         .ytv-list {
            top: 300px !important;
         }

         .ytv-list a {
            font-size: 14px;
            line-height: 14px;
         }


        /*  Locations
        - - - - - -  */

        .main .locations h1 {
            font-size: 1em;
        }

        .main .locations ul li {
            width: 49%;
            font-size: 0.9em;
        }

        .main .locations.two-columns ul li {
            width: 100%;
        }




         /*  Footer
        - - - - - -  */

        #footer .socials a:link,
        #footer .socials a:visited,
        #footer .socials a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1.0;
            -khtml-opacity: 1.0;
            opacity: 1.0;
        }





         /*  Post Footer
        - - - - - -  */

        #post_footer p a:link,
        #post_footer p a:visited,
        #post_footer p a:hover {
            text-decoration: none;
            color: #b5cbd8;
        }

    }

    @media screen and (max-width: 800px) {

         /*  Home
        - - - - - -  */

        .main .home-col-three .col-left,
        .main .home-col-three .col-mid,
        .main .home-col-three .col-right {
            float: none;
            margin: 0 auto 20px auto;
            width: auto;
            max-width: 400px;
        }

        .main .home-col-three .col-right {
            margin-bottom: 0;
        }




         /*  Footer
        - - - - - -  */

        #footer {
            padding: 30px 0;
        }

        #footer .column,
        #footer .column.last {
            float: none;
            margin: 0 auto 30px auto;
            width: auto;
            max-width: 300px;
        }

        #footer .column.last {
            margin-bottom: 0;
        }

        #footer .logo {
            width: 180px;
        }

        #footer p {
            font-size: 0.8em;
        }

        #footer .ryder_property_research,
        #footer .propertyu {
            margin-left: 0;
            width: 150px;
        }

    }
