@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Thin.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}
/* ------------------------------------------------------------------------------*/
/* 							MEGA MENU AREA										*/
/* ------------------------------------------------------------------------------*/
.nav-item a, .sug-back {
    font-size: 13px;
	letter-spacing: 3px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 200;
    
  }
.logo-h {
	height: 50px;
	padding-top: 10px;
}

nav {
	border-bottom: #D21C1D solid 3px;
}

.nav-item:hover {
	
	border: #D21C1D solid 2px;
	border-radius: 4px;
}




/*==================== 
	Footer 
====================== */

.footer-bs {
    background-color: #3c3d41;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 5px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

/*-----------------------------------------------------------*/


/*----------------SECTION ONE---------------------*/

.section-one {
	padding-top: 50px;
	padding-bottom: 150px;
}

.top-h5 {
	padding: 50px;
	font-weight: 700;
	color: rgb(78, 78, 78);
}

.icons-tittles {
	padding: 20px
}


/*---------------SECTION TWO--------------------*/
.section-two {
	background-color: rgba(110, 124, 136, 0.171);
	border-top: #D21C1D solid 2px;
}
.gallery-vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0px;
}

.gallery-vid iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

.kili-tag {
	border: solid #D21C1D 1px;
	padding: 5px;
	border-radius: 4px;
	margin-top: 20px;	
}
/*-----------------SECCTION FOUR-----------------------*/
.section-four {
	padding-top: 100px;
	padding-bottom: 50px;
}



.list-pics {
	height: 300px;
	margin-top: 100px;
	border-bottom: solid #D21C1D 2px;
}

.h4-padding {
	padding-top: 30px;
	padding-bottom: 15px;
	color: rgba(148, 36, 36, 0.925);
	font-weight: 300;
}

.para {
	font-weight: 200;
}

/* map */
#map {
	height: 500px;
	width: 100%;
}