::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.layout-wheel #example-ui-sticky {
    min-height: 700px;
    background-image: url('../img/wheelpage-warship.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative;        
    padding-bottom: 120px;
}

.layout-wheel #example-ui-sticky:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(60, 79, 86, 0.7);
}

.layout-wheel #example-ui-sticky:after {
    content: '';
    display: block;
    width: 100%;
    height: 137px;
    background-color: #4bbeca;
    -webkit-transform: skew(0deg, -3deg);
       -moz-transform: skew(0deg, -3deg);
        -ms-transform: skew(0deg, -3deg);
         -o-transform: skew(0deg, -3deg);
            transform: skew(0deg, -3deg);
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;        
}

.layout-wheel .wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 435px;
    height: 435px;
}

.layout-wheel .breadcrumb,
.layout-wheel .main-content-page {
    display: none;
}

.layout-wheel .pushers {
    background-color: rgba(60, 79, 86, 0.7);
}

.layout-wheel .wof-wheel-standalone .wof-wheel .wof-inner-wrapper {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
}

.layout-wheel .wof-wheel {
    background-color: transparent !important;
}

.layout-wheel .wof-wheel .wof-left-inner {
    position: relative;
    padding: 12px;
}

.layout-wheel .wof-wheel .wof-left-inner:after {
    content: '';
    background-color: rgba(60, 79, 86, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.layout-wheel .wof-left {
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
}

.layout-wheel .wof-right {
    padding-right: 80px;
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
}

.layout-wheel .wof-wheel .wof-title {
    font-family: 'OpenSansRegular';
    font-size: 42px;
    font-weight: 700;
    text-transform: none;
    line-height: 129%;
    color: #ffffff;
    text-shadow: none;
}

.layout-wheel .wof-wheel .wof-explainer {
    font-family: 'OpenSansRegular';
    font-size: 27px;
    font-style: italic;
    line-height: 143%;
    color: #6fcdd6 !important;
    text-shadow: none;
}

.layout-wheel .wof-wheel-standalone .wof-wrapper {
    padding: 25px 0;
}

.layout-wheel .wof-form-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;  
    display: flex;    
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: rgba(43, 60, 67, 0.7);
    padding: 30px;
}

.layout-wheel .wof-form-fields {
    -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
}

.layout-wheel .wof-form-fields > div {
    margin: 0;
}

.layout-wheel .wof-form-fields input {
    height: 50px !important;
}

.layout-wheel .wof-wheel .wof-form-wrapper button {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    height: 50px;
    line-height: 125%;
    color: #3c4f56;
    background-color: #ffcc53 !important;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 0 0 25px;
    -webkit-flex: 0 0 202px;
        -ms-flex: 0 0 202px;
            flex: 0 0 202px;
}

.layout-wheel .wof-wheel .wof-form-wrapper button span {
    font-family: 'OpenSansBold';
    font-weight: 700;
}

.layout-wheel .wof-wheel .wof-form-wrapper button:hover {
    cursor: pointer;
}

.layout-wheel .wof-wheel .wof-form-wrapper button.wof-btn-done.wof-close {
    margin: 0;
    padding: 0 25px;
}

.layout-wheel .wof-wheel .wof-pointer svg g > path:first-child {
    fill: #ffffff; 
}

.layout-wheel .wof-wheel .wof-pointer svg ellipse {
    fill: rgba(60, 79, 86, 0.7);
}

.layout-wheel .wof-wheel .wof-svg-wheel defs + circle {
    filter: none;
}

.layout-wheel .wof-wheel .wof-svg-wheel defs + circle + circle {
    display: none;
}

.layout-wheel .wof-response-title {
    font-family: 'OpenSansSemiBold';
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 129%;
    color: #ffffff;
    margin-bottom: 22px;
}

.layout-wheel .wof-response-content {
    text-align: center;
    background-color: rgba(43, 60, 67, 0.7);
    padding: 35px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.layout-wheel .wof-response-reward {
    font-family: 'OpenSansRegular';
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 12px;
}

.layout-wheel .wof-response-reward em {
    font-weight: 700;
    color: #6fcdd6;
}

.layout-wheel .wof-response-message {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    line-height: 138%;
    color: #ffffff;
    margin-bottom: 15px;
}

.layout-wheel .wof-wheel .wof-error {
    font-family: 'OpenSansRegular';
    font-size: 15px;    
    text-align: center;
    color: #6fcdd6 !important;
    border-color: #6fcdd6 !important;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: 3;
        -ms-order: 3;
            order: 3;
}

.wof-wheels .wof-wheel.wof-theme-blue {
    background-color: #226ea0 !important;
}

.wof-wheels .wof-wheel .wof-left {
    -webkit-order: 1 !important;
        -ms-order: 1 !important;
            order: 1 !important;
}

.wof-wheels .wof-wheel .wof-form-wrapper button {
    margin: 25px 0 0 0 !important;
}

@media screen and (max-width: 1299px) {
    .layout-wheel .wof-wheel .wof-left {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .layout-wheel .wof-right {
        padding-right: 35px;
    }

    .layout-wheel .wof-wheel .wof-explainer {
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .layout-wheel .wof-wheel-standalone .wof-wheel .wof-inner-wrapper {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .layout-wheel .wof-wheel .wof-form-wrapper {
        margin: 45px auto;
    }

    .layout-wheel .wof-right {
        text-align: center;
    }

    .layout-wheel .wof-wheel .wof-left {
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }    
}

@media screen and (max-width: 800px) {
    .layout-wheel #example-ui-sticky {
        padding-bottom: 80px;
    }

    .layout-wheel .wof-wheel .wof-inner-wrapper .wof-wheel-bg, 
    .layout-wheel .wof-wheel .wof-wheel-container {
        width: 435px;
        height: 435px;
    }
}

@media screen and (max-width: 600px) {
    .layout-wheel .wof-wheel .wof-inner-wrapper {
        padding: 10px 0;
    }

    .layout-wheel .wof-wheel .wof-form-wrapper {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .layout-wheel .wof-wheel .wof-form-wrapper button {
        margin: 15px 0 0 0;
        -webkit-flex: 0 0 50px;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
    }

    .layout-wheel .wof-wheel .wof-left {
        -webkit-transform: rotate(-55deg);
           -moz-transform: rotate(-55deg);
            -ms-transform: rotate(-55deg);
             -o-transform: rotate(-55deg);
                transform: rotate(-55deg);
    } 

    .layout-wheel .wof-form-fields {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }

    .layout-wheel .wof-wheel .wof-slice {
        font-size: 13px;
    }    
}

@media screen and (max-width: 480px) {
    .layout-wheel #example-ui-sticky {
        padding-bottom: 20px;
    } 

    .layout-wheel #example-ui-sticky:after {
        height: 87px;
    }

    .layout-wheel .wof-wheel .wof-title {
        font-size: 33px;
    }

    .layout-wheel .wof-wheel .wof-explainer {
        font-size: 22px;
    }   

    .layout-wheel .wof-wheel .wof-inner-wrapper .wof-wheel-bg, 
    .layout-wheel .wof-wheel .wof-wheel-container, 
    .layout-wheel .wof-wheel .wof-wheel-container .wof-shadows {
        width: 285px;
        height: 285px;
    }   

    .layout-wheel .wof-wheel .wof-left-inner {
        position: relative;
        padding: 4px;
    }    

    .layout-wheel .wof-wheel .wof-slice {
        font-size: 11px;
    }      
}