/*
=======================================================================
[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 10px;
    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;
}
.header_search a, .header_search a{
    color:#000;
}
.custom_nav{
    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;
}
.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%;  

}
.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;
}
.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: 650px;
    height: 230px;
    margin: 0 auto;
    background: #fc2833;
    display: inline-block;
    font-size: 66px;
    color: #ffffff;
    font-family: 'Proxima Extrabld';
    text-transform: uppercase;
    padding-top: 73px;
    border-radius: 10px;
    box-shadow: 0px 4px 5px #000;
}
.sell_device_inner_text{}
.sell_device_img{}
.sell_device_img{
    position: relative;
    margin-top: 50px;
}
.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: 54px;
    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{}
.map_inner{
    width: 100%;
}
.search_location{
    width: 25%;
    float: left;
    padding: 15px;
    background: #f1f1f1;
}
.search_location > h2{
    text-align: center;
}
.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;
}
.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{
    width: 75%;
    float: right;    
}
#map{
    width: 100%;
    height: 803px;
}
@media(max-width: 991px){
    .search_location {
        width: 100%;
        float: left;
        padding: 15px;
        background: #f1f1f1;
    }
    .map_area {
        width: 100%;
        float: right;
    }
}
/*---------------------------------------
    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: center;
        margin-top: 15px;
    }
    .footer_inner{
        padding: 20px 0px;
    }

}
/*****************************************
     MULTIPAGE  PAGE     
******************************************/

.brand_area{}
.brand_area  h2{
    font-size: 54px;
    color: #333333;   
    margin-bottom: 40px;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
}
.brand_area  p{
    font-family: 'Proxima Nova Rg';
    font-size: 24px;
    color: #333333;
    font-weight: 300;
}
.brand_area  p a{
    color: #5c72b1;
    text-decoration: underline;
}
.brand_inner{
    margin-bottom: 50px;
}
.brand_inner_thumb{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 23px;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}
.brand_inner_thumb{}
.brand_inner_thumb label{
}
.brand_inner_thumb label span{
display: block;
    font-family: 'Proxima Nova Rg';
    font-size: 17px;
    color: #333333;
    font-weight: 300;
        padding: 10px;
}
.brand_inner_thumb input{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.brand_inner_thumb input{}
.step_area_inner{
    text-align: center;
}
.step_area_inner h2{
    font-family: 'Proxima Nova Rg';
    font-size: 24px;
    color: #333333;
    font-weight: 300;
}
.step_area_inner h2 img{
    padding-right: 10px;
}


/*---------------------------------------
    MOBILE AREA       
-----------------------------------------*/
.mobile_area{}
.mobile_area  h2{
    font-size: 35px;
    color: #333333;
    margin-bottom: 25px;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
}
.mobile_inner{
    padding-bottom: 30px;
    border-bottom: 2px solid #ed1c24;
}
.storage_inner.brand_inner{
    padding-bottom: 30px;

}
.mobile_area  p{
    font-family: 'Proxima Nova Rg';
    font-size: 24px;
    color: #333333;
    font-weight: 300;
}
.mobile_area .brand_inner{}
.mobile_area .brand_inner .brand_inner_thumb{
    width: 180px;
}
.mobile_area .brand_inner_thumb{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px;
    text-align: center;
    padding-bottom: 0px;
    cursor: pointer;
}
.mobile_area .brand_inner .brand_inner_thumb label{
    width: 180px;
    padding: 5px 0px;
}
.mobile_area .brand_inner .brand_inner_thumb input:checked + label {
    background: #e8e8e8;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.mobile_area .brand_inner .brand_inner_thumb img {
    max-width: 70px;
    max-height: 80px;
}

/*---------------------------------------
    NETWORK AREA       
-----------------------------------------*/
.network_area{}
.network_area  h2{
    font-size: 35px;
    color: #333333;   
    margin-bottom: 40px;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
}
.network_area{}
.network_area .brand_inner .brand_inner_thumb input:checked + label {
    background: #e8e8e8;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.network_area .brand_inner_thumb {
    margin: 0 10px;
}


/*---------------------------------------
    STORAGE AREA       
-----------------------------------------*/
.storage_area{}
.storage_area  h2{
    font-size: 35px;
    color: #333333;
    margin-bottom: 25px;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
    margin-top: 10px;
}
.storage_area{}
.storage_area .brand_inner_thumb label{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    width: 200px;

    background: #e8e8e8;

}
.storage_area .brand_inner .brand_inner_thumb input:checked + label {
    background: #ea4146;
    border: 1px solid #ea4146;
    border-radius: 5px;
}
.storage_area .brand_inner .brand_inner_thumb input:checked + label span{
    color: #fff;
}
.storage_area .brand_inner_thumb label span{
    font-size: 22px;
    color: #333333;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;

}
.storage_area .brand_inner_thumb label span{}



/*---------------------------------------
    TAB AREA       
-----------------------------------------*/
.tab_area {
    margin-bottom: 60px;
}
.tab_area .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
    margin-bottom: 12px;
}
.tab_area{}
.tab_area{}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px solid transparent;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.tab_area .brand_inner_thumb label{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    text-align: center;
    /* padding-bottom: 15px; */
    cursor: pointer;
    width: 200px;
    /* height: 90px; */
    background: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.tab_area .brand_inner_thumb label.active {
    background: #ea4146;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    border-bottom: 0;    
}
.tab_area .brand_inner_thumb label.active{
    position: relative;
}
.tab_area .brand_inner_thumb label.active span{
    color: #fff;
}
.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;
}

.storage_area .storage_inner a.active label {
    background: #ea4146;
    border-color:  #ea4146;
}
.storage_area .storage_inner a.active label span{
    color: #fff;
}


.tab_content{
    text-align: left;
}
.tab_content{
    padding: 10px;
    border: 1px solid #cccccc; font-size: 20px;
}
.tab_content p{
       
    color: #555555;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
}
.tab_content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab_content ul li{
    font-size: 24px;
    color: #555555;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
}
.tab_content ul li{}




/*---------------------------------------
    OFFER AREA       
-----------------------------------------*/
.offer_area{
    margin-bottom: 100px;
}
.offer_area h2{
        font-size: 32px;
    color: #333333;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
}
.offer_area h1{
            font-size: 70px;
    color: #333333;
    font-family: 'Proxima Semibold';
    font-weight: 300;
}
.offer_area a{}
.offer_area button,
.offer_area a {
    height: 70px;
    padding-top: 20px;
    border-radius: 5px;
    font-size: 26px;
    background: #fc151d;
    color: #ffffff;
    font-family: 'Proxima Extrabld';
    margin: 0 auto;
    background: #fc2833;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0px 4px 5px #000;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-left: 20px;
    padding-right: 20px;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb>li:first-child {
    margin-right: 0;
}
.breadcrumb>li {
    display: inline-block;
    margin-right: 8px;
}
.breadcrumb>li:first-child a {
    display: inline-block;
    font-size: 24px!important;
    color: #0b68bf;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
    background: transparent;
}
.breadcrumb>li> a {
    font-size: 24px;
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
color: #0b68bf;
    border-radius: 35px;
    padding: 5px 18px;
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 20px;
    color: #ccc;
    content: '';
     background-image: url(../images/bredcrumbs-icon.png);
     background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
}

.breadcrumb>li:last-child > a{
        background: #ed1c24;
        color: #fff;
}




.brand_inner_thumb{

    border: 1px solid transparent;

}
.active .brand_inner_thumb{
    background: #e8e8e8;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.storage_area .brand_inner_thumb{
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
}
.storage_area .active .brand_inner_thumb{
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
}

.network_area .brand_inner_thumb{
    background: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 5px;
        padding: 15px 15px;
    padding-bottom: 35px;
}
.network_area .active .brand_inner_thumb{
    background: #e8e8e8;
        border: 1px solid #d1d1d1;
    border-radius: 5px;

    padding: 15px 15px;
    padding-bottom: 35px;
}


 
.network_area .active .brand_inner_thumb label{
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
}




.proLinks{
    display: inline-block;

}
.brand_area .proLinks{
    display: inline-block;

}
.brand_area .brand_inner_thumb{
      margin: 0px 20px;   
}
.brand_area  .active .brand_inner_thumb{
    background: transparent;
    border-color: transparent;
}


.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="button"] {
    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: 658px;
    overflow-y: scroll;
    background: #fff;
}
.search_location_content_inner img {
    width: 110px;
    height: auto;
}

.entry-content p {
    color: #4b4b4b;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}



#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(http://www.swifttechbuy.com/assets/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(http://www.swifttechbuy.com/assets/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%;
    }
}


.entry-title {
    font-family: 'Roboto', sans-serif;
    margin: 25px 0;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    color: #1ebaf4;
}
.page-id-125 form{
    max-width:450px;
    width:100%;
    margin: 0 auto;
}
.page-id-125 form label{
    color: #4b4b4b;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}
.page-id-125 form input{
    padding: 14px 18px 12px 18px;
    font-family: 'Roboto', sans-serif;
    color: #4b4b4b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c4c9d0;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    width:100%;
}
.page-id-125 .submit_btn {
    background: #1b81a7;
    border: 1px solid #1b81a7;
    color: #ffffff;
    -webkit-transition: color linear .2s, background linear .2s;
    -moz-transition: color linear .2s, background linear .2s;
    -o-transition: color linear .2s, background linear .2s;
    transition: color linear .2s, background linear .2s;
    width:100%;
    font-weight: 400;
    font-size: 1.8em;
}
.entry-content  p{
color: #4b4b4b;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.page-id-125 .entry-content > p{
color: #4b4b4b;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.footer-subscribe{
  position:relative;
}
.load_more_index_posts {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #ed7070;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: padding .25s ease-in-out,width .25s ease-in-out;
    transition: padding .25s ease-in-out,width .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
margin-bottom:100px;
}
.navbar-nav>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;
}
.navbar-nav>li>a:hover {
    font-size: 20px;
    color: #fc141b!important;
    margin: 0;
    padding: 55px 25px;
    font-family: 'Proxima Nova Rg';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;    
}
.how_it_works_inner {
    position: relative;
    text-align: center;
}
.sell_device_inner_text a {
    background: #fc151d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sell_device_inner_text a:hover {
    background: #fc3139;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sell_device_inner_text a:focus {
    background: #760e12;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.choose_swift_btn a {
    background: #fc1f28;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.choose_swift_btn a:hover {
    background: #fc3139;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.choose_swift_btn a:focus {
    background: #760e12;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.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="button"] {
    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: 660px;
    overflow-y: scroll;
    background: #fff;
}
.search_location_content_inner img {
    width: 110px;
    height: auto;
}
.sell_device_inner_text a {
    max-width: 252px;
    height: 70px;
    padding-top: 20px;
    border-radius: 10px;
    font-size: 26px;
}
#franchising-form .section-head {
    color: #da291c!important;
    padding-bottom: 40px;
}
#franchising-form .lead, #franchising-form .ty_text {
    color: #757575;
    font-size: 1.5em;
    margin-bottom: 40px;
}
#franchising-form .lead, #franchising-form .lead a, #franchising-form .ty_text, #franchising-form .ty_text a {
    color: #757575;
}
@media(min-width:992px){
.how_it_works_inner_l_child{
    padding-left: 60px;
}
.sell_device_inner_text a {
    margin-left: -70px;
}
}
@media(min-width:768px){
#franchising-form {
    background-size: cover;
    background-image: none;
}
}
@media(max-width:1199px){
    .sell_device_inner_text h2 {
        font-size: 35px;
    }
.sell_device_inner_text p {
    font-size: 24px;
}

}
@media all and (max-width: 991px) and (min-width: 768px) {
.navbar-brand-centered {
    position: absolute;
    left: 61%;
    display: block;
    width: 175px;
    text-align: center;
}
.navbar-brand-centered img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.navbar-brand {
    padding: 40px 26px 18px;
}
}



.model_li,
.brand_li{
    position: relative;
}
.brand_hide{
    position: absolute;
    right: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 15px;
        z-index: 55;
        display: none;
}
.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;
        margin-top: 20px;    
} 
.checkout_none{
    display: none!important;
}
.payment-info{
	text-align: center;
}
.checkout_inline{
	display: inline-block;
}
.checkout_inline{
	display: inline-block;
}
.checkout_inline input, .checkout_inline input:hover, .checkout_inline input:focus {
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 20px;
    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;
        margin-top: 40px;
}
.rec-whole input ,.rec-whole input:hover,.rec-whole input:focus{
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 20px;
    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;
        margin-top: 40px;   
}
.paypal_inline{
    display: inline-block;
    margin: 0px 50px;
}
.confirm-info {
	text-align: center;
}
.confirm-info .rec-whole{
	    display: inline-block;
}
.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 (max-width: 991px) {
    .custom_container{
        width: 100%;
    }    
    .over_t {
        position: absolute!important;
        font-size: 13px!important;
        top: 3px!important;
        left: -59px!important;
}
    .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;
        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: 15px;
    }
    .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.active img.img_ac {
        z-index: 3;
    }    
    .grid_btn a{
        display: inline-block;
        margin: 12px 6px;
        position: relative;
        width: 17px;
        height: 17px;
    }
    .grid_btn a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    } 
    .grid_btn a img.img_ac{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;        
    }  
    .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;
    }  
    .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;
        width: 200px;
        text-align: left;   
    }
    .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: 100px;
        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;
    } 
    .navbar-toggle {
        left: 0;
    }
	.network_area .brand_inner_thumb {
	    margin-bottom: 2px;
	    display: block;
	    padding: 5px 0px;
	    border: 2px solid #d1d1d1;
	}  
    .network_area .brand_inner_thumb img{

    }                       
}
@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;
	}
    .storage_area .condition_tab li label {
        padding-bottom: 0;
        width: 70px;
        height: 50px;
        padding-top: 5px;
        border-radius: 5px;
    } 
    .storage_area .brand_inner_thumb label span {
        font-size: 10px;
    }       
}
.pro-one{

    padding: 10px;

}
.pro-one.checked{
    background: #fc1820;

    color: #fff;
}

#franchising-form label{
	margin-top: 20px;
	margin-bottom: 5px;
}

#franchising-form select.form-control,
#franchising-form input.form-control {
    padding: 14px 18px 12px 18px;
    font-family: 'Roboto', sans-serif;
    color: #4b4b4b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c4c9d0;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    width: 100%;
    height: initial;
	margin-bottom: 5px;

}


#franchising-form textarea.form-control {
    height: 128px !important;
}


.network_area .brand_inner_thumb {
    background: #ececec;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 15px 15px;
    padding-bottom: 15px; 
    margin-bottom: 20px;
}


.network_area img {
    height: 50px;
}

.mobile_area .brand_inner .brand_inner_thumb {
    width: 125px;
    height: 165px;
    padding-top: 10px;
    background: rgba(232, 232, 232, 0.5);
    margin-bottom: 4px;
    border: 1px solid rgba(209, 209, 209, 0.5);
    margin: 5px;
    border-radius: 5px;
}

.mobile_area .brand_inner .active .brand_inner_thumb {
    background: #e8e8e8;
    border: 1px solid #d1d1d1;

}

.breadcrumb_area_2{
    background: #ec1c27;
}
.breadcrumb_area_2 .breadcrumb{}
.breadcrumb_area_2 .breadcrumb{}
.breadcrumb_area_2 .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
}
.breadcrumb_area_2 .breadcrumb>li {
    display: inline-block;
}
.breadcrumb_area_2 .breadcrumb>li:first-child a {
    color: #fff;
    font-size: 13px!important;
}

.breadcrumb_area_2 .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: '>>';
    background-image: none;
}
.breadcrumb_area_2 .breadcrumb a {
    color: #fff;
    background: transparent;
    background-image: none;
    padding: 0;
    font-size: 13px;    
}
@media (min-width: 992px){
    .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{}    
}
@media (max-width: 991px){
    .navbar-right > li:last-child {
        display: block;
    }
    .header_top_inner_2{
        display: none;
    }
}

@media (max-width: 768px){
.header_search {
    top: 18px;
        right: 25px;

}
.header_search a{
top: -3px!important;
}
.header_search a img{
    margin-right:0px !important;
}
.over_t {
    top: 32px!important;
    left: -10px!important;
}
}

@media print {
footer{
    display: none;
}
}