/* GLOBALS */
body {
    color: #525252;
    font-size: 15px;
}

a, a:hover {
    color: #683163;
}

a:visited {
    color: #444;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*a:active {
    position: relative;
    top: 1px;
}*/

.logo img {
    margin-left: -4px;
}

.header.top .nav>li>a {
    padding: 6px 12px;
}

.header.top .nav>li>a.btn-link {
    padding: 0px 12px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.header.top .btn-link {
    background-position: left center;
}

.btn.active, .btn:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

hr {
    border-width: 2px;
}

.title {
    cursor: auto;
}

.page-header {
    border-bottom: 0;
    margin-bottom: 20px;
    color: #000;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
}

#navbar {
    border: 0;
}

#navbar .navbar-nav > li > a {
    text-transform: none;
}

#navbar .nav > li.active > a,
#navbar .nav > li.active-trail > a,
#navbar .nav > li > a:focus {
    background: #fff;
    color: #000;
}

@media (max-width: 767px) {
	.navbar-nav > li:last-child {
		border-bottom: 0;
		background-color: inherit; 
	}
    
	.navbar-nav > li:last-child, 
	.navbar-nav > li:last-child a {
        color: #525252; 
	}
	
	#navbar .nav > li.active > a.purple-link,
	#navbar .nav > li > a.purple-link {
		background-color: #834d7f;
		color: #fff;
	}
}

#navbar .nav > li > a.ext-link {
	background: #f2e9a7;
}

.nav > li > a.btn-ttc.btn-purple:hover,
.nav > li.active > a.btn-ttc.btn-purple,
.nav > li.active-trail > a.btn-ttc.btn-purple,
.nav > li > a.btn-ttc.btn-purple:focus {
    background-color: #834d7f;
}

#block-search-form .btn-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.header.top .nav > li > a.site-link {
    padding: 0;
    margin-top: 10px;
}

.header.top .nav > li > a.site-link:hover {
    text-decoration: underline;
    background: none;
}

.navbar-nav .expanded > ul li:after {
    content: ' \203A ';
}

.header.top .nav > li > a {
    float: right;
}

.header.top .nav > li > a.site-link {
    padding: 0 12px;
    border-right: 1px solid #848484;
    margin: 10px 16px 0 0;
}

.header.top .nav > li.last > a.site-link {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .header.top .nav > li > a.prev-site-link {
        clear: right;
        margin-right: 0;
        padding-right: 0;
        border: none;
    }
}

@media (min-width: 768px) {
    #navbar .navbar-nav > li,
    #navbar .navbar-nav > li.first.leaf {
        background-image: url(../images/nav-sep.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1px 18px;
        padding-left: 2px;
        padding-right: 3px;
    }

    #navbar .navbar-nav > li.leaf,
    #navbar .navbar-nav > li.last-leaf {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }

    #navbar .navbar-nav > li.first.leaf {
        padding-left: 2px;
        padding-right: 3px;
    }

    #navbar .navbar-nav > li > a {
        text-transform: none;
        font-size: 16px;
        padding: 0 8px !important;
    }

    #navbar .nav > li > a:hover {
        background: none;
    }

    #navbar .nav > li.active,
    #navbar .nav > li.active-trail,
    #navbar .nav > li:focus,
    #navbar .nav > li:hover {
        background: #fff;
        color: #683163;
        border-top: 4px solid #000;
        border-bottom: 4px solid white;
        height: 46px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        line-height: 46px;
    }

    #navbar .nav > li:hover > a {
        line-height: 38px;
    }

    #navbar .nav > li.active > a,
    #navbar .nav > li.active-trail > a {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        line-height: 38px;
    }

    #main-menu > ul > li:nth-child(7) {
        padding-right: 0;
        background-image: none;
    }

    /*#main-menu > ul > li:nth-child(6) > a {
        padding-right: 0 !important;
    }*/
}

@media (max-width: 992px) and (min-width: 768px) {
    #navbar .navbar-nav > li > a {
        padding: 0 3px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li:hover {
        max-width: 100% !important;
    }
}

.front #navbar .navbar-nav > .first {
    display: none;
}

.breadcrumb {
    min-width: 200px;
}

.breadcrumb a {
    color: #525252;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li.last a:after {
    content: '';
}

.breadcrumb li {
    padding-right: 0;
}

.breadcrumb .inline a, .breadcrumb .delimiter {
    text-transform: uppercase;
    font: 13px "Montserrat", "Open Sans", "Arial", sans-serif;
}

/*.breadcrumb li a:after {
    font-size: 13px;
    content: " > ";
}

.breadcrumb > li + li:before {
    padding: 0;
    color: #ccc;
    content: "";
}*/

.alert {
    border-radius: 0;
}

.alert ul {
    padding-left: 16px;
}

.scrolltop {
    background: #525252;
    width: 28px;
    height: 28px;
    position: fixed;
    bottom: -60px;
    right: 15px;
    z-index: 99999;
    cursor: pointer;
    display: none;
    overflow: hidden;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.scrolltop .glyphicon {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 29px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

.scrolltop:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    text-decoration: none;
    color: #fff;
}

.region-content .field h2, .region-content .field h3, .region-content .field h4, .region-content .field h5, .region-content .field h6,
.content .text h2 {
    margin-bottom: 25px;
}

.region-content .field p,
.region-content .content-helper p {
    margin-bottom: 25px;
}

.region-content .field li,
.region-content .content-helper li {
    padding-bottom: 8px;
    text-align: justify;
    font: 15px/21px "Open Sans", "Open Sans", "Arial", sans-serif;
}

.region-content .content-helper li {
    text-align: left;
}

.region-content .field ul,
.region-content .field ol,
.region-content .content-helper ul,
.region-content .content-helper ol {
    margin: 0 20px 17px;
}

.region-content .field li ul,
.region-content .field li ol,
.region-content .content-helper li ul,
.region-content .content-helper li ol {
    margin-bottom: 0;
}

.node-type-content-left-right-sidebar .region-content p a,
.node-type-content-left-right-sidebar .region-content li a,
.node-type-page .region-content p a,
.node-type-page .region-content li a,
.node-type-comunicaciones .region-content p a,
.node-type-comunicaciones .region-content li a,
.node-type-documentos .region-content p a,
.node-type-documentos .region-content li a,
.node-type-faq-optional-right-sidebar .region-content p a,
.node-type-faq-optional-right-sidebar .region-content li a,
.node-type-linked-content-left-optional-rig .region-content p a,
.node-type-linked-content-left-optional-rig .region-content li a,
.node-type-publicaciones-de-rentas-internas .region-content p a,
.node-type-publicaciones-de-rentas-internas .region-content li a,
.page-node .region-content td a,
.page-node .field-name-body a {
    text-decoration: underline;
}

.region-content .field img, .content .text img {
    max-width: 100%;
    height: auto !important;
}

.region-content .field table, .content .text table {
    margin-top: -10px;
    margin-bottom: 25px;
    width: 100%;
}

.region-content .field tr,
.content .text tr {
    border-bottom: 1px #eee solid;
}

.region-content .field td,
.content .text td {
    font-size: 15px;
    padding: 10px 10px 10px 0;
}

@media (min-width: 500px) {
    .region-content .field td,
    .content .text td {
        min-width: 175px;
    }
}

.region-content .field td p,
.content .text td p {
    text-align: left;
}

.content .text .table-bordered,
.content .text .table-bordered td {
    border-width: 2px;
    border-color: #666;
}

.content .text .table-bordered td {
    padding: 10px 10px 0 10px;
}

.content .text .table-yellow tr td:nth-child(2n+1) {
    background-color: #ffff66;
}

@media (max-width: 499px) {
    .content .text .table-bordered.table-yellow td {
        display: block;
        border-width: 1px;
    }

    .content .text .table-bordered.table-yellow tr {
        border: 0;
    }
}

/*.paging li {
    padding-bottom: 0;
}

.news-list p {
    margin-bottom: 0;
}

.views-exposed-form {
    margin-top: 0;
}*/

.news-list .in-list {
    height: 25px;
    line-height: 26px;
}

.news-list .views-label {
    font-weight: bold;
}

/*.address-list h2, .address-list h3, .address-list h4 {
    margin-bottom: 0;
}

.news-list li, .address-list li {
    font-size: 13px;
}*/

.region-content .text-blocks {
    margin-top: 0;
    margin-bottom: 30px;
}

.region-content .field .border-4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/*.content .text p, .text-blocks.style-3 p, .pane-home-featured p {
    margin-bottom: 0;
}

.view-home-comunicaciones ul, .view-home-comunicaciones p, .view-home-comunicaciones h3 {
    margin: 0;
}*/

.content-helper {
    margin-bottom: 60px;
}

.text-blocks.style-4 .news-list.document-list li {
    padding-bottom: 14px;
}

.page-planillas-formularios-y-anejos-repositorio #edit-field-documentos-contribuyente-value-wrapper,
.page-planillas-formularios-y-anejos-repositorio #edit-field-documentos-tema-value-wrapper {
    display: none;
}

@media (min-width: 768px) {
    .page-planillas-formularios-y-anejos-repositorio .page-header {
        width: 320px;
    }
}

@media (min-width: 1200px) {
    .page-planillas-formularios-y-anejos-repositorio .page-header {
        width: 450px;
    }
}

/* CALENDARIO CONTRIBUTIVO */
.page-sobre-hacienda-calendario-contributivo .views-exposed-widget {
    margin-bottom: 8px;
}

.header-intro p {
    font-size: 14px;
    margin-top: 8px;
}

.calendario-results h2 {
    font-size: 26px;
    font-weight: normal;
    /*border-bottom: 3px solid #525252;
    margin-bottom: 16px;*/
    margin-bottom: 4px;
}

.calendario-results h3 {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: normal !important;
    color: #000;
    background: #f0d80c;
    z-index: 2;
}

.calendario-results h3:before {
    position: absolute;
    display: block;
    content: ' ';
    left: 24px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0d80c;
}

.calendario-results .item-list ul {
    position: relative;
    margin-top: -30px;
    border-top: 30px solid #e5e5e5;
    list-style: none;
    z-index: 1;
}

.evento-contributivo.views-row-first {
    border-top: 2px solid #000;
    padding-top: 30px;
}

.evento-contributivo {
    position: relative;
    padding-left: 90px;
    font-size: 14px;
}

.views-field-field-ec-fecha {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    padding: 22px 9px 0;
    background: url(../images/calendar-icon.png) no-repeat top center;
    background-size: 60px 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 34px;
}

.evento-contributivo.views-row-first .views-field-field-ec-fecha {
    top: 33px;
}

.evento-contributivo h4 {
    line-height: 20px;
}

.evento-contributivo p {
    margin: 5px 0;
}

.evento-contributivo .views-field {
    margin: 3px 0;
}

.evento-contributivo .views-label {
    font-weight: bold;
}

.evento-contributivo div.field-content {
    display: inline;
}

.evento-contributivo a {
    font-weight: bold;
    text-decoration: underline;
}

#edit-field-ec-fecha-value-value {
    float: none;
}

#edit-field-ec-fecha-value-wrapper,
.form-item-field-ec-fecha-value-value-year {
    display: none;
}

#ui-datepicker-div {
    background: #fff;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-radius: 2px;
}

.ui-datepicker .ui-widget-header {
    background: #fff;
    border-color: #fff;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    background: #f7ee06;
    border: 1px solid #f1dd07;
}

.ui-datepicker select.ui-datepicker-month {
    /*width: 100%;*/
}

.ui-datepicker td {
    border: none;
    border-left: 1px solid #eee;
}

.ui-datepicker td:nth-child(7n+1) {
    border-left: 1px solid #fff;
}

.ui-datepicker td a:hover {
    background: #ddd;
}

.ui-datepicker select {
    border: 1px solid #aaa;
}

.ui-datepicker select.ui-datepicker-year {
    /*display: none;*/
}

.ui-datepicker .ui-icon-circle-triangle-e {
    background-position: -32px -48px;
}

.ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -96px -48px;
}

.ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
    border: none !important;
    background: #ddd !important;
}

.ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
    border: none !important;
    background: #ddd !important;
}

/* HOME */
.page-home h1 {
    color: #000;
}

.page-home .views-row-even.views-row-last.col-sm-5.col-sm-offset-2 {
    margin-left: 0;
}

.page-home .text-blocks {
    margin-top: 0;
    margin-bottom: 0;
}

.view-home-comunicaciones ul {
    list-style: none;
}

.view-home-comunicaciones .text-blocks {
    margin-bottom: 0;
}

.flexslider {
    margin-bottom: 40px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;

    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

.flexslider .slides > li {
    position: relative;
}

#flexslider-1 .views-field.views-field-body {
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 30px;
}

#flexslider-1 .views-field.views-field-body .caption-bg {
    background: #f5ee15;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
}

.flex-caption {
    display: none;
}

.flex-control-nav {
    bottom: 10px;
    bottom: -30px;
    /*position: absolute;
    bottom: 10px;
    left: 50%;
    width: 55px;
    height: 15px;
    margin-left: -27px;
    z-index: 99999;*/
}

.flex-direction-nav a {
    color: #fff;
}

.flex-control-paging li a, .flex-control-paging li a:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;

    width: 11px;
    height: 11px;
    background: #fff;
    display: block;
    float: left;
    /*margin-right: 10px;*/
    text-indent: -9999px;
    border: 1px solid #e5e5e5;

    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #f7ee06;
}

#flexslider-1 div.views-field.views-field-field-home-slideshow-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#flexslider-1 div.views-field.views-field-field-home-slideshow-url > div > a {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: -999px;
    overflow: hidden;
    width: 1140px;
    height: 250px;
}

.btn-ttc.btn-yellow a, .btn-ttc:hover.btn-yellow a, .btn-ttc:active.btn-yellow a {
    color: #525252;
    text-transform: uppercase;
}

.view-id-home_slideshow_view {
    margin: 26px 0;
    overflow: auto;
}

.home-top {
    overflow: hidden;
}

.home-top .views-field {
    max-width: 300px;
    overflow: hidden;
}

.home-top h2 {
    font-size: 21px;
    color: #000;
    margin: 16px 0 10px 0;
}

.home-top h2 a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .home-top .views-field {
        float: right;
        width: 100%;
    }

    /*.home nav.section-links ul li:nth-child(2n) {
        float: right;
        margin-right: 0;
    }*/

    .banner-homepage {
        padding-right: 5%;
    }

    .banner-homepage img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-top {
        margin-top: 30px;
    }

    .home-top .views-field {
        max-width: 100%;
    }

    .home-top img {
        width: 100%;
        height: auto;
    }
}

/*** NEW HOME DESIGN - 06/19/2014 ***/
.two-col-stacked-left .view-home-featured .section-links {
    margin-top: 40px;
}

@media (max-width: 767px) {
     .two-col-stacked-left .view-home-featured .section-links {
        margin-top: 25px;
    }
}

.two-col-stacked-left .view-home-featured .section-links li {
    width: 100%;
    margin-bottom: 10px;
    list-style-type: none;
}

.two-col-stacked-left .view-home-featured .section-links li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    border: solid 1px #f0d80c;
    background: #f6f6f6;
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: "Montserrat", "Open Sans", "Arial", sans-serif;
    position: relative;
    text-transform: uppercase;
}

@media (min-width: 400px) and (max-width: 1199px) {
    .two-col-stacked-left .view-home-featured .section-links li a {
        font-size: 13px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 399px) {
    .two-col-stacked-left .view-home-featured .section-links li a {
        font-size: 11px;
        letter-spacing: -0.5px;
    }
}

.two-col-stacked-left .view-home-featured .section-links li a i {
    display: block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    /*float: right;*/
    background: #f0d80c;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.two-col-stacked-left .view-home-featured .section-links li a i span {
    font-size: 24px;
    line-height: 48px;
}

.two-col-stacked-left .view-home-featured .section-links li a:hover {
    background: #f0d80c;
    color: white;
}

.banner-homepage {
    margin: 20px 0 20px 0;
}

.banner-homepage img {
    max-width: 100%;
    height: auto;
}

.home aside {
    margin-top: 0;
}

.view-home-promos-view {
    margin-top: 35px;
    padding-bottom: 0;
}

.view-home-promos-view .promo {
    border-bottom: 4px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.view-home-promos-view .promo.views-row-last {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.promo-body h2 {
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
}

.promo-link a.btn-access-here {
    display: block;
    height: 24px;
    width: 160px;
    line-height: 24px;
    color: #525252;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
}

.promo-link a.btn-access-here i {
    display: block;
    height: 24px;
    width: 24px;
    line-height: 18px;
    float: right;
    text-align: center;
    border-radius: 100px;
    border: 2px solid #525252;
}

.promo-link a.btn-access-here i span {
    font-size: 11px;
    font-weight: bold;
}

.promo-link a.btn-acces-here:hover {
    color: black;
}

.home aside .divider {
    height: 4px;
    width: 100%;
    margin: 20px 0 20px 0;
    background: #e5e5e5;
}

.home aside .temas-destacados,
#home-featured-side {
    width: 100%;
    margin: 50px 0 20px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 13px solid #e5e5e5;
    border-top: 10px solid #f0d80c;
    overflow: auto;
}

.home aside .temas-destacados h1,
#home-featured-side h2 {
    line-height: 35px;
    color: #525252;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.home aside .temas-destacados ul,
#home-featured-side ul {
    list-style-type: none;
}

.home aside .temas-destacados ul li,
#home-featured-side ul li {
    display: block;
    padding: 10px 10px 10px 20px;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    color: #464545;
    font-sizes: 12px;
}

#home-featured-side ul li a {
    color: #464545;
    display: block;
}

.home aside .temas-destacados ul li span {
    display: block;
    color: #999999;
    font-size: 11px;
    margin: 5px 0 5px 0;
}

/*.home aside .temas-destacados ul li a,
#home-featured-side ul li a {
    color: #999999;
}*/

.home aside .temas-destacados ul li a:hover,
#home-featured-side ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.home aside .temas-destacados ul li:nth-child(even),
#home-featured-side ul li.views-row-even {
    background: #f6f6f6;
}

.home aside .temas-destacados ul li:nth-child(odd),
#home-featured-side ul li.views-row-odd {
    background: #e5e5e5;
}

.home aside h2 {
    color: #525252;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.home aside .btn-suscribe {
    display: inline-block;
    width: 100%;
    background: #f0d80c;
    color: black;
    font-family: "Montserrat", "Open Sans", "Arial", sans-serif;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
}

.home aside .btn-suscribe:hover {
    background: #f7ee06;
}

@media (min-width: 767px) {
    .two-col-stacked-left .view-home-featured .section-links li {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 40px;
        float: left;
    }

    .banner-homepage {
        clear: both;
        margin: 40px 0 40px 0;
    }

    .home .divider {
        width: 85%;
    }

    .home .temas-destacados {
        width: 85%;
    }

    .home .btn-suscribe {
        width: 85%;
    }
}


/* CONTENT TEMPLATES */
.sidebar .title {
    margin-bottom: 16px;
}

.sidebar ul {
    /*list-style: none;*/
    margin-left: 18px;
}

.sidebar p, .sidebar li {
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.nav-links.style-2 {
    padding-bottom: 26px;
    margin-bottom: 34px;
}

.nav-links .nav-tabs, .nav-links .nav-tabs li {
    border-bottom: 0;
    margin-bottom: 0;
}

.nav-links .nav-tabs li a, .nav-links .nav-tabs li a:hover {
    padding: 0;
    color: #444;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: none;
}

.nav-links .nav-tabs .active a {
    font-weight: bold;
    color: #683163;
    background: none;
}

@media (max-width: 767px) {
    .node-type-linked-content-left-optional-rig .nav-links.style-2 {
        display: none;
    }

    .node-type-linked-content-left-optional-rig .tab-pane {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

/* FAQ */
.faq-container .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.faq-container .panel-heading {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
}

.content .text .faq-container .panel-title {
    margin-bottom: 0;
    font-size: 19px;
}

.content .text .faq-container .panel-title a:before {
    content: "\e114";
    font-size: 14px;
    font-family: 'Glyphicons Halflings';
    padding-right: 7px;
    color: #000;
}

.content .text .faq-container .panel-title a.in:before {
    content: "\e113";
}

.content .text .faq-container .panel-title a:hover {
    color: #333;
}

.faq-container.panel-group .panel-collapse .panel-body {
    border-top: 0;
    padding-bottom: 0;
    padding-left: 22px;
}

.node-type-menu-blocks .field-collection-view,
.node-type-menu-list .field-collection-view {
    padding: 0;
    margin: 0;
    border: 0;
}

.node-type-menu-blocks .field-collection-view .content,
.node-type-menu-list .field-collection-view .content {
    padding: 0;
}

.node-type-menu-blocks .field-collection-container,
.node-type-menu-list .field-collection-container {
    margin-bottom: 0;
    border: 0;
}

.node-type-menu-list .field-collection-view .content .border-4 {
    padding-bottom: 0;
}

.node-type-menu-blocks .text-blocks.style-3 .col-sm-4 {
    padding-bottom: 50px;
}

.node-type-menu-list .text-blocks.style-4 li {
    position: relative;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .node-type-menu-blocks .text-blocks.style-3 .col-sm-4 {
        margin-bottom: 40px;
    }
}

/*.node-type-menu-list .text-blocks.style-4 p,
.node-type-menu-blocks .text-blocks.style-3 p {
    margin-bottom: 20px;
}*/

.btn-yellow-arrow {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.node-type-menu-list .text-blocks.style-4 li .btn-yellow-arrow {
    left: 0;
}

.btn-yellow-arrow a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 78px 0 10px;
    border: solid 1px #f0d80c;
    background: #fff;
    color: #3b3b3b;
    font-size: 15px;
    font-family: "Montserrat", "Open Sans", "Arial", sans-serif;
    position: relative;
}

.node-type-menu-list .text-blocks.style-4 li .btn-yellow-arrow a {
    bottom: 20px;
}

.btn-yellow-arrow a i {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    /* float: right; */
    background: #f0d80c;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-yellow-arrow a i span {
    font-size: 22px;
    line-height: 32px;
}

.places-list h3.listing-title {
    border: 0;
    position: relative;
}

.places-list h3.listing-title.border-4 {
    padding-bottom: 10px;
}

.listing-title .listing-title-bg {
    position: absolute;
    bottom: 8px;
    left: 0;
    display: block;
    width: 100%;
    height: 32px;
    background: #e5e5e5;
    border-bottom: 2px solid #000;
}

.listing-title .listing-title-text {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    background: #f0d80c;
}

.listing-title .listing-title-arrow {
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0d80c;
}

.page-sobre-hacienda-publicaciones-area-de-rentas-internas-y-area-de-politica-contributiva-publicaciones-oficiales #edit-field-pri-fecha-antes-de-wrapper,
.page-sobre-hacienda-publicaciones-area-de-rentas-internas-y-area-de-politica-contributiva-publicaciones-oficiales #edit-field-pri-fecha-despues-de-wrapper {
    display: none;
}

.content.publicaciones {
    position: relative;
}

.back-cta {
    position: relative;
    cursor: pointer;
    background: none;
    z-index: 1;
}

.content.publicaciones .back-cta {
    margin-left: 15px;
}

.content.publicaciones.has-sidebar .back-cta {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
}

.content.publicaciones .aside-box {
    margin-top: 58px;
}

@media (max-width: 767px) {
    .content.publicaciones.has-sidebar {
        padding-top: 58px;
    }

    .content.publicaciones .back-cta {
        margin-top: 0;
    }

    .content.publicaciones .aside-box {
        margin-top: 20px;
    }

    .views-exposed-form {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

/* FORMS */
.webform-client-form {
    /*padding-top: 20px;*/
}

.webform-client-form > div {
    margin-left: -15px;
    margin-right: -15px;
}

.webform-client-form label {
    font-size: 14px;
    display: block;
}

.webform-client-form .webform-component {
    padding-right: 15px;
    padding-left: 15px;
}

.webform-component-email {
    clear: both;
}

.form-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color:  #fff;
    background-image:  none;
    border:  1px solid #ccc;
    -webkit-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.webform-client-form .btn  {
    font-size:  18px;
    margin-top:  25px;
    border:  0;
    background:  #f0d80c;
    float:  right;
    border-radius:  0;
    text-transform:  uppercase;
    margin-right:  15px;
}


.webform-client-form .form-text,
.webform-client-form .form-select {
    margin-bottom:  10px;
}

.form-email {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
}


select.form-control  {
    /*background-image:  url(../images/select-arrow.png);
    background-repeat:  no-repeat;
    background-position:  right center;
    background-size:  46px 46px;*/
}


.map-holder iframe  {
    max-width:  100%;
    width:  100%;
}


/* CONTENT TYPE LISTS */
.node-comunicaciones img {
    margin-bottom: 20px;
}

#ytplayer {
    margin-bottom: 20px;
}

.node-comunicaciones .field-item.text {
    margin-top: 10px;
}

.help-block {
    font-size: 14px;
}

h3.listing-title {
    border-bottom: 2px solid;
}

.address-list .btn-toggle {
    top: 26px !important;
    background-position: 78px 10px;
    background-size: 20px 46px;
}

.address-list .btn-toggle.open {
    background-position: 78px -26px;
    background-size: 20px 46px;
}

.views-exposed-form .views-exposed-widget.views-submit-button {
    float: none;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.address-list .map-container {
    margin: 0 0 20px 0;
}

/* ORGANIGRAMA */
.organigrama-img, .organigrama-img-map {
    display: none;
}

@media (min-width: 1200px) {
    #organigrama-lg, #organigrama-lg-map {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #organigrama-md, #organigrama-md-map {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #organigrama-sm, #organigrama-sm-map {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .org-chart-wrapper {
        font-size: 0;
        line-height: 0;
        text-indent: -999px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .org-chart-wrapper {
        font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin-bottom: 30px;
    }

    .org-chart-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    .cf {
        *zoom: 1;
    }

    .org-chart-wrapper h2 {
        padding-bottom: 30px;
    }

    .org-chart-wrapper h3 {
        padding: 20px 0 20px 30px;
    }

    .org-chart-wrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .org-chart-wrapper li {
        /*padding-bottom: 16px;*/
    }

    .org-chart-wrapper ul .org-node {
        display: table;
        width: 150px;
        background: #f1dd07;
        border: 4px solid #fff;
        text-align: center;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        color: #333;
        height: 70px;
        box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
        -webkit-transition: all linear .1s;
        -moz-transition: all linear .1s;
        transition: all linear .1s;
    }

    .org-chart-wrapper ul .org-node {
        font-size: 1em;
    }

    .org-chart-wrapper ul .org-node span {
        display: table-cell;
        vertical-align: middle;
    }

    .org-chart-wrapper .director > li > .org-node {
        margin-left: 30px;
    }

    .org-chart-wrapper .director > li {
        background: url(../images/org-bg-vert.png) no-repeat 30px -110px;
        background-size: 4px 250px;
    }

    .org-chart-wrapper .subdirector {
        padding: 30px 0 0 30px;
    }

    .org-chart-wrapper .subdirector .first {
        padding-left: 30px;
        background: url(../images/org-bg-horz.png) no-repeat -90px 36px;
        background-size: 250px 4px;
    }

    .org-chart-wrapper .departments {
        padding: 30px 0 0 0px;
        background: url(../images/org-bg-vert.png) repeat-y 0px 0px;
        background-size: 4px 250px;
    }

    .org-chart-wrapper .departments ul li {
        padding-bottom: 16px;
    }

    .org-chart-wrapper .departments > li > ul > li {
        padding-left: 30px;
        background: url(../images/org-bg-horz.png) no-repeat -90px 36px;
        background-size: 250px 4px;
    }

    .org-chart-wrapper .departments li.first {
        padding-left: 0;
    }

    .org-chart-wrapper .departments .sections {
        padding: 30px 0 0 0;
        background: url(../images/org-bg-vert.png) repeat-y 0px 0px;
        background-size: 4px 250px;
    }

    .org-chart-wrapper .departments .sections .section {
        padding-left: 30px;
        background: url(../images/org-bg-horz.png) no-repeat -90px 36px;
        background-size: 250px 4px;
    }

    .org-chart-wrapper .departments .sections .section:last-child,
    .org-chart-wrapper .departments > li > ul > li.dep-j {
        background: url(../images/org-bg-corner.png) no-repeat 0px -62px;
        background-size: 50px 100px;
        background-color: #fff;
    }


    /*.org-chart-wrapper h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .administration > li > .org-node {
        margin-bottom: 25px;
    }

    .director > li > .org-node {
        width: auto;
        margin: 0 auto 0px auto;
        padding: 0 10px;
    }

    .subdirector:after {
        content: "";
        display: block;
        width: 0;
        height: 130px;
        background: red;
        border-left: 4px solid #cbcbcb;
        left: 45.45%;
        position: relative;
    }

    .subdirector,
    .departments {
        position: absolute;
        width: 100%;
    }

    .subdirector > li.first,
    .departments > li.first {
        width: auto;
        height: 64px;
        margin: 0 auto;
        padding-top: 25px;
        padding-bottom: 105px;
        z-index: 1;
    }

    .subdirector > li:first-child {
        float: right;
        right: 27.2%;
        border-left: 4px solid #cbcbcb;
    }

    .departments > li.first {
        float: left;
        left: 35%;
        border-right: 4px solid #cbcbcb;
    }

    .subdirector > li.first .org-node,
    .departments > li.first .org-node {
        width: 100%;
        padding: 0 10px;
    }

    .subdirector > li:first-child .org-node {
        left: 25px;
    }

    @media all and (max-width: 767px) {
        .subdirector > li:first-child,
        .departments > li:first-child {
            width: 40%;
        }

        .subdirector > li:first-child {
            right: 10%;
            margin-right: 2px;
        }

        .subdirector:after {
            left: 49.8%;
        }

        .departments > li:first-child {
            left: 10%;
            margin-left: 2px;
        }
    }


    .departments > li:first-child .org-node {
        right: -50%;
    }

    .department:first-child,
    .departments li:nth-child(2) {
        margin-left: 0;
    }

    .departments:after {
        content: "";
        display: block;
        position: absolute;
        width: 81.1%;
        height: 22px;
        border-top: 4px solid #cbcbcb;
        border-right: 4px solid #cbcbcb;
        border-left: 4px solid #cbcbcb;
        margin: 0 auto;
        top: 130px;
        left: 9.1%
    }

    @media all and (max-width: 767px) {
        .departments:after {
            border-right: none;
            left: 0;
            width: 49.8%;
        }
    }

    .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 22px;
        border-left: 4px solid #cbcbcb;
        z-index: 1;
        top: -22px;
        left: 50%;
        margin-left: -4px;
    }

    .department:first-child:before,
    .department:last-child:before {
        border:none;
    }

    .department {
        border-left: 4px solid #cbcbcb;
        width: 28.59894921190893%;
        float: left;
        margin-left: 1.751313485113835%;
        margin-bottom: 60px;
    }

    .lt-ie8 .department{
        width: 18.25%;
    }

    @media all and (max-width: 767px) {
        .department {
            float: none;
            width: 100%;
            margin-left: 0;
        }

        .department:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 60px;
            border-left: 4px solid #cbcbcb;
            z-index: 1;
            top: -60px;
            left: 0%;
            margin-left: -4px;
        }

        .department:nth-child(2):before {
            display: none;
        }
    }

    .department > .org-node {
        margin: 0 0 -26px -4px;
        z-index: 1;
    }

    .department > .org-node:hover {
        height: 80px;
    }

    .department > ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .department li {
        border-bottom: 4px solid #cbcbcb;
        height: 80px;
    }

    .department li .org-node {
        background: #fff;
        top: 48px;
        position: absolute;
        z-index: 1;
        width: 90%;
        height: 60px;
        vertical-align: middle;
        right: -1px;
    }

    .department li .org-node:hover {
        box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
        height: 80px;
        width: 95%;
        top: 39px;
        background-image: none!important;
    }
    */
    /* Department/ section colors */
    .department.dep-a ul li .org-node,
    .department.dep-d ul li .org-node,
    .department.dep-f ul li .org-node {
        background: #a1a0a0;
    }
    .department.dep-b ul li .org-node,
    .department.dep-h ul li .org-node {
        background: #cbcbcb;
    }
    .department.dep-c ul li .org-node,
    .department.dep-j ul li .org-node {
        background: #efefef;
    }

    /*.departments .level2 {
        clear: both;
    }

    .departments .level2 li {
        float: left;
        width: 15%;
        margin-right: 1%;
    }
    */
}

/*
/* END ORGANIGRAMA */


/* SINGLE NODE PAGES */
.node-type-documentos .field {
    padding-bottom: 20px;
}

.node-type-documentos .field-label,
.node-type-documentos .field-item,
.node-type-centros-de-orientaci-n .field-label,
.node-type-centros-de-orientaci-n .field-item,
.node-type-distrito .field-label,
.node-type-distrito .field-item,
.node-type-colecturias .field-label,
.node-type-colecturias .field-item,
.node-type-evento-contributivo .field-label,
.node-type-evento-contributivo .field-item  {
    font-size: 16px;
}

.node-type-centros-de-orientaci-n .field-label,
.node-type-distrito .field-label,
.node-type-colecturias .field-label,
.node-type-evento-contributivo .field-label {
    padding-top: 20px;
}

.node-type-evento-contributivo .field-name-field-ec-fecha .field-label {
    padding-top: 0;
}

.node-type-evento-contributivo .date-display-single {
    text-transform: lowercase;
}

.node-type-documentos .field-type-list-text .field-item:before,
.node-type-centros-de-orientaci-n .field-type-list-text .field-item:before,
.node-type-distrito .field-type-list-text .field-item:before,
.node-type-colecturias .field-type-list-text .field-item:before,
.node-type-evento-contributivo .field-type-list-text .field-item:before {
    content: 'â€¢';
    margin-right: 5px;
    color: #e2c909;
}

.node-type-centros-de-orientaci-n .field-name-field-centros-dir-pos-pueblo.field-type-list-text .field-item:before,
.node-type-centros-de-orientaci-n .field-name-field-centros-dir-fis-pueblo.field-type-list-text .field-item:before,
.node-type-distrito .field-name-field-distrito-dir-pos-pueblo.field-type-list-text .field-item:before,
.node-type-distrito .field-name-field-distrito-dir-fis-pueblo.field-type-list-text .field-item:before,
.node-type-colecturias .field-name-field-colecturias-dir-pos-pueblo.field-type-list-text .field-item:before,
.node-type-colecturias .field-name-field-colecturias-dir-fis-pueblo.field-type-list-text .field-item:before {
    content: '';
    margin-right: 0;
}

.node-type-centros-de-orientaci-n .field {
    padding-top: 20px;
}

.node-type-centros-de-orientaci-n .field.field-name-field-centros-dir-fis-2,
.node-type-centros-de-orientaci-n .field.field-name-field-centros-dir-fis-pueblo,
.node-type-centros-de-orientaci-n .field.field-name-field-centros-dir-fis-zipcode,
.node-type-centros-de-orientaci-n .field.field-name-field-centros-dir-pos-2,
.node-type-centros-de-orientaci-n .field.field-name-field-centros-dir-pos-pueblo,
.node-type-centros-de-orientaci-n .field.field-name-field-centros-dir-pos-zipcode {
    padding-top: 0;
}

.node-type-documentos .file-icon {
    display: none;
}

.node-type-documentos .file a {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding: 8px 46px 8px 0;
    border-bottom: 2px solid #f5f03a;
    color: #6f6f6f;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.node-type-documentos .file a:before {
    content: 'Descargar ';
}

.node-type-documentos .file a:after {
    position: absolute;
    display: block;
    content: '\e114';
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    color: #000;
    background: #f5f03a;
}

.field-name-field-centros-latitud,
.field-name-field-distrito-latitud,
.field-name-field-colecturias-latitud {
    height: 240px;
}

.field-name-field-centros-latitud .field-label,
.field-name-field-centros-latitud .field-item,
.field-name-field-centros-longitud,
.field-name-field-distrito-latitud .field-label,
.field-name-field-distrito-latitud .field-item,
.field-name-field-distrito-longitud,
.field-name-field-colecturias-latitud .field-label,
.field-name-field-colecturias-latitud .field-item,
.field-name-field-colecturias-longitud  {
    display: none;
}



/* EMAIL ALERTS, MAILCHIMP PAGE */
#edit-mailchimp-lists-mailchimp-alertas-de-hacienda-title {
    display: none;
}

.mailchimp-lists-user-subscribe-form .form-type-checkboxes > label,
.form-item-mailchimp-lists-mailchimp-alertas-de-hacienda-mergevars-EMAIL > label {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .page-alertas-por-correo-electronico .two-col-stacked-right {
        padding-top: 30px;
    }
}

/* CONTACT */
.contact.address {
    line-height: 24px;
    margin-top: 20px;
    padding-top: 20px;
}

/* FOOTER */
.row.bordered .region-footer section {
    border-right: none;
}

#block-block-1 {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}

.footer .footer-menu-2 {
    width: 250px;
    margin: 0 auto 20px;
}

.footer address strong {
    margin-bottom: 0;
}

.nav-imgs {
    /*width: 350px;*/
    margin: 0;
}

.nav-imgs.style-1 li {
    height: 60px;
    margin-right: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .footer .footer-menu-2 {
        width: auto;
    }

    .footer .row.bordered .col {
        height: auto;
        min-height: auto;
    }

    .nav-imgs {
        width: 100%;
    }

    #block-block-2 h4 {
        text-align: center;
        margin-top: 20px;
    }

    .footer .nav-imgs {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer .footer-menu-2 {
        width: auto;
    }
}


@media (min-width: 768px) {
    .page-sobre-hacienda-servicios-al-contribuyente-centros-de-servicios-al-contribuyente h1.page-header {
        width: 41.66666666666667%
    }

    .nav-imgs {
        margin-left: 20px;
    }

    .nav-imgs.style-1 li.bigger {
        /*width: 40%;
        height: 74px;*/
        margin-left: -20px;
        margin-right: 20px;
    }

    .nav-imgs.style-1 li {
        min-width: 40px;
        max-width: 85px;
        -webkit-transform-style: preserve-3d;
    }

    .nav-imgs.style-1 li.clear-left {
        clear: left;
    }

    .nav-imgs.style-1 li a {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .nav-imgs.style-1 li a {
        text-align: center;
    }

    .nav-imgs.style-1 li.bigger a img {
        width: 100%;
    }

    .nav-imgs.style-1 li a img {
        width: 75%;
    }

    .region-footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .to-the-top-right {
        display: none;
    }

    .address-list .btn-toggle {
        position: relative;
        top: 0 !important;
        left: 0;
    }
}

/* 404 */
.page-404 .page-header  {
    padding-top:  20px;
}

/* MISC */
@media (max-width: 767px)  {
    .flexslider  {
        margin-bottom:  20px;
        min-height:  60px;
    }

    .flex-control-nav {
        bottom: -20px;
    }

    .page-contactenos .right  {
        padding-top:  40px;
    }

    .map-holder iframe  {
        width:  100%;
    }

    .region-content .text-blocks {
        margin-bottom: 0;
    }
}


@media (min-width:  768px)  {
    .webform-client-form .webform-container-inline  {
        width:  50%;
        float:  left;
    }
}

@media (max-width: 480px) {
    .nav-imgs {
        width: 100%;
    }

    #block-block-2 {
        height: auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 580px) {
    .tooltip {
        left: 50% !important;
    }
}

/* PRINT */
@media print {
    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    .node-type-linked-content-left-optional-rig .nav-links.style-2 {
        display: none;
    }

    .node-type-linked-content-left-optional-rig .tab-pane {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}