html{
	position:relative;
	min-height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #323a3f;
	background: url('../images/body_bg.jpg') top left repeat-x #fdf6ee;
	margin-bottom: 80px;
}

h1{
	font-size:44px;
}
h2{
	font-size:24px;
}
h3{
	font-size:30px;
}
p{
	color:#555;
}

a:link, a:visited, a:active{
	-webkit-transition: all 0.5s;
		 -moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			 -o-transition: all 0.5s;
					transition: all 0.5s;
	color:#49a7c5;
}

a:hover, a:focus{
	color:#555;
	text-decoration:none;
}

.loader-animation{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fdf6ee;
	background-color: #323a3f;
	z-index: 9999;
}

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 44px;
	height: 44px;
	text-align: center;
	background: #49a7c5;
	color:#fff;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	display:none;
	padding:9px 0 0 2px;
}
#back-to-top:hover {
	background: #323a3f;
	color: #fdf6ee;
}
#back-to-top .glyphicon{
	top:4px;
	left:0px;
}

.logo h1{
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-3px;
	margin-bottom:0;
}

.logo h1 a:link,
.logo h1 a:hover {
	color:#5c5c5c;
	text-decoration:none;
}

.logo h1 span{
	color: #3c8ba4;
}

.logo h2{
	font-size:16px;
	color:#888;
	text-transform:uppercase;
	margin-top:0;
}

.logo {
	margin:0;
	text-decoration: none;
	text-shadow: 0px 0px 2px #777;
}

.navbar-fixed-top{
	position: relative;
	margin-top:47px;
}

.navbar-brand, .navbar-nav>li>a{
	color:#fdf6ee;
}

.navbar-brand, .navbar-nav>li>a:hover{
	color:#323a3f;
}

.navbar .transparent{
	border-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: rgba(0,0,0,0.0);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

.navbar-toggle .icon-bar{
	background-color: #49a7c5;
}

.white-bg{
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.m-0{
	margin:0;
}

.mb-0{
	margin-bottom:0;
}

.mb-20{
	margin-bottom:20px;
}

.mt-20{
	margin-top:20px;
}

.p-0{
	padding:0;
}

.pt-10{
	padding-top:10px;
}

.pt-30{
	padding-top:30px;
}

.p-15{
	padding:15px;
}

.pb-15{
	padding-bottom:15px;
}

.pb-img-10 img{
	padding-bottom:10px;
}

h2.slider{
	font-size:32px;
	color:#fdf6ee;
	text-shadow: 0px 0px 10px #000;
}

.img-inline-block img{
	display:inline-block;
	margin:15px;
}

#map {
  width: 100%;
  height: 100%;
	min-height:200px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #49a7c5;
}

.footer p{
	color:#fdf6ee;
}

.footer a{
	color:#323a3f;
}

.footer a:hover{
	color:#fdf6ee;
	text-decoration:none;
}

@media only screen and (max-width: 767px) {
	body{
			background: #fdf6ee;
	}
	.navbar{
		margin-bottom:0;
	}
	.navbar-toggle{
		float:left;
	}
	.navbar-fixed-top{
		margin-left:5px;
		margin-top:0;
	}
	.collapsing, .in {background-color: #fdf6ee;}
	.collapsing ul li a, .in ul li a {color: #5c5c5c!important;}
	.collapsing ul li a:hover, .in ul li a:hover {color: #fdf6ee!important;}
	h2.slider{
		font-size:18px;
		color:#fdf6ee;
		margin-top:90px;
		text-shadow: 0px 0px 10px #000;
	}
	.mt-20{
		margin-top:5px;
	}
}