/*******************************
  Intro
********************************/
#container.introPage #pageImageText h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#sitecontainer #container #topContainer {
  height: 100%;
}

/*******************************
pageImage
********************************/

#container #pageImage > div {
  height: unset;
}

#container.introPage #pageImage {
	background-size: cover;
}

#container.introPage #content {
    padding-top: 20px;
}

#container.introPage #pageImage img {
	display: none;
}


#container.introPage #pageImageText {
  max-width: 1024px;
  padding-top: 350px;
  padding-bottom: 75px;
  color: #ffffff;
}


#container.introPage #pageImage {
  height: 100%;
}


#container.introPage .menuIcon {
	position: absolute;
	top: 50px;
}



#container #footerBanner {
  background-position: center center;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  position: absolute;
  background-color: #000000;
}

#container.introPage #pageImageText p {
    font-size: 48px;
    font-family: Open Sans, sans-serif;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#container.introPage .content {
	position: relative;
}
#container.introPage .contentItems {
    position: absolute;
    left: 50%;    
    width: 294px;
}
#container.introPage .countrySelect {
  position: relative;
  height: 76px;
  left: -50%;
  cursor: pointer;
  z-index: 1;
}
#container.introPage .countrySelectElement {
    width: 100%;
    background: white;
    border: 2px #ffffff solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    font-family: Open Sans;
    font-size: 14px;
    color: gray;
    font-weight: 600;
    height: 38px;
}


#container.introPage .countrySelectElement .countrySelectText {
	padding-left: 10px;
	line-height: 33px;
}

#container.introPage .countrySelect.up .countrySelectElement div.countrySelectIcon {
  background-image: url("/download/IntroLayout/WebHome/arrowdown.png");
  cursor: pointer;
}
#container.introPage .countrySelect.down .countrySelectElement div.countrySelectIcon {
  background-image: url("/download/IntroLayout/WebHome/arrowup.png");
  cursor: pointer;
}
#container.introPage .countrySelectElement div.countrySelectIcon {
	z-index: 99;
	width: 30px;
	height: 20px;
	float: right;
	background-color: #000000;
	padding: 7px 10px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
}
#container.introPage .countrySelect.up .countries {
  display: none;
}
#container.introPage .countrySelect.down .countries {
  left: -1px;
  top: 39px;
  position: absolute;
  background-color: #dddddd;
  padding-left: 0px;
  overflow: hidden;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  width: 294px;
}
#container.introPage .countrySelect.down .countries li {
  list-style-type: none;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding-left: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 14px;
  color: gray;
}

#container.introPage .countrySelect.down .countries li:hover {
	color: black;
}


#container.introPage .countrySelect.down .countries li:first-child {
  	border-top: 1px solid;
}

.acceptBtn {
	position: relative;
	left: -50%;
}
.acceptBtn span.acceptBtnText {
    text-align: center;
    width: 100%;
    position: absolute;
    color: #ffffff;
    border: 2px #ffffff solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    height: 38px;
    background-color: #000000;
    padding: 7px;
    font-family: Open Sans;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.acceptBtn span.acceptBtnText:hover {
	color:#1babe9;
}


#container.introPage #rightHeader #headerLinks {
	float: right;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.1em;
}


/*******************************
  FOOTER
********************************/

#container.introPage #footer,
#container.introPage #footer a {
    position: fixed;
    bottom: 40px;
    color: white;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 600;
}

#container.introPage #footerBottom {
    background-color: #ffed00;
    height: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
