@font-face {
    font-family: "CardenioModernBold";
    src: url("fonts/CardenioModernBold.ttf") format("truetype");
}
@font-face {
    font-family: "DinAlternateBold";
    src: url("fonts/DINAlternate-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "DinCondensedBold";
    src: url("fonts/DINCondensed-Bold.ttf") format("truetype");
}

body {
    position: relative;
    font-weight: normal!important;
}


.animation {
 display: block;
 padding:0;
 margin:0;
 
 height:auto;
 width:100%;
 overflow:hidden;
 background-image:url(images/bg_landing_page.jpg);
 background-repeat:repeat-y;
 background-position:0 0;
 background-size:100% auto;
 animation-name:backgroundloop;
 animation-iteration-count:infinite;
 animation-duration:20010s;
 animation-timing-function:linear;
 }
 
 
 @keyframes backgroundloop {
 0% {
 background-position: 0 0;
 }
 100% {
 background-position:0 -1002246px;
 }
 }




.container-fluid
{
	padding-right: 0px;
	padding-left: 0px;
}

.container:not(.top-bar) {
    padding-top: 57px;
    min-height: 100vh;
    position: relative;
}
.top-bar .logo img {
	position:relative;
    width: 220px;
    margin-top: -5px;
	margin-left: 20px;
}
.top-bar .logo {
	background-image: url('images/panel_left.svg');
	background-size: contain;
	background-repeat: no-repeat;
    overflow: visible;

    width: 350px;
    /*padding-right: 130px;*/
    height: 77px;
    background-position-y: -10px;
    background-position-x: -5px;
}

.top-bar .social-media, .top-bar .top-bar-wrapper, .social-media {
    display: flex;
    flex-direction: row;
}
.social-media {
    position: relative;
	background-image: url('images/panel_right.svg');
    background-size: cover;
    background-repeat: no-repeat;
	width: auto;
    height: 87px;
    padding-left: 120px;
    background-position-y: -20px;
    background-position-x: 5px;
}
.social-media .create {
    position: absolute;
    top: 85px;
    left: 125px;
    display: none;
	color: white;
}
.social-media .create img {
    margin-right: 5px;
	transform: scale(-1,1);
    animation: arrow-rotate 1.5s ease-in-out infinite;
    cursor: auto;
}
.social-media .create span {
    font-family: CardenioModernBold, sans-serif;
	color:white;
    letter-spacing: 0;
    display: block;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    margin-left: 10px;
    line-height: 26px;
}
.top-bar {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.logo-unmatched
{
    min-width: 30%;
    max-width: 30%;
    height: auto;
}

@media (max-width: 860px){
    .logo-unmatched
    {
        min-width: 30%;
        max-width: 65%;
    }    
}

.top-bar .top-bar-wrapper {
    margin: 0 auto;
    justify-content: space-between;
}
.social-media div img, .img_fb, .img_tw, .img_yt, .img_ig {
    height: 36px;
    width: auto;
    margin-top: 36px;
    padding-left: 36px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: visible;
	color:white;
}


.social-media .button-back{
	background-image: url('images/MenuButton_Glow_1.png'), url('images/MenuButton_Frame_1.png'), url('images/MenuButton_Dirt_1.png'), url('images/MenuButton_Color_Grey.png');
    background-size: contain;
    background-repeat: no-repeat;
	height: 110px;
    width: 111px;
    margin-top: 10px;
    margin-right: 10px;
	transition: all .2s ease-in-out;
}

.social-media .button-back:hover{
	background-image: url('images/MenuButton_Gloss.png'), url('images/MenuButton_Glow_1.png'), url('images/MenuButton_Frame_1.png'), url('images/MenuButton_Dirt_1.png'), url('images/MenuButton_Color_Grey.png');
}

.social-media .button-back:focus{
	background-image: url('images/MenuButton_Frame_Selected.png'), url('images/MenuButton_Gloss.png'), url('images/MenuButton_Glow_1.png'), url('images/MenuButton_Dirt_1.png'), url('images/MenuButton_Color_Grey.png');
}

.social-media .button-back:active{
	background-image: url('images/MenuButton_Gradient.png'), url('images/MenuButton_Gloss.png'), url('images/MenuButton_Glow_1.png'), url('images/MenuButton_Frame_1.png'), url('images/MenuButton_Dirt_1.png'), url('images/MenuButton_Color_Grey.png');
}

.social-media div:last-of-type img {
    margin-right: 0;
}
.row .title {
    text-align: center;
    padding-top: 43px;
	margin-top: 90px;
}
.row div.info-box {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}
.row div.copyrights p {
    text-align: center;
    font-size: 15px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 20px;
}
.row div.copyrights {
    margin-top: 120px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
}

.row {
	margin: 0 0 0 0;
}

.info-box .available-on {
    display: none;
}
/*.image-box {*/
    /*padding-top: 18px;*/
/*}*/
.image-box .available-on {
    margin-top: 10px;
    justify-content: flex-end;
    align-items: center;
}
.image-box .available-on p {
    margin: 6px 0 0 0;
    font-size: 20px;
}
.image-box .available-on div, .image-box .available-on {
    display: flex;
    flex-direction: row;
}
.image-box .available-on div img, .info-box .available-on div img {
    height: 30px;
    width: auto;
    margin-left: 10px;
}
/*.info-box .available-on div img:first-of-type {*/
    /*margin-left: 0;*/
/*}*/

.row .stainbg {
	background-image: url('images/stain_landingpage.png');
	background-size: cover;
	overflow: visible;
	padding-bottom: 200px;
	padding-top: 200px;
	background-position-x: -5px;
}

p {
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    max-width: 1000px;
    margin-right: 20px;
    margin-left: 20px;
}
p.gray {
    color: #C4C4C2;
}

h1, h2 {
    font-family: DinAlternateBold, sans-serif;
    letter-spacing: 0;
}
h2 {
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 12px;
    margin-top: 0;
}
h1 {
    font-size: 58px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 7px;
}

.show-modal{
	background-image: url('images/lp_button_kmi_enable.png');
	transition: all .2s ease-in-out;
}

.show-modal:hover{
	background-image: url('images/lp_button_kmi_hover.png'), url('images/lp_button_kmi_enable.png');
}

.show-modal:disabled{
	background-image: url('images/lp_button_kmi_disable.png'), url('images/lp_button_kmi_enable.png');
}

.show-modal:active{
	background-image: url('images/lp_button_kmi_clicked.png'), url('images/lp_button_kmi_hover.png'), url('images/lp_button_kmi_enable.png');
	background-repeat:no-repeat;
}

.show-modal:focus{
	background-image: url('images/lp_button_kmi_selected.png'), url('images/lp_button_kmi_clicked.png'), url('images/lp_button_kmi_hover.png'), url('images/lp_button_kmi_enable.png');
	background-repeat:no-repeat;
}
/*-------- */
.go-to-steam{
    background-image: url('images/lp_button_kmi_enable.png');
    transition: all .2s ease-in-out;
}

.go-to-steam:hover{
    background-image: url('images/lp_button_kmi_hover.png'), url('images/lp_button_kmi_enable.png');
}

.go-to-steam:disabled{
    background-image: url('images/lp_button_kmi_disable.png'), url('images/lp_button_kmi_enable.png');
}

.go-to-steam:active{
    background-image: url('images/lp_button_kmi_clicked.png'), url('images/lp_button_kmi_hover.png'), url('images/lp_button_kmi_enable.png');
    background-repeat:no-repeat;
}

.go-to-steam:focus{
    background-image: url('images/lp_button_kmi_selected.png'), url('images/lp_button_kmi_clicked.png'), url('images/lp_button_kmi_hover.png'), url('images/lp_button_kmi_enable.png');
    background-repeat:no-repeat;
}

button, input[type="submit"] {
	background-image: url('images/lp_button_submit_enable.png');
	background-position: center;
	background-color: transparent;
    background-repeat: no-repeat;
	transition:none;
	outline: none;
    height: 90px;
	width: 380px;
    border: none;
    font-family: DinAlternateBold, sans-serif;
    font-size: 27px;
    color: white;
    display: block;
    margin: 0 auto;
	padding-bottom: 5px;
}
@media (max-width: 860px){
    button, input[type="submit"] {    
    background-size: contain;
    height: 68px;
    width: 310px;
	margin-top: -20px;
    }  
    h1 {
        font-size: 45px;
    }
};
button:hover, input[type="submit"]:not(.disabled):hover {
	background-image: url('images/lp_button_submit_hover.png'), url('images/lp_button_submit_enable.png');
}

button:hover, input[type="submit"]:hover {
	background-image: url('images/lp_button_submit_hover.png'), url('images/lp_button_submit_enable.png');
}
button:focus, input[type="submit"]:focus {
	background-image: url('images/lp_button_submit_selected.png'), url('lp_button_submit_hover.png'), url('images/lp_button_submit_enable.png');
    outline: none;
}
button:active, input[type="submit"]:active {
	background-image: url('images/lp_button_submit_clicked.png'), url('images/lp_button_submit_selected.png'), url('images/lp_button_submit_hover.png'), url('images/lp_button_submit_enable.png');
    outline: none;
}

input[type="submit"].disabled {
	background-image: url('lp_button_submit_disable.png'), url('images/lp_button_submit_enable.png');
}

.bg-wrapper .bg-container {
    position: absolute;
    left: 0;
    bottom: 0;
}
.bg-wrapper .bg-container .bg-image, .bg-wrapper .bg-container .bg-mobile-image {
    width: 100%;
    height: auto;
}
.bg-mobile-image {
    display: none;
}

.social-media img:hover {
    filter: saturate(47%) contrast(224%) brightness(79%);
}

@media (min-width: 768px) {
    .social-media {
        display: none;
    }
}
@media (min-width: 1200px) {
    .top-bar .top-bar-wrapper {
        width: 100%;
    }
}
@media (max-width: 1999px) {
    .bg-wrapper .bg-container {
        width: 75%;
        left: -150px;
        bottom: -40px;
    }
    .bg-wrapper .zeppelin-wrapper .zeppelin {
        width: calc(100vw/12);
    }
    .bg-wrapper .zeppelin-wrapper {
        left: 34%;
    }
    .row div.copyrights {
        margin-top: 150px;
    }
}
@media (min-width: 2000px) and (max-height: 1170px) {
    .row div.copyrights {
        margin-top: 400px;
        position: relative;
    }
}
@media (min-width: 1400px) {
    .info-box p {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width:1280px) {
	.social-media .create {
	display:none!important;
	}
}


@media (max-width: 1199px) {
    .bg-wrapper .bg-container {
        bottom: 80px;
        left: -130px;
        width: 75%;
    }
    .top-bar .top-bar-wrapper {
        width: 100%;
    }
    .image-box {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .image-box .available-on, .social-media .create {
        display: none!important;
    }
    .info-box .available-on {
        display: block;
        margin-bottom: 20px;
    }
    .info-box p {
        margin-bottom: 15px;
    }
    .row div.copyrights {
        margin-top: 50px;
        position: relative;
    }
	
		.top-bar .logo img{
		margin-left: 20px;
		margin-top: -10px;
	}
	
	.row .stainbg {
	background-size: auto;
    overflow: visible;
    background-position-x: -5px;
    background-position-y: 400px;
    background-repeat: no-repeat;
	padding-top: 80px
	}

	
    h2 {
        margin-top: 20px;
    }
    .bg-wrapper .bg-container {
        width: 100%;
    }
    .top-bar .top-bar-wrapper {
        width: 100%;
    }

    .image-box {
        padding-top: 0;
    }
	
	.top-bar .logo {
    /*padding-right: 70px;*/
	}
	
	
	.social-media div img{
		margin-right:50px;
	}
	
	
	
	.social-media {
		padding-left: 90px;
	}
	
	.social-media .button-back{
	height: 110px;
    width: 111px;
    margin-top: 10px;
    margin-right: 0px;
	}
	

}

@media (max-width: 860px){
	.social-media .button-back{
	height: 110px;
    width: 82px;
    margin-top: 25px;
    margin-right: 0px;
	}

    h2 {
        margin-top: 70px;
    }

    .social-media div img, .img_fb, .img_tw, .img_yt, .img_ig
    {
    height: 36px;
    width: auto;
    margin-top: 23px;
    padding-left: 23px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: visible;
    color:white;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (min-height: 800px){
    .bg-wrapper .bg-container {
        width: 90%;
    }
    .bg-wrapper{
        width: calc(100vw/10);
    }
}
@media (min-width: 1200px) and (max-width: 1400px) and (min-height: 800px){
    .bg-wrapper .zeppelin-wrapper .zeppelin {
        width: calc(100vw/10);
    }
    .bg-wrapper .zeppelin-wrapper {
        left: 32%;
        bottom: 35%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 1200px){
    .bg-wrapper .bg-container {
        width: 100%;
    }
}

@media (min-width: 992 px) and (max-width: 1030px) {
	.social-media .button-back{
	background-image: url('images/MenuButton_Glow_1.png'), url('images/MenuButton_Frame_1.png'), url('images/MenuButton_Dirt_1.png'), url('images/MenuButton_Color_Grey.png');
    background-size: contain;
    background-repeat: no-repeat;
	height: 110px;
    width: 111px;
    margin-top: 10px;
    margin-right: 0px;
	transition: all .2s ease-in-out;
}

}

@media (max-width: 767px) {
    .bg-wrapper .zeppelin-wrapper .zeppelin {
        display: none;
    }
    .smoke-wrapper {
        left: 15%;
        bottom: 60%;
    }
    .top-bar .top-bar-wrapper div:last-of-type {
        display: none;
    }
    .social-media {
		background-image: url('images/panel_dolny_male_ekrany.svg');
        margin: 0 auto;
		background-position: center;
		background-position-y: 10px;
		padding-left: 50px;
		background-size:contain;
		height:60px;
		justify-content:center;
    }
	
	.social-media div img, img_fb, img_tw, img_yt, img_ig {
		padding-left:19px;
		margin-top:19px;
        height: 27px
	}
	
	
	.social-media .button-back {
		width: 65px;
		margin-top: -23px;
		margin-right: 30px;
	}
    .row .title img {
        width: 40%;
    }
    .top-bar .logo {
		background-image: url('images/panel_gorny_male_ekrany.svg');
        margin: 0 auto;
		background-position: center;
		background-position-y: -5px;
		width: 100%;
    }
	.top-bar .logo img{
		margin-left: auto;
        margin-right: auto;
        display: block;
	}
	
    .bg-image {
        display: none;
    }
    .bg-mobile-image {
        display: block;
    }
    .bg-wrapper .bg-container {
        width: 100%;
        position: absolute;
        bottom: -80px;
        left: 0;
    }
    .copyrights p {
        margin-bottom: 20px;
        white-space: nowrap;
    }
    .top-bar .top-bar-wrapper {
        width: auto;
    }
    .bg-wrapper {
        height: calc(100% - 120px);
        top: 0;
    }
}

@media (min-width: 1200px) and (min-height: 1180px) {
    .bg-wrapper .bg-container {
        bottom: 0;
    }
}
@media (max-height: 950px) {
    .row div.copyrights {
        position: relative;
    }
}
@media (max-height: 1150px) and (min-width: 992px) and (max-width: 1199px){
    .row div.copyrights {
        position: relative;
        margin-top: 350px;
    }
}
@media (min-height: 1215px) and (min-width: 1200px){
    .container:not(.top-bar) {
        padding-top: 5%;
    }
    .row .title {
        padding-bottom: 7%;
    }
}
/* Pop up styles */
.modal-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(17, 21, 33, 0.8);
    top: 0;
    left: 0;
    display: none;
}
.pop-up {
	background-image: url('images/bg_top_gradient.png'),url('images/mandala_popup1.png'),url('images/pattern_popup1.png'),url('images/bg_popup1.jpg');
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -40%);
	padding: 0px 20px 40px 20px;
    width: 575px;
    height: 711px;
    position: relative;
}

.pop-up img:first-of-type {
    width: 322px;
    display: block;
    margin: 0 auto 0px;
}
.pop-up p {
    color: #FFFFFF;
	visibility: visible;
	font:DinAlternateBold;
    font-size: 22px;
    max-width: unset;
    text-align: left;
    line-height: 25px;
    margin: 0 0 5px;

}
.input-wrapper {
    position: relative;
}
input[type="email"] {
    padding: 7px;
    height: 58px;
    width: 100%;
    border: solid;
    border-width: 2px;
    border-color: white;
    font-family: DinCondensedBold, sans-serif;
    background-color: black;
    color: white;
    font-size: 21px;
    margin-bottom: 32px;

}
input[type="email"]::placeholder {
    font-family: DinCondensedBold, sans-serif;
    color: #7E7D76;
    font-size: 21px;
}
input[type="email"]:focus {
    outline: none;
	background-color: gray;
}

input[type="email"]:not(:focus) {
	background-color:black;
}

.exit {
    background-image: url(images/button_x.png);
    position: absolute;
	height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position-x: 7px;
    right: -28px;
    top: -28px;
    font-family: Arial;
    font-size: 24px;
    color: #A3A199;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    padding-right: 20px;
    padding-top: 16px;
}

.exit:hover {
    color: #1A1A1A;
}
p a {
    color: #71A92D;
    transition: all .2s ease-in-out;
    cursor: default;
}

p a:hover{
	color: #9CE22D;
	text-shadow: 0px 0px 10px #71a92d, 0px 1px 10px #71a92d, 1px 0px 10px #71a92d;
	text-decoration:none;
}

p a:active{
	color: #9CE22D;
	text-shadow: 0px 0px 10px #71a92d, 0px 1px 10px #71a92d, 1px 0px 10px #71a92d;
	text-decoration:none;
}
p a:focus{
	color: #9CE22D;
	text-shadow: 0px 0px 10px #71a92d, 0px 1px 10px #71a92d, 1px 0px 10px #71a92d;
	text-decoration:underline ;
}

/* Custom checkbox */
.checkbox-wrapper {
    display: flex;
    margin-bottom: 27px;
    position: relative;
}
.checkbox-wrapper p {
    padding-left: 40px;
    width: 100%;
    margin-bottom: 0;
}
label {
    font-weight: normal;
}
label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
input[type="checkbox"]:checked ~ .checkmark {
    background-color: #000000;
}
input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
    content: url("images/check.svg");
	width: 25px;
    padding-top: 5px;
    padding-left: 5px;
	color: #FFF4DB;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: solid;
    color: white;
    border-width: 1px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.invalid {
    width: 100%;
    display: block;
    color: #FF2E2E;
    font-family: DinCondensedBold, sans-serif;
    font-size: 16px;
    height: auto;
    position: absolute;
    top: 32px;
    margin: 0;
}
#EMAIL-error {
    top: 88px;
}

#newsletter-error {
	top: 75px;
}

.after-submit {
    display: none;
}
@media (max-width: 630px) {
    .after-submit {
        padding-bottom: 8px;
		margin: 0px 15px;
    }
    .copy p {
        font-size: 18px;
    }
}
.after-submit, .after-submit p {
    text-align: left;
}
.after-submit .medusa img {
	height: 287px;
    width: auto;
    margin: 0;
    display: inline;
    float: right;
    margin-top: -20px;
}
h3 {
    font-size: 36px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px;
	text-align: center;
	margin-top: -50px;
}
h4 {
	font-size: 22px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px;
	text-align: left;
	width: 465px;
	margin-left: 20px;
}

@media (max-width: 860px){
    h4 {
        width: 100%;
        padding-right: 20px;
        text-align: center;
    }

    .info-box p {
        font-size: 21px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .show-modal{
        margin-top: 0px;
    }
    .go-to-steam{
        margin-top: 0px;
    }
}


h4a {
	font-size: 22px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
	margin-top:20px;
    margin-bottom: 20px;
    text-align: left;
    float: left;
    width: 280px;
	margin-left: 20px;
}


@media (max-width: 860px){
    h4a {
        width: 100%;
        padding-right: 20px;
        text-align: center;
    }
}

h5 {
		font-size: 30px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px;
	text-align: left;
}

span.spanshare{
	    font-size: 30px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
	margin-left: 20px;
}
.share {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
}
.share button, .copy button {
    width: 126px;
    height: 46px;
    font-size: 24px;
    font-family: DinAlternateBold, sans-serif;
    padding-top: 7px;
}
.share button span, .copy button span {
    font-size: 24px;
    font-family: DinAlternateBold, sans-serif;
    color: white;
}
button.fb {
    background-image: url('images/lp_button_med_facebook_enable.png');
    background-repeat: no-repeat;
    height: 90px;
    width: 130px;
    margin-right: 0px;
	margin-left: 0px;
}
button.fb:hover{
    background-image: url('images/lp_button_med_hover.png'), url('images/lp_button_med_facebook_enable.png');
}
.after-submit button.fb img, .after-submit button.tw img,
.after-submit button.btn-copy img {
    display: inline-block;
    margin: 0 12px 0 0;
}
.after-submit button.fb img, .after-submit button.btn-copy img {
    width: auto;
    height: 25px;
}
button.tw {
    background-image: url(images/lp_button_med_twitter_enable.png);
	height: 90px;
    width: 130px;
    background-repeat: no-repeat;
    margin-left: 10px;
}
button.tw:hover {
    background-image: url('images/lp_button_med_hover.png'), url('images/lp_button_med_twitter_enable.png');
}
button.link {
background-image: url('images/button_panel_www.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
    width: 515px;
    text-align: left;
    padding-bottom: 70px;
    padding-top: 26px;
    padding-left: 45px;
    transition: all .1s ease-in-out;
	margin-left: 20px;
}
button.link:hover {
	background-color:transparent;
}
button.btn-copy {
    background-image: url('images/lp_button_med_copy_enable.png');
background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: auto;
    height: 90px;
    right: -1px;
    top: 2px;
    padding-right: 23px;
    padding-left: 30px;
    padding-bottom: 12px;
}
button.btn-copy:hover {
    background-image: url('images/lp_button_med_hover.png'), url('images/lp_button_med_copy_enable.png');
}

button.btn-copy:active {
    background-image: url('images/lp_button_med_clicked.png'), url('images/lp_button_med_hover.png'), url('images/lp_button_med_copy_enable.png');
}

.after-submit button.tw img {
	width: 35px;
    height: auto;
    padding-bottom: 5px;
    margin-left: 10px;
}

.after-submit button.fb img {
	width: 20px;
    height: auto;
    padding-bottom: 5px;
    margin-left: 10px;
}

.copy {
    position: relative;
    margin-top: 20px;
	left:-10px;
}
.copy p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    opacity: 0;
}
.copy p.blinking {
    animation: blink 1.5s ease-in;
}


@media (max-width: 860px) {
    .pop-up {
        width: 80%;
        max-width: 550px;
        top: 35vh;
    }
}

@media (max-width: 630px) {
    .pop-up {
	background-image: url('images/bg_popup_mobile_short.png');
    background-repeat: no-repeat;
    left: auto;
    transform: translateY(-40%);
    height: 542px;
    width: 323px;
    margin: 0 auto 0;
    padding: 0px 15px 210px;
    max-width: 323px;
    }
    .pop-up img:first-of-type {
        width: 60%;
        max-width: 310px;
    }
    .after-submit .medusa img {
        width: auto;
    }
    button.tw {
        margin-left: 15px;
    }
    button.fb {
        margin-right: -15px;
    }
    .share button span, .copy button span {
        display: none;
    }
    .share button {
        width: 135px;
		margin-top: -20px;
    }
	.share button.tw img{
    width: 30px;
    height: auto;
    padding-bottom: 5px;
    margin-left: 0px;
	}
	
	.share button.fb img{
	width: 15px;
    height: auto;
    padding-bottom: 5px;
    margin-left: 0px;
	}
    .share button img, .copy button img {
        margin-right: 0!important;
    }
	
	.after-submit .medusa img {
		width: 130px;
		height: auto;
		margin-top: -19px;
	}
	
	button.link {
    width: 305px;
    text-align: left;
    padding-bottom: 53px;
    padding-top: 27px;
    padding-left: 25px;
    transition: all .1s ease-in-out;
    margin-left: 20px;
    font-size: 17px;
	}
	
	button.btn-copy {
	background-size: contain;
	width: 92px;
    height: 65px;
    right: -31px;
    top: 27px;
    padding-right: 26px;
    padding-left: 30px;
    padding-bottom: 12px;
	}
	.after-submit button.btn-copy img{
	right:-5px;		
	}
	.copy {
		left:-20px;
	}
	h3 {
	font-size: 25px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
    margin-top: -10px;
	}
	
	h4 {
		font-size: 16px;
        width: 100%;
        padding-right: 0px;
        text-align: center;
		margin-left: 0px;
	}
	
	h4a {
		font-size: 16px;
		width: 100%;
		padding-right:0px;
		margin-left:0px;
		margin-top:5px;
	}
	span.spanshare{
	font-size: 25px;
    font-family: DinAlternateBold, sans-serif;
    color: #FFFFFF;
	margin-left: 10px;
	}
	
	.pop-up p {
	font-size:16px;
	line-height: 20px;
	}
	
	label.invalid{
	    top: 40px;
	}
	
	#EMAIL-error {
		top:15px;
	}
	
	#newsletter-error {
		top:80px;
	}
}

@media (max-width: 575px) {
    .top-bar {
        padding-top: 0px;
    }
    .top-bar .logo img {
        width: 180px;
        margin-top: -8px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .row .title {
        padding-top: 10px;
        padding-bottom: 23px;
    }
    .row .title img {
        width: 80%;
    }
	
	.row .stainbg{
    background-position-y: 145px;
    background-repeat: no-repeat;
    padding-top: 10px;
	height: 800px;
	}
	
    .container {
        min-height: auto!important;
    }
    .bg-wrapper .bg-container {
        bottom: -30px;
    }
    .row div.copyrights {
        margin-top: 170px;
    }
    .bg-wrapper {
        height: calc(100% - 105px);
    }
    .smoke-wrapper {
        left: 13%;
        bottom: 60%;
    }
	
	.social-media {
		background-position-y: 20px;
		padding-left:25px;
	}
	
	.social-media .button-back {
		margin-right:10px;
		margin-top: -13px;
	}

	
}


@media (max-width: 360px) {
    .pop-up {
        margin: 0;
        transform: none;
        top: 0;
        border-radius: 0;
        padding: 20px 20px;
    }
    input[type="email"] {
        height: 50px;
        margin-bottom: 25px;
    }
    .checkbox-wrapper {
        margin-bottom: 12px;
    }
    .share button, .copy button:not(.link) {
        width: 75px;
    }
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    /*padding: 0;*/
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
html {
    overflow-y: scroll;
}
.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    display: none;
    align-items: center;
    justify-content: center;
}
.loader {
    border: 5px solid #cdccc9;
    border-radius: 50%;
    border-top: 5px solid #6576b3;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes move {
    0% {left: 100vw;}
    100% {left: -100vw;}
}
@-moz-keyframes move {
    0% {left: 100vw;}
    100% {left: -100vw;}
}
@-ms-keyframes move {
    0% {left: 100vw;}
    100% {left: -100vw;}
}

@-webkit-keyframes move-up-down {
    0% {transform: translateY(0);}
    65% {transform: translateY(15px);}
    100% {transform: translateY(0);}
}
@-moz-keyframes move-up-down {
    0% {transform: translateY(0);}
    65% {transform: translateY(15px);}
    100% {transform: translateY(0);}
}
@-ms-keyframes move-up-down {
    0% {transform: translateY(0);}
    65% {transform: translateY(15px);}
    100% {transform: translateY(0);}
}

@-webkit-keyframes move-up-rotate {
    0% {transform: translate(0, 0) scale(0.8); opacity: 0;}
    10% {transform: translate(0, 0) scale(0.8); opacity: 0;}
    60% {transform: translate(-10px, -35px) scale(1.4); opacity: 1;}
    90% {transform: translate(-12px, -38px) scale(1.2); opacity: 0.2;}
    98% {transform: translate(-14px, -40px) scale(1); opacity: 0.1;}
    99% {transform: translate(-12px, -40px); opacity: 0;}
    100% {transform: translate(0, 0); opacity: 0;}
}
@-moz-keyframes move-up-rotate {
    0% {transform: translate(0, 0) scale(0.8); opacity: 0;}
    10% {transform: translate(0, 0) scale(0.8); opacity: 0;}
    60% {transform: translate(-10px, -35px) scale(1.4); opacity: 1;}
    90% {transform: translate(-12px, -38px) scale(1.2); opacity: 0.2;}
    98% {transform: translate(-14px, -40px) scale(1); opacity: 0.1;}
    99% {transform: translate(-12px, -40px); opacity: 0;}
    100% {transform: translate(0, 0); opacity: 0;}
}
@-ms-keyframes move-up-rotate {
    0% {transform: translate(0, 0) scale(0.8); opacity: 0;}
    10% {transform: translate(0, 0) scale(0.8); opacity: 0;}
    60% {transform: translate(-10px, -35px) scale(1.4); opacity: 1;}
    90% {transform: translate(-12px, -38px) scale(1.2); opacity: 0.2;}
    98% {transform: translate(-14px, -40px) scale(1); opacity: 0.1;}
    99% {transform: translate(-12px, -40px); opacity: 0;}
    100% {transform: translate(0, 0); opacity: 0;}
}

@-webkit-keyframes arrow-rotate {
    0% {transform: rotateZ(-45deg) translate(-5px, 10px);}
    40% {transform: rotateZ(-25deg) translate(-0, 0);}
    100% {transform: rotateZ(-45deg) translate(-5px, 10px);}
}
@-moz-keyframes arrow-rotate {
    0% {transform: rotateZ(-45deg) translate(-5px, 10px);}
    40% {transform: rotateZ(-25deg) translate(-0, 0);}
    100% {transform: rotateZ(-45deg) translate(-5px, 10px);}
}
@-ms-keyframes arrow-rotate {
    0% {transform: rotateZ(-45deg) translate(-5px, 10px);}
    40% {transform: rotateZ(-25deg) translate(-0, 0);}
    100% {transform: rotateZ(-45deg) translate(-5px, 10px);}
}

/*@-webkit-keyframes blink {*/
    /*0% { opacity: 0; }*/
    /*5% { opacity: 1; }*/
    /*35% { opacity: 0; }*/
    /*65% { opacity: 0; }*/
    /*70% { opacity: 1; }*/
    /*100% { opacity: 0; }*/
/*}*/

@-webkit-keyframes blink {
    0% { opacity: 0; }
    5% { opacity: 1; }
    35% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    5% { opacity: 1; }
    35% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 0; }
    5% { opacity: 1; }
    35% { opacity: 1; }
    100% { opacity: 0; }
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-ms-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
