* {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	color: black;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}
body, html, header {
	height: 100%;
}

.divider {
	margin: 0 auto;
  	max-width: 980px;
	height: 1px;
  	border: 0;
}


article .icon {
	text-align: center;
}
h1 {
	font-size: 40px;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 30px;
	margin-bottom: 0.5em;
}
h3 {
	font-weight: 900;
}
h4 {
	font-style: italic;
}
.content {
	width: 100%;
}
a{
	color: inherit;
	text-decoration: none;
}

/*Navigation*/
.Navigation {
	width: 100%;
	position: fixed;
	z-index: 1;
}
.navBar {
	width: 100%;
	z-index: 1;
	padding: 15px 15px;
}

.navBar .navLogo{
	width: 50%;
	float: left;
}
.navLogo h1 {
	font-size: 16px;
	font-weight: 900;
}
.navBar .menuIcon{
	width: 50%;
	float: left;
	text-align: right;
}
.navBar .navIcon{
	font-size: 16px;
	height: 24px;
	width: 27px;
	cursor: pointer;
}
.Navigation h1 {
	font-size: 16px;
	margin-bottom: 0;
}
.navBar .navIconOpen {
	font-size: 16px;
	cursor: pointer;
	display: none;
}
.navi {
	max-height: 0;
	overflow: hidden;
	z-index: 1;
	-webkit-transform: translate(0, -150%);
	-moz-transform: translate(0, -150%);
	-ms-transform: translate(0, -150%);
	transform: translate(0, -150%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;

}

.navi.show {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 99;
	max-height: 40em;
}
.Login {
	transition: opacity 0.5s ease-out;
	transition-delay: 0.5s;
	opacity: 0;
	min-height: 0;
	max-height: 0;
	position: absolute;
	font-weight: 900;
	overflow: hidden;
}

.Logo {
	display: none;
	text-align: left;
}
.navi ul {
	padding: 15px;
	list-style: none;
	text-align: center;


}

.navi li {
	text-align: center;
	padding: 15px;
}
.navi li a{
	padding: 5px;
}

/* Opener */
.Opener {
	position:relative;
	height: 100%;
	min-height: 420px;
}

.Opener .fixed-bg.active {
	display: inline;
}
.fixed-bg {
	position: absolute;
	display: none;
	min-height: 100%;
	background-size: cover;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	width: 100%;

}
/*Opener info text styling*/
.Opener .openerInfoText.active {
	display: block;
}
.openerInfoText {
	text-align: center;
	position: fixed;
	top: 15%;
	display: none;
	width: 100%;

}

.openerInfoText .content {
	padding: 0 15px;
}

.openerInfoText .wrap {
	max-height: 295px;
	width: 100%;
	overflow: hidden;
    color: green;
}
.goNext {
	cursor: pointer;
}
.goNextOpener {
	cursor: pointer;
}
.Opener .goNextOpener {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 3em;
	left: 50%;
	overflow: hidden;
	white-space: nowrap;
	color: inherit;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);

}
.Opener .goNextOpener span{
	top: 50%;
	left: 50%;
	font-size: 1.5em;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

article .goNext {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: relative;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	color: inherit;
}

article .goNext span {
	top: 50%;
	font-size: 1.5em;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
/*Opener-Controller styling*/
.OpenerController {
	position: fixed;
	bottom: 1em;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	 margin-bottom: 0;
 	padding: 0;
}
.OpenerController li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.OpenerController span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	cursor: pointer;
}

.OpenerController li.active span {
	background-color: #FFFFFF;
}
/*Section general settings*/
section {
	position: relative;
	background: #FFF;
	overflow: hidden;
}
.innerText {

}
article {
	text-align: left;
	position: relative;
	padding: 50px 0;
}

article.Headline {
	text-align: center;
}
article .image {
	text-align: center;
}

article .image.right {
	float: right;
}

article .image.left {
	float: left;
}
.context {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 100%;
}

.context p {
	margin-bottom: 1em;
}

article .icon img {
	position: relative;
	max-width: 72px;
	padding-bottom: 2em;
}
.icon img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

article .right img,
article .left img {
	position: relative;
	max-width: 320px;
	padding-bottom: 2em;
}
.right img,
.left img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

article .top img {
	max-width: 400px;
	max-height: 300px;
	position: relative;
	padding-bottom: 2em;
}

.top img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

div.btn {
	cursor: pointer;
}
.btn {
	min-width: 200px;
	max-width: 200px;
	margin-top: 2em;
	padding: 1em 1em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	border: 2px solid;
	font-weight: 900;
	border-radius: 2px;
	position: relative;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
div.btn::after,
.winona::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.winona > span {
	display: block;
}
div.btn::after,
.winona::after,
.winona > span {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
div.btn:hover::after,
.winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.modalDialog {
	z-index: 10;
	left: 0;
	height: 100%;
	width: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	visibility: hidden;
	position: fixed;
	top: 0;
}

.modalDialog.showIt {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}


.modalDialog div{
	z-index: 999;
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 101%;
	max-width: 768px;
	max-height: 640px;
	padding: 2em 2em;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow-y: scroll;
}
.close {
	z-index: 999;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size:  20px;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.close:hover {
	cursor: pointer;
}
/*goTop Button*/
/*back to Top Button styling*/
.goTop {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.goTop span{
	top: 50%;
	left: 50%;
	font-size: 1.5em;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.goTop.showIt {
	visibility: visible;
	opacity: 0.8;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.goTop.showIt:hover {
	opacity: 1;
}
/*Footer*/
.Social {
	float: left;
	font-size: 23px;
	position: relative;
	text-align: center;
	height: 100px;
}
footer {
	position: relative;
}
.Links {
	padding-top: 80px;
	padding-bottom: 30px;
}
.FooterLinks .wrap {
	display: block;
	margin: 0 auto;
}
.FooterLinks .Link {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}
.FooterLinks .Link span {
	font-weight: 900;
}
.FooterLinks .Link ul {
	margin-top: 20px;
	margin-left: 0;
	list-style: none;
}
.FooterLinks .Link li {
	padding-bottom: 10px;
}
.FooterLinks .Link a:last-child li{
	padding-bottom: 0;
}
.footerLine {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid;
	color: inherit;
	margin-top: 70px;
	margin-bottom: 10px;
}
.Social .symbolsWrap{
	display: inline-block;
	font-size: 2em;
	position: relative;
	padding: 0 5px;
}
.Social .symbolsWrap:first-child {
	padding-left: 0;
	padding-right: 0;
}

.socialWrap {
	padding: 15px 0;

}
.FooterCopyright {
	padding-bottom: 30px;
}
.Copyright {
	height: 100px;
	text-align: center;
	position: relative;
	float: left;
}

.Copyright div {
	padding: 15px 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-height: 320px) {
	.Opener .goNextOpener {
		bottom: 25px;
	}
	.OpenerController {
		bottom: 0;
	}
}

@media screen and (min-height: 480px) {
	.openerInfoText {
		top: 20%;
	}
}
@media screen and (min-height: 600px) {
	.openerInfoText .wrap {
		max-height: 320px;
	}
	article {
		padding: 5em 0;
	}
	.openerInfoText {
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.Opener .goNextOpener {
		bottom: 5em;
	}
}
@media screen and (min-width: 768px) {
	/*Opener*/
	.openerInfoText .wrap {
		width: 70%;
		margin: 0 auto;
	}
	/*Content*/
	article {
		padding: 5em 0;
		min-height: 250px;
	}
	article .top img {
		max-height: 350px;
		max-width: 530px;
	}
	.socialWrap {
		padding: 15px 0;
		left: 50%;
	}
	article .right img,
	article .left img {
		padding-top: 1em;
		position: relative;
		max-width: 550px;
	}
}
@media screen and (min-width: 992px) {
	.content {
		width: 980px;
		margin: 0 auto;
	}
	/*Navigation*/
	.navBar {
		display: none;
	}
	.navi {
        margin-left: 15%;
		position: relative;
		display: block;
		max-height: 40em;
		-webkit-transition: all 0;
		-moz-transition: all 0;
		-o-transition: all 0;
		transition: all 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);

	}
	.navi ul {
		padding: 15px 15px;
		list-style: none;
		position: relative;
	}

	.navi li {
		text-align: center;
		display: inline-block;
		padding: 0 15px;
	}
	.navi li.active a {
		border-bottom: 2px solid black;
	}
	.Login {
		display: inline-block;
		position: relative;
		opacity: 1;
		max-height: 40em;

	}
	.Login span{
		cursor: pointer;
		text-align: center;
  		font-weight: 900;
  		padding: 15px 0;
  		display: block;
	}
	.Logo {
		display: inline-block;;
	}
	.Logo h1{
		text-align: center;
		font-weight: 900;
		padding: 15px 0;
		display: block;
	}

	article .icon img {
		max-width: 92px;
	}
	article .top img {
		max-height: 400px;
		max-width: 800px;
	}
	article .right img,
	article .left img {
		padding-top: 1em;
		position: relative;
		max-width: 460px;
	}
	/*Footer*/
	.FooterLinks .Link ul {
		margin-top: 20px;
		margin-left: 20px;
		list-style: none;
	}

	.FooterLinks .Link {
		width: auto;
		text-align: left;
		float: left;
		padding-right: 80px;
		min-height: 200px;
	}
		.FooterLinks .Link:first-child {
		width: auto;
		padding-left: 0;
	}
	.FooterLinks .Link:last-child {
		padding-right: 0;

	}
	.Social {
		float: right;
		text-align: center;
	}
	.Copyright {
		text-align: left;
	}

	.hasPic {
		text-align: left !important;
	}
	.hasPic .btn {
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

}

@media screen and (min-width: 1200px) {
	.openerInfoText .wrap {
		max-height: 300px;
		width: 70%;
	}

	article {
		padding: 7em 0;
	}
	.openerInfoText {
		top: 40%;
		left: 0;
		-webkit-transform: translate(0, -40%);
		-moz-transform: translate(0, -40%);
		-ms-transform: translate(0, -40%);
		transform: translate(0, -40%);
	}
	article .top img {
		max-height: 500px;
		max-width: 1150px;
	}
	article .right img,
	article .left img {
		padding-top: 1em;
		position: relative;
		max-width: 590px;
	}

	.iconText h2 {
		text-align: center;
	}


}
