body{
	color:#e5e5e5;
	font-family: 'Lato', sans-serif;
}
textarea {
    resize: none;
}
.nav {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
.navbar.visible-xs {
	background: rgba(88,87,90,1);
}
.navbar.visible-xs .navbar-header {
	background: rgba(88,87,90,1);
}
.navbar.visible-xs .nav{
	height:100vh;
}
.navbar.visible-xs .navbar-brand{
	height:auto;
}
.navbar.visible-xs .navbar-brand img{
	max-height:65px;
	width:auto;
	padding:0;
}
.navbar-toggle{
	margin-top: 30px;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form, .navbar-inverse{
	border-color: rgba(78,77,80,1);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	background:transparent;
}
.pr-0
{
    padding-right:0px;
}
#slideshow { 
	position: fixed; 
    width: 100%; 
    height: 100%; 
    padding: 0; margin: 0;  z-index:0;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	min-width:100%;
	min-height:100%;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
#contactmsg{
	margin-top:15px;
}
.outer-div{
	z-index:20;
	min-height:85vh;
	margin-bottom: 80px;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) 
.row.content {height: 550px}*/
/* Set gray background color and 100% height */
.sidenav {
  height: 100%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: transparent;
	margin-left: 8px;
}
.nav>li>a:focus, .nav>li>a:hover {
	color:#eee;
    background-color: transparent;
	margin-left: 8px;
}
.nav>li>a{
	color:#bbb;
	transition: ease all 300ms;
}
.brand-logo{
	width:100%;
	padding: 15px 0;
}
.nav .first{
	animation-delay: 1s;
}
.nav .second{
	animation-delay: 1.5s;
}
.nav .third{
	animation-delay: 2s;
}
.nav .fourth{
	animation-delay: 2.5s;
}
.nav .fifth{
	animation-delay: 3s;
}
.nav .sixth{
	animation-delay: 3.5s;
}
.footer{
    background: #333;
    padding:15px 0px;
    z-index: 30;
    position: fixed;
    width: 100%;
    bottom: 0;
	letter-spacing: 1px;
    font-weight: 700;
	max-height: 65px;
}
.footer .copyright-area{
	font-size:10px;
}
.footer .first{
	color:#ccc;
}
.footer .second{
	color:#999;
	text-align:right;
}
.footer .second a{
	color:#999;
}
.social-link-area{
}
.social-link-area ul{
	margin:0;
}
.social-link-area ul li{
	display:inline;
	margin-right: 20px;
}
.content-div{
	font-size: 13px;
	animation-delay: .2s;
}	
.content-div.home{
	animation-delay: 5s;
}	
.content-div h4{
	margin-top: 0;
    margin-bottom: 20px;
}
.content-div p{
	line-height: 1.4em;
    letter-spacing: 0.05em;
}
.gallery label{
	background: #46444a;
	width:100%;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-weight:normal;
	font-size: 12px;
}
.info-box{
	background: #46444a;
	width:100%;
	margin-bottom: 20px;
	font-weight:normal;
	font-size: 14px;
}
.instagram-icon{
	height: 30px;
	width: 30px;
	margin-right: 15px;
}
.text-primary{
	color:#AFCE54 !important;
}
.text-white{
	color: white !important;
}
.ekko-lightbox .modal-content{
	background: rgba(88,87,90,0.8);
}
.ekko-lightbox .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
.ekko-lightbox .modal-body{
	padding-top:5px;
}
.ekko-lightbox .modal-header .close{
	color:#eee;
	opacity:0.7;
	outline:0;
}
.ekko-lightbox .modal-header .close:focus, .ekko-lightbox .modal-header .close:hover{
	opacity:1;
}
#contactform label{
	margin-bottom:2px;
	text-align:center;
	width:100%;
}
#contactform .form-control{
	margin-bottom:10px;
	background: rgba(88,87,90,0.8);
	color:#fff;
}
#contactform .form-control:focus{
	border-color:#AFCE54;
	box-shadow:none;
}
#contactform .btn-default{
	background: #AFCE54;
	color:#111;
	width:100%;
	border: 1px solid #555;
}
#contactform .btn-default:hover{
	box-shadow:4px 4px 0px rgba(0,0,0,0.2);
}
#contactform .btn-default:focus{
	/*box-shadow:inset 2px 2px 0px rgba(0,0,0,0.2) !important;*/
	box-shadow:none;
	outline:none;
}

@media screen and (min-width:450px) and (max-width: 767px)  {
	.gallery .gallery-item{
		width:49%;
		display:inline-block;
	}
}

@media screen and (max-width: 767px) {
	.row.content {
		height: auto;
	} 
    .content-div{
		padding: 20px 10px;
		background: rgba(88,87,90,0.8);
		margin-bottom:40px;
	}
	.content-div.home{
		animation-delay: 1.2s;
	}	
	.content-div .second {
		margin-top: 25px;
	}	
	.content-div h4{
		margin-bottom: 10px;
	}
	.gallery{
		margin-bottom: -20px;
	}
	.footer .first,.footer .second{
		text-align:center;
		padding:2px 0;
	}
	.footer{
		padding:10px 0;
		position: relative;
	}
}

@media screen and (min-width: 768px){
	.outer-div{
		background: rgba(88,87,90,0.8);
		max-width: 750px;
		margin: 0 auto;
		position: relative;
		/*min-height:75vh;*/
		padding:5px
	}
	.content-div{
		padding: 0 40px 0 10px;
	}
}

@media screen and (min-width: 1024px){
	.outer-div{
		max-width: 900px;
		padding:25px;
		left:-20px;
	}
	.content-div{
		padding: 0 90px 0 20px;
	}
}

@media screen and (min-width: 1200px){
	.outer-div{
		max-width: 1024px;
		left:-80px;
		padding:25px
	}
}

@media screen and (min-width: 1440px){
	.outer-div{
		max-width: 1200px;
		padding:40px 20px;
	}

}

@media screen and (min-width: 1600px){
	.outer-div{
		max-width: 1300px;
		padding:60px;
	}
}

/* iPhone X landscape mode */
@media only screen and (min-device-width : 768px) and (max-device-width : 850px) and (orientation : landscape) {
	.outer-div{
		margin-bottom: 20px;
	}
	.footer{
		position: relative;
		z-index:20;
	}
}