﻿#recommended-destinations {
    margin: 10px 0 40px 0;
}

#recommended-destinations a,
#recommended-destinations-mobile a {
    font-size: 13px;
}

#recommended-destinations .container-desktop .row {
    margin: 0 0 5px 0;
}

#recommended-destinations .container-desktop h3 {
    margin-bottom: 10px;
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
}

#recommended-destinations .container-desktop .row .col-xs-2 {
    width: 16.66666667%;
    padding: 0 15px 0 0;
}

#recommended-destinations .container-desktop .row .col-xs-2 div a {
    color: #337ab7;
    text-decoration: none;
}

#recommended-destinations .container-desktop .row .col-xs-2 div a:hover {
    color: #084d90;
}

#recommended-destinations .container-desktop .row .col-xs-2 .overflow-text {
    color: #337ab7;
    text-decoration: none;
}

#recommended-destinations-mobile .col-xs-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

#recommended-destinations-mobile {
    display: none;
}

#recommended-destinations .container-desktop .row .col-xs-2 .overflow-text {
    margin-bottom: 5px;
}

#footer .footer-widgets-wrap {
    padding: 40px 0;
}

.overflow-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.container-desktop.main {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    div.container-desktop.main {
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    #recommended-destinations {
        display: none;
    }

    #recommended-destinations-mobile {
        display: block;
        margin: 10px 0 40px 0;
    }

    #recommended-destinations-mobile .container-desktop {
        text-align: left;
    }

    #recommended-destinations-mobile .container-desktop h3 {
        margin: 10px 0 !important;
        color: #444;
        font-weight: 600;
        line-height: 1.5;
        padding: 0;
        text-transform: uppercase;
        font-size: 18px;
    }

    #recommended-destinations .container-desktop .row .col-xs-6 .overflow-text {
        margin-bottom: 2px;
    }

    #recommended-destinations-mobile .container-desktop .row .col-xs-6 div a {
        color: #337ab7;
        text-decoration: none;
    }
}
