/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 Cta Section
    4.0 Overview Section
    5.0 Product Section
    6.0 Testimonial Section
    7.0 Subscribe Section
    8.0 Blog Section
    9.0 Sponsor Section
    10.0 Widget Section
    11.0 Footer Section
    12.0 Scroll to Top
    
    ==========================================================================
    Foxstar
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #282828;
}
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #303133;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #888 !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}


.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.ov-hidden{ overflow: hidden; }
/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.fs_btn{
    background-color: #db2d2e;
    border: 1px solid #db2d2e;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    height: 480px;
}
.hero_section .hero_content{}
.hero_section .hero_content h1 {
    font-size: 36px;
    margin: 0 0 20px;
}
.hero_section .hero_content p{
    color: #fff;
}
.hero_section .fs_btn:hover{
    color: #fff;
}

/* ==========================================================================
   Cta Section
   ========================================================================== */
.cta_section{
    display: block;
    padding: 40px 0;
}   
.cta_section h3{
    margin-right: 15px;
    display: inline-block;
}  
.cta_section .fs_btn:hover{
    color: #fff;
} 


/* ==========================================================================
   Overview Section
   ========================================================================== */
.about_section{}
.promo_items .promo_content{
    display: block;
}
.promo_items .promo_content i{
    font-size: 40px;
    color: #db2d2e;
}
.promo_items .promo_content h4{
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.promo_items .promo_content p{
    margin: 0;
}

/* ==========================================================================
   Product Section
   ========================================================================== */
.product_section{}
.product_items{}
.product_items .product_item{
    position: relative;
    border: 1px solid #ddd;
}
.product_items .product_item .overlay{
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.product_items .product_item:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.product_items .product_item a{
    background-color: #db2d2e;
    border: 1px solid #db2d2e;
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.product_items .product_item a:hover{
    background-color: transparent;
    color: #282828;
}
.product_items .product_item:hover a{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 0.1s;
}
.product_items .owl-nav div{
    background-color: rgba(219,45,46,0.4);
    width: 40px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    left: -40px;
    top: calc(50% - 30px);
    transition: all 0.5s ease-in-out;
}
.product_items .owl-nav div:hover{
    background-color: rgba(219,45,46,1);
    transition: all 0.5s ease-in-out;
}
.product_items .owl-nav div.owl-next{
    left: auto;
    right: -40px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testimonial_items{}
.testimonial_item{
    text-align: center;
}
.testimonial_item figure{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial_item figure img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonial_item h4{
    text-transform: uppercase;
    margin: 20px 0 5px;
}
.testimonial_item p{
    font-size: 16px;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: transparent;
    border: 1px solid #333;
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: #333;
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_section{
    background-image: url(../img/subscribe-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -385px 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.subscribe_content{
    color: #fff;
    padding: 80px 0;
}
.subscribe_content h2{
    color: #fff;
}
.subscribe_content .subscribe_form {
    display: block;
    text-align: center;
}
.subscribe_content .subscribe_form .form_input{
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #181818;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    float: left;
    width: 60%;
    transition: all 0.5s ease-in-out;
}
.subscribe_content .subscribe_form .form_input:hover{
    opacity: 0.8;
}
.subscribe_content .subscribe_form .submit{
    border: 1px solid #db2d2e;
    background-color: #db2d2e;
    text-transform: uppercase;
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    display: inline-block;
    padding: 0 5px;
    float: left;
    width: 30%;
    transition: all 0.5s ease-in-out;
}
.subscribe_content .subscribe_form .submit:hover{
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}

/* ==========================================================================
   Book Section
   ========================================================================== */
.book_section{}
.book_content h2{
    font-size: 32px;
}

.book_content {
    padding: 160px 0;
}
.book_img{
    
}
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_items{}
.blog_items .blog_content{}
.blog_items .blog_content img{
    width: 100%;
    margin-bottom: 20px;
}
.blog_items .blog_content h4{
    margin: 0 0 3px;
}
.blog_items .blog_content h4 a{
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
}
.blog_items .blog_content h4:hover{
    text-decoration: underline;
}
.blog_items .blog_content a{
    color: #777;
}
.blog_items .blog_content a:hover{
    text-decoration: underline;
    color: #111;
}
.blog_items .blog_content p{
	
}
/* ==========================================================================
   Sponsor section
   ========================================================================== */
.sponsor_section{
    padding: 20px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{}
.widget_section .col-xs-6{
    padding: 15px;
}
.widget_content{
    color: #ddd;
}
.widget_content h3{
    font-weight: 600;
    margin: 0 0 10px;
}
.widget_content a{}
.social_links{
}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    color: #ddd;
    font-size: 16px;
   margin-right: 10px;
}
.widget_list li a:hover,
.social_links li a:hover{
    color: #fff;
    text-decoration: underline;
}
.widget_list{}
.widget_list li{}
.widget_list li a{
    color: #ddd;
}


/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    border-top: 1px solid #444;
    display: block;
    padding: 40px 0;
}
.footer_section p.copyright{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    color: #ddd;
}  
.footer_menu{
    text-align: right;
}
.footer_menu li{
    display: inline-block;
}
.footer_menu li a{
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ddd;
}
.footer_menu li a:hover{
    color: #fff;
    text-decoration: underline;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #db2d2e;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #777;
    color: #fff;
}
