:root {
--crvena: #bd3550;
--red: #992a40;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block;
}
html {
scroll-behavior: smooth;
}
html,body {
font-size: 100%;
height: 100%
}
.unclickable > a {
pointer-events: none;
}
.scroll-down {
opacity: 1;
-webkit-transition: all .5s ease-in 3s;
transition: all .5s ease-in 3s;
}
.scroll-down {
position: absolute;
bottom: 30%;
left: 50%;
margin-left: -16px;
display: block;
width: 60px;
height: 70px;
border: 5px solid #e26f6f;
background-size: 14px auto;
background-color: var(--crvena);
box-shadow: 3px 3px 6px #555;
border-radius: 50%;
z-index: 2;
-webkit-animation: bounce 2s infinite 2s;
animation: bounce 2s infinite 2s;
-webkit-transition: all 1s ease-in;
transition: all 1s ease-in;
transform: scale(1)
}
.scroll-down:after {
color: #e26f6f;
content: "~";
font-size: 5em;
position: absolute;
top:23px;
left:10px;
transform: rotate(85deg);
}
.scroll-down:before {
position: absolute;
top: calc(50% - 17px);
left: calc(50% - 13px);
transform: rotate(-45deg);
display: block;
width: 20px;
height: 20px;
content: "";
border: 5px solid white;
border-width: 0px 0 5px 5px;
transition: all 1s ease-in;
}
.scroll-down:hover, .scroll-down:hover:before { border-color: #e26f6f} 
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
60% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@font-face {
font-family: 'icomoon';
src: url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.eot?ecpfpu);
src: url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.eot?ecpfpu#iefix) format('embedded-opentype'),url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.ttf?ecpfpu) format('truetype'),url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.woff?ecpfpu) format('woff'),url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.svg?ecpfpu#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],[class*=" icon-"] {
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
class^="icon-"]:hover,[class*=" icon-"]:hover {
color: var(--crvena)
}
.icon-facebook:before {
content: "\e900";
padding: .25em;
font-size: 32px;
}
.icon-instagram:before {
content: "\e901";
padding: .25em;
font-size: 32px;
}
.icon-linkedin2:before {
content: "\e902";
padding: .25em;
font-size: 32px;
}
.icon-youtube2:before {
content: "\e903";
padding: .25em;
font-size: 32px;
}
.icon-cart1svg:before {
content: "\e904";
}
.icon-circle-down:before {
content: "\e905";
}
.icon-circle-left:before {
content: "\e906";
}
.icon-circle-right:before {
content: "\e907";
}
.icon-circle-up:before {
content: "\e908";
}
.icon-cogs:before {
content: "\e909";
}
.icon-delivery:before {
content: "\e90a";
font-size: 40px;
}
.icon-meter:before {
content: "\e90b";
}
.icon-play:before {
content: "\e90c";
}
.icon-privacy:before {
content: "\e90d";
font-size: 40px;
}
.icon-search:before {
content: "\e910";
font-size: 1em;
line-height: 1.875em;
color: #fff !important
}
.icon-tech-det:before {
content: "\e911";
font-size: 40px;
}
.icon-truck:before {
content: "\e912";
}
audio,canvas,video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
aboc[hidden],template {
display: none;
}
html {
font-family: 'Raleway', sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}
body {
line-height: 1;
}
ol,ul {
list-style: none;
}
blockquote,q {
quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
background: transparent;
color: var(--red);
}
a:focus {
outline: none;
}
a:active,a:hover {
outline: 0;
color: var(--crvena);
}
h1 {
margin: 0.25 em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong,.strong {
font-weight: 700;
}
dfn,em,.em {
font-style: italic;
}
hr {
box-sizing: content-box;
height: 1px;
border: none;
background-color: #000;
width: 100%;
margin-bottom: 2em;
clear: both;
}
.excerpt-read-more {
display: block;
float: right;
padding: 1.5em;
font-size: 1.5em;
}
.next {
display: block;
float: right;
padding: 1em;
}
.right {
display: block;
float: right;
padding: 1em;
}
p {
color: #111;
margin-bottom: 1em;
line-height: 1.65em;
}
pre {
margin: 0;
}
code,kbd,pre,samp {
font-size: 1.5em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C""\201D""\2018""\2019";
}
q:before,q:after {
content: '';
content: none;
}
small,.small {
font-size: 75%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl,menu,ol,ul {
margin: 1em 0;
}
dd {
margin: 0;
}
menu {
padding: 0 0 0 40px;
}
ol,ul {
padding: 0;
list-style-type: none;
}
nav ul,nav ol {
list-style: none;
list-style-image: none;
}
img {
border: 0;
max-width: 100%;
}
.header .scroll-transition-fade {
transition: transform 1s ease-in-out, opacity .8s ease-in-out;
}
.header .scroll-transition-fade.below-viewport {
opacity: 0;
transform: translateY(40px);
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,input,select,textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,input {
line-height: normal;
}
button,select {
text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.image-replacement,.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.clearfix,.cf,.comment-respond {
zoom: 1;
height: 100%;
}
.clearfix:before,.clearfix:after,.cf:before,.comment-respond:before,.cf:after,.comment-respond:after {
content: "";
display: table;
}
.clearfix:after,.cf:after,.comment-respond:after {
clear: both;
}
span.amp {
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
font-style: italic;
}
.last-col {
float: right;
padding-right: 0 !important;
}
@media (max-width: 767px) {
.m-all {
float: left;
padding-right: 0.75em;
width: 100%;
padding-right: 0;
}
.m-1of2 {
float: left;
padding-right: 0.75em;
width: 50%;
}
.m-1of3 {
float: left;
padding-right: 0.75em;
width: 33.33%;
}
.m-2of3 {
float: left;
padding-right: 0.75em;
width: 66.66%;
}
.m-1of4 {
float: left;
padding-right: 0.75em;
width: 26%;
}
.m-3of4 {
float: left;
padding-right: 0.75em;
width: 75%;
}
.ver {
font-size: 3em !important;
line-height: 1em;
writing-mode: horizontal-tb !important;
white-space: normal !important
}
.sidebar {
text-align: center
}
}
@media (min-width: 768px) and (max-width: 1029px) {
.t-all {
float: left;
padding-right: 0.75em;
width: 100%;
padding-right: 0;
}
.t-1of2 {
float: left;
width: 50%;
}
.t-1of3 {
float: left;
padding-right: 0.75em;
width: 33.33%;
}
.t-2of3 {
float: left;
padding-right: 0.75em;
width: 66.66%;
}
.t-1of4 {
float: left;
padding-right: 0.75em;
width: 25%;
}
.t-3of4 {
float: left;
padding-right: 0.75em;
width: 75%;
}
.t-1of5 {
float: left;
padding-right: 0.75em;
width: 20%;
}
.t-2of5 {
float: left;
padding-right: 0.75em;
width: 40%;
}
.t-3of5 {
float: left;
padding-right: 0.75em;
width: 60%;
}
.t-4of5 {
float: left;
padding-right: 0.75em;
width: 80%;
}
}
@media (min-width: 1030px) {
.d-all {
float: left;
padding-right: 0.75em;
width: 100%;
padding-right: 0;
}
.d-1of2 {
float: left;
padding-right: 2em;
width: 48%;
}
.d-1of3 {
float: left;
padding-right: 0.75em;
width: 30%;
}
.d-2of3 {
float: left;
padding-right: 0.75em;
width: 66.66%;
}
.d-1of4 {
float: left;
width: 25%;
}
.d-3of4 {
float: left;
padding-right: 0.75em;
width: 75%;
}
.d-1of5 {
float: left;
width: 19%;
}
.d-2of5 {
float: left;
padding-right: 0.75em;
width: 40%;
}
.d-3of5 {
float: left;
padding-right: 0.75em;
width: 60%;
}
.d-4of5 {
float: left;
padding-right: 0.75em;
width: 80%;
}
.d-1of6 {
float: left;
width: 16.6666666667%;
}
.d-1of7 {
float: left;
padding-right: 0.75em;
width: 14.2857142857%;
}
.d-2of7 {
float: left;
padding-right: 0.75em;
width: 28.5714286%;
}
.d-3of7 {
float: left;
padding-right: 0.75em;
width: 42.8571429%;
}
.d-4of7 {
float: left;
padding-right: 0.75em;
width: 57.1428572%;
}
.d-5of7 {
float: left;
padding-right: 0.75em;
width: 71.4285715%;
}
.d-6of7 {
float: left;
padding-right: 0.75em;
width: 85.7142857%;
}
.d-1of8 {
float: left;
padding-right: 0.75em;
width: 12.5%;
}
.d-1of9 {
float: left;
padding-right: 0.75em;
width: 11.1111111111%;
}
.d-1of10 {
float: left;
padding-right: 0.75em;
width: 10%;
}
.d-1of11 {
float: left;
padding-right: 0.75em;
width: 9.09090909091%;
}
.d-1of12 {
float: left;
padding-right: 0.75em;
width: 8.33%;
}
}
.alert-help,.alert-info,.alert-error,.alert-success {
margin: 10px;
padding: 5px 18px;
border: 1px solid;
}
.alert-help {
border-color: #e8dc59;
background: #ebe16f;
}
.alert-info {
border-color: #bfe4f4;
background: #d5edf8;
}
.alert-error {
border-color: #f8cdce;
background: #fbe3e4;
}
.alert-success {
border-color: #deeaae;
background: #e6efc2;
}
.blue-btn,.comment-reply-link,#submit {
display: inline-block;
position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
color: white;
font-size: 1.5em;
line-height: 34px;
font-weight: normal;
padding: 0 24px;
border-radius: 4px;
border: 0;
cursor: pointer;
-webkit-transition: background-color 0.14s ease-in-out;
transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover,.comment-reply-link:hover,#submit:hover,.blue-btn:focus,.comment-reply-link:focus,#submit:focus {
color: white;
text-decoration: none;
}
.blue-btn:active,.comment-reply-link:active,#submit:active {
top: 1px;
}
.blue-btn,.comment-reply-link,#submit {
background-color: #2980b9;
}
.blue-btn:hover,.comment-reply-link:hover,#submit:hover,.blue-btn:focus,.comment-reply-link:focus,#submit:focus {
background-color: #2574a8;
}
.blue-btn:active,.comment-reply-link:active,#submit:active {
background-color: #2472a4;
}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
display: block;
height: 40px;
line-height: 40px;
padding: 0 12px;
margin-bottom: 14px;
font-size: 0.875em;
border-radius: 2px;
vertical-align: middle;
box-shadow: none;
border: 0;
width: 100%;
font-family: 'Raleway', sans-serif;
background-color: #fff;
-webkit-transition: background-color 0.24s ease-in-out;
transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus,input[type="text"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="date"]:focus,input[type="date"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="week"]:focus,input[type="week"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="color"]:focus,input[type="color"]:active,select:focus,select:active,textarea:focus,textarea:active,.field:focus,.field:active {
background-color: #f7f8fa;
}
input[type="text"].error,input[type="text"].is-invalid,input[type="password"].error,input[type="password"].is-invalid,input[type="datetime"].error,input[type="datetime"].is-invalid,input[type="datetime-local"].error,input[type="datetime-local"].is-invalid,input[type="date"].error,input[type="date"].is-invalid,input[type="month"].error,input[type="month"].is-invalid,input[type="time"].error,input[type="time"].is-invalid,input[type="week"].error,input[type="week"].is-invalid,input[type="number"].error,input[type="number"].is-invalid,input[type="email"].error,input[type="email"].is-invalid,input[type="url"].error,input[type="url"].is-invalid,input[type="search"].error,input[type="search"].is-invalid,input[type="tel"].error,input[type="tel"].is-invalid,input[type="color"].error,input[type="color"].is-invalid,select.error,select.is-invalid,textarea.error,textarea.is-invalid,.field.error,.field.is-invalid {
color: #fbe3e4;
border-color: #fbe3e4;
background-color: white;
background-position: 99% center;
background-repeat: no-repeat;
background-image: url(data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
outline-color: #fbe3e4;
}
input[type="text"].success,input[type="text"].is-valid,input[type="password"].success,input[type="password"].is-valid,input[type="datetime"].success,input[type="datetime"].is-valid,input[type="datetime-local"].success,input[type="datetime-local"].is-valid,input[type="date"].success,input[type="date"].is-valid,input[type="month"].success,input[type="month"].is-valid,input[type="time"].success,input[type="time"].is-valid,input[type="week"].success,input[type="week"].is-valid,input[type="number"].success,input[type="number"].is-valid,input[type="email"].success,input[type="email"].is-valid,input[type="url"].success,input[type="url"].is-valid,input[type="search"].success,input[type="search"].is-valid,input[type="tel"].success,input[type="tel"].is-valid,input[type="color"].success,input[type="color"].is-valid,select.success,select.is-valid,textarea.success,textarea.is-valid,.field.success,.field.is-valid {
color: #e6efc2;
border-color: #e6efc2;
background-color: white;
background-position: 99% center;
background-repeat: no-repeat;
background-image: url(data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
outline-color: #e6efc2;
}
input[type="text"][disabled],input[type="text"].is-disabled,input[type="password"][disabled],input[type="password"].is-disabled,input[type="datetime"][disabled],input[type="datetime"].is-disabled,input[type="datetime-local"][disabled],input[type="datetime-local"].is-disabled,input[type="date"][disabled],input[type="date"].is-disabled,input[type="month"][disabled],input[type="month"].is-disabled,input[type="time"][disabled],input[type="time"].is-disabled,input[type="week"][disabled],input[type="week"].is-disabled,input[type="number"][disabled],input[type="number"].is-disabled,input[type="email"][disabled],input[type="email"].is-disabled,input[type="url"][disabled],input[type="url"].is-disabled,input[type="search"][disabled],input[type="search"].is-disabled,input[type="tel"][disabled],input[type="tel"].is-disabled,input[type="color"][disabled],input[type="color"].is-disabled,select[disabled],select.is-disabled,textarea[disabled],textarea.is-disabled,.field[disabled],.field.is-disabled {
cursor: not-allowed;
border-color: #cfcfcf;
opacity: 0.6;
}
input[type="text"][disabled]:focus,input[type="text"][disabled]:active,input[type="text"].is-disabled:focus,input[type="text"].is-disabled:active,input[type="password"][disabled]:focus,input[type="password"][disabled]:active,input[type="password"].is-disabled:focus,input[type="password"].is-disabled:active,input[type="datetime"][disabled]:focus,input[type="datetime"][disabled]:active,input[type="datetime"].is-disabled:focus,input[type="datetime"].is-disabled:active,input[type="datetime-local"][disabled]:focus,input[type="datetime-local"][disabled]:active,input[type="datetime-local"].is-disabled:focus,input[type="datetime-local"].is-disabled:active,input[type="date"][disabled]:focus,input[type="date"][disabled]:active,input[type="date"].is-disabled:focus,input[type="date"].is-disabled:active,input[type="month"][disabled]:focus,input[type="month"][disabled]:active,input[type="month"].is-disabled:focus,input[type="month"].is-disabled:active,input[type="time"][disabled]:focus,input[type="time"][disabled]:active,input[type="time"].is-disabled:focus,input[type="time"].is-disabled:active,input[type="week"][disabled]:focus,input[type="week"][disabled]:active,input[type="week"].is-disabled:focus,input[type="week"].is-disabled:active,input[type="number"][disabled]:focus,input[type="number"][disabled]:active,input[type="number"].is-disabled:focus,input[type="number"].is-disabled:active,input[type="email"][disabled]:focus,input[type="email"][disabled]:active,input[type="email"].is-disabled:focus,input[type="email"].is-disabled:active,input[type="url"][disabled]:focus,input[type="url"][disabled]:active,input[type="url"].is-disabled:focus,input[type="url"].is-disabled:active,input[type="search"][disabled]:focus,input[type="search"][disabled]:active,input[type="search"].is-disabled:focus,input[type="search"].is-disabled:active,input[type="tel"][disabled]:focus,input[type="tel"][disabled]:active,input[type="tel"].is-disabled:focus,input[type="tel"].is-disabled:active,input[type="color"][disabled]:focus,input[type="color"][disabled]:active,input[type="color"].is-disabled:focus,input[type="color"].is-disabled:active,select[disabled]:focus,select[disabled]:active,select.is-disabled:focus,select.is-disabled:active,textarea[disabled]:focus,textarea[disabled]:active,textarea.is-disabled:focus,textarea.is-disabled:active,.field[disabled]:focus,.field[disabled]:active,.field.is-disabled:focus,.field.is-disabled:active {
background-color: #d5edf8;
}
input[type="password"] {
letter-spacing: 0.3em;
}
textarea {
min-height: 120px;
line-height: 1.5em;
}
select {
-webkit-appearance: none;
background-image: url(data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: 97.5% center;
}
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
line-height: 1.333;
color: #000;
}
.wrap {
width: 98%;
margin: 0 auto;
}
a,a:visited {
font-weight: normal;
text-decoration: none;
}
a:hover,a:focus,a:visited:hover,a:visited:focus {
}
a:link,a:visited:link {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
text-rendering: optimizelegibility;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
text-decoration: none;
}
h1,.h1 {
font-size: 2em;
line-height: 1em;
margin: .75em 0;
font-weight: 700;
border-bottom: solid 1px #ccc;
}
h2,.h2 {
font-size: 1.75em;
line-height: 1.333em;
margin-bottom: 1em;
}
h3,.h3 {
font-size: 1.5em;
line-height: 1em;
font-weight: 600;
}
h4,.h4 {
font-size: 1.25em;
line-height: 1.25em;
padding-top: 1em;
}
h5,.h5 {
font-size: 1em;
line-height: 2.09em;
color: var(--crvena);
}
h6 {
font-size: .875em;
line-height: 2em;
}
.header {
height: auto;
}
#inner-header {
background-color: var(--crvena);
}
#logo {
margin-top: 0;
float: none;
text-align: center
}
#logo img {
width: 50%;
max-width: 500px;
height: auto;
}
#logo_fut {
float: none;
}
#logo_fut img {
width: 360px;
height: auto;
text-align: center
}
.left {
text-align: center
}
@media screen and (min-width: 768px) {
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption,.metaslider.ms-theme-outline .rslides .caption-wrap .caption,.metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
font-size: 1.75em !important;
font-weight: 700 !important;
}
.jp-carousel-info h2 {
font-size: 1.75em !important;
}
#logo {
margin-top: 0;
float: left;
}
#logo img {
width: 240px;
height: 80px;
}
#logo_fut {
margin: 0 0.75em;
}
.left {
text-align: left!important
}
.nav-container {
margin-top: 20px;
height: 65px !important;
}
.intro {
width: 70% !important;
margin: 2em auto;
text-align: center;
font-size: 1em;
}
.text {
width: 90% !important;
margin: 2em auto;
text-align: left;
}
}
#logo a {
color: white;
}
.top-nav {
margin: 0;
float: left;
display: inline-block;
}
.lang {
float: right;
clear: right;
padding: 1em 2em 0 0;
}
.nav {
border-bottom: 0;
}
.nav li {
text-decoration: none;
}
.nav li a {
display: block;
padding: 0.5em;
}
ul.sub-menu li a,.nav li ul.children li a {
}
#content {
margin-top: -60px;
min-height: 55vw;
}
#inner-content {
padding: 1em 3em 4em 3em;
}
.hentry {
margin-bottom: 1.5em;
margin: 0 auto;
clear: both;
}
.hentry header {
padding: 0;
}
.hentry footer {
padding: 1.5em;
}
.hentry footer p {
margin: 0;
}
.single-title,.page-title,.entry-title,post-title {
color: #333;
}
.entry-title {
margin: 0;
text-transform: uppercase;
}
.article-header {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
float: left;
position: relative;
z-index: 0;
width: 100%;
padding: 1em;
}
.item-header {
float: left;
position: relative;
min-height: 120px;
z-index: 0;
padding: 0 .5em;
text-align: center;
height: 100%;
transition: all 1s ease-out;
}
.item-header .grid-title:hover {
color:var(--crvena);
-webkit-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 500ms linear;
}
.item-header-txt {
float: left;
position: relative;
min-height: 120px;
z-index: 0;
background-color: whitesmoke;
padding: 1em;
text-align: center;
border-radius: 10px;
height: 100%;
transition: all 1s ease-out;
}
.item-header-txt:hover {
background-color: var(--crvena);
-webkit-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 500ms linear;
color: #fff;
}
.item-header-txt:hover h3, .item-header-txt:hover .grid-title-txt{
color:#fff
}
.entry-title {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.entry-content {
position:relative
}
.lf {
padding-left: 4em !important
}
@media only screen and (max-width: 481px) {
#logo {
font-size: 1.5em;
padding-top: 1em
}
.scroll-down {
opacity: 0;
display: none
}
#content {
margin-top: -20px;
}
.lf {
padding-left: 1.5em
}
.link {
display: none
}
.custom-shape-divider-top-1670333589 svg {
height: 20px!important;
}
.custom-shape-divider-cover-1670423189 svg {
height: 20px!important;
}
.custom-shape-divider-bottom-1670423189 svg {
height: 30px!important;
}
.item-header {
border-bottom: solid 1px #f1f1f1;
}
.oznak {
top: -20px!important;
font-size: 1em!important;
}
}
.entry-content p,.entry-content li {
text-align: left;
line-height: 1.75em;
padding-left: .75em;
}
.entry-content p {
margin-bottom: 1.25em;
}
.entry-content a {
color: var(--crvena);
text-decoration: underline;
font-weight: 400
}
.entry-content a:hover {
color: firebrick;
transition: background-size .75s linear;
}
.entry-content ul {
margin-top: 0;
margin-bottom: 2em;
}
.entry-content table {
width: 100%;
border: 1px solid #eaedf2;
margin-bottom: 1.5em;
}
.entry-content table caption {
margin: 0 0 7px;
font-size: 0.75em;
color: #9fa6b4;
text-transform: uppercase;
letter-spacing: 1px;
}
.entry-content tr {
border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
background-color: #f8f9fa;
}
.entry-content td {
padding: 7px;
border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
border-right: 0;
}
.entry-content th {
background-color: #f8f9fa;
border-bottom: 1px solid #eaedf2;
border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
border-right: 0;
}
.entry-content blockquote {
margin: 0 0 1.5em 0.75em;
padding: 0 0 0 0.75em;
border-left: 3px solid var(--crvena);
font-style: italic;
color: #9fa6b4;
}
.entry-content dd {
margin-left: 0;
font-size: 0.9em;
color: #787878;
margin-bottom: 1.5em;
}
.entry-content img,.article-header img,.sidebar-header img {
margin: 0;
height: auto;
}
.sidebar-header img {
opacity: .25;
}
.sidebar-header img:hover {
opacity: 1;
}
.entry-content .size-auto,.entry-content .size-full,.entry-content .size-large,.entry-content .size-medium,.entry-content .size-thumbnail {
max-width: 100%;
height: auto;
}
.entry-content pre {
font-size: 1em;
font-variant: italic;
margin: 0 0 1.5em;
}
.wp-caption {
max-width: 100%;
background: none;
}
.wp-caption img {
max-width: 100%;
margin-bottom: 0;
display: table;
width: 100%;
}
.wp-caption p.wp-caption-text {
font-size: 0.85em;
}
.tags {
margin: 0;
}
.pagination,.wp-prev-next {
margin: 1.5em 0;
}
.pagination {
clear: both;
text-align: center;
}
.pagination ul {
display: inline-block;
background-color: white;
white-space: nowrap;
padding: 0;
clear: both;
border-radius: 3px;
}
.pagination li {
padding: 0;
margin: 0;
float: left;
display: inline;
overflow: hidden;
border-right: 1px solid #eaedf2;
}
.pagination a,.pagination span {
margin: 0;
text-decoration: none;
padding: 0;
line-height: 1em;
font-size: 1em;
font-weight: normal;
padding: 0.75em;
min-width: 1em;
display: block;
color: var(--crvena);
}
.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus {
background-color: var(--crvena);
color: white;
}
.pagination .current {
cursor: default;
color: #5c6b80;
}
.pagination .current:hover,.pagination .current:focus {
background-color: white;
color: #5c6b80;
}
.wp-prev-next .prev-link {
float: left;
}
.wp-prev-next .next-link {
float: right;
}
.widget ul li {
}
.no-widgets {
text-align: center;
}
.wpcf7-form {
display: block;
}
div.wpcf7-response-output {
margin: 0;
padding: 0.2em 1em;
}
.wpcf7-form input,.wpcf7-form textarea {
background: #fff;
padding: 5px 7px;
border: 1px solid var(--crvena);
margin-bottom: 8px;
border-radius: 1px;
}
.wpcf7-form p {
font-weight: 400;
line-height: 2em
}
.wpcf7-form .wpcf7-submit {
background: #fff;
cursor: pointer;
padding-left: 15px;
padding-right: 15px;
color: var(--crvena);
font-weight: 400;
text-decoration: underline;
text-transform: lowercase;
border-radius: 1px;
float: right;
}
.wpcf7-form .wpcf7-submit:hover {
background: #ba0c2f;
color: #fff
}
.news {
position: relative;
width: 100%;
}
div.wpcf7-mail-sent-ok {
color: #fff;
background-color: #629632;
border: none;
}
div.wpcf7-mail-sent-ng {
color: #fff;
background-color: #629632;
border: none;
}
div.wpcf7-spam-blocked {
color: #fff;
background-color: #ba0c2f;
border: none;
}
div.wpcf7-validation-errors {
color: #fff;
background-color: #ba0c2f;
border: none;
}
span.wpcf7-not-valid-tip {
color: #ba0c2f;
font-size: 1em;
font-weight: 400;
display: block;
}
.wpcf7-form input,.wpcf7-form textarea {
width: 100%;
padding: 15px;
}
.wpcf7-form .wpcf7-submit {
width: auto;
padding: 5px 20px;
padding: 5px 20px;
}
.footer {
clear: both;
padding: 2em;
min-height: 100px;
color: #fff;
background-color: #222;
}
@media only screen and (min-width: 481px) {
.menu {
}
.menu ul {
}
.menu ul li {
}
.menu ul li a {
}
#calendar,#kategorije {
padding: 0.5em !important;
}
.entry-content .alignleft,.entry-content img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.entry-content .alignright,.entry-content img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.entry-content .aligncenter,.entry-content img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
}
@media screen and (min-width: 992px) {
.nav-collapse li {
}
.nav-container {
margin-top: 20px !important;
width: calc(100% - 250px) !important;
float: right;
text-align: center;
}
}
@media screen and (min-width: 992px) {
.nav-collapse ul ul a {
display: none;
}
}
@media only screen and (min-width: 768px) {
.wrap {
width: 760px;
}
.tinynav {
display: none;
}
#menu-glavni,#menu-main {
display: inline-block;
padding-left: 1em
}
.nav {
border: 0;
}
.nav-container {
width: 50%;
}
.nav-container ul {
display: flex !important;
flex-direction: row;
align-items: center;
margin: 0;
padding: 0;
}
.nav-container ul li {
list-style: none;
flex-grow: 1;
text-align: center;
}
.nav-collapse li li {
display: block;
width: 100%;
border-bottom: solid 1px var(--red);
}
.entry-content {
}
#calendar {
padding: 0 5em
}
.nav ul {
margin-top: 0;
}
.nav li {
text-decoration: none;
float: left;
position: relative
}
.nav li a {
display: block;
font-weight: 500;
font-size: 1em;
color: #301934;
padding: 0.5em;
text-decoration: none;
}
.nav li a:hover,.nav li a:focus {
}
.nav li a:hover,.nav li a:focus {
}
.nav li ul.sub-menu,.nav li ul.children {
border-top: 0;
margin-top: 3em;
position: absolute;
padding: 1em;
visibility: hidden;
z-index: 9999;
transition: all 0.5s;
background: var(--crvena);
width: fit-content;
display: block !important;
float: left;
border: solid 1px var(--red);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top: 0;
}
.nav li ul.sub-menu li,.nav li ul.children li {
text-align: left !important;
}
.nav li ul.sub-menu li a,.nav li ul.children li a {
border-right: 0;
display: block;
text-align: -webkit-center;
padding: 1em;
line-height: 1em;
}
.nav li ul.sub-menu li:last-child a,.nav li ul.children li:last-child a {
border-bottom: 0;
}
.nav li ul.sub-menu li ul,.nav li ul.children li ul {
top: 0;
left: 100%;
}
.nav li:hover > ul {
top: auto;
visibility: visible;
}
.nav li ul.sub-menu li a:hover,.nav li ul.children li a:hover {
color: #e26f6f;
}
.sidebar {
}
.widgettitle {
font-size: .875em
}
.widget p {
font-size: 1.5em
}
.widget {
}
.widget ul li {
margin-bottom: 0.75em;
}
.widget ul li ul {
margin-top: 0.75em;
padding-left: 1em;
}
.footer-links ul li {
}
}
@media only screen and (min-width: 1030px) {
.wrap {
width: 960px;
}
.m_wrap {
width: 1288px;
margin: 0 auto;
}
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
}
@media print {
* {
background: transparent !important;
color: black!important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
a,a:visited {
color: #444 !important;
text-decoration: underline;
}
a:after,a:visited:after {
content: " ("attr(href) ")";
}
a abbr[title]:after,a:visited abbr[title]:after {
content: " ("attr(title) ")";
}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
content: "";
}
pre,blockquote {
}
thead {
display: table-header-group;
}
tr,img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,h2,h3 {
orphans: 3;
widows: 3;
}
h2,h3 {
page-break-after: avoid;
}
.sidebar,.page-navigation,.wp-prev-next,.respond-form,.nav {
display: none;
}
}
@media only screen and (min-width: 787px) {
.entry-content {
}
}
@media only screen and (max-width: 786px) {
.entry-content {
padding-right: 0.5em;
}
}
#main {
margin-top: 70px
}
.responsive-menuwrapper button {
border: none;
width: 48px;
height: 45px;
text-indent: -900em;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
margin-left: 252px;
margin-top: 20px;
}
.responsive-menuwrapper:first-child {
margin: 0
}
.responsive-menuwrapper button:after {
content: '';
background: #fff;
position: absolute;
width: 68%;
height: 5px;
background: #ba0c2f;
top: 10px;
left: 16%;
box-shadow:0 10px 0 #ba0c2f,0 20px 0 #ba0c2f;
}
.responsive-menuwrapper li {
position: relative;
background: #000
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
background: #fff;
cursor: pointer;
padding: 0 15px !important;
color: #ba0c2f;
font-weight: 400;
text-decoration: underline;
text-transform: lowercase;
border: 1px solid #ba0c2f;
border-radius: 3px;
}
.jp-carousel-info h2 {
text-align: center !important;
}
.jp-carousel-left-column-wrapper,.jp-carousel-image-meta {
display: none !important;
}
.sharedaddy {
padding: 1.5em 0;
}
.jp-carousel-wrap .jp-carousel-close-hint span {
background: none;
color: #fff;
font-size: 48px !important;
font-weight: 400;
height: 50px;
padding: 3px 5px 0 3px;
width: 50px;
}
.jp-carousel-wrap .jp-carousel-close-hint span:focus,.jp-carousel-wrap .jp-carousel-close-hint span:hover {
color: var(--crvena);
}
.rad-header {
text-rendering: optimizelegibility;
font-weight: 400;
border-bottom: solid 1px #ba0c2f;
clear: both;
}
.rad {
text-rendering: optimizelegibility;
padding: 0.5em 0.5em;
clear: both;
}
.rad:nth-of-type(odd) {
clear: both;
}
@font-face {
font-family: 'icomoon';
src: url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.eot?31c978);
src: url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.eot?31c978#iefix) format('embedded-opentype'),url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.ttf?31c978) format('truetype'),url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.woff?31c978) format('woff'),url(//teatarpocoloco.hr/wp-content/themes/loco/library/css/fonts/icomoon.svg?31c978#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],[class*=" icon-"] {
font-family: 'icomoon' !important;
speak: none;
font-size: 1.5em;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none !important;
line-height: 1;
color:white
}
.icon-google2:before {
content: "\ea89";
}
.icon-facebook2:before {
content: "\ea91";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-vimeo2:before {
content: "\eaa1";
}
.child {
margin-bottom: 40px
}
label {
font-weight: 600;
line-height: 2em
}
.rad a {
text-decoration: none !important
}
.fut p {
font-size: 0.75em;
color: #ccc;
}
.fut a {
color:var(--crvena);
}
.fut a:hover {
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: color .5s ease;
transition: all .5s ease;
}
.fut {
text-align: center;
padding: .25em;
}
.sd-social-icon .sd-content ul li[class*="share-"] a {
background: blue !important
}
.social span:hover {
color: var(--red);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: color .5s ease;
transition: all .5s ease;
}
@media only screen and (max-width: 481px) {
.entry-title {
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 0px;
margin-top: 0px;
position: relative;
}
#inner-content {
padding: 2em !important;
}
}
.tiled-gallery-caption {
display: none !important;
}
.read-more {
clear: both;
float: right;
padding: 2em
}
.meta {
position: absolute;
background-color: #fff;
z-index: 9999;
margin-left: 15px;
}
.meta a {
padding: 10px;
}
#category {
display: flex;
flex-wrap: wrap;
}
.fixed {
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.nav-collapse,.nav-collapse * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.nav-collapse,.nav-collapse ul {
list-style: none;
width: 100%;
float: left;
}
.nav-collapse li {
float: left;
}
.nav-collapse a {
color: #fff;
font-size: 1em;
font-weight: 500;
text-decoration: none;
width: 100%;
border-bottom: solid 1px var(--red);
padding: 0.7em 1em;
float: left;
}
.nav-collapse a:hover {
color: #e26f6f;
}
@media screen and (min-width: 801px) {
.nav-collapse a {
margin: 0;
padding: 1em;
float: left;
text-align: center;
border-bottom: 0;
}
}
.nav-collapse ul ul a {
background: #fff;
}
@font-face {
font-family: "responsivenav";
src: url(//teatarpocoloco.hr/wp-content/themes/loco/library/icons/responsivenav.eot);
src: url(//teatarpocoloco.hr/wp-content/themes/loco/library/icons/responsivenav.eot?#iefix) format("embedded-opentype"),url(//teatarpocoloco.hr/wp-content/themes/loco/library/icons/responsivenav.ttf) format("truetype"),url(//teatarpocoloco.hr/wp-content/themes/loco/library/icons/responsivenav.woff) format("woff"),url(//teatarpocoloco.hr/wp-content/themes/loco/library/icons/responsivenav.svg#responsivenav) format("svg");
font-weight: normal;
font-style: normal;
}
.nav-toggle {
position: fixed;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
text-indent: -999px;
position: relative;
overflow: hidden;
width: 70px;
height: 55px;
float: left;
left: 50%;
transform: translatex(-40%);
}
.nav-toggle:before {
color: #fff;
font-family: sans-serif;
font-weight: 500;
font-variant: normal;
font-size: 46px;
text-transform: none;
position: absolute;
content: "≡";
text-indent: 0;
text-align: center;
line-height: 55px;
speak: none;
width: -100%;
left: -50%;
left: 50%;
transform: translatex(-100%);
}
.nav-toggle.active::before {
font-size: 37px;
content: "x";
}
.nav-collapse ul {
margin: 0;
padding: 0;
display: block;
list-style: none;
}
.nav-collapse li {
width: 100%;
display: block;
}
.js .nav-collapse {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
zoom: 1;
}
.nav-collapse.opened {
max-height: 9999px;
}
.nav-toggle {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
@media screen and (min-width: 992px) {
.js .nav-collapse {
position: relative;
}
.js .nav-collapse.closed {
max-height: none;
}
.nav-toggle {
display: none;
}
.nav-collapse li {
display: block;
width: auto;
text-align: right;
}
}
.nav-container {
margin-top: 0;
float: right !important;
text-align: center;
}
.menu-lang-container {
width: 100%;
z-index: 9999
}
.menu-lang-container li {
text-align: right;
margin-right: 1.5em
}
.bck {
background-color: #f5f5f5;
width: 100%;
float: left;
margin-bottom: 25px;
padding: 1em
}
#menu-lang {
margin-top: 15px;
margin-bottom: 0px
}
#menu-lang a {
font-size: 0.875em;
text-transform: lowercase
}
#inner-footer {
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 1em;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
margin-bottom: 2em
}
.grid {
margin: 0 auto;
}
.grid-item {
width: 48%;
height: auto;
position: relative;
float: right;
margin: 0.5%
}
.grid-title {
font-size: 1.25em;
padding: 0.75em 0;
text-align: center;
color: #444;
}
.grid-title-txt {
line-height: 1.25em;
margin-bottom: 1em;
text-align: center;
color: #000;
}
.grid-title-txt:hover {
}
.grid-item img {
width: 100%;
height: auto;
}
.grid-item strong {
color: #777;
padding-bottom: 5em;
}
.grid:after {
content: '';
display: block;
clear: both;
}
.entry-time {
font-size: 0.875em;
}
.ver {
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
color: #888;
font-size: 5em;
margin: 0.25em 0;
white-space: nowrap;
clear: both
}
.link {
float: right
}
.widget p:last-of-type {
margin-bottom: 2em
}
.sidebar-title {
padding-bottom: 1em
}
.intro {
width: 100%;
margin: 2em auto;
}
.text {
width: 100%;
margin: 2em auto;
text-align: center;
line-height: 1.45em;
}
.cent {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 4em;
gap: 20px;
flex-direction: row;
align-content: flex-start;
align-items: flex-start;
}
.cat-head {
text-align: center;
padding: .25em;
border-bottom: solid 1px #ececec;
margin-bottom: 1em;
width: 100%;
color: var(--crvena);
}
.cent p {
font-size: 1em;
}
.header {
width: 100%;
z-index: 9999;
top:0
}
.item-header img {
border-radius: 10px;
width: 100%;
height: auto;
border: solid 1px #ededed;
}
.item-header img:hover {
}
.rght {
}
.intro a {
color: blue;
padding: .5em;
}
.nav-container {
width: 100%;
float: left;
text-align: center;
height: auto;
}
.nav li a {
font-family: 'Raleway', sans-serif;
text-decoration: none !important;
color:#fff; }
.grid-title {}
nav li a:hover,.grid-title:hover {
background-size: 50% 2px, 0 2px;
}
.wp-caption {
background: none;
display: table-caption;
caption-side: top;
position: relative;
}
.wp-caption p.wp-caption-text {
position: absolute;
color: #fff;
width: 85%;
margin: 1em;
text-align: right;
bottom: 0;
}
.cover,.slide {
width: 100%;
height: calc((80vw - (10vw * (9 / 16))) / 2);
}
.cover img {
width: 100%;
height: auto;
object-fit: cover;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: relative;
}
.post-title {
border-bottom: solid 1px #ccc;
text-align: left;
}
.prog {
width: 100%;
text-align: left;
margin-bottom: 5em
}
.article-footer {
margin: 2em;
padding-bottom: 4em
}
.tiled-gallery {
margin: 2em 0 !important;
}
.rasp {
float: left;
position: relative;
min-height: 120px;
z-index: 0;
padding: 1em;
text-align: center;
border-radius: 10px;
height: 100%;
transition: all 1s ease-out;
border: solid 1px #ededed;
}
.rasp:hover {
background-color: #f9f9f9
}
.rasp a {
color: var(--crvena);
font-weight:600;
text-transform: uppercase;
}
.rasp h3 {
margin-bottom: .25em
}
.rasp-head {
width: 100%;
margin: 0 auto;
color: #000;
text-align: center;
margin-top: 1em;
border-bottom: solid 1px whitesmoke;
text-transform: lowercase;
}
.rasp-title {
margin-bottom: .25em;
text-align: center;
font-size: 1.25em;
}
.dtm{
margin: .5em;
text-align: center;
}
.lok{
font-weight: 600;
margin: .5em;
}
.rasp-title:hover {
color: var(--red);
text-decoration: underline;
}
.tck {
-webkit-font-smoothing: antialiased;
background-color: #fff;
background-image: none;
border: solid 1px var(--crvena);
border-radius: 5px;
box-shadow: none;
color: var(--crvena)!important;
cursor: pointer;
font-size: .875em;
font-weight: 600;
height: 40px;
margin: 0;
overflow: visible;
padding: 0.7em 1em;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
width: 160px;
position: relative;
text-align: center;
margin: 1.5em auto;
bottom: 0;
}
.tck a {
font-size: 1em;
font-weight: 600;
color: var(--crvena);
}
.tck:hover {
background-color: var(--red);
transition: all 3s ease-out;
}
.tck:hover a {
color: #fff;
}
metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption,.metaslider.ms-theme-outline .rslides .caption-wrap .caption,.metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
font-size: 1.25em !important;
}
.tiled-gallery .tiled-gallery-item {
}
.jp-carousel-info h2 {
font: normal 18px/1.25em "Helvetica Neue", sans-serif !important;
}
.date,.dateImg {  color: #999;
}
.date {  font-size: .875em;
}
h4 a {
color: #fff !important;
padding: 1em;
background-color: var(--crvena);
float: left;
width: 100%;
margin-bottom: .25em
}
h4 a:hover {
background-color: var(--crvena)
}
.source-org {
margin-top: .5em
}
.source-org a {
color: var(--crvena);
margin-top: 1em
}
body {
margin: 0;
}
section {
margin-top: 1em;
}
section:nth-child(1) {
}
section:nth-child(2) {
}
section:nth-child(3) {
}
section:nth-child(4) {
}
.alt {
-webkit-font-smoothing: antialiased;
background-color: #fff;
background-image: none;
border: solid 1px var(--crvena);
border-radius: 5px;
box-shadow: none;
color: var(--crvena) !important;
cursor: pointer;
font-size: .875em;
font-weight: 900;
height: 40px;
margin: 0;
overflow: visible;
padding: 0.618em 1em;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
width: 180px;
position: relative;
text-align: center;
margin: 2em auto;
bottom: 0;
}
.alt a {
font-size: 1em;
font-weight: 600;
color: var(--crvena);
}
.alt:hover {
background-color: var(--crvena);
}
.alt:hover a {
color: #fff;
}
.current-menu-item a,.current-page-ancestor a,.current-post-ancestor a {
color: var(--crvena);
}
#searchform button {
border: 0;
background: 0 0;
}
.custom-shape-divider-top-1670333589 {
position: relative;
width: 100%;
overflow: hidden;
line-height: 0;
z-index: 8888
}
.custom-shape-divider-top-1670333589 svg {
position: relative;
display: block;
width: calc(155% + 1.3px);
height: 60px;
transform: rotateY(180deg);
}
.custom-shape-divider-top-1670333589 .shape-fill {
fill: var(--crvena);
}
.custom-shape-divider-bottom-1670423189 {
position: relative;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.custom-shape-divider-bottom-1670423189 svg {
position: relative;
display: block;
width: calc(155% + -179.7px);
height: 67px;
margin-bottom: -6px;
}
.custom-shape-divider-bottom-1670423189 .shape-fill {
fill: #222;
}
.custom-shape-divider-cover-1670423189 {
position: relative;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.custom-shape-divider-cover-1670423189 svg {
position: relative;
display: block;
width: calc(155% + 1.3px);
height: 40px;
}
.custom-shape-divider-cover-1670423189 .shape-fill {
fill: #fff;
}
.cover {
position: relative;
padding: 56.25% 0 0;
margin: auto;   -webkit-mask-image:url(https://teatarpocoloco.hr/wp-content/themes/loco/library/images/waves.svg);
-webkit-mask-position:center center;
-webkit-mask-repeat:no-repeat;
-webkit-mask-size:cover;
url(https://teatarpocoloco.hr/wp-content/themes/loco/library/images/waves.svg);
mask-position:center center;
mask-repeat:no-repeat;
mask-size:contain;  }
.ozna {
background-color: var(--red);
color: #fff;
display: block;
padding: 0.5em;
position: absolute;
right: 10px;
top: -10px;
font-weight: 600;
font-size: 1em;
border-radius: 5px;
}
.oznak {
background-color: var(--red);
color: #fff;
display: block;
padding: 0.5em;
position: absolute;
right: 10px;
top: 10px;
font-weight: 600;
font-size: 2em;
border-radius: 10px;
border: solid;
}
#full-screen-search form div input {
border: solid 2px var(--crvena);
border-radius: 5px;
}
media (max-width: 768px)
.yikes-easy-mc-form label.label-inline {
padding-right: 0; 
}
.yikes-easy-mc-form label.label-inline {
padding-right: 0px;
}
#crtez {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
padding: ,5em;
color: #fff;
top: 20%;
bottom: auto;
}