/* xs < 768 */

@media screen and (max-width: 767px) {
    body {
        font-size: 9pt;
    }
    .weather-icon, .weather-ru-icon, .lam-icon, .camera-icon, .camera-icon-main, .alert-icon {
        height: 30px;
        width: 30px
    }
    .border-crossing-icon {
        height: 15px;
        width: 15px
    }
    .road-sign {
        width: 20px;
        height: 21px;
    }
    .language-label-image {
        width: 30px;
    }
    .zoom-icon {
        height: 20px;
        width: 20px
    }
    .filter-ely {
        background-image: url("../img/icon/elyIcon.png");
        width: 52px;
        height: 52px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .filter-livi {
        background-image: url("../img/icon/liviIcon.png");
        width: 52px;
        height: 52px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .filter-raja {
        background-image: url("../img/icon/rajaIcon.png");
        width: 52px;
        height: 52px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .filter-tulli {
        background-image: url("../img/icon/tulliIcon.png");
        width: 52px;
        height: 52px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .toggle-weather {
        position: absolute;
        background-image: url("../img/icon/filter-temperature-s.png");
        width: 58px;
        height: 58px;
        top: 5%;
        right: 10px;
    }
    .toggle-lam {
        position: absolute;
        background-image: url("../img/icon/speedometer_blue_40px.png");
        width: 58px;
        height: 58px;
        top: 25%;
        right: 10px;
    }
    .toggle-cameras {
        position: absolute;
        background-image: url("../img/icon/filter-camera-s.png");
        width: 58px;
        height: 59px;
        top: 55%;
        right: 10px;
    }
}

/* sm */

@media screen and (min-width: 768px) {
    body {
        font-size: 10pt;
    }
    .weather-icon, .weather-ru-icon, .lam-icon, .camera-icon, .camera-icon-main, .alert-icon, .zoom-icon {
        height: 35px;
        width: 35px
    }
    .border-crossing-icon {
        height: 20px;
        width: 20px
    }
    .road-sign {
        width: 24px;
        height: 25px;
    }
    .language-label-image {
        width: 40px;
    }
    .filter-ely {
        background-image: url("../img/icon/elyIcon@2x.png");
        width: 104px;
        height: 104px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .filter-livi {
        background-image: url("../img/icon/liviIcon@2x.png");
        width: 104px;
        height: 104px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .filter-raja {
        background-image: url("../img/icon/rajaIcon@2x.png");
        width: 104px;
        height: 104px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .filter-tulli {
        background-image: url("../img/icon/tulliIcon@2x.png");
        width: 104px;
        height: 104px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .toggle-weather {
        position: absolute;
        background-image: url("../img/icon/filter-temperature-s.png");
        width: 58px;
        height: 58px;
        top: 10%;
        right: 10px;
    }
    .toggle-lam {
        position: absolute;
        background-image: url("../img/icon/speedometer_blue_40px.png");
        width: 58px;
        height: 58px;
        top: 25%;
        right: 10px;
    }
    .toggle-cameras {
        position: absolute;
        background-image: url("../img/icon/filter-camera-s.png");
        width: 58px;
        height: 59px;
        top: 50%;
        right: 10px;
        nnn
    }
}

/* md */

@media screen and (min-width: 992px) {
    body {
        font-size: 12pt;
    }
    .weather-icon, .weather-ru-icon, .lam-icon, .camera-icon, .camera-icon-main, .alert-icon, .zoom-icon {
        height: 40px;
        width: 40px;
        cursor: pointer;
    }
    .border-crossing-icon {
        height: 25px;
        width: 25px;
        cursor: pointer;
    }
    .road-sign {
        width: 30px;
        height: 33px;
    }
    .language-label-image {
        width: 100%;
    }
    .toggle-weather {
        position: absolute;
        background-image: url("../img/icon/filter-temperature-s.png");
        width: 58px;
        height: 58px;
        top: 10%;
        right: 10px;
        cursor: pointer;
    }
    .toggle-lam {
        position: absolute;
        background-image: url("../img/icon/speedometer_blue_40px.png");
        width: 58px;
        height: 58px;
        top: 20%;
        right: 10px;
        cursor: pointer;
    }
    .toggle-cameras {
        position: absolute;
        background-image: url("../img/icon/filter-camera-s.png");
        width: 58px;
        height: 59px;
        top: 50%;
        right: 10px;
        cursor: pointer;
    }
}

/* lg */

@media screen and (min-width: 1200px) {
    body {
        font-size: 14pt;
    }
    .weather-icon, .weather-ru-icon, .lam-icon, .camera-icon, .camera-icon-main, .alert-icon, .zoom-icon {
        height: 40px;
        width: 40px;
        cursor: pointer;
    }
    .border-crossing-icon {
        height: 25px;
        width: 25px;
        cursor: pointer;
    }
    .road-sign {
        width: 30px;
        height: 33px;
    }
    .language-label-image {
        width: 100%;
        cursor: pointer;
    }
    .toggle-weather {
        position: absolute;
        background-image: url("../img/icon/filter-temperature-s.png");
        width: 58px;
        height: 58px;
        top: 10%;
        right: 10px;
        cursor: pointer;
    }
    .toggle-lam {
        position: absolute;
        background-image: url("../img/icon/speedometer_blue_40px.png");
        width: 58px;
        height: 58px;
        top: 20%;
        right: 10px;
        cursor: pointer;
    }
    .toggle-cameras {
        position: absolute;
        background-image: url("../img/icon/filter-camera-s.png");
        width: 58px;
        height: 59px;
        top: 50%;
        right: 10px;
        cursor: pointer;
    }
}

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

a {
    color: black;
}

.traffic-label, .border-crossing-label, .stats-label, .links-label {
    float: left;
    padding-right: 15px;
}

.header-menu div {
    float: left;
    padding-right: 1em;
    font-size: 120%;
}

.mobile-header {
    padding: 10px;
    border-bottom: #006699 solid 2px;
}

.mobile-tabs div {
    padding: 10px;
    padding-left: 3px;
    cursor: pointer;
}

.mobile-tabs .selected {
    color: #f56223;
}

#mobileVersion .logo-area {
    display: table;
    margin: 0 auto;
    cursor: pointer;
}

#mobileVersion .header-tab {
    text-align: center;
}

#mobileVersion .map-area-mobile {
    border-top: rgba(191, 203, 206, 0.6) solid 2px;
}

.logo-area {
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
}

.logo-blue {
    color: #006796;
}

.logo-subtitle {
    font-weight: normal;
    color: #a1a1a1;
    font-size: 0.6em;
}

.highlight-color, .highlight-color a {
    color: #006699;
}

.map-area {
    padding-left: 0;
    padding-right: 0;
}

.toggle-weather-highlight {
    background-image: url("../img/icon/filter-temperature-s-highlight.png");
}

.toggle-lam-highlight {
    background-image: url("../img/icon/speedometer_orange_40px.png");
}

.toggle-traffic-info {
    position: absolute;
    background-image: url("../img/icon/filter-roadworks-s.png");
    width: 58px;
    height: 58px;
    top: 30%;
    right: 10px;
    cursor: pointer;
}

.toggle-traffic-info-highlight {
    background-image: url("../img/icon/filter-roadworks-s-highlight.png");
}

.toggle-cameras-highlight {
    background-image: url("../img/icon/filter-camera-s-highlight.png");
}

.weather-icon, .weather-ru-icon {
    position: absolute;
    z-index: 10;
}

.lam-icon {
    position: absolute;
    z-index: 10;
}

.camera-icon, .camera-icon-main {
    position: absolute;
    display: none;
    z-index: 10;
    background-size: 85%;
    background-image: url("../img/icon/filter-camera-s-highlight.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.camera-icon-selected {
    position: absolute;
    display: none;
    z-index: 10;
    background-image: url("../img/icon/filter-camera-s-highlight-selected.png");
    background-repeat: no-repeat;
}

.alert-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.border-crossing-station {
    position: absolute;
    width: 300px;
    z-index: 5;
}

.border-crossing-icon {
    position: absolute;
    float: right;
    z-index: 5;
    background: #666;
    cursor: pointer;
}

.border-crossing-normal {
    background: #00ee00;
}

.border-crossing-queued {
    background-image: -moz-radial-gradient(30px 30px 45deg, circle cover, yellow 0%, red 50%, red 95%);
    background-image: -webkit-radial-gradient(30px 30px, circle cover, yellow, red);
    background-image: radial-gradient(30px 30px 45deg, circle cover, yellow 0%, red 50%, red 95%);
    /* webkit chrome, safari, mobile */
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3s;
    /* 3 seconds */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    /* mozilla ff */
    -moz-animation-name: spin;
    -moz-animation-duration: 3s;
    /* 3 seconds */
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    /* microsoft ie */
    -ms-animation-name: spin;
    -ms-animation-duration: 3s;
    /* 3 seconds */
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.border-crossing-heavily-queued {
    background-image: -moz-radial-gradient(30px 30px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    background-image: -webkit-radial-gradient(30px 30px, circle cover, red, orange);
    background-image: radial-gradient(30px 30px 45deg, circle cover, yellow 0%, red 100%, orange 95%);
    /* webkit chrome, safari, mobile */
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3s;
    /* 3 seconds */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    /* mozilla ff */
    -moz-animation-name: spin;
    -moz-animation-duration: 3s;
    /* 3 seconds */
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    /* microsoft ie */
    -ms-animation-name: spin;
    -ms-animation-duration: 3s;
    /* 3 seconds */
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.border-crossing-text {
    position: absolute;
    left: 30px;
    font-size: 1.2em;
    font-weight: 600;
}

.circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    border: 3px solid #eee;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

.road-sign {
    text-align: center;
    position: absolute;
    background-color: #f13c3b;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 4px;
}

.extra-info-sign {
    text-align: center;
    position: absolute;
    background-color: #f13c3b;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 4px;
}

.background-red {
    background-color: #f13c3b;
}

.background-green {
    background-color: #609635;
    width: 50px;
}

.background-yellow {
    background-color: #ffd813;
}

.background-blue {
    background-color: #8097cd;
    width: 55px;
}

.background-white {
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 0;
    color: #000000;
    width: 42px;
    height: 23px;
    font-size: 10pt;
}

.row-header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.feeds-area {
    background-color: #f5f8fa;
    padding-top: 20px;
}

.twitter-area div .row {
    border-bottom: 1px solid #e5e8ea;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 10pt;
}

.twitter-area img {
    padding-top: 12px;
}

.twitter-local-message {
    border-left: 2px solid #c00;
    border-right: 1px solid #ccc;
}

.twitter-global-message {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.filter-area {
    height: 100%;
    border: 1px solid #e5e8ea;
    background-color: #fff;
    padding: 10px;
}

.filter-image {
    cursor: pointer;
    margin: 8%;
}

.feeds-area-mobile .filter-area {
    border: 0;
}

.feeds-area-mobile .filter-image {
    margin: 5%;
    margin-top: 10px;
    cursor: pointer;
}

.filter-ely-highlight {
    opacity: 1;
    filter: alpha(opacity=100);
}

.filter-livi-highlight {
    opacity: 1;
    filter: alpha(opacity=100);
}

.filter-raja-highlight {
    opacity: 1;
    filter: alpha(opacity=100);
}

.filter-tulli-highlight {
    opacity: 1;
    filter: alpha(opacity=100);
}

.weather-info-box {
    position: absolute;
    left: 100px;
    top: 50px;
    width: 200px;
    height: 60px;
    background-color: #fff;
    color: #006699;
    border: solid 1px #006699;
    border-radius: 30px 6px 6px 30px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 55;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    cursor: pointer;
}

.lam-info-box {
    position: absolute;
    left: 100px;
    top: 50px;
    width: 200px;
    height: 60px;
    background-color: #fff;
    color: #006699;
    border: solid 1px #006699;
    border-radius: 30px 6px 6px 30px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 55;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    cursor: pointer;
}

.info-box-top-row {
    position: absolute;
    left: 60px;
    top: 8px;
    font-size: 0.8em;
}

.info-box-bottom-row {
    position: absolute;
    left: 60px;
    top: 28px;
    font-size: 0.8em;
}

.icon-thermometer-blue {
    position: absolute;
    width: 18px;
    height: 39px;
    background-image: url("../img/icon/iconTemperatureBlue@2x.png");
    background-repeat: no-repeat;
}

.icon-thermometer-orange {
    position: absolute;
    width: 18px;
    height: 39px;
    background-image: url("../img/icon/icon-temperature-orange.png");
    background-repeat: no-repeat;
    display: none;
}

.icon-speedometer-blue {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/speedometer_blue_40px.png");
    background-repeat: no-repeat;
}

.icon-speedometer-orange {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/speedometer_orange_40px.png");
    background-repeat: no-repeat;
    display: none;
}

.selected-weather-station .icon-thermometer-orange {
    display: block;
}

.selected-weather-station .icon-thermometer-blue {
    display: none;
}


.icon-thermometer-info-position {
    left: 24px;
    top: 10px;
}

.icon-thermometer-details-position {
    left: 24px;
    top: 18px;
}

.icon-speedmeter-info-position {
    left: 24px;
    top: 10px;
}

.icon-speed-details-position {
    left: 24px;
    top: 18px;
}

.selected-lam-station .icon-speedometer-orange {
    display: block;
}

.selected-lam-station .icon-speedometer-blue {
    display: none;
}

.icon-speedometer-info-position {
    left: 24px;
    top: 10px;
}

.icon-speedometer-details-position {
    left: 24px;
    top: 18px;
}

.icon-rain-blue {
    position: absolute;
    left: 24px;
    top: 18px;
    width: 22px;
    height: 30px;
    background-image: url("../img/icon/iconRain@2x.png");
    background-repeat: no-repeat;
}

.icon-wind-blue {
    position: absolute;
    left: 24px;
    top: 18px;
    width: 26px;
    height: 27px;
    background-image: url("../img/icon/iconWind@2x.png");
    background-repeat: no-repeat;
}

.icon-speed-blue {
    position: absolute;
    left: 24px;
    top: 18px;
    width: 34px;
    height: 34px;
    background-image: url("../img/icon/speedometer_blue_40px.png");
    background-repeat: no-repeat;
}

.selected-weather-station {
    color: #f56223;
}

.weather-detail-box {
    position: absolute;
    width: 490px;
    height: 118px;
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 56;
    cursor: pointer;
}

.weather-detail-box-embedded {
    position: absolute;
    height: 118px;
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    z-index: 56;
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid gray;
    left: 0;
    right: 0;
}

.weather-details {
    min-width: 300px;
}



.selected-lam-station {
    color: #ff0000;
}

.lam-detail-box {
    position: absolute;
    width: 450px;
    height: 118px;
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 56;
    cursor: pointer;
}

.lam-detail-box-embedded {
    position: absolute;
    height: 118px;
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    z-index: 56;
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid gray;
    left: 0;
    right: 0;
}

.lam-subdetail-box {
    width: 450px;
    height: 118px;
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 56;
    cursor: pointer;
}

.lam-detail-box-embedded {
    height: 118px;
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    z-index: 56;
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid gray;
    left: 0;
    right: 0;
}
.lam-details {
    min-width: 300px;
}

.border-crossing-detail-box {
    position: absolute;
    width: 350px;
    height: 580px;
    padding: 8px;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 60;
}

.ryp-details-1 {
    display: none;
    left: 570px;
    top: 240px;
    cursor: pointer;
}

.ryp-details-2 {
    display: none;
    left: 680px;
    top: 180px;
    cursor: pointer;
}

.ryp-details-3 {
    display: none;
    left: 720px;
    top: 120px;
    cursor: pointer;
}

.border-crossing-title {
    font-size: 1em;
}

.border-crossing-sub-title, .border-crossing-address {
    padding-top: 12px;
    font-size: 9pt;
    color: #000;
}

.border-crossing-queueing {
    display: none;
    padding-top: 12px;
    font-size: 9pt;
    color: #000;
    height: 70px;
}

.border-crossing-nearby-cameras {
    display: none;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.border-crossing-camera-div {
    padding-left: 3px;
    padding-right: 2px;
}

.border-crossing-camera {
    max-width: 100%;
}

.border-crossing-car-icon {
    position: absolute;
    left: 14px;
    top: 36px;
    width: 36px;
    height: 31px;
    background-image: url("../img/icon/iconCarTime@2x.png");
    background-repeat: no-repeat;
}

.border-crossing-lorry-icon {
    position: absolute;
    left: 145px;
    top: 36px;
    width: 41px;
    height: 32px;
    background-image: url("../img/icon/iconTruckTime@2x.png");
    background-repeat: no-repeat;
}

.border-crossing-car-queueing-time {
    position: absolute;
    color: #006699;
    left: 60px;
    top: 36px;
}

.border-crossing-lorry-queueing-time {
    position: absolute;
    color: #006699;
    left: 200px;
    top: 36px;
}

.border-crossing-car-queueing-time-validity {
    padding-left: 15px;
}

.alert-detail-box {
    position: absolute;
    left: 300px;
    top: 360px;
    width: 300px;
    height: 300px;
    padding: 8px;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 56;
    overflow: auto;
    overflow-x: hidden;
    cursor: pointer;
}

.alert-text {
    margin: 10px;
    font-size: 0.7em;
    line-height: 1.2;
}

.camera-detail-box {
    position: absolute;
    left: 300px;
    top: 360px;
    width: 300px;
    height: 140px;
    padding: 8px;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px 1px #006699;
    z-index: 56;
    cursor: pointer;
}

.camera-directions {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100px;
    margin-top: 15px;
}

.camera-directions-fullscreen {
    width: 50%;
    height: 100px;
    margin-top: 15px;
}

.camera-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 58;
    background-color: #444;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.camera-full-screen-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 1%;
    height: 98%;
    max-height: 900px;
    width: 96%;
    max-width: 720px;
    z-index: 60;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 1px 1px 1px 1px #006699; */
}

.camera-full-screen-content-mobile {
    left: 1%;
}

.camera-full-screen-content h2 {
    margin-top: 10px;
    font-size: 1.2em;
}

.camera-full-screen-content img {
    max-height: 340px;
}

.camera-full-screen-content .button-back {
    position: absolute;
    top: 40%;
    left: 5px;
    cursor: pointer;
}

.camera-full-screen-content .button-next {
    position: absolute;
    top: 40%;
    right: 5px;
    cursor: pointer;
}

.camera-full-screen-content .button-up {
    position: absolute;
    top: 20%;
    right: 8px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
    cursor: pointer;
}

.camera-full-screen-content .button-down {
    position: absolute;
    top: 60%;
    left: 5px;
    cursor: pointer;
}

.camera-full-screen-content-mobile .button-back {
    position: absolute;
    top: 200px;
    left: 5px;
    cursor: pointer;
}

.camera-full-screen-content-mobile .button-next {
    position: absolute;
    top: 200px;
    right: 5px;
    cursor: pointer;
}

.camera-embedded-weather {
    margin-top: 10px;
}

.full-screen-img {
    width: 86%;
}

.camera-full-screen-weather {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bottom-area {
    margin-top: 20px;
    margin-right: 30px;
    position: absolute;
}

.bottom-area-landscape {
    margin-top: 0px;
}

.bottom-area .button-back {
    position: absolute;
    top: 60px;
    left: 5px;
    color: #006699;
    cursor: pointer;
}

.bottom-area .button-next {
    position: absolute;
    top: 60px;
    right: 5px;
    color: #006699;
    cursor: pointer;
}

.bottom-area .map-icon {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.camera-perma-link {
    clear: left;
}

.zoom-area {
    position: absolute;
    border: 2px dashed #f56223;
    z-index: 0;
}

.language-label {
    text-align: right;
}

.lang-camerasNearby {
    display: none;
}

.language-selection-box {
    position: absolute;
    right: 0;
    top: 1px;
    width: 170px;
    height: 150px;
    padding: 8px;
    background-color: #fff;
    border: solid 1px #006699;
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 1px 1px 1px 1px #006699; */
    z-index: 58;
    cursor: pointer;
}

.language-selection-div {
    padding: 6px;
    width: 170px;
    cursor: pointer;
    color: #999;
    clear: left;
}

.selected-language {
    color: #006699;
}

.flag {
    padding-right: 5px;
    float: left;
}

.blue-title {
    color: #006699;
    font-size: 1em;
}

.gray-date {
    color: #666;
    font-size: 0.6em;
}

.detail-box {
    margin-left: 5px;
}

.detail-box-top-row {
    position: absolute;
    left: 60px;
    top: 14px;
    color: #006699;
    font-size: 0.6em;
}

.detail-box-middle-row {
    position: absolute;
    left: 60px;
    top: 32px;
    color: #006699;
    font-size: 0.6em;
}

.detail-box-bottom-row {
    position: absolute;
    left: 60px;
    top: 50px;
    color: #006699;
    font-size: 0.6em;
}

.twitter-footer {
    position: fixed;
    bottom: 24;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center;
    background-color: #eee;
    z-index: 100;
}

.twitter-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    text-align: center;
    background-color: #f5f8fa;
    ;
    z-index: 100;
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #fdfdfd;
    border-top: 1px solid #ddd;
    margin: auto;
    padding-top: 3px;
    z-index: 100;
}

#sidebar, #sidebar a, .nav a {
    color: #f77e4a;
    line-height: 2;
    /* cursor: pointer; */
}

.dropdown-menu li {
    padding: 5px;
    padding-left: 10px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

.dropdown-menu li:first-child {
    padding: 5px;
    padding-left: 10px;
    border-top: 0;
}

div#content ul.nav {
    display: none;
}

.zoom-icon {
    position: absolute;
    display: inline-block;
    left: 1px;
    top: 5px;
}

.close-icon {
    position: absolute;
    display: inline-block;
    right: 3px;
    top: 5px;
    width: 25px;
    height: 25px;
}

.info-area {
    padding-left: 0;
}

.info-area ul {
    margin-top: 40px;
    padding-left: 0;
}

.info-area li {
    list-style-type: none;
    font-size: 14pt;
    line-height: 2;
}

.banner-area {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: yellow;
    height: 50px;
    margin: 4px;
    border-bottom: solid 1px black;
}