
.title {padding-top:25px;
		padding-bottom:25px;}

.navbar-default {
		padding:0;
		background-color:black;
		}
.form-container {min-height:700px;}
}
.page {padding:0;}
.page ul ol span {color:#337ab7;}
.hover-blue {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.hover-service:hover,
.hover-service:active 	{
	text-decoration:none;
	width:268px;
	height: 268px;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 2px solid #e9eff8;
}

.hover-service {
	display:inline-block;
	width: 270px;
	height: 270px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.hover-blue:hover 
{
	color:#101D4A;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
}
#dropdownlist {
	padding: 0;
	margin: 1px 0;
	display:none;
	position:absolute;
	width: 439px;
	background-color: white;
	color:#666;
	z-index:10;
	top:99px;
	right:333px;
	
	
}


#call-action-wrapper {
	padding-top:50px;
	height:120px;
	width:500px;
	overflow:hidden;
	display:inline-block;
	
}
#list1,#list2,#list3 {
	margin:0;
	padding:5px 0 5px 10px;
	text-align:left;
	height:110px;
	display:inline-block;
	float:left;
	overflow: hidden;
	border: 1px solid #666;
}
#list1 {
	width:179px;
	border-top:none;
	border-right:none;
	text-align:center;
	
}
#list2 {
	border-left:none;
	border-right:none;
	width:110px;
}
#list3 {
	border-left:none;
	width:150px;
	
}
#dropdownlist li{
	list-style:none;
	cursor: pointer;
	top:35px;
	right:252px;

	
	
}
#dropdownlist li:hover 
{
	text-decoration:underline;
	color:#3d88c9;
}
.btn-more {
	display:inline-block;
	color:white;
	
	
}
.btn-more:hover {
	color:#666;
}
#quote-type {
	
	margin-right:10px;
	display: inline-block;
	padding: 10px 20px;
	width: 180px;
	background-color: #3d88c9;
	cursor: pointer;
	font-weight:bolder;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
#quote-type:hover {
	background-color: #7aaeda;
}
#quote-type:after {
	position:absolute;
	font-family: FontAwesome;
	right:600px;
    content: "\f13a";
}
#btn-call-action {
	margin-right:20px;
	display: inline-block;
	padding: 10px 5px;
	width: 160px;
	background-color:#e20000;
	color:white;
	text-decoration:none;
	font-weight:bolder;
	z-index:99;
}
@media (max-width:992px)
{
	#dropdownlist {
		
		right:123px;
	}
	#quote-type:after {
		position:absolute;
		font-family: FontAwesome;
		right:400px;
		content: "\f13a";
	}
}
@media (min-width:992px) and (max-width:1200px)
{
	#dropdownlist {
		
		right:233px;
	}
	#quote-type:after {
		position:absolute;
		font-family: FontAwesome;
		right:500px;
		content: "\f13a";
	}
}

@media (min-width:768px) {

.title { padding-top: 50px;
    padding-bottom: 50px;
	 font-size: 100px;
   
    line-height: 100px;
	 font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;}
.page {
		margin-bottom:30px;
		padding:20px;
		background-color:white;
		color: #666;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
		}

}
#call_action_form {
	margin-top:30px;
}
#quoteType-xs {
	margin-bottom:10px;
}

