/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
#header {
    background-color: #ffffff;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #ececec;
    padding-right: 15px;
    margin-bottom: 0;
}
.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #080808;
}
.dark label {
    color: #fff;
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff;
}
@media screen and (max-width: 1281px){
.hidden-largo{display:none;}
}
@media screen and (min-width: 972px) and (max-width: 1154px){
    .header-extras {
    float: right;
    margin: 5px 0 0;
    }
    .header-extras li .he-text {
    padding-left: 0px;
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0px;
    }
    .header-extras li {
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 24px;
    border-left: 1px solid #EEE;
    }
}

@media screen and (max-width: 800px){
.promo-uppercase h3 {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
}
.lead {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px !important;
    line-height: 1.4;
}
}