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

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

.sectionEnd {
	margin-bottom: 10px;
}

.cDpm { color: deepskyblue; }

#introduction {
	height: 679px;
	padding: 0;
}


#links {
	height: auto;
	padding: 3%;
}

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

#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: 340px;
	height: 150px;
	padding: 30px 20px;
	overflow: hidden;
	display: block;
	border: 1px yellow solid;
}

#links .box p {
	font-size: 95%;
	line-height: 1.6;
}

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

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

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

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




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

	.section {
		height: 500px;
	}

	#introduction img {
		width: 958px;
	}
	
	#introduction { height: 518px; }
	
	#image img,
	#features1 img,
	#features2 img,
	#features3 img,
	#features4 img { width: 958px; }
	
	#links {
		width: 840px;
		padding: 4% 59px;
		margin: 0 auto;
	}
	
	#links .center {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#links a {
		margin-left: 20px;
		margin-right: 20px;
	}
}



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

.slick-prev:before,
.slick-next:before {
	background-color: #666;
	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;
}