/* Copyright
-------------------------------------------------------------------------------------- */


/*
 * Bits & Bytes Media
 * http://www.bitsandbytesmedia.com/
 *
 * @copyright
 * Copyright (C) 2016 Dario Santana.
 *
 * @license
 * Este archivo es parte de Bits & Bytes Media.
 * Bits & Bytes Media es una empresa multinacional con sedes en la Republica Dominicana, Alemania y Espana.
 * Nuestra especializacion y experiencia en el area nos permite asesorarle desde el comienzo hasta el final 
   del proyecto, garantizando los elementos necesarios para que el mismo sea exitoso.
   
*/


/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext'); */


/* General
-------------------------------------------------------------------------------------- */

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background: #cae5f8 url(../media/bg.jpg) no-repeat top center;
    /*letter-spacing: -.0625em;*/
    padding-bottom: 50px;
}

.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

ol,
ul {
    list-style: none;
    padding: 0
}

a:link,
a:hover,
a:focus,
a:active,
a:visited {
    /*color: inherit;*/
    text-decoration: none;
    outline: 0 none;
}

h1,
h2 {}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2a5f94;
    letter-spacing: -1px;
    margin-top: 0
}

p {
    line-height: 1.45em;
    margin-bottom: 5px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}


/* Header
-------------------------------------------------------------------------------------- */

header {
    margin-top: 30px;
    margin-bottom: 30px
}

.logo {}

.logo img {
    margin-left: 0px
}

ul.social-icons {
    margin-top: -15px;
    margin-bottom: 0px
}

ul.social-icons li {
    display: inline;
}

.navbar-wrapper {
    background-image: url(../media/bg-nav.png);
    background-repeat: repeat-x;
    background-position: top left;
    border-radius: 15px;
    position: relative;
    top: -20px;
    overflow: hidden;
}

.navbar {
    min-height: inherit;
    margin-bottom: inherit
}

.navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-collapse {
    /*text-align: center;*/
}

.navbar-toggle {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #f6cf4e;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover,
.navbar-nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-nav li:hover>a {
    /*background: inherit;*/
    color: #504f4f;
}

.navbar-nav>li {
    border-right: 1px solid #fff;
    border-left: 1px solid #eee;
    color: #504f4f;
    font-size: 1.08em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    /* width: 16.666667%; */
    /* width: 14.285771%; */
}

.navbar-nav>li a:hover {
    background: none
}

.navbar-nav>li.active,
.navbar-nav>li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.navbar-nav>li:first-child {
    border-left: none
}

.navbar-nav>li:last-child {
    border-right: none
}

.navbar-nav>li>a:focus {
    /*background: inherit;*/
    color: inherit;
}

.navbar-nav>li>a {
    color: #504f4f;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav>li:last-child {
    /*background: none*/
}

.dropdown-menu {
    background: #6ac680;
    border: none
}

.dropdown-menu>li>a {
    text-transform: none;
    color: #fff
}

.dropdown-header {
    padding: 3px 0px;
}

.mega-dropdown .glyphicon {
    margin-left: 10px;
    margin-top: 2px;
}

.mega-dropdown .glyphicon:hover {
    color: #f6cf4e;
}

.navbar-nav>li>.dropdown-menu {}

.navbar-static-top .navbar-nav>li>a {}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    margin: 0px -15px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
    text-transform: none;
    color: #fff
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {}

.mega-dropdown-menu .dropdown-header {}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}


/* Breadcrumb
-------------------------------------------------------------------------------------- */


/* Carousel
-------------------------------------------------------------------------------------- */

.carousel3d {
    background: url(../media/bg-carousel.jpg) no-repeat center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px
}

.carousel3d-container {
    position: relative;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    border: 1px solid #c19f31;
    padding: 30px
}

.carousel3d-container:after {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    clear: both;
    background: url(../media/carousel-shadow.png) no-repeat bottom center;
    height: 20px;
}

.carousel3d-box {
    position: relative;
    overflow: hidden;
    max-height: 360px;
    margin-top: 30px
}


/* Content Panel
-------------------------------------------------------------------------------------- */

.content-section {
    background: #fff;
    /*padding-bottom: 50px;*/
}

.breadcrumb {
    background-color: inherit;
    border-radius: 0;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 30px;
    padding: 0px 15px
}

#slider {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    /*border-bottom: 1px dashed #2a5f94;*/
    /*padding-bottom: 40px;*/
}

.slider-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #2a5f94;
}

.slider-box:last-child {
    border-bottom: none;
    padding-bottom: inherit;
    margin-bottom: inherit
}

.amount-car {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.box-raffle {
    margin-top: 20px;
    text-align: center;
    color: #2a5f94;
}

.car .price,
.box-raffle .price {
    font-size: 30px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.car .price span {
    background: #F60;
    border: 1px dashed #ccc;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase
}

.box-raffle strong {
    font-size: 18px;
}

.box-raffle .clock {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.box-raffle .tickets {
    font-size: 16px;
}

.box-raffle .number {
    font-size: 24px;
    font-weight: 700;
}

.btn-buynow {
    margin-bottom: 15px
}

.cntSeparator {
    margin: 18px 2px;
    color: #000;
}

.desc {
    margin: 7px 3px 7px -20px;
}

.desc div {
    float: left;
    font-family: Arial;
    width: 88px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center
}

.horizontal-divider {
    display: block;
    height: 40px
}

.home-box-wrap {
    padding: 10px;
    border: 1px solid #ccc;
}

.home-box-wrap-inner {
    background: #f7f7f7;
    color: #504f4f;
    border: 1px solid #eee;
    padding: 10px;
}

.home-box-wrap-inner .bx-wrapper {
    margin-bottom: 15px !important
}

.section-1 {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.subscribe,
.subscribe:hover,
.subscribe:focus {
    background: url(../media/suscribirme.png) no-repeat;
    text-decoration: none;
    outline: none
}

.subscribe,
.vote,
.enviar {
    width: 160px;
    height: 36px;
    border: 0px;
    margin-bottom: 10px;
    text-indent: -9999px !important;
    cursor: pointer;
}

.vote,
.vote:hover,
.vote:focus {
    background: url(../media/votar.png) no-repeat;
    text-decoration: none;
    outline: none
}

.enviar,
.enviar:hover,
.enviar:focus {
    background: url(../media/enviar.png) no-repeat;
    text-decoration: none;
    outline: none
}

.sponsors {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #eee url(../media/shadow.png) no-repeat top;
}

.sponsors .bx-wrapper {
    margin-top: 35px !important
}

.bx-wrapper {
    width: 100%;
}

.brandscroll-wrap {
    width: 90%;
    /* max-width: 820px; */
    margin: 0px auto
}

.list-sponsors li {
    margin-bottom: 15px
}

@media screen and (max-width: 850px) {
    .bx-wrapper .bx-controls-direction {
        /* display: none */
    }
    .bx-wrapper .bx-prev {
        right: -30px;
        background-size: contain;
    }
    .bx-wrapper .bx-next {
        left: -30px;
        background-size: contain;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 25px;
        height: 25px;
    }
}

ul.list li {
    list-style: circle;
    margin-left: 15px;
    margin-bottom: 8px
}

.select-ticket-wrap {
    overflow: auto;
    max-height: 400px;
    margin-bottom: 30px
}

.ui-selecting {
    /*width: 30px;
	height: 25px;*/
    border: 1px solid #6ea145 !important;
    background: #b0dd8c;
}

.ui-selected {
    /*width: 30px;
	height: 25px;*/
    border: 1px solid #e4e100 !important;
    background-color: aquamarine !important;
    color: #000 !important;
}

#select-ticket .selected.ui-selectee.ui-selected {
    border-color: #c00 !important;
    background: #c00 !important;
    color: #fff !important;
}

#select-ticket li {
    background: #2a5f94;
    color: #fff;
    border: 1px solid #09f;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    text-align: center;
}

#select-ticket.list-inline {
    margin-left: inherit
}

#select-ticket li:hover {
    background: #b0dd8c;
    border: 1px solid #6ea145
}

#select-ticket li a {
    color: #fff;
}

#select-ticket li a:hover {
    background: #ff6;
    color: #000
}

#select-ticket .selected {
    background: #c00;
    color: #fff;
    border: 1px solid #c00;
    cursor: default
}

#select-ticket .selected:hover {
    background: #c00;
    color: #fff;
    border: 1px solid #c00;
    cursor: default
}

.table-ticket-wrap {
    overflow: auto;
    min-height: 200px;
    max-height: 200px;
    margin-bottom: 20px
}

div.ui-datepicker {
    font-size: 12px;
}


/* Contact Form
-------------------------------------------------------------------------------------- */


/* Pagination
-------------------------------------------------------------------------------------- */

.pagination-results {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.pagination {
    margin: 10px 0 6px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #debdab;
    border-color: #8b4835;
}

.pagination>li>a,
.pagination>li>span {
    color: #8b4835;
}

.property-results {
    line-height: 50px;
}


/* Footer
-------------------------------------------------------------------------------------- */

footer {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-wrapper {
    background: rgba(42, 95, 148, 0.5);
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    padding: 15px 20px 0px;
    font-size: 13px;
    letter-spacing: normal;
    color: #fff;
}

ul.footer-menu {
    margin-top: 15px;
}

ul.footer-menu li {
    color: #fff;
    border-right: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px
}

ul.footer-menu li:last-child {
    border-right: none
}

ul.footer-menu li a {
    color: #fff
}

.copyright {
    text-align: right
}


/* Live Edit
-------------------------------------------------------------------------------------- */

.closeliveedit {
    top: 130px;
    height: 30px !important;
    padding: 3px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.admlink {
    top: 168px;
    height: 30px !important;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.closeliveedit,
.admlink {
    background: #393939 url(../media/bg_top.png) repeat-x !important;
    position: fixed;
    right: 15px;
    width: 100px;
    height: 30px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400 !important;
    z-index: 9999 !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px #888;
    -moz-box-shadow: 0px 0px 25px #888;
    box-shadow: 0px 0px 5px #888
}

.about-us-subtitle {
    font-size: 1.5em;
    margin: 0.75em 0em 1em;
}

.about-us-text {
    text-align: justify;
    padding-bottom: 3em;
}

.imagen-responsive {
    width: 100%;
    height: auto;
}


/* Responsive Web
-------------------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {}

@media (max-width: 767px) {
    .logo {
        margin-bottom: 15px
    }
    .logo img {
        margin-left: auto
    }
    ul.social-icons {
        float: right;
        margin-top: 20px;
        /*text-align: center*/
        position: absolute;
        right: 30px;
        top: -130px;
    }
    ul.social-icons img {
        width: 32px
    }
    .navbar-wrapper {
        background-image: none;
        background-color: #eee
    }
    .navbar-nav>li {
        width: 100%;
        border: none;
        padding: 0
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a,
    .mega-dropdown-menu>li>ul>li {
        padding-left: 15px;
    }
    .mega-dropdown-menu {
        padding: 0px
    }
    .navbar-nav {
        width: 100%;
        margin: 0px;
    }
    .nav>li>a {
        padding: 10px 0px;
    }
    /* .box-raffle .clock {
        margin-left: -22px!important;
    } */
    .box-raffle .clock {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .navbar {}
    .navbar-nav>li {}
    .nav>li:first-child>a {}
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 100%;
    }
    .navbar .navbar-collapse {}
    ul.social-icons {
        float: right;
        clear: right
    }
    .form-horizontal .control-label {
        text-align: left;
        font-size: 15px;
    }
    .form-inline .form-control {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        margin: auto;
        margin-right: 0;
        max-height: 85px
    }
    ul.social-icons {
        clear: both;
    }
    ul.social-icons {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center
    }
    .navbar-nav>li {
        font-size: 15.87px;
        font-weight: 700;
        width: auto;
    }
    .navbar-nav>li>a {}
}

@media screen and (max-width: 991px) {
    img.img-desktop {
        display: none;
    }
    .section-image-wrap,
    .home-box-wrap {
        margin-bottom: 20px
    }
    .car-image {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .copyright {
        text-align: inherit
    }
}

@media (min-width: 992px) {
    img.img-movil {
        display: none;
    }
    .box-raffle {
        /*margin-top: 120px;*/
        margin-left: -30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media screen and (max-width: 1199px) {}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
    .navbar-wrapper {
        margin-top: 20px
    }
}

.list-sponsors li {
    height: 250px;
}