/*Primary Nav*/

body{
	background-color:#000;
	color:#FFF;
}

header{
	background-color:#000;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}

.navbar{
	padding:0;
}

.nav-item-active{
	background-color:red;
}

.nav-item{
	
	padding:20px 10px;
}

.nav-item:hover{
	background-color:red;
}

.nav-item:hover a{
	color:rgba(255,255,255) !important;
}

.nav-link{
	text-transform: uppercase;
	color: #999999 !important;
	font-size:1rem;

}

.nav-link:hover{
	color:rgba(255,255,255) !important;
	background-color:red;
}

/*Footer Nav*/

footer .uk-nav-default > li > a{
	color:#FFF;
	text-transform:none;
}
footer b{
	color:#FFF;
}
footer .uk-nav-default > li > a:hover{
	color:rgba(255,255,255,.7);
}

footer .uk-nav-default > li > a > span > svg{
	margin-bottom:5px;
}

/*Home*/

#home-cover{
	width:100%;
	height:400px;
	background-image:url("../images/home-cover-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

#home-cover-text{
	padding-top: 200px;
	font-size: 82px;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
}

#home-info-col{
	font-size: 18px;
	color:#FFF;
	background: linear-gradient(to left, #FF0000 50%,#000 50%);
}

#home-info-col h4{
	font-size: 24px;
	font-weight: bold;
	padding-bottom:4px;
}

#home-info-col i{
	font-size:52px;
}

#home-info-col .col-sm{
	padding-top:50px;
	padding-left:30px;
	padding-bottom:50px;
	min-width:320px;
}

.r-bg{
	background-color:red;
}

.b-bg{
	background-color:#000;
}

.db-bg{
	background-color:#1B78BA;
}

.lb-fc{
	color:#42CDE6;
}

.mb-fc{
	color:#26B0EB;
}

.db-fc{
	color:#1B78BA;
}

#home-facilities{
		background-color:#FAFAFA;
}

#home-facilities>div{
		padding:40px;
}

#home-pool-img{
	max-width: 100%;
	height: auto;
}

#home-facilities h2{
		font-weight:bold;
		padding-left:15px;
}

#home-facilities-list div{
		padding:15px;
}

#home-map{
	max-height:200px;
}

#home-map h2{
		font-weight:bold;
		padding:15px;
		text-align:center;
}
/*Services*/

.page-header-txt{
	font-size: 82px;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	text-shadow: 2px 2px 10px black;
}

.services-section .row{
	margin:0;
}

#services-cover{
	width:100%;
	height:250px;
	background-color:rgba(0,0,0,0.9);
	background-image:url("../images/services-cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.services-tile{
	text-align:center;
	padding:1rem;
}

.services-tile a{
	color:#FFF;
}

.services-tile h4{
	padding:0.7rem;
}

.services-icon{
	height:40%;
	width:40%;
}

.services-icon-small{
	height:52px;

}

/*Car Sales*/

.listing-title{
	float:left;
}

.listing-price{
	float:right;
}

.listing-img{
	width:300px;
    border-radius: 3px;
}


.listing-detail-row{
	border-top: 1px solid red;
	padding-top: 12px;
}

.listing-link{
	height:30px;
}

.view-listing-img{
	max-width:100%;
    border-radius: 3px;
}

.view-listing-thumb{
	width:100%;
    border-radius: 3px;
	margin-top:5px;
}

.view-listing-thumb:hover{
	border:solid 2px red;
}
/*Contact*/

#contact-map{
	height:400px;	
}

#contact-map .mapouter iframe {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


#contact-map .mapouter {
	position: relative;
	height: 100% !important;
	padding:0 !important;
	overflow: hidden;
}


#contact-section{
	padding:75px 0;	
}

#contact-section h3{
	padding-bottom:20px;	
}
#contact-section i{
	font-size:32px;
	padding-right:10px;
}
/*Maps*/

.mapouter {
	position: relative;
	padding-bottom: 25%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.mapouter iframe {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*Admin*/
.admin-body{
	background-color:#FFF;
	color:#000;
}

.action-button{
	cursor:pointer;
}
	
.action-button:hover{
	color:#AAA;
}

.homeTile{
	padding-top:10px;
	padding-bottom:10px;
	background-color:white;
	color: rgba(0,0,0,.9);
	margin:10px;
	-moz-box-shadow: inset 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
	border:1px solid rgb(60, 66, 79,0.3);
	border-radius:4px;
}

#vehicle-main tbody tr{
	cursor:pointer;
}

/*Footer*/

#footer i{
		vertical-align: top;		
}
		
#footer {
	  border-top: solid red 2px;
	  width: 100%;
	  height: 2.5rem;           
	  padding-top:14px;
	  background-color:black; 
	  color: white;
}

#footer a{
	color: white;
}

.footer-logo{
	position:absolute;
	bottom:20px;
	right:0;
}



