html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #000;
    font-family: "europa";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#content {
    width: 100%;
    overflow: hidden;
}

#logo {
    width: 28%;
    position: absolute;
    z-index: 10000;
    margin-left: 36%;
    margin-top: 5%;
}

#logo img {
    width: 100%;
}

#menu {
    position: absolute;
    z-index: 10005;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

#menu a {
    padding: 10px 15px;
    color: #f1592a;
    border: 1px solid #f1592a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .08em;
    margin-left: 20px;
}

#menu a:hover {
    color: #fff;
    border-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#bottom-band {
    background: #f1592a;
    color: #000;
    position: absolute;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    opacity: .8;
}

#bottom-band p {
    width: 50%;
    float: left;
    padding: 5px 2.5% 0 2.5%;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 15px;
}

#bottom-band p.left {
	width: 70%;
}

#bottom-band p.right {
	width: 30%;
}

#bottom-band p img {
    vertical-align: middle;
}

#bottom-band img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#bottom-band p span {
    border-bottom: 1px dotted #000;
}

.right {
    text-align: right;
}

.clear {
    clear: both;
}

.mightySlider {
  width: 100%;
  height: 100%;
}

.mightySlider div.slideelement {
  height: 100%;
  list-style: none;
}

.mightySlider div.slideelement div {
  float: left;
  height: 100%;
}

#slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#slider .frame {
	width: 100%;
	height: 100%;

	-webkit-perspective: 1000px;
	perspective: 1000px;

	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
#slider .frame .slide_element {
	height: 100%;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#slider .frame .slide_element > div {
	float: left;
	height: 100%;
}
#slider .frame .mSCover img {
	max-width: none;
}

/* Animated layers styles */
.transparent {
	opacity: 0;
}
.bgImg {
	top: 0;
	left: 0;
	width: 100%;
	height: 115%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -7%;
	z-index: 1;
}
.bgImg1 {
	background-image: url('images/slide1.jpg');
}
.bgImg2 {
	background-image: url('images/slide2.jpg');
}
.bgImg3 {
	background-image: url('images/slide3.jpg');
}
.bgImg4 {
	background-image: url('images/slide4.jpg');
}

.testimonials {
	left: 50px;
	bottom: 100px;
	color: #353535;
	text-transform: uppercase;
	margin-left: -100%;
	z-index: 13;
}
.testimonials .headline {
	top: auto;
	bottom: 38px;
	text-align: left;
}
.headline > span {
	position: relative !important;
	left: 0;
	display: block;
	float: left;
	clear: both;
	padding: 10px 25px;
	background-color: #fff;
	white-space: nowrap;
	letter-spacing: 6px;
}
.testimonials .headline span.l1,
.testimonials .headline span.l2 {
	left: -50px;
}
.headline > span.l1 {
	padding-bottom: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
}
.headline > span.l2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
}
.testimonials .attr {
	position: relative !important;
	left: -50px;
	clear: both;
	float: left;
	font-size: 11px;
	color: #353535;
	line-height: 28px;
	padding: 0 25px;
	background-color: #e4e3e5;
	letter-spacing: 2px;
	margin-top: 1em;
}

@media screen and (max-width:959px) {
	.testimonials .headline {
		top: 58px;
	}

	.headline > span {
		padding: 7px 20px !important;
		letter-spacing: 3px !important;
		font-size: 25px !important;
		line-height: 35px !important;
	}
}

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

	.testimonials {
		left: 0px;
	}

	.testimonials .headline {
		top: 58px;
	}

	.headline > span {
		padding: 7px 20px !important;
		letter-spacing: 3px !important;
		font-size: 25px !important;
		line-height: 35px !important;
	}

	.testimonials .attr {
		right: 60px;
	}
}

@media screen and (max-width:750px) {
    #logo {
	width: 40%;
	position: absolute;
	z-index: 10000;
	margin-left: 30%;
	margin-top: 5%;
    }
    #bottom-band p {
	font-size: 14px;
    }
    #bottom-band p.left {
	width: 80%;
    }
    #bottom-band p.right {
	width: 20%;
    }
}

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

	.testimonials {
		width: 100%;
		padding-right: 80px;
	}

	.testimonials .headline {
		top: 40px;
	}

	.headline > span {
		padding: 5px 15px !important;
		letter-spacing: 2px !important;
		font-size: 20px !important;
		line-height: 30px !important;
		white-space: inherit !important;
	}
	
	.testimonials .headline > span.l1 {
		margin-right: 7px;
	}
}

@media screen and (max-width:400px) {
    #logo {
	width: 70%;
	position: absolute;
	z-index: 10000;
	margin-left: 15%;
	margin-top: 5%;
    }
    #bottom-band p {
	font-size: 14px;
    }
    #bottom-band p.left {
	width: 100%;
	text-align: center;
    }
    #bottom-band p.right {
	width: 100%;
	text-align: center;
    }
    .testimonials {
	display: none;
	visibility: hidden;
    }
    #menu {
	top: 50%;
	width: 50%;
	right: 30%;
	text-align: center;
    }
    #menu a {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
    }
}


