@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
/* line 2, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
html, body {
  touch-action: manipulation;
  min-width: 320px;
  margin: 0;
  font-size: 10px !important;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  color: #21272c;
  background-color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

/* line 23, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 38, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 45, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 49, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
[hidden],
template {
  display: none;
}

/* line 53, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 57, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
i {
  font-style: normal;
}

/* line 60, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
a {
  background-color: transparent;
}

/* line 63, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 67, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 70, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
b,
strong {
  font-weight: bold;
}

/* line 74, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 78, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
small {
  font-size: 80%;
}

/* line 81, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
sup {
  top: -0.5em;
}

/* line 91, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
sub {
  bottom: -0.25em;
}

/* line 94, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
img {
  border: 0;
}

/* line 97, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 100, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
figure {
  margin: 1em 40px;
}

/* line 103, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
hr {
  height: 0;
}

/* line 106, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
pre {
  overflow: auto;
}

/* line 109, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 120, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
button {
  overflow: visible;
}

/* line 123, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
button,
select {
  text-transform: none;
}

/* line 127, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 143, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
input {
  line-height: normal;
}

/* line 146, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 150, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 154, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 157, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 161, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 166, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 170, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
textarea {
  overflow: auto;
}

/* line 173, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
optgroup {
  font-weight: bold;
}

/* line 176, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 180, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
td,
th {
  padding: 0;
}

/* line 184, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 191, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 199, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
a {
  text-decoration: none;
}

/* line 202, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
a:hover,
a:focus {
  text-decoration: underline;
}

/* line 206, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
figure {
  margin: 0;
}

/* line 209, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
img {
  vertical-align: middle;
}

/* line 212, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 217, F:/TEMP/FromRobert_1/4/root/scss/base/_reset-and-grid.scss */
.clearfix:after {
  clear: both;
}

/* line 10, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
body {
  background: #fff;
  min-height: 100vh;
  max-width: 450px;
  margin: 0 auto;
}

/* line 15, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
.container {
	min-height: 100vh;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0;
  background-size: contain;
  position: relative;
}

.container.member {
  background-color:#fff;
  background-image: none;
}

.content{
	font-family: 'Poppins', sans-serif;
	/* padding-bottom: 20px; */
	background-image:url('../images/background1.jpg');
	background-image:url('../images/background2.jpg');
	background-image:url('../images/background3.jpg');
	background-image:url('../images/background4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.content.cop{
	background-image:url('../images/money_anim.gif');
	font-family: Impact;
	text-shadow: 2px 2px #000000;
}

.opacBackground{
	background: rgba(20, 40, 97,0.7);
}

.popupContainer.content{
	overflow: scroll;
}

.popupContainer.content .opacBackground{
	min-height: 100%;
	padding: 10px 10px 60px;
}

.content .opacBackground{
	min-height: 460px;
    padding-top: 1px;
	padding-bottom : 60px;
	box-sizing: border-box;
}

.container{
	background-size: 100vh 100%;
    background-position: center;
}

.middleContent.cop2{
	/* min-height: 50vh; */
	padding-bottom: 15px;
}

.relative{
	position:relative;
}

.text{
	color: #fff;
    font-size: 18px;
    padding: 0 20px 15px;
	margin: 0;
	text-align:center;
}

.gothic{
	font-family:CENTURY_GOTHIC,sans-serif;
	text-shadow: none;
}

.text2{
	color: #f6cb6f;
    padding: 0 20px 10px;
	margin: 0;
	font-size: 16px;
}

.text2 img{
	max-height: 25px;
}

.offerSection{
	position: relative;
	background: #FFC954;
	padding-top: 20px;
	overflow: hidden;
}

.offerSection .offerTitle{
	color: #3d3d3d;
	font-size: 34px;
    font-weight: bold;
    text-align: center;
	margin: 0 0 20px;
}

.offerItem{
	width: 90%;
    background: #fff;
	/* border-radius: 10px; */
    padding: 5px;
	display: block;
    /* float: right; */
	/* margin-right: 20px; */
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
}

.itemImg{ 
	background-image:url('../images/income1.jpg');
	height: 40vw;
	    max-height: 185px;
	/* border-radius: 15px; */
	background-size: cover;
    background-position: center;
}

.itemTitle{
	font-size: 18px;
    margin: 10px 0;
	font-weight: bold;
}

.itemText{
	font-size: 16px;
}

.itemArrow {
    width: 0px;
    height: 0px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -15px;
    top: 9px;
	display: none;
}

.logosContainer{
	padding: 10px;
	background: #f5f5ff;
		display:none;
}

.logosContainer img{
	width: 100%;

}

.buyBtn{
    width: 75%;
	max-width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 24px;
    background: #FD812C;
    background: #29a728;
    background: #fff;
	background: rgba(0,0,0,0.8);
    border-radius: 10px;
	border: 2px solid #000;
	color: #FFC954;
    padding: 10px 5px;
}

.detailsBtn{
	position: absolute;
    width: 80%;
	height: 40px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    background: #FD812C;
    background: #29a728;
    background: #fff;
    border-radius: 10px;
    color: #19984b;
    padding: 5px;
	z-index: 4;
	display: none;
	color: #FFC954;
    background: rgba(0,0,0,0.5);
    border: 2px solid #FFC954;
}

.popupInfo{
	margin-top: 10px;
	/* color: #777272; */
	color: #adaaaa;
	font-size: 14px;
}

.popupContainer .green, .opacBackgroundCOP .green, .popupContainerAff .green{
	color:#54ff78;
}

@media screen and (max-width: 400px) {
	.detailsBtn{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 340px) {
	.detailsBtn{
		font-size: 16px;
	}
}

.checkBar{
	width: 5px;
	float:left;
}

.circleCheck{
	width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #6f6e6b;
    position: absolute;
    left: -21px;
	top: -2px;
    color: #fff;
    padding: 0px 8px;
    font-size: 30px;
    font-weight: bold;
	z-index: 3;
	display:none;
}

.offerContainer{
    /* margin-left: 50px; */
    /* border-left: 3px #6f6e6b solid; */
	position: relative;
	display: inline-block;
}

.offerContainer:last-child{
    border-left: none;

}

.noBorder{
	border:none!important;
}

.offerContainer:last-child{
    border-left: none;
}

.offerContainer:nth-of-type(1):before{
	position: absolute; left:-3px; display: block; content: '';
    border-left: 3px solid orange;
    height: 0%; width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	z-index:2;
}

.contentText{
	display: none;
	border: 1px solid transparent;
}

.white{
	color:#FFF;
}

.orange{
	color:#FFC954;
}

.darkOrange{
	color:#e19f10;
}

.red{
	color: #ff0000;
}


.blue{
	color: #0070ff;
}

@-webkit-keyframes greenPulse {
  from { background-color: rgba(0,0,0,0.5);}
  50% { background-color: rgba(256,256,256,0.4); }
  to { background-color: rgba(0,0,0,0.5); }
}

.filled {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-delay: 0.5s;
}

/* line 21, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
.hide {
  display: none;
}

/* line 25, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
.show {
  display: block;
}

/* line 29, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
header {
  height: 50px;
  padding: 5px;
}

/* line 32, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
header .logo {
  float: left;
  display: block;
  text-decoration: none;
  position:relative;
  	padding-left: 70px;
}

.logo img{
	position: absolute;
	top: 0px;
	left: 5px;
	max-height: 40px;
}

/* line 40, F:/TEMP/FromRobert_1/4/root/scss/general.scss */
header .btn-login {
	border-left: 2px solid #FFC954; 
	/* border-color: #fff; */
	font-size: 16px;
	font-weight: 700;
	color: #FFC954;
	float: right;
	padding: 2px ;
	text-align: center;
	min-width: 35px;
	line-height: 1;
	margin-top: 5px;
	padding-left: 8px;
}

header .btn-login img{
	max-width: 30px;
}

header .logoTextSmall{
	color:#000;
	font-size: 14px;
	margin: 5px 0 0;

}

header .logoTextBig{
	color:#fff;
	font-size: 20px;
	display: inline-block;
	margin: 5px 0 0 5px;
}

.shops-list{
	/* display:none; */
	padding: 5px 10px 15px;
	min-height:55px;
}

#loginForm {position: relative;padding: 5%;color: #fff;display: none;}
.myInput{color:#444;padding:3px 10px;height:26px;font-size:1em;border:1px solid #fff;}
.mySubmit {padding:3px 10px;height:31px;font-size:1em;color:#fff;background:red;border:1px solid #fff;-webkit-appearance: none;}
.welcomeMessage {color:#fff;padding-left:20px;}
.userNumber {color:#fff;font-style:italic;font-weight:700;}
#lang {
    position: absolute;
    right: 50px;
    top: 14px;
}
#lang a {display: inline-block;height: 22px; width: 22px; background: none;color: #c4c4c4; text-align: center;line-height: 22px; text-decoration: none;font-size: 12px;}
#lang a:hover, #lang a.active {color: #fff;border: 1px solid #fff;}
.borderRadius5 {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.pointer{cursor:pointer}
footer{    background: lightgrey;
    font-size: 12px;
    text-align: center;
	padding: 10px;
	color: #fff;}
.helper {
	top: 0;
    position: absolute;
    width: 100%;
	height:100%;
}
.info-bottom{
	font-size: 12px;
    padding: 0 15px;
    display: none;
	margin-bottom:0;
    color: white;
    font-weight: 100;
	opacity: .6;
}

#loginForm{color:#000;}
.pagerContainer {
	position: relative;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size:14px
}
 .pager, .pager:hover, .pager:visited, .pager:active{
	 font-size:20px;
	 margin:0 5px;
	 text-decoration:none;
	 }
.currentPage{    padding: 0 8px;
    margin: 0 4px;
    background-color: red;
    color: white;
	font-size: 21px;
	}
	
.font-16{font-size:16px}
.agb_link {
    font-size: 16px;
}

.popup_bg, .popup_fs_bg{display:block;position:fixed;background:rgba(0,0,0,0.6);width:100%;height:100%;z-index:9999;color:#FFF;text-decoration:none; display:none; max-width:450px}
.editor, .editor:visited, .editor:hover .editor:active{color:#FFF}
.popup_bg, .popup_fs_bg:hover{color:#FFF}
.popup_first {margin:0 auto;padding:10px;background:#000;top:45%;width:260px;position:relative;text-align:center;font-size:14px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:2px solid #333}
.popup_first .button {padding:5px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:0 10px;border:1px solid #fff;min-width:60px;display:inline-block}
.popup_first .button.deny, .popup_fs .button.deny{color: #c4c4c4;cursor:pointer}

.popup_fs {
	margin:0 auto;
	padding: 30px 0px;
	background:#fff;
	top:15%;
	width:80%;
	position:relative;
	text-align:center;
	font-size:14px;
	/* border:2px solid #BF1E24 */
	/* border:5px solid #fff; */
}

#warningContainer .popup_fs.aff {
	background:#fff;
	border:2px solid #BF1E24;
	max-width: 300px;
}

#warningContainer .popup_fs {
	padding-top:0;
	padding-bottom: 15px;
	width:95%;
	/* top:calc( 50% - 120px); */
	top:24vh;
	background: rgba(255,255,255,0);
}

.popup_fs img{
	width: auto;
    margin: 0 auto;
	max-width:calc( 100% - 10px );
	margin: 5px;
}

.popup_fs .popup-title{
	background: #FF0000;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px;
}

.popup_fs .button-container{
	width: 90%;
    margin: 0 auto;
}

.fs-discount {
	color:#000;
	font-weight:bold;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.flashsale_button{
	/* background-color: #BF1E24; */
	background-color: green;
    min-width: 60px;
    display: inline-block;
	padding: 10px;
}

.close{
	color: #c4c4c4;
	cursor:pointer;
	position:absolute;
	top:4px;
	right:10px;
	font-weight: bold;
	font-size:20px;
}

.gradient_gangbang {
    background: #469afa;
    background: -webkit-linear-gradient(left, #469afa , #07d49c);
    background: -o-linear-gradient(right, #469afa, #07d49c);
    background: -moz-linear-gradient(right, #469afa, #07d49c);
    background: linear-gradient(to right, #469afa , #07d49c);
}

.categories_container{
	background:#e7e7e7;
	font-size: 14px;
	padding: 10px 5px;
	margin-bottom: 5px;
}

.categories_container a, .categories_container a:active, .categories_container a:visited {
    display: inline-block;
    padding: 2px;
    color: black;
    text-decoration: none;
    margin: 3px;
}

.categories_container a.active{
		background-color: white;
	}
	
#progressBar {
  width: 90%;
  margin: 10px auto;
  height: 22px;
  background-color: white;
}

#get-discount{
	display:none;
}

#get-discount a, #get-discount a:hover{
	color:red;
	text-decoration:none;
}

#get-discount p{
	font-size:18px;
	margin-bottom: 0;
	font-weight: bold;
}

#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 0px;
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: grey;
  box-sizing: border-box;
}

.banner{position:relative;}

 .banner img{
	 min-height:68px;
 }
 .banner .text-container, .see-all .text-container{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	height: 100%;
  }
  
  .see-all .text-container{
	  bottom:3px;
  }
  
  .see-all .vertical-center{
	  left:40px;
  }
  
  .banner .small-text{
	font-size: 12px;
  }
  
  .banner .sale{
	font-size: 31px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  
  .banner hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    padding: 0;
    width: 18%;
  }
  
 .vertical-center {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
  }
.banner-text{
    text-align: center;
    font-size: 11px;
    color: #fff;
    margin: 0 0;
    font-weight: bold;
}

.banner-text.date{
	bottom:1px;
}

@media screen and (max-width: 380px) {
	.see-all .text{
		font-size: 16px;
	}
	
}

@media screen and (max-width: 400px) {
	
	.banner-text {
		font-size: 10px;
	}
	
	.banner .sale {
		font-size: 23px;
		line-height: 20px;
	}
	.banner .small-text {
		font-size: 10px;
	}
}

.brands {
	padding: 0 10px;
    margin: 5px 0;
}

.brands-img{
	width:100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#warningContainer{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index: 99;
	background: rgb(0,0,0,0);
}

.shopNowBtn{
	background: #dc143c;
	/* background: black; */
    color: white;
    margin: 0 auto;
    width: 50%;
    max-width: 200px;
    padding: 5px 10px;
    border: 1px solid #fff;
	margin-bottom: 10px;
	font-size:22px;
}

.overlayTransparency{
	background: rgba(0,0,0,0.75);
}

.displayNone{
	display: none;
}

.noPadding{
	padding:0 !important;
}

#warningWindow {
    position: relative;
    margin: 0 auto ;
    /* margin: calc(50% - 110px) auto; */
	width: 100%;
    max-width: 470px;
	height:100%;
    border: 1ps solid #c4c4c4;
    -webkit-animation-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-name: tremble;
    background-size: 100px 94px;
}

.searching-container {
	text-align: center;
	padding:10px 0;
}

.searching-container img{
	width: 13%;
	text-align: center;
	margin-top: -40px;
}

.search-text{
	font-size: 22px;
    display: inline-block;
    color: red;
}


.see-all.animated{
	animation: waveText 1s linear 0.25s 1 forwards;
}

.tippList{
	text-align: left;
    padding: 10px 30px;
    font-size: 18px;
}

.tipp{
	list-style-type: none;
	padding: 1px 0;
}

.flashsale-anim p{
	width: 76%;
    font-size: 40px;
    font-weight: bold;
    color: white;
	margin:0
}

.flashsale-anim .lightning{
	width: 24%;
    position: absolute;
    top: 3px;
}

.popup_fs .ch-flag{
	max-height: 40px;
    width: auto;
	margin-left: -40px;
	margin-top: -4px;
}

.lightning.right {
	right:0;
}
.lightning.left {
	left:0;
}

.flashsale-anim{
	background-color:#E31936;
	padding: 5px;
}

.brands-swipe{
	background-image: url("/images/long-sprite.png");
	height:40px;
	width: 90%;
	margin: 0 auto;
	animation: animatedBackground 100s linear infinite;
    -moz-animation: animatedBackground 100s linear infinite;
    -webkit-animation: animatedBackground 100s linear infinite;
    -ms-animation: animatedBackground 100s linear infinite;
    -o-animation: animatedBackground 100s linear infinite;
}

/* .grecaptcha-badge{ */
	/* width:0!important; */
	/* height:0!important; */
/* } */

.captchaLocked, .captchaLockedSafe {
	display: none;
}

.g-recaptcha {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    transform-origin:0 0;
	text-align: center;
}

.g-recaptcha div {
	position: relative;
	margin: 0 auto;
}

.captchaContainer {
	position: relative;
	height: 80px;
}

.captchaLockedContainer {
	display:none;
}

.popup_captcha_bg {
	position:fixed;
	background:rgba(0,0,0,0.8);
	width:100%;
	max-width:450px;
	height:100%;
	z-index:9999;
	color:#FFF;
	text-decoration:none;
	display: none;
}

.popup_captcha {
	position:relative;
	margin:0 auto;
	top:35%;
	width:300px;
}

.subHeader {
	color:#fff;
	text-align: center;
	margin-top: 15px;
	/* margin: 0 15px; */
	/* margin: 0; */
}

.subHeader p{
	font-size:30px;
    padding: 0 20px;
	margin-top:0px;
	margin-bottom:20px;
}

.subHeader p.cop{
	font-size:28px;
}

.subTitle1{
	font-size:24px;
}

.bold{
	font-weight:bold;
}
.red{
	color:red;
}
.white{
	color: #fff;
}
.font-30{
	font-size:30px;
}

.underline{
	text-decoration:underline;
}

@font-face {
    font-family: Haettenschweiler;
    src: url('fonts/Haettenschweiler.ttf');
}

@font-face {
    font-family: CENTURY_GOTHIC;
    src: url('fonts/CENTURY_GOTHIC.ttf');
}

@font-face {
    font-family: Impact;
    src: url('fonts/impact.ttf');
}

.logo-text{
	font-family: CENTURY_GOTHIC;
} 

.logo-container{
	background: #fff;
    padding: 10px;
	border-radius: 0 0 9px 9px;
}

a.guest-voucher {
	text-decoration:none;
}

.loginText{
	color:#fff;
	font-size: 14px;
}

.errorMsg{
	color:#ff0000;
}

.successMsgSupport {
	position: relative;
	width: 100%;
	padding: 5px 10px;
	margin: 10px 0px;
	color: #35b143;
	font-size: 14px;
    border: 1px dashed #c4c4c4;
	box-sizing: border-box;
}

.errorMsgSupport {
	position: relative;
	width: 100%;
	padding: 5px 10px;
	margin: 10px 0px;
	color: #ff0000;
	font-size: 14px;
    border: 1px dashed #c4c4c4;
	box-sizing: border-box;
}

#ticket_text p{
	margin:5px;
}

.activate_code{
	font-weight:bold;
}

.inlineFlag{
	max-width: 16px;
    margin-top: -4px;
}

#firstQuestion{
	/* display: block; */
	display: none;;
}

.question{
	margin-top: 30px;
	min-height: calc( 100vh - 250px );
}

.closePopup{
	position: absolute;
    right: 30px;
    top: 20px;
	background-image:url('../images/close-icon-white.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 25px;
    width: 25px;
	z-index: 9;
}

.popupOverlay{
	position: fixed;
    width: 100%;
    max-width: 450px; 
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    color: #FFF;
    text-align: center;
    display: none; 
}

.popupContainer{
    display: inline-block;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	height: 100vh;
    color: #000;
    font-size: 18px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.popupLogo{
	max-width: 60px;
    height: auto;
	margin-bottom: 15px;
}

.answerOption{
	font-size: 18px;
	width: 90%;
    margin: 10px auto 20px;
    padding: 5px;
	border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
	cursor: pointer;
	position: relative;
	border: 2px solid #FFC954; 
	background: rgba(0,0,0,0.7);
}

.checkbox .answerOption {
    padding-left: 40px;
	text-align: left;

}

.answerOption input{
	height: 25px;
    width: 25px;
    border: 2px solid white;
    margin: auto;
    position: absolute;
    left: 10px;
	top: 50%;
    transform: translateY(-50%);
	border-radius: 6px; 
}

.answerOption input[type=checkbox]:checked
{
	background: #fff;
}

.answerOption label
{
	display: block;
}

.borderOrange
{
	border: 2px solid #FFC954!important;
}

.textCenter{
	text-align: center!important;
}

.submitAnswers,.submitAnswers:hover,.submitAnswers:focus{
	color: #FFC954;
    background: rgba(0,0,0,0.5);
    border: 2px solid #FFC954;
	padding-right: 35px;
	text-decoration:none;
	z-index: 1;
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.btnArrowTxt{
	position: absolute;
    right: 9px;
	top: 50%;
    transform: translateY(-50%);
	font-size: 40px;
}

/*member area */

.memberContainer{
	padding: 10px;
}

.moneyOfferContainer{
	height: 300px;
	background-position: center;
    background-size: cover;
	position: relative;
	margin-bottom: 15px;
}

.offerInfoContainer{
	min-height: 100px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
    bottom: 0;
	padding-left: 20px;
}

.offerInfoContainer .offerTitle{
	color: #fff;
	font-size: 28px;
    padding: 0;
	margin: 10px 0;
}

.offerTag{
	font-size: 18px;
    color: #fff;
	margin: 10px 0;
}

.smallOfferContainer{
	position:relative;
	margin-bottom: 15px;
	background:#e5e5e5;
}

.smallOfferImage{
	width: 110px;
	height: 110px;
    display: inline-block;
	background-position: center;
    background-size: cover;
}

.smallOfferInfoContainer{
	display: inline-block;
    width: calc( 100% - 120px );
	float: right;
	 position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding-left: 20px;
}

.smallOfferInfoContainer .offerTitle{
	font-size: 24px;
    margin: 0 0 10px;
	color: #000;
}

.smallOfferInfoContainer .offerTitle{
	font-size: 30px;
}

.smallOfferInfoContainer .offerTag{
	color: #000;
	font-size: 16px;
    margin: 0 0 10px;
}

.member{
	
}

.articleContainer{
	padding: 0 10px;
	font-family: 'Heebo', sans-serif;
}

.articleContainer p img{
	max-width: 100%;
	height:auto;
}

.articleTitle{
	font-size: 28px;
    /* padding-left: 20px;  */
    margin: 10px 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

.articleMainImg{
	width:100%;
}

.articleShortInfo{
	margin: 15px auto;
    width: 75%;
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px 10px 10px 34px;
    font-size: 16px;
    color: #626262;
    background: #fcf4f4;
}

.articleDescription{
	font-size: 18px;
}

.articleContent {
	font-size: 18px;;
}

.articleContent ul{
	padding: 0 40px;
}

.articleContent h1{
	padding: 5px;
	font-size: 24PX;
}

.articleSubtitle{
	padding: 5px;
	font-size: 20PX;
	font-weight: bold;
	margin: 10px 0;
}

.backgroundGreen{
	background: green;
}

.backgroundRed{
	background: red;
}

.sectionTitle{
	color: #000;
	font-size: 20px;
	margin: 0px 0 20px;
	border-bottom: 1px solid #6d6767;
	padding: 10px 0;
	position: relative;
	display: inline-block;
    width: 32%;
	text-align:center;
}

.sectionTitle.fullLength{
	margin: 0;
    width: 48%;
	border-bottom: 0;
}

@media screen and (max-width: 380px) {
	.sectionTitle{
		font-size: 18px;
	}
	
}

.section{
	margin-top:15px;
}


.sectionTitle:not(:first-child){
	/* margin-left: 1% */
}

.sectionTitle.active:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #F9B500;
    z-index: 1;
	
}

.videoTutorial{	
	border: 1px solid grey;	
	margin-bottom: 23px;	
	padding: 0 0 5px;	
}	
	
.videoTutorialTitle{	
	font-size: 20px;	
	margin: 0;	
	color: #000;	
	padding: 0px 10px;	
}

#opportunities,#jobs{
	display: none;
}

.languageSelect{
	text-align:center;
	padding: 10px 0;
}

.languageSelect.others{
	text-align:left;
}
.langItem{
	display: inline-block;
    font-size: 26px;
    margin-right: 30px;
    padding: 5px 10px;
    background: #58ccc1;
    border-radius: 21px;
	font-weight: bold;
	color: #fff;
}
.langItem img{
	max-width: 40px;
	height: auto;
}

@media screen and (max-width: 360px) {
	.langItem{
		    margin-right: 10px;
	}
}


.animated {
	border-color:red;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
 }
 
 @-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.1); }
	100% { -webkit-transform: scale(1); }
 }
 
 @keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
 }
 
 .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
 }
 
 /*Fast page*/
 
 .fastContent{
	overflow: hidden;
	/* background-image: url('../images/swiss_francs_bckg.jpg'); */
 }
  
 .fastContent .subHeaderText{
	 color: orange;
	 margin: 0;
	 padding-bottom: 0;
 }

 .fastContent .mainImage{
	 width: 100%;
 }

 .fastContent .detailsBtn{
	position:relative;
	bottom: 0;
	display: block;
	margin: 20px auto;
	padding: 5px;
    font-size: 22px;
 }
 
  .fastContent2{
	overflow: hidden;
	background-image: url('../images/swiss_francs_bckg.png');
	min-height: calc( 100vh - 84px );
	height: 1px;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
 }

 .fastContent2 .subHeader2{
	margin-top:21px;
	font-size: 42px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px #000;
	font-family: 'Noto Sans', sans-serif;
 }
 
 .subHeader3{
	padding-top:15vh;
	font-size: 40px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px #000;
 }
 
 .subHeader3 .sum{
	font-size: 54px;
	background:red;
	line-height: 60px;
	margin: 5px 0;
 }
 
 .fastContent2 .bottomText{
	 font-family: 'Neucha', cursive;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 10px auto;
	text-shadow: 3px 3px #000;
	font-style:italic;
 }
 
 .clear{
	height: 100%;
	background: rgba(0,0,0,0);
	min-height: calc( 100vh - 120px);
	border: 5px solid #13F4ED;
	border-radius:20px;
	position: relative;
	padding-bottom: 35px;
	box-sizing: border-box;
 }
 
 .opacBackgroundFast{
	background:rgba(0,0,0,0.7);
	padding: 15px;
	height: 100%;
 }
 

 .opacBackgroundFast3{
	background:rgba(0,0,0,0.4);
	height: 100%
 }
 
 .separatorLine{
	 display: block;
    margin: 0 auto;
    border-top: 3px solid #13F4ED;
    width: 50%;
 }
 
 .moneySum{
	 font-family: 'Fugaz One', cursive;
    font-weight: 300;
    font-style: normal;
    color: #00ff1e;
 }
 
 .teal{
	 color:#13F4ED;
 }
 
 .noMargin{
	 margin: 0;
 }
 
 .chfIcon{
	 display: block;
    margin: 10px auto;
    max-width: 40px;
	position: absolute;
 }
 
 .detailsBtnFast{
    width: 80%;
	height: 50px;
    bottom: 20px;
    margin: 25px auto;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    padding: 6px;
	/* color: #FFC954; */
	color: #68ff5d;
    background: rgba(0,0,0,0.5);
    border: 2px solid #68ff5d;
}

.accessButton{
	max-width: 400px;
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 50px;
	letter-spacing: -1px;
}

.accessButtonImg{
    width: 100%;
}

.accessButtonText{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	top: 58%;
	transform: translateY(-50%);
	font-size: 20px;
    font-weight: bold;
    font-style: italic;
	font-family: 'Archivo Black', sans-serif;
}

@media screen and (max-width: 400px) {
	.accessButtonText {
		font-size: 18px;
	}
}

@media screen and (max-width: 360px) {
	.accessButton{
		max-width: 400px;
		width: 100%;
	}
}
 
 .top-left{
	 top:0;
	 left:10px;
 }

 .top-right{
	 top:0;
	 right:10px;
 }
 
 .bottom-left{
	 bottom:0;
	 left:10px;
 } 
 .bottom-right{
	 bottom:0;
	 right:10px;
 }
 
 .bigText{
	 font-size: 48px;
 }
 
 .pulseGreen {
  animation: pulseGreen 1s;
  box-shadow: 0 0 0 1em rgba(256,256,256,0);
}

@keyframes pulseGreen {
  0% { box-shadow: 0 0 0 0 #7df075 }
}

  
/*Landing Article style*/

.readMoreBtn{
	width: 75%;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 24px;
    background: #29a728;
    border:2px solid #64e663;
    border-radius: 10px;
    color: #ffffff;
    /* color: #000; */
    padding: 10px 5px;
	transition: 0.25s;
}

.pulse {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em rgba(256,256,256,0);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #6eef8c }
}

.pulseOrange {
  animation: pulseOrange 1s;
  box-shadow: 0 0 0 1em rgba(256,256,256,0);
}

@keyframes pulseOrange {
  0% { box-shadow: 0 0 0 0 #ffc954 }
}

/* WWW POPUPS STYLING */

.modal h2{font-size:16px;}
.modal{color:#fff;}
.modal-content{box-sizing: border-box;position:relative;background-color:#444;margin:auto;padding:0;width:100%;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}
.modal{box-sizing: border-box;display:none;position:fixed;z-index:10;padding-bottom:0;left:0;padding-top:20%;bottom:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}
#sms_prompt{width:60px}
#dialog-buttons,#dialog-buttons2{width:100%;margin-left:auto;margin-right:auto;margin-top:10px;text-align:center}      
.close{float:right;font-size:24px;font-weight:700}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.modal-header,.modal-body{text-align:center;padding:2px 10px}
.modal-header h2{margin-top: 4px;margin-bottom: 4px;}
.modal-header{background-color: #3d96d4}
.modal-body{margin-top:10px;}
.modal-footer{padding:5px 12px;margin:0 auto;margin-bottom:20px;margin-top:10px}
.modal-content p{font-size:16px;margin:0}
.modal .green.button,.green.button:visited{background-color:#72B930;color:#fff;border:1px solid #5D8C22;padding-left:25px;background-repeat:repeat-x}
.modal .red.button,.red.button:visited{background-color:#ea2f00;color:#fff;border:1px solid #67210d;padding-left:25px;background-repeat:repeat-x}
.modal .large.button,.large.button:visited{font-size:18px;padding:13px 8px;margin-right:15px;margin-left:15px}
.modal .button.ui-link{min-width:70px;width:auto;}
.modal .button,.button:visited,.medium.button,.medium.button:visited{font-size:3em;font-weight:700;line-height:1;margin-bottom: 5px;}
.modal .button,.button:visited{background-color:#222;display:inline-block;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25);border:none;border-bottom:1px solid rgba(0,0,0,0.25);position:relative;color:#fff;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,0.45);filter:dropshadow(color= rgba(0,0,0,0.45),offx=1,offy=1);cursor:pointer;width:40%;padding:6px 10px 5px}   
.modal .blue.button{background-color: #3d96d4;color:#fff;}
.agb_link{text-align: center;color:#fff;margin-top:20px;}
.agb_link a{text-decoration: underline;color:#fff;}
.agb_link a:visited{color:#fff;}

/* check out page styles */

.qTitle{
	font-size: 28px;
	padding: 0 25px;
	text-align: center;
}

.questionCOP{
	margin-bottom: 30px;
}

.textCenter{
	text-align:center;
}

.opacBackgroundCOP {
	position: relative;
    padding: 2px 2px 15px 2px;
	background: rgba(20, 40, 97, 0.5);
	box-sizing: border-box;
}

.copBtn{
	position: relative;
    width: 80%;
    margin: 5px auto 5px;
    text-align: center;
    font-size: 22px;
    background: #fff;
    border-radius: 10px;
    color: #19984b;
    padding: 5px;
	z-index: 4;
	color: #FFC954;
    background: rgba(0,0,0,0.5);
    border: 2px solid #FFC954;
	cursor: pointer;
}

.www .copBtn{
    font-size: 22px;
}

.smallText {
	font-size: 16px;
}

.copBigWhite {
	color:#fff;
	font-size: 24px;
	margin: 10px 0;
	text-align: center;
}

.www .copBigWhite {
	font-size: 18px;
}

.copSmallWhite {
	color:#fff;
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
}

.copBigYellow {
	color:#FFC954;
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}

.overlayCOP {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.75);
}

.overlayCOP.bulk {
	/* position: fixed; */
	/* top: 415px; */
}

.cop2Description{
	font-size: 18px;
}

.noStyle, .noStyle:hover, .noStyle:active, .noStyle:visited {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.text_20{
	font-size: 20px;
}

.cancelSubscription {
	/* position: absolute; */
	width: 100%;
	left: 0px;
	bottom: 5px;
	text-align: center;
	text-decoration: underline;
}

.www .cancelSubscription {
	margin-top: 15px;
}

.cancelSubscription a {
	font-size: 12px;
    color: #fff;
    background: #000000;
    padding: 2px 5px;
    border: 1px solid #fff;
}

.cancelSubscription a:hover, .cancelSubscription a:active, .cancelSubscription a:visited {
	color: #fff;
}

.greenButton, .greenButton:hover, .greenButton:active {
	margin: 0 10px;
	padding: 5px 15px;
	color: #fff;
	background: #07d49c;
	cursor: pointer;
}

.greyButton, .greyButton:hover, .greyButton:active {
	margin: 0 10px;
	padding: 5px 10px;
	color: #fff;
	background: #a4a4a4;
	cursor: pointer;
}

.termsText {
	font-size: 14px;
	font-weight: 300;
}

.termsUL {
	padding: 5px 20px;
	font-size: 14px!important;
}

td, th {
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #000;
	padding: 2px 5px;
}

.smallFooterText {
	position: relative;
	margin: 20px auto;
	width: 90%;
	text-align: justify;
	font-size: 12px;
	color: #fff;
}

.footerLinks {
	position: relative;
    float: left;
    width: 25%;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    z-index: 99;
}

.footerLinks a, .footerLinks a:hover, .footerLinks a:visited, .footerLinks a:active {
	color: #fff;
    text-decoration: none;
}

/* Support Page Styles */

.formContainer {
	position: relative;
	width: 320px;
}

.supportLabel {
	font-size: 14px;
	width: 150px;
	display: inline-block;
}

.supportInput {
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 5px 0px;
	display: inline-block;
	border: 1px solid #000;
}

.supportInputFull {
	width: 300px;
	font-size: 14px;
	display: block;
	border: 1px solid #000;
}

.btnContainer {
	position: relative;
	white-space: normal;
	height: 28px;
	width: 100px;
	background: #e4e4e4;
	color: #000000;
	border-radius: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
}

.btnContainerInnerSupport {
	background: #e4e4e4;
	color: #000000;
	height: 24px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	padding: 4px 0px 4px 0px;
	border: 0px;
	cursor: pointer;
}

/* my account page styles */

.accountContainer {
	position: relative;
	text-align: center;
	font-size: 14px;
}

.forgotPass {
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}

.passwordRecoveryContainer {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
	display: none;
}

.p14 {
	font-size: 14px;
	color: #fff;
}

.responseRecover {
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
	font-style: italic;
}

.pswdBtn {
	height: 26px;
	margin-left: 10px;
	line-height: 24px;
	padding: 0px 10px;
	color: #fff;
	font-size: 14px;
	background: #1bd192;
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
}

/*Glowing effect*/

.glow-on-hover:before {
    content: '';
    /* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
    background: linear-gradient(45deg, #ffffff, #ff7300, #fffb00, #f4e07f, #d9b44a, #a0b621, #e88d2f, #ff9900, #c95e3e);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.popupContainerAff {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(0,0,0,0.9);
    padding-top: 50px;
}

.popupContent {
    margin: 0 auto;
    padding: 5px 0px;
    background: #fff;
    top: 15%;
    width: 90%;
    max-width: 450px;
    position: relative;
    text-align: center;
    font-size: 14px;
    background: #000;
}

.popupContent .affText{
    font-size:20px;
}

.affButton{
	position: relative;
    width: 80%;
    margin: 10px auto 5px;
    text-align: center;
    font-size: 28px;
    background: #fff;
    border-radius: 10px;
    color: #19984b;
    padding: 5px;
    z-index: 4;
    color: #FFC954;
    background: rgba(0,0,0,0.5);
    border: 2px solid #FFC954;
    cursor: pointer;
}

.resultText{
	font-family: Impact;
	color: #fff;
    font-size: 26px; 
    text-shadow: 2px 2px #000000;
	letter-spacing: 0.5px;
}

.amount{
	color:#FFC954;
	font-size: 36px; 
}

/*Bulk article page*/

.bkMainTitle{
	color: #2c2c2c;
    text-align: center;
    background: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
}

.bkArticleImage{
	height: 30vh;
	background-image: url('../images/money_main.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.bkArticleBrand{
	margin: 15px;
}

.bkArticleTitle{ 
	position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; 
    color: #23a0ff;
    color: #000;
    font-size: 12px;
	font-weight: bold;
    padding: 0 10px;
	background: rgba(256,256,256,.8);  
}

.bkLinks{
	background:#edffff;
	background:#f1f1f1;
	padding: 10px;
	margin-bottom: 5px;
}

.bkLink{
	color: #7fa5ba; 
	color: #23a0ff;
	border-top: 1px solid #6fa9c9;
	font-size: 16px;
	line-height: 20px;
    padding: 5px 0 0;
	font-family: 'Roboto', sans-serif;
	position:relative;
}

.degradeLinkBackground{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.9));
}

.degradeLinkBackground.bottom{
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,1));
}

.bkLinksTitle{
	color: #2c2c2c;
	font-size: 20px;
}

.bkAuthor{
	font-size:14px;
	text-align:right;
	float:right;
}

.bkAuthor img{
	max-height: 20px; 
}

.glowEffect:before {
    content: '';
    background: linear-gradient(45deg, #ffffff, #ff7300, #fffb00, #f4e07f, #d9b44a, #a0b621, #e88d2f, #ff9900, #c95e3e);
	background: linear-gradient(45deg, #030303, #10b3d7, #3c6e9a, #1b2adf, #3ec9b6, #349537, #2fe89b, #36911f, #416413);
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 400%;
    z-index: -1;
    filter: blur(4px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 25px;
}

.glowEffectPopup:before {
    content: '';
    background: linear-gradient(45deg, #ffffff, #ff7300, #fffb00, #f4e07f, #d9b44a, #a0b621, #e88d2f, #ff9900, #c95e3e);
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 400%;
    z-index: -1;
    filter: blur(4px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 25px;
}

.glowEffect:before,.glowEffectPopup:before {
    opacity: 1;
	border-radius: 15px;
}

.glowEffect:after,.glowEffectPopup:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    left: 0;
    top: 0;
    border-radius: 15px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.bkBtnContainer{
	/* position:relative; */  
	height: 80px;
    position: fixed;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    top: 75vh;
	display:none;
	    max-width: 450px;
}

.bkBtn{
	position: absolute;
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
	top: 50%;
	transform:translateY(-50%);
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    color: #ffcc00;
    line-height: 18px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffcc00;
    border: 1px solid #0d0e0e;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.bkBtnPopup{
    line-height:24px;
}

.btnTopBk {
	margin: 0;
	font-size: 24px;
    line-height: 24px;
    padding: 2px;
}

.btnBottomBk {
	font-size: 20px;
	margin: 0;
	margin-bottom: -3px;
	line-height: 22px;
}

.ratingStarsBk{
	max-height: 12px;
	margin-bottom: 2px;
}

.brandsList{
	padding: 15px 10px 15px;
	text-align: center;
}

.shopLogo {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20%;
    margin: 0px;
	border: 1px solid #b8c0c2;
    padding: 1%;

}

.shrink{
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.footerBk{
	background: #2c2c2c;
    color: #bdb9b9;
    padding: 5px 10px;
}

.footerPopupBk{
	background: inherit;
    color: #908c8c;
    padding: 5px 10px;
    margin-top: 40px;
}

.popupLogoBk{
	display: block;
    overflow: hidden;
    text-align: center;
}

.termsTextNew {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.impCC {
	position: relative;
	margin-bottom: -4px;
	vertical-align: baseline;
}

@media screen and (max-width: 320px) {
	.opacBackgroundCOP {
		padding: 2px 2px 10px 2px;
	}
	
	.text {
		padding: 0 20px 10px;
	}
	
	.subHeader p {
		margin-bottom: 0px;
	}

	.subHeader p.cop{
		font-size:22px;
	}
	
	.bigText {
		font-size: 32px;
	}
	
	.subTitle1 {
		font-size: 20px;
	}
	
	.smallFooterText {
		margin: 5px auto;
	}
}

.darkRed{
	color: #B01919;
}

.videoTutorial{
	    position: relative;
}

/*Play button--------------------------------------*/

 .containerButton {
	 width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
 .circle {
	 stroke: #f8aa28;
	 stroke-dasharray: 650;
	 stroke-dashoffset: 650;
	 -webkit-transition: all 0.5s ease-in-out;
	 opacity: 0.3;
}
 .playBut {
	/* border: 1px solid red;
	*/
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
    right: 0;
    margin: 0 auto;
}
 .playBut .triangle {
	 -webkit-transition: all 0.7s ease-in-out;
	 stroke-dasharray: 240;
	 stroke-dashoffset: 480;
	 stroke: #000;
	 transform: translateY(0);
}
 .playBut.hover .triangle {
	 stroke-dashoffset: 0;
	 opacity: 1;
	 stroke: #f8aa28;
	 animation: nudge 0.7s ease-in-out;
}
 @keyframes nudge {
	 0% {
		 transform: translateX(0);
	}
	 30% {
		 transform: translateX(-5px);
	}
	 50% {
		 transform: translateX(5px);
	}
	 70% {
		 transform: translateX(-2px);
	}
	 100% {
		 transform: translateX(0);
	}
}
 .playBut.hover .circle {
	 stroke-dashoffset: 0;
	 opacity: 1;
}

.copActivateAccount {
	position: absolute;
    top: calc(50% - 35px);
	left: 0px;
    height: 20px;
    width: 100%;
    text-align: center;
	 margin: 5px auto 0!important;
	font-size: 13px;
	box-sizing: border-box;
	color: #000!important;
	padding: 2px 10px;
	display: inline-block;
    text-shadow: 1px 1px 2px #fff;
	font-family: 'Oswald', sans-serif;
}

.copActivateAccountSafe {
	position: relative;
    top: auto;
    left: 0px;
    height: 20px;
    width: 100%;
    text-align: center;
    margin: 5px auto 0!important;
    font-size: 13px;
    box-sizing: border-box;
    color: #fff!important;
    padding: 2px 10px;
    display: inline-block;
    text-shadow: 1px 1px 2px black;
	font-family: 'Oswald', sans-serif; 
}

.newTitleCOP{   
	margin: 5px 0 0!important;
    padding: 0px!important;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-family: "Eras Bold ITC", Roboto;
}
 
 .copTermsLink{
	color: inherit;
    text-decoration: underline;
}