/* Global */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
	min-width: 1100px;
}
img {
	max-width: 100%;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}

/* Navigation */

.menu {
	top:0px;
	width:100%;
	height:auto;
	background: none;
	z-index:100;
	padding-top: 80px;
	padding-bottom: 80px;
}
#logo {
	text-align: center;
	margin: 10px auto 60px auto;;
}
#logo img {
	width: 360px;
}
#nav {
	text-align: center;;
	margin: 30px 0 0 0;
	float: inherit;
}
.navigation {
	float: inherit;
	list-style: none;
	margin: 0;
	font-size: 13px;
	padding: 0;
}
.navigation li {
	display: inline-block;
	vertical-align: top;
	padding:0 0 0 30px;
	font-weight: bold;
	color: #000;
}
.navigation li:first-child {
	padding-left: 0;
}
.navigation li:hover{
	cursor:pointer;
	color: #000;
}

.navigation .active{
	cursor:pointer;
	color: #000;
}

/* General Slides */

.slide {
	/*background-attachment: fixed;*/
	width: 100%;
	height: auto;
	position: relative;
	/*padding:140px 0;*/
	min-width: 1000px;
  margin-top: -170px;
}

/* Slide 1 */

#slide1 {
	background-image:url('../img/topimg1.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*910/1381);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
	margin-top: 0;
	/*background-position: 0 290px;*/
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 2 */

#slide2 {
	background-image:url('../img/topimg2.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*910/1381);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}
.text-area h1 {
	font-size: 1.6em;
	color:#000;
	font-weight: 700;
	margin: 0;
}
.text-area p , .text-area ul {
	font-size: 0.8em;
	color: #000;
	padding-bottom:0px;
	margin: 0.9em 0;
	font-weight: 400;
	line-height: 24px;
}
.text-area ul {
	padding-left: 20px;
}
.text-area {
	background: #FFF;
	padding: 10px;
	position: absolute;
	bottom: 0;
	padding-bottom: 160px;
	width: 316px;
}

/* Slide 3 */

#slide3{
	background-image:url('../img/topimg3.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*910/1381);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}
#slide3 .text-area {
	right: 30%;
}

/* Slide 4 */

#slide4 {
	background-image:url('../img/topimg4.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*910/1381);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}
#slide4 .text-area {
	right:10%;
}

/* Slide 5 */

#slide5 {
	background-image:url('../img/topimg5.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*910/1381);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}

/* Slide 6 */

#slide6 {
	background-image:url('../img/topimg6.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*910/1381);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}
#slide6 .text-area {
	right: 10%;
}

/* Slide 7 */

#slide7 {
	background-image:url('../img/topimg7.png');
	background-repeat: no-repeat;
	padding-bottom: calc(100%*130/1380);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}
.footlog {
	padding-top: 140px;
	text-align: center;
}
.copyright {
	color: #000;
	font-size: 12px;
}
.privacy {
	font-size: 0.8em;
	line-height: 20px;
	background: #FFF;
	padding: 20px;
	width: 800px;
	margin:  0 auto;
	color: #000;
}
.privacy h2 {
	font-size: 1em;
	margin: 10px 0;
}
.privacy section {
	margin-bottom: 20px;
}
.staffname {
	font-size: 1.1em;
}

/* Slick Slider */

.slick-prev::before {
  content: "<" !important;
}
.slick-next::before {
  content: ">" !important;
}
