/*
Theme Name: Complete Portables
Theme URI: http://completeporatbles.com.au/
Author: Adzoo
Author URI: http://adzoo.com.au/
Description: Full Responsive Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: blue, light, white, black, gray, one-column, two-columns, custom-header
*/

@font-face {
    font-family: 'impactregular';
    src: url('fonts/impact-webfont.eot');
    src: url('fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/impact-webfont.woff2') format('woff2'),
         url('fonts/impact-webfont.woff') format('woff'),
         url('fonts/impact-webfont.ttf') format('truetype'),
         url('fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


 *, *:before, *:after {

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    
    outline: none;
}

html, body { 
    height: 100%;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%; 
        -ms-text-size-adjust: 100%; 
         -o-text-size-adjust: 100%; 
            text-size-adjust: 100%; 

    -webkit-tap-highlight-color: transparent;
       -moz-tap-highlight-color: transparent;
        -ms-tap-highlight-color: transparent;
         -o-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
}


body {
    
    color: #5c5c5c;
    font: normal 14px/22px sans-serif;
    

}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 110%;
    color: #000000;
    font-family: 'impactregular', sans-serif;
    text-transform: uppercase;
}

h1, h2 {
    color: #000000;
}

h1 { font-size: 22px;}
h2 { font-size: 20px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}

ol, ul {
    list-style-position: inside;
    margin: 0 0 15px;
}

input, textarea { -webkit-appearance: none; resize: none; padding: 5px 3px; }



input[type=text], input[type=password], input[type=email], textarea {
    
    background: #FFF;
    border: 1px solid #e0e0e0;

    min-height: 25px;
    min-width: 150px;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
    width:100%;
}

textarea {
    width: 90%;
    min-height: 100px;
}

input[type="radio"] { -webkit-appearance: radio; }
input[type="checkbox"] { -webkit-appearance: radio; }

input[type=submit] { cursor: pointer; }


a, a:active, a:visited { 
    color: #0096ff; 
    text-decoration: none
}
a:hover { 
    color: #faaf00;
}

.red { color: #ff0000;}
.gray { color: #636363;}



/*Top Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#top-wrapper {
    background: #003768;
    color: #ffffff;
    line-height: 50px;
    height: 50px;

    font-family: 'impactregular', sans-serif;
    font-size: 20px;

    text-transform: uppercase;
}

    #top-wrapper a {
        color: #ffffff;
        text-decoration: none;
    }
    
    #top-wrapper img {
        vertical-align: middle;
        display: inline-block;

        margin: 0 10px;
    }

    #top-wrapper .top-right {
    
        border-left: 1px solid #001a32;
        
        -webkit-box-shadow: 1px 0 3px #004787 inset;
           -moz-box-shadow: 1px 0 3px #004787 inset;
            -ms-box-shadow: 1px 0 3px #004787 inset;
             -o-box-shadow: 1px 0 3px #004787 inset;
                box-shadow: 1px 0 3px #004787 inset;
        
        float: right;
        text-align: right;
        /*width: 225px;*/
	width: 100%;

    }

    #top-wrapper .top-right li.search{
        
        background-color: rgba(0,0,0,.35);

        padding: 0 25px;
        position: relative;

    }

    #top-wrapper .top-right li.search #search-form-wrapper {
        display: none;

        position: absolute;
        z-index: 10;
        top: 100%;
        right: 0;

        background: rgba(0,0,0,0.35);
        padding: 0 10px 10px;
        width: 240px;
        text-align: left;
    }

    #top-wrapper .top-right li.search #search-form-wrapper ul li {
        display: inline-block;
    }

    #top-wrapper .top-right li.search #search-form-wrapper ul li input[type=text] {
        border: none;
    }

    #top-wrapper .top-right li.search #search-form-wrapper ul li input[type=submit]{
        border: none;
        background: #ed1c24;
        color: #ffffff;
        font-weight: bold;
        padding: 5px 10px;

        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
            -ms-border-radius: 5px;
             -o-border-radius: 5px;
                border-radius: 5px;
    }


/*Header Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#header-wrapper {
    min-height: 123px;
    background: url(images/header-bg.jpg) repeat-x;
}
    
    #header-wrapper .row {
        margin: 0 0 10px;
    }

    #header-wrapper .row .column12 {
        margin-bottom: 0;
    }

    #top-wrapper ul, #header-wrapper ul {
        margin: 0;
    }

    #top-wrapper ul li, #header-wrapper ul li {
        list-style: none outside;
        display: inline-block;
    }

    #header-wrapper img {
        display: block;
    }

    #header-wrapper ul li {
        position: relative;
        border-right: 1px solid #afafb1;
        width: 16.666666667%;
        text-align: center;

        float: left;
    }

    #header-wrapper ul li:after {
        content: " ";
        position: absolute;
        right: -2px;
        top: 0;
        height: 100%;
        border-right: 1px solid #cacbcd;
    }

    #header-wrapper ul li a {
        width: 100%;
        height: 123px;
        overflow: hidden;
        text-indent: -999px;
        float: left;
        overflow: hidden;

        background-repeat: no-repeat;
        background-position: 0 0;
    }

    #header-wrapper ul li.active {
        background-color: #ffffff;
    }

    /*44*/
    #header-wrapper ul li.group a, #header-wrapper ul li.site-44 a { background-image: url(images/complete-group.png);}
    #header-wrapper ul li.group.active a, #header-wrapper ul li.group a:hover,
    #header-wrapper ul li.site-44.active a, #header-wrapper ul li.site-44.active a:hover { background-position: 0 -123px;}

    /*46*/
    #header-wrapper ul li.portables a, #header-wrapper ul li.site-46 a { background-image: url(images/complete-portables.png);}
    #header-wrapper ul li.portables.active a,#header-wrapper ul li.portables a:hover,
    #header-wrapper ul li.site-46.active a, #header-wrapper ul li.site-46.active a:hover { background-position: 0 -123px;}

    /*48*/
    #header-wrapper ul li.site-services a, #header-wrapper ul li.site-48 a { background-image: url(images/complete-services.png);}
    #header-wrapper ul li.site-services.active a,#header-wrapper ul li.site-services a:hover,
    #header-wrapper ul li.site-48.active a, #header-wrapper ul li.site-48.active a:hover{ background-position: 0 -123px;}

    /*50*/
    #header-wrapper ul li.haulage a, #header-wrapper ul li.site-50 a{ background-image: url(images/complete-haulage.png);}
    #header-wrapper ul li.haulage.active a,#header-wrapper ul li.haulage a:hover,
    #header-wrapper ul li.site-50.active a, #header-wrapper ul li.site-50.active a:hover { background-position: 0 -123px;}

    /*53*/
    #header-wrapper ul li.cams a, #header-wrapper ul li.site-53 a { background-image: url(images/complete-cams.png);}
    #header-wrapper ul li.cams.active a,#header-wrapper ul li.cams a:hover,
    #header-wrapper ul li.site-53.active a, #header-wrapper ul li.site-53.active a:hover { background-position: 0 -123px;}

    /*551*/
    #header-wrapper ul li.shipping-containers a, #header-wrapper ul li.site-551 a { background-image: url('images/complete-containers.png');}
    #header-wrapper ul li.shipping-containers.active a,#header-wrapper ul li.shipping-containers a:hover,
    #header-wrapper ul li.site-551.active a, #header-wrapper ul li.site-551.active a:hover { background-position: 0 -123px;}
    
    #header-wrapper ul li nav { display:none; }
    #header-wrapper ul li ul li { list-style: none outside; display: inline-block;
                                   padding: 0 0;position: relative; }
    #header-wrapper ul li ul li a { color: #ffffff; font-family: 'impactregular', sans-serif; font-size:18px; float:none;
                                     text-transform: uppercase; padding: 10px 15px; background-image:none !important; height:auto;
                                     background:#262626; display:block; width:100%; text-indent:0; }
    #header-wrapper ul li ul li a:hover { background:rgba(255,255,255,0.20) }

/*Menu Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#menu-wrapper {
    background: #262626;
}
    
    #menu-wrapper.group,            #menu-wrapper.site-44   { background: #231f20;}
    #menu-wrapper.portables,        #menu-wrapper.site-46   { background: #003768;}
    #menu-wrapper.site-services,    #menu-wrapper.site-48   { background: #0e6d64;}
    #menu-wrapper.haulage,          #menu-wrapper.site-50   { background: #063459;}
    #menu-wrapper.cams,             #menu-wrapper.site-53   { background: #00556f;}
    #menu-wrapper.shipping-containers,#menu-wrapper.site-551   { background: #003768;}

    #menu-wrapper .row {
        margin: 0;
    }

    #menu-wrapper nav {
        display: none;
    }

    #menu-wrapper.default nav:first-child, #menu-wrapper nav.active { display: block;}

    #menu-wrapper ul {
        margin: 0;
    }

    #menu-wrapper ul li {
        list-style: none outside;
        display: inline-block;
        padding: 0 0;
        position: relative;
    }

    #menu-wrapper ul li a {
        color: #ffffff;
        font-family: 'impactregular', sans-serif;
        font-size: 18px;
        text-transform: uppercase;

        padding: 10px 15px;
    }

    #menu-wrapper nav > ul > li {
        margin: 0 0;
        padding: 0 0;
        border-right: 1px solid #777777;
        float: left;
    }

    #menu-wrapper nav > ul > li > a {
        float: left;
        padding: 12px 17px
    }

    #menu-wrapper nav > ul > li:hover, #menu-wrapper nav > ul > li > a:hover {
        background: rgba(255,255,255,0.20);
    }

    #menu-wrapper nav > ul > li:last-child {
        border-right: none;
    }

    #menu-wrapper ul li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        width: 100%;

        background: #898989;
    }

    #menu-wrapper ul li:hover > ul {
        display: block;
    }

    #menu-wrapper ul li ul li {
        width: 100%;

    }

        #menu-wrapper ul li ul li ul {
            left: 100%;
            top: 0;
        }

        #menu-wrapper ul li ul li a {
            float: none;
            padding: 10px 10px;
            line-height: 30px;
            font-family: sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;

        }


/*Slider Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider-wrapper {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

    #slider-wrapper ul.rslides_tabs {
        position: absolute;
        z-index: 100;
        right: 20px;
        top: 40%;
    }

    #slider-wrapper ul.rslides_tabs li {
        list-style: none outside;
        display: block;
    }
    #slider-wrapper ul.rslides_tabs li a {
        border: 1px solid #ffffff;

        width: 13px;
        height: 13px;
        overflow: hidden;
        text-indent: -999px;
        margin: 0 0 10px;
        float: left;

        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
            -ms-border-radius: 50%;
             -o-border-radius: 50%;
                border-radius: 50%;
    }

    #slider-wrapper ul.rslides_tabs li.rslides_here a {
        background: #ffffff;
    }




/*Main Content Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#main-content-wrapper {
    margin: 30px 0 0;
}

#main-content-wrapper #left-pane {
    padding-right: 20px;
}

#main-content-wrapper #right-pane {

}

/*Carousel Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#carousel-wrapper {
    background: #e6e6e6;
    border-top: 1px solid #dadada;
    padding: 20px 0;
}
    
    #carousel-wrapper .jcarousel-wrapper {
        position: relative;
    }

        #carousel-wrapper .jcarousel-wrapper a.jcarousel-control-prev, #carousel-wrapper .jcarousel-wrapper a.jcarousel-control-next{
            background-color: #003768;
            background-position: center;
            background-repeat: no-repeat;

            width: 36px;
            height: 56px;

            overflow: hidden;
            text-indent: -999px;

            position: absolute;
            top: 35%;
        }

        #carousel-wrapper .jcarousel-wrapper a.jcarousel-control-prev{
            background-image: url('images/jcarousel-prev.png');
            left: -37px;
        }

        #carousel-wrapper .jcarousel-wrapper a.jcarousel-control-next{
            background-image: url('images/jcarousel-next.png');
            right: -37px;
        }


    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li {
        padding: 10px;
        float: left;
        width: 265px;
        margin-right: 20px;
        text-align: center;
        font-family: 'impactregular', sans-serif;
        font-size: 18px;
        text-transform: uppercase;


        background-color: #fff;
        
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
           -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
            -ms-box-shadow: 0 0 3px rgba(0,0,0,.15);
             -o-box-shadow: 0 0 3px rgba(0,0,0,.15);
                box-shadow: 0 0 3px rgba(0,0,0,.15);

    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li:last-child{
        margin-right: 0;
    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li h3 {
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 0 10px;
        margin: 0 0 10px;

        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li p.image{
        background-color: #898989;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI2Ljc5MDY1NDIzMzA5MTc3JSIgeTE9IjEwNS4zMDU0NDA1NDY4OTIlIiB4Mj0iOTMuMjA5MzQ1NzY2OTA4MiUiIHkyPSItNS4zMDU0NDA1NDY4OTE2JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
        background-image: -moz-linear-gradient(52deg, #d6d6d6 0%, #fff 100%); 
        background-image: -o-linear-gradient(52deg, #d6d6d6 0%, #fff 100%);
        background-image: -webkit-linear-gradient(52deg, #d6d6d6 0%, #fff 100%);
        background-image: linear-gradient(38deg, #d6d6d6 0%, #fff 100%);

        text-align: center;
        padding: 10px;
        min-height: 160px;
        line-height: 160px;

    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li p.image img {
        max-height: 140px;
        max-width: 117px;

        vertical-align: middle;
        display: inline-block;
    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li ul.action {
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li ul.action li {
        list-style: none outside;
        display: inline-block;
        width: 50%;
        float: left;
    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li ul.action li a{
        color: #ed1c24
    }
    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li ul.action li a:hover{
        color: #ff8a00;
    }

    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li ul.action li:first-child {
        border-right: 1px solid #e9e9e9;
    }

/*Search*/
ul.search-list {
    margin: 0 0 20px;
}

ul.search-list > li {
    list-style: none outside;
    display: block;
    width: 100%;
    clear: left;
}

table.bordered {
    margin: 0 0 20px;
    width: 100%;
    border-collapse: collapse;
}

table.bordered tr th, table.bordered td {
    border: 1px solid #d4d4d4;
    padding: 5px;
    
}

/*Accordion*/
div.accordion dl .hide { display: none;}

div.accordion dl dt h3, div.accordion dl dd {
    padding: 10px 10px; 
    margin: 0 0 5px;
}

    div.accordion dl dd {
        padding-left: 0;
        padding-right: 0;
    }

    div.accordion dl dd .ui-widget-content {
        background: none;
        border: none;
    }

    div.accordion dl dt h3 {
        cursor: pointer;
    }

    div.accordion dl dt h3.group,
    div.accordion dl dt h3.portables,
    div.accordion dl dt h3.services,
    div.accordion dl dt h3.haulage,
    div.accordion dl dt h3.cams{
        color: #ffffff;
    }

    div.accordion dl dt h3.group { background: #231f20;}
    div.accordion dl dt h3.portables { background: #003768;}
    div.accordion dl dt h3.services { background: #0e6d64;}
    div.accordion dl dt h3.haulage { background: #063459;}
    div.accordion dl dt h3.cams { background: #00556f;}

    div.accordion dl dt h3 {
        font-family: sans-serif;
    }

/* Gallery */
.gallery-wrapper ul li { 
    list-style: none outside;
    display: inline-block;
}

.gallery-wrapper ul li img {
    max-width: 143px;
    max-height: 80px;
}

/* Contact Page */
ul.contact-list li { 
    list-style: none outside;
    margin-bottom: 20px;
}
    ul.contact-list li span {
        display: block;
    }

    ul.contact-list li span.contact {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 16px;
    }

    ul.contact-list li span.territory {
        font-weight: bold;
        font-style: italic;
    }

/* Event Calendar Page*/
#event-planning-calculator-wrapper .highlight {
    background: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 10px;
    margin: 0 0 20px;
}

#event-planning-calculator-wrapper section {
    margin: 0 0 20px;
    font-size: 13px;
}
    
    #event-planning-calculator-wrapper section p {
        margin: 0;
        padding: 0;
    }




.contact-form-wrapper {
    background: #f8f8f8;
    padding: 10px;
    border: 1px solid #ececec;
}
.contact-form-wrapper ul li {
    list-style: none outside;
    margin-bottom: 5px;
}

    .contact-form-wrapper ul, .contact-form-wrapper ul li:last-child {
        margin-bottom: 0;
    }

    .contact-form-wrapper ul li label {
        display: inline-block;
        width: 120px;
    }

    .contact-form-wrapper ul li textarea {
        width: 100%;
    }

.woocommerce #content  ul.products li.product a img, .woocommerce-page #content ul.products li.product a img {
    max-height: 100px;
    width: auto;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*Footer Wrapper 
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer-wrapper {
    background: #262626;
    padding: 20px 0;
}

    #footer-wrapper, #footer-wrapper a {
        color: #636363;
    }

    #footer-wrapper ul li {
        list-style: none outside;
        display: block;
        position: relative;
    }

    #footer-wrapper h3 {
        color: #ffffff;
        border-bottom: 1px solid #171717;
        padding: 0 0 15px;
        margin: 0 0 15px;
        position: relative;
        white-space: nowrap;
        font-size:15px;
    }

    #footer-wrapper h3:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        border-bottom: 1px solid #4f4f4f;
    }

    #footer-wrapper section {
        width: 14.666666667%;
        float: left;
        margin-right: 2%;
    }

    #footer-wrapper section:last-child {
        margin-right: 0;
        width: 16.666666667%;
    }


    /* Copyright Wrapper */
    #footer-wrapper #copyright-wrapper {
        border: 1px solid #4f4f4f;
        border-right: none;
        border-left: none;
        padding: 0 0;
        line-height: 40px;
    }

    #footer-wrapper #copyright-wrapper ul {
        margin: 0;

    }

    #footer-wrapper #copyright-wrapper nav, #footer-wrapper #copyright-wrapper img {
        display: inline-block;
    }

    #footer-wrapper #copyright-wrapper img {
       
        vertical-align: middle;
    }

    #footer-wrapper #copyright-wrapper .copyright ul {
        margin-left: 5px;
    }

    #footer-wrapper #copyright-wrapper .copyright ul li {
        display: inline-block;
        margin: 0 10px;

    }

    #footer-wrapper #copyright-wrapper .copyright ul li:before{
        content:'\2022';
        left: -10px;
        position: absolute;
    }

    #footer-wrapper #copyright-wrapper .site {
        text-align: right;
    }

.form-mobile { display:none; margin-top:30px; }
.form-mobile .wpcf7 { margin:0 auto 50px auto; }
.form-mobile .wpcf7 input[type=text], 
.form-mobile .wpcf7 input[type=password], 
.form-mobile .wpcf7 input[type=email], 
.form-mobile .wpcf7 textarea { width:99%; }
#main-content-wrapper #right-pane .wpcf7, .form-mobile .wpcf7 { max-width:305px; }

/* Media Query Overrides
-------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 300px) and (max-width: 1200px) {
    #header-wrapper .row { margin: 0;}
}

@media only screen and (min-width: 300px) and (max-width: 767px) { /* Note: 300px Base */
    #main-content-wrapper #right-pane .wpcf7 { display:none; }
    .form-mobile { display:block; }
    
    /* Top Wrapper */
    #top-wrapper, #header-wrapper {
        height: auto;
        background-repeat: repeat;
    }
    #header-wrapper { background:url('images/header-bg2.jpg'); }

    #menu-wrapper { display:none; }
    #menu-wrapper ul li {
        display: block;    
    }

    #top-wrapper .top-right {
        width: auto;
        float: none;
        text-align: left;

        border: none;

        -webkit-box-shadow: none;
           -moz-box-shadow: none;
            -ms-box-shadow: none;
             -o-box-shadow: none;
                box-shadow: none;

        background-color: rgba(0, 0, 0, 0.35);
    }

    #top-wrapper .top-right li.search {
        float: right;
    }

    #menu-wrapper nav > ul > li, #menu-wrapper nav > ul > li > a {
        display: block;
        clear: left;
        width: 100%;
    }

    #menu-wrapper nav > ul > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* Carousel Wrapper */
    #carousel-wrapper .jcarousel-wrapper ul.carousel-wrapper > li, #footer-wrapper section {
        width: 100%;
    }


    #carousel-wrapper .jcarousel-wrapper a.jcarousel-control-prev { left: 0%; }
    #carousel-wrapper .jcarousel-wrapper a.jcarousel-control-next { right: 0%; }

    /* Header Wrapper */
    #header-wrapper ul li {
        width: 100%;
        border: none;
    }

    #header-wrapper ul li { 
        width: 100%;
        background-image:url('images/header-bg.jpg');
        background-repeat:repeat-x;
    }
    
    #header-wrapper ul li > a { width: 100%; }
    #header-wrapper ul > li > a:after { font-family:FontAwesome; content:"\f13a"; display:block; float:right; text-indent:0; color:#000; 
                                         font-size:26px; padding:55px 20px 0 0; }
    #header-wrapper ul > li.active > a:after,
    #header-wrapper ul > li > a.selected:after { content:"\f139"; }
    #header-wrapper ul li ul li a:after { content:""; display:none; }
    
    #header-wrapper ul > li.active > a,
    #header-wrapper ul li a:hover,
    #header-wrapper ul li a.selected { background-color:#fff; }
    #header-wrapper ul li.active nav { display:block; }
    
    #header-wrapper ul li nav.site-44 a { background: #231f20; }
    
    #header-wrapper ul li nav.site-46 a { background: #003768;}
    #header-wrapper ul li nav.site-48 a { background: #0e6d64;}
    #header-wrapper ul li nav.site-50 a { background: #063459;}
    #header-wrapper ul li nav.site-53 a { background: #00556f;}
    #header-wrapper ul li nav.site-551 a { background: #003768;}


    #header-wrapper ul li:after {
        display: none;
    }

    /* Menu Wrapper */
    #menu-wrapper nav > ul > li {
        padding-right: 0;
        padding-left: 0;
        border: none;
    }

    /* Copyright Wrapper*/
    #footer-wrapper #copyright-wrapper {
        line-height: 120%;
        padding: 20px 0 0;
    }

    #footer-wrapper #copyright-wrapper .copyright nav {
        display: block;
    }

        #footer-wrapper #copyright-wrapper .copyright ul {
            margin: 0;
        }

        #footer-wrapper #copyright-wrapper .copyright ul li {
            display: block;
            margin: 0;
        }

        #footer-wrapper #copyright-wrapper .copyright ul li:before {
            display: none;
        }

    #footer-wrapper #copyright-wrapper .site {
        text-align: left;
    }
}

.no-margin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

@media (max-width: 414px) {
	#top-wrapper #phone {
		display: none;
	}
	
	#top-wrapper .top-right {
        background-color: rgba(0, 0, 0, 0.01);
    }
	
	#top-wrapper, #header-wrapper {
		background-color: #002444;
	}

	#top-wrapper .top-right {
		text-align: center;
	}
	
	#top-wrapper .top-right li.search {
        float: none;
		margin-bottom: 15px;
    }

}