@charset "utf-8";

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	}
	
body, html, div, input, textarea, li {
	font-family: 'Montserrat', sans-serif;
	font-size: 11pt;
	color: #000;
	line-height: 150%;
	}
	
@font-face {
    font-family: AinoHeadline;
    src: url(/css/Aino_Headline.otf);
    }
	
a {
	text-decoration: none;
	color: #cc0000;
	}
	
a:hover { 
	text-decoration: underline;
	color: #cc0000;
	}
	
.clear {
	display: block;
	clear: both;
	height: 1px; 
	}
	
.clear25 {
	display: block;
	clear: both;
	height: 25px; 
	}

.clear50 {
	display: block;
	clear: both;
	height: 50px; 
	}

.clear75 {
	display: block;
	clear: both;
	height: 75px; 
	}

.clear-joon {
	display: block;
	clear: both;
	height: 1px;
	width: 50%;
	margin: 20px auto;
	border-bottom: 1px solid #eee;
	}
	
.null-container {
	margin: 0 auto;
	width: 1160px;
	text-align: left;
	position: relative;
	}
	

	
.header {
	display: block;;
	width: 100%;
	height: 210px;
	background: url(/gfx17/header-05.jpg) no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 20px;
	position: relative;
	}
	
.header-div {
	display: none;
	}	
	
.header-logo {
	display: block;
	position: absolute;
	top: 10%;
	left: 20%;
	height: 60%;
	width: auto;
	}
	
.nav-button { 
	display: none;
	}
	
.nav {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 5000;
	width: 100%;
	bottom: 0px;
	height: 40px;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #999;
	}

.stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: parent;
	}

.nav > ul.header-menu {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	height: 40px;
	z-index: 5000;
	}
	
.nav > ul.header-menu > li {
	display: inline-block;
	margin: 0px;
	padding: 0px 1px 0px 0px;
	border-bottom: 0 solid #cc0000;
	}
	
.nav a {
	display: block;
	padding: 10px 15px;
	font-family: AinoHeadline;
	font-size: 13pt;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	}
	
.nav a:hover {
	text-decoration: none;
	color: #cc0000;
	}
	
.tn-counter {
	display: block;
	width: 100%;
	background: #f36e24;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	z-index: 4000;
	margin-bottom: -81px;
	}
	
.tn-counter div {
	padding: 7px 10px;
	font-size: 17pt;
	text-transform: uppercase;
	color: #fff;
	}	
	
.tn-counter div span {
	display: block;
	font-size: 11pt;
	padding: 0px;
	margin: -3px;
	}

.must { 
	color: #000;
	}
	
.header-menu-hidden {
	visibility: hidden;
	}	
	
.main-banner {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 50px;
	}	

.main-banner img {
	width: 100%;
	height: auto;
	z-index: 2;
	}
	
.main-banner-text {
	display: none;
	z-index: 1000;
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: 2px solid;
	border-radius: 5px;
	border-color: rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.9);
	padding: 12px 18px;
	}
	
.footer {
	display: block;
	position: relative;
	height: 100px;
	width: 100%;
	background: url(/gfx17/footer-01.jpg) no-repeat top left;
	background-size: auto 100%;
	font-size: 8pt;
	margin: 50px 0px;
	}
	
.f-01 {
	position: absolute;
	top: 0px;
	left: 40%;
	padding: 0px 15px;
	border-left: 1px solid #999;
	}
	
.f-02 {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	}
	
@media screen and (max-width: 1280px) {
  
.null-container { 
	width: 96%;
	}
	
.footer {
	background-size: 40% auto;
	}
}

.content {
	display: block;
	width: 100%;
	position: relative;
	}

.last-post {
	width: 45%;
	display: block;
	float: left;
	position: relative; 
	margin-right: 4%;
	}

.last-list {
	width: 47%;
	display: block;
	float: right;
	position: relative;
	}

.red {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -50px;
	}
	
.red2 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: -20px;
	}

.red img, .red2 img {
	height: 35px;
	}

.blog-post {
	display: block;
	position: relative;
	margin: 0px;
	width: 65%;
	float: left;
	}
	
.blog-archive {
	display: block;
	position: relative;
	float: right;
	width: 30%;
	margin: 0px;
	}	
	
.blog-header {
	display: block;
	margin: 10px 0px 20px 0px; 
	font-size: 13pt;
	position: relative;
	}

.red-head h3 {
	display: block;
	font-family: AinoHeadline;
	margin-left: -25px;
	background: #cc0000;
	color: #fff;
	padding: 10px 0px 10px 100px;
	position: relative;
	}

.blog-header span {
	display: block;
	padding: 5px;
	font-size: 8px;
	text-transform: uppercase;
	color: #aaa;
	margin: -10px 0px 0px 0px;
	}
	
.keep-reading {
	display: block;
	clear: both;
	font-size: 10pt;
	text-align: right;
	color: #cc0000;
	}
	
.red-head span {
	padding: 10px;
	font-size: 10px;
	color: #999;
	margin: -25px 0px 0px 0px;
	}
	
.blog-text, {
	width: 100%;
	line-height: 200%;
	}

.teenused-text {
	width: 50%;
	display: block;
	line-height: 200%;
	float: left;
	}
	
.teenused-form {
	display: block;
	float: right;
	width: 33%;
	margin-right: 5px;
	background: #eee;
	box-shadow: 5px 5px rgba(0,0,0,0.3);
	}
	
.teenused-box {
	padding: 6px;
	display: block;
	}
	
.teenused-form p {
	display: block;
	float: left;
	margin: 5px;
	padding: 0px;
	width: 100%;
	font-size: 11px;
	}
	
.teenused-form p.f50, .kontakt-form li.f50 {
	width: 45%;
	}
	
.teenused-form p input, .teenused-form p textarea,
.kontakt-form li input, .kontakt-form li textarea {
	padding: 3px;
	width: 90%;
	background: #fff;
	color: #333;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 9pt;
	}


.teenused-form p button, .kontakt-form button {
	display: block;
	text-transform: uppercase;
	font-size: 13pt;
	width: 50%;
	background: #cc0000;
	border: 0px;
	border-radius: 5px;
	padding: 4px 9px;
	color: #fff;
	margin: 0 auto;
	}
	
.teenused-form p button:hover, .kontakt-form button:hover {
	background: #ff0000;
	}
	
.teenused-confirm, .kontakt-confirm {
	display: none;
	padding: 20px;
	}

.kohe-list, .main-kava, .blog-archive ul {
	list-style: none;
	margin: 1px 0px 0px 10px; 
	padding: 0px;
	width: 96%;
	}
	
.kohe-list { 
	border-left: 1px solid #eee;
	}
	
.kohe-list li, .main-kava li, .blog-archive ul li {
	display: block;
	position: relative; 
	padding: 6px;
	background: #fff;
	}
	
.kohe-pilet, .main-pilet {
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	font-size: 10px; 
	text-transform: uppercase;
	background: #cc0000;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
	}
	
.sold-out {
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	font-size: 10px; 
	text-transform: uppercase;
	background: #666;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
	}

.main-pilet {
	font-size: 11px;
	padding: 3px 6px;
	top: 3px;
	right: 3px;
	}

.kohe-pilet:hover, .main-pilet:hover {
	background: #33cc00;
	color: #fff;
	text-decoration: none;
	}
	
.media > li span {
	font-size: 9pt; 
	color: #999;
	}
	
.blog-archive > ul > li span {
	display: block;
	font-size: 9pt;
	color: #999;
	margin: -5px 0px 0px 0px;
	}
	
.fb-like-box {
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
	
.fb {
	background: #000 url(/gfx17/icon_fb.png) no-repeat;
	}

.yt {
	background: #000 url(/gfx17/icon_yt.png) no-repeat;
	}
	
.f-icon {
	display: block;
	padding: 3px 7px 4px 29px;
	text-align: left;
	border-radius: 5px;
	background-size: 24px 24px;
	background-position: 3px 3px;
	color: #fff;
	margin: 0px 0px 2px 0px;
	}
	
.f-icon:hover {
	background-color: #cc0000;
	text-decoration: none;
	color: #fff;
	}
	
.kontakt-box {
	display: block;
	margin: 0 auto;
	background: #eee url(/gfx17/drniinemets.png) no-repeat;
	background-position: 20px 0px;
	background-size: auto 400px;
	border-radius: 20px;
	box-shadow: 5px 5px #999;
	width: 80%;
	height: 400px;
	}
	
.kontakt-form {
	display: block;
	margin: 20px 20px 20px 300px;
	}
	
.kontakt-form ul {
	list-style: none;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	}

.kontakt-form ul li {
	display: block;
	float: left;
	padding: 2px;
	width: 100%;
	}