a, .btn, button {
	-webkit-transition: all 200ms ease-in-out;
	 -moz-transition: all 200ms ease-in-out;
	  -o-transition: all 200ms ease-in-out;
	   -ms-transition: all 200ms ease-in-out;
	    transition: all 200ms ease-in-out;
}


body{
	background-color: #f6f8fc;
	color: #3d3d3d;
	-webkit-font-smoothing: antialiased;

}

.logo{
	padding: 56px 0px;
}

.main-box{
	padding: 48px 48px;
	background-color: #ffffff;
	width: 512px;
	margin: 0 auto;
	box-shadow: 0 4px 52px rgba(0,0,0,0.06), 0 6px 22px rgba(0,0,0,0.06);
}

.main-box-2{
	padding: 48px 48px;
	background-color: #ffffff;
	width: 658px;
	margin: 0 auto;
	box-shadow: 0 4px 52px rgba(0,0,0,0.06), 0 6px 22px rgba(0,0,0,0.06);
}

h1{
	font-size: 26px;
	text-align: center;
	 margin-bottom: 1.6rem;
}

h5{
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
}

.line{
	height: 4px;
	width: 56px;
	margin-bottom: 28px;
	background-color: #91c848;
}

label{
	font-size: 12px;
}

.form-control{
	height: 45px;
	border-radius: 0px;
}


.form-control:focus{
	border-color: #91c848;
}


.top-search > .form-control{
	width: 284px;
	margin: 0 auto;
	height: 40px;
}

.btn {
    color: #fff;
    background-color: #91c848;
    border-color: #91c848;
    border-radius: 30px;
    padding: 12px 48px;
    font-size: 14px;
    margin-top: 12px;
}

.btn:hover{
	background-color: #83bd37;
	border-color: #83bd37;
}

.search-options-header{
	margin-top: 38px;	`
}

h6{
	font-size: 12px;
	color: #92999c;
	font-weight: bold;
	margin-bottom: 10px;
}


.list-group{
	font-size: 12px;
}

.list-group-item{
	border-right: none;
	border-left: none;
	border-radius: 0px;
	padding: 1.3rem 0;
	background-color: transparent;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #e9ecf2;
    box-shadow: 0 3px 4px rgba(0,0,0,0.06), 0 6px 22px rgba(0,0,0,0.08);
    border: solid 1px transparent;
    border-right: none;
    border-left: none;
}

.list-group-item:last-child {
	border-bottom: none;
	}
	
.list-group-project-details{
	margin-top: 38px;
	font-size: 12px;
}

.pull-xs-right {
    float: right!important;
    padding-right: 16px;
}

.detail-title{
	color: #92999c;
	font-weight: bold;
}

.code-detail{
	color: #3d3d3d;
	font-weight: bold;
}

.redeem-detail{
	color: #91c848;
	font-weight: bold;
}

.expiration-detail{
	color: #ea0e0e;
	font-weight: bold;
}

.fa{
	padding-left: 8px;
	color: #b5babc;
}

.media-title{
	color: #92999c;
	font-weight: bold;
	margin-bottom: 16px;
}

.media-detail{
	font-weight: bold;
	margin-bottom: 16px;
}

.media-item{
	font-weight: bold;
	padding: 6px 0px;
}

.media-status{
	color: #92999c;
	font-weight: bold;
	padding: 6px 0px;
	text-align: right;
}


.reset{
	 display: flex;
    padding-top: 16px;
    margin-top: 22px;
    justify-content: flex-end;
    border-top: 1px solid #ddd;

}


@media (max-width:658px){
	
	.main-box-2{
		width: 94%;
		padding: 28px;
	}
	
}


@media (max-width:512px){
	
	.main-box{
		width: 94%;
		padding: 28px;
	}
	
}