body{
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-top:20px;
}
.clear{
	clear:both;
}
img{
	max-width:100%;
}
a{
	text-decoration:none;
	color:#000;
}
p{
	margin-top:1.5em;
    line-height: 1.3em;
}
.wraper{
	max-width:960px;
	min-width:320px;
	margin:0 auto;
}
.header{
	width: 100%;
}
.slogan{
	font-style:italic;
	font-size:1.3em;
	text-align:center;
}
.logo img{
	width:100%;
	margin:0 auto;
}
i.fa {
	font-size: 165px;
}

/*Main Gradient*/
.callnow, .service2col, .servicessection .servicetitle, .switchdesktop, .pluginmoduletitle{
	background: #FFD71D; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFD71D 0%, #FFD71D 44%, #D4A100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD71D), color-stop(44%,#FFD71D), color-stop(100%,#D4A100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFD71D 0%,#FFD71D 44%,#D4A100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFD71D 0%,#FFD71D 44%,#D4A100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFD71D 0%,#FFD71D 44%,#D4A100 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFD71D 0%,#FFD71D 44%,#D4A100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD71D', endColorstr='#D4A100',GradientType=0 ); /* IE6-9 */
	color:#000;
}

.callnow{
	width:100%;
	text-align: center;
	padding: 25px 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	border-bottom:none;
}
.slider{
	width:100%;
}
.social{
	margin:40px auto 0 auto;
}
.social .facebook, .social .twitter, .social .youtube{
	width:32.32%;
	margin:0 0.5%;
	text-align:center;
	float:left;
}
.social .facebook img, .social .twitter img, .social .youtube img{
	width:100%;
	text-align:center;
	float:left;
}
.theme-default .nivoSlider {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#slider{
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
.site-description{
    margin: 2em 0;
    padding: 0 0.5em;
}
.nav{
	width:100%;
	margin-top:40px;
	margin-bottom:40px;
}
.nav a{
	width:33.33%;
	float:left;
	text-align:center;
}
.social{
	width:100%;
}
.content{
	width:100%;
}
.services{
	margin-top:40px;
}
.service2col{
	float:left;
	text-align:center;
	
	margin-right:1%;
	padding:4% 1%;
	width:47.5%;
	
	-webkit-border-radius: 15px;
	border-radius: 15px;

}
.servicessection, .pluginmodule{
	margin-top:40px;
}
.servicetitle, .pluginmoduletitle{
	width:100%;
	text-align: center;
	padding: 25px 0;
	
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	border-bottom:none;
}
.servicessection p, .pluginmodulecontent{
	margin-top: 0;
    padding: 1em 0.5em;
	-webkit-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
	border: #999 1px solid;
	border-top:none;
}
.service2collast{
	margin-right:0;
	margin-bottom:1%;
}
.hours{
	margin-top:40px;
	text-align:center;
}
.contact{
	margin-top:40px;
	text-align:center;
}
.pluginmodulecontent p{
	margin-top: 0.4em;
}
/*Google maps Responsive Fix*/
.google-maps {
	margin-top:40px;
	height:100% !important;
}
.google-maps img {
	width: 100% !important;
	overflow:hidden;
	-webkit-border-radius:15px;
	border-radius: 15px;
}
.google-maps p {
	margin-top:0;
}
.footer{
	width:100%;
}
.switchdesktop{
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
	text-align: center;
	padding:4% 0;
	
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.bumblebeepowerd img{
	width:80%; 
	margin:30px 10% 0 10%;
}
.manage a{
	padding: 12px 0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	text-align: center;
	margin:10px 0;
	display:block;
	background:#EEE;
	color:#CCC;
}

.manage a:hover{
	background:#CCC;
	color:#777;
}
input, textarea {
	font-size: 48px;
	width: 99.7%;
	resize: none;
}
input[type="submit"]{
	padding:1.5em 0;
}