﻿/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

html,
body,
button,
input,
select,
textarea,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
}

:root {
    --white: white;
    --black: black;
    --darkBlue: #8184FC;
    --lightBlue: #1FB8FC;
    --blue: #022162;
    --blueActionable: #2E76FF;
    --lightGrey: #FAFAFA;
    --grey: #e8e8e8;
    --pink: #FD9FC1;
    --violet: #8184FC;
    --turquoise: #22D0C5;
    --darkGrey: #525252;
    --headerHeight: 5rem;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    .btn-social.btn-lg {
        padding-left: 61px;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social.btn-sm {
        padding-left: 38px;
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social.btn-xs {
        padding-left: 30px;
    }

        .btn-social.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    .btn-social-icon.btn-lg {
        padding-left: 61px;
    }

        .btn-social-icon.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social-icon.btn-sm {
        padding-left: 38px;
    }

        .btn-social-icon.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social-icon.btn-xs {
        padding-left: 30px;
    }

        .btn-social-icon.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
    }

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0,0,0,0.2);
}

    .btn-adn:focus, .btn-adn.focus {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-adn:hover {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
            color: #fff;
            background-color: #b94630;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
        background-image: none;
    }

    .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
        background-color: #d87a68;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-adn .badge {
        color: #d87a68;
        background-color: #fff;
    }

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0,0,0,0.2);
}

    .btn-bitbucket:focus, .btn-bitbucket.focus {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-bitbucket:hover {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
            color: #fff;
            background-color: #0f253c;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
        background-image: none;
    }

    .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
        background-color: #205081;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-bitbucket .badge {
        color: #205081;
        background-color: #fff;
    }

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0,0,0,0.2);
}

    .btn-dropbox:focus, .btn-dropbox.focus {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-dropbox:hover {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
            color: #fff;
            background-color: #0a568c;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
        background-image: none;
    }

    .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
        background-color: #1087dd;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-dropbox .badge {
        color: #1087dd;
        background-color: #fff;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

    .btn-facebook:focus, .btn-facebook.focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
            color: #fff;
            background-color: #23345a;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
        background-color: #3b5998;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff;
    }

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0,0,0,0.2);
}

    .btn-flickr:focus, .btn-flickr.focus {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-flickr:hover {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
            color: #fff;
            background-color: #a80057;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
        background-image: none;
    }

    .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
        background-color: #ff0084;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-flickr .badge {
        color: #ff0084;
        background-color: #fff;
    }

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0,0,0,0.2);
}

    .btn-foursquare:focus, .btn-foursquare.focus {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-foursquare:hover {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
            color: #fff;
            background-color: #e30742;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
        background-image: none;
    }

    .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
        background-color: #f94877;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-foursquare .badge {
        color: #f94877;
        background-color: #fff;
    }

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0,0,0,0.2);
}

    .btn-github:focus, .btn-github.focus {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-github:hover {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
            color: #fff;
            background-color: #191919;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
        background-image: none;
    }

    .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
        background-color: #444;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-github .badge {
        color: #444;
        background-color: #fff;
    }

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

    .btn-google:focus, .btn-google.focus {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-google:hover {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
            color: #fff;
            background-color: #a32b1c;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
        background-image: none;
    }

    .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
        background-color: #dd4b39;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #fff;
    }

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0,0,0,0.2);
}

    .btn-instagram:focus, .btn-instagram.focus {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-instagram:hover {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
            color: #fff;
            background-color: #26455d;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
        background-image: none;
    }

    .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
        background-color: #3f729b;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #fff;
    }

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2);
}

    .btn-linkedin:focus, .btn-linkedin.focus {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-linkedin:hover {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
            color: #fff;
            background-color: #00405f;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
        background-color: #007bb6;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #fff;
    }

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0,0,0,0.2);
}

    .btn-microsoft:focus, .btn-microsoft.focus {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-microsoft:hover {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
            color: #fff;
            background-color: #0f4bac;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
        background-image: none;
    }

    .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
        background-color: #2672ec;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-microsoft .badge {
        color: #2672ec;
        background-color: #fff;
    }

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0,0,0,0.2);
}

    .btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-odnoklassniki:hover {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
            color: #fff;
            background-color: #b14c09;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
        background-image: none;
    }

    .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
        background-color: #f4731c;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-odnoklassniki .badge {
        color: #f4731c;
        background-color: #fff;
    }

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0,0,0,0.2);
}

    .btn-openid:focus, .btn-openid.focus {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-openid:hover {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
            color: #fff;
            background-color: #b86607;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
        background-image: none;
    }

    .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
        background-color: #f7931e;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-openid .badge {
        color: #f7931e;
        background-color: #fff;
    }

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2);
}

    .btn-pinterest:focus, .btn-pinterest.focus {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-pinterest:hover {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
            color: #fff;
            background-color: #801419;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
        background-image: none;
    }

    .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
        background-color: #cb2027;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-pinterest .badge {
        color: #cb2027;
        background-color: #fff;
    }

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0,0,0,0.2);
}

    .btn-reddit:focus, .btn-reddit.focus {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-reddit:hover {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
            color: #000;
            background-color: #98ccff;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
        background-image: none;
    }

    .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
        background-color: #eff7ff;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-reddit .badge {
        color: #eff7ff;
        background-color: #000;
    }

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0,0,0,0.2);
}

    .btn-soundcloud:focus, .btn-soundcloud.focus {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-soundcloud:hover {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
            color: #fff;
            background-color: #a83800;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
        background-image: none;
    }

    .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
        background-color: #f50;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-soundcloud .badge {
        color: #f50;
        background-color: #fff;
    }

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0,0,0,0.2);
}

    .btn-tumblr:focus, .btn-tumblr.focus {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-tumblr:hover {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
            color: #fff;
            background-color: #111c26;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
        background-image: none;
    }

    .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
        background-color: #2c4762;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-tumblr .badge {
        color: #2c4762;
        background-color: #fff;
    }

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

    .btn-twitter:focus, .btn-twitter.focus {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-twitter:hover {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
            color: #fff;
            background-color: #1583d7;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
        background-image: none;
    }

    .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
        background-color: #55acee;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #fff;
    }

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0,0,0,0.2);
}

    .btn-vimeo:focus, .btn-vimeo.focus {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-vimeo:hover {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
            color: #fff;
            background-color: #0f7b9f;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
        background-image: none;
    }

    .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
        background-color: #1ab7ea;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-vimeo .badge {
        color: #1ab7ea;
        background-color: #fff;
    }

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0,0,0,0.2);
}

    .btn-vk:focus, .btn-vk.focus {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-vk:hover {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
            color: #fff;
            background-color: #3a526b;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
        background-image: none;
    }

    .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
        background-color: #587ea3;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-vk .badge {
        color: #587ea3;
        background-color: #fff;
    }

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0,0,0,0.2);
}

    .btn-yahoo:focus, .btn-yahoo.focus {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-yahoo:hover {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
            color: #fff;
            background-color: #39074e;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
        background-image: none;
    }

    .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
        background-color: #720e9e;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-yahoo .badge {
        color: #720e9e;
        background-color: #fff;
    }

@font-face {
    font-family: "Effra";
    src: url("/fonts/effra/ba2d1272827c166ad5905d299caa1096.eot");
    src: url("/fonts/effra/ba2d1272827c166ad5905d299caa1096.eot?#iefix") format("embedded-opentype"), url("/fonts/effra/ba2d1272827c166ad5905d299caa1096.woff2") format("woff2"), url("/fonts/effra/ba2d1272827c166ad5905d299caa1096.woff") format("woff"), url("/fonts/effra/ba2d1272827c166ad5905d299caa1096.ttf") format("truetype"), url("/fonts/effra/ba2d1272827c166ad5905d299caa1096.svg#Effra") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'csnicons';
    src: url("/fonts/caricons/csn-icons.eot");
    src: url("/fonts/caricons/csn-icons.eot#iefix") format("embedded-opentype"),url("/fonts/caricons/csn-icons.ttf") format("truetype"),url("/fonts/caricons/csn-icons.woff") format("woff"),url("/fonts/caricons/csn-icons.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}



[class^="icon-"], [class*=" icon-"] {
    font-family: 'csnicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.feature-list__item [class*="icon"] {
    float: left;
    display: block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 24px;
}

.icon {
    font-family: 'csnicons';
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
}

.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.icon-account:before {
    content: "";
}

.icon-add:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-bodytype:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-car:before {
    content: "";
}

.icon-collapse-all:before {
    content: "";
}

.icon-colour:before {
    content: "";
}

.icon-create-ad:before {
    content: "";
}

.icon-dollar:before {
    content: "";
}

.icon-drag:before {
    content: "";
}

.icon-edit:before {
    content: "";
}

.icon-engine:before {
    content: "";
}

.icon-expand-all:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-finance:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-horizontal-move:before {
    content: "";
}

.icon-inbox:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-distance:before {
    content: "";
}

.icon-video-camera:before {
    content: "";
}

.icon-view-360:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-manage-ad:before {
    content: "";
}

.icon-my-garage:before {
    content: "";
}

.icon-notification:before {
    content: "";
}

.icon-odometer:before {
    content: "";
}

.icon-padlock:before {
    content: "";
}

.icon-pdf:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-question:before {
    content: "";
}

.icon-recent:before {
    content: "";
}

.icon-reminder:before {
    content: "";
}

.icon-remove:before {
    content: "";
}

.icon-round-arrow-left:before {
    content: "";
}

.icon-round-arrow-right:before {
    content: "";
}

.icon-save-search:before {
    content: "";
}

.icon-save:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-settings:before {
    content: "";
}

.icon-share:before {
    content: "";
}

.icon-signout:before {
    content: "";
}

.icon-special-offer:before {
    content: "";
}

.icon-sync:before {
    content: "";
}

.icon-tick:before {
    content: "";
}

.icon-transmission:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-video:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-zoom-in:before {
    content: "";
}

.icon-zoom-out:before {
    content: "";
}

.icon-arrows-wide-lg:before {
    content: "";
}

.icon-arrows-wide-md:before {
    content: "";
}

.icon-arrows-wide-sm:before {
    content: "";
}

.icon-article-lg:before {
    content: "";
}

.icon-article-md:before {
    content: "";
}

.icon-article-sm:before {
    content: "";
}

.icon-bell-lg:before {
    content: "";
}

.icon-bell-md:before {
    content: "";
}

.icon-bell-sm:before {
    content: "";
}

.icon-bin-lg:before {
    content: "";
}

.icon-bin-md:before {
    content: "";
}

.icon-bin-sm:before {
    content: "";
}

.icon-book-lg:before {
    content: "";
}

.icon-book-md:before {
    content: "";
}

.icon-book-sm:before {
    content: "";
}

.icon-calandar-lg:before {
    content: "";
}

.icon-calandar-md:before {
    content: "";
}

.icon-calandar-sm:before {
    content: "";
}

.icon-camera-lg:before {
    content: "";
}

.icon-camera-md:before {
    content: "";
}

.icon-camera-sm:before {
    content: "";
}

.icon-car-front-lg:before {
    content: "";
}

.icon-car-front-md:before {
    content: "";
}

.icon-car-front-sm:before {
    content: "";
}

.icon-car-side-lg:before {
    content: "";
}

.icon-car-side-md:before {
    content: "";
}

.icon-car-side-sm:before {
    content: "";
}

.icon-card-lg:before {
    content: "";
}

.icon-card-md:before {
    content: "";
}

.icon-card-sm:before {
    content: "";
}

.icon-cash-lg:before {
    content: "";
}

.icon-cash-md:before {
    content: "";
}

.icon-cash-sm:before {
    content: "";
}

.icon-chevron-down-lg:before {
    content: "";
}

.icon-chevron-down-md:before {
    content: "";
}

.icon-chevron-down-sm:before {
    content: "";
}

.icon-chevron-left-lg:before {
    content: "";
}

.icon-chevron-left-md:before {
    content: "";
}

.icon-chevron-left-sm:before {
    content: "";
}

.icon-chevron-right-lg:before {
    content: "";
}

.icon-chevron-right-md:before {
    content: "";
}

.icon-chevron-right-sm:before {
    content: "";
}

.icon-chevron-up-lg:before {
    content: "";
}

.icon-chevron-up-md:before {
    content: "";
}

.icon-chevron-up-sm:before {
    content: "";
}

.icon-circle-cross-lg:before {
    content: "";
}

.icon-circle-cross-md:before {
    content: "";
}

.icon-circle-cross-sm:before {
    content: "";
}

.icon-circle-left-lg:before {
    content: "";
}

.icon-circle-left-md:before {
    content: "";
}

.icon-circle-left-sm:before {
    content: "";
}

.icon-circle-minus-lg:before {
    content: "";
}

.icon-circle-minus-md:before {
    content: "";
}

.icon-circle-minus-sm:before {
    content: "";
}

.icon-circle-play-lg:before {
    content: "";
}

.icon-circle-play-md:before {
    content: "";
}

.icon-circle-play-sm:before {
    content: "";
}

.icon-circle-plus-lg:before {
    content: "";
}

.icon-circle-plus-md:before {
    content: "";
}

.icon-circle-plus-sm:before {
    content: "";
}

.icon-circle-right-lg:before {
    content: "";
}

.icon-circle-right-md:before {
    content: "";
}

.icon-circle-right-sm:before {
    content: "";
}

.icon-cirlce-right-lg:before {
    content: "";
}

.icon-cirlce-right-md:before {
    content: "";
}

.icon-clock-lg:before {
    content: "";
}

.icon-clock-md:before {
    content: "";
}

.icon-clock-sm:before {
    content: "";
}

.icon-cog-lg:before {
    content: "";
}

.icon-cog-md .path1:before {
    content: "";
    color: #000;
}

.icon-cog-md .path2:before {
    content: "";
    margin-left: -1em;
    color: gray;
}

.icon-cog-sm .path1:before {
    content: "";
    color: #000;
}

.icon-cog-sm .path2:before {
    content: "";
    margin-left: -1em;
    color: gray;
}

.icon-computer-lg:before {
    content: "";
}

.icon-computer-md:before {
    content: "";
}

.icon-computer-sm:before {
    content: "";
}

.icon-cross-lg:before {
    content: "";
}

.icon-cross-md:before {
    content: "";
}

.icon-cross-sm:before {
    content: "";
}

.icon-cycle-lg:before {
    content: "";
}

.icon-cycle-md:before {
    content: "";
}

.icon-cycle-sm:before {
    content: "";
}

.icon-ellipse-lg:before {
    content: "";
}

.icon-ellipse-md:before {
    content: "";
}

.icon-ellipse-sm:before {
    content: "";
}

.icon-engine-lg:before {
    content: "";
}

.icon-engine-md:before {
    content: "";
}

.icon-engine-sm:before {
    content: "";
}

.icon-envelope-lg:before {
    content: "";
}

.icon-envelope-md:before {
    content: "";
}

.icon-envelope-sm:before {
    content: "";
}

.icon-eye-lg:before {
    content: "";
}

.icon-eye-md:before {
    content: "";
}

.icon-eye-sm:before {
    content: "";
}

.icon-folder-find-lg:before {
    content: "";
}

.icon-folder-find-md:before {
    content: "";
}

.icon-folder-find-sm:before {
    content: "";
}

.icon-gear-lg:before {
    content: "";
}

.icon-gear-md:before {
    content: "";
}

.icon-gear-sm:before {
    content: "";
}

.icon-hamburger-lg2:before {
    content: "";
}

.icon-hamburger-md:before {
    content: "";
}

.icon-hamburger-sm:before {
    content: "";
}

.icon-hand-front-lg:before {
    content: "";
}

.icon-hand-front-md:before {
    content: "";
}

.icon-hand-front-sm:before {
    content: "";
}

.icon-handup-lg:before {
    content: "";
}

.icon-handup-md:before {
    content: "";
}

.icon-handup-sm:before {
    content: "";
}

.icon-heart-lg:before {
    content: "";
}

.icon-heart-md:before {
    content: "";
}

.icon-heart-minus-lg:before {
    content: "";
}

.icon-heart-minus-md:before {
    content: "";
}

.icon-heart-minus-sm:before {
    content: "";
}

.icon-heart-plus-lg:before {
    content: "";
}

.icon-heart-plus-md:before {
    content: "";
}

.icon-heart-plus-sm:before {
    content: "";
}

.icon-heart-sm:before {
    content: "";
}

.icon-house-lg:before {
    content: "";
}

.icon-house-md:before {
    content: "";
}

.icon-house-sm:before {
    content: "";
}

.icon-image-lg:before {
    content: "";
}

.icon-image-md:before {
    content: "";
}

.icon-image-sm:before {
    content: "";
}

.icon-inbox-lg:before {
    content: "";
}

.icon-inbox-md:before {
    content: "";
}

.icon-inbox-sm:before {
    content: "";
}

.icon-information-lg:before {
    content: "";
}

.icon-information-md:before {
    content: "";
}

.icon-information-sm:before {
    content: "";
}

.icon-laptop-lg:before {
    content: "";
}

.icon-laptop-md:before {
    content: "";
}

.icon-laptop-sm:before {
    content: "";
}

.icon-list-lg:before {
    content: "";
}

.icon-list-md:before {
    content: "";
}

.icon-list-sm:before {
    content: "";
}

.icon-lock-lg:before {
    content: "";
}

.icon-lock-md:before {
    content: "";
}

.icon-lock-sm:before {
    content: "";
}

.icon-magnifying-lg:before {
    content: "";
}

.icon-magnifying-md:before {
    content: "";
}

.icon-magnifying-sm:before {
    content: "";
}

.icon-marker-lg:before {
    content: "";
}

.icon-marker-md:before {
    content: "";
}

.icon-marker-sm:before {
    content: "";
}

.icon-mobile-phone-lg:before {
    content: "";
}

.icon-mobile-phone-md:before {
    content: "";
}

.icon-mobile-phone-sm:before {
    content: "";
}

.icon-money-lg:before {
    content: "";
}

.icon-money-md:before {
    content: "";
}

.icon-money-sm:before {
    content: "";
}

.icon-order-lg:before {
    content: "";
}

.icon-order-md:before {
    content: "";
}

.icon-order-sm:before {
    content: "";
}

.icon-paint-lg:before {
    content: "";
}

.icon-paint-md:before {
    content: "";
}

.icon-paint-sm:before {
    content: "";
}

.icon-pencil-lg:before {
    content: "";
}

.icon-pencil-md:before {
    content: "";
}

.icon-pencil-sm:before {
    content: "";
}

.icon-person-lg:before {
    content: "";
}

.icon-person-md:before {
    content: "";
}

.icon-person-sm:before {
    content: "";
}

.icon-phone-lg:before {
    content: "";
}

.icon-phone-md:before {
    content: "";
}

.icon-phone-sm:before {
    content: "";
}

.icon-phone2-lg:before {
    content: "";
}

.icon-phone2-md:before {
    content: "";
}

.icon-phone2-sm:before {
    content: "";
}

.icon-plus-lg:before {
    content: "";
}

.icon-plus-md:before {
    content: "";
}

.icon-plus-sm:before {
    content: "";
}

.icon-puzzle-lg:before {
    content: "";
}

.icon-puzzle-md:before {
    content: "";
}

.icon-puzzle-sm:before {
    content: "";
}

.icon-question-lg:before {
    content: "";
}

.icon-question-md:before {
    content: "";
}

.icon-question-sm:before {
    content: "";
}

.icon-rows-lg:before {
    content: "";
}

.icon-rows-md:before {
    content: "";
}

.icon-rows-sm:before {
    content: "";
}

.icon-share-lg:before {
    content: "";
}

.icon-share-md:before {
    content: "";
}

.icon-share-sm:before {
    content: "";
}

.icon-slide-open-lg:before {
    content: "";
}

.icon-slide-open-md:before {
    content: "";
}

.icon-slide-open-sm:before {
    content: "";
}

.icon-speaker-lg:before {
    content: "";
}

.icon-speaker-md:before {
    content: "";
}

.icon-speaker-sm:before {
    content: "";
}

.icon-speech-lg:before {
    content: "";
}

.icon-speech-md:before {
    content: "";
}

.icon-speech-sm:before {
    content: "";
}

.icon-speedo-lg:before {
    content: "";
}

.icon-speedo-md:before {
    content: "";
}

.icon-speedo-sm:before {
    content: "";
}

.icon-star-lg:before {
    content: "";
}

.icon-star-md:before {
    content: "";
}

.icon-star-sm:before {
    content: "";
}

.icon-switch-lg:before {
    content: "";
}

.icon-switch-md:before {
    content: "";
}

.icon-switch-sm:before {
    content: "";
}

.icon-symbol-defs:before {
    content: "";
}

.icon-tag-lg:before {
    content: "";
}

.icon-tag-md:before {
    content: "";
}

.icon-tag-sm:before {
    content: "";
}

.icon-tick-lg:before {
    content: "";
}

.icon-tick-md:before {
    content: "";
}

.icon-tick-sm:before {
    content: "";
}

.icon-tickbox-lg:before {
    content: "";
}

.icon-tickbox-md:before {
    content: "";
}

.icon-tickbox-sm:before {
    content: "";
}

.icon-unlock-lg:before {
    content: "";
}

.icon-unlock-md:before {
    content: "";
}

.icon-unlock-sm:before {
    content: "";
}

.icon-hamburger-lg:before {
    content: "";
}

body {
    font-family: "Nunito",Helvetica,Arial,sans-serif; /*Source Sans Pro,Helvetica,sans-serif;*/
}

.menu-bg {
    color: #fff;
    /*position: fixed;*/
    background: #333;
    background: -moz-linear-gradient(top, #333333 0%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#272727));
    background: -webkit-linear-gradient(top, #333333 0%,#272727 100%);
    background: -o-linear-gradient(top, #333333 0%,#272727 100%);
    background: -ms-linear-gradient(top, #333333 0%,#272727 100%);
    background: linear-gradient(top, #333333 0%,#272727 100%);
    z-index: 15000000;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

    .menu-bg .menu-content {
        background: linear-gradient(rgba(91, 91, 91, 0.65), rgba(45, 45, 45, 0.75)) repeat scroll 0 0 transparent;
        box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 2px 8px rgba(0, 0, 0, 0.6);
    }

#header-topbar .topbar-action > li > a {
    color: #ffffff;
}

.click:hover {
    cursor: pointer;
}

.imgContainer {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 110%;
    background-size: cover;
}

    .imgContainer.width-cien {
        background-size: 100%;
    }

.grid__item-image {
    width: 100%;
    background-size: 75% auto;
    background-position: center 95%;
    position: relative;
    padding-bottom: 50%;
    background-repeat: no-repeat;
}

.rounded {
    border-radius: 5px;
}

.b-thin {
    border-width: 3px;
}

.b-normal {
    border-width: 5px;
}

.b-thick {
    border-width: 7px;
}

.m-none {
    margin: 0 !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 15px !important;
}

.m-lg {
    margin: 20px !important;
}

.m-xl {
    margin: 25px !important;
}

.m-xlg {
    margin: 30px !important;
}

.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 15px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-xl {
    margin-top: 25px !important;
}

.mt-xlg {
    margin-top: 30px !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.mb-xlg {
    margin-bottom: 30px !important;
}

.ml-none {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 15px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 25px !important;
}

.ml-xlg {
    margin-left: 30px !important;
}

.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mr-md {
    margin-right: 15px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mr-xl {
    margin-right: 25px !important;
}

.mr-xlg {
    margin-right: 30px !important;
}

.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 25px !important;
}

.p-xlg {
    padding: 30px !important;
}

.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}

.pt-md {
    padding-top: 15px !important;
}

.pt-lg {
    padding-top: 20px !important;
}

.pt-xl {
    padding-top: 25px !important;
}

.pt-xlg {
    padding-top: 30px !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pb-md {
    padding-bottom: 15px !important;
}

.pb-lg {
    padding-bottom: 20px !important;
}

.pb-xl {
    padding-bottom: 25px !important;
}

.pb-xlg {
    padding-bottom: 30px !important;
}

.pr-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 15px !important;
}

.pl-lg {
    padding-left: 20px !important;
}

.pl-xl {
    padding-left: 25px !important;
}

.pl-xlg {
    padding-left: 30px !important;
}

.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-md {
    padding-right: 15px !important;
}

.pr-lg {
    padding-right: 20px !important;
}

.pr-xl {
    padding-right: 25px !important;
}

.pr-xlg {
    padding-right: 30px !important;
}


.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.bg-red, .callout.callout-danger, /*.alert-danger, .alert-error,*/ .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background: #c72931; /* Old browsers */
    background: linear-gradient( 90deg, #c72931, #941514);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72931', endColorstr='#960002',GradientType=0 ); /* IE6-9 */
    /*    min-height: 40px;*/
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-crazy {
    background-color: rgba(74,121,147,0.89);
    background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(74,121,147,0.89),rgba(204,204,204,0.85) 80%,rgba(185,135,131,0.87) 120%);
    background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(74,121,147,0.89), rgba(204,204,204,0.85) 80%, rgba(185,135,131,0.87) 120%);
    background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(74,121,147,0.89), rgba(204,204,204,0.85) 80%, rgba(185,135,131,0.87) 120%);
    background-attachment: fixed, fixed;
}

.callout-body {
    background-color: #F8F8F8;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000 !important;
}

.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.contenedor_bluesky {
    background-color: #f5f5ee;
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e9e9e9));
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
}

.listing__price {
    display: inline-block;
    font-weight: 700;
    vertical-align: baseline;
    font-size: 2.4rem !important;
    text-align: left;
}

@media (min-width: 504px) {
    .listing__price {
        font-size: 2.6rem !important;
    }

    .product-name h2 {
        font-size: 2rem !important;
    }
}

@media (min-width: 1024px) {
    .listing__price {
        font-size: 2.5714285714rem !important;
    }
}

.listing__price sup {
    position: relative;
    top: -.4rem;
    font-size: .65em;
}

.listing__price__helperText {
    display: block;
    color: #999;
    font-size: 1.4rem;
    font-weight: 600;
    vertical-align: baseline;
    font-family: Source Sans Pro,Helvetica,sans-serif;
}

.list-product-shop .product-primary .product-name a {
    text-transform: none;
}

.boxModelo {
    box-shadow: 0 2px 0 0 rgba(51,51,51,.1);
}

.bg-shadow {
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
    background-color: #FCFCFC;
}

.boxFancy {
    position: relative;
    padding: 20px 20px 10px;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

    .boxFancy:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }

    .boxFancy h1 {
        margin: -20px -20px 10px;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        color: #555;
        text-align: center;
        text-shadow: 0 1px white;
        background: #f3f3f3;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 3px 3px 0 0;
        background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
        background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
        -webkit-box-shadow: 0 1px whitesmoke;
        box-shadow: 0 1px whitesmoke;
    }

[data-click] {
    cursor: pointer;
}

    [data-click]:hover {
        box-shadow: 0 1px 2px rgba(41,51,57,.5);
    }

.bg-gray-gradient {
    background-image: -webkit-linear-gradient(270deg,rgba(255,254,254,.07),hsla(0,0%,54%,.18) 40%,rgba(0,0,0,.3) 88%);
    background-image: linear-gradient(-180deg,rgba(255,254,254,.07),hsla(0,0%,54%,.18) 40%,rgba(0,0,0,.3) 88%);
    box-shadow: 0 2px 0 0 rgba(51,51,51,.1);
    /*box-shadow: 0px 1px 1px 2px rgba(51,51,51,.1);*/
}

.bg-gray-gradient-invertido {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent 50%);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent 50%);
}

.carNuevoPic {
    max-width: 341px !important;
    max-height: 205px !important;
    width: 100% !important;
    height: 100% !important;
}

.detallePicPrincipal {
    max-width: 500px !important;
    width: 100% !important;
}

.bg-fancy {
    position: relative;
    background-image: -webkit-linear-gradient(276deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 30%,hsla(0,0%,70%,.5) 70%,#f2f2f2 0,#f2f2f2);
    background-image: linear-gradient(186deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 30%,hsla(0,0%,70%,.5) 70%,#f2f2f2 0,#f2f2f2);
    background-position: 50%;
    background-repeat: no-repeat;
}

.h1-masgrande {
    font-size: 45px;
}

.text-bold {
    font-weight: bold;
}

.text-vv {
    color: #D30B09;
}

.logoAgenciaNuevoDetalle {
    max-width: 100px !important;
    margin: 0 auto;
}

.logoAgenciaDetalle {
    max-width: 200px !important;
    max-height: 125px !important;
    margin: 0px 0px 15px 0px;
}

.container {
    width: auto;
    max-width: 1536px;
}

.pgl-megamenu ul.nav > li {
    float: right;
}

@media only screen and (max-width: 767px) {
    .tabbable.tab-product .nav-tabs > li {
        z-index: 1;
        margin-right: 15px;
    }

    .imgContainer {
        height: 138px;
    }
}

.list-product-shop > div {
    margin-bottom: 18px;
    box-shadow: 0 1px 3px #c2c5c5;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0 0 0;
}

.coin_vv {
    position: relative;
    display: inline-block;
    top: -.4rem;
    font-size: .65em;
}

.list-product-shop > div {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

    .list-product-shop > div.clasificado .pic {
        width: 330px;
    }

    .list-product-shop > div.clasificado .titulo {
        font-size: 2.1rem;
    }

        .list-product-shop > div.clasificado .titulo a {
            font-family: "Nunito",Helvetica,Arial,sans-serif;
            font-size: 22px;
            font-weight: 700;
        }

.precio {
    margin-top: 3px !important;
    font-weight: 700;
    font-size: 2.6rem;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    border-bottom: 0;
    position: relative;
    z-index: 9;
    color: #c72931;
}

.display-block {
    display: block;
}

.list-product-shop > div.clasificado .precio.precio-destacado {
    padding: 3px 10px 5px 10px;
    background-color: #c72931;
    color: #fff;
}

.list-product-shop > div.clasificado .listing_title {
    font-size: 1.3rem;
    color: #c72931;
    line-height: 1;
    font-weight: 700;
}

.list-product-shop > div.clasificado .listin__description {
    font-size: 1.6rem;
}

.list-product-shop > div.clasificado .precio small {
    font-weight: normal;
    color: #888888;
}

.list-product-shop > div.clasificado .precio.precio-destacado small {
    font-weight: normal;
    color: wheat;
}

.list-product-shop .detalle_clasificado {
    padding: 10px 0px 0px 0px;
    min-height: 200px;
}

.list-product-shop .product-primary .price-box {
    vertical-align: top;
}

.list-product-shop .detalle_dealer {
    min-height: 200px;
    border-left: 1px dotted #e1e1e1;
}

    .list-product-shop .detalle_dealer .logoAgencia {
    }

        .list-product-shop .detalle_dealer .logoAgencia > img {
            max-height: 73px;
        }

.menu-barras {
    display: inline-block !important;
}

    .menu-barras i {
        color: #ffffff;
        font-size: 32px;
    }

.toggle-menu {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .list-product-shop > div.clasificado .precio small {
        display: block;
    }

    #header-topbar .topbar-action > li.hidden-med {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #header-topbar .topbar-action > li.hidden-small {
        display: none;
    }

    .list-product-shop > div.clasificado {
        padding: 10px;
    }

    .list-product-shop .detalle_clasificado {
        padding: 0;
        min-height: initial;
    }

    .coin_vv {
        font-size: .55em;
    }

    .list-product-shop > div.clasificado .titulo {
        font-size: 1.9rem;
    }

    .list-product-shop > div.clasificado .precio {
        font-size: 1.8rem;
    }

        .list-product-shop > div.clasificado .precio small {
            display: block;
        }
}


.well-fancy {
    box-shadow: 0 1px 3px #c2c5c5;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    border-top: 2px solid #c72931;
    padding-top: 1px;
}

.well-fancy-top {
    border-top: 2px solid #c72931;
    border-bottom: none;
}

.paging .pagination li > a, .paging .pagination li > span {
    background-color: #fff;
}

    .paging .pagination li > a:hover, .paging .pagination li > span a:hover {
        color: #fff !important;
    }

.btn-vv {
    -moz-box-shadow: inset 0px 1px 0px 0px #e67a73;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e67a73;
    box-shadow: inset 0px 1px 0px 0px #e67a73;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
    background: -moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background: -webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background: -o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background: -ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background: linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
    background-color: #e4685d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #adadad;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
}

    .btn-vv:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
        background: -moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
        background: -webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
        background: -o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
        background: -ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
        background: linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
        background-color: #C72931;
        color: #333 !important;
    }

    .btn-vv:active {
        top: 1px;
    }


/*Galeria Pics — CSS Grid con grid-template-areas */
.mmy-gallery .gallery-module {
    display: grid;
    gap: 3px;
    overflow: hidden;
    max-width: 100%;
}

.mmy-gallery .gallery-module.gm-5 {
    grid-template-areas:
        "hero hero s1 s2"
        "hero hero s3 s4";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 380px;
}

.mmy-gallery .gallery-module.gm-4 {
    grid-template-areas:
        "hero hero s1 s2"
        "hero hero s3 s3";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 380px;
}

.mmy-gallery .gallery-module.gm-3 {
    grid-template-areas:
        "hero hero s1"
        "hero hero s2";
    grid-template-columns: 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 380px;
}

.mmy-gallery .gallery-module.gm-2 {
    grid-template-areas: "hero s1";
    grid-template-columns: 3fr 1fr;
    height: 340px;
}

.mmy-gallery .gallery-module.gm-1 {
    grid-template-areas: "hero";
    grid-template-columns: 1fr;
    height: 400px;
}

.mmy-gallery .gallery-module .gi-1 { grid-area: hero; }
.mmy-gallery .gallery-module .gi-2 { grid-area: s1; }
.mmy-gallery .gallery-module .gi-3 { grid-area: s2; }
.mmy-gallery .gallery-module .gi-4 { grid-area: s3; }
.mmy-gallery .gallery-module .gi-5 { grid-area: s4; }

.mmy-gallery .gallery-module .photo-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.non-img {
    background: white;
    box-shadow: inset 0px 0px 10px 1px rgba(51,51,51,.1);
}

.mmy-gallery .gallery-module .photo-wrapper.non-img:hover {
    background: none;
}

.mmy-gallery .pic-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: background .3s;
}

    .mmy-gallery .pic-overlay:hover {
        background: rgba(0,0,0,.15);
    }

.mmy-gallery .last-overlay {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.55);
    transition: background .3s;
    cursor: pointer;
}

    .mmy-gallery .last-overlay:hover {
        background: rgba(0,0,0,.7);
    }

.ad-everywhere > div {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media (max-width: 503px) {
    .modal {
        padding-right: 0 !important;
    }

    #header-topbar .topbar-action > li {
        padding: 6px 5px;
    }

        #header-topbar .topbar-action > li:last-child {
            padding: 6px 18px;
            text-align: center;
        }

    .mmy-gallery .gallery-module.gm-5,
    .mmy-gallery .gallery-module.gm-4 {
        grid-template-areas:
            "hero hero"
            "s1   s2"
            "s3   s4";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 55vw 28vw 28vw;
        height: auto;
    }

    .mmy-gallery .gallery-module.gm-3 {
        grid-template-areas:
            "hero hero"
            "s1   s2";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 55vw 28vw;
        height: auto;
    }

    .mmy-gallery .gallery-module.gm-2 {
        grid-template-areas:
            "hero"
            "s1";
        grid-template-columns: 1fr;
        grid-template-rows: 55vw 35vw;
        height: auto;
    }

    .mmy-gallery .gallery-module.gm-1 {
        height: 60vw;
    }
}

@media (min-width: 504px) and (max-width: 991px) {
    .mmy-gallery .gallery-module.gm-5,
    .mmy-gallery .gallery-module.gm-4,
    .mmy-gallery .gallery-module.gm-3 {
        height: 280px;
    }
}

.mmy-gallery .gallery-module .photo-wrapper > a:last-of-type {
    z-index: 9;
}

.mmy-gallery + cars-photo-lightbox div.photo-ad {
    min-height: 250px;
}

.bg-white {
    background-color: #ffffff;
}

.selectedItem {
    box-shadow: 0px 0px 0px 3px #FF5555;
}

.selectedItem2 {
    border: 3px solid #FF5555 !important;
}

.nameh2 {
    margin-bottom: .8rem;
    width: 100%;
    font-family: Effra;
    font-size: 2.1rem;
    color: #333;
    line-height: 1;
    text-align: left;
}

.priceh3 {
    display: inline-block;
    font-weight: 700;
    font-family: Effra;
    font-size: 2.4rem;
    color: #333;
    margin: 0 1rem 0 0;
    vertical-align: baseline;
    line-height: 1.5rem;
}

.priceh4 {
    display: inline-block;
    font-weight: 700;
    font-family: Effra;
    font-size: 1.8rem;
    color: #333;
    margin: 0 1rem 0 0;
    vertical-align: baseline;
    line-height: 1.5rem;
}

b, strong {
    font-family: "Nunito",Helvetica,Arial,sans-serif;
}

a:hover {
    color: #337ab7 !important;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}

.tabbable.tab-product .nav-tabs {
    z-index: 9999;
}

.accordion {
    margin-bottom: 40px;
    padding: 0;
}

    .accordion .panel {
        padding: 0;
        border-radius: 3px;
    }

        .accordion .panel .panel-heading {
            padding: 0;
            margin: 0;
            border-radius: 3px;
        }

            .accordion .panel .panel-heading a {
                padding: 7px 0 5px 20px;
                display: block;
                color: #4285f4;
            }

                .accordion .panel .panel-heading a .icon {
                    -webkit-transition: -webkit-transform 200ms ease-in-out;
                    -o-transition: transform 200ms ease-in-out,-o-transform 200ms ease-in-out;
                    transition: transform 200ms ease-in-out;
                    transition: transform 200ms ease-in-out,-webkit-transform 200ms ease-in-out,-o-transform 200ms ease-in-out;
                    font-size: 25px;
                    vertical-align: middle;
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    margin-right: 10px;
                }

                .accordion .panel .panel-heading a.collapsed {
                    color: #404040;
                }

                    .accordion .panel .panel-heading a.collapsed .icon {
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        -o-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                    }

        .accordion .panel .panel-collapse .panel-body {
            padding: 0 20px 20px;
            border-top: 0;
            line-height: 22px;
            border-radius: 0 0 3px 3px;
        }

.accordion-color .panel .panel-heading a, .accordion-color .panel .panel-heading a.collapsed {
    color: #fff;
}

.panel-default > .panel-heading {
    background: none;
}

.accordion .panel .panel-heading a {
    font-size: 18px;
}

    .accordion .panel .panel-heading a.collapsed {
        border: 0px;
    }

.mmyt-colors-section {
    max-width: 756px;
    margin: 0 auto;
}

@media (min-width: 504px) and (max-width:1023px) {
    .mmyt-colors-section {
        width: 100%;
    }
}

@media (max-width: 503px) {
    .mmyt-colors-section {
        width: 100%;
    }
}

.mmyt-colors-section .mmyt-category-header {
    text-align: left;
}

.mmyt-colors-section .mmyt-colors-category {
    margin: 0 0 1.6rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.mmyt-colors-section .mmyt-colors-body {
    margin: 0 auto;
}

    .mmyt-colors-section .mmyt-colors-body .mmyt-color-tile {
        vertical-align: top;
        display: inline-block;
        margin-bottom: 3.2rem;
        width: 115px;
    }

@media (min-width: 504px) and (max-width:1023px) {
    .mmyt-colors-section .mmyt-colors-body .mmyt-color-tile {
        width: 32%;
    }
}

@media (max-width: 503px) {
    .mmyt-colors-section .mmyt-colors-body .mmyt-color-tile {
        width: 32%;
    }
}

.mmyt-colors-section .mmyt-colors-body .mmyt-color-tile .mmyt-color-circle {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 20%;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
}

.mmyt-colors-section .mmyt-colors-body .mmyt-color-tile .mmyt-color-desc {
    font-size: 1.2rem;
    margin-top: .8rem;
    color: #666;
    text-align: center;
}

.mmyt-colors-section .view-options-section {
    margin: 0 auto;
    text-align: center;
    width: 100px;
}

    .mmyt-colors-section .view-options-section .view-options-link {
        min-width: 105px;
        color: #098ae4;
        cursor: pointer;
    }

        .mmyt-colors-section .view-options-section .view-options-link.chevron-up cui-icon[name=chevron] .icon-image {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .mmyt-colors-section .view-options-section .view-options-link:hover {
            color: #004d81;
        }

        .mmyt-colors-section .view-options-section .view-options-link .view-options-button {
            display: inline-block;
        }

.mmy-picker__title {
    font-size: 1.2rem;
    margin-bottom: 2.2rem;
    margin-top: .8rem;
    display: block;
    color: #666;
    text-align: center;
}

@media (min-width: 1171px) {
    .mmy-picker__title {
        position: absolute;
        margin: 0;
        text-align: left;
        max-width: 500px;
        bottom: 2rem;
    }
}

.shine:before {
    content: "";
    position: absolute;
    border-radius: 20%;
    width: 5.6rem;
    height: 5.6rem;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.contact-card .panel-card {
    font-size: 13px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px 15px;
    box-shadow: 0 0 0;
}

.contact-card .panel {
    background-color: transparent;
}

.contact-card .nav-tabs > li {
    width: 50%;
}

.contact-card .phone-tab {
    color: #c72931;
    font-size: 16px;
    font-weight: 700;
}

.contact-card .addt-title {
    border-bottom: 3px solid #ddd;
    margin: 0 5px 15px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

.tab-vv.nav-tabs {
    border-bottom: 3px solid #c72931;
}

.tab-vv > li {
    margin-bottom: -2px;
}

    .tab-vv > li > a {
        font-weight: bold;
        text-transform: uppercase;
        color: inherit;
    }

        .tab-vv > li > a:hover {
            color: rgba(0,0,0,0.5) !important;
            background-color: transparent;
            border: 1px solid transparent;
        }

    .tab-vv > li.active > a:hover {
        color: #fff !important;
    }

@media only screen and (max-width: 767px) {
    .tab-control-vv.tab-control:after {
        background: none;
    }
}


.tab-vv.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #c72931;
}

.bg-white {
    background-color: #fff !important;
}

.btn-vv2 {
    color: #fff !important;
    background-color: #c72931;
    border-color: #c72931;
    background-image: none !important;
}

    .btn-vv2:hover {
        background-color: #a52229;
    }

    .btn-vv2:active, .btn-vv2.selected {
        background-color: #9b353b;
        background-image: none;
        border-color: #417e26;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
    }

.border-lite {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.border-bottom-lite {
    border-bottom: 1px solid #ddd;
}

.g-recaptcha > div {
    margin: 4px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.text-black {
    color: #000000;
}

#pnl-resultados {
    position: relative;
}

.loading-section-parent {
    display: none;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    margin: auto;
    text-align: center;
    z-index: 999;
    opacity: .8;
}

#loading-section {
    margin: 0 70px 0 0;
}

    #loading-section img {
        margin-top: 110px;
    }

.hovercito {
    transition: box-shadow .25s;
    box-shadow: 0;
}

    .hovercito:hover {
        transition: box-shadow .25s;
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.block-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.product-block {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    position: relative;
    background-color: rgb(255, 255, 255);
    transition: box-shadow 0.25s;
    border-radius: 10px !important;
}

    .product-block a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .product-block .name {
        font-family: 'Nunito';
        margin: 10px;
        font-size: 1.1538em;
        font-weight: 400;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0px 0px -7px 0px;
        color: black;
        margin: 10px 0px 10px 10px;
        width: 90%;
    }

.error, .field-validation-error {
    color: #c72931;
}

.nopnop {
    opacity: 0.4;
    pointer-events: none;
}

.thumbLado {
    margin-right: 1.6rem;
    float: left;
}

.categorias {
    background-image: url(categorias.png);
    background-repeat: no-repeat;
    display: block;
}

.categorias-camion {
    background-image: url('/content/categorias/carga.png');
}

.categorias-convertible {
    background-image: url('/content/categorias/convertible.png');
    background-size: 80% auto;
    background-position: center 23%;
}

.categorias-coupe {
    background-image: url('/content/categorias/coupe.png');
    background-size: 80% auto;
    background-position: center 23%;
}

.categorias-minivan {
    background-image: url('/content/categorias/minivan.png');
}

.categorias-pickup, .categorias-pickup-4x4 {
    background-image: url('/content/categorias/pickup.png');
}

.categorias-sedan {
    background-image: url('/content/categorias/sedan.png');
    background-size: 80% auto;
    background-position: center 23%;
}

.categorias-suv, .categorias-suv-4x4 {
    background-image: url('/content/categorias/suv.png');
}

.categorias-hatch {
    background-image: url('/content/categorias/wagonhatch.png');
    background-size: 75% auto;
    background-position: center 45%;
}

/*Off-canvas*/
#off-canvas-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    background-color: #f8f8f8;
    padding-top: 15px;
}

#off-canvas-search, #on-canvas-results {
    vertical-align: top;
    height: 100%;
    min-height: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

@media(max-width: 767px) {
    /*Si la resolucion es mas pequena no anima la transiion por un tema de performance*/
    #off-canvas-search, #on-canvas-results {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#home-body {
    display: block;
    width: 100%;
    position: relative;
}

    #home-body .filter-body {
        padding: inherit;
    }

.panel-search {
    margin-top: 30px;
}

.panel-border {
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}

.search-heading {
    padding: 5px 15px;
    background: #333;
    background: -moz-linear-gradient(top, #333333 0%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#272727));
    background: -webkit-linear-gradient(top, #333333 0%,#272727 100%);
    background: -o-linear-gradient(top, #333333 0%,#272727 100%);
    background: -ms-linear-gradient(top, #333333 0%,#272727 100%);
    background: linear-gradient(top, #333333 0%,#272727 100%);
    z-index: 15000000;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 0;
    color: #fff;
    display: none;
}

    .search-heading h4 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .03em;
        line-height: 1;
        margin: 15px;
        color: #fff;
    }

        .search-heading h4 .fa {
            font-size: 18px;
        }

    .search-heading .close {
        margin-top: 3px;
        outline: none;
        border: 2px solid #fff !important;
        color: red;
    }

/*Se oculta en el MD*/
@media all and (max-width: 992px) {
    #home-body {
        display: block;
        width: 100%;
    }

    #off-canvas-search {
        background: #fff;
        padding-top: 0;
        padding-left: 0;
        margin: 0;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 100%;
        z-index: 10404043994949999;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 50px;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }

    .open-search #off-canvas-search {
        left: 100% !important;
    }

    .open-search-transform #off-canvas-search {
        transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
    }

    .open-search-transform #on-canvas-results {
        transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }

    #off-canvas-search .filter-body, #off-canvas-search .btn-panel {
        max-width: 512px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
    }

    .search-heading {
        display: block;
    }
}

.boxFilter {
    border: 0;
    border-radius: 0;
    padding: 0;
    border-top: 2px solid #333;
    color: #333;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 #fff inset;
    box-shadow: 0 1px 3px #c2c5c5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.margin-center {
    margin: 0 auto;
}

.sticky-content {
    margin-top: 5px;
}

.sticky-header {
    font-size: 23px;
    font-weight: bold;
    color: #333;
}

@media screen and (max-width: 415px) {
    .sticky-header {
        font-size: 18px;
    }

    .modal-dialog {
        margin: -8px;
        padding: 0px;
    }
}

.sticky-wrapper {
    visibility: hidden;
    height: 0px !important;
}



    .sticky-wrapper.is-sticky {
        visibility: visible;
    }

    .sticky-wrapper > div.mostrar {
        visibility: initial;
    }

    .sticky-wrapper.is-sticky > div {
        background-color: #ffffff;
        left: 0;
        -webkit-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        z-index: 9999 !important;
        max-width: 100%;
        -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.3);
        color: #333;
        display: block !important;
    }

        .sticky-wrapper.is-sticky > div.sticky-add-anuncio {
            left: inherit;
        }

        .sticky-wrapper.is-sticky > div h4 {
            color: #333;
        }

        .sticky-wrapper.is-sticky > div > h1, .sticky-wrapper.is-sticky > div > h2 {
            color: #333;
            font-size: 28px;
        }

.ul-listacw150 {
    -webkit-column-width: 142px;
    -moz-column-width: 142px;
    column-width: 142px;
    padding: 0px;
}

.ul-listacw255 {
    -webkit-column-width: 225px;
    -moz-column-width: 225px;
    column-width: 225px;
    padding: 0px;
}

    .ul-listacw255 li {
        margin-bottom: 5px;
    }

a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

    a:hover {
        color: #6b6b6b;
        text-decoration: underline;
    }

.linkCategoria {
    position: relative;
}

    .linkCategoria:hover {
        text-decoration: none;
    }

.badge-stats {
    font-size: 12px;
    color: #848484;
}
/*SWITCH*/

.switch-container {
    padding: 5px 5px 5px 10px;
    line-height: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .switch-container + .switch-container {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    }

.switch {
    position: relative;
    float: right;
    line-height: 35px;
    width: 160px;
    overflow: hidden;
    background: #4b4b4b;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #4b4b4b, #494949 50%, #505050 51%, #5b5b5b);
    background-image: -moz-linear-gradient(top, #4b4b4b, #494949 50%, #505050 51%, #5b5b5b);
    background-image: -o-linear-gradient(top, #4b4b4b, #494949 50%, #505050 51%, #5b5b5b);
    background-image: linear-gradient(to bottom, #4b4b4b, #494949 50%, #505050 51%, #5b5b5b);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
    float: left;
    width: 79px;
    font-size: 12px;
    color: #fafafa;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
    text-align: center;
    text-transform: uppercase;
}

.switch-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    background: #c8c8c8;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #d2d2d2, #888888);
    background-image: -moz-linear-gradient(top, #d2d2d2, #888888);
    background-image: -o-linear-gradient(top, #d2d2d2, #888888);
    background-image: linear-gradient(to bottom, #d2d2d2, #888888);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-input {
    display: none;
}

    .switch-input:checked + .switch {
        background: #c72931; /* Old browsers */
        background: -moz-linear-gradient(top, #c72931 0%, #960002 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c72931 0%,#960002 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c72931 0%,#960002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72931', endColorstr='#960002',GradientType=0 ); /* IE6-9 */
    }

        .switch-input:checked + .switch .switch-handle {
            left: 78px;
        }


/*HEADER PRINCIPAL PROMO*/
.herogrey {
    background-color: #333;
    box-shadow: 0 11px 20px #c2c5c5;
}

.hero {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    max-width: 1920px;
    padding-bottom: 35%;
    color: #fff;
    position: relative;
    margin: 0 auto;
    font-size: 0;
}

    .hero:before {
        content: '';
        display: block;
        background: rgba(0,0,0,.25);
        height: 100%;
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .hero .promo-copy {
        font-family: Effra Bold,Effra,Helvetica Neue,HelveticaNeue,Helvetica-Neue,sans-serif;
        position: absolute;
        left: 0;
        right: 0;
        padding: 10px 16px 70px;
        color: #fff;
        z-index: 1;
        font-weight: 700;
        font-size: 5.2rem;
        line-height: 72px;
        text-shadow: 1px 1px 1px #000;
    }

    .hero cars-hero-ad cars-ad {
        position: absolute;
    }

.hero-wrap {
    position: relative;
}

    .hero-wrap .scrolldown-tag {
        background: rgba(0,0,0,.2);
        width: 116px;
        height: 55px;
        border-radius: 100px 100px 0 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        cursor: pointer;
        text-align: center;
    }

        .hero-wrap .scrolldown-tag svg {
            width: 30px;
            height: 30px;
            margin-top: 14px;
            fill: #fff;
        }

@media (min-width: 504px) and (max-width:1023px) {
    .hero .promo-copy {
        font-size: 3.2rem;
        line-height: 42px;
        padding: 1px 10px 25px;
    }
}

@media (max-width: 503px) {
    .hero {
        padding-bottom: 66%;
    }

        .hero .promo-copy {
            font-size: 2.2rem;
            line-height: 32px;
            padding: 1px 10px 25px;
        }
}

@media (min-width: 1143px) {
    .hero {
        padding-bottom: 0;
        height: 400px;
    }
}

@media all and (min-width: 1200px) {
    .hero .promo-copy {
        position: relative;
    }
}

.hero-ad-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 16px;
}

    .hero-ad-container div.container {
        position: relative;
    }

        .hero-ad-container div.container .hero-ad-text {
            position: absolute;
            display: block;
            bottom: 40px;
            right: 0;
            padding: 10px;
            text-align: right;
            color: #fff;
            background-color: rgba(0,0,0,.7);
        }

@media (max-width: 503px) {
    .hero-ad-container div.container .hero-ad-text {
        bottom: 0;
    }
}

.hero-ad-container div.container .hero-ad-text > a {
    display: block;
    color: #fff;
    text-decoration: none;
}

    .hero-ad-container div.container .hero-ad-text > a:hover .cta, .hero-ad-container div.container .hero-ad-text > a:hover .cta.second-line, .hero-ad-container div.container .hero-ad-text > a:hover svg.icon-image {
        text-decoration: underline;
    }

    .hero-ad-container div.container .hero-ad-text > a cui-icon[name=chevron] {
        position: relative;
        top: .1rem;
    }

        .hero-ad-container div.container .hero-ad-text > a cui-icon[name=chevron] svg.icon-image {
            width: .8rem;
            height: .8rem;
            padding: 0 0 0 .4rem;
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            stroke: #fff;
            stroke-width: .3rem;
            stroke-linecap: butt;
            stroke-linejoin: miter;
        }

    .hero-ad-container div.container .hero-ad-text > a cui-icon[name=exit] {
        position: relative;
        top: -.3rem;
    }

        .hero-ad-container div.container .hero-ad-text > a cui-icon[name=exit] svg.icon-image {
            width: 1.4rem;
            height: 1.4rem;
            padding: 0 0 0 .4rem;
        }

    .hero-ad-container div.container .hero-ad-text > a cars-star-rating + cui-icon[name=chevron] {
        top: -.1rem;
    }

.hero-ad-container div.container .hero-ad-text .second-line, .hero-ad-container div.container .hero-ad-text h4, .hero-ad-container div.container .hero-ad-text p {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    line-height: 2rem;
    text-align: right;
}

    .hero-ad-container div.container .hero-ad-text h4 cui-icon {
        display: none;
    }

@media (max-width: 503px) {
    .hero-ad-container div.container .hero-ad-text h4 cui-icon {
        display: inline;
    }
}

.hero-ad-container div.container .hero-ad-text small {
    font-size: 1.2rem;
    line-height: normal;
}

.hero-ad-container div.container .hero-ad-text .second-line .star-text {
    color: #fff;
}

@media (max-width: 503px) {
    .hero-ad-container div.container .hero-ad-text .second-line {
        display: none;
    }
}

/***--------*/
.main-buscador {
    margin: 30px 0 30px 0;
    position: relative;
    background-image: -webkit-linear-gradient(276deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 30%,hsla(0,0%,70%,.5) 70%,#f2f2f2 0,#f2f2f2);
    background-image: linear-gradient(186deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 30%,hsla(0,0%,70%,.5) 70%,#f2f2f2 0,#f2f2f2);
    background-position: 50%;
    background-repeat: no-repeat;
}

.main-vehiventa-form {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 17px 20px;
    border-top: 15px solid #c72931;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 10px;
}

    .main-vehiventa-form h3 {
        color: white !important;
    }

    .main-vehiventa-form h5 {
        color: white !important;
    }

    .main-vehiventa-form .switch {
    }

.main-vehiventa-form-2 {
    background-color: #c72931;
    color: white;
    padding: 17px 20px;
    border-radius: 10px;
}

    .main-vehiventa-form-2 h2 {
        color: #d2bebe !important;
    }

    .main-vehiventa-form-2 h3 {
        color: white !important;
    }

    .main-vehiventa-form-2 h5 {
        color: white !important;
    }

.media-count {
    font-family: 'Nunito';
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 3px;
    height: auto;
    padding: 2px 12px 2px 0px;
    text-shadow: 0px 1px 0px #000000;
    display: block;
    z-index: 1;
    font-size: 1.4rem;
}

.media-count-top {
    font-family: 'Nunito';
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 2px 12px 2px 0px;
    text-shadow: 0px 1px 0px #000000;
    display: block;
    z-index: 1;
    font-size: 1.4rem;
}

.shadowed {
    background: rgba(0,0,0,0.5);
}

    .shadowed > a {
        color: white;
    }

.picBusqueda {
    padding: 0;
}

    .picBusqueda > .row_foto {
        overflow: hidden;
        position: relative;
        display: block;
    }

        .picBusqueda > .row_foto:before {
            display: inline-block;
            vertical-align: middle;
            content: "";
            padding-top: 44%;
            padding-top: 200px;
        }

    .picBusqueda .row_foto > img {
        display: inline-block;
        vertical-align: middle;
        width: 101%;
        padding-left: 98%;
        margin: -100%;
        box-sizing: content-box;
    }

@media (max-width: 503px) {
    .picBusqueda > .row_foto:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        padding-top: 44%;
        padding-top: 120px;
    }
}

.footer-content {
    border-top: 3px solid #c72931;
    background-color: #313131;
    color: #bdbdbd;
}

    .footer-content a, .footer-content .widget ul li a, .footer-content h3 {
        color: #fff;
    }

.bottom-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.vv_bottom_line {
    border-bottom: 2px solid #c72931;
}

.patrocinado {
    margin-right: 5px;
    color: #fff;
}

a, label {
    font-family: 'Nunito', sans-serif;
}

@media (max-width: 503px) {
    .bigNewTitle a {
        font-size: 2.5rem;
    }

    .breadcrumbs li span {
        font-size: 17px;
    }

    a, label {
        font-size: 17px;
    }

    #pnlCaracts a, #pnlCaracts label {
        font-size: 12px;
    }

    ul li {
        font-size: 12px;
    }

    .listing_title, .listing__description {
        font-size: 12px !important;
    }

    .media-count {
        padding: 0.3rem;
    }

        .media-count a {
            font-size: 14px;
        }
}

.top-line {
    margin-top: 5px;
    border-top: 1px solid #e1e1e1;
}

.ul-18 {
    padding-left: 18px;
}

.destacado-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffc4+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffc4 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffc4 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffc4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.destacado {
    position: absolute;
    right: -17px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY1IDY1IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwb2x5Z29uIGZpbGw9IiNGMTc4NkIiIHBvaW50cz0iNDIuNyw2NC41IDMyLjUsNTggMjIuMyw2NC41IDIyLjMsNDIuNiA0Mi43LDQyLjYgICIvPjxjaXJjbGUgY3g9IjMyLjUiIGN5PSIyMy43IiBmaWxsPSIjRkJEOTg0IiByPSIyMy4yIi8+PGNpcmNsZSBjeD0iMzIuNSIgY3k9IjIzLjciIGZpbGw9IiNGREM3N0MiIHI9IjE5Ii8+PGNpcmNsZSBjeD0iMzIuNSIgY3k9IjIzLjciIGZpbGw9IiNGQkQ5ODQiIHI9IjE0LjQiLz48cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjMyLjUsOS45IDM1LjYsMTkuMyA0NS41LDE5LjMgMzcuNSwyNS4yIDQwLjUsMzQuNiAzMi41LDI4LjggMjQuNSwzNC42IDI3LjUsMjUuMiAxOS41LDE5LjMgICAgMjkuNCwxOS4zICAiLz48L2c+PC9zdmc+);
    width: 48px;
    height: 48px;
    display: block;
    z-index: 90;
}

.pgl-megamenu .megamenu > li:last-child > a {
    padding-right: 18px;
}


.div-left {
    border-left: 1px dotted #e1e1e1;
}

.bg-car-lists {
    position: relative;
    background-color: #fff;
    z-index: 10;
    display: block;
    background-color: #C72931;
    background-image: -webkit-linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    background-image: -o-linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    background-image: linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0682D9',endColorstr='#3F959C',GradientType=1);
    color: #fff;
}

@keyframes pulseLight {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(.97);
    }

    to {
        transform: scale(1);
    }
}

.particleImage {
    background-position: 0 0;
    width: 380px;
    height: 335px;
    right: -10px;
    bottom: 190px;
    background-size: 500px auto;
}


    .particleImage h3 {
        margin-right: 15px;
        float: right;
        right: 0;
        text-decoration: none;
        color: #d0b2b2;
    }


.particleImageLeft {
    right: 0;
    left: -120px;
    width: 500px;
    text-decoration: none;
}

    .particleImageLeft h3 {
        float: none;
        margin-left: 130px;
    }


.particleImage {
    z-index: 9999;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
    filter: alpha(opacity=9);
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;*/
}

    .particleImage:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-animation-name: pulseLight;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: pulseLight;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: infinite;
        -o-animation-name: pulseLight;
        -o-animation-duration: 3s;
        -o-animation-iteration-count: infinite;
        animation-name: pulseLight;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@media(max-width: 1200px) {
    .particleImage {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -khtml-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }
}

@media(max-width: 991px) {
    .particleImage {
        display: none;
    }
}

.patrocinado-tag {
    position: absolute;
    right: -4px;
    bottom: 6px;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
    -moz-box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
    box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
    background: rgba(0,0,0,0.2); /* #161616 */
    padding: 10px 25px;
}

.bg-rainbow {
    border-top: 5px solid #DBDBDB;
    position: relative;
    background-color: #fff;
    z-index: 10;
    display: block;
    background-image: -webkit-linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    background-image: -o-linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    background-image: linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0682D9',endColorstr='#3F959C',GradientType=1);
    color: #fff;
}

.priceTag {
    margin-top: 3px !important;
    background-color: #c72931;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 4px 0px 5px;
    text-decoration: none;
    border-bottom: 0;
    position: relative;
    z-index: 9;
    left: 10px;
    font-size: 17px;
}

.p-section-equal {
    padding-bottom: 40px !important;
    padding-top: 50px !important;
    margin: 0 !important;
}

.btn-wlink,
.btn-wlink:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .btn-wlink:hover,
    .btn-wlink:active,
    .btn-wlink.active {
        color: #bbbbbb !important;
        text-decoration: none !important;
        border-bottom-color: #186a80 !important;
    }


.btn-link,
.btn-link:focus {
    color: #2696b3;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .btn-link:hover,
    .btn-link:active,
    .btn-link.active {
        color: #186a80;
        text-decoration: none;
        border-bottom-color: #186a80;
    }

.btn-sublink,
.btn-sublink:focus {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

    .btn-sublink:hover,
    .btn-sublink:active,
    .btn-sublink.active {
        color: #2696b3;
        text-decoration: none;
        border-bottom-color: #2696b3;
    }

.btn-textlink,
.btn-textlink:focus {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
}

    .btn-textlink:hover,
    .btn-textlink:active,
    .btn-textlink.active {
        color: #c72931;
        text-decoration: none;
        border-color: #c72931;
    }

.btn-primlink,
.btn-primlink:focus {
    color: #c72931;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .btn-primlink:hover,
    .btn-primlink:active,
    .btn-primlink.active {
        color: #a22026;
        text-decoration: none;
        border-bottom-color: #a22026;
    }

.dealer-name {
    font-size: 10px;
    line-height: 1.8;
    display: block;
    word-wrap: break-word;
}

.mega-dropdown-inner .dealer-name2 a {
    color: white;
}

.dealer-name {
    font-size: 14px;
    line-height: 1.8;
    display: block;
    word-wrap: break-word;
}

    .dealer-name:hover {
        border-bottom: 0;
    }

@media(max-width: 1230px) {
    .dealer-name {
        font-size: 13px;
        line-height: 1.2;
    }
}

@media(max-width: 1181px) {
    .dealer-name {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media(max-width: 990px) {
    .dealer-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 370px) {
    .dealer-name {
        padding-top: 2%;
        margin-bottom: 0;
        font-size: 12px;
    }
}

.filter-header:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.filter-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.btn-panel {
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    border: 0;
    border-radius: 0;
    color: #333;
    font-weight: 700 !important;
    padding: 8px 8px;
    text-transform: uppercase;
    background: transparent;
    letter-spacing: .05em;
    border: 0;
}

.vehicle-callout-section-g {
    background-color: rgba(89, 89, 89, 0.5);
    text-align: center;
    padding: 2px 0;
    right: -1px;
    bottom: 0;
    position: absolute;
    width: 101%;
}

    .vehicle-callout-section-g a {
        color: #fff;
    }

.vehicle-callout-section {
    background-color: rgba(51, 51, 51, 0.5);
    padding: 3px 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    width: 100.5%;
    color: #fff;
}

.callout-more-details {
    /* background: #333333; */
    background: transparent;
    border-left-color: #000000;
    font-size: 13px;
    margin: 0;
    color: #fff;
    text-align: center;
}

    .callout-more-details:hover, .callout-more-details:visited, .callout-more-details:focus {
        color: #fff;
        text-decoration: none;
    }

.border-right-lite {
    border-right: 1px dotted #e1e1e1;
}


.style {
    display: table;
    width: 100%;
}

.style-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.form-inline-width {
    width: 170px;
    display: inline-block;
}

#Pnl-Orden {
    display: block;
    margin-bottom: 15px;
}

    #Pnl-Orden .resultados {
        font-size: 20px;
        font-family: 'Nunito', sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: 700;
    }

.form-inline-width {
    width: 170px;
    display: inline-block;
}

#Pnl-Orden .form-group {
    margin-bottom: 8px;
}

#Pnl-Orden .style-tablecell:nth-of-type(2) {
    min-width: 137px;
}

.sortSelect {
    min-width: 183px;
}

.sortSpan {
    margin-top: 8px;
}

.currentVv {
    background: none repeat scroll 0 0 #c72931;
    border-radius: 5px;
    color: #fff;
    padding: 1px 4px 2px 4px;
}

    .currentVv .badge-stats {
        color: #fff;
    }

    .currentVv:hover {
        color: #fff !important;
        cursor: pointer;
        text-decoration: none;
    }

.btn-vv2:hover {
    color: #fff !important;
}

.mt-header {
    margin-top: -15px;
}

.destacadoBanner {
    background-color: rgb(199, 41, 49);
    color: rgb(255, 255, 255);
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px;
    text-decoration: none;
    position: absolute;
    z-index: 9;
    left: 5px;
    top: 3px;
    margin-top: 3px;
    border-radius: 4px;
    padding: 0px 4px 0px 5px;
    border-bottom: 0px;
}

    .destacadoBanner .fa {
        color: #FBD984;
    }

.morphext > .animated {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: initial;
    }

    .ad-everywhere {
        margin-top: 0 !important;
    }

        .ad-everywhere > div {
            margin-top: 20px !important;
            margin-bottom: 10px !important;
        }

    #pgl-header .header-content .logo {
        margin-top: 10px 0;
    }
}

button.close span {
    font-size: 2rem;
}

.close {
    outline: none;
    outline: 0;
    outline-offset: -2px;
    font-size: 16px;
    line-height: 1.9em;
    background-color: transparent;
    border: 2px solid #333 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #333;
    width: 1.95em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: 0 0 0 transparent;
    margin: 15px;
}

    .close.modalclosebtn {
        position: absolute;
        color: white;
        right: 0;
        top: 15px;
        border: 2px solid #C72931 !important;
    }

.field-val {
    position: relative;
}

.noty_theme__nest.noty_type__error {
    background-color: #a555ca;
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

.input-validation-error, .input-validation-error ~ .select2 .selection .select2-selection {
    box-shadow: inset 0px 0px 1px 1px red !important;
}

.field-validation-error {
    top: 10px;
    right: 2px;
    font-size: 11px;
    background: #a555ca;
    border: 1px solid #a555ca;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 5px 10px;
    color: #FFFFFF;
    padding: 1px 10px 1px 10px;
    position: absolute;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    border-radius: 30px;
}

    .field-validation-error:before {
        bottom: 82%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
#pnlFiltro {
    padding: 5px 22px 15px 15px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    border: 1px solid #d9d9d9;
}

.noPremiumAvailable {
    pointer-events: none;
}

    .noPremiumAvailable .MessageOverlay {
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        .noPremiumAvailable .MessageOverlay h2 {
            color: #fff;
            text-align: center;
            margin-top: 45%;
        }

        .noPremiumAvailable .MessageOverlay h4 {
            color: #fff;
            text-align: center;
        }

.theme-krajee-fa .caption {
    display: block;
}

/*OVERLAY PARA FOTOS*/
.overlay-vv {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    overflow-y: scroll;
}

.overlay-vv-content div.header {
    height: 10rem;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 1rem;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.overlay-vv-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: 20px;
}

    .overlay-vv-content img {
        width: 90%;
    }

.overlay-vv a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay-vv a:hover, .overlay-vv a:focus {
        color: #f1f1f1;
    }

.overlay-vv .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay-vv {
        overflow-y: auto;
    }

        .overlay-vv a {
            font-size: 20px;
        }

        .overlay-vv .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}

.row-divider {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    padding: 0 1rem;
    border-bottom: 1px solid #ddd;
}


/*Inputs styles*/

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 150%;
}

.input__field, textarea {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #c72931;
    font-size: 150%;
}

.input--vehiventa {
    padding-top: 1em;
    padding-bottom: 8px;
}

.input__field--vehiventa {
    width: 100%;
    padding: 0.8em 0.5em;
    background: transparent;
    border: 2px solid #d2d6de;
    color: #b5b5b5;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.input__label--vehiventa {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
}

.input__label-content--vehiventa {
    padding: 0 1em;
    font-weight: 400;
    color: #333;
}

    .input__label-content--vehiventa::after {
        content: attr(data-content);
        position: absolute;
        top: -200%;
        left: 0;
        color: #333;
        font-weight: 800;
    }

.input__field--vehiventa:focus,
.input--filled .input__field--vehiventa {
    border-color: #da6484;
}

    .input__field--vehiventa:focus + .input__label--vehiventa,
    .input--filled .input__label--vehiventa {
        -webkit-animation: anim-vehiventa-1 0.25s forwards;
        animation: anim-vehiventa-1 0.25s forwards;
    }

        .input__field--vehiventa:focus + .input__label--vehiventa .input__label-content--vehiventa,
        .input--filled .input__label-content--vehiventa {
            -webkit-animation: anim-vehiventa-2 0.25s forwards ease-in;
            animation: anim-vehiventa-2 0.25s forwards ease-in;
        }

@-webkit-keyframes anim-vehiventa-1 {
    0%, 70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    71%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes anim-vehiventa-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    70%, 71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

@keyframes anim-vehiventa-1 {
    0%, 70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    71%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-vehiventa-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    70%, 71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

.btn {
    white-space: normal;
    box-shadow: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-family: 'Nunito', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    border-radius: 10px;
}

.panel-footer {
    border-bottom: 3px solid #c72931;
    background-color: #313131;
    color: #bdbdbd;
}


#pgl-header {
    z-index: 99999;
}

#header-topbar {
    width: 100%;
    height: 64px;
    position: fixed;
    background-color: #333;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

    #header-topbar .logo {
        max-width: 350px;
    }

#pgl-header .header-mainmenu {
    margin-top: 63px;
}


/*waves*/
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0,0,0,0.2);
        transition: all 0.7s ease-out;
        transition-property: transform, opacity;
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255,255,255,0.45);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244,67,54,0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255,235,59,0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255,152,0,0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156,39,176,0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76,175,80,0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0,150,136,0.7);
    }

    .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
        border: 0;
        font-style: normal;
        font-size: inherit;
        text-transform: inherit;
        background: none;
    }

.waves-notransition {
    transition: none !important;
}

.waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}

a.waves-effect .waves-ripple {
    z-index: -1;
}

.topbar-action li {
    text-transform: uppercase;
}

#header-topbar .topbar-action > li:after {
    content: initial;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #b2b2b2;*/
    /*font-size: 12px;*/
}

.select2-container--default .select2-selection--single, #publicar .form-control, #publicar select {
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    height: 37px;
    line-height: 33px;
    box-shadow: none;
    width: 100%;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 40px;
        color: #B00E0D;
        font-size: 1.3em;
        padding: 4px 12px;
        height: 37px;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #B00E0D transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f6f6;
    color: #c72931;
    font-weight: bold;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 37px;
    line-height: 24px;
    outline: none;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

#publicar, #publicar h2, #publicar h3 {
    font-family: 'Nunito';
}

    #publicar h2, #publicar h3, #publicar .text-bg {
        color: #f1f1f1;
    }

    #publicar h4 {
    }

    #publicar h2, #publicar h3 {
        text-shadow: 1px 1px 1px #000;
    }

    #publicar h5 {
        color: #111820;
        margin-bottom: 0;
    }

    #publicar .nice-select {
        line-height: 33px;
        border: none;
        border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    }

        #publicar .nice-select:after {
            border-bottom: 2px solid #B00E0D;
            border-right: 2px solid #B00E0D;
        }

        #publicar .nice-select:hover:after {
            animation: bounce 3s infinite;
            -webkit-animation: bounce 3s infinite;
            -moz-animation: bounce 3s infinite;
            -o-animation: bounce 3s infinite;
        }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-7px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-15px);
    }

    60% {
        -moz-transform: translateY(-7px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-15px);
    }

    60% {
        -o-transform: translateY(-7px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-7px);
    }
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

    .nice-select.disabled:after {
        border-color: #cccccc;
    }

select.wide {
    opacity: 0;
    position: absolute;
    top: 0px;
}

.nice-select.wide {
    width: 100%;
}

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

.nice-select.right {
    float: right;
}

    .nice-select.right .list {
        left: auto;
        right: 0;
    }

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

    .nice-select.small:after {
        height: 4px;
        width: 4px;
    }

    .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }

.nice-select .list {
    min-width: 77px;
    max-height: 300px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9999;
}

    .nice-select .list:hover .option:not(:hover,.disabled) {
        background-color: transparent !important;
    }

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #f6f6f6;
    }

    .nice-select .option.selected {
        font-weight: bold;
        color: #c72931;
    }

    .nice-select .option.disabled {
        background-color: #EBEBE4;
        color: #999;
        cursor: default;
    }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(199, 41, 49,0.5);
    background-color: rgba(199, 41, 49,0.5);
}

.pnl-marcas-fast {
    overflow: auto;
    padding: 0px;
}


.card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: .33333rem 0 .66667rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card {
    position: relative;
    margin: .33333rem 0 .66667rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 10px;
}

    .card .card-title {
        color: #333333;
        font-size: 24px;
        font-weight: 300;
    }

        .card .card-title.activator {
            cursor: pointer;
        }

    .card.small, .card.medium, .card.large {
        position: relative;
    }

        .card.small .card-image, .card.medium .card-image, .card.large .card-image {
            max-height: 60%;
            overflow: hidden;
        }

        .card.small .card-content, .card.medium .card-content, .card.large .card-content {
            max-height: 40%;
            overflow: hidden;
        }

        .card.small .card-action, .card.medium .card-action, .card.large .card-action {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background-color: inherit;
        }

    .card.small {
        height: 300px;
    }

    .card.medium {
        height: 400px;
    }

    .card.large {
        height: 500px;
    }

    .card .card-image {
        position: relative;
    }

        .card .card-image img {
            display: block;
            border-radius: 2px 2px 0 0;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
        }

        .card .card-image .card-title {
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px;
        }

    .card .card-content {
        padding: 20px;
        border-radius: 0 0 2px 2px;
    }

        .card .card-content p {
            margin: 0;
            color: inherit;
        }

        .card .card-content .card-title {
            line-height: 48px;
        }

    .card .card-action {
        border-bottom: 1px solid #e6e6e6;
    }

        .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
            margin-right: 20px;
            transition: color .3s ease;
            text-transform: uppercase;
        }

            .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
                color: #ffd8a6;
            }

    .card .card-reveal {
        padding: 20px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        top: 100%;
        height: 100%;
        z-index: 1;
        display: none;
    }

        .card .card-reveal .card-title {
            cursor: pointer;
            display: block;
        }

.relative {
    position: relative;
}

.collection {
    margin: .33333rem 0 .66667rem 0;
    overflow: hidden;
    position: relative;
}

    .collection .collection-item {
        color: rgba(0, 0, 0, 1);
    }

    .collection p {
        margin: 0;
    }

    .collection .collection-item.avatar {
        min-height: 84px;
        padding-left: 72px;
        position: relative;
    }

        .collection .collection-item.avatar .circle {
            position: absolute;
            width: 42px;
            height: 42px;
            overflow: hidden;
            left: 15px;
            display: inline-block;
            vertical-align: middle;
        }

        .collection .collection-item.avatar i.circle {
            font-size: 18px;
            line-height: 42px;
            color: #fff;
            background-color: #999;
            text-align: center;
        }

        .collection .collection-item.avatar .title {
            font-size: 16px;
        }

        .collection .collection-item.avatar p {
            margin: 0;
        }

        .collection .collection-item.avatar .secondary-content {
            position: absolute;
            top: 16px;
            right: 16px;
        }

    .collection .collection-item:last-child {
        border-bottom: none;
    }

    .collection .collection-item.active {
        background-color: #26a69a;
        color: #eafaf9;
    }

        .collection .collection-item.active .secondary-content {
            color: #fff;
        }

    .collection a.collection-item {
        display: block;
        transition: .25s;
        color: #26a69a;
    }

        .collection a.collection-item:not(.active):hover {
            background-color: #ddd;
        }

    .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }

    .collection.with-header .collection-item {
        padding-left: 30px;
    }

        .collection.with-header .collection-item.avatar {
            padding-left: 72px;
        }

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

    .nav-collapse li.big {
        font-size: 18px;
        padding: 1px 0;
    }

    .nav-collapse li.face {
        padding: 7px 0;
    }

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
    color: #fff;
    /*position: fixed;*/
    background: #333;
    background: -moz-linear-gradient(top, #333333 0%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#272727));
    background: -webkit-linear-gradient(top, #333333 0%,#272727 100%);
    background: -o-linear-gradient(top, #333333 0%,#272727 100%);
    background: -ms-linear-gradient(top, #333333 0%,#272727 100%);
    background: linear-gradient(top, #333333 0%,#272727 100%);
    z-index: 15000000;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.logo {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    font-weight: bold;
    line-height: 55px;
    padding: 0 20px;
    color: #fff;
    float: left;
    top: 4px;
    position: relative;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nav-collapse,
    .nav-collapse ul {
        list-style: none;
        width: 100%;
        float: left;
    }

@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 40em) {
    .nav-collapse li {
        padding: 7px 20px;
        display: inline-block;
        position: relative;
        width: auto;
    }
}

.nav-collapse a {
    margin-top: 8px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    color: #fff;
    width: 100%;
    float: left;
}

    .nav-collapse a:active,
    .nav-collapse .active a {
        background: #b73214;
    }

@media screen and (min-width: 40em) {
    .nav-collapse a {
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}

.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}

@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url("../fonts/responsivenav.eot");
    src: url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"), url("../fonts/responsivenav.ttf") format("truetype"), url("../fonts/responsivenav.woff") format("woff"), url("../fonts/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}

    .nav-toggle:before {
        color: #fff; /* Edit this to change the icon color */
        font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
        text-transform: none;
        text-align: center;
        position: absolute;
        content: "\2261"; /* Hamburger icon */
        text-indent: 0;
        speak: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .nav-toggle.active:before {
        font-size: 24px;
        content: "\78"; /* Close icon */
    }

.user-nav li.user-account {
    font-size: 0;
    position: relative;
    margin: 0 1rem;
}

    .user-nav li.user-account .dropdown-button {
        display: inline-block;
        background: none transparent;
        margin: 0;
        padding: 0;
        box-shadow: none;
        white-space: nowrap;
    }

        .user-nav li.user-account .dropdown-button:hover {
            background: none transparent;
        }

        .user-nav li.user-account .dropdown-button i {
            display: inline-block;
            line-height: 2.5rem;
            font-size: 1.5rem;
            float: right;
            margin-left: .5rem;
        }

            .user-nav li.user-account .dropdown-button i.up {
                display: none;
            }

        .user-nav li.user-account .dropdown-button.active i.down {
            display: none;
        }

        .user-nav li.user-account .dropdown-button.active i.up {
            display: block !important;
        }

    .user-nav li.user-account .img {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        overflow: hidden;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        border: 2px solid #fff;
        float: left;
        background: #00A6A2;
        color: #fff;
        font-size: 1rem;
        letter-spacing: .5px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

        .user-nav li.user-account .img img {
            width: 100%;
            height: auto;
        }

.uk-offcanvas-bar {
    margin-top: 64px;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    margin-top: 64px;
}

@media only screen and (max-width: 767px) {
    #header-topbar {
        padding-top: 12px;
    }

        #header-topbar .logo {
            max-width: 240px;
            top: 0px;
            padding-left: 5px;
        }
}


/*CHAT*/
.chat {
    width: 320px;
    bottom: 0px;
    display: block;
    position: fixed;
    z-index: 15;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.27), 0px 2px 4px 0px rgba(0,0,0,0.24);
    right: 73px;
    z-index: 999999;
}

@media only screen and (max-width: 768px) {
    .chat-backdrop { /*modal-backdrop fade in*/
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        background-color: #000;
    }

    .chat {
        width: 100%;
        right: 0;
    }
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body, .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #fff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #fff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

                .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #fff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #fff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay, .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark, .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}

[data-chat='maximizar'] {
    cursor: pointer;
}

.box-header {
    color: #f3f3f3;
    display: block;
    padding: 10px;
    position: relative;
    background: -moz-linear-gradient(top, #333333 0%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#272727));
    background: -webkit-linear-gradient(top, #333333 0%,#272727 100%);
    background: -o-linear-gradient(top, #333333 0%,#272727 100%);
    background: -ms-linear-gradient(top, #333333 0%,#272727 100%);
    background: linear-gradient(top, #333333 0%,#272727 100%);
    z-index: 15000000;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    min-height: 110px;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-title-margin {
    bottom: 9px;
    position: absolute;
    left: 119px;
}

.box-subtitle {
    padding-top: 3px;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    color: #f3f3f3;
}

.box-subago {
    padding-top: 3px;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    color: #f3f3f3;
}

.box-img {
    bottom: 9px;
    position: absolute;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    /*display: inline-block;*/
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #f3f3f3;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool, .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

    .direct-chat-msg:before, .direct-chat-msg:after {
        content: " ";
        display: table;
    }

    .direct-chat-msg:after {
        clear: both;
    }

.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

    .direct-chat-text:after, .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

    .contacts-list > li:before, .contacts-list > li:after {
        content: " ";
        display: table;
    }

    .contacts-list > li:after {
        clear: both;
    }

    .contacts-list > li:last-of-type {
        border-bottom: none;
    }

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name, .contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

    .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
        border-left-color: #dd4b39;
    }

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

    .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: #3c8dbc;
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

    .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #f39c12;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}

    .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #00c0ef;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}

    .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #00a65a;
    }

.chat.minimize .direct-chat .box-body {
    display: none;
}

.chat.minimize .direct-chat .box-footer {
    display: none;
}

.chat.minimize .box-subtitle, .chat.minimize .box-subago {
    display: none;
}

.chat.minimize .box-img img {
    width: 45px;
}

.chat.minimize .box-title-margin {
    left: 65px;
    bottom: inherit;
    width: 140px;
}

.chat.minimize .box-title {
    font-size: 14px;
}

.chat.minimize .box-header {
    min-height: 50px;
}

/*FIN CHAT*/

.modal {
    z-index: 999999;
}

.modal-content {
    border-radius: 0px;
}

.uk-offcanvas.uk-active {
    z-index: 9999999;
}

.frontTodo {
    z-index: 999 !important;
}

@media (min-width: 768px) {
    .modal-login {
        width: 100%;
        max-width: 850px !important;
        padding: 0px;
    }

    #logueopuej .modal-body {
        padding: 0px;
    }
}

.login-btn {
    cursor: pointer;
}

    .login-btn:hover {
        color: #fff !important;
    }


.login-body {
    padding: 2rem;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.login-bottom {
    padding-top: 7.2rem !important;
}

.btn-nuevo {
    border-color: #00A6A2;
    color: #00A6A2;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
}

.p-sticky {
    margin: -15px -15px -15px 0;
}

.p-sticky-r {
    margin: -14px 0px -14px 14px;
    padding: 5px 5px 0px 0px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.numero-fotos {
    margin-left: 5px;
}

.mr-60 {
    margin-right: 60px;
}

._c-vehicle-card {
    position: relative;
    border-radius: 6px;
    font-size: 100%;
    background-color: #fff;
    overflow: hidden;
}

._c-vehicle-card__top {
    position: relative;
    padding: 20px 30px;
}

._c-vehicle-card__styles-count {
    font-size: 12px;
    font-weight: 300;
    color: #b9b9b9;
}

._c-vehicle-card__specials-badge {
    border-radius: 50%;
    background-color: #68c3a3;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
}

._c-vehicle-card__specials-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 80%;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    color: #fff;
}

._c-vehicle-card__add {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 1;
    display: inline-block;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
}

._c-vehicle-card__thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}

    ._c-vehicle-card__thumb a {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
    }

._c-vehicle-card__thumb-image {
    max-width: 100%;
}

._c-vehicle-card__title {
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    font-weight: 600;
}

    ._c-vehicle-card__title span {
        font-size: 13px;
        font-weight: 300;
        display: block;
    }

._c-vehicle-card__description {
    font-size: 12px;
    color: gray;
    line-height: 18px;
    height: 80px;
    overflow: hidden;
}

._c-vehicle-card__price {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    margin: 0;
}

._c-vehicle-card__amount {
    font-weight: 600;
    font-size: 14px;
    color: #393939;
}

._c-vehicle-card__view-cars-button {
    width: 100%;
    margin-top: 7px;
}

._c-vehicle-card__specifications {
    display: block;
    padding: 15px 0 0 0;
    border-top: 1px solid #eee;
}

._c-vehicle-card__specifications-list {
    padding: 0 30px;
}

._c-vehicle-card__specifications--split {
    display: block;
    padding-bottom: 15px;
}

    ._c-vehicle-card__specifications--split .vehicle-card__specifications-item {
        width: 50%;
        float: left;
        color: #dbdbdb;
    }

._c-vehicle-card__specifications-item {
    font-size: 12px;
    color: gray;
    height: 24px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._c-vehicle-card__key-features {
    display: block;
    padding: 0px 0 15px 0;
}

._c-vehicle-card__key-features-list {
    display: block;
    padding: 0 30px;
}

    ._c-vehicle-card__key-features-list.height-2 {
        height: 88px;
    }

    ._c-vehicle-card__key-features-list.height-3 {
        height: 112px;
    }

    ._c-vehicle-card__key-features-list.height-4 {
        height: 136px;
    }

    ._c-vehicle-card__key-features-list.height-5 {
        height: 160px;
    }

    ._c-vehicle-card__key-features-list.height-6 {
        height: 184px;
    }

    ._c-vehicle-card__key-features-list.height-7 {
        height: 208px;
    }

    ._c-vehicle-card__key-features-list.height-8 {
        height: 232px;
    }

    ._c-vehicle-card__key-features-list.height-9 {
        height: 256px;
    }

    ._c-vehicle-card__key-features-list.height-10 {
        height: 280px;
    }

    ._c-vehicle-card__key-features-list.height-11 {
        height: 304px;
    }

    ._c-vehicle-card__key-features-list.height-12 {
        height: 328px;
    }

    ._c-vehicle-card__key-features-list.height-13 {
        height: 352px;
    }

    ._c-vehicle-card__key-features-list.height-14 {
        height: 376px;
    }

    ._c-vehicle-card__key-features-list.height-15 {
        height: 400px;
    }

._c-vehicle-card__key-features-title {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #393939;
}

._c-vehicle-card__key-features-item {
    font-size: 12px;
    color: gray;
    height: 24px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    ._c-vehicle-card__key-features-item:last-child {
        overflow: visible;
    }

._c-vehicle-card__full-specs-link {
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    font-size: 12px;
    color: #393939;
    text-decoration: underline;
}

._c-vehicle-card__cars-available {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: gray;
    font-size: 12px;
    line-height: 24px;
}

._c-vehicle-card__view-cars-link {
    position: relative;
    display: block;
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #438dde;
}

    ._c-vehicle-card__view-cars-link:after {
        position: absolute;
        top: -1px;
        display: inline-block;
        margin-left: 4px;
        width: 12px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
        font-family: 'csnicons';
        content: '';
    }

    ._c-vehicle-card__view-cars-link:hover {
        text-decoration: underline;
    }

._c-vehicle-card__car-in-stock {
    font-size: 10px;
    color: gray;
    padding: 0 30px 0 30px;
}

._c-vehicle-card__car-in-stock-title {
    color: #393939;
    font-weight: 600;
}

._c-vehicle-card__cta {
    margin-top: 20px;
    padding: 0 30px 20px 30px;
}

._c-vehicle-card__cta-list {
    display: block;
}

._c-vehicle-card__cta-list-item {
    width: 50%;
    float: left;
}

    ._c-vehicle-card__cta-list-item .button {
        width: 100%;
        padding: 0;
        font-size: 11px;
    }

    ._c-vehicle-card__cta-list-item:first-child {
        padding-right: 5px;
    }

    ._c-vehicle-card__cta-list-item:last-child {
        padding-left: 5px;
    }

._c-vehicle-card__bottom {
    border-top: 1px solid #f1f1f1;
    height: 50px;
}

._c-vehicle-card__oem-brand {
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 10px;
}

._c-vehicle-card__oem-logo {
    height: 30px;
    margin: 8px 0;
    float: left;
}

._c-vehicle-card__oem-title {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    margin: 5px 0;
    color: #b9b9b9;
    font-size: 12px;
}

._c-vehicle-card__view-button {
    background-color: transparent;
    border-color: #007cc2;
    color: #007cc2;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 11px;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    float: right;
    margin: 12px 20px 0 12px;
    padding: 0 15px;
}

    ._c-vehicle-card__view-button:hover {
        background-color: #007cc2;
        color: #fff;
    }

@media(min-width: 992px) {
    ._c-vehicle-card__price {
        font-size: 16px;
    }

        ._c-vehicle-card__price ._c-price {
            font-size: 16px;
        }

        ._c-vehicle-card__price ._c-price__amount {
            font-size: 16px;
        }
}

._c-model-card {
    position: relative;
    margin-top: 30px;
    line-height: 100%;
    text-align: center;
}

._c-model-card__add {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    display: inline-block;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
}

._c-model-card__thumb-anchor {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 50%;
    padding-bottom: 20px;
}

._c-model-card__thumb {
    display: block;
    width: 225px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
}

._c-model-card__logo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 60px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

._c-model-card__badge {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 40px;
    color: #fff;
    background-color: #68c3a3;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
}

._c-model-card__badge-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    width: 80%;
    font-size: 10px;
}

._c-model-card__year {
    color: #b9b9b9;
    font-size: 12px;
    text-align: center;
    display: block;
}

._c-model-card__title {
    color: #393939;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    display: block;
}

._c-model-card__description {
    color: #999;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 5px 30px 5px 30px;
    white-space: normal;
}

._c-model-card__price {
    display: block;
    text-align: center;
}

._c-model-card__price-from {
    font-size: 14px;
    font-weight: 300;
    color: gray;
    line-height: 24px;
}

._c-model-card__price-unavailable {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: gray;
}

    ._c-model-card__price-unavailable i {
        font-size: 18px;
        color: #007cc2;
        cursor: pointer;
    }

._c-model-card__explore {
    margin-top: 15px;
}

@media(min-width: 1200px) {
    ._c-model-card__logo {
        width: 80px;
    }

    ._c-model-card__thumb {
        width: 270px;
    }

    ._c-model-card__badge {
        width: 68px;
        height: 68px;
    }

    ._c-model-card__badge-text {
        font-size: 11px;
    }
}

@media(min-width: 1920px) {
    ._c-model-card__thumb-anchor {
        padding-bottom: 10px;
    }

    ._c-model-card__thumb {
        width: 360px;
    }

    ._c-model-card__badge {
        width: 78px;
        height: 78px;
    }

    ._c-model-card__badge-text {
        font-size: 13px;
    }
}

.modal {
    z-index: 9999999 !important;
}

@media (min-width: 768px) {
    .modal-xlg {
        width: 75%;
    }
}

.to {
    display: inline-block;
    float: left;
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
    width: 6%;
}

.input45 {
    width: 47%;
}

.container-pnl {
    background: #fff;
    margin-bottom: 18px;
    border-bottom: 4px solid #24272c;
    box-shadow: 0 1px 3px #c2c5c5;
    padding: 40px;
}

.details-margin {
    margin-bottom: 40px;
}

.container-pnl {
    padding: 5px 20px 40px;
}

@media(max-width: 992px) {
    .container-pnl {
        margin-right: -15px;
        margin-left: -15px;
        padding: 5px 20px 40px;
    }
}

.vehicle-title {
    padding: 10px 0;
}

@media(min-width: 991px) {
    #VehicleDetails-Contact {
        padding-right: 40px;
    }

    #vehicleHistory {
        padding-left: 40px;
    }

    .details-margin {
        padding-left: 50px;
        padding-right: 50px;
    }
}



.VehicleInfo h1 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px;
    display: inline;
}

.vehicle-style {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

@media(max-width: 767px) {
    .top-content .google-ad-space {
        margin-bottom: 10px;
    }

    .back-button {
        padding-top: 0;
        display: inline-block;
    }

    .Share-btns {
        text-align: center;
        margin-top: 20px;
    }
}

.Share-btns.list-inline {
    margin-left: 0;
}

.Share-btns li {
    padding-left: 0;
}

.Share-btns i,
.Share-btns .icon-x {
    font-size: 16px;
    line-height: 2.05em;
    background-color: #555;
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    transition: all .3s;
}

.Share-btns .icon-x {
    display: inline-block;
    padding: .55em;
    box-sizing: border-box;
    background-color: #000;
}

.Share-btns li:nth-of-type(1) i {
    background-color: #3c599a;
}

.Share-btns li:nth-of-type(2) i {
    background-color: #26a8e3;
}

.Share-btns li:nth-of-type(3) i {
    background-color: #d02327;
}

.Share-btns li:nth-of-type(4) i {
    background-color: #e14b35;
}

.Share-btns li:nth-of-type(5) i {
    background-color: #f9ab00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .Share-btns li:nth-of-type(5) i.fa-heart {
        background-color: #c72931;
        -webkit-animation: pulse2 2s linear infinite;
        -moz-animation: pulse2 2s linear infinite;
        -ms-animation: pulse2 2s linear infinite;
        animation: pulse2 2s linear infinite;
    }

.Share-btns li a:hover i, .Share-btns li a:active i {
    background-color: #333;
}

@keyframes pulse2 {
    0%; {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse2 {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pulse2 {
    0%; {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes pulse2 {
    0%; {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media(max-width: 767px) {
    .Share-btns i {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#VehicleDetails-Info {
    font-size: 13px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px 15px;
}

.Share-btns {
    text-align: right;
    margin-bottom: 5px;
    margin-top: 3px;
}

.vehicle-table {
    display: table;
    width: 100%;
}

.vehicle-tablecell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 14px;
    padding-top: 14px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    text-align: right;
}

    .vehicle-tablecell:first-of-type {
        text-align: left;
        color: #757575;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
    }

    .vehicle-tablecell:nth-of-type(2) {
        font-weight: 400;
    }

@media screen and (max-width: 991px) {
    .vehicle-tablecell {
        padding-bottom: 13px;
        padding-top: 13px;
    }
}

@media screen and (max-width: 949px) {
    .vehicle-tablecell {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.VehicleInfo .vehicle-tablecell {
    padding: 9px 0;
}

    .VehicleInfo .vehicle-tablecell:first-of-type {
        width: auto;
    }

    .VehicleInfo .vehicle-tablecell:last-of-type {
        width: auto;
        padding-left: 8px;
        font-weight: 600;
    }

.VehicleInfo .vehicle-table:last-of-type .vehicle-tablecell {
    border-bottom: 0;
}

.VehicleInfo .panel-footer .style-tablecell {
    padding-right: 10px;
}

    .VehicleInfo .panel-footer .style-tablecell:last-of-type {
        padding-right: 0;
        text-align: right;
    }

#details-listed-views .style-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

    #details-listed-views .style-tablecell:nth-of-type(2) {
        text-align: right;
    }

.subtitle {
    display: inline-block;
    margin: 8px 0 16px;
    padding: 6px 18px;
    background-color: #2696b3;
    border-radius: 999px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    vertical-align: top;
}

.seller-city {
    font-size: 16px;
}

.fa-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
    color: #c72931;
    font-size: 150%;
    margin-right: 5px;
}

.btn-cta i {
    color: #c72931;
    margin-right: 8px;
    font-size: 13px;
}

.btn-cta {
    font-size: 13px;
    font-weight: 600;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    min-height: 46px;
    letter-spacing: .2px;
    transition: background .2s, border-color .2s, transform .15s;
}

    .btn-cta:hover, .btn-cta:active, .btn-cta.active {
        background: #fafafa;
        border-color: #c72931;
        transform: translateY(-1px);
    }

.VehicleButtons .btn {
    margin-bottom: 5px;
}

#caracteristicas_anuncio .panel-heading a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 13px;
    line-height: 5px;
    text-transform: none;
    border: none;
}

.module-accordion {
    margin: 0;
    padding: 0;
}

.module-accordion__expand-all {
    display: inline-block;
}

.module-accordion__collapse-all, .module-accordion__expand-all {
    text-align: right;
    font-size: 11px;
    padding: 5px;
    cursor: pointer;
    margin-right: 5px;
}

    .module-accordion__collapse-all:hover, .module-accordion__expand-all:hover {
        background: #f6f6f6;
    }

    .module-accordion__collapse-all:active, .module-accordion__expand-all:active {
        background: #eee;
    }

    .module-accordion__collapse-all .icon-collapse-all, .module-accordion__expand-all .icon-expand-all {
        font-size: 14px;
        margin-left: 5px;
    }

.module-accordion--expand-alled .module-accordion__expand-all, .module-accordion__collapse-all {
    display: none;
}

.module-accordion--expand-alled .module-accordion__collapse-all {
    display: inline-block;
}

.module-accordion .accordion-group {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin-bottom: 0;
}

.module-accordion .accordion-header {
    font-size: 14px;
}

.module-accordion .accordion-toggle {
    cursor: pointer;
    color: #4584ce;
    display: block;
    padding: 10px;
    position: relative;
}

    .module-accordion .accordion-toggle .accordion-icon {
        color: #666;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
        -webkit-transition: -webkit-transform .2s;
        -moz-transition: -moz-transform .2s;
        transition: transform .2s;
    }

    .module-accordion .accordion-toggle.is-active .accordion-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.module-accordion .accordion-body {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

    .module-accordion .accordion-body.in {
        height: none;
    }

.module-accordion .accordion-inner {
    padding: 9px 15px;
    transition: all .5s;
}

.list-data .col {
    padding-left: 3rem;
    position: relative;
    line-height: 1.2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .list-data .col:before {
        content: 'keyboard_arrow_right';
        position: absolute;
        left: 0;
        top: 1rem;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        width: 24px;
        overflow: hidden;
        height: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        color: #e63327;
    }

.list-data.check .col:before {
    top: .1rem;
    left: .2rem;
    content: 'check';
}

.list-data.tags .col {
    padding-left: .75rem;
    padding-right: .75rem;
}

    .list-data.tags .col:before {
        content: '';
        display: none;
    }

    .list-data.tags .col span {
        margin-left: .5rem;
        margin-top: .5rem;
        background: #333;
        padding: .7rem .7rem;
        border-radius: 3px;
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 300;
    }

.section-title {
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.section-subheading {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    margin-top: 10px;
}

.custom-hidden {
    display: none !important;
}

/* Maps */
.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%;
}

    .google-map.small {
        height: 250px;
        border-radius: 6px;
        margin: 0;
        clear: both;
    }

    .google-map img {
        max-width: 9999px;
    }

.google-map-borders {
    border: 1px solid #DDD;
    padding: 4px;
    border-radius: 4px;
}

/* Google Map */
.google-map-footer {
    margin: 35px 0 -50px !important;
}

.panel.panel-vv {
    box-shadow: 0 1px 3px #c2c5c5;
}

    .panel.panel-vv > .panel-heading {
        border-top: 2px solid #c72931;
        padding-bottom: 0px !important;
    }

        .panel.panel-vv > .panel-heading > .panel-title {
            color: #C72931;
        }

.modal-title small {
    display: block;
}

.lg-toolbar {
    top: 64px !important;
}

.nuevo-car .lg .lg-toolbar {
    top: 109px !important;
}

.lg.headervisible .lg-toolbar {
    top: 121px !important;
}

.lg.headervisible .lg-inner {
    top: 64px;
}

@media only screen and (max-width: 767px) {
    .nuevo-car .lg .lg-toolbar {
        top: 134px !important;
    }
}

.modal-header {
    border-bottom: 3px solid #c72931;
    background-color: #313131;
    color: #bdbdbd;
    border-top: 1px solid #dbdbdb;
}

.modal-title {
    color: #fff;
}

.modal-h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 13px;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

#addEmailBtn {
    display: inline-block;
}

.centerOwl .owl-stage {
    margin: 0 auto;
}

/* .slideThree */
.slideThree {
    border-radius: 10px;
    width: 80px;
    height: 21px;
    background: rgba(0,0,0,0.3);
    margin: 8px 0 8px 0;
    position: relative;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideThree:after {
        font-family: "Nunito";
        content: 'NO';
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 13px/22px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
    }

    .slideThree:before {
        font-family: "Nunito";
        content: 'SI';
        color: #d30b09;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 13px/22px Arial, sans-serif;
        font-weight: bold;
    }

    .slideThree label {
        border-radius: 10px;
        display: block;
        width: 34px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .slideThree input[type=checkbox] {
        visibility: hidden;
    }

        .slideThree input[type=checkbox]:checked ~ label {
            left: 43px;
        }


section.chkSection p, section.chkSection label.labelSlide {
    padding: 0 0 0 90px;
    position: absolute;
    cursor: pointer;
}

.disabledForm {
    pointer-events: none;
    background-color: #f7f7f7;
    background: #f7f7f7 !important;
    cursor: not-allowed;
}

    .disabledForm .e-multi-select-wrapper {
        background: #f7f7f7 !important;
        filter: blur(0.8px);
    }

    .disabledForm .MessageOverlay {
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

.text-success {
    color: #00B07A !important;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .nano > .nano-content:focus {
            outline: thin dotted;
        }

        .nano > .nano-content::-webkit-scrollbar {
            display: none;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    /*opacity: .01;*/
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .nano > .nano-pane > .nano-slider {
        background: #444;
        background: rgba(0,0,0,.5);
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 100%;
        text-align: center;
    }

.custom-span {
    font-weight: bold;
    font-size: 40px;
    color: #D30B09;
}

.fileUpload:hover {
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#uploadFile {
    border: none;
    width: 100%;
    padding-left: 5px;
}

.custom-para {
    font-weight: bold;
    font-size: 20px;
    color: #585858;
    padding: 25px 0 15px 0;
}

.sameimgsbox {
    height: 115px;
    width: auto;
}

.sameimgs {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 100%;
}

@media only screen and (max-width: 992px) {
    .select2-container--open:not([dir]) {
        position: fixed !important;
        width: 100% !important;
        padding: 2rem;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 64px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .select2-dropdown {
        display: block;
        position: relative;
        width: 100% !important;
        height: 70% !important;
        background: #fff;
        overflow: auto !important;
        border-radius: 0px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);
    }

    .select2-results__options {
        height: 80% !important;
        max-height: 80% !important;
    }

    .select2-container--default .select2-results > .select2-results__options {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .select2-results__option {
        font-size: 16px;
        font-family: "Nunito",Helvetica,Arial,sans-serif;
    }

    .menu-select-responsive {
        z-index: 10;
        background: #333;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: block !important;
    }
}

.menu-select-responsive {
    display: none;
}

body.noscroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    background-color: black;
}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        border-radius: 2px;
    }

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__title {
    color: black;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
    margin-right: 1em;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: #D30B09;
}

.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers {
    color: black;
}

.pb-sxlg {
    padding-bottom: 60px;
}

.car-ad-agregado {
    float: right;
    width: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.car-ad-ssl {
    float: right;
    width: 80px;
    margin-top: 10px;
    margin-right: 10px;
}

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

.cd-dropdown,
.cd-select {
    position: relative;
    width: auto;
    display: block;
}

    .cd-dropdown > span {
        width: 100%;
        height: 24px;
        text-align: initial;
        color: #999;
        font-weight: 700;
        font-size: 16px;
        display: block;
        padding: 0 50px 0 30px;
        position: relative;
        cursor: pointer;
    }

        .cd-dropdown > span:after {
            content: '\25BC';
            position: absolute;
            right: 0px;
            width: 50px;
            text-align: center;
            font-size: 12px;
            height: 70%;
            line-height: 24px;
        }

    .cd-dropdown.cd-active > span:after {
        content: '\25B2';
    }

    .cd-dropdown ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }

        .cd-dropdown ul li {
            display: block;
        }

            .cd-dropdown ul li span {
                width: 100%;
                background-color: #333;
                background: -moz-linear-gradient(top, #333333 0%, #272727 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#272727));
                background: -webkit-linear-gradient(top, #333333 0%,#272727 100%);
                background: -o-linear-gradient(top, #333333 0%,#272727 100%);
                background: -ms-linear-gradient(top, #333333 0%,#272727 100%);
                background: linear-gradient(top, #333333 0%,#272727 100%);
                box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                text-align: initial;
                line-height: 44px;
                padding: 0 0 0 25px;
                display: block;
                color: #ffffff;
                cursor: pointer;
                font-weight: 700;
            }


                .cd-dropdown ul li span i.fa {
                    margin-right: 10px;
                }

            .cd-dropdown > span,
            .cd-dropdown ul li span {
                -webkit-backface-visibility: hidden;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .cd-dropdown > span span[class^="icon-"],
                .cd-dropdown > span span[class*=" icon-"] {
                    padding: 0 30px 0 45px;
                }

/* Select fallback styling */
.cd-select {
    border: 1px solid #ddd;
}


.cd-dropdown ul {
    position: absolute;
    top: 0px;
    width: 100%;
}

    /*.cd-dropdown > span,*/
    .cd-dropdown ul li {
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-right: 4px solid #D30B09;
        border-left: 4px solid #D30B09;
    }

        .cd-dropdown ul li:last-child {
            border-bottom: 4px solid #D30B09;
        }

    .cd-dropdown ul li {
        position: absolute;
        width: 100%;
        pointer-events: none;
    }

.cd-active.cd-dropdown > span {
    color: #ffffff;
}

.cd-active.cd-dropdown ul li {
    pointer-events: auto;
}

    .cd-active.cd-dropdown ul li span {
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

        .cd-active.cd-dropdown ul li span:hover {
            background-color: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
            color: #D30B09;
        }

.fa-fw {
    width: 2em;
}

.nav {
    z-index: 3;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background: #333;
    background: -moz-linear-gradient(top, #333333 0%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#272727));
    background: -webkit-linear-gradient(top, #333333 0%,#272727 100%);
    background: -o-linear-gradient(top, #333333 0%,#272727 100%);
    background: -ms-linear-gradient(top, #333333 0%,#272727 100%);
    background: linear-gradient(top, #333333 0%,#272727 100%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 4px solid #c72931;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #c72931 !important;
}

.nav > li > a {
    padding: 15px 15px;
}

.profile-main {
    background: #fff;
    padding: 0em 0em;
    border-radius: 4px;
}

.profile-pic {
    padding: 1.5em 2em;
    text-align: center;
}

    .profile-pic img {
        border: 4px solid #fff;
        border-radius: 82px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

        .profile-pic img:hover {
            border: 4px solid #11B771;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

    .profile-pic h2 {
        font-size: 2em;
        color: #11B771;
        margin: 0;
    }

    .profile-pic p {
        font-size: 1em;
        color: #4E4E4E;
    }

.profile-ser {
    background: #ECECEC;
    padding: 1em 1em;
}

.profile-ser-grids {
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #000;
}

    .profile-ser-grids.no-border {
        border: none;
    }

    .profile-ser-grids h4 {
        font-size: 1em;
        color: #000;
        margin: 0;
    }

.profile-main .active {
    padding: 1em 1em;
    border-top: 1px solid #E6E6E6;
}

    .profile-main .active h4 {
        font-size: 1.2em;
        color: #000;
        margin-bottom: 0.3em;
        font-weight: bolder;
    }

    .profile-main .active p {
        font-size: 1em;
        color: #636262;
    }

.profile-follows ul li {
    display: inline-block;
    margin-right: 1.5em;
}

.profile-follows {
    text-align: center;
    padding: 2.5em 0em;
}

    .profile-follows ul li a {
        background: url(../images/social.png)no-repeat;
        width: 25px;
        height: 25px;
        display: inline-block;
    }

        .profile-follows ul li a.fa {
            background-position: 6px 0px;
        }

        .profile-follows ul li a.tw {
            background-position: -23px 0px;
        }

        .profile-follows ul li a.ins {
            background-position: -53px 0px;
        }

        .profile-follows ul li a.you {
            background-position: -83px 0px;
        }

        .profile-follows ul li a.fa:hover {
            background-position: 6px -30px;
        }

        .profile-follows ul li a.tw:hover {
            background-position: -23px -29px;
        }

        .profile-follows ul li a.ins:hover {
            background-position: -53px -30px;
        }

        .profile-follows ul li a.you:hover {
            background-position: -83px -30px;
        }

.follow-btn a {
    font-size: 1em;
    color: #fff;
    background: #11B771;
    padding: 0.5em 2.5em;
    display: inline-block;
    margin-top: 2em;
    border-radius: 3px 3px;
}

    .follow-btn a:hover {
        background: #3B3A3A;
    }

/* Chat view */
.message-input {
    height: 90px !important;
}

.chat-avatar {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}

.chat-user-name {
    padding: 10px;
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec;
}

    .chat-user a {
        color: inherit;
    }

.chat-view {
    z-index: 20012;
}

.chat-users,
.chat-statistic {
}

@media (max-width: 992px) {
    .chat-users,
    .chat-statistic {
        margin-left: 0;
    }
}

.chat-view .ibox-content {
    padding: 0;
}

.chat-message {
    padding: 10px 20px;
}

.message-avatar {
    height: 48px;
    width: 48px;
    border: 1px solid #e7eaec;
    border-radius: 4px;
    margin-top: 1px;
}

.chat-discussion .chat-message.left .message-avatar {
    float: left;
    margin-right: 10px;
}

.chat-discussion .chat-message.right .message-avatar {
    float: right;
    margin-left: 10px;
}

.message {
    background-color: #fff;
    border: 1px solid #e7eaec;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px;
}

.chat-discussion .chat-message.left .message-date {
    float: right;
}

.chat-discussion .chat-message.right .message-date {
    float: left;
}

.chat-discussion .chat-message.left .message {
    text-align: left;
    margin-left: 55px;
}

.chat-discussion .chat-message.right .message {
    text-align: right;
    margin-right: 55px;
}

.message-date {
    font-size: 10px;
    color: #888888;
}

.message-content {
    display: block;
}

.chat-discussion {
    background: #eee;
    padding: 15px;
    height: 100vh;
    max-height: 623px;
    overflow-y: auto;
}

.chat-users {
    overflow-y: auto;
    height: 400px;
}

.chat-message-form .form-group {
    margin-bottom: 0;
}
/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
}

.jstree-default .jstree-icon.none {
    width: 0;
}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

    .page-title h1, .page-title h2 {
        margin: 0;
        font-size: 18px;
        color: #444;
        text-transform: uppercase;
    }

    .page-title .separator {
        margin: 0 3px;
    }

    .page-title .link-rss {
        float: right;
        margin: 7px 0 0;
    }

.title-buttons {
    text-align: right;
}

    .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
        float: left;
    }

.subtitle, .sub-title {
    color: #333;
    font-size: 17px;
    padding: 5px 0 0;
    text-transform: uppercase;
}

.fieldset {
    border: 1px solid #eee;
    background: #fff;
    margin-top: 5px;
    padding: 22px 25px 12px 33px;
}

    .fieldset .legend {
        float: left;
        font-weight: normal;
        font-size: 18px;
        border: 1px solid #eee;
        background: #fff;
        color: #252525;
        margin: -33px 0 0 -10px;
        padding: 0 8px;
        position: relative;
    }

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #666;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

    .form-list label.required {
    }

        .form-list label.required em {
            float: right;
            font-style: normal;
            color: #eb340a;
            position: absolute;
            top: 0;
            right: -8px;
        }

.form-list li.control label {
    float: none;
    margin: 0;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
/*.form-list li.fields{margin-right:-15px}
*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 5px;
}

.form-list .field { /* float:left;width:275px;*/
}

.form-list input.input-text {
    width: 100%;
}

.form-list textarea { /*width:254px;*/
    width: 100%;
    height: 10em;
}

.form-list select {
    width: 100%;
}

.form-list li.wide .input-box { /* width:535px;*/
}

.form-list li.wide input.input-text { /* width:529px;*/
}

.form-list li.wide textarea { /*width:529px;*/
}

.form-list li.wide select { /* width:535px;*/
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

    .form-list li.additional-row .btn-remove {
        float: right;
        margin: 5px 0 0;
    }

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

    .form-list-narrow li .input-box {
        margin-bottom: 6px;
    }

    .form-list-narrow li.wide .input-box {
        width: 260px;
    }

    .form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
        width: 254px;
    }

    .form-list-narrow li.wide select {
        width: 260px;
    }
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

    .form-list .name-prefix select {
        width: 55px;
    }

    .form-list .name-prefix input.input-text {
        width: 49px;
    }

.form-list .name-suffix {
    width: 65px;
}

    .form-list .name-suffix select {
        width: 55px;
    }

    .form-list .name-suffix input.input-text {
        width: 49px;
    }

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

    .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
        width: 124px;
    }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px;
}

    .form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
        width: 46px;
    }

.form-list .customer-dob .dob-year {
    width: 140px;
}

    .form-list .customer-dob .dob-year input.input-text {
        width: 134px;
    }

.bio h4 {
    line-height: 35px;
    text-align: justify;
}

.no-float {
    float: inherit !important;
}

.alert {
    padding: 19px 15px;
    color: #fefefe;
    position: relative;
    font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
}

    .alert .msg {
        padding: 0 20px 0 40px;
    }

    .alert p {
        margin: 0;
    }

    .alert a {
        color: white;
        text-decoration: underline;
        font-weight: bold;
    }

    .alert .toggle-alert {
        position: absolute;
        top: 7px;
        right: 10px;
        display: block;
        text-indent: -10000px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.08) url(data:image/png;base64,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) no-repeat 6px 6px;
    }

.alert-info {
    background: #2fa9f6 url(data:image/png;base64,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) no-repeat 14px 25px;
}

.alert-success {
    background: #7EB62E url(data:image/png;base64,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) no-repeat 14px 25px;
}

.alert-error {
    background: #f64b2f url(data:image/png;base64,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) no-repeat 14px 25px;
}

.alert-warning {
    background: #f6ca2f url(data:image/png;base64,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) no-repeat 14px 25px !important;
}

.alert-download {
    background: #a555ca url(data:image/png;base64,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) no-repeat 14px 25px;
}

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


.bg-moto {
    width: 357px;
    height: 260px;
    background: url('/content/images/tipo_vehiculos.png') -828px -10px;
}

.bg-moto2 {
    width: 342px;
    height: 302px;
    background: url('/content/images/tipo_vehiculos.png') -401px -356px;
}

.bg-auto {
    width: 399px;
    height: 326px;
    background: url('/content/images/tipo_vehiculos.png') -10px -10px;
}

.bg-bici {
    width: 371px;
    height: 302px;
    background: url('/content/images/tipo_vehiculos.png') -10px -356px;
}

.bg-otro {
    width: 379px;
    height: 297px;
    background: url('/content/images/tipo_vehiculos.png') -429px -10px;
}

.bg-avion {
    width: 376px;
    height: 288px;
    background: url('/content/images/tipo_vehiculos.png') -401px -356px;
}

.control-section .control-wrapper {
    width: 80%;
    margin: 0 auto;
    min-width: 185px;
    padding-top: 15px;
}

.e-bigger .control-section .control-wrapper {
    width: 100%;
}

.header {
    font-weight: 600;
    color: rgba(0, 0, 0, .54);
    height: 58px;
    padding: 15px 0 0 16px;
    font-size: 16px;
    background-color: #f5f5f5;
}


.ename {
    font-family: "Nunito",Helvetica,Arial,sans-serif; /*Source Sans Pro,Helvetica,sans-serif;*/
    display: block !important;
    font-size: 16px;
    margin-top: 8px;
}

.name {
    padding: 3px 20px;
    line-height: 1.2em;
}

.job {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 7px;
}

.bootstrap .job {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 7px;
}

.e-bigger.bootstrap .job {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 7px;
}

.empImage {
    margin: 6px 10px;
    max-width: 40px;
    float: left;
}

.value {
    border-radius: 50%;
    float: left;
    margin-top: -1px;
    position: relative;
    left: 0px;
    height: 24px;
    width: 24px;
}

.material .value {
    margin-top: 18px;
}

.highcontrast .value {
    margin-top: 0px;
}

.highcontrast .name {
    padding: 3px 28px;
}

.bootstrap .value {
    left: -9px;
    height: 28px;
    width: 28px;
    margin-top: 18px;
}

.fabric .value {
    margin-top: 22px;
}

.material .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 0 0 28px;
    bottom: 23px;
    position: relative;
    margin-right: -16px;
}

.bootstrap .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 0 0 26px;
    bottom: 23px;
    position: relative;
    margin-right: -24px;
}

.e-bigger .value {
    margin-top: 0px;
    height: 30px;
    width: 30px;
}

.e-bigger.fabric .value {
    margin-top: 2px;
}

.e-bigger.material .value {
    margin-top: 18px;
}

.e-bigger .name {
    padding: 0 0 0 36px;
    bottom: 24px;
    width: 121px;
}

.e-bigger.highcontrast .name {
    padding: 6px 0 0 36px;
    bottom: 24px;
    width: 121px;
}


.fabric .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 3px 30px;
    position: relative;
    bottom: 22px;
    margin-right: -23px;
}

.fabric.e-bigger .name {
    padding: 7px 0 0 32px;
    width: 100%;
    position: relative;
    overflow: initial;
    text-overflow: unset;
    bottom: 0px;
    margin-right: -6px;
}

.bootstrap.e-bigger .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 29px;
    position: relative;
    bottom: 23px;
    margin-right: -24px;
}

.bootstrap.e-bigger .value {
    left: -9px;
    margin-top: 17px;
}

.e-bigger .value {
    position: relative;
}

#template_popup.e-popup .e-list-item * {
    display: block;
    text-indent: 0;
}

.e-bigger #template_popup .e-dropdownbase .e-list-item {
    line-height: 42px;
    height: 80px;
}

.e-bigger #template_popup.e-popup .empImage {
    margin: 10px 16px;
}

.e-multi-select-wrapper .e-chips {
    max-width: 166px;
    overflow: hidden;
}

.e-multi-select-wrapper .e-chips {
    padding: 0 4px 0 0px
}

    .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
        padding: 0 0 0 0px;
    }

.bootstrap.e-bigger .e-chips.e-mob-chip.e-chip-selected .value {
    left: 0px;
}

.material.e-bigger .name {
    padding: 2px 0 0 36px;
    bottom: 24px;
    width: 100%;
    position: relative;
}

.material.e-bigger .e-chips.e-mob-chip.e-chip-selected .name {
    left: 0px;
    width: 110px;
    position: relative;
}

.fabric .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close.e-icon {
    left: 0px;
}

.e-input-group:not(.e-float-icon-left), .e-input-group.e-control-wrapper:not(.e-float-icon-left) {
    border-bottom: 0px solid;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #c8c8c8;
    border: 0px;
}

.e-multi-select-wrapper {
    height: 40px;
    padding-top: 5px !important;
    padding-left: 10px !important;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ccc !important;
    border-bottom: none;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    cursor: pointer;
}

.e-multiselect.e-input-group .e-ddl-icon::before {
}

.e-multi-select-wrapper .e-close-hooker::before {
    top: 1px !important;
}

.e-dropdownbase {
    white-space: normal;
    box-shadow: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-family: 'Nunito', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

select {
    font-family: 'Nunito', sans-serif !important;
}

    select:after {
        content: '\e966';
        font-family: 'e-icons' !important;
    }

/*::placeholder {*/ /* Chrome, Firefox, Opera, Safari 10.1+ */
/*color: black !important;
    opacity: 1 !important;*/ /* Firefox */
/*font-family: 'Nunito', sans-serif !important;
}

:-ms-input-placeholder {*/ /* Internet Explorer 10-11 */
/*color: black !important;
    font-family: 'Nunito', sans-serif !important;
}

::-ms-input-placeholder {*/ /* Microsoft Edge */
/*color: black !important;
    font-family: 'Nunito', sans-serif !important;
}*/

.e-delim-view.e-delim-values {
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px;
    color: #c72931;
}

#rc-imageselect, .g-recaptcha {
    transform: scale(0.78);
    margin-left: -27px;
    -webkit-transform: scale(0.78);
    transform-origin:;
    -webkit-transform-origin:;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.50);
        -webkit-transform: scale(0.50);
        margin-left: -41px;
        transform-origin:;
        -webkit-transform-origin:;
    }
}

.card-resumen-anuncio {
    z-index: 99999 !important;
}

.gradientText {
    display: inline-block;
    vertical-align: top;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .gradientText.blue {
        background: linear-gradient(90deg, var(--darkBlue), var(--lightBlue));
    }

.buttongrd {
    display: block;
    /*width: 320px;*/
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    transform: translatez(0);
    text-decoration: none;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: normal;
    box-shadow: 0 9px 18px rgba(0,0,0,0.2);
}

    .buttongrd:hover {
        color: white !important;
    }

.instagramgrd {
    text-align: center;
    border-radius: 50px;
    padding: 26px;
    color: white;
    background: #BD3381;
    transition: all 0.2s ease-out 0s;
}

.gradientgrd {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
    margin: auto;
    z-index: -1;
    background: radial-gradient(90px circle at top center, rgba(238,88,63,.8) 30%, rgba(255,255,255,0));
    transition: all 0s ease-out 0s;
    transform: translatex(-140px);
    animation: 18s linear 0s infinite move;
}

@keyframes move {
    0% {
        transform: translatex(-140px);
    }

    25% {
        transform: translatex(140px);
        opacity: 0.3;
    }

    50% {
        transform: translatex(140px);
        opacity: 1;
        background: radial-gradient(90px circle at bottom center, rgba(238,88,63,.5) 30%, rgba(255,255,255,0));
    }

    75% {
        transform: translatex(-140px);
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translatex(-140px);
        background: radial-gradient(90px circle at top center, rgba(238,88,63,.5) 30%, rgba(255,255,255,0));
    }
}
