/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("animations.css");
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
@import url('https://fonts.googleapis.com/css?family=Open Sans+Condensed:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open Sans:400,700');

/*  CSS definations */
/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}

/* ==================================================
   Basic Styles
================================================== */

html, body {
    height: 100%;
}

html, hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:hover,
    a:active,
    a:focus {
        outline: 0;
        color: #666666;
    }

    a img {
        border: none;
    }

    a > img {
        vertical-align: middle;
    }

.gray-bg {
    background: #bababa;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #f8f8f8;
}

.dgray-bg {
    background: #333333;
}

img {
    max-width: 100%;
}

img, object, embed, audio, video {
    max-width: 100%;
}

img {
    height: auto;
}

strong, .strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i, em, .italic {
    font-style: italic;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px !important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.centered {
    margin: auto;
    width: 80%;
    padding: 10px;
}

li {
    list-style-type: disc;
    list-style-position: initial;
    margin-left: 20px;
}

ol li {
    list-style-type: decimal;
    list-style-position: initial;
    margin-left: 20px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.25
    em;
}

h1 {
    font-size: 42px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
}


button {
    font-size: 18px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Trebuchet MS' !important;
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

    h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
        margin-bottom: 5px;
    }

    h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
        margin-top: 22px;
    }

    h1 a, h2 a, h3 a, h5 a, h6 a {
        color: #5e5e5e;
        text-decoration: none;
    }

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    border-left: 3px solid;
}

    blockquote p {
        margin-bottom: 0;
        white-space: normal;
        font-style: italic;
        font-size: 20px;
        font-family: 'Trebuchet MS' !important;
    }

    blockquote cite {
        color: #ffffff;
    }

        blockquote cite:before {
            content: "- ";
        }

p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

    p.md {
        font-size: 16px;
        line-height: 22px;
    }

    p.lg {
        font-size: 30px;
        line-height: 1.2em;
    }

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}


hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #BABABA;
}

    hr.fw {
        display: block;
        clear: both;
        margin-top: 0;
        margin-bottom: 50px;
        width: 100%;
        height: 1px;
        border: 0;
        background: #eaeaea;
    }

    hr.sm {
        display: inline-block;
        margin: 15px 0;
        width: 40px;
        height: 2px;
        border: 0;
        background: #eaeaea;
    }

ul.checks, ul.angles, ul.carets, ul.chevrons {
    margin-bottom: 15px;
}

    ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li {
        margin: 10px 0;
    }

        ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i {
            margin-right: 2px;
        }

ul.inline {
    margin: 10px 0;
}

    ul.inline > li {
        display: inline-block;
        margin-right: 10px;
    }

        ul.inline > li i.fa {
            margin-right: 2px;
        }

ul.nav-list-primary > li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eceae4;
    color: #666666;
    text-decoration: none;
}

    ul.nav-list-primary > li a:hover {
        text-decoration: none;
    }

ul.unordered {
    margin: 10px 0 10px 20px;
    list-style-type: none;
}

ol {
    margin: 10px 0 10px 30px;
}

    ul.unordered ul, ol ul {
        margin: 10px 0 10px 20px;
    }

ul.unordered ul {
    list-style-type: none;
}

dl {
    margin: 10px 0;
}

    dl dt {
        font-weight: 700;
    }

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.titlearticle {
    font-family: 'Trebuchet MS' !important;
    font-size: 20px;
    font-weight: bold;
}

.cursive {
    font-family: 'Trebuchet MS' !important;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

.title-note {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Trebuchet MS' !important;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    margin-bottom: 20px;
}

/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}

/* ==================================================
   Padding Sets
================================================== */
.padding-b0 {
    padding-bottom: 0 !important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}
/* ==================================================
   Spacers
================================================== */

.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-80 {
    height: 80px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */
/*---df add----------------------*/

.logosbar > div:nth-child(1){

    padding: 0 !important;

}

#main-menu-argos > div > div > div {

    padding-left: 34px;

}

#search-bar-argos > div > div {

    display: flex;
    align-items: center;
}

.unpadded {
    padding: 0 0 0 0;
}
.overlay-transparent {
    background: rgba(0,0,0,.6);
}

.btn {
    border-width: 0;
    text-decoration: none;
    font-family: 'Trebuchet MS' !important;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.btn-lg-lima {
    color: #303542;
    background-color: #c1d72f;
    border-color: #c1d72f;
    padding: 6px 28px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
}

.btn-default {
    border-width: 1px;
}

.btn-link:hover {
    text-decoration: none;
}

.checkers-overlay {
    background: url(../images/checkers.png) repeat;
}

.pattern-overlay {
    background: url(../images/pattern.png) repeat;
}

.img-thumbnail {
    background: #f8f7f3;
    padding: 5px;
}


.social-icons a {
    margin: 0 8px;
    text-decoration: none;
}

.next-prev-nav {
    display: inline-block;
}

.meta-data {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    font-family: 'Trebuchet MS' !important;
    color: #999999;
}

    .meta-data a {
        color: #666666;
    }

        .meta-data a i {
            color: #999999;
        }

        .meta-data a:hover {
            text-decoration: none;
        }

    .meta-data > span {
        margin-right: 20px;
        display: inline-block;
    }

    .meta-data i {
        margin-right: 4px;
    }

    .meta-data > span:last-child {
        margin-right: 0;
    }

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}

    .media-box .zoom, .media-box .expand {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #ffffff !important;
        font-size: 1.5em;
        z-index: 999;
        left: 0;
        top: 0;
        margin: 0;
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.2s;
        -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
        -o-transition: all 0.3s ease 0.2s;
        transition: all 0.3s ease 0.1s;
    }

.img-thumbnail img:hover, .img-thumbnail:hover {
    opacity: .9
}

.media-box:hover .zoom, .media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.mejs-container {
    margin-bottom: 20px;
}

.media-box .media-box-wrapper {
    padding: 30px;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Trebuchet MS' !important;
    line-height: 20px;
    background-attachment: fixed;
    overflow-x: hidden;
}

    body.boxed .body {
        position: relative;
        margin: 25px auto;
        max-width: 1080px;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
        box-shadow: 0 0 2px rgba(0,0,0,.2);
    }

@media (min-width: 1200px) {
    body.boxed .body .site-header, body.boxed .body .main-menu-wrapper {
        max-width: 100%;
        width: 1080px;
    }
}

@media (min-width: 1300px) {

    .container-logos {
    
        width: 1186px !important;

    }
    .container-menu {
        width: 1280px !important;
    }

    .container-menu-top {
        width: 1237px !important;
    }

    #search-bar-argos > div > div > div:nth-child(2) {
        padding-right: 0 !important;
    }
}

#search-bar-argos > div > div > div:nth-child(2) > img {

    float:right !important;

}


.flex-container {
    display:flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items: center;
}


.site-header {
    width: 100%;
}

    .site-header .topbar {
        background-color: rgba(255,255,255,.8);
        height: 80px;
        position: relative;
        z-index: 3;
        -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 0 rgba(0,0,0,.1);
        box-shadow: 0 2px 0 rgba(0,0,0,.1);
    }

.logo {
    position: absolute;
    z-index: 1300;
    display: table;
    margin: 0;
    padding: 0px 30px 0px;
    vertical-align: middle;
    line-height: 0;
}

    .logo a {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
    }

.top-navigation {
    float: right;
    font-family: 'Trebuchet MS' !important;
    padding: 30px 0 0 0;
}

    .top-navigation li {
        float: left;
        letter-spacing: 2px;
        font-size: 12px;
        list-style-type: none;
        margin-bottom: 10px;
    }

        .top-navigation li a {
            display: inline-block;
            margin: 0 10px;
            text-decoration: none;
            list-style-type: none;
        }

        .top-navigation li:after {
            content: "/";
        }

        .top-navigation li:last-child:after {
            content: ""
        }

.menu-toggle {
    font-size: 25px;
    margin: 5px 10px 0 0;
    float: left;
    color: black;
}

.site-header .menu-toggle:focus {
    outline: 0;
}

.main-menu-wrapper {
    display: block;
    width: 100%;
}

    .main-menu-wrapper .col-md-12 {
        position: relative;
    }

.navigation {
    height: 50px;
    background: #f8f7f3;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 5;
    text-align: center;
    font-family: 'Trebuchet MS' !important;
    position: relative;
    top: 0;
}


    .navigation > ul > li {
        display: inline-block;
        line-height: 50px;
        font-size: 16px;
        position: relative;
        list-style-type: none;
        margin-left: 0px;
    }

        .navigation > ul > li i {
            font-size: 13px;
            list-style-type: none;
        }

        .navigation > ul > li > a {
            padding: 0 2px;
            display: block;
            text-decoration: none;
            list-style-type: none;
            margin-left: 0px;
        }

    .navigation ul > li > a:hover, .navigation ul > li > a.current {
    }

    .navigation > ul > li ul {
        position: absolute;
        /*top:60px;*/
        left: 30px;
        z-index: 999;
        display: none;
        min-width: 100%;
        height: auto;
        background: #fff;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-left: 30px;
    }

    .navigation > ul > li:hover ul {
        display: block;
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .navigation > ul > li > ul li {
        line-height: normal;
        font-size: 14px;
        position: relative;
        list-style-type: none;
        margin-left: 0px;
    }

        .navigation > ul > li > ul li > a {
            display: block;
            padding: 10px 20px;
            border-bottom: 1px solid #f8f7f3;
            white-space: nowrap;
            text-decoration: none;
            margin-left: 0px;
        }

        .navigation > ul > li > ul li a:hover {
            text-decoration: none;
        }

        .navigation > ul > li > ul li ul {
            left: 100% !important;
            top: 0;
            min-width: inherit;
            margin-left: 11px;
            position: absolute;
        }

    .navigation > ul > li.megamenu {
        position: inherit !important;
        left: 0;
    }

        .navigation > ul > li.megamenu > a.titlemenu {
            font-size: 15px;
            font-weight: 700;
        }

        .navigation > ul > li.megamenu i {
            font-size: 100%;
        }

        .navigation > ul > li.megamenu:hover {
            background: #f5f5f5;
            color: #303542;
        }

        .navigation > ul > li.megamenu a:hover {
            color: #303542;
        }

        .navigation > ul > li.megamenu > ul {
            left: -30px !important;
            width: 100%;
        }

        .navigation > ul > li.megamenu.sfHover a {
            color: #303542;
        }

    .navigation .megamenu-container {
        padding: 25px;
        width: 100%;
        background: #f5f5f5;
    }

        .navigation .megamenu-container ul {
            list-style: none;
            display: block !important;
            color: #666666;
            left: 0 !important;
            box-shadow: none;
            opacity: 1 !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background: transparent;
            position: relative !important;
            text-align: left !important;
            margin-left: 0;
        }

    .navigation > ul > li.megamenu > ul:before {
        position: absolute;
        left: 50%;
        top: auto;
        margin: -10px 0px 0px -10px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 5px;
        display: none;
    }

    .navigation > ul > li.megamenu .meta-data {
        text-transform: none;
    }

    .navigation .megamenu-container .megamenu-sub-title {
        display: block;
        padding-bottom: 7px;
        padding-top: 7px;
        color: #303542;
        text-transform: none;
        font-size: 14px;
        font-family: 'Trebuchet MS' !important;
        font-weight: 700;
        text-align: left !important;
        border-bottom: 1px solid #303542;
    }



    .navigation .megamenu-container ul li a {
        display: block;
        padding: 7px 0;
        border-bottom: 0;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Trebuchet MS' !important;
    }

        .navigation .megamenu-container ul li a i {
            display: none;
        }

        .navigation .megamenu-container ul li a:hover {
            text-decoration: none;
            color: #0fbbba;
        }

.is-sticky .main-menu-wrapper {
    z-index: 1000;
    min-height: 50px;
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.is-sticky .navigation {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Added in v1.3 */
.header-style3 .navigation {
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.header-style3 .main-menu-wrapper {
    background: #00b295 !important;
    height: 50px !important;
}

.header-style3 .hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next {
    margin-top: -50px;
}

.header-style3 .top-search {
    float: right;
    width: 50%;
}

.header-style3 .toprow {
    width: 100%;
    height: 20px;
}

.top-menus li {
    display: inline;
    font-size: 12px;
}

.top-menus i {
    font-size: 15px;
}

.top-menus a {
    color: #ffffff;
    padding: 0 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

    .top-menus a:hover {
        opacity: 1;
        color: #0bbab9;
    }
/* 
Footer
*/


@media (min-width: 992px) {
    .rowlineafooter {
        background: #0ebab9;
        color: #ffffff;
        height: 80px;
        align-items: center;
        display: flex;
        text-align: left;
        width: 100%;
        line-height: 30px;
    }

    .spacer-50 {
        height: 50px;
        clear: both;
        width: 100%;
    }

    .spacer-75 {
        height: 75px;
        clear: both;
        width: 100%;
    }

    .spacer-70 {
        height: 70px;
        clear: both;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .rowlineafooter {
        background: #0ebab9;
        color: #ffffff;
        height: auto;
        column-span: all;
        line-height: 30px;
    }
}

.socialnets {
    height: 50px;
    align-items: right;
    display: flex;
    text-align: right;
    width: 100%;
    background: #c1d72f;
    color: #303542;
    font-size: 28px;
}

.containerfooterdown {
    width: 100%;
    background: #c1d72f;
    color: #303542;
    display: flex;
    text-align: left;
    text-decoration: none;
    padding-top: 20px;
}

    .containerfooterdown a {
        color: #303542;
        text-align: left;
        font-size: 10px;
        font-family: 'Trebuchet MS' !important;
    }


.font42 {
    font-size: 20px;
    font-family: 'Trebuchet MS' !important;
}


.font5 {
    font-size: 3px;
}



.spacer {
    padding-top: 4px;
}

.font24 {
    font-size: 14px;
    font-family: 'Trebuchet MS' !important;
    align-items: center;
}

.font12-normal {
    font-size: 14px;
    font-family: 'Trebuchet MS' !important;
}

a.font12 {
    font-size: 14px;
    font-family: 'Trebuchet MS' !important;
}

.font10 {
    font-size: 10px;
    font-family: 'Trebuchet MS' !important;
}


.font8 {
    font-size: 8px;
    font-family: 'Trebuchet MS' !important;
}

li.footerlist {
    margin-bottom: 2px;
}


.featured-event-container {
    position: relative;
    background-color: #F8F7F3;
    margin: 0;
    padding: 15px;
}

    .featured-event-container h4 {
        margin-top: 10px;
    }

    .featured-event-container p:last-child {
        margin-bottom: 0;
    }

    .featured-event-container h4 a {
        text-decoration: none;
    }

.sidebar-widget-title .featured-star {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-top: 9px;
    margin-right: 5px;
    float: left;
    font-size: 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.featured-event-time {
    position: static;
    z-index: 9;
    right: 10px;
    top: -40px;
    width: 80px;
    height: 80px;
    padding: 18px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #F8F7F3;
    text-align: center;
    color: #fff;
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    float: right;
}

    .featured-event-time .date {
        display: block;
        font-size: 24px;
    }

    .featured-event-time .month {
        display: block;
        font-size: 12px;
        opacity: .8;
    }

.cause-item .progress {
    background: #eceae4;
    height: 8px;
}

.cause-item .progress-bar {
    line-height: 8px;
}

.cause-item .progress-label {
    font-family: 'Trebuchet MS' !important;
    margin-bottom: 5px;
}

.cause-item .grid-content {
    padding-bottom: 15px;
}

.payment-to-cause a {
    text-decoration: none;
}

    .payment-to-cause a:hover {
        text-decoration: underline;
    }

.custom-donate-amount {
    display: none;
}

#PaymentModal textarea {
    resize: vertical;
}

.causes-archive .donate-paypal {
    margin-top: 10px;
}

.causes-archive .progress-label {
    margin-top: 15px;
}

.single-cause-teaser .listing-cont {
    padding-top: 20px;
}

.home6.content {
    padding-bottom: 0;
}
/* End Added in v1.4.2 */
/* Hero Slider */
.flexslider {
    margin: 0;
    padding: 0;
    background: url(../images/loader.gif) no-repeat scroll center center;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        margin-left: 0px;
    }

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider .slides {
    zoom: 1;
}

.hero-slider {
    position: relative;
    top: -81px;
    margin-bottom: -81px;
    left: 0;
    z-index: 1;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

    .hero-slider .flex-viewport {
        width: 100%;
    }

    .hero-slider.flexslider > ul.slides {
        height: 100%;
    }

    .hero-slider.flexslider ul.slides li {
        height: 500px;
        width: 100%;
        overflow: hidden;
        position: static;
        background-attachment: scroll !important
    }

.flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 111;
    left: 0;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.hero-slider.flexslider .flex-control-nav {
    bottom: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.hero-slider.flexslider:hover .flex-control-nav {
    bottom: 10px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}

.flexslider .flex-control-nav li {
    display: inline;
}

.flexslider .flex-control-nav a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    text-indent: -9999px;
    text-decoration: none;
}

.flexslider .flex-prev, .flexslider .flex-next {
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 20px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: none;
    text-align: center;
}

.flexslider .flex-prev {
    left: 10px;
    right: auto;
    background-color: white;
}

.flexslider .flex-next {
    background-color: white;
}


a.flex-next {
    color: #303542;
}

    a.flex-next:hover {
        color: #303542;
    }

a.flex-prev {
    color: #303542;
}

    a.flex-prev:hover a.flex-prev:hover:visited {
        color: #303542;
    }

    a.flex-prev:visited {
        color: #303542;
    }

a.flex-next:visited {
    color: #303542;
}


.flexslider .flex-next {
    background-color: white;
}

.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    right: -100px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    font-size: 30px;
    line-height: 100px;
    display: block;
    text-align: left;
}

.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    display: block;
}


.hero-slider.flexslider .flex-next {
    padding-left: 30px;
}

.hero-slider.flexslider:hover .flex-prev {
    left: -50px;
    -webkit-transition: left .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}

.hero-slider.flexslider:hover .flex-next {
    right: -50px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

.notice-bar, .page-header {
    background: #f8f7f3;
    padding: 20px 0;
    box-shadow: 0 2px 0 rgba(0,0,0,.07);
}

/* End v1.2 addition */
/* Added in v1.5 */
.slider-rev-cont {
    height: 500px;
    position: relative;
    z-index: 1;
}

.products-list li {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .products-list li .shop-item {
        margin-bottom: 30px;
        padding: 4px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .products-list li .product-image {
        position: relative;
        margin-bottom: 15px;
    }

    .products-list li .product-details {
        float: left;
    }

        .products-list li .product-details h3 {
            margin-bottom: 0;
            font-weight: normal;
            font-size: 16px;
        }

            .products-list li .product-details h3 a {
                color: #666666;
            }

                .products-list li .product-details h3 a:hover {
                    text-decoration: none;
                }

        .products-list li .product-details .product-categories a {
            color: #999999;
            font-size: 12px;
        }

    .products-list li .product-price {
        float: right;
        width: 50px;
        text-align: right;
        font-weight: 700;
    }

.products-list .product-image .add-to-cart {
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 300;
    display: block;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.products-list .product-image:hover .add-to-cart {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .3s .2s, bottom .3s .2s;
    -moz-transition: opacity .3s .2s, bottom .3s .2s;
    -ms-transition: opacity .3s .2s, bottom .3s .2s;
    -o-transition: opacity .3s .2s, bottom .3s .2s;
    transition: opacity .3s .2s, bottom .3s .2s;
}

.shop-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 200;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    font-size: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
/* End Added in v1.5 */
.notice-bar-title-icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.notice-bar-title .title-note {
    margin-top: 4px;
}

.notice-bar-title strong {
    font-family: 'Trebuchet MS' !important;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.notice-bar-event-title h5, .notice-bar-event-title .date {
    margin-bottom: 0;
}

.counter .timer-col {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds {
    display: inline-block;
    font-family: 'Trebuchet MS' !important;
    font-size: 18px;
    padding: 5px 10px;
}

.timer-col #days {
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timer-col #hours, .timer-col #minutes, .timer-col #seconds {
    background: #eceae4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timer-col .timer-type {
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.content {
    padding: 50px 0;
}

.featured-blocks {
    margin-bottom: 30px;
}

.featured-block {
    position: relative;
}

    .featured-block strong {
        background: url(../images/pattern.png);
        color: #fff;
        font-size: 18px;
        display: inline-block;
        padding: 5px 30px;
        margin: 0;
        position: absolute;
        z-index: 10;
        left: 10px;
        bottom: 30px;
        -webkit-transition: all 0.3s ease 0.2s;
        -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
        -o-transition: all 0.3s ease 0.2s;
        transition: all 0.3s ease 0.1s;
    }

    .featured-block:hover strong {
        bottom: 58px;
        -webkit-transition: bottom .3s .2s;
        -moz-transition: bottom .3s .2s;
        -ms-transition: bottom .3s .2s;
        -o-transition: bottom .3s .2s;
        transition: bottom .3s .2s;
    }

    .featured-block .more {
        background: #ffffff;
        color: #333333;
        display: inline-block;
        padding: 5px 20px 5px 30px;
        margin: 0;
        position: absolute;
        z-index: 9;
        left: 10px;
        bottom: 30px;
    }

    .featured-block .img-thumbnail:hover {
        opacity: 1;
    }

.listing-header, .post-title {
    border-bottom: 1px solid #eceae4;
}

.listing-header-sub {
    text-align: right;
    padding-top: 10px;
}

    .listing-header-sub h5 {
        display: inline-block;
        margin-right: 20px;
    }

.listing .item {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px solid #eceae4;
}

.event-date {
    width: 100%;
    font-family: 'Trebuchet MS' !important;
    color: #333333;
    text-align: center;
    padding: 5px 0 0 0;
}

    .event-date .date {
        font-family: 'Trebuchet MS' !important;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0;
        display: block;
        margin-top: 2px;
    }

    .event-date .month, .event-date .year {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #999999;
        display: block;
        margin-top: 4px;
    }

    .event-date .year {
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 2px;
    }

.event-item .event-date {
    width: 6%;
    float: left;
    margin-right: 4%;
}

.event-item .event-detail {
    float: left;
    width: 70%;
    margin-right: 3%
}

.event-item .to-event-url {
    float: left;
    width: 17%;
    text-align: right;
    display: table;
    vertical-align: middle;
}

    .event-item .to-event-url div {
        display: table-cell;
        vertical-align: middle;
    }

.event-item .event-detail h4 {
    font-family: 'Trebuchet MS' !important;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
}

    .event-item .event-detail h4 a {
        text-decoration: none;
    }

.post-listing .post {
    padding: 20px 0 10px 0;
}

.post-listing .media-box {
    margin-bottom: 10px;
}

.post-listing .post-title {
    margin-bottom: 12px;
}

    .post-listing .post-title h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

.featured-gallery {
    padding: 50px 0;
}

    .featured-gallery h4 {
        color: #ffffff;
    }

    .featured-gallery .btn {
        border: 0;
    }

.site-footer {
    background-color: #f8f7f3;
    padding: 50px 0;
    box-shadow: 0 -2px 0 rgba(0,0,0,.07);
}

.site-footer-bottom {
    background-color: #eceae4;
    padding: 20px 0;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    color: #999999;
}

    .site-footer-bottom p {
        margin-bottom: 0;
        font-size: 12px;
    }

.site-header .social-icons {
    margin-top: 30px;
}

.site-footer-bottom .social-icons, .site-header .social-icons {
    text-align: right;
}

    .site-footer-bottom .social-icons a, .site-header .social-icons a {
        color: #ffffff;
        background: #999999;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        display: inline-block;
        margin: 0 0 0 8px;
        text-decoration: none;
    }

        .site-footer-bottom .social-icons a:hover, .site-header .social-icons a:hover {
            background: #666666;
        }

.nav-backed-header {
    position: relative;
    z-index: 1;
    margin: 0;
    border: 0;
}

.page-header {
    margin: 0;
    position: relative;
    padding: 20px 0 20px 0;
    border: 0;
}

    .page-header h1 {
        color: #ffffff;
        margin-bottom: 0;
        line-height: 1em;
        font-family: 'Trebuchet MS' !important;
    }

    .page-header p {
        color: #d8d6d1;
        margin: 0;
    }

ol.breadcrumb {
    margin: 0;
    background: none;
    padding: 90px 0 40px 0;
}

    ol.breadcrumb a {
        color: #303542;
        text-decoration: none;
    }

        ol.breadcrumb a:visited {
            color: #303542;
            text-decoration: none;
        }

        ol.breadcrumb a:hover {
            color: #fff;
            text-decoration: underline;
        }

    ol.breadcrumb > .active {
        color: #fff;
    }

.grid-holder {
    width: 105%;
    margin-left: -3%;
    float: left;
}

    .grid-holder .grid-item {
        float: left;
    }

.grid-item {
    margin-bottom: 3%;
    border-bottom: medium none;
}

.grid-item-inner {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.grid-holder .grid-item {
    margin-left: 3%;
}

.grid-holder.col-2 .grid-item {
    width: 49%;
}

.grid-holder.col-3 .grid-item {
    width: 29.63%;
}

.grid-holder.col-4 .grid-item {
    width: 24%;
}

.grid-media {
    position: relative;
}

.grid-content {
    padding: 15px 20px 1px 20px;
}

    .grid-content .fa-external-link {
        margin-left: 10px;
    }

.events-grid .grid-item {
}

.grid-item h3 {
    line-height: 1em;
}

.post-title {
    margin-bottom: 0;
    padding-bottom: 6px;
}

.post-content {
    padding-top: 20px;
}

    .post-content .featured-image {
        margin-bottom: 20px;
    }

.single-post-header {
    margin-bottom: 0;
}

    .single-post-header .event-date {
        float: left;
        width: 50px;
    }

    .single-post-header .btn-toolbar {
        margin-top: 8px;
    }

    .single-post-header .post-comments-count {
        margin-top: 15px;
    }

.event-description .panel-body {
    padding: 10px 0;
}

.event-description .panel-heading {
    color: #ffffff;
}

ul.submenu {
    display: none;
}

.posts-archive .post {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eceae4;
}
/* Start Added in v1.2 */
.posts-featuring .post-title {
    border-bottom: 0;
    margin-bottom: 0;
}

    .posts-featuring .post-title .meta-data {
        margin-bottom: 0;
    }

.posts-featuring .listing-header .btn {
    margin-top: 5px;
}

.blog-full-width .meta-data {
    margin-top: 7px;
}

    .blog-full-width .meta-data span {
        margin: 10px 0;
        display: block;
    }

.blog-full-width .post .img-thumbnail {
    margin-bottom: 20px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eceae4;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #eceae4;
            border-radius: 5px;
            padding: 20px;
            padding-top: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
        }


        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            padding-top: 11px;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #eceae4;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .timeline > li > .timeline-badge span {
                font-size: 14px;
                font-family: 'Trebuchet MS' !important;
                display: block;
                line-height: 16px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 10px;
                left: -10px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 9px;
                left: -9px;
                right: auto;
            }

.timeline-title {
    margin-top: 0;
    color: inherit;
}

    .timeline-title a {
        text-decoration: none;
    }

.timeline-body > p:last-child,
.timeline-body > ul:last-child {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
/* End added in v1.2 */
/* Start added in v1.3 */
.event-blocks li, .album-blocks li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.album-blocks li {
    text-align: center;
}

.push-btn {
    margin-top: 5px;
}

.event-blocks .event-cat {
    float: right;
    margin-top: 5px;
}

.album-blocks .grid-item-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.album-cover {
    background: url(../images/album-disk.png) no-repeat 80px center;
    width: 224px;
    height: 148px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

    .album-cover:hover {
        background-position: 95px center;
        -webkit-transition: background-position .3s .2s;
        -moz-transition: background-position .3s .2s;
        -ms-transition: background-position .3s .2s;
        -o-transition: background-position .3s .2s;
        transition: background-position .3s .2s;
    }

    .album-cover .album-image {
        width: 148px;
        height: 148px;
        background: url(../images/album-cover.png) no-repeat center center #eceae4;
        -webkit-background-size: 100%;
        background-size: 100%;
        display: inline-block;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
    }

.album-image img {
    width: 100%;
    height: 100%;
}

.album-blocks li h5 {
    margin-top: 10px;
}

.slider-wrapper {
    position: relative;
    z-index: 1;
    top: -81px !important;
    margin-bottom: -81px !important;
}

.nivoslider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.nivo-directionNav a {
    top: 55% !important;
}

.nivo-controlNav {
    width: 100%;
    z-index: 22;
    position: absolute;
    bottom: 20px;
}

.fc-event:hover {
    color: #fff !important;
}
/* End added in v1.3 */
.posts-archive .post .img-thumbnail {
    margin-top: 10px;
}

.audio-container, .video-container {
    margin-bottom: 30px;
}

.post-meta {
    background-color: #f8f7f3;
    border-bottom: 1px solid #eceae4;
    padding: 10px 20px;
    font-size: 12px;
}

    .post-meta i {
        margin-right: 5px;
        font-size: 14px;
    }

.post-comments {
    margin: 30px 0 0 0;
}

.comments {
    margin: 0;
    list-style-type: none;
}

    .comments li {
        margin-bottom: 25px;
    }

        .comments li .post-comment-block {
            padding: 25px;
            padding-bottom: 5px;
            border: 1px solid #eceae4;
            border-bottom-width: 2px;
            background: #ffffff;
        }

        .comments li.admin > .post-comment-block {
            background-color: #f8f7f3;
        }

        .comments li .img-thumbnail {
            float: left;
            margin-right: 20px;
        }

        .comments li h5 {
            margin-bottom: 5px;
        }

        .comments li ul {
            padding-top: 25px;
            padding-left: 50px;
        }

.post-comment-form {
    margin: 30px 0 0 0;
    border-bottom: 0;
}

    .post-comment-form .form-control {
        margin-bottom: 20px;
    }

.gallery-filter ul {
    float: right;
}

/* Post Formats */
.format-quote .media-box blockquote {
    color: #ffffff;
    padding-left: 0;
    border-left: 0;
}

.staff-item .social-icons {
    margin-bottom: 15px;
}

#gmap {
    height: 350px;
    margin-bottom: 30px;
    overflow: hidden;
}

    #gmap iframe {
        border: 0;
        width: 100%;
        height: 350px;
    }

#message {
    margin-top: 10px;
}

/* Widgets */
.widget {
    margin-bottom: 30px;
}

.search-form-widget {
    margin-top: 10px;
}

.widget .sidebar-widget-title h3 {
    border-bottom: 1px solid #eceae4;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.widget .sidebar-widget-title {
    border-bottom: 4px solid #f8f7f3;
    margin-bottom: 20px;
}

.widget h4.footer-widget-title {
    border-bottom: 1px solid #eceae4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.widget ul > li {
    border-bottom: 1px solid #eceae4;
    padding: 10px 0;
    color: #999999;
}

.widget .event-item .event-date {
    width: 15%;
}

.widget.post-listing h2.post-title {
    font-size: 14px;
    margin-bottom: 0;
}

.tag-cloud a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px;
    text-decoration: none;
}

    .tag-cloud a:hover {
        text-decoration: none;
    }

.widget-recent-posts .post-image {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.widget-recent-posts .widget-blog-content {
    float: left;
    width: 65%;
}

.widget-recent-posts .fa-plus {
    margin-right: 0;
}

.widget-recent-posts ul li a {
    padding: 12px 0;
    text-decoration: none;
}

.widget_recent_comments .fa-angle-right {
    display: none;
}

.widget .twitter-widget li {
    font-size: 16px;
    line-height: 28px;
    border: 0;
    padding: 0;
}

.widget-gallery ul {
    margin-left: -3%;
}

    .widget-gallery ul li {
        float: left;
        width: 30%;
        margin-left: 3%;
        margin-bottom: 20px;
        border-bottom: 0;
        padding: 0;
    }

        .widget-gallery ul li i {
            display: none;
        }

/* Back to Top Button */
#back-to-top {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: none;
    padding: 5px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,.7);
    color: #ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================
   Tabs
================================================== */
.tabs {
    margin-bottom: 25px;
}

.nav-tabs {
}

    .nav-tabs li {
        position: relative;
        display: block;
        float: left;
        margin-right: 1px;
    }

        .nav-tabs li a {
            display: block;
            padding: 10px 20px;
            background: #f8f8f8;
            text-decoration: none;
        }

            .nav-tabs li a:hover {
                color: #fff;
                background: #666;
                text-decoration: none;
            }

            .nav-tabs li a:active, .nav-tabs li.active a {
                color: #fff;
                background: #666;
            }

.tab-content {
    padding: 20px 0;
    background: #ffffff;
}

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
    margin-bottom: 35px;
}

.accordion-group {
    margin-bottom: 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading {
    border-bottom: 0 none;
}

    .accordion-heading .accordion-toggle {
        position: relative;
        display: block;
        padding: 15px;
        background: #f8f8f8;
        text-decoration: none;
        font-size: 13px;
        -webkit-transition: all 0.1s linear 0s;
        -moz-transition: all 0.1s linear 0s;
        -ms-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

.accordion-toggle {
    cursor: pointer;
}

    .accordion-toggle:hover {
        text-decoration: none;
    }

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
    background: #666;
    color: #fff;
}

.accordion-heading .accordion-toggle.active {
    color: #fff;
    background: #666;
}

.accordion-heading .accordion-toggle.inactive {
    background: #f8f8f8;
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle i {
    color: #fff;
}

.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: #666;
}

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
    display: block;
}

.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
    display: block;
}

.accordion-inner {
    padding: 16px;
    border: 1px solid #efefef;
    background: #fff;
}

/* ==================================================
   Alerts
================================================== */

.alert {
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #efefef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f8f8f8;
    text-shadow: none;
}

    .alert .close {
        position: relative;
        top: 0px;
        right: -22px;
        color: #FFFFFF;
        text-shadow: none;
        line-height: 20px;
        -webkit-transition: opacity 0.1s linear 0s;
        -moz-transition: opacity 0.1s linear 0s;
        -ms-transition: opacity 0.1s linear 0s;
        -o-transition: opacity 0.1s linear 0s;
        transition: opacity 0.1s linear 0s;
    }

        .alert .close:hover {
            text-decoration: none;
            opacity: 1;
        }

.alert-standard {
    border-color: #efefef;
    background-color: #f8f8f8;
}

    .alert-standard, .alert-standard .close {
        color: #666;
    }

.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

    .alert-success, .alert-success .close {
        color: #468847;
    }

.alert-danger,
.alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
}

    .alert-danger, .alert-danger .close,
    .alert-error, .alert-error .close {
        color: #b94a48;
    }

.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
}

    .alert-info, .alert-info .close {
        color: #3a87ad;
    }

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
}

    .alert-warning, .alert-warning .close {
        color: #c09853;
    }

/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    margin-bottom: 15px;
    height: 20px;
    border-radius: 3px;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
    border-radius: 3px;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

span.progress-bar-tooltip {
    position: absolute;
    position: absolute;
    top: -28px;
    right: 5px;
    display: block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-border-radius: 3px;
}

    span.progress-bar-tooltip:after {
        position: absolute;
        bottom: -5px;
        left: 13px;
        display: block;
        width: 0;
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #333 transparent;
        content: "";
    }

/* ==================================================
   Facts Counters
================================================== */
.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999999;
    line-height: 100px;
    margin: 10px 0;
}

.fact {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    margin-top: 10px;
    font-family: 'Trebuchet MS' !important;
    font-style: italic
}

.counters .timer {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.touch .parallax, .nav-backed-header.parallax {
    background-attachment: scroll !important;
}

/*-------------------------------------------------------------------------------------------*/
/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 5000px) {
    .navigation > ul > li > a {
        padding: 0 14px;
    }

    .gallery-filter ul li span {
        display: none;
    }
    /* Added in v1.4.2 */
    .header-style4 .navigation > ul > li > a i {
        display: none;
    }
    /* End Added in v1.4.2 */
}

@media only screen and (max-width: 1200px) {
    .top-navigation li {
        font-size: 18px;
    }

    .notice-bar .btn-block, .notice-bar .counter {
        margin-top: 20px;
    }

    .events-listing .event-date {
        width: 10%;
    }

    .events-listing .event-detail {
        width: 57%;
    }

    .events-listing .to-event-url {
        width: 26%;
    }

    .logo {
        position: relative;
        float: center;
        padding: 0px 0px 0px;
    }

    .main-menu-wrapper {
        display: none;
        background: #f8f7f3;
        height: auto;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 9999;
        width: 100%
    }

    .navigation {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: auto;
        position: relative;
        z-index: 9999;
        text-align: right;
    }

        .navigation > ul > li {
            display: block;
            width: 100%;
            line-height: normal;
            text-align: left;
            margin-bottom: 2px;
            margin-left: 0px;
        }

            .navigation > ul > li > a {
                padding: 20px 25px;
                border-bottom: 1px solid #eceae4;
                margin-bottom: 2px;
                margin-left: 0px;
            }

            .navigation > ul > li > ul, .navigation > ul > li > ul li ul {
                position: static;
                height: auto !important;
                border-bottom: 1px solid #eceae4;
                top: 0;
                left: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                margin-left: 0;
                margin-bottom: 2px;
            }

                .navigation > ul > li > ul:before, .navigation > ul > li > ul li ul:before {
                    display: none;
                    list-style-type: none;
                    margin-bottom: 2px;
                }

        .navigation .megamenu-container ul.sub-menu a {
            font-size: 12px;
            font-weight: 400;
            font-family: 'Trebuchet MS' !important;
        }

    .is-sticky .main-menu-wrapper {
        background-color: red;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navigation .megamenu-container ul.sub-menu {
        margin-bottom: 2px;
        margin-top: 10px;
        border-bottom: 0;
        font-weight: 400;
        font-family: 'Trebuchet MS' !important;
    }

    .nav-backed-header {
        top: 0;
        margin-bottom: 0;
    }

    ol.breadcrumb {
        padding-top: 20px;
    }

    .page-header {
        top: 0;
        margin-bottom: 0;
    }

    .post .img-thumbnail, .post .img-thumbnail {
        margin-bottom: 20px;
    }

    .gallery-filter ul {
        float: left;
        margin-top: 20px;
    }

    ol.breadcrumb {
        padding: 40px 0 40px 0;
    }
    /* Added in v1.2 */
    .news-portal-cats {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    /* Isotope */
    
    .subtitleBarraNegociosHome, .subtitleBarraNegociosHome:visited {
        font-family: 'Trebuchet MS' !important;
        font-size: 16px;
        font-weight: 400;
        color: #303542;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header-style3 .top-search {
        float: center;
        width: 70%;
    }

    .isotope {
        overflow: visible !important;
        height: auto !important;
    }

    .nobull {
        list-style-type: none;
    }

    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .isotope-hidden {
        display: none !important;
    }

    .grid-item {
        margin-bottom: 6%;
    }

    .counter {
        margin-top: 20px;
    }

    .featured-gallery {
        text-align: center;
    }

        .featured-gallery a {
            margin-bottom: 20px;
            display: block;
        }

    .footer-widget {
        margin-bottom: 30px;
    }

    .copyrights-col-left, .copyrights-col-right {
        text-align: center;
    }

    .copyrights-col-left {
        margin-bottom: 20px;
    }

    .copyrights-col-right .social-icons {
        text-align: center;
    }

        .copyrights-col-right .social-icons a {
            margin: 0 4px;
        }

    .grid-holder.col-2 .grid-item {
        width: 95%;
    }

    .grid-holder.col-3 .grid-item {
        width: 95%;
    }

    .grid-holder.col-4 .grid-item {
        width: 95%;
    }

    .media-box {
        margin-bottom: 20px;
    }

    .grid-item .media-box {
        margin-bottom: 0;
    }

    .post-listing .item {
        float: none;
    }

    .listing-header-sub .next-prev-nav {
        float: left;
    }

    .listing-header-sub h5 {
        margin-right: 0;
    }

    .featured-block {
        margin-bottom: 20px;
    }

    .gallery-filter ul li span {
        display: none;
    }

    .page-header h1 {
        font-size: 24px;
    }

    .sidebar {
        width: 100%;
        margin-top: 30px;
    }

    .staff-item {
        margin-bottom: 30px;
    }

    #back-to-top {
        display: none !important;
    }
    /* Added in v1.2 */
    .news-portal-cats {
        margin-bottom: 20px;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

    .main-menu-wrapper {
        top: 180px;
    }

    .top-menus {
        float: none !important;
        text-align: center;
    }
    /* Added in v1.4.2 */
    .header-style4 .toprow {
        display: none;
    }
    .img-responsive {
        width: 100%;
        height: auto;
    }
    .img-mobile {
        width: 100%;
        height: auto;
    }
    .btn-mobile {
        width: 90%;
        padding: 15px;
        font-size: 20px;
        text-align: center;
    }
    
    /* End Added in v1.4.2 */
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.pic:hover {
    opacity: 0.9;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.alignRight {
    float: right;
}

@media (min-width: 1150px) {
    .tagLeft {
        float: left;
        position: relative;
        left: 0px;
        right: 20px;
        width: 500px;
        top: 40px;
        background-color: white;
        z-index: 4;
    }

    .containerLeft {
        right: auto;
        width: 100%;
        max-height: 290px;
        height: auto;
        margin-bottom: inherit;
        margin-top: inherit;
        margin-right: inherit;
        text-align: left;
        padding: 20px 10px;
    }

    .containerLeft {
        display: flex;
        align-items: center;
        min-height: 250px;
    }

    @media (max-width: 2000px) {
        .leftDiv {
            left: 450px;
            position: absolute;
        }
    }
}

.centerImage {
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 2000px) {
    .links {
        position: sticky;
        top: 3em;
        padding-right: 30px;
        text-align: right;
        width: 32%;
    }


    .centerDiv {
        width: 50%;
        margin: 0 auto;
        margin-top: -7%;
        background-color: white;
        position: absolute;
        width: 480px;
        height: auto;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
    #TopTextPane{
        position:inherit!important;
    }
    .centerDiv2 {
        width: 50%;
        margin: 0 auto;
        margin-top: -7%;
        background-color: white;
        position: absolute;
        width: 480px;
        height: auto;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (min-width: 2001px) and (max-width: 2500px) {
    .links {
        position: sticky;
        top: 3em;
        padding-right: 20px;
        text-align: right;
        width: 25%;
    }
}

@media (min-width: 2600px) {
    .links {
        position: sticky;
        top: 3em;
        padding-right: 20px;
        text-align: right;
        width: 40%;
    }
}

@media (min-width: 2000px) {




    .centerDiv {
        width: 50%;
        margin: 0 auto;
        margin-top: -8%;
        background-color: white;
        position: absolute;
        z-index: 0;
        width: 480px;
        height: auto;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
    #TopTextPane{
        position:inherit!important;
    }

    .centerDiv2 {
        width: 50%;
        margin: 0 auto;
        margin-top: -8%;
        background-color: white;
        position: absolute;
        z-index: 0;
        width: 480px;
        height: auto;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.divContent {
    margin-right: 30px;
}



.searchInputContainer input:-ms-input-placeholder {
    color: #f5f5f5
}

.searchInputContainer input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent; /* DF Cambi� color*/
    width: auto;
    height: 18px;
    margin: 0;
    padding: 0 15PX;
    font-size: 12px;
    font-style: italic;
    font-family: 'Trebuchet MS' !important;
    font-weight: 800;
    color: #303542;
    width: 128PX;
}

.searchInputContainer input::placeholder {
    color: #303542;
}

a.SearchButton {
    background-color: transparent; /* DF Cambi� color*/
    height: 30px;
    margin-right: 0px; /* DF Agreg� margin */
}


.searchDiv {
    background-color: transparent; /* DF Cambi� color*/
    padding-top: 3px;
    padding-bottom: 3px;
    height: 25px;
    float: right;
    margin-right: 0px; /* DF Agreg� margin */
    margin-bottom: 3px;
}

    /* DF Agreg� estilo */
    .searchDiv img {
        max-width: 22px;
    }

.searchSpace {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footerText a {
    color: #414042;
}

.crumbs, .crumbs a {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Trebuchet MS' !important;
    color: #303542;
    text-decoration: none;
}

    .crumbs a:hover {
        font-size: 12px;
        font-weight: 400;
        font-family: 'Trebuchet MS' !important;
        color: #0bbab9;
        text-decoration: none;
    }

a.crumbs:visited {
    color: #303542;
    text-decoration: none;
}

    a.crumbs:visited:hover {
        color: #0bbab9;
        text-decoration: none;
    }

.divFlex {
    display: flex;
}



ul.dropdownmenu.dark-menu > li > a:hover {
    color: #0bbab9;
}
/* $search-blue */
.dark-menu > li > a {
    color: #ffffff
}
/* $search-blue */


.dark-menu {
    background-color: #303542;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
}

.dark-menu-link a {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    text-transform: capitalize;
}

    .dark-menu-link a:hover {
        color: #0bbab9;
        font-size: 12px;
        font-family: 'Trebuchet MS' !important;
        font-weight: 200;
        text-transform: capitalize;
    }

.dropdown-menu.dark-menu > li > a:hover {
    color: #0bbab9;
    background-color: #303542;
    background-image: none;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    text-transform: capitalize;
}

ul.dark-menu > li {
    background-color: #303542;
    color: #ffffff;
    background-image: none;
    height: auto;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    text-transform: capitalize;
    text-align: left;
    list-style-type: none;
}

    ul.dark-menu > li:hover {
        background-color: #303542;
        color: #0bbab9;
        background-image: none;
        font-size: 12px;
        font-family: 'Trebuchet MS' !important;
        font-weight: 200;
        text-transform: capitalize;
    }

ul.dark-menu {
    background-color: #303542;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    text-transform: capitalize;
}

.dark-menu-title {
    background-color: #303542;
    color: #ffffff;
    border: 0;
    height: 20px;
    padding-left: 5px;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    text-decoration: none;
    font-weight: 200;
    text-transform: capitalize;
}

    .dark-menu-title:hover {
        color: #0bbab9;
    }

a.dark-menu {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    text-transform: capitalize;
}

button.dropdown-toggle dark-menu-title {
    font-size: 12px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0px;
}

.dropdown-toggle .glyphicon {
    margin-left: 20px;
    margin-right: -40px
}

.btn-filtros {
    width: 95%;
    padding: 10px;
}


.btn-bg1 {
    background-color: #087d76;
    color: #ffffff;
    font-family: 'Trebuchet MS' !important;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 20px;
    border-style: none;
}

.btn-bg2 {
    background-color: #00b795;
    border-color: #00b795;
    color: #ffffff;
    font-family: 'Trebuchet MS' !important;
    font-size: 14px;
}

.btn-bg3 {
    background-color: #8dcc97;
    border-color: #8dcc97;
    color: #ffffff;
    font-family: 'Trebuchet MS' !important;
    font-size: 14px;
}

.btn-bg4 {
    background-color: #c1d72f;
    border-color: #c1d72f;
    color: #ffffff;
    font-family: 'Trebuchet MS' !important;
    font-size: 14px;
}

.divHeaderBarraNegocios {
    background-color: #E6E9EA;
}


.HeaderTextMini {
    font-size: 10px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 200;
    font-style: italic;
    padding-top: 10px;
    color: #303542;
}

.HeaderText {
    font-size: 19px;
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    color: #303542;
}

    .HeaderText:hover {
        color: #0bbab9;
    }

/* DF quit� esto
.DivBarraNegocios {
    background-color: #E6E9EA;
    height: 63px;
    padding-top: 6px;
}*/

.ActiveBorderBottom {
    border-bottom: 3px solid;
    border-bottom-color: #303542;
}

.inputForm {
    border-left: none;
    border-top: none;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .inputForm:focus {
        border-left: none;
        border-top: none;
        border-right: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.panel > .panel-heading {
    background-image: none;
    background-color: none;
}

.articulosResaltado {
    padding: 1.6em;
    margin: 1em auto;
    border: 1px solid #d6d6d6;
    border-left: solid 2px #b8d410;
    background: #ffffff;
}


.hrDark {
    height: 1px;
    color: #303542;
    background-color: #303542;
    border: none;
}

.tm_t {
    list-style-type: none;
}

.selectnoscroll {
    overflow-y: auto;
    width: 100%;
    display: flex;
}



.fTech {
    border-top: solid 2px #b8d410;
    background: #E4E8EB;
}

    .fTech > td {
        padding: 1px 20px;
    }

.cst-btn, .cst-btn:visited, .cst-btn a:visited {
    padding: 3px 10px;
    border: 1px solid #002d6a;
    color: #002d6a;
    font-weight: 700 !important;
}

.cst-sidebar > h3 > strong {
    color: #0bbab9;
}

.cst-sidebar > hr {
    height: 2px;
}

.cst-title > strong {
    line-height: 30px;
}

.greenLine {
    display: block;
    clear: both;
    width: 6%;
    height: 3px;
    border: 0;
    background: #0BBAB9;
    margin: 0;
}

h2.dnnFormSectionHead a {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
}

.texto1Slider {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 20pt;
    color: #c1d730;
}

.texto2Slider {
    font-family: 'Trebuchet MS' !important;
    font-weight: 300;
    font-size: 65pt;
    text-transform: uppercase;
}

.texto3Slider {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 110pt;
    text-transform: uppercase;
}

.textoinSlide {
    display: inline-block;
}

/* Added by DemandFrontier Team */

.navbar-brand-mobile {
    margin-top: 0px;
    display: none;
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 121px;
}

/* Menu by DF */

#main-menu-argos {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
}

    #main-menu-argos li {
        list-style-type: none;
        list-style-position: unset;
        margin-left: 0;
    }

    #main-menu-argos .dropdown-large {
        position: static !important;
    }

    #main-menu-argos .dropdown-menu-large {
        margin-left: 16px;
        margin-right: 16px;
        padding: 20px 20px;
    }

        #main-menu-argos .dropdown-menu-large > li > ul {
            padding: 0;
            margin: 0;
        }

            #main-menu-argos .dropdown-menu-large > li > ul > li {
                list-style: none;
            }

                #main-menu-argos .dropdown-menu-large > li > ul > li > a {
                    display: block;
                    padding: 3px 0px;
                    clear: both;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 1.428571429;
                    color: #333333;
                    white-space: normal;
                }

        #main-menu-argos .dropdown-menu-large > li ul > li > a:hover,
        #main-menu-argos .dropdown-menu-large > li ul > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

        #main-menu-argos .dropdown-menu-large .disabled > a,
        #main-menu-argos .dropdown-menu-large .disabled > a:hover,
        #main-menu-argos .dropdown-menu-large .disabled > a:focus {
            color: #999999;
        }

            #main-menu-argos .dropdown-menu-large .disabled > a:hover,
            #main-menu-argos .dropdown-menu-large .disabled > a:focus {
                text-decoration: none;
                background-color: transparent;
                background-image: none;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                cursor: not-allowed;
            }

        #main-menu-argos .dropdown-menu-large .dropdown-header {
            color: #303542;
            font-size: 14px;
            font-weight: bold;
            padding-top: 20px;
        }

    #main-menu-argos .navbar-brand {
        position: relative;
        bottom: 53px;
        z-index: 1000;
    }

    #main-menu-argos .dropdown-menu {
        background-color: #ffffff;
    }

        #main-menu-argos .dropdown-menu .divider {
            background-color: #303542;
            height: 1px;
            margin: 2px 0;
        }

    #main-menu-argos .dropdown-menu-large .dropdown-header {
        padding-left: 0;
    }

    #main-menu-argos .dropdown-menu-large > li > ul > li > a {
        padding: 3px 0px;
    }

    #main-menu-argos .navbar {
        border-radius: 0px;
    }

    #main-menu-argos .dropdown-menu-large > li ul > li > a:hover,
    #main-menu-argos .dropdown-menu-large > li ul > li > a:focus {
        color: rgb(187, 217, 0);
    }

    #main-menu-argos .navbar-default .navbar-toggle:focus,
    #main-menu-argos .navbar-default .navbar-toggle:hover {
        background-color: none;
    }

    #main-menu-argos .navbar-default .navbar-toggle {
        border: 0;
    }

    #main-menu-argos .toggle-text {
        font-family: 'Trebuchet MS' !important;
        font-size: 10px;
        font-weight: 300;
    }

    #main-menu-argos .navbar-toggle {
        padding: 10px 10px 0px 10px;
        margin-right: 5px;
    }

        #main-menu-argos .navbar-toggle .icon-bar {
            display: block;
            width: 28px;
        }

    #main-menu-argos .navbar-toggle {
        margin-top: 16px;
    }

    #main-menu-argos .navbar-default .navbar-toggle:focus,
    #main-menu-argos .navbar-default .navbar-toggle:hover {
        background-color: #ffffff;
    }

    #main-menu-argos .icon-menu {
        display: block;
    }

    #main-menu-argos .navbar-toggle {
        border: none;
        background: transparent !important;
    }

        #main-menu-argos .navbar-toggle:hover {
            background: transparent !important;
        }

        #main-menu-argos .navbar-toggle .icon-bar {
            width: 28px;
            transition: all 0.2s;
        }

        #main-menu-argos .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 25% 130%;
        }

        #main-menu-argos .navbar-toggle .middle-bar {
            opacity: 0;
        }

        #main-menu-argos .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 20% -60%;
        }

        #main-menu-argos .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
        }

        #main-menu-argos .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }

        #main-menu-argos .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
        }

    #main-menu-argos.navbar-default {
        background-color: rgb(187, 217, 0);
        border: none;
        border-radius: 0;
    }

        #main-menu-argos.navbar-default .navbar-nav > li > a {
            color: #303542;
        }

    #main-menu-argos .navbar-collapse {
        max-height: 100%;
        display: flex !important;
        align-items: center;
    }

#top-bar-argos a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 10px;
}

#top-bar-argos li {
    list-style-type: none;
    margin-left: 0;
    font-size: 13px;
    font-family: 'Trebuchet MS' !important;
}

.argos-dark {
    background-color: #303542;
    padding: 3px 0;
}
.bg-blue-alt {
    background-color: #263770 !important;
}
.bg-default {
    background-color: #c3d602 !important;
}

.logo-flex {
    display: flex;
    align-items: center;    
}
.logo-flex .divider {
    width: 1px;
    background: rgb(38, 55, 112);
    height: 100%;
    max-height: 100%;
    display: flex;
    padding-top: 12%;
}
#top-bar-argos .navbar {
    margin-right: 10px;
    border: 0;
    min-height: 0px !important;
    margin-bottom: 0px !important;
}

#top-bar-argos .navbar-right {
    height: auto;
}

#top-bar-argos > li {
    margin-left: 0px;
}

#top-bar-argos .navbar-default .navbar-nav > .open > a {
    color: #303542;
}

#top-bar-argos .navbar-nav > li {
    float: left;
    height: 18px;
    margin-left: 0;
}

    #top-bar-argos .navbar-nav > li > a {
        color: #f5f5f5;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 13px;
        padding-right: 12px;
        font-family: 'Trebuchet MS' !important;
    }

#top-bar-argos .dropdown-menu > li > a {
    color: #303542;
}

#top-bar-argos .navbar-nav > li > a:hover {
    color: #0bbab9;
}

/*Top Bar*/

@media (max-width: 768px) {
    #main-menu-argos .container-fluid > .navbar-collapse,
    #main-menu-argos .container-fluid > .navbar-header,
    #main-menu-argos .container > .navbar-collapse,
    #main-menu-argos .container > .navbar-header {
        background-color: #ffffff;
    }

    #main-menu-argos.navbar-default .navbar-nav > li > a {
        color: #303542;
    }

    #main-menu-argos .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        #main-menu-argos .dropdown-menu-large > li {
            margin-bottom: 0px;
        }

            #main-menu-argos .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        #main-menu-argos .dropdown-menu-large .dropdown-header {
            padding: 3px 0px;
        }

        #main-menu-argos .dropdown-menu-large > li > ul > li > a {
            padding: 3px 0px;
        }

    #main-menu-argos .navbar-collapse {
        transition: all 0.8s ease-out;
    }

    #main-menu-argos .navbar-brand {
        position: relative;
        bottom: 0;
        padding: 0;
        max-width: 61px;
    }

        #main-menu-argos .navbar-brand img {
            width: 100%;
        }

    #main-menu-argos .dropdown-menu-large .dropdown-header {
        padding: 3px 0px !important;
    }

    #main-menu-argos .dropdown-menu-large > li > ul > li > a {
        padding: 3px 0px;
    }

    .dropdown-header {
        display: none;
    }

    .divider {
        display: none;
    }
}

@media (min-width: 768px) {

    #main-menu-argos .navbar > .container .navbar-brand {
        margin-left: -15px;
    }

    #main-menu-argos .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 11px;
        padding-bottom: 10px;
    }
    /* Added by DF */
    #main-menu-argos.navbar-default .navbar-nav > li > a:focus,
    #main-menu-argos.navbar-default .navbar-nav > li > a:hover {
        color: #303542;
        background-color: #ffffff;
    }

    #main-menu-argos.navbar-default .navbar-nav > .open > a,
    #main-menu-argos.navbar-default .navbar-nav > .open > a:focus,
    #main-menu-argos.navbar-default .navbar-nav > .open > a:hover {
        color: #303542;
        background-color: #f5f5f5;
    }

    #main-menu-argos .dropdown-menu-large > li > ul > li > a {
        font-weight: lighter;
        color: #303542;
    }

}

@media (max-width: 1300px) {

    /*-----df add------------*/

    .searchDiv {
        margin-bottom: 15px;
    }
    .searchmobile {
        display:none !important;
    }

    .navbar-brand-mobile {
        display: block !important;
    }
    /*-----------------------*/

    #main-menu-argos .dropdown-menu-large {
        left: 0;
        margin: 0;
        right: auto;
        text-align: left;
    }

    #main-menu-argos.navbar-default .navbar-nav > li > a {
        color: #303542;
    }

    #main-menu-argos.navbar-default {
        background-color: #ffffff;
        border: none;
    }

    #main-menu-argos .navbar-brand {
        position: relative;
        bottom: 0;
        padding: 0;
        max-width: 61px;
    }

    #main-menu-argos .dropdown-menu-large {
        padding: 0px 20px;
    }

    #main-menu-argos .navbar-brand img {
        width: 100%;
    }

    #main-menu-argos .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }

    #main-menu-argos .dropdown-menu-large {
        transform: none;
    }

    #main-menu-argos .navbar-default {
        background-color: #ffffff;
        border: none;
    }

        #main-menu-argos .navbar-default .navbar-nav > li > a {
            color: #303542;
        }

    #main-menu-argos .navbar-header {
        float: none;
    }

    #main-menu-argos .navbar-toggle {
        display: block;
    }

    #main-menu-argos .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

        #main-menu-argos .navbar-collapse.collapse {
            display: none !important;
        }

    #main-menu-argos .navbar-nav {
        float: none !important;
        /*margin: 7.5px -15px;*/
        margin-left: 10px;
    }

        #main-menu-argos .navbar-nav > li {
            float: none;
        }

            #main-menu-argos .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    #main-menu-argos .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    #main-menu-argos .navbar-collapse.collapse.in {
        display: block !important;
    }

    #main-menu-argos .collapsing {
        overflow: hidden !important;
    }

    #main-menu-argos .navbar > .container .navbar-brand,
    #main-menu-argos .navbar > .container-fluid .navbar-brand {
        margin-left: 6px;
    }

    #main-menu-argos .container > .navbar-header {
        background-color: #ffffff;
        border-bottom: 1px solid #eee;
    }

    #main-menu-argos .navbar-default .navbar-collapse,
    #main-menu-argos .navbar-default .navbar-form {
        border-bottom: 1px solid #e7e7e7;
    }

    #main-menu-argos .navbar-default .navbar-collapse,
    #main-menu-argos .navbar-default .navbar-form {
        border-color: transparent;
    }

    #main-menu-argos .navbar-collapse {
        border-bottom: 1px solid #eee;
    }

    #top-bar-argos {
        display: none;
    }

    #search-bar-argos {
        display: none;
    }

    #main-menu-argos.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #0bbab9 !important;
        background-color: #ffffff;
    }

    #main-menu-argos .dropdown-menu > li > a {
        padding: 3px 0px;
    }

    #main-menu-argos .dropdown-menu-large > li ul > li > a:hover, #main-menu-argos .dropdown-menu-large > li ul > li > a:focus {
        background-color: #ffffff;
    }

    #main-menu-argos li.divider {
        height: 1px;
        background-color: #dddddd;
    }

    #main-menu-argos .navbar-brand {
        margin-left: 10px;
    }

    .searchDiv {
        float: none;
        /*text-align: center;*/
        margin-right: 0px;
    }

    .searchInputContainer {
        width: 84%;
    }

        .searchInputContainer input {
            width: 100%;
        }
}

@media (min-width: 992px) and (max-width: 1200px) {

    /*df add */
    .container-menu {
        padding-right: 0px !important;
        padding-left: 0px !important;
    
        }

    .navbar-collapse {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /*----*/


    #main-menu-argos .navbar-nav {
        float: none;
    }

    #main-menu-argos .nav > li > a {
        font-size: 14px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 3px;
        padding-bottom: 2px;
    }

    #top-bar-argos .navbar {
        margin-right: 8px;
    }

    #main-menu-argos .navbar-brand {
        bottom: 35px;
        width: 68px;
    }

    #main-menu-argos .nav > li > a {
        padding-top: 12px;
        padding-bottom: 9px;
    }

    .searchDiv {
        margin-right: 0px;
    }

    .header-interna {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
    }
    
}

@media (min-width: 1300px) {

    #main-menu-argos .dropdown-menu-large {
        border-top: 0;
        left: 30px;
        margin: 0;
        right: auto;
        text-align: left;
        /*transform: translate(-50%, 0);*/
    }

    .sm-md-only {
        display: none !important;
    }

    #main-menu-argos.navbar-default {
        max-height: 41px;
    }

    #main-menu-argos.navbar {
        min-height: 41px;
    }

    #main-menu-argos .navbar-header {
        height: 41px;
    }
    
    
}

.DivBarraNegocios {
    /*background-color: #E6E9EA;
    height: 63px;
    padding-top: 6px;*/
    /* Added by DemandFrontier Team */
    background-color: #E6E9EA;
    padding: 10px 10px 15px 10px;
}

.cst-assets-padding {
    padding: 15px;
}

.cst-assets-padding:first-child {
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .DivBarraNegocios {
        padding: 10px 20px 15px 20px;
        border: 1px solid #fff;
        text-align: center;
    }

    .containerfooterdown {
        display: none
    }

    .socialnets {
        height: auto;
    }

        .socialnets > .container > .row > .alignRight > .font10 {
            display: none;
        }

    .alignRight {
        text-align: center;
    }

        .alignRight > a > i {
            padding: 25px 7px;
            font-size: 24px;
        }

    .footerText {
        text-align: center;
    }

    .cst-footer-logo {
        text-align: center;
        padding: 20px;
    }

    .rowlineafooter {
        padding: 50px 15px;
    }

        .rowlineafooter > .container > .row > .font42 {
            font-size: 14px;
        }
    .extra-padding {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    /* Added by DemandFrontier Team */
    .cst-breadCrumb {
        width: 20%;
    }
}
/* Added by DemandFrontier Team */
@media (max-width: 768px) {
    .DivBarraNegocios {
        padding: 12px 10px 17px 10px;
    }

    .HeaderTextMini {
        font-size: 9px;
    }

    .HeaderText {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .cst-assets-padding {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .newsHeight {
        height: 100%;
        max-height: 550px;
    }
}

@media (max-width: 1200px) {
    .newsHeight {
        height: 100%;
        max-height: 550px;
        margin-bottom: 20px;
    }
}

/* End */

.textoTituloRecomendados {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 30px;
    color: #303542;
}


.texto1Recomendados {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 30px;
    color: #303542;
    line-height: initial;
    padding-top: 10%;
}

.textobarraRecomendadosConstructores{
    font-family: 'Trebuchet MS' !important;
    font-weight: 700 !important;
    font-size: 25px;
    color: #303542;
    text-decoration: none;
    text-transform: none;
    border-bottom: 5px solid #c1d72f;
    text-align: left;
    margin-bottom: 15px
}


.divBarra1:hover {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 25px;
    color: #303542;
    text-decoration: none;
    text-transform: none;
    border-bottom: 5px solid #c1d72f;
    text-align: center;
}

.divBarra2:hover {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 25px;
    color: #303542;
    text-decoration: none;
    text-transform: none;
    border-bottom: 5px solid #087d76;
    text-align: center;
}

.textobarraRecomendadosFerreteros, .textobarraRecomendadosFerreteros:active{
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 25px;
    color: #303542;
    text-decoration: none;
    text-transform: none;
    border-bottom: 5px solid #087d76;
    text-align: left;
    margin-bottom: 15px
}

.divBarra3:hover {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 25px;
    color: #303542;
    text-decoration: none;
    text-transform: none;
    border-bottom: 5px solid #00b795;
    text-align: left;
    margin-bottom: 15px;
}

.textobarraRecomendadosTrabajadores {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 25px;
    color: #303542;
    text-decoration: none;
    text-transform: none;
    border-bottom: 5px solid #00b795;
    text-align: left;
}

.textoarticulosRecomendados {
    font-family: 'Trebuchet MS' !important;
    font-weight: 400;
    font-size: 12px;
    color: #414042;
    text-decoration: none;
    text-transform: none;
}

.textotituloarticulosRecomendados, textotituloarticulosRecomendados a, textotituloarticulosRecomendados a:visited {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #414042;
    text-decoration: none;
    text-transform: none;
}


.btn-Ferreteros, .btn-Ferreteros:visited {
    background-color: #087d76;
    border-color: #087d76;
    color: #ffffff;
    font-family: 'Trebuchet MS' !important;
    font-size: 13px;
    text-transform: none;
    padding: 4px 6px;
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-Trabajadores, .btn-Trabajadores:visited {
    background-color: #00b795;
    border-color: #00b795;
    color: #ffffff;
    text-transform: none;
    padding: 4px 6px;
    margin-bottom: 10px;
}

.btn-Hogares, .btn-Hogares:visited {
    background-color: #8dcc97;
    border-color: #8dcc97;
    color: #ffffff;
    text-transform: none;
    padding: 4px 6px;
    margin-bottom: 10px;
}

.btn-Constructores, .btn-Constructores:visited {
    background-color: #c1d72f;
    border-color: #c1d72f;
    color: #ffffff;
    text-transform: none;
    padding: 4px 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.borderBottomConstructores {
    border-bottom: 5px solid #c1d72f;
    margin-bottom: 10px;
}


.textobarraRecomendadosInactivo, .textobarraRecomendadosInactivo a:visited {
    font-family: 'Trebuchet MS' !important;
    font-weight: 700;
    font-size: 25px;
    color: #A7A9AC;
    border-bottom: 5px solid #A7A9AC;
    text-align: center;
}

    .divBarra1 a, .divBarra2 a, .divBarra3 a{
        color: #A7A9AC;
    }

        .divBarra1 a:hover, .divBarra2 a:hover, .divBarra3 a:hover {
            color: #303542;
        }

.borderFinalHome {
    border-bottom: 5px solid #303542;
    padding-bottom: 7px;
    margin-bottom: 10px;
    padding-left: 20px;
}


.borderBottomConstructoresNoSpace, .borderInactivoConstructores:hover {
    border-bottom: 5px solid #c1d72f;
    text-align: center;
}

.borderBottomFerreteros {
    border-bottom: 5px solid #087d76;
    margin-bottom: 10px;
}

.borderBottomFerreterosNoSpace, .borderInactivoFerreteros:hover {
    border-bottom: 5px solid #087d76;
    text-align: center;
}

.borderBottomTrabajadores {
    border-bottom: 5px solid #00b795;
    margin-bottom: 10px;
}

.borderBottomTrabajadoresNoSpace, .borderInactivoTrabajadores:hover {
    
}

.borderBottomHogares {
    border-bottom: 5px solid #8dcc97;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.borderBottomHogaresNoSpace {
    border-bottom: 5px solid #8dcc97;
    text-align: center;
}

.borderTituloRecomendado {
    border-top: 4px solid #0FBBBA;
    width:40px;
}

.btn-Ferreteros:visited, .btn-Constructores:visited {
    color: #ffffff;
}

.cst-form {
    background: #f2f2f2;
    padding: 20px;
    border-top: 1px solid #B9D233;
    margin-bottom: 50px;
}

h2.dnnFormSectionHead {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #B9D233;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
    background: #f2f2f2;
}

.AccordionTabs > .dnnClear {
    clear: both;
    display: block;
    padding: 20px;
}

h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
    background: none;
}

.cst-mod-proyectos {
    max-height: 500px;
    height: 100%;
}

.titleBarraNegociosHome, .titleBarraNegociosHome:visited {
    font-family: 'Trebuchet MS' !important;
    font-size: 19px;
    font-weight: bold;
    color: #303542;
}

.subtitleBarraNegociosHome, .subtitleBarraNegociosHome:visited {
    font-family: 'Trebuchet MS' !important;
    font-size: 16px;
    font-weight: 400;
    color: #303542;
}

a, a:visited {
    color: #303542;
}



body {
    font-family: 'Trebuchet MS' !important;
    font-size: 14px;
    color: #444444;
    line-height: 1.75
}


.p-10 {
    margin: 50px 0;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.w-1200 {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.w-1420 {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.cover-encabezado {
    align-items: center;
    position: relative
}

.destacado-seccion {
    padding: 30px 30px 30px 0;
    background-color: #FFFFFF;
    left: 0;
    z-index: 10;
}

.imagen-encabezado {
    z-index: -10
}

/* extra small devices (phones) */

@media (max-width: 767px) {
    body {
        background-color: white;
    }
    .text-center-mob{
        text-align: center;
    }
    .maring-mobile-40 {
        margin-left: 40%;
    }
    .cover-encabezado {
        display:flex;
        flex-direction: column-reverse;
    }

    .imagen-encabezado {
        width: 100%;
        position: static;
    }

    .destacado-seccion {
        width: 100%;
        position: static;
        padding: 30px 0;
    }

    #franja-negocios img {
        display: none;
        display: flex;
        justify-content: center;
    }
    .not-found-txt {
        margin-top: 20%;
        margin-bottom: 20%;
        text-align: center;
    }
    .newsHeight {
        height: 100%;
        max-height: 450px;
    }
    .divContent {
        margin-right: 0;
    }

    .input-group {
        width: 95%;
    }
    .mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .txt-buscar-filtros {
        width: 90%;
    }
}

/* small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    body {
        background-color: white;
    }

    .cover-encabezado {
        display: block;
        position: static;
    }

    .imagen-encabezado {
        width: 100%;
        position: static;
    }

    .destacado-seccion {
        width: 100%;
        position: static;
        padding: 30px 0;
    }
  
}

/* medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    body {
        background-color: white;
    }

    .cover-encabezado {
        display: table;
        height: 360px;
        width: 100%;
    }

    .imagen-encabezado {
        right: 0%;
        width: 90%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index:0;
    }

    .destacado-seccion {
        width: 43%;
        position: absolute;
        padding: 20px 20px 20px 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

/* (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    body {
        background-color: white;
        overflow-x: hidden;
    }

    .cover-encabezado {
        display: table;
        height: 360px;
        width: 100%;
    }

    .imagen-encabezado {
        right: -15%;
        position: absolute;
        display: block;
    }

    .destacado-seccion {
        width: 41.6%;
        position: absolute;
        padding: 30px 30px 30px 0;
        display: block;
        top: 50%;
        transform: translateY(-50%)
    }
    
}

/*-------------------------------------------------------- INTERNET EXPLORER --------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    @media (min-width: 992px) {
        .destacado-seccion {
            padding: 10px 30px 10px 0;
        }
    }
    @media (min-width: 1200px) .imagen-encabezado {
        right: -7%;
        position: absolute;
        display: block;
    }
    .right.carousel-control {
        z-index: 10000;
    }
}

/*--------------------------------------------------------- MICROSOST EDGE ----------------------------------------------------------*/
@supports (-ms-ime-align: auto) {
    @media (min-width: 992px) {
        .destacado-seccion {
            padding: 10px 30px 10px 0;
        }
    }
}

/* 1420px*/
/*Not found styles*/


.not-found-img {
    background-image: url(../images/404img.png);
    background-size: cover;
    height: 100%;
}


.not-found-txt {
    margin-top: 20%;
}

.container-cv {
    position: relative;
    margin-bottom: 40%;
    margin-top: 14px;
}

.tittle-cv {
    width: 58%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 11%;
    padding-left: 11px;
}

.cv {
    width: 44%;
    position: absolute;
    top: 14px;
    right: 0;
    padding-left: 15px;
    border-left: solid 1px black;
    padding-top: 7px;
    padding-bottom: 9px;
}

    .cv a {
        padding-left: 7px;
    }

.tittle-cv h3 {
    margin-top: 19px;
}

.col-cv {
    margin-left: 6%;
}

.cv-section {
    padding-top: 50px;
}

.cv-section-res {
    display: none;
}

.slider-des {
    display: block;
}




/*-----------------section-responsive--------------------------------------------------*/


/*
     .cv-section-res {

        display:none;
        padding-top: 50px;
        margin-bottom: 55px;

     }

*/

.cv-section-res {
    text-align: center;
}


.row-res {
    margin-bottom: 41px;
}


.inner-res {
    height: auto !important;
}

.item-res {
    text-align: center;
}

.col-cv-res img {
    width: 40%;
}

.container-cv-res {
    line-height: 31%;
    padding-top: 4%;
}


.cv-res a {
    padding-left: 14px;
}


/*--------------------------------------------------------*/




@media (max-width: 991px) {
    .col-cv {
        margin-bottom: 100px;
    }
}

@media (max-width: 869px) {
    .tittle-cv h3 {
        font-size: 17px;
    }

    .cv a {
        padding-left: 24px;
    }

    .tittle-cv p {
        font-size: 13px;
    }
}


@media (max-width: 767px) {

    .cv-section-res {
        display: block;
    }

    .slider-des {
        display: none;
    }
}

/*--- dropdown styles ---*/

@media (max-width: 767px) {
    a.dropdown-toggle {
        font-size: 20px;
    }
    .dropdown-large {
        font-size: 20px;
        border-bottom: 1px;
        border-style: solid;
    }
    .dropdown-interno {
        border-bottom: 1px;
        border-style: solid;
        font-size: 20px;
    }
    .dropdown-interno-last {
        
        font-size: 20px;
    }
    
}

.flex-center-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box-proyectos {
    height: 180px;
    width: 152px;
}


@media(max-width: 767px) {
    .box-proyectos {
        height: 190px;
        width: 100%;
        text-align: center;
        font-size: large;
    }

    .btn-mobile-proyectos {
        width: 90%;
        padding: 10px;
        font-size: 20px;
    }

    .input-group {
        width: 100%;
    }

    .flex-center-row-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .mobile-margin-left {
        width: 95%;
        margin-left: 2%;
    }
    .mobile-grey {
        background-color: ECECEC;
    }
    .contenedor-ver-mas-menos {
        display:flex;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .contenedor-ver-mas-menos {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .show-less-btn {
        margin-bottom: 10px;
        margin-left: 5px;
    }
    .show-more-btn {
        
        margin-bottom: 10px;
    }
}



.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default
{
	background-color: transparent !important;
}

.k-combobox, .k-combobox .k-input, .k-datepicker, .k-datepicker .k-input, .k-datetimepicker, .k-datetimepicker .k-input, .k-timepicker, .k-timepicker .k-input
{
	background-color: transparent !important;	
}
.footerText a{
    letter-spacing:-1px
}
/*Start Section global - Busca el evento en tu ciudad*/
#busca-el-evento-container{
    background-color:#303542;
}
#busca-el-evento-container p{
    margin-bottom:0px!important;
    text-align:center;
}
#busca-el-evento-container p img{
    width:100%!important;
    height:auto!important;
}
@media (max-width:1480px) and (min-width:991px){
    #busca-el-evento-container p img{
        width:100%!important;
        height:560px!important;
    }
}
@media (max-width:768px){
    #busca-el-evento-container{
        overflow:hidden;
    }
}
.busca-el-evento h2,
.busca-el-evento h4,
.busca-el-evento li{
    color:white;
}
.busca-el-evento h2{
    font-size:2.2rem;
    line-height:2.6rem;
    margin-bottom:24px;
}
.busca-el-evento h4{
    font-size:1.5rem;
    line-height:1.6rem;
    font-weight:500;
    letter-spacing:0.5px;
    margin-bottom:30px;
}
.busca-el-evento ul{
    margin-bottom:40px;
}
.busca-el-evento li{
    font-size:1.15rem;
    line-height:1.3rem;
    font-weight:300;
    letter-spacing:0.5px;
    margin-bottom:24px;
    list-style: none;
}
.busca-el-evento ul li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: white;
    position: relative;
    display: inline-block;
    left: -18px;
    margin-right: -10px;
    top: -2px;
}
.busca-el-evento a{
    color:#002d6a;
    background-color:#c0d62e;
    padding:11px 45px;
    letter-spacing:0.5px;
    font-weight:bold;
    font-size:1.2rem;
}
@media (max-width:450px){
    .busca-el-evento a{
        font-size:1rem;
        padding:11px 16px;
    }
}
@media (max-width:400px){
    .busca-el-evento a{
        font-size:0.9rem;
        padding:11px 16px;
    }
}
@media (max-width:350px){
    .busca-el-evento a{
        font-size:0.8rem;
        padding:11px 16px;
    }
}
.busca-el-evento a:hover{
    opacity:0.8;
    color:#002d6a;
}
.busca-el-evento{
    padding:40px;
    max-width: 630px;
    padding-top:50px;
    margin:auto;
}
.rayado{
    position:relative;
}
.rayado:before{
    content:"";
    width:100%;
    height:3px;
    background-color:red;
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
/*End Section global - Busca el evento en tu ciudad*/
/*Start fields*/
.k-list-container ul,
.k-list-container li{
    list-style:none;
}
.k-list-container ul,
.k-list-container li{
    margin-left:0px;
}
.k-calendar>.k-header{
    background-color:#bbd900!important;
}
.k-calendar>.k-header .k-link.k-state-hover{
    background-color:#303542!important;
}
button{
    background-color: #c0d62e!important;
    color: #002d6a!important;
    padding: 6px 15px;
    text-transform: uppercase;
    border: none!important;
    font-weight: bold;
    font-size: 1.2rem;
}
button span{
    display:none!important;
}
.campo.k-block, .campo.k-widget{
    background-color:transparent!important;
}
/*End fields*/
/*start CSS bootstrap 4*/
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.wf-100{
    flex-basis: 100%;
}
_:-ms-fullscreen, :root .wf-100{
    flex-basis: 100%;
}
.group div{
    width:100%!important;
}
.table-responsive {
  display: block;
  width: 100%;
  padding:2px 5px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width:650px){
    .table-responsive {
      display: table!important;
    }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
/*end CSS bootstrap 4*/

/* icons social sharing*/
#dnn_Div2 .addthis_toolbox {
    display: flex;  
}

#dnn_Div2 #whatsappShare { order: 1; }
#dnn_Div2 .addthis_button_facebook { order: 2; }
#dnn_Div2 .addthis_button_twitter { order: 3; }
#dnn_Div2 #linkedinShare { order: 4; }
#dnn_Div2 .addthis_button_compact { order: 5; }
#dnn_Div2 .addthis_counter { order: 6; }

/* Proyectos*/
#dnn_divComparteProyecto .addthis_toolbox {
    display: flex;
    align-items: center;
}

#dnn_divComparteProyecto .addthis_toolbox #whatsappShare {
    order: 1;
}

#dnn_divComparteProyecto .addthis_toolbox .addthis_button_facebook {
    order: 2;
}
#dnn_divComparteProyecto .addthis_toolbox .addthis_button_twitter {
    order: 3;
}
#dnn_divComparteProyecto .addthis_toolbox #linkedinShare {
    order: 4;
}
#dnn_divComparteProyecto .addthis_toolbox .addthis_button_compact {
    order: 5;
}
#dnn_divComparteProyecto .addthis_toolbox .addthis_counter {
    order: 6;
}

.float-initial { float: initial;  }

.margin-left-auto { margin-left: auto; }

.destacado-seccion-new {
    width: 100%;
    padding: 30px 30px 30px 0;
    display: block;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: 15px;
}

.d-none { display: none; }
#encabezado .cover-encabezado .Normal p {
    position: inherit !important;
}
#encabezado #dnn_Div2 p {
    margin: 0 auto;
    display: block;
    position: relative;
}
.container-fluid .cover-encabezado-new .imagen-encabezado {
top: 0;
position: relative;
width: 100%;
right: 0;
transform: inherit;
}

.Normal .spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}
.form-register-master {
    float: right;
}
@media only screen and (max-width: 1023px){
   .form-register-master {
        float: none;
        margin: 0 auto;
        margin-top: 30px;
    } 
}

.col-md-7 img.wns-slideshow-image {
    opacity: 1 !important;
}
.col-md-7 img.wns-slideshow-image {
    opacity: 1 !important;
}
a.wns-slider-item-39262, a {
    opacity: 1 !important;
}

.image-content {
    height: 230px;
    max-width: 340px;
    width: 100%;
}