/* Override Styles for Merchant View Landing Page */

/* Global Styles */

a.button, #newsletter-form .btn, #teaser a.button, .form-btn{
	background:#1387EB;
	border-radius:3px;
}
a.button:hover, #newsletter-form .btn:hover, #teaser a.button:hover, .form-btn:hover{
	background:#107AD5;
}


/* Header Styles */
#logo{
}
#logo h1{
	margin-top:0;
}
#logo img{
	width:435px;
}
.elevated{
	min-height:650px;
}
#teaser{
	border-bottom:10px solid #1387EB;
}
#teaser h2{
	font-size:42px;
	line-height:1.3;
	margin:50px 0 15px 0
}
#teaser p{
	font-size:28px;
	margin-bottom: 35px;
}
.contact-number{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	color:#525252;
	font-family:'Liberation Sans', FreeSans, sans-serif !important;
	font-size:24px;
	float:left;
	line-height:1.4;
	letter-spacing:1.2px;
	letter-spacing:8px;
	margin:10px 0 0 35px;
	padding:20px;
}
.contact-number span{
	letter-spacing:8.5px;
	font-size:18px;
}
#social{
	margin:45px 0 0 10px;
}
.trusted-agency-badge{
	float:right;
	padding:13px;
}
.trusted-agency-badge a img{
	width:100px;
}

/* Slider Area */
.googlized-btn{
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 50px;
}
.googlized-btn img{
	width:200px;
	transform:rotate(-15deg);
	-ms-transform:rotate(-15deg); /* IE 9 */
	-webkit-transform:rotate(-15deg); /* Opera, Chrome, and Safari */
}

@media only screen and (min-width : 0px) and (max-width : 960px) {
	.googlized-btn{
		display:none;
	}
	#logo img{
		width:200px;
	}
	.trusted-agency-badge{
		display:none;
	}
	.contact-number{
		padding: 0 10px;
	}
	#social{
		margin:20px;
	}
}
@media only screen and (min-width : 961px) and (max-width : 1023px) {
	.googlized-btn{
		left:10px;
	}
	.googlized-btn img{
		width:175px;
	}
}

/* Content Boxes */
.content-box{
	background:white;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #E8E8E8;
	border-radius:3px;
}
.content-box .feature-img{
	min-height:150px;
	background:black;
}
.content-box h3{
	margin-top:30px;
}
.feature-info{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-height:290px;
	padding:5px 5px 35px;
}
/* Bottom */
footer, #contact{
	border-top:10px solid #1387EB;
}
.logo-small img{
	width:400px;
	padding-bottom:10px;
}


/* Modal Styles */
.modal{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:600px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {

}


