.recirc__title:before {
    top: -1px;
    left: -1px;
    border-top: 1.9em solid #fff;
    border-right: .4em solid transparent;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* rules only apply in saf3+, chrome1+ */
-webkit-padding-before: 10px;


}

.recirc__title {
    font-family: ProximaNovaCond, "Noto Sans KR", "Helvetica Neue", Helvetica, Roboto, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    color: rgb(255, 255, 255);
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px auto 23px;
    padding: 2px 15px 0px;
    background: rgb(248, 51, 113);
}



.recirc__title:after {
    bottom: -1px;
    right: -1px;
    border-bottom: 1.9em solid #fff;
    border-left: .4em solid transparent;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}




/***********************************************************
Pre-header
************************************************************/
.preheader {
    max-width: 100%;
    background: #ffffff;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    margin-right: 0;
    margin-left: 0;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    font-family: 'Droid Serif', serif;
    display: none;
}

.preheader .list-inline{
    display: inline;
    padding: 0;
    margin: 0;
    width: auto;
    float: left;
    height: 48px;
}
.preheader .list-inline>li{margin: 0;padding: 0;line-height: 48px;
    float: left;
    list-style: none;
}
.preheader .fa, .preheader .facebook .fa, .preheader .googleplus .fa, .preheader .linkedin .fa, .preheader .twitter .fa, .preheader .whatsapp .fa {color: #fff;font-size: 1.2em;opacity: 0.6; margin-right: 10px;}
.preheader .creative-commons a{opacity: 0.6; color: #fff; text-transform: uppercase; font-weight: bold; font-family: 'Roboto', sans-serif; }
.preheader .fa:hover, .preheader .creative-commons:hover a {opacity: 1;}
.preheader .social-links{
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.preheader .social-links li{}
.preheader .social-links li a{
    padding: 4px 5px;
    line-height: 21px;
    display: block;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-transform: none;
}

.preheader .social-links li a.soc-twitter:hover {
    background-color: #55acee;
}
.preheader .social-links li a.soc-facebook:hover {
    background-color: #45619d;
}
.preheader .social-links li a.soc-youtube:hover {
    background-color: #db4437;
}
.preheader .social-links li.soc-rss a:hover {
    background-color: #FFA500;
}

.preheader .social-links li.soc-whatsapp a:hover {
    background-color: #00A85A;
}

.preheader .social-links .fa{
    margin-right: 0;
}

.preheader .utilities-menu {float: right; margin-right: 20px;}
.preheader .utilities-menu li {margin-left: 15px; font-size: 1.2em;}
.preheader .utilities-menu a {color: #FFF; opacity: 0.6; }
.preheader .utilities-menu a:hover { opacity: 1; }
.preheader .utilities-menu li a:before { font-family: "FontAwesome";content:"\f006"; vertical-align: baseline; }
.preheader .utilities-menu li.newsletter a:before { font-family: "FontAwesome";content:"\f0e0"; }
.preheader .utilities-menu li.participa a:before { font-family: "FontAwesome";content:"\f1ea"; vertical-align: baseline; }
.preheader .utilities-menu li.contacto a:before { font-family: "FontAwesome";content:"\f022"; vertical-align: baseline; }
.preheader .utilities-menu li span {display: none;}
.preheader .utilities-menu li.archivecontent span, .preheader .utilities-menu li.contacto span, .preheader .utilities-menu li.newsletter span {display: none;}
.preheader .utilities-menu li.archivecontent a:before { content: "\f133"; font-family: "FontAwesome"; }

.preheader .menu-utilities { display: none; }


.preheader .header-logo {
    position: fixed;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
    pointer-events: none;
}

.preheader .header-logo img {
    max-height: 41px;    
}

/*
custom header 
*/
.preheader {
    background: #ffffff;

    border-bottom: 1px solid #228ec3;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

/*==================================================
     Fixed navbar
 ================================================== */
.fixed-header {

    display: block;
}
.fixed-header .header {
    margin: 0;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    padding: 0;
}
.fixed-header .header-logo.topbar {
    display: block;
    opacity: 1;
    visibility: visible;
}
.fixed-header .datetime.topbar {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.fixed-header .header .logo-infos { display: none; }

.fixed-header .header-logo,
.fixed-header #navigation { display: none;}
.fixed-header .ad_horizontal_marker{ display: none; }




.topbar_title {

    border-color: #000000;
    border-radius: 2px;
    border-right-width: 100px;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    text-indent: 0px;
    float: left;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 300px);
    white-space: nowrap;
        box-sizing: content-box;
}

.topbar_logoleft {
float: left;
    /* position: fixed; */
    /* right: 0; */
    left: 0;
    /* text-align: center; */
    /* margin: 0; */
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    /* opacity: 0; */
    /* pointer-events: none; */
    height: 41px;
        box-sizing: content-box;
        width: 50px;
}

.preheader .topbar_logoleft img {
    max-height: 41px;
}
.preheader .utilities-list {
 width: 50px;
 padding-left: 6px;
}
