/* 
    Document   : platform
    Created on : Apr 11, 2011, 2:54:00 PM
    Author     : schmee
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/*----- Easy Clearing ------*/

html.bw #footer,
html.bw #container,
html.bw #header,
html.bw .settings_wrapper,
html.bw #mobNavigation,
html.bw .st-sticky-share-buttons{
    -webkit-filter: grayscale(100%);
    filter:grayscale(100%);
}

html.bw .storyLink:hover .slide_title{
    filter: contrast(0%);
}
html.invert{
    -webkit-filter:invert(1) grayscale(1);
    filter: invert(1) grayscale(1);
    background: #000;
}
.fix:after {clear:both;content:'[.]';display:block;height:0;visibility:hidden;}
.fix {display:inline-block;}
.fix {display:block;}


/* frequenlty used */
.left {float: left !important;}
.right {float: right;}
img.left {float: left;margin: 0 10px 0 0;}
img.right {float: right;margin: 0 0 0 10px;}
.nom {margin:0 !important;}
.nop {padding:0 !important;}
.clear {clear:both !important;}
.hide {display:none !important;}

p.empty {text-align: center; margin: 40px 0;}


/*HEADER ELEMENTS* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

h1.logo, div.logo{left:0; margin: 0; display:block; background: none; padding-top: 0; float: left;}
/*h1.logo, div.logo a{
    background-size: 320px auto;
}*/
h1.logo a, div.logo a {
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor:pointer;display:block; text-indent:-9999px; height: 160px; width: 560px;background-image: url('../fonts/logoWhite-ci.svg');}
.secondary-header a.logoFix {
  background-image: url('../fonts/logoBlue-ci.svg');
}
#headerLeft .home-icon{display:block; float: left;margin: 5px 10px 8px 0;}
#headerLeft .home-icon a{background:transparent url('../images/home.png') no-repeat top left;cursor:pointer; width: 17px; height: 17px; display: block; }
#headerLeft .date{color: #CC0000; font-size: 11px; line-height: 100%; float: left; margin-top: 10px; margin-right: 20px; height: 20px;}
#headerLeft #secondaryNavigation{ height: 30px;}
#headerLeft #secondaryNavigationShort {display:  none;}
#headerLeft .weather{clear: both; width: 100%; height: 60px; margin-top: 5px; overflow: hidden}
#headerLeft .weather img {width: 110px; height: 60px; float: left; margin-right: 5px;}
#headerLeft .weather #scene div {width: 250px !important;}
#headerLeft .weather #scene div .city {color: #fff}
#headerLeft .weather #scene div .temperature {color: #cc0000; font-size: 17px; font-weight: bold; 
                                              margin-top: 8px;}
#headerLeft .weather #featuredSlider {position: relative;}
#headerLeft .weather #featuredSlider #navControls {position: absolute; left: 115px; top: 48px; z-index: 100}
#headerLeft .weather #featuredSlider #navControls #prevSl {display: block; width: 11px; height: 7px; float: left;
                                                           background-image: url('../images/weatherPrev.png'); background-repeat: no-repeat; 
                                                           margin-right: 5px; background-position: top;}
#headerLeft .weather #featuredSlider #navControls #nextSl {display: block; width: 11px; height: 7px; float: left; 
                                                           background-image: url('../images/weatherNext.png'); background-repeat: no-repeat;  
                                                           background-position: top;}
#headerLeft .weather #featuredSlider #navControls #prevSl:hover, #headerLeft .weather #featuredSlider #navControls #nextSl:hover {
    background-position: bottom;
}


.liveStream{display: table;background:transparent url('../images/secNav.png') repeat-y top left; float: right; height: 30px; line-height: 30px;}
.liveStream a{display: table-cell; text-align: left;height: 30px;line-height: 30px;text-transform: uppercase; font-size: 11px; color: #ccc; width: auto; padding: 0 20px;
              background:transparent url('../images/secNav.png') repeat-y top right; vertical-align: middle;}
.liveStream a:hover{color: #CC0000; text-decoration: none;}
.liveStream a span{}
.liveStream .tv span{background:transparent url('../images/tvStream.png') no-repeat top left;padding-left: 30px;height: 21px;line-height: 21px; display: block;}
.liveStream .radio span{background:transparent url('../images/radioStream.png') no-repeat top left;padding-left: 20px;height: 21px;line-height: 21px; display: block;}
.liveStream .radio{background: none}

#header .socialNav {display: block; height: 30px; float: right; clear: right; margin-top: 20px;}
#header .socialNav ul {margin: 0;}
#header .socialNav ul li {margin: 0; list-style: none; display: block; width: 30px; float: left; margin-right: 10px;}
#header .socialNav ul li.twitter {margin-right: 0px;}
#header .socialNav ul li a {display: block; width: 30px; height: 30px; text-indent: -5000px; background-repeat: no-repeat; background-position: top}
#header .socialNav ul li a:hover {background-position: bottom}
#header .socialNav ul li.rss a {background-image: url('../images/rss_1.png')}
#header .socialNav ul li.twitter a {background-image: url('../images/tw.png')}
#header .socialNav ul li.facebook a {background-image: url('../images/fb_1.png')}


/* SEARCH FORM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

div.searchForm {float: right; clear: right; margin-top: 30px;}

form.searchForm  {width:auto;}
fieldset.searchFieldset {float: right; width: auto; position: relative;display: flex;column-gap: 10px;}
fieldset.searchFieldset input.searchInput{
    background-color: #0a2752;
    width:220px; 
/*    height: 16px;*/
    padding: 10px; 
    border-radius: 4px; 
    float: right; line-height: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
#header input#searchText::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
#header input#searchText::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#header input#searchText:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
#header input#searchText:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
fieldset.searchFieldset button.searchButton {
    cursor:pointer; 
    float:right;
    height:16px;
    width:16px;
    padding:0; 
    position: absolute;
    top: 10px; 
    right: 10px;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
fieldset.searchFieldset button.searchButton i{
    color:#fff;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



fieldset.searchFieldset button.searchButton:hover i{
    opacity: 0.8;
}

/* LANGUAGES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.languageHolder {margin: 40px 30px 0 0;}
.languageHolder a{width: auto; text-align: center; float:left; color: #fff; padding: 0 10px; font-size: 16px;  font-weight: 600; display: block; line-height: 17px; border-right: 1px solid #fff;}
.languageHolder a:hover{text-decoration: none; color: #fff; -webkit-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;}
.languageHolder a span{}
.languageHolder a:last-child{border-right:none;}
.home-icon a{background: url(../images/homeIcon.png) no-repeat right bottom; width: 36px; height: 17px; display: block; margin-top: 17px;}
.home-icon a:hover{text-decoration: none;}

/* PRIMARY NAVIGATION - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#primaryNavigation{padding:0; width: 100%;  line-height: 56px; margin-bottom: 0px;
}
#secondaryNavigation{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 40px;
    display: flex;
}
/* PATH - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#path {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    color:#676767;
    font-size: 13px;
    font-weight: 400;
    display: block;
    white-space: normal;
    line-height:1.5;
    box-sizing: border-box;
     white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;

}
#path i{
    color: #676767;
    font-size: 10px;
    margin: 0 5px;
}
#path a {
    color: #123d7b;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: normal;
}
#path a:hover{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color:#c03a41;
}






/* FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.footerLeft {
    width: 300px;
    float: left;
    padding-top: 40px;
}
.footerLeft p {
    font-size: 16px;
    color: #fff;
}
.footerRight {
    width: 640px;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url('../images/footerSeparator1.png');
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 20px;
}
.footer-top{
    padding-top: 30px;
}

.footer-top p{
    font-size: 16px;
    color:#676767;
    font-weight: 600;
    padding-bottom: 40px;
}

.footerNav {
    margin-bottom: 15px;
}
.footerNav ul {
    display: table;
    width: 100%;
    line-height: 100%;
    list-style: none outside none;
    margin: 0;
}
.footerNav ul li {
    display: inline-block;
    float: none;
    line-height: 18px;
    text-align: center;
    padding: 0 10px 0 0;
    margin: 0 8px 5px 0;
}
.footerNav ul li.last {background: none;}
.footerNav ul li a {
    color: #676767;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.footerNav ul li a:hover{color: #c03a41; -webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}

.footerSecNav{margin-bottom: 25px;}
.footerSecNav ul{margin: 0; list-style: none;}
.footerSecNav ul li{margin: 0; padding: 0 10px; display: inline-block; line-height: 17px; width: auto;}
.footerSecNav ul {}
.footerSecNav ul li a{color: #676767; font-size: 14px; line-height: 17px;}
.footerSecNav ul li a:hover{text-decoration: none; color: #c03a41;-webkit-transition: all .3s ease-in-out;
                            transition: all .3s ease-in-out;;}
.footerSecNav .home-icon{float: left;}
.footerSecNav .home-icon a{ background: url(../images/footerHomeIcon.png) no-repeat -12px top; width: 20px; height: 17px; display: block; margin-top: 0; float: left;}
.footerSecNav .home-icon a:hover{text-decoration: none;}

#footer .socialNav {
    display: block;
    margin-top: 0;
}
#footer .socialNav span {font-size: 12px; color: #fff; line-height: 30px; float: left; margin-right: 10px;}
#footer .socialNav .social {float: none;}
#footer .socialNav ul {
    margin: 0;
    margin-bottom: 30px;
}
#footer .socialNav ul li {
    display: inline-block;
    float: none;
    list-style: none outside none;
    margin: 0 20px 0 0;
    width: 30px;
}
#footer .socialNav ul li.instagram {
    margin-right: 0;
}
#footer .socialNav ul li a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}
#footer .socialNav ul li a:hover {
    background-position: center center;
/*    opacity: 0.8;*/
}
#footer .socialNav ul li.twitter a {
    /*    background-image: url("/assets/front/img/footertw.png");*/
    border:1px solid #5ca9dd;
    border-radius: 1.5em;
    background: #5ca9dd;
}
#footer .socialNav ul li.facebook a {
    /*background-image: url("/assets/front/img/footerfb.png");*/
    border:1px solid #3B5998;
    border-radius: 1.5em;
    background: #3B5998;
}
#footer .socialNav ul li.instagram a {
    /*    background-image: url("/assets/front/img/footertw.png");*/
    border:1px solid #e4405f;
    border-radius: 1.5em;
    background: #e4405f;
}
#footer .socialNav ul li.facebook i {
    color:#fff;
    font-size: 23px;
    padding: 9px;
}
#footer .socialNav ul li.twitter i{
    color:#fff;
    padding: 9px;
    font-size: 23px;
}
#footer .socialNav ul li.instagram i{
    color:#fff;
    padding: 9px;
    font-size: 23px;
}





.footerNavFlat {
    width: 100%;
    padding: 10px 0 5px 0;
    /*    background-image:  url(/assets/front/img/footerSeparator.png);
        background-position: bottom;
        background-repeat: repeat-x;*/
}
.footerNavFlat a {
    font-weight: normal;
    color: #878585;
    font-size:  11px;
    text-transform: none;
    margin-right: 5px;
}
.footerNavFlat a.depth1 {
    font-weight: bold
}
.footerNavFlat {display: none}

.footerCopy .copyShort {display: none;}


.footerCopy {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    border-top: 1px solid #c7cbcd;
}
.footerCopy p {
    line-height: 40px;
    text-align: center;
    margin: 10px;
    padding: 0;
    font-size:  14px;
    font-weight: 400;
    color: #676767;
    display: block;}
.footerCopy p a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}
.footerCopy p a:hover {
    text-decoration: underline;
}












.banner300x250{margin-bottom: 40px;}

.bannersShortcuts a{
    margin-bottom: 30px;
    position: relative;
}

#eventHolder{width: 368px;}
#eventHolder .eventTop{background: url(../images/calendarTop.png) no-repeat left top; padding: 0 25px;}
#eventHolder .eventTop span{display: block; color: #fcfcfc; font-size: 14px; padding: 10px 0;}
#eventHolder .eventBottom{background: url(../images/calendarBottom.png) no-repeat left top; height: 10px;} 


/*
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.video iframe,  
.video object,  
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 200px
}



.audio {
    position: relative;
    padding-bottom: 30px;
    padding-top: 3px;
    height: 0;
    overflow: hidden;
}

.audio iframe,  
.audio object,  
.audio embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

#content .vazno {
    background: rgba(1,169,243,0.3);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 0 0 25px 0;
    padding: 30px 20px;
    box-sizing: border-box;
}
#content p.vazno {
    font-size:13px;
    color:#474747;
    font-weight: 400;
}
#content p.vazno strong{
    font-size: 14px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    float: left;
}

/* MODAL */

.modalHolder {
    margin: 0;
    padding: 10px 20px 20px;
    width: 100%;
    box-sizing: border-box;
}
.modalTrigger {
    background-color: #c03a41;
    color: #fff;
    padding: 10px 5px 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(127,127,127,0.1);
    -moz-box-shadow: 0px 3px 5px 3px rgba(127,127,127,0.1);
    box-shadow: 0px 3px 5px 3px rgba(127,127,127,0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}
.modalTrigger:hover {
    opacity: 0.9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modalContainer.notActive {
    display: none;
    width: 0;
    height: 0;
}
.modalHolder.active {
    position: relative;
    z-index: 9999;
}
.modalContainer.active {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%x); /* Safari */
    transform: translate(-50%, -50%);
    overflow-y: auto;
    z-index: 99;
}
.modalWrapper {
    background: #fff;
    position: relative;
    z-index: 9999;
    border-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;
}
body.modalLock {
    overflow: hidden;
}
.modalBackground,
.modalBackground.notActive {
    display: none;
    width: 0;
    height: 0;
}
.modalBackground.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.modalBackgroundMask {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.modalHeader {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    color: #676767;
}
.modalHeader span.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.modalBody {

}
.modalFooter {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    color: #676767;
}

.footerLinks {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    column-gap: 30px;  
    justify-content: center;
}

.footerLinks a {
    color: #133D7B;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.footerLinks a:hover {
    color:#c03a41;
}

.footerLinks span {
    margin-left: 10px;
}

.footerLinks i {
    font-size: 16px;
}