.video {
    width: 100%;
    height: auto;
}
.flt-tour-body {
    background-color: #fff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    line-height: 16px;
    color: #444;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flt-tour-body > * {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flt-tour-body div {
    /*position: relative;*/
}
.flt-tour-body a,
.flt-tour-body a img,
.flt-tour-body img {
    border: 0;
}
.flt-clear {
    clear: both;
}
.flt-tour-body section {
    position: relative;
    margin: auto;
    /* width: 100%; */
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 860px) {
    .flt-tour-body > section {
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width:480px) {
    .flt-tour-body > section {
        margin-bottom: 20px;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

.flt-fullcoverseperator {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}
/* warning */
.flt-warning {
    max-width: 900px!important;
}
.flt-warning-container {
    margin-top: 20px;
}
.flt-warning-logo {
    margin-bottom: 10px;
}
.flt-warning-title {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #009911;
    text-transform: uppercase;
}
.flt-warning-subtitle {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 18px;
}
.flt-warning-text {
    margin-bottom: 10px;
}
.flt-warning-textarea {
    margin-bottom: 30px;
    width: 100%;
    height: 120px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    line-height: 14px;
    font-size: 12px;
    text-indent: 5px;
}
.flt-warning-buttons a {
    display: inline-block;
    height: 60px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 30px;
    margin-left: 25px;
    color: #fff;
}
.flt-warning-buttons a:nth-child(1) {
    width: 150px;
    background-color: #aaa;
}
.flt-warning-buttons a:nth-child(2) {
    width: 220px;
    background-color: #009911;
}
.flt-warning-buttons a:nth-child(1):hover {
    background-color: #888;
}
.flt-warning-buttons a:nth-child(2):hover {
    background-color: #22cc33;
}
.flt-warning-picture img {
    width: 100%;
    max-width: 680px;
    height: auto;
}
.flt-warning-footer {
    line-height: 16px;
    font-size: 12px;
    color: #666;
}
.flt-warning-footer a {
    color: #009911;
}

@media (max-width:600px) {
.flt-warning-container {
    margin-top: 10px;
}
.flt-warning-logo {
    margin-bottom: 10px;
}
.flt-warning-title {
    line-height: 7vw;
    font-size: 6.6vw;
    margin-bottom: 5px;
}
.flt-warning-text {
    line-height: 14px;
    font-size: 12px;
}
.flt-warning-textarea {
    margin-bottom: 5px;
}
.flt-warning-buttons a {
    line-height: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.flt-warning-buttons a:nth-child(1) {
    width: 40%;
    max-width: 150px;
}
.flt-warning-buttons a:nth-child(2) {
    width: 40%;
    max-width: 150px;
}
.flt-warning-footer {
    line-height: 14px;
    font-size: 11px;
}
}
/* index */
.flt-header-bgwrapper {
    background-color: #111;
}
.flt-headerband {
    margin-bottom: 0 !important;
    height: 70px;
}
.flt-headerlogo img {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 30px;
    margin: auto;
    max-height: 80%;
}
.flt-headermenu {
    float: right;
    margin-top: 20px;
}
.flt-headermenu a {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.flt-headermenu a:last-child {
    width: 100px;
    height: 30px;
    margin-left: 30px;
    background-color: #11bb55;
    border-radius: 2px;
}
.flt-headermenu a:last-child:hover {
    color: #11bb55;
    background-color: #fff;
}

@media (max-width:860px) {
.flt-headerband {
    height: 60px;
}
.flt-headerlogo img {
    left: 10px;
    max-width: 46%;
}
.flt-headermenu {
    margin-top: 15px;
}
}

@media (max-width:480px) {
.flt-headerband {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.flt-headerband-index {
    padding-top: 0;
    padding-bottom: 5px;
}
.flt-headermenu {
    display: none;
}
.flt-headermenu-index {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: -20px;
}
.flt-headermenu a:nth-child(1) {
    width: 80px;
    height: 30px;
    margin-right: 1px;
    background-color: #888;
    border-radius: 2px;
    vertical-align: top;
}
.flt-headermenu a:nth-child(2) {
    margin-left: 1px;
    width: 60px;
    overflow: hidden;
}
.flt-headermenu a:nth-child(1):hover {
    color: #11bb55;
    background-color: #fff;
}
}
.flt-headerimage {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.flt-headerimage img {
    width: 100%;
    height: auto;
}
.flt-headerslider,
.flt-headerfader {
    padding: 0;
    margin: 0;
    width: 100vw;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 0;
}
.flt-headerslide,
.flt-headerfade {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.flt-headerfade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.flt-headerfade:first-child {
    display: block;
}

@media (max-width:480px) {
.flt-headerimage {
    display: none;
}
}
.flt-topslogan {
    height: 80px;
    line-height: 74px;
    background-color: #f5f5f5;
}
.flt-topslogan a {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
}
.flt-topslogan span {
    color: #009911;
}
.flt-topslogan small {
    font-size: 60%;
}
.flt-topslogan a:hover {
    color: #009911;
}
.flt-topslogan a:hover span {
    color: #22cc33;
}
.flt-btmslogan {
    margin-bottom: 0;
}

@media (max-width:1410px) {
.flt-topslogan {
    height: 6vw;
    line-height: 6vw;
}
.flt-topslogan a {
    font-size: 3.5vw;
}
}

@media (max-width:640px) {
.flt-topslogan {
    height: 6vw;
    line-height: 6vw;
}
.flt-topslogan a {
    font-size: 3.6vw;
}
}
.flt-thumbcontainer {
    margin-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 0;
    font-size: 0;
    text-align: center;
}
.flt-thumbcontainer a {
    text-decoration: none;
}
.flt-thumbwrapper {
    display: inline-block; /*width:370px;*/
    width: 22.6vw;
    margin: 10px;
    overflow: hidden;
    color: #444;
}

@media (min-width:799px) {
.flt-thumbwrapper:hover .flt-thumbplayerico {
    display: initial;
}
.flt-thumbwrapper:hover .flt-thumbovercolor {
    display: initial;
}
.flt-thumbwrapper:hover .flt-thumbimage img {
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}
}
.flt-thumbvisual {
    position: relative;
}
.flt-thumbimage {
    width: 100%;
    overflow: hidden;
}
.flt-thumbimage img {
    width: 100%;
    height: auto;
}
.flt-thumbformatico {
    position: absolute !important;
    left: 10px;
    top: 10px;
}
.flt-thumbplayerico {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 14%;
    display: none;
}
.flt-thumbplayerico img {
    width: 100%;
    height: auto;
}
.flt-thumbovercolor {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #aaa;
    width: 100%;
    height: 100%;
    line-height: 100%;
}
.flt-thumbdescription {
    position: relative;
    width: 100%;
    margin-top: 2px;
}
.flt-thumbtext {
    line-height: 16px;
    font-size: 16px;
    text-align: left;
}
.flt-thumbtext span {
    font-size: 12px;
    color: #888888;
}
.flt-thumbstar {
    position: absolute !important;
    right: 0;
    bottom: 2px;
}

/* thumb size */
@media (max-width:2600px) {
.flt-thumbwrapper {
    width: 15.2vw;
}
}

@media (max-width:2200px) {
.flt-thumbwrapper {
    width: 18.2vw;
}
}

@media (max-width:1800px) {
.flt-thumbwrapper {
    width: 22.8vw;
}
}

@media (max-width:1620px) {
.flt-thumbwrapper {
    width: 22.6vw;
}
}

@media (max-width:1430px) {
.flt-thumbwrapper {
    width: 22.4vw;
}
}

@media (max-width:1320px) {
.flt-thumbwrapper {
    width: 30.2vw;
}
}

@media (max-width:1250px) {
.flt-thumbwrapper {
    width: 30vw;
}
}

@media (max-width:1170px) {
.flt-thumbwrapper {
    width: 29.8vw;
}
}

@media (max-width:1110px) {
.flt-thumbwrapper {
    width: 29.6vw;
}
}

@media (max-width:1050px) {
.flt-thumbwrapper {
    width: 29.4vw;
}
}

@media (max-width:1000px) {
.flt-thumbwrapper {
    width: 29.2vw;
}
}

@media (max-width:950px) {
.flt-thumbwrapper {
    width: 29vw;
}
}

@media (max-width:900px) {
.flt-thumbwrapper {
    width: 28.8vw;
}
}

@media (max-width:860px) {
.flt-thumbwrapper {
    width: 44vw;
}
}

@media (max-width:810px) {
.flt-thumbwrapper {
    width: 43vw;
}
}

@media (max-width:700px) {
.flt-thumbwrapper {
    width: 42vw;
}
}

@media (max-width:610px) {
.flt-thumbwrapper {
    width: 41vw;
}
}

@media (max-width:540px) {
.flt-thumbwrapper {
    width: 40vw;
}
}

@media (max-width:490px) {
.flt-thumbwrapper {
    width: 39vw;
}
}

@media (max-width:420px) {
.flt-thumbwrapper {
    width: auto;
}
}
/* pagination */
.flt-pagination {
    margin: 30px auto;
}
.flt-pagination a, .flt-pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    background-color: #eee;
    text-decoration: none;
}
.flt-pagination span {
    color: #fff;
    background-color: #aaa;
    cursor: default;
}
.flt-pagination a:hover {
    color: #fff;
    background-color: #666;
}
/* other sites */
.flt-othersites {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
}
.flt-othersites a {
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    color: #ccc;
    background-color: #fff;
    border-radius: 2px;
    letter-spacing: 0.1px;
    text-decoration: none;
}
.flt-othersites a span {
    font-weight: 500;
    color: #888;
}
.flt-othersites a:hover {
    color: #eee;
    background-color: #666;
}
.flt-othersites a:hover span {
    color: #fff;
}

@media (max-width:660px) {
.flt-othersites a {
    width: calc(46% - 10px);
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
}
.flt-btm-linkswrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

@media(max-width:420px) {
.flt-btm-linkswrapper {
    padding-top: 10px;
    padding-bottom: 20px;
}
}
/* call to act button */
.flt-btm-calltoactwrapper {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}
.flt-btm-calltoact {
    display: inline-block;
    position: relative;
    width: 500px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-indent: 30px;
    color: #fff;
    background-color: #009911;
}
.flt-btm-calltoact a {
    text-decoration: none !important;
}
.flt-btm-calltoact span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-indent: 0;
    background-color: #222;
}
.flt-btm-calltoact span svg {
    width: 30px;
    height: auto;
    fill: #fff;
    margin-top: 15px;
    margin-left: 5px;
}
.flt-btm-calltoact:hover {
    background-color: #22cc33;
}

/* button size */
@media(max-width:650px) {
.flt-btm-calltoact {
    width: 90%;
    font-size: 4vw;
}
}
/* footer */
.flt-footerwrapper {
    margin-bottom: 0;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    font-size: 11px;
    line-height: 14px;
    color: #888;
    background-color: #222;
}
.flt-footerwrapper a {
    display: inline-block;
    color: #aaa;
    text-decoration: underline;
    font-size: 12px;
}
.flt-footerwrapper a:hover {
    color: #fff;
    text-decoration: none;
}
.flt-footer-bonus {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px!important;
}
.flt-footer-bonus span {
    font-size: 16px;
    color: #aaa;
}
.flt-footer-bonus a {
    font-size: 16px;
}
.flt-footer-mainlinks {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
}

@media(max-width:420px) {
.flt-footer-mainlinks {
    margin-bottom: 10px;
}
}
.flt-footer-mainlinks a {
    display: inline-block;
    font-size: 30px;
}
.flt-footer-agewarning {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    white-space: nowrap;
}
.flt-footer-agewarning svg {
    width: 30px;
    height: 30px;
    fill: #aaa;
}
.flt-footertext {
    margin-bottom: 30px;
}
.flt-footer-sublinks {
    margin-bottom: 30px;
}
.flt-footer-trademark img {
    display: inline-block;
    opacity: 0.8;
}

/* footer link */
@media (max-width:660px) {
.flt-footer-mainlinks a {
    width: 40%;
    margin: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 5vw;
    text-decoration: none;
    background: #000;
    border-radius: 2px;
}
.flt-footer-mainlinks span {
    display: none;
}
}
/* player */
.flt-player-wrapper {
    margin-bottom: 60px;
}
.flt-player-container {
    margin-bottom: 10px !important;
    padding-left: 0!important;
    padding-right: 0!important;
    font-size: 0;
}
/* player loading */
.flt-player-pic {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*max-width: 1920px;*/
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.flt-player-pic:after {
    display: block;
    padding-top: 56.25%;
    content: '';
}
.flt-player-pic img {
    width: 100%;
    height: auto;
}
.flt-player-playicon {
    display: block;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.flt-player-playicon svg {
    width: 6vw;
    max-width: 120px;
    height: auto;
    fill: #000800;
    opacity: 0.8;
}
.flt-player-loading {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#flt-player-loadingcircle {
    width: 9vw;
    max-width: 180px;
    height: auto;
    animation: loading 5s linear infinite;
}
#flt-player-loadingcircle #flt-player-loadinginner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 3s linear infinite;
    stroke: #000;
    fill: transparent;
    opacity: 0.8;
}
@keyframes loading {
 0% {
transform: rotate(0);
}
 50% {
opacity:0.6;
}
 100% {
transform: rotate(360deg);
}
}
@keyframes loading-circle {
 0% {
stroke-dashoffset:0;
opacity:0;
stroke:#004411;
}
 50% {
opacity:0.6;
}
 100% {
stroke-dashoffset:-600;
stroke:#000;
}
}

@media (max-width:1200px) {
.flt-player-playicon svg {
    width: 7vw;
}
#flt-player-loadingcircle {
    width: 11vw;
}
}

@media (max-width:600px) {
.flt-player-playicon svg {
    width: 10vw;
}
#flt-player-loadingcircle {
    width: 16vw;
}
}
/* inset */
.flt-player-insetshadowwrapper {
}
.flt-player-insetshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flt-player-playbar {
    width: 100%;
    height: 31px;
    background: center left no-repeat;
}
.flt-player-playbar-right {
    float: right;
    width: 170px;
    height: 31px;
    background: center right no-repeat;
}

/*below player */
.flt-player-below {
    margin-bottom: -50px;
}
.flt-player-videoname {
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #222;
}
.flt-player-watchas {
    float: right;
    line-height: 30px;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
}
.flt-player-watchas span {
    margin-right: 5px;
}
.flt-player-watchas a {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    color: #666;
    background-color: #eee;
    border-radius: 2px;
}
.flt-player-watchas a:hover {
    color: #eee;
    background-color: #666;
}

@media (max-width:1200px) {
.flt-player-videoname {
    float: none;
    margin-bottom: 15px;
}
.flt-player-watchas {
    float: none;
    line-height: 25px;
}
.flt-player-watchas a {
    height: 25px;
}
}

@media (max-width:800px) {
.flt-player-videoname {
    font-size: 4vw;
    line-height: 4vw;
}
}

@media (max-width:480px) {
.flt-player-videoname {
    font-size: 6vw;
    line-height: 6vw;
}
.flt-player-watchas {
    font-size: 10px;
    line-height: 20px;
}
.flt-player-watchas span {
    margin-right: 2px;
}
.flt-player-watchas a {
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 6px;
    padding-left: 6px;
    height: 20px;
}
}
/* player signup */
.flt-playersignup-container {
    position: fixed !important;
    z-index: 10002;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 15px;
    padding-right: 75px;
    padding-bottom: 20px;
    padding-left: 75px;
    color: #000;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #000;
}
.flt-playersignup-header {
    margin-bottom: -15px;
    line-height: 120px;
    font-family: 'Work Sans', sans-serif;
    font-size: 120px;
    font-weight: bold;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 1px #fff;
}
.flt-playersignup-subheader {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 24px;
    color: #666;
    font-weight: 300;
}
.flt-playersignup-formtitle {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.flt-playersignup-input {
    margin-bottom: 10px;
}
.flt-playersignup-input input {
    width: 360px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
}
.flt-playersignup-error {
    width: 240px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #cc4433;
    border-radius: 2px;
    display: none;
}
.flt-playersignup-subscribe {
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 11px;
    line-height: 14px;
    color: #444;
}
.flt-playersignup-freeaccount {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
    color: #444;
}
.flt-playersignup-subscribe {
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 11px;
    line-height: 14px;
    color: #444;
}
.flt-playersignup-freeaccount {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
    color: #444;
}
#flt-signup-subscribe {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 1px;
}
#flt-signup-radio {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
}
.flt-playersignup-button {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #009911;
    border-radius: 2px;
    -webkit-appearance: none;
    cursor: pointer;
}
.flt-playersignup-button:hover {
    background-color: #22cc33;
}
.flt-playersignup-privacy {
    margin-bottom: 10px;
    font-size: 11px;
    color: #666;
}
.flt-playersignup-privacy svg {
    width: 11px;
    height: auto;
    fill: #666;
}
::-webkit-input-placeholder {
font-size:14px;
color:#888;
}
:-ms-input-placeholder {
font-size:14px;
color:#888;
}
::-moz-placeholder {
font-size:14px;
color:#888;
}
:-moz-placeholder {
font-size:14px;
color:#888;
}

@media (max-width:1400px) {
.flt-playersignup-container {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
}
.flt-playersignup-formtitle {
    font-size: 28px;
    line-height: 28px;
}
}

@media (max-width:1200px) {
.flt-playersignup-header {
    line-height: 100px;
    font-size: 100px;
    text-shadow: 2px 1px #fff;
}
.flt-playersignup-subheader {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 22px;
}
.flt-playersignup-formtitle {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
}
.flt-playersignup-input {
    margin-bottom: 5px;
}
.flt-playersignup-subscribe {
    padding-top: 5px;
    font-size: 10px!important;
    line-height: 12px;
    -webkit-text-size-adjust: none;
}
.flt-playersignup-freeaccount {
    font-size: 10px!important;
    line-height: 12px;
    -webkit-text-size-adjust: none;
}
}

@media (max-width:1000px) {
.flt-playersignup-header {
    margin-bottom: -7px;
    line-height: 82px;
    font-size: 82px;
    text-shadow: 1px 1px #fff;
}
.flt-playersignup-subheader {
    line-height: 18px;
    font-size: 18px;
}
.flt-playersignup-formtitle {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
}
.flt-playersignup-input input {
    width: 320px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}
.flt-playersignup-button {
    margin-bottom: 5px;
    width: 320px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #009911;
    border-radius: 2px;
    cursor: pointer;
}
.flt-playersignup-privacy {
    font-size: 10px;
}
.flt-playersignup-privacy svg {
    width: 10px;
}
        ::-webkit-input-placeholder {
font-size:12px;
}
        :-ms-input-placeholder {
font-size:12px;
}
        ::-moz-placeholder {
font-size:12px;
}
        :-moz-placeholder {
font-size:12px;
}
}

@media (max-width:800px) {
.flt-playersignup-container {
    padding-bottom: 5px;
}
.flt-playersignup-header {
    margin-bottom: -10px;
    line-height: 76px;
    font-size: 76px;
    text-shadow: 1px 1px #fff;
}
.flt-playersignup-subheader {
    line-height: 16px;
    font-size: 16px;
}
.flt-playersignup-formtitle {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
}
}

@media (max-width:800px) {
.flt-playersignup-container {
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.flt-playersignup-input input {
    width: 280px;
}
.flt-playersignup-button {
    width: 280px;
}
}

@media (max-width:600px) {
.flt-playersignup-container {
    left: 50%;
    top: 2%;
    transform: translate(-50%, 2%);
    padding-right: 20px;
    padding-left: 20px;
}
.flt-playersignup-header {
    line-height: 60px;
    font-size: 60px;
}
.flt-playersignup-subheader {
    margin-bottom: 15px;
    line-height: 14px;
    font-size: 14px;
}
.flt-playersignup-input input {
    width: 240px;
    font-size: 16px;
}
.flt-playersignup-button {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
}
/* login */
.flt-loginpopup-wrapper {
    position: absolute;
    z-index: 2;
    top: 60px;
    right: 140px;
}
.flt-loginpopup-arrow {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
}
.flt-loginpopup-container {
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    background: #f0f0f0;
    border: 10px solid #fff;
    border-radius: 4px;
}
.flt-loginpopup-input {
    margin-bottom: 10px;
}
.flt-loginpopup-input input {
    width: 260px;
    height: 40px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.flt-loginpopup-input ::-webkit-input-placeholder {
font-size:14px;
color:#444;
}
.flt-loginpopup-input ::placeholder {
font-size:14px;
color:#444;
}
.flt-loginpopup-button {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #009911;
    border-radius: 2px;
    cursor: pointer;
}
.flt-loginpopup-button:hover {
    background-color: #22cc33;
}

@media (max-width:1000px) {
.flt-loginpopup-button {
    font-size: 18px;
}
}

@media (max-width:680px) {
.flt-loginpopup-wrapper {
    right: 50%;
    transform: translateX(50%);
}
.flt-loginpopup-arrow {
    display: none;
}
}

@media (max-width:600px) {
.flt-loginpopup-wrapper {
    top: 25%;
}
.flt-loginpopup-input input {
    width: 240px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.flt-loginpopup-button {
    /* width: 240px; */
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
}

@media (max-width:480px) {
.flt-loginpopup-container {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border: 5px solid #fff;
}
}
/*@media (max-width:360px) {
        .flt-loginpopup-container {padding-right:10px; padding-left:10px;}
    }*/




/* signup */
.flt-signup-container {
    position: relative;
    width: 100%;
    max-width: 1140px!important;
    margin-bottom: 30px; /*padding-right:0; padding-left:0;*/
    background-color: rgba(100,200,200,.0);
}
.flt-signup-leftcolumn {
    width: 750px;
    float: left;
}
.flt-signup-rightcolumn {
    width: 360px;
    float: right;
}
.flt-signup-headerbg {
    width: 100vw;
    height: 70px;
    background-color: #111;
}
.flt-signup-topicons {
    float: right;
    margin-top: 8px;
}
.flt-signup-topicons li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 0;
}
.flt-signup-topicons li svg {
    display: block;
    margin-bottom: 2px;
    width: auto;
    height: 30px;
    fill: #aaa;
}
.flt-signup-topicons li p {
    font-size: 10px;
    line-height: 10px;
    color: #aaa;
    text-transform: uppercase;
}
.flt-signup-sloganswrapper {
    margin-top: -5px;
}
.flt-signup-sloganswrapper li {
    display: inline-block;
}
.flt-signup-sloganswrapper li:nth-child(1) {
    margin-bottom: 2px;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #228844;
    text-transform: uppercase;
}
.flt-signup-sloganswrapper li:nth-child(1) span {
    color: #cc4433;
}
.flt-signup-sloganswrapper li:nth-child(2) {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 30px;
    color: #444;
}
.flt-signup-sloganswrapper li:nth-child(3) {
    color: #888;
}
/* responsive wrapper */
.flt-signup-responsivewrapper {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
/*.parent>div { flex:1; }*/
.flt-signup-responsivewrapper-childleft {
    margin: 0;
    background: #eee;
}
.flt-signup-responsivewrapper-childright {
    margin: 0;
    padding: 0;
}
/**/

.flt-signup-leftcolumn {
    float: left;
    width: 750px;
    margin-right: 30px;
}
.flt-signup-rightcolumn {
    float: right;
    width: 360px;
}
/* signupform */
.flt-signup-formcontainer {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    color: #000;
    background-color: #aaffff;
    border: 1px solid #fff;
    border-radius: 2px;
    background: -ms-linear-gradient(top, #fafafa, #f0f0f0);
    background: -moz-linear-gradient(top, #fafafa, #f0f0f0);
    background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#f0f0f0));
    box-shadow: 0 0 2px #444;
}
/**/

.flt-signup-formrightvisual {
    width: 360px;
    font-size: 0;
    line-height: 0;
    border-radius: 2px;
    background: url(../images/signup-visual-11.jpg);
    background-position: center center;
    background-size: cover;
}
/* thumbs */
.flt-signup-thumbs {
    margin-left: -15px;
    width: calc(100% + 30px);
    line-height: 0;
    font-size: 0;
}
.flt-signup-thumbs li {
    width: 360px; /*width:30.75%; max-width:360px;*//**//**//**/
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.flt-signup-thumbs li img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
/* explanations */
.flt-signupexplanations-text {
    float: left;
    width: 750px;
    line-height: 0;
    font-size: 0;
}
.flt-signupexplanations-text li {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 50px;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #888;
    background-position: left center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.flt-signupexplanations-text li:nth-child(2) {
    background-image: url(../images/svg/ico-expl-play.svg);
}
.flt-signupexplanations-text li:nth-child(3) {
    background-image: url(../images/svg/ico-expl-gift.svg);
    color: #999;
}
.flt-signupexplanations-text li:nth-child(4) {
    background-image: url(../images/svg/ico-expl-security.svg);
}
.flt-signupexplanations-text li:nth-child(5) {
    background-image: url(../images/svg/ico-expl-4k.svg);
    color: #999;
}
.flt-signupexplanations-text li:nth-child(6) {
    background-image: url(../images/svg/ico-expl-signup.svg/);
}
.flt-signupexplanations-text li:nth-child(7) {
    background-image: url(../images/svg/ico-expl-close.svg);
    color: #999;
}
.flt-signupexplanations-title {
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: center!important;
    text-transform: uppercase;
    color: #666!important;
}
.flt-signupexplanation-icons {
    float: right;
    width: 360px;
    line-height: 0;
    font-size: 0;
}
.flt-signupexplanation-icons li {
    display: inline-block;
}
.flt-signupexplanation-icons li:nth-child(3) {
    display: none;
}
.flt-signupexplanation-icons li img {
    width: 90%;
    height: auto;
}
/* bonus sites */
.flt-signup-bonus {
    margin-top: -20px;
}
.flt-signup-bonus li {
    display: inline-block;
    width: 8.5%;
    margin: 5px;
}
.flt-signup-bonus li img {
    width: 100%;
    height: auto;
}
.flt-signup-bonustitle {
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: center!important;
    text-transform: uppercase;
    color: #666!important;
}
/* signup footer */
.flt-signup-footer {
    margin-bottom: 50px;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.flt-signup-footer hr {
    width: 96%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.flt-signup-footer li {
    display: inline-block;
    width: 100%;
}
.flt-signup-footerlinks {
    margin-bottom: 10px!important;
}
.flt-signup-footerlinks a {
    color: #888;
    text-decoration: underline;
}
.flt-signup-footerlinks a:hover {
    color: #666;
}

@media (max-width:1200px) {
.flt-signup-leftcolumn {
    float: left;
    margin-right: 2%;
    width: 66%;
}
.flt-signup-rightcolumn {
    width: 32%;
    float: right;
}
}

@media (max-width:750px) {
.flt-signup-leftcolumn {
    float: none;
    width: 100%;
    margin-right: 0;
}
.flt-signup-rightcolumn {
    display: none;
}
}

/* Thumb Star */
.flt-thumbstar {
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 13px;
}
.flt-thumbstar li {
    display:inline-block;
}
.flt-thumbstar svg {
    width: 14px;
    height: 13px;
}
.flt-thumbstar-on {
    fill:#11bb55;
}
.flt-thumbstar-off {
    fill:#aaa;
}
