/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}
html{
	background: rgba(0,0,0,0.9);
	/*background-color: #08233e;*/
}

body{
	margin:0;
	padding:0;
	color: #fff;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}
.transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: absolute;
	z-index: -1;
	background: url(../images/background.jpg) no-repeat top center fixed; 
	opacity: 0.2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	 
}
.centered{
    display: inline-block;
}
.header{
	width: 60%;
	padding: 0px 20%;
	float: left;
	margin-bottom: 60px;
}
.header h1{
	font-family: 'Orbitron', sans-serif;
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5); 
	font-size: 150px;
	color: #fff;
}
.header p.line1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	margin-top: -20px;
}
.content{
	width: 60%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}
.content p{
	font-size: 27px;
	font-weight: 700;
}
p#blue-c{
	color: #04aeda;
	font-size:160%;
}
.form{
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5); 
	width: 40%;
	padding: 0 30%;
	margin-top: 50px;
	float: left;
}
.in-form{
	padding-top:3%;
	padding-bottom:2%;
	background: rgba(255,255,255,0.1);
	border-radius:10px;
}
.img-form{
	background: url(../images/Internet-icon.png) no-repeat 15% 50%;
}
.form p{
	font-size: 20px;
	margin-bottom: 25px;
}
.form a, .form a:hover{
	text-decoration:none;
	color: #fff;
}

#phone{
	margin-left:-25px;
	padding-left:30px;
	background: url(../images/ravo-kontakt-tel.png) no-repeat center left;
}
#mail{
	margin-left:-25px;
	padding-left:30px;
	background: url(../images/ravo-kontakt-email.png) no-repeat center left;
}

table{
	margin: 0 auto; text-align: left;
}

@media only screen and (max-width: 1024px){

.header, .content{
	width: 80%;
	padding: 0px 10%;
}
#counter{
	width: 80%;
	padding: 0 10%;
}
.form{
	width: 60%;
	padding: 0 20%;
}
}


@media only screen and (max-width: 768px){

.header, .content{
	width: 90%;
	padding: 0px 5%;
}


.header{
	margin-bottom: 50px;
}

.header h1{
	font-size: 100px;
	color: #fff;
}

.header p.line1{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: -10px;
}


.content p{
	font-size: 23px;
	font-weight: 700;
}


.form{
	width: 92%;
	padding: 0 4%;
}

.field{
	width: 95%;
	margin: 0 auto;
}


.form p{
	font-size: 16px;
	margin-bottom: 25px;
	
}

}



