body{
    font-family:'Cabin', "Open Sans", Arial, sans-serif;
}

.font-family-bold{
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
}

html #header.header-transparent .header-body:before{
    background:transparent;
}

.lang img{
    margin-right: 10px;
    margin-top: -3px;
}

.content-body{
    min-height: calc(100vh - 36px);
}

.coming{
    font-size: 1.2em;
    padding-left: 10px;
    border-left: 1px solid #fff;
    white-space: nowrap;
}

section.section.custom-background{
    background-image:url('https://copytip.com/images/prelaunch-bg.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-color:#333;
}

.hero-heading{
    font-weight:600;
    font-size:36px;
    line-height:46px;
    margin-bottom:15px;
    letter-spacing:1px;
}

.hero-subheading{
    font-size:16px;
    margin-bottom:25px;
}

/* webkit solution */
::-webkit-input-placeholder { text-align:center;letter-spacing:1px; }
/* mozilla solution */
input:-moz-placeholder { text-align:center;letter-spacing:1px; }

.access-form .user-type{
    margin-bottom: 10px;
    max-width: 310px;
    border-radius: 4px;
    color: #1D2127;
    text-align: center;
    text-transform: uppercase;
    position:relative
}

.access-form .user-type.btns{
    background:transparent;
    padding:0;
}

.access-form .form-group{
    margin-bottom:10px;
}

.access-form input{
    width: 310px;
    height: 50px;
    box-shadow: none;
    border: 0;
    text-align: center;
}

.access-form button.full{
    height:50px;
    width: 310px;
    font-weight:bold;
    letter-spacing: 1px;
}

.access-form button.full:focus{
    outline:0;
}

label.error, .alert.dismissable.alert-danger {
    color: #fff;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
    width: 310px;
    background:transparent;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px 10px;
    border: 0;
    box-shadow: none;
}

.alert.dismissable.alert-danger{
    margin-top:0;
    margin-bottom:10px;
}

.feature-box{
    box-shadow: 0px 0px 4px 2px #f4f4f4;
    border-radius: 4px;
    background: #fff;
    padding: 15px;
}

.feature-box.feature-box-style-2 .feature-box-info{
    padding-top:10px;
}

.feature-box h4{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom:5px;
}

#footer{
    font-weight:600;
    background:#f5f7f6;
    color:#a6a6a6;
    padding: 7px 0;
    border-top: 0;
}

#footer .container .row > div{
    margin:0;
    font-weight: 400;
    font-family:'Cabin Medium', sans-serif;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #a6a6a6;
    line-height: initial;
}

#footer ul li:last-child {
    padding-right: 0;
    border: 0;
    padding-left: 5px;
}

#footer a:hover {
    color: #34d46d;
}

#footer ul li a {
    color: #2ac461;
}

#footer .license-img {
    width: 30px;
    float: left;
    margin-right: 10px;
}

@media(min-width:1600px){
    html #header.header-transparent{
        margin-top:20px;
    }
    section.section.section-first{
        height:73vh;
    }
    .boxes{
        height:calc(27vh - 36px);
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    
    .hero-heading{
        font-size: 4.2vh;
        line-height: 5.8vh;
        margin-bottom: 2vh;
    }
    
    .hero-subheading {
        font-size: 1.8vh;
        line-height: 3vh;
        margin-bottom: 3vh;
        letter-spacing: 1px;
    }
}

@media (min-width:1200px)  and (max-width:1599px){
    #header.header-narrow .header-logo img{
        max-height:25px;
    }
    section.section.section-first{
        height:70vh;
    }
    .boxes{
        height:calc(30vh - 36px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .hero-heading{
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 2vh;
    }
    
    .hero-subheading {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 3vh;
    }
    .feature-box h4 {
        font-size: 2vh;
    }
    .feature-box p {
        font-size: 1.7vh;
        line-height: 2.8vh;
    }
    .access-form button.full,.access-form input{
        height:40px;
    }
}

@media (min-width:1200px){
    section.section.section-first{
        padding:120px 0 40px;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .hero-image{
        display:inline-block;
    }
    .coming{
        font-size: 14px;
        line-height: 1.1vw;
        letter-spacing: 4px;
    }
    
    .ie section.section.section-first, .ie .boxes {
        display: table;
        width: 100%;
    }
    
    .ie #header .header-logo{
        float:none;
    }
}

@media (max-width:1199px){
    section.section.section-first {
        padding-top: 80px;
    }
    .hero-heading{
        font-size:28px;
        line-height: 38px;
    }
    .hero-subheading{
        font-size:15px;
        line-height: 25px;
    }
    .access-form button.full, .access-form input{
        height:40px;
    }
    #header.header-narrow .header-logo img{
        height:24px;
    }
    .feature-box{
        min-height:152px;
        margin-bottom:15px;
    }
    .feature-box.feature-box-style-2 .feature-box-info p{
        line-height:20px;
    }
}

@media (max-width:991px){
    .hero-heading {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-subheading {
        font-size: 13px;
        line-height: 23px;
    }
    .feature-box {
        min-height: inherit;
    }
    .feature-box.feature-box-style-2 .feature-box-info {
        padding-top: 0;
    }
    #footer .container .row > div{
        float:left;
        width:auto;
    }
    #footer .container .row > div:last-child {
        float: right;
    }
}

@media (min-width:768px){
    #footer{
        line-height: 32px;
    }
}

@media (max-width:767px){
    .hero-heading {
        font-size: 22px;
        line-height: 34px;
    }
    .hero-subheading {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 40px;
    }
    .access-form button.full, .access-form input{
        width: 100%;
    }
    .access-form button.full{
        margin-bottom:40px;
    }
    #footer .container .row > div.text-right{
        text-align: left;
    }
    #footer ul li:first-child{
        padding-left:0;
    }
    .header-logo{
        margin-top:5px;
    }
    #header.header-narrow .header-logo img{
        margin-top:6px;
        max-height:20px;
        margin-right:8px;
    }
    .coming{
        font-size:12px;
        padding-left:8px;
    }
}

@media (max-width:320px){
    section.section.section-first {
        padding-top: 70px;
    }
    .lang-it .header-nav-top-line .dropdown > span, .lang-it .header-nav-top-line .dropdown > img{
        display:inline-block;
    }
    .lang-it .coming {
        font-size: 11px;
    }
    .lang-it header .dropdown-toggle{
        min-width:90px;
        display:block;
    }
}

a.btn.btn-invite {
    height: 40px;
    width: 476px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    line-height: 26px;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
    padding-left: 56px;
}

div#cookiesdirective {
    opacity: 1 !important;
    bottom: 0 !important;
}

.btn-label{
    margin-top:4vh;
    font-size: 15px;
    letter-spacing: 1px;
}

.btn.btn-invite:focus{
    color:#fff;
}

.inv-buttons a.btn.btn-invite:last-child{
    margin-bottom: 0;
}

a.btn.btn-invite.twitter, a.btn.btn-invite.facebook {
    width: 232px;
}

a.btn.btn-invite.facebook {
    margin-right: 8px;
}

.copy.btn-primary{
    background: rgba(108, 107, 111, 0.5);
    border-color: transparent;
}

.facebook {
    color: #fff;
    background: rgba(108, 107, 111, 0.5);
}

.facebook:hover{
    color:#fff;
    background:#23527c
}

.twitter{
    color:#fff;
    background: rgba(108, 107, 111, 0.5);
}

.twitter:hover{
    color:#fff;
    background:#50a2df;
}

a.btn.btn-invite i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-right: 1px solid #fff;
    padding-right: 15px;
    width: 26px;
}

html section.section-light h1, html section.section-light h2, html section.section-light h3, html section.section-light h4, html section.section-light h5, html section.section-light h6 {
    color: #333 !important;
}

.text-inherit{
    text-transform: inherit;
}

.social-icons li{
    margin: -1px 10px 5px 10px;
}

.social-icons li a{
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 22px;
}

@media (max-width:767px){
    a.btn.btn-invite {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    a.btn.btn-invite.twitter, a.btn.btn-invite.facebook{
        width:100%;
    }
    a.btn.btn-invite.facebook{
        margin-right:0;
    }
    .inv-buttons .btn-label:first-child{
        margin-top:10px
    }
    .btn-label {
        margin-top: 0px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.tipster{
    display:none;
}

@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: rgba(111, 110, 114,0.2);
    }
}

.user-type .btn-group{
    width:100%;
}

.user-type .btn-group .btn{
    width:50%;
    height:50px;
    font-weight:bold;
    text-transform: uppercase;
    -o-transition: .3s 0.2s;
    -ms-transition: .3s 0.2s;
    -moz-transition: .3s 0.2s;
    -webkit-transition: .3s 0.2s;
    transition: .3s 0.2s;
}

html .user-type .btn-secondary{
    background: #252a31;
    border-color: #2e343c;
}

.user-type .btn.active, .user-type .btn:active{
    color: #2ac461;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
    background-color: #1d2127;
    border-color: #2e343c;
}

.user-type .btn:focus{
    outline:0;
}

header .dropdown{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

@media (max-width:1199px){
    .dropdown{
        height:40px;
    }
}

header .dropdown-toggle, #header .dropdown-toggle:hover{
    color:#fff;
    text-decoration:none;
}

@media (min-width:1200px){
    header .dropdown-menu{
        top: -10000px;
        opacity: 0;
        display: block;
    }
}

header .dropdown-menu{
    left: auto;
    border-radius: 4px 4px 0px;
    border: 0;
    border-top: 3px solid #2ac461;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
    background-color: #292f34;
}

.dropdown-menu.dropdown-menu>li>a{
    border-bottom: 1px solid #353d44;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
}

.dropdown-menu>li.active>a, .dropdown-menu>li.active>a:focus, .dropdown-menu>li.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: transparent;
    color: #2ac461;
}

.dropdown-menu.dropdown-menu>li:last-child>a{
    border-bottom:0;
}

@media (min-width: 992px){
    #header .dropdown-toggle{
        padding: 22px 13px;
    }
    #header .dropdown.open > .dropdown-menu{
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, 10px, 0);
    }
    #header .dropdown.open > .dropdown-menu, #header .dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        top: calc(100% + 1px);
    }
}

#header .dropdown.open > .dropdown-menu, #header .dropdown:hover > .dropdown-menu{
    right:0;
}
@media (min-width:991px) and (max-width:1024px){
    html:not(.ie) #header.header-flex .header-column:nth-child(1){
        min-width:250px;
        margin-top: 7px;
    }
    
    .hero-heading {
        font-size: 40px;
        line-height: 54px;
    }
    
    #header.header-narrow .header-logo img{
        margin-top:5px;
    }

    html:not(.ie) #header.header-flex .header-logo, .coming{
        display:inline-block;
    }
}

.button-wrap {
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.button-bg {
  width: 100%;
  height: 100%;
  background-color: #252a31;
  border-radius: 4px;
  padding: 1px;
  color:#fff;
  transition:all 0.2s ease;
}
.button-switch {
    position: relative;
    left: 0px;
    width: 120px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: #abb4be;
}
.button-active .button-switch { left:80px; }
.button-on, 
.button-off {
  position:absolute; 
  transition:all 0.2s ease;
  padding-top:11px;
  font-size:2.4em;
  font-weight:bold;
}
.button-on { margin-left:110px; }
.button-off { margin-left:30px; color:#dd2222; }
.button-active .button-off { color:#fff; }
.button-active .button-on { color:#22dd22; }
.button-active .button-bg { background-color:#000; }

.one .button-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(108, 107, 111, 0.3);
  border-radius: 4px;
  padding: 5px;
  color:#fff;
  transition:all 0.2s ease;
}
.one .button-switch {
    position: relative;
    left: 0px;
    width: 50%;
    height: 30px;
    border: 0;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: rgba(108, 107, 111, 0.5);
}
.one .button-active .button-switch { left:50%; }
.one .button-in, 
.one .button-out {
    position: absolute;
    transition: all 0.2s ease;
    padding: 9px 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 3;
    width: 50%;
    text-align: center;
    top: 0px;
}
.one .button-in { right: 0px; color: rgba(255, 255, 255, 0.3); }
.one .button-out {     left:0px; color: #ffffff; }
.one .button-active .button-out { color: rgba(255, 255, 255, 0.3); }
.one .button-active .button-in { color:#ffffff; }

@media (max-width:767px){
    .access-form .user-type{
        width:100%;
        max-width:100%;
    }
    .one .button-switch{
        width:50%;
    }
    .one .button-active .button-switch {
        left: 50%;
    }
    .one .button-in { right: 5px; width:50%; color: #777; }
    .one .button-out {     left:5px; width:50%; color: #ffffff; }
    .one .button-active .button-out { color:#777; }
    .one .button-active .button-in { color:#ffffff; }
}

.feature-box p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    line-height: 20px;
}

/* Success page*/

section.succes-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 34vh;
    padding-bottom: 0;
    min-height: 330px;
}

.rank-buble{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rank-label{
    top: 6.6vh;
    border-radius: 4px;
    white-space: nowrap;
    color: #2ac461;
    letter-spacing: 1px;
    text-align: center;
    line-height: 34px;
}

@media (max-width:1600px){
    .rank-buble{
        justify-content: center;
    }
    .rank-label{
        right:50%;
        transform: translateX(50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

.flex-row{
    display:flex;
}

.rank{
    color: #2ac461;
    font-size: 10vh;
    text-align: center;
    display: inline-block;
    height: 10vh;
    line-height: 10vh;
}

section.success-second{
    height: 40vh;
    border-top: 7px solid #2ac461 !important;
}

.social-icons li a {
    background: #f4f4f4;
}

h3.success-heading{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.input-holder{
    display: inline-block;
    max-width: 300px;
}

.link-copied{
    display:none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

section.custom-padding{
    padding: 3vh 0;
    height: calc(26vh - 36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 1024px) and (min-width: 991px){
    .hero-heading.success {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    section.section.section-first.success {
        height: 73vh;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .boxes.success {
        height: calc(27vh - 36px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* Localization */


/*French*/
@media (min-width:1600px){
    .lang-fr .hero-heading {
        font-size: 3.8vh;
        line-height: 5.4vh;
    }
}

@media (max-width: 1599px) and (min-width: 1200px){
    .hero-heading {
        font-size: 36px;
        line-height: 52px;
    }
    .hero-subheading {
        font-size: 15px;
        line-height: 29px;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .lang-fr .hero-heading {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width: 991px){
    .lang-fr .hero-subheading {
        font-size: 13px;
    }
}
@media (min-width:768px){
    .lang-fr .access-form button.full .tipster{
        font-size:12px;
    }
}

@media (max-width:767px){
    .lang-fr .access-form button.full{
        font-size: 3.3vw;
    }
}

/*Spanish*/
@media (min-width: 1600px){
    .body.lang-es .hero-heading {
        font-size: 3.8vh;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .body.lang-es .hero-heading {
        font-size: 36px;
        line-height: 54px;
    }
}

/*German*/
@media (min-width: 1600px){
    .body.lang-de .hero-heading {
        font-size: 3.7vh;
    }
}

@media (max-width: 1599px) and (min-width: 1200px){
    .body.lang-de .hero-subheading {
        font-size: 14px;
        line-height: 29px;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .body.lang-de .hero-heading {
        font-size: 36px;
        line-height: 54px;
    }
    .body.lang-de .hero-subheading {
        font-size: 14px;
        line-height: 29px;
    }
}

@media (max-width:767px){
    .body.lang-de .hero-subheading{
        font-size:14px;
    }
    
    .body.lang-de .hero-heading.success{
        font-size:19px;
    }
}

/*Italian*/
@media (min-width: 1600px){
    .body.lang-it .hero-heading {
        font-size: 3.9vh;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .body.lang-it .hero-heading {
        font-size: 38px;
        line-height: 54px;
    }
}

@media (max-width:767px){
    .body.lang-it .hero-subheading{
        font-size:14px;
    }
}

/*Polish*/
@media (min-width: 1600px){
    .body.lang-pl .hero-heading {
        font-size: 3.7vh;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .body.lang-pl .hero-heading {
        font-size: 36px;
        line-height: 54px;
    }
}

@media (max-width:767px){
    .body.lang-pl .hero-heading.success{
        font-size:20px;
    }
}

/*Portuguese*/
@media (min-width: 1600px){
    .body.lang-pt .hero-heading {
        font-size: 3.2vh;
    }
}

@media (max-width: 1599px) and (min-width: 1200px){
    .body.lang-pt .hero-heading {
        font-size: 31px;
        line-height: 52px;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .body.lang-pt .hero-heading {
        font-size: 31px;
        line-height: 52px;
    }
}

@media (max-width:991px){
    .body.lang-pt .hero-heading {
        font-size:23px;
    }
}

@media (max-width:767px){
    .body.lang-pt .hero-heading {
        font-size:19px;
    }
    .body.lang-pt .hero-subheading{
        font-size:14px;
    }
}

/*Russian*/
.body.lang-ru, .body.lang-ru .font-family-bold {
    font-family: 'PT Sans', sans-serif;
}

@media (min-width: 1600px){
    .body.lang-ru .hero-heading {
        font-size: 3.3vh;
    }
}

@media (max-width: 1599px) and (min-width: 1200px){
    .body.lang-ru .hero-heading {
        font-size: 32px;
        line-height: 52px;
    }
    .body.lang-ru .hero-subheading {
        font-size: 14px;
        line-height: 29px;
    }
}

@media (max-width: 1024px) and (min-width: 991px){
    .body.lang-ru .hero-heading {
        font-size: 32px;
        line-height: 54px;
    }
    .body.lang-ru .hero-subheading {
        font-size: 14px;
        line-height: 25px;
    }
}

@media (max-width:767px){
    .body.lang-ru .hero-heading {
        font-size:19px;
    }
    .body.lang-ru .hero-subheading{
        font-size:14px;
    }
}

/*Turkish*/
@media (min-width: 1600px){
    .body.lang-tr .hero-heading {
        font-size: 4vh;
    }
}

@media (max-width:767px){
    .body.lang-tr .hero-heading.success{
        font-size:20px;
    }
}