body {
	font-family: Arial, Verdana, sans-serif;
	font-weight: 100;
}

p {
	color: #333;
	line-height: 1.4;
	font-size: 15px !important;
	margin-bottom:30px !important;
	padding-left:22px;
	text-align: justify;
	margin-bottom: 50px;
	font-size:1.2em;
}

strong:first-child {
	margin-left:-20px;
}

var {
	background-color: #efefef !important;
	padding:3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right:4px;
}

p a {
	color: #DD160E;
}

a, a:active, a:focus, a:hover {outline: none;}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: rgba(238, 238, 238, 0);
}

.navbar {margin: 0; border: 0; border-radius: 0;}

.navbar-toggle {
	padding: 0;
	border: 0;
	margin: 0;
}

.section-1 {background-color: #f2f2f2;}

.site-header {
	padding-top: 30px;
	padding-bottom: 30px;
	color:#000 !important;
}

.logohandler2 {
	display:none !important;
	text-align: center;
}

.logo {
    margin-top: 7px;
	margin-left: -1em;
	background-size: cover;
    background-position: 0;
    width: 210px;
    height: 48px;
    background-repeat: no-repeat;
}

.logo a {color: #fff;}

.logo a:hover {text-decoration: none;}

.ion-navicon {
	font-size: 3em;
	color: #fff;
}

.headtext {
	font-weight: 300;
	word-wrap: break-word;
	text-align: center;
	font-size: 2.6em;
	letter-spacing: -1.5px;
	color: #000;
	margin-bottom:30px;
}

.section-2 {
	padding: 50px 0 20px 0;
}

.icon-holder {
	text-align: center;
	color: #000;
	border-radius: 5px;
	background-color: #ccc;
	margin: 5px auto 0;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 10px;
}

.section-header {
font-weight: 100;
font-size: 36px;
margin-bottom: 60px;
color: #FFFFFF;
}

.site-footer {
	background-color: #343B3F;
	color: #fff;
	text-align: center;
	padding: 20px 15px;
}

.copyright {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	color: #939393;
}

.copyright a {
	color: #939393;
	font-weight: 300;
}

h2 {
	font-size: 1.3em;
	margin-top:5px;
}

#service {
	float:right;
}

@media screen and (max-width: 800px) { 
	#service {
		display:none !important;
	} 
	.logohandler1 {
		display:none !important;
	}
	.logohandler2 {
		display:block !important;
	}
	.logohandler2 img {
		width:70%;
	}
	h1 {
		margin-top: 0px;
	}
	.logo {
		text-align: center;
		margin:auto;
		background-position: center;
	}
	p {
		color: #000 !important;
		line-height: 1.4;
		font-size: 15px !important;
		margin-bottom:30px !important;
		padding-left:22px;
		text-align: justify;
		margin-bottom: 50px;
		font-size:1.2em;
		font-weight: 400;
	}
}