html, body {
	height: 100%;
	min-height: 100%;
	font-family: 'OpenSans';
}
body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #f6fbfe;
	padding: 0;
	margin: 0;
}

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  
  url('fonts/OpenSans.woff') format('woff'), 
  url('fonts/OpenSans.ttf')  format('truetype'), 
  url('fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  
  url('fonts/OpenSans-Bold.woff') format('woff'), 
  url('fonts/OpenSans-Bold.ttf')  format('truetype'), 
  url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('fonts/droidserif-bolditalic-webfont.eot');
    src: url('fonts/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/droidserif-bolditalic-webfont.woff') format('woff'),
         url('fonts/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
  max-width: 100%;
}
h1,
h2,
h3,
h4{
  margin: 0;
}
.section.section-1 {

}
.section.section-2 {

}
.section.section-3 {
	padding: 0 20px;
}
.container {
	width: 960px;
	max-width: 90%;
	margin: 0 auto 150px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 30px;
}
.container h2 {
  font-size: 32px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.phone-link {
	font-size: 32px;
	text-align: center;
	line-height: 1em;
	font-family:OpenSans-Bold;
	margin-bottom: 20px;
	
}
.phone-link a{
	color:#000;
	text-decoration:none;
	}

.quote-text {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1em;
}
.img-box {
	width: 63px;
	margin: 20px auto;
}	
.v-text, .text-2 {
	text-align: center;
}	
.bottom-box {
	font-family: droid_serifbold_italic;
	text-align: center;
	font-size: 20px;
	color: #616161;
	line-height: 1em;
	width: 237px;
	margin: 30px auto 0;
}
.v-text {
	width: 280px;
	margin: 0 auto 17px;
}
.v-text a {
	display: block;
	background: #6ea70c;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 26px;
}
.v-text a:hover {
	background: #000;
}
.bottom-box a{color: #616161; text-decoration:none;}
.bottom-box a:hover{text-decoration:underline;}

@media only screen and (max-width: 767px) {
.container h2,
.phone-link {
	font-size: 21px;
}

}

@media only screen and (max-width: 380px) {
.v-text {
	width: 250px;
}	
}