

a {cursor: pointer;}


#login-form {
  position: relative;
  text-align: left;
  margin: 20px 0;
  border-radius: 10px;

}

#login-form input {
border: 1px solid;
margin-bottom: 20px;
padding: 8px;
height: 40px;
width: 100%;
}

table, table td{ 
  padding: 8px;
  border: 2px solid #f2f3f6;
  border-collapse: collapse;
  border-spacing: 0;
}
.stores-item {
	width: 23%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
	margin-right: 2%;
	padding: 30px 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-bottom: 20px;
}

.stores-item:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100&0+68,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(245,245,245,0) 68%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(245,245,245,0) 68%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(245,245,245,0) 68%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.stores-item-name {
	color:#2fb8eb!important;
	padding-top: 20px;
}

.stores-item img {
	width: 150px!important;
	max-height: 50px!important;
}

.stores-item-link {
	padding-top: 30px;
}

.stores-item-link a{
	color: #222222;
}

.stores-item-link .btn{
	color: #fff;
}

.stores-item-link input{
	color: #ffffff;
}

.flat-button{
	padding: 16px 39px 17px 38px;
}

.stores-item-logo {
	height: 60px;
}


/* Main Content */
.mcon img {float: left; margin: 0px 15px 15px 0;}
.mcon2 img {float: left; margin: 0px 15px 20px 0;}
img.fright {float: right; margin: 0px 0 15px 15px;}

.headerimg {min-height: 150px; background: url(../images/page-1_slide02.jpg); background-position: 60% 90%;}


.footerlogo {
	-webkit-filter: grayscale(1) invert(1); /* Safari 6.0 - 9.0 */
    filter: grayscale(1) invert(1);
}

.h3 {padding-top: 20px;}


.markedlist li {
	padding: 0 0 0 25px;
	margin-bottom: 8px;
}

.markedlist li:before {    
font-family: 'FontAwesome';
content: '\f054';
margin:0 5px 0 -20px;
color: #3baed4;
}

