/* Add here all your css styles (customizations) */


/* Responsive Blackbox CSS Styles */
.contentimageleft {
	max-width: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contentimageright {
	max-width: 50%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageright20 {
	max-width: 20%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageright30 {
	max-width: 30%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageright40 {
	max-width: 40%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageleft20 {
	max-width: 20%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageleft30 {
	max-width: 30%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageleft40 {
	max-width: 40%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentimageleftfixed {
	width: 50%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 800px) {

	.contentimageleft, .contentimageright,
	.contentimageright20, .contentimageright30, .contentimageright40,
	.contentimageleft20, .contentimageleft30, .contentimageleft40 {
		max-width: 100%;
		float: none;
	}


	.contentimagerightfixed {
		width: 50%;
		float: right;
	}

	.contentimageleftfixed {
		width: 50%;
		float: left;
	}
}


/* body styles */
body, html {
	font-family: lato, sans-serif;
	font-size:16px;
}

.bg-grey {
	background: #f2f2f2;
}


/* header styles*/

.topbar {
	z-index: 12;
	padding-top: 6px;
	padding-bottom: 28px;
	position: relative;
	-webkit-transition: all 0.4s;
}

.header-fixed-shrinking .topbar {
	opacity:0;
	height:0px;
}


.topbar .header-right {
	float: right;
	font-weight: bold;
	font-size: 17px;
	color: black;
}

.topbar .header-right span {
	color: #871d1e;
	
}



.header-v6 .navbar-nav > li > a, .header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:focus, .header-v6 .navbar-nav > .active > a, .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
	color: #000;
	font-weight: 800;
	font-size: 17px;
	font-family: lato, sans-serif;
	text-transform:none;
}

.header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:focus, .header-v6 .navbar-nav > .active > a, .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
	color: #871d1e;
}

@media (min-width: 992px) {
	.header-v6 .navbar-nav > li > a {
		padding: 5px 40px;
	}
}

#nav1-a-p6 {
	padding-right: 0px;
	margin-right: 0px;
}

.subheader {
	background-color: #353535;
	color: white;
	font-family: lato, sans-serif;
	padding: 10px 0px;
	text-align: center;
	font-size: 21px;
	position: absolute;
	top: 94px;
	width: 100%;
	z-index: 100;
	height: 53px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}



.header-fixed-shrinking .subheader {
	opacity:0;
}

/* hide accommodation link on smaller screens..*/
@media(min-width:992px) and (max-width:1200px) {
	#nav1-li-p11 {
	display:none;
	}
}

/* footer styles */

footer {
	background-color: #871d1e;
}

.footer-v3 .footer {
	background: #871d1e;
	border-top: none;
}

.footer-v3 .copyright {
	background: #353535;
	border-top-color: #292929;
	color: white;
}

.footer-v3 .copyright a, .footer-v3 .copyright li {
	color: white;
}


.footer-v3 .footer p, .footer-v3 .simple-list, .footer-v3 .simple-list a {
	color: #fff;
	font-weight: normal;
}

.footer-v3 .simple-list li {
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
}

.footer a{color:white;}


/* content styles */
/* home page */
.interactive-slider-v2 {
	text-align: left;
	position: relative;
}

.interactive-slider-v2:after {
	display:none;
}

.interactive-slider-v2.img-v1 {
	background: url(/images/homebanner.jpg) no-repeat;
	background-size: cover;
	background-position: right;
}

.interactive-slider-v2 .container {
	padding-left:0px;
	line-height: 23px;
}

.interactive-slider-v2 h1 {
	color: black;
	font-size: 31px;
	font-family: lato, sans-serif;
	line-height: 40px;
	font-weight: 900;
	text-transform: none;
	margin-bottom: 0px;
}

.interactive-slider-v2 h2 {
	margin-top:0px;
	color: #871d1e;
	font-size: 45px;
	line-height:normal;
	font-family: lato, sans-serif;
	font-weight: 500;
	text-transform: none;
	width:45%;
}

.interactive-slider-v2 .imagefooter {
	position: absolute;
	bottom: 0px;
	right:0px;
	left:0px;
	background: rgba(255,255,255,0.5);
	padding: 30px 0px;
	color: #871d1e;
	font-size:20px;
}

.interactive-slider-v2 .imagefooter small {
font-size:15px;
}
.coursebooking {
position:relative;
padding-top:80px;
}

.coursebooking > h2 {
	position: absolute;
	top: 40px;
	text-align: center;
	width: 100%;
	color: #353535;
	font-weight: 800;
	z-index: 20;
	font-size: 28px;
	font-family: lato, sans-serif;
	letter-spacing: 2px;
}

.tag-box {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
	transition: box-shadow 0.2s ease;
	text-align: center;
	margin:30px;
	background-color:rgba(255,255,255,0.9);
	padding:14px;
	position:relative;
}

.tag-box-left {
	margin-left:0px;
}

.tag-box-right {
	margin-right: 0px;
}

.tag-box-mid {
	margin-left:15px;
	margin-right:15px;
}

.coursebooking .tag-box {
	margin-top: 80px;
	padding-top: 144px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.tag-box:hover {
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12), 0px 8px 8px 0px rgba(0,0,0,0.24);
}

.tag-box .bookimage {
	position:absolute;
	top:-50px;
	width:100%;
	text-align:center;
	padding-right:40px
}

.tag-box h3 {
	font-weight: 800;
	font-size: 28px;
	font-family: lato, sans-serif;
	letter-spacing: 2px;
}

.tag-box p {
	font-weight:500;
	color:#353535;
	margin-bottom:10px;
}

.tag-box p.price {
	font-weight: 800;
	color: #871d1e;
	font-size:28px;
}
.tag-box p.stars {
	color: #ecb700;
}

.shoulderparallax {
	background: url(/images/shoulderbg.jpg) repeat fixed;
}

.bg-image-v1:before {
	display:none;
}

.faculty  h2 {
	text-align: center;
	color: #353535;
	font-weight: 800;
	font-size: 28px;
	font-family: lato, sans-serif;
	letter-spacing: 2px;
	margin-bottom:40px;
}


/* inner pages*/

.contentpadding {
	padding-top: 60px;
}

.contentpadding-nomargin {
	padding-top: 50px;
}

@media (min-width:992px) {




	.contentpadding {
		padding-top: 160px;
	}

	.contentpadding-nomargin {
		padding-top: 147px;
	}
}

.sponsorbox {
	height:120px;
	text-align:center;
	padding:20px;
}


.sponsorbox img {
	max-width:100%;
}

/* plugin css overrides */

.wow {
visibility:hidden;
}

.animDelay2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animDelay3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}


/* mobile sizes*/
@media (max-width:768px) {
	.header-v6 .navbar-brand {
		width: 70%;
	}

	.interactive-slider-v2 {
		padding: 60px 0;
	}

	.interactive-slider-v2.img-v1 {
		background-color: rgba(255,255,255,0.4);
		background-position: center;
		background-size: 800px;
	}

	.interactive-slider-v2 h1 {
		font-size: 21px;
		line-height: 30px;
	}

	.interactive-slider-v2 h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}

	.interactive-slider-v2 a.btn-u {
		margin-bottom: 120px;
	}

	.interactive-slider-v2 .imagefooter {
		bottom: 20px;
		padding: 30px 20px;
	}
}


	@media (max-width: 991px) {

		html, body {
			overflow-x: hidden;
			max-width: 100%;
		}

		.container {
			width: 100%;
		}

		.header-v6 .navbar-nav {
			margin-top: 40px;
		}

		.interactive-slider-v2 {
			margin-left: -15px;
			margin-right: -15px;
			padding-left: 15px;
			padding-right: 15px;
		}

		.interactive-slider-v2.img-v1 {
		}

		.tag-box-left {
			margin-left: 30px;
		}

		.tag-box-right {
			margin-right: 30px;
		}

		.tag-box-mid {
			margin-right: 30px;
			margin-left: 30px;
		}

		.contentpadding {
			padding-top: 0px;
		}
	}
