/*---------- Traffic Cover (start) ----------*/
.trafficCoverSection {
    width: 100%;
    height: 750px;
    background: url(../img/trafficCover.jpg) center 80%;
    background-size: cover;
}
/*---------- Traffic Cover (end) ----------*/

/*---------- Traffic Map (start) ----------*/
.googleMapSection {
    position: relative;
}

.googleMapSection .map {
    width: 50%;
    height: 400px;
    position: absolute;
    border: solid 5px #23ac39;
    bottom: 70px;
}

.googleMapSection .caption {
    margin: 50px 0 0;
    text-align: right;
    font-weight: bold;
    font-size: 52px;
    color: #23ac39;
}
/*---------- Traffic Map (end) ----------*/

/*---------- Traffic Menu (start) ----------*/
.trafficMenuSection {
    margin: -80px auto 80px;
}

.trafficMenuSection .title {
    margin: 0;
    padding: 30px 0;
    border-top: solid 1px #ff4c00;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #23ac39;
}

.trafficMenuSection .menu {
    width: 25%;
    height: 270px;
    padding: 45px 10px;
    box-sizing: border-box;
    position: relative;
    float: left;
    border: solid 1px #ff4c00;
    border-right: none;
    text-align: center;
    cursor: pointer;
}

.trafficMenuSection .menu:last-child {
    border-right: solid 1px #ff4c00;
}

.trafficMenuSection .menu:hover {
    background: #ff4c00;
}

.trafficMenuSection .menu .iconBack {
    width: 110px;
    height: 110px;
    display: inline-block;
    margin: 0 auto 10px;
    border-radius: 100%;
    background: #23ac39;
}

.trafficMenuSection .menu:nth-child(4) .iconBack:nth-child(1) {
    margin: 0 -15px 10px 0;
}

.trafficMenuSection .menu:nth-child(4) .iconBack:nth-child(2) {
    margin: 0 0 10px -15px;
}

.trafficMenuSection .menu .iconBack .icon {
    width: 60px;
    margin: 25px 0 0;
    display: inline-block;
}

.trafficMenuSection .menu .add {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 58px;
    font-size: 32px;
    color: #fff;
}

.trafficMenuSection .menu .txt {
    font-weight: bold;
    font-size: 24px;
    color: #23ac39;
}

.trafficMenuSection .menu:hover .txt {
    color: #fff;
}
/*---------- Traffic Menu (end) ----------*/

/*---------- Traffic Info (start) ----------*/
.trafficInfoSection {
    width: 100%;
}

.trafficInfoSection:nth-child(odd) {
    background: #e5ddd3;
}

.trafficInfoSection .content {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.trafficInfoSection .content .iconGroup {
    width: 210px;
    height: 110px;
    margin: auto;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
}

.trafficInfoSection .content .iconGroup .add {
    width: 100%;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}

.trafficInfoSection .content .iconBack {
    width: 110px;
    height: 110px;
    margin: auto;
    display: inline-block;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    border-radius: 100%;
    text-align: center;
    background: #23ac39;
}

.trafficInfoSection:nth-child(4) .content .iconBack:nth-child(1) {
    top: 0;
    left: 0;
    right: auto;
}

.trafficInfoSection:nth-child(4) .content .iconBack:nth-child(2) {
    top: 0;
    left: auto;
    right: 0;
}

.trafficInfoSection .content .iconBack .icon {
    width: 60px;
    display: inline-block;
    margin: 25px 0 0;
    font-size: 60px;
    color: #fff;
}

.trafficInfoSection .content .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #23ac39;
}

.trafficInfoSection .content .info {
    width: 40%;
    margin: 20px 5%;
    padding: 15px 0;
    float: left;
    border-top: solid 1px #ff4c00;
    border-bottom: solid 1px #ff4c00;
    line-height: 2em;
    font-weight: bold;
    font-size: 20px;
    color: #22541E;
}

.trafficInfoSection .content .info ul {
    margin: 0;
}

.trafficInfoSection .content .info ul li {
    margin: 0 0 30px;
}

.trafficInfoSection:nth-child(1) .content .info {
    height: 200px;
}

.trafficInfoSection:nth-child(1) .content .info .search {
    padding: 10px 20px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    color: #505050;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
    transition: transform 0.5s;
    transform-origin: left center;
}

.trafficInfoSection:nth-child(1) .content .info .search:hover {
    transform: scale(1.1);
}

.trafficInfoSection:nth-child(1) .content .info .search .txt {
    margin: 0 5px;
    display: inline-block;
}

.trafficInfoSection:nth-child(1) .content .info .search .iconMap {
    font-size: 28px;
    color: #23ac39;
}

.trafficInfoSection:nth-child(1) .content .info .search .iconSearch {
    font-size: 20px;
    color: #c0c0c0;
}

.trafficInfoSection:nth-child(2) .content .info {
    width: 90%;
    margin: 20px 5%;
    height: 160px;
}

.trafficInfoSection:nth-child(4) .content .info {
    width: 90%;
    margin: 20px 5%;
}

.trafficInfoSection .content .info .note {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4em;
    color: #303030;
}

.trafficInfoSection .content .info .localName {
    color: #23ac39;    
}
/*---------- Traffic Info (end) ----------*/

@media screen and (min-width: 1201px) and (max-width: 1366px) {    
    .googleMapSection .map {
        height: 350px;
    }
    
    .trafficCoverSection {
        height: 500px;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .trafficCoverSection {
        height: 300px;
        background: url(../img/trafficCover.jpg) 85% center;
        background-size: cover;
    }
    
    /*-----------------------------*/
    .googleMapSection .map {
        width: 100%;
        height: 350px;
        position: static;
        border: solid 1px #23ac39;
    }
    
    .googleMapSection .caption {
        margin: 20px 0 0;
        text-align: center;
        font-size: 36px;
    }
    
    /*-----------------------------*/
    .trafficMenuSection {
        margin: -50px auto 80px;
    }
    
    .trafficMenuSection .title {
        margin: 0;
        padding: 30px 0;
        border-top: solid 1px #ff4c00;
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        color: #23ac39;
    }
    
    .trafficMenuSection .menu {
        width: 50%;
        height: 160px;
        padding: 20px 10px;
        border: solid 1px #ff4c00;
    }

    .trafficMenuSection .menu:hover {
        background: none;
    }
    
    .trafficMenuSection .menu:nth-child(odd) {
        border-left: solid 2px #ff4c00;
    }
    
    .trafficMenuSection .menu:nth-child(even) {
        border-right: solid 2px #ff4c00;
    }
    
    .trafficMenuSection .menu:nth-child(1) {
        border-top: solid 2px #ff4c00;
    }
    
    .trafficMenuSection .menu:nth-child(2) {
        border-top: solid 2px #ff4c00;
    }

    .trafficMenuSection .menu:nth-child(3) {
        border-bottom: solid 2px #ff4c00;
    }
    
    .trafficMenuSection .menu:nth-child(4) {
        border-top: solid 1px #ff4c00;
        border-bottom: solid 2px #ff4c00;
    }
    
    .trafficMenuSection .menu .iconBack {
        width: 70px;
        height: 70px;
        margin: 0 auto 10px;
    }

    .trafficMenuSection .menu:nth-child(4) .iconBack:nth-child(1) {
        margin: 0 -5px 5px 0;
    }

    .trafficMenuSection .menu:nth-child(4) .iconBack:nth-child(2) {
        margin: 0 0 5px -5px;
    }

    .trafficMenuSection .menu .iconBack .icon {
        width: 40px;
        margin: 15px 0 0;
    }
    
    .trafficMenuSection .menu .add {
        top: 35px;
        font-size: 28px;
    }

    .trafficMenuSection .menu .txt {
        font-size: 16px;
    }
    
    /*-----------------------------*/
    .trafficInfoSection .content {
        width: 100%;
        padding: 50px 0;
    }

    .trafficInfoSection .content .iconGroup {
        top: -85px;
    }

    .trafficInfoSection .content .iconBack {
        top: -85px;
    }
    
    .trafficInfoSection .content .title {
        font-size: 26px;
    }
    
    .trafficInfoSection .content .info {
        width: 90%;
        margin: 20px 5%;
        padding: 15px 0;
        border-bottom: none;
    }
    
    .trafficInfoSection:nth-child(1) .content .info {
        height: auto;
    }

    .trafficInfoSection:nth-child(1) .content .info .search:hover {
        transform: scale(1.0);
    }

    .trafficInfoSection:nth-child(1) .content .info .search .txt {
        width: 60%;
        vertical-align: bottom;
        line-height: 1.2em;
    }

    .trafficInfoSection:nth-child(1) .content .info .search .iconMap {
        font-size: 32px;
    }

    .trafficInfoSection:nth-child(1) .content .info .search .iconSearch {
        font-size: 32px;
    }

    .trafficInfoSection:nth-child(2) .content .info {
        height: auto;
    }
    
    .trafficInfoSection:nth-child(3) .content .info {
        height: auto;
    }
}