body {
	color: #fff;
	/*background-color: #f5f5f5;*/
}

a, a:visited, a:active, a:link {
	color: #FFF;
}

.kinnistud-inner a {
	color: #000;
}


.nav {
	display: block;
	color:#FFF;
	position: relative;
	/*left: 50%;*/
	top: 45px;
	/*margin-left: -30px;*/
	min-width: 1200px;
	text-align: right;
	margin: 0 auto;
	width: 1200px;
}

.nav a {
	margin-right: 20px;
	font-weight: bold;
}

.video-title {
	text-align: center;
	display: none;
	width: 430px;
	color:#FFF;
	position: relative;
	top: 400px;
	margin: 0 auto;
}

.video-title span {
	line-height: 25px;
	font-size: 17px;
}

.asukoht-container {
	display:block; 
	width:100%;
	height:789px;
	background-image: url('../img/asukoha_taust.png');
	background-position: center; 
	min-width:1200px;
}

.asukoht-inner {
	display block;
	width: 1024px;
	height: 700px;
	margin: 0 auto;
	padding-top: 40px;
	background-image: url('../img/kaart.png');
	background-position: right; 
	background-repeat: no-repeat;
	line-height: 20px;
}

.auskoht-text {
	display: block;
	width: 400px;
}

.asukoht-nimekiri {
	list-style: disc;
	width: 400px;
	margin-left: 15px;
	line-height: 25px;
	color: #FF0000;
}

.asukoht-nimekiri p {
	color: #fff;
}

.kinnistud-container {
	display:block; 
	width:100%;
	height:1000px;
	min-width:1200px;
}

.kinnistud-inner {
	display block;
	width: 1200px;
	height: 700px;
	margin: 0 auto;	
	color: #000;
}

.kinnistud-tabel tr {
	border-bottom-color: #eee; 
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.kinnistud-tabel td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.kinnistud-infotabel {
	margin-left: 20px;
}

.kinnistud-infotabel td {
	padding: 5px;
	vertical-align: middle;
}

.rohkeminfot-container {
	display:block; 
	width:100%;
	height:756px;
	min-width:1200px;
	background-image: url('../img/rohkeminfot_taust.jpg');
	background-position: center; 
	background-repeat: no-repeat;
	
}

.rohkeminfot-inner {
	display: block;
	width: 800px;
	height: 500px;
	margin: 0 auto;
	padding-top: 200px;
	line-height: 20px;
}

.rohkeminfot-inner ul {
	list-style: disc;
	width: 400px;
	margin-left: 15px;
	line-height: 25px;
	color: #FF0000;
}

.rohkeminfot-inner ul p {
	color: #FFF;
}

.kontakt-container {
	display:block; 
	width:100%;
	height:820px;
	min-width:1200px;
	background-color: #010e25;
}

.kontakt-inner {
	display block;
	width: 600px;
	height: 500px;
	margin: 0 auto;
	line-height: 23px;
	text-align: center;
}
h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 59px;
	font-style: normal;
	font-variant: normal;
}
h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 46px;
	font-style: normal;
	font-variant: normal;
	border-bottom: red 1px solid;
    line-height: 54px;
}
h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

input {
	border: #CCC 1px solid;
	padding: 7px;
	margin: 4px;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 300px;
}

select {
	border: #CCC 1px solid;
	padding: 7px;
	margin: 4px;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
}

input[type=submit] {
	    background-color: transparent;
    color: #FFF;
	width: 201px;
}

.fullscreen-bg__video {
    width: 100%;
	float: left;
}

@media (max-width: 767px) {

  .fullscreen-bg__video {
	display: none;
  }
  .video-container {
	  height: 600px;
  }
  .video-title {
	  display: block;
  }
  .video-title span {
	  display: none;
  }
}

