.blue-banner{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new-blue-section{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new-blue-section h3 {
   color:#fff042;
   text-transform: none;
   letter-spacing: 0;
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   font-size: 26px!important;
   margin-bottom: 0px!important;
}

.new-blue-section p {
   color:#fff;
   letter-spacing: 0;
   font-family: 'Open Sans', sans-serif;
   margin-bottom: 0px!important;
   font-size: 18px;
   line-height: 1.4;
}

.new-blue-section hr {
   margin: 20px 0;   
}

.new-blue-section{
    padding: 20px 0px;   
}

.new-blue-section div.col-7 {
    padding: 0px 80px;
}

.blue-banner {
 padding: 10px 0px 10px 0px;   
}

/*.blue-banner .row{
    justify-content: center;
}*/

.blue-banner .img-holder{
    padding: 0px 15px 0;
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
}

.blue-banner .text-holder{
    padding: 20px 15px;
}



.label-holder{
    text-align: right;
}

.red-label{
    background: #ce2127;
    height: 26px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 5px 2px;
    display: inline-block;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin: 0 20px;
}

.red-label:after{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
	height: 0;
	border-top: 26px solid #ce2127; 
	border-right: 20px solid transparent;		
}

.red-label:before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
	height: 0;
	border-bottom: 26px solid #ce2127; 
	border-left: 20px solid transparent;		
}

.blue-banner .text-holder h2{
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     padding: 0;
     margin: 0;
     font-size: 39px;
     text-transform: none;
     line-height: 1.2;
     font-weight: 800;
     letter-spacing: 0.2px;
}  

.blue-banner .text-holder p{
    font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-size: 19px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: 0.2px;
   padding-left: 45px;
   margin-bottom: 0px;
}  

.blue-banner .new-text-holder h2{
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     padding: 0;
     margin: 0;
     font-size: 39px;
     text-transform: none;
     line-height: 1.2;
     font-weight: 800;
     letter-spacing: 0.2px;
} 

.blue-banner .new-text-holder {
    padding-left: 180px;
    padding-top: 6px;
}

.blue-banner .blue-bar-right {
    padding-right: 157px;
}

img.american-flag {
    height: 84px;
}

.blue-banner .new-text-holder p{
    font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-size: 19px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: 0.2px;
   padding-left: 45px;
   margin-bottom: 0px;
} 

.category-carousel {
    padding: 0 30px 30px 30px;
}

.deals-carousel {
    padding: 0 30px;
}

.category-carousel .owl-prev,
.category-carousel .owl-next,
.banner-carousel .owl-prev,
.banner-carousel .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #c4cbd4;
    transition: all 0.3s ease;
    z-index: 5;
}

.deals-carousel .owl-prev,
.deals-carousel .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #c4cbd4;
    transition: all 0.3s ease;
    z-index: 5;
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next{
    color: #fff;
    font-size: 70px;
}

.category-carousel .owl-prev:hover,
.category-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover{
    color: #134dbb;
}

.deals-carousel .owl-prev:hover,
.deals-carousel .owl-next:hover{
    color: #134dbb;
}

.category-carousel .owl-prev{
    left: 0;
}

.category-carousel .owl-next{
    right: 0;
}

.deals-carousel .owl-prev{
    left: 0;
}

.deals-carousel .owl-next{
    right: 0;
}

.banner-carousel .owl-prev{
    left: 40px;
}

.banner-carousel .owl-next{
    right: 40px;
}

.banner-carousel img{
    width: 100%;
}

.category-carousel .item a{
    border: 1px solid #fff;
    display: block;
    border-radius: 8px;
    padding: 10px 0;
    color: #3185d3;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    transition: all 0.3s ease;
    font-size: 12px;
}

.category-carousel .item a:hover{
    border: 1px solid #c4cbd4;
}

.title{
    border-bottom: 1px solid #c4cbd4;
    margin-bottom: 15px;
    line-height: 1.5;
}

.title h4{
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
}

.black-banner{
    padding: 8px 0;
     -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
}

.black-banner .row{
    align-items: center;
}

/*.black-banner .container{
    max-width: 960px;
}

.black-banner .container{
    max-width: 960px;
}*/

.black-banner .red-label{
    margin-bottom: 2px;
}

.black-banner h3{
   color:#fff042;
   text-transform: none;
   letter-spacing: 0;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   margin-bottom: 0px!important;
   line-height: 16px!important;
   margin-top: 12px;
}

.black-banner h1{
   color:#fff;
   text-transform: none;
   letter-spacing: 0;
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   font-size: 31px!important;
   margin-bottom: 0px!important;
}

.black-banner p{
   color:#fff;
   letter-spacing: 0;
   font-family: 'Open Sans', sans-serif;
   margin-bottom: 0px!important;
}

/*.black-banner .btn{
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: none;
    border-radius: 2px;
    letter-spacing: 0;
    padding: 10px;
    font-size: 15px;
    padding: 8px 10px;
    margin-top: 33px;
}*/

.blue-banner .btn{
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: none;
    border-radius: 2px;
    letter-spacing: 0;
    padding: 10px;
    font-size: 18px;
    padding: 10px 12px;

}

.black-banner .btn:hover{
    background: #fff;
}

.blue-banner .btn:hover{
    background: #fff;
}

@media (max-width:991px) {
    
        .blue-banner .new-text-holder {
    padding-left: 0px;
}

.blue-banner .blue-bar-right {
    padding-right: 0px;
}


.blue-banner img{
        display: none!important;
    }
    
.blue-banner .new-text-holder p {
    padding-left: 0px !important;
    }
    
.blue-banner, .blue-banner div.text-right {
    text-align: center!important;
    margin-top: 20px;
}


    
    .blue-banner .img-holder{
        max-width: 300px;
    }
    
    .blue-banner .text-holder h2{
        font-size: 40px;
    }
    
    .blue-banner .text-holder p{
        font-size: 14px;
    }
    
    .blue-banner .red-label{
        font-size: 11px;
        line-height: 16px;
        height: 28px;
    }
    
    .blue-banner .red-label:after{
        border-top: 28px solid #ce2127; 
    }
    
    .blue-banner .red-label:before{
        border-bottom: 28px solid #ce2127; 
    }
}

@media (min-width:769px) {
    .col-sm-9{
        -webkit-box-flex: 0 !important;
		flex: 0 0 83.333333% !important;
		max-width: 83.333333% !important;
    }
    
    .col-sm-3{
		-webkit-box-flex: 0 !important;
		flex: 0 0 16.666667% !important;
		max-width: 16.666667% !important;
    }
}

@media (max-width:767px) {
    
    .black-banner .btn {
     margin-left: 0px!important;   
    }
    
    .blue-banner .new-text-holder {
    padding-left: 0px;
}

.blue-banner .blue-bar-right {
    padding-right: 0px;
    padding-left: 0px!important;
}

    
    .black-banner img{
        display: none;
    }
    
.black-banner {
    text-align: center!important;
}

.blue-banner img{
        display: none!important;
    }
    
.blue-banner .new-text-holder p {
    padding-left: 0 !important;
    }
    
.blue-banner, .blue-banner div.text-right {
    text-align: center!important;
    margin-top: 20px;
}

    .new-blue-section div.col-7 {
         padding: 0px!important;
         max-width: 100%!important;
         flex: none!important;
         margin-bottom: 30px;
    }
    
    
    .blue-banner .img-holder{
        max-width: 100%;
        justify-content: center;
        order:2;
        padding-top: 0;
    }
    
    .blue-banner .text-holder{
        order:1;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .title span{
        display: block;
        margin-bottom: 5px;
    }
    
    .title span.red-label{
        display: inline-block;
    }
}

@media (max-width:576px){
    
    .black-banner {
        text-align: center;
    }
    
    .black-banner .red-label{
        margin-bottom: 8px;
    }
    
    .black-banner h3{
        font-size: 18px;
    }
    
    .black-banner .btn{
        margin-top: 7px;
    }
    
    .banner-carousel .owl-prev{
        left: 20px;
    }

    .banner-carousel .owl-next{
        right: 20px;
    }
    
    .banner-carousel .owl-prev,
    .banner-carousel .owl-next{
        font-size: 50px;
    }
    
    .title{
        text-align: center;
    }
}