@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
}
#header ul, #pre-header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none 0px;
}
:focus {
	outline: none 0px;
}
* {
	font-family: inherit;
}
.logo * {
	display: block;
	max-width: 100%;
}

/* EMO */

.bx-wrapper {
	position: relative;
}
#emo .slide {
	width: 0px;
	overflow: hidden;
}
.bx-pager-item {
	float: left;
}
.bx-pager-item + .bx-pager-item {
	margin-left: 5px;
}
.bx-pager-link {
	height: 10px;
	width: 10px;
	display: block;
	border-radius: 5px;
	background: #ccc;
	overflow: hidden;
	text-indent: -100px;
}
.bx-pager-link.active {
	background: #06C;
}

.bx-controls-direction {
	max-width: 1380px;
	position: absolute;
	left:0px;
	right:0px;
	margin:auto;
	top:50%;
}

.bx-controls-direction a {
	position: absolute;
	display: block;
	height: 60px;
	width: 50px;
	background: #fff no-repeat center;
	background: no-repeat center;
	text-indent: -1000px;
	overflow: hidden;
	margin-top: -30px;
	opacity: 0.2;
	z-index: 100;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.bx-controls-direction a:hover {
	opacity: 1;
}
.bx-controls-direction .bx-prev {
	background-image: url(../base/left.svg);
	left:10px;
}
.bx-controls-direction .bx-next {
	background-image: url(../base/right.svg);
	right:10px;
}

/* Default lists */

.news-list, .content-list, .blog-list, .authors ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
.news-item, .content-item {
	float: left;
	width: 49%;
	vertical-align: top;
	margin: 10px 0px;
	margin-left: 2%;
}
.news-item.single, .content-item.single {
	clear: left;
	margin-left: 0px;
}
.news-item {
	margin-bottom: 10px;
	box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 1px inset;
}
.thumb {
	float: right;
}
.thumb a {
	display: block;
}
.thumb img {
	width: 120px;
	border: solid 1px #eee;
	padding: 3px;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 4px;
}

.news-item .thumb img {
	margin-top:0px;
}

.authors .thumb img {
	max-width: 80px;
	margin-top: 10px;
}
.authors h3 {
	margin: 10px 0px;
}
p.small {
	color: #999;
	font-size: 95%;
	margin: 10px 0px;
}
.news-info, .content-info, .blog-info, .author-info {
	overflow: hidden;
}
.news-info {
	padding:5px 20px;
}
.news-list .date {
	display: inline-block;
	font-size: 90%;
	margin-left: 20px;
	color: #999;
}
.content-info span {
	display: block;
}
.content-info .position {
	color: #999;
	margin-top: -20px;
	text-transform: uppercase;
}
.blog-item, .author-item {
	overflow: hidden;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: solid 1px #eee;
}
.sidebar h2 {
	margin-bottom: 10px;
	margin-top: 30px;
}

/* Default forms */

form {
	display: block;
}
input, textarea {
	font: inherit;
}
.wpcf7-list-item {
	display: block;
}
.text input[type=text], .text input[type=email], .text textarea, select {
	padding: 6px;
	border-radius: 2px;
	border: solid 1px #d9d9d9;
	width:240px;
	background: #fff;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.text textarea {
	height: 80px;
	width: 100%;
	max-width: 600px;
}
.text input[type=submit] {
	display: block;
	background: #333;
	border-radius: 2px;
	font: inherit;
	color: #fff;
	padding: 6px 24px;
	border: none 0px;
}
.text input[type=submit]:hover {
	cursor: pointer;
	background: #666;
}
 @media (max-width:979px) {
	.news-item, .content-item {
		float: none;
		width: auto;
		margin: 0px;
		padding: 10px 0px;
		border-bottom: solid 1px #eee;
		margin-bottom: 10px;
	}
}

@media (max-width:499px) {
	.news-list .thumb, .content-list .thumb, .blog-list .thumb {
		display: none;
	}
}
.article .thumb {
	float: left;
	max-width: 30%;
	margin-right:20px;
}
.article .thumb img {
	width: 300px;
	max-width: 95%;
	margin:0px;
}
.article .date, .blog-list .date {
	color: #999;
}
.article p {
	max-width: 700px;
}

@media (max-width:599px) {
	.article .thumb {
		float:none;
		margin:0px;
		max-width: none;
	}
	.article .thumb img {
		display: block;
		margin: 0px auto;
		max-width: 95%;
		width:auto !important;
		max-height: 220px;
	}
}

/* Lightbox styles */

#cboxOverlay {
	background: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
#colorbox {
	z-index: 100000;
}

#cboxLoadingGraphic {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #666;
	border-top:2px solid #666;
	border-radius:100%;
	opacity:0.3;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

#colorbox img {
	display: block;
}
#cboxClose {
	position: absolute;
	top:0px;
	right: 10px;
	height: 30px;
	width: 30px;
	border: none 0px;
	overflow: hidden;
	text-indent: -10000px;
	border-radius: 100%;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	background: url(../base/close.png) no-repeat center;
}
.svg #cboxClose {
	background: url(../base/close.svg) no-repeat center;
}
#cboxClose:hover {
	cursor: pointer;
	opacity: 1;
}
#cboxContent {
}

#cboxLoadedContent {
	border:solid 1px rgba(255,255,255,0.10);
	padding:5px;
	margin:40px 0px;
}

#cboxPrevious, #cboxNext {
	position: fixed;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	border: none 0px;
	background: no-repeat center;
	top: 50%;
	margin-top: -30px;
	overflow: hidden;
	text-indent: -1000px;
	opacity: 0.3;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

@media (max-width:800px) {
	#cboxLoadedContent {
		border:none 0px;
		padding:0px;
		margin:40px 0px;
	}
	#cboxPrevious, #cboxNext  {
		height:40px;
		width:40px;
		margin-top:-20px;
	}
}

#cboxPrevious:hover, #cboxNext:hover {
	opacity: 1;
	cursor: pointer;
}
#cboxPrevious {
	left: 0px;
	background-image: url(../base/left_big.png);
}
.svg #cboxPrevious {
	background: url(../base/left_big.svg) no-repeat center;
}
#cboxNext {
	right: 0px;
	background-image: url(../base/right_big.png);
}
.svg #cboxNext {
	background: url(../base/right_big.svg) no-repeat center;
}
#cboxTitle {
	padding: 20px 10px;
	margin-top:-40px;
	color: #fff;
}

/* Search results */

.find-results {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.find-item {
	padding-bottom: 10px;
}
.find-item + .find-item {
	padding: 10px 0px;
	border-top: solid 1px #eee;
}
/* Tanel U defaults */
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto !important;
}
.alignleft {
	float: left;
	max-width: 50%;
	height: auto !important;
	margin:10px 20px;
	margin-left:0px;
}
.alignright {
	float: right;
	margin:10px 20px;
	margin-right: 0px;
	max-width: 50%;
	height: auto !important;
}
.alignnone {
	max-width: 100%;
	height: auto !important;
}

.wpcf7-form-control-wrap {
	display: block !important;
	margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-validation-errors {
	font-weight: bold;
	color: red;
}
.wpcf7-response-output {
	clear: both;
}
.wpcf7-submit {
	float: left;
}
.wpcf7 .ajax-loader {
	margin: 6px;
}
.wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid,
.form .wpcf7-not-valid, .form input.wpcf7-not-valid[type="text"], .form input.wpcf7-not-valid[type="email"], .form input.wpcf7-not-valid[type="tel"], .form textarea.wpcf7-not-valid {
	border: 1px solid red;
}
.wpcf7-form-control-wrap .hidden {
	display: none;
}
.wpcf7 label {
	display: block;
}
div.wpcf7 .screen-reader-response {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        margin: 0;
        padding: 0;
        border: 0;
}
/* End every project */

/* Albums */
.ngg-albumoverview p {
	margin: 0px;
}
.ngg-albumoverview, .ngg-galleryoverview {
	overflow: hidden;
	margin: 15px 0;
}
.ngg-album, .ngg-album-compact, .ngg-gallery-thumbnail {
	float: left;
	line-height: 18px;
	margin-right: 20px;
	margin-bottom: 10px;/*width:130px;*/
}
.ngg-thumbnail *, .ngg-album-link *, .ngg-gallery-thumbnail * {
	display: block;
}
.ngg-thumbnail a, .ngg-album-link a, .ngg-gallery-thumbnail a {
	padding: 4px;
	border: solid 1px #e5e5e5;
	display: inline-block;
}
.clear {
	clear: both;
}
.ngg-description {
	font-size: 11px;
	padding: 4px;
	color: #666;
}
.ngg-album-compact p {
	font-size: 11px;
	padding: 0px 4px;
	color: #666;
}
.ngg-album {
	margin-bottom: 30px;
}
.ngg-albumtitle {
	padding: 5px;
	font-weight: bold;
	width: 110px;
	height: 40px;
}
.ngg-album-compact h4 {
	margin: 0px;
	padding: 4px;
	padding-bottom: 0px;
}
.ngg-navigation {
	display: block;
	clear: both;
	padding-bottom: 3px;
}
.ngg-navigation a, .ngg-navigation span {
	font-size: 13px;
	line-height: 12px;
	padding: 3px 5px;
	border: solid 1px #d9d9d9;
	margin: 0px 2px;
}
.ngg-navigation span {
	color: #B11E48;
}
.slideshowlink {
	display: none;
}

/* Feedback popup */

#feedback {
	position: fixed;
	right:-100%;
	bottom:30px;
	z-index: 1000;
	box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	background: #fff;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}

#feedback.show {
	right:0px;
}

@media (max-height:400px) {
	#feedback {
		display: none;
	}
}

.feedback-form {
	max-width:0px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.5s 0s, max-width 0.5s 0.5s;
	   -moz-transition: max-height 0.5s 0s, max-width 0.5s 0.5s;
	    -ms-transition: max-height 0.5s 0s, max-width 0.5s 0.5s;
	     -o-transition: max-height 0.5s 0s, max-width 0.5s 0.5s;
	        transition: max-height 0.5s 0s, max-width 0.5s 0.5s;
}

.feedback-form .contain {
	width:260px;
	margin:20px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.feedback-form .contain form {
	max-height: 500px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

#feedback.done .feedback-form .contain form {
	max-height: 0px;
}

.feedback-title {
	background: url(../base/feedback.svg) no-repeat 10px center;
	color:#444;
	padding:12px;
	padding-left:40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	line-height: 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.feedback-title img {
	float:right;
	margin-right:-50px;
}

.open .feedback-title img {
	margin-right:0px;
	-webkit-transition: all 0.3s 0.5s;
	   -moz-transition: all 0.3s 0.5s;
	    -ms-transition: all 0.3s 0.5s;
	     -o-transition: all 0.3s 0.5s;
	        transition: all 0.3s 0.5s;
}

.feedback-title:hover {
	padding-right:25px;
}

.open .feedback-title:hover {
	padding-right:12px;
}

.feedback-form form > label {
	text-transform: uppercase;
	padding:5px 0px;
	display: block;
}

.feedback-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom:20px;
}

.feedback-form .wpcf7-form-control-wrap.skoor {
	overflow: hidden;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(left,  #00ef3f 0%, #f2e200 50%, #f23030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00ef3f), color-stop(50%,#f2e200), color-stop(100%,#f23030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00ef3f 0%,#f2e200 50%,#f23030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00ef3f 0%,#f2e200 50%,#f23030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00ef3f 0%,#f2e200 50%,#f23030 100%); /* IE10+ */
	background: linear-gradient(to right,  #00ef3f 0%,#f2e200 50%,#f23030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef3f', endColorstr='#f23030',GradientType=1 ); /* IE6-9 */

}

.open .feedback-form {
	max-width:300px;
	max-height: 500px;
	-webkit-transition: max-width 0.5s 0s, max-height 0.7s 0.4s;
	   -moz-transition: max-width 0.5s 0s, max-height 0.7s 0.4s;
	    -ms-transition: max-width 0.5s 0s, max-height 0.7s 0.4s;
	     -o-transition: max-width 0.5s 0s, max-height 0.7s 0.4s;
	        transition: max-width 0.5s 0s, max-height 0.7s 0.4s;
}

.open .feedback-title {
	background-color:rgba(0,0,0,0.05);
}

.feedback-form .wpcf7-list-item {
	display: block;
	float:left;
	width:20%;
}

.feedback-form .wpcf7-list-item label {
	display: block;
	width:100%;
	text-align: center;
	padding:5px 0px;
	cursor: pointer;
}

.feedback-form .wpcf7-list-item label:hover {
	background-color: rgba(0,0,0,0.05);
}

#feedback.open {
	background: #fff;
}

.feedback-form .skoor .wpcf7-form-control {
	display: block;
	overflow: hidden;
	background: #fff;
	margin-bottom:3px;
}

#feedback .feedback-form textarea {
	width:100%;
	padding:10px;
	border:solid 1px #eee;
	height:60px;
	text-align: left;
	max-width: 100%;
	min-width: 100%;
	max-height: 150px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.feedback-form .feedback-send {
	display: inline-block;
	margin:0px;
	background: #f5f5f5;
	border:none 0px;
	color:#333;
	padding:8px 15px;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	cursor: pointer;
	box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 2px inset;
}

.feedback-form input[type=submit] {
	display: none;
}

.feedback-form .feedback-send:hover {
	background: #fff;
	text-decoration: none;
}

#feedback .wpcf7-display-none {
	display: none !important;
}

#feedback .screen-reader-response {
	display: block;
}

#feedback .ajax-loader, #feedback .request_source, #feedback.done .feedback-send {
	display: none;
}
