/*
    Duckett Multipurpose
    By AlexaTheme
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
        2.1 Logo
        2.2 Nav Menu
        2.3 Dropdown
        2.4 Mobile Menu 
    3.0 Hero Section
        3.1 Hero 1
        3.2 Hero 2
        3.3 Hero 3
        3.4 Hero 4
				3.5 Hero 5
				3.6 Hero 6
				3.7 Hero 7
				3.8 Hero 8

    4.0 Slider
    5.0 About
        5.1 About 2
        5.2 About 3
    6.0 Promo
        6.1 Promo 1
        6.2 Promo 2
        6.3 Promo 3
    7.0 Skills
    8.0 Services
    9.0 Portfolio
    10.0 Team
    11.0 Faq
    12. Counter
    13.0 Pricing
    14.0 Testimonials
    15.0 Blog
        15.1 Pagination
    16.0 Sponsor
    17. Call to Action
    18.0 Footer widget
    19.0 Footer
    20.0 Page Style
        20.1 Page Header
        20.2 Breadcrumb
    21.0 Sidebar
    22.0 Single Blog
    23.0 Contact
    24.0 Scroll to Top
    
    ==========================================================================
    AlexaTheme
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto');
	
/*  ==========================================================================
    1.0 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: 50px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.06em;
}
h2{
    font-size: 24px;
    color: #303133;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.04em;
}
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: 0px;
}
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;
}
.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; }
.display-block{ display: block; }
.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;
}
.bg_grey{
    background-color: #f7f7f7;
}
.bg_dark{
    background-color: #232323;
}
.bg_green{
    background-color: #d6e9c6;
}
.bg_yellow{
    background-color: #fcf8e3;
}

/* 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;
}
.default_btn{
    background-color: #ffba00;
    border: 2px solid #ffba00;
    color: #282828;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
}
.default_btn:hover{
    background-color: transparent;
    color: #ffba00;
}
.default_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;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header_section{
    width: 100%;
    height: 100px;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
}
.navbar-fixed-top.header_section{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    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-header {
    padding: 24px 0;
}
/* 2.1 Logo */
.navbar-header .brand{
    font-size: 23px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -2px;
    font-weight: 700;
}
.navbar-header .brand.logo-dark,
.navbar-fixed-top .navbar-header .brand{
	color: #282828;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #ddd;
    width: 18px;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* 2.2 Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 100px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #fff;
}
ul.text-dark-menu > li > a,
.navbar-fixed-top ul.nav > li > a{
    color: #777;
}
ul.text-dark-menu > li.active > a,
ul.text-dark-menu > li > a:focus,
ul.text-dark-menu > li > a:hover,
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #282828;
}


/* 2.3 Dropdown */
ul.nav li ul{
    background-color: #313131;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
ul.nav li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
ul.nav li ul li{
    border-bottom: 1px solid #444;
    display: block;
}
ul.nav li ul li:last-child{
    border: none;
}
ul.nav li ul li a{
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    color: #777;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    
}
ul.nav li > ul > li:hover a{
    padding-left: 20px;
    color: #fff;
}
ul.nav li > ul ul{
    background-color: #fff;
    left: 200px;
}
ul.nav li > ul li:hover > ul li a{
    color: #777;
}
ul.nav li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
ul.nav li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
/* 2.4 Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 8px 0;
    display:none;
}
.slicknav_nav {
    background-color: #232323;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
    background-color: transparent;
    margin: 5px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: #282828;
    color: #fff;
    
}

/* ==========================================================================
   3.0 Hero section
   ========================================================================== */
.hero_section{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hero_height{
    height: 670px;
}
.hero_content {
    color: #fff;
}
.hero_content h1{}
.hero_content p{}

.hero_content .default_btn:hover{
    background-color: transparent;
    border: 2px solid #ffdd53;
    color: #fff;
}
/* 3.1 Hero 1 */
.hero_1{
    background-image: url(https://landing.cardistrict.com.ar/img/banner-renegade.jpg);
}
.hero_1.overlay:before{
    background-color: rgba(0,0,0,0.4);
}
.hero_1 .hero_content .default_btn:hover{
    color: #282828;
}
/* 3.2 Hero 2 */
.hero_2{
    background-image: url(https://landing.cardistrict.com.ar/img/banner-compass.jpg);
}
.hero_2.overlay:before{
    background-color: rgba(0,0,0,0.6);
}
.hero_2 .hero_content .default_btn:hover{
    color: #282828;
}
/* 3.2 Hero 3 */
.hero_3{
    background-image: url(https://landing.cardistrict.com.ar/img/ram-rampage.png);
}
.hero_3.overlay:before{
    background-color: rgba(0,0,0,0.6);
}
.hero_3 .hero_content .default_btn:hover{
    color: #282828;
}

/* 3.2 Hero 3 */
.hero_4{
    background-image: url(https://landing.cardistrict.com.ar/img/ram-1500.jpg);
}
.hero_4.overlay:before{
    background-color: rgba(0,0,0,0.6);
}
.hero_4 .hero_content .default_btn:hover{
    color: #282828;
}

/* ==========================================================================
   4.0 Slider
   ========================================================================== */
.slider_section{}
.slider_content .btn_group a{
    margin: 0 10px 0 0;
}
.slider_section.overlay:before img{
    background-color: rgba(0,0,0,0.6);
}
.main_slide{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px;
}
.main_slider .owl-nav{}
.main_slider .owl-nav div{
    color: #fff;
    width: 60px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.main_slider .owl-dots div{
    background-color: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active{
    background-color: rgba(255,255,255,1);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   5.0 About
   ========================================================================== */
.about_section{
    position: relative;
    overflow: hidden;
}
.about_bg{
    background-image: url(img/corporate-about.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about_content{
    padding: 80px 15px;
    color: #555;
}
.about_content .list{}
.about_content .list li{
    margin: 5px 0;
    padding-left: 25px;
    position: relative;
}
.about_content .list li:before{
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}

/* 5.1 About 2 */
.about_section_2{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.about_section_2 .about_content {
    padding: 80px 0 80px;
}
.about_section_2 .about_content p{
    color: #282828;
    font-size: 16px;
    line-height: 24px;
}

/* 5.2 About 3 */
.about_section_3 .about_image img{
    width: 100%;
}   
.about_section_3 .about_content{
    padding: 52px 0;
}  

/* ==========================================================================
   6.0 Promo
   ========================================================================== */

/* 6.1 Promo 1 */
.promo_section{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.promo_section .promo_items .promo_content{
    display: block;
}
.promo_section .promo_items .promo_content i{
    font-size: 45px;
    color: #ffdd53;
    transition: all 0.5s ease-in-out;
}
.promo_section .promo_items .promo_content:hover i{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.promo_section .promo_items .promo_content h4{
    margin: 10px 0 0;
}
.promo_section .promo_items .promo_content p{
    margin: 0;
}

/* 6.2 Promo 2 */
.promo_section_2{}
.promo_section_2 .promo_item{
    color: #fff;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}
.promo_section_2 .promo_item i{
    font-size: 30px;
    color: #ffdd53;
}
.promo_section_2 .promo_item h3{
    margin: 10px 0;
}
.promo_section_2 .promo_item p{
    margin: 0;
    font-size: 13px;
}
.promo_section_2 .promo_item:hover{
    -webkit-box-shadow: 0px 0px 10px 2px #111;
    -moz-box-shadow: 0px 0px 10px 2px #111;
    box-shadow: 0px 0px 10px 2px #111;
    transition: all 0.5s ease-in-out;
}

/* 6.3 Promo 3 */
.promo_3 .promo_content{
    color: #ddd;
}

/* ==========================================================================
   7.0 Skills
   ========================================================================== */
.skill_section{}  
.skill_wrap {
    padding: 30px 0 0;
}
.skill_items{}
.skill_items .skill_item{
    margin-bottom: 20px;
}
.skill_items .skill_item h5{
    font-size: 10px;
    margin: 0 0 7px;
}
.skill_items .skill_item .progress {
    height: 5px;
    background-color: #ddd;
    box-shadow: none;
    margin-bottom: 0;
    overflow: visible;
}
.skill_items .skill_item .progress,
.skill_items .skill_item .progress .progress-bar{
    border-radius: 0;
}
.skill_items .skill_item .progress .progress-bar {
    line-height: 5px;
    background-color: #232323;
    position: relative;
}
.skill_items .skill_item .progress .progress-bar span{
    position: absolute;
    top: -15px;
    right: -15px;
    color: #232323;
    font-size: 10px;
    font-weight: 600;
}
.skill_items .skill_item .progress .progress-bar span:before{
    content: '';
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
}

/* ==========================================================================
   8.0 Services
   ========================================================================== */
.services_section{
    border-bottom: 1px solid #eaeaea;
}
.service_items{}
.service_items .service_content{}
.service_items .service_content img{
    width: 100%;
    margin-bottom: 20px;
}
.service_items .service_content h4{
    margin: 0 0 3px;
}
.service_items .service_content p{
    margin: 0;
}

/* ==========================================================================
   9.0 Portfolio
   ========================================================================== */
.portfolio_section{
    border-top: 1px solid #eaeaea;
}
.portfolio_filter{
    display: block;
    text-align: center;
    overflow: hidden;
}
.portfolio_filter li{
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    display: inline-block;
    margin-left: -4px;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.portfolio_filter li.active {
    color: #282828;
    transition: all 0.5s ease-in-out;
}
.portfolio_items{}
.portfolio_items li{
    padding: 1px;
}
.portfolio_masonry li{
    padding: 5px;
}
.portfolio_items .portfolio_item{
    position: relative;
    overflow: hidden;
}
.portfolio_items .portfolio_item img{
    width: 100%;
    -webkit-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
}
.portfolio_items .portfolio_item:hover img{
    -webkit-transition: transform 3s linear;
    transition: transform 3s linear;
}
.portfolio_items .portfolio_item .overlay{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.portfolio_items .portfolio_item:hover .overlay{
    opacity: 1;
}
.portfolio_items .portfolio_item .overlay a {
    width: 100%;
    height: 100%;
    display: table;
    color: #ddd;
}
.portfolio_item .overlay h4{
    color: #ddd;
    margin: 0 0 -3px;
}
.portfolio_item .overlay p{
    color: #ddd;
}
.portfolio_item .overlay span{
    letter-spacing: 1px;
}
   
/* ==========================================================================
   10.0 Team
   ========================================================================== */
.team_section{
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.team_section .team_members{}
.team_section .team_members .col-xs-6{
    padding: 15px;
}
.team_section .team_members .team_member{
    position: relative;
    overflow: hidden;
}
.team_section .team_members .team_member img{
    width: 100%;
}
.team_section .team_members .team_member .overlay{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.team_section .team_members .team_member .overlay h4{
    color: #ddd;
    margin: 0 0 8px;
}
.team_section .team_members .team_member .overlay h5{
    font-size: 10px;
    margin: 0;
    color: #ddd;
}
.team_section .team_members .team_member:hover .overlay h4,
.team_section .team_members .team_member:hover .overlay p{
    transform: translateY(0);
    animation-delay: 0.3s;
    transition: all 0.3s ease-in;
}
.team_section .team_members .team_member:hover .overlay{
    opacity: 2;
}
.social_links{}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    font-size: 14px;
    color: #eee;
    line-height: 50px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.social_links li a:hover{
    color: #ffdd53;
}

/* ==========================================================================
   11.0 Faq
   ========================================================================== */
.faq_section{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.faq_content{}
.accordion-box {}
.accordion {
    margin-bottom: 10px;
    position: relative;
}
.accordion .acc-heading .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffdd53;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-heading.active .left-icon {
    color: #fff;
}
.accordion .left-icon span {
    position: relative;
    top: 18px;  
}
.accordion .acc-heading {
    cursor: pointer;

    padding: 15px 20px 15px;
    padding-right: 50px;
    background-color: #232323;
}
.accordion .acc-heading p {
    font-size: 12px;
    letter-spacing: -0.00em;
    font-weight: 500;
    color: #ddd;
    margin: 0;
}
.accordion .acc-heading.active {
    background-color: #444;
    color: #ffdd53;
}
.accordion .acc-heading.pr {
    position: relative;
}
.accordion .acc-heading .img-box {
    display: none;
}
.accordion .acc-heading.active .img-box {
    display: block;
}
.accordion .acc-heading .toggle-icon {
    color: #ffba00;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 24px;
}
.accordion .acc-heading .toggle-icon.left {
    color: #ffdd53;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-heading .toggle-icon .plus::before {
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #ffdd53;
}
.accordion-box .accordion .acc-heading.active .toggle-icon .plus {
    opacity: 0;
}
.accordion-box .accordion .acc-heading .toggle-icon .minus::before {
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffdd53;
    width: 100%;
}
.accordion-box .accordion .acc-heading .toggle-icon .minus{
    opacity: 0;
}
.accordion-box .accordion .acc-heading.active .toggle-icon .minus {
    opacity: 1;
}
.accordion-box .accordion .acc-content {
    color: #333;
    display: none;
    padding: 15px 0px 15px;
    margin: 0 20px;
}
.accordion-box .accordion .acc-content.collapsed {
    display: block;
}
.accordion-box .accordion .acc-content p {
    margin: 0;
}
.accordion-box .accordion .acc-heading.active .toggle-icon .minus {
  color: #ffdd53;
}

/* ==========================================================================
   12. Counter
   ========================================================================== */
.counter_section{
    background-image: url(../img/counter-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.counter_section.overlay:before{
    background-color: rgba(0,0,0,0.8);
}
.counter_section .counters{}
.counter_section .counters .counter_content{
    display: block;
    text-align: center;
    color: #fff;
}
.counter_section .counters .counter_content i{
    font-size: 50px;
    color: #ffdd53;
}
.counter_section .counters .counter_content h3 {
    font-size: 28px;
    margin: 18px 0 -3px;
    color: #ddd;
}
.counter_section .counters .counter_content h5{
    color: #eee;
    margin: 0;
}

/* ==========================================================================
   13.0 Pricing
   ========================================================================== */
.pricing_section{}
.pricing_tables{}
.pricing_tables li{
    padding: 15px;
}
.pricing_table {
    box-shadow: 0px 0px 2px 1px #ddd;
    transition: all 0.5s ease-in-out;
}
.pricing_table:hover{
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}
.pricing_table .pricing_head{
    background-color: #ffdd53;
    display: block;
    padding: 30px 0 10px 0;
}
.pricing_table .pricing_head p{
   color:#FFF;
}
.pricing_table .pricing_head h4{
    margin: 0 0 5px 0;
    color: #000;
		font-size: 20px;
}
.pricing_table .pricing_head .price{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}
.pricing_table ul{
    display: block;
    padding: 25px 0 0 0;
}
.pricing_table ul li{
    font-size: 12px;
    display: block;
    padding: 4px 0;
}
.pricing_table .pricing_footer{}
.pricing_table .pricing_footer .default_btn{
    display: block;
}

/* ==========================================================================
   14.0 Testimonials
   ========================================================================== */
.testimonial_section{
    background-image: url(img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.testimonial_section i{
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.testimonial_items{}
.testimonial_item{
    color: #fff;
    text-align: center;
}
.testimonial_item h4{
    font-size: 14px;
    margin: 0 0 25px;
}
.testimonial_item p{
    font-size: 18px;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    -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: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   15.0 Blog
   ========================================================================== */
.blog_section{
    border-top: 1px solid #eaeaea;
}
.blog_items .xs-padding{
    padding: 10px;
}
.blog_post img{
    width: 100%;
}
.blog_post:hover img{
    opacity: 0.8;
}
.blog_post .blog_content{
    border: 1px solid #ddd;
    padding: 15px;
}
.blog_post .blog_content h4{
    margin: 0 0 3px;
}
.blog_post .blog_content .post_meta{
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content span{
    font-size: 12px;
    color: #282828;
}
.blog_post .blog_content p{
    margin-bottom: 10px;
}

.blog_post .blog_content a{
    font-size: 15px;
    color: #282828;
}
.blog_post .blog_content a:hover{
   opacity: 0.5;
}
/* 15.1 Pagination */
.pagination>li>a{
    color: #777;
}
.pagination>li>a:hover,
.pagination>li>a:focus{
    color: #282828;
}

/* ==========================================================================
   16.0 Sponsor
   ========================================================================== */
.sponsor_section{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    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)
}


/* ==========================================================================
   17. Call to Action
   ========================================================================== */
.cta_section{
    background-color: #ffba00;
    display: block;
    padding: 40px 0;
}   
.cta_section h3{
    color: #282828;
    margin-right: 15px;
    display: inline-block;
}
.cta_section .default_btn{
    background-color: #232323;
    font-size: 12px;
    border: 2px solid #232323;
    color: #fff;
}
.cta_section .default_btn:hover{
    background-color: transparent;
    color: #282828;
} 

/* ==========================================================================
   18.0 Footer widget
   ========================================================================== */
.widget_section{
    background-color: #232323;
}
.footer_widget{
    color: #fff;
}
.footer_widget p a{
    color: #888;
}
.links{}
.links li{}
.links li a{
    color: #888;
    font-size: 13px;
    display: block;
}
.links li a:hover{
    color: #ddd;
}
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form p{
	color: #888;
	
}
.subscribe_form .form_input{
    display: block;
    background-color: rgba(255,255,255,0.4);
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 70%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .form_input:hover{
    background-color: rgba(255,255,255,0.2);
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit{
    background-color: #ffdd53;
    color: #282828;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #ddd;
    color: #232323;
    transition: all 0.5s ease-in-out;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #DEAA6E;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-error{
    color: #B60000;
}
.subscription-success{
    color: #333;
} 
.subscribe_form input::-webkit-input-placeholder{
   color: #ddd !important;
}
.subscribe_form input:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}
.subscribe_form input::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}
.subscribe_form input:-ms-input-placeholder{  
   color: #ddd !important;  
}
  
/* ==========================================================================
   19.0 Footer
   ========================================================================== */
.footer_section{
    display: block;
    background-color: #232323;
    border-top: 1px solid #444;
    padding: 30px 0;
}
.footer_section .copyright{
    font-size: 12px;
    color: #ddd;
}  
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
}
.footer_social li a{
    color: #ddd;
    font-size: 12px;
    margin-left: 20px;
}
.footer_social li a:hover{
    color: #fff;
}
/* ==========================================================================
   20.0 Page Style
   ========================================================================== */
/* 20.1 Page Header */
.page_header{
    background-image: url(img/banner-contacto.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 400px;
    position: relative;
    z-index: 1;
}
.page_header .page_content {
    color: #fff;
    position: relative;
}
.page_header .page_content h5{
    font-weight: 300;
    margin: -5px 0 0;
    color: #ddd;
}
.page_content_section{
    border-bottom: 1px solid #eaeaea;
}
.page_content_wrap {
    padding: 35px 0;
}
.gallery_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;
}
.gallery_items .owl-nav div:hover{
    background-color: rgba(0,0,0,1);
    transition: all 0.5s ease-in-out;
}
.gallery_items .owl-nav div.owl-next{
    left: auto;
    right: 0;
}

/* 20.2 Breadcrumb */
.breadcrumb{
    background-color: transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.breadcrumb li{}
.breadcrumb li a{
    color: #ddd;
}
.breadcrumb li a:hover{
    color: #fff;
}

/* ==========================================================================
   21.0 Sidebar
   ========================================================================== */
.sidebar_wrapper{
    display: block;
    padding-right: 10px;
}
.single_sidebar{
    display: block;
    margin: 0 0 30px;
}
.single_sidebar h3{
    font-size: 16px;
    display: block;
    margin: 0 0 25px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
.cat-list{}
.cat-list li{
    display: block;
}
.cat-list li a{
    text-decoration: none;
    display: block;
    padding: 4px 0;
    border-bottom: 1px solid #f8f8f8;
    color: #777;
    font-size: 14px;
}
.cat-list li a:hover{
    padding-left: 5px;
}
.post-list{}
.post-list li{}
.post-list li img{
    width: 100%;
}
.post-list .media-left {
    width: 45%;
}
.post-list li h4{}
.post-list li h4 a {
    color: #282828;
    font-size: 14px;
}
.post-list li:hover img{
    opacity: 0.8;
} 
.responsive-img{
    width: 100%;
}

/* ==========================================================================
   22.0 Single Blog
   ========================================================================== */
.single-meta-info{}
.single-meta-info li{
    display: inline-block;
    margin-right: 10px;
}
.single-meta-info li i,
.single-meta-info li a i{
    margin-right: 3px;
}
.single-meta-info li a{
    display: inline-block;
    color: #777;
}
.single-meta-info li a:hover{
    color: #282828;
}
blockquote p{
    font-size: 16px;
}
.post-tag{
    display: block;
    margin: 25px 0;
}
.post-tag li{
    display: inline-block;
    margin-right: 5px;
}
.post-tag li a{
    display: inline-block;
    padding: 5px 6px;
    border: 1px solid #ddd;
    color: #777;
}
.post-tag li a:hover{
    background-color: #ddd;
    color: #282828;
}
.share-post {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.share-post span{
    display: inline-block;
    font-size: 16px;
    color: #444;
}
.social-share-post {
    position: absolute;
    right: 15px;
    bottom: -13px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
}
.social-share-post li{
    display: inline-block;
    margin-left: 10px;
}
.social-share-post li a{
    display: inline-block;
    font-size: 14px;
    color: #777;
}
.social-share-post li a:hover{
    color: #282828;
}
.next-prev-post{
    display: block;
    padding: 10px 0;
    margin: 40px 0 55px 0;
}
.next-prev-post li{}
.next-prev-post li a{
    color: #777;
    font-size: 16px;
}
.next-prev-post li a:hover{
    color: #282828;
}
.author-info{}
.author-info .author-name{
    font-size: 16px;
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 0 15px;
}
.author-info .author-name a{
    color: #282828;
}
.author-info .author-name a:hover{
    color: #777;
}
.author-info .author-desc{}
.author-info .author-desc img{
    float: left;
    width: 30%;
    padding-right: 15px;
}
.related-post-wrap{
    overflow: hidden;
}
.related-posts{
    margin: 0 -15px;
}
.related-posts h2{}
.comments-wrap{}
.comments-wrap h2{
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #282828;
}
.comments-wrap h2 span{
    color: #777;
}
.comment-list{}
.comment-list .media-list{}
.comment-list .media-list li .media-body{}
.comment-list .media-list li .media-body h4{
    margin: 0 0 -3px;
}
.comment-list .media-list li .media-body h4 a{
    color: #282828;
}
.comment-list .media-list li .media-body h4 a:hover{
    color: #777;
}
.comment-list .media-list li .media-body .coment-date{
    color: #777;
}
.comment-list .media-list li .media-body .coment-date:hover{
    color: #282828;
}
.coment-form{}
.coment-form .form-control {
    border-radius: 0;
    height: 45px;
    border: 1px solid #ddd;
    color: #444;
}
.coment-form textarea.form-control{
    height: auto;
}

/* ==========================================================================
   23.0 Contact
   ========================================================================== */
.contact_wrapper{
    position: relative;
    overflow: hidden;
}
.contact_info,
.contact_form{
    padding: 0 25px;
}
.contact_info{
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.contact_form h3,
.contact_info h3{
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.contact_info p a{
    color: #444;
}
.contact_info p a:hover{
    color: #666;
}
.contact_info p:last-child{
    margin: 0;
}
.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;  
}
.google-map{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.boton-mercadopago{
  background-color: #3475a2;
  color: #fff;
  padding: 14px;
  border-radius: 17px;
}
/* ==========================================================================
   24.0 Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #444;
    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;
}