body {
	font-family: 'Poppins';
	font-weight: 200;
}

.parallax-background {
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.intro-text {
	color: #FFF;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	position: relative;
}

.parallax-content {
	background-color: #FFF;
	max-width: 100%;
	position: relative;
	top: 100%;
	font-size: 20px;
	font-size: 100%;
	width: 100%;
}

h1 {
	font-family: 'Poppins';
	font-size: 160%;
	font-weight: bold;
	color: #F47920;
	margin:3% 0;
}

h2 {
	font-family: 'Poppins';
	font-size: 160%;
	font-weight: bold;
	color: #F47920;
	margin:3% 0;
}

h3 {
	font-family: 'Poppins';
	font-size: 130%;
	font-weight: bold;
	color: #F47920;
	margin:1% 0 2% 0;
}

b {
	font-size: 110%;
}

a {
	color: #F47920;
}


#widemenu.top-bar {
	padding:0;
}

.top-bar-right ul {
	background-color: transparent;
	margin-right: 0;
	float: right;
}

.top-bar-right li {
	float: left;
	list-style: none;
	padding: 10px;
	padding: 0;
	margin: 0 4px;
	text-align: center;
	padding-top: 88px;
	border: 0px solid red;
}

.top-bar-right li a {
	background-color: #F47920;
	display: block;
	padding: 4px 10px;
	width: 110px;
	color: #FFF;
	border: 1px solid #FFF;
	font-weight: bold;
	font-size: 110%;
}

.top-bar-right li a:hover {
	background-color:#6D6E71;
}

.top-bar-right li a:hover, li a:visited {
	color: #FFF;
}

.icon_fb {
    float: left;
    width: 46px;
    height: 45px;
    box-sizing: border-box;
    background-image: url('f.png');
	margin:10px;
}

.icon_fb:hover {
    background-image: url('fh.png');
}

#gmap_canvas img {
	max-width:none!important;
	background:none!important
}

.title-bar {
	background-color: #6D6E71;
	color:#F1F1F1;
}

#offCanvasLeft {
	background-color:#FFF;
	color:#F47920;
}

#offCanvasLeft li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #F47920;
	border-bottom:1px solid #F1F1F1;
}
#offCanvasLeft a {
	color:#F47920;
	font-weight:bold;
}
.js-off-canvas-exit {
	background:0;
}