﻿/* CUSTOM MODIFIED */

.topbar {
    background: url(../images/topbar.png) top center no-repeat;

    position: fixed;
    width: 100%;
    z-index: 100;
}
.topbar .nav {
    margin: 20px 0;
    padding: 0;
    font-family: 'Kavoon', cursive;
}

    .topbar .nav ul {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 14px;
    }

        .topbar .nav ul li {
            display: inline-block;
            margin: 0 -4px;
            position: relative;
        }

            .topbar .nav ul li a {
                color: #ff5ba9;
                padding: 10px;
                display: block;
            }

                .topbar .nav ul li a:active,
                .topbar .nav ul li a:focus {
                    color: #ff5ba9;
                }

        .topbar .nav ul ul {
            margin: 5% 0 0 0;
        }

        .topbar .nav ul li:hover > ul li:hover {
            background: #69bff1;
        }

.clear-100 {
    height: 100px;
}

#rewards img {
    border: 1px solid #bbb;
}

.vertical-block {
    padding: 5px;
    border: 3px dotted #E5007D;
    min-height: 523px;
    background-color: white;
    margin: 0px auto;
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

    .vertical-block .framed {
        border: 1px solid #E5007D;
    }

.with-background:after {
    background-color: #52c5d3;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
}
.content-container {
    padding: 0 20px;
    margin: 0 auto;
    background: white;
    border: 2px solid #E5007D;
    border-top: none;
}
.button {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 30px;
    padding: 5px;
    border-left: 0px solid #fff;
}
}
.row {
    padding-bottom: 0;
}

/* begin block styling */

.separator {
    padding-top: 0;
}
.heading {
    padding: 20px 40px;
}

.block-content {
    padding: 20px 20px; 
}

/* end block styling */
.embed-menu {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}

.header-container {
    height: 400px;
    position: relative;
}

.bottom-right {
    background: #FFF9E7;
    position: absolute;
    padding: 0 10px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #FFF9E7;
    border-radius: 10px;
    z-index: 0;
}

.header-social {
    position: absolute;
    top: 300px;
    right: 20px;
    z-index: 0;
    color: white;
}

    .header-social img {
        background-color: #FFDE3F;
        border: 2px solid #FFDE3F;
        border-radius: 10px;
    }

.header-widget {
    background-color: #FFDE3F;
    position: absolute;
    padding: 0;
    left: 2px;
    right: 2px;
    bottom: 0;
    z-index: 0;
    width: auto;
}

.footer-contacts {
    background-color: #FF844F;
    padding-top: 15px;
    color: white;
    width: 100%;
    height: auto;
}
    .footer-contacts .text {
        padding-left: 40px;
        padding-right: 20px;
    }

.footer-partners {
    background-color: #00B8DF;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    color: white;
    font-size: 20px;
}

    .footer-partners #videoframe {
        width: 560px;
        height: 315px;
    }

    .footer-partners img {
        border-radius: 10px;
        margin: 10px 10px;
    }

#toTop {
    padding: 5px 3px;
    cursor: pointer;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 15px;
    right: 25px;
    display: none;
    z-index: 99;
}

/* END CUSTOM */

