a {
	text-decoration: none;
	color: rgba(51,51,51,1);
	font-size: 80%;
}
a:hover {
	color: rgba(255,0,0,1);
}
.topbar {
	height:55px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}

.mediabuttons:hover {
	color: #ff5e14;
}
.justforcontrol {
	height:auto;
	width:auto;
	float: none;
	margin:0 auto 0 auto;
}
.justforcontrol2 {
	height:auto;
	width:83%;
	float: none;
	margin:0 auto 0 auto;
}
.justforcontrol3 {
	height:auto;
	width:92%;
	float: none;
	margin:0 auto 0 auto;
}
	
.h1 {
	font-size:150%;
	color: rgba(255,255,255,1);
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
}

.h2 {
	color: rgba(51,51,51,1);
	font-family: 'Fjalla One', sans-serif;
	font-size:140%;
}
.h3 {
	font-size:150%;
	font-family: 'Fjalla One', sans-serif;
	color:rgba(255,204,0,1);
}
.h4 {
	font-size:120%;
	font-family: 'Fjalla One', sans-serif;
	color: rgba(204,204,204,1);
}
.h5 {
	font-size:100%;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;
	font-family: 'Nunito', sans-serif;
}

.h6 {
	font-size:200%;
	color: rgba(50,27,13,1);
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
}
#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrol {
	height: auto;
	width: 94%;
	padding: 5% 3% 0% 3%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:70%;
	float:left;
	padding:2% 0% 1% 0%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 45%;
	padding:0 1% 0 0;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 40%;
	padding:0 0% 0 2%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:200px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: 200px;
	width:35px;
	padding:0.5%;
	float: right;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:5%;
	text-align:center;
	float:left;
	background: no-repeat rgba(22,15,4,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background: rgba(255,102,0,1);
}

.getaquotecontrol {
	height:auto;
	width:70%;
	float:left;
	padding:5% 15% 5% 15%;
	color: rgba(255,255,255,1);
	font-size:150%;
	background: rgba(255,153,0,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
	z-index:5;
	position: relative;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 20%;
	font-family:'Fjalla One', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	font-family:'Fjalla One', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(255,255,255,1);
	font-family:'Fjalla One', sans-serif;
	color: rgba(50,27,13,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(255,255,255,1);
		background: rgba(255,102,0,1); /* IE6-9 */
	}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	.topbar {
	height:80px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}
	#footercontrol {
	height: auto;
	width: 94%;
	padding: 5% 3% 0% 3%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:90%;
	float:left;
	padding:2% 5% 1% 5%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 100%;
	padding:0 1% 0 1%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 100%;
	padding:0 0% 0 2%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:200px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: auto;
	width:100px;
	padding:0.5%;
	float: left;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
	.h1 {
	font-size:150%;
}

.h2 {
	color: rgba(51,51,51,1);
}
.h3 {
	font-size:150%;
}
.h4 {
	font-size:120%;
}
.h5 {
	font-size:100%;
}

.h6 {
	font-size:150%;
}
.getaquotecontrol {
	height:auto;
	width:90%;
	float:left;
	padding:5% 5% 5% 5%;
	color: rgba(255,255,255,1);
	font-size:150%;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 100%;
	margin-bottom:1%;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 100%;
	margin-bottom:1%;
	}
	#submit  {
	height: 40px;
	padding:2%;
	width: 100%;
	}

	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
		.topbar {
	height:60px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}
	#footercontrol {
	height: auto;
	width: 90%;
	padding: 10% 5% 10% 5%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:100%;
	float:left;
	padding:2% 0% 1% 0%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 100%;
	padding:0 0% 0 0;
	float: left;
	margin-bottom:2%;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 100%;
	padding:0 0% 0 0%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:300px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: auto;
	width:100px;
	padding:0.5%;
	float: left;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
	.h1 {
	font-size:150%;
}

.h2 {
	color: rgba(51,51,51,1);
}
.h3 {
	font-size:150%;
}
.h4 {
	font-size:120%;
}
.h5 {
	font-size:100%;
}

.h6 {
	font-size:200%;
}
.getaquotecontrol {
	height:auto;
	width:70%;
	float:left;
	padding:5% 15% 5% 15%;
	color: rgba(255,255,255,1);
	font-size:150%;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 100%;
	margin-bottom:1%;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 100%;
	margin-bottom:1%;
	}
	#submit  {
	height: 40px;
	padding:2%;
	width: 100%;
	}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		.topbar {
	height:60px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}
	#footercontrol {
	height: auto;
	width: 94%;
	padding: 5% 3% 0% 3%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:70%;
	float:left;
	padding:2% 0% 1% 0%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 45%;
	padding:0 1% 0 0;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 50%;
	padding:0 0% 0 2%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:200px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: 200px;
	width:35px;
	padding:0.5%;
	float: right;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
	.h1 {
	font-size:150%;
}

.h2 {
	color: rgba(51,51,51,1);
}
.h3 {
	font-size:150%;
}
.h4 {
	font-size:120%;
}
.h5 {
	font-size:100%;
}

.h6 {
	font-size:200%;
}
.getaquotecontrol {
	height:auto;
	width:70%;
	float:left;
	padding:5% 15% 5% 15%;
	color: rgba(255,255,255,1);
	font-size:150%;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 40%;
	margin-bottom:1%;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#submit  {
	height: 40px;
	padding:1%;
	width: 30%;
	}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
		.topbar {
	height:60px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}
	#footercontrol {
	height: auto;
	width: 94%;
	padding: 5% 3% 0% 3%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:70%;
	float:left;
	padding:2% 0% 1% 0%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 45%;
	padding:0 1% 0 0;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 40%;
	padding:0 0% 0 2%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:200px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: 200px;
	width:35px;
	padding:0.5%;
	float: right;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
	.h1 {
	font-size:150%;
}

.h2 {
	color: rgba(51,51,51,1);
}
.h3 {
	font-size:150%;
}
.h4 {
	font-size:120%;
}
.h5 {
	font-size:100%;
}

.h6 {
	font-size:200%;
}
.getaquotecontrol {
	height:auto;
	width:70%;
	float:left;
	padding:5% 15% 5% 15%;
	color: rgba(255,255,255,1);
	font-size:150%;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#submit  {
	height: 40px;
	padding:0%;
	width: 30%;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
		.topbar {
	height:55px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}
	#footercontrol {
	height: auto;
	width: 94%;
	padding: 5% 3% 0% 3%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:70%;
	float:left;
	padding:2% 0% 1% 0%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 45%;
	padding:0 1% 0 0;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 40%;
	padding:0 0% 0 2%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:200px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: 200px;
	width:35px;
	padding:0.5%;
	float: right;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
	.h1 {
	font-size:150%;
}

.h2 {
	color: rgba(51,51,51,1);
}
.h3 {
	font-size:150%;
}
.h4 {
	font-size:120%;
}
.h5 {
	font-size:100%;
}

.h6 {
	font-size:200%;
}
.getaquotecontrol {
	height:auto;
	width:70%;
	float:left;
	padding:5% 15% 5% 15%;
	color: rgba(255,255,255,1);
	font-size:150%;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#submit  {
	height: 40px;
	padding:0%;
	width: 30%;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
		.topbar {
	height:55px;
	width:85%;
	padding:2% 10% 0% 5%;
	float:left;
	position:fixed;
	top:0;
	background: rgba(255,255,255,1);
	z-index:100;
}
.iconlogo {
	width: 200px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 0%;
	position:fixed;
	top:0;
	}
	#footercontrol {
	height: auto;
	width: 94%;
	padding: 5% 3% 0% 3%;
	float: left;
	background-color: rgba(0,0,0,0.97);
	background-position:left bottom;
	background-repeat: no-repeat;
	position: relative;
}
.contactcontrol {
	height: auto;
	width:70%;
	float:left;
	padding:2% 0% 1% 0%;
	color: rgba(255,255,255,1);
	font-size:95%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-bottom: 5px rgba(255,255,255,1) solid;
}
.ourmotto {
	height: auto;
	width: 45%;
	padding:0 1% 0 0;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}

.contactus {
	height: auto;
	width: 40%;
	padding:0 0% 0 2%;
	float: left;
	border-right: rgba(255,255,255,1) 1px dotted;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
/* mobile fotter ends*/
/**socialCntrl starts**/
.minicon {
	width:200px;
	height: auto;
	float:right;
	margin:5% 2% 0 0;
}
.socials {
	height: 200px;
	width:35px;
	padding:0.5%;
	float: right;
	background-color: rgba(50,27,13,1);
	margin: 2% 0% 0% 0%;
	}
	.h1 {
	font-size:150%;
}

.h2 {
	color: rgba(51,51,51,1);
}
.h3 {
	font-size:150%;
}
.h4 {
	font-size:120%;
}
.h5 {
	font-size:100%;
}

.h6 {
	font-size:200%;
}
.getaquotecontrol {
	height:auto;
	width:70%;
	float:left;
	padding:5% 15% 5% 15%;
	color: rgba(255,255,255,1);
	font-size:150%;
}

	#email {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#security {
	background-color: rgba(50,27,13,1);
	height: 38px;
	width: 30%;
	margin-bottom:1%;
	}
	#submit  {
	height: 40px;
	padding:0%;
	width: 30%;
	}
	}