main {
	position: relative;
	padding-bottom: 170px;
}
#list li {
	display: inline-block;
	border: solid 2px #fff;
	float: left;
	margin-bottom: 30px;
}
#list h1 {
	color: #fff;
	padding: 10px 0 30px 18px;
	margin: 0 0 32px 0;
	text-shadow: 1px 1px #666;
	display: block;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	background: url(images/tpl2015/customer-categories.png) 7px -1px no-repeat;
}
#list h2 {
	font-size: 18px;
	line-height: 22px;
	height: 48px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
#list img, .video-gallery li > a {
	height: 120px;
	width: 160px;
}
#list .category-container {
	line-height:3.3em;
	height: 3.1em;
	overflow: hidden;
}
#list .category {
	line-height: 1em;
	vertical-align: middle;
	display: inline-block;
}
#list a {
	display: block;
	background-color: rgba(0,0,0,.08);
}
#list a:hover {
	color: #000;
	background-color: rgba(255,255,255,.1);
}
#list a:nth-of-type(2), #list h2 > a {
	padding: 4px;
	text-align: center;
}
#list h2 > a {
	height: 120px;
}
#list a.next {
	display: inline-block;
	background-color: #ccc;
	padding: 8px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 140px;
}
#list a.next:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
}
#exclusive-login-main {
    padding-bottom: 0;
}
#exclusive-login-main>.inner {
    background: url("../images/2015/exclusive-login/bg.png") no-repeat;
    background-size: 100% 100%;
}
#exclusive-login-container {
	text-align: center;
    padding: 3em 0 10em 0;
}
#exclusive-login {
	text-align: left;
	/*background-color: rgba(0,0,0,.2);
	border-radius: 8px;
	padding: 35px 20px;
	display: inline-block;*/
	width: 75%;
}
#exclusive-login > * {
	display: block;
}
#exclusive-login > input {
	padding: 5px 8px;
	margin-bottom: 20px;
}
#subheader {
	max-width: 768px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 16px;
}
@media (max-width:767px) {
	#list li {width:100%; height:124px; position:relative;}
	#list h2 {position:absolute; top:0px; right:0px; left:160px; height:90px;}
	#list.companies h2 {left:0; height:82px;}
	#list.companies li {height:86px;}
	#list.video-gallery h2, #list.photo-gallery h2{height:120px;}
	#list.video-gallery h2 > a, #list.photo-gallery h2 > a, #list.companies h2 > a {padding:8px;}
	#list.merchant-not-found h2 {height:70px;}
	#list.merchant-not-found a:nth-of-type(2) {height:50px;}
	#list.merchant-not-found .category-container {line-height:1.7em;}
	#list h2 > a {display:block; width:100%; height:100%;}
	#list a:nth-of-type(2) {position:absolute; bottom:0px; right:0px; left:160px; height:30px;}
	#list img {position:absolute; top:0px; left:0px; width:160px; height:120px;}
}
@media (min-width:768px) and (max-width:991px) {
	#list li {width:164px; margin-right:21px;}
	#list li:nth-child(4n) {margin-right:0;}
}
@media (min-width:992px) and (max-width:1199px) {
	#list li {width:164px; margin-right:30px;}
	#list li:nth-child(5n) {margin-right:0;}
}
@media (min-width:1200px) {
	#list li {width:164px; margin-right:31px;}
	#list li:nth-child(6n) {margin-right:0;}
}
#exclusive-login-container h1 {
    font-size: 28px;
    color: #414042;
    background: url("../images/2015/exclusive-login/eyes.png") no-repeat left top;
    padding: 30px 0 0 70px;
    text-align: left;
    font-weight: bold;
    margin-bottom:1em;
}
#exclusive-login-container input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 25%, #e7e7e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#e7e7e8));
    background: -webkit-linear-gradient(top,  #ffffff 25%,#e7e7e8 100%);
    background: -o-linear-gradient(top,  #ffffff 25%,#e7e7e8 100%);
    background: -ms-linear-gradient(top,  #ffffff 25%,#e7e7e8 100%);
    background: linear-gradient(to bottom,  #ffffff 25%,#e7e7e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e8',GradientType=0 );
    border: none;
    padding: 0.5em 1em;
    width: 19em;
}
#exclusive-login>.fields {
	float: left;
}
#exclusive-login>.fields>div {
	margin-top:1em;
}
#exclusive-login>.fields>div:first-child {
	margin-top:0;
}
#exclusive-login>.submit {
	float: right;
}
#exclusive-login label {
	display: block;
}
#exclusive-login button[type="submit"] {
	font-weight: bold;
	font-size:19px;
	color: #414042;
	padding: 0.5em 1em;
	background: #fff;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding-right: 3em;
	margin-top:3.5em;
}
#exclusive-login button[type="submit"]>.arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2.5em;
	background: #c4161c;
	background: -moz-linear-gradient(left,  #c4161c 0%, #eb1c24 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c4161c), color-stop(97%,#eb1c24));
	background: -webkit-linear-gradient(left,  #c4161c 0%,#eb1c24 97%);
	background: -o-linear-gradient(left,  #c4161c 0%,#eb1c24 97%);
	background: -ms-linear-gradient(left,  #c4161c 0%,#eb1c24 97%);
	background: linear-gradient(to right,  #c4161c 0%,#eb1c24 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4161c', endColorstr='#eb1c24',GradientType=1 );
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#exclusive-login button[type="submit"]:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2.5em;
	background: url("../images/2015/exclusive-login/submit.png") no-repeat center center;
}

#gone410 {
	padding: 3em 0 7em;
	text-align: center;
}
#gone410:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: top repeat-x url(../images/2015/exclusive-login/bg.png);
	background-size: 100% 100%;
}
#gone410 h1 {
	color: #58595b;
	font-size: 21px;
	font-weight: bold;
	padding-top: 150px;
	background: center top 30px no-repeat url(images/tpl2015/errors/error-icon.png);
}
#gone410 p {
	color: #58595b;
	font-size: 17px;
}