/*------------------------------------general-----------------------------------------*/
body{
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0);
	
}

div{
	margin:0;
	padding:0;
}

/*------------------------------------fonts-----------------------------------------*/

@font-face{
	font-family:"langdon";
	font-style:normal;
	font-weight:normal;
	src: url(http://www.allcall2016.nickneptune.com/fonts/Langdon.otf) format('opentype');
}

@font-face{
	font-family:"bodoni";
	font-style:normal;
	font-weight:normal;
	src: url(http://www.m.nickneptune.com/fonts/BodoniSvtyTwoITCTT-Book.otf) format('opentype');
}


/*------------------------------------infosection-----------------------------------------*/


#infoHalf{
	position:relative;
	width:33%;
	height:100vh;
	margin:0;
	background-color:rgba(0,0,0,1.0);
	float:left;
}


#infoTextBlock{
	position:absolute;
	width:80%;
	height:90%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}

.infoSlide1{
	opacity:0;
}

.infoSlide2{
	opacity:1;
	transform:translateX(30px);
}

.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}



.titleText{
	position:relative;
	font-family:'bodoni';
	font-size:10px;
	letter-spacing:4px;
	margin:0 0 4px 0;
	background-color:rgba(0,0,0,0.0);
	transition:0.12s;
}

.state1{
	opacity:0.0;
}

.state2{
	opacity:1.0;
}


a{
	text-decoration:none;
}

.gtacText{
	position:relative;
	margin:10px auto;
	font-family:'bodoni';
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
	color:#ffffff;
	transition:0.12s;
}

.gtacText:hover{
	color:#ffffff;
	opacity:0.5;
}


#credBox{
	position:absolute;
	right:0;
	bottom:0;
	margin:0 20px 20px 0;
}

.credText{
	position:relative;
	margin:10px auto;
	font-family:'bodoni';
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
	color:#ffffff;
	text-align:right;
}

.credText a{
	color:#ffffff;
	transition:0.12s;
}

.credText a:hover{
	color:#ffffff;
	opacity:0.5;
}


/*------------------------------------slidersection-----------------------------------------*/


#slideshowHalf{
	position:relative;
	width:67vw;
	height:100vh;
	margin:0;
	background-color:rgba(0,0,0,1.0);
	float:right;
	display:none;
}

#sliderWrapper{
	position:absolute;
	margin:0;
	width:100%;
	height:100vh;
	overflow:hidden;
}


.BGImage{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:auto;
	height:100%;
	display:none;
}

.img1{

}

.img2{
	
}

.img3{
	
}

.img4{
	
}

.img5{
	
}

.img6{
	
}


/*------------------------------------MEDIAQUERIES-----------------------------------------*/


/*------------------WIDTHS--------------------------*/

@media (min-width:1180px) and (max-width:1350px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:70%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}

@media (min-width:1080px) and (max-width:1179px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:66%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}

@media (min-width:1005px) and (max-width:1079px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:60%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}

@media (min-width:930px) and (max-width:1004px){

#infoTextBlock{
	position:absolute;
	width:90%;
	height:66%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}

@media (min-width:0px) and (max-width:929px){

#slideshowHalf{
	position:relative;
	width:0%;
	height:0vh;
	margin:0;
	background-color:rgba(0,0,0,1.0);
	display:none;
	overflow:hidden;
}

#infoTextBlock{
	position:absolute;
	width:90vw;
	height:66%;
	left:20px;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}}





/*------------------HEIGHTS--------------------------*/

@media (min-height:800px) and (max-height:820px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:70%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}


@media (min-height:750px) and (max-height:799px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:70%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}

@media (min-height:700px) and (max-height:749px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:70%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}

@media (min-height:600px) and (max-height:699px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:70%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}



@media (min-height:100px) and (max-height:599px){

#infoTextBlock{
	position:absolute;
	width:80%;
	height:70%;
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transition:2.0s;
}


.infoText{
	position:relative;
	font-family:'langdon';
	color:rgba(255,255,255,1.0);
}

.infoTextMain{
	font-size:32px;
	margin:;
}

.subtitleText{
	font-size:24px;
}
}


