/* Fonts */

.no-pad{
    padding-left:0px !important;
}

div, button, input {
	border-radius: 0 !important;
}

body, p {
	font-size: 18px !important;
	line-height: 1.6;
}

p, td, div, input, textarea {
	font-family: 'Roboto';
	font-weight: 400;
}

strong {
	font-weight: 700;
}

h1, h2 {
	font-weight: 700;
}

h3 {
	font-weight: 400;
}

.black {
	color: #000;
}

.red {
	color: #DD3326;
}

.blue {
	color: #282870;
}

/* Disable Responsive */

.container {
	width: 970px !important;
}



/* Header */

.navbar {
	margin: 0;
	line-height: 85px;
	height: 85px;
}

.navbar-default {	
	border-bottom: 10px solid #282870;
}


.navbar-brand {
	position: relative;
	overflow: hidden;
	height: auto;
	line-height: 55px;
	padding: 0 0 0 15px;
}

.navbar .navbar-brand {
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 0 0 0 15px;
	line-height: 85px;
}

.navbar-brand span {
	position: absolute;
	top: -2000px;
	left: -2000px;
}

.phone {
	margin: 0;
	font-size: 35px;
	padding: 23px 0;
	color: #929497;
}

.phone .glyphicon {
	padding: 8px;
	font-size: 20px;
	background: #929497;
	color: #fff;
	border-radius: 30px;
	vertical-align: top;
}

.header-wrap {
	float: left;
	margin-top: 85px;
	height: 355px;
	width: 100%;
}

header {
	height: 355px;
	background: url(../img/header-bg.png) left center no-repeat;
	background-size: cover;
}

header h1 {
	color: #fff;
	text-transform: uppercase;
}

header img {
	margin-right: 20px;
}

.line1 {;
	font-size: 66px;
	line-height: 1;
	display: block;
	font-weight: 400;
}

.line2 {
	position: relative;
	display: block;
	margin-top: -10px;
	font-size: 120px;
	line-height: 1;
}

#intro {
	padding: 70px 0;
}

#intro h3 {
	color: #929497;
	font-size: 23px;
	line-height: 2.4;
	margin: 0;
}

#sites {
	padding: 30px 0;
	background: #E9E9EA;
}

.item-wrap {
	background: #fff;
}

.inner a {
	display: inline !important;
}

img.stretch {
	width: 100%;
	height: auto;
}

#footer-info {
	background: #282870;
	line-height: 55px;
	color: #fff;
}

#footer-info .navbar-brand {
	padding-left: 0;
}

.contact-details {
	font-size: 17px;
	line-height: 55px;
	margin: 0;
	text-align: right;
	font-weight: 300;
}

footer {
	line-height: 38px;
	background: #929497;
}

footer .nav a {
	color: #fff;
	line-height: 38px;
	padding: 0 !important;
	height: auto !important;
}

footer .nav a:hover {
	background: none;
	color: #282870;
}

footer li {
	color: #fff;
	line-height: 38px;	
	padding: 0 10px 0 0;
	font-size: 12px;
}

footer .byline {
	text-align: right;
}

#house a, #rk a {
	position: relative;
	display: block;	
}

span.link-wrap {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 30px;
}

.link-wrap span {
	position: relative;
	display: block;
	height: 30px;
	line-height: 1;
	width: 100%;
	top: 50%;
	color: #fff;
	margin-top: -15px;
	text-align: center;
	font-weight: 300;
}

#house a .link-wrap {	
	background-color: #000;
	background: rgba(0, 0, 0, 0.8);
}

#rk a .link-wrap {
	background-color: #DD3326;
	background: rgba(221, 51, 38, 0.8);
}


#house a:hover .link-wrap, #rk a:hover .link-wrap, #ll a:hover .link-wrap {
	display: block;
}



/* Layout */

.inner {
	padding: 20px;
}

.inner img {
	display: block;
	margin: 0 auto;
}