/*  Document   : AutoFeria Popular
    Created on : 22/06/2016
    Author     : Hendry Martinez
    email      : hmartinez@pizelex.com
    Web        : www.hendrymartinez.com
    Description: Purpose of the stylesheet follows.
*/

body {
    font-family: 'neoregular';
    background-color: #eceaea;
}

/*-- begin header --*/
.block-header {
    background: rgb(11,74,136); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(11,74,136,1) 0%, rgba(11,156,192,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(11,74,136,1)), color-stop(100%,rgba(11,156,192,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(11,74,136,1) 0%,rgba(11,156,192,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(11,74,136,1) 0%,rgba(11,156,192,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(11,74,136,1) 0%,rgba(11,156,192,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(11,74,136,1) 0%,rgba(11,156,192,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a88', endColorstr='#0b9cc0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.header h1,
.wrap-steps li:first-child{
    margin: 0;
}
.top-info {
    width: 100%;
    color: #e8e6df;
    font-size: 10px;
    font-family: 'neomedium';
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    text-align: right;
}
.top-info span,
.top-info a {
    color: #12316f;
}
.top-info li,
.top-info a {
    display: inline-block;
    margin-left: 30px;
}
.top-info li:first-child,
.top-info a:first-child {
    margin-left: 0;
}
.banner {
    min-height: 90px;
    background-color: #e7e8e9;
    margin-bottom: 15px;
}

/*-- begin main menu --*/
.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d7d5d5;
}
.nav a {
    color: #666;
    text-transform: uppercase;
}

/*-- BEGIN SEARCH --*/
.carousel,
.btn-search {
    overflow: hidden;
}
.btn-search a {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-right: 15px;
    padding: 15px 50px 15px 15px;
    background: url('../img/btn-search.png') 95px center #24c8d9 no-repeat;
    font-family: 'neobold';
}

/*.search {
    background-color: #24c8d9;
    margin: 0;
    padding: 10px;
}
.search input[type="text"] {
    font-family: 'neobold';
    background: transparent;
    border: none;
    color: #fff;
    max-width: 100px;
    box-shadow: none;
    font-size: 18px;
}

.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input:-moz-placeholder {  Firefox 18- 
    color: #fff;  
}

.search input::-moz-placeholder {   Firefox 19+ 
    color: #fff;  
}

.search input:-ms-input-placeholder {  
    color: #fff;  
}
.search button,
.search button:hover{
    width: 38px;
    background: url('../img/search.png') center no-repeat transparent;
    text-indent: -999em;
    border: none;
    border-left: 1px solid #fff;
    border-radius: 0;
}
.navbar-form .form-group {
    margin: 0;
}*/







.dropdown-menu {
    padding: 20px 0 20px 0;
    border-radius: 0;
    min-width: 262px;
    left: -122px;
    border: transparent;
    border-top: 4px solid #0b5b95;
    background-color: rgba(255,255,255,.9);
}
.dropdown-menu td {
    vertical-align: top;
    border-left: 2px solid #b8b7b7;
}
.dropdown-menu td:first-child {
    border: none;
}
.dropdown-menu ul {
    padding: 0 20px 0 35px;
    min-width: 148px;
}
.dropdown-menu li {
    list-style-image: url(../img/vignette.png);
    list-style-position: outside;
}
.dropdown-menu li a {
    text-transform: none;
    padding: 6px 0;
    display: block;
    line-height: 18px;
}
.dropdown.open > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #0B5B95;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}
.navbar-nav li:first-child + li .dropdown-menu {
    min-width: initial;
    left: 0;
}
.dropdown:last-child li {
    list-style: none;
}
.type li {
    text-align: center;
    margin-top: 15px;
}
.type table {
    width: 100%;
}
.type td {
    border: none;
}
.type img {
    margin: 0 auto 5px;
    display: block;
}

/*-- begin slideshow --*/
.wrap-slideshow {
    min-height: 500px;
    background: url('../img/bg-featured.jpg') center no-repeat;
    background-size: cover;
}
.wrap-slideshow [class^="block-"] {
    position: relative;
    min-height: 300px;
}
.wrap-slideshow div.block-1 {
    width: 460px;
    top: 230px;
}
.wrap-slideshow div.block-2 {
    width: 270px;
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -150px;
}
.wrap-slideshow div.block-3 {
    width: 455px;
    right: 20px;
    float: right;
    bottom: 92px;
}
.wrap-slideshow label {
    width: 22px;
    height: 22px;
    position: relative;
    background: url('../img/plus.png') center no-repeat;
    margin: 0 auto 10px;
    cursor: pointer;
    display: block;
}
.wrap-slideshow input {
    display: none;
}
.right.carousel-control {
    margin-right: -50px;
    background: url('../img/next.png') center no-repeat;
}
.left.carousel-control {
    margin-left: -50px;
    background: url('../img/prev.png') center no-repeat;
}


/*-- begin bubble --*/
.bubble {
    width: 224px;
    background: url('../img/rainbow.png') left top rgba(255,255,255,.85) repeat-x;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 320px;
    left: 50%;
    margin-left: -115px;
    text-transform: uppercase;
    padding: 25px 20px 20px 20px;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}
input:checked + .bubble {
    opacity: 1;
    visibility: visible;
}
.bubble:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 13px solid rgba(255,255,255,.85);
    bottom: -13px;
    left: 50%;
    position: absolute;
    margin-left: -17px;
}
.bubble h1 {
    font-family: 'neobold';
    font-size: 18px;
    margin: 0;
    color: #12316f;
}
.bubble h2 {
    margin: 0;
    font-size: 18px;
    color: #8c959d;
}
.bubble a {
    font-size: 12px;
    color: #8a8a8a;
    padding: 3px 0 0 15px;
    background: url('../img/vignette-bubble.png') 0px 2px no-repeat;
}

/*-- begin action block --*/
.action-block {
    margin: 40px auto 90px;
}
.info-block {
    text-align: center;
}
.info-block:first-child {
    border-left: none;
}
div.info-block > div {
    min-height: 275px;
    background-color: #f4f4f4;
    padding: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 7px rgba(0,0,0,.3);
}
.info-block > div {
    border-top: 15px solid transparent;
}
div.info-1 {
    color: #174985;
    border-color: #174985;
}
div.info-2 {
    color: #de1f26;
    border-color: #de1f26;
}
div.info-3 {
    color: #fdb514;
    border-color: #fdb514;
}
div.info-4 {
    color: #afc808;
    border-color: #afc808;
}

.info-block span {
    font-size: 36px;
    font-family: 'neobold';
    display: block;
    line-height: 32px;
}
.info-block span small {
    font-size: 22px;
    display: block;
}
.info-block i {
    font-family: 'neoitalic';
    color: #7d8589;
    font-size: 16px;
    margin: 20px 25px;
    display: block;
}
.info-block a {
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'neoitalic';
    font-weight: 700;
    color: #7d8589;
    position: absolute;
    bottom: 12px;
    left: 15px;
}
.info-block img {
    display: block;
    position: absolute;
    right: 20px;
    bottom: -40px;
}
.info-block:first-child img {
    right: -20px;
}
.wrap-tweet{
    overflow: hidden;
    max-height: 120px;
}

/*-- begin footer --*/
.footer {
    min-height: 300px;
    background-color: #041d3d;
    margin-top: 30px;
}
.title-footer {
    font-family: 'neobold';
    color: #48c0e3;
    padding: 30px 0;
    border-bottom: 1px solid #48c0e3;
    font-size: 20px;
}
.wrap-brand {
    text-align: center;
    padding: 20px 0 75px;
}
.copyright {
    background-color: #182e4b;
    padding: 20px 0;
    line-height: 36px;
}
.signature,
.signature a{
    color: #999999;
    font-size: 12px;
}
.social {
    overflow: hidden;
}
.social a {
    background: url('../img/social.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    border-radius: 3px;
    background-color: #041d3d;
    text-indent: -9999em;
    margin-left: 10px;
}
#fb {
    background-position: 12px 8px;
}
#tw {
    background-position: -23px 8px;
}
#yt {
    background-position: -59px 7px;
}
div.sidebar {
    margin-top: 30px;
}
div.sidebar > div {
    min-height: 200px;
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(0,0,0,.1);
    padding: 30px;
}
div.sidebar > div > img {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.sidebar-info,
.sidebar-social,
.sidebar-brands,
.sidebar-info-car,
.sidebar-model-car{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sidebar-info li,
.sidebar-brands li,
.sidebar-info-car li,
.sidebar-model-car li{
    font-family: 'neomedium';
    color: #727272;
    font-size: 14px;
    display: block;
    border-top: 1px solid #e1e2e3;
    padding: 10px 0 10px 30px;
    background-position: left center;
    background-repeat: no-repeat;
}
#phone {background-image: url('../img/phone.png');}
#web {background-image: url('../img/web.png');}
#email {background-image: url('../img/email.png');}
#address {background-image: url('../img/address.png');}

.sidebar-social {
    margin: 0;
    padding-top: 30px;
}
.sidebar-social li {
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    margin-left: 15px;
    text-indent: -9999em;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-social li:first-child {
    margin-left: 0;
}
.sidebar-social li a {
    display: block;
    line-height: 28px;
}

#fb-sidebar {background-image: url('../img/icon-facebook.png');}
#tw-sidebar {background-image: url('../img/icon-twitter.png');}
#lk-sidebar {background-image: url('../img/icon-linkedin.png');}
#in-sidebar {background-image: url('../img/icon-instagram.png');}

.sidebar-brands li {
    padding-left: 20px;
}
.sidebar-brands li a {
    font-family: 'neobold';
    color: #a7aaac;
    font-size: 14px;
    position: relative;
}
.sidebar-brands li:first-child {
    border-top: none;
}
.sidebar-brands li a:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-left: 7px solid #48c0e3;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 1px;
    left: -20px;
}
.sidebar h3 {
    color: #fff;
    background-color: #48c0e3;
    text-align: center;
    font-family: 'neobold';
    font-size: 14px;
    padding: 15px 0;
    margin-left: -30px;
    margin-right: -30px;
}

/*-- begin chips --*/
.wrap-chips {
    overflow: hidden;
    padding-top: 30px;
    margin: 0 -15px;
}
div.chip {
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(0,0,0,.1);
}
.chip-info {
    padding: 20px 20px 0;
}
.chip-info li {
    display: block;
    border-top: 1px solid #ddd;
    padding: 7px 0;
}
.chip-info li:first-child {
    border-top: none;
    padding-top: 0;
}
.chip-info li span {
    display: block;
    color: #6c6c6c; 
}
.chip-info li span:first-child {
    font-family: 'neobold';
    color: #48c0e3;
}
.share {
    overflow: hidden;
    background-color: #00c6d8;
    padding: 0 20px;
    margin: 0;
    position: relative;
}
.share li {
    display: inline-block;
    font-family: 'neobold';
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.share li span {
    padding-left: 20px;
    background: url('../img/gasoline.png') left center no-repeat;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-left: 10px;
}
.share .lever span {
    margin-left: 0;
    background: url('../img/lever.png') left center no-repeat;
}
.share li a {
    width: 50px;
    height: 32px;
    text-indent: -9999em;
    background: url('../img/share.png') center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.chip > a {
    font-family: 'neobold';
    font-size: 12px;
    display: block;
    padding: 10px;
    background-color: #009bd0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.chip > a > span {
    background: url('../img/plus.png') left 1px no-repeat;
    background-size: 15px;
    padding: 2px 0 0px 20px;
    display: inline-block;
}

/*-- begin chip title --*/
.title-chip {
    overflow: hidden;
    min-height: 70px;
    margin: 30px 0;
}
.logo-brand {
    text-align: left;
}
.logo-brand-center {
    text-align: center;
}
.btn-all {
    text-align: right;
}
.logo-brand img {
    width: 115px;
    height: auto;
}
.btn-all a {
    color: #1577ac;
    background: url(../img/plus.png) 0 0 no-repeat;
    padding-left: 25px;
    display: inline-block;
    font-size: 18px;
    font-family: 'neobold';
}

/*-- begin search wrap --*/
.wrap-search {
    padding: 10px;
    overflow: hidden;
    margin-top: 30px;
    box-sizing: border-box;
    background-color: #26cadb;
}
.wrap-search select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px;
    border-radius: 0;
    border: none;
    color: #0e6094;
    font-family: 'neobold';
    font-size: 12px;
    outline: none;
    box-sizing: border-box;
    margin-top: 10px;
    background: url('../img/dropdown.jpg') center right no-repeat #c4f1f5;
}
.wrap-search select:first-child {
    margin: 0;
}
.wrap-search .btn-submit {
    width: 100%;
    height: 33px;
    border: none;
    position: relative;
    text-indent: -9999em;
    background-color: #099cbc;
    background: url('../img/search-filter.png') center #099cbc no-repeat;
}
.title-search {
    font-family: 'neobold';
    font-style: italic;
    font-size: 18px;
    color: #01568d;
    text-align: center;
    margin: 0 0 10px;
}

/*-- BEGIN GALLERY --*/
.slick-slider {
    margin: 0;
}
.slick-slide {
    outline: none;
    cursor: pointer;
}
.slider-for {
    margin-top: 30px;
}
.slider-for button {
    position: absolute;
    z-index: 1;
}
.slider-for .slick-prev,
.slider-for .slick-next{
    width: 29px;
    height: 52px;
    display: block;
    top: 50%;
    left: 20px;
    margin-top: -26px;
    border: none;
    text-indent: -9999em;
    outline: none;
    background: url('../img/prev.png') center no-repeat;
}
.slider-for .slick-next {
    left: auto;
    right: 20px;
    background: url('../img/next.png') center no-repeat;
}
.slider-nav {
    margin-bottom: 30px;
}
.video {
    position: relative;
}
.video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-top: -38px;
    margin-left: -38px;
    background: url('../img/video.png') center no-repeat;
}

/*-- begin modal buttons --*/
.wrap-action {
    overflow: hidden;
}
.wrap-action > div {
    background-color: blue;
    text-align: center;
    cursor: pointer;
}
.wrap-action > div > span {
    font-family: 'neobold';
    color: #fff;
    line-height: 55px;
    padding: 23px 20px 20px 23px;
}
#apply {
    background-color: #00c6d9;
}
#calculator {
    background-color: #009acf;
}
#apply span {
    background: url('../img/comparison.png') left center no-repeat;
}
#calculator span {
    background: url('../img/calculator.png') left center no-repeat;
}

/*-- begin car info sidebar --*/
.sidebar-info-car li,
.sidebar-model-car li {
    font-size: 18px;
    color: #959595;
    padding-left: 0;
    font-family: 'neoregular';
    overflow: hidden;
    display: block;
    
}
.sidebar-info-car li img {
    max-width: 50px;
}
.sidebar-info-car li div,
.sidebar-model-car li div{
    float: left;
    min-width: 80px;
    margin-right: 40px;
}
.sidebar-info-car li a {
    color: #959595;
}

/*-- begin description block --*/
#collapse-description {
    margin: 0;
    max-width: none;
}
.list-description ul {
    padding: 0;
}
.list-description li {
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.list-description li:nth-child(odd) {
    background-color: #f9f9f9;
}
.list-description li span {
    color: #969696;
    display: block;
    float: right;
    padding: 5px 0;
}
.list-description li span:first-child {
    float: left;
}
.list-description h2,
.list-description li span:first-child{
    color: #48c0e3;
    font-family: 'neomedium';
    font-size: 14px;
}
.list-description p {
    font-size: 14px;
}

/*-- begin car model --*/
.sidebar-model-car li {
    border: none;
    padding: 5px 0;
}
.sidebar-model-car li div:first-child {
    font-family: 'neomedium';
    color: #48c0e3;
}

/*-- begin price block --*/
.price-do {
    color: #fff;
    padding: 10px;
    font-family: 'neomedium';
    background-color: #009bd0;
    font-size: 20px;
    text-align: center;
}
.price-do span {
    font-family: 'neoregular';
    font-size: 16px;
}
.price-us {
    color: #818181;
    font-size: 11px;
    font-family: 'neoitalic';
    text-align: right;
    margin: 15px 0;
    overflow: hidden;
    line-height: 17px;
}
.price-us span {
    color: #818181;
    font-size: 14px;
    float: left;
    font-family: 'neomedium';
}
.dealer {
    display: block;
    padding: 23px 30px;
    background-color: #dfdede;
    margin: 0 -30px;
}
.dealer span {
    color: #959595;
    font-family: 'neomedium';
    font-size: 18px;
    background: url('../img/flag.png') left center no-repeat;
    padding: 5px 0 0 20px;
}

/*-- begin related --*/
.wrap-related h2 {
    font-size: 28px;
    font-family: 'neobold';
    font-style: italic;
    color: #009acf;
    text-align: center;
    margin-top: 70px;
}

/*-- begin modal --*/
.box-modal h2 {
    font-family: 'neomedium';
    color: #fff;
    font-size: 28px;
    padding: 30px 120px;
    background-color: #00c6d9;
    text-transform: uppercase;
    margin: 0;
}
.box-modal p {
    font-size: 16px;
    color: #a7a9ac;
    border-bottom: 1px solid #eaebec;
    margin: 30px 0 30px;
    padding-bottom: 30px;
}
.box-modal .row {
    margin-bottom: 15px;
}
.box-modal label,
.box-modal span{
    display: inline;
    color: #4fc2e4;
    font-family: 'neoregular';
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.modal-content-box {
    padding: 30px 120px;
}
.modal-content-box input,
.modal-content-box select {
    width: 100%;
    padding: 10px;
}
.modal-content-box select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    border: 1px solid #ccc;
    background: url(../img/dropdown-gray.png) right center no-repeat;
}
.modal-content-box input[type="reset"],
.modal-content-box input[type="submit"] {
    color: #fff;
    border: none;
    font-size: 22px;
    border-radius: 3px;
    background-color: #bcbec0;
    float: left;
}
[type="checkbox"],
[type="radio"] {
    width: auto;
    display: none;
}
[type="checkbox"] + label,
[type="radio"] + label{
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    float: left;
    margin: 3px 7px 0 0;
}
[type="radio"] + label {
    border-radius: 100%;
}

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after{
    content: '✔';
    font-size: 18px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    position: absolute;
    top: 3px;
    left: 2px;
}

[type="radio"]:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #4FC2E4;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}


.modal-content-box input[type="submit"] {
    float: right;
    background-color: #4ec1e4;
}

.wrap-steps {
    padding: 0;
    overflow: hidden;
}
.wrap-steps li {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #d1d3d4;
    border-radius: 100%;
    color: #fff;
    margin-left: 20px;
    font-size: 18px;
    font-family: 'neomedium';
    float: left;
    line-height: 70px;
}
.wrap-steps li:hover,
.wrap-steps li.active{
    background-color: #4ec2e4;
}

/*-- begin wrap navigation --*/
.wrap-navigation .opt {
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #00a6c3;
    text-transform: uppercase;
    padding: 0;
    overflow: hidden;
}
.wrap-navigation .opt a {
    display: block;
    padding: 55px 0 10px 0;
    background-position: center 13px;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #18aec9;
    position: relative;
}
.wrap-navigation .opt:first-child a {
    border-left: none;
}
.wrap-navigation a.active {
    background-color: #00c1d5;
}

.nav-card {background-image: url('../img/nav-card.png');}
.nav-calendar {background-image: url('../img/nav-calendar.png');}
.nav-coins {background-image: url('../img/nav-coins.png');}
.nav-key {background-image: url('../img/nav-key.png');}
.nav-money {background-image: url('../img/nav-money.png');}
.nav-leasing {background-image: url('../img/nav-leasing.png');}

.nav-info {background-image: url('../img/nav-info.png');}
.nav-plus {background-image: url('../img/nav-plus.png');}
.nav-many-coins {background-image: url('../img/nav-many-coins.png');}
.nav-pin {background-image: url('../img/nav-pin.png');}

#navigation-collapsed {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.btn-navigation {
    width: 100%;
    margin: 0;
    background-color: #999;
    border-radius: 0;
    float: none;
    padding: 20px 14px;
    border: none;
}
.btn-navigation span {
    background-color: #fff;
}
.btn-navigation i {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 50px;
    text-align: left;
    font-style: initial;
    font-size: 16px;
    text-transform: uppercase;
}

/*-- begin section page --*/
.block {
    padding-top: 140px;
}
.block-img {
    text-align: center;
    padding: 40px 0;
}
.block-img img {
    margin-top: 30px;
}
.block-title {
    color: #00a6c3;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'neomedium';
}
#block-1 .block-img img {
    margin: 0;
    max-width: 545px;
}
.block-subtitle {
    color: #97867d;
    font-size: 18px;
    font-family: 'neoregular';
    line-height: 25px;
    margin-bottom: 20px;
}
.block-list {
    padding-left: 20px;
}
.block-list li {
    list-style-image: url('../img/vignette-list.png');
    list-style-position: outside;
    line-height: 20px;
    color: #808080;
    margin-bottom: 5px;
}
.block-list li i,
.leyend i {
    font-style: normal;
    color: #00a6c3;
}
.block-list-title {
    font-size: 18px;
    color: #008cb1;
    margin: 30px 0 10px;
    text-transform: uppercase;
}
.leyend {
    font-size: 11px;
    color: #97867d;
    text-align: right;
    margin: 50px 0;
}
.leyend span {
    display: block;
    margin-top: 5px;
}
.funding-list {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #00c1d5;
}
.funding-list li {
    display: block;
    overflow: hidden;
    margin-top: 5px;
}
.funding-list li span {
    float: right;
    color: #666;
}
.funding-list li span:first-child {
    float: left;
    color: #00c1d5;
}
.text-small {
    font-size: 11px;
    color: #97867d;
    margin-top: 20px;
    display: block;
}

/*-- begin contact block --*/
.wrap-contact h1 {
    color: #01719f;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'neomedium';
}
.wrap-contact input[type="text"],
.wrap-contact input[type="email"],
.wrap-contact textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    color: #808080;
    font-size: 14px;
    margin-bottom: 20px;
    border: none;
}
.wrap-contact textarea {
    min-height: 200px;
}
.wrap-contact input[type="submit"]{
    width: 150px;
    color: #fff;
    margin: 0 auto 25px;
    display: block;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    background-color: #00c1d5;
}
.block iframe {
    width: 100%;
    min-height: 470px;
}

/*-- begin products page --*/
.block-main h1 {
    font-size: 90px;
    color: #00a6c3;
}
.block-main h1 span {
    color: #00c1d5;
    display: block;
}
.block-main h2 {
    font-size: 23px;
    color: #999;
}
.block-main h3 {
    color: #00c1d5;
    font-size: 18px;
    font-family: 'neomedium';
}

/*-- begin benefits --*/
.benefits {
    min-height: 700px;
    background: url('../img/benefits.png') left top no-repeat;
    background-size: cover;
}
.benefits .block-title {
    background: url('../img/plus-big.png') left center no-repeat;
    line-height: 100px;
    padding-left: 110px;
}
.benefits .block-list {
    margin-top: 20px;
    padding-left: 130px;
}
.benefits .block-list li {
    font-size: 20px;
    margin-bottom: 20px;
}

.wrap-list-info {
    border: 2px solid #00c1d5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.wrap-list-info .block-list li {
    font-family: 'neomedium';
    font-size: 16px;
    margin-top: 20px;
}
.wrap-list-info .block-list li small {
    font-family: 'neoregular';
    display: block;
    font-size: 14px;
}

/*-- begin tabs --*/
.wrap-tabs {
    max-width: 730px;
    margin: 0 auto;
}
.wrap-tabs > div {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.wrap-tabs a {
    display: block;
    min-height: 60px;
    padding: 10px;
    background-color: #01719f;
    text-decoration: none;
    position: relative;
}
.wrap-tabs a.active {
    background-color: #00c1d5;
}
.wrap-tabs a.active:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #00c1d5;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.wrap-tabs h1,
.wrap-tabs h2 {
    margin: 0;
    color: #fff;
}
.wrap-tabs h2 {
    font-size: 22px;
}
.wrap-tabs .block-title {
    text-align: center;
    color: #00a6c3;
    margin-bottom: 20px;
    
}
.wrap-tabs-content {
    max-width: 730px;
    border: 1px solid #ccc;
    padding: 30px 0;
    overflow: hidden;
    margin: 30px auto 0 auto;
}
.wrap-tabs-content > div {
    margin-top: 30px;
}
.type li:first-child,
.funding-list li:first-child,
.wrap-list-info .block-list li:first-child,
.wrap-tabs-content > div:first-child {
    margin-top: 0;
}
.wrap-slideshow img,
.wrap-brand img,
.map iframe,
div.chip img,
.slick-slide img,
.wrap-tabs-content img,
.wrap-location img {
    width: 100%;
    height: auto;
    display: block;
}
.title-tab span {
    color: #1a77ac;
    display: inline-block;
    font-size: 18px;
}
.title-tab .time {
    background: url('../img/icon-time.png') 0 2px no-repeat;
    padding-left: 25px;
    color: #00cadc;
}
.title-tab p {
    color: #1a77ac;
    font-size: 14px;
}

/*-- begin wrap location --*/
.wrap-location .block-title {
    text-align: center;
    margin-bottom: 20px;
}