/* reset standard settings */
html, body{
	margin: 0;
	padding: 0;
	cursor:default;
}

p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #0099cc;
	transition: color 0.2s ease;
}

a:hover,a:focus,a:active{
	text-decoration: none;
	color: #ed2349;
	transition: color 0.3s ease;
}

/* make useful classes */
.highlight{
	color: #0099cc;
}

.content{
	max-width: 1111px;
	margin: 0 auto;
}

.centered{
	text-align:center;
}

.clearfix{ clear:both; }

.divider{
	width: 50px;
	height:2px;
	background: #0099cc;
	margin: 0 auto;
}

.animated{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@font-face{
    font-family: "Raleway Regular";
    src: url("/fonts/Raleway-Regular.ttf");
}

@font-face{
    font-family: "Raleway Medium";
    src: url("/fonts/Raleway-Medium.ttf");
}

@font-face{
    font-family: "Raleway Black";
    src: url("/fonts/Raleway-Black.ttf");
}

@font-face{
    font-family: "Raleway Light";
    src: url("/fonts/Raleway-Light.ttf");
}

@font-face{
    font-family: "Raleway SemiBold";
    src: url("/fonts/Raleway-SemiBold.ttf");
}

@font-face{
    font-family: "Raleway LightItalic";
    src: url("/fonts/Raleway-LightItalic.ttf");
}

/* styling */

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background: transparent;
	color: #0099cc;
}

div#navbar{
	transition: all 0.3s ease;
}

.custom-nav{
	padding: 20px 15px 15px 15px;
	color: #fff;
	font-family: "Raleway Medium";
	font-size: 16px;
	background: transparent;
	border: 0;
}
	
	.navbar-inverse .navbar-nav>li>a{
		color: #fff;
		transition: color 0.15s ease;
	}

	.navbar-inverse .navbar-nav>li>a:hover{
		color: #0099cc;
		transition: color 0.3s ease;
	}

	.custom-nav a.navbar-brand{
		height: auto;
		padding: 0;
	}

	.custom-nav div#logoContent{
		width: 350px;
		float:left;
	}
	
	@media(max-width:890px){
		.custom-nav div#logoContent{
			width: 225px;
		}
	}
	
	@media(max-width:767px){
		.custom-nav div#logoContent{
			width: 100%;
		}
	}

	.custom-nav div#menuContent{
		width:370px;
		float:left;
		text-align: center;
	}

	.custom-nav div#phoneContent{
		float:right;
	}
	
		.custom-nav div#phoneContent p{
			padding: 15px;
			transition: color 0.3s ease;
		}
		
		.custom-nav div#phoneContent p a:hover{
			color: #0099cc;
			transition: color 0.3s ease;
		}
		
			.custom-nav div#phoneContent p a{
				color: #fff;
			}
		
			.custom-nav #phoneContent p i{
				color: #ee244a;
			}
			
/* footer styling */
#footer{
	padding-top: 70px;
	padding-bottom: 55px;
	background: url("/img/footerBg.jpg") no-repeat top;
	background-size: cover;
	color: #999999;
	font-family: "Raleway Regular";
}

#footer img{
	margin-bottom: 20px;
}

#footer p#description{
	margin-bottom: 20px;
	text-indent: 20px;
}

#footer p#socialMedia a{
	color: #999999;
	font-size: 18px;
	margin-right: 5px;
	transition: color 0.2s ease;
}

	#footer p#socialMedia a:hover{
		color: #0099cc;
		transition: color 0.3s ease;
	}
	
#footer .header{
	font-family: "Raleway Medium";
	font-size :16px;
	color: #ffffff;
	margin-bottom: 35px;
}

#footer .link{
	margin-bottom: 5px;
}

	#footer .link a{
		color: #999999;
		transition: color 0.2s ease;
	}
	
	#footer .link a:hover{
		color: #0099cc;
		transition: color 0.3s ease;
	}

	#copyright{
		padding: 15px;
		padding-top: 30px;
		padding-bottom: 20px;
		font-family: "Raleway Light";
		font-size: 12px;
		color: #252525;
	}
	
	