*{

	
}

html{

	background-color: #fff;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
body {
	background: transparent !important;
	font-family: 'Oswald', sans-serif;

	font-weight: 100;
}

#header{
	height: 80px;
	vertical-align: middle;
	line-height: 80px;
	background-color: #fff;
}

.banner{
	width: 100%;
	height: 36px;
	background-color: rgb(255, 107, 0);
	position: relative;
bottom: -70px;

}

/*.frontcontainer{
	background-color: #ccc;
}
*/


#companyname{
	font-size: 2em;
	/*color: rgb(59, 211, 126);*/
	color: rgb(70, 70, 70);
	display: block;
	width:100px;
	float: left;
	margin-left: 5%;
	font-style: italic;
}

.topmenu{
	float: right;
	margin-right: 3%;
}

.topmenu ul{
	display: inline-block;
}
.topmenu ul li{
	display: inline-block;
	padding-left: 15px;
}
.topmenu ul li a{
	color: rgb(255, 107, 0);
	font-weight: 200;
	font-size: 1.2em;
	text-decoration: none;
}
.topmenu ul li span{
	/*background: rgb(65, 206, 179);*/
	background-color: #fff; 
	padding: 7px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.maincontent{
	text-align: center;
	min-height: 400px;
	margin-left: 4%;
	margin-right: 4%;
}
.tagholder{
	background-color: rgba(255,255,255,0.8);
	padding: 4em;
	margin-top: 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.tagline span{
	color: rgb(189, 104, 38);
	font-family: sans-serif;
	font-weight: 100;

}
.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.ui.input.myinput{
	margin: 0 auto;
}
.ui.input.myinput > input{
	font-size: 1.4rem;
}
#footer{

	padding: 0 3%;
	margin-top: 1em;
	background-color: rgb(79, 79, 79);
	color: #d3d3d3;
}
#footer > .foottag{
	background: rgba(98, 241, 201, 0.8);
	text-align: right;
	display: block;

	padding: 4px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.errorMessage{
	color: rgb(255, 98, 98);
}
.larger-input{
	min-width: 170px;
}
.xlarger-input{
	min-width: 200px;
}

.fullwidthcontainer{
	
}
.sectionone{
	max-height: 480px;
}

.sectiontwo{
	height: 80px;
	
	width: 100%;	
	background-color: #FF984E;
	background-image: url(../img/map-image.png);
	background-position: center;
	background-repeat: no-repeat;
}
.shadowstick{
	-moz-box-shadow: 3px 1px 7px 1px #030303;
 -webkit-box-shadow: 3px 1px 7px 1px #030303;
	box-shadow: 3px 1px 7px 1px #030303;
}

/*@media only screen and (max-width: 360px) {

   .sloganlrg { font-size: 1.2v; }

}


*/
/*
@media (min-width: 768px){
	.colorbar{
		width: 940px;
	}

}*/

.colorbar{
	background-color: #FA7D23;
}
.margin50{
	margin-top: 50px;
	margin-bottom: 50px
}
.msgblock{
	text-align: center;
}
.sloganlrg{
	font-size: 2em;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding-top: 0.8rem;
	margin-bottom: 0px;
}

.mymargin{
	margin: 10px 15px !important;
}
.macair{
	display: block;
	width: 600px;
	height: 345px;
}
.normal{
	color: #FDFDFD;
	font-size: 1.5em;
}
.sectionthree{
	height: 500px;
	background-color: #fff;
	width: 100%;
}
.explainblock{
	margin-top: 50px;
	color: #616161;
}
.explainblock h2{
	color: #505050;
}
.explainblock h3{
	color:#4D4D4D;
}

.footermenu{
	display: table;
}
.footermenu .foottag{
	display: table-cell;
	padding: 5px 10px;
}
.message{margin-bottom: 10px;}
.logo{
	width: 150px;
	background-image:url('../img/logo2.png');
	background-repeat: no-repeat;
	display: block;
	min-height: 47px;
	text-indent: -9999px;
	background-color: #fff;
}
.browser-support{
    background-color: rgb(245, 245, 245);border: 1px #ccc solid;padding:15px;text-align: left;
}
