.markets-wrap{
    background-color: #fafafb;
}

.markets-wrap > .container{
    padding-top: 26px;
    background: url('/resources/images/markets/05.png') repeat-y 290px 0;
}

.markets-nav{
}

.markets-nav h2{
    font-size: 24px;
    margin: 0 0 11px 0;
    padding: 0;
}

.markets-nav ul{
    list-style: none;
    padding: 0;
}

.markets-nav a{
    font-size: 16px;
    display: block;
    color: #4d4e56;
    border: 1px solid transparent;
    border-radius: 2px;
    margin: 3px 40px 3px -8px;
    padding: 6px 8px 6px 8px;
}

.markets-nav a:hover{
    border: 1px solid #00c2df;
    background-color: #aff5ff;
}



.markets-wrap .item{
    display: block;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 2.94px 0.06px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    padding: 10px 10px 20px 10px;
}

.markets-wrap .item:hover,
.markets-wrap .item:active{
    border: 1px solid #00c2df;
    box-shadow: inset 0 0 5px 2px rgba(0,193,223,0.35);
}

.markets-wrap .item img{
    margin: auto;
}

.markets-wrap .item span{
    font-size: 18px;
    color: #464646;
    display: block;
    text-align: center;
}

@media (max-width: 1400px) {
    .markets-wrap > .container {
        background-position-x: 255px;
    }
}

@media (max-width: 1200px) {
    .markets-wrap > .container {
        background-position-x: 225px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px){

    .markets-wrap{
        background-color: white;
    }

    .markets-wrap > .container{
        background-image: none;
    }

    .markets-nav h2{
        margin: 0 0 11px 17px;
    }

    .markets-nav a{
        position: relative; left: 0; top: 0;
        font-size: 16px;
        color: #4d4e56;
        border-radius: 2px;
        margin: 0 3px;
        padding: 20px 60px 20px 15px;
    }

    .markets-nav a img{
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -25px;
        border: 1px solid transparent;
    }

    .markets-nav a:hover img{
        border: 1px solid #00c2df;
    }

    .markets-nav li:last-child{
        margin-bottom: 30px;
    }

    .view-all{
        margin-bottom: 30px;
    }
}

@media (max-width: 576px){
}