body {

	/*background: #efefef;*/
	margin-top: 140px;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 60px;

}
.footer .container {
	padding-top: 20px;
}
.footer-right {
	float: right;
}

.countdown {
    font-size: 18px;
    font-weight: bold;
    color: #FFD700;
}

.display-none {
 display:none;
}

.bonus-boxes{
	min-height: 170px;

}

.bonus-textbox {
	width: 50%;
    margin: 0 auto;
    background-color: #2b3e50;
    color: #cdd4e1;
    border-radius: 10px;
    text-align: center;
    
}


.vertical-center {
	display: flex;
    align-items: center;
    justify-content: center; 
}

.navbar-default {
    background-color: #1a1826;
}

@media (min-width: 767px) {
	.navbar {
		padding: 20px 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}

	.top-nav-collapse {
		/*padding: 0;*/
	}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
 The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
 of those sections to manage the look and feel of the site. */

section {
	background: #485563;
	margin: 20px 0;
	padding: 15px;
	box-shadow: 1px 1px 18px #2e2e2e;
	border-radius: 5px;
}

.productHome {
	border: solid 2px #FFD700;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	background-color: #2A2826;
}

.productHome .image {
	overflow: hidden;
}

.productHome .image img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.productHome .image img.img-responsive {
		min-width: 100%;
	}
}

.productHome .text {
	padding: 5px;
}

.productHome .text h3 {
	font-size: 13px;
	font-weight: 300;
	overflow: hidden;
	max-height: 40px;
	min-height: 40px;
	margin: 5px 0 5px 0;
}

.productHome .text h3 a {
	color: #555555;
}

.productHome .text h3 a:hover {
	text-decoration: none;
}

.productHome .text p.price {
	font-size: 15px;
}

.productHome .text p.price del {
	color: #999999;
}

.productHome .buttons {
	clear: both;
	position: absolute;
	display: none;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: solid 1px transparent;
	padding: 10% 0 0 0;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-align: center;
}

.productHome .buttons .btn {
	margin-bottom: 20px;
}

.productHome:hover {
	/* border: solid 2px #FFD700;
	 top: 0;*/
}

.productHome:hover .buttons {
	clear: both;
	position: absolute;
	display: block;
	bottom: 15px;
	background: rgba(255,255,255,0.5);
	left: 0;
}

.productHome:hover .image img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.page-header {
	margin:0;
}

.navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.header-feed {
	width: 100%;
	position: fixed;
	top: 80px;
	z-index: 50;
	transform: translateZ(0);
	-webkit-transform: translateZ(0)
}
.header-feed .win-feed-header {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	overflow: hidden;
	width: 100%;
	background: #252333;
	height: 65px;
	padding: 0
}
.header-feed .win-feed-header h3 {
	font-size: 14px;
	font-family: 800;
	color: #545363;
	margin: 0;
	padding: 0;
	width: 130px;
	text-align: center;
	display: inline-block
}
.header-feed .win-feed-header ul {
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden !important
}
.header-feed .win-feed-header ul li {
	min-width: 200px;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	/*-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	animation: fadein .5s*/
}
.header-feed .win-feed-header ul li .item-image {
	float: left;
	display: block;
	width: 25.58941%
}
.header-feed .win-feed-header ul li .item-image:last-child {
	width: 23.23176%
}
.header-feed .win-feed-header ul li .info {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%
}
.header-feed .win-feed-header ul li .info:last-child {
	margin-right: 0
}
.header-spacer {
	height: 156px;
	width: 100%
}
.header-spacer.hidden-feed {
	height: 91px
}
.win-feed-header {
	background: #1A1826;
	padding: 5px 10px;
	height: 589px;
	border-radius: 2px
}
.win-feed h3, .win-feed-header h3 {
	font-size: 12px;
	font-weight: 800;
	color: #FFF;
	text-align: left;
	text-transform: uppercase
}
.win-feed ul li, .win-feed-header ul li {
	width: 202px;
	height: 45px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	display: none;
	border-radius: 2px
}
.win-feed ul li.mil-spec, .win-feed-header ul li.mil-spec {
	background: #4469FF
}
.win-feed ul li.industrial-grade, .win-feed-header ul li.industrial-grade {
	background: #5E98D9
}
.win-feed ul li.restricted, .win-feed-header ul li.restricted {
	background: #8847FF
}
.win-feed ul li.consumer-grade, .win-feed-header ul li.consumer-grade {
	background: rgb(125, 109, 0);
}
.win-feed ul li.classified, .win-feed-header ul li.classified {
	background: rgb(71, 98, 145);
}
.win-feed ul li.contraband, .win-feed-header ul li.contraband {
	background: #FFCD00
}
.win-feed ul li.covert, .win-feed-header ul li.covert {
	background: rgb(207, 106, 50);
}
.win-feed ul li a, .win-feed-header ul li a {
	opacity: 1
}
.win-feed ul li .item-image, .win-feed-header ul li .item-image {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-left: 5px
}
.win-feed ul li .item-image .blur, .win-feed-header ul li .item-image .blur {

	width: 44px;
	height: 44px;
	margin-bottom: -44px;
	opacity: .4
}
.win-feed ul li .item-image img, .win-feed-header ul li .item-image img {
	width: 33px;
	height: auto;
	position: relative;
	top: 6px;
	left: 5px
}
.win-feed ul li .info, .win-feed-header ul li .info {
	display: inline-block;
	left: 5px;
	max-width: 153px;
	overflow: hidden;
	position: relative
}
.win-feed ul li .info, .win-feed ul li .item-image, .win-feed-header ul li .info, .win-feed-header ul li .item-image {
	float: left
}
.win-feed ul li h4, .win-feed ul li h5, .win-feed-header ul li h4, .win-feed-header ul li h5 {
	font-size: 10px;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0 2px 0 rgba(0,0,0,.05);
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	min-width: 100%;
	max-height: 11px
}
.win-feed ul li h4, .win-feed-header ul li h4 {
	top: 6px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
	max-width: 100%
}
.win-feed ul li h4 span, .win-feed-header ul li h4 span {
	overflow: hidden;
	min-height: 11px;
	max-height: 11px;
	display: inline-block;
	position: relative;
	top: 2px;
	max-width: 75%
}
.win-feed ul li h4 img.verified, .win-feed-header ul li h4 img.verified {
	width: 16px;
	margin-bottom: -6px;
	bottom: 3px;
	position: relative;
	right: 0
}
.win-feed ul li h5, .win-feed-header ul li h5 {
	bottom: 2px;
	opacity: .8;
	margin-top: 6px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}
.win-feed ul li h5 .text, .win-feed-header ul li h5 .text {
	display: inline;
	text-overflow: ellipsis;
	max-width: 88%;
	overflow: hidden
}
.win-feed ul li h5 img.svg, .win-feed-header ul li h5 img.svg {
	height: 8px
}


#toast-container {
    margin-top: 165px;
}


/* Earn buttons */

 

@media(max-width: 1599px) {
    .surveys {
        width:calc(100%)
    }
}

@media(max-width: 1023px) {
    .surveys {
        width:100%;
        margin-left: 0;
        height: auto
    }
}


.surveys>.content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
    padding-bottom: 15px
}




.surveys>.content>.offer {
    margin-top: 15px;
    width: calc(20%);
    display: flex;
    justify-content: center
}

@media(max-width: 1599px) {
    .surveys>.content>.offer {
        width:calc(25%)
    }
}

@media(max-width: 1023px) {
    .surveys>.content>.offer {
        width:calc(50%)
    }
}

@media(max-width: 420px) {
    .surveys>.content>.offer {
        width:100%
    }
}

.surveys>.content>.offer>a {
	width: calc(100% - 15px);
}

.surveys>.content>.offer>a>.content {
    
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: background .2s ease-out;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 2px -2px #141414
}

.surveys>.content>.offer>a>.content:hover {
    transition: box-shadow .20s;
    box-shadow: 0 0 0 3px #0e7cd4
}

.surveys>.content>.offer>a>.content.adscend {
    background: #02374e
}

.surveys>.content>.offer>a>.content.adscend>.bg {
    height: 42px
}

.surveys>.content>.offer>a>.content.adgate {
    background: #373737
}

.surveys>.content>.offer>a>.content.adgate>.bg {
    height: 30px
}

.surveys>.content>.offer>a>.content.offertoro {
    background: #2a303c
}

.surveys>.content>.offer>a>.content.offertoro>.bg {
    height: 28px
}

.surveys>.content>.offer>a>.content.personaly {
    background: #303064
}

.surveys>.content>.offer>a>.content.personaly>.bg {
    height: 24px
}

.surveys>.content>.offer>a>.content.yoursurvey {
    background: #fff
}

.surveys>.content>.offer>a>.content.yoursurvey>.bg {
    height: 65px
}

.surveys>.content>.offer>a>.content.kiwi {
    background: #dedede
}

.surveys>.content>.offer>a>.content.kiwi>.bg {
    height: 32px;
    margin-left: -10px
}

.surveys>.content>.offer>a>.content.minutestaff {
    background: #3b0000
}

.surveys>.content>.offer>a>.content.minutestaff>.bg {
    height: 28px
}

.surveys>.content>.offer>a>.content.adgem {
    background: #39284a
}

.surveys>.content>.offer>a>.content.adgem>.bg {
    height: 26px;
    margin-left: -8px
}

.surveys>.content>.offer>a>.content.ayeT {
    background: #fff
}

.surveys>.content>.offer>a>.content.ayeT>.bg {
    height: 18px
}

.surveys>.content>.offer>a>.content.revenueUniverse {
    background: #535770
}

.surveys>.content>.offer>a>.content.revenueUniverse>.bg {
    height: 26px
}

.surveys>.content>.offer>a>.content.theoremReach {
    background: #312f46
}

.surveys>.content>.offer>a>.content.theoremReach>.bg {
    height: 26px
}

.surveys>.content>.offer>a>.content.offerDaddy {
    background: #fff
}

.surveys>.content>.offer>a>.content.offerDaddy>.bg {
    height: 36px
}

.surveys>.content>.offer>a>.content.acewall {
    background: #fff
}

.surveys>.content>.offer>a>.content.acewall>.bg {
    height: 40px
}

.surveys>.content>.offer>a>.content.locked {
    cursor: default;
    box-shadow: 0 0 0 0 #141414
}

.surveys>.content>.offer>a>.content.locked:hover {
    transition: box-shadow 0s;
    box-shadow: 0 0 0 0 #fff
}

.surveys>.content>.offer>a>.content>.bg {
    position: absolute
}

.surveys>.content>.offer>a>.content>.icon {
    position: absolute;
    color: #9ea0a5;
    font-size: 24px;
    top: 10px;
    right: 10px
}

.surveys>.content>.offer>a>.content>.locked {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    z-index: 1;
    background: rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.surveys>.content>.offer>a>.content>.locked>.amount {
    color: #7775ac
}

.surveys>.content>.offer>a>.content>.locked>.offline {
    color: #c15d5d
}

.surveys>.content>.offer>a>.content>.locked>.amount,.surveys>.content>.offer>a>.content>.locked>.offline {
    font-size: 11px;
    font-family: open sans,sans-serif;
    font-weight: 700
}

/* Earn buttons end */