/*!
 * styles tests
 */

body
{
	background-color: black;
}

#siteHeader
{
	position: absolute;
	top: 0;
	left: 50%;

	width: 1120px;
	height: 50px;

	margin-left: -560px;

	border-bottom: 1px solid #555555;

	z-index: 999999;
}

#siteFooter
{
	position: absolute;
	top: 650px;
	left: 50%;

	width: 1120px;
	height: 50px;

	margin-left: -560px;

	border-top: 1px solid #555555;

	z-index: 999999;
}

#latMenu
{
 	position: absolute;

 	top: 270px;
    right: 0;

    margin: auto;

 	color: white;

 	font-family: 'Open Sans', sans-serif;
 	font-size: 12px;
 	font-weight: 400;

 	text-align: right;

 	float:right;

 	width: 180px;
 	height: 208px;

 	z-index: 99999; 	
}

#latMenu a
{
	text-decoration: none;	
	margin-right: 10px;
	color: white;
	transition: all 0.3s ease 0s; 
  	-webkit-transition: all 0.3s ease 0s;
}

.hovered
{
	opacity: 0;
}

#latMenu span
{
	float: right;
	margin-right: 20px;
	opacity: 0.5;

	transition: all 0.3s ease 0s; 
  	-webkit-transition: all 0.3s ease 0s;
}

#latMenu span:hover
{
	cursor: pointer;
	opacity: 1;
}

#latMenu span:hover ~ .hovered
{
	opacity: 1;
}

#latMenu span a
{
	margin: 0;
}

#mainVideoContainer
{
	position: absolute;

	top:0;
    bottom: 0;
    right: 0;
    left: 0;

    margin: auto;

    width: 100%;
    height: 100%;

    background-color: #777777;
}

#mainVideoPlayer
{
	position: absolute;

	top: 80px;
	left: 50%;
    margin: 0 0 0 -300px;    
}

/***********************  SLIDES CONTENT STYLING *****************************/

#acrLogoInit
{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -125px;
}

#rwpLogoInit
{
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -300px;

	width: 600px;
}

#rwpLogoFinish
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -300px;

	width: 600px;
}

#slideContainer
{
	width: 1120px;
	height: 840px;	

	position: absolute;
	top: 0;
	left: 50%;
    margin: 0 0 0 -560px;
}

.upperTitle
{
	position: relative;
	top: 120px;

	width: 800px;
	min-height: 60px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 38px;
 	font-weight: 300;

 	line-height: 42px;

 	color: white;
}

.lowerTitle
{
	position: relative;
	top: 470px;

	width: 800px;
	min-height: 60px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 36px;
 	font-weight: 300;

 	color: white;

 	/* background-color: rgba(0,0,0,0.5); */
}

.lowerSubTitle
{
	position: relative;
	top: 450px;

	width: 540px;
	min-height: 60px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 24px;
 	font-weight: 300;

 	color: white;

 	/* background-color: rgba(0,0,0,0.5); */
}

.leftContentBlock
{
	position: absolute;
	top: 175px;

	width: 350px;
	min-height: 400px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 	font-weight: 300;

 	line-height: 30px;

 	color: white;	
}

.rightContentBlock
{
	position: absolute;
	top: 175px;

	right: 0;

	width: 350px;
	min-height: 400px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 	font-weight: 300;

 	line-height: 30px;

 	color: white;	
}

.lowerContentBlock
{
	position: relative;
	top: 390px;

	width: 620px;
	min-height: 100px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 	font-weight: 300;

 	color: white;

 	/* background-color: rgba(0,0,0,0.5); */
}

.lowerNavigationBlock
{
	position: absolute;
	top: 660px;
	left: 50%;

	margin-left: -300px;

	width: 600px;
	min-height: 30px;

	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 	font-weight: 400;

 	color: white;

	z-index: 9999999;
}

.clickableNav
{
	cursor: pointer;
}

.centered
{
	margin: 0 auto;
}

.leftAligned
{
	left: 60px;
}

.rightAligned
{
	right: 60px;
}

.contentWrapper
{
	width: 100%;
}

.centerText
{
	text-align: center;
}

.biggerText
{
	font-family: 'Open Sans', sans-serif;
 	font-size: 32px;
 	font-weight: 300;
}

.boldText
{
	font-weight: 600;
}

.caption
{
	font-family: 'Open Sans', sans-serif;
 	font-size: 12px;
 	font-weight: 300;	
 	margin-top: 10px;
 	position: absolute;
}

.caption2
{
	font-family: 'Open Sans', sans-serif;
 	font-size: 12px;
 	font-weight: 300;	
 	top: 300px;
 	position: absolute;
}

/*********************** SPECIAL STUFF *****************************/


#headerButton
{
	float: right;
	margin-top: 10px;
}

.headerLogo
{
	float: left;
	margin-top: 10px;
}

#sideGraphic
{
	width: 350px;
	height: 220px;
	margin-top: 35px;
	position: absolute;
}

#sideGraphic2
{
	width: 410px;
	height: 190px;
	margin-top: 20px;
}

.hideMe
{
	display: none;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    opacity: 0;
    transition: all 2s ease 0s; 
  	-webkit-transition: all 2s ease 0s;
    z-index: 999999999;
}

.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    /* margin-top: 30px; */ /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.languageSelector
{

	/* position: absolute; */
	float: right;
	font-family: 'Open Sans', sans-serif;
 	font-size: 14px;
 	font-weight: 300;

 	color: white;

 	margin-top: 15px;
 	margin-right: 20px;
}

.languageMenu
{
	position: absolute;
	top: 55px;
	left: 870px;

	width: 100px;
	height: 100px;
	background-color: black;

	font-family: 'Open Sans', sans-serif;
 	font-size: 14px;
 	font-weight: 300;
 	color: white;
 	z-index: 9999999999;
}

.languageMenu ul
{
	list-style: none;
}

.languageMenu ul li
{
	border-bottom: 1px solid #333333;
	width: 120px;
	height: 26px;
	cursor: pointer;
}

.languageMenu ul li:hover
{
	background-color: #333333;
}

#preloader {

	width: 100%;
	height: 100%;

	background-color: black;

	z-index: 9999999999999;

	position: absolute;

}

#whyTextContainer {
	width: 100%;
	height: 100%;

	background-color: #1d1d1d;

	z-index: 9999999999999;

	position: absolute;
}

#whyTextProper {
	width: 450px;
	height: 550px;
	background-color: black;

	padding: 24px;

	position: absolute;

	top: 50%;
	left: 50%;
 	margin-left: -225px;
 	margin-top: -275px;
 	text-align: center;
}

.whyTitle {
	font-family: 'Open Sans', sans-serif;
 	font-size: 24px;
 	font-weight: 300;
 	color: white;
}

.whyText {
	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 	font-weight: 300;
 	color: white;
}

.centerSpinner {
   width: 64px;
   height: 64px;
   position: absolute;
   left: 50%;
   top: 25%; 
   margin-left: -32px;
   margin-top: -32px;
}

.preloaderText {
	position: absolute;

	font-family: 'Open Sans', sans-serif;
 	font-size: 14px;
 	font-weight: 300;
 	color: white;

 	text-align: center;

 	top: 30%;
 	margin-left: 50%;
 	left: -116px;
}

.smallerText
{
	font-family: 'Open Sans', sans-serif;
 	font-size: 12px;
 	font-weight: 300;	
}


.link {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}