body{
    color: #666;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
}

h1, 
h2, 
h3, 
h4{
    font-family: 'PT Sans', sans-serif;
}

.hand{
    cursor: pointer;
}

.section-main{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-main .section-heading{
    text-align: center;
    margin-bottom: 50px;
}

.section-main .section-heading h2{
    margin: 0;
    font-size: 2.2em;
    text-align: center;
    color: #666;
}

.border-div{
    height: 5px;
    background-color: #8CC648;
}


.header .logo2 > img{
    float: right;
}

/* splash */
.splash{
    padding: 100px 0;
    position: relative;
    background-color: #00c6d9;
    background-image: url('../img/roke-desno.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.splash:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(5, 163, 192, 0.4) url(../img/overlay.png);*/
    /*background: rgba(0, 0, 0, 0.5);*/
    background: rgba(5, 121, 115, 0.5);
    width: 100%;
    height: 100%;
}

.splash .headline{
    position: relative;
    z-index: 999;
}

.splash .headline h4{
    color: #fff;
    font-size: 2em;
}

.splash .headline img{
    max-height: 500px;
}

.splash .headline h1{
    color: #fff;
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    text-shadow: rgba(17, 17, 17, 0.5) 10px 10px 20px;
}

.splash .splash-text h4{
    margin: 25px 0;
}

.splash .prizes{
    position: relative;
    z-index: 999;
    padding: 75px 0;
}

.splash .prize-box-wrapper{
    text-align: center;
    padding: 25px;
    background-color: #7B3C69;
    box-shadow: rgba(17,17,17,.5) 10px 10px 20px;
    transition: all 0.5s ease;
}

.splash .prize-box-wrapper:hover{
    -webkit-transform:rotate(-20deg);
    -moz-transform:rotate(-20deg);
    -o-transform:rotate(-20deg);
}

.splash .prize-box-wrapper span{
    color: #fff;
    text-align: center;
    display: block;
}

.splash .cta-wrapper{
    z-index: 999;
    position: relative;
    text-align: center;
    margin: 30px 0 55px 0;
}

.splash span.line-1{
    font-size: 2em;
    margin-bottom: 25px;
}

.splash span.line-2{
    font-size: 3em;
    font-weight: bold;
}

.splash span.line-3{
    font-size: 1.8em;
}

.splash .cta-splash{
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    text-shadow: none;
    padding: 15px 20px;
    background-color: transparent;
    border: 2px solid #fff;
}

.splash .cta-splash:hover{
    opacity: 0.8;
}

/* Main content */
.content{
    background-color: #fbfbfb;
}

/* Quiz */
.quiz{
    background-color: #fff;
    box-shadow: rgba(17,17,17,.5) 10px 10px 20px;
}

.quiz-wrapper{
    padding: 30px;
}

.quiz .step-counter,
.quiz .question h4{
    font-weight: bold;
}

.quiz .title{
    margin-top: 30px;
    padding: 10px;
    background-color: #8CC648;
}

.quiz .title span{
    font-size: 1.6em;
    color: #fff;
}

.quiz .question h4{
    margin: 0;
    font-size: 1em;
}

.quiz .question-wrapper{
    margin-top: 30px;
}

#prmData .question h4{
    font-weight: normal;
}

.quiz .warning{
    color: #fb0000;
    margin-top: 30px;
}

.quiz .question-wrapper.active{
    display: block;
}

.quiz .answer-wrapper{
    display: table;
    margin-bottom: 10px;
}

.quiz .answers input,
.quiz .answers label{
    display: table-cell;
}

.quiz .answers label{
    color: #666;
    width: 100%;
    font-weight: normal;
    vertical-align:middle;
    padding-left: 10px;
}

.quiz .controls{
    margin-top: 50px;
}

.quiz .btn{
    color: #fff;
    padding: 5px 25px;
    border-radius: 0;
    background-color: #05A3C0;
}

.quiz .btn:hover{
    color: #333;
}


/* Form */
.form{
    background-color: #fff;
    box-shadow: rgba(17,17,17,.5) 10px 10px 20px;
}

.form-wrapper{
    padding: 30px;
}

.form fieldset{
    margin-bottom: 25px;
}

.form fieldset label{
    font-weight: normal;
}

.form fieldset .form-control{
    height: 50px;
    border-radius: 0 !important;
}

.form .btn-submit{
    color: #fff;
    font-size: 1.4em;
    border: none;
    outline: none;
    text-shadow: none;
    padding: 15px 25px;
    background-color: #7B3C69;
    border-radius: 0;
}

/* Logos */
.logos{
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

/* Footer */
footer{
    border-top: 1px solid #d3d3d3;
}

footer .footer-upper{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

footer h4{
    color: #8CC648;
}

footer .footer-upper a{
    color: #666666;
}

footer .footer-upper .fa{
    color: #8CC648;
}

footer .footer-upper img{
    margin: 0 auto;
}

footer .footer-upper .fa{
    font-size: 4em;
    margin-bottom: 15px;
}

footer .footer-lower{
    background-color: #8CC648;
    padding: 30px 0;
}

footer .footer-lower p{
    color: #fff;
    margin: 0;
    text-align: center;
}

footer .footer-lower p a{
    color: #fff;
}

/* Error control */
fieldset.error .form-control{
    background-color: #FFBABA;
}

fieldset.valid .form-control{
    background-color: rgba(152, 204, 51, 0.3);
}

/* Lightbox control */
#lightbox{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    z-index: 99999;
}

#lightbox div.lightbox-content{
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    color: #D8000C;
    box-shadow: 0 3px 20px #000000;
    border-radius: 5px;
}

#lightbox div.lightbox-content .fa{
    color: #D8000C;
    font-size: 3em;
}

#lightbox h2{
    margin-top: 0;
}

#btnLightboxClose{
    color: #fff;
    background-color: #D8000C;
    border: none;
    margin-top: 10px;
}

#recommend,
#thanks{
    background-color: #00adef;
    padding-top: 20px;
}

#thanks .thanks-cta{
    color: #fff;
    background-color: #7B3C69 !important;
    margin-top: 15px;
}

#recommend .footer-upper,
#thanks .footer-upper{
    background-color: #fff;
}

#recommend .main-splash-recommend{

}

#recommend .main-splash-recommend img{
    margin: 0 auto;
}

#recommend .lighter-grey,
#thanks .lighter-grey{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.font-blue{
    color: #7B3C69 !important;;
}

.font-red{
    color: #8CC648;
}

.white{
    color: #fff;
}

#recommend #btnfbpublish,
#recommend #btnSendData{
    background-color: #8CC648;
    white-space: normal;
    color: #fff;
}

#recommend #btnSendData{
    padding: 10px 25px;
    font-size: 1.2em;
    background-color: #8CC648;
}

.btn-green{
    background-color: #8CC648;
    white-space: normal;
    color: #fff;
}

#recommend #btnfbpublish:hover{
    background-color: #cec830;
}

#btnGotoImport,
.btnGotoThanks,
#prmInvitationExampleLink{
    cursor: pointer;
    border: none;
    background-color: transparent;
}

#recommend #btngpluspublish{
    font-size: 1.2em;
}

#recommend .send-cta{
    color: #fff;
    background-color: #8CC648;
}

.spacer10{
    height: 10px;
    width: 100%;
}

.spacer20{
    height: 20px;
    width: 100%;
}

#recommend #tunnel-import{
    margin-top: 30px;
}

#recommend #tunnel-import{
    margin-top: 30px;
}

#recommend #tunnel-import .img-center,
#thanks .img-center{
    margin: 0 auto;
}

#recommend #tunnel-import #btnimportgmail,
#recommend #tunnel-import #btnimportyahoo,
#recommend #tunnel-import #btnimportoutlook{
    margin-bottom: 15px;
    width: auto;
    font-size: 1.2em;
}

#recommend #prmInvitations{
    width: 100%;
    color: #302e29;
    min-height: 250px;
    padding: 20px;
    border-radius: 10px;
    max-width: 471px;
}

#recommend #tunnel-import button[type="submit"],
#thanks #btnreinvite{
    white-space: normal; 
    font-size: 1.4em; 
}

#recommend .counter{
    margin: 0 auto;
    width: 45px;
    padding: 5px;
    border: 2px solid rgba(122, 107, 92, 0.3);
    border-radius: 50%; 
}

#recommend .counter h2{
    margin: 0;
}

#recommend .cta-points{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

#thanks .form-group{
    width: 100%;
}

div.back-wrapper{
  padding: 15px 0;
}

div.back-wrapper > span.back{
  text-decoration: underline;
  cursor: pointer;
}

div.back-wrapper > span.back:hover{
  text-decoration: none;
}

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

.system{
    padding-top: 100px;
    text-align: center;
}

.error-page .section-content{
    
}

.error-page .section-content .fa{
    font-size: 8em;
    color: #7B3C69;
}

.error-page .section-content h1{
    color: #7B3C69;
    font-size: 5em;
    font-weight: bold;
}

.error-page .section-content h3{
    color: #7B3C69;
}

.error-page .section-content p{
    color: #333;
    font-size: 1.2em;
    margin: 20px 0;
}

.error-page .section-content p a{
    font-size: 1em;
    margin: 20px 0;
}

.error-page .section-content .backHome{
    background-color: #7B3C69;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 15px 25px;
    margin-bottom: 50px;
}

.error-page .section-content .backHome:hover
{
    background-color: #50C283;
}

.error-page .section-content a{
    text-decoration: none;
}

.backHome{
    background-color: #7B3C69 !important;
}

#claimPrize{
    color: #fff;
    background-color: #00a8ec;
}

.btn-epc-share {
    color: #fff;
    font-size: 1.4em;
    border: none;
    outline: none;
    text-shadow: none;
    padding: 15px 25px;
    background-color: #7B3C69;
    border-radius: 0;
    margin-top: 5px;
}