
/* Google Fonts - Dosis */
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin,latin-ext);

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display:block;
}

nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote::before, blockquote::after,
q::before, q::after {content:'';content:none;}
a {margin:0; padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration:line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}

/* normalizing (HTML5 Boilerplate) */
body {font:13px/1.231 sans-serif;*font-size:small;}
select, input, textarea, button {font:99% sans-serif;}
pre, code, kbd, samp {font-family:monospace,sans-serif;}

html {overflow-y:scroll;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}
a:hover, a:active {outline:0;}

ul, ol {margin-left:2em;}
ol {list-style-type:decimal;}
nav ul, nav li {margin:0;}

small {font-size:85%;}
strong, th {font-weight:bold;}
td {vertical-align:top;}

sub, sup {font-size:75%;line-height:0;position:relative;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}

pre {white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;padding:15px;}
textarea {resize:none;overflow:auto;}

input::-moz-focus-inner {border:0;}
input[type="radio"] {vertical-align:text-bottom;}
input[type="checkbox"] {vertical-align:bottom;}

label, input[type="button"], input[type="submit"], input[type="image"], button {cursor:pointer;}
button, input, select, textarea {margin:0;}

a:link {outline:0;-webkit-tap-highlight-color:#FF5E99;}
button {width:auto;overflow:visible;}

/**
 * Author: Marcin "MiGoo" Gębski
 */
body, input, select, textarea {font-family:Dosis,Verdana,sans-serif;color:#585858;}

/* box-sizing */
*:not([class^="fancybox-"]):not([id^="fancybox-"]), *::before, *::after {-moz-box-sizing:border-box;box-sizing:border-box;}

/* anchors */
a {text-decoration:underline;color:#404040;}
a:hover {text-decoration:none;}

a.mail::before {content:attr(data-mail-local) "@";}
a.mail::after {content:attr(data-mail-domain);}

/* paragraphs */
.none {text-align:center;padding:10px 0;}

/* ajax */
.ajax-response {text-align:center;line-height:1.4;color:#333;background-color:#CBEBA2;padding:10px;border:1px solid;margin-bottom:10px;}
.ajax-response.error {background-color:#FFEBE8;border-color:#DD3C10;}
	.ajax-response p {float:none;font-weight:500;}
	.ajax-response p + p {font-weight:400;}

/* simply scroll */
.simply-scroll-container {position:relative;}
	.simply-scroll-clip {position:relative;overflow:hidden;}
		.simply-scroll-list {overflow:hidden;}

/* scrollable */
.scrollable {position:relative;overflow:hidden;}
	.scrollable .items {clear:both;width:20000em;position:absolute;}
		.scrollable .items > * {float:left;position:relative;}
	.scrollable.vertical .items {width:inherit;height:20000em;}
		.scrollable.vertical .items > * {float:none;}

/* browse (banner-animation,scrollable) */
.browse {position:absolute;top:50%;display:block;width:20px;height:40px;text-indent:100%;white-space:nowrap;background:url(images/sprite.png);margin-top:-20px;z-index:100;cursor:pointer;overflow:hidden;}
.prev {left:10px;background-position:-296px -65px;}
.prev:hover {background-position:-236px -67px;}
.next {right:10px;background-position:-326px -65px;}
.next:hover {background-position:-266px -67px;}

/* cookies policy */
#cookies {position:fixed;bottom:0;background:#000;padding:5px;z-index:9999;}
	#cookies * {color:#FFF;}
	#cookies > * {float:left;min-height:40px;}
	#cookies > p {line-height:16px;}
	#cookies > a {font-size:15px;font-weight:bold;text-align:center;line-height:40px;}
/* Gallery slider*/
.article-carousel{position: relative;z-index:0;width:85%!important;margin: 0 auto!important;}
.article-carousel .owl-item div{padding: 5px;}
.article-carousel .owl-item div a img{border-radius:5px;}
.article-carousel .owl-item .img-title{display:none;}

.article-carousel .owl-nav .owl-prev, .article-carousel .owl-nav .owl-next{}
.article-carousel .owl-nav .owl-prev, .article-carousel .owl-nav .owl-next{
position: absolute; z-index: 2;top: 50%;
display: block;
width: 20px;
height: 40px;
text-indent: 100%;
white-space: nowrap;
background: url(images/sprite.png)!important;
transform: translateY(-50%);
}
.article-carousel .owl-nav .owl-prev{left:-7%;background-position: -296px -65px!important;}
.article-carousel .owl-nav .owl-next{right:-7%;background-position: -326px -65px!important;}
.article-carousel .owl-nav .owl-prev:hover{background-position: -236px -67px!important;}
.article-carousel .owl-nav .owl-next:hover{background-position: -266px -67px!important;}
@media screen and (max-width: 767.9px) {
	.article-carousel .owl-item .img-title{display:block;}
}