@import url(fonts.css);
@import url(header.css);
@import url(footer.css);
/*
@import url(tabs.css);
@import url(accordion.css);
*/
/*----- Slideshow ----*/
.carousel-inner .caption{
	position: absolute;
	content: '';
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.carousel-inner .caption h1{
	font-family: 'Big Shoulders Display', cursive;
	font-size: 108px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}
.carousel-inner .caption span{
	font-family: 'Big Shoulders Display', cursive;
	font-size: 46px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.carousel-indicators{
	bottom: 50px;
}
.carousel-indicators button{margin:0 10px !important;width:14px !important;height:14px !important;background:#d9d9d9;border:3px solid #d9d9d9;display:block;text-indent:-9999px;overflow:hidden;border-radius:50%;padding: 0;border: 0 !important;}
.carousel-indicators button.active{background:#eb3d00;border-color:#eb3d00;}
.carousel-control-prev{
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: auto;
	bottom: 56px;
	z-index: 999;
	left: -185px;
	right: 0;
	background-color: #fff;
	opacity: 1;
	margin: 0 auto;
}
.carousel-control-next{
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: auto;
	bottom: 56px;
	z-index: 999;
	left: 0;
	right: -185px;
	background-color: #fff;
	opacity: 1 !important;
	margin: 0 auto;
}
.carousel-control-prev i,
.carousel-control-next i{
	color: #000;
}
/*----- Slideshow ----*/
.home-bg{
	background-image: url('../images/home-bg.jpg');
	background-size: cover;
	padding-bottom: 70px;
}
.content{
	padding: 70px 0;
}
.content h2{
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	font-weight: 800;
	text-transform: uppercase;
}
.content h2.large{
	font-size: 40px;
}
.content h2.small{
	font-size: 22px;
	letter-spacing: 2px;
}
.content h2 span{
	color: #eb3d00;
}
.content p{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 0px;
}
.content h3{
	font-size: 22px;
	font-weight: 800;
	color: #000;
	line-height: 32px;
}
.content table tr td{
	border:solid 1px #000;
	padding: 15px 30px;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.content table tr td:nth-child(2){
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	width: 110px;
	text-align: center;
}
.content table tr td:nth-child(1){
	padding-left: 45px;
}
.content table tr td:nth-child(1):before{
	position: absolute;
	content: attr(title);
	left: 25px;
	top: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.section3{
	background-image: url('../images/section3-bg.png');
	background-size: 100% 100%;
	border-radius: 10px;
}
.section3 .inner{
	width: 60%;
	padding: 35px 25px 35px 40px;
}
.section3 .inner h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
	padding-right: 25px;
}
.section3 .inner p{
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	line-height: 24px;
}

@media only screen and (max-width:1099px){
	br{display: none;}
	.carousel-indicators{
		bottom: 30px;
	}
	.carousel-control-prev,
	.carousel-control-next{
		bottom: 35px;
	}
	.section3{
		background-size: cover;
		background-position: right;
	}
	.section3 .inner{
		width: 60%;
	}
}
@media only screen and (max-width:991px){
	.carousel-inner .caption h1{
		font-size: 60px;
	}
	.carousel-inner .caption span{
		font-size: 25px;
	}
	.carousel-control-prev, .carousel-control-next{
		bottom: 15px;
	}
	.carousel-indicators{
		bottom: 10px;
	}
	.section3{
		position: relative;
	}
	.section3:after{
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color:rgba(0,0,0,0.7);
		z-index: 999;
	}
	.section3 .inner{
		width: 100%;
	}
	.section3 .inner h2,
	.section3 .inner p{
		z-index: 9998;
		position: relative;
	}
}

@media only screen and (max-width: 767px){
	.content{
		padding: 50px 0;
	}
	.home-bg{
		padding-bottom: 50px;
	}
	.carousel-inner .caption{
		position: relative;
		top: 0;
		transform: none;
		padding: 15px;
		background-color: #073068;
	}
	.carousel-inner .caption h1{
		font-size: 40px;
	}
	.carousel-inner .caption span{
		font-size: 18px;
	}
	.carousel-control-prev, .carousel-control-next{
		bottom: 110px;
	}
	.carousel-indicators{
		bottom: 105px;
	}
	.content h2{
		font-size: 22px;
	}
	.content p{
		font-size: 18px;
		line-height: 25px;
	}
	.section3 .inner{
		padding: 35px 15px 35px 15px;
	}
	.section3 .inner h2{
		font-size: 22px;
		padding-right: 0px;
	}
}
