/* Add here all your CSS customizations */
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700);

body {
	background-image:url('../images/bg/background.png') !important;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: 'Oxygen', sans-serif;
	background-color:#6ba727;
}


/*  TEKSTI CSS */ 
p {
	line-height: 22px;
	color: #333;
	font-family: 'Oxygen', sans-serif;
}
h1 {
	font-family: 'wendy_lpbold', 'Oxygen', sans-serif;
	font-size:4.5em;
	line-height: 0.95em;
	padding-top: 15px;
	margin-bottom: 18px;
	letter-spacing: 0px;
}
h1.alternative {
    font-family: 'Oxygen', sans-serif;
    font-size: 3.4rem;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 3.4rem;
}
h2 {
	color: #EB73A6;
	font-size: 22px;
	margin-bottom: 10px;
	padding-top: 12px;
	font-weight: bold;
	line-height: 28px;

}
h2.alternative {
    color: #000;
	font-size: 4rem;
	margin-bottom: 24px;
	line-height: 4rem;
}
h2.alternative2 {
    font-family: 'wendy_lpbold', 'Oxygen', sans-serif;
    color: #000;
	font-size: 4rem;
	margin-bottom: 8px;
	font-weight: 400;
	line-height: 4rem;
}
h3 {
    color: #85B816;
    font-size: 18px;
	line-height: 23px;
	padding-top: 12px;
	margin-bottom: 8px;
	text-transform: none;
}
h3.alternative {
    font-family: 'wendy_lpbold', 'Oxygen', sans-serif;
    color: #000;
	font-size: 3.6rem;
	margin-bottom: 8px;
	font-weight: 400;
	line-height: 3.6rem;
}

h4 {
	color: #85B816;
	font-size: 15px;
	line-height: 18px;
	padding-top: 12px;
	margin-bottom: 8px;
	text-transform: none;
}
h4.short{
	margin-bottom: -5px;
	padding-top: 10px;
	color:#fff;
}
h5{

}
h6{

}
a, a:visited{
	text-decoration: none;
	color: #85B816;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333 !important;
}




/*  TEKSTI CSS  END */ 
#header {
    border-top: 0px solid #EDEDED;
}

a:hover {
    color: #ED7EAC !important;
    text-decoration: none;
}
.btn:hover{
	color: #ED7EAC !important;
}
#header {
    background: transparent;
}
.social-flag {
	float:right;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 35px;
}
.social-container {
	margin-top: -150px;
}

.btn-success {
	border: 0px solid #95C219;
	box-shadow: 0px 1px 0px #CCEE25 inset;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ccee25+0,a2d516+100 */
	background: rgb(204,238,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,238,37,1) 0%, rgba(162,213,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,238,37,1)), color-stop(100%,rgba(162,213,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,238,37,1) 0%,rgba(162,213,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,238,37,1) 0%,rgba(162,213,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,238,37,1) 0%,rgba(162,213,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,238,37,1) 0%,rgba(162,213,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccee25', endColorstr='#a2d516',GradientType=0 ); /* IE6-9 */
	color:#000 !important;

}
.btn {
	background-color: #EFEFEF;
	color: #000 !important;
	margin-right: 15px;
	padding: 10px 16px;
}



.btn-yellow {
    border: 0px none #ff8c09;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8c09+0,ffcb12+100 */
    background: linear-gradient(to right, #ff8c09 0%,#ffcb12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0px 0px 0px #CCEE25 inset;
	color:#000 !important;
}
.btn-yellow:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc27d+0,ffe483+100 */
    background: linear-gradient(to right,  #ffc27d 0%,#ffe483 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #000 !important;
}

.btn-white {
	border: 0px solid #fff;
	box-shadow: 0px 0px 0px transparent inset;
	background: #fff; 
	color: #000 !important;
}
.btn-white:hover {
	background: #efefef; 
	color: #000 !important;
}

#header nav ul.nav-main ul.dropdown-menu:hover {
    margin-top: 0px;
}

blockquote ul li {

	color:#000;
}
blockquote ul {
	margin-bottom: 10px;
}
blockquote {
    margin: 0px 0px 0px -59px;
   padding: 20px 50px 20px 60px;
	width:calc(100% + 100px);;
	    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4b2cd+0,f4b2cd+50,ef9fc1+52,ef9fc1+100 */
	background: rgb(244,178,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,178,205,1) 0%, rgba(244,178,205,1) 50%, rgba(239,159,193,1) 52%, rgba(239,159,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,178,205,1)), color-stop(50%,rgba(244,178,205,1)), color-stop(52%,rgba(239,159,193,1)), color-stop(100%,rgba(239,159,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b2cd', endColorstr='#ef9fc1',GradientType=0 ); /* IE6-9 */
	border-left: 0px none;
	margin-left: -50px;
	padding-right: 40%;
	padding-bottom:15px;
    }
#submenu{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5e64e+0,95c624+100 */
	background: rgb(213,230,78); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,230,78,1) 0%, rgba(149,198,36,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,230,78,1)), color-stop(100%,rgba(149,198,36,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,230,78,1) 0%,rgba(149,198,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,230,78,1) 0%,rgba(149,198,36,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,230,78,1) 0%,rgba(149,198,36,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,230,78,1) 0%,rgba(149,198,36,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e64e', endColorstr='#95c624',GradientType=0 ); /* IE6-9 */
	padding-left: 35px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom-right-radius: 15px;
	min-height:300px;
	-webkit-box-shadow: inset 0px 1px 25px -1px rgba(145, 165, 47, 0.84);
	-moz-box-shadow:inset 0px 1px 25px -1px rgba(145, 165, 47, 0.84);
	box-shadow:inset 0px 1px 25px -1px rgba(145, 165, 47, 0.84);

}
#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    margin-left: 150px !important;
    margin-top: -40px !important;
}
.content_box p img {
	
}
.block-img{
	margin-top:35px;
	margin-right: 15px;
}
.responsive-calendar .controls h4 {
    font-size: 0.9em;
}	

#header nav ul.nav-main li.root a {
    color: #ED7EAC !important;
}
.day-headers {
	background-color:#fff;
	padding-right:5px;
	padding-left:5px;
}
.calendar-title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f09bbe+0,d76795+100 */
    background: rgb(240,155,190); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,155,190,1) 0%, rgba(215,103,149,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,155,190,1)), color-stop(100%,rgba(215,103,149,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,155,190,1) 0%,rgba(215,103,149,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,155,190,1) 0%,rgba(215,103,149,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,155,190,1) 0%,rgba(215,103,149,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,155,190,1) 0%,rgba(215,103,149,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09bbe', endColorstr='#d76795',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
    color:#000;
    margin-top: 15px;
}
.controls{
	background-color:#fff;
}

.responsive-calendar .day.active a {
	background-color:#C9DD96 !important;
    -webkit-box-shadow: inset 0px 1px 10px -1px rgba(159, 183, 87, 0.8);
	-moz-box-shadow:    inset 0px 1px 10px -1px rgba(159, 183, 87, 0.8);
	box-shadow:         inset 0px 1px 10px -1px rgba(159, 183, 87, 0.8);
    color: #000 !important;
}
.days {
	background-color:#fff;
	padding-left: 5px;
	padding-right:5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.content_box {
	background-color:#fff;
	-webkit-box-shadow: inset 0px 1px 25px -1px rgba(189, 182, 182, 0.84);
	-moz-box-shadow:inset 0px 1px 25px -1px rgba(189, 182, 182, 0.84);
	box-shadow:inset 0px 1px 25px -1px rgba(189, 182, 182, 0.84);
	padding-left: 50px;
	padding-top:50px;
	padding-bottom: 50px;
	padding-right:50px;
	min-height: 500px;
}	
#header nav ul.nav-main {
    margin: -8px 10px 8px 0px;
}
#submenu {
	padding-right:35px;
	padding-bottom: 30px;
}
#submenu ul {
	list-style: none;
	margin-left: 0px;
	padding-left:0px;
	margin-top:10px;
}
#submenu ul ul {
	margin-left: 15px;
	margin-top: 0px;
}
#submenu ul li a {
	color:#000;
	font-size: 0.9em;
}
#submenu ul ul li a {
	color:#000;
	font-size: 0.9em;
	display: inline-block;
	line-height: 14px;
	margin-top: 5px;
}
#submenu ul ul li a.selected{
	color:#418100;
}
#submenu ul li a.selected{
	color:#418100;
}
.submenu-first {
	font-weight: 600;
	color:#000;
	margin-bottom:15px;
	font-size:1.3em;
}
.logo_bg {
	background-color:rgba(255,255,255,1);
	margin-top:40px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom:15px;
	border-bottom-right-radius: 15px;
}
.tp-simpleresponsive > ul > li {
    border-bottom-right-radius: 15px;
}
.footer-content {

	margin-top: 387px;
}
#aihe {
	float:right;
}
.footer-content p {
	color:#fff;
}
.logo_bg img {
	margin-right: 55px;
}
.logo_bg img:last-of-type{
	margin-right:0px;
}
.white-box{
	padding-bottom: 5px;
	padding-right:2px;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
#header nav ul.nav-main ul.dropdown-menu
{
	background: repeating-linear-gradient(
    35deg,
    #070707,
    #070707 4px,
    #131313 4px,
    #131313 8px
  ) !important;
	    margin-top: 0px;
}
.post-meta{
	color:#ED7EAC !important;
	font-size: 1em !important;
}
#footer {
	width: 100%;
	background: transparent url("/resources/images/footer-bg.png") no-repeat scroll center top;
	position: absolute;
	z-index: 1;
	border-top:0px;
	margin-top: -390px;
	height: 680px;
}
.black-stripes{
	 background: repeating-linear-gradient(
    35deg,
    #070707,
    #070707 4px,
    #131313 4px,
    #131313 8px
  ) !important;
	 border-bottom-right-radius: 15px;
	 padding-left:15px !important;
	 padding-right:15px !important;
	 min-height: 350px;
	 margin-bottom: 30px;
}
.btn-success:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9bea25+1,5ac100+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9bea25+1,4ad300+100 */
	background: rgb(155,234,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(155,234,37,1) 1%, rgba(74,211,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(155,234,37,1)), color-stop(100%,rgba(74,211,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(155,234,37,1) 1%,rgba(74,211,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(155,234,37,1) 1%,rgba(74,211,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(155,234,37,1) 1%,rgba(74,211,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(155,234,37,1) 1%,rgba(74,211,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bea25', endColorstr='#4ad300',GradientType=0 ); /* IE6-9 */
	color:#000 !important;

}
.top-label {
  	left: 50% !important;
    width: 450px;
}

.flags{
	margin-bottom:5px;
	float: right;
	margin-right: -5px;
}
.some-icons{
	margin-bottom:65px;
	clear: both;
	margin-right: -5px;
}
.some-icons a{
	margin-right: 5px;
}
.flags a{
	margin-right:6px;
}

#header nav ul.nav-main li a {
	font-family: 'Oxygen', sans-serif;
	color: #B6CA01;
}
#header nav ul.nav-main ul.dropdown-menu li a {
    color: #B6CA01 !important;
 }
#header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover > a {
    color: #ed7eac ;

  
}
#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
    background: transparent !important;
    color:#ed7eac !important;
    margin-bottom: 0px;
    padding-bottom: 11px;
}
#header nav ul.nav-main li.dropdown ul.dropdown-menu li > a {
    margin-bottom: 0px;
    padding-bottom: 11px;
     line-height: 17px;
}
#header nav ul.nav-main ul.dropdown-menu {
    border-radius: 0px 0px 6px 6px;
 }
#header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
    background-color: transparent !important;
}
/* Responsive image scaling */
img {
	max-width: 100%;
	height: auto;
}


/* Navigation */
.dropdown-toggle i {
 display: none;
}

header nav ul.nav-main li i {
 display: none;
}


@media (max-width: 991px) {

	.footer-content p {
		text-align: center;
	}

	header nav ul.nav-main > li {
		position: relative;
	}

	header nav ul.nav-main > li i {
		display: block;
		width: 30px;
		height: 30px;
		font-size: 1.6em;
		cursor: pointer;
		text-align: center;
		vertical-align: middle;
		padding: 8px 20px 0 20px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 1000;
		color: #fff;
	}
	
}

@media (min-width: 991px) {
	header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
		margin-left: 165px !important;
		margin-top: -25px !important;
	}
	#header nav ul.nav-main {
    	margin-right: 4px;
   		 background-color:#010000;
   		 padding-left: 25px;
   		 margin-right: 185px;
   
	}
	#header nav {
	     float:left;
	     margin-left: 185px;
	     width:100%;
	     margin-bottom:10px;
	}
	#header nav ul.nav-main li.dropdown:hover > ul {
		max-width: 70px !important;
	}
}


/*
header nav ul.nav-main > li ul li i {
    top: -5px;
    left: 0px;
    right: auto;
}
*/

/* RSS syöte */
.rss .rssFeed a {
	text-decoration: none;
}
.rss .rssHeader { 
	color: #4B8099;
	font-size:16pt;
	margin-bottom:10px;
	padding-top:10px;;
}

.rss .rssBody ul { 
	list-style: none; 
}
.rss .rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rss .rssRow { 
	padding: 0.8em 0 0.8em 0; 
}
.rss .rssRow div {
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.rss .rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}


/* File input */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/* Blog image position fix */
article.post-large div.post-image {
	margin-left: 0px;
}

/* Portfolio-info for events */
div.portfolio-info {
    float: none;
    margin: 10px 0 10px;
}

div.portfolio-info ul li {
    color: #555;
    font-size: 1em;
}
div.portfolio-info ul li a {
    color: #555;
}

/* Google maps */    
.gmaps {
	width: 100%;
	height: 400px;	
}



/* For Bonsait admin */ 
.slider-container .bonsait-content-header-menu {
	position: absolute;	
	left: 0;
	top: 0px;
	z-index: 5000;
}

/* Frontslider custom styles */ 
.slider-container {
	width:100%;
	position:relative;
	padding:0;
	max-height:500px;
	overflow: visible !important;
	margin-bottom: 35px !important;
}
.revolutionSlider {
	width:100%;
	height: 500px;
}

.revolutionSlider_stories {
	width:100%;
	height: 200px;
}

.revolutionSlider p, .revolutionSlider_stories p {
	margin-bottom:10px;
}
.revolutionSlider h1 {
	font-family: wendy_lpbold;
	font-size: 2.3em;
	line-height: 0.8em;
	margin-bottom: 10px;
	max-width:550px;
	white-space:normal;
}
.revolutionSlider_stories h1 {
	font-family: wendy_lpbold;
	font-size: 2.8em;
	line-height: 1.1em;
	margin-bottom: 20px;
	max-width: 900px;
	white-space: normal;
}
.revolutionSlider_stories h1::before {
	content: '"';
	position: absolute;
	left: -40px;
	top: -20px;
	font-family: wendy_lpbold;
	font-size: 2.8em;
	line-height: 1.1em;
	margin-bottom: 20px;
	max-width: 900px;
	white-space: normal;
}
.dark-text h1{
	color:#000 !important;
}
.dark-text p{
	color:#000 !important;
}
.light-text h1{
	color:#fff !important;
}
.light-text p{
	color:#fff !important;
}
.revolutionSlider p {
	color: #eee;
	line-height: 1.2em;
	font-size: 0.6em;
	max-width:400px;
	white-space:normal;
		font-family: 'Oxygen', sans-serif;
}
.btn-primary {
    color: #000;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
    background-color: #85B816;
    border-color: #85B816 !important;
    padding: 6px 24px;
}
.btn-primary:hover, .btn-primare:focus, .btn-primate:active {
    color: #000 !important;
	background: #EB73A6;
	border-color: #EB73A6 !important;
}


input.error, textarea.error, select.error  {
    border-color: #f44336;
}


/* example conf for one slide */
.revolutionSlider #slider_34_4 h1 {
	color: #333 !important;
}

.revolutionSlider #slider_34_4 p {
	color: #333 !important;
}


.col-md-6 .revolutionSlider {
    height: 191px;
}


.col-md-6 .revolutionSlider h1 {
	font-size: 36px;
	padding-top: 0px;
}

.col-md-6 .revolutionSlider p {
	max-width: 300px;
	font-weight: bold;
	font-size: 16px;
}

.sponsor  {
    display: flex;
}
.sponsor .sponsor-right {
    display: inline-block;
    margin-left: auto;
}

.sponsor .sponsor-item {
    display: inline-block;
    margin-bottom: 10px;
}
.sponsor img {
    max-width: 230px;
    max-height: 86px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider-container, .revolutionSlider { width:100%; height:380px;}
	.slider-container, .revolutionSlider_stories { width:100%; height:200px;}
	.revolutionSlider h1, .revolutionSlider p {max-width:310px;}
}
 
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.slider-container, .revolutionSlider { width:100%; height:240px; }
	.slider-container, .revolutionSlider_stories { width:100%; height:200px; }
	.revolutionSlider h1, .revolutionSlider p {max-width:240px;}
}
 
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.slider-container, .revolutionSlider { width:100%;height:160px; }
	.slider-container, .revolutionSlider_stories { width:100%;height:200px; }
	.revolutionSlider h1, .revolutionSlider p {max-width:120px;}
}

@media (max-width: 450px) {
	.revolutionSlider p, .revolutionSlider_stories p {
		display:none !important;
	}
	.revolutionSlider h1, .revolutionSlider_stories h1 {
		font-size:3.5em !important;
	}	
	.top-label {
  		left: 55% !important;
	}
	.revolutionSlider a, .revolutionSlider_stories a {
		font-size:1em;
	}
}



/* Form details */

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.radio, .checkbox {
    padding-left: 10px;
}
li {
    line-height: 22px;
}
#aihe:hover{
	color: #B6CA01 !important;
}
.dropdown-menu > li > a {
	line-height: 17px;
    white-space: normal;
}
@media screen and (max-width:991px) {

	#submenu{
		margin-top:25px;
	}
	.social-container{
		display:none !important;
	}
	#header{
		margin-bottom:0px		;
	}
	.btn-responsive-nav{
		float: right;
		margin-right: -5px;
		font-size: 25px;
		background-color: #000 !important;
		color:#eb73a6 !important;
	}
	#header nav {
		margin-left:0px;
		margin-bottom:0px;
	}
	.nav-main-collapse{
		background-color:#000 !important;
	}
	.icon-chevron-right::before {
    	content: "›";
	}
	/*
	header nav ul.nav-main > li i {
		top:-1px;
		left:0px;
		right:auto;
	}
	*/


	ul.nav-main li a {
		margin-left: 5px !important;
	}
	body #header nav ul.nav-main ul.dropdown-menu {
    	background-color:#000 !important; 
	}
	#header nav ul.nav-main ul.dropdown-menu:hover {
		background: #000 repeat scroll 0% 0% !important;
		margin-top: 0px;
	}
	#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	    margin-left: 0px !important;
	    margin-top: -5px !important;
	}
	.black-stripes{
		margin-bottom: 25px;
	}
	#header nav ul.nav-main ul.dropdown-menu li i {
    	color: #95A501;
	}
	header nav ul.nav-main > li i {
	    color: #95A501;
	}
	.pink{
		/*color: #EB73A6 !important;*/
	}
}
@media screen and (max-width:500px){
		h1,h2,h3,h4,h5{
		margin-top: 25px;
	}
}
.iframewrapper{
	position: relative;
}
.divcount{
	position: absolute;
	color: #fff;
}
.votecontainer{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 25px;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.divcount{
	background-image:url('/resources/images/corner.png');
	position: absolute;
	color: #fff;
	z-index: 999 !important;
	width: 42px;
	height: 42px;
	top: 0px;
	padding-left: 8px;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-size: 1.1em;
	opacity:0.75;
}
.votelink{
	/*background: #ED7EAC;*/
	background: #000;
	border: 0px;
	padding-top: 5px;
	padding: -left;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 15px;
	color: #fff;
}
.thumb{
	margin-top: -4px;
	margin-left: 5px;
	margin-right: 5px;
}
.imagelist{
	height: 150px;
	background-size: cover;
	position: relative;
	margin-top: 25px;
}
.imagelist .pictures-imagelink{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
}
.progress-bar{
	border-radius: 0px;
	background-color: rgba(149,198,36,1);
}
.progress{
	border-radius: 0px;
	margin-bottom: 0px;
}
.progress_info{
	margin-bottom: 15px;
}
.fancybox-title-float-wrap .child{
	background: rgba(0, 0, 0, 0) !important;

}
.fancybox-title-float-wrap {
    bottom: 34px !important;
    right: 90px !important;
}
.child .votelink{
	margin-right: -64px;
	margin-bottom: -1px;
	border-bottom-right-radius: 4px;
}
.pink {
	color: #EB73A6;
}
.barwrapper{
	width: 80%;
	float:left;
}
.votecontainer:hover .votelink{
	background-color: #EB73A6;
	color: #000;
}


/* TET */
.tet-box {
	position: relative;
    border-radius: 8px;
    padding: 24px 24px;
    margin: 0 -24px 24px -24px;
    color: #000;
}
.tet-box-nopadd {
	margin: 0 0 24px 0;
}
.tet-box p {
    color: #000;
}
.tet-box h3 {
    padding-top: 0px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 600;
}
.tet-box .green-bold {
    color: #85B816;
    font-weight: 600;
}
.tet-filter {
    background-color: #FECF30;
}

.tet-item {
    background-color: #f3f8df;
}

.tet-fileupload-input {
    color: transparent;
    background: transparent !important;
    display: inline-block !important;
    width: 0;
	height: 0;
    outline: none;
	cursor: pointer;
}
.tet-fileupload-input:active, .tet-fileupload-input:focus {
    outline: none !important;
    outline-offset: 0px !important;
}
.tet-fileupload-input::-webkit-file-upload-button {
    visibility: hidden;
}

.tet-remove-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #333;
	text-decoration: none;
}
.tet-remove-btn:hover {
	color: ${primarycolor};
}

#photoContainer {
	padding: 8px 0;
}

.uploadbox-img {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
    height: 100px;
    margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #e0e5e8;
	border-radius: 5px;
}

.img-item {
    display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
    height: 200px;
    margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #e0e5e8;
	border-radius: 5px;
}

.jobForm {
	display: none;
}

#submitFormContainer {
	display: none;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

.optionGroup {
    font-weight: bold;
}
    
.optionChild {
    padding-left: 15px;
}


/* Arvonta */
.arvonta-userform {
    
}

.arvonta h3 {
    color: #000;
    font-weight: 700;
}

.arvonta h3 .small {
    font-size: 0.8em;
    color: #000;
}

.arvonta .btn-primary, .btn-primary-link {
    color: #000;
    font-weight: 700;
    font-size: 1em;
    background-color: #7FB61B;
    border-radius: 8px;
    min-width: 300px;
    padding: 12px 24px;
    margin-top: 10px;
    text-align: center;
}

.arvonta .btn-primary.shadow, .btn-primary-link {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}

.arvonta .btn-primary:hover, .arvonta .btn-primary:active, .arvonta .btn-primary:focus {
    color: #000 !important;
    background-color: #F08FBA;
}

.btn-primary-link:hover, .btn-primary-link:active, .btn-primary-link:focus {
    color: #000 !important;
    background-color: #F08FBA;
}

input.arvonta-input {
    color: #000;
    border-radius: 8px;
    padding: 6px 12px;
    height: 48px;
}

input.arvonta-input.shadow {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}

.amount-add-buttons {
    margin-top: 16px;
    margin-bottom: 16px;
}


.amount-input-buttons {
    margin-bottom: 16px;
    padding-left: 20px;
}

.amount-btn {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 2em;
    background-color: #7FB61B;
    min-width: 80px;
    border-radius: 16px;
}

.amount-btn.shadow {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}

.amount-btn:hover, .amount-btn:active, .amount-btn:focus {
    color: #000 !important;
    background-color: #F08FBA;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.amount-btn .small {
    display: block;
    font-size: 0.6em;
    color: #000;
    margin-top: -10px;
}

.amount-btn.btn-default {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    margin-top: -6px;
}

.amount-btn.btn-default:hover, .amount-btn.btn-default:active, .amount-btn.btn-default:focus {
    background-color: #F08FBA;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}


.amount-input {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    max-width: 80px;
    height: 60px;
    min-height: 60px;
    margin-top: 10px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 16px;
}

.form-group.shadow {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
    max-width: 200px;
    border-radius: 12px;
    margin-top:10px;
}

.input-group-addon {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
}

.amount-input2 {
    font-size: 1.6em;
    min-height: 40px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 12px;
}

.amount-text {
    max-width: 255px;
    font-size: 1.8em;
    font-weight: 700;
    color: #000;
}


.arvonta-form {
    margin-top: 20px;
    margin-bottom: 20px;
}


.arvonta-form .checkbox {
    margin-left: 0px;
}

.arvonta-form .checkbx {
    margin-right: 10px;
}

.arvonta-input.error, .amount-input.error {
    color: #f44336;
    border-color: #f44336;
}

.arvonta label.error {
    color: #f44336;
}


.paymentbuttonform {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.logo-container {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 95%;
	height: 180px;
}

.logo-container a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media screen and (max-width:1024px) {
    
    .arvonta .btn-primary, .btn-primary-link {
        min-width: 100%;
    }
    
    .amount-btn {
        min-width: 75px;
    }
    
    .amount-input-buttons {
        padding-left: 13px;
    }
    
}


@media screen and (max-width:767px) {
    
    .paymentbuttonform {
        float: none;
    }

    
    .arvonta .btn-primary, .btn-primary-link {
        min-width: 100%;
    }
    
    .amount-btn {
        font-size: 1.8em;
        min-width: 58px;
        margin-right: 7px;
    }
    
    .amount-input-buttons {
        padding-left: 0px;
    }
    
    .amount-btn.btn-default {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        line-height: 16px;
    }
}


div.embed-responsive {
	-webkit-transform: translate3d(0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

div.embed-responsive .container {
	position: relative;
	z-index: 3;
}

.video .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 20px;
}

.video .embed-responsive .embed-responsive-item, .video .embed-responsive embed, .video .embed-responsive iframe, .video .embed-responsive object, .video .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Kuntamap */
#kuntamap g path {
	cursor: pointer;
}

#kuntamap g.textpath path {
	pointer-events: none;
}


/* Featured Box */
.featured {
	z-index: 2;
	position: relative;
}


.featured .featured-content-wrapper h4 {
    font-family: 'wendy_lpbold', 'Oxygen', sans-serif;
	font-size: 6rem;
	font-weight: 800;
	line-height: 4.7rem;
	margin-top: 5px;
	margin-bottom: 30px;
	color: #fff;
	z-index: 2;
}

@media screen and (max-width:640px) {
    .featured .featured-content-wrapper h4 {
    	font-size: 4rem;
    	line-height: 3.2rem;
    }
}

@media screen and (max-width:480px) {
    .featured .featured-content-wrapper h4 {
    	font-size: 3rem;
    	line-height: 2.8rem;
    }
}

.featured .featured-content-wrapper p {
    font-size: 2rem;
    line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff;
	z-index: 2;
}
.featured .featured-content-wrapper .featured-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.featured .featured-content-wrapper .featured-content-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    padding: 10px 30px;
}


.featured .featurebox-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
    top: 0;
    z-index: 3;
    cursor: pointer;
}

.featured .featured-content-wrapper {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    min-height: 220px;
    background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.featured .featured-content-wrapper.green {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6aff00+0,a3ff04+100 */
    background: linear-gradient(to bottom,  #c8da48 0%,#95bf28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 70px 10px;
}
.featured .featured-content-wrapper.pink {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe87ff+0,fe4dff+100 */
    background: linear-gradient(to bottom,  #f4b2cd 0%,#ef9fc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 70px 10px;
}

.featured .featured-content-wrapper.green h4 {
    color: #000;
    margin-bottom: 26px;
}

.featured .featured-content-wrapper.green p {
    color: #000;
    margin-bottom: 26px;
}
.featured .featured-content-wrapper.pink h4 {
    color: #000;
    margin-bottom: 26px;
}

.featured .featured-content-wrapper.pink p {
    color: #000;
    margin-bottom: 26px;
}

.featured .featured-content-wrapper .featurex-darken {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}


.block-color {
    margin: 50px 0px 30px -59px;
    padding: 20px 50px 20px 60px;
	width:calc(100% + 100px);;
	    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4b2cd+0,f4b2cd+50,ef9fc1+52,ef9fc1+100 */
	background: rgb(244,178,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,178,205,1) 0%, rgba(244,178,205,1) 50%, rgba(239,159,193,1) 52%, rgba(239,159,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,178,205,1)), color-stop(50%,rgba(244,178,205,1)), color-stop(52%,rgba(239,159,193,1)), color-stop(100%,rgba(239,159,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,178,205,1) 0%,rgba(244,178,205,1) 50%,rgba(239,159,193,1) 52%,rgba(239,159,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b2cd', endColorstr='#ef9fc1',GradientType=0 ); /* IE6-9 */
	border-left: 0px none;
	margin-left: -50px;
	padding-right: 40%;
	padding-bottom:15px;
}

.block-img {
    float: right;
    max-width: 260px;
}



/* Featured carousel and image */

.feature-carousel {
    display: block;
    position: relative;
    height: 500px;
}

.slider-prev-btn {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -30px;
    padding: 20px 16px;
    z-index: 10;
    background: url(/resources/vendor/rs-plugin/assets/large_left.png) no-repeat 0 0;
    transition: right .1s ease-in;
}
.slider-prev-btn:hover {
    background: url(/resources/vendor/rs-plugin/assets/large_left.png) no-repeat bottom left;
    left: -42px;
}

.slider-next-btn {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -30px;
    padding: 20px 16px;
    z-index: 10;
    background: url(/resources/vendor/rs-plugin/assets/large_right.png) no-repeat 0 0;
    transition: right .1s ease-in;
}
.slider-next-btn:hover {
    background: url(/resources/vendor/rs-plugin/assets/large_right.png) no-repeat bottom left;
    right: -42px;
}

.feature-carousel-item {
    position: absolute;
    opacity: 0;
    width: 100%;
    margin: 0px 0px 0px -50px;
    padding: 20px 50px 15px 60px;
    width: calc(100% + 100px);
    border-left: 0px none;
    min-height: 500px;
    /*transform: translate(50px, 0px);*/
    transition: opacity .3s ease-in;
    z-index: 8;
}

.feature-carousel-item.show {
    /*transform: translate(0px, 0px);*/
    opacity: 1;
    z-index: 9;
}

.feature-item-black {
    background: #000;
}
.feature-item-black h1, .feature-item-black p {
    color: #fff;
}


.feature-item-green {
    background: #85B816;
}
.feature-item-green h1, .feature-item-green p {
    color: #222;
}
.feature-item-pink {
    background: rgb(244,178,205);
}
.feature-item-pink h1, .feature-item-pink p {
    color: #222;
}
.feature-item-pink a {
    color: #fff;
    font-weight: 600;
}

.feature-item-white {
    background: #fff;
}



.feature-carousel-dots {
    position: absolute;
    width: 100%;
    bottom: 8px;
    text-align: center;
    z-index: 10;
}


.feature-carousel-dots .dotlist .dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 60%;
    margin: 0 2px;
}

.feature-carousel-dots .dotlist .dot:hover {
    background-color: #666;
}

.feature-carousel-dots .dotlist .dot.light {
    background-color: #222;
}



.feature-image {
    position: relative;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 0px -50px;
    padding: 20px 50px 15px 60px;
    width: calc(100% + 100px);
    border-left: 0px none;
}

.feature-image-text {
    position: absolute;
    max-width: 50%;
    color: #fff;
    font-size: 4.6rem;
    line-height: 4.2rem;
    font-weight: 700;
    font-style: italic;
}
.feature-image-text-dark {
    color: #222;
}
.feature-image-text.topleft {
    top: 50px;
    left: 50px;
}
.feature-image-text.bottomleft {
    bottom: 50px;
    left: 50px;
}
.feature-image-text.topright {
    top: 50px;
    right: 50px;
    text-align: right;
}
.feature-image-text.bottomright {
    bottom: 50px;
    right: 50px;
    text-align: right;
}


.bonsait-slider-content-textbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
    height: 100%;
    background-color: #000;
}

@media screen and (max-width:991px) {
    .bonsait-slider-content-textbg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.24+3,0.24+23,0.79+99 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.24) 3%,rgba(0,0,0,0.24) 23%,rgba(0,0,0,0.79) 99%,rgba(0,0,0,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    }
    
}
