/* Carousel */
#carousel {
	width:68%;
	position:relative;
	margin-bottom:7.5%;
}
.carousel-control {
	z-index:98;
	display:none;
	padding:20px;
	position:absolute;
	top:0; bottom:0;
	margin:auto;
	cursor:pointer;
}
#carousel-prev {	left:0;	    }
#carousel-next {	right:0;	}
#indicators {
	position:absolute;
	left:0; width:100%;
	color:#F1EEE8;
	font-size:20px;
	line-height:26px;
	top:100%;
	z-index:98;
	text-align:center;
}
.indicator {
	font-size:36px;
}
.indicator.active {
	color:#D1CBBE;
}
#carousel-padder {
	height:0;
	padding-top:66.66%;
}
#carousel-inner {
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
}
.carousel-slide {
	display:block;
	position:absolute;
	top:0; left:0;
	width:100%;	height:100%;
	visibility:hidden;
	overflow:hidden;
}
.carousel-slide:first-child {
	visibility:visible;
}
.carousel-slide-inner {
	position:relative;
	height:100%;
}
.carousel-slide-image {
	width:100%;
	height:100%;
	top:0; left:0;
	position:absolute;

	/* Polyfill provided in main.js */
	object-fit:cover;
	object-position: center center;
	overflow:hidden;
}
.carousel-caption-container {
	text-align: center;
	position:absolute;
	color:white;
	bottom:0; left:0;
	width:100%;
	padding:12px 16px;
	background-color:#272E33;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* End Carousel */

#advert {
	width:31%;
	position:relative;
	display:block;
	margin-right:0;
}
#advert-padder {
	padding-top:146%;
	height:0;
}
#advert img {
	position:absolute;
	right:0;
	top:0;
	max-height:100%;
	max-width:100%;
}

#home-left {
	width:30%;
}
#home-right {
	width:65%;
}
.home-link {
	display: block;
}
.home-link:nth-of-type(2) {
	margin: 5% 0;
}

#home-copy {
	font-size:13px;
	line-height:160%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;

    margin-bottom:5%;
}
#home-copy p {
	margin-bottom:5%;
}
h1 {
	font-size:16px;
}
#home-bottom-left {
	width:45%;
	text-align:center;
}
#home-bottom-left h1 {
	margin:4% 13%;
}
#home-bottom-right {
	width:48%;
}

/* LOOK AND FEEL */
	#newsletter-form input, #newsletter-form select, #newsletter-form button {
		display: inline-block;
	}
	input[name="first_name"], input[name="surname"]  {
		width:49%;
	}
	input[name="email"] {
		width:80%;
	}
	.justify-break {
		display:inline-block;
		width:100%;
	}
	#newsletter-form {
		padding:10px 12px;
		color:white;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		left:0; right:0;
		margin:auto;
		text-align:justify;
		text-justify: distribute-all-lines; /* Fixes justify in IE */
		font-size:0;
		background-repeat: no-repeat;
		background-size: 100% 100%;

	}
	#newsletter-form h2 {
		font-weight:normal;
		letter-spacing:1px;
		margin-bottom:6px;
	}
	#newsletter-form input {
		/*width:100%;*/
	}
	#newsletter-form input, #newsletter-form select {
		height:26px;
		line-height:22px;
		padding:0 10px;
		padding-top:4px;
		background-color: white;
	}
	/* Stop Chrome yellowing inputs with autocomplete. */
	#newsletter-form input:-webkit-autofill {
	    -webkit-box-shadow: 0 0 0px 1000px white inset;
	}
	#newsletter-form select::-ms-expand { /* Hide dropdown arrows in IE10+ */
	    display: none;
	}
	#newsletter-form select {
		appearance:none;
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding-right:30px;
		width:62%;
		background-color:white;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJBAMAAAAmxto/AAAAA3NCSVQICAjb4U/gAAAAJFBMVEWAeW7///+gmpLMzMyIgXfn5uS4tK6QioD///+wq6TIxMCYkommbi2aAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzEyLzE0o594TgAAAE1JREFUCJljcDAUBAEDBwYHZhBDmMGBIYQBJGjAEsAg6sAlKCjG4CrAIBjNMFFwArcgkCW4gVOSYSOYJc1QwC0IZgluYFCEsoQ4gYQAAOYxCnrFwfOSAAAAAElFTkSuQmCC');
		background-repeat: no-repeat;
		background-position: 95% center;
	}
	/* PLACEHOLDER STYLING */
		/* WebKit browsers */
		::-webkit-input-placeholder {       color:    #2C200E; }
		:focus::-webkit-input-placeholder { opacity:    0.2;   }

		/* Mozilla Firefox 19+ */
		::-moz-placeholder {       color: #2C200E; opacity: 1; }
		:focus::-moz-placeholder { opacity: 0.2; }

		/* Internet Explorer 10+ */
		:-ms-input-placeholder {       color:    #2C200E; }
		:focus:-ms-input-placeholder { opacity:    0.2; }
	/* END PLACEHOLDER STYLING */

	#newsletter-form input, #newsletter-form select {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		outline:none;
		font-size:13px;
		font-family:"Gotham Rounded";
		font-weight:lighter;
		/*border:none;*/
		vertical-align: top;
		margin-bottom:4%;
		border:none;
	}
	#sign-up {
		/*width:210px;*/
		max-width:100%;
		height:42px;
		background-color:#2C200E;
		color:white;
		outline:none;
		border:none;
		font-size:12px;
		letter-spacing:1px;
		cursor:pointer;
		height:26px;
		width:36%;
	}
	#sign-up:hover, #sign-up:focus {
		background-color:#4B4132;
	}
	.arbitrary-class {
		display:none !important;
	}
/* END LOOK AND FEEL */

@media all and (max-width: 600px) {
	#advert {
		display:none;
	}
	#carousel {
		width:100%;
	}
	#home-left {
		margin-top:5%;
	}
	#home-left, #home-right {
		width:100%;
	}
	.home-link {
		text-align:center;
	}
	#home-copy {
		margin:5% 0;
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count:    1; /* Firefox */
	    column-count:         1;
	}
	#home-copy p {
		margin-bottom:3%;
	}
	#home-bottom-left {
		width:100%;
		display:none;
	}
	#home-bottom-right {
		width:100%;
	}
}