/*

=======================================================================

[Table of contents]

=========================================================================

01. COMMON STYLES 

02. HEADER 

03. NAV 

04. WELCOME SECTION 

*/



/*---------------------------------------

COMMON STYLES             

-----------------------------------------*/

*{

    margin: 0;

    padding: 0;

}



body{

    font-size: 11px;

}

a:hover, a:focus {

    box-shadow: 0 0px transparent;

    text-decoration: none;

    color: inherit;

}

.no-padding{

    padding-left: 0;

    padding-right: 0;

}

.no-padding-left{

    padding-left: 0;

}

.no-padding-right{

    padding-right: 0;

}



/*---------------------------------------

    HEADER       

-----------------------------------------*/

.hedaer_area{}

.header_top{

    background: #333333;

    padding: 10px 0px;

    text-align: right;

}

.header_top{}

.header_top ul{

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: right;

}

.header_top ul{}

.header_top li:last-child img{

    margin-right: 5px;    

}

.header_top li:last-child a{

    color: #ed1c24;    

}

.header_top li{

    font-size: 18px;

    color: #cccccc;

    font-family: 'Proxima Nova Lt';

    margin-left: 10px;

    display: inline-block;

}

.header_top li a{

    font-size: 18px;

    color: #cccccc;

    font-family: 'Proxima Nova Lt';

    display: inline-block;

}

.header_top ul li span{

        font-family: 'Proxima Nova Rg';

}

.header_top ul li span{}

.navbar-default {

    background-color: transparent;

    border-color:transparent;

}

.navbar-brand {

    float: left;

    height: auto;

    padding: 15px 15px;

    font-size: 18px;

    line-height: 20px;

}

.navbar-toggle {

    position: relative;

    float: right;

    padding: 9px 10px;

    margin-top: 26px;

    margin-right: 15px;

    margin-bottom: 8px;

    background-color: transparent;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 0;

}

.navbar {

    position: relative;

    min-height: auto;

    margin-bottom: 0px;

    border: 0px solid transparent;

}

.navbar-fixed-top{

    position: fixed;

    top: 0;

    left: 0;

    background: #fff;

}

.navbar-nav>li>a {

    font-size: 20px;

    color: #333333!important;

    margin: 0;

    padding: 55px 25px;

    font-family: 'Proxima Nova Rg';    

}

.navbar-nav>li>a img {

    margin-right: 8px;

}

.custom_container{

    position: relative;

}

.header_search{

    position: absolute;
    right: -25px;
    top: 48px;
    font-size: 20px;

}
/*
.custom_nav{

    max-width: 950px;

    width: 100%;

    margin: 0 auto;

}*/

.menu_img{

    position: relative;

}

.menu_img:before{

    position: absolute;

    content: "";

    width: 30px;

    height: 50px;

    top: 50px;

    left: -10px;

}

.menu_1:before{

    background-image: url(../images/menu-icon-1.png);

    background-repeat: no-repeat;
    left: -3px;

}

.menu_2:before{

    background-image: url(../images/menu-icon-2.png);

    background-repeat: no-repeat;    

}

.menu_3:before{

    background-image: url(../images/menu-icon-3.png);

    background-repeat: no-repeat;    

}

.menu_4:before{

    background-image: url(../images/menu-icon-4.png);

    background-repeat: no-repeat;   

}
.menu_5:before{

    background-image: url(../images/account.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 41px;
    top: 43px;
    left: -14px;

}
.menu_img{}

@media screen and (min-width:768px){

    .navbar-brand-centered {

        position: absolute;

        left: 50%;

        display: block;

        width: 290px;

        text-align: center;

    }

    .navbar>.container .navbar-brand-centered, 

    .navbar>.container-fluid .navbar-brand-centered {

        margin-left: -170px;

    }

    .navbar-brand-centered img{

        margin-left: auto;

        margin-right: auto;

        display: block;

    }    

}

@media(max-width: 767px){

    .header_search{

        position: absolute;

        right: 82px;

        top: 29px;

    }

    .navbar-nav>li>a {

        padding: 20px 15px;

        text-align: center;

    }

    .navbar-brand>img {

        display: block;

        width: 180px;

    }

    .header_top ul {

        list-style: none;

        margin: 0;

        padding: 0;

        text-align: center;

    } 

    .menu_img:before{

        display: none;

    }           

}



/*---------------------------------------

    SELL DEVICE AREA       

-----------------------------------------*/

.sell_device_area{

    background: #f6f6f6;
    position: relative;

}

.sell_device_inner_text{}

.sell_device_inner_text h2{

    font-size: 60px;

    color: #555555;

    font-family: 'Proxima Nova semibold';

    text-transform: uppercase;

    padding-top: 50px;

}

.sell_device_inner_text p{

    font-size: 36px;

    color: #333333;

        font-family: 'Proxima Nova Lt';

        padding: 20px;

}

.sell_device_inner_text a{

    width: 100%;

    max-width: 350px;

    height: 100px;

    margin: 0 auto;

    background: #fc2833;

    display: inline-block;

    font-size: 26px;

    color: #ffffff;

    font-family: 'Proxima Extrabld';

    text-transform: uppercase;

    padding-top: 35px;

    border-radius: 10px;

    box-shadow: 0px 4px 5px #000;

}

.sell_device_inner_text{}

.sell_device_img{}

.sell_device_img{
    position: absolute;
    right: 0;
    bottom: 0;

}

.device_logo{

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -122px;

}

.device_logo{}

@media(max-width: 767px){

    .sell_device_inner_text a {

        width: 100%;

        max-width: 650px;

        height: 76px;

        margin: 0 auto;

        background: #fc2833;

        display: inline-block;

        font-size: 32px;

        color: #ffffff;

        font-family: 'Proxima Extrabld';

        text-transform: uppercase;

        padding-top: 17px;

        border-radius: 10px;

        box-shadow: 0px 4px 5px #000;

    }

    .sell_device_inner_text h2 {

        font-size: 30px;

        color: #555555;

        font-family: 'Proxima Nova semibold';

        text-transform: uppercase;

        padding-top: 50px;

    } 

    .sell_device_inner_text p {

        font-size: 36px;

        color: #333333;

        font-family: 'Proxima Nova Lt';

        padding: 20px 0px;

        line-height: 37px;

    }       

}



/*---------------------------------------

    HOW IT WORKS AREA       

-----------------------------------------*/

.how_it_works_area{

    margin: 50px 0px;

}

.how_it_works_area h1{

    font-size: 54px;

    color: #333333;

    padding: 0px 0px 20px;

        font-family: 'Proxima Nova Rg';

}

.how_it_works_inner {

    position: relative;

}

.how_it_works_inner:after {

    width: 140px;

    content: " ";

    background-image: url(../images/works_arrow.png);

    position: absolute;

    left: -73px;

    top: 75px;

    height: 56px;

}

.how_it_works_inner_f_child:after{

    display: none;

}

.how_it_works_inner img{}

.how_it_works_inner h2{}

.how_it_works_inner h2 a{

    font-size: 27px;

    color: #555555;

    display: block;

}

@media(max-width: 991px){

    .how_it_works_inner:after {

        display: none;

    }  

    .how_it_works_inner {

        text-align: center;

        margin-bottom: 50px;

    }  

}





/*---------------------------------------

    CHOOSE SHIFT AREA       

-----------------------------------------*/

.choose_swift{

        margin: 0px 0px 50px;

}

.choose_swift h1{

    font-size: 54px;

    color: #333333;

    font-family: 'Proxima Nova Rg';

    margin-bottom: 30px;

}

.choose_swift_inner{}

.choose_swift_inner h2{

    font-size: 24px;

    color: #333333;

        font-family: 'Proxima Nova Lt';

}

.choose_img{}

.choose_img{

    position: relative;

}

.choose_img img{

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.choose_img span{

    font-size: 72px;

    color: #ffffff;

    font-family: 'Proxima Nova bold';

}

.choose_img span{

    position: absolute;

    top: -8px;

    left: 50%;

    margin-left: -20px;

}

.choose_img span{}

.choose_swift_btn{}

.choose_swift_btn a{

    width: 180px;

    height: 58px;

    margin: 0 auto;

    background: #fc2833;

    display: inline-block;

    font-size: 24px;

    color: #ffffff;

    font-family: 'Proxima Extrabld';

    text-transform: uppercase;

    padding-top: 14px;

    border-radius: 10px;

    box-shadow: 0px 4px 5px #000;

    margin-top: 62px;

}

.choose_swift_btn a{}



/*---------------------------------------

    TESTIMONAIL AREA       

-----------------------------------------*/

.testimonial_area{

    margin: 100px 0px 50px;

}

.testimonial_area h1 {

    font-size: 30px;

    color: #333333;

    font-family: 'Proxima Nova Rg';

    margin-bottom: 30px;

    text-align: center;

}

.testimonail_item{}

#testimonail-slider.owl-carousel .owl-item img {

    display: block;

    width: auto;

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.testimonail_inner h2{

    font-size: 24px;

    color: #555555;

    font-family: 'Proxima Nova Rg';

}

.testimonail_inner p{

    font-size: 18px;

    color: #999999;

    font-family: 'Proxima Nova Rg';



}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {

    display: block!important;

}

.testimonial_area{}

#testimonail-slider .owl-nav .owl-prev{

    position: absolute;

    top: 13%;

    left: -51px;

}

#testimonail-slider .owl-nav .owl-next{

    position: absolute;

    top: 13%;

    right: -51px;

}

.owl-theme .owl-nav [class*='owl-'] {

    color: #FFF;

    font-size: 14px;

    margin: 5px;

    padding: 4px 7px;

    background: transparent;

    display: inline-block;

    cursor: pointer;

    border-radius: 3px;



}

.owl-theme .owl-nav [class*='owl-']:hover {

    background: transparent;

    color: #FFF;

    text-decoration: none;

}

@media(max-width: 991px){

    #testimonail-slider .owl-nav {

        display: none;

    }

}





/*---------------------------------------

    GOOGLE MAP AREA       

-----------------------------------------*/

.google_map_area {
    margin-bottom: 60px;
}

.map_inner{

    box-shadow: 0 0 10px 0px #dfdfdf;
    border-radius: 10px;

}

.search_location{


    padding: 15px;
    background: #f1f1f1;
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;

}

.search_location > h2{
    text-align: center;
    background: #ed1c24;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-bottom: 15px;

}

.search_location form {

    width: 100%;

    margin: 0 auto;

    position: relative;

}

.search_location form input, .search_location form input:focus {

    height: 50px;

    border: none;

    font-weight: bold;

    box-shadow: none;

    width: 100%;

    outline: 0;

    box-shadow: none;

    background: transparent;

    font-size: 17px;

    color: #333333;

        font-family: 'Proxima Nova Lt';

        border: 2px solid #8e8e8e;

        border-radius: 5px;

        text-align: center;

}

.search_location form input[type="submit"] {

    background-color: transparent;

    border: medium none;

    font-size: 0;

    max-width: 50px;

    position: absolute;

    right: 0;

    top: 0;

    height: 50px;

    z-index: 99;

}

.search_location form:before {

    content: "\f002";

    font-family: FontAwesome;

    position: absolute;

    right: 10px;

    top: 13px;

    font-size: 14px;

    color: #333;

    font-size: 19px;

}

.search_location_content{

    height: 640px;

    overflow-y: scroll;

    background: #fff;
    height: 0px !important;
    width: 0px;
    overflow: hidden;
}

.search_location_content_inner{

    position: relative;

    padding-right: 110px;

    padding-bottom: 15px;


}

.search_location_content_inner h2{

    font-size: 30px;

    color: #222222;

    font-family: 'Proxima Nova Lt';    

}

.search_location_content_inner p{

    font-size: 20px;

    color: #222222;

    font-family: 'Proxima Nova Lt'; 

    margin-bottom: 5px;

}

.search_location_content_inner p{}

.search_location_content_inner img{

    position: absolute;

    top: 0;

    right: 0;

}

.map_area{

   position: relative;

}

#map{

    width: 100%;

        height: 570px;

}



/*---------------------------------------

    FOOTER AREA       

-----------------------------------------*/

.footer_area{



}

.footer_top{

    background: #282828;

    padding: 40px 0px;

}

.footer_top{}

.footer_inner h2{

    font-size: 24px;

    color: #ed1c24;

    font-family: 'Proxima Nova Rg';

    margin: 0;

}

.footer_inner ul{

    list-style: none;

    margin: 0;

    padding: 0;

}

.footer_inner ul li{}

.footer_inner ul li a{

    font-size: 18px;

    color: #cccccc;

    font-family: 'Proxima Nova Rg';

    display: block;

    padding: 2px 0px;}

.footer_logo ul{

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: center;  

    margin-top: 40px;  

}

.footer_logo ul li{

    display: inline-block;

}

.footer_logo ul li a{

    width: 50px;

    height: 50px;

    border: 2px solid #cccccc;

    border-radius: 100%;

    display: inline-block;

    margin-right: 15px;

    color: #cccccc;

    font-size: 30px;

    text-align: center;

    padding-top: 5px;

}

.footer_logo > a{}

.footer_logo_inner{}

.footer_subscribe{}

.footer_subscribe form{

        position: relative;

    margin-top: 20px;

}

.footer_subscribe input, .footer_subscribe input:focus {

    background: #3e3e3e;

    border-radius: 0px;

    border: 1px solid #fc2733;

    height: 50px;

    outline: none;

    box-shadow: none;

    color: #ffffff;

    font-style: italic;

}

.footer_subscribe button, .footer_subscribe button:hover, .footer_subscribe button:focus {

    position: absolute;

    right: 0;

    top: 0;

    background: #fc212b;

    width: 115px;

    height: 100%;

    font-size: 24px;

    color: #fff;

    font-weight: bold;

    border: 0px solid;

    border-radius: 0px;

    outline: none;

    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);

    box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);

    font-family: 'Proxima Nova bold';

    text-transform: uppercase;

}

.footer_subscribe form{}

.footer_subscribe p{

    font-size: 18px;

    color: #cccccc;

    font-family: 'Proxima Nova Lt';

}

.footer_subscribe p span{

    font-family: 'Proxima Nova Rg';

}

.footer_bottom{

    text-align: center;

    background: #161616;

    padding: 12px 0px;

}

.footer_bottom p{

    font-size: 18px;

    color: #ffffff;

    text-align: center;

    font-family: 'Proxima Nova Lt';

    margin: 0;

    line-height: 29px;

}

@media(max-width: 991px){

    .footer_logo ul {

        list-style: none;

        margin: 0;

        padding: 0;

        text-align: left;

        margin-top: 15px;

    }

    .footer_inner{

        padding: 20px 0px;

    }



}



.entry-title {

    font-family: 'Roboto', sans-serif;

    margin: 25px 0;

    font-weight: 300;

    text-align: center;

}





/*****************************************

     MULTIPAGE  PAGE     

******************************************/



@font-face {

    font-family: 'Glyphicons Halflings';

    src: url(../../../../image/assets/fonts/glyphicons-halflings-regular.eot);

    src: url(../../../../image/assets/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(../../../../image/assets/fonts/glyphicons-halflings-regular.woff) format('woff2'), url(../../../../image/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../../image/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../../image/assets/fonts/glyphicons-halflings-regular.svg) format('svg')

}



.glyphicon {

    position: relative;

    top: 1px;

    display: inline-block;

    font-family: 'Glyphicons Halflings';

    font-weight: 400;

    line-height: 1;

    -webkit-font-smoothing: antialiased

}



.glyphicon-asterisk:before {

    content: "\2a"

}



.glyphicon-plus:before {

    content: "\2b"

}



.glyphicon-eur:before,

.glyphicon-euro:before {

    content: "\20ac"

}



.glyphicon-minus:before {

    content: "\2212"

}



.glyphicon-cloud:before {

    content: "\2601"

}



.glyphicon-envelope:before {

    content: "\2709"

}



.glyphicon-pencil:before {

    content: "\270f"

}



.glyphicon-glass:before {

    content: "\e001"

}



.glyphicon-music:before {

    content: "\e002"

}



.glyphicon-search:before {

    content: "\e003"

}



.glyphicon-heart:before {

    content: "\e005"

}



.glyphicon-star:before {

    content: "\e006"

}



.glyphicon-star-empty:before {

    content: "\e007"

}



.glyphicon-user:before {

    content: "\e008"

}



.glyphicon-film:before {

    content: "\e009"

}



.glyphicon-th-large:before {

    content: "\e010"

}



.glyphicon-th:before {

    content: "\e011"

}



.glyphicon-th-list:before {

    content: "\e012"

}



.glyphicon-ok:before {

    content: "\e013"

}



.glyphicon-remove:before {

    content: "\e014"

}



.glyphicon-zoom-in:before {

    content: "\e015"

}



.glyphicon-zoom-out:before {

    content: "\e016"

}



.glyphicon-off:before {

    content: "\e017"

}



.glyphicon-signal:before {

    content: "\e018"

}



.glyphicon-cog:before {

    content: "\e019"

}



.glyphicon-trash:before {

    content: "\e020"

}



.glyphicon-home:before {

    content: "\e021"

}



.glyphicon-file:before {

    content: "\e022"

}



.glyphicon-time:before {

    content: "\e023"

}



.glyphicon-road:before {

    content: "\e024"

}



.glyphicon-download-alt:before {

    content: "\e025"

}



.glyphicon-download:before {

    content: "\e026"

}



.glyphicon-upload:before {

    content: "\e027"

}



.glyphicon-inbox:before {

    content: "\e028"

}



.glyphicon-play-circle:before {

    content: "\e029"

}



.glyphicon-repeat:before {

    content: "\e030"

}



.glyphicon-refresh:before {

    content: "\e031"

}



.glyphicon-list-alt:before {

    content: "\e032"

}



.glyphicon-lock:before {

    content: "\e033"

}



.glyphicon-flag:before {

    content: "\e034"

}



.glyphicon-headphones:before {

    content: "\e035"

}



.glyphicon-volume-off:before {

    content: "\e036"

}



.glyphicon-volume-down:before {

    content: "\e037"

}



.glyphicon-volume-up:before {

    content: "\e038"

}



.glyphicon-qrcode:before {

    content: "\e039"

}



.glyphicon-barcode:before {

    content: "\e040"

}



.glyphicon-tag:before {

    content: "\e041"

}



.glyphicon-tags:before {

    content: "\e042"

}



.glyphicon-book:before {

    content: "\e043"

}



.glyphicon-bookmark:before {

    content: "\e044"

}



.glyphicon-print:before {

    content: "\e045"

}



.glyphicon-camera:before {

    content: "\e046"

}



.glyphicon-font:before {

    content: "\e047"

}



.glyphicon-bold:before {

    content: "\e048"

}



.glyphicon-italic:before {

    content: "\e049"

}



.glyphicon-text-height:before {

    content: "\e050"

}



.glyphicon-text-width:before {

    content: "\e051"

}



.glyphicon-align-left:before {

    content: "\e052"

}



.glyphicon-align-center:before {

    content: "\e053"

}



.glyphicon-align-right:before {

    content: "\e054"

}



.glyphicon-align-justify:before {

    content: "\e055"

}



.glyphicon-list:before {

    content: "\e056"

}



.glyphicon-indent-left:before {

    content: "\e057"

}



.glyphicon-indent-right:before {

    content: "\e058"

}



.glyphicon-facetime-video:before {

    content: "\e059"

}



.glyphicon-picture:before {

    content: "\e060"

}



.glyphicon-map-marker:before {

    content: "\e062"

}



.glyphicon-adjust:before {

    content: "\e063"

}



.glyphicon-tint:before {

    content: "\e064"

}



.glyphicon-edit:before {

    content: "\e065"

}



.glyphicon-share:before {

    content: "\e066"

}



.glyphicon-check:before {

    content: "\e067"

}



.glyphicon-move:before {

    content: "\e068"

}



.glyphicon-step-backward:before {

    content: "\e069"

}



.glyphicon-fast-backward:before {

    content: "\e070"

}



.glyphicon-backward:before {

    content: "\e071"

}



.glyphicon-play:before {

    content: "\e072"

}



.glyphicon-pause:before {

    content: "\e073"

}



.glyphicon-stop:before {

    content: "\e074"

}



.glyphicon-forward:before {

    content: "\e075"

}



.glyphicon-fast-forward:before {

    content: "\e076"

}



.glyphicon-step-forward:before {

    content: "\e077"

}



.glyphicon-eject:before {

    content: "\e078"

}



.glyphicon-chevron-left:before {

    content: "\e079"

}



.glyphicon-chevron-right:before {

    content: "\e080"

}



.glyphicon-plus-sign:before {

    content: "\e081"

}



.glyphicon-minus-sign:before {

    content: "\e082"

}



.glyphicon-remove-sign:before {

    content: "\e083"

}



.glyphicon-ok-sign:before {

    content: "\e084"

}



.glyphicon-question-sign:before {

    content: "\e085"

}



.glyphicon-info-sign:before {

    content: "\e086"

}



.glyphicon-screenshot:before {

    content: "\e087"

}



.glyphicon-remove-circle:before {

    content: "\e088"

}



.glyphicon-ok-circle:before {

    content: "\e089"

}



.glyphicon-ban-circle:before {

    content: "\e090"

}



.glyphicon-arrow-left:before {

    content: "\e091"

}



.glyphicon-arrow-right:before {

    content: "\e092"

}



.glyphicon-arrow-up:before {

    content: "\e093"

}



.glyphicon-arrow-down:before {

    content: "\e094"

}



.glyphicon-share-alt:before {

    content: "\e095"

}



.glyphicon-resize-full:before {

    content: "\e096"

}



.glyphicon-resize-small:before {

    content: "\e097"

}



.glyphicon-exclamation-sign:before {

    content: "\e101"

}



.glyphicon-gift:before {

    content: "\e102"

}



.glyphicon-leaf:before {

    content: "\e103"

}



.glyphicon-fire:before {

    content: "\e104"

}



.glyphicon-eye-open:before {

    content: "\e105"

}



.glyphicon-eye-close:before {

    content: "\e106"

}



.glyphicon-warning-sign:before {

    content: "\e107"

}



.glyphicon-plane:before {

    content: "\e108"

}



.glyphicon-calendar:before {

    content: "\e109"

}



.glyphicon-random:before {

    content: "\e110"

}



.glyphicon-comment:before {

    content: "\e111"

}



.glyphicon-magnet:before {

    content: "\e112"

}



.glyphicon-chevron-up:before {

    content: "\e113"

}



.glyphicon-chevron-down:before {

    content: "\e114"

}



.glyphicon-retweet:before {

    content: "\e115"

}



.glyphicon-shopping-cart:before {

    content: "\e116"

}



.glyphicon-folder-close:before {

    content: "\e117"

}



.glyphicon-folder-open:before {

    content: "\e118"

}



.glyphicon-resize-vertical:before {

    content: "\e119"

}



.glyphicon-resize-horizontal:before {

    content: "\e120"

}



.glyphicon-hdd:before {

    content: "\e121"

}



.glyphicon-bullhorn:before {

    content: "\e122"

}



.glyphicon-bell:before {

    content: "\e123"

}



.glyphicon-certificate:before {

    content: "\e124"

}



.glyphicon-thumbs-up:before {

    content: "\e125"

}



.glyphicon-thumbs-down:before {

    content: "\e126"

}



.glyphicon-hand-right:before {

    content: "\e127"

}



.glyphicon-hand-left:before {

    content: "\e128"

}



.glyphicon-hand-up:before {

    content: "\e129"

}



.glyphicon-hand-down:before {

    content: "\e130"

}



.glyphicon-circle-arrow-right:before {

    content: "\e131"

}



.glyphicon-circle-arrow-left:before {

    content: "\e132"

}



.glyphicon-circle-arrow-up:before {

    content: "\e133"

}



.glyphicon-circle-arrow-down:before {

    content: "\e134"

}



.glyphicon-globe:before {

    content: "\e135"

}



.glyphicon-wrench:before {

    content: "\e136"

}



.glyphicon-tasks:before {

    content: "\e137"

}



.glyphicon-filter:before {

    content: "\e138"

}



.glyphicon-briefcase:before {

    content: "\e139"

}



.glyphicon-fullscreen:before {

    content: "\e140"

}



.glyphicon-dashboard:before {

    content: "\e141"

}



.glyphicon-paperclip:before {

    content: "\e142"

}



.glyphicon-heart-empty:before {

    content: "\e143"

}



.glyphicon-link:before {

    content: "\e144"

}



.glyphicon-phone:before {

    content: "\e145"

}



.glyphicon-pushpin:before {

    content: "\e146"

}



.glyphicon-usd:before {

    content: "\e148"

}



.glyphicon-gbp:before {

    content: "\e149"

}



.glyphicon-sort:before {

    content: "\e150"

}



.glyphicon-sort-by-alphabet:before {

    content: "\e151"

}



.glyphicon-sort-by-alphabet-alt:before {

    content: "\e152"

}



.glyphicon-sort-by-order:before {

    content: "\e153"

}



.glyphicon-sort-by-order-alt:before {

    content: "\e154"

}



.glyphicon-sort-by-attributes:before {

    content: "\e155"

}



.glyphicon-sort-by-attributes-alt:before {

    content: "\e156"

}



.glyphicon-unchecked:before {

    content: "\e157"

}



.glyphicon-expand:before {

    content: "\e158"

}



.glyphicon-collapse-down:before {

    content: "\e159"

}



.glyphicon-collapse-up:before {

    content: "\e160"

}



.glyphicon-log-in:before {

    content: "\e161"

}



.glyphicon-flash:before {

    content: "\e162"

}



.glyphicon-log-out:before {

    content: "\e163"

}



.glyphicon-new-window:before {

    content: "\e164"

}



.glyphicon-record:before {

    content: "\e165"

}



.glyphicon-save:before {

    content: "\e166"

}



.glyphicon-open:before {

    content: "\e167"

}



.glyphicon-saved:before {

    content: "\e168"

}



.glyphicon-import:before {

    content: "\e169"

}



.glyphicon-export:before {

    content: "\e170"

}



.glyphicon-send:before {

    content: "\e171"

}



.glyphicon-floppy-disk:before {

    content: "\e172"

}



.glyphicon-floppy-saved:before {

    content: "\e173"

}



.glyphicon-floppy-remove:before {

    content: "\e174"

}



.glyphicon-floppy-save:before {

    content: "\e175"

}



.glyphicon-floppy-open:before {

    content: "\e176"

}



.glyphicon-credit-card:before {

    content: "\e177"

}



.glyphicon-transfer:before {

    content: "\e178"

}



.glyphicon-cutlery:before {

    content: "\e179"

}



.glyphicon-header:before {

    content: "\e180"

}



.glyphicon-compressed:before {

    content: "\e181"

}



.glyphicon-earphone:before {

    content: "\e182"

}



.glyphicon-phone-alt:before {

    content: "\e183"

}



.glyphicon-tower:before {

    content: "\e184"

}



.glyphicon-stats:before {

    content: "\e185"

}



.glyphicon-sd-video:before {

    content: "\e186"

}



.glyphicon-hd-video:before {

    content: "\e187"

}



.glyphicon-subtitles:before {

    content: "\e188"

}



.glyphicon-sound-stereo:before {

    content: "\e189"

}



.glyphicon-sound-dolby:before {

    content: "\e190"

}



.glyphicon-sound-5-1:before {

    content: "\e191"

}



.glyphicon-sound-6-1:before {

    content: "\e192"

}



.glyphicon-sound-7-1:before {

    content: "\e193"

}



.glyphicon-copyright-mark:before {

    content: "\e194"

}



.glyphicon-registration-mark:before {

    content: "\e195"

}



.glyphicon-cloud-download:before {

    content: "\e197"

}



.glyphicon-cloud-upload:before {

    content: "\e198"

}



.glyphicon-tree-conifer:before {

    content: "\e199"

}



.glyphicon-tree-deciduous:before {

    content: "\e200"

}



.glyphicon-cd:before {

    content: "\e201"

}



.glyphicon-save-file:before {

    content: "\e202"

}



.glyphicon-open-file:before {

    content: "\e203"

}



.glyphicon-level-up:before {

    content: "\e204"

}



.glyphicon-copy:before {

    content: "\e205"

}



.glyphicon-paste:before {

    content: "\e206"

}



.glyphicon-alert:before {

    content: "\e209"

}



.glyphicon-equalizer:before {

    content: "\e210"

}



.glyphicon-king:before {

    content: "\e211"

}



.glyphicon-queen:before {

    content: "\e212"

}



.glyphicon-pawn:before {

    content: "\e213"

}



.glyphicon-bishop:before {

    content: "\e214"

}



.glyphicon-knight:before {

    content: "\e215"

}



.glyphicon-baby-formula:before {

    content: "\e216"

}



.glyphicon-tent:before {

    content: "\26fa"

}



.glyphicon-blackboard:before {

    content: "\e218"

}



.glyphicon-bed:before {

    content: "\e219"

}



.glyphicon-apple:before {

    content: "\f8ff"

}



.glyphicon-erase:before {

    content: "\e221"

}



.glyphicon-hourglass:before {

    content: "\231b"

}



.glyphicon-lamp:before {

    content: "\e223"

}



.glyphicon-duplicate:before {

    content: "\e224"

}



.glyphicon-piggy-bank:before {

    content: "\e225"

}



.glyphicon-scissors:before {

    content: "\e226"

}



.glyphicon-bitcoin:before {

    content: "\e227"

}



.glyphicon-yen:before {

    content: "\00a5"

}



.glyphicon-ruble:before {

    content: "\20bd"

}



.glyphicon-scale:before {

    content: "\e230"

}



.glyphicon-ice-lolly:before {

    content: "\e231"

}



.glyphicon-ice-lolly-tasted:before {

    content: "\e232"

}



.glyphicon-education:before {

    content: "\e233"

}



.glyphicon-option-horizontal:before {

    content: "\e234"

}



.glyphicon-option-vertical:before {

    content: "\e235"

}



.glyphicon-menu-hamburger:before {

    content: "\e236"

}



.glyphicon-modal-window:before {

    content: "\e237"

}



.glyphicon-oil:before {

    content: "\e238"

}



.glyphicon-grain:before {

    content: "\e239"

}



.glyphicon-sunglasses:before {

    content: "\e240"

}



.glyphicon-text-size:before {

    content: "\e241"

}



.glyphicon-text-color:before {

    content: "\e242"

}



.glyphicon-text-background:before {

    content: "\e243"

}



.glyphicon-object-align-top:before {

    content: "\e244"

}



.glyphicon-object-align-bottom:before {

    content: "\e245"

}



.glyphicon-object-align-horizontal:before {

    content: "\e246"

}



.glyphicon-object-align-left:before {

    content: "\e247"

}



.glyphicon-object-align-vertical:before {

    content: "\e248"

}



.glyphicon-object-align-right:before {

    content: "\e249"

}



.glyphicon-triangle-right:before {

    content: "\e250"

}



.glyphicon-triangle-left:before {

    content: "\e251"

}



.glyphicon-triangle-bottom:before {

    content: "\e252"

}



.glyphicon-triangle-top:before {

    content: "\e253"

}



.glyphicon-console:before {

    content: "\e254"

}



.glyphicon-superscript:before {

    content: "\e255"

}



.glyphicon-subscript:before {

    content: "\e256"

}



.glyphicon-menu-left:before {

    content: "\e257"

}



.glyphicon-menu-right:before {

    content: "\e258"

}



.glyphicon-menu-down:before {

    content: "\e259"

}



.glyphicon-menu-up:before {

    content: "\e260"

}



*,

:after,

:before {

    box-sizing: border-box

}



html {

    font-size: 10px

}



body {

    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;

    font-size: 13px;

    line-height: 1.46153846;

    color: #757575

}



button,

input,

select,

textarea {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit

}



.carousel-inner>.item>a>img,

.carousel-inner>.item>img,

.img-responsive,

.thumbnail a>img,

.thumbnail>img {

    display: block;

    max-width: 100%;

    height: auto

}



.img-rounded {

    border-radius: 6px

}



.img-thumbnail {

    padding: 4px;

    line-height: 1.46153846;

    border: 1px solid #ddd;

    border-radius: 4px;

    transition: all .2s ease-in-out;

    display: inline-block;

    max-width: 100%;

    height: auto

}



.img-circle {

    border-radius: 50%

}



hr {

    margin-top: 19px;

    margin-bottom: 19px;

    border: 0;

    border-top: 1px solid #eee

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;

    font-weight: 400;

    line-height: 1.42;

    color: #424242

}



.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {

    font-weight: 400;

    line-height: 1;

    color: #a8a8a8

}



.h1,

.h2,

.h3,

h1,

h2,

h3 {

    margin-top: 19px;

    margin-bottom: 9.5px

}



.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small {

    font-size: 65%

}



.h4,

.h5,

.h6,

h4,

h5,

h6 {

    margin-top: 9.5px;

    margin-bottom: 9.5px

}



.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {

    font-size: 75%

}



.h1,

h1 {

    font-size: 28px

}



.h2,

h2 {

    font-size: 24px

}



.h3,

h3 {

    font-size: 19px

}



.h4,

h4 {

    font-size: 16px

}



.h5,

h5 {

    font-size: 13px

}



.h6,

h6 {

    font-size: 12px

}



p {

    margin: 0 0 9.5px

}



.lead {

    margin-bottom: 19px;

    font-size: 14px;

    font-weight: 300;

    line-height: 1.4

}



dt,

kbd kbd,

label {

    font-weight: 700

}



address,

blockquote .small,

blockquote footer,

blockquote small,

dd,

dt,

pre {

    line-height: 1.46153846

}



@media (min-width:768px) {

    .lead {

        font-size: 19.5px

    }

}



.small,

small {

    font-size: 92%

}



.mark,

mark {

    background-color: #fcf8e3;

    padding: .2em

}



.list-inline,

.list-unstyled {

    padding-left: 0;

    list-style: none

}



.table-hover>tbody>tr.info:hover>td,

.table-hover>tbody>tr.info:hover>th,

.table-hover>tbody>tr:hover>.info,

.table-hover>tbody>tr>td.info:hover,

.table-hover>tbody>tr>th.info:hover {

    background-color: #c4e3f3

}



.table>tbody>tr.warning>td,

.table>tbody>tr.warning>th,

.table>tbody>tr>td.warning,

.table>tbody>tr>th.warning,

.table>tfoot>tr.warning>td,

.table>tfoot>tr.warning>th,

.table>tfoot>tr>td.warning,

.table>tfoot>tr>th.warning,

.table>thead>tr.warning>td,

.table>thead>tr.warning>th,

.table>thead>tr>td.warning,

.table>thead>tr>th.warning {

    background-color: #fcf8e3

}



.table-hover>tbody>tr.warning:hover>td,

.table-hover>tbody>tr.warning:hover>th,

.table-hover>tbody>tr:hover>.warning,

.table-hover>tbody>tr>td.warning:hover,

.table-hover>tbody>tr>th.warning:hover {

    background-color: #faf2cc

}



.table>tbody>tr.danger>td,

.table>tbody>tr.danger>th,

.table>tbody>tr>td.danger,

.table>tbody>tr>th.danger,

.table>tfoot>tr.danger>td,

.table>tfoot>tr.danger>th,

.table>tfoot>tr>td.danger,

.table>tfoot>tr>th.danger,

.table>thead>tr.danger>td,

.table>thead>tr.danger>th,

.table>thead>tr>td.danger,

.table>thead>tr>th.danger {

    background-color: #f2dede

}



.table-hover>tbody>tr.danger:hover>td,

.table-hover>tbody>tr.danger:hover>th,

.table-hover>tbody>tr:hover>.danger,

.table-hover>tbody>tr>td.danger:hover,

.table-hover>tbody>tr>th.danger:hover {

    background-color: #ebcccc

}



.table-responsive {

    overflow-x: auto;

    min-height: .01%

}



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

    .table-responsive {

        width: 100%;

        margin-bottom: 14.25px;

        overflow-y: hidden;

        -ms-overflow-style: -ms-autohiding-scrollbar;

        border: 1px solid #fff

    }

    .table-responsive>.table {

        margin-bottom: 0

    }

    .table-responsive>.table>tbody>tr>td,

    .table-responsive>.table>tbody>tr>th,

    .table-responsive>.table>tfoot>tr>td,

    .table-responsive>.table>tfoot>tr>th,

    .table-responsive>.table>thead>tr>td,

    .table-responsive>.table>thead>tr>th {

        white-space: nowrap

    }

    .table-responsive>.table-bordered {

        border: 0

    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,

    .table-responsive>.table-bordered>tbody>tr>th:first-child,

    .table-responsive>.table-bordered>tfoot>tr>td:first-child,

    .table-responsive>.table-bordered>tfoot>tr>th:first-child,

    .table-responsive>.table-bordered>thead>tr>td:first-child,

    .table-responsive>.table-bordered>thead>tr>th:first-child {

        border-left: 0

    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,

    .table-responsive>.table-bordered>tbody>tr>th:last-child,

    .table-responsive>.table-bordered>tfoot>tr>td:last-child,

    .table-responsive>.table-bordered>tfoot>tr>th:last-child,

    .table-responsive>.table-bordered>thead>tr>td:last-child,

    .table-responsive>.table-bordered>thead>tr>th:last-child {

        border-right: 0

    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,

    .table-responsive>.table-bordered>tbody>tr:last-child>th,

    .table-responsive>.table-bordered>tfoot>tr:last-child>td,

    .table-responsive>.table-bordered>tfoot>tr:last-child>th {

        border-bottom: 0

    }

}



fieldset,

legend {

    padding: 0;

    border: 0

}



fieldset {

    margin: 0;

    min-width: 0

}



legend {

    width: 100%;

    margin-bottom: 19px;

    font-size: 19.5px;

    line-height: inherit;

    border-bottom: 1px solid #e5e5e5

}



label {

    display: inline-block;

    max-width: 100%;

    margin-bottom: 5px

}



.checkbox label,

.checkbox-inline,

.radio label,

.radio-inline {

    font-weight: 400;

    padding-left: 20px;

    cursor: pointer;

    margin-bottom: 0

}



input[type=search] {

    box-sizing: border-box;

    -webkit-appearance: none

}



input[type=checkbox],

input[type=radio] {

    margin: 4px 0 0;

    margin-top: 1px\9;

    line-height: normal

}



.form-control,

output {

    font-size: 13px;

    line-height: 1.46153846;

    color: #555;

    display: block

}



input[type=file] {

    display: block

}



input[type=range] {

    display: block;

    width: 100%

}



select[multiple],

select[size] {

    height: auto

}



input[type=file]:focus,

input[type=checkbox]:focus,

input[type=radio]:focus {

    outline: dotted thin;

    outline: -webkit-focus-ring-color auto 5px;

    outline-offset: -2px

}



output {

    padding-top: 7px

}



.form-control {

    width: 100%;

    height: 33px;

    padding: 6px 12px;

    background-color: #fff;

    border: 1px solid #ccc;

    border-radius: 4px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

}



.form-group-sm .form-control,

.input-sm {

    font-size: 12px;

    border-radius: 3px;

    padding: 5px 10px

}



.form-control:focus {

    border-color: #da291c;

    outline: 0;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(218, 41, 28, .6)

}



.form-control::-moz-placeholder {

    color: #999;

    opacity: 1

}



.form-control:-ms-input-placeholder {

    color: #999

}



.form-control::-webkit-input-placeholder {

    color: #999

}



.has-success .checkbox,

.has-success .checkbox-inline,

.has-success .control-label,

.has-success .form-control-feedback,

.has-success .help-block,

.has-success .radio,

.has-success .radio-inline,

.has-success.checkbox label,

.has-success.checkbox-inline label,

.has-success.radio label,

.has-success.radio-inline label {

    color: #3c763d

}



.form-control[disabled],

.form-control[readonly],

fieldset[disabled] .form-control {

    cursor: not-allowed;

    background-color: #eee;

    opacity: 1

}



textarea.form-control {

    height: auto

}



@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date],

    input[type=time],

    input[type=datetime-local],

    input[type=month] {

        line-height: 33px

    }

    .input-group-sm input[type=date],

    .input-group-sm input[type=time],

    .input-group-sm input[type=datetime-local],

    .input-group-sm input[type=month],

    input[type=date].input-sm,

    input[type=time].input-sm,

    input[type=datetime-local].input-sm,

    input[type=month].input-sm {

        line-height: 30px

    }

    .input-group-lg input[type=date],

    .input-group-lg input[type=time],

    .input-group-lg input[type=datetime-local],

    .input-group-lg input[type=month],

    input[type=date].input-lg,

    input[type=time].input-lg,

    input[type=datetime-local].input-lg,

    input[type=month].input-lg {

        line-height: 45px

    }

}



.form-group {

    margin-bottom: 15px

}



.checkbox,

.radio {

    position: relative;

    display: block;

    margin-top: 10px;

    margin-bottom: 10px

}



.checkbox label,

.radio label {

    min-height: 19px

}



.checkbox input[type=checkbox],

.checkbox-inline input[type=checkbox],

.radio input[type=radio],

.radio-inline input[type=radio] {

    position: absolute;

    margin-left: -20px;

    margin-top: 4px\9

}



.checkbox+.checkbox,

.radio+.radio {

    margin-top: -5px

}



.checkbox-inline,

.radio-inline {

    display: inline-block;

    vertical-align: middle

}



.checkbox-inline+.checkbox-inline,

.radio-inline+.radio-inline {

    margin-top: 0;

    margin-left: 10px

}



.btn-block+.btn-block,

.help-block {

    margin-top: 5px

}



.checkbox-inline.disabled,

.checkbox.disabled label,

.radio-inline.disabled,

.radio.disabled label,

fieldset[disabled] .checkbox label,

fieldset[disabled] .checkbox-inline,

fieldset[disabled] .radio label,

fieldset[disabled] .radio-inline,

fieldset[disabled] input[type=checkbox],

fieldset[disabled] input[type=radio],

input[type=checkbox].disabled,

input[type=checkbox][disabled],

input[type=radio].disabled,

input[type=radio][disabled] {

    cursor: not-allowed

}



.form-control-static {

    padding-top: 7px;

    padding-bottom: 7px;

    margin-bottom: 0

}



.form-control-static.input-lg,

.form-control-static.input-sm {

    padding-left: 0;

    padding-right: 0

}



.input-sm {

    height: 30px;

    line-height: 1.5

}



select.input-sm {

    height: 30px;

    line-height: 30px

}



select[multiple].input-sm,

textarea.input-sm {

    height: auto

}



.form-group-sm .form-control {

    height: 30px;

    line-height: 1.5

}



.form-group-lg .form-control,

.input-lg {

    border-radius: 6px;

    padding: 10px 16px;

    font-size: 17px

}



select.form-group-sm .form-control {

    height: 30px;

    line-height: 30px

}



select[multiple].form-group-sm .form-control,

textarea.form-group-sm .form-control {

    height: auto

}



.form-group-sm .form-control-static {

    height: 30px;

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5

}



.input-lg {

    height: 45px;

    line-height: 1.33

}



select.input-lg {

    height: 45px;

    line-height: 45px

}



select[multiple].input-lg,

textarea.input-lg {

    height: auto

}



.form-group-lg .form-control {

    height: 45px;

    line-height: 1.33

}



select.form-group-lg .form-control {

    height: 45px;

    line-height: 45px

}



select[multiple].form-group-lg .form-control,

textarea.form-group-lg .form-control {

    height: auto

}



.form-group-lg .form-control-static {

    height: 45px;

    padding: 10px 16px;

    font-size: 17px;

    line-height: 1.33

}



.has-feedback {

    position: relative

}



.has-feedback .form-control {

    padding-right: 41.25px

}



.form-control-feedback {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 2;

    display: block;

    width: 33px;

    height: 33px;

    line-height: 33px;

    text-align: center;

    pointer-events: none

}



.collapsing,

.dropdown,

.dropup {

    position: relative

}



.input-lg+.form-control-feedback {

    width: 45px;

    height: 45px;

    line-height: 45px

}



.input-sm+.form-control-feedback {

    width: 30px;

    height: 30px;

    line-height: 30px

}



.has-success .form-control {

    border-color: #3c763d;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)

}



.has-success .form-control:focus {

    border-color: #2b542c;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168

}



.has-success .input-group-addon {

    color: #3c763d;

    border-color: #3c763d;

    background-color: #dff0d8

}



.has-warning .checkbox,

.has-warning .checkbox-inline,

.has-warning .control-label,

.has-warning .form-control-feedback,

.has-warning .help-block,

.has-warning .radio,

.has-warning .radio-inline,

.has-warning.checkbox label,

.has-warning.checkbox-inline label,

.has-warning.radio label,

.has-warning.radio-inline label {

    color: #8a6d3b

}



.has-warning .form-control {

    border-color: #8a6d3b;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)

}



.has-warning .form-control:focus {

    border-color: #66512c;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b

}



.has-warning .input-group-addon {

    color: #8a6d3b;

    border-color: #8a6d3b;

    background-color: #fcf8e3

}



.has-error .checkbox,

.has-error .checkbox-inline,

.has-error .control-label,

.has-error .form-control-feedback,

.has-error .help-block,

.has-error .radio,

.has-error .radio-inline,

.has-error.checkbox label,

.has-error.checkbox-inline label,

.has-error.radio label,

.has-error.radio-inline label {

    color: #a94442

}



.has-error .form-control {

    border-color: #a94442;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)

}



.has-error .form-control:focus {

    border-color: #843534;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483

}



.has-error .input-group-addon {

    color: #a94442;

    border-color: #a94442;

    background-color: #f2dede

}



.has-feedback label~.form-control-feedback {

    top: 24px

}



.has-feedback label.sr-only~.form-control-feedback {

    top: 0

}



.help-block {

    display: block;

    margin-bottom: 10px;

    color: #b5b5b5

}



@media (min-width:768px) {

    .form-inline .form-control-static,

    .form-inline .form-group {

        display: inline-block

    }

    .form-inline .control-label,

    .form-inline .form-group {

        margin-bottom: 0;

        vertical-align: middle

    }

    .form-inline .form-control {

        display: inline-block;

        width: auto;

        vertical-align: middle

    }

    .form-inline .input-group {

        display: inline-table;

        vertical-align: middle

    }

    .form-inline .input-group .form-control,

    .form-inline .input-group .input-group-addon,

    .form-inline .input-group .input-group-btn {

        width: auto

    }

    .form-inline .input-group>.form-control {

        width: 100%

    }

    .form-inline .checkbox,

    .form-inline .radio {

        display: inline-block;

        margin-top: 0;

        margin-bottom: 0;

        vertical-align: middle

    }

    .form-inline .checkbox label,

    .form-inline .radio label {

        padding-left: 0

    }

    .form-inline .checkbox input[type=checkbox],

    .form-inline .radio input[type=radio] {

        position: relative;

        margin-left: 0

    }

    .form-inline .has-feedback .form-control-feedback {

        top: 0

    }

    .form-horizontal .control-label {

        text-align: right;

        margin-bottom: 0;

        padding-top: 7px

    }

}



.form-horizontal .checkbox,

.form-horizontal .checkbox-inline,

.form-horizontal .radio,

.form-horizontal .radio-inline {

    margin-top: 0;

    margin-bottom: 0;

    padding-top: 7px

}



.form-horizontal .checkbox,

.form-horizontal .radio {

    min-height: 26px

}



.form-horizontal .form-group {

    margin-left: -10px;

    margin-right: -10px

}



.form-horizontal .has-feedback .form-control-feedback {

    right: 10px

}



@media (min-width:768px) {

    .form-horizontal .form-group-lg .control-label {

        padding-top: 14.3px

    }

    .form-horizontal .form-group-sm .control-label {

        padding-top: 6px

    }

}



.btn {

    display: inline-block;

    margin-bottom: 0;

    font-weight: 500;

    text-align: center;

    vertical-align: middle;

    touch-action: manipulation;

    cursor: pointer;

    border: 1px solid transparent;

    white-space: nowrap;

    padding: 6px 12px;

    font-size: 13px;

    line-height: 1.46153846;

    border-radius: 4px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none

}



.btn.active.focus,

.btn.active:focus,

.btn.focus,

.btn:active.focus,

.btn:active:focus,

.btn:focus {

    outline: dotted thin;

    outline: -webkit-focus-ring-color auto 5px;

    outline-offset: -2px

}



.btn.focus,

.btn:focus,

.btn:hover {

    color: #fff;

    text-decoration: none

}



.btn.active,

.btn:active {

    outline: 0;

    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)

}



.btn.disabled,

.btn[disabled],

fieldset[disabled] .btn {

    cursor: not-allowed;

    pointer-events: none;

    opacity: .65;

    filter: alpha(opacity=65);

    box-shadow: none

}



.btn-default {

    color: #fff;

    background-color: #686868;

    border-color: #686868

}



.btn-default.active,

.btn-default.focus,

.btn-default:active,

.btn-default:focus,

.btn-default:hover,

.open>.dropdown-toggle.btn-default {

    color: #fff;

    background-color: #5b5b5b;

    border-color: #565656

}



.btn-default.disabled,

.btn-default.disabled.active,

.btn-default.disabled.focus,

.btn-default.disabled:active,

.btn-default.disabled:focus,

.btn-default.disabled:hover,

.btn-default[disabled],

.btn-default[disabled].active,

.btn-default[disabled].focus,

.btn-default[disabled]:active,

.btn-default[disabled]:focus,

.btn-default[disabled]:hover,

fieldset[disabled] .btn-default,

fieldset[disabled] .btn-default.active,

fieldset[disabled] .btn-default.focus,

fieldset[disabled] .btn-default:active,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default:hover {

    background-color: #757575;

    border-color: #757575

}



.btn-default .badge {

    color: #757575;

    background-color: #fff

}



.btn-primary {

    color: #fff;

    background-color: #c32519;

    border-color: #c32519

}



.btn-primary.active,

.btn-primary.focus,

.btn-primary:active,

.btn-primary:focus,

.btn-primary:hover,

.open>.dropdown-toggle.btn-primary {

    color: #fff;

    background-color: #ad2116;

    border-color: #a41f15

}



.btn-primary.disabled,

.btn-primary.disabled.active,

.btn-primary.disabled.focus,

.btn-primary.disabled:active,

.btn-primary.disabled:focus,

.btn-primary.disabled:hover,

.btn-primary[disabled],

.btn-primary[disabled].active,

.btn-primary[disabled].focus,

.btn-primary[disabled]:active,

.btn-primary[disabled]:focus,

.btn-primary[disabled]:hover,

fieldset[disabled] .btn-primary,

fieldset[disabled] .btn-primary.active,

fieldset[disabled] .btn-primary.focus,

fieldset[disabled] .btn-primary:active,

fieldset[disabled] .btn-primary:focus,

fieldset[disabled] .btn-primary:hover {

    background-color: #da291c;

    border-color: #da291c

}



.btn-primary .badge {

    color: #da291c;

    background-color: #fff

}



.btn-success {

    color: #fff;

    background-color: #4cae4c;

    border-color: #4cae4c

}



.btn-success.active,

.btn-success.focus,

.btn-success:active,

.btn-success:focus,

.btn-success:hover,

.open>.dropdown-toggle.btn-success {

    color: #fff;

    background-color: #449d44;

    border-color: #419641

}



.btn-success.active,

.btn-success:active,

.open>.dropdown-toggle.btn-success {

    background-image: none

}



.btn-success.disabled,

.btn-success.disabled.active,

.btn-success.disabled.focus,

.btn-success.disabled:active,

.btn-success.disabled:focus,

.btn-success.disabled:hover,

.btn-success[disabled],

.btn-success[disabled].active,

.btn-success[disabled].focus,

.btn-success[disabled]:active,

.btn-success[disabled]:focus,

.btn-success[disabled]:hover,

fieldset[disabled] .btn-success,

fieldset[disabled] .btn-success.active,

fieldset[disabled] .btn-success.focus,

fieldset[disabled] .btn-success:active,

fieldset[disabled] .btn-success:focus,

fieldset[disabled] .btn-success:hover {

    background-color: #5cb85c;

    border-color: #5cb85c

}



.btn-success .badge {

    color: #5cb85c;

    background-color: #fff

}



.btn-info {

    color: #fff;

    background-color: #46b8da;

    border-color: #46b8da

}



.btn-info.active,

.btn-info.focus,

.btn-info:active,

.btn-info:focus,

.btn-info:hover,

.open>.dropdown-toggle.btn-info {

    color: #fff;

    background-color: #31b0d5;

    border-color: #2aabd2

}



.btn-info.disabled,

.btn-info.disabled.active,

.btn-info.disabled.focus,

.btn-info.disabled:active,

.btn-info.disabled:focus,

.btn-info.disabled:hover,

.btn-info[disabled],

.btn-info[disabled].active,

.btn-info[disabled].focus,

.btn-info[disabled]:active,

.btn-info[disabled]:focus,

.btn-info[disabled]:hover,

fieldset[disabled] .btn-info,

fieldset[disabled] .btn-info.active,

fieldset[disabled] .btn-info.focus,

fieldset[disabled] .btn-info:active,

fieldset[disabled] .btn-info:focus,

fieldset[disabled] .btn-info:hover {

    background-color: #5bc0de;

    border-color: #5bc0de

}



.btn-info .badge {

    color: #5bc0de;

    background-color: #fff

}



.btn-warning {

    color: #fff;

    background-color: #eea236;

    border-color: #eea236

}



.btn-warning.active,

.btn-warning.focus,

.btn-warning:active,

.btn-warning:focus,

.btn-warning:hover,

.open>.dropdown-toggle.btn-warning {

    color: #fff;

    background-color: #ec971f;

    border-color: #eb9316

}



.btn-warning.disabled,

.btn-warning.disabled.active,

.btn-warning.disabled.focus,

.btn-warning.disabled:active,

.btn-warning.disabled:focus,

.btn-warning.disabled:hover,

.btn-warning[disabled],

.btn-warning[disabled].active,

.btn-warning[disabled].focus,

.btn-warning[disabled]:active,

.btn-warning[disabled]:focus,

.btn-warning[disabled]:hover,

fieldset[disabled] .btn-warning,

fieldset[disabled] .btn-warning.active,

fieldset[disabled] .btn-warning.focus,

fieldset[disabled] .btn-warning:active,

fieldset[disabled] .btn-warning:focus,

fieldset[disabled] .btn-warning:hover {

    background-color: #f0ad4e;

    border-color: #f0ad4e

}



.btn-warning .badge {

    color: #f0ad4e;

    background-color: #fff

}



.btn-danger {

    color: #fff;

    background-color: #d43f3a;

    border-color: #d43f3a

}



.btn-danger.active,

.btn-danger.focus,

.btn-danger:active,

.btn-danger:focus,

.btn-danger:hover,

.open>.dropdown-toggle.btn-danger {

    color: #fff;

    background-color: #c9302c;

    border-color: #c12e2a

}



.btn-danger.disabled,

.btn-danger.disabled.active,

.btn-danger.disabled.focus,

.btn-danger.disabled:active,

.btn-danger.disabled:focus,

.btn-danger.disabled:hover,

.btn-danger[disabled],

.btn-danger[disabled].active,

.btn-danger[disabled].focus,

.btn-danger[disabled]:active,

.btn-danger[disabled]:focus,

.btn-danger[disabled]:hover,

fieldset[disabled] .btn-danger,

fieldset[disabled] .btn-danger.active,

fieldset[disabled] .btn-danger.focus,

fieldset[disabled] .btn-danger:active,

fieldset[disabled] .btn-danger:focus,

fieldset[disabled] .btn-danger:hover {

    background-color: #d9534f;

    border-color: #d9534f

}



.btn-danger .badge {

    color: #d9534f;

    background-color: #fff

}



.btn-link {

    color: #da291c;

    font-weight: 400;

    border-radius: 0

}



.btn-link,

.btn-link.active,

.btn-link:active,

.btn-link[disabled],

fieldset[disabled] .btn-link {

    background-color: transparent;

    box-shadow: none

}



.btn-link,

.btn-link:active,

.btn-link:focus,

.btn-link:hover {

    border-color: transparent

}



.btn-link:focus,

.btn-link:hover {

    color: #ad2116;

    text-decoration: none;

    background-color: transparent

}



.btn-link[disabled]:focus,

.btn-link[disabled]:hover,

fieldset[disabled] .btn-link:focus,

fieldset[disabled] .btn-link:hover {

    color: #a8a8a8;

    text-decoration: none

}



.btn-group-lg>.btn,

.btn-lg {

    padding: 10px 16px;

    font-size: 17px;

    line-height: 1.33;

    border-radius: 6px

}



.btn-group-sm>.btn,

.btn-sm {

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px

}



.btn-group-xs>.btn,

.btn-xs {

    padding: 1px 5px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px

}



.btn-block {

    display: block;

    width: 100%

}



input[type=button].btn-block,

input[type=reset].btn-block,

input[type=submit].btn-block {

    width: 100%

}



.fade {

    opacity: 0;

    transition: opacity .15s linear

}



.fade.in {

    opacity: 1

}



.collapse {

    display: none;

    visibility: hidden

}



.collapse.in {

    display: block;

    visibility: visible

}



tr.collapse.in {

    display: table-row

}



tbody.collapse.in {

    display: table-row-group

}



.collapsing {

    height: 0;

    overflow: hidden;

    transition-property: height, visibility;

    transition-duration: .35s;

    transition-timing-function: ease

}



.caret {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: 2px;

    vertical-align: middle;

    border-top: 4px solid;

    border-right: 4px solid transparent;

    border-left: 4px solid transparent

}



.dropdown-toggle:focus {

    outline: 0

}



.dropdown-menu {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 1000;

    display: none;

    min-width: 160px;

    padding: 5px 0;

    margin: 2px 0 0;

    list-style: none;

    font-size: 13px;

    text-align: left;

    background-color: #fff;

    border: 1px solid #ccc;

    border: 1px solid rgba(0, 0, 0, .15);

    border-radius: 4px;

    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    background-clip: padding-box

}



.dropdown-menu-right,

.dropdown-menu.pull-right {

    left: auto;

    right: 0

}



.dropdown-header,

.dropdown-menu>li>a {

    display: block;

    padding: 3px 20px;

    line-height: 1.46153846;

    white-space: nowrap

}



.btn-group-vertical>.btn:not(:first-child):not(:last-child),

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

    border-radius: 0

}



.dropdown-menu .divider {

    height: 1px;

    margin: 8.5px 0;

    overflow: hidden;

    background-color: #e5e5e5

}



.dropdown-menu>li>a {

    font-weight: 400;

    color: #333

}



.dropdown-menu>li>a:focus,

.dropdown-menu>li>a:hover {

    text-decoration: none;

    color: #262626;

    background-color: #f5f5f5

}



.dropdown-menu>.active>a,

.dropdown-menu>.active>a:focus,

.dropdown-menu>.active>a:hover {

    color: #fff;

    text-decoration: none;

    outline: 0;

    background-color: #da291c

}



.dropdown-menu>.disabled>a,

.dropdown-menu>.disabled>a:focus,

.dropdown-menu>.disabled>a:hover {

    color: #a8a8a8

}



.dropdown-menu>.disabled>a:focus,

.dropdown-menu>.disabled>a:hover {

    text-decoration: none;

    background-color: transparent;

    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);

    cursor: not-allowed

}



.open>.dropdown-menu {

    display: block

}



.open>a {

    outline: 0

}



.dropdown-menu-left {

    left: 0;

    right: auto

}



.dropdown-header {

    font-size: 12px;

    color: #a8a8a8

}



.dropdown-backdrop {

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    z-index: 990

}



.nav-justified>.dropdown .dropdown-menu,

.nav-tabs.nav-justified>.dropdown .dropdown-menu {

    top: auto;

    left: auto

}



.pull-right>.dropdown-menu {

    right: 0;

    left: auto

}



.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {

    border-top: 0;

    border-bottom: 4px solid;

    content: ""

}



.dropup .dropdown-menu,

.navbar-fixed-bottom .dropdown .dropdown-menu {

    top: auto;

    bottom: 100%;

    margin-bottom: 2px

}



@media (min-width:768px) {

    .navbar-right .dropdown-menu {

        left: auto;

        right: 0

    }

    .navbar-right .dropdown-menu-left {

        left: 0;

        right: auto

    }

}



.btn-group,

.btn-group-vertical {

    position: relative;

    display: inline-block;

    vertical-align: middle

}



.btn-group-vertical>.btn,

.btn-group>.btn {

    position: relative;

    float: left

}



.btn-group-vertical>.btn.active,

.btn-group-vertical>.btn:active,

.btn-group-vertical>.btn:focus,

.btn-group-vertical>.btn:hover,

.btn-group>.btn.active,

.btn-group>.btn:active,

.btn-group>.btn:focus,

.btn-group>.btn:hover {

    z-index: 2

}



.btn-group .btn+.btn,

.btn-group .btn+.btn-group,

.btn-group .btn-group+.btn,

.btn-group .btn-group+.btn-group {

    margin-left: -1px

}



.btn-toolbar {

    margin-left: -5px

}



.btn-toolbar>.btn,

.btn-toolbar>.btn-group,

.btn-toolbar>.input-group {

    margin-left: 5px

}



.btn .caret,

.btn-group>.btn:first-child {

    margin-left: 0

}



.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.btn-group>.btn:last-child:not(:first-child),

.btn-group>.dropdown-toggle:not(:first-child) {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,

.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.btn-group .dropdown-toggle:active,

.btn-group.open .dropdown-toggle {

    outline: 0

}



.btn-group>.btn+.dropdown-toggle {

    padding-left: 8px;

    padding-right: 8px

}



.btn-group>.btn-lg+.dropdown-toggle {

    padding-left: 12px;

    padding-right: 12px

}



.btn-group.open .dropdown-toggle {

    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)

}



.btn-group.open .dropdown-toggle.btn-link {

    box-shadow: none

}



.btn-lg .caret {

    border-width: 5px 5px 0

}



.dropup .btn-lg .caret {

    border-width: 0 5px 5px

}



.btn-group-vertical>.btn,

.btn-group-vertical>.btn-group,

.btn-group-vertical>.btn-group>.btn {

    display: block;

    float: none;

    width: 100%;

    max-width: 100%

}



.btn-group-vertical>.btn-group>.btn {

    float: none

}



.btn-group-vertical>.btn+.btn,

.btn-group-vertical>.btn+.btn-group,

.btn-group-vertical>.btn-group+.btn,

.btn-group-vertical>.btn-group+.btn-group {

    margin-top: -1px;

    margin-left: 0

}



.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group,

.input-group-btn>.btn+.btn {

    margin-left: -1px

}



.btn-group-vertical>.btn:first-child:not(:last-child) {

    border-top-right-radius: 4px;

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0

}



.btn-group-vertical>.btn:last-child:not(:first-child) {

    border-bottom-left-radius: 4px;

    border-top-right-radius: 0;

    border-top-left-radius: 0

}



.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {

    border-radius: 0

}



.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0

}



.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {

    border-top-right-radius: 0;

    border-top-left-radius: 0

}



.btn-group-justified {

    display: table;

    width: 100%;

    table-layout: fixed;

    border-collapse: separate

}



.btn-group-justified>.btn,

.btn-group-justified>.btn-group {

    float: none;

    display: table-cell;

    width: 1%

}



.btn-group-justified>.btn-group .btn {

    width: 100%

}



.btn-group-justified>.btn-group .dropdown-menu {

    left: auto

}



[data-toggle=buttons]>.btn input[type=checkbox],

[data-toggle=buttons]>.btn input[type=radio],

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],

[data-toggle=buttons]>.btn-group>.btn input[type=radio] {

    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none

}



.input-group {

    position: relative;

    display: table;

    border-collapse: separate

}



.input-group[class*=col-] {

    float: none;

    padding-left: 0;

    padding-right: 0

}



.input-group .form-control {

    position: relative;

    z-index: 2;

    float: left;

    width: 100%;

    margin-bottom: 0

}



.input-group-lg>.form-control,

.input-group-lg>.input-group-addon,

.input-group-lg>.input-group-btn>.btn {

    height: 45px;

    padding: 10px 16px;

    font-size: 17px;

    line-height: 1.33;

    border-radius: 6px

}



select.input-group-lg>.form-control,

select.input-group-lg>.input-group-addon,

select.input-group-lg>.input-group-btn>.btn {

    height: 45px;

    line-height: 45px

}



select[multiple].input-group-lg>.form-control,

select[multiple].input-group-lg>.input-group-addon,

select[multiple].input-group-lg>.input-group-btn>.btn,

textarea.input-group-lg>.form-control,

textarea.input-group-lg>.input-group-addon,

textarea.input-group-lg>.input-group-btn>.btn {

    height: auto

}



.input-group-sm>.form-control,

.input-group-sm>.input-group-addon,

.input-group-sm>.input-group-btn>.btn {

    height: 30px;

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px

}



select.input-group-sm>.form-control,

select.input-group-sm>.input-group-addon,

select.input-group-sm>.input-group-btn>.btn {

    height: 30px;

    line-height: 30px

}



select[multiple].input-group-sm>.form-control,

select[multiple].input-group-sm>.input-group-addon,

select[multiple].input-group-sm>.input-group-btn>.btn,

textarea.input-group-sm>.form-control,

textarea.input-group-sm>.input-group-addon,

textarea.input-group-sm>.input-group-btn>.btn {

    height: auto

}



.input-group .form-control,

.input-group-addon,

.input-group-btn {

    display: table-cell

}



.nav>li,

.nav>li>a {

    display: block;

    position: relative

}



.input-group .form-control:not(:first-child):not(:last-child),

.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child) {

    border-radius: 0

}



.input-group-addon,

.input-group-btn {

    width: 1%;

    white-space: nowrap;

    vertical-align: middle

}



.input-group-addon {

    padding: 6px 12px;

    font-size: 13px;

    font-weight: 400;

    line-height: 1;

    color: #555;

    text-align: center;

    background-color: #eee;

    border: 1px solid #ccc;

    border-radius: 4px

}



.input-group-addon.input-sm {

    padding: 5px 10px;

    font-size: 12px;

    border-radius: 3px

}



.input-group-addon.input-lg {

    padding: 10px 16px;

    font-size: 17px;

    border-radius: 6px

}



.input-group-addon input[type=checkbox],

.input-group-addon input[type=radio] {

    margin-top: 0

}



.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group>.btn,

.input-group-btn:first-child>.dropdown-toggle,

.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.input-group-addon:first-child {

    border-right: 0

}



.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,

.input-group-btn:first-child>.btn:not(:first-child),

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group>.btn,

.input-group-btn:last-child>.dropdown-toggle {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.input-group-addon:last-child {

    border-left: 0

}



.input-group-btn {

    position: relative;

    font-size: 0;

    white-space: nowrap

}



.input-group-btn>.btn {

    position: relative

}



.input-group-btn>.btn:active,

.input-group-btn>.btn:focus,

.input-group-btn>.btn:hover {

    z-index: 2

}



.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group {

    margin-right: -1px

}



.nav {

    margin-bottom: 0;

    padding-left: 0;

    list-style: none

}



button.close {

    padding: 0;

    cursor: pointer;

    background: 0 0;

    border: 0;

    -webkit-appearance: none

}



.modal-content,

.popover {

    background-clip: padding-box

}



.modal {

    display: none;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1040;

    -webkit-overflow-scrolling: touch;

    outline: 0

}



.modal.fade .modal-dialog {

    -webkit-transform: translate(0, -25%);

    transform: translate(0, -25%);

    transition: -webkit-transform .3s ease-out;

    transition: transform .3s ease-out;

    transition: transform .3s ease-out, -webkit-transform .3s ease-out

}



.modal.in .modal-dialog {

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0)

}



.modal-open .modal {

    overflow-x: hidden;

    overflow-y: auto

}



.modal-dialog {

    position: relative;

    width: auto;

    margin: 10px

}



.modal-content {

    position: relative;

    background-color: #fff;

    border: 1px solid #999;

    border: 1px solid rgba(0, 0, 0, .2);

    border-radius: 6px;

    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

    outline: 0

}



.modal-backdrop {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    background-color: #000

}



.modal-backdrop.fade {

    opacity: 0;

    filter: alpha(opacity=0)

}



.modal-backdrop.in {

    opacity: .5;

    filter: alpha(opacity=50)

}



.modal-header {

    padding: 15px;

    border-bottom: 1px solid #e5e5e5;

    min-height: 16.46px

}



.modal-header .close {

    margin-top: -2px

}



.modal-title {

    margin: 0;

    line-height: 1.46153846

}



.modal-body {

    position: relative;

    padding: 15px

}



.modal-footer {

    padding: 15px;

    text-align: right;

    border-top: 1px solid #e5e5e5

}



.modal-footer .btn+.btn {

    margin-left: 5px;

    margin-bottom: 0

}



.modal-footer .btn-group .btn+.btn {

    margin-left: -1px

}



.modal-footer .btn-block+.btn-block {

    margin-left: 0

}



.modal-scrollbar-measure {

    position: absolute;

    top: -9999px;

    width: 50px;

    height: 50px;

    overflow: scroll

}



@media (min-width:768px) {

    .modal-dialog {

        width: 600px;

        margin: 30px auto

    }

    .modal-content {

        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)

    }

    .modal-sm {

        width: 300px

    }

}



@media (min-width:992px) {

    .modal-lg {

        width: 900px

    }

}



.tooltip {

    position: absolute;

    z-index: 1070;

    display: block;

    visibility: visible;

    font-size: 12px;

    line-height: 1.4;

    opacity: 0;

    filter: alpha(opacity=0)

}



.tooltip.in {

    opacity: .9;

    filter: alpha(opacity=90)

}



.tooltip.top {

    margin-top: -3px;

    padding: 5px 0

}



.tooltip.right {

    margin-left: 3px;

    padding: 0 5px

}



.tooltip.bottom {

    margin-top: 3px;

    padding: 5px 0

}



.tooltip.left {

    margin-left: -3px;

    padding: 0 5px

}



.tooltip-inner {

    max-width: 200px;

    padding: 3px 8px;

    color: #fff;

    text-align: center;

    text-decoration: none;

    background-color: #000;

    border-radius: 4px

}



.tooltip-arrow {

    position: absolute;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid

}



.tooltip.top .tooltip-arrow,

.tooltip.top-left .tooltip-arrow,

.tooltip.top-right .tooltip-arrow {

    bottom: 0;

    border-width: 5px 5px 0;

    border-top-color: #000

}



.tooltip.top .tooltip-arrow {

    left: 50%;

    margin-left: -5px

}



.tooltip.top-left .tooltip-arrow {

    right: 5px;

    margin-bottom: -5px

}



.tooltip.top-right .tooltip-arrow {

    left: 5px;

    margin-bottom: -5px

}



.tooltip.right .tooltip-arrow {

    top: 50%;

    left: 0;

    margin-top: -5px;

    border-width: 5px 5px 5px 0;

    border-right-color: #000

}



.tooltip.left .tooltip-arrow {

    top: 50%;

    right: 0;

    margin-top: -5px;

    border-width: 5px 0 5px 5px;

    border-left-color: #000

}



.tooltip.bottom .tooltip-arrow,

.tooltip.bottom-left .tooltip-arrow,

.tooltip.bottom-right .tooltip-arrow {

    border-width: 0 5px 5px;

    border-bottom-color: #000;

    top: 0

}



.tooltip.bottom .tooltip-arrow {

    left: 50%;

    margin-left: -5px

}



.tooltip.bottom-left .tooltip-arrow {

    right: 5px;

    margin-top: -5px

}



.tooltip.bottom-right .tooltip-arrow {

    left: 5px;

    margin-top: -5px

}



.popover {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1060;

    display: none;

    max-width: 276px;

    padding: 1px;

    font-size: 13px;

    line-height: 1.46153846;

    text-align: left;

    background-color: #fff;

    border: 1px solid #ccc;

    border: 1px solid rgba(0, 0, 0, .2);

    border-radius: 6px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    white-space: normal

}



#account-info-container img,

figure.img {

    max-width: 100%

}



.popover.top {

    margin-top: -10px

}



.popover.right {

    margin-left: 10px

}



.popover.bottom {

    margin-top: 10px

}



.popover.left {

    margin-left: -10px

}



.popover-title {

    margin: 0;

    padding: 8px 14px;

    font-size: 13px;

    background-color: #f7f7f7;

    border-bottom: 1px solid #ebebeb;

    border-radius: 5px 5px 0 0

}



.popover-content {

    padding: 9px 14px

}



.popover>.arrow,

.popover>.arrow:after {

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid

}



.carousel,

.carousel-inner {

    position: relative

}



.popover>.arrow {

    border-width: 11px

}



.popover>.arrow:after {

    border-width: 10px;

    content: ""

}



.popover.top>.arrow {

    left: 50%;

    margin-left: -11px;

    border-bottom-width: 0;

    border-top-color: #999;

    border-top-color: rgba(0, 0, 0, .25);

    bottom: -11px

}



.popover.top>.arrow:after {

    content: " ";

    bottom: 1px;

    margin-left: -10px;

    border-bottom-width: 0;

    border-top-color: #fff

}



.popover.left>.arrow:after,

.popover.right>.arrow:after {

    content: " ";

    bottom: -10px

}



.popover.right>.arrow {

    top: 50%;

    left: -11px;

    margin-top: -11px;

    border-left-width: 0;

    border-right-color: #999;

    border-right-color: rgba(0, 0, 0, .25)

}



.popover.right>.arrow:after {

    left: 1px;

    border-left-width: 0;

    border-right-color: #fff

}



.popover.bottom>.arrow {

    left: 50%;

    margin-left: -11px;

    border-top-width: 0;

    border-bottom-color: #999;

    border-bottom-color: rgba(0, 0, 0, .25);

    top: -11px

}



.popover.bottom>.arrow:after {

    content: " ";

    top: 1px;

    margin-left: -10px;

    border-top-width: 0;

    border-bottom-color: #fff

}



.popover.left>.arrow {

    top: 50%;

    right: -11px;

    margin-top: -11px;

    border-right-width: 0;

    border-left-color: #999;

    border-left-color: rgba(0, 0, 0, .25)

}



.popover.left>.arrow:after {

    right: 1px;

    border-right-width: 0;

    border-left-color: #fff

}



.carousel-inner {

    overflow: hidden;

    width: 100%

}



.carousel-inner>.item {

    display: none;

    position: relative;

    transition: .6s ease-in-out left

}



.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    line-height: 1

}



@media all and (transform-3d),

(-webkit-transform-3d) {

    .carousel-inner>.item {

        transition: -webkit-transform .6s ease-in-out;

        transition: transform .6s ease-in-out;

        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

        -webkit-perspective: 1000;

        perspective: 1000

    }

    .carousel-inner>.item.active.right,

    .carousel-inner>.item.next {

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

        left: 0

    }

    .carousel-inner>.item.active.left,

    .carousel-inner>.item.prev {

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

        left: 0

    }

    .carousel-inner>.item.active,

    .carousel-inner>.item.next.left,

    .carousel-inner>.item.prev.right {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

        left: 0

    }

}



.carousel-inner>.active,

.carousel-inner>.next,

.carousel-inner>.prev {

    display: block

}



.carousel-inner>.active {

    left: 0

}



.carousel-inner>.next,

.carousel-inner>.prev {

    position: absolute;

    top: 0;

    width: 100%

}



.carousel-inner>.next {

    left: 100%

}



.carousel-inner>.prev {

    left: -100%

}



.carousel-inner>.next.left,

.carousel-inner>.prev.right {

    left: 0

}



.carousel-inner>.active.left {

    left: -100%

}



.carousel-inner>.active.right {

    left: 100%

}



.carousel-control {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    opacity: .5;

    filter: alpha(opacity=50);

    font-size: 20px;

    color: #fff;

    text-align: center

}



.carousel-control.left {

    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);

    background-repeat: repeat-x;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)

}



.carousel-control.right {

    left: auto;

    right: 0;

    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);

    background-repeat: repeat-x;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)

}



.flag-icon,

.flag-icon-background {

    background-size: contain;

    background-position: 50%;

    background-repeat: no-repeat

}



.carousel-control:focus,

.carousel-control:hover {

    outline: 0;

    color: #fff;

    text-decoration: none;

    opacity: .9;

    filter: alpha(opacity=90)

}



.carousel-control .glyphicon-chevron-left,

.carousel-control .glyphicon-chevron-right,

.carousel-control .icon-next,

.carousel-control .icon-prev {

    position: absolute;

    top: 50%;

    z-index: 5;

    display: inline-block

}



.carousel-control .glyphicon-chevron-left,

.carousel-control .icon-prev {

    left: 50%;

    margin-left: -10px

}



.carousel-control .glyphicon-chevron-right,

.carousel-control .icon-next {

    right: 50%;

    margin-right: -10px

}



.carousel-control .icon-next,

.carousel-control .icon-prev {

    width: 20px;

    height: 20px;

    margin-top: -10px;

    line-height: 1;

    font-family: serif

}



.carousel-control .icon-prev:before {

    content: '\2039'

}



.carousel-control .icon-next:before {

    content: '\203a'

}



.carousel-indicators {

    position: absolute;

    bottom: 10px;

    left: 50%;

    z-index: 15;

    width: 60%;

    margin-left: -30%;

    padding-left: 0;

    list-style: none;

    text-align: center

}



.carousel-indicators li {

    display: inline-block;

    width: 10px;

    height: 10px;

    margin: 1px;

    text-indent: -999px;

    border: 1px solid #fff;

    border-radius: 10px;

    cursor: pointer;

    background-color: #000\9;

    background-color: rgba(0, 0, 0, 0)

}



.carousel-indicators .active {

    margin: 0;

    width: 12px;

    height: 12px;

    background-color: #fff

}



.carousel-caption {

    position: absolute;

    left: 15%;

    right: 15%;

    bottom: 20px;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: center

}



.carousel-caption .btn,

.text-hide {

    text-shadow: none

}



@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,

    .carousel-control .glyphicon-chevron-right,

    .carousel-control .icon-next,

    .carousel-control .icon-prev {

        width: 30px;

        height: 30px;

        margin-top: -15px;

        font-size: 30px

    }

    .carousel-control .glyphicon-chevron-left,

    .carousel-control .icon-prev {

        margin-left: -15px

    }

    .carousel-control .glyphicon-chevron-right,

    .carousel-control .icon-next {

        margin-right: -15px

    }

    .carousel-caption {

        left: 20%;

        right: 20%;

        padding-bottom: 30px

    }

    .carousel-indicators {

        bottom: 20px

    }

}



#location-services a img,

.center-block {

    margin-right: auto;

    margin-left: auto

}



.btn-group-vertical>.btn-group:after,

.btn-group-vertical>.btn-group:before,

.btn-toolbar:after,

.btn-toolbar:before,

.clearfix:after,

.clearfix:before,

.container-fluid:after,

.container-fluid:before,

.container:after,

.container:before,

.dl-horizontal dd:after,

.dl-horizontal dd:before,

.form-horizontal .form-group:after,

.form-horizontal .form-group:before,

.modal-footer:after,

.modal-footer:before,

.nav:after,

.nav:before,

.navbar-collapse:after,

.navbar-collapse:before,

.navbar-header:after,

.navbar-header:before,

.navbar:after,

.navbar:before,

.pager:after,

.pager:before,

.panel-body:after,

.panel-body:before,

.row:after,

.row:before {

    content: " ";

    display: table

}



.center-block {

    display: block

}



.fa.fa-pull-left,

.fa.pull-left {

    margin-right: .3em

}



.pull-right {

    float: right!important

}



.pull-left {

    float: left!important

}



.hide {

    display: none!important

}



.show {

    display: block!important

}



.hidden,

.visible-lg,

.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block,

.visible-md,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-sm,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-xs,

.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block {

    display: none!important

}



.invisible {

    visibility: hidden

}



.text-hide {

    font: 0/0 a;

    color: transparent;

    background-color: transparent;

    border: 0

}



.hidden {

    visibility: hidden!important

}



.affix {

    position: fixed

}



@-ms-viewport {

    width: device-width

}



@media (max-width:767px) {

    .visible-xs {

        display: block!important

    }

    table.visible-xs {

        display: table

    }

    tr.visible-xs {

        display: table-row!important

    }

    td.visible-xs,

    th.visible-xs {

        display: table-cell!important

    }

    .visible-xs-block {

        display: block!important

    }

    .visible-xs-inline {

        display: inline!important

    }

    .visible-xs-inline-block {

        display: inline-block!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .visible-sm {

        display: block!important

    }

    table.visible-sm {

        display: table

    }

    tr.visible-sm {

        display: table-row!important

    }

    td.visible-sm,

    th.visible-sm {

        display: table-cell!important

    }

    .visible-sm-block {

        display: block!important

    }

    .visible-sm-inline {

        display: inline!important

    }

    .visible-sm-inline-block {

        display: inline-block!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .visible-md {

        display: block!important

    }

    table.visible-md {

        display: table

    }

    tr.visible-md {

        display: table-row!important

    }

    td.visible-md,

    th.visible-md {

        display: table-cell!important

    }

    .visible-md-block {

        display: block!important

    }

    .visible-md-inline {

        display: inline!important

    }

    .visible-md-inline-block {

        display: inline-block!important

    }

}



@media (min-width:1200px) {

    .visible-lg {

        display: block!important

    }

    table.visible-lg {

        display: table

    }

    tr.visible-lg {

        display: table-row!important

    }

    td.visible-lg,

    th.visible-lg {

        display: table-cell!important

    }

    .visible-lg-block {

        display: block!important

    }

    .visible-lg-inline {

        display: inline!important

    }

    .visible-lg-inline-block {

        display: inline-block!important

    }

    .hidden-lg {

        display: none!important

    }

}



@media (max-width:767px) {

    .hidden-xs {

        display: none!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .hidden-sm {

        display: none!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .hidden-md {

        display: none!important

    }

}



.visible-print {

    display: none!important

}



@media print {

    .visible-print {

        display: block!important

    }

    table.visible-print {

        display: table

    }

    tr.visible-print {

        display: table-row!important

    }

    td.visible-print,

    th.visible-print {

        display: table-cell!important

    }

}



.visible-print-block {

    display: none!important

}



@media print {

    .visible-print-block {

        display: block!important

    }

}



.visible-print-inline {

    display: none!important

}



@media print {

    .visible-print-inline {

        display: inline!important

    }

}



.visible-print-inline-block {

    display: none!important

}



@media print {

    .visible-print-inline-block {

        display: inline-block!important

    }

    .hidden-print {

        display: none!important

    }

}



.fa,

.fa-stack,

.flag-icon {

    display: inline-block

}





/*!

 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */



@font-face {

    font-family: FontAwesome;

    src: url(../fonts/fontawesome-webfont_v-4.6.3.eot);

    src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff) format('woff2'), url(../fonts/fontawesome-webfont_v-4.6.3.woff) format('woff'), url(../fonts/fontawesome-webfont_v-4.6.3.ttf) format('truetype'), url(../fonts/fontawesome-webfont_v-4.6.3.svg) format('svg');

    font-weight: 400;

    font-style: normal

}



.fa {

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased

}



.fa-lg {

    font-size: 1.33333333em;

    line-height: .75em;

    vertical-align: -15%

}



.fa-2x {

    font-size: 2em

}



.fa-3x {

    font-size: 3em

}



.fa-4x {

    font-size: 4em

}



.fa-5x {

    font-size: 5em

}



.fa-fw {

    width: 1.28571429em;

    text-align: center

}



.fa-ul {

    padding-left: 0;

    margin-left: 2.14285714em;

    list-style-type: none

}



.fa.fa-pull-right,

.fa.pull-right {

    margin-left: .3em

}



.fa-ul>li {

    position: relative

}



.fa-li {

    position: absolute;

    left: -2.14285714em;

    width: 2.14285714em;

    top: .14285714em;

    text-align: center

}



.fa-li.fa-lg {

    left: -1.85714286em

}



.fa-border {

    padding: .2em .25em .15em;

    border: .08em solid #eee;

    border-radius: .1em

}



.fa-pull-left {

    float: left

}



.fa-pull-right {

    float: right

}



.fa-spin {

    -webkit-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear

}



.fa-pulse {

    -webkit-animation: fa-spin 1s infinite steps(8);

    animation: fa-spin 1s infinite steps(8)

}



@-webkit-keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



@keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



.fa-rotate-90 {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg)

}



.fa-rotate-180 {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg)

}



.fa-rotate-270 {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";

    -webkit-transform: rotate(270deg);

    transform: rotate(270deg)

}



.fa-flip-horizontal {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";

    -webkit-transform: scale(-1, 1);

    transform: scale(-1, 1)

}



.fa-flip-vertical {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

    -webkit-transform: scale(1, -1);

    transform: scale(1, -1)

}



:root .fa-flip-horizontal,

:root .fa-flip-vertical,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-rotate-90 {

    -webkit-filter: none;

    filter: none

}



.fa-stack {

    position: relative;

    width: 2em;

    height: 2em;

    line-height: 2em;

    vertical-align: middle

}



.fa-stack-1x,

.fa-stack-2x {

    position: absolute;

    left: 0;

    width: 100%;

    text-align: center

}



.fa-stack-1x {

    line-height: inherit

}



.fa-stack-2x {

    font-size: 2em

}



.fa-inverse {

    color: #fff

}



.fa-glass:before {

    content: "\f000"

}



.fa-music:before {

    content: "\f001"

}



.fa-search:before {

    content: "\f002"

}



.fa-envelope-o:before {

    content: "\f003"

}



.fa-heart:before {

    content: "\f004"

}



.fa-star:before {

    content: "\f005"

}



.fa-star-o:before {

    content: "\f006"

}



.fa-user:before {

    content: "\f007"

}



.fa-film:before {

    content: "\f008"

}



.fa-th-large:before {

    content: "\f009"

}



.fa-th:before {

    content: "\f00a"

}



.fa-th-list:before {

    content: "\f00b"

}



.fa-check:before {

    content: "\f00c"

}



.fa-close:before,

.fa-remove:before,

.fa-times:before {

    content: "\f00d"

}



.fa-search-plus:before {

    content: "\f00e"

}



.fa-search-minus:before {

    content: "\f010"

}



.fa-power-off:before {

    content: "\f011"

}



.fa-signal:before {

    content: "\f012"

}



.fa-cog:before,

.fa-gear:before {

    content: "\f013"

}



.fa-trash-o:before {

    content: "\f014"

}



.fa-home:before {

    content: "\f015"

}



.fa-file-o:before {

    content: "\f016"

}



.fa-clock-o:before {

    content: "\f017"

}



.fa-road:before {

    content: "\f018"

}



.fa-download:before {

    content: "\f019"

}



.fa-arrow-circle-o-down:before {

    content: "\f01a"

}



.fa-arrow-circle-o-up:before {

    content: "\f01b"

}



.fa-inbox:before {

    content: "\f01c"

}



.fa-play-circle-o:before {

    content: "\f01d"

}



.fa-repeat:before,

.fa-rotate-right:before {

    content: "\f01e"

}



.fa-refresh:before {

    content: "\f021"

}



.fa-list-alt:before {

    content: "\f022"

}



.fa-lock:before {

    content: "\f023"

}



.fa-flag:before {

    content: "\f024"

}



.fa-headphones:before {

    content: "\f025"

}



.fa-volume-off:before {

    content: "\f026"

}



.fa-volume-down:before {

    content: "\f027"

}



.fa-volume-up:before {

    content: "\f028"

}



.fa-qrcode:before {

    content: "\f029"

}



.fa-barcode:before {

    content: "\f02a"

}



.fa-tag:before {

    content: "\f02b"

}



.fa-tags:before {

    content: "\f02c"

}



.fa-book:before {

    content: "\f02d"

}



.fa-bookmark:before {

    content: "\f02e"

}



.fa-print:before {

    content: "\f02f"

}



.fa-camera:before {

    content: "\f030"

}



.fa-font:before {

    content: "\f031"

}



.fa-bold:before {

    content: "\f032"

}



.fa-italic:before {

    content: "\f033"

}



.fa-text-height:before {

    content: "\f034"

}



.fa-text-width:before {

    content: "\f035"

}



.fa-align-left:before {

    content: "\f036"

}



.fa-align-center:before {

    content: "\f037"

}



.fa-align-right:before {

    content: "\f038"

}



.fa-align-justify:before {

    content: "\f039"

}



.fa-list:before {

    content: "\f03a"

}



.fa-dedent:before,

.fa-outdent:before {

    content: "\f03b"

}



.fa-indent:before {

    content: "\f03c"

}



.fa-video-camera:before {

    content: "\f03d"

}



.fa-image:before,

.fa-photo:before,

.fa-picture-o:before {

    content: "\f03e"

}



.fa-pencil:before {

    content: "\f040"

}



.fa-map-marker:before {

    content: "\f041"

}



.fa-adjust:before {

    content: "\f042"

}



.fa-tint:before {

    content: "\f043"

}



.fa-edit:before,

.fa-pencil-square-o:before {

    content: "\f044"

}



.fa-share-square-o:before {

    content: "\f045"

}



.fa-check-square-o:before {

    content: "\f046"

}



.fa-arrows:before {

    content: "\f047"

}



.fa-step-backward:before {

    content: "\f048"

}



.fa-fast-backward:before {

    content: "\f049"

}



.fa-backward:before {

    content: "\f04a"

}



.fa-play:before {

    content: "\f04b"

}



.fa-pause:before {

    content: "\f04c"

}



.fa-stop:before {

    content: "\f04d"

}



.fa-forward:before {

    content: "\f04e"

}



.fa-fast-forward:before {

    content: "\f050"

}



.fa-step-forward:before {

    content: "\f051"

}



.fa-eject:before {

    content: "\f052"

}



.fa-chevron-left:before {

    content: "\f053"

}



.fa-chevron-right:before {

    content: "\f054"

}



.fa-plus-circle:before {

    content: "\f055"

}



.fa-minus-circle:before {

    content: "\f056"

}



.fa-times-circle:before {

    content: "\f057"

}



.fa-check-circle:before {

    content: "\f058"

}



.fa-question-circle:before {

    content: "\f059"

}



.fa-info-circle:before {

    content: "\f05a"

}



.fa-crosshairs:before {

    content: "\f05b"

}



.fa-times-circle-o:before {

    content: "\f05c"

}



.fa-check-circle-o:before {

    content: "\f05d"

}



.fa-ban:before {

    content: "\f05e"

}



.fa-arrow-left:before {

    content: "\f060"

}



.fa-arrow-right:before {

    content: "\f061"

}



.fa-arrow-up:before {

    content: "\f062"

}



.fa-arrow-down:before {

    content: "\f063"

}



.fa-mail-forward:before,

.fa-share:before {

    content: "\f064"

}



.fa-expand:before {

    content: "\f065"

}



.fa-compress:before {

    content: "\f066"

}



.fa-plus:before {

    content: "\f067"

}



.fa-minus:before {

    content: "\f068"

}



.fa-asterisk:before {

    content: "\f069"

}



.fa-exclamation-circle:before {

    content: "\f06a"

}



.fa-gift:before {

    content: "\f06b"

}



.fa-leaf:before {

    content: "\f06c"

}



.fa-fire:before {

    content: "\f06d"

}



.fa-eye:before {

    content: "\f06e"

}



.fa-eye-slash:before {

    content: "\f070"

}



.fa-exclamation-triangle:before,

.fa-warning:before {

    content: "\f071"

}



.fa-plane:before {

    content: "\f072"

}



.fa-calendar:before {

    content: "\f073"

}



.fa-random:before {

    content: "\f074"

}



.fa-comment:before {

    content: "\f075"

}



.fa-magnet:before {

    content: "\f076"

}



.fa-chevron-up:before {

    content: "\f077"

}



.fa-chevron-down:before {

    content: "\f078"

}



.fa-retweet:before {

    content: "\f079"

}



.fa-shopping-cart:before {

    content: "\f07a"

}



.fa-folder:before {

    content: "\f07b"

}



.fa-folder-open:before {

    content: "\f07c"

}



.fa-arrows-v:before {

    content: "\f07d"

}



.fa-arrows-h:before {

    content: "\f07e"

}



.fa-bar-chart-o:before,

.fa-bar-chart:before {

    content: "\f080"

}



.fa-twitter-square:before {

    content: "\f081"

}



.fa-facebook-square:before {

    content: "\f082"

}



.fa-camera-retro:before {

    content: "\f083"

}



.fa-key:before {

    content: "\f084"

}



.fa-cogs:before,

.fa-gears:before {

    content: "\f085"

}



.fa-comments:before {

    content: "\f086"

}



.fa-thumbs-o-up:before {

    content: "\f087"

}



.fa-thumbs-o-down:before {

    content: "\f088"

}



.fa-star-half:before {

    content: "\f089"

}



.fa-heart-o:before {

    content: "\f08a"

}



.fa-sign-out:before {

    content: "\f08b"

}



.fa-linkedin-square:before {

    content: "\f08c"

}



.fa-thumb-tack:before {

    content: "\f08d"

}



.fa-external-link:before {

    content: "\f08e"

}



.fa-sign-in:before {

    content: "\f090"

}



.fa-trophy:before {

    content: "\f091"

}



.fa-github-square:before {

    content: "\f092"

}



.fa-upload:before {

    content: "\f093"

}



.fa-lemon-o:before {

    content: "\f094"

}



.fa-phone:before {

    content: "\f095"

}



.fa-square-o:before {

    content: "\f096"

}



.fa-bookmark-o:before {

    content: "\f097"

}



.fa-phone-square:before {

    content: "\f098"

}



.fa-twitter:before {

    content: "\f099"

}



.fa-facebook-f:before,

.fa-facebook:before {

    content: "\f09a"

}



.fa-github:before {

    content: "\f09b"

}



.fa-unlock:before {

    content: "\f09c"

}



.fa-credit-card:before {

    content: "\f09d"

}



.fa-feed:before,

.fa-rss:before {

    content: "\f09e"

}



.fa-hdd-o:before {

    content: "\f0a0"

}



.fa-bullhorn:before {

    content: "\f0a1"

}



.fa-bell:before {

    content: "\f0f3"

}



.fa-certificate:before {

    content: "\f0a3"

}



.fa-hand-o-right:before {

    content: "\f0a4"

}



.fa-hand-o-left:before {

    content: "\f0a5"

}



.fa-hand-o-up:before {

    content: "\f0a6"

}



.fa-hand-o-down:before {

    content: "\f0a7"

}



.fa-arrow-circle-left:before {

    content: "\f0a8"

}



.fa-arrow-circle-right:before {

    content: "\f0a9"

}



.fa-arrow-circle-up:before {

    content: "\f0aa"

}



.fa-arrow-circle-down:before {

    content: "\f0ab"

}



.fa-globe:before {

    content: "\f0ac"

}



.fa-wrench:before {

    content: "\f0ad"

}



.fa-tasks:before {

    content: "\f0ae"

}



.fa-filter:before {

    content: "\f0b0"

}



.fa-briefcase:before {

    content: "\f0b1"

}



.fa-arrows-alt:before {

    content: "\f0b2"

}



.fa-group:before,

.fa-users:before {

    content: "\f0c0"

}



.fa-chain:before,

.fa-link:before {

    content: "\f0c1"

}



.fa-cloud:before {

    content: "\f0c2"

}



.fa-flask:before {

    content: "\f0c3"

}



.fa-cut:before,

.fa-scissors:before {

    content: "\f0c4"

}



.fa-copy:before,

.fa-files-o:before {

    content: "\f0c5"

}



.fa-paperclip:before {

    content: "\f0c6"

}



.fa-floppy-o:before,

.fa-save:before {

    content: "\f0c7"

}



.fa-square:before {

    content: "\f0c8"

}



.fa-bars:before,

.fa-navicon:before,

.fa-reorder:before {

    content: "\f0c9"

}



.fa-list-ul:before {

    content: "\f0ca"

}



.fa-list-ol:before {

    content: "\f0cb"

}



.fa-strikethrough:before {

    content: "\f0cc"

}



.fa-underline:before {

    content: "\f0cd"

}



.fa-table:before {

    content: "\f0ce"

}



.fa-magic:before {

    content: "\f0d0"

}



.fa-truck:before {

    content: "\f0d1"

}



.fa-pinterest:before {

    content: "\f0d2"

}



.fa-pinterest-square:before {

    content: "\f0d3"

}



.fa-google-plus-square:before {

    content: "\f0d4"

}



.fa-google-plus:before {

    content: "\f0d5"

}



.fa-money:before {

    content: "\f0d6"

}



.fa-caret-down:before {

    content: "\f0d7"

}



.fa-caret-up:before {

    content: "\f0d8"

}



.fa-caret-left:before {

    content: "\f0d9"

}



.fa-caret-right:before {

    content: "\f0da"

}



.fa-columns:before {

    content: "\f0db"

}



.fa-sort:before,

.fa-unsorted:before {

    content: "\f0dc"

}



.fa-sort-desc:before,

.fa-sort-down:before {

    content: "\f0dd"

}



.fa-sort-asc:before,

.fa-sort-up:before {

    content: "\f0de"

}



.fa-envelope:before {

    content: "\f0e0"

}



.fa-linkedin:before {

    content: "\f0e1"

}



.fa-rotate-left:before,

.fa-undo:before {

    content: "\f0e2"

}



.fa-gavel:before,

.fa-legal:before {

    content: "\f0e3"

}



.fa-dashboard:before,

.fa-tachometer:before {

    content: "\f0e4"

}



.fa-comment-o:before {

    content: "\f0e5"

}



.fa-comments-o:before {

    content: "\f0e6"

}



.fa-bolt:before,

.fa-flash:before {

    content: "\f0e7"

}



.fa-sitemap:before {

    content: "\f0e8"

}



.fa-umbrella:before {

    content: "\f0e9"

}



.fa-clipboard:before,

.fa-paste:before {

    content: "\f0ea"

}



.fa-lightbulb-o:before {

    content: "\f0eb"

}



.fa-exchange:before {

    content: "\f0ec"

}



.fa-cloud-download:before {

    content: "\f0ed"

}



.fa-cloud-upload:before {

    content: "\f0ee"

}



.fa-user-md:before {

    content: "\f0f0"

}



.fa-stethoscope:before {

    content: "\f0f1"

}



.fa-suitcase:before {

    content: "\f0f2"

}



.fa-bell-o:before {

    content: "\f0a2"

}



.fa-coffee:before {

    content: "\f0f4"

}



.fa-cutlery:before {

    content: "\f0f5"

}



.fa-file-text-o:before {

    content: "\f0f6"

}



.fa-building-o:before {

    content: "\f0f7"

}



.fa-hospital-o:before {

    content: "\f0f8"

}



.fa-ambulance:before {

    content: "\f0f9"

}



.fa-medkit:before {

    content: "\f0fa"

}



.fa-fighter-jet:before {

    content: "\f0fb"

}



.fa-beer:before {

    content: "\f0fc"

}



.fa-h-square:before {

    content: "\f0fd"

}



.fa-plus-square:before {

    content: "\f0fe"

}



.fa-angle-double-left:before {

    content: "\f100"

}



.fa-angle-double-right:before {

    content: "\f101"

}



.fa-angle-double-up:before {

    content: "\f102"

}



.fa-angle-double-down:before {

    content: "\f103"

}



.fa-angle-left:before {

    content: "\f104"

}



.fa-angle-right:before {

    content: "\f105"

}



.fa-angle-up:before {

    content: "\f106"

}



.fa-angle-down:before {

    content: "\f107"

}



.fa-desktop:before {

    content: "\f108"

}



.fa-laptop:before {

    content: "\f109"

}



.fa-tablet:before {

    content: "\f10a"

}



.fa-mobile-phone:before,

.fa-mobile:before {

    content: "\f10b"

}



.fa-circle-o:before {

    content: "\f10c"

}



.fa-quote-left:before {

    content: "\f10d"

}



.fa-quote-right:before {

    content: "\f10e"

}



.fa-spinner:before {

    content: "\f110"

}



.fa-circle:before {

    content: "\f111"

}



.fa-mail-reply:before,

.fa-reply:before {

    content: "\f112"

}



.fa-github-alt:before {

    content: "\f113"

}



.fa-folder-o:before {

    content: "\f114"

}



.fa-folder-open-o:before {

    content: "\f115"

}



.fa-smile-o:before {

    content: "\f118"

}



.fa-frown-o:before {

    content: "\f119"

}



.fa-meh-o:before {

    content: "\f11a"

}



.fa-gamepad:before {

    content: "\f11b"

}



.fa-keyboard-o:before {

    content: "\f11c"

}



.fa-flag-o:before {

    content: "\f11d"

}



.fa-flag-checkered:before {

    content: "\f11e"

}



.fa-terminal:before {

    content: "\f120"

}



.fa-code:before {

    content: "\f121"

}



.fa-mail-reply-all:before,

.fa-reply-all:before {

    content: "\f122"

}



.fa-star-half-empty:before,

.fa-star-half-full:before,

.fa-star-half-o:before {

    content: "\f123"

}



.fa-location-arrow:before {

    content: "\f124"

}



.fa-crop:before {

    content: "\f125"

}



.fa-code-fork:before {

    content: "\f126"

}



.fa-chain-broken:before,

.fa-unlink:before {

    content: "\f127"

}



.fa-question:before {

    content: "\f128"

}



.fa-info:before {

    content: "\f129"

}



.fa-exclamation:before {

    content: "\f12a"

}



.fa-superscript:before {

    content: "\f12b"

}



.fa-subscript:before {

    content: "\f12c"

}



.fa-eraser:before {

    content: "\f12d"

}



.fa-puzzle-piece:before {

    content: "\f12e"

}



.fa-microphone:before {

    content: "\f130"

}



.fa-microphone-slash:before {

    content: "\f131"

}



.fa-shield:before {

    content: "\f132"

}



.fa-calendar-o:before {

    content: "\f133"

}



.fa-fire-extinguisher:before {

    content: "\f134"

}



.fa-rocket:before {

    content: "\f135"

}



.fa-maxcdn:before {

    content: "\f136"

}



.fa-chevron-circle-left:before {

    content: "\f137"

}



.fa-chevron-circle-right:before {

    content: "\f138"

}



.fa-chevron-circle-up:before {

    content: "\f139"

}



.fa-chevron-circle-down:before {

    content: "\f13a"

}



.fa-html5:before {

    content: "\f13b"

}



.fa-css3:before {

    content: "\f13c"

}



.fa-anchor:before {

    content: "\f13d"

}



.fa-unlock-alt:before {

    content: "\f13e"

}



.fa-bullseye:before {

    content: "\f140"

}



.fa-ellipsis-h:before {

    content: "\f141"

}



.fa-ellipsis-v:before {

    content: "\f142"

}



.fa-rss-square:before {

    content: "\f143"

}



.fa-play-circle:before {

    content: "\f144"

}



.fa-ticket:before {

    content: "\f145"

}



.fa-minus-square:before {

    content: "\f146"

}



.fa-minus-square-o:before {

    content: "\f147"

}



.fa-level-up:before {

    content: "\f148"

}



.fa-level-down:before {

    content: "\f149"

}



.fa-check-square:before {

    content: "\f14a"

}



.fa-pencil-square:before {

    content: "\f14b"

}



.fa-external-link-square:before {

    content: "\f14c"

}



.fa-share-square:before {

    content: "\f14d"

}



.fa-compass:before {

    content: "\f14e"

}



.fa-caret-square-o-down:before,

.fa-toggle-down:before {

    content: "\f150"

}



.fa-caret-square-o-up:before,

.fa-toggle-up:before {

    content: "\f151"

}



.fa-caret-square-o-right:before,

.fa-toggle-right:before {

    content: "\f152"

}



.fa-eur:before,

.fa-euro:before {

    content: "\f153"

}



.fa-gbp:before {

    content: "\f154"

}



.fa-dollar:before,

.fa-usd:before {

    content: "\f155"

}



.fa-inr:before,

.fa-rupee:before {

    content: "\f156"

}



.fa-cny:before,

.fa-jpy:before,

.fa-rmb:before,

.fa-yen:before {

    content: "\f157"

}



.fa-rouble:before,

.fa-rub:before,

.fa-ruble:before {

    content: "\f158"

}



.fa-krw:before,

.fa-won:before {

    content: "\f159"

}



.fa-bitcoin:before,

.fa-btc:before {

    content: "\f15a"

}



.fa-file:before {

    content: "\f15b"

}



.fa-file-text:before {

    content: "\f15c"

}



.fa-sort-alpha-asc:before {

    content: "\f15d"

}



.fa-sort-alpha-desc:before {

    content: "\f15e"

}



.fa-sort-amount-asc:before {

    content: "\f160"

}



.fa-sort-amount-desc:before {

    content: "\f161"

}



.fa-sort-numeric-asc:before {

    content: "\f162"

}



.fa-sort-numeric-desc:before {

    content: "\f163"

}



.fa-thumbs-up:before {

    content: "\f164"

}



.fa-thumbs-down:before {

    content: "\f165"

}



.fa-youtube-square:before {

    content: "\f166"

}



.fa-youtube:before {

    content: "\f167"

}



.fa-xing:before {

    content: "\f168"

}



.fa-xing-square:before {

    content: "\f169"

}



.fa-youtube-play:before {

    content: "\f16a"

}



.fa-dropbox:before {

    content: "\f16b"

}



.fa-stack-overflow:before {

    content: "\f16c"

}



.fa-instagram:before {

    content: "\f16d"

}



.fa-flickr:before {

    content: "\f16e"

}



.fa-adn:before {

    content: "\f170"

}



.fa-bitbucket:before {

    content: "\f171"

}



.fa-bitbucket-square:before {

    content: "\f172"

}



.fa-tumblr:before {

    content: "\f173"

}



.fa-tumblr-square:before {

    content: "\f174"

}



.fa-long-arrow-down:before {

    content: "\f175"

}



.fa-long-arrow-up:before {

    content: "\f176"

}



.fa-long-arrow-left:before {

    content: "\f177"

}



.fa-long-arrow-right:before {

    content: "\f178"

}



.fa-apple:before {

    content: "\f179"

}



.fa-windows:before {

    content: "\f17a"

}



.fa-android:before {

    content: "\f17b"

}



.fa-linux:before {

    content: "\f17c"

}



.fa-dribbble:before {

    content: "\f17d"

}



.fa-skype:before {

    content: "\f17e"

}



.fa-foursquare:before {

    content: "\f180"

}



.fa-trello:before {

    content: "\f181"

}



.fa-female:before {

    content: "\f182"

}



.fa-male:before {

    content: "\f183"

}



.fa-gittip:before,

.fa-gratipay:before {

    content: "\f184"

}



.fa-sun-o:before {

    content: "\f185"

}



.fa-moon-o:before {

    content: "\f186"

}



.fa-archive:before {

    content: "\f187"

}



.fa-bug:before {

    content: "\f188"

}



.fa-vk:before {

    content: "\f189"

}



.fa-weibo:before {

    content: "\f18a"

}



.fa-renren:before {

    content: "\f18b"

}



.fa-pagelines:before {

    content: "\f18c"

}



.fa-stack-exchange:before {

    content: "\f18d"

}



.fa-arrow-circle-o-right:before {

    content: "\f18e"

}



.fa-arrow-circle-o-left:before {

    content: "\f190"

}



.fa-caret-square-o-left:before,

.fa-toggle-left:before {

    content: "\f191"

}



.fa-dot-circle-o:before {

    content: "\f192"

}



.fa-wheelchair:before {

    content: "\f193"

}



.fa-vimeo-square:before {

    content: "\f194"

}



.fa-try:before,

.fa-turkish-lira:before {

    content: "\f195"

}



.fa-plus-square-o:before {

    content: "\f196"

}



.fa-space-shuttle:before {

    content: "\f197"

}



.fa-slack:before {

    content: "\f198"

}



.fa-envelope-square:before {

    content: "\f199"

}



.fa-wordpress:before {

    content: "\f19a"

}



.fa-openid:before {

    content: "\f19b"

}



.fa-bank:before,

.fa-institution:before,

.fa-university:before {

    content: "\f19c"

}



.fa-graduation-cap:before,

.fa-mortar-board:before {

    content: "\f19d"

}



.fa-yahoo:before {

    content: "\f19e"

}



.fa-google:before {

    content: "\f1a0"

}



.fa-reddit:before {

    content: "\f1a1"

}



.fa-reddit-square:before {

    content: "\f1a2"

}



.fa-stumbleupon-circle:before {

    content: "\f1a3"

}



.fa-stumbleupon:before {

    content: "\f1a4"

}



.fa-delicious:before {

    content: "\f1a5"

}



.fa-digg:before {

    content: "\f1a6"

}



.fa-pied-piper-pp:before {

    content: "\f1a7"

}



.fa-pied-piper-alt:before {

    content: "\f1a8"

}



.fa-drupal:before {

    content: "\f1a9"

}



.fa-joomla:before {

    content: "\f1aa"

}



.fa-language:before {

    content: "\f1ab"

}



.fa-fax:before {

    content: "\f1ac"

}



.fa-building:before {

    content: "\f1ad"

}



.fa-child:before {

    content: "\f1ae"

}



.fa-paw:before {

    content: "\f1b0"

}



.fa-spoon:before {

    content: "\f1b1"

}



.fa-cube:before {

    content: "\f1b2"

}



.fa-cubes:before {

    content: "\f1b3"

}



.fa-behance:before {

    content: "\f1b4"

}



.fa-behance-square:before {

    content: "\f1b5"

}



.fa-steam:before {

    content: "\f1b6"

}



.fa-steam-square:before {

    content: "\f1b7"

}



.fa-recycle:before {

    content: "\f1b8"

}



.fa-automobile:before,

.fa-car:before {

    content: "\f1b9"

}



.fa-cab:before,

.fa-taxi:before {

    content: "\f1ba"

}



.fa-tree:before {

    content: "\f1bb"

}



.fa-spotify:before {

    content: "\f1bc"

}



.fa-deviantart:before {

    content: "\f1bd"

}



.fa-soundcloud:before {

    content: "\f1be"

}



.fa-database:before {

    content: "\f1c0"

}



.fa-file-pdf-o:before {

    content: "\f1c1"

}



.fa-file-word-o:before {

    content: "\f1c2"

}



.fa-file-excel-o:before {

    content: "\f1c3"

}



.fa-file-powerpoint-o:before {

    content: "\f1c4"

}



.fa-file-image-o:before,

.fa-file-photo-o:before,

.fa-file-picture-o:before {

    content: "\f1c5"

}



.fa-file-archive-o:before,

.fa-file-zip-o:before {

    content: "\f1c6"

}



.fa-file-audio-o:before,

.fa-file-sound-o:before {

    content: "\f1c7"

}



.fa-file-movie-o:before,

.fa-file-video-o:before {

    content: "\f1c8"

}



.fa-file-code-o:before {

    content: "\f1c9"

}



.fa-vine:before {

    content: "\f1ca"

}



.fa-codepen:before {

    content: "\f1cb"

}



.fa-jsfiddle:before {

    content: "\f1cc"

}



.fa-life-bouy:before,

.fa-life-buoy:before,

.fa-life-ring:before,

.fa-life-saver:before,

.fa-support:before {

    content: "\f1cd"

}



.fa-circle-o-notch:before {

    content: "\f1ce"

}



.fa-ra:before,

.fa-rebel:before,

.fa-resistance:before {

    content: "\f1d0"

}



.fa-empire:before,

.fa-ge:before {

    content: "\f1d1"

}



.fa-git-square:before {

    content: "\f1d2"

}



.fa-git:before {

    content: "\f1d3"

}



.fa-hacker-news:before,

.fa-y-combinator-square:before,

.fa-yc-square:before {

    content: "\f1d4"

}



.fa-tencent-weibo:before {

    content: "\f1d5"

}



.fa-qq:before {

    content: "\f1d6"

}



.fa-wechat:before,

.fa-weixin:before {

    content: "\f1d7"

}



.fa-paper-plane:before,

.fa-send:before {

    content: "\f1d8"

}



.fa-paper-plane-o:before,

.fa-send-o:before {

    content: "\f1d9"

}



.fa-history:before {

    content: "\f1da"

}



.fa-circle-thin:before {

    content: "\f1db"

}



.fa-header:before {

    content: "\f1dc"

}



.fa-paragraph:before {

    content: "\f1dd"

}



.fa-sliders:before {

    content: "\f1de"

}



.fa-share-alt:before {

    content: "\f1e0"

}



.fa-share-alt-square:before {

    content: "\f1e1"

}



.fa-bomb:before {

    content: "\f1e2"

}



.fa-futbol-o:before,

.fa-soccer-ball-o:before {

    content: "\f1e3"

}



.fa-tty:before {

    content: "\f1e4"

}



.fa-binoculars:before {

    content: "\f1e5"

}



.fa-plug:before {

    content: "\f1e6"

}



.fa-slideshare:before {

    content: "\f1e7"

}



.fa-twitch:before {

    content: "\f1e8"

}



.fa-yelp:before {

    content: "\f1e9"

}



.fa-newspaper-o:before {

    content: "\f1ea"

}



.fa-wifi:before {

    content: "\f1eb"

}



.fa-calculator:before {

    content: "\f1ec"

}



.fa-paypal:before {

    content: "\f1ed"

}



.fa-google-wallet:before {

    content: "\f1ee"

}



.fa-cc-visa:before {

    content: "\f1f0"

}



.fa-cc-mastercard:before {

    content: "\f1f1"

}



.fa-cc-discover:before {

    content: "\f1f2"

}



.fa-cc-amex:before {

    content: "\f1f3"

}



.fa-cc-paypal:before {

    content: "\f1f4"

}



.fa-cc-stripe:before {

    content: "\f1f5"

}



.fa-bell-slash:before {

    content: "\f1f6"

}



.fa-bell-slash-o:before {

    content: "\f1f7"

}



.fa-trash:before {

    content: "\f1f8"

}



.fa-copyright:before {

    content: "\f1f9"

}



.fa-at:before {

    content: "\f1fa"

}



.fa-eyedropper:before {

    content: "\f1fb"

}



.fa-paint-brush:before {

    content: "\f1fc"

}



.fa-birthday-cake:before {

    content: "\f1fd"

}



.fa-area-chart:before {

    content: "\f1fe"

}



.fa-pie-chart:before {

    content: "\f200"

}



.fa-line-chart:before {

    content: "\f201"

}



.fa-lastfm:before {

    content: "\f202"

}



.fa-lastfm-square:before {

    content: "\f203"

}



.fa-toggle-off:before {

    content: "\f204"

}



.fa-toggle-on:before {

    content: "\f205"

}



.fa-bicycle:before {

    content: "\f206"

}



.fa-bus:before {

    content: "\f207"

}



.fa-ioxhost:before {

    content: "\f208"

}



.fa-angellist:before {

    content: "\f209"

}



.fa-cc:before {

    content: "\f20a"

}



.fa-ils:before,

.fa-shekel:before,

.fa-sheqel:before {

    content: "\f20b"

}



.fa-meanpath:before {

    content: "\f20c"

}



.fa-buysellads:before {

    content: "\f20d"

}



.fa-connectdevelop:before {

    content: "\f20e"

}



.fa-dashcube:before {

    content: "\f210"

}



.fa-forumbee:before {

    content: "\f211"

}



.fa-leanpub:before {

    content: "\f212"

}



.fa-sellsy:before {

    content: "\f213"

}



.fa-shirtsinbulk:before {

    content: "\f214"

}



.fa-simplybuilt:before {

    content: "\f215"

}



.fa-skyatlas:before {

    content: "\f216"

}



.fa-cart-plus:before {

    content: "\f217"

}



.fa-cart-arrow-down:before {

    content: "\f218"

}



.fa-diamond:before {

    content: "\f219"

}



.fa-ship:before {

    content: "\f21a"

}



.fa-user-secret:before {

    content: "\f21b"

}



.fa-motorcycle:before {

    content: "\f21c"

}



.fa-street-view:before {

    content: "\f21d"

}



.fa-heartbeat:before {

    content: "\f21e"

}



.fa-venus:before {

    content: "\f221"

}



.fa-mars:before {

    content: "\f222"

}



.fa-mercury:before {

    content: "\f223"

}



.fa-intersex:before,

.fa-transgender:before {

    content: "\f224"

}



.fa-transgender-alt:before {

    content: "\f225"

}



.fa-venus-double:before {

    content: "\f226"

}



.fa-mars-double:before {

    content: "\f227"

}



.fa-venus-mars:before {

    content: "\f228"

}



.fa-mars-stroke:before {

    content: "\f229"

}



.fa-mars-stroke-v:before {

    content: "\f22a"

}



.fa-mars-stroke-h:before {

    content: "\f22b"

}



.fa-neuter:before {

    content: "\f22c"

}



.fa-genderless:before {

    content: "\f22d"

}



.fa-facebook-official:before {

    content: "\f230"

}



.fa-pinterest-p:before {

    content: "\f231"

}



.fa-whatsapp:before {

    content: "\f232"

}



.fa-server:before {

    content: "\f233"

}



.fa-user-plus:before {

    content: "\f234"

}



.fa-user-times:before {

    content: "\f235"

}



.fa-bed:before,

.fa-hotel:before {

    content: "\f236"

}



.fa-viacoin:before {

    content: "\f237"

}



.fa-train:before {

    content: "\f238"

}



.fa-subway:before {

    content: "\f239"

}



.fa-medium:before {

    content: "\f23a"

}



.fa-y-combinator:before,

.fa-yc:before {

    content: "\f23b"

}



.fa-optin-monster:before {

    content: "\f23c"

}



.fa-opencart:before {

    content: "\f23d"

}



.fa-expeditedssl:before {

    content: "\f23e"

}



.fa-battery-4:before,

.fa-battery-full:before {

    content: "\f240"

}



.fa-battery-3:before,

.fa-battery-three-quarters:before {

    content: "\f241"

}



.fa-battery-2:before,

.fa-battery-half:before {

    content: "\f242"

}



.fa-battery-1:before,

.fa-battery-quarter:before {

    content: "\f243"

}



.fa-battery-0:before,

.fa-battery-empty:before {

    content: "\f244"

}



.fa-mouse-pointer:before {

    content: "\f245"

}



.fa-i-cursor:before {

    content: "\f246"

}



.fa-object-group:before {

    content: "\f247"

}



.fa-object-ungroup:before {

    content: "\f248"

}



.fa-sticky-note:before {

    content: "\f249"

}



.fa-sticky-note-o:before {

    content: "\f24a"

}



.fa-cc-jcb:before {

    content: "\f24b"

}



.fa-cc-diners-club:before {

    content: "\f24c"

}



.fa-clone:before {

    content: "\f24d"

}



.fa-balance-scale:before {

    content: "\f24e"

}



.fa-hourglass-o:before {

    content: "\f250"

}



.fa-hourglass-1:before,

.fa-hourglass-start:before {

    content: "\f251"

}



.fa-hourglass-2:before,

.fa-hourglass-half:before {

    content: "\f252"

}



.fa-hourglass-3:before,

.fa-hourglass-end:before {

    content: "\f253"

}



.fa-hourglass:before {

    content: "\f254"

}



.fa-hand-grab-o:before,

.fa-hand-rock-o:before {

    content: "\f255"

}



.fa-hand-paper-o:before,

.fa-hand-stop-o:before {

    content: "\f256"

}



.fa-hand-scissors-o:before {

    content: "\f257"

}



.fa-hand-lizard-o:before {

    content: "\f258"

}



.fa-hand-spock-o:before {

    content: "\f259"

}



.fa-hand-pointer-o:before {

    content: "\f25a"

}



.fa-hand-peace-o:before {

    content: "\f25b"

}



.fa-trademark:before {

    content: "\f25c"

}



.fa-registered:before {

    content: "\f25d"

}



.fa-creative-commons:before {

    content: "\f25e"

}



.fa-gg:before {

    content: "\f260"

}



.fa-gg-circle:before {

    content: "\f261"

}



.fa-tripadvisor:before {

    content: "\f262"

}



.fa-odnoklassniki:before {

    content: "\f263"

}



.fa-odnoklassniki-square:before {

    content: "\f264"

}



.fa-get-pocket:before {

    content: "\f265"

}



.fa-wikipedia-w:before {

    content: "\f266"

}



.fa-safari:before {

    content: "\f267"

}



.fa-chrome:before {

    content: "\f268"

}



.fa-firefox:before {

    content: "\f269"

}



.fa-opera:before {

    content: "\f26a"

}



.fa-internet-explorer:before {

    content: "\f26b"

}



.fa-television:before,

.fa-tv:before {

    content: "\f26c"

}



.fa-contao:before {

    content: "\f26d"

}



.fa-500px:before {

    content: "\f26e"

}



.fa-amazon:before {

    content: "\f270"

}



.fa-calendar-plus-o:before {

    content: "\f271"

}



.fa-calendar-minus-o:before {

    content: "\f272"

}



.fa-calendar-times-o:before {

    content: "\f273"

}



.fa-calendar-check-o:before {

    content: "\f274"

}



.fa-industry:before {

    content: "\f275"

}



.fa-map-pin:before {

    content: "\f276"

}



.fa-map-signs:before {

    content: "\f277"

}



.fa-map-o:before {

    content: "\f278"

}



.fa-map:before {

    content: "\f279"

}



.fa-commenting:before {

    content: "\f27a"

}



.fa-commenting-o:before {

    content: "\f27b"

}



.fa-houzz:before {

    content: "\f27c"

}



.fa-vimeo:before {

    content: "\f27d"

}



.fa-black-tie:before {

    content: "\f27e"

}



.fa-fonticons:before {

    content: "\f280"

}



.fa-reddit-alien:before {

    content: "\f281"

}



.fa-edge:before {

    content: "\f282"

}



.fa-credit-card-alt:before {

    content: "\f283"

}



.fa-codiepie:before {

    content: "\f284"

}



.fa-modx:before {

    content: "\f285"

}



.fa-fort-awesome:before {

    content: "\f286"

}



.fa-usb:before {

    content: "\f287"

}



.fa-product-hunt:before {

    content: "\f288"

}



.fa-mixcloud:before {

    content: "\f289"

}



.fa-scribd:before {

    content: "\f28a"

}



.fa-pause-circle:before {

    content: "\f28b"

}



.fa-pause-circle-o:before {

    content: "\f28c"

}



.fa-stop-circle:before {

    content: "\f28d"

}



.fa-stop-circle-o:before {

    content: "\f28e"

}



.fa-shopping-bag:before {

    content: "\f290"

}



.fa-shopping-basket:before {

    content: "\f291"

}



.fa-hashtag:before {

    content: "\f292"

}



.fa-bluetooth:before {

    content: "\f293"

}



.fa-bluetooth-b:before {

    content: "\f294"

}



.fa-percent:before {

    content: "\f295"

}



.fa-gitlab:before {

    content: "\f296"

}



.fa-wpbeginner:before {

    content: "\f297"

}



.fa-wpforms:before {

    content: "\f298"

}



.fa-envira:before {

    content: "\f299"

}



.fa-universal-access:before {

    content: "\f29a"

}



.fa-wheelchair-alt:before {

    content: "\f29b"

}



.fa-question-circle-o:before {

    content: "\f29c"

}



.fa-blind:before {

    content: "\f29d"

}



.fa-audio-description:before {

    content: "\f29e"

}



.fa-volume-control-phone:before {

    content: "\f2a0"

}



.fa-braille:before {

    content: "\f2a1"

}



.fa-assistive-listening-systems:before {

    content: "\f2a2"

}



.fa-american-sign-language-interpreting:before,

.fa-asl-interpreting:before {

    content: "\f2a3"

}



.fa-deaf:before,

.fa-deafness:before,

.fa-hard-of-hearing:before {

    content: "\f2a4"

}



.fa-glide:before {

    content: "\f2a5"

}



.fa-glide-g:before {

    content: "\f2a6"

}



.fa-sign-language:before,

.fa-signing:before {

    content: "\f2a7"

}



.fa-low-vision:before {

    content: "\f2a8"

}



.fa-viadeo:before {

    content: "\f2a9"

}



.fa-viadeo-square:before {

    content: "\f2aa"

}



.fa-snapchat:before {

    content: "\f2ab"

}



.fa-snapchat-ghost:before {

    content: "\f2ac"

}



.fa-snapchat-square:before {

    content: "\f2ad"

}



.fa-pied-piper:before {

    content: "\f2ae"

}



.fa-first-order:before {

    content: "\f2b0"

}



.fa-yoast:before {

    content: "\f2b1"

}



.fa-themeisle:before {

    content: "\f2b2"

}



.fa-google-plus-circle:before,

.fa-google-plus-official:before {

    content: "\f2b3"

}



.fa-fa:before,

.fa-font-awesome:before {

    content: "\f2b4"

}



.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0

}



.sr-only-focusable:active,

.sr-only-focusable:focus {

    position: static;

    width: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    clip: auto

}



.flag-icon {

    position: relative;

    width: 1.33333333em;

    line-height: 1em

}



.flag-icon:before {

    content: "\00a0"

}



.flag-icon.flag-icon-squared {

    width: 1em

}



.flag-icon-ad {

    background-image: url(../../../../image/assets/flags/4x3/ad.svg)

}



.flag-icon-ad.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ad.svg)

}



.flag-icon-ae {

    background-image: url(../../../../image/assets/flags/4x3/ae.svg)

}



.flag-icon-ae.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ae.svg)

}



.flag-icon-af {

    background-image: url(../../../../image/assets/flags/4x3/af.svg)

}



.flag-icon-af.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/af.svg)

}



.flag-icon-ag {

    background-image: url(../../../../image/assets/flags/4x3/ag.svg)

}



.flag-icon-ag.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ag.svg)

}



.flag-icon-ai {

    background-image: url(../../../../image/assets/flags/4x3/ai.svg)

}



.flag-icon-ai.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ai.svg)

}



.flag-icon-al {

    background-image: url(../../../../image/assets/flags/4x3/al.svg)

}



.flag-icon-al.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/al.svg)

}



.flag-icon-am {

    background-image: url(../../../../image/assets/flags/4x3/am.svg)

}



.flag-icon-am.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/am.svg)

}



.flag-icon-ao {

    background-image: url(../../../../image/assets/flags/4x3/ao.svg)

}



.flag-icon-ao.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ao.svg)

}



.flag-icon-aq {

    background-image: url(../../../../image/assets/flags/4x3/aq.svg)

}



.flag-icon-aq.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/aq.svg)

}



.flag-icon-ar {

    background-image: url(../../../../image/assets/flags/4x3/ar.svg)

}



.flag-icon-ar.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ar.svg)

}



.flag-icon-as {

    background-image: url(../../../../image/assets/flags/4x3/as.svg)

}



.flag-icon-as.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/as.svg)

}



.flag-icon-at {

    background-image: url(../../../../image/assets/flags/4x3/at.svg)

}



.flag-icon-at.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/at.svg)

}



.flag-icon-au {

    background-image: url(../../../../image/assets/flags/4x3/au.svg)

}



.flag-icon-au.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/au.svg)

}



.flag-icon-aw {

    background-image: url(../../../../image/assets/flags/4x3/aw.svg)

}



.flag-icon-aw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/aw.svg)

}



.flag-icon-ax {

    background-image: url(../../../../image/assets/flags/4x3/ax.svg)

}



.flag-icon-ax.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ax.svg)

}



.flag-icon-az {

    background-image: url(../../../../image/assets/flags/4x3/az.svg)

}



.flag-icon-az.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/az.svg)

}



.flag-icon-ba {

    background-image: url(../../../../image/assets/flags/4x3/ba.svg)

}



.flag-icon-ba.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ba.svg)

}



.flag-icon-bb {

    background-image: url(../../../../image/assets/flags/4x3/bb.svg)

}



.flag-icon-bb.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bb.svg)

}



.flag-icon-bd {

    background-image: url(../../../../image/assets/flags/4x3/bd.svg)

}



.flag-icon-bd.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bd.svg)

}



.flag-icon-be {

    background-image: url(../../../../image/assets/flags/4x3/be.svg)

}



.flag-icon-be.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/be.svg)

}



.flag-icon-bf {

    background-image: url(../../../../image/assets/flags/4x3/bf.svg)

}



.flag-icon-bf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bf.svg)

}



.flag-icon-bg {

    background-image: url(../../../../image/assets/flags/4x3/bg.svg)

}



.flag-icon-bg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bg.svg)

}



.flag-icon-bh {

    background-image: url(../../../../image/assets/flags/4x3/bh.svg)

}



.flag-icon-bh.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bh.svg)

}



.flag-icon-bi {

    background-image: url(../../../../image/assets/flags/4x3/bi.svg)

}



.flag-icon-bi.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bi.svg)

}



.flag-icon-bj {

    background-image: url(../../../../image/assets/flags/4x3/bj.svg)

}



.flag-icon-bj.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bj.svg)

}



.flag-icon-bl {

    background-image: url(../../../../image/assets/flags/4x3/bl.svg)

}



.flag-icon-bl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bl.svg)

}



.flag-icon-bm {

    background-image: url(../../../../image/assets/flags/4x3/bm.svg)

}



.flag-icon-bm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bm.svg)

}



.flag-icon-bn {

    background-image: url(../../../../image/assets/flags/4x3/bn.svg)

}



.flag-icon-bn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bn.svg)

}



.flag-icon-bo {

    background-image: url(../../../../image/assets/flags/4x3/bo.svg)

}



.flag-icon-bo.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bo.svg)

}



.flag-icon-bq {

    background-image: url(../../../../image/assets/flags/4x3/bq.svg)

}



.flag-icon-bq.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bq.svg)

}



.flag-icon-br {

    background-image: url(../../../../image/assets/flags/4x3/br.svg)

}



.flag-icon-br.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/br.svg)

}



.flag-icon-bs {

    background-image: url(../../../../image/assets/flags/4x3/bs.svg)

}



.flag-icon-bs.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bs.svg)

}



.flag-icon-bt {

    background-image: url(../../../../image/assets/flags/4x3/bt.svg)

}



.flag-icon-bt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bt.svg)

}



.flag-icon-bv {

    background-image: url(../../../../image/assets/flags/4x3/bv.svg)

}



.flag-icon-bv.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bv.svg)

}



.flag-icon-bw {

    background-image: url(../../../../image/assets/flags/4x3/bw.svg)

}



.flag-icon-bw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bw.svg)

}



.flag-icon-by {

    background-image: url(../../../../image/assets/flags/4x3/by.svg)

}



.flag-icon-by.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/by.svg)

}



.flag-icon-bz {

    background-image: url(../../../../image/assets/flags/4x3/bz.svg)

}



.flag-icon-bz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/bz.svg)

}



.flag-icon-ca {

    background-image: url(../../../../image/assets/flags/4x3/ca.svg)

}



.flag-icon-ca.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ca.svg)

}



.flag-icon-cc {

    background-image: url(../../../../image/assets/flags/4x3/cc.svg)

}



.flag-icon-cc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cc.svg)

}



.flag-icon-cd {

    background-image: url(../../../../image/assets/flags/4x3/cd.svg)

}



.flag-icon-cd.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cd.svg)

}



.flag-icon-cf {

    background-image: url(../../../../image/assets/flags/4x3/cf.svg)

}



.flag-icon-cf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cf.svg)

}



.flag-icon-cg {

    background-image: url(../../../../image/assets/flags/4x3/cg.svg)

}



.flag-icon-cg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cg.svg)

}



.flag-icon-ch {

    background-image: url(../../../../image/assets/flags/4x3/ch.svg)

}



.flag-icon-ch.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ch.svg)

}



.flag-icon-ci {

    background-image: url(../../../../image/assets/flags/4x3/ci.svg)

}



.flag-icon-ci.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ci.svg)

}



.flag-icon-ck {

    background-image: url(../../../../image/assets/flags/4x3/ck.svg)

}



.flag-icon-ck.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ck.svg)

}



.flag-icon-cl {

    background-image: url(../../../../image/assets/flags/4x3/cl.svg)

}



.flag-icon-cl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cl.svg)

}



.flag-icon-cm {

    background-image: url(../../../../image/assets/flags/4x3/cm.svg)

}



.flag-icon-cm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cm.svg)

}



.flag-icon-cn {

    background-image: url(../../../../image/assets/flags/4x3/cn.svg)

}



.flag-icon-cn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cn.svg)

}



.flag-icon-co {

    background-image: url(../../../../image/assets/flags/4x3/co.svg)

}



.flag-icon-co.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/co.svg)

}



.flag-icon-cr {

    background-image: url(../../../../image/assets/flags/4x3/cr.svg)

}



.flag-icon-cr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cr.svg)

}



.flag-icon-cu {

    background-image: url(../../../../image/assets/flags/4x3/cu.svg)

}



.flag-icon-cu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cu.svg)

}



.flag-icon-cv {

    background-image: url(../../../../image/assets/flags/4x3/cv.svg)

}



.flag-icon-cv.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cv.svg)

}



.flag-icon-cw {

    background-image: url(../../../../image/assets/flags/4x3/cw.svg)

}



.flag-icon-cw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cw.svg)

}



.flag-icon-cx {

    background-image: url(../../../../image/assets/flags/4x3/cx.svg)

}



.flag-icon-cx.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cx.svg)

}



.flag-icon-cy {

    background-image: url(../../../../image/assets/flags/4x3/cy.svg)

}



.flag-icon-cy.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cy.svg)

}



.flag-icon-cz {

    background-image: url(../../../../image/assets/flags/4x3/cz.svg)

}



.flag-icon-cz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/cz.svg)

}



.flag-icon-de {

    background-image: url(../../../../image/assets/flags/4x3/de.svg)

}



.flag-icon-de.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/de.svg)

}



.flag-icon-dj {

    background-image: url(../../../../image/assets/flags/4x3/dj.svg)

}



.flag-icon-dj.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/dj.svg)

}



.flag-icon-dk {

    background-image: url(../../../../image/assets/flags/4x3/dk.svg)

}



.flag-icon-dk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/dk.svg)

}



.flag-icon-dm {

    background-image: url(../../../../image/assets/flags/4x3/dm.svg)

}



.flag-icon-dm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/dm.svg)

}



.flag-icon-do {

    background-image: url(../../../../image/assets/flags/4x3/do.svg)

}



.flag-icon-do.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/do.svg)

}



.flag-icon-dz {

    background-image: url(../../../../image/assets/flags/4x3/dz.svg)

}



.flag-icon-dz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/dz.svg)

}



.flag-icon-ec {

    background-image: url(../../../../image/assets/flags/4x3/ec.svg)

}



.flag-icon-ec.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ec.svg)

}



.flag-icon-ee {

    background-image: url(../../../../image/assets/flags/4x3/ee.svg)

}



.flag-icon-ee.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ee.svg)

}



.flag-icon-eg {

    background-image: url(../../../../image/assets/flags/4x3/eg.svg)

}



.flag-icon-eg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/eg.svg)

}



.flag-icon-eh {

    background-image: url(../../../../image/assets/flags/4x3/eh.svg)

}



.flag-icon-eh.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/eh.svg)

}



.flag-icon-er {

    background-image: url(../../../../image/assets/flags/4x3/er.svg)

}



.flag-icon-er.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/er.svg)

}



.flag-icon-es {

    background-image: url(../../../../image/assets/flags/4x3/es.svg)

}



.flag-icon-es.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/es.svg)

}



.flag-icon-et {

    background-image: url(../../../../image/assets/flags/4x3/et.svg)

}



.flag-icon-et.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/et.svg)

}



.flag-icon-fi {

    background-image: url(../../../../image/assets/flags/4x3/fi.svg)

}



.flag-icon-fi.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/fi.svg)

}



.flag-icon-fj {

    background-image: url(../../../../image/assets/flags/4x3/fj.svg)

}



.flag-icon-fj.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/fj.svg)

}



.flag-icon-fk {

    background-image: url(../../../../image/assets/flags/4x3/fk.svg)

}



.flag-icon-fk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/fk.svg)

}



.flag-icon-fm {

    background-image: url(../../../../image/assets/flags/4x3/fm.svg)

}



.flag-icon-fm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/fm.svg)

}



.flag-icon-fo {

    background-image: url(../../../../image/assets/flags/4x3/fo.svg)

}



.flag-icon-fo.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/fo.svg)

}



.flag-icon-fr {

    background-image: url(../../../../image/assets/flags/4x3/fr.svg)

}



.flag-icon-fr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/fr.svg)

}



.flag-icon-ga {

    background-image: url(../../../../image/assets/flags/4x3/ga.svg)

}



.flag-icon-ga.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ga.svg)

}



.flag-icon-gb {

    background-image: url(../../../../image/assets/flags/4x3/gb.svg)

}



.flag-icon-gb.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gb.svg)

}



.flag-icon-gd {

    background-image: url(../../../../image/assets/flags/4x3/gd.svg)

}



.flag-icon-gd.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gd.svg)

}



.flag-icon-ge {

    background-image: url(../../../../image/assets/flags/4x3/ge.svg)

}



.flag-icon-ge.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ge.svg)

}



.flag-icon-gf {

    background-image: url(../../../../image/assets/flags/4x3/gf.svg)

}



.flag-icon-gf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gf.svg)

}



.flag-icon-gg {

    background-image: url(../../../../image/assets/flags/4x3/gg.svg)

}



.flag-icon-gg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gg.svg)

}



.flag-icon-gh {

    background-image: url(../../../../image/assets/flags/4x3/gh.svg)

}



.flag-icon-gh.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gh.svg)

}



.flag-icon-gi {

    background-image: url(../../../../image/assets/flags/4x3/gi.svg)

}



.flag-icon-gi.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gi.svg)

}



.flag-icon-gl {

    background-image: url(../../../../image/assets/flags/4x3/gl.svg)

}



.flag-icon-gl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gl.svg)

}



.flag-icon-gm {

    background-image: url(../../../../image/assets/flags/4x3/gm.svg)

}



.flag-icon-gm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gm.svg)

}



.flag-icon-gn {

    background-image: url(../../../../image/assets/flags/4x3/gn.svg)

}



.flag-icon-gn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gn.svg)

}



.flag-icon-gp {

    background-image: url(../../../../image/assets/flags/4x3/gp.svg)

}



.flag-icon-gp.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gp.svg)

}



.flag-icon-gq {

    background-image: url(../../../../image/assets/flags/4x3/gq.svg)

}



.flag-icon-gq.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gq.svg)

}



.flag-icon-gr {

    background-image: url(../../../../image/assets/flags/4x3/gr.svg)

}



.flag-icon-gr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gr.svg)

}



.flag-icon-gs {

    background-image: url(../../../../image/assets/flags/4x3/gs.svg)

}



.flag-icon-gs.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gs.svg)

}



.flag-icon-gt {

    background-image: url(../../../../image/assets/flags/4x3/gt.svg)

}



.flag-icon-gt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gt.svg)

}



.flag-icon-gu {

    background-image: url(../../../../image/assets/flags/4x3/gu.svg)

}



.flag-icon-gu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gu.svg)

}



.flag-icon-gw {

    background-image: url(../../../../image/assets/flags/4x3/gw.svg)

}



.flag-icon-gw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gw.svg)

}



.flag-icon-gy {

    background-image: url(../../../../image/assets/flags/4x3/gy.svg)

}



.flag-icon-gy.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/gy.svg)

}



.flag-icon-hk {

    background-image: url(../../../../image/assets/flags/4x3/hk.svg)

}



.flag-icon-hk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/hk.svg)

}



.flag-icon-hm {

    background-image: url(../../../../image/assets/flags/4x3/hm.svg)

}



.flag-icon-hm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/hm.svg)

}



.flag-icon-hn {

    background-image: url(../../../../image/assets/flags/4x3/hn.svg)

}



.flag-icon-hn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/hn.svg)

}



.flag-icon-hr {

    background-image: url(../../../../image/assets/flags/4x3/hr.svg)

}



.flag-icon-hr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/hr.svg)

}



.flag-icon-ht {

    background-image: url(../../../../image/assets/flags/4x3/ht.svg)

}



.flag-icon-ht.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ht.svg)

}



.flag-icon-hu {

    background-image: url(../../../../image/assets/flags/4x3/hu.svg)

}



.flag-icon-hu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/hu.svg)

}



.flag-icon-id {

    background-image: url(../../../../image/assets/flags/4x3/id.svg)

}



.flag-icon-id.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/id.svg)

}



.flag-icon-ie {

    background-image: url(../../../../image/assets/flags/4x3/ie.svg)

}



.flag-icon-ie.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ie.svg)

}



.flag-icon-il {

    background-image: url(../../../../image/assets/flags/4x3/il.svg)

}



.flag-icon-il.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/il.svg)

}



.flag-icon-im {

    background-image: url(../../../../image/assets/flags/4x3/im.svg)

}



.flag-icon-im.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/im.svg)

}



.flag-icon-in {

    background-image: url(../../../../image/assets/flags/4x3/in.svg)

}



.flag-icon-in.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/in.svg)

}



.flag-icon-io {

    background-image: url(../../../../image/assets/flags/4x3/io.svg)

}



.flag-icon-io.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/io.svg)

}



.flag-icon-iq {

    background-image: url(../../../../image/assets/flags/4x3/iq.svg)

}



.flag-icon-iq.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/iq.svg)

}



.flag-icon-ir {

    background-image: url(../../../../image/assets/flags/4x3/ir.svg)

}



.flag-icon-ir.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ir.svg)

}



.flag-icon-is {

    background-image: url(../../../../image/assets/flags/4x3/is.svg)

}



.flag-icon-is.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/is.svg)

}



.flag-icon-it {

    background-image: url(../../../../image/assets/flags/4x3/it.svg)

}



.flag-icon-it.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/it.svg)

}



.flag-icon-je {

    background-image: url(../../../../image/assets/flags/4x3/je.svg)

}



.flag-icon-je.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/je.svg)

}



.flag-icon-jm {

    background-image: url(../../../../image/assets/flags/4x3/jm.svg)

}



.flag-icon-jm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/jm.svg)

}



.flag-icon-jo {

    background-image: url(../../../../image/assets/flags/4x3/jo.svg)

}



.flag-icon-jo.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/jo.svg)

}



.flag-icon-jp {

    background-image: url(../../../../image/assets/flags/4x3/jp.svg)

}



.flag-icon-jp.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/jp.svg)

}



.flag-icon-ke {

    background-image: url(../../../../image/assets/flags/4x3/ke.svg)

}



.flag-icon-ke.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ke.svg)

}



.flag-icon-kg {

    background-image: url(../../../../image/assets/flags/4x3/kg.svg)

}



.flag-icon-kg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/kg.svg)

}



.flag-icon-kh {

    background-image: url(../../../../image/assets/flags/4x3/kh.svg)

}



.flag-icon-kh.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/kh.svg)

}



.flag-icon-ki {

    background-image: url(../../../../image/assets/flags/4x3/ki.svg)

}



.flag-icon-ki.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ki.svg)

}



.flag-icon-km {

    background-image: url(../../../../image/assets/flags/4x3/km.svg)

}



.flag-icon-km.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/km.svg)

}



.flag-icon-kn {

    background-image: url(../../../../image/assets/flags/4x3/kn.svg)

}



.flag-icon-kn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/kn.svg)

}



.flag-icon-kp {

    background-image: url(../../../../image/assets/flags/4x3/kp.svg)

}



.flag-icon-kp.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/kp.svg)

}



.flag-icon-kr {

    background-image: url(../../../../image/assets/flags/4x3/kr.svg)

}



.flag-icon-kr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/kr.svg)

}



.flag-icon-kw {

    background-image: url(../../../../image/assets/flags/4x3/kw.svg)

}



.flag-icon-kw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/kw.svg)

}



.flag-icon-ky {

    background-image: url(../../../../image/assets/flags/4x3/ky.svg)

}



.flag-icon-ky.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ky.svg)

}



.flag-icon-kz {

    background-image: url(../../../../image/assets/flags/4x3/kz.svg)

}



.flag-icon-kz.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/kz.svg)

}



.flag-icon-la {

    background-image: url(../../../../image/assets/flags/4x3/la.svg)

}



.flag-icon-la.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/la.svg)

}



.flag-icon-lb {

    background-image: url(../../../../image/assets/flags/4x3/lb.svg)

}



.flag-icon-lb.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/lb.svg)

}



.flag-icon-lc {

    background-image: url(../../../../image/assets/flags/4x3/lc.svg)

}



.flag-icon-lc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/lc.svg)

}



.flag-icon-li {

    background-image: url(../../../../image/assets/flags/4x3/li.svg)

}



.flag-icon-li.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/li.svg)

}



.flag-icon-lk {

    background-image: url(../../../../image/assets/flags/4x3/lk.svg)

}



.flag-icon-lk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/lk.svg)

}



.flag-icon-lr {

    background-image: url(../../../../image/assets/flags/4x3/lr.svg)

}



.flag-icon-lr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/lr.svg)

}



.flag-icon-ls {

    background-image: url(../../../../image/assets/flags/4x3/ls.svg)

}



.flag-icon-ls.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ls.svg)

}



.flag-icon-lt {

    background-image: url(../../../../image/assets/flags/4x3/lt.svg)

}



.flag-icon-lt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/lt.svg)

}



.flag-icon-lu {

    background-image: url(../../../../image/assets/flags/4x3/lu.svg)

}



.flag-icon-lu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/lu.svg)

}



.flag-icon-lv {

    background-image: url(../../../../image/assets/flags/4x3/lv.svg)

}



.flag-icon-lv.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/lv.svg)

}



.flag-icon-ly {

    background-image: url(../../../../image/assets/flags/4x3/ly.svg)

}



.flag-icon-ly.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ly.svg)

}



.flag-icon-ma {

    background-image: url(../../../../image/assets/flags/4x3/ma.svg)

}



.flag-icon-ma.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ma.svg)

}



.flag-icon-mc {

    background-image: url(../../../../image/assets/flags/4x3/mc.svg)

}



.flag-icon-mc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mc.svg)

}



.flag-icon-md {

    background-image: url(../../../../image/assets/flags/4x3/md.svg)

}



.flag-icon-md.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/md.svg)

}



.flag-icon-me {

    background-image: url(../../../../image/assets/flags/4x3/me.svg)

}



.flag-icon-me.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/me.svg)

}



.flag-icon-mf {

    background-image: url(../../../../image/assets/flags/4x3/mf.svg)

}



.flag-icon-mf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mf.svg)

}



.flag-icon-mg {

    background-image: url(../../../../image/assets/flags/4x3/mg.svg)

}



.flag-icon-mg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mg.svg)

}



.flag-icon-mh {

    background-image: url(../../../../image/assets/flags/4x3/mh.svg)

}



.flag-icon-mh.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mh.svg)

}



.flag-icon-mk {

    background-image: url(../../../../image/assets/flags/4x3/mk.svg)

}



.flag-icon-mk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mk.svg)

}



.flag-icon-ml {

    background-image: url(../../../../image/assets/flags/4x3/ml.svg)

}



.flag-icon-ml.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ml.svg)

}



.flag-icon-mm {

    background-image: url(../../../../image/assets/flags/4x3/mm.svg)

}



.flag-icon-mm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mm.svg)

}



.flag-icon-mn {

    background-image: url(../../../../image/assets/flags/4x3/mn.svg)

}



.flag-icon-mn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mn.svg)

}



.flag-icon-mo {

    background-image: url(../../../../image/assets/flags/4x3/mo.svg)

}



.flag-icon-mo.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mo.svg)

}



.flag-icon-mp {

    background-image: url(../../../../image/assets/flags/4x3/mp.svg)

}



.flag-icon-mp.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mp.svg)

}



.flag-icon-mq {

    background-image: url(../../../../image/assets/flags/4x3/mq.svg)

}



.flag-icon-mq.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mq.svg)

}



.flag-icon-mr {

    background-image: url(../../../../image/assets/flags/4x3/mr.svg)

}



.flag-icon-mr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mr.svg)

}



.flag-icon-ms {

    background-image: url(../../../../image/assets/flags/4x3/ms.svg)

}



.flag-icon-ms.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ms.svg)

}



.flag-icon-mt {

    background-image: url(../../../../image/assets/flags/4x3/mt.svg)

}



.flag-icon-mt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mt.svg)

}



.flag-icon-mu {

    background-image: url(../../../../image/assets/flags/4x3/mu.svg)

}



.flag-icon-mu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mu.svg)

}



.flag-icon-mv {

    background-image: url(../../../../image/assets/flags/4x3/mv.svg)

}



.flag-icon-mv.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mv.svg)

}



.flag-icon-mw {

    background-image: url(../../../../image/assets/flags/4x3/mw.svg)

}



.flag-icon-mw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mw.svg)

}



.flag-icon-mx {

    background-image: url(../../../../image/assets/flags/4x3/mx.svg)

}



.flag-icon-mx.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mx.svg)

}



.flag-icon-my {

    background-image: url(../../../../image/assets/flags/4x3/my.svg)

}



.flag-icon-my.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/my.svg)

}



.flag-icon-mz {

    background-image: url(../../../../image/assets/flags/4x3/mz.svg)

}



.flag-icon-mz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/mz.svg)

}



.flag-icon-na {

    background-image: url(../../../../image/assets/flags/4x3/na.svg)

}



.flag-icon-na.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/na.svg)

}



.flag-icon-nc {

    background-image: url(../../../../image/assets/flags/4x3/nc.svg)

}



.flag-icon-nc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/nc.svg)

}



.flag-icon-ne {

    background-image: url(../../../../image/assets/flags/4x3/ne.svg)

}



.flag-icon-ne.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ne.svg)

}



.flag-icon-nf {

    background-image: url(../../../../image/assets/flags/4x3/nf.svg)

}



.flag-icon-nf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/nf.svg)

}



.flag-icon-ng {

    background-image: url(../../../../image/assets/flags/4x3/ng.svg)

}



.flag-icon-ng.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ng.svg)

}



.flag-icon-ni {

    background-image: url(../../../../image/assets/flags/4x3/ni.svg)

}



.flag-icon-ni.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ni.svg)

}



.flag-icon-nl {

    background-image: url(../../../../image/assets/flags/4x3/nl.svg)

}



.flag-icon-nl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/nl.svg)

}



.flag-icon-no {

    background-image: url(../../../../image/assets/flags/4x3/no.svg)

}



.flag-icon-no.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/no.svg)

}



.flag-icon-np {

    background-image: url(../../../../image/assets/flags/4x3/np.svg)

}



.flag-icon-np.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/np.svg)

}



.flag-icon-nr {

    background-image: url(../../../../image/assets/flags/4x3/nr.svg)

}



.flag-icon-nr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/nr.svg)

}



.flag-icon-nu {

    background-image: url(../../../../image/assets/flags/4x3/nu.svg)

}



.flag-icon-nu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/nu.svg)

}



.flag-icon-nz {

    background-image: url(../../../../image/assets/flags/4x3/nz.svg)

}



.flag-icon-nz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/nz.svg)

}



.flag-icon-om {

    background-image: url(../../../../image/assets/flags/4x3/om.svg)

}



.flag-icon-om.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/om.svg)

}



.flag-icon-pa {

    background-image: url(../../../../image/assets/flags/4x3/pa.svg)

}



.flag-icon-pa.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pa.svg)

}



.flag-icon-pe {

    background-image: url(../../../../image/assets/flags/4x3/pe.svg)

}



.flag-icon-pe.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pe.svg)

}



.flag-icon-pf {

    background-image: url(../../../../image/assets/flags/4x3/pf.svg)

}



.flag-icon-pf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pf.svg)

}



.flag-icon-pg {

    background-image: url(../../../../image/assets/flags/4x3/pg.svg)

}



.flag-icon-pg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pg.svg)

}



.flag-icon-ph {

    background-image: url(../../../../image/assets/flags/4x3/ph.svg)

}



.flag-icon-ph.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ph.svg)

}



.flag-icon-pk {

    background-image: url(../../../../image/assets/flags/4x3/pk.svg)

}



.flag-icon-pk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pk.svg)

}



.flag-icon-pl {

    background-image: url(../../../../image/assets/flags/4x3/pl.svg)

}



.flag-icon-pl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pl.svg)

}



.flag-icon-pm {

    background-image: url(../../../../image/assets/flags/4x3/pm.svg)

}



.flag-icon-pm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pm.svg)

}



.flag-icon-pn {

    background-image: url(../../../../image/assets/flags/4x3/pn.svg)

}



.flag-icon-pn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pn.svg)

}



.flag-icon-pr {

    background-image: url(../../../../image/assets/flags/4x3/pr.svg)

}



.flag-icon-pr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pr.svg)

}



.flag-icon-ps {

    background-image: url(../../../../image/assets/flags/4x3/ps.svg)

}



.flag-icon-ps.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ps.svg)

}



.flag-icon-pt {

    background-image: url(../../../../image/assets/flags/4x3/pt.svg)

}



.flag-icon-pt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pt.svg)

}



.flag-icon-pw {

    background-image: url(../../../../image/assets/flags/4x3/pw.svg)

}



.flag-icon-pw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/pw.svg)

}



.flag-icon-py {

    background-image: url(../../../../image/assets/flags/4x3/py.svg)

}



.flag-icon-py.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/py.svg)

}



.flag-icon-qa {

    background-image: url(../../../../image/assets/flags/4x3/qa.svg)

}



.flag-icon-qa.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/qa.svg)

}



.flag-icon-re {

    background-image: url(../../../../image/assets/flags/4x3/re.svg)

}



.flag-icon-re.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/re.svg)

}



.flag-icon-ro {

    background-image: url(../../../../image/assets/flags/4x3/ro.svg)

}



.flag-icon-ro.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ro.svg)

}



.flag-icon-rs {

    background-image: url(../../../../image/assets/flags/4x3/rs.svg)

}



.flag-icon-rs.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/rs.svg)

}



.flag-icon-ru {

    background-image: url(../../../../image/assets/flags/4x3/ru.svg)

}



.flag-icon-ru.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ru.svg)

}



.flag-icon-rw {

    background-image: url(../../../../image/assets/flags/4x3/rw.svg)

}



.flag-icon-rw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/rw.svg)

}



.flag-icon-sa {

    background-image: url(../../../../image/assets/flags/4x3/sa.svg)

}



.flag-icon-sa.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sa.svg)

}



.flag-icon-sb {

    background-image: url(../../../../image/assets/flags/4x3/sb.svg)

}



.flag-icon-sb.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sb.svg)

}



.flag-icon-sc {

    background-image: url(../../../../image/assets/flags/4x3/sc.svg)

}



.flag-icon-sc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sc.svg)

}



.flag-icon-sd {

    background-image: url(../../../../image/assets/flags/4x3/sd.svg)

}



.flag-icon-sd.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sd.svg)

}



.flag-icon-se {

    background-image: url(../../../../image/assets/flags/4x3/se.svg)

}



.flag-icon-se.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/se.svg)

}



.flag-icon-sg {

    background-image: url(../../../../image/assets/flags/4x3/sg.svg)

}



.flag-icon-sg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sg.svg)

}



.flag-icon-sh {

    background-image: url(../../../../image/assets/flags/4x3/sh.svg)

}



.flag-icon-sh.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sh.svg)

}



.flag-icon-si {

    background-image: url(../../../../image/assets/flags/4x3/si.svg)

}



.flag-icon-si.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/si.svg)

}



.flag-icon-sj {

    background-image: url(../../../../image/assets/flags/4x3/sj.svg)

}



.flag-icon-sj.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sj.svg)

}



.flag-icon-sk {

    background-image: url(../../../../image/assets/flags/4x3/sk.svg)

}



.flag-icon-sk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sk.svg)

}



.flag-icon-sl {

    background-image: url(../../../../image/assets/flags/4x3/sl.svg)

}



.flag-icon-sl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sl.svg)

}



.flag-icon-sm {

    background-image: url(../../../../image/assets/flags/4x3/sm.svg)

}



.flag-icon-sm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sm.svg)

}



.flag-icon-sn {

    background-image: url(../../../../image/assets/flags/4x3/sn.svg)

}



.flag-icon-sn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sn.svg)

}



.flag-icon-so {

    background-image: url(../../../../image/assets/flags/4x3/so.svg)

}



.flag-icon-so.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/so.svg)

}



.flag-icon-sr {

    background-image: url(../../../../image/assets/flags/4x3/sr.svg)

}



.flag-icon-sr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sr.svg)

}



.flag-icon-ss {

    background-image: url(../../../../image/assets/flags/4x3/ss.svg)

}



.flag-icon-ss.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ss.svg)

}



.flag-icon-st {

    background-image: url(../../../../image/assets/flags/4x3/st.svg)

}



.flag-icon-st.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/st.svg)

}



.flag-icon-sv {

    background-image: url(../../../../image/assets/flags/4x3/sv.svg)

}



.flag-icon-sv.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sv.svg)

}



.flag-icon-sx {

    background-image: url(../../../../image/assets/flags/4x3/sx.svg)

}



.flag-icon-sx.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sx.svg)

}



.flag-icon-sy {

    background-image: url(../../../../image/assets/flags/4x3/sy.svg)

}



.flag-icon-sy.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sy.svg)

}



.flag-icon-sz {

    background-image: url(../../../../image/assets/flags/4x3/sz.svg)

}



.flag-icon-sz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/sz.svg)

}



.flag-icon-tc {

    background-image: url(../../../../image/assets/flags/4x3/tc.svg)

}



.flag-icon-tc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tc.svg)

}



.flag-icon-td {

    background-image: url(../../../../image/assets/flags/4x3/td.svg)

}



.flag-icon-td.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/td.svg)

}



.flag-icon-tf {

    background-image: url(../../../../image/assets/flags/4x3/tf.svg)

}



.flag-icon-tf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tf.svg)

}



.flag-icon-tg {

    background-image: url(../../../../image/assets/flags/4x3/tg.svg)

}



.flag-icon-tg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tg.svg)

}



.flag-icon-th {

    background-image: url(../../../../image/assets/flags/4x3/th.svg)

}



.flag-icon-th.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/th.svg)

}



.flag-icon-tj {

    background-image: url(../../../../image/assets/flags/4x3/tj.svg)

}



.flag-icon-tj.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tj.svg)

}



.flag-icon-tk {

    background-image: url(../../../../image/assets/flags/4x3/tk.svg)

}



.flag-icon-tk.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tk.svg)

}



.flag-icon-tl {

    background-image: url(../../../../image/assets/flags/4x3/tl.svg)

}



.flag-icon-tl.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tl.svg)

}



.flag-icon-tm {

    background-image: url(../../../../image/assets/flags/4x3/tm.svg)

}



.flag-icon-tm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tm.svg)

}



.flag-icon-tn {

    background-image: url(../../../../image/assets/flags/4x3/tn.svg)

}



.flag-icon-tn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tn.svg)

}



.flag-icon-to {

    background-image: url(../../../../image/assets/flags/4x3/to.svg)

}



.flag-icon-to.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/to.svg)

}



.flag-icon-tr {

    background-image: url(../../../../image/assets/flags/4x3/tr.svg)

}



.flag-icon-tr.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tr.svg)

}



.flag-icon-tt {

    background-image: url(../../../../image/assets/flags/4x3/tt.svg)

}



.flag-icon-tt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tt.svg)

}



.flag-icon-tv {

    background-image: url(../../../../image/assets/flags/4x3/tv.svg)

}



.flag-icon-tv.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tv.svg)

}



.flag-icon-tw {

    background-image: url(../../../../image/assets/flags/4x3/tw.svg)

}



.flag-icon-tw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tw.svg)

}



.flag-icon-tz {

    background-image: url(../../../../image/assets/flags/4x3/tz.svg)

}



.flag-icon-tz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/tz.svg)

}



.flag-icon-ua {

    background-image: url(../../../../image/assets/flags/4x3/ua.svg)

}



.flag-icon-ua.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ua.svg)

}



.flag-icon-ug {

    background-image: url(../../../../image/assets/flags/4x3/ug.svg)

}



.flag-icon-ug.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ug.svg)

}



.flag-icon-um {

    background-image: url(../../../../image/assets/flags/4x3/um.svg)

}



.flag-icon-um.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/um.svg)

}



.flag-icon-us {

    background-image: url(../../../../image/assets/flags/4x3/us.svg)

}



.flag-icon-us.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/us.svg)

}



.flag-icon-uy {

    background-image: url(../../../../image/assets/flags/4x3/uy.svg)

}



.flag-icon-uy.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/uy.svg)

}



.flag-icon-uz {

    background-image: url(../../../../image/assets/flags/4x3/uz.svg)

}



.flag-icon-uz.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/uz.svg)

}



.flag-icon-va {

    background-image: url(../../../../image/assets/flags/4x3/va.svg)

}



.flag-icon-va.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/va.svg)

}



.flag-icon-vc {

    background-image: url(../../../../image/assets/flags/4x3/vc.svg)

}



.flag-icon-vc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/vc.svg)

}



.flag-icon-ve {

    background-image: url(../../../../image/assets/flags/4x3/ve.svg)

}



.flag-icon-ve.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ve.svg)

}



.flag-icon-vg {

    background-image: url(../../../../image/assets/flags/4x3/vg.svg)

}



.flag-icon-vg.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/vg.svg)

}



.flag-icon-vi {

    background-image: url(../../../../image/assets/flags/4x3/vi.svg)

}



.flag-icon-vi.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/vi.svg)

}



.flag-icon-vn {

    background-image: url(../../../../image/assets/flags/4x3/vn.svg)

}



.flag-icon-vn.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/vn.svg)

}



.flag-icon-vu {

    background-image: url(../../../../image/assets/flags/4x3/vu.svg)

}



.flag-icon-vu.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/vu.svg)

}



.flag-icon-wf {

    background-image: url(../../../../image/assets/flags/4x3/wf.svg)

}



.flag-icon-wf.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/wf.svg)

}



.flag-icon-ws {

    background-image: url(../../../../image/assets/flags/4x3/ws.svg)

}



.flag-icon-ws.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ws.svg)

}



.flag-icon-ye {

    background-image: url(../../../../image/assets/flags/4x3/ye.svg)

}



.flag-icon-ye.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/ye.svg)

}



.flag-icon-yt {

    background-image: url(../../../../image/assets/flags/4x3/yt.svg)

}



.flag-icon-yt.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/yt.svg)

}



.flag-icon-za {

    background-image: url(../../../../image/assets/flags/4x3/za.svg)

}



.flag-icon-za.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/za.svg)

}



.flag-icon-zm {

    background-image: url(../../../../image/assets/flags/4x3/zm.svg)

}



.flag-icon-zm.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/zm.svg)

}



.flag-icon-zw {

    background-image: url(../../../../image/assets/flags/4x3/zw.svg)

}



.flag-icon-zw.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/zw.svg)

}



.flag-icon-eu {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/4x3/eu.svg)

}



.flag-icon-eu.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/eu.svg)

}



.flag-icon-gb-eng {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/4x3/gb-eng.svg)

}



.flag-icon-gb-eng.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/gb-eng.svg)

}



.flag-icon-gb-nir {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/4x3/gb-nir.svg)

}



.flag-icon-gb-nir.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/gb-nir.svg)

}



.flag-icon-gb-sct {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/4x3/gb-sct.svg)

}



.flag-icon-gb-sct.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/gb-sct.svg)

}



.flag-icon-gb-wls {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/4x3/gb-wls.svg)

}



.flag-icon-gb-wls.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/gb-wls.svg)

}



.flag-icon-un {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/4x3/un.svg)

}



.flag-icon-un.flag-icon-squared {

    background-image: url(https://d27ppybfoyyraq.cloudfront.net/image/assets/flags/1x1/un.svg)

}





.visible-overlay {

    display: none!important

}



@media (min-width:1441px) {

    .visible-overlay {

        display: block!important

    }

    table.visible-overlay {

        display: table

    }

    tr.visible-overlay {

        display: table-row!important

    }

    td.visible-overlay,

    th.visible-overlay {

        display: table-cell!important

    }

}



.flag-icon-qc {

    background-image: url(../../../../image/assets/flags/4x3/qc.svg)

}



.flag-icon-qc.flag-icon-squared {

    background-image: url(../../../../image/assets/flags/1x1/qc.svg)

}



.btn {

    transition: all .25s

}



.btn-white {

    color: #da291c;

    background-color: #f2f2f2;

    border-color: #f2f2f2

}



.btn-white.active,

.btn-white.focus,

.btn-white:active,

.btn-white:focus,

.btn-white:hover,

.open>.dropdown-toggle.btn-white {

    color: #da291c;

    background-color: #e6e6e6;

    border-color: #e0e0e0

}



.btn-white.active,

.btn-white:active,

.open>.dropdown-toggle.btn-white {

    background-image: none

}



.btn-white.disabled,

.btn-white.disabled.active,

.btn-white.disabled.focus,

.btn-white.disabled:active,

.btn-white.disabled:focus,

.btn-white.disabled:hover,

.btn-white[disabled],

.btn-white[disabled].active,

.btn-white[disabled].focus,

.btn-white[disabled]:active,

.btn-white[disabled]:focus,

.btn-white[disabled]:hover,

fieldset[disabled] .btn-white,

fieldset[disabled] .btn-white.active,

fieldset[disabled] .btn-white.focus,

fieldset[disabled] .btn-white:active,

fieldset[disabled] .btn-white:focus,

fieldset[disabled] .btn-white:hover {

    background-color: #fff;

    border-color: #fff

}



.btn-white .badge {

    color: #fff;

    background-color: #da291c

}



.btn-outline {

    background-color: transparent;

    color: inherit;

    font-weight: 500

}



.btn-primary.btn-outline {

    color: #da291c

}



.btn-default.btn-outline {

    color: #757575

}



.btn-success.btn-outline {

    color: #5cb85c

}



.btn-info.btn-outline {

    color: #5bc0de

}



.btn-warning.btn-outline {

    color: #f0ad4e

}



.btn-danger.btn-outline {

    color: #d9534f

}



.btn-white.btn-outline {

    color: #fff

}



.btn-white.btn-outline:focus,

.btn-white.btn-outline:hover {

    color: #da291c

}



.btn-danger.btn-outline:focus,

.btn-danger.btn-outline:hover,

.btn-default.btn-outline:focus,

.btn-default.btn-outline:hover,

.btn-info.btn-outline:focus,

.btn-info.btn-outline:hover,

.btn-primary.btn-outline:focus,

.btn-primary.btn-outline:hover,

.btn-success.btn-outline:focus,

.btn-success.btn-outline:hover,

.btn-warning.btn-outline:focus,

.btn-warning.btn-outline:hover {

    color: #fff

}



.owl-carousel .owl-wrapper:after {

    content: ".";

    display: block;

    visibility: hidden;

    line-height: 0;

    height: 0

}



.owl-carousel,

.owl-carousel .owl-wrapper {

    display: none;

    position: relative

}



.owl-carousel {

    width: 100%;

    -ms-touch-action: pan-y

}



.owl-carousel .owl-wrapper-outer {

    overflow: hidden;

    position: relative;

    width: 100%

}



.owl-carousel .owl-wrapper-outer.autoHeight {

    transition: height .5s ease-in-out

}



.owl-carousel .owl-item {

    float: left

}



.owl-controls .owl-buttons div,

.owl-controls .owl-page {

    cursor: pointer

}



.owl-controls {

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none

}



.grabbing {

    cursor: url(http://www.swifttechbuy.com/wp-content/themes/swift-cells/stylesheet/grabbing.png) 8 8, move

}



.owl-carousel .owl-item,

.owl-carousel .owl-wrapper {

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0)

}



.owl-theme .owl-controls {

    margin-top: 10px;

    text-align: center

}



.owl-theme .owl-controls .owl-buttons div {

    color: #FFF;

    display: inline-block;

    zoom: 1;

    margin: 5px;

    padding: 3px 10px;

    font-size: 12px;

    border-radius: 30px;

    background: #869791;

    filter: alpha(opacity=50);

    opacity: .5

}



.owl-theme .owl-controls.clickable .owl-buttons div:hover {

    filter: alpha(opacity=100);

    opacity: 1;

    text-decoration: none

}



.owl-theme .owl-controls .owl-page {

    display: inline-block;

    zoom: 1

}



.owl-theme .owl-controls .owl-page span {

    display: block;

    width: 12px;

    height: 12px;

    margin: 5px 7px;

    filter: alpha(opacity=50);

    opacity: .5;

    border-radius: 20px;

    background: #869791

}



.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

    filter: alpha(opacity=100);

    opacity: 1

}



.owl-theme .owl-controls .owl-page span.owl-numbers {

    height: auto;

    width: auto;

    color: #FFF;

    padding: 2px 10px;

    font-size: 12px;

    border-radius: 30px

}



.owl-item.loading {

    min-height: 150px;

    background: url(http://www.swifttechbuy.com/wp-content/themes/swift-cells/css/icons/filterloader.gif) center center no-repeat

}



.whyGra {

    background-image: url(http://www.swifttechbuy.com/wp-content/themes/swift-cells/css/icons/why.png);

    height: 103px;

    margin: 0 auto 15px

}



#whyWarranty {

    width: 67px;

    background-position: 0 0

}



#whyTurnaround {

    width: 59px;

    background-position: -67px 0

}



#whyService {

    width: 73px;

    background-position: -126px 0

}



#whySaving {

    width: 89px;

    background-position: -199px 0

}



#whyTransparency {

    width: 72px;

    background-position: -288px 0

}



#whyKnowledge {

    width: 75px;

    background-position: -360px 0

}



#whyDiagnostic {

    width: 73px;

    background-position: -435px 0

}



#whyMod .columns {

    margin-bottom: 15px

}



#whyMod p {

    padding: 0 10px

}



.yamm .collapse,

.yamm .dropdown,

.yamm .dropup,

.yamm .nav {

    position: static

}



.yamm .container {

    position: relative

}



.yamm .dropdown-menu {

    left: auto;

    border-radius: 0;

    border: none

}



.yamm .yamm-content {

    padding: 0 30px

}



.yamm .dropdown.yamm-fw .dropdown-menu {

    left: 0;

    right: 0

}



h3.menu-cat-heading a {

    color: #da291c!important

}



h3.menu-cat-heading a:focus,

h3.menu-cat-heading a:hover {

    color: #424242!important

}



.navbar {

    margin: 0!important;

    border-radius: 0!important;

    border: none!important

}



.navbar-brand {

    padding: 18px 20px

}



.lang {

    padding-left: 2px;

    padding-right: 2px;

    color: #fff!important

}



.lang img {

    width: 16px

}



#header {

    background: #212121!important;

    padding-left: 0;

    padding-right: 0

}



#navbar {

    transition: background-color .5s ease

}



.fixed {

    position: fixed;

    z-index: 9999;

    width: 100%;

    top: 0

}



.fixed-fade {

    background-color: rgba(0, 0, 0, .83)

}



@media (min-width:768px) {

    #mySavedLocationDrop {

        width: 350px

    }

}



#mySavedLocation {

    text-align: left;

    padding: 10px 15px

}



#mySavedLocation p {

    text-align: left;

    margin: 5px 0

}



#mySavedLocation .page-header {

    margin-top: 0;

    margin-bottom: 10px

}



#mySavedLocation .locDirectionsNav {

    cursor: pointer

}



#mySavedLocation h3 {

    margin-top: 0;

    padding-top: 0

}

.white-sub-nav ul li {

    display: inline;

    margin-left: 25px

}



.white-sub-nav ul li a {

    color: #757575

}



.white-sub-nav ul li a:hover {

    color: #da291c

}



.white-sub-nav ul li.active {

    font-weight: 600!important;

    color: #da291c!important

}



.white-sub-nav ul li.active a {

    color: #da291c!important

}



@media (min-width:768px) {

    .white-sub-nav ul {

        margin: 0 30px 0 0

    }

}



.dim-bg {

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    background: rgba(255, 255, 255, .5);

    -webkit-filter: blur(20px);

    filter: blur(20px);

    z-index: 5

}



.ajax-loader {

    position: absolute!important;

    top: 50%!important;

    left: 50%!important;

    -webkit-transform: translate(-50%, -50%)!important;

    transform: translate(-50%, -50%)!important;

    z-index: 6

}



.relative {

    position: relative

}



.no-padding {

    padding: 0

}



.no-margin {

    margin: 0

}



.move-down {

    margin-bottom: 15px!important

}



.move-down-10 {

    margin-bottom: 10px!important

}



.move-down-20 {

    margin-bottom: 20px!important

}



.move-down-30 {

    margin-bottom: 30px!important

}



.full-width {

    width: 100%

}



.tenspace {

    display: block;

    margin-bottom: 10px

}



.pretty-padding {

    padding-left: 0;

    padding-right: 0

}



@media (min-width:1200px) {

    .pretty-padding {

        padding-left: 60px;

        padding-right: 60px

    }

}



.container-padding {

    padding-top: 65px;

    padding-bottom: 70px

}



input,

select,

textarea {

    box-shadow: none!important

}



::-moz-selection {

    background-color: #f44336;

    color: #fff

}



::selection {

    background-color: #f44336;

    color: #fff

}



section.top {

    padding-top: 30px

}



.form-req {

    color: #da291c

}



.sub-head {

    color: #757575;

    font-size: 16px;

    margin-top: 0;

    font-style: italic;

    margin-bottom: 0

}



.section-head {

    font-size: 2.6em;

    font-weight: 300;

    margin-bottom: 0

}



.section-head.red {

    color: #da291c

}



.section-head.white {

    color: #fff

}





.sub-sec-head {

    margin-top: 40px;

    margin-bottom: 40px

}



.sub-sec-head h3 {

    margin-bottom: 0;

    font-size: 1.8em

}



.sub-sec-head.sub-small {

    margin-top: 20px;

    margin-bottom: 20px

}



.sub-sec-head.sub-small h3 {

    margin-bottom: 0;

    font-size: 1.5em

}



.sub-sec-head.red h3 {

    color: #da291c

}



hr {

    border-color: #d7d7d7

}



.breads {

    background: #f5f5f5

}



.breads ul,

.breads>ol {

    margin-bottom: 0

}



@media (max-width:767px) {

    .breads {

        display: none

    }

}



#brand-statment-1 {

    background: #4dd0e1

}



#brand-statment-1 h2 {

    color: #fff;

    line-height: 1.5em

}



#brand-statment-1 a {

    display: block;

    padding-top: 25px;

    color: #fff;

    font-size: 1.4em;

    text-decoration: none

}



.promise-container {

    margin-bottom: 30px

}



.promise-container img {

    display: block;

    margin: 0 auto;

    padding-bottom: 40px

}



.promise-container p {

    font-size: 1.1em;

    color: #363636

}



@media (min-width:992px) {

    .promise-container {

        margin-bottom: 0

    }

    .promise-container p {

        padding-left: 40px;

        padding-right: 40px

    }

}



.locations-container .move-btn {

    margin-top: 60px

}



.locations-container .locations-header i.fa-circle {

    color: #da291c;

    font-size: 1.7em

}



.locations-container .locations-header .section-head {

    margin-top: 0

}



.locations-container .locations-header p.lead {

    margin-bottom: 25px

}





.locations-container .map-group-container .arrow-container {

    text-align: center;

    min-height: 100%;

    height: 200px

}



.locations-container .div-style {

    padding: 20px;

    background: #eee

}



.locations-container .map {

    margin-top: 10px;

    margin-bottom: 10px;

    position: relative;

    background: #616161;

    height: 158px;

    overflow: hidden

}



.locations-container .map img {

    width: 100%;

    position: relative;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%)

}



@media (min-width:768px) {

    .locations-container .map {

        height: 200px;

        transition: box-shadow .5s

    }

    .locations-container .map:hover {

        box-shadow: 0 0 10px rgba(0, 0, 0, .54)

    }

}



.locations-container .map-info {

    position: absolute;

    display: block;

    bottom: 0;

    width: 100%;

    color: #fff;

    padding: 7px;

    background-color: rgba(218, 41, 28, .85)

}



.locations-container .map-dots {

    text-align: center;

    color: #78909c

}



.locations-container .map-dots .active {

    color: #da291c

}



.locationResults ul,

.staticLocationResult ul {

    margin-top: 20px;

    list-style: none;

    padding: 0

}



.locationResults li,

.staticLocationResult li {

    position: relative;

    background: #f5f5f5;

    padding: 5px 20px 5px 40px;

    margin-bottom: 10px;

    cursor: pointer;

    border-radius: 4px

}



.locationResults li span,

.staticLocationResult li span {

    display: block

}



.locationResults li:hover,

.staticLocationResult li:hover {

    background: #eee

}



.locationResults li .loc-name,

.staticLocationResult li .loc-name {

    font-size: 17px;

    color: #da291c

}



.locationResults li i,

.staticLocationResult li i {

    color: #da291c;

    position: absolute;

    top: 30%;

    left: 14px

}



.locationResults li .loc-distance i,

.staticLocationResult li .loc-distance i {

    position: relative;

    top: auto;

    left: auto

}

.modal-backdrop {

    z-index: 1039

}



.modal-dialog {

    z-index: 1050

}





.ajax-loader.loading-bg.custom-load i {

    color: rgba(0, 0, 0, .26)

}



.ui-autocomplete {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 1000;

    float: left;

    display: none;

    min-width: 160px;

    padding: 4px 0;

    margin: 2px 0 0;

    list-style: none;

    background-color: #fff;

    border-color: #ccc;

    border-color: rgba(0, 0, 0, .2);

    border-style: solid;

    border-width: 1px;

    border-radius: 5px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    background-clip: padding-box

}



.ui-autocomplete .ui-menu-item>a.ui-corner-all {

    text-decoration: none;

    cursor: pointer;

    display: block;

    padding: 3px 15px;

    clear: both;

    font-weight: 400;

    line-height: 18px;

    color: #555;

    white-space: nowrap

}



.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active,

.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover {

    color: #fff;

    text-decoration: none;

    background-color: #08c;

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    background-image: none

}



.ui-helper-hidden-accessible {

    display: none!important

}



.bg-grey {

    background: #F1F1F1

}



.place-holder {

    background: #eee;

    height: 300px;

    margin-bottom: 10px;

    margin-top: 10px

}



.header-unit {

    height: 600px;

    border-right: none;

    border-left: none;

    position: relative;

    padding: 20px

}



.header-hero {

    text-align: center;

    padding-top: 25px;

    background: radial-gradient(circle, #fff, #EFEFEF)

}



.header-hero h1 {

    font-weight: 700;

    color: #da291c;

    font-size: 26px;

    margin-bottom: 0;

    text-transform: uppercase

}



.header-hero h4 {

    color: #7F7F7F;

    font-weight: 300;

    font-size: 18px;

    margin-top: 10px;

    margin-bottom: 20px

}



.header-hero .btn-round {

    color: #fff;

    text-transform: uppercase;

    border-radius: 100px;

    font-weight: 600;

    font-size: 16px;

    background: #212121;

    border: 1px solid #fff;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24);

    padding: 15px 40px

}



.header-hero .btn-round i {

    opacity: .4;

    margin-left: 5px

}



.header-hero-fr .btn-round {

    padding: 15px 30px;

    font-size: 12px

}



@media (min-width:768px) {

    .header-hero {

        min-height: 625px;

        padding-top: 70px;

        background-image: url(../../../../image/about/wecanfixit.png), radial-gradient(circle, #fff, #EFEFEF);

        background-repeat: no-repeat;

        background-position: bottom center

    }

    .header-hero h1 {

        font-size: 48px;

        margin-bottom: 0

    }

    .header-hero-fr {

        min-height: 650px

    }

}



@media (min-width:1200px) {

    .header-hero h1 {

        font-size: 60px;

        margin-bottom: 0

    }

    .header-hero h4 {

        font-size: 26px;

        margin-bottom: 40px;

        margin-top: 0

    }

    .header-hero .btn-round {

        font-size: 16px;

        padding: 20px 40px

    }

    .header-hero-fr h1 {

        font-size: 48px

    }

}



.margin-fix {

    margin-top: 60px

}



.about-us-home {

    margin-top: 40px

}



#day-90,

#free-diag,

#low-price,

#q-e-repair {

    position: relative;

    overflow: hidden;

    height: 550px;

    width: 100%

}



#day-90 p,

#free-diag p,

#low-price p,

#q-e-repair p {

    font-weight: 400;

    font-size: 1.2em;

    color: #fff

}



@media (max-width:500px) {

    #day-90 p,

    #free-diag p,

    #low-price p,

    #q-e-repair p {

        font-size: 1.05em

    }

}



#day-90 .pitch-img,

#free-diag .pitch-img,

#low-price .pitch-img,

#q-e-repair .pitch-img {

    display: block;

    position: absolute;

    width: 1114px;

    height: 550px

}



figure,

figure.img {

    position: relative

}



#day-90 .pitch-text,

#free-diag .pitch-text,

#low-price .pitch-text,

#q-e-repair .pitch-text {

    margin-top: 85px;

    padding: 5px 20px 10px

}



#day-90 .pitch-heading,

#free-diag .pitch-heading,

#low-price .pitch-heading,

#q-e-repair .pitch-heading {

    line-height: 1.2em;

    margin-bottom: 5px;

    font-size: 2.2em;

    font-weight: 300

}



#day-90 .pitch-heading span,

#free-diag .pitch-heading span,

#low-price .pitch-heading span,

#q-e-repair .pitch-heading span {

    font-weight: 700

}



@media (min-width:992px) {

    #day-90 .pitch-text,

    #free-diag .pitch-text,

    #low-price .pitch-text,

    #q-e-repair .pitch-text {

        padding: 0;

        margin-top: 150px;

        background: 0 0!important

    }

    #day-90 .pitch-heading,

    #free-diag .pitch-heading,

    #low-price .pitch-heading,

    #q-e-repair .pitch-heading {

        margin-bottom: 5px;

        font-size: 3em;

        font-weight: 300

    }

    #day-90 .pitch-heading span,

    #free-diag .pitch-heading span,

    #low-price .pitch-heading span,

    #q-e-repair .pitch-heading span {

        font-weight: 700

    }

}



#free-diag .pitch-img,

#q-e-repair .pitch-img {

    left: -300px

}



#free-diag .pitch-heading,

#free-diag p,

#q-e-repair .pitch-heading,

#q-e-repair p {

    color: rgba(0, 0, 0, .87)

}



#day-90 .pitch-img,

#low-price .pitch-img {

    right: -300px

}



#day-90 .pitch-heading,

#day-90 p,

#low-price .pitch-heading,

#low-price p {

    color: #fff

}



#free-diag .pitch-text {

    background: rgba(255, 179, 0, .85)

}



#low-price .pitch-text {

    background: rgba(0, 188, 212, .85)

}



#q-e-repair .pitch-text {

    background: rgba(175, 180, 43, .85)

}



#day-90 .pitch-text {

    background: rgba(218, 41, 28, .85)

}



.item:nth-child(1) {

    background-color: #ffb300

}



.item:nth-child(2) {

    background-color: #00bcd4

}



.item:nth-child(3) {

    background-color: #afb42b

}



.item:nth-child(4) {

    background-color: #da291c

}



.carousel-control {

    width: 10%

}



.carousel-control.left,

.carousel-control.right {

    background: 0 0

}



#about-intro,

figure.img {

    background-size: cover;

    background-repeat: no-repeat

}



.we-fix-everything .insta-text,

.we-fix-everything .ubif-contact {

    padding-bottom: 50px

}



.we-fix-everything .section-head {

    padding-bottom: 20px

}



.ubif-contact .section-head {

    padding-bottom: 15px

}



ul.ubif-instagram {

    list-style: none;

    padding-left: 0

}



ul.ubif-instagram li {

    padding-right: 0;

    padding-left: 0;

    margin-right: 0;

    margin-left: 0;

    border: 0

}



figure {

    overflow: hidden;

    cursor: pointer

}



figure.img {

    display: block;

    height: 150px;

    background-position: center center

}



@media (min-width:450px) {

    figure.img {

        height: 220px

    }

}



@media (min-width:768px) {

    #day-90 .pitch-text,

    #free-diag .pitch-text,

    #low-price .pitch-text,

    #q-e-repair .pitch-text {

        margin-top: 150px

    }

    #day-90 .pitch-heading,

    #free-diag .pitch-heading,

    #low-price .pitch-heading,

    #q-e-repair .pitch-heading {

        margin-bottom: 5px;

        font-size: 3em

    }

    figure.img {

        height: 185px

    }

}



@media (min-width:992px) {

    figure.img {

        height: 240px

    }

}



@media (min-width:1200px) {

    #free-diag .pitch-img,

    #q-e-repair .pitch-img {

        left: -100px

    }

    #day-90 .pitch-img,

    #low-price .pitch-img {

        right: -100px

    }

    figure.img {

        height: 290px

    }

}



figure figcaption {

    background-color: rgba(0, 0, 0, .54);

    color: #e0e0e0;

    padding: 20px;

    position: absolute;

    bottom: -100%;

    width: 100%;

    height: 100%;

    transition: all .5s ease

}



@media (min-width:992px) {

    figure figcaption {

        bottom: -50%;

        width: 100%;

        height: 50%

    }

}



figure h3 {

    color: #757575;

    font-size: 1.2em;

    line-height: 1.2;

    font-weight: 600;

    margin-bottom: 10px;

    margin-top: 0;

    padding-right: 0

}



#about-intro,

#about-intro.b2b .about-intro-heading {

    font-weight: 300

}



figure a.biffy-gram {

    display: block;

    position: absolute;

    width: 44px;

    height: 44px;

    text-align: center;

    line-height: 44px;

    font-size: 1.5em;

    color: rgba(255, 255, 255, .54);

    top: 5px;

    right: 5px

}



figure a.biffy-gram:hover {

    color: #fff

}



figure:hover figcaption {

    background-color: rgba(0, 0, 0, .87);

    bottom: 0

}



#about-intro {

    background-color: #da291c;

    background-image: url(../../../../image/about/about-intro-bg.jpg);

    background-position: bottom

}



#about-intro.our-story {

    background-image: none

}



@media (min-width:768px) {

    #about-intro.our-story {

        background-image: url(../../../../image/about/crossdriver-bg.png);

        background-position: center;

        background-size: 340px, auto, contain;

        background-repeat: no-repeat;

        min-height: 400px

    }

    #about-intro.our-story .about-intro-heading {

        padding-top: 50px

    }

}



#about-intro.b2b {

    background-image: url(../../../../image/b2b/b2b_header.jpg)

}



#about-intro.b2b .about-intro-text {

    font-size: 2em;

    font-weight: 700

}



@media (min-width:768px) {

    #about-intro.b2b .about-intro-text {

        color: #fff;

        font-size: 4em;

        font-weight: 700

    }

}



#about-intro .about-intro-heading {

    color: #ffb300

}



#about-intro .about-intro-text {

    color: #fff;

    font-size: 1.6em

}



#about-intro .about-intro-text span {

    font-weight: 600

}



@media (min-width:768px) {

    #about-intro .about-intro-text {

        font-size: 2.5em

    }

}



.border-top,

.captions {

    font-size: 1.1em;

    color: #a8a8a8;

    padding-bottom: 20px

}



.captions {

    padding-top: 10px

}



.border-top {

    border-top: 2px solid #eee;

    padding-top: 20px!important

}



.sm-rule {

    margin-top: 75px;

    margin-bottom: 75px;

    display: block;

    width: 20%

}



.about-lead {

    font-size: 1.6em!important;

    margin-bottom: 70px

}



.about-text {

    padding-left: 0;

    padding-right: 0;

    font-weight: 400

}



.about-text p {

    font-size: 1.2em

}



.about-text h3 {

    line-height: .9em;

    font-size: 1.9em;

    font-weight: 300;

    color: #da291c

}



.about-text h3 small {

    color: #333;

    font-size: .6em

}



@media (min-width:1200px) {

    .about-text {

        padding-left: 15px;

        padding-right: 15px

    }

}



#values-heading {

    margin-bottom: 20px

}



#about-core-values .container {

    position: relative

}



#about-core-values .about-broken-phone {

    position: absolute;

    top: -200px;

    right: -100px;

    width: 250px;

    height: auto;

    display: none

}



@media (min-width:992px) {

    .about-text {

        min-height: 225px;

        padding-left: 5px;

        padding-right: 5px

    }

    #about-www {

        margin-bottom: 50px

    }

    #about-core-values .about-broken-phone {

        display: inline;

        width: auto;

        overflow: visible

    }

}



#about-our-story blockquote {

    border: none!important;

    margin-bottom: 30px

}



#about-our-story blockquote p {

    font-size: 1.7em;

    text-align: center

}



@media (max-width:767px) {

    #about-our-story blockquote p {

        font-size: 1.3em

    }

}



#about-our-story blockquote footer {

    padding-top: 0;

    font-size: 1.2em;

    font-weight: 300;

    text-align: right

}



@media (max-width:767px) {

    #about-our-story blockquote footer {

        font-size: 1em

    }

}



.our-story-text {

    font-size: 1.3em;

    line-height: 1.5em

}



.our-story-text.top {

    padding-top: 0;

    margin-top: 40px

}



.our-story-text.top p {

    margin-top: 10px;

    margin-bottom: 50px

}



.our-story-text h2 {

    line-height: 1.8em;

    font-size: 1.5em;

    font-weight: 300;

    color: #da291c

}



.our-story-text h2 small {

    color: #333;

    font-size: .6em

}



.our-story-text p {

    margin-bottom: 50px

}



@media (max-width:767px) {

    .img-left,

    .img-right {

        margin: 0 auto!important

    }

}



.video-container {

    background-color: #fff;

    position: relative;

    padding-bottom: 52.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden

}



.video-container iframe {

    background-color: #fff;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%

}



#store-locator-container {

    position: relative;

    background-size: cover;

    min-height: 100%

}



@media (min-width:992px) and (max-width:1100px) {

    #store-locator-container .col-md-4.no-padding {

        width: 40.3%

    }

    #store-locator-container .col-md-8.no-padding {

        width: 59.6%

    }

}



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

    #store-locator-container .col-lg-3.no-padding {

        width: 35.3%

    }

    #store-locator-container .col-lg-9.no-padding {

        width: 64.6%

    }

}



#store-locator-container #map-locator {

    min-height: 364px

}



#location-search-bar-container {

    position: relative;

    border-bottom: 1px solid #E3E3EC

}



#location-search-bar-container #location-search-bar {

    padding-top: 15px

}



#location-search-bar-container input {

    background-color: #F4F4F7;

    padding: 20px 10px;

    border: none;

    font-size: 14px

}



#location-search-bar-container .input-group-addon {

    background-color: #F4F4F7;

    border: none;

    color: #CACACA

}



#location-search-bar-container h4,

#location-search-bar-container h5 {

    font-weight: 700;

    font-size: 14px;

    color: #424242

}



#location-search-bar-container h5,

#store-list-container #store-list .store-list-item .distance {

    font-size: 12px

}



.stores-near {

    padding: 25px 0 0

}



.stores-near h5 {

    font-weight: 700;

    font-size: 12px;

    color: #424242;

    margin-bottom: 0

}



#store-list-container {

    position: relative;

    overflow-y: scroll;

    max-height: 364px;

    width: 100%

}



#store-list-container span.text-success {

    color: #17A706;

    display: inline

}



@media (min-width:1200px) {

    #store-list-container {

        width: 100%

    }

}



#store-list-container #store-list {

    background: #fff;

    width: 100%;

    height: 100%;

    min-height: 100%

}



@media (min-width:992px) {

    #store-list-container #store-list {

        background: rgba(255, 255, 255, .87)

    }

}



#store-list-container #store-list .store-list-item {

    padding: 15px 0 15px 10px;

    border-bottom: 1px solid #eee;

    border-left: 5px solid transparent;

    position: relative

}



#store-list-container #store-list .store-list-item:hover {

    background: #fff;

    cursor: pointer

}



#store-list-container #store-list .store-list-item.row {

    margin-left: 0;

    margin-right: 0

}



#store-list-container #store-list .store-list-item.selected {

    background-color: #FBFBFB;

    border-left: 5px solid #da291c

}



#store-list-container #store-list .store-list-item .letter {

    text-align: center;

    padding: 0;

    margin-top: 30px;

    color: #fff;

    font-weight: 600;

    border-radius: 9999px

}



#store-list-container #store-list .store-list-item .letter .fa-stack .fa-circle-thin {

    color: #E3E3EC

}



#store-list-container #store-list .store-list-item .letter .fa-stack .fa-letter {

    color: #424242;

    font-style: normal

}



#store-list-container #store-list .store-list-item h3 {

    color: #343434;

    margin-top: 0;

    margin-bottom: 5px;

    font-size: 14px;

    line-height: 1.05em;

    font-weight: 700

}



#store-list-container #store-list .store-list-item .address,

#store-list-container #store-list .store-list-item .phone {

    color: #888;

    margin-top: 3px;

    font-size: 14px;

    display: block

}



#store-list-container #store-list .store-list-item .address a,

#store-list-container #store-list .store-list-item .links a,

#store-list-container #store-list .store-list-item .phone a {

    display: inline-block

}



#store-list-container #store-list .store-list-item .links {

    display: inline-block;

    font-size: 14px

}



#loc-address-hours .hours,

#loc-address-hours .locDirections,

#loc-address-hours .phone,

.store-popover .close-btn,

.store-popover .close-btn a span {

    display: block

}



#store-list-container #store-list .store-list-item .get-dir {

    margin-top: 5px

}



#store-list-container #store-list .store-list-item .open-distance {

    position: absolute;

    right: 10px;

    top: 9px

}



#store-list-container #store-list .view-more {

    width: 100%

}



#store-locator-container #viewMoreStores,

#storelist #viewMoreStores {

    margin-top: 15px

}



#store-locator-container hr,

#storelist hr {

    margin-top: 5px;

    margin-bottom: 10px;

    width: 100%

}



.store-popover {

    z-index: 20;

    background: rgba(255, 255, 255, .87)

}



.store-popover .close-btn {

    z-index: 1;

    position: absolute;

    top: 10px;

    right: 15px;

    font-size: 1.3em

}



.store-popover .close-btn a {

    transition: all .25s;

    color: #757575

}



.store-popover .close-btn a:hover {

    color: #da291c

}



.store-popover .store-img {

    width: 100px;

    height: 100px;

    float: left

}



.store-popover .store-img img {

    max-width: 100%!important

}



.store-popover .store-info {

    width: 250px;

    float: left;

    padding-top: 10px;

    margin-left: 15px;

    margin-right: 15px

}



.store-popover .store-info h3 {

    color: #343434;

    margin-top: 0;

    margin-bottom: 5px;

    font-size: 14px;

    line-height: 1.05em;

    font-weight: 700

}



.store-popover .store-info .address,

.store-popover .store-info .phone {

    color: #888;

    margin-top: 3px;

    font-size: 14px;

    display: block

}



#storelist .state-letter,

.store-popover .store-info .address a,

.store-popover .store-info .links a,

.store-popover .store-info .phone a {

    display: inline-block

}



.store-popover .store-info .links {

    display: inline-block;

    font-size: 14px

}



.store-popover .store-info .get-dir {

    margin-top: 5px

}



.store-popover .store-info .open-distance {

    position: absolute;

    right: 10px;

    top: 9px

}



.store-popover .walkin {

    margin-top: 30px

}



.store-popover .button-container {

    position: absolute;

    height: 30px;

    width: 305px;

    bottom: 6px;

    left: 175px;

    right: 10px

}



.store-popover .pointer {

    overflow: hidden;

    z-index: -1;

    position: absolute;

    bottom: -20px;

    left: 50%;

    margin-left: -20px;

    width: 40px;

    height: 40px;

    background: rgba(255, 255, 255, .87);

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg)

}



#storelist .dropdown {

    z-index: 100

}



#storelist .state-letter .fa-circle {

    color: #424242

}



#storelist .state-letter .fa-letter {

    color: #fff;

    font-style: normal

}



#storelist .dropdown-toggle {

    background: #FEFEFE;

    border: 1px solid #D8D8D8;

    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .05);

    border-radius: 2px;

    font-size: 14px

}



#storelist .dropdown-toggle:focus,

#storelist .dropdown-toggle:hover {

    color: #757575

}



#storelist .directory-header {

    padding: 30px 0

}



#storelist .directory-header .btn-group a {

    font-weight: 700;

    font-size: 20px;

    color: #424242;

    padding: 6px

}



#storelist .directory-header .btn-group a:hover {

    background-color: #da291c;

    color: #fff

}



#storelist .directory-header .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {

    border-right: none;

    border-top-left-radius: 100px;

    border-bottom-left-radius: 100px;

    border-color: #E6E6EE

}



#storelist .directory-header .btn-group>.btn:last-child:not(:first-child),

#storelist .directory-header .btn-group>.dropdown-toggle:not(:first-child) {

    border-left: none;

    border-top-right-radius: 100px;

    border-bottom-right-radius: 100px;

    border-color: #E6E6EE

}



#storelist .directory-header .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

    border-radius: 0;

    border-top: 1px solid #E6E6EE;

    border-bottom: 1px solid #E6E6EE;

    border-left: none;

    border-right: none

}



#storelist .directory-header .directory-tag {

    font-weight: 700;

    font-size: 12px;

    color: #424242;

    padding: 0 0 10px

}



#storelist .directory-header #alphaDirectory,

#storelist .directory-header .btn-toolbar {

    margin: 0

}



#storelist .directory-header #alphaDirectory .btn-default.disabled,

#storelist .directory-header .btn-toolbar .btn-default.disabled {

    background-color: transparent;

    opacity: 1;

    color: #d5d5d5

}



#storelist span.text-success {

    color: #17A706

}



#storelist .panel {

    border: none

}



#storelist .panel-heading {

    margin: 5px 0;

    padding: 15px

}



#storelist .panel-heading .panel-title {

    font-size: 14px;

    color: #343434;

    font-weight: 700

}



#storelist .panel-body h4 {

    font-size: 14px;

    color: #343434

}



#storelist .panel-body address {

    margin-bottom: 0;

    font-size: 14px;

    color: #888

}



#storelist .panel-body a {

    font-size: 14px

}



@media (max-width:768px) {

    #store-list-container {

        overflow-y: hidden;

        max-height: 400px

    }

    #storelist .panel-body address {

        margin-bottom: 10px

    }

    #storelist .panel-body a {

        margin-bottom: 0;

        font-weight: 500;

        text-align: center;

        vertical-align: middle;

        touch-action: manipulation;

        cursor: pointer;

        background-image: none;

        border: 1px solid #c32519;

        white-space: nowrap;

        padding: 6px 12px;

        font-size: 13px;

        line-height: 1.46153846;

        border-radius: 4px;

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

        transition: all .25s;

        color: #fff;

        background-color: #c32519;

        display: block;

        width: 100%

    }

    #storelist .panel-body a.active.focus,

    #storelist .panel-body a.active:focus,

    #storelist .panel-body a.focus,

    #storelist .panel-body a:active.focus,

    #storelist .panel-body a:active:focus,

    #storelist .panel-body a:focus {

        outline: dotted thin;

        outline: -webkit-focus-ring-color auto 5px;

        outline-offset: -2px

    }

    #storelist .panel-body a.focus,

    #storelist .panel-body a:focus,

    #storelist .panel-body a:hover {

        text-decoration: none

    }

    #storelist .panel-body a.active,

    #storelist .panel-body a:active {

        outline: 0;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)

    }

    #storelist .panel-body a.disabled,

    #storelist .panel-body a[disabled],

    fieldset[disabled] #storelist .panel-body a {

        cursor: not-allowed;

        pointer-events: none;

        opacity: .65;

        filter: alpha(opacity=65);

        box-shadow: none

    }

    #storelist .panel-body a.active,

    #storelist .panel-body a.focus,

    #storelist .panel-body a:active,

    #storelist .panel-body a:focus,

    #storelist .panel-body a:hover,

    .open>.dropdown-toggle#storelist .panel-body a {

        color: #fff;

        background-color: #ad2116;

        border-color: #a41f15

    }

    #storelist .panel-body a.active,

    #storelist .panel-body a:active,

    .open>.dropdown-toggle#storelist .panel-body a {

        background-image: none

    }

    #storelist .panel-body a.disabled,

    #storelist .panel-body a.disabled.active,

    #storelist .panel-body a.disabled.focus,

    #storelist .panel-body a.disabled:active,

    #storelist .panel-body a.disabled:focus,

    #storelist .panel-body a.disabled:hover,

    #storelist .panel-body a[disabled],

    #storelist .panel-body a[disabled].active,

    #storelist .panel-body a[disabled].focus,

    #storelist .panel-body a[disabled]:active,

    #storelist .panel-body a[disabled]:focus,

    #storelist .panel-body a[disabled]:hover,

    fieldset[disabled] #storelist .panel-body a,

    fieldset[disabled] #storelist .panel-body a.active,

    fieldset[disabled] #storelist .panel-body a.focus,

    fieldset[disabled] #storelist .panel-body a:active,

    fieldset[disabled] #storelist .panel-body a:focus,

    fieldset[disabled] #storelist .panel-body a:hover {

        background-color: #da291c;

        border-color: #da291c

    }

    #storelist .panel-body a .badge {

        color: #da291c;

        background-color: #fff

    }

    #storelist .panel-body a.btn-outline:focus,

    #storelist .panel-body a.btn-outline:hover {

        color: #fff

    }

    #storelist .panel-body .col-xs-6 {

        padding: 0 2px

    }

}



#loc-address-hours h1 {

    color: #363636

}



#loc-address-hours .badge.coming-soon {

    margin-top: -5px;

    vertical-align: middle;

    background: #da291c

}



#loc-address-hours .address *,

#loc-address-hours .hours,

#loc-address-hours .locDirections,

#loc-address-hours .phone {

    font-size: 1.2em

}



#loc-address-hours .phone {

    margin-top: 5px;

    color: #da291c;

    font-size: 1.6em;

    font-weight: 600

}



#loc-address-hours a {

    text-decoration: none

}



#loc-address-hours #hours-container {

    margin-top: 15px;

    margin-bottom: 30px

}



#loc-address-hours #hours-container h4 {

    font-size: 1.2em;

    font-weight: 600

}



#loc-address-hours .btn,

#loc-address-hours button {

    float: none!important;

    margin-bottom: 15px;

    width: 100%

}



#loc-address-hours .walkin-text {

    font-weight: 400!important;

    margin-top: 15px

}



#loc-img-container .image-map-display {

    height: 430px;

    overflow: hidden;

    position: relative

}



#loc-img-container .image-map-display img {

    width: 100%;

    position: relative;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%)

}



#loc-img-container ul#loc-img-nav {

    margin-top: 10px;

    display: inline;

    list-style: none

}



#loc-img-container ul#loc-img-nav li {

    margin-left: 5px;

    margin-right: 5px;

    padding: 1px;

    border: 1px solid #757575;

    height: 80px;

    overflow: hidden

}



#loc-img-container ul#loc-img-nav li a {

    margin: 1px

}



#loc-img-container ul#loc-img-nav li img {

    width: 100%;

    position: relative;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%)

}



#loc-img-container ul#loc-img-nav li:first-child {

    margin-left: 0

}



#loc-img-container ul#loc-img-nav li:last-child {

    margin-right: 0

}



#loc-img-container ul#loc-img-nav li:hover {

    border: 1px solid #da291c

}



#loc-img-container ul#loc-img-nav li.active {

    border: 1px solid #da291c;

    position: relative

}



#location-services {

    padding-top: 20px

}



#location-services a {

    display: block;

    width: 100%;

    min-height: 100%;

    padding: 20px;

    margin-top: 15px;

    margin-bottom: 15px;

    text-decoration: none;

    transition: box-shadow .5s;

    border: 1px solid transparent

}



@media (min-width:768px) {

    #location-services a:focus,

    #location-services a:hover {

        border: 1px solid #bdbdbd;

        box-shadow: 0 0 10px rgba(0, 0, 0, .54)

    }

    #location-services a:focus .home-serv-caption,

    #location-services a:hover .home-serv-caption {

        color: #da291c

    }

}



#location-services .home-serv-caption {

    display: block;

    margin: 0 auto;

    padding-top: 20px;

    font-size: 1em;

    font-weight: 600;

    color: #616161

}



#location-information h2.section-head {

    margin-top: 0;

    font-size: 2.5em;

    margin-bottom: 30px

}



#loc-summary p {

    font-size: 1.2em;

    padding-bottom: 10px

}



#loc-leadership img {

    border-radius: 9999px

}



#loc-leadership h3 {

    font-weight: 600;

    font-size: 1.6em;

    margin-bottom: 0

}



#loc-leadership span.title {

    color: #363636;

    display: block;

    font-size: 1.2em

}



#loc-leadership button {

    margin-top: 15px

}



#loc-leadership-img {

    margin-top: 20px;

    padding-bottom: 0

}



#loc-leadership-img .employee-nav {

    padding-top: 30%

}



#loc-leadership-img .employee-nav a {

    display: block

}



@media (max-width:768px) {

    #location-services .home-serv-caption {

        height: 45px!important

    }

}



@media (min-width:992px) {

    #loc-summary {

        padding-left: 20px;

        padding-right: 20px

    }

}



@media (min-width:1200px) {

    #loc-summary {

        padding-left: 40px;

        padding-right: 80px

    }

    #loc-leadership .back,

    #loc-leadership .card-container,

    #loc-leadership .front {

        height: 350px

    }

}



.loc-result {

    position: relative

}



.loc-result .loc-details {

    display: inline-block;

    padding-right: 55px

}



.loc-result .loc-distance {

    position: absolute;

    right: 15px;

    top: 30%

}



.loc-result .loc-distance i {

    color: inherit;

    margin-right: 5px

}



.card-container {

    -webkit-perspective: 800px;

    -o-perspective: 800px;

    perspective: 800px;

    margin-bottom: 30px

}



.card-container.hover.manual-flip .card,

.card-container:not(.manual-flip):hover .card {

    -webkit-transform: rotateY(180deg);

    transform: rotateY(180deg)

}



.card-container.static.hover .card,

.card-container.static:hover .card {

    -webkit-transform: none;

    transform: none

}



.card {

    transition: -webkit-transform .5s;

    transition: transform .5s;

    transition: transform .5s, -webkit-transform .5s;

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

    position: relative

}



.back,

.front {

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    position: absolute;

    top: 0;

    left: 0

}



.front {

    z-index: 2

}



.back {

    -webkit-transform: rotateY(180deg);

    transform: rotateY(180deg);

    z-index: 3;

    background-color: #FFF;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .14)

}



.back .btn-simple {

    position: absolute;

    left: 0;

    bottom: 4px

}



.card {

    background: none;

    border-radius: 4px;

    color: #444

}



.back,

.card-container,

.front {

    width: 100%;

    display: block;

    height: 325px;

    border-radius: 4px

}



.card .user {

    border-radius: 50%;

    display: block;

    margin: 0 auto;

    overflow: hidden;

    width: 90%

}



.card .user img {

    width: 100%

}



.card .content {

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

    box-shadow: none;

    padding: 10px 20px 20px;

    display: block

}



.card .employee-info {

    font-size: 1.1em

}



.card .job-title {

    color: #757575;

    font-size: 1.1em;

    text-align: center;

    margin-bottom: 20px

}



.card .footer {

    border-top: 1px solid #EEE;

    color: #999;

    margin: 30px 0 0;

    padding: 10px 0 0;

    text-align: center

}



.card .footer .btn-simple {

    margin-top: -6px

}



.card .header {

    padding: 15px 20px;

    height: 90px

}



pre.prettyprint {

    background-color: #fff;

    border: 1px solid #999;

    margin-top: 20px;

    padding: 20px;

    text-align: left

}



.btn-simple {

    opacity: .8;

    color: #666;

    background-color: transparent

}



.btn-simple:focus,

.btn-simple:hover {

    background-color: transparent;

    box-shadow: none;

    opacity: 1

}



.btn-simple i {

    font-size: 16px

}



@media screen and (-ms-high-contrast:active),

(-ms-high-contrast:none) {

    .back,

    .front {

        -webkit-backface-visibility: visible;

        backface-visibility: visible

    }

    .back {

        visibility: hidden;

        -ms-transition: all .2s cubic-bezier(.92, .01, .83, .67)

    }

    .front {

        z-index: 4

    }

    .card-container:hover .back {

        z-index: 5;

        visibility: visible

    }

}



.bg-mobile-section {

    background-image: url(http://www.swifttechbuy.com/wp-content/themes/swift-cells/images/locators/graymap.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    display: block

}



.mobile-store-info-block-red {

    background: #b71c1c

}



.mobile-store-info-block {

    padding: 10px

}



.mobile-store-info-block .well {

    margin-bottom: 0;

    padding: 10px 10px 0;

    background-color: #fff

}



.mobile-store-info-block .well h3 {

    font-weight: 700;

    margin-top: 0;

    margin-bottom: 0

}



.mobile-store-info-block .well h3 a {

    font-size: 15px;

    font-weight: 400

}



.mobile-store-info-block .well address {

    display: inline;

    margin-top: 3px;

    margin-bottom: 3px;

    margin-right: 10px

}



.mobile-store-info-block .well span {

    font-size: 15px;

    font-weight: 600

}



.mobile-store-info-block .well span.open {

    color: #4caf50

}



.mobile-store-info-block .well span.closed {

    color: #b71c1c

}



.mobile-store-info-block .footer-buttons .footer-btn {

    float: left;

    width: 50%;

    padding: 10px 2.5px

}



.mobile-store-info-block .footer-buttons .footer-btn i {

    font-size: 1.3em;

    vertical-align: text-bottom

}



.mobile-store-info-block .footer-buttons .footer-btn a {

    color: #9e9e9e;

    display: block;

    font-size: 16px;

    font-weight: 700;

    text-align: center;

    width: 100%;

    border-radius: 100px;

    padding: 10px 5px;

    margin-top: 5px;

    background-color: transparent;

    border: 1px solid #d8d8d8

}



.mobile-store-info-block .footer-buttons .footer-btn a span {

    text-transform: uppercase

}



.mobile-store-info-block .footer-buttons .footer-btn .btn-blue {

    background-color: #0696D6;

    color: #fff;

    border: none

}



.find-store {

    display: block;

    padding: 25px 20px 20px;

    text-align: center;

    text-transform: uppercase

}



.find-store .pin-question {

    background-image: url(http://www.swifttechbuy.com/wp-content/themes/swift-cells/images/locators/pin.png);

    background-repeat: no-repeat;

    background-size: contain;

    display: block;

    height: 60px;

    width: 60px;

    margin: 0 auto

}



.find-store h2 {

    color: #3B3B53

}



.find-store h1 {

    font-size: 20px;

    margin: 10px 0;

    font-weight: 700

}



.find-store label {

    color: #46465C

}



.find-store .alert {

    margin-top: 15px

}



.find-store .input-group {

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12);

    margin: 0 0 10px;

    width: 100%

}



.find-store .input-group:focus {

    box-shadow: 0 0 4px 0 #42a5f5

}



.find-store .input-group input {

    color: #616161;

    padding: 15px;

    width: 100%

}



.find-store .input-group input:focus {

    border: 1px solid #29b6f6;

    border-right: none;

    outline: 0

}



.find-store .input-group input:focus+.input-group-btn .btn-default {

    outline: 0;

    border: 1px solid #29b6f6;

    border-left: none

}



.find-store .input-group .input-group-btn .btn-default,

.find-store .input-group input {

    border: none;

    height: 40px

}



.find-store .input-group .input-group-btn .btn-default {

    background: #fff;

    color: #e0e0e0;

    font-size: 18px;

    margin-left: -1px;

    padding: 5px

}



#mail-in-inner-window input[type=radio],

#mail-in-inner-window input[type=radio]+strong {

    margin: 0;

    vertical-align: middle

}



#mail-in-inner-window .btn#modify-details {

    float: left

}



#mail-in-inner-window .btn#confirm-order {

    float: right

}



#mail-in-inner-window #shipping-method .mail-in-instructions {

    font-weight: 300

}



#mail-in-inner-window #shipping-method .mail-in-instructions:last-of-type {

    margin-top: 10px;

    margin-bottom: 0

}



#mail-in-inner-window #shipping-method .shipping-block {

    margin-top: 0;

    padding: 5px

}



#mail-in-inner-window #shipping-method .shipping-block:first-of-type {

    margin-bottom: 10px

}



#mail-in-inner-window #shipping-method .shipping-block p {

    color: #757575;

    font-size: 16px;

    font-weight: 700;

    text-align: center;

    text-transform: uppercase

}



#mail-in-inner-window #shipping-method .shipping-block ul {

    list-style-type: none;

    padding-left: 0

}



#mail-in-inner-window #shipping-method .shipping-block ul li {

    display: inline-block;

    float: left;

    margin-bottom: 5px;

    padding: 0 3px;

    width: 50%

}



#mail-in-inner-window #shipping-method .shipping-block ul li a {

    background-color: #fafafa;

    color: #616161;

    border: 1px solid rgba(0, 0, 0, .12);

    border-radius: 2px;

    display: block;

    padding: 10px;

    text-align: center

}



#mail-in-inner-window #shipping-method .shipping-block ul li a span {

    display: block;

    font-size: 2em;

    margin: 0 auto 5px

}



#mail-in-inner-window #shipping-method .shipping-block ul li a:hover {

    background-color: #fff;

    color: #000

}



#appointment-inner-window p span,

#mail-in-inner-window p span {

    display: block

}



#appointment-inner-window p.icon-paragraph span,

#mail-in-inner-window p.icon-paragraph span {

    padding-left: 18px;

    position: relative

}



#appointment-inner-window p.icon-paragraph span i,

#mail-in-inner-window p.icon-paragraph span i {

    position: absolute;

    left: 0;

    top: 4px

}



#appointment-inner-window span i,

#mail-in-inner-window span i {

    margin-right: 5px

}



@media (max-width:767px) {

    #appointment-inner-window .mini-cart-total table,

    #mail-in-inner-window .mini-cart-total table {

        margin-bottom: 0

    }

    #appointment-inner-window .btn,

    #mail-in-inner-window .btn {

        display: block;

        float: none;

        width: 100%

    }

    #appointment-inner-window .btn#back-to-calendar-btn,

    #appointment-inner-window .btn#modify-details,

    #appointment-inner-window .btn#print-button,

    #mail-in-inner-window .btn#back-to-calendar-btn,

    #mail-in-inner-window .btn#modify-details,

    #mail-in-inner-window .btn#print-button {

        margin-bottom: 30px

    }

}



#appointment-inner-window span#date-time {

    display: inline-block

}



#ubif-wizard .ubif-wizard,

#ubif-wizard .ubif-wizard:after,

#ubif-wizard .ubif-wizard:before {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: "Open Sans"

}



#ubif-wizard .ubif-wizard {

    width: 410px;

    margin: 0 auto;

    text-align: center

}



#ubif-wizard .ubif-wizard .bar,

#ubif-wizard .ubif-wizard .circle {

    display: inline-block;

    background: #fff;

    width: 40px;

    height: 40px;

    border-radius: 40px;

    border: 1px solid #d5d5da

}



#ubif-wizard .ubif-wizard .bar {

    position: relative;

    width: 80px;

    height: 6px;

    margin: 0 -5px 30px;

    border-left: none;

    border-right: none;

    border-radius: 0

}



#ubif-wizard .ubif-wizard .circle .label {

    display: inline-block;

    width: 32px;

    height: 32px;

    line-height: 32px;

    border-radius: 32px;

    margin-top: 4px;

    color: #b5b5ba;

    font-size: 17px;

    padding: 0!important

}



#ubif-wizard .ubif-wizard .circle .title {

    color: #b5b5ba;

    font-size: 14px;

    line-height: 30px;

    margin-top: 3px

}



#ubif-wizard .ubif-wizard .bar.done,

#ubif-wizard .ubif-wizard .circle.done {

    background: #eee

}



#ubif-wizard .ubif-wizard .bar.active {

    background: linear-gradient(to right, #EEE 40%, #FFF 60%)

}



#ubif-wizard .ubif-wizard .circle.done .label {

    color: #FFF;

    background: #666;

    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2)

}



#ubif-wizard .ubif-wizard .circle.done .title {

    color: #444

}



#ubif-wizard .ubif-wizard .circle.active .label {

    color: #FFF;

    background: #a70202;

    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2)

}



#ubif-wizard .ubif-wizard .circle.active .title {

    color: #a70202

}



#ubif-wizard .ubif-wizard .circle,

#ubif-wizard .ubif-wizard .circle * {

    cursor: pointer;

    cursor: hand

}



#ubif-wizard .ubif-wizard .circle.active,

#ubif-wizard .ubif-wizard .circle.active * {

    cursor: auto

}



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

    #ubif-wizard .ubif-wizard {

        width: 100%

    }

    #ubif-wizard .ubif-wizard .bar {

        width: 40px

    }

}



#ubif-new-wizard {

    padding: 0 14px

}



#ubif-new-wizard h1,

#ubif-new-wizard h2,

#ubif-new-wizard h3,

#ubif-new-wizard h4 {

    margin: 0!important

}



#ubif-new-wizard .stage-container {

    border-bottom: 1px solid #dadada;

    padding: 15px 0 35px

}



#ubif-new-wizard .stage {

    position: relative;

    text-align: center;

    min-height: 112px

}



#ubif-new-wizard .stage:after,

#ubif-new-wizard .stage:before {

    position: absolute;

    top: 50%;

    margin-top: -33px;

    width: 50%;

    height: 5px;

    border-top: 1px solid #d9d9d9;

    border-bottom: 1px solid #d9d9d9;

    content: ''

}



#ubif-new-wizard .stage.tmm-current .stage-header,

#ubif-new-wizard .stage.tmm-success .stage-header,

#ubif-new-wizard .stage.tmm-success:after,

#ubif-new-wizard .stage.tmm-success:before {

    border: none

}



#ubif-new-wizard .stage:before {

    left: 0

}



#ubif-new-wizard .stage:after {

    right: 0

}



#ubif-new-wizard .stage:first-child+.stage+.stage+.stage:after,

#ubif-new-wizard .stage:first-child:before {

    display: none

}



#ubif-new-wizard .stage.tmm-current:after,

#ubif-new-wizard .stage.tmm-current:before {

    border: none;

    cursor: none!important

}



#ubif-new-wizard .stage.tmm-success .stage-header:after {

    position: absolute;

    top: 51px;

    left: -51px;

    font-size: 16px;

    text-shadow: none;

    font-weight: 100

}



#ubif-new-wizard .stage.tmm-success .stage-header.head-number:after {

    top: 42px

}



#ubif-new-wizard .stage-header {

    display: inline-block;

    width: 50px;

    height: 50px;

    text-align: center;

    font-size: 20px;

    color: #a9a9a9;

    border: 1px solid #d9d9d9;

    position: relative;

    z-index: 1;

    cursor: pointer;

    border-radius: 50%

}



#ubif-new-wizard .stage-header.head-number {

    color: #a9a9a9;

    font-weight: 700;

    line-height: 2.5em;

    margin-bottom: 7px

}



#ubif-new-wizard .stage-content {

    width: 153px;

    max-height: 52px;

    margin: 0 auto

}



@media (max-width:767px) {

    #ubif-new-wizard .stage-content {

        width: 100%

    }

}



#ubif-new-wizard .steps {

    color: #636363;

    float: right

}



#ubif-new-wizard .stage-header,

#ubif-new-wizard .stage:after,

#ubif-new-wizard .stage:before {

    background-color: #eaeaea

}



#ubif-new-wizard .stage.tmm-current .stage-header,

#ubif-new-wizard .stage.tmm-current:after,

#ubif-new-wizard .stage.tmm-current:before {

    background-color: #da291c

}



#ubif-new-wizard .stage-title {

    padding-left: 0;

    text-align: center;

    color: #464646

}



#ubif-new-wizard .stage-info {

    text-align: center;

    font-size: 11px;

    line-height: 1.4;

    color: #a8a8a8

}



#ubif-new-wizard .stage.tmm-current .stage-header.head-number {

    color: #fff

}



#ubif-new-wizard .stage.tmm-success .stage-header,

#ubif-new-wizard .stage.tmm-success:after,

#ubif-new-wizard .stage.tmm-success:before {

    background-color: #92cf5c

}



#ubif-new-wizard .stage.tmm-success .stage-header.head-number {

    color: #3c611b

}



#ubif-new-wizard .stage.tmm-success .stage-header:after {

    color: #92cf5c

}



#cart-table .prodOpt {

    display: block;

    font-size: 10px

}



.confOptHold strong {

    display: block;

    margin-top: 10px

}



.confOptHold p {

    display: block;

    margin-top: 0;

    margin-bottom: 0

}



.responsive-calendar .controls {

    text-align: center;

    margin-bottom: 15px

}



.responsive-calendar .controls a {

    cursor: pointer

}



.responsive-calendar .controls h4 {

    display: inline;

    color: #000;

    font-size: 24px

}



.responsive-calendar .day-headers,

.responsive-calendar .days {

    font-size: 0

}



.responsive-calendar .day {

    display: inline-block;

    position: relative;

    width: 14.285714285714286%;

    text-align: center;

    font-family: Roboto, sans-serif;

    font-weight: 100;

    font-size: 20px

}



.responsive-calendar .day a {

    color: #000;

    display: block;

    cursor: pointer;

    padding: 20% 0;

    border-radius: 4px;

    text-shadow: 0 1px 0 #eee;

    margin: 2%

}



.responsive-calendar .future a:hover {

    background-color: #eee;

    text-decoration: none;

    text-shadow: none;

    color: #fff!important

}



.responsive-calendar .past a:hover {

    background-color: #fff;

    text-decoration: none;

    text-shadow: none;

    color: #000!important

}



.responsive-calendar .day.header {

    border-bottom: 1px grey solid;

    color: #000;

    font-weight: 700;

    font-size: 14px

}



.responsive-calendar .day.active a {

    background-color: #e6e6e6;

    color: #191919

}



.responsive-calendar .day.active a:hover {

    background-color: #a70202

}



.responsive-calendar .day.active .not-current {

    background-color: #8fcaef;

    color: #fff

}



.responsive-calendar .day.active .not-current:hover {

    background-color: #bcdff5

}



.responsive-calendar .day.not-current a {

    color: #ddd

}



.responsive-table {

    width: 100%;

    overflow-x: auto;

    overflow-y: hidden

}



.responsive-table table {

    width: 100%;

    min-width: 700px

}



.responsive-calendar .day .badge {

    position: absolute;

    top: 1px;

    right: 1px;

    z-index: 1;

    font-family: Cuprum, sans-serif;

    font-weight: 400;

    font-size: 11px!important;

    padding: 2px 3px!important;

    display: inline-block;

    min-width: 6px;

    margin: 2px;

    line-height: 1;

    color: #fff;

    text-align: center;

    white-space: nowrap;

    vertical-align: baseline;

    background-color: #a70202;

    border-radius: 10px

}



.responsive-calendar .header,

.sitemap-container h2,

.sitemap-container h3,

.sitemap-container h4 {

    margin-bottom: 0!important

}



.responsive-calendar .today a {

    background-color: #efefef!important;

    color: #a70202!important;

    font-weight: 700

}



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

    #ubif-new-wizard .stage {

        display: none!important

    }

    #ubif-new-wizard .tmm-current {

        display: block!important

    }

    .responsive-calendar .day a {

        margin: 12%

    }

    .responsive-calendar .day a em {

        display: none

    }

    .responsive-calendar .day .badge {

        top: 1px;

        right: 7px

    }

}



.product-margin-fix {

    margin-bottom: 0;

    padding-bottom: 0

}



.no-hover:hover {

    background: #f5f5f5!important;

    cursor: default!important

}



#product-vid-container {

    background: #f5f5f5;

    padding-top: 20px;

    padding-bottom: 20px

}



#product-vid-container:hover {

    background: #eee;

    cursor: pointer

}



#product-vid-container #pvid-state-1 img.thumb {

    -webkit-box-flex: 1;

    flex-grow: 1;

    box-shadow: 2px 3px 5px rgba(0, 0, 0, .54);

    display: block

}



#product-vid-container #pvid-state-1>.row {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: start;

    justify-content: flex-start

}



#product-vid-container #pvid-state-2 h2 {

    margin-top: 0;

    margin-bottom: 20px;

    font-size: 1.3em

}



#product-vid-container #pvid-state-2 h2 span {

    color: #da291c

}



#product-vid-container #pvid-state-2 .pv-yt-container {

    margin-bottom: 20px

}



#product-vid-container #vid-cta-title {

    -webkit-box-flex: 2;

    flex-grow: 2

}



#product-vid-container #vid-cta-title h2 {

    font-size: 1.5em;

    margin-top: 0;

    margin-bottom: 0

}



#product-vid-container a {

    display: block;

    font-size: 1.3em;

    text-decoration: none

}



#product-vid-container .pvid-hidden {

    display: none

}



.video-view-toggle {

    -webkit-box-flex: 1;

    flex-grow: 1

}



.video-view-toggle>img {

    width: 35px;

    height: 35px;

    opacity: .35

}



.video-view-toggle>img:hover {

    opacity: .8;

    cursor: pointer

}



.video-view-toggle.open {

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    padding-top: 0

}



.loc-address {

    position: relative

}



@media (min-width:992px) {

    #product-vid-container h2 {

        margin-top: 25px;

        margin-bottom: 0

    }

    #product-vid-container a {

        display: block;

        font-size: 1.3em;

        text-decoration: none

    }

    #product-vid-container #pvid-state-2 {

        padding-top: 20px

    }

    #product-vid-container #pvid-state-2 h2 {

        font-size: 2em;

        margin-bottom: 40px

    }

    #product-vid-container #pvid-state-2 .pv-yt-container {

        margin-bottom: 40px

    }

    #product-vid-container #vid-cta-title {

        -webkit-box-flex: 1;

        flex-grow: 1

    }

    #product-vid-container #vid-cta-title h2 {

        font-size: 1.5em;

        margin-top: 0;

        margin-bottom: 0

    }

    .video-view-toggle>img {

        width: 50px;

        height: 50px

    }

    .video-view-toggle.open {

        padding-top: 0

    }

    .quote_change_store {

        float: right

    }

}



@media (max-width:991px) {

    .quote_change_store {

        display: block;

        padding-top: 5px;

        padding-bottom: 5px

    }

}



#product-info-container h1 {

    color: #363636;

    margin-bottom: 0

}



#product-info-container h2.product-price {

    margin-top: 5px;

    margin-bottom: 15px;

    color: #da291c;

    font-size: 2.5em

}



#product-info-container .product-description {

    padding-bottom: 20px;

    font-size: 1.2em

}



#product-info-container .product-description ul {

    margin-top: 10px

}



#product-info-container .product-description ul li {

    margin-top: 5px

}



#product-info-container .walkin-text {

    color: #da291c;

    margin-top: 0;

    margin-bottom: 25px

}



#product-info-container p.call-for-price {

    padding-top: 30px

}



#product-info-container p.call-for-price span {

    display: block;

    font-size: 1.3em;

    font-weight: 600;

    color: #da291c

}



#product-info-container p.call-for-price i {

    color: #616161

}



#product-info-container .tags,

#product-info-container .tags a,

#product-info-container .tags a:hover {

    color: #9e9e9e

}



#product-info-container .tags {

    margin-top: 40px

}



.options .optionChoice {

    border-color: #616161;

    border-radius: 5px;

    font-size: 16px;

    padding: 5px

}



.options .optionChoice:active,

.options .optionChoice:focus {

    border-color: #da291c;

    box-shadow: none;

    outline: 0

}



.options .optionChoice:first-of-type {

    margin-bottom: 10px;

    margin-right: 5px

}



.repair-info-lead.lead ul,

.repair-info-lead.lead ul li {

    margin-top: 10px

}



#franchising-why {

    background: #eee;

    background: linear-gradient(to right, #da291c 0, #da291c 50%, #eee 51%, #eee 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='@gray-lighter', GradientType=1);

    padding-top: 0;

    padding-bottom: 0

}



#franchising-why.ca {

    background: #da291c

}



#franchising-why.ca .why h1 {

    text-align: center

}



#franchising-why.ca .request {

    margin-bottom: 2em

}



@media (max-width:767px) {

    #franchising-why.container-fluid {

        padding-left: 0!important;

        padding-right: 0!important

    }

}



#franchising-why .why,

#franchising-why .why.ca {

    padding-right: 10px;

    padding-bottom: 40px

}



#franchising-why .why {

    color: #fff;

    font-weight: 400;

    font-size: 1em;

    padding-top: 20px;

    background-color: #da291c

}



@media (min-width:768px) {

    #franchising-why .why {

        padding-top: 30px;

        padding-right: 30px;

        padding-bottom: 0

    }

}



@media (min-width:992px) {

    #franchising-why .why {

        padding-top: 45px;

        padding-right: 50px;

        font-size: 1.2em

    }

}



#franchising-why .why h1 {

    text-align: center;

    color: #fff;

    font-weight: 300;

    font-size: 1.9em;

    margin-bottom: 25px

}



@media (min-width:768px) {

    #franchising-why .why h1 {

        text-align: left;

        font-size: 1.9em

    }

}



.franchise-landing #siteNotice,

.franchise-landing .gm-style-iw {

    text-align: center

}



#franchising-why .why .why-text {

    padding-bottom: 25px;

    font-weight: 300;

    font-size: 1.2em

}



@media (min-width:992px) {

    #franchising-why .why .why-text {

        padding-bottom: 40px;

        font-size: 1em

    }

}



@media (min-width:1200px) {

    #franchising-why .why {

        padding-top: 50px

    }

    #franchising-why .why .why-text {

        font-size: 1.2em

    }

}



#franchising-why .why.why-spanish {

    padding-top: 25px;

    font-size: 1em

}



#franchising-why .the-numbers {

    background-color: #eee;

    padding-top: 20px;

    padding-bottom: 90px

}



@media (min-width:768px) {

    #franchising-why .the-numbers {

        padding-bottom: 100px

    }

}



#franchising-why .the-numbers h2 {

    font-weight: 800;

    font-size: 3em;

    margin-bottom: -10px

}



@media (min-width:992px) {

    #franchising-why .the-numbers {

        background-image: url(../../../../image/about/iphone.png);

        background-position: left 0 bottom 0;

        background-repeat: no-repeat;

        padding-top: 30px;

        padding-left: 80px

    }

    #franchising-why .the-numbers h2 {

        font-size: 3.5em;

        margin-bottom: -10px

    }

}



@media (min-width:1200px) {

    #franchising-why .the-numbers h2 {

        font-size: 4em;

        margin-bottom: -10px

    }

}



#franchising-why .the-numbers .num-container h3 {

    color: #da291c;

    font-weight: 800;

    font-size: 3.5em;

    margin-bottom: -5px;

    position: relative

}



@media (min-width:992px) {

    #franchising-why .the-numbers .num-container h3 {

        font-size: 4em;

        margin-bottom: -5px

    }

}



@media (min-width:1200px) {

    #franchising-why .the-numbers .num-container h3 {

        font-size: 4.5em;

        margin-bottom: -5px

    }

}



#franchising-why .the-numbers .num-container h3 span {

    font-weight: 400;

    font-size: .35em!important;

    color: #a8a8a8;

    position: absolute;

    top: .35em

}



#franchising-why .the-numbers .num-container .num-context {

    font-size: 1.2em

}



.stat-container {

    padding-bottom: 16px;

    padding-top: 6px

}



.stat-container .ref {

    color: #a8a8a8;

    font-size: .8em;

    margin-left: 10px

}



#franchising-qs .q-container h4,

#franchising-req .req-text {

    font-size: 1.2em

}



#franchising-req .section-head {

    margin-bottom: 30px

}



#franchising-req .lead {

    margin-bottom: 40px

}



#franchising-req .req-list {

    margin-left: 0;

    padding-left: 20px;

    margin-bottom: 60px

}



#franchising-req .req-list li {

    padding-left: 0;

    margin-bottom: 15px

}



#franchising-qs .section-head {

    margin-bottom: 50px

}



#franchising-qs .q-container {

    font-size: 1.2em;

    margin-bottom: 50px

}



#franchising-form {

    padding-bottom: 150px;

    background-color: #eee

}



#franchising-form #franchising-success {

    display: none

}



#franchising-form .section-head {

    color: #da291c!important;

    padding-bottom: 40px

}



@media (min-width:768px) {

    #franchising-form .section-head {

        color: #fff!important

    }

}



#franchising-form .lead,

#franchising-form .ty_text {

    color: #757575;

    font-size: 1.5em;

    margin-bottom: 40px

}



#franchising-form .lead a,

#franchising-form .ty_text a {

    color: #757575

}



#franchising-form .lead a:hover,

#franchising-form .ty_text a:hover {

    color: #da291c

}



#franchising-form span.wait {

    display: block;

    margin: 0 auto 1em;

    text-align: center

}



@media (min-width:768px) {

    #franchising-form .lead,

    #franchising-form .lead a,

    #franchising-form .ty_text,

    #franchising-form .ty_text a {

        color: #eee

    }

    #franchising-form {

        background-image: url(../../../../image/about/store-bg-dark-3.jpg);

        background-size: cover

    }

}



#franchising-form .form-container {

    background: #eee;

    padding: 0

}



@media (min-width:768px) {

    #franchising-form .form-container {

        padding: 30px 30px 15px

    }

}



#disclaimer-container {

    padding-top: 40px;

    padding-bottom: 40px

}



#disclaimer-container .disclaimer {

    font-size: .8em

}



.franchise-landing #franchising-why {

    background: #eee;

    padding-bottom: 50px

}



.franchise-landing #franchising-why .why {

    background-color: transparent;

    color: #424242

}



.franchise-landing #franchising-why .why-landing h1 {

    color: #da291c;

    font-weight: 800;

    margin: 0

}



.franchise-landing #franchising-why .why-landing h3 {

    color: #424242;

    margin-top: 0;

    font-weight: 300

}



.franchise-landing #franchising-why .why-landing p {

    line-height: 1.75

}



.franchise-landing #franchising-why .why-landing address span {

    font-weight: 700

}



.franchise-landing #franchising-why .why-switch h1 {

    color: #424242;

    font-weight: 300

}



.franchise-landing #franchising-why .why-switch h3 {

    color: #da291c;

    font-weight: 700

}



.franchise-landing #franchising-why .the-numbers {

    background-color: transparent;

    background-image: none;

    padding: 75px 0 0

}



.franchise-landing #franchising-why .phone {

    background-image: url(../../../../image/broken_phone.png);

    background-position: left 50px;

    background-repeat: no-repeat;

    padding-top: 125%

}



.franchise-landing #franchising-why.franchising-numbers {

    background-color: #fff;

    padding-bottom: 0

}



.franchise-landing .white-sub-nav {

    padding: 20px 0

}



.franchise-landing #map {

    height: 500px;

    width: 100%

}



.franchise-landing #siteNotice ul {

    list-style-type: none;

    padding-left: 0

}



@media (max-width:768px) {

    .franchise-landing .mobile-hide {

        display: none

    }

    .franchise-landing #franchising-why {

        padding: 0

    }

    .franchise-landing #franchising-why .the-numbers {

        padding: 50px 0 80px

    }

    .franchise-landing #franchising-why .why-landing {

        padding-top: 30px;

        padding-bottom: 15px

    }

    .franchise-landing #franchising-why .why-switch {

        padding-top: 0;

        padding-bottom: 40px

    }

    .franchise-landing #franchising-why .why-landing h1,

    .franchise-landing #franchising-why .why-landing h3 {

        text-align: left

    }

    .franchise-landing #franchising-form {

        padding: 0

    }

    .franchise-landing #franchising-form .section-head {

        padding-bottom: 30px;

        padding-top: 30px

    }

    .margin-fix {

        margin-top: 0!important

    }

}



.navbar-primary.navbar-franchise {

    background-color: #212121

}



.navbar-primary.navbar-franchise .top-link .fa-circle-thin {

    color: #484848

}



.franchise-landing.repairs-landing.repairs-landing-bg {

    background: #F7F7F7

}



.franchise-landing.repairs-landing.repairs-landing-bg .jumbotron h3 {

    font-size: 35px

}



.franchise-landing.repairs-landing.repairs-landing-bg .culture {

    padding-top: 60px

}



div.franchise-landing h3 {

    margin-top: 0!important

}



div.franchise-landing div.jumbotron {

    background-repeat: no-repeat;

    background-position: 60% 0;

    background-size: 775px;

    min-width: 200%;

    margin-left: -50%

}



div.franchise-landing div.jumbotron .btn-white {

    font-size: 18px;

    padding: 15px 25px;

    font-weight: 600

}



div.franchise-landing div.jumbotron h3 {

    font-weight: 600;

    margin-bottom: 0;

    font-size: 36px

}



div.franchise-landing div.jumbotron p {

    font-size: 22px;

    margin-top: 100px;

    opacity: 1;

    margin-bottom: 5px;

    font-weight: 300

}



div.franchise-landing div.jumbotron .padding-left {

    padding-left: 80px

}



div.franchise-landing section {

    line-height: normal!important

}



div.franchise-landing .franchise-landing-form {

    background-color: #C7210B

}



div.franchise-landing .franchise-landing-form .lead,

div.franchise-landing .franchise-landing-form h2 {

    color: #fff

}



div.franchise-landing .franchise-landing-form .lead {

    margin-bottom: 30px

}



div.franchise-landing .stats {

    padding-top: 40px;

    padding-bottom: 40px

}



div.franchise-landing .stats h2 {

    font-weight: 700

}



div.franchise-landing .stats .stat {

    background-color: #fff;

    min-height: 176px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);

    padding: 25px

}



div.franchise-landing .stats .stat .counter {

    font-weight: 700;

    font-size: 55px;

    color: #181F2D

}



div.franchise-landing .stats .stat .counter sup {

    font-size: 15px;

    top: -2em

}



div.franchise-landing .stats .stat p {

    font-weight: 300;

    font-size: 15px;

    color: #424242;

    margin: 15px auto 9.5px;

    max-width: 205px

}



div.franchise-landing .stats .stat-green {

    color: #3AAD60!important

}



div.franchise-landing .stats .stat-small {

    font-size: 15px;

    display: inline-block;

    border-left: 1px solid #E3E3E3;

    padding-left: 15px;

    font-weight: 300

}



div.franchise-landing .stats .stat-small .big {

    font-size: 20px;

    font-weight: 700

}



div.franchise-landing .featured-in {

    min-height: 125px;

    background-color: #fff;

    text-align: center

}



div.franchise-landing .featured-in img {

    margin: auto;

    position: absolute;

    top: 50%;

    padding: 0 20px;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%)

}



div.franchise-landing .featured-in img.img-restrict {

    max-width: 110px

}



div.franchise-landing .featured-in img.img-restrict-2 {

    max-width: 150px

}



div.franchise-landing .culture {

    background: #F7F7F7;

    padding-top: 110px;

    padding-bottom: 110px

}



div.franchise-landing .culture p {

    font-weight: 300;

    font-size: 18px;

    color: #7F7F7F;

    line-height: 30px

}



div.franchise-landing .franchise-landing-form {

    padding-top: 40px;

    padding-bottom: 0

}



div.franchise-landing .franchise-landing-form a {

    color: #fff;

    font-weight: 700

}



div.franchise-landing .franchise-landing-form a:hover {

    text-decoration: underline

}



div.franchise-landing .signup {

    background: #fff;

    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .15);

    border-radius: 4px

}



div.franchise-landing .signup .dim-bg {

    background: 0 0

}



div.franchise-landing .signup label {

    font-weight: 300;

    font-size: 15px;

    color: #000

}



div.franchise-landing .signup .form-container {

    padding: 15px 30px

}



div.franchise-landing .signup .form-container .form-group #state_of_interest_1_div {

    margin-bottom: 0

}



div.franchise-landing .signup .form-container .form-group .form-control {

    border: none

}



div.franchise-landing .signup .form-container .form-group .form-control:focus {

    border: 1px solid #0696D6

}



div.franchise-landing .signup .form-container .form-group input[type=text],

div.franchise-landing .signup .form-container .form-group input[type=email],

div.franchise-landing .signup .form-container .form-group input[type=tel] {

    background: #F0F4F6;

    border-radius: 3px

}



div.franchise-landing .signup .form-container .form-group .input-lg+.form-control-feedback {

    right: 15px;

    top: 30px;

    background: 0 0

}



div.franchise-landing .signup .blue-btn {

    width: 100%;

    font-size: 20px;

    color: #fff;

    border-radius: 0 0 5px 5px;

    background: #0696D6;

    font-weight: 300

}



div.franchise-landing div.franchising-landing-form-container {

    opacity: 1;

    transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);

    -webkit-transform: translateY(0);

    transform: translateY(0)

}



div.franchise-landing div.franchising-landing-form-container.hide-trans {

    opacity: 0;

    -webkit-transform: translateY(200px);

    transform: translateY(200px)

}



div.franchise-landing div.thank-you.show-trans {

    opacity: 1;

    -webkit-transform: translateY(-300px);

    transform: translateY(-300px)

}



div.franchise-landing .thank-you {

    transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);

    opacity: 0;

    -webkit-transform: translateY(0);

    transform: translateY(0)

}



div.franchise-landing .thank-you .success-check {

    margin: auto;

    display: block

}



#footer-disclosure.container-fluid.fran-footer {

    background-color: #212121

}



#footer-disclosure.container-fluid.fran-footer .fa-circle-thin {

    color: #484848

}



#footer-disclosure.container-fluid.fran-footer .btn-outline {

    color: #fff;

    display: inline-block;

    border-color: #414653

}



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

    .navbar-primary.navbar-franchise .top-link .fa-circle-thin {

        color: #fff

    }

    div.franchise-landing.repairs-landing .jumbotron {

        min-width: 100%;

        margin-left: 0;

        border-radius: 0;

        background-image: none!important;

        padding: 0

    }

    div.franchise-landing.repairs-landing .jumbotron .container,

    div.franchise-landing.repairs-landing .jumbotron .jumbo-phone-mobile,

    div.franchise-landing.repairs-landing .jumbotron .padding-left {

        margin: 0;

        padding: 0

    }

    div.franchise-landing.repairs-landing .jumbotron .jumbo-btn,

    div.franchise-landing.repairs-landing .jumbotron h3,

    div.franchise-landing.repairs-landing .jumbotron p {

        margin-left: 30px;

        margin-right: 30px;

        display: block;

        width: auto

    }

    div.franchise-landing.repairs-landing .jumbotron .jumbo-btn {

        margin-bottom: 35px

    }

    div.franchise-landing.repairs-landing .jumbotron p {

        margin-top: 35px

    }

    div.franchise-landing.repairs-landing .stats {

        padding-top: 0

    }

}



#feedback-content {

    padding-bottom: 80px

}



#feedback-content .form-group,

#feedback-content .sub-head {

    margin-bottom: 20px

}



#feedback-content .form-group label {

    font-size: 1.2em;

    font-weight: 400;

    margin-bottom: 10px

}



#feedback-content #toggleButton {

    display: block;

    margin-top: 20px;

    margin-bottom: 40px;

    cursor: pointer

}



#feedback-form .feedback_question input[type=radio],

#feedback-form .feedback_question input[type=radio]+label .starTip {

    display: none

}



#feedback-content .multi-q-container {

    margin-bottom: 30px

}



#feedback-content .visit-date .bootstrap-datetimepicker-widget table td .active,

#feedback-content .visit-date .bootstrap-datetimepicker-widget table td .active:hover,

#feedback-content .visit-date .bootstrap-datetimepicker-widget table td .today:before {

    background-color: #da291c

}



#feedback-content .req,

#feedbackForm .req {

    color: #da291c;

    font-size: 10px;

    margin-left: 3px;

    position: relative;

    top: -2px

}



#feedback-form .feedback_question {

    margin-top: 20px;

    margin-bottom: 20px

}



#feedback-form .feedback_question p {

    font-size: 1.2em;

    margin-bottom: 15px

}



#feedback-form .feedback_question textarea {

    width: 100%

}



#feedback-form .feedback_question input[type=radio]+label {

    position: relative

}



#feedback-form .feedback_question input[type=radio]+label i {

    cursor: pointer;

    font-size: 32px;

    margin-right: 20px

}



#feedback-form .feedback_question input[type=radio]+label:hover i {

    color: #da291c

}



#feedback-form .feedback_question input[type=radio]+label:hover .starTip {

    color: #da291c;

    display: block;

    font-size: 14px;

    font-weight: 700;

    left: -50%;

    margin: 0;

    padding: 0;

    position: absolute;

    white-space: nowrap

}



#feedback-form .feedback_question input[type=radio]:checked+label i,

#feedback-form .feedback_question label.highlighted i {

    color: #da291c

}



#feedback-form #agree span {

    display: block;

    font-weight: 300

}



#feedback-confirmation .sub-head {

    margin-top: 40px;

    margin-bottom: 40px

}



#feedback-confirmation .nextStep {

    font-size: 16px;

    margin: 40px auto

}



#feedback-confirmation #socialMedia {

    position: relative

}



#feedback-confirmation #socialMedia .smLink {

    font-size: 14px;

    position: relative

}



#feedback-confirmation #socialMedia .smLink span {

    border-radius: 10px;

    color: #fff;

    display: block;

    height: 40px;

    font-size: 32px;

    margin: 0 auto 8px;

    padding: 5px;

    position: relative;

    top: 6px;

    width: 40px

}



#feedback-confirmation #socialMedia .smLink.google {

    color: #db4a39

}



#feedback-confirmation #socialMedia .smLink.google span {

    background-color: #db4a39

}



#feedback-confirmation #socialMedia .smLink.yelp {

    color: #c8232c

}



#feedback-confirmation #socialMedia .smLink.yelp span {

    background-color: #c8232c

}



#feedback-confirmation #socialMedia .smLink.yahoo {

    color: #720e9e

}



#feedback-confirmation #socialMedia .smLink.yahoo span {

    background-color: #720e9e

}



#feedback-confirmation #socialMedia .smLink.fbpage {

    color: #3b5998

}



#feedback-confirmation #socialMedia .smLink.fbpage span {

    background-color: #3b5998

}



#feedback-confirmation #socialMedia .smLink:hover {

    color: #424242

}



#feedback-confirmation #socialMedia .smLink:hover span {

    background-color: #424242

}



#ui-datepicker-div {

    background-color: #fff;

    border: 1px solid red;

    padding-right: 10px

}



#trigger_lowprice {

    cursor: pointer

}



#trigger_lowprice span {

    font-size: 1.2em;

    margin-left: 5px

}



#trigger_lowprice:hover {

    color: #da291c

}



.click_pop {

    background-color: rgba(0, 0, 0, .54);

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1000

}



.click_pop .pop_content {

    background-color: #fff;

    box-shadow: 0 0 15px 0 #757575;

    height: 600px;

    max-width: 1200px;

    overflow-x: hidden;

    overflow-y: scroll;

    padding: 40px;

    position: fixed;

    top: 12%;

    left: 25%;

    width: 50%;

    z-index: 11

}



@media (max-width:1199px) {

    .click_pop .pop_content {

        width: 80%;

        left: 10%

    }

}



@media (max-width:767px) {

    #feedback-confirmation #socialMedia {

        margin-top: 20px

    }

    .click_pop .pop_content {

        height: 400px;

        width: 90%;

        left: 5%;

        top: 20%

    }

}



#lowprice .sub-head {

    margin-bottom: 10px;

    margin-top: 5px

}



#contact-us-container #contact-form,

.ubif-contact .btn {

    margin-top: 30px

}



#lowprice .opening_text {

    padding-top: 20px

}



#lowprice .opening_text p {

    font-size: 16px

}



#lowprice ul li {

    font-size: 16px;

    margin-bottom: 10px

}



#faq-container .sub-head {

    margin-bottom: 30px

}



#faq-container .sub-sec-head {

    margin-bottom: 0

}



#faq-container .faq-dl dt {

    font-size: 1.2em;

    padding-bottom: 5px

}



#faq-container .faq-dl dd {

    font-size: 1.1em;

    padding-bottom: 25px

}



#faq-container .faq-dl dd span {

    display: block

}



#faq-container .faq-dl dd .mailto-name {

    font-weight: 600;

    padding-top: 10px

}



#faq-container .faq-dl dd .mailto-add-2 {

    padding-bottom: 10px

}



@media (min-width:992px) {

    .faq-dl dd,

    .faq-dl dt {

        display: list-item

    }

    .faq-dl {

        padding-left: 22px

    }

    .faq-dl dd {

        list-style: circle

    }

}



.privacy {

    margin-bottom: 80px

}



#contact-us-container {

    font-size: 1.1em;

    padding-bottom: 100px

}



#contact-us-container .section-head {

    text-align: center

}



#contact-us-container .sub-head {

    margin-bottom: 25px;

    text-align: center

}



#contact-us-container button {

    margin-top: 40px

}



#contact-us-container #contact-form button {

    padding-right: 5px;

    padding-left: 5px

}



#contact-us-container #contact-form .alert {

    position: relative

}



#contact-us-container #contact-form .alert button {

    position: absolute;

    right: 7px;

    top: -9%

}



#contact-us-container #contact-form select {

    font-size: 13px;

    width: 100%;

    padding: 0 8px;

    height: 33px;

    border-radius: 4px;

    border-color: #bdbdbd

}



#cu-social-container .social-icon-container {

    margin-top: 35px;

    text-align: center

}



#cu-social-container .section-head {

    text-align: center

}



#cu-social-container .sub-head {

    margin-bottom: 20px;

    text-align: center

}



#cu-social-container a {

    transition: all .25s ease

}



#cu-social-container a.youtube {

    color: #c4302b

}



#cu-social-container a.youtube:hover {

    color: #9a2622

}



#cu-social-container a.facebook {

    color: #3b5998

}



#cu-social-container a.facebook:hover {

    color: #2d4373

}



#cu-social-container a.instagram {

    color: #3f729b

}



#cu-social-container a.instagram:hover {

    color: #305777

}



#cu-social-container a.twitter {

    color: #00a0d1

}



#cu-social-container a.twitter:hover {

    color: #00799e

}



@media (max-width:767px) {

    #cu-social-container {

        margin-bottom: 25px

    }

}



@media (min-width:992px) {

    #contact-us-container .section-head {

        text-align: center

    }

    #contact-us-container .sub-head {

        margin-bottom: 60px;

        text-align: center

    }

    #contact-us-container .captcha-img {

        padding-top: 23px

    }

    #contact-us-container button {

        margin-top: 20px

    }

    #cu-social-container .social-icon-container {

        margin-top: 35px

    }

}



#cat-filters {

    text-align: left

}



#cat-filters .hidden {

    display: none

}



#cat-filters .active_filter {

    display: block;

    background-color: #a70202;

    color: #fff;

    padding: 2px 4px;

    margin-top: 5px;

    position: relative

}



#cat-filters .cat-active-del {

    background: url(../../../../image/icons/filter-del.jpg) left center no-repeat;

    width: 19px;

    height: 13px;

    display: block;

    cursor: pointer;

    float: right;

    position: absolute;

    top: 6px;

    right: 5px

}



#cat-filters h2,

#cat-filters h4,

#cat-filters li,

#cat-filters ul {

    padding: 0;

    margin: 0;

    list-style: none

}



#cat-filters #cat-header h2 {

    color: #a70202

}



#cat-filters .sepo {

    border-top: 1px solid #e4e3e2;

    border-bottom: 1px solid #fff;

    height: 0;

    padding: 0;

    margin: 10px 0

}



#cat-filters ul {

    margin: 10px 10px 0

}



#device-filter-container {

    width: 100%;

    background-color: #f5f5f5;

    border-radius: 4px;

    padding: 10px 15px;

    margin-bottom: 40px

}



#device-filter-container form>div:first-child {

    padding-top: 0

}



#device-filter-container form>div {

    padding-top: 5px;

    padding-bottom: 5px

}



#device-filter-container form>div:last-child {

    padding-bottom: 0

}



@media (min-width:992px) {

    #device-filter-container {

        width: 80%;

        margin: 0 auto 40px

    }

    #device-filter-container form>div {

        padding: 0 5px

    }

}



#tracking-items .dthMoreBtns,

#tracking-items .tIcontainer {

    margin-bottom: 15px

}



#tracking-items .dtcItems {

    text-align: right

}



#tracking-items table,

#tracking-items table * {

    border: none

}



#tracking-items table tr {

    border-bottom: 1px solid #ccc

}



#tracking-items .dtchItem {

    margin-bottom: 10px

}



#tracking-items .dtWrapper {

    padding: 0 15px

}



#tracking-items .dtStatusAc {

    width: 30px;

    height: 30px;

    border-radius: 20px;

    border-color: #333;

    border-width: 2px;

    font-size: 12px;

    font-weight: 700;

    color: #fff;

    line-height: 30px;

    text-align: center;

    background: #a70202

}



.panel-cyan {

    border-color: #00bcd4

}



.panel-cyan>.panel-heading {

    color: #fff;

    background-color: #00bcd4;

    border-color: #00bcd4

}



.panel-cyan>.panel-heading+.panel-collapse>.panel-body {

    border-top-color: #00bcd4

}



.panel-cyan>.panel-heading .badge {

    color: #00bcd4;

    background-color: #fff

}



.panel-cyan>.panel-footer+.panel-collapse>.panel-body {

    border-bottom-color: #00bcd4

}



.panel-cyan>.panel-heading.clickable {

    transition: all .5s

}



.panel-cyan>.panel-heading.clickable:hover {

    background-color: #00a5bb

}



.ubif-contact {

    padding-top: 40px;

    padding-bottom: 70px;

    background: url(../../../../image/contact_bg.jpg) no-repeat

}



.ubif-contact label {

    float: left;

    font-weight: 400;

    font-size: 1.2em

}



#c_contact_mod input.has-success,

#c_contact_mod textarea.has-success {

    border-color: #388e3c

}



#c_contact_mod input.has-error,

#c_contact_mod textarea.has-error {

    border-color: #da291c

}



#c_contact_mod select {

    font-size: 13px;

    width: 100%;

    padding: 0 8px;

    height: 33px;

    border-radius: 4px;

    border-color: #bdbdbd

}



.sitemap-container hr {

    margin-top: 12px!important

}



.sitemap-container .site-links a {

    color: #757575

}



.sitemap-container .site-links a:hover {

    color: #222

}



#account-info-container {

    font-size: 1.2em;

    padding-top: 30px;

    padding-bottom: 30px

}



#account-info-container .user-name {

    margin-bottom: 20px;

    text-align: right

}



#account-info-container h2.name {

    margin-top: 0;

    margin-bottom: 0;

    color: #da291c

}



#account-info-container .acct-edit-btn {

    margin-top: 30px

}



#account-info-container .usr-add-container,

#account-info-container span.phone {

    margin-top: 10px

}



#account-info-container .fa-stack {

    font-size: 2.3em

}



#account-info-container .fa-circle {

    color: #bdbdbd

}



#account-info-container span {

    display: block;

    color: #757575

}



#account-info-container .convert {

    margin-top: 15px

}



#account-info-container .form-group {

    width: 75%

}



#account-info-container .input-group {

    width: 100%

}



#account-info-container label {

    font-size: 13px

}



#admin-address-container,

#tracking-list-container {

    font-size: 1.1em

}



.enterprise-container {

    padding-bottom: 0!important

}



.enterprise-container .panel-heading {

    padding-bottom: 0

}



.enterprise-container .panel-heading span {

    display: inline-block!important

}



.enterprise-container .panel-heading.active .container-padding {

    border-top: 3px solid #da291c

}



.enterprise-container .nav-tabs {

    border-bottom: none

}



.enterprise-container .nav-tabs .container-padding {

    padding: 10px

}



#tracking-list-container h3.add-tracking-head {

    display: inline;

    margin: 0;

    padding-right: 20px;

    padding-bottom: 30px

}



#tracking-list-container tr.clickable-row {

    cursor: pointer

}



#tracking-list-container thead td {

    font-weight: 600

}



#tracking-list-container input {

    width: 100%!important

}



@media (min-width:768px) {

    #tracking-list-container input {

        width: 220px!important

    }

    #tracking-list-container input[type=checkbox] {

        width: auto!important

    }

}



@media (min-width:992px) {

    #tracking-list-container input {

        width: 240px!important

    }

    #tracking-list-container input[type=checkbox] {

        width: auto!important

    }

}



#admin-address-container .address-result {

    margin-bottom: 20px

}



#admin-address-container a.edit {

    color: #757575

}



#admin-address-container a.edit:hover {

    color: #da291c

}



#track-wo-container .badge {

    margin-top: -5px;

    margin-left: 10px;

    padding: 4px 9px;

    font-size: .6em;

    font-weight: 400;

    vertical-align: middle

}



#track-wo-container .badge:empty {

    display: none

}



#track-wo-container .badge.awaiting-device,

#track-wo-container .badge.declined,

#track-wo-container .badge.order-parts,

#track-wo-container .badge.unrepairable {

    background-color: #da291c;

    color: #fff

}



#track-wo-container .badge.awaiting-parts,

#track-wo-container .badge.awaiting-repair,

#track-wo-container .badge.repair-in-progress {

    background-color: #ffb300;

    color: #fff

}



#track-wo-container .badge.repaired,

#track-wo-container .badge.sale-complete {

    background-color: #5cb85c;

    color: #fff

}



#track-wo-container .date,

#track-wo-container .location,

#track-wo-container .phone {

    font-size: 1.1em;

    display: block

}



#track-wo-container .panel-group .panel {

    border-radius: 0;

    margin-bottom: 0

}



#track-wo-container .panel {

    box-shadow: none;

    border: none

}



#track-wo-container .panel-heading,

#track-wo-container .timeline>li .timeline-body {

    border-radius: 0

}



#track-wo-container .panel-group .panel+.panel {

    margin-top: 1px

}



#track-wo-container .panel-title {

    color: #fff!important

}



#track-wo-container .timeline-footer.awaiting-device,

#track-wo-container .timeline-footer.declined,

#track-wo-container .timeline-footer.order-parts,

#track-wo-container .timeline-footer.unrepairable {

    background-color: #da291c;

    color: #fff

}



#track-wo-container .timeline-footer.awaiting-parts,

#track-wo-container .timeline-footer.awaiting-repair,

#track-wo-container .timeline-footer.repair-in-progress {

    background-color: #ffb300;

    color: #fff

}



#track-wo-container .timeline-footer.repaired,

#track-wo-container .timeline-footer.sale-complete {

    background-color: #5cb85c;

    color: #fff

}



#track-wo-container .icon {

    padding-top: 4px

}



#track-wo-container #item-container {

    background-color: #eee;

    padding: 1px 20px

}



#track-wo-container .item-list {

    padding-left: 0;

    list-style: none;

    padding-bottom: 5px

}



#track-wo-container .item-list .item-info {

    font-size: 1.1em;

    padding-bottom: 15px

}



#track-wo-container .item-list .item-info.balance .item-name,

#track-wo-container .item-list .item-info.balance .item-price {

    color: #da291c!important;

    font-weight: 600;

    font-size: 1.2em

}



#track-wo-container .item-list .item-info.payment .payment-info {

    color: #9e9e9e;

    font-size: .9em;

    text-align: right

}



#track-wo-container .item-list .item-info .item-price {

    text-align: right

}



#cboxOverlay.white-bg {

    background-color: rgba(0, 0, 0, .26);

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 2

}



#colorbox.white-bg {

    background-color: #fff;

    z-index: 3

}



#colorbox.white-bg .info_block {

    padding: 10px

}



#colorbox.white-bg .info_block .term_link,

#colorbox.white-bg .info_block h1 {

    display: none

}



#colorbox.white-bg #cboxClose {

    color: #da291c

}



#colorbox.white-bg #cboxClose:hover {

    cursor: pointer;

    color: #212121

}



#rewards {

    margin-top: 30px

}



#rewards .glyphicon {

    color: #da291c

}



#rewards .giga {

    font-size: 48px;

    text-align: center;

    margin: 0

}



#rewards .giga span {

    font-weight: 600

}



#rewards .move-pts {

    margin-top: 50px

}



#rewards .rewards-header {

    font-size: 16px

}



#rewards .points-total {

    background-color: #ECECEC;

    padding: 15px 15px 0

}



#rewards .points-total p {

    margin-bottom: 0

}



#rewards .rewards-badge {

    margin: auto;

    max-width: 200px

}



#account-container img,

#wo-info .timeline img {

    max-width: 100%

}



#rewards .benefits li {

    font-size: 26px

}



#rewards .item {

    background-color: transparent

}



#rewards .row-eq-height {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    align-items: center

}



#account-container #enable-alert,

#devices .edit,

#devices .save-btn {

    display: none

}



#rewards .rewards-1 {

    color: #4caf50

}



#rewards .rewards-2 {

    color: #ff9800

}



#rewards .carousel-control.left {

    left: -100px

}



#rewards .carousel-control.right {

    right: -100px

}



#rewards .modal.in .modal-dialog {

    -webkit-transform: translate(0, 60px);

    transform: translate(0, 60px)

}



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

    #rewards .carousel-control.left {

        left: 0

    }

    #rewards .carousel-control.right {

        right: 0

    }

}



#repairs a {

    overflow: auto;

    zoom: 1

}



#account-container {

    padding-top: 0;

    padding-bottom: 0

}



#account-container .badge.awaiting-device,

#account-container .badge.declined,

#account-container .badge.order-parts,

#account-container .badge.unrepairable {

    background-color: #da291c;

    color: #fff

}



#account-container .badge.awaiting-parts,

#account-container .badge.awaiting-repair,

#account-container .badge.repair-in-progress {

    background-color: #ffb300;

    color: #fff

}



#account-container .badge.repaired,

#account-container .badge.sale-complete {

    background-color: #5cb85c;

    color: #fff

}



#account-container .lead h2 {

    margin: 0

}



#account-container .lead h3 {

    margin: 3px 0 15px;

    color: #da291c

}



#account-container #track-wo-container {

    padding: 0

}



#account-container #track-wo-container .timeline-container {

    padding: 5px 25px;

    margin-bottom: 15px

}



#account-container #track-wo-container .timeline-body {

    box-shadow: 0 1px 5px

}



#account-container #track-wo-container .badge {

    margin-left: 0

}



.img-icon {

    position: absolute;

    top: 100%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    font-size: 10px!important

}



.img-icon .fa-google-square {

    color: #db4a39!important

}



.img-icon .fa-facebook-square {

    color: #3b5998!important

}



.account-login .btn-fb {

    background-color: #3b5998

}



.account-login .btn-google {

    background-color: #db4a39

}



.account-login .col-sm-2 {

    padding-top: 10px

}



.product-image {

    position: relative;

    max-width: 450px;

    margin: 0 auto

}



.product-image-thumb {

    position: relative;

    margin: 0 auto;

    max-width: 200px

}



#home_repairs {

    min-height: 926px

}



.repair-icon-container {

    position: absolute;

    overflow: hidden;

    z-index: 1

}



@media (min-width:767px) and (max-width:992px) {

    .repair-icon-container .p-page,

    .repair-icon-container .p-page-2 {

        right: 30px

    }

}



.repair-icon-container.p-page {

    width: 100px;

    height: 100px;

    top: 25px;

    right: 55px;

    background: url(../../../../image/repair-spritemap-100px.png) no-repeat

}



.repair-icon-container.p-page.back-cover-red {

    background-position: 0 0

}



.repair-icon-container.p-page.battery-yellow {

    background-position: -100px 0

}



.repair-icon-container.p-page.camera-blue {

    background-position: -200px 0

}



.repair-icon-container.p-page.camera-red {

    background-position: -300px 0

}



.repair-icon-container.p-page.charger-blue {

    background-position: -400px 0

}



.repair-icon-container.p-page.click-wheel-blue {

    background-position: -500px 0

}



.repair-icon-container.p-page.diag-red {

    background-position: -600px 0

}



.repair-icon-container.p-page.disc-drive-yellow {

    background-position: -700px 0

}



.repair-icon-container.p-page.drive-repair-red {

    background-position: -800px 0

}



.repair-icon-container.p-page.e74-blue {

    background-position: -900px 0

}



.repair-icon-container.p-page.ear-speaker-blue {

    background-position: -1000px 0

}



.repair-icon-container.p-page.front-and-back-yellow {

    background-position: -1100px 0

}



.repair-icon-container.p-page.glass-yellow {

    background-position: -1200px 0

}



.repair-icon-container.p-page.hard-drive-blue {

    background-position: -1300px 0

}



.repair-icon-container.p-page.headphone-yellow {

    background-position: -1400px 0

}



.repair-icon-container.p-page.home-yellow {

    background-position: -1500px 0

}



.repair-icon-container.p-page.install-blue {

    background-position: -1600px 0

}



.repair-icon-container.p-page.lcd-blue {

    background-position: -1700px 0

}



.repair-icon-container.p-page.memory-red {

    background-position: -1800px 0

}



.repair-icon-container.p-page.mic-blue {

    background-position: -1900px 0

}



.repair-icon-container.p-page.power-blue {

    background-position: -2000px 0

}



.repair-icon-container.p-page.red-ring-red {

    background-position: -2100px 0

}



.repair-icon-container.p-page.speaker-red {

    background-position: -2200px 0

}



.repair-icon-container.p-page.vibrate-yellow {

    background-position: -2300px 0

}



.repair-icon-container.p-page.virus-yellow {

    background-position: -2400px 0

}



.repair-icon-container.p-page.volume-red {

    background-position: -2500px 0

}



.repair-icon-container.p-page.water-red {

    background-position: -2600px 0

}



.repair-icon-container.p-page.yellow-light-yellow {

    background-position: -2700px 0

}



.repair-icon-container.p-page-2 {

    width: 100px;

    height: 100px;

    top: 140px;

    right: 55px;

    background: url(../../../../image/repair-spritemap-100px.png) no-repeat

}



.repair-icon-container.p-page-2.back-cover-red {

    background-position: 0 0

}



.repair-icon-container.p-page-2.battery-yellow {

    background-position: -100px 0

}



.repair-icon-container.p-page-2.camera-blue {

    background-position: -200px 0

}



.repair-icon-container.p-page-2.camera-red {

    background-position: -300px 0

}



.repair-icon-container.p-page-2.charger-blue {

    background-position: -400px 0

}



.repair-icon-container.p-page-2.click-wheel-blue {

    background-position: -500px 0

}



.repair-icon-container.p-page-2.diag-red {

    background-position: -600px 0

}



.repair-icon-container.p-page-2.disc-drive-yellow {

    background-position: -700px 0

}



.repair-icon-container.p-page-2.drive-repair-red {

    background-position: -800px 0

}



.repair-icon-container.p-page-2.e74-blue {

    background-position: -900px 0

}



.repair-icon-container.p-page-2.ear-speaker-blue {

    background-position: -1000px 0

}



.repair-icon-container.p-page-2.front-and-back-yellow {

    background-position: -1100px 0

}



.repair-icon-container.p-page-2.glass-yellow {

    background-position: -1200px 0

}



.repair-icon-container.p-page-2.hard-drive-blue {

    background-position: -1300px 0

}



.repair-icon-container.p-page-2.headphone-yellow {

    background-position: -1400px 0

}



.repair-icon-container.p-page-2.home-yellow {

    background-position: -1500px 0

}



.repair-icon-container.p-page-2.install-blue {

    background-position: -1600px 0

}



.repair-icon-container.p-page-2.lcd-blue {

    background-position: -1700px 0

}



.repair-icon-container.p-page-2.memory-red {

    background-position: -1800px 0

}



.repair-icon-container.p-page-2.mic-blue {

    background-position: -1900px 0

}



.repair-icon-container.p-page-2.power-blue {

    background-position: -2000px 0

}



.repair-icon-container.p-page-2.red-ring-red {

    background-position: -2100px 0

}



.repair-icon-container.p-page-2.speaker-red {

    background-position: -2200px 0

}



.repair-icon-container.p-page-2.vibrate-yellow {

    background-position: -2300px 0

}



.repair-icon-container.p-page-2.virus-yellow {

    background-position: -2400px 0

}



.repair-icon-container.p-page-2.volume-red {

    background-position: -2500px 0

}



.repair-icon-container.p-page-2.water-red {

    background-position: -2600px 0

}



.repair-icon-container.p-page-2.yellow-light-yellow {

    background-position: -2700px 0

}



.repair-icon-container.c-page {

    width: 75px;

    height: 75px;

    top: 25px;

    right: 25px;

    background: url(../../../../image/repair-spritemap-75px.png) no-repeat

}



.repair-icon-container.c-page.back-cover-red {

    background-position: 0 0

}



.repair-icon-container.c-page.battery-yellow {

    background-position: -75px 0

}



.repair-icon-container.c-page.camera-blue {

    background-position: -150px 0

}



.repair-icon-container.c-page.camera-red {

    background-position: -225px 0

}



.repair-icon-container.c-page.charger-blue {

    background-position: -300px 0

}



.repair-icon-container.c-page.click-wheel-blue {

    background-position: -375px 0

}



.repair-icon-container.c-page.diag-red {

    background-position: -450px 0

}



.repair-icon-container.c-page.disc-drive-yellow {

    background-position: -525px 0

}



.repair-icon-container.c-page.drive-repair-red {

    background-position: -600px 0

}



.repair-icon-container.c-page.e74-blue {

    background-position: -675px 0

}



.repair-icon-container.c-page.ear-speaker-blue {

    background-position: -750px 0

}



.repair-icon-container.c-page.front-and-back-yellow {

    background-position: -825px 0

}



.repair-icon-container.c-page.glass-yellow {

    background-position: -900px 0

}



.repair-icon-container.c-page.hard-drive-blue {

    background-position: -975px 0

}



.repair-icon-container.c-page.headphone-yellow {

    background-position: -1050px 0

}



.repair-icon-container.c-page.home-yellow {

    background-position: -1125px 0

}



.repair-icon-container.c-page.install-blue {

    background-position: -1200px 0

}



.repair-icon-container.c-page.lcd-blue {

    background-position: -1275px 0

}



.repair-icon-container.c-page.memory-red {

    background-position: -1350px 0

}



.repair-icon-container.c-page.mic-blue {

    background-position: -1425px 0

}



.repair-icon-container.c-page.power-blue {

    background-position: -1500px 0

}



.repair-icon-container.c-page.red-ring-red {

    background-position: -1575px 0

}



.repair-icon-container.c-page.speaker-red {

    background-position: -1650px 0

}



.repair-icon-container.c-page.vibrate-yellow {

    background-position: -1725px 0

}



.repair-icon-container.c-page.virus-yellow {

    background-position: -1800px 0

}



.repair-icon-container.c-page.volume-red {

    background-position: -1875px 0

}



.repair-icon-container.c-page.water-red {

    background-position: -1950px 0

}



.repair-icon-container.c-page.yellow-light-yellow {

    background-position: -2025px 0

}



@media (max-width:480px) {

    .repair-icon-container.c-page {

        width: 53px;

        height: 53px;

        top: 25px;

        right: 25px;

        background: url(../../../../image/repair-spritemap-53px.png) no-repeat

    }

    .repair-icon-container.c-page.back-cover-red {

        background-position: 0 0

    }

    .repair-icon-container.c-page.battery-yellow {

        background-position: -53px 0

    }

    .repair-icon-container.c-page.camera-blue {

        background-position: -106px 0

    }

    .repair-icon-container.c-page.camera-red {

        background-position: -159px 0

    }

    .repair-icon-container.c-page.charger-blue {

        background-position: -212px 0

    }

    .repair-icon-container.c-page.click-wheel-blue {

        background-position: -265px 0

    }

    .repair-icon-container.c-page.diag-red {

        background-position: -318px 0

    }

    .repair-icon-container.c-page.disc-drive-yellow {

        background-position: -371px 0

    }

    .repair-icon-container.c-page.drive-repair-red {

        background-position: -424px 0

    }

    .repair-icon-container.c-page.e74-blue {

        background-position: -477px 0

    }

    .repair-icon-container.c-page.ear-speaker-blue {

        background-position: -530px 0

    }

    .repair-icon-container.c-page.front-and-back-yellow {

        background-position: -583px 0

    }

    .repair-icon-container.c-page.glass-yellow {

        background-position: -636px 0

    }

    .repair-icon-container.c-page.hard-drive-blue {

        background-position: -689px 0

    }

    .repair-icon-container.c-page.headphone-yellow {

        background-position: -742px 0

    }

    .repair-icon-container.c-page.home-yellow {

        background-position: -795px 0

    }

    .repair-icon-container.c-page.install-blue {

        background-position: -848px 0

    }

    .repair-icon-container.c-page.lcd-blue {

        background-position: -901px 0

    }

    .repair-icon-container.c-page.memory-red {

        background-position: -954px 0

    }

    .repair-icon-container.c-page.mic-blue {

        background-position: -1007px 0

    }

    .repair-icon-container.c-page.power-blue {

        background-position: -1060px 0

    }

    .repair-icon-container.c-page.red-ring-red {

        background-position: -1113px 0

    }

    .repair-icon-container.c-page.speaker-red {

        background-position: -1166px 0

    }

    .repair-icon-container.c-page.vibrate-yellow {

        background-position: -1219px 0

    }

    .repair-icon-container.c-page.virus-yellow {

        background-position: -1272px 0

    }

    .repair-icon-container.c-page.volume-red {

        background-position: -1325px 0

    }

    .repair-icon-container.c-page.water-red {

        background-position: -1378px 0

    }

    .repair-icon-container.c-page.yellow-light-yellow {

        background-position: -1431px 0

    }

}



.repair-icon-container.c-page-2 {

    width: 75px;

    height: 75px;

    top: 105px;

    right: 25px;

    background: url(../../../../image/repair-spritemap-75px.png) no-repeat

}



.repair-icon-container.c-page-2.back-cover-red {

    background-position: 0 0

}



.repair-icon-container.c-page-2.battery-yellow {

    background-position: -75px 0

}



.repair-icon-container.c-page-2.camera-blue {

    background-position: -150px 0

}



.repair-icon-container.c-page-2.camera-red {

    background-position: -225px 0

}



.repair-icon-container.c-page-2.charger-blue {

    background-position: -300px 0

}



.repair-icon-container.c-page-2.click-wheel-blue {

    background-position: -375px 0

}



.repair-icon-container.c-page-2.diag-red {

    background-position: -450px 0

}



.repair-icon-container.c-page-2.disc-drive-yellow {

    background-position: -525px 0

}



.repair-icon-container.c-page-2.drive-repair-red {

    background-position: -600px 0

}



.repair-icon-container.c-page-2.e74-blue {

    background-position: -675px 0

}



.repair-icon-container.c-page-2.ear-speaker-blue {

    background-position: -750px 0

}



.repair-icon-container.c-page-2.front-and-back-yellow {

    background-position: -825px 0

}



.repair-icon-container.c-page-2.glass-yellow {

    background-position: -900px 0

}



.repair-icon-container.c-page-2.hard-drive-blue {

    background-position: -975px 0

}



.repair-icon-container.c-page-2.headphone-yellow {

    background-position: -1050px 0

}



.repair-icon-container.c-page-2.home-yellow {

    background-position: -1125px 0

}



.repair-icon-container.c-page-2.install-blue {

    background-position: -1200px 0

}



.repair-icon-container.c-page-2.lcd-blue {

    background-position: -1275px 0

}



.repair-icon-container.c-page-2.memory-red {

    background-position: -1350px 0

}



.repair-icon-container.c-page-2.mic-blue {

    background-position: -1425px 0

}



.repair-icon-container.c-page-2.power-blue {

    background-position: -1500px 0

}



.repair-icon-container.c-page-2.red-ring-red {

    background-position: -1575px 0

}



.repair-icon-container.c-page-2.speaker-red {

    background-position: -1650px 0

}



.repair-icon-container.c-page-2.vibrate-yellow {

    background-position: -1725px 0

}



.repair-icon-container.c-page-2.virus-yellow {

    background-position: -1800px 0

}



.repair-icon-container.c-page-2.volume-red {

    background-position: -1875px 0

}



.repair-icon-container.c-page-2.water-red {

    background-position: -1950px 0

}



.repair-icon-container.c-page-2.yellow-light-yellow {

    background-position: -2025px 0

}



@media (max-width:480px) {

    .repair-icon-container.c-page-2 {

        width: 53px;

        height: 53px;

        top: 83px;

        right: 25px;

        background: url(../../../../image/repair-spritemap-53px.png) no-repeat

    }

    .repair-icon-container.c-page-2.back-cover-red {

        background-position: 0 0

    }

    .repair-icon-container.c-page-2.battery-yellow {

        background-position: -53px 0

    }

    .repair-icon-container.c-page-2.camera-blue {

        background-position: -106px 0

    }

    .repair-icon-container.c-page-2.camera-red {

        background-position: -159px 0

    }

    .repair-icon-container.c-page-2.charger-blue {

        background-position: -212px 0

    }

    .repair-icon-container.c-page-2.click-wheel-blue {

        background-position: -265px 0

    }

    .repair-icon-container.c-page-2.diag-red {

        background-position: -318px 0

    }

    .repair-icon-container.c-page-2.disc-drive-yellow {

        background-position: -371px 0

    }

    .repair-icon-container.c-page-2.drive-repair-red {

        background-position: -424px 0

    }

    .repair-icon-container.c-page-2.e74-blue {

        background-position: -477px 0

    }

    .repair-icon-container.c-page-2.ear-speaker-blue {

        background-position: -530px 0

    }

    .repair-icon-container.c-page-2.front-and-back-yellow {

        background-position: -583px 0

    }

    .repair-icon-container.c-page-2.glass-yellow {

        background-position: -636px 0

    }

    .repair-icon-container.c-page-2.hard-drive-blue {

        background-position: -689px 0

    }

    .repair-icon-container.c-page-2.headphone-yellow {

        background-position: -742px 0

    }

    .repair-icon-container.c-page-2.home-yellow {

        background-position: -795px 0

    }

    .repair-icon-container.c-page-2.install-blue {

        background-position: -848px 0

    }

    .repair-icon-container.c-page-2.lcd-blue {

        background-position: -901px 0

    }

    .repair-icon-container.c-page-2.memory-red {

        background-position: -954px 0

    }

    .repair-icon-container.c-page-2.mic-blue {

        background-position: -1007px 0

    }

    .repair-icon-container.c-page-2.power-blue {

        background-position: -1060px 0

    }

    .repair-icon-container.c-page-2.red-ring-red {

        background-position: -1113px 0

    }

    .repair-icon-container.c-page-2.speaker-red {

        background-position: -1166px 0

    }

    .repair-icon-container.c-page-2.vibrate-yellow {

        background-position: -1219px 0

    }

    .repair-icon-container.c-page-2.virus-yellow {

        background-position: -1272px 0

    }

    .repair-icon-container.c-page-2.volume-red {

        background-position: -1325px 0

    }

    .repair-icon-container.c-page-2.water-red {

        background-position: -1378px 0

    }

    .repair-icon-container.c-page-2.yellow-light-yellow {

        background-position: -1431px 0

    }

}



#optionChoice {

    font-size: 16px;

    padding: 6px

}



#optionChoice:active,

#optionChoice:focus {

    border-color: #da291c

}



.category-container div:nth-of-type(2) {

    margin-top: 0!important

}



.category-container .serv-img-container {

    margin-top: 10px;

    margin-bottom: 10px

}



.category-container h2 {

    font-size: 3.5em;

    font-weight: 300

}



.category-container a {

    transition: box-shadow .5s;

    display: block;

    width: 100%;

    min-height: 100%;

    text-decoration: none;

    border: 1px solid transparent

}



.warranty-header .warranty-not-found a:active,

.warranty-header .warranty-not-found a:focus,

.warranty-header .warranty-not-found a:hover,

.warranty-info .toc p a {

    text-decoration: underline

}



@media (min-width:768px) {

    .category-container a {

        padding: 20px 0;

        margin-top: 15px;

        margin-bottom: 15px

    }

    .category-container a:focus,

    .category-container a:hover {

        border: 1px solid #bdbdbd;

        box-shadow: 0 0 10px rgba(0, 0, 0, .54);

        cursor: pointer

    }

    .category-container a:focus .home-serv-caption,

    .category-container a:hover .home-serv-caption {

        color: #d32f2f

    }

    .category-container .price-call {

        display: inline

    }

    .category-container .price-call:focus,

    .category-container .price-call:hover {

        box-shadow: none;

        border: 1px solid transparent

    }

}



.category-container a img {

    margin-right: auto;

    margin-left: auto;

    padding: 10px

}



.category-container .home-serv-caption {

    text-align: center;

    height: 75px!important;

    display: block;

    word-wrap: break-word;

    margin: 0 auto;

    padding-top: 15px;

    padding-bottom: 10px;

    font-size: 1.3em;

    font-weight: 400;

    color: #616161;

    width: 70%

}



@media (max-width:767px) {

    .category-container .home-serv-caption {

        font-size: 1em;

        width: 100%

    }

}



#about-www #about-block .grid-row {

    padding-bottom: 0;

    margin-bottom: 0

}



#about-www #about-block .grid-row>div {

    background-color: #eee;

    border: 1px solid #fff

}



#about-www #about-block .grid-row .about-text {

    padding-top: 60px;

    padding-bottom: 60px

}



#about-www #about-block .grid-row .about-text h3 {

    margin-bottom: 20px;

    text-align: center

}



#about-www #about-block .grid-row .about-text img {

    height: 80px;

    max-height: 80px

}



#about-www #about-block .grid-row .about-text p {

    padding-left: 40px;

    padding-right: 40px

}



@media (min-width:768px) and (max-width:1199px) {

    #about-www #about-block {

        padding-left: 0;

        padding-right: 0

    }

}



#b2b-form {

    padding-bottom: 150px;

    background-color: #eee

}



#b2b-form .section-head {

    color: #da291c!important;

    padding-bottom: 40px

}



@media (min-width:768px) {

    #b2b-form .section-head {

        color: #fff!important

    }

}



#b2b-form .lead,

#b2b-form .ty_text {

    color: #757575;

    font-size: 1.5em;

    margin-bottom: 40px

}



#b2b-form .lead a,

#b2b-form .ty_text a {

    color: #757575

}



#b2b-form .lead a:hover,

#b2b-form .ty_text a:hover {

    color: #da291c

}



#b2b-form span.wait {

    display: block;

    margin: 0 auto 1em;

    text-align: center

}



@media (min-width:768px) {

    #b2b-form .lead,

    #b2b-form .lead a,

    #b2b-form .ty_text,

    #b2b-form .ty_text a {

        color: #eee

    }

    #b2b-form {

        background-image: url(../../../../image/about/store-bg-dark.jpg);

        background-size: cover

    }

}



#b2b-form .form-container {

    background: #eee;

    padding: 0

}



@media (min-width:768px) {

    #b2b-form .form-container {

        padding: 30px 30px 15px

    }

}



@media (max-width:767px) {

    .biz-edu {

        display: -webkit-box;

        display: flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        flex-direction: column

    }

    .biz-edu #about-www {

        -webkit-box-ordinal-group: 3;

        order: 3

    }

    .biz-edu #b2b-form {

        -webkit-box-ordinal-group: 2;

        order: 2;

        padding-bottom: 30px

    }

    .biz-edu #b2b-form .view-benefits {

        font-size: 16px

    }

}



.press .no-pad {

    padding: 0

}



.press .relative {

    position: relative

}



.press .absolute {

    position: absolute;

    right: 0

}



.press .gradient-bg {

    background: #F9F9F9

}



.press .gradient-bg-2 {

    background: #f4f2f2

}



.press .hero {

    background: -webkit-gradient(left bottom, right top, color-stop(0, #bf1000), color-stop(100%, #cc1f12));

    background: linear-gradient(45deg, #bf1000 0, #cc1f12 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bf1000', endColorstr='#cc1f12', GradientType=1);

    padding: 25px

}



.press .hero h2 {

    background-color: #D22512;

    color: #fff;

    font-size: 26px;

    padding: 10px;

    margin-left: 10px;

    display: inline-block

}



.press .hero .swiper-wrapper {

    display: block

}



.press .hero .swiper-wrapper .swiper-slide {

    width: auto!important

}



.press .hero .swiper-pagination {

    display: none;

    bottom: 0;

    left: 0;

    width: 100%

}



.press .hero .pagination-container {

    text-align: center

}



.press .hero .swiper-pagination-bullet {

    background: #fff!important;

    margin: 0 5px

}



.press .hero .numbers {

    color: #424242;

    margin: 15px 0;

    min-height: 176px;

    font-weight: 700

}



.press .hero .numbers .stat {

    background-color: #fff;

    min-height: 176px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, .08)

}



.press .hero .numbers .stat .counter {

    color: #424242;

    font-size: 3.5em;

    font-weight: 700;

    padding-top: 25px

}



.press .hero .numbers .stat .counter,

.press .hero .numbers .stat p {

    margin-left: 135px

}



.press .hero .numbers .stat p {

    font-size: 14px;

    font-weight: 300;

    line-height: 17px;

    color: #424242;

    padding: 0 15px 0 0

}



.press .hero .numbers .stat img {

    position: absolute;

    max-height: 176px

}



.press .featured-in {

    min-height: 125px;

    background-color: #fff;

    text-align: center

}



.press .featured-in .col-md-2 {

    height: 62px

}



.press .featured-in .col-md-2 img {

    margin: auto;

    position: absolute;

    top: 50%;

    padding: 0 20px;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%)

}



.press .featured-in .as-seen {

    height: 45px;

    line-height: 62px

}



.press .featured-in .as-seen span {

    display: inline-block;

    position: relative;

    color: #c2c2c2;

    line-height: .5

}



.press .featured-in .as-seen span:after,

.press .featured-in .as-seen span:before {

    content: " ";

    position: absolute;

    height: 5px;

    border-top: 1px solid #d8d8d8;

    top: 0;

    width: 75px

}



.press .featured-in .as-seen span:before {

    right: 100%;

    margin-right: 15px

}



.press .featured-in .as-seen span:after {

    left: 100%;

    margin-left: 15px

}



.press .btn-more {

    border: 1px solid #d8d8d8;

    border-radius: 100px;

    padding: 7px 30px;

    margin: 15px 0

}



.press .press-releases {

    background-color: #f9f9f9;

    padding: 14px 0

}



.press .press-releases .press-post {

    background-color: #fff;

    margin: 15px 40px 15px 0;

    padding: 25px;

    border-radius: 2px;

    transition: border .5s ease

}



.google .phones .shard,

.repairs-landing .jumbotron .jumbo-phone .img-responsive,

.repairs-landing .jumbotron .shard {

    transition: all .5s ease-in-out

}



.press .press-releases .press-post h3 {

    font-size: 16px;

    font-weight: 600;

    line-height: 19px;

    color: #424242;

    margin: 5px 0

}



.press .press-releases .press-post p {

    color: #9d9d9d;

    font-size: 14px;

    font-weight: 300;

    line-height: 17px;

    margin: 0

}



.press .press-releases .press-post .date,

.press .press-releases .press-post .source {

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 400;

    line-height: 14px;

    color: #da2916

}



.press .press-releases .press-post .date {

    color: #c2c2c2

}



.press .badge-title {

    background-color: #da291c;

    color: #fff;

    padding: 5px 10px;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    display: table;

    margin: 15px 0

}



.press .press-sidebar {

    background-color: #ebebeb;

    padding: 20px

}



.press .press-sidebar .instagram-feed,

.press .press-sidebar .links,

.press .press-sidebar .media {

    background-color: #fff;

    margin: 0 0 15px;

    box-shadow: 0 2px 1px rgba(0, 0, 0, .08);

    border-radius: 2px

}



.press .press-sidebar .instagram-feed .instagram-posts .img,

.press .press-sidebar .links .instagram-posts .img,

.press .press-sidebar .media .instagram-posts .img {

    height: 76px;

    background-size: 133%;

    border: 1px solid #fff;

    background-repeat: no-repeat;

    background-position: center center

}



.press .press-sidebar .instagram-feed ul li,

.press .press-sidebar .links ul li,

.press .press-sidebar .media ul li {

    margin: 4px 0

}



.press .press-sidebar .instagram-feed .btn-block,

.press .press-sidebar .links .btn-block,

.press .press-sidebar .media .btn-block {

    border-radius: 0;

    padding: 10px 20px;

    font-size: 14px;

    font-weight: 400

}



.press .press-sidebar .instagram-feed hr,

.press .press-sidebar .links hr,

.press .press-sidebar .media hr {

    max-width: 90%;

    margin: 5px auto

}



.press .press-sidebar .instagram-feed h3,

.press .press-sidebar .links h3,

.press .press-sidebar .media h3 {

    padding: 20px 20px 0;

    margin: 0;

    font-size: 14px;

    font-weight: 700;

    line-height: 19px;

    text-transform: uppercase

}



.press .press-sidebar .instagram-feed p,

.press .press-sidebar .instagram-feed ul,

.press .press-sidebar .links p,

.press .press-sidebar .links ul,

.press .press-sidebar .media p,

.press .press-sidebar .media ul {

    padding: 0 20px 20px;

    margin: 0

}



.press .press-sidebar .media {

    margin-bottom: 0

}



.press .press-sidebar .media a {

    margin: 0;

    display: block;

    padding: 4px 0

}



.press .blog-posts {

    background-color: #f4f2f2;

    padding: 25px 0

}



.press .blog-posts .col-md-4 {

    padding-left: 0

}



.press .blog-posts h3 {

    font-size: 16px;

    font-weight: 600;

    line-height: 19px;

    margin: 4px 0

}



.press .blog-posts .blog-cat {

    font-size: 12px;

    font-weight: 400;

    line-height: 14px;

    margin: 15px 0 0;

    text-transform: uppercase

}



.press .blog-posts .blog-img {

    position: relative;

    overflow: hidden;

    padding-bottom: 50%;

    border-radius: 2px

}



.press .blog-posts .blog-img img {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto

}



.press #moreBlogs {

    display: none

}



@media (max-width:768px) {

    .press .links ul,

    .white-sub-nav ul {

        text-align: center

    }

    .white-sub-nav ul li {

        margin: 0 5px

    }

    .press .mobile-hide {

        display: none

    }

    .press .badge-title {

        margin: 15px

    }

    .press .hero {

        padding: 5px

    }

    .press .hero .numbers .stat .counter,

    .press .hero .numbers .stat p {

        padding: 10px 10px 0 0

    }

    .press .hero .swiper-container {

        margin-left: 0;

        margin-right: 0

    }

    .press .hero .swiper-wrapper {

        display: -webkit-box;

        display: flex

    }

    .press .hero .swiper-wrapper .swiper-slide {

        width: 100%!important

    }

    .press .swiper-pagination {

        display: block!important

    }

    .press .absolute {

        position: static

    }

    .press .blog-post {

        margin: 0 15px

    }

    .press .blog-post .blog-img img {

        margin: 0

    }

    .press .blog-post .blog-cat {

        margin: 5px 0 0

    }

    .press .blog-post h3 {

        margin: 5px 0 15px

    }

    .press .press-releases .press-post {

        margin: 15px

    }

    .press .featured-in .mobile-fix img {

        margin: 0

    }

    .press .btn-more {

        display: block;

        width: 90%;

        margin: auto!important

    }

    .press #moreBlogs {

        display: block;

        margin: 15px auto!important

    }

    .press .links ul {

        padding: 0 20px!important

    }

    .press .links li {

        border-top: 1px solid #d8d8d8;

        padding: 10px 0

    }

}



.google .cd-background-wrapper-mobile {

    display: none

}



.google .btn-round {

    border-radius: 100px;

    padding: 10px 35px;

    margin: 0 85px

}



.google .btn-round:active,

.google .btn-round:focus,

.google .btn-round:hover {

    color: #424283;

    background-color: rgba(255, 255, 255, .8)

}



.google .btn-purple {

    border-color: #da291c;

    color: #da291c;

    text-transform: uppercase;

    padding: 14px 20px;

    font-weight: 600;

    margin: 30px 0

}



.google .btn-purple:active,

.google .btn-purple:focus,

.google .btn-purple:hover {

    color: #fff;

    background-color: #da291c

}



.google .auto {

    margin: auto

}



.google .tac {

    text-align: center

}



.google .no-pad {

    padding: 0

}



.google .phone-header {

    padding-top: 30px

}



.google .phone-header h2 {

    font-size: 26px

}



.google .phone-header h2,

.google .phone-header h3 {

    color: #fff

}



.google .phone-header h3 {

    opacity: .7;

    font-size: 16px;

    text-transform: uppercase

}



.google .phones {

    position: absolute;

    bottom: 0;

    left: 50%;

    -webkit-transform: translate(-50%);

    transform: translate(-50%);

    width: 100%

}



.google .phones .shard {

    position: absolute;

    -webkit-transform: none;

    transform: none;

    opacity: .5

}



.google .phones .phone-lg-hover .shard,

.google .phones .phone-sm-hover .shard {

    opacity: 1

}



.google .phones .phone-lg,

.google .phones .phone-sm {

    display: inline-block;

    margin: 0 35px;

    -webkit-transform: translateY(20px);

    transform: translateY(20px);

    transition: all .5s ease-in-out

}



.google .phones .phone-lg .shard-1,

.google .phones .phone-sm .shard-1 {

    top: -100px;

    right: -275px

}



.google .phones .phone-lg .shard-2,

.google .phones .phone-sm .shard-2 {

    top: -115px;

    right: -35px

}



.google .phones .phone-lg .shard-3,

.google .phones .phone-sm .shard-3 {

    top: 0;

    right: -65px

}



.google .phones .phone-lg .shard-4,

.google .phones .phone-sm .shard-4 {

    top: -135px;

    left: -100px

}



.google .phones .phone-lg .shard-5,

.google .phones .phone-sm .shard-5 {

    top: 100px;

    left: -250px

}



.google .phones .phone-sm .img-responsive {

    margin-top: 15px

}



.google .phones .phone-lg-hover {

    -webkit-transform: translateY(5px);

    transform: translateY(5px)

}



.google .phones .phone-lg-hover .shard-1 {

    -webkit-transform: translate(50px, -5px);

    transform: translate(50px, -5px)

}



.google .phones .phone-lg-hover .shard-2 {

    -webkit-transform: translate(60px, -10px);

    transform: translate(60px, -10px)

}



.google .phones .phone-sm-hover {

    -webkit-transform: translateY(5px);

    transform: translateY(5px)

}



.google .phones .phone-sm-hover .shard-3 {

    -webkit-transform: translate(15px, -50px);

    transform: translate(15px, -50px)

}



.google .phones .phone-sm-hover .shard-4 {

    -webkit-transform: translate(-50px, -25px);

    transform: translate(-50px, -25px)

}



.google .phones .phone-sm-hover .shard-5 {

    -webkit-transform: translate(-75px, -32px);

    transform: translate(-75px, -32px)

}



.google .phone-btns {

    bottom: 20px;

    left: 50%;

    -webkit-transform: translate(-50%);

    transform: translate(-50%);

    width: 100%;

    position: absolute

}



.google .cd-background-wrapper {

    position: relative;

    overflow: hidden;

    height: 500px;

    background: url(../../../../image/google/background-pattern.png) #424283;

    background-image: url(../../../../image/google/background-pattern.png), linear-gradient(to bottom right, #424283, #666EDE)

}



.google #bodymovin,

.google #bodymovin2,

.google #bodymovin3 {

    background-color: #fff;

    width: 250px;

    height: 250px;

    margin: auto;

    display: block;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    text-align: center;

    opacity: 1

}



.google .trust {

    padding: 50px 0 80px;

    background: url(../../../../image/google/Background-Section2.jpg) no-repeat #FFF;

    background-size: cover

}



.google .trust .header-btn {

    background-color: #FAFAFA;

    color: #4E4E4E;

    border-radius: 100px;

    padding: 10px 20px;

    margin: 0 auto 50px;

    max-width: 250px

}



.google .trust .header-btn h3 {

    margin: 0;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 700;

    opacity: .5

}



.google .trust .tri-details h4 {

    font-size: 18px;

    color: #4E4E4E;

    font-weight: 600

}



.google .trust .tri-details p {

    line-height: 1.5;

    font-weight: 300;

    font-size: 16px;

    max-width: 250px;

    color: #ABABAB;

    margin: auto

}



.google .repair {

    background: url(../../../../image/google/Background-Section3.jpg) no-repeat #FAFAFA;

    background-image: url(../../../../image/google/Background-Section3.jpg), linear-gradient(-135deg, #FAFAFA 0, #F7F5F5 100%);

    padding: 115px 0

}



.google .repair h3 {

    font-weight: 600;

    font-size: 22px;

    color: #4E4E4E

}



.google .repair hr {

    max-width: 50px;

    color: #E0E0E0;

    margin: 0

}



.google .repair h4 {

    font-weight: 500;

    font-size: 18px;

    color: #da291c

}



.google .repair p {

    line-height: 1.5;

    font-weight: 300;

    font-size: 16px;

    color: #ABABAB

}



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

    #bodymovin4,

    .cd-background-wrapper,

    .repair hr {

        display: none

    }

    .btn-purple {

        width: 100%

    }

    .repair,

    .trust {

        padding: 15px 0!important

    }

    .repair h3,

    .repair h4 {

        padding: 0

    }

    .cd-background-wrapper-mobile {

        display: block!important;

        height: auto;

        position: relative;

        overflow: hidden;

        background: url(../../../../image/google/background-pattern.png) #424283;

        background-image: url(../../../../image/google/background-pattern.png), linear-gradient(to bottom right, #424283, #666EDE);

        padding: 30px 0

    }

    .cd-background-wrapper-mobile .phone-header {

        padding: 0 45px

    }

    .cd-background-wrapper-mobile .phone-lg {

        min-height: 182px

    }

    .cd-background-wrapper-mobile .phone-lg img {

        margin: auto;

        max-width: 80%

    }

    .cd-background-wrapper-mobile .phone-btns {

        position: static;

        -webkit-transform: none;

        transform: none

    }

    .cd-background-wrapper-mobile .phone-btns .btn {

        color: #4E4E4E;

        width: 90%;

        margin: 5px auto;

        padding: 10px 20px;

        line-height: 28px

    }

    .cd-background-wrapper-mobile .phone-btns .btn img {

        position: absolute;

        left: 30px;

        max-width: 29px

    }

    .google #bodymovin,

    .google #bodymovin2,

    .google #bodymovin3 {

        width: 175px;

        height: 175px

    }

    .google .trust .header-btn {

        margin: 25px auto

    }

    .col-sm-4 {

        margin: 0 0 15px

    }

    .google .repair p,

    .google .trust .tri-details p {

        color: #747474

    }

}



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

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-sm-4 {

        padding-left: 15px;

        padding-right: 15px

    }

    .shard {

        display: none

    }

}



.warranty .btn {

    border-radius: 30px;

    display: block;

    font-size: 20px;

    margin: 50px 0 15px;

    padding: 6px 20px;

    width: 300px

}



.warranty .btn:active,

.warranty .btn:focus,

.warranty .btn:hover {

    outline: 0

}



.warranty #warrantySelect {

    max-width: 300px;

    margin: 0 0 10px

}



.warranty p {

    font-size: 24px;

    line-height: 1.5

}



@media (max-width:1199px) {

    .warranty p {

        font-size: 20px

    }

}



.warranty-header {

    position: relative;

    overflow: hidden

}



.warranty-header svg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    min-height: 1000px

}



@media (max-width:991px) {

    .warranty-header svg {

        height: 100%;

        width: auto;

        z-index: 0

    }

}



.warranty-header img {

    height: auto;

    position: relative;

    left: -100%;

    width: 175%

}



.warranty-header h1 {

    color: #fff;

    font-weight: 600;

    font-size: 48px;

    margin-bottom: 0

}



@media (max-width:1199px) {

    .warranty-header h1 {

        font-size: 40px

    }

}



.warranty-header p {

    color: #fff

}



.warranty-header .imei-form {

    z-index: 10

}



.warranty-header .imei-form.has-warnings #warrantyError div {

    color: #d32f2f;

    font-weight: 700

}



.warranty-header .imei-form.has-warnings .country-hold {

    margin-top: 10px

}



.warranty-header .imei-form.has-warnings .customer-info {

    margin-bottom: 30px

}



.warranty-header .country-hold label,

.warranty-header .customer-info label,

.warranty-header .imei-hold label {

    color: rgba(0, 0, 0, .4)

}



.warranty-header .country-hold label .required,

.warranty-header .customer-info label .required,

.warranty-header .imei-hold label .required {

    color: #d32f2f;

    font-weight: 700;

    margin-left: 3px

}



.warranty-header .country-hold label .show-how-to-imei,

.warranty-header .customer-info label .show-how-to-imei,

.warranty-header .imei-hold label .show-how-to-imei {

    float: right

}



.warranty-header .country-hold label a,

.warranty-header .country-hold label a span,

.warranty-header .customer-info label a,

.warranty-header .customer-info label a span,

.warranty-header .imei-hold label a,

.warranty-header .imei-hold label a span {

    cursor: pointer

}



.warranty-header .country-hold input,

.warranty-header .country-hold label,

.warranty-header .customer-info input,

.warranty-header .customer-info label,

.warranty-header .imei-hold input,

.warranty-header .imei-hold label {

    max-width: 300px;

    width: 100%

}



.warranty-header .country-hold input,

.warranty-header .customer-info input,

.warranty-header .imei-hold input {

    border: 1px solid #ccc;

    border-radius: 3px;

    display: block;

    margin-bottom: 10px;

    padding: 5px 10px

}



.warranty-header .country-hold {

    margin-top: 40px

}



.warranty-header .imei-hold {

    margin-top: 15px

}



.warranty-header .imei-hold #how-to-imei {

    background-color: rgba(255, 255, 255, .54);

    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .12);

    cursor: pointer;

    display: none;

    margin-top: 10px;

    margin-bottom: 10px;

    padding: 10px

}



.warranty-header .imei-hold #how-to-imei ul {

    padding-left: 25px

}



.warranty-header .imei-hold #how-to-imei li,

.warranty-header .imei-hold #how-to-imei p {

    color: #757575

}



.warranty-header .imei-hold #how-to-imei p {

    font-size: 14px;

    line-height: 1.2

}



.warranty-header .customer-info {

    margin-bottom: 50px

}



.warranty-header .warranty-not-found {

    display: none;

    font-size: 16px;

    color: #fff

}



.warranty-header .warranty-not-found a {

    color: #fff;

    font-weight: 700

}



@media (max-width:991px) {

    .warranty-header img {

        left: -100%;

        width: 200%

    }

}



@media (max-width:767px) {

    .warranty-header h1 {

        font-size: 2.5em;

        margin-top: 0

    }

    .warranty-header h1,

    .warranty-header p {

        text-align: center

    }

    .warranty-header img {

        left: -95%;

        margin: 0 auto;

        display: block;

        width: 180%

    }

    .warranty-header .btn {

        margin: 20px auto

    }

    .warranty-header #warrantyError {

        padding: 0 15px

    }

    .warranty-header #warrantySelect {

        margin: 0 auto 20px!important

    }

    .warranty-header .warranty-header .country-hold {

        margin-top: 15px

    }

    .warranty-header .country-hold {

        margin-top: 10px

    }

    .warranty-header .country-hold input,

    .warranty-header .country-hold label,

    .warranty-header .imei-hold input,

    .warranty-header .imei-hold label {

        margin: 0 auto

    }

    .warranty-header .country-hold label,

    .warranty-header .imei-hold label {

        display: block;

        margin-bottom: 5px

    }

    .warranty-header .country-hold #how-to-imei p,

    .warranty-header .imei-hold #how-to-imei p {

        text-align: left

    }

}



.warranty-info {

    background-color: #ef4438;

    padding-bottom: 0

}



.warranty-info p {

    color: #fff

}



.warranty-info .img-hold {

    overflow: hidden;

    position: relative

}



.warranty-info .img-hold img {

    width: 100%

}



.warranty-info .icon-hold {

    display: block;

    margin-top: 60px;

    position: relative

}



.warranty-info .icon-hold .icon {

    display: inline-block;

    width: 20%;

    float: left

}



.warranty-info .toc {

    margin-top: 50px

}



.warranty-info .toc p {

    font-size: 16px

}



.warranty-info .toc p a {

    color: #fff

}



@media (max-width:991px) {

    .warranty-info .img-hold {

        left: 25px

    }

    .warranty-info .icon-hold {

        margin-top: 40px;

        margin-bottom: 30px

    }

}



@media (max-width:767px) {

    .warranty-info .img-hold {

        display: block;

        left: auto;

        margin: 0 auto;

        max-width: 400px

    }

    .warranty-info .icon-hold {

        margin-top: 50px;

        margin-bottom: 60px

    }

}



.warranty-final {

    background-color: #f0f0f0

}



.warranty-final .btn {

    margin: 60px 0 0

}



@media (max-width:767px) {

    .warranty-final .btn {

        margin: 60px auto 0

    }

    .warranty-details {

        padding-top: 60px;

        padding-bottom: 60px

    }

}



.warranty-details {

    padding-top: 60px;

    padding-bottom: 60px

}



.warranty-details .toc p {

    font-size: 18px;

    margin-bottom: 0;

    text-align: center

}



.warranty-toc h2 {

    font-size: 20px;

    font-weight: 700;

    text-transform: uppercase

}



.warranty-toc label {

    color: #585858;

    font-size: 14px;

    font-weight: 700;

    display: block;

    width: auto

}



.warranty-toc .bold {

    font-weight: 700

}



.warranty-toc li,

.warranty-toc p {

    font-size: 12px

}



.warranty-toc ul.bold-list li {

    font-weight: 700;

    text-transform: uppercase

}



.warranty-nav .navbar-header {

    width: 100%

}



.warranty-nav .warranty-repair-btn {

    border-radius: 30px;

    float: right;

    position: relative;

    top: 12px

}



.warranty-nav .warranty-repair-btn:active,

.warranty-nav .warranty-repair-btn:focus,

.warranty-nav .warranty-repair-btn:hover {

    outline: 0

}



.warranty-fr .btn,

.warranty-header-fr .btn {

    font-size: 18px

}



.warranty-fr p {

    font-size: 20px

}



@media (max-width:1199px) {

    .warranty-fr p {

        font-size: 16px

    }

}



.warranty-final-fr .btn {

    font-size: 18px

}



.warranty-final-fr p {

    font-size: 20px

}



@media (max-width:1199px) {

    .warranty-final-fr p {

        font-size: 16px

    }

}



.navbar-primary {

    background-color: #BC1B06

}



.navbar-primary #nav-search {

    margin: 10.25px 0!important

}



.navbar-primary .top-link {

    color: #FFF;

    padding-top: 0;

    padding-bottom: 0;

    font-size: 20px

}



.navbar-primary .top-link .fa-stack-2x {

    color: #da291c

}



.navbar-primary .top-link:active,

.navbar-primary .top-link:focus,

.navbar-primary .top-link:hover {

    background-color: transparent

}



.repairs-landing {

    overflow: hidden

}



.repairs-landing .jumbo-phone-mobile,

.repairs-landing .ubifemployee-mobile {

    display: none

}



.repairs-landing .col-md-6 {

    padding-left: 15px;

    padding-right: 15px

}



.repairs-landing .btn-round {

    border-radius: 100px;

    padding: 15px 35px;

    margin: 10px 0

}



.repairs-landing section {

    font-weight: 300;

    font-size: 18px;

    color: #747474;

    line-height: 30px

}



.repairs-landing section h3 {

    margin-top: 50px;

    font-weight: 700;

    font-size: 26px;

    color: #343434

}



.repairs-landing .btn-white {

    background-color: #fff;

    color: #da291c;

    text-transform: uppercase;

    padding: 14px 20px;

    font-weight: 600;

    margin-top: 15px;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24)

}



.repairs-landing .jumbotron {

    background: #C7210B;

    min-width: 150%;

    margin-left: -25%;

    border-radius: 0 0 50% 50%;

    min-height: 463px

}



.repairs-landing .jumbotron h3 {

    font-weight: 700;

    font-size: 30px;

    color: #FFF;

    margin-top: 100px

}



.repairs-landing .jumbotron p {

    opacity: .5;

    font-weight: 700;

    font-size: 18px;

    color: #FFF

}



.repairs-landing .jumbotron img {

    position: absolute;

    top: 75px;

    left: 0

}



.repairs-landing .jumbotron .shard {

    position: absolute;

    -webkit-transform: none;

    transform: none;

    opacity: .5

}



.repairs-landing .jumbotron .jumbo-phone .shard-1 {

    top: 110px;

    left: 150px

}



.repairs-landing .jumbotron .jumbo-phone .shard-2 {

    top: 285px;

    left: 145px

}



.repairs-landing .jumbotron .jumbo-phone .shard-3 {

    top: 245px;

    left: 430px

}



.repairs-landing .jumbotron .jumbo-phone .shard-4 {

    top: 80px;

    left: 465px

}



.repairs-landing .jumbotron .jumbo-phone .shard-5 {

    top: 200px;

    left: 450px

}



.repairs-landing .jumbotron .jumbo-phone-hover .img-responsive {

    -webkit-transform: translateY(-10px);

    transform: translateY(-10px)

}



.repairs-landing .jumbotron .jumbo-phone-hover .shard {

    opacity: 1

}



.repairs-landing .jumbotron .jumbo-phone-hover .shard-1 {

    -webkit-transform: translate(-25px, -5px);

    transform: translate(-25px, -5px)

}



.repairs-landing .jumbotron .jumbo-phone-hover .shard-2 {

    -webkit-transform: translate(-40px, -10px);

    transform: translate(-40px, -10px)

}



.repairs-landing .jumbotron .jumbo-phone-hover .shard-3 {

    -webkit-transform: translate(40px, -25px);

    transform: translate(40px, -25px)

}



.repairs-landing .jumbotron .jumbo-phone-hover .shard-4 {

    -webkit-transform: translate(25px, -25px);

    transform: translate(25px, -25px)

}



.repairs-landing .jumbotron .jumbo-phone-hover .shard-5 {

    -webkit-transform: translate(19px, -45px);

    transform: translate(19px, -45px)

}



.repairs-landing .brand {

    min-height: 700px;

    padding-top: 200px;

    background-image: url(../../../../image/landing/shards.jpg);

    background-size: 520px;

    background-repeat: no-repeat;

    background-position: 430px 0

}



.repairs-landing .brand h3 {

    margin-top: 0

}



.repairs-landing .brand .media {

    text-align: center

}



.repairs-landing .premium {

    min-height: 600px;

    background: #F7F7F7

}



.repairs-landing .repairs {

    background-color: #da291c;

    background-image: url(../../../../image/landing/pattern.jpg)

}



.repairs-landing .repairs h3 {

    color: #fff

}



.repairs-landing .repairs .serv-img-container {

    background-color: #fff;

    border-radius: 4px;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24)

}



.repairs-landing .repairs .serv-img-container .caption-col {

    border-top: 1px solid #D5DAE3

}



.repairs-landing .repairs .serv-img-container .home-serv-caption {

    font-weight: 700;

    font-size: 18px;

    padding-top: 25px;

    color: #343434;

    text-transform: uppercase

}



.repairs-landing .waiting {

    min-height: 667px;

    padding-bottom: 0

}



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

    .repairs-landing .jumbotron h3,

    .repairs-landing section h3 {

        margin-top: 19px

    }

    .navbar-primary .top-link {

        font-size: 16px;

        padding: 5px 15px 2px 5px;

        background-color: #da291c;

        color: #fff;

        border-radius: 100px

    }

    .navbar-primary .top-link .fa-circle {

        color: #ca2519

    }

    .repairs-landing .bubbles,

    .repairs-landing .jumbo-phone,

    .repairs-landing .ubifemployee {

        display: none!important

    }

    .repairs-landing .jumbo-phone-mobile,

    .repairs-landing .ubifemployee-mobile {

        display: block!important

    }

    .repairs-landing .jumbo-phone-mobile img,

    .repairs-landing .ubifemployee-mobile img {

        position: static

    }

    .repairs-landing iframe {

        width: 350px!important

    }

    .repairs-landing .btn-round {

        width: 100%

    }

    .repairs-landing .jumbotron {

        min-width: 100%;

        margin-left: 0;

        border-radius: 0

    }

    .repairs-landing .brand,

    .repairs-landing .premium {

        min-height: 0;

        padding-top: 30px;

        padding-bottom: 30px

    }

    .repairs-landing .waiting {

        padding-bottom: 15px

    }

    .repairs-landing .repairs .serv-img-container .home-serv-caption {

        text-align: left;

        font-size: 16px;

        padding-top: 40px

    }

    .repairs-landing .category-container .serv-img-container {

        margin-top: 5px;

        margin-bottom: 5px

    }

}



.sms-feedback {

    min-height: 100%;

    background: linear-gradient(#FFF 10%, #DFDFDF 250%)

}



.sms-feedback .step {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    padding: 15px;

    width: 100%

}



.sms-feedback .step h3 {

    font-weight: 700;

    font-size: 20px;

    color: #1C1C1C;

    margin-bottom: 30px

}



.sms-feedback .step h3#confirm-message-neg,

.sms-feedback .step h3#confirm-message-pos {

    display: none

}



.sms-feedback .step .btn-round {

    background: #C71600;

    box-shadow: 0 3px 0 0 #9F1504;

    border-radius: 100px;

    font-weight: 700;

    font-size: 16px;

    margin: 0 auto 15px;

    padding: 13px 15px 15px;

    max-height: 50px;

    max-width: 270px;

    position: relative

}



.sms-feedback .step .btn-round .img-arrow {

    position: absolute;

    right: 15px;

    top: 16px

}



.sms-feedback .step .btn-round .img-logo-yelp {

    position: absolute;

    left: 15px;

    top: 8px;

    max-height: 33px

}



.sms-feedback .step .btn-round .img-logo-google {

    position: absolute;

    left: 15px;

    top: 10px;

    max-width: 30px

}



.sms-feedback .step .btn-round.btn-white {

    background: #FFF;

    box-shadow: 0 3px 0 0 #CFCFCF;

    color: #1D1D1D;

    border: 1px solid #CFCFCF

}



.sms-feedback .step .btn-link {

    margin-top: 25px;

    font-size: 14px;

    color: #C71600;

    display: block

}



.sms-feedback .step textarea {

    background: #FDFDFD;

    border: 1px solid #CFCFCF;

    border-radius: 4px;

    min-height: 165px;

    margin: 30px auto 20px;

    width: 100%;

    padding: 15px;

    font-size: 16px

}



.sms-feedback .stars .starTipDefault:before,

.sms-feedback .stars input[type=radio]+label .starTip:before {

    width: 0;

    height: 0;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-bottom: 5px solid #EEE;

    top: -5px

}



.sms-feedback .step textarea:focus {

    outline: 0

}



.sms-feedback .step .ribbon {

    max-width: 160px

}



.sms-feedback .step-recommend-no textarea {

    margin-top: 0

}



.sms-feedback .stars {

    text-align: center;

    padding-bottom: 20px;

    position: relative

}



.sms-feedback .stars .fa-star {

    color: #E0E0E0

}



.sms-feedback .stars .starTipDefault,

.sms-feedback .stars input[type=radio]+label .starTip {

    text-align: center;

    bottom: -10px;

    padding: 4px 6px;

    white-space: nowrap;

    font-weight: 700;

    color: #B3B3B3;

    background: #EEE;

    border-radius: 3px;

    text-transform: uppercase;

    position: absolute;

    left: 50%

}



.sms-feedback .stars input[type=radio] {

    display: none

}



.sms-feedback .stars .starTipDefault {

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    font-size: 12px

}



.sms-feedback .stars .starTipDefault:before {

    content: " ";

    position: absolute;

    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%)

}



.sms-feedback .stars input[type=radio]+label i {

    cursor: pointer;

    font-size: 34px;

    margin: 0 5px

}



.sms-feedback .stars input[type=radio]+label .starTip {

    display: none;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    font-size: 12px

}



.sms-feedback .stars input[type=radio]+label:hover .starTip,

.sms-feedback .stars input[type=radio]:checked+label .starTip {

    display: block!important

}



.sms-feedback .stars input[type=radio]+label:hover i,

.sms-feedback .stars input[type=radio]:checked+label i,

.sms-feedback .stars label.highlighted i {

    color: #da291c

}



.sms-feedback .stars input[type=radio]+label .starTip:before {

    content: " ";

    position: absolute;

    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%)

}



.sms-feedback .locales {

    position: absolute;

    bottom: 0;

    left: 50%;

    margin: 15px 0;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    border: 1px solid #DADADA;

    padding: 5px 10px;

    border-radius: 4px;

    font-size: 14px

}



.sms-feedback .locales a {

    color: #0080C0

}



.sms-feedback .locales span {

    margin-right: 10px

}



@media print {

    #appointment-inner-window #account-sign-up,

    #appointment-inner-window #create-account-btn,

    #appointment-inner-window #footer-container,

    #appointment-inner-window #footer-copy-privacy-terms-sitemap,

    #appointment-inner-window #footer-normal-screen,

    #appointment-inner-window #sign-up-btn,

    #appointment-inner-window #typical-store-hours,

    #appointment-inner-window #ubif-new-wizard,

    #appointment-inner-window .breads,

    #appointment-inner-window .header em,

    #appointment-inner-window .progress,

    #appointment-inner-window a {

        display: none!important

    }

    #appointment-inner-window #confirmation {

        display: block!important

    }

}



.bootstrap-datetimepicker-widget table td.active,

.bootstrap-datetimepicker-widget table td.active:hover {

    background-color: #da291c

}



.bootstrap-datetimepicker-widget table td.day:hover {

    color: #fff;

    background-color: #da291c

}



.bootstrap-datetimepicker-widget table td.today:before {

    border-bottom-color: #da291c

}



.bootstrap-datetimepicker-widget table td.today.active:before {

    border-bottom-color: #fff

}



.bootstrap-datetimepicker-widget table td.disabled {

    color: #e0e0e0

}



.bootstrap-datetimepicker-widget table td.disabled:hover {

    background-color: #fafafa;

    color: #bdbdbd

}



#datepicker_div .bootstrap-datetimepicker-widget table th.picker-switch {

    font-size: 1.3em

}



#datepicker_div .bootstrap-datetimepicker-widget table th.next.disabled,

#datepicker_div .bootstrap-datetimepicker-widget table th.prev.disabled {

    background-color: transparent;

    color: #e0e0e0

}



#datepicker_div .bootstrap-datetimepicker-widget table td.day {

    height: auto;

    line-height: 4em;

    width: 100px

}



form .form-group .form-group-lg .form-control+.form-control-feedback,

form .form-group .input-group-lg+.form-control-feedback,

form .form-group .input-lg+.form-control-feedback {

    background: #fff;

    border-radius: 6px;

    height: 43px;

    top: 1px;

    right: 16px;

    width: 20px

}









.breadcrumb {

    padding: 8px 15px;

    margin-bottom: 20px;

    list-style: none;

    background-color: transparent;

    border-radius: 4px;

}

.breadcrumbs li > a {

    color: #7d7d7d;

    text-decoration: none;

    -webkit-transition: color linear .2s;

    -moz-transition: color linear .2s;

    -o-transition: color linear .2s;

    transition: color linear .2s;

}

.breadcrumbs li > a, .breadcrumbs  li > span {

    color: #4b4b4b;

    position: relative;

    display: block;

    font: 300 0.9em "Roboto", sans-serif, arial, helvetica;

}

.breadcrumbs  li > a:hover, .breadcrumbs li > a.active {

    color: #1b81a7;

}

.breadcrumb>li+li:before {

    padding: 0 5px;

    color: #ccc;

    content: '>>';

}

.content-area{

    margin-bottom: 50px;

}

.blog_banner{}

.blog_banner{

    margin-bottom: 40px;

    position: relative;

    text-align: center;

}

.blog_banner:after{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.6);

    content: "";

}

.blog_banner{}

.blog_banner h2 {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 80%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    text-align: center;

    font-weight: 700;

    font-size: 20px;

    z-index: 3;



}

.blog_banner h2 a{

    color: #fff;

}



.post-date i{

    padding-right: 10px;

}

.post-date{

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    z-index: 2;

    margin-bottom: 60px;

    font-size: 14px;

    display: block;

    text-align: center;

    color: #fff;

}

.blog_banner_1{

    background: url(../images/kids.jpg);

    width: 50%;

    float: left;

    background-size: cover;

    background-position: center center;

    padding: 200px 0px;

    position: relative;

    margin-bottom: 30px;

}

.blog_banner_2{

    background: url(../images/Summer.jpg);

    width: 50%;

    float: left;

    background-size: cover;

    background-position: center center;

    padding: 200px 0px;

    position: relative;

    margin-bottom: 30px;

}

.blog_banner_1:after{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.6);

    content: "";

}

.blog_banner_2:after{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.6);

    content: "";

}

.blog_img{}



.blog_inner{

    margin-bottom: 50px;

}

.blog_inner h3 {}

.blog_inner h3 {

    margin-top: 8px;

}

.blog_inner h3 a{

    font-size: 16px;

    font-weight: 400;

    line-height: 1.5;

    color: #404040;

}

.blog_img img{

    width: 100%;

    height: 200px;

}



.post-categories{

    list-style: none;

    margin: 0;

    padding: 0;

    padding-top: 15px;

}

.post-categories li {

    display: inline-block;

}

.post-categories li a{

        color: #da291c;

    margin: 5px 0 0 0;

    font-weight: 600;

    font-size: 12px;

    text-transform: uppercase;

}

.post-categories li a{}

.blog_single_img{

    padding: 200px 0px;

}

.single_blog_post{

    padding: 60px 15px;

    background: #fff;

}

.single_blog_post{}

.blog_single_title span{

    display: inline-block;

}

.blog_single_title span{}

.single_blog_post{}

.single_blog_post h1{

    font-weight: 300;

    font-size: 48px;

    text-transform: capitalize;

    line-height: 1.3;



}

.blog_single_content{}

.blog_single_content h2{

    font-size: 30px;

    font-weight: 400;

    color: #404040;

    line-height: 1.7;

}

.blog_single_content p{

    font-size: 16px;

    font-weight: 400;

    color: #404040;

    line-height: 1.7;

font-family: 'Open Sans', sans-serif;



}

.blog_single_content{

    padding-top: 30px;

}





@media(max-width: 991px){

    #franchising-why .the-numbers {

            background-image: none!important;

            padding-top: 20px;

            padding-bottom: 90px;

        }

        #franchising-form {

            background-image: none!important;

    }

}



@media(max-width: 767px){

    .blog_banner_1{

        width: 100%;

        }

    .blog_banner_2{

        width: 100%;

    }

}

.rec-whole {
    text-align: center;
}
.rec-whole button ,.rec-whole button:hover,.rec-whole button:focus{
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #fc1820;
    border-radius: 35px;
    text-align: center;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    border-radius: 35px;
} 
.checkout_none{
    display: none!important;
}
.paypal_inline{
    display: inline-block;
    margin: 0px 50px;
}
.paid-var-box {
    text-align: center;
}
#franchising-form .section-head {
    color: #333!important;
    padding-bottom: 40px;
    margin-top: 50px;
    color: #333333;
}
.paypal_inline{}
@media(min-width: 768px){
    .grid_btn{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
        float: none;
    }   
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .navbar-right {
        float: none!important;
        margin-right: -15px;
    } 
    .header_top {
        display: none;
    }        
}
@media (min-width: 992px) {
    .navbar-right > li:last-child {
        display: none;
    }
}
@media (max-width: 991px) {  
    .navbar-right > li:last-child {
        display: block;
    }
    .custom_container{
        width: 100%;
    }    
     .over_t {
        position: absolute;
        font-size: 13px;
        top: 12px;
        left: 40px;
        display: none;
    }
    .header_search {
        position: absolute;
        right: 15px;
        top: 28px;
    } 
    .header_search a{
        position: relative;
        font-size: 25px;
        top: -3px!important;
        color: #000;
        font-size: 20px!important;
    }     
    .navbar-brand>img {
        display: block;
        width: 160px;
    }  
    .navbar-brand {
        float: none;
        height: auto;
        padding: 15px 0px!important;
        font-size: 18px;
        line-height: 20px;
        margin: 0 auto;
        width: 160px;
        display: block;
        margin-left: auto!important;
    } 
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        border-bottom: 2px solid #dedddd!important;
        box-shadow: 2px 3px 25px #ddd;
    }   
    .menu_img:before {
        position: relative;
        content: "";
        width: 30px;
        height: 30px;
        top: 10px;
        left: auto;
        display: inline-block;
        margin-top: 0;
        background-position: center center;
    }
    .navbar-nav {
        margin: 7.5px -15px;
        text-align: center;
    }
    .navbar-nav>li>a ,.navbar-nav>li>a:hover{
        font-size: 20px;
        color: #333333!important;
        margin: 0;
        padding: 20px 25px 20px 10px;
        font-family: 'Proxima Nova Rg';
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: inline-block;
        color: #fff!important;
        width: 160px;
        text-align: left;
    }  
    .navbar-nav> li {
        position: relative;
        display: block;
        background: #444444;
        border-bottom: 1px solid #353535;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
    }  
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
/*    .navbar-default .container{
        padding: 0;
    }*/
    .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 22px;
        margin-right: 0;
        margin-bottom: 15px;
        background-color: #000!important;
        background-image: none;
        border: 1px solid #000!important;
        border-radius: 0;
        margin-left: 15px;
        left: 0px;
    }
    .navbar-toggle:hover ,navbar-toggle:focus{
        background-color: #000!important;
        border: 1px solid #000!important;
    }
    .menu_1:before {
        background-image: url(../images/menu-icon-hover-1.png);
        background-repeat: no-repeat;
    }
    .menu_2:before {
        background-image: url(../images/menu-icon-hover-2.png);
        background-repeat: no-repeat;
    }
    .menu_3:before {
        background-image: url(../images/menu-icon-hover-3.png);
        background-repeat: no-repeat;
    }
    .menu_4:before {
        background-image: url(../images/menu-icon-hover-4.png);
        background-repeat: no-repeat;
    }
    .menu_5:before{

        background-image: url(../images/account-hover.png);

        background-repeat: no-repeat;   
        background-size: cover;

    }
    .storage_area h2 {
        font-size: 36px;
        color: #111111;
    }
    .storage_area .brand_inner_thumb {
        margin: 0 15px;
    }
    .storage_area .storage_inner a label{
        padding-bottom: 0;
        width: 140px;
        height: 95px;
        padding-top: 5px;
        border-radius: 5px;
    }      
    .storage_area .storage_inner a.active label{
        padding-bottom: 0;
        width: 140px;
        height: 95px;
        background: #ea4146;
        padding-top: 5px;
        border-radius: 5px;
    }   
    .storage_area .storage_inner a.active label span{
        color: #fff;
    } 
    .storage_area .condition_tab li label{
        padding-bottom: 0;
        width: 140px;
        height: 95px;
        padding-top: 5px;
        border-radius: 5px;
    }      
    .storage_area .condition_tab li label.active{
        padding-bottom: 0;
        width: 140px;
        height: 95px;
        background: #ea4146;
        padding-top: 5px;
        border-radius: 5px;
    }  
    .tab_area .brand_inner_thumb label.active:after {
        position: absolute;
        content: "";
        bottom: -16px;
        left: 50%;
        width: 54px;
        height: 60px;
        background: #ea4146;
        transform: rotate(45deg);
        margin-left: -27px;
        z-index: -1;
    } 
    .tab_area .condition_tab li label.active span{
        color: #fff;
    }  
    .storage_inner.brand_inner {
        padding-bottom: 20px;
        border-bottom: 0;
    }
    .breadcrumb {
        display: none;
    }
    .brand_area .brand_inner_thumb {
        margin: 0px 0px;
        width: 32.33%;
    } 
    .network_area .brand_inner_thumb {
        margin-bottom: 15px;
    }
    .storage_area {
        margin-top: 30px;
    }
/*    .paypal-var,.check-var,#shipping-options-box{
        display: none!important;
    }*/                   
    .payment-info > h2:last-child{
        display: none!important;
    }   
    .paid-var-box {
        text-align: center;
    }                
    .paid-var-box .thumb{
        display: inline-block;
    } 
    .form-box h4{
        text-align: center;
    }
    .rec-whole{
        text-align: center;
    } 
    .navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
    }
                                        
}
@media(max-width: 767px){ 
    .grid_btn{
        display: block;
        text-align: center;    
        background: #f7f7f7;    
    }
    .grid_btn a{
        display: inline-block;
        margin: 12px 6px;
    }  
    .brand_area h2 {
        font-size: 30px;
        color: #555555;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .products .brand_inner .brand_inner_thumb img{
        max-width: 100%;
    }    
    .products.grid_3 .brand_inner .brand_inner_thumb {
        margin: 0;
        width: 32.33%;
        vertical-align: baseline;
    } 
    .products.grid_2 .brand_inner .brand_inner_thumb {
        margin: 0;
        width: 49%;
        vertical-align: baseline;
    }
    .products.list .brand_inner .brand_inner_thumb {
        margin: 0;
        width: 100%;
        vertical-align: baseline;
        display: block;
        padding: 5px;

        border: 1px solid #cccccc;
        border-radius: 5px;
        text-align: left;
        margin-bottom: 2px;
    }
    .products.list .brand_inner .brand_inner_thumb label{
        display: block;
        position: relative;
        padding-left: 50px;        
    } 
    .products.list .brand_inner .brand_inner_thumb img{
        position: absolute;
        left: 20px;
        top: 5px;
        width: 20px;
        height: 34px;
        left: 15px;
    }  
    .products.list .brand_inner .brand_inner_thumb label span{
        display: inline-block;
    } 
    .grid_btn a.active img {
        -webkit-filter: contrast(0%) brightness(0%) saturate(0%) grayscale(0%) invert(30%);
        filter: contrast(0%) brightness(0%) saturate(0%) grayscale(0%) invert(30%);
    } 
    .step_area_inner {}
    .step_area_inner {
        text-align: center;       
    }
    .step_area_inner h2 {
        font-size: 18px;    
    }  
    .step_area_inner h2 img{
        display: inline-block;    
    }
    .step_area_inner h2 span{
        display: inline-block;    
    }
    .footer_in_mob {
        display: none;
    } 
    .footer_top {
        background: #282828;
        padding: 0;
    }
    .footer_inner{}
    .footer_inner h2{
        display: none;
    }
    .footer_top .col-xs-12{
        padding: 0;
    }
    .footer_inner {
        padding: 0;
    }    
    .footer_inner ul li a {
        font-size: 18px;
        color: #cccccc;
        font-family: 'Proxima Nova Rg';
        display: block;
        padding: 11px 0px;
        text-align: center;
        background: #373737;
        border-bottom: 1px solid #262626;
    }
    .footer_inner .footer_logo_inner  {
        margin: 0px 0px 40px;
    }
    .footer_inner.footer_logo ul {
        display: none;
    }
    .footer_logo_inner img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
    }
    .header_top ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
     .header_top li {
        font-size: 18px;
        color: #cccccc;
        font-family: 'Proxima Nova Lt';
        margin-left: 0px;
        display: block;
    }   
    .header_top li:last-child {
        position: absolute;
        right: 15px;
        top: 12px;        
    } 
    .header_top li:last-child  img{
        display: none;
    }
    .header_top li:last-child a{
        background: #fc1820;
        border-radius: 35px;
        padding: 8px 16px 5px;
        text-align: center;
        color: #fff!important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }  
    .storage_area .brand_inner_thumb {
        margin: 0px 0px;
        display: block;
        padding-bottom: 3px;
    }
    .storage_area .storage_inner a label{
        padding-bottom: 0;
        width: 100%;
        height: 50px;
        padding-top: 5px;
        border-radius: 5px;
    }  
    .storage_area .storage_inner a label span{
        padding-top: 8px;
    }  
    .storage_area .storage_inner a.active label{
        padding-bottom: 0;
        width: 100%;
        height: 50px;
        background: #ea4146;
        padding-top: 5px;
        border-radius: 5px;
    }
    .storage_area .proLinks {
        display: block;
    }
    .storage_area .condition_tab li label{
        padding-bottom: 0;
        width: 70px;
        height: 50px;
        padding-top: 5px;
        border-radius: 5px;
    }      
    .storage_area .condition_tab li label.active{
        padding-bottom: 0;
        width: 70px;
        height: 50px;
        background: #ea4146;
        padding-top: 5px;
        border-radius: 5px;
    }  
    .tab_area .brand_inner_thumb label.active:after {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 50%;
        width: 18px;
        height: 18px;
        background: #ea4146;
        transform: rotate(45deg);
        margin-left: -9px;
        z-index: -1;
    } 
    .storage_area .brand_inner_thumb label span {
        font-size: 14px;
        color: #333333;
        font-family: 'Proxima Nova Rg';
        font-weight: 300;
        padding-top: 10px;
    }   
    .brand_area .brand_inner_thumb {
        margin: 0px 0px;
        width: 48%;
    } 
    .paypal_inline{
        display: inline-block;
        margin: 0px 10px;
    }  
    .offer_area button, .offer_area a {
        margin-bottom: 20px;
    } 
    .choose_swift{
        display: none;
    } 
    #testimonail-slider .owl-nav {
        display: block;
    }
    #testimonail-slider .owl-nav .owl-prev {
        position: absolute;
        top: 13%;
        left: -15px;
    }
    #testimonail-slider .owl-nav .owl-next {
        position: absolute;
        top: 13%;
        right: -15px;
    }  
     .map_pra p {
        margin-bottom: 17px;
        line-height: 27px;
        text-align: center;
    } 
    .testimonial_area h1 {
        font-size: 31px;
        color: #333333;
        font-family: 'Proxima Nova Rg';
        margin-bottom: 30px;
        text-align: center;
    }
    .how_it_works_area h1 {
        font-size: 30px;
        color: #333333;
        padding: 0px 0px 20px;
        font-family: 'Proxima Nova Rg';
    } 
    .search_location_form input, .search_location_form input:focus {
        width: 240px!important;
    }
    .how_it_works_inner {
        text-align: center;
        margin-bottom: 20px;
    } 
    .how_it_works_area {
        margin: 50px 0px 0px;
    } 
    .testimonial_area {
        margin: 22px 0px 50px;
    }
    .google_map_area {
        margin-bottom: 0;
    } 
     .header_top li a {
        font-size: 15px;
    }

}
@media(max-width: 450px){
    .header_top li ,.header_top li a{
        font-size: 12px;
    }
    .header_top li:last-child a {
        background: #fc1820;
        border-radius: 35px;
        padding: 7px 8px 6px;
        text-align: center;
        color: #fff!important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
    }
    .header_top li:last-child {
        position: absolute;
        right: 11px;
        top: 4px;
    }
}


@media (min-width: 992px){
    .navbar-right > li:last-child {
        display: block;
    }
    .header_top_inner_2{
        position: absolute;
        left: -44px;
        top: 51px;
    }    
    .header_top_inner_2 ul {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }    
    .header_top_inner_2 ul li{
        display: inline-block;
    }    
    .header_top_inner_2 ul li a{
        font-size: 20px;
        color: #333333!important;
        margin: 0;
        padding: 55px 25px;
        font-family: 'Proxima Nova Rg';
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }    
    .header_top_inner_2 ul li a{}    
}
.F_home{
    position: relative;
    margin-top: -42px;
}
@media (max-width: 991px){
    .navbar-right > li:last-child {
        display: block;
    }
    .header_top_inner_2{
        display: none;
    }
    .F_home{
        display: none;
    }
}



/*****************************************
     MULTIPAGE  PAGE     
******************************************/

.page-id-10 .sell_device_inner_text {}
.page-id-10 .sell_device_inner_text {
    text-align: left;
    padding: 20px 0px 100px;
}
.page-id-10 .sell_device_inner_text h2 {
    font-size: 36px;
}
.page-id-10 .sell_device_inner_text p {
    font-size: 18px;
    padding: 10px 0px;
}
.page-id-10 .sell_device_inner_text a {
    margin-left: 30px;
    text-align: center;
}
.howS_it_works_area{
    margin-bottom: 60px;
    margin-top: 30px;
}
.howS_it_works_area{}
.how_it_works_heading{
    padding-bottom: 15px;
}
.how_it_works_heading h2{
    font-size: 30px;
    color: #333333;
}
.how_it_works_heading h2 span{
    color: #ec1c27;
}
.how_it_works_heading h2 span{}
.how_it_works_heading p{
    font-size: 18px;
    color: #757575;
    margin-bottom: 20px;
}
.how_it_works_heading p{}
.how_it_works_content{
    position: relative;
    padding-top: 50px;
}
.how_it_works_content:after{
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 100%;
    background: #ec1c27;
}
.how_it_works_content > span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85px;
    height: 85px;
    border: 1px solid #ec1c27;
    border-radius: 50%;
    font-size: 24px;
    color: #ec1c27;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-left: -42.5px;
    margin-top: -42.5px;
    background: #fff;
    z-index: 3;
    padding-top: 26px;
}
.how_it_works_content > span{}
.how_it_works_content{}
.how_it_works_content_inner{
    padding-left: 160px;
    position: relative;
    padding-bottom: 50px;
}
.how_it_works_content_inner h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}
.how_it_works_content_inner p{
    font-size: 18px;
    color: #757575;
}
.how_it_works_content_inner img{
    position: absolute;
    top: 0;
    left: 0;
}
.how_it_works_content_r_padding{
    padding-right: 40px;
}
.how_it_works_content_l_padding{
    padding-left: 60px;
}
.how_it_works_content_button{}
.how_it_works_content_button a{
    height: 58px;
    margin: 0 auto;
    background: #fc151d;;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Proxima Extrabld';
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 4px 5px #000;
    margin-top: 10px;
    font-weight: bold;
    padding: 0px 15px;
    padding-top: 20px;
    z-index: 2;
    position: relative;    
}
.how_it_works_content_button a:hover{
    background: #fc2833;    
}
.how_it_works_content_button a:focus{
    background: #760e12;    
}
.how_it_works_content_button a{}
 
@media(max-width: 992px){
   .H_m_h{
       display: none;
   } 
}
@media(max-width: 991px){
   .H_m_h{}

.how_it_works_content:after{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ec1c27;
}
.how_it_works_content_r_padding{
    padding-right: 0px;
}
.how_it_works_content_r_padding .how_it_works_content_inner:last-child{
    padding-bottom: 0;
}
.how_it_works_content_l_padding{
    padding-left: 0px;
    padding-top: 210px;
}
.page-id-10  .how_it_works_content_l_padding{
    padding-left: 15px;
}
.whys_choose_us_area {
    background-position: 80%!important;
}   
}
@media(max-width: 500px){
 .whys_choose_us_area {
    background-position: 73%!important;
}   
}


/*****************************************
     WHY CHOOSE US     
******************************************/
.whys_choose_us_area{
    padding: 100px 0px;
}
.whys_choose_us_text h2{
    font-size: 30px;
    color: #333333;
    padding-bottom: 20px;
}
.whys_choose_us_text h2 span{
    color: #ec1c27;
}
.whys_choose_us_text h2 span{}
.whys_choose_us_text p{
    font-size: 18px;
    color: #757575;
    text-align: justify;    
}
.whys_choose_us_text{}
.whys_choose_us_img img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}
.whys_choose_us_area{
    padding: 80px 0px 60px;
   /* background:  url(../images/why-bg.png);*/
    background-size: cover;
    position: relative;
    background-position: center center;
}
.whys_choose_us_area:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.8);        
} 
.whys_choose_us_area .container{
    position: relative;
    z-index: 2;
}    
@media(max-width: 991px){

 
    .whys_choose_us_text {
        text-align: center;
    } 
    .sell_device_img {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .sell_device_img img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .page-id-10 .sell_device_inner_text {
        text-align: center;
        padding: 20px 0px 100px;
    }    
}


/*****************************************
     HOW IT WORKS     
******************************************/
.how_it_works_first_content{}
.how_it_works_first_content .how_it_works_content_inner{
    padding-left: 0;
    position: relative;
    padding-bottom: 50px;
}
.how_it_works_first_content .how_it_works_content_inner img{
     position: relative;
    top: auto;
    right: auto;

}
.how_it_works_content_inner{}
.how_it_works_content_inner h3{
    font-size: 18px;
        color: #ec1c27;
        font-weight: 700;
}
.how_it_works_content_2{}
.how_it_works_content_2{}
.how_it_works_content_2 .how_it_works_content_inner{
    padding-left: 0;
    position: relative;
    padding-bottom: 50px;
}
.how_it_works_content_2 .how_it_works_content_inner img{
     position: relative;
    top: auto;
    right: auto;

}

.how_it_works_content_button a img{
    padding-right: 10px;
}

.how_it_works_content_2 .how_it_works_content_inner h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0;
}
.how_it_works_first_content {
    background: #f6f6f6;
    padding: 50px 0px 9px;
}
.how_it_works_first_content .how_it_works_content_inner h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0;
}
.how_it_works_content_2 {
    background: #fff;
    margin-bottom: 80px;
}
.page-id-52 #franchising-form {
    padding-bottom: 0;
    background-color: #eee;
}
.page-id-52 .howS_it_works_area {
    margin-bottom: 60px;
    margin-top: 0;
}
.page-id-52 .section_one {
    background: #fff;
}
@media(min-width: 992px){
    .how_it_works_content_2 .how_it_works_content_l_padding .how_it_works_content_inner:first-child{
        display: none;
    }
    .whys_choose_us_img img {
        margin-left: 0;
        margin-right: auto;
        display: block;
        margin-top: 50px;
    }    
}

@media(max-width: 991px){
    .how_it_works_content_2.how_it_works_content:after {
        position: absolute;
        top: 40%;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #ec1c27;
    }
    .how_it_works_content_2.how_it_works_content > span {
        position: absolute;
        left: 50%;
        top: 40%;
        width: 85px;
        height: 85px;
        border: 1px solid #ec1c27;
        border-radius: 50%;
        font-size: 24px;
        color: #ec1c27;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        margin-left: -42.5px;
        margin-top: -42.5px;
        background: #fff;
        z-index: 3;
        padding-top: 26px;
    }
    .how_it_works_content_2 .how_it_works_content_inner {
        padding-left: 0;
        position: relative;
        padding-bottom: 50px;
        text-align: center;
    }           
}
@media(max-width: 767px){
    .how_it_works_first_content {
        background: #fff;
    }     
    .page-id-52 .how_it_works_content_r_padding , .page-id-52 .how_it_works_content_l_padding{
        padding-left: 0;
        padding-right: 0;
    }
    .page-id-52 .how_it_works_content_r_padding .how_it_works_content_inner ,.page-id-52 .how_it_works_content_l_padding .how_it_works_content_inner{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
    .page-id-52 .how_it_works_content_r_padding .how_it_works_content_inner:first-child{
        background: #f6f6f6;
    }
    .page-id-52 .how_it_works_content_l_padding .how_it_works_content_inner:nth-of-type(2){
        background: #f6f6f6;
    }
    .page-id-52 .section_one {
        background:#f6f6f6;
    }
    .page-id-10 .sell_device_inner_text a {
        margin-left: 0px;
        text-align: center;
        max-width: 229px;
        height: 64px;
        font-size: 21px;
    }    
}
@media(max-width: 767px){

}