﻿@media screen and (max-width:600px)
{

    /*==MAIN==*/
    .Labels_PageHeading
    {
        font-size: 2em;
    }
    ul
    {
        margin-top: 0;
        margin-bottom: 0;
    }
    .txt-r
    {
        text-align: left;
    }

    /*==LAYOUT==*/
    #header
    {
        margin-bottom: 3px;
    }
    .header
    {
        background: #ececeb;
        margin: auto;
    }
    .header .logo
    {
        text-align: center;
    }
    #nav
    {
        margin-top: 10px;
    }
    #nav ul
    {
        margin: 0;
        padding: 0;
    }
    .nav a
    {
        display: inline-block;
        padding: 5px 0;
        margin: 2px 0;
        text-align: center;
        width: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 1.15em;
        font-weight: 700;
        text-transform: uppercase;
        background: #741e2b;
        -o-transition: color .2s ease-out, background .2s ease-out;
        -ms-transition: color .2s ease-out, background .2s ease-out;
        -moz-transition: color .2s ease-out, background .2s ease-out;
        -webkit-transition: color .2s ease-out, background .2s ease-out; /* ...and now override with proper CSS property */
        transition: color .2s ease-out, background .2s ease-out;
    }

    .nav a:hover
    {
        color: #fff;
        background: #c98b2f;
    }
    .mainContent
    {
        border: 0px solid black;
        min-height: 500px;
    }
    .contentHolder
    {
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*==BG CLASSES==*/
    .bgred
    {
    }
    .bgcat
    {
    }
    .bgphone
    {
    }
    .bgtestimonial
    {
        background: url(../../Images/bgtestimonial-M.jpg) center center no-repeat !important;
    }
    .bggray
    {
    }

    /*==SLIDER STYLING==*/
    .rotator
    {
    }

    .skdslider
    {
        width: 100%;
        height: 250px;
    }


    .skdslider ul.slides li img
    {
        margin-top: -10px;
    }

    .skdslider ul.slide-navs
    {
        display: none;
    }

    .skdslider .slide-desc
    {
        font-size: 1em;
        color: #000;
        padding: 0 15px;
    }

    .skdslider a.prev
    {
        display: none !important;
    }

    .skdslider a.next
    {
        display: none !important;
    }

    #footer
    {
        background: #292728;
        margin-top: -20px;
    }
    .footer
    {
        margin: auto;
    }
    .footer a
    {
        color: #c98b2f;
        text-decoration: none;
    }
    .copyright
    {
        text-align: center;
    }
    .footernav
    {
        display: none;
    }

    *[class*='col']
    {
        width: 100%;
    }

    /*== TESTIMONIAL CLASSES ==*/
    .skdslider .slide-desc-testimonial > p
    {
        font-size: 16px !important;
        padding-left: 0;
        padding-right: 0;
    }
    .skdslider .slide-desc-testimonial .txt-r
    {
        text-align: center;
    }
    .skdslider .slide-desc-testimonial .byline
    {
        font-size: 14px !important;
    }

    /*==EXTRA CLASSES==*/
    .cloud
    {
        text-align: center;
        padding-bottom: 15px;
    }
    .cloud img
    {
        width: 65%;
    }
    .MarginT140
    {
    }
    .MarginT80
    {
    }
    .MarginT40
    {
    }
    .MarginT120
    {
    }
    .MarginT100
    {
    }
    .benefits
    {
        margin-top: 15px;
    }

}

@media screen and (min-width:601px)
{

    /*==MAIN==*/
    .Labels_PageHeading
    {
        font-size: 3.1875em;
    }
    .txt-r
    {
        text-align: right;
    }

    /*==LAYOUT==*/
    #header
    {
        height: 150px;
        min-width: 1250px;
    }
    .header
    {
        width: 1250px;
        margin: auto;
    }
    #nav
    {
        margin-top: 70px;
    }
    .nav a
    {
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
        color: #525051;
        font-size: 1.15em;
        font-weight: 700;
        text-transform: uppercase;
        -o-transition: color .2s ease-out;
        -ms-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -webkit-transition: color .2s ease-out; /* ...and now override with proper CSS property */
        transition: color .2s ease-out;
    }

    .nav a:hover
    {
        color: #c98b2f;
    }
    .mainContent
    {
        border: 0px solid black;
        min-height: 500px;
        min-width: 1250px;
    }
    .contentHolder
    {
        width: 1200px;
        margin: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    /*==BG CLASSES==*/
    .bgred
    {
        min-width: 1200px;
    }
    .bgcat
    {
        min-width: 1200px;
    }
    .bgphone
    {
        min-width: 1200px;
    }
    .bgtestimonial
    {
        min-width: 1200px;
    }
    .bggray
    {
        min-width: 1200px;
    }

    /*==SLIDER STYLING==*/
    .rotator
    {
        min-width: 1200px;
    }

    .skdslider
    {
        width: 100%;
        height: 350px;
    }
    #testimonials .skdslider
    {
        width: 100%;
        height: 400px;
    }
    #testimonials a.next
    {
        top: 35%;
    }
    #testimonials a.prev
    {
        top: 35%;
    }

    .skdslider ul.slides li img
    {
        min-height: 350px;
    }

    .skdslider .slide-desc
    {
        top: 35%;
        left: 50%;
        margin-left: -600px;
        position: absolute;
        width: 700px;
        display: inline-block;
        font-size: 1.375em;
    }

    .skdslider a.prev
    {
        display: block ;
    }

    .skdslider a.next
    {
        display: block ;
    }

    #footer
    {
        background: #292728;
        min-width: 1250px;
        margin-top: -20px;
    }
    .footer
    {
        width: 1250px;
        margin: auto;
    }
    .footer a
    {
        color: #c98b2f;
        text-decoration: none;
    }
    .copyright
    {
    }
    .footernav
    {
    }

    .colauto
    {
        width: auto;
    }
    .col10
    {
        width: 10%;
    }
    .col15
    {
        width: 15%;
    }
    .col20
    {
        width: 20%;
    }
    .col25
    {
        width: 25%;
    }
    .col30
    {
        width: 30%;
    }
    .col33
    {
        width: 33%;
    }
    .col40
    {
        width: 40%;
    }
    .col45
    {
        width: 45%;
    }
    .col50
    {
        width: 50%;
    }
    .col55
    {
        width: 55%;
    }
    .col60
    {
        width: 60%;
    }
    .col65
    {
        width: 65%;
    }
    .col70
    {
        width: 70%;
    }
    .col75
    {
        width: 75%;
    }
    .col80
    {
        width: 80%;
    }
    .col90
    {
        width: 90%;
    }
    .col100
    {
        width: 100%;
    }

    /*== TESTIMONIAL CLASSES ==*/
    .skdslider .slide-desc-testimonial > p
    {
        font-size: 1.875em;
        padding-left: 80px;
        padding-right: 80px;
    }
    .skdslider .slide-desc-testimonial .byline
    {
        font-size: 1.25em;
    }

    /*==EXTRA CLASSES==*/
    .MarginT140
    {
        margin-top: 140px;
    }
    .MarginT80
    {
        margin-top: 80px;
        padding-bottom: 60px;
    }
    .MarginT40
    {
        margin-top: 40px;
    }
    .MarginT120
    {
        margin-top: 120px;
        padding-bottom: 100px;
    }
    .MarginT100
    {
        margin-top: 30px;
    }
    .benefits
    {
    }
}

/* Style Reset*/
html
{
    background: #ececeb;
}
body, h1, h2, h3, h4, h5, h6, p
{
    font-size: 100%;
    font-family: 'Maven Pro' , sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}
p
{
    line-height: 150%;
}
strong
{
    font-weight: 700;
}
body
{
    color: #fff;
    list-style: url(../../Images/bullet.png);
}

/* ====== LINKS  ======*/
a, a:visited, a:active, .Links, .Links a:link
{
    color: #525051;
    cursor: pointer;
    text-decoration: underline;
}
a.Links:hover, a:hover
{
    text-decoration: none;
}
.SecLinks, .SecLinks a
{
    color: #9a8c65;
    cursor: pointer;
    text-decoration: underline;
}
.SearchLinks, .SearchLinks a
{
    color: #0086fb;
    font-weight: bold;
    font-size: 1.25em;
    cursor: pointer;
    text-decoration: underline;
}

/* =========== Layout ===========*/

.nav li
{
    display: inline;
}
li
{
    padding: 10px 0;
}

/* ==== LABELS ==== */
h1
{
    font-size: 3.1875em;
}
h2, .Labels_PageSubHeading
{
    font-size: 2.5em;
}
h3, .Labels_LargeBold
{
    font-size: 1.25em;
    font-weight: bold;
}
h4, .Labels_MediumBold
{
    font-size: 1.15em;
    font-weight: bold;
}
h5, .Labels_Bold
{
    font-size: 1em;
    font-weight: bold;
}
h6, .Labels_SmallBold
{
    font-size: 0.95em;
    font-weight: bold;
}
.Labels_Required
{
    color: #d9a341;
    font-size: 0.75em;
}
.Labels_Phone
{
    font-size: 22px;
    color: #158CB8;
    font-weight: bold;
}
.Labels_Large
{
    font-size: 1.875em;
}
.Labels_Medium
{
    font-size: 1.25em;
}
.Labels
{
    font-size: 1em;
}
.Labels_Small
{
    font-size: 0.95em;
}

/* =========== Rotator ===========*/
.rotator
{
    border: 0px solid black;
    width: 100%;
    margin: auto;
}

/* =========== Extra Classes ===========*/
.bgred
{
    background: #741e2b;
}
.bgcat
{
    background: url(../../Images/bgcat.jpg);
    background-size: cover;
}
.bgphone
{
    background: url(../../Images/bgphone.jpg);
    background-size: cover;
}
.bgtestimonial
{
    background: url(../../Images/bgtestimonial.jpg) center top no-repeat;
}
.bggray
{
    background: #292728;
}
.shadow
{
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.uc
{
    text-transform: uppercase;
}
.box
{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px Solid #fff;
    padding: 10px 0;
}
.black
{
    color: #000100;
}
.red
{
    color: #741e2b;
}
.gold
{
    color: #c98b2f;
}
.gray
{
    color: #292728;
}

/* =========== Side Bar Layout ===========*/
.blueBanner
{
    background: url(../../images/BlueBannerBG.jpg) repeat-x;
    height: 22px;
    padding: 8px;
    margin-bottom: 0px;
}
.yellowBanner
{
    background: url(../../images/YellowBannerBG.jpg) repeat-x;
    height: 22px;
    padding: 8px;
}
.GreyBox
{
    padding: 10px;
    background: #CCC;
}

/* =========== alignment ===========*/
.c
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.txt-c
{
    text-align: center;
}
.r
{
    float: right;
}
.txt-l
{
    text-align: left;
}
.l
{
    float: left;
}
.clear
{
    clear: both;
}
/* ====== Padding ====== */
.Pad
{
    padding: 10px;
}
.Pad15
{
    padding: 15px;
}
.Pad20
{
    padding: 20px;
}
.PadL
{
    padding-left: 10px;
}
.PadR
{
    padding-right: 10px;
}
.PadB
{
    padding-bottom: 10px;
}
.PadT5
{
    padding-top: 5px;
}
.PadT
{
    padding-top: 10px;
}
.Pad20
{
    padding: 20px;
}
.PadL20
{
    padding-left: 20px;
}
.PadR20
{
    padding-right: 20px;
}
.PadB20
{
    padding-bottom: 20px;
}
.PadT20
{
    padding-top: 20px;
}
/* ====== Margin ====== */
.Margin
{
    margin: 10px;
}
.Margin15
{
    margin: 15px;
}
.Margin20
{
    margin: 20px;
}
.MarginL
{
    margin-left: 10px;
}
.MarginR
{
    margin-right: 10px;
}
.MarginR5
{
    margin-right: 5px;
}
.MarginB
{
    margin-bottom: 10px;
}
.MarginT
{
    margin-top: 10px;
}
.Margin20
{
    margin: 20px;
}
.MarginL20
{
    margin-left: 20px;
}
.MarginR20
{
    margin-right: 20px;
}
.MarginB20
{
    margin-bottom: 20px;
}
.MarginT20
{
    margin-top: 20px;
}
.MarginL40
{
    margin-left: 40px;
}
.MarginR40
{
    margin-right: 40px;
}
.MarginB40
{
    margin-bottom: 40px;
}

/*Borders*/
.noborder img
{
    border: 0px;
}
.noborder
{
    border: 0px;
}
.nounderline
{
    text-decoration: none;
}

/* ==== Separators ==== */
.HSeparator
{
    border-bottom: solid 3px #c9c0b1;
    font-size: 1px;
    margin: 5px 0;
    width: auto;
}
.HseparatorSec
{
    border-bottom: solid 2px #eaece3;
    font-size: 1px;
    margin: 5px 0;
    width: auto;
}
.VSeparator
{
    border-right: solid 2px #eaece3;
    margin: 0 5px;
    width: auto;
}
.VLSeparator
{
    border-left: solid 2px #eaece3;
    width: auto;
}

/* ====== Miles Textboxes, textareas, input fields ====== */
input[type="text"], textarea, .Textboxes
{
    border: #c3d9f9 1px solid;
    font-size: 1em;
    padding: 0.2em;
    margin: 3px 0;
}
.Textboxes_RightAlign
{
    font-size: 1em;
    border: #c3d9f9 1px solid;
    padding: 0.2em;
    text-align: right;
    margin: 3px 0;
}
select, .DropDownLists
{
    font-size: 1em;
    border: #c3d9f9 1px solid;
    padding: 0.15em 0.1em 0.15em 0.2em;
    margin: 3px 0;
}
select
{
    font-size: 1em;
    border: #c3d9f9 1px solid;
}
.Textboxes
{
    margin-bottom: 8px !important;
}
.riTextBox
{
    margin-bottom: 8px !important;
}

/* ====== BUTTONS ====== */
.Buttons
{
    color: white;
    font-size: 1em;
    cursor: pointer;
    background: #d98f0e;
    padding: 12px 20px;
    float: left;
}
.SecButton
{
    color: white;
    font-size: 1em;
    cursor: pointer;
    border: #2d7bbe 1px solid;
    font-weight: bold;
    background: #328fe0;
    padding: 0.2em 1.25em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}
.NeutralButtons
{
    color: white;
    font-size: 1em;
    cursor: pointer;
    border: #918e80 1px solid;
    font-weight: bold;
    background: #aaa490;
    padding: 0.2em 1.25em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}
.NegativeButtons
{
    color: white;
    font-size: 1em;
    cursor: pointer;
    border: #be2d2d 1px solid;
    font-weight: bold;
    background: #e03232;
    padding: 0.2em 1.25em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}
.Buttons:hover, .SecButtons:hover, .NeutralButtons:hover, .NegativeButtons:hover
{
    box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    color: #000;
}

/* === Error messages, system messages etc === */
.Labels_ValidationSummary
{
    font-size: 1.15em;
    color: Red;
}
.Labels_Messages, .Labels_Validation
{
    font-size: 1em;
    color: Red;
}
.ajax__validatorcallout_error_message_cell
{
    color: #000;
}
