@font-face
{
	font-family: Comfortaa;
    src: url('Comfortaa-Regular.eot');
    src: local('Comfortaa Regular'), local('Comfortaa-Regular'),
        url('Comfortaa-Regular.eot?#iefix') format('embedded-opentype'),
        url('Comfortaa-Regular.woff2') format('woff2'),
        url('Comfortaa-Regular.woff') format('woff'),
        url('Comfortaa-Regular.ttf') format('truetype'),
        url('Comfortaa-Regular.svg#Comfortaa-Regular') format('svg');
}

html
{
	font-family: Comfortaa;
    font-weight: normal;
    font-style: normal;
}

body 
{
	font-family: Comfortaa;
    font-weight: normal;
    font-style: normal;

	padding: 0px;
	margin: 0px;
	background-color: #ececec;				  
}

a, a:hover, a:visited, a:link, a:active
{
	color: initial;
	text-decoration: none;
}


h1
{
	
}

h1
{
	
}

*
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

#homemain
{
	width: 90%;
	min-height: 500px;
	margin: 0px auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

a .shop
{
	padding: 10px;
}

a:nth-child(odd) .shop
{
	background-color: #d1d1d1;
}

a:nth-child(even) .shop
{
	background-color: #b2b2b2;
}

a .shop:first-letter
{
    text-transform: uppercase;
}

#topbar
{
	background-color: #ffffff;
	width: 100%;
	height: 65px;
	box-shadow: 0px 0px 10px 0px #000000;
}

#logo
{
	width: 150px;
	height: 65px;
	float: left;
	background-image: url("img/logo.png");
	background-size: 150px 60px;
	background-repeat: no-repeat;
}

#search
{
	height: 65px;
	position: absolute;
	left: 150px;
	right: 550px;
}

#search > form
{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}

#search > form > input
{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	background-color: #f6f6f6;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

#search > form > input:focus
{
	border: 1px solid #cdcdcd;
	background-color: #fff;
	outline: none;
}

#menu
{
	display: flex;
	width: 550px;
	height: 65px;
	float: right;
}

.menubutton
{
	width: 120px;
	height: 100%;
	text-align: center;
	line-height: 65px;
	color: #5b5b5b;
	font-weight: bold;
	border-right: 1px solid #eee;
	font-size: 14px;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.menubutton:hover
{
	cursor: pointer;
	background-color: #ffffde;
	font-size: 13px;
}

#social
{
	display: flex;
	justify-content: center;
	width: 190px;
	height: 100%;
	flex-direction: column;
	box-sizing: border-box;
	margin-left: 10px;
	margin-right: 10px;
}

#socialbuttons
{
	width: 190px;
	height: 32px;
	text-align: center;
}

#socialbuttons > img:hover
{
	cursor: pointer;
}

#main
{
	display: flex;
	max-width: 1300px;
	margin: 0px auto;
	padding: 30px;
	box-sizing: border-box;
	background-clip: content-box;
	min-height: 500px;
}

#infobox
{
	width: 250px;
	height: 100%;
	float: left;
}

#storelogo
{
	display: flex;
	width: 250px;
	height: 250px;
	background-color: #fff;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

#storelogo > img
{
	padding: 5px;
	width: 80px;
	height: 80px;
	box-shadow: 0px 0px 10px 0px #999;
}

#storestats
{
	width: 250px;
	min-height: 80px;
	border: 1px solid #ccc;
	border-top: 0px;
	box-sizing: border-box;
	background-color: #fff;
	float: left;
	color: #5b5b5b;
	font-size: 12px;
	text-align: center;
	line-height: 80px;
}

#morestores
{
	width: 250px;
	min-height: 250px;
	background-color: #fff;
	margin-top: 10px;
	float: left;
	padding: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;


}

#morestores > label
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#morestores > a
{
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
	width: 100%;
	float: left;
	line-height: 25px;
}

#couponbox
{
	width: 100%;
	min-height: 250px;
	float: left;
}

#storetitle
{
	width: 100%;
	min-height: 18px;
	padding: 30px;
	float: left;
	box-sizing: border-box;
}

#storetitle > h1
{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight: normal;
}

#delimiter
{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	background-clip: content-box;
}

.coupon
{
	display: flex;
	width: 100%;
	height: 250px;
	padding: 20px 30px 0px 30px;
	box-sizing: border-box;
	background-clip: content-box;
	float: left;
	background-color: #fff;
}

.couponleft
{
	height: 100%;
	width: 200px;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}

.couponleftholder > label
{
	width: 100%;
	float: left;
}

.couponleftholder > label:nth-of-type(1)
{
	font-size: 24px;
}

.couponleftholder > label:nth-of-type(2)
{
	font-size: 12px;
}

.couponleftholder
{
	width: 100%;
}

.couponmiddle
{
	height: 100%;
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
}

.couponright
{
	height: 100%;
	width: 350px;
	background-color: #ffffff;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-left: 2px dashed #ccc;
}

.coupontitle
{
	height: 85px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-clip: content-box;
	display: flex;
	align-items: center;
}

.coupontitle > label
{
	padding-left: 30px;
	font-weight: bold;
	font-size: 16px;
}

.coupontext
{
	height: 50px;
	width: 100%;
	float: left;
	display: flex;

}

.coupontext > label
{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
}

.couponstats
{
	display: flex;
	height: 95px;
	width: 100%;
	float: left;

}

.couponuses
{
	height: 100%;
	width: 100%;
	background-color: #fff;
	float: left;
	border-bottom: 1px solid #ccc;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.couponusesholder
{
	background-color: #fff;
	float: left;
	background-color: #ececec;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
}

.couponusesholder > label
{
	width: 100%;
	float: left;
}

.couponusesholder > label:nth-of-type(1)
{
	font-size: 14px;
	font-weight: bold;
}

.couponusesholder > label:nth-of-type(2)
{
	font-size: 12px;
}

.couponupdate
{
	height: 100%;
	width: 100%;
	background-color: #fff;
	float: left;
	border-bottom: 1px solid #ccc;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.couponupdateholder
{
	background-color: #fff;
	float: left;
	background-color: #d1e6ed;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
}

.couponupdateholder > label
{
	width: 100%;
	float: left;
}

.couponupdateholder > label:nth-of-type(1)
{
	font-size: 14px;
	font-weight: bold;
}

.couponupdateholder > label:nth-of-type(2)
{
	font-size: 12px;
}

.couponvotes
{
	height: 100%;
	width: 100%;
	background-color: #fff;
	float: left;
	border-bottom: 1px solid #ccc;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.couponvotesholder
{
	background-color: #fff;
	float: left;
	background-color: #aff68e;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
}

.couponvotesholder > label
{
	width: 100%;
	float: left;
}

.couponvotesholder > label:nth-of-type(1)
{
	font-size: 14px;
	font-weight: bold;
}

.couponvotesholder > label:nth-of-type(2)
{
	font-size: 12px;
}

.couponbutton
{
	background-color: #cc4b06;
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.couponbutton:hover
{
	cursor: pointer;
	background-color: #cc0606;
	font-size: 17px;
}

.expired
{
	width: 100%;
	min-height: 250px;
	padding: 20px 30px 0px 30px;
	box-sizing: border-box;
	background-clip: content-box;
	float: left;
	background-color: #fff;
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.1) 0%, rgba(0,0,0,0) 75%);
}

.expiredholder
{
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.expiredholder > label
{
	font-size: 24px;

}

#article
{
	width: 100%;
	min-height: 250px;
	padding: 20px 30px 0px 30px;
	box-sizing: border-box;
	background-clip: content-box;
	float: left;
	background-color: #fff;
	
}

#articleholder
{
	border: 1px solid #ccc;
	padding: 40px;
}

#articleholder > h2
{
	color: #5b5b5b;
}

#articleholder > p
{
	color: #5b5b5b;
	line-height: 20px;
}

#articleholder > p > img
{
	width: 100px;
	height: 100px;
}

#articleholder > p > span > img
{
	width: 100px;
	height: 100px;
}

#showcoupon
{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
	overflow:auto;
    width: 100%;
    height: 100%;
}

#dark
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0, 0, 0, 0.8);
	z-index: 1;
	overflow:auto;
    width: 100%;
    height: 100%;
}

#showcouponholder
{
	background-color: #fff;
	width: 500px;
	height: initial;
	position: fixed;
	z-index: 2;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#showcoupontitle
{
	text-align: center;
	padding: 40px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	color: #5b5b5b;
}

#showcoupondesc
{
	text-align: center;
	padding: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
}

#showcouponbox
{
	position: relative;
	left: 50%;
	height: 60px;
	width: 250px;
	background-color: #ececec;
	margin: 0px auto;
	margin-top: 0px;
	margin-left: -125px;
	border: 1px dashed #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

#showcouponbox > label
{
	font-size: 30px;
	margin-top: 5px;
	color: #000;
	letter-spacing: 4px;
}

#showcouponboxhide
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background-image: linear-gradient(45deg, #ffd95c 25%, #4f4f4f 25%, #4f4f4f 50%, #ffd95c 50%, #ffd95c 75%, #4f4f4f 75%, #4f4f4f 100%);
	background-size: 28.28px 28.28px;
	margin: 0px auto;
	animation: loop 60s linear alternate infinite;
    -webkit-animation: loop 60s linear alternate infinite;
    -moz-animation:    loop 60s linear alternate infinite;
    -o-animation:      loop 60s linear alternate infinite;
    -ms-transition:    loop 60s linear alternate infinite;
	transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
}

@keyframes loop {
  100% {
    background-position: 2000px;
  }
}

#lockerholder
{
	display: flex;
	position: initial;
	margin-top: 25px;
	margin-bottom: 25px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#couponbuttonreveal
{
	background-color: #cc4b06;
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	padding: 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
	max-width: 150px;
	margin: 0px auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

#couponbuttonreveal:hover
{
	cursor: pointer;
	background-color: #cc0606;
	font-size: 17px;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

#locker
{
	display: none;
	width: 300px;
	height: 74px;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	margin: 0px auto;
	align-items: center;
	margin-top: -25px;
}

#checkbox
{
	height: 24px;
	width: 24px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
	position: relative;
	left: 15px;
}

#checkbox:hover
{
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
    border: 2px solid #b2b2b2;
	cursor: pointer;
}

#norobot
{
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
	position: relative;
    left: 25px;
}

#recaptcha
{
	background-image: url("img/recaptcha.png");
	background-size: 100% 100%;
    height: 65px;
    width: 66px;
	position: relative;
    left: 113px;
}

#spinner
{
    background-color: #f9f9f9;
    border: 6px solid #4d90fe;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 32px;
    left: -5px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 32px;
    box-sizing: border-box;
    opacity: 0;
    animation: spinner-spin linear 2.5s infinite;
    -webkit-animation: spinner-spin linear 2.5s infinite;
    -moz-animation:    spinner-spin linear 2.5s infinite;
    -o-animation:      spinner-spin linear 2.5s infinite;
    -ms-transition:    spinner-spin linear 2.5s infinite;
    animation-play-state: paused;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

@keyframes spinner-spin
{
	0% {
		transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(135deg);
	}
	25% {
		transform: rotateZ(245deg);
	}
	60% {
		transform: rotateZ(700deg);
	}
	75% {
		transform: rotateZ(810deg);
	}
	100% {
		transform: rotateZ(1080deg);
	}
}

#spinner-overlay
{
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 38px;
    height: 19px;
    animation: overlay-spin linear 1s;
    animation-play-state: paused;
    transform-origin: bottom center;
    border-radius: 38px 38px 0 0;
    transform: rotateZ(45deg);
    opacity: 0;
}

@keyframes overlay-spin
{
	0% {
		opacity: 1;
		transform: rotateZ(45deg);
	}
	100% {
		opacity: 1;
		transform: rotateZ(225deg);
	}
}

.play 
{
	animation-play-state: running !important;
	opacity: 1 !important;
}

.pause 
{
	animation-play-state: paused !important;
	opacity: 0 !important;
}

#offerbox
{
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
    position: absolute;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 2000000000;
    left: 150px;
    top: -150px;
}

#offercross
{
	background-image: url("img/cross.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999999999;
}

#offercross:hover
{
	cursor: pointer;
}

#offerbox2
{
    z-index: 2000000000;
    position: relative;
    width: 400px;
    height: 580px;
}

#offertitle
{
	background-clip: content-box;
	box-sizing: border-box;
	background-color: #4a90e2;
	padding: 7px;
	width: 100%;
	height: 100px;
	font-family: Roboto,helvetica,arial,sans-serif;
	color: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: 16px;
	text-align: center;
}

#offerfooter
{
    font-family: Roboto,helvetica,arial,sans-serif;
    border-top: 1px solid #dfdfdf;
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0;
}

#offerbutton
{
	background: #4a90e2;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    min-width: 100px;
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	float: right;
	margin: 10px;
}

#offerbutton:hover
{
	cursor: not-allowed;
}

#offerdesc
{
	height: 100%;
	font-family: Roboto,helvetica,arial,sans-serif;
	float: left;
	font-size: 14px;
    line-height: 62px;
	padding-left: 20px;
	color: #868686;
	transition: 0.2s;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}

#offerholder
{
    position: absolute;
    top: 100px;
    bottom: 69px;
    right: 7px;
    left: 7px;
	overflow: auto;
}

#offerholdermobile
{
	display: none;
    position: absolute;
    top: 100px;
    bottom: 69px;
    right: 7px;
    left: 7px;
	overflow: auto;
}

.listoffer
{
	border: 1px solid rgb(204, 204, 204);
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
	display: flex;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
	height: initial;
}

.listofferimg
{
	flex-grow: 0;
	flex-shrink: 0;	
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.listoffertext
{
	font-family: Roboto,helvetica,arial,sans-serif;
	font-size: 12px;
	padding: 10px;
	border-left: 1px dashed #ccc;
	margin-left: 5px;
}

.listoffer:hover
{
	background-color: #ebf7ff;
	cursor: pointer;
}

#menumobile
{
	display: none;
    width: 65px;
    height: 65px;
    float: right;
	background-image: url(img/mobilemenu.png);
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
	border-left: 1px solid #ebebeb;
}

#infoboxmobile
{
	display: none;
	width: 100%;
	min-height: 150px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	z-index: -1;
	padding: 30px;
    box-sizing: border-box;
}

#infoboxmobile1
{
	display: flex;
	width: 70px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	justify-content: center;
}

#infoboxmobile1 > img
{
	width: 70px;
	height: 70px;
}

#infoboxmobile2
{
	min-height: 18px;
	display: flex;
	height: 100%;
	flex-flow: column;
}

#infoboxmobile2 > h1
{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 20px 10px 30px;
}

#delimitermobile
{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	float: left;
	padding-right: 10px;
    padding-left: 20px;
	box-sizing: border-box;
	background-clip: content-box;
}

#availablemobile > label
{
	padding: 20px 20px 10px 30px;
    display: block;
	font-size: 12px;
}

.mobilebutton
{
	display: none;
}

@media only screen and (max-width: 1150px)
{
	#infobox
	{
		display: none;
	}
	
	#infoboxmobile
	{
		display: block;
	}
	
	#storetitle
	{
		display: none;
	}
	
	#delimiter
	{
		display: none;
	}
	
	#main
	{
		padding: 0px 20px 20px 20px;
	}
	
	.coupon
	{
		padding: 20px 0px 0px 0px;
	}
	
	.expired
	{
		padding: 20px 0px 0px 0px;
	}
	
	.expiredholder
	{
		box-sizing: border-box;
		background-clip: content-box;
	}
	
	#article
	{
		padding: 20px 0px 0px 0px;
	}
	
	#articleholder > h2
	{
		font-size: 16px;
	}
	
	#articleholder > p
	{
		font-size: 12px;
	}
}

@media only screen and (max-width: 1000px)
{
	#offerholder
	{
		display: none;
	}
	
	#offerholdermobile
	{
		display: block;
	}
}

@media only screen and (max-width: 940px)
{
	#menu
	{
		display: none;
	}
	
	#menumobile
	{
		display: block;
	}
	
	#search
	{
		right: 65px;
	}
}

@media only screen and (max-width: 900px)
{
	.couponusesholder
	{
		padding: 5px;
	}
	
	.couponusesholder > label
	{
		font-size: 12px !important;
	}
	
	.couponupdateholder
	{
		padding: 5px;
	}
	
	.couponupdateholder > label
	{
		font-size: 12px !important;
	}
	
	.couponvotesholder
	{
		padding: 5px;
	}
	
	.couponvotesholder > label
	{
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 750px)
{	
	.coupon
	{
		height: 275px;
	}
	
	.coupontext
	{
		height: 60px;
	}

	.couponstats
	{
		flex-direction: column;
	}
	
	.couponusesholder
	{
		padding: 5px;
		margin-left: 30px;
	}
	
	.couponusesholder > label
	{
		font-size: 12px !important;
		width: initial;
	}
	
	.couponusesholder > label:nth-of-type(1)
	{
		font-size: 12px !important;
		width: initial;
		margin-right: 5px;
	}
	
	.couponupdateholder
	{
		padding: 5px;
		margin-left: 30px;
	}
	
	.couponupdateholder > label
	{
		font-size: 12px !important;
		width: initial;
	}
	
	.couponupdateholder > label:nth-of-type(1)
	{
		font-size: 12px !important;
		width: initial;
		margin-right: 5px;
	}
	
	.couponvotesholder
	{
		padding: 5px;
		margin-left: 30px;
	}
	
	.couponvotesholder > label
	{
		font-size: 12px !important;
		width: initial;
	}
	
	.couponvotesholder > label:nth-of-type(1)
	{
		font-size: 12px !important;
		width: initial;
		margin-right: 5px;
	}
	
	.couponuses
	{
		justify-content: left;
		border: 0px;
	}
	
	.couponupdate
	{
		justify-content: left;
		border: 0px;
	}

	.couponvotes
	{
		justify-content: left;
		border: 0px;
	}
	
	.couponmiddle
	{
		border-bottom: 1px solid #ccc;
	}
	
	.coupontitle > label
	{
		font-size: 14px;
		padding-right: 30px;
	}
	
	.couponbutton
	{
		font-size: 12px;
	}
	
	.couponbutton:hover
	{
		font-size: 13px;
	}
}

@media only screen and (max-width: 800px)
{	
	#offerbox
	{
		position: fixed;
		left: 30px;
		top: 30px;
		right: 30px;
		bottom: 30px;
	}
	
	#offerbox2
	{
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 550px)
{	
	.coupon
	{
		height: initial;
		min-height: 275px;
	}

	.couponleft
	{
		height: initial;
	}

	.couponright
	{
		display: none;
	}
	
	.couponmiddle
	{
		border-right: 1px solid #ccc;
	}
	
	.mobilebutton
	{
		display: flex;
		padding: 15px;
		padding-left: 30px;
	}
	
	.coupontext
	{
		flex-direction: column;
		height: initial;
		min-height: 60px;
	}
	
	.couponbutton
	{
		padding: 10px;
	}
	
	.couponstats
	{
		padding-bottom: 25px;
	}
	
	#showcouponholder
	{
		display: flex;
		flex-direction: column;
		width: 95%;
		
	}
	
	#showcouponbox
	{
		position: relative;
	}
	
	#lockerholder
	{
		display: flex;
		top: 0px;
		position: initial;
		margin-top: 25px;
		margin-bottom: 25px;		
	}
	
	#locker
	{
		margin-top: -25px;
	}
}

@media only screen and (max-width: 500px)
{	
	.coupon
	{
		height: initial;
	}
	
	.coupontext
	{
		height: initial;
	}
	
	.expiredholder > label
	{
		font-size: 14px;
		padding: 30px;		
	}
	
	#offertitle
	{
		font-size: 14px;
	}
	
	#offerbox
	{
		left: 10px;
		right: 10px;
	}
}

@media only screen and (max-width: 400px)
{
	#offerfooter
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	#offerdesc
	{
		line-height: initial;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
	}
	
	#offerbutton
	{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		padding: 0px;
	}
	
	#offertitle
	{
		font-size: 12px;
	}
	
	#logo
	{
		width: 100px;
		background-size: 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	#search
	{
		left: 100px;
	}
	
	#search > form
	{
		padding-left: 0px;
	}
	
	#infoboxmobile2 > h1
	{
		font-size: 14px;
	}
	
	.couponleft
	{
		width: 100px;
	}
	
	.couponleftholder > label:nth-of-type(1)
	{
		font-size: 20px;
	}
	
	.couponleftholder > label:nth-of-type(2)
	{
		font-size: 12px;
	}
}

@media only screen and (max-width: 350px)
{	
	#locker
	{
		width: 90%;
	}
	
	#recaptcha
	{
		position: absolute;
		right: 20px;
		left: initial;
	}
}

@media only screen and (max-width: 330px)
{	
	#infoboxmobile
	{
		padding: 20px;
	}
	
	.coupontitle
	{
		height: initial;
	}
	
	.coupontitle > label
	{
		padding-top: 30px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 300px)
{	
	#search
	{
		display: none;
	}
	
	#logo
	{
		width: 125px;
	}
	
	#infoboxmobile2 > h1
	{
		font-size: 14px;
	}
	
	#availablemobile > label
	{
		font-size: 12px;
	}
}