@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: 10pt;
	color: #000;
	line-height: 150%;
	}
	
#hidden-element {
	display: none;
	}	

@font-face {
    font-family: AinoHeadline;
    src: url(/css/Aino_Headline.otf);
    }
    
a {
	text-decoration: none;
	color: #0033ff;
	}
	
a:hover { 
	text-decoration: underline;
	color: #0033ff;
	}
	
.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: 100%;
	text-align: left;
	position: relative;
	}
	
.header {
	position: fixed;
	height: 50px;
	border-bottom: 1px solid #999;
	width: 100%;
	z-index: 5000;
	background-color: rgba(255,255,255,0.9);
	}
	
.header-div { 
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80%;
	}
	
.header-div img {
	height: 100%;
	width: auto;
	}

.nav-button {
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	}

.nav { 
	display: none;
	position: absolute;
	top: 35px;
	left: 35px;
	background: #fff;
	border: 1px solid #999;
	z-index: 9000;
	box-shadow: 5px 5px rgba(0,0,0,0.3);
	}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.nav ul li {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 0px
	}
	
.nav ul li a {
	display: block;
	padding: 15px 20px;
	background: #fff;
	text-transform: uppercase;
	font-family: AinoHeadline;
	font-size: 13pt;
	border-bottom: 1px solid #eee;
	}
	
.nav ul li a:hover {
	background: #eee;
	}

.tn-counter {
	display: block;
	background: rgba(0,51,255,0.9);
	padding: 10px;
	color: #fff;
	text-align: center;
	}
	
.tn-counter div {
	color: #fff;
	font-size: 10pt; 
	}
	
.tn-counter div span {
	font-size: 8pt; 
	}

.must { color: #000; }


/* CONTENT */

.content {
	display: block;
	padding: 30px 10px;
	}
	
.main-banner {
	display: block;
	padding: 20px 0px;
	margin: 0px -10px 0px -10px;
	position: relative;
	}

.main-banner img {
	width: 100%;
	height: auto;
	}
	
.main-banner-text {
	display: none;
	padding: 5px;
	border: 1px solid #eee;
	background: rgba(255,255,255,0.9);
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 80%;
	left: 10%;
	}
	

.blog-header {
	display: block;
	margin: 10px 0px 20px 0px; 
	font-size: 12pt;
	position: relative;
	}

.red-head h3, .last-post > .blog-header > b,
.last-list > .blog-header > b {
	display: block;
	font-family: AinoHeadline;
	background: #0033ff;
	color: #fff;
	margin: 0px 0px 0px -10px;
	padding: 10px;
	position: relative;
	}
	
.blog-header span {
	display: block;
	padding: 8px;
	font-size: 8pt;
	text-transform: uppercase;
	color: #666;
	margin: -10px 0px 0px 0px;
	}
	
.red, .red2 {
	display: none;
	}

.last-post {
	display: none; 
	}	
	
.last-post > .clear50 {
	display: none; 
	}
	
.keep-reading {
	display: block;
	padding: 5px;
	float: right;
	}

/* CONTENT mängukava */

.main-kava, .kohe-list, .blog-archive ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
.main-kava li, .kohe-list li, .blog-archive ul li {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #eee;
	position: relative;
	}

.main-kava li b, .kohe-list li b {
	display: block;
	}

.kohe-pilet, .main-pilet {
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	font-size: 10px; 
	text-transform: uppercase;
	background: #0033ff;
	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;
	}

.gallup > li {
	padding: 10px 5px;
	}
	
.gallup > li > .prcnt {
	color: #0033ff !important;
	}
	
.gallup > li > .backprcnt {
	display: block;
	bottom: 0px;
	left: 0px;
	height: 5px;
	background: #0033ff;
	}

/* BLOG asjad */

.blog-text, .blog-teaser {
	display: block;
	padding: 5px;
	}

.blog-text img {
	max-width: 100%;
	height: auto;
	}
	
.blog-archive ul li span {
	display: block;
	font-size: 8pt;
	text-transform: uppercase;
	color: #999;
	}
	

/* jCarousel */

.small-galerii {
	padding: 10px 0px;
	margin: 0px -10px 0px -10px;
	}
	
	
/* VORMID */

.teenused-form, .kontakt-box {
	display: block;
	margin: 5px;
	padding: 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 10px;
	}
	
.kontakt-form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.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: #0033ff;
	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: 30px;
	}


/* FOOTER */

.footer {
	display: block;
	background: #fff;
	font-size: 10pt;
	}
	
.f-01 {
	display: block;
	padding: 10px;
	text-align: left; 
	float: left;
	width: 43%;
	}
	
.f-02 {
	display: block;
	padding: 10px;
	text-align: right;
	float: right;
	width: 43%;
	}
	
.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 5px 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: #0033ff;
	text-decoration: none;
	color: #fff;
	}	