body  {
    background: #eee;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
@media (min-width: 979px)  {
    body  {
        background-image: url("../img/dating/bg-body.jpg");
        background-repeat: repeat-x;
    }
}

.brandingContainer, .footer {
    display: none;
}

.mainMenu a.mainLink {
    padding: 10px;
}
#mobile_sondaj_container, #sondaj_container {
    display: none !important;
}

h1, .h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.btn {
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    padding: 12px 20px;
}
.btn .icon-double-angle-right {
    vertical-align: middle;
    font-size: 25px;
}
.btn-success {
    background: #60AC49;
}

strong {
    font-weight: 500;
}


.header {
    background: #fff;
}
@media (min-width: 979px)  {
    .header {
        width: 1000px;
        margin: 0 auto;
    }
}

.wrapper {
    background: transparent;
    box-shadow: 0 0;
    border-radius: 0;
    margin-bottom: 0;
}

@media (min-width: 979px)  {
    .container {
        width: 100%;
    }
    .menu {
        background: url(/img/layout.png) repeat-x 0 -125px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #C5C5C5;
    }
    .mainMenu {
        border: 0;
        width: 1000px;
        margin: 0 auto !important;
    }
}

.dating-content {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 979px)  {
    .dating-content {
        padding: 0;
        width: 1000px;
        margin: 0 auto;
    }
}

.dating-content__header {
    padding: 30px 0;
}
@media (min-width: 979px)  {
    .dating-content__header {
        background: url("../img/dating/cuplu.png") no-repeat 100% 100%;
        padding: 60px 385px 60px 0;
    }
}

.dating-content__header__desc {
    font-weight: 300;
    color: #666;
    margin-bottom: 30px;
}
.dating-content__header__live {
    font-weight: 500;
    font-size: 18px;
    color: #60AC49;
    margin-top: -5px;
}

.dating__elem {
    background: #fff;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
    position: relative;
}
.dating__elem:nth-child(1) {
    border-color: #60AC49;
    animation: sonarSuccess 1.5s ease infinite;
}
@keyframes sonarSuccess {
    0% {
        box-shadow: 0 0 0 0 #60AC49; }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); } }

@media (min-width: 979px)  {
    .dating__elem {
        padding: 30px 40px;
    }
}
.dating__elem::before {
    background: #60AC49;
    position: absolute;
    right: 15px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    top: 18px;
    line-height: 30px;
}
@media (min-width: 979px)  {
    .dating__elem::before {
        background: #fff;
        color: #60AC49;
        left: -30px;
        right: auto;
        top: 60px;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
.dating__elem:nth-child(1)::before {
    content: "#1";
}
.dating__elem:nth-child(2)::before {
    content: "#2";
}
.dating__elem:nth-child(3)::before {
    content: "#3";
}

.dating__elem__1 {
    margin-bottom: 20px;
}
.dating__elem__logo {
    margin-bottom: 20px;
}
.dating__elem__desc {
    margin-bottom: 20px;
}
.dating__elem__desc__text {
    font-weight: 500;
}
.dating__elem__note {
    margin-bottom: 20px;
}
.dating__elem__note .dating__label {
    margin-bottom: 0;
}
.dating__elem__note__text {
    font-size: 70px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 0;
}
.dating__elem__note__visual {
    color: #FFD700;
}
@media (min-width: 979px)  {
    .dating__elem__1 {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .dating__elem__logo {
        width: 225px;
        margin-bottom: 0;
    }
    .dating__elem__desc {
        width: 345px;
        padding-right: 20px;
        margin-bottom: 0;
    }
    .dating__elem__note {
        width: 170px;
        margin-bottom: 0;
    }
    .dating__elem__btn {
        margin-left: auto;
    }
}

.dating__elem__quote {
    font-weight: 300;
    border: 1px solid #EBEBEB;
    padding: 10px 15px;
    border-radius: 5px;
}
@media (min-width: 979px)  {
    .dating__elem__quote {
        padding-right: 180px;
        background: url("../img/dating/quote.gif") no-repeat 100% 50%;
    }
}

.dating__label {
    font-size: 16px;
    font-weight: 300;
    color: #999;
    margin-bottom: 5px;
}

.dating__procentage {
    padding-top: 30px;
}

.dating__advices {
    padding-top: 30px;
}
.dating__advices p {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.dating__advices p .icon-double-angle-right {
    font-size: 25px;
    color: #60AC49;
    position: absolute;
    left: 0;
}

.dating__advices strong, .dating__procentage strong {
    font-size: 18px;
}

.recent_articles {
    padding-top: 30px;
}
.carousel-indicators {
    top: -30px;
}
.carousel-indicators li {
    background: #ddd;
}
.carousel-indicators .active {
    background: #000;
}
.trusted-by__item {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.trusted-by__item:hover {
    background: #60AC49;
    color: #fff;
    text-decoration: none;
}

.trusted-by__item span {
    display: block;
    padding: 15px 20px;
    line-height: 1.4;
    font-weight: 300;
}