.site-title {
    width: 100%;
    height: 100px;
    color: #fff;
    padding-top: 24px;
}

.left-title {
    width: 65%;
    float: left;
}

.left-title h1 {
    line-height: 35px;
    padding: 0 0 10px 15px;
}

.left-title h2 {
    line-height: 30px;
    padding: 0 0 10px 15px;
}

.right-title {
    width: 35%;
    float: left;
}

.right-title h1 {
    line-height: 30px;
    float: right;
    background: url('img/flecha.png') no-repeat right bottom;
    padding-right: 25px;
}

.right-title h2 {
    line-height: 40px;
    float: right;
    font-size: 250%;
}

.slider-wrapper {
    width: 100%;
    height: 310px;
}

.content-inside {
    width: 315px;
    height: 310px;
    float: left;
    padding: 40px 3px;
    box-sizing: border-box;
    text-align: center;
}

.content-inside h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.content-inside h3 + h3 {
    color: #A01100;
    margin-bottom: 35px;
}

.content-inside h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

#slider {
    position: relative;
    background: url('img/loading.gif') no-repeat 50% 50%;
    width: 680px;
    height: 310px;
    float: left;
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

img a {
    border: none;
}

/* Nevo Slider */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    position: relative;
    display: none;
}

.nivo-controlNav a {
    cursor: pointer;
    float: right;
    top: 320px;
    right: 20px;
    z-index: 9;
    background: url('img/bullets.png') no-repeat;
    width: 22px;
    height: 22px;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

#cf7-submit {
    border: none;
    cursor: pointer;
    display: block;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    font-size: 17px;
    padding: 10px 0;
    color: #fff!important;
    font-weight: normal;
}

.wid_gris2:last-child {
    border: none!important;
}

div.AuthorizeNetSeal {
    margin: 0 auto!important;
    width: 100%!important;
    background: #fff!important;
}

div.AuthorizeNetSeal a img {
    display: block!important;
    margin: 0 auto!important;
    width: 170px!important;
    height: 140px!important;
}

.rits-clear {
    clear: both;
    display: block;
}

.mobileNavLauncher {
    display: none;
}

.mobileNavLauncher span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 3px;
    position: relative;
}

.mobileNavLauncher {
    width: 53px;
    position: absolute;
    right: 13px;
    top: 72px;
    height: 33px;
    cursor: pointer;
    z-index: 11;
}

.mobileNavLauncher.openedMenu span:nth-child(2) {
    opacity: 0;
}

.mobileNavLauncher.openedMenu span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    background: #164fac;
}

.mobileNavLauncher.openedMenu span:nth-child(3) {
    transform: rotate(-45deg);
    top: -10px;
    background: #164fac;
}

/* Media Queries
--------------------------------------------- */
@media all and (max-width : 1199px) {
}

@media all and (max-width : 1023px) {
}

@media all and (max-width : 991px) {
}

@media all and (max-width : 991px) {
    .nivoSlider {
        /* display: none !important; */
        padding: 0 35px;
    }

    .mobileNavLauncher {
        display: block;
    }

    #header, #slider, #header #masthead .slider-wrapper {
        height: auto;
    }

    #header #masthead .slider-wrapper {
        height: auto
    }

    .slider-wrapper + div#access {
        position: fixed;
        right: -750px;
        top: 0;
        height: 100%;
        width: 88%;
        padding-top: 35px;
        transition: all 0.5s ease;
        z-index: 10;
    }

    .slider-wrapper + div#access.openMenu {
        right: 0;
    }

    .logo {
        margin: 0;
        position: relative;
        height: 120px;
        overflow: hidden;
    }

    * {
        box-sizing: border-box
    }

    .widget-area#primary {
        width: 100%;
        float: none !important;
        margin: 0;
        padding: 0 15px;
    }

    .site-title {
        height: auto
    }

    video {
        max-width: 100%;
    }

    .footer_down_div1, .footer_down_div2,.footer_logo_margin, .content-inside, .footer_down_margin, #primary.widget-area, #access, #slider, #site-info, .site-title, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, .single-attachment #content, .one-column #content, #site-title, #access .menu-header ul, div.menu ul {
        width: 100%;
        float: none;
        margin: 0;
        height: auto;
    }

    .left-title, .right-title, .right-title h1, .right-title h2 {
        width: 100%;
        text-align: center;
        float: none;
    }

    #access .menu-header li, div.menu li {
        display: inline-block;
        width: 100%;
        float: none;
    }

    #container,#content {
        margin: 0;
        float: none;
        padding: 10px;
    }
    .footer_down {
        height: 256px;
        clear: both;
        float: none;
        padding: 15px;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
    }
}

@media all and (max-width : 479px) {
}

.buttons {
    text-align: center;
    margin-top: 25px;
}

.buttons a {
    float: none;
    display: inline-block;
}

.mobileNavLauncher.openedMenu {
    top: 64px;
}
#tthnke1256widget5b50777899011454c33313e02fb62aaf a:not(#tthnke1256_prev):not(#tthnke1256_next) {
    display: none !important;
}