/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(79,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(85,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(102,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(186,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(187,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(205,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(265,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(268,25): run-time error CSS1039: Token not allowed after unary operator: '-border'
(280,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(289,21): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary-color'
(303,17): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary-color'
 */
:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid var(--border-color);
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --icon-color: #000000;
    --bg-gray: #F8F9FB;
    --main-light-color: #f4f4ff;
}


.div-chart {
    border-top-color: #fff !important;
}

    .div-chart .chart-month h4 {
        font-weight: normal !important;
        margin-bottom: 18px !important;
    }

        .div-chart .chart-month h4 img {
            vertical-align: middle;
        }

.chart-month {
    margin-top: 10px;
}


.div-chart h3 {
    font-size: 30px;
    font-weight: 600;
}

.div-chart .chart-month .month a:link, .div-chart .chart-month .month a:active, .div-chart .chart-month .month a:visited {
    padding: 0 !important;
}

.div-chart .chart-month .month a.active {
    font-weight: normal !important;
}

.div-chart .chart-month .line .month-line {
    margin-left: 13px;
    width: 91% !important;
}

.search-graph-init {
    margin-top: 20px;
}


.trn-article-text {
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    color: #666;
    text-align: justify;
}

    .trn-article-text p {
        margin: 0 0 20px 5px;
    }

    .trn-article-text h3 {
        margin: 30px 0 20px 5px;
        font-size: 21px;
        font-weight: 600;
    }


    .trn-article-text > p a {
        color: var(--text-primary-color) !important;
        font-weight: 600;
    }

    .trn-article-text strong {
        font-weight: 600;
        color: var(--text-primary-color);
    }

.trn-article-text-img {
    width: 40%;
    float: right;
    margin: 10px 0 5px 20px;
    overflow: hidden;
    position: relative;
}

    .trn-article-text-img .div-info-img {
        position: absolute;
        padding: 20px 30px;
        margin: 20px;
        background-color: rgba(0,0,0,.2);
        display: block;
        color: var(--white);
        text-align: left;
        font-weight: 600;
        font-size: 20px;
        width: 75%;
        z-index: 2;
        letter-spacing: 0.0325em;
    }

    .trn-article-text-img > img {
        width: 100%;
        z-index: 1;
        position: relative;
        max-height: 350px;
    }

    .trn-article-text-img > p {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 10;
        padding: 20px 0;
        background-color: rgba(0,0,0,0.5);
        color: #FFF;
        font-size: 14px;
        text-align: center;
    }



.div-map-weather .trn-default-header {
    margin: 38px 0 36px;
}

.div-map-weather #location-map {
    position: relative;
    background-image: url('https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Pictures/map-placeholder.png');
}

    .div-map-weather #location-map:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(28%,transparent),to(rgba(0,0,0,.6)));
        background: -webkit-linear-gradient(top,transparent 28%,rgba(0,0,0,.6) 100%);
        background: -o-linear-gradient(top,transparent 28%,rgba(0,0,0,.6) 100%);
        background: linear-gradient(-180deg,transparent 28%,rgba(0,0,0,.6) 100%);
        z-index: 1;
    }


@media (max-width:800px) {

    #google-map-dialog .trn {
        max-width: 500px;
    }
}

@media (min-width:801px) {

    #google-map-dialog .trn {
        max-width: 800px;
    }
}

#google-map-dialog .trn {
    height: 500px;
    padding: 22px 12px 15px
}

#google-map-dialog-trn {
    width: 100%;
    height: 94%;
    margin-top: 35px;
}

.div-map-weather #location-map .show-map {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -125px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    font-size: 18px;
    width: 250px;
    border-radius: 5px;
    padding: 15px 0;
    z-index: 2;
}

.trn-article-col2 {
    width: 49%;
    float: left;
    padding-right: 1%;
}

.trn-weather-caption {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--text-primary-color);
}

#location-map {
    height: 420px;
}

.trn-weather {
    width: 100%;
    display: inline-block;
}


@media screen and (max-width:768px) {

    .trn-weather {
        padding-left: 10px;
    }

        .trn-weather > .day,
        .trn-weather > .day-desc {
            width: 45%;
        }

        .trn-weather > .temp,
        .trn-weather > .temp-desc {
            width: 36%;
        }

        .trn-weather > .weather,
        .trn-weather > .weather-desc {
            width: 15%;
        }
}

@media screen and (min-width:769px) {

    .trn-weather {
        padding-left: 40px;
    }

        .trn-weather > .day,
        .trn-weather > .day-desc {
            width: 51%;
        }

        .trn-weather > .temp,
        .trn-weather > .temp-desc {
            width: 30%;
        }

        .trn-weather > .weather,
        .trn-weather > .weather-desc {
            width: 15%;
        }
}


.trn-weather > .day {
    float: left;
    color: var(--text-primary-color);
    font-size: 18px;
    padding: 20px 0 20px;
    border-bottom: var(--border);
}

    .trn-weather > .day > .day-of-week {
        color: #ff9012;
        font-size: 16px;
    }

.trn-weather > .temp {
    float: left;
    font-size: 30px;
    padding: 15px 0 10px;
    color: var(--text-primary-color);
}

    .trn-weather > .temp > img {
        float: left;
        margin: 0 10px 0 20px;
    }

    .trn-weather > .temp > span {
        color: var(--text-secondary-color);
        font-size: 24px;
    }

.trn-weather > .weather {
    float: left;
    text-align: right;
    padding: 10px 0 0;
}

.trn-weather > .weather-desc,
.trn-weather > .temp-desc,
.trn-weather > .day-desc {
    float: left;
    color: var(--text-secondary-color);
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
}

#section-map {
    margin-bottom: 40px;
}
