@charset "utf-8";
/* CSS Document */

.section {
	background-color: #0d0d0d;
	margin-bottom: 50px;
	padding: 4% 0;
}

.sectionEnd {
	background-color: #0d0d0d;
	padding: 4% 0 50px;
	margin-bottom: 10px;
}

#introduction {
	padding: 8% 12%;
}

#introduction h1 {
	text-align: center;
	margin: 0 0 2em;
}

#introduction h2 {
	font-size: 120%;
	color: #CCC;
	margin-bottom: 2em;
}

#introduction p {
	line-height: 2.0;
}

#features {
	height: 600px;
	background-color: #0d0d0d;
	margin-bottom: 50px;
}


#slideshow1 ul {
	margin: 0;
	padding: 0;
}

#links {
	padding: 5% 3%;
}

#links h2,
#links p.title {
	text-align: center;
}

#links h2 {
	margin-bottom: 2em;
}

#links p.title {
	font-size: 1.3em;
	font-weight: normal;
	color: #a1a1a1;
	margin-bottom: 40px;
}

#links .center {
	margin-left: 15px;
	margin-right: 15px;
}

#links .box {
	float: left;
	width: 336px;
	height: 166px;
	padding: 20px 20px;
	overflow: hidden;
	display: block;
	border: 2px #214096 solid;
}

#links div.linkImg {
	float: left;
	text-align: center;
	width: 155px;
}

#links .box p {
	float: left;
	font-size: 100%;
	line-height: 1.6;
	margin: 15px 0 0 15px;
}

#links .box p strong {
	font-size: 120%;
}

#links .box h3 {
	margin-bottom: 0.7em;
}

#links a {
	display: block;
	width: 380px;
	height: 210px;
	height: auto;
	margin-bottom: 15px;
	float: left;
	color: white;
	box-shadow: 0 0 3px 3px saddlebrown;
}

#links a:hover {
	box-shadow: 0 0 3px 4px brown;
}




@media only screen and (max-width: 1023px) {

	#introduction {
		padding: 10% 8%;
	}
	
	#introduction h1 {
		margin: 0 0 2em;
	}
	
	#introduction h1 img {
		width: 100%;
	}
	
	#features {
		height: auto;
	}
	
	#slideshow1 img {
		width: 100%;
	}
	
	#links {
		padding: 5% 8%;
	}
	
	#links a:nth-child(2n) {
		float: right;
	}
	
	#links .center {
		margin-left: 0;
		margin-right: 0;
	}
	
	#links a {
		margin-left: 0;
		margin-right: 0;
	}
}



.slick-prev,
.slick-next {
	z-index: 99;
}

.slick-prev:before,
.slick-next:before {
	background-color: rgba(65,65,65,0.70);
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
}

.slick-prev
{
    left: 50px;
}
[dir='rtl'] .slick-prev
{
    right: 50px;
    left: auto;
}
.slick-next
{
    right: 50px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 50px;
}