/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

a{text-decoration: none;}

@font-face {
    font-family: 'xirodregular';
    src: url('fonts/xirod-webfont.eot');
    src: url('fonts/xirod-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/xirod-webfont.woff2') format('woff2'),
         url('fonts/xirod-webfont.woff') format('woff'),
         url('fonts/xirod-webfont.ttf') format('truetype'),
         url('fonts/xirod-webfont.svg#xirodregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	height:100vh;
    line-height: 1; 
	font-family: Arial, Helvetica, sans-serif;
  background: url(../img/earth-stars-lights-galaxy.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:before,*:after{
	content:'';
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clear{
clear:both;
}

h1{
position:relative;
padding-top:40px;
text-align:center;
padding:0 15px;
}

h1 img{
	width:100%;
	max-width:500px;
}

div.col-2{
	float:left;
	width:50%;
}

#switch-section{
	position:relative;
	height:30%;
	max-width:100%;
	width:1000px;
}

#switch-section div.col-2{
	position:relative;
	text-align:center;
	padding:0 20px;
	height:50%;
}

#switch-section div.col-2 a{
position: relative;
display:inline-block;
top: 50%;
font-family: 'Open Sans', sans-serif;
font-weight:300;
color:rgba(255,255,255,0.8);
font-size:30px;
line-height:1.3;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#switch-section div.col-2.man a{
	padding-left:60px;
}

#switch-section div.col-2.dev a{
	padding-right:60px;
}

#switch-section div.col-2 a span.name{
color:#fff;
font-family: Century Gothic, sans-serif;
font-weight:bold;
}

span.arrow-box{
	position:absolute;
	top:0;
	height:60px;
	top:50%;
	margin-top:-30px;	
}

div.man span.arrow-box{
	left:-20px;
}

div.dev span.arrow-box{
	right:-20px;
}

span.arrow-box span{
	display:inline-block;
	width:18px;
	height:60px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	-webkit-animation: anime-arrow 2s infinite;
	animation: anime-arrow 2s infinite;
}

div.man span.arrow-box span{
	background:url('../img/prev2.png') no-repeat 50% 50%;
	background-size:100%;
}

div.dev span.arrow-box span{
	background:url('../img/next2.png') no-repeat 50% 50%;
	background-size:100%;
}

span.arrow-box span.arrow-3{
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

span.arrow-box span.arrow-2{
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#szechenyi-section{
	position:fixed;
	top:0;
	right:0;
	z-index:999;
}

#szechenyi-section img{
	display:block;
	width:400px;
	max-width:100%;
}

#switch-section:after{
	clear:both;
	display:block;
}

#szechenyi-section:after{
	clear:both;
	content:'';
	display:block;	
}

@media all and (min-width: 720px){
#switch-section {
margin: 100px auto 0;
}

#szechenyi-section{
	max-width:30%;
}

#szechenyi-section > img{
	width:400px;
	max-width:100%;
	margin:0 0 15px;
}
}

@media all and (max-width: 719px){
#szechenyi-section{
	position:relative;
	width:100%;
	max-width:1020px;
	margin:40px auto;
	padding:0 15px;
	color:#fff;
	text-align:center;
}

#szechenyi-section > img{
	display:block;
	width:600px;
	max-width:100%;
	margin:0 auto 15px;
}
}

#szechenyi-section p{
	margin:0 0 20px;
	font-size:14px;
	line-height:1.3;
	text-shadow: 0 0 10px #06325b,0 0 10px #06325b;
}

@-webkit-keyframes anime-arrow{
	0% {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	}
	50% {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	}
	100% {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	}
}

@keyframes anime-arrow{
	0% {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	}
	50% {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	}
	100% {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	}
}

@media all and (max-width: 560px){
	#switch-section div.col-2 a{
		font-size:25px;
		padding:0 !important;
	}
	
	span.arrow-box{
		display:none;
	}
}

@media all and (max-width: 380px){
	#switch-section div.col-2 a{
		font-size:20px;
	}
}

@media all and (max-height: 500px){
	h1,#switch-section{
		top:unset;
		bottom:unset;
		position:relative;
	}
	#switch-section{
		padding-top:20px;
	}
	#switch-section div.col-2 a{
		top:unset;
		
	}
}
@media all and (min-height: 501px){
#switch-section div.col-2 a{
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
}