body{
	padding: 0px;
	margin: 0px;
	font: 17px Roboto;
	font-weight: 300;
	background: #efefef;
}
a{
	color: #fff;
}
@media (min-width: 1260px){
	.menu-top .menu{
	width: 900px;
}}
@media (max-width: 1200px) {
.menu-top .menu{
width: 900px;
}}
@media (max-width: 992px) {
.menu-top .menu{
    width: 900px;
}}
	
.menu-top{
	width: 100%;
	height: 60px;
	background: #505050;
	color: #fff;
	background-color: #000;
}
.menu-top .menu{
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
.menu-top .menu .logo{
    float: left;
    padding: 0 30px 0px 15px;
    font-size: 20px;
    line-height: 60px;
}
.menu-top .menu .menu-block{
	float: left;
	padding: 0px 20px;
	line-height: 60px;
}
.menu-top .menu .menu-block:hover{
	text-decoration: underline;
	cursor: pointer;
}
.wrapper{
	width: 900px;
	height: 500px;
	margin: 0 auto;
	margin-top: 25px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.wrapper .title {
    text-align: center;
    padding: 20px;
    margin: 0px 100px;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.inputtext {
    width: 400px;
    height: 50px;
    margin-left: 250px;
    font-size: 15px;
    margin-top: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: center;
}

.button {
    margin-left: 250px;
    width: 400px;
    background: #dd3333;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    border: 1px solid #dd3333;
    margin-top: 10px;
    height: 50px;
}

.wrapper .text {
    font-size: 12px;
    text-align: center;
    color: #848484;
}

.button:hover {
    cursor: pointer;
    background: #111;
	border: 1px solid #111;
}
.footer {
    margin: 0 auto;
    color: #4e4e4e;
    margin-top: 20px;
    text-align: center;
}

.footer a {
    color: #4e4e4e;
}

.checkPromo {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #555;
    /* text-decoration: underline; */
}

.checkPromo:hover {
    text-decoration: underline;
    cursor: pointer;
}