﻿@charset "UTF-8";
/* CSS Document */
iframe{
	margin: 0 auto;
	width: 95%;
	height: 400px;
	margin-top: 20px;
}
.h4{
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 19px;
	color: #666666;
	margin-top: 25px; 
	margin-bottom: 10px;
	}
.cin, .mil {
	box-shadow: 4px 4px 5px #f4f4f4;
	float: left;
	margin-bottom: 50px;
	position: relative;
	width: 48%;
	overflow: hidden;
	background-color: #ffffff;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 40px;
}
.cin:hover, .mil:hover {
	box-shadow: 0px 0px 20px #b0b0b0;
}
.offices{
	width: 95%;
	margin: 0 auto;
	margin-top: 40px;
}
.cin>img, .mil>img{
	margin: 30px auto;
	text-align: center;
}
.contactInfo{text-align: left;
margin-left: 20%}
.button{
	margin-bottom: 30px;
	margin-top: 15px;
}
.address{
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px;
}
.address1{
	margin-top: 0px;
	font-size: 15px;
	line-height: 24px;
}

.phones{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;

}
a{cursor: pointer;}
.l, .r{
	width: 40%;
	margin-right: 5%;
	float: left; 
	position:relative;
	margin-bottom: 30px;
	}
.link1{
	text-decoration: none;
	font-size: 18px; color: #4398ef;
	font-family: 'Open Sans', Helvetica, sans-serif;
	margin-top: 15px;}
.link1:hover{
	text-decoration:underline;}
@media screen and (max-width: 980px) {}

	@media screen and (max-width: 767px) {
		.mil, .cin{
			width: 50%;
				margin: 0 auto;
			margin-bottom: 60px;
		}
}

	@media screen and (max-width: 480px) {
		.mil, .cin{
			width: 55%;
				margin: 0 auto;
			margin-bottom: 40px;
		}
}

.eStore_contactUs_form {
display:none;}
.eStore_contactUs_address {
background:none}