/*!
 * styles-homepage.css
 * CSS file containing HOMEPAGE styles
 * Issue 1.1 - 22-DEC-2015 - VLD
 */

/*!
 * General
 * Navigation
 * Slideshow
 * Slideshow text
 * Columns
 * Intro text
 * Banners
 * Brand carousel
 */


/* ------------------------------------------------------------- */
/* BODY															 */
/* ------------------------------------------------------------- */

/* Container */
#homepage #wrapper>.container:first-child {
	position: relative;
}

 
/* ------------------------------------------------------------- */
/* HEADER														 */
/* ------------------------------------------------------------- */

/* General */
#homepage #header {
	border-bottom: none;
}


/* ------------------------------------------------------------- */
/* VIDEO														 */
/* ------------------------------------------------------------- */

/* General */
#homepage .video-container {
	position: relative;
	display: block;
	margin: 0;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	background: #000;
}
#homepage .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}


/* ------------------------------------------------------------- */
/* BANNERS													 	 */
/* ------------------------------------------------------------- */

/* General */
.banners {
	margin: 60px 0 0;
	margin-left: -15px;
	margin-right: -15px;
}
.banners:before,
.banners:after {
	display: table;
	content: " ";
}
.banners:after {
	clear: both;
}

/* Banner */
.banner {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
}

/* Inner wrapper */
.banner .inner-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.banner .inner-wrapper>a {
	background: #181617;
}

/* Image */
.banner img {
	display: block;
	width: 100%;
	margin: 0;
}

/* Text container */
.banner .text-container {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width:100%;
	height:100%;
	text-align: center;
	font: 0/0 a;
	background: rgba(0,0,0,.2);
}
.banner .text-container:hover {
	background: rgba(0,0,0,.6);
}
.banner .text-container:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.banner .inner-wrapper:hover .text-container {
}

/* Article */
.banner article {
	max-width: 100%;
	display: inline-block;
	padding: 0 30px;
	vertical-align: middle;
	font: 14px/1 Sans-Serif;
	color: #FFF;
}
.banner article p {
	margin: 10px 0 20px;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.banner article h3 {
	margin: 0;
	font-family: 'Galada', cursive;
	font-size: 42px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

/* Wide banners */
#wide-banner .banner {
	width: 100%;
}
#wide-banner .banner article {
	color: #572a25;
}
#wide-banner .banner h3 {
	font-size: 32px;
	text-shadow: none;
}
#wide-banner .text-container:hover {
	background: rgba(0,0,0,.2);
}


/* ------------------------------------------------------------- */
/* EVENT														 */
/* ------------------------------------------------------------- */

/* General */
.homepage-event {
	display: block;
	margin-top: 60px;
	background: #64201d url(/images/design/bkgrnd-event-2.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}
.homepage-event article {
	padding: 30px;
	text-align: center;
	color: #FFF;
}
.homepage-event article .btn-default {
	margin-top: 10px;
}
.homepage-event article h3 {
	margin: 0;
	font-size: 24px;
	text-transform: uppercase;
}
.homepage-event article p {
	margin: 0;
	font-size: 14px;
}
.homepage-event article .date {
	margin: 10px 0 7px;
	font-size: 18px;
	font-weight: 400;
}


/* ------------------------------------------------------------- */
/* INTRO TEXT												 	 */
/* ------------------------------------------------------------- */

/* General */
#homepage .intro-text {
	width: 58.33333333%;
	margin: 60px auto;
	text-align: center;	
}

/* Header */
#homepage .intro-text header {
	margin-bottom: 30px;
}
#homepage .intro-text header p {
	margin-bottom: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
}
#homepage .intro-text header h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 38px;
}
#homepage .intro-text header hr {
	width: 90px;
	height: 1px;
	margin: 30px auto 0;
	background: #7a7a7a;
}

/* Text */
#homepage .intro-text p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 27px;
}








/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - LARGE																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
 
/*!
 * Columns
 * Brand carousel
 */

@media (min-width: 992px) and (max-width: 1199px) {


/* ------------------------------------------------------------- */
/* INTRO TEXT												 	 */
/* ------------------------------------------------------------- */

/* General */
#homepage .intro-text {
	width: 66.66666667%;
}





}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - MEDIUM																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * General
 * Slideshow text
 * Columns
 * Intro text
 * Banners
 * Brand carousel
 */

@media (max-width: 991px) {


/* ------------------------------------------------------------- */
/* GENERAL														 */
/* ------------------------------------------------------------- */
 
/* General */
#homepage #wrapper>.container:first-child {
	width: 100%;
	padding: 0;
}


/* ------------------------------------------------------------- */
/* INTRO TEXT													 */
/* ------------------------------------------------------------- */

/* General */
#homepage .intro-text {
	width: 100%;
	margin: 30px 0;
}


/* ------------------------------------------------------------- */
/* BANNERS														 */
/* ------------------------------------------------------------- */

/* General */
.banners {
	margin-top: 0;
	margin-bottom: 30px;
}
.banner {
	margin-top: 20px;
	padding: 0 10px;
}

/* Article */
.banner article {
	padding: 12px 12px 8px;
}
.banner article h3 {
	font-size: 28px;
}

/* Column banners */	
.homepage-column .banner,
.homepage-column .banner {
	padding: 0;
}

/* Home banners */
.banners {
	margin-left: -10px;
	margin-right: -10px;
}


/* ------------------------------------------------------------- */
/* EVENT														 */
/* ------------------------------------------------------------- */

/* General */
.homepage-event {
	margin-top: 30px;
	margin-bottom: 10px;
}





}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - SMALL																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * General
 * Slideshow
 * Slideshow text
 * Columns
 * Intro text
 * Banners
 * Brand carousel
 */

@media (max-width: 767px) {


/* ------------------------------------------------------------- */
/* BANNERS														 */
/* ------------------------------------------------------------- */

/* General */
.banner {
	width: 100%;
}

/* Wide banners */
#wide-banner .banner article {
	color: #FFF;
}




}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - X SMALL															   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Slideshow
 * Slideshow text
 * Banners
 * Brand carousel
 */

@media (max-width: 480px) {


/* ------------------------------------------------------------- */
/* SLIDESHOW													 */
/* ------------------------------------------------------------- */

/* Controls */
#homepage .carousel .carousel-control {
	width: 40px;
}
#homepage .carousel-control.left .icon {
	margin-left: 0;
}
#homepage .carousel-control.right .icon {
	margin-right: 0;
}


/* ------------------------------------------------------------- */
/* INTRO TEXT													 */
/* ------------------------------------------------------------- */

/* General */
#homepage .intro-text {
	width: 300px;
}
#homepage .intro-text header {
	margin-bottom: 15px;
}
#homepage .intro-text header h2 {
	font-size: 28px;
}
#homepage .intro-text p {
	font-size: 14px;
	line-height: 1.5;
}


/* ------------------------------------------------------------- */
/* BANNERS														 */
/* ------------------------------------------------------------- */

/* General */
.banner {
	width: 100%;
}

/* Wide banners */
#wide-banner .banner article {
	color: #FFF;
}
#wide-banner .banner h3 {
	font-size: 24px;
}
#wide-banner .banner p {
	font-size: 14px;
}


/* ------------------------------------------------------------- */
/* EVENT														 */
/* ------------------------------------------------------------- */

/* General */
.homepage-event article {
	padding: 30px 20px;
}
.homepage-event article h3 {
	font-size: 20px;
}
.homepage-event article p {
	font-size: 12px;
}
.homepage-event article .date {
	font-size: 16px;
}





}