/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Hero section
    3.0 About section
    4.0 Services Section
    5.0 Gallery Section
    6.0 Testimonial Section
    7.0 CTA Section
    8.0 Widget Section
    9.0 Footer Section
    10.0 Scroll to Top

    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:600,700,800,900%7CRoboto');
	@import url('https://fonts.googleapis.com/css?family=Shrikhand');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', 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: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #282828;
}
h1{
    font-size: 60px;
    font-weight: bolder;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1;
    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;
}
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: #fafafa !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #fafafa !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #fafafa !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #fafafa !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.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;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* 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: #232323;
    border: 2px solid #232323;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.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;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header_section{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 68px;
    z-index: 999;
    position: relative;
}
.navbar-fixed-top.header_section{
    position: fixed;
}
.navbar-fixed-top .navbar-collapse{
    max-height: 100%;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header {
    padding-top: 9px;
}
.navbar-header .brand{
    font-size: 25px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
}
.navbar-header .brand img{
    width: 87px;
    height: auto;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #282828;
    width: 18px;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #777;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 68px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #282828;
}

/* ==========================================================================
   Hero section
   ========================================================================== */
.hero_section{
    background-image: url("../img/portada.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    height: 1300px;
}
.hero_section .hero_content{}
.hero_section .hero_content h1{color:#fff; font-size:60px;
font-family: 'Poppins', sans-serif; letter-spacing: 0px; font-weight: 900;
}
.hero_section .hero_content p{color:#fff}

/* ==========================================================================
   About section
   ========================================================================== */
.about_section{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	background-color: #f0e1cb;
} 
.about_section .about_image{}   
.about_section .about_image img{
    margin-top: -120px;
    width: 100%;
}
.about_content {
    padding: 80px 0 80px;
}  
.about_content h2{
    color: #282828;
}   
.about_content p{
    color: #282828;
	line-height: 30px;
}

/* ==========================================================================
   Mayoristas
   ========================================================================== */
.mayoristas_section{
    background-image: url("../img/ventas-mayoristas.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.mayoristas_section .about_image{}   
.mayoristas_section .about_image img{
    margin-top: -120px;
    width: 100%;
}
.mayoristas_content {
    padding: 250px 0 250px;
}  
.mayoristas_content h1{
    color: #333;
	letter-spacing: 0px;
}   
.mayoristas_content h2{
    color: #333;
}   
.mayoristas_content p{
    color: #333;
	padding-top: 20px;
	line-height: 30px;
}

/* ==========================================================================
   Donde encontrarnos
   ========================================================================== */
.donde_section{
    background-image: url("../img/dondeencontrarnos.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.donde_section .about_image{}   
.donde_section .about_image img{
    margin-top: -120px;
    width: 100%;
}
.donde_content {
    padding: 250px 0 250px;
}  
.donde_content h1{
    color: #333;
	letter-spacing: 0px;
}   
.donde_content h2{
    color: #333;
}   
.donde_content p{
    color: #333;
	padding-top: 20px;
	line-height: 30px;
}

/* ==========================================================================
   Donde encontrarnos
   ========================================================================== */
.shoponline_section{
    background-image: url("../img/shoponline.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
	height: 850px;

}


/* ==========================================================================
   WeAreMakers
   ========================================================================== */
.weare_section{
    background-image: url("../img/wearemakers.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.weare_section .about_image{}   
.weare_section .about_image img{
    margin-top: -120px;
    width: 100%;
}
.weare_content {
    padding: 250px 0 250px;
}  
.weare_content h2{
    color: #282828;
}   
.weare_content h1{
	color:#fff;
	letter-spacing: 0px;
}   
.weare_content p{
	color:#fff;
	line-height: 30px;
}

/* ==========================================================================
   Follow Us
   ========================================================================== */
.follow_section{
    background-image: url("../img/follow.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
	height: 930px
}
.follow_section .about_image{}   
.follow_section .about_image img{
    margin-top: -120px;
    width: 100%;
}
.follow_content {
    padding: 250px 0 250px;
}  
.follow_content h2{
    color: #fff;
	font-weight: bold;
}   
.follow_content h1{
	color:#333;
	letter-spacing: 0px;
}   
.follow_content p{
	color:#fff;
	line-height: 30px;
}

/* ==========================================================================
   Talles Section
   ========================================================================== */
.talles_section{
    background-color: #eaeaec; 
	padding-top: 100px;
	padding-bottom: 100px;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services_section{
    background-image: url("../img/servicios.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.services_section .service_img{
    width: 100%;
}
.service_items {
    padding-top: 30px;
	padding-bottom: 400px;
}
.service_items .service_item{
    text-align: right;
    min-height: 70px;
    margin-bottom: 20px;
}
.service_items .service_item:last-child{
    margin: 0;
}
.service_items .service_item h4{
    margin: 0 0 -3px;
	color: #fff;
	font-weight: bold;
}
.service_items .service_item p{
    margin: 0;
	color: #fff;
}
.service_items.inverted .service_item{
    padding-right: 0;
    text-align: left;
}
.service_items.inverted .service_item i{
    right: auto;
    left: 0;
}

/* ==========================================================================
  Gallery Section
   ========================================================================== */
.gallery_section{}
.gallery_content {
    padding: 35px 0;
}
.slide_items .owl-nav div{
    background-color: rgba(0,0,0,0.4);
    width: 40px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    transition: all 0.5s ease-in-out;
}
.slide_items .owl-nav div:hover{
    background-color: rgba(0,0,0,1);
    transition: all 0.5s ease-in-out;
}
.slide_items .owl-nav div.owl-next{
    left: auto;
    right: 0;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.testimonial_items{}
.testimonial_item{
    text-align: center;
}
.testimonial_item h4{
    margin: -5px 0 25px;
}
.testimonial_item p{}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    border: 2px solid #111;
    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;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: #111;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section{
    background-image: url("../img/cta-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}   
.cta_section .cta_content{
    padding: 30px 0;
}   
.cta_section .cta_content h2{}   
.cta_section .cta_content p{}  

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section_1{
    background-image: url("../img/shopnow.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}   
.cta_section_1 .cta_content{
    padding: 180px 0;
}   
.cta_section_1 .cta_content h2{}   
.cta_section_1 .cta_content p{}   

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{
    background-color: #232323;
}
.widget_section .col-xs-6{
    padding: 15px;
}
.widget_content{
    color: #fff;
}
.widget_content h3{
    margin: 0 0 20px;
}
.widget_content h3.logo{
    font-size: 25px;
}
.social_links{
}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
   margin-right: 10px;
}
.widget_list li a:hover,
.social_links li a:hover{
    color: #ffc327;
}
.widget_list{}
.widget_list li{}
.widget_list li a{
    color: #fff;
}
.subscribe_form{
    display: block;
    text-align: center;
    width: 100%;
}
.subscribe_form .form_input{
    border: none;
    background: rgba(255,255,255,0.4);
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.subscribe_form .submit{
    background-color: #282828;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    font-weight: 600;
    float: left;
    width: 30%;
    margin-left: -2px;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ffc327;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-success,
.subscription-error{
    color: #fff;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    background-color: #232323;
    border-top: 1px solid #444;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.footer_section p{
    margin: 0;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #232323;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #777;
    color: #fff;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    border-bottom: 1px solid #eaeaea;
}
.contact_form{}
.contact_form .form-control{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus{
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder{
   color: #888 !important;
}

.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder{  
   color: #888 !important;  
}
   