@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;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

#homemain
{
	width: 90%;
	min-height: 500px;
	margin: 0px auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        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;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	   -moz-box-shadow: 0px 0px 10px 0px #000000;
	        box-shadow: 0px 0px 10px 0px #000000;
}

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

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

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

#search > form > input
{
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 190px;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1300px;
	margin: 0px auto;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-clip: content-box;
	min-height: 500px;
}

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

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

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

#storestats
{
	width: 250px;
	min-height: 80px;
	border: 1px solid #ccc;
	border-top: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        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;
	display: flex;
    flex-direction: column;
}

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

#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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-clip: content-box;
	order: 2;
}

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

.couponleft
{
	height: 100%;
	width: 200px;
	float: left;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #ccc;
	border-left: 2px dashed #ccc;
}

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

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

.coupontext
{
	height: 50px;
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

}

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

.couponstats
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.couponusesholder
{
	background-color: #fff;
	float: left;
	background-color: #ececec;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,150,0.2)), color-stop(75%, rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top left, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -moz-linear-gradient(top left, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -o-linear-gradient(top left, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
	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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.couponupdateholder
{
	background-color: #fff;
	float: left;
	background-color: #d1e6ed;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,150,0.2)), color-stop(75%, rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top left, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -moz-linear-gradient(top left, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -o-linear-gradient(top left, rgba(255,255,150,0.2) 0%, rgba(0,0,0,0.1) 75%);
	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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.couponvotesholder
{
	background-color: #fff;
	float: left;
	background-color: #aff68e;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,150,0.4)), color-stop(75%, rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -moz-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -o-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	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: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,150,0.4)), color-stop(75%, rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -moz-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -o-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	padding: 20px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-clip: content-box;
	float: left;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,150,0.1)), color-stop(75%, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top left, rgba(255,255,150,0.1) 0%, rgba(0,0,0,0) 75%);
	background-image: -moz-linear-gradient(top left, rgba(255,255,150,0.1) 0%, rgba(0,0,0,0) 75%);
	background-image: -o-linear-gradient(top left, rgba(255,255,150,0.1) 0%, rgba(0,0,0,0) 75%);
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.1) 0%, rgba(0,0,0,0) 75%);
	order: 4;
}

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

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

}

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

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

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

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

#showcoupon
{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: 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;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: 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: -webkit-linear-gradient(45deg, #ffd95c 25%, #4f4f4f 25%, #4f4f4f 50%, #ffd95c 50%, #ffd95c 75%, #4f4f4f 75%, #4f4f4f 100%);
	
	background-image: -moz-linear-gradient(45deg, #ffd95c 25%, #4f4f4f 25%, #4f4f4f 50%, #ffd95c 50%, #ffd95c 75%, #4f4f4f 75%, #4f4f4f 100%);
	
	background-image: -o-linear-gradient(45deg, #ffd95c 25%, #4f4f4f 25%, #4f4f4f 50%, #ffd95c 50%, #ffd95c 75%, #4f4f4f 75%, #4f4f4f 100%);
	
	background-image: linear-gradient(45deg, #ffd95c 25%, #4f4f4f 25%, #4f4f4f 50%, #ffd95c 50%, #ffd95c 75%, #4f4f4f 75%, #4f4f4f 100%);
	-webkit-background-size: 28.28px 28.28px;
	   -moz-background-size: 28.28px 28.28px;
	     -o-background-size: 28.28px 28.28px;
	        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;
	transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
}

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

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

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

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

#lockerholder
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	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: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,150,0.4)), color-stop(75%, rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -moz-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: -o-linear-gradient(top left, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	background-image: linear-gradient(to bottom right, rgba(255,255,150,0.4) 0%, rgba(0,0,0,0.1) 75%);
	padding: 15px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: 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;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin: 0px auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: -25px;
}

#checkbox
{
	height: 24px;
	width: 24px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            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");
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
    height: 65px;
    width: 66px;
	position: relative;
    left: 113px;
}

#spinner
{
    background-color: #f9f9f9;
    border: 6px solid #4d90fe;
    -webkit-border-radius: 36px;
       -moz-border-radius: 36px;
            border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 32px;
    left: -5px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 32px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            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;
}

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

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

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

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

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

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

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

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

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

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

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

#offerbox
{
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
       -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
            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;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #4a90e2;
	padding: 7px;
	width: 100%;
	height: 100px;
	font-family: Roboto,helvetica,arial,sans-serif;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: 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;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            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);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	        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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 5px;
	padding-right: 5px;
	height: initial;
}

.listofferimg
{
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;	
	width: 40px;
	height: 40px;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        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);
    -webkit-background-size: 40% 40%;
       -moz-background-size: 40%;
         -o-background-size: 40%;
            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;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

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

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

#infoboxmobile2
{
	min-height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-flow: column;
	        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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-clip: content-box;
}

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

.mobilebutton
{
	display: none;
}

#shoplist
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.bokstav
{
	padding: 20px;
}

@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
	{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        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
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        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
	{
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		   -moz-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
		border: 0px;
	}
	
	.couponupdate
	{
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		   -moz-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
		border: 0px;
	}

	.couponvotes
	{
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		   -moz-box-pack: left;
		    -ms-flex-pack: left;
		        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: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding: 15px;
		padding-left: 30px;
	}
	
	.coupontext
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: initial;
		min-height: 60px;
	}
	
	.couponbutton
	{
		padding: 10px;
	}
	
	.couponstats
	{
		padding-bottom: 25px;
	}
	
	#showcouponholder
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 95%;
		
	}
	
	#showcouponbox
	{
		position: relative;
	}
	
	#lockerholder
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		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: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	#offerdesc
	{
		line-height: initial;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 12px;
	}
	
	#offerbutton
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 12px;
		padding: 0px;
	}
	
	#offertitle
	{
		font-size: 12px;
	}
	
	#logo
	{
		width: 100px;
		-webkit-background-size: 100% 100%;
		   -moz-background-size: 100%;
		     -o-background-size: 100%;
		        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;
	}
}