html {
    background: #fff;
}
body {
    padding: 0px !important;
    margin: 0px;
    font-family: Helvetica, Arial;
    font-size: 14px;
    line-height: 1.5em;
    color: #3A3A3A;
    background: #fff;
    min-width: 380px;
}
* {
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 33.33vh; 
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    pointer-events: none;
} 

.bg-overlay::before {
    content: "24 am pm 24 am pm 24 am pm 24 am pm 24 am pm 24 am pm 24 am pm 24 am pm 24 am pm 24 am pm";
    font-size: 4rem;
    white-space: nowrap;
    transform: rotate(45deg);
    opacity: 0.01;
    color: #777;
}

/* Navigation */
.logo-cover .mob-name {
    display: none;
}
.logo-cover {
    display: inline-block;
    text-decoration: none;
}
.logo-cover:link {
    text-decoration: none;
}
.logo-cover .logo {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #ed6c20;
    font-weight: 600;
    font-size: 23px;
    margin-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.logo-cover .logo-text {
    color: #252525;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    font-weight: 600;
    font-size: 24px;
}
p#path {
    font-size: 0.7rem;
    color: #777;
    margin: 3px 0 0 0;
    position: absolute;
    top:0.57rem;
    left: 0px;
    white-space: nowrap;
}
p#path a {
    padding-right: .89em;
    margin-right: .3em;
    white-space: nowrap;
    text-decoration: none;
}
p#path span a {
    padding-right: .89em;
    margin-right: .3em;
    white-space: nowrap;
}
p#path span a:hover {
}
p#path a.last {
    font-weight: 700;
    color: #3A3A3A;
    background: none;
    padding-right: 0;
}
p#path a.last:hover {
    text-decoration: none;
}
div#page {
    padding-top: 3.6rem;
}
.h_table {
    width: 100%;
    margin-bottom: 0.75rem;
}



/*--- old menu ---*/
ul#m1 {
    border-radius: 7px;
    background: #34393E;
     list-style-type: none;
     padding: 0;
     margin-right: 0;
     margin-left: 0;
     width: 100%;
}
ul#m1 li.nav-item {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
}
@media only screen and (min-width: 769px) {
    ul#m1 li.contacts { float: right }
}

ul#m1 .nav-item > span,
ul#m1 .nav-item > a {
     padding: 0.35rem 0.4rem;
     display: block;
    text-decoration: none;
    color: #FFF;
    transition: all .1s ease-in-out;
}
ul#m1 .nav-item > a.curr {
     color: #000;
     background-color: #FFD35B;
}
ul#m1 .nav-item > a:not(.curr):hover,
ul#m1 .nav-item:hover > a:not(.curr) {
    color: #FFC531;
}
/*--- /old menu ---*/


@media only screen and (min-width: 769px) {
    .h_table,
    .bottom-navigation {
        display: table;
    }
    .table-tr {
        display: table-row;
    }
    .h_search-td,
    .h_slogan-td,
    .bottom-navigation a {
        display: table-cell;
    }
    .bottom-navigation .table-tr a:first-child {
        text-align: left;
    }
    .bottom-navigation .table-tr a:last-child {
        text-align: right;
    }
}
.bottom-navigation {
    padding: 1rem 0 0 0;
    margin-bottom: 0.7rem;
    clear: both;
    font-size: 0.75rem;
    width: 100%;
}
.bottom-navigation a {
    padding: 0.25rem 0.2rem;
    text-decoration: none;
    border-bottom: 5px solid #34393E;
    text-align: center;
    color: #888;
}

.bottom-navigation a:hover,
.bottom-navigation a.curr {
    border-color: #FFC531;
    color: #F00;
}

/* Forms */

span.obligatory {
 color: #F00;
 padding-right: .3em }

.fieldRow {
 margin-bottom: .7em;
 display: block }
.fieldRow * { vertical-align: middle }
.fieldRow label {
 font-weight: 400;
 margin: 0;
 display: inline }

.subField {
 margin-right: .6em;
 white-space: nowrap }
.subField label { margin-right: .3em }
.subField .last { margin-right: 0 }
.subField.last { margin-right: 0 }
.subField * { margin-right: .2em }

.lastFieldRow { margin-bottom: 1.4em }

/* Elements */

a.addToFavorites {
 background-repeat: no-repeat;
 padding-left: 32px;
 margin-bottom: 1.2em;
 display: block;
 min-height: 24px;
 height: 24px
}

div#header {
 color: #666;
 padding: 0 .45em 0 260px;
 border-bottom: 1px solid #CCC;
 margin-bottom: 3px }
div#header p { margin: 0 }

div#leftCol {
 float: left;
 width: 610px;
 /*overflow: hidden */
 }



.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display:block;
}
*+html .clearfix { zoom: 1;}


/*--- current time ---*/
.switch-format {
    padding-bottom: 5px;
    display: inline-block;
}

.current-time {
    background: #f3f3f3;
    padding: 15px 10px 11px 20px;
    max-width: 357px;
    margin-bottom: 15px;
    color: #878787;
    font-size: 24px;
    position: relative;
    margin-right: 15px;
    border-radius: 7px;
}
.current-time .time {
    padding: 5px 0 10px 0;
    font-size: 62px;
    color: #000;
}
.current-time .time span {
    position: relative;
}
.current-time .time span:nth-child(3) {
    font-size: 38px;
    font-weight: normal;
    color: #b7b7b7;
}

.current-time sup {
    text-transform: uppercase;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.3em;
    font-weight: normal;
    margin-top: 0.5rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
}
.current-time .time span:nth-child(1):after {
    content: ':';
    display: inline-block;
}
.current-time .time span:nth-child(3):before  {
    content: ':';
    display: inline-block;
}
.current-time p {
    margin: 0;
    line-height: 1.2em;
}
.time + p { font-size: 20pt; }

.next-to-banner {
    border-radius: 7px;
}

@media only screen and (min-width: 769px) {
    .next-to-banner {
        float: left;
        width: 58%;
        margin-bottom: 15px;
        max-height: 250px;
        overflow: hidden;
        margin-right: 10px;
    }
    .next-to-banner .current-time {
        height: 250px;
        max-width: 452px;
        margin-right: 0;
        padding-top: 28px;
        font-size: 24pt;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .full-mode .next-to-banner .current-time .time span:nth-child(3) {
        font-size: 95px;
        /*padding-left: 26px;*/
    }
    .full-mode .current-time .time span:nth-child(3):after {
        font-size: 95px;
    }
    .full-mode .current-time sup {
        display: inline-block;
        vertical-align: top;
        margin-top: 12px;
    }
    .full-mode .next-to-banner .current-time p,
    .full-mode .current-time #cityClock p {
        font-size: 27pt;
    }
    .next-to-banner .current-time .time {
        font-size: 5rem;
        line-height: 1em;
    }
    .next-to-banner .current-time .time span:nth-child(3) {
        font-size: 60px;
    }
    /*.next-to-banner .current-time .time span:nth-child(3):after {
        top: 14px;
    }*/
    .next-to-banner .current-time sup {
        font-size: 2rem;
    }

    .full-mode .next-to-banner .current-time {
        max-width: none;
    }

    .current-time .location-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.next-to-banner .fullscreen-ico, #countdown-div .fullscreen-ico {
    position: absolute;
    top: 5px; right: 5px;
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    cursor: pointer;
    opacity: 0.5;
}
.full-mode {
    overflow: hidden;
}
.full-mode .next-to-banner {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto;
    z-index: 9999;
    float: none;
    width: auto;
    margin-bottom: 0;
    max-height: none;
    background: #f3f3f3;
}
.full-mode .current-time {
    top: 49%;
    margin-top: -150px;
    z-index: 999;
 }
.full-mode .current-time > p,
.full-mode .current-time #cityClock {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.full-mode .next-to-banner .fullscreen-ico, #countdown-div.full-screen .fullscreen-ico {
    width: 38px;
    height: 38px;
    top: 20px;
    right: 20px;
    position: fixed;
}
.full-mode .next-to-banner .fullscreen-ico:hover, #countdown-div.full-screen .fullscreen-ico {
    opacity: 1;
}
.full-mode .addthis-smartlayers {
    display: none;
}
@media all and (min-width: 769px) {
    .full-mode .current-time .time * {
        font-size: 1.8em;
        line-height: 1.1em;
    }
    /*.full-mode .current-time .time span:nth-child(1) {padding-right: 44px;}*/

    .full-mode .current-time .time span:nth-child(3) {font-size: 4rem;}

    .full-mode .current-time .time sup {font-size: 2rem;}
}
@media all and (max-width: 768px) {
    .full-mode .current-time,
    .full-mode .next-to-banner .current-time {max-width: none;margin: 0px;}
    .full-mode .next-to-banner #fullscreen-ico, #countdown-div.full-screen .fullscreen-ico {width: 24px; height: 24px;}

    .full-mode .next-to-banner .current-time {
        margin-top: -58px;
    }
    .full-mode .current-time > p,
    .full-mode .current-time #cityClock {
        max-width: 310px;
    }
    .full-mode .current-time .time {
        margin-top: 15px;
    }
    .full-mode .current-time {line-height: 26px;}
    .full-mode .current-time * {font-size: 1.65em;}
    .full-mode .current-time p {font-size: 22px;}
    .full-mode .current-time sup {font-size: 35px;}
    .full-mode .current-time .time span:nth-child(3) {
        font-size: 40px;
    }
    /*.full-mode .current-time .time span:nth-child(1):after {
        top: 23px;
    }
    .full-mode .current-time .time span:nth-child(3):after {
        top: 10px;
    }*/

    .full-mode .next-to-banner .fullscreen-ico, #countdown-div.full-screen .fullscreen-ico {
        width: 24px;
        height: 24px;
    }
}

.full-width .current-time {
    max-width: none;
    font-size: 0.875rem;
    text-align: center;
    color: #000;
    font-family: Helvetica, Roboto, Arial;
    padding: 1rem 2rem 1rem 2rem;
    margin-right: 0px;
}
.full-width .current-time .time,
.full-width .current-time .time * {
    text-align: center;
}
.full-width .current-time a {
    color: #1F88D3;
}
.full-width .current-time p {
    font-size: 0.875rem;
}
.full-width .current-time a {
    color: #1F88D3;
}
.full-width .fullscreen-ico, #countdown-div.full-screen .fullscreen-ico {
    position: absolute;
    top: 7px; right: 7px;
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    cursor: pointer;
    opacity: 0.5;
}
.full-width .current-time .time {
    font-size: 3rem;
    line-height: 1.3em;
    font-weight: 700;
}
.current-time .time span:nth-child(3) {
    font-size: 2.5rem;
}
.color-red {
    color: #FF0000;
}

.current-time .city-name {
    display: block;
    font-size: 1.875rem;
    line-height: 1.2em;
}
.current-time  .city-day {
    font-size: 1.5rem;
    line-height: 1.2em;
    display: block;
}
@media all and (min-width: 769px) {
    .current-time .city-name__col {
        position: absolute;
        top: 2rem;
        left: 2rem;
        width: 30%;
        text-align: left;
    }
    .current-time .city-day__col {
        position: absolute;
        top: 2.15rem;
        right: 2rem;
        width: 30%;
        text-align: right;
    }
    .current-time .city-day__col span {
        text-align: right;
    }
    .full-width .current-time .time {
        padding: 0 30% 0.5rem 30%;
    }
}
@media all and (max-width: 768px) {
    .full-width .current-time {
        padding: 2.4rem 2rem 1.3rem 2rem;
    }
    .full-width .current-time p {
        font-size: 0.75rem;
    }
    .current-time .city-name {
        font-size: 1.5rem;
        padding-bottom: 0.2rem;
    }
    .full-width .current-time .time {
        font-size: 2.8rem;
    }
    .current-time .city-day {
        padding-top: 1rem;
    }
    .full-width .current-time .time {
        padding-top: 0px;
    }
    .current-time sup {
        margin-top: 0.55rem;
    }
}
/*--- /current time ---*/

div.mapSkeleton
{
  margin:0;
  border-radius:6px;
  /*box-sizing:border-box;*/
  background:-webkit-linear-gradient(top,#a6bcda,#779ccd 15.49%,#4c7ec0 31.79%,#316cb9 44.53%,#2765b6 52.04%,#326cb9 59.06%,#4e80c1 71.23%,#7b9fce 86.95%,#a6bcda);
  background:linear-gradient(180deg,#a6bcda,#779ccd 15.49%,#4c7ec0 31.79%,#316cb9 44.53%,#2765b6 52.04%,#326cb9 59.06%,#4e80c1 71.23%,#7b9fce 86.95%,#a6bcda);
  /*box-shadow: 0 19px 38px rgba(0,0,0,.3), 0 15px 12px rgba(0,0,0,.22);*/
  /*overflow: auto;*/
  display: flex;
  position: relative;

}

.preloaderContainer{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  color: #fff;
  font-weight: bold;
}
#mapAppPreloader{
  position: relative;

  /*display: table;*/
  height: 100%;
  /*margin: auto;*/
  color: #fff;
  font-weight: bold;
}

#mapAppPreloaderInner{

  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading_dots{
  font-size: 1em; /* set size here */
  line-height: 1;
  padding: 0 0 0.175em 0.55em;
  width: 2.75em;
}
.loading_dots span{
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  display: inline-block;
  height: 0.5em;
  width:  0.5em;
  -webkit-animation:  loading_dots 1s linear infinite;
  -moz-animation:     loading_dots 1s linear infinite;
  -ms-animation:      loading_dots 1s linear infinite;
  animation:            loading_dots 1s linear infinite;
}
.loading_dots span:nth-child(2){
    -webkit-animation-delay:  0.33s;
    -moz-animation-delay:     0.33s;
    -ms-animation-delay:      0.33s;
  animation-delay:            0.33s;
}
.loading_dots span:nth-child(3){
-webkit-animation-delay:  0.66s;
    -moz-animation-delay:     0.66s;
    -ms-animation-delay:      0.66s;
  animation-delay:            0.66s;
}

@-webkit-keyframes loading_dots{
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}

@-moz-keyframes loading_dots{
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes loading_dots{
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}
@keyframes loading_dots{
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}

div#wt_leftCol {
 border-radius: 7px;
 float: left;
 width: 670px;
 overflow: hidden }

div#page {
    margin: 0 auto;
    max-width: 980px;
    /*text-align: center;*/
    position: relative;
    min-width: 250px;
}

div#rightCol {
 float: right;
 width: 220px;
 overflow: hidden }

div#wt_rightCol {
 float: right;
 width: 165px;
 overflow: hidden
}

.wt_rightCol_ad,.wt_rightCol_adLarge {
   display: block;
   height: 600px;
   width: 160px;
}

.wt_rightCol_adLarge {
  height: 1200px;
}

.home_sidebar_ad {
  display: block;
  height: 1200px;
  width: 260px;
}

div.ad_block_top,div.ad_link_block_top {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  min-height: 15px;
  min-width: 125px;
}

div.map_description{
   width: 75%;
}

div.sidebar {
 padding-top: 5px;
 float: right;
 width: 20%;
}

.sticky {
    /* position: -webkit-sticky;*/
    top: 0;
}

@media only screen and (min-width: 769px) {
    .sticky {
        position: sticky;
    }
}

div.cMap_leftCol {
 float: left;
 width: 165px;
 overflow: hidden;
}

div.cMap_rightCol {
 float: right;
 width: 810px;
 overflow: hidden;
}

.footer-text {
    font-size: 0.75rem;
    line-height: 1.2em;
    color: #3A3A3A;
    margin-bottom: 0.5rem;
}
.footer-text br {
    display: none;
}
p.copyrights {
    color: #3A3A3A;
    font-size: 0.85rem;
    line-height: 1.2em;
    text-align: center;
    padding: 1rem 0 1rem 0;
}
p.copyrights a {
    color: #1F88D3;
}
/*p.copyrights a:link,
p.copyrights a:visited {
 text-decoration: none;
 color: #888 }
p.copyrights a:hover { text-decoration: underline }*/

.footer-slogan { padding-left: 30px;}

p#logo {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    margin: 0;
}
.h_search-td {
    position: relative;
    width: 85%;
}
.h_slogan-td {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    padding-left: 1.4rem;
}
.h_slogan-td p#slogan {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.1em;
}

.po_r {position: relative;}



/*--- search form ---*/
.search-form {
    margin-left: 165px;
}
.search-form .select2-container .select2-selection--single {
    height: 30px;
}
.search-form .select2-container--default .select2-selection--single {
    background: #FAFAFA;
    border-color: #dcdcdc;
    border-radius: 7px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: inline-block;
    padding-top: 0.25rem;
    vertical-align: top;
    font-style: italic;
}
.search-form .select2-dropdown {
    background: none;
    margin-top: -30px;
    border-color: #edeced;
}
.search-form .select2.select2-container {
    width: 100% !important;
}
.search-form .select2-container--open .select2-dropdown--below,
.search-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.search-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 7px;
}
.search-form .select2-search--dropdown {
    padding: 0 0 0 4px;
    margin-right: 30px;
    height: 30px;
    display: block;
    position: relative;
}
.search-form .select2-container--default .select2-search--dropdown .select2-search__field {
    border: transparent;
    background: #FAFAFA;
    font-size: 0.9rem;
    padding: 0 5px;
    margin-top: 3px;
    height: 25px;
    line-height: 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;

}
.search-form .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    outline-color: transparent;
    outline-style: none;
}

.search-form .select2-results__option {
    margin-bottom: 0px;
    padding-left: 10px;
}
.search-form select {
    width: 100%;
    opacity: 0;
}


.search-form .select2-results {
    background: #edeced;
}
.search-form .select2-results__option.select2-results__message {
    display: none;
}
@media only screen and (max-width: 925px) {
    .logo-cover .desktop-name {
        display: none;
    }
    .logo-cover .mob-name {
        display: block;
        display: inline;
    }
    .search-form {
        margin-left: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .search-form .select2-container .select2-selection--single {
        height: 32px;
    }
}

/*--- /search form ---*/

.h_table + .clearfix {
    border: none;
}

ul#m1 .lang-item {
    text-transform: uppercase;
}
ul#m1 .lang-item a:hover {
}
@media only screen and (min-width: 769px) {
    ul#m1 {
        position: relative;
    }

    ul#m1 .lang-item {
        position: absolute;
        top:-91px; right: 0px;
        background: none;
        color: #000;
        min-width: 200px;
        border: none;

    }
    ul#m1 .lang-item a {
        display: inline-block;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 0px;
        text-decoration: none;
    }
    ul#m1 .lang-item strong,
    ul#m1 .lang-item .nls {
        font-size: 0.7rem;
    }
}
ul#m1 .lang-item strong,
ul#m1 .lang-item .nls {
    color: #000;
}


/* Content */

div div.dataBlock {
 background-position: 100% 100%;
 background-repeat: no-repeat;
 padding: .9em 15px 1px 10px;
 margin-bottom: 1.2em;
    text-align: left;
}
div.dataBlock h2 {
    font-size: 1rem;
}
div.dataBlock div.hSeparator { background-color: #000 }

/* div.dataBlock color variants */

div.dBColor1 {
 background-color: #FFEB72;
}
div.dBColor2 {
 background-color: #F0FBD3;
}
div.dBColor3 {
 background-color: #D9E4FB;
}
div.dBColor4 {
 background-color: #CCFFCC;
}
div.dBColor5 {
 background-color: #A5C8F2;
 }
div.dBColor6 {
 background-color: #E6F0FF;
}

dl.news dt {
 font-size: 1.1em;
 font-weight: 700;
 margin-bottom: .2em }
dl.news dd {
 padding: 0;
 margin: 0 0 .8em }
dl.news dd a:link,
dl.news dd a:visited,
dl.news dd a:hover {
 text-decoration: none;
 color: #000 }
dl.news dd a:hover { color: #009 }

dl.clock-widgets-faq dt {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: .2em }
dl.clock-widgets-faq dd {
    padding: 0;
    margin: 0 0 .8em }

p.moreLink {
 text-align: right;
 font-size: .9em }

table.dataTab1 {
 background-color: #EEE;
 border: 1px solid #AAB;
 border-collapse: collapse }
table.dataTab1 td,
table.dataTab1 th {
 padding: .2em .6em;
 border-right: 1px solid #BBC }
table.dataTab1 tr.odd { background-color: #DDD }

table.dataTab1 ul{
    margin:0;
    padding: 0;
    list-style-position: inside;
}
/*table.dataTab1 li span.cities {
    position: relative;
    left: -7px
}*/

.floatLeft,
.floatRight { margin: 0 1em .6em }
.floatLeft {
 float: left;
 margin-left: 0 }
.floatRight {
 float: right;
 margin-right: 0 }

/* Additional */

a {
    text-decoration: none;
    color: #E00;
    /*color: #1F5CD3;*/
}
a:hover {
    color: #C00;
}
/*a:visited { color: #F77 }
a:link:hover { color: #C00 }*/

a:link.nls,a:visited.nls,a:link:hover.nls  {
    text-decoration: none;
    color: #000; font-weight:bold;
}



button {
 text-align: center;
 font-size: 1.1em;
 background-color: #FFF;
 background-repeat: repeat-x;
 padding: 0 .3em;
 border: 1px solid #888 }

button.color1 {
 background-color: #B6D0DB;
 border-color: #B6D0DB }

button.color2 {
 background-color: #C7CCFF;
 border-color: #C7CCFF }

button.color3 {
 background-color: #75AAFF;
 border-color: #008 }

form { margin: 0 }


h1.clearfix {
    border-bottom: none;
    font-size: 1.8em;
    padding-top: 12px;
}

h2 a:link,
h2 a:visited { color: #000 }
h2 a:link:hover { color: #C00 }

h2.hiddenLink a:link,
h2.hiddenLink a:visited { text-decoration: none }

h3 {
 font: 700 1.1em Tahoma, Arial, Helvetica, sans-serif;
 margin-bottom: .6em }


.page-heading,
h1 {
    font: 700 1.7em/1.7em sans-serif, Tahoma, Arial, Helvetica;
    margin-bottom: .7em;
    clear: both;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.7rem;
    line-height: 1.7em;
    color: #2E3D48;
    text-align: left;
}
.page-heading:after,
h1:not(:empty):after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #ffc531;
    height: 3px;
    width: 170px;
}


.page-subheading {
    font: 700 1.3rem Helvetica, Tahoma, Arial;
    padding: 0.7rem 0;
    position: relative;
    color: #000;
    text-align: left;
}
.page-subheading:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #ffc531;
    height: 3px;
    width: 170px;
}
h1 + h2 {
    /*padding: 0.5rem 0;*/
}
#leftCol + h2 {
    clear: both;
}

.map_description,
.max-width2 {
    font-size: 0.9rem;
}

img,
table { border: 0 }

label {
 font-weight: 700;
 margin-bottom: .2em;
 display: block;
 height: auto
}

li { margin-bottom: .3em }

table td,
table th { vertical-align: top }

address,
blockquote,
dl,
ol,
ul,
p,
.genericBlock,
.hSeparator { margin-bottom: 1.2em }

div.hSeparator,
div.fClearer {
 background-color: #CCC;
 height: 1px;
 overflow: hidden }

div.fClearer {
 clear: both;
 visibility: hidden }

div.tableContainer { width: 100% }

.hl { color: #2B5EA4 }

.small { font-size: .9em }
.big { font-size: 1.1em }
.nowrap { white-space: nowrap }

div.MakeTime { padding-top:8px; border-top:1px solid #afafaf; font-size:8pt; font-family:Verdana,Arial,Tahoma,sans-serif; text-align:left; }

.at4-share-count-container {
 text-align: center;
}

.time_line_row {
 overflow: hidden;
 background-color: #DDDDDD;
 margin: 5px auto 0 auto;
 width: 60%;
}
.time_line_cell {
 line-height: 23px;
 width: 50%;
}
.time_line_from {
 float: left;
}
.time_line_from .time_line_item{
  text-align: right;
  padding-right: 20px;
}
.time_line_to {
 float: right;
}
.time_line_item {
  padding-left: 5px;
}
.clock_banner2 {
    display: block;
    max-width: 300px;
    float: right;
    height: 250px;
    overflow: hidden;
}
.clock_banner {
    overflow: hidden;
    height: 150px;
}
.clock_block {
    max-width: 780px;
    width: 100%;
}

/*--- Free Clock ---*/
.max-width {
    /*max-width: 650px;*/
    max-width: 860px;
    margin-right: auto; margin-left: auto;
}
.max-width2 {max-width: 810px; margin-right: auto; margin-left: auto;}
.pad0l {padding-left: 13px;}
.text-center {text-align: center;}
.choose-clock {
	margin-top: 30px;
}
.choose-clock .clearfix {border: none;}
.row {
	margin: 0 -15px;
}
.row.clearfix {
    margin: 0px;
    border-bottom: none;
}
.choose-clock .col-sm-4:last-child .clock-title {margin-bottom: 20px;}
.type-clock-wrap {
	background: #f2f2f2;
	margin: 0 15px 30px 15px;
	position: relative;
	text-align: center;
	max-width: 310px;
}
.type-clock-inner {
    padding: 12px 22px 55px 22px;
    text-align: center;
    line-height: 1.3em;
    min-height: 220px;
}
.digital-clock-inner {
    padding: 12px 0 55px 0;
}

/*.choose-clock .col-sm-4 + .col-sm-4 .type-clock-wrap {
    min-height: 267px;
}*/
.clock-title {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	text-align: center;
    line-height: 1.5em;
}

.type-clock-wrap .analog-clock-wrap {
	background: #f2f2f2;
	padding: 5px;
	text-align: center;
	display: inline-block;
}
.analog-clock-wrap a {text-decoration: none;}
.type-clock-wrap .text-clock-text {
	font-size: 1.05em;
}
.text-clock-text a:link,
.text-clock-text a:visited {color: #878787;}
.type-clock-wrap .button {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -46px;
}

.type-clock-wrap .w24tz-current-time {margin: 20px 0 0 0 !important; border: 4px solid #fff !important; }

.button,
.button:link {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px 6px;
	border: 1px solid #098bc4;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
    cursor: pointer;
}
.button:link:hover,
.button:visited {
	color: #fff;
}
.button.btn-blue {
	background: #169bd5;
}
.button.btn-blue:hover {
	background: #1093cc;
}
.button.btn-green {
	border: 1px solid #028b2f;
	background: #009933;
}
.button.btn-green:hover {
	background: #028b2f;
}

.form-group label {
    padding: 10px 0 2px 0;
}
.sub-title + .form-group label {padding-top: 2px;}
.form-group #widget-code {
    width: 100%;
    height: 160px;
    display: block;
}

.select-location {
    border: 1px solid #ccc;
    padding: 4px 5px;
    color: #b7b7b7;
    margin-bottom: 10px;
}
.select-location .tag {
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #d9e4fb;
    color: #000;
}
.select-location input {border: 1px solid #fff; margin-top: 0px; padding-left: 10px;}
.radio-tabs.clearfix {border: none;}
.radio-tabs .radio-tab {
    float: left;
    position: relative;
}

.radio-tab label {
    background: #eee;
    padding: 7px 10px 6px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
}
.radio-tab [type=radio] {
    display: none;
}

[type=radio]:checked ~ label {
    background: #b9caed;
    border-color: #97add9;
    z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
    z-index: 1;
}
.radio-tabs .radio-tab:first-child label {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.radio-tabs .radio-tab:last-child label {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.display-inline {
    display: inline-block;
    vertical-align: top;

    padding-right: 15px;
}
.form-control {width: 100%;}
.display-inline .form-control {width: 225px;}
.form-group .form-control {height: 28px;}
.form-errors { display: none; color: #FF0000; padding-left: 15px;}

.sub-title {
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0 10px 0;
}
h2.sub-title {
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
}
p.preview-text {
    margin: 20px 0 0 0;
}
.sub-title_big {
    font-size: 20px;
    font-weight: bold;
    padding: 24px 0 10px 0;
}
.preview-clock {
	border: 1px dashed #ccc;
    border-radius: 7px;
    padding: 150px 30px 0 30px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.preview-clock.preview-analog {
    padding-top: 50px;
    min-height: 315px;
    text-align: center;
}
.preview-clock .current-time {margin: 0 auto;}

.preview-clock iframe {
    border: none;
}
.terms {padding-right: 15px; padding-bottom: 25px;}
.terms .genericBlock {font-size: 1.15em;}

.col-sm-3 .genericBlock .button.btn-green {
    display: block;
    font-size: 1.7em;
    margin: 33px auto 20px auto;
    width: 100%;
    padding: 15px 10px 14px;
    max-width: 250px;
}
.button.copy-to-clipboard {
    margin: 15px 0;
}
a.grey {color: #000;}
a.grey:hover {color: #c00; text-decoration: none;}

.current-time a {color: #878787; text-decoration: none;}
.current-time a:hover { }

.get-code a {color: #000;}
#widget-code-wrapper {display: none;}

ul.line-li li {
    list-style: none;
    position: relative;
}
ul.line-li li:before {
    content: '-';
    display: block;
    position: absolute;
    top: -1px; left: -13px;
}
.clock-generator_text {
    padding-bottom: 70px;
}
.clock-generator_text h3 {
    margin-bottom: 1em;
}

div.infoRow {
    font-size: 0.8rem;
}

@media only screen and (min-width: 769px) {
  .col-sm-3 {float: left; width: 25%;}
  .col-sm-4 {float: left; width: 33.3333%;}
  .col-sm-6 {float: left; width: 50%;}
  .col-sm-8 {float: left; width: 66.6666%;}
  .col-sm-9 {float: left; width: 75%;}
  .other-clock .row {text-align: center;}
  .other-clock .col-sm-4 {display: inline-block; vertical-align: top; float: none; width: 34.4%;}
  .clock-generator_text p {padding-right: 15px; max-width: 370px;}

    .column-gap-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 5%;
        -moz-column-gap: 5%;
        column-gap: 5%;
        vertical-align: top;
    }
    .column-gap-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 5%;
        -moz-column-gap: 5%;
        column-gap: 5%;
        vertical-align: top;
    }
    .break-avoid {
        width: 100%;
        /* display:inline-block; */
        column-break-inside:avoid;
        -webkit-column-break-inside:avoid;
    }
    .column-gap-3 .page-subheading:after,
    .column-gap-3 h2:after {
        width: auto;
        right: 0px;
    }
}

.column-gap-2,
.column-gap-3 {
    line-height: 1.3em;
}
ul.no-list,
.column-gap-2 ul,
.column-gap-3 ul {
    list-style: none;
    padding-left: 0px;
}
ul.no-list li,
.column-gap-2 ul li,
.column-gap-3 ul li {
    margin-bottom: 0.45rem;
}



@media only screen and (max-width: 768px) {
    .type-clock-wrap {margin: 0 auto 20px auto;}
    #page .sub-title_big {font-size: 18px;}
    .preview-clock {padding-top: 100px;}
    .preview-clock iframe {height: 180px;}
    h1.clearfix {font-size: 1.5em;}
    .terms .genericBlock {font-size: 1em;}
    .col-sm-3 .genericBlock .button.btn-green {font-size: 1.5em;}
    .clock-generator_text {padding: 20px 0;}
    .choose-clock {margin: 25px 0 30px 0;}

    div.cMap_leftCol, div.cMap_rightCol {
        width: 100%;
        float: none;
    }
}
@media only screen and (min-width: 541px) {
    /*.get-code {position: relative; padding:0 0 20px 130px; min-height: 35px;}
    .get-code .button {position: absolute; top: 0; left: 0;}*/
}
@media only screen and (max-width: 540px) {
    .get-code {padding-top: 15px;}
    .get-code .genericBlock {text-align: center; margin-bottom: 10px;}
    .display-inline {display: block; padding-right: 0;}
    .display-inline .form-control {width: 100%;}
}
/*--- /Free Clock ---*/
/*--- Table with promos ---*/
table.promo-table { margin-bottom: 1.2em;}
td.promo {
    padding: .9em 15px 1px 10px;
}

/*--- /Table with promos ---*/
.capital {
    border-radius: 7px;
    margin-top: 10px;
    background-color: #FFF053;
    padding: .3em .8em;
}
.infoRow .text-clock {
    margin-right: -12px;
}
.text-clock > strong {
    font-size: 1.2em
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}

div[id^="div-gpt-ad"] {
    text-align: center;
}

div[id^="google_ads_iframe"]  {
    text-align: center;
}

table.recent-transitions  {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

/* Style table headers and table data */
.recent-transitions th, .recent-transitions td {
    text-align: center;
    padding: 6px;
}
td ul li {
    text-align: left;
}

.recent-transitions th:first-child, .recent-transitions td:first-child {
    text-align: left;
}

/* Zebra-striped table rows */
.recent-transitions tr:nth-child(even) {
    background-color: #f2f2f2
}

.npa-code-cities-list {
    margin-left: 10px;
    padding: 0;
    max-width: 300px;

    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.main-page-clock .fullscreen-ico {
    display: none;
}

.enum-sp {
    padding-right: 8px;
    line-height: 1.5rem;
}
.enum-sp:not(:last-child)::after {
    content: ',';
}

.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border: none;
    cursor: pointer;
    background: transparent;
    margin-right: 15px;
}

.search-submit::after {
    content: "⚲";
    color: #3b3b3b;
    font-size: 20px;
    display: inline-block;
    transform: rotate(45deg);
}

.search-submit:focus {
    outline: none;
    border: none;
}

/* START AD CONTAINERS */
.ad-container-top, .ad-container-diff, .ad-container-wtd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ad-container-side {
    min-height: 600px;
}

.ad-container-top-index, .ad-container-wtd {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.map-ad-container {
    display: flex;
    justify-content: center;
}

.toc-container {
    min-height: 360px;
    margin-bottom: 10px;
}

.ad-container-square {
    height: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width: 766px) {
    .ad-container-top {
        height: 250px;
        justify-content: center;
    }

    .ad-container-top-index {
        height: 100px;
    }

    .ad-container-wtd {
        height: 280px;
    }
}

@media only screen and (max-width: 766px) {
    .ad-container-diff {
        height: 280px;
        justify-content: center;
    }
}

@media only screen and (min-width: 767px) {
    .ad-container-top {
        height: 100px;
    }

    .ad-container-diff {
        height: 250px;
    }
}

/* END AD CONTAINERS */

.links-container {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .links-container a {
        padding-right: 8px;
        line-height: 1.5rem;
    }

    .links-container a:not(:last-child)::after {
        content: ',';
    }
}

@media only screen and (max-width: 768px) {
    .links-container a {
        text-decoration: none;
        padding: 8px 6px;
        font-size: 17px;
    }

    .time-page-checkbox {
        margin: 15px 0;
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(1.5);
    }

    .bottom-navigation a {
        margin: 5px 0;
    }

    .city-link {
        margin: 6px 0;
        font-size: 18px;
        padding: 5px 0;
    }

    .city-link a {
        padding: 5px 0;
    }

    .abbreviation-link {
        font-size: 20px;
        padding: 5px 0;
    }

    .abbreviation-link a {
        padding: 5px 0;
    }

    .popular-link {
        padding: 5px 0;
        font-size: 18px;
    }

    .popular-link a {
        padding: 5px 0;
    }

    .diff-table td {
        margin: 7px 0;
    }

    .diff-table .col-c1 {
        margin: 0 0 10px 0;
    }

    .diff-title {
        margin-bottom: 10px;
    }
}

#time-format-switcher-12, #time-format-switcher-24 {
    border: none;
    outline: none;
    background: none;
    color: #F00;
    cursor: pointer;
}

#time-format-switcher-12:hover, #time-format-switcher-24:hover {
    text-decoration: none;
}

.transitions-table {
    width: 100%;
    background-color: #EEEEEE;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #aaaabb;
    font-size: 15px;
    margin-bottom: 20px;
}

.transitions-table th {
    border-bottom: solid 1px #aaaabb;
    padding: 2px 10px;
}

.transitions-table th, .transitions-table td:first-child {
    background-color: #DDDDDD;
    font-weight: 700;
}

.transitions-table td {
    padding: 4px 0;
    border-bottom: solid 1px #AAAAAA;
}

.row-divider {
    border-top: solid 3px #AAAAAA;
}

@media only screen and (max-width: 767px) {
    .transitions-table.desktop {
        display: none;
    }

    .transitions-table.mobile {
        display: table;
    }

    .transitions-table tr {
        display: flex !important;
    }

    .transitions-table th {
        width: 50%;
        padding: 8px 5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .transitions-table.mobile {
        display: none;
    }
}

.infoRowTitle {
    border-radius: 7px;
}

.infoRowTitle a {
    color: inherit;
    text-decoration: none;
}

.h_table {
    min-height: 30px;
}

@media only screen and (max-width: 768px) {
    .h_search-td {
        min-height: 32px;
    }
}

.choices-inner {
    display: none;
}

.choices-list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #EDECED;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 0.6rem;
    z-index: 10;
    max-height: 200px;
    overflow: auto;
    border-top: 4px solid #84A6C8;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    color: #203A53;
}

div.choices {
    pointer-events: none;
}

div.choices * {
    pointer-events: auto;
}

/* width */
.choices-list::-webkit-scrollbar {
    width: 5px;
}

/* Handle */
.choices-list::-webkit-scrollbar-thumb {
    background: rgba(32, 58, 83, 0.7);
    border-radius: 7px;
}

/* Handle on hover */
.choices-list::-webkit-scrollbar-thumb:hover {
    background: #203A53;
}

.choices-list_dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    max-height: unset;
    overflow: unset;
    visibility: hidden;
}

.choices-item {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    visibility: hidden;
    word-break: break-all;
    padding: 0.35rem 0.4rem;
    font-size: 14px;
}

.choices-item i {
    margin-left: auto;
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choices-item:hover {
    cursor: pointer;
}

.choices-item.is-highlighted {
    background-color: #FFCEA0;
}

.search-inner {
    max-height: 30px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    font-size: 14px;
    line-height: 21px;
}

.choices-list_dropdown.is-active .choices-item {
    visibility: visible;
}

.choices-list_dropdown.is-active .choices-list {
    visibility: visible;
}

.choices-input {
    display: none;
}

.choices::after {
    display: none !important;
}

.search-input {
    background-color: #F3F3F3;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 14px;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    outline: none;
    padding: 0 15px;
}

.search-input::placeholder {
    font-style: italic;
    font-size: 14px;
    width: 90%;
}

.search-input::-webkit-input-placeholder {
    /* Apply styles for Safari's input-placeholder */
    font-style: italic;
    font-size: 14px;
    width: 90%;
}

/* To add ellipsis if the text overflows */
.search-input:placeholder-shown {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.search-form {
    height: 30px;
}

.no-choices {
    display: none;
}

.choices__item--disabled {
    cursor: default;
}

.choices__item--disabled:hover {
    cursor: default;
    background-color: unset;
    color: inherit;
}

.message-container {
    position: relative;
    height: 0;
    width: 100%;
}

.search-message {
    display: none;
    position: absolute;
    border: 1px solid #aaaaaa;
    background-color: #FFF;
    width: 100%;
    z-index: 11;
    height: 30px;
    color: #3A3A3A;
    align-items: center;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 0 0 5px;
    top: -1px;
}

.event-time::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.mc-calendar {
    display: none;
}

.mc-date {
    vertical-align: middle;
}

.time-page-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.time-page-content {
    max-width: 780px;
}

.time-page-content img {
    max-width: 100%;
}

.time-page-container .sticky {
    align-self: flex-start;
    margin-bottom: 1.2em;
}

.search-input:focus {
    box-shadow: inset 0 0 0 2px #1F88D3;
}

.header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}

.search-container {
    height: 30px;
    flex: 1;
    position: relative;
    padding: 0 10px;
}

.search-container select {
    display: none !important;
}

.menu-icon {
    height: 30px;
    width: 30px;
    background: url("/i/menu.svg");
    display: none;
}

.event-search {
    border-radius: 4px;
}

.event-search:focus {
    box-shadow: none;
    border-color: #0d8dff;
}

.desktop-event-time, .mobile-event-time {
    display: none !important;
}

@media only screen and (max-width: 980px) {
    .time-page-container {
        flex-direction: column;
        justify-content: unset;
    }

    .time-page-content {
        max-width: unset;
    }

    .time-page-container .sticky {
        align-self: center;
    }
}

@media only screen and (max-width: 768px) {
    .ad-container-side {
        display: none;
    }

    .search-input {
        background-color: #FFF;
        box-shadow: inset 0 0 0 1px #cdcdcd;
    }

    .example-links {
        display: none;
    }

    .search-container {
        padding: 0 10px;
    }

    .header-content {
        width: 95%;
        margin-bottom: 0;
    }

    .header-container {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        height: 65px;
        width: 100%;
        z-index: 999;
        background-color: #F3F3F3;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 24px rgba(0,0,0,.12);;
    }

    .menu-icon {
        display: block;
    }

    .mobile-event-time {
        display: block !important;
    }
}

@media only screen and (max-width: 365px) {
    .adsense-container-top {
        min-height: 250px;
    }
}

@media only screen and (min-width: 366px) {
    .adsense-container-top {
        min-height: 280px;
    }
}

@media only screen and (min-width: 769px) {
    .desktop-event-time {
        display: block !important;
    }
}

.event-time, .event-search {
    background-color: #FFF !important;
}
