@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

.pc {
	font-family: "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
}

.pc-contact a, .pc-contact a:active, .pc-contact a:visited {
	color: white;
	text-decoration: none;
}
.pc-contact a:hover {
	color: #807e7d;
}
.pc .navbar-brand > img  {
	height: 60px;
}
.pc .navbar-light .navbar-toggle {
	border-color: white;
	margin-top: 30px;
}
.pc .navbar-light .navbar-toggle:focus, .pc .navbar-light .navbar-toggle:hover {
	background: white;
}
.pc .navbar-light .navbar-toggle .icon-bar {
    background-color: #3a3a3a;
}
.pc .navbar-light .navbar-brand, .pc .navbar-light .navbar-nav > li > a {
	text-shadow: none;
}
.pc .navbar-light .navbar-nav > li {
	border-bottom: 1px solid #F4F4F3;
}
.pc .navbar-light .navbar-nav > li:last-child {
	border: none;
}
.pc .navbar-light .navbar-collapse, .pc .navbar-light .navbar-form {
	border: none;
}
.pc .navbar {
	background: white;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	border-radius: 0;
}
.pc .navbar-light .navbar-brand, .pc .navbar-light .navbar-nav > li > a, .pc .navbar-light .navbar-nav > li > a:active, .pc .navbar-light .navbar-nav > li > a:visited {
	color: #3a3a3a;
}
.pc .navbar-light .navbar-nav > li > a:hover, .pc .navbar-light .navbar-nav > li.pc-reservations > a {
	color: #1b75bc;
}
.pc-footer {
	background: #231d1a;
	color: #bdbbba;
	font-size: .9em;
}
.pc-footer-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pc-footer a, .pc-footer a:active, .pc-footer a:visited {
	color: #FCFCFB;
	text-decoration: none;
}
.pc-footer a:hover {
	color: #1b75bc;
	text-decoration: none;
}
.pc-copyright {
	background: #2F2926;
	color: #fcfcfb;
	font-size: .9em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pc-copyright a, .pc-copyright a:visited, .pc-copyright a:active, .pc-copyright a:hover {
	color: #fcfcfb;
}
.pc-footer .pc-reservations > a {
	color: #1b75bc;
}
.pc-srs {
	background: white;
}
@media only screen and (max-width : 767px) {
	.pc-contact {
		display: none;
	}
}
@media only screen and (min-width : 768px) {
	body {
		background: #fff url('bg.jpg') fixed 50% 0%;
	}
	.pc-contact {
		background: #191919;
		color: white;
		text-align: center;
		padding-top: 5px;
		overflow: auto;
	}
	.pc-contact ul {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.pc-contact-sites {
		text-align: right;
	}
	.pc-phone > img {
		height: 20px;
		width: auto;
	}
	.pc-mail > img {
		height: 18px;
		width: auto;
		margin-bottom: 2px;
	}
	.pc .navbar {
		min-height: 116px;
		margin-bottom: 0;
		font-size: .8em;
	}
	.pc .navbar-nav li {
		padding-top: 10px;
	}
	.pc .navbar-brand > img  {
		height: 35px;
	}
	.pc .navbar-light .navbar-nav > li {
		border: none;
	}
	.pc-footer {
		padding: 15px;
		overflow: auto;
	}
	.pc-footer-links li {
		padding-bottom: 5px;
	}
	.pc-copyright {
		text-align: left;
	}
}

@media only screen and (min-width : 992px) {
	.pc .navbar {
		font-size: 1.1em;
	}
	.pc .navbar-brand > img  {
		height: 67px;
	}
	.pc .navbar-nav li {
		padding-top: 25px;
	}
}
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover, navbar-toggler:active {
	border: none;
	box-shadow: none;
}
.pc-copyright a {
	text-decoration: none;
}
.pc-copyright a:hover {
	text-decoration: underline;
}
