.competition-content {
    width: 100%;
    padding-top: 30px;
}
.competition-title  {
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #333;
}
.bordered-title {
    border-bottom: 8px solid #efefef;
}
.cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-right: -10px;
    /*margin-left: -10px;*/
    margin-top: 20px;
}
.carousel-villas {
    display: none;
}
.sidebar-villa a, .carousel-villas a {
    font-size: 20px;
}
.sidebar-properties {
    padding-top: 63px;
    padding-right: 15px;
}
.sidebar-villa img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
}
.sidebar-villa a:hover {
    text-decoration: none;
    color: #333;
}
.first-row-image, .second-row-image {
    padding-right: 10px;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}
.first-row-image img, .second-row-image img {
    width: 100%;
    height: auto;
}
.second-row {
    margin-top: 0px !important
}
.competition-list li {
    padding-bottom: 20px;
    line-height: 1.7;
}
@media screen and (min-width: 460px) {
    .second-row-image {
        width: 33.3%;
    }
    .first-row-image {
        width: 50%;
    }
}
@media screen and (min-width: 767px) {
    .line {
        display: block;
    }
    .line h2 {
        text-align: center;
        border-bottom: 3px solid #efefef;
        position: relative;
    }
    .line h2 span {
        background-color: white;
        position: relative;
        top: 22px;
        padding: 0 20px;
    }
}
@media screen and (min-width: 1205px) {
    .competition-content {
        width: 1205px;
        min-width: 270px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1205px) {
    .competition-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 530px) {
    .cont {
        margin-left: 0px;
        margin-right: 0px;
    }
    .first-row-image, .second-row-image {
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .villas-indicators {
        bottom: -39px;
    }
    .villas-indicators li {
        border: 1px solid #287db4;
        width: 12px;
        height: 12px;
    }
    .villas-indicators .active {
        background-color: #287db4;
        margin: 1px;
    }
    .carousel-villas {
        display: block;
    }
    .carousel-villas .item img {
        margin: auto;
        padding-bottom: 10px;
    }
    .carousel-villas .item {
        text-align: center;
    }
    .carousel-villas .item a:hover {
        text-decoration: none;
        color: #333;
    }
    .content-container {
        padding-right: 0px;
    }
}
@media screen and (min-width: 769px) {
    .sidebar-properties {
        padding-right: 0;
    }
}
.competition-description p {
    line-height: 1.7;
}
.winner-font {
    font-size: 17px;
}