@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
img {
width: 100%;
}

header {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
margin: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
height: auto;
}
header #logo {
width: 150px;
overflow: hidden;
float: left;
margin: 10px;
}
header #logo a {
}
header #logo a img {
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}
h1 {
color: #333;
font-size: 50px;
font-weight: 600;
margin-bottom: 10px;
}
h2 {
color: #06C;
font-size: 28px;
margin-bottom: 20px;
font-weight: 300;
text-transform: uppercase;
}
h3 {
color: #333;
font-size: 35px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h4 {
color: #06C;
font-size: 28px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h5 {
color: #333;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h6 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999;
font-size: 20px;
padding-bottom: 5px;
margin-top: 20px;
}
p {
font-size: 16px;
color: #888;
line-height: 24px;
margin-bottom: 10px;
}
p a, p a:visited  {
color: #06C;
}
p a:hover {
color: #06C;
text-decoration: underline;
}

.thin_font {
font-weight: 200;
}


/********* NAVIGACIJA **********/
nav {
float: left;
height: 120px;
margin-left: 50px;
}
nav ul {
float: left;
padding-top: 0px;
}
nav ul li {
}
nav ul li.custom_p {
padding-left: 10px;
}
nav ul li a {
color: #FFF;
font-weight: 400;
display: inline-block;
font-size: 16px;
text-transform: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
height: 70px;
margin: 0px;
line-height: 90px;
}
nav ul li .lang_h {
height: 35px;
width: 35px;
padding-top: 9px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
}
nav ul li .lang_h img {
	
}
nav ul li a:hover, nav ul li a.active {
color: #0178E5;
}
nav ul li ul {
visibility: hidden;
display: block;
position: absolute;
opacity: 0;
background-color: #000000;
height: auto;
width: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-top: -2px;
margin-left: 15px;
overflow: hidden;
z-index: 20;
}
nav ul li:hover ul, nav ul li:active ul {
visibility: visible;
display: block;
position: absolute;
opacity: 1;
}
nav ul li ul {
background-color: rgba(0, 0, 0, 0.85);
}
nav ul li ul li {
}
nav ul li ul li a {
color: #FFF;
margin: 0px;
line-height: 18px;
height: auto;
width: auto;
font-size: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
display: block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
.headbtn {
float: right;
background-color: #0079E4;
color: #FFF;
height: 50px;
font-size: 16px;
line-height: 50px;
font-weight: 400;
display: block;
padding-right: 15px;
padding-left: 15px;
top: 10px;
position: absolute;
right: 70px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.headbtn:hover {
background-color: #FFFFFF;
color: #333;
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 40px;
right: 0px;
}
.sidenav a {
text-decoration: none;
color: #FFF;
font-weight: 400;
font-size: 16px;
display: block;
transition: 0.3s;
text-align: left;
padding-top: 7px;
padding-right: 8px;
padding-bottom: 7px;
padding-left: 20px;
}
.sidenav a:hover {
color: #0066CC;
}
.sidenav .sub_menu {
font-size: 13px;
padding-left: 40px;
color: #999;
line-height: 17px;
}
.sidenav .closebtn {
position: absolute;
top: 11px;
right: 15px;
font-size: 36px;
margin-left: 45px;
}
.sidenav .lang_s {
height: 35px;
width: 35px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 16px;
float: left;
}
.sidenav .lang_s2 {
height: 35px;
width: 35px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 8px;
float: left;
}
.hambmenu {	
padding: 0px;
border: 2px solid #FFF;
font-size: 25px;
cursor: pointer;
top: 15px;
position: absolute;
display: inline-block;
height: 35px;
width: 35px;
text-align: center;
vertical-align: middle;
line-height: 36px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 10px;
right: 15px;
color: #FFF;
}
.blacklimiter {
background-color: #000;
width: 50%;
margin: 0px;
padding: 0px;
height: 20px;
position: relative;
top: -10px;
}
.bluelimiter {
background-color: #0079E4;
width: 50%;
margin: 0px;
padding: 0px;
height: 20px;
position: relative;
top: -10px;
}
.bluelimiter2 {
background-color: #0079E4;
width: 50%;
margin: 0px;
padding: 0px;
height: 20px;
position: relative;
top: 10px;
}
.graylimiter {
background-color: #333333;
width: 50%;
padding: 0px;
height: 20px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}

.cover_text {
color: #FFF;
}
.cover_text h1 {
font-weight: 800;
color: #FFF;
margin-bottom: 30px;
letter-spacing: -.05em;
text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
}
.cover_text h5 {
color: #FFF;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;
background-color: #F00;
display: inline-block;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
font-weight: 500;
}
.cover_text h6 {
color: #FFF;
font-size: 14px;
font-weight: 600;
text-decoration: none;
display: inline-block;
float: left;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 10px;
margin-right: 30px;
margin-bottom: 10px;
margin-left: 0px;
}
.cover_text h6 .wlink {
color: #FFF;
}

.cover_text h6 i {
margin-right: 10px;
padding: 5px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFF;
color: #000;
}



.cover_text p {
color: #FFF;
font-size: 17px;
line-height: 27px;
margin-bottom: 20px;
}
.img_con {

}
.img_con img {
width: 100%;
}

.text_con1 {
}
.text_con1 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #333;
text-align: center;
text-transform: none;
padding: 0px;
letter-spacing: -.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con1 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #06C;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con1 h6 {
padding: 0px;
font-size: 16px;
letter-spacing: -0.03em;
text-align: center;
line-height: 23px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #999;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.text_con2 {
letter-spacing: -.05em;
}
.text_con2 i {
float: left;
color: #0079E4;
font-size: 30px;
margin-right: 15px;
display: block;
padding-top: 5px;
}
.text_con2 h2 {
text-align: center;
font-size: 34px;
line-height: 38px;
font-weight: 700;
text-transform: none;
color: #333;
}

.text_con2 h3 {
font-size: 20px;
font-weight: 700;
color: #333;
line-height: 26px;
margin-left: 50px;
}
.text_con2 p {
font-size: 14px;
line-height: 27px;
margin-left: 50px;
letter-spacing: -.01em;
}
.text_con3 {
letter-spacing: -.05em;
}
.text_con3 h3 {
font-size: 24px;
font-weight: 700;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.text_con3 h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: -.01em;
font-weight: 200;
color: #333;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con3 p {
font-size: 14px;
line-height: 27px;;
letter-spacing: -.01em;
}

.text_con4 {
letter-spacing: -.05em;
}
.text_con4 h3 {
font-size: 26px;
font-weight: 600;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.text_con4 h4 {
font-size: 22px;
font-weight: 600;
color: #333;
line-height: 28px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-align: center;
}
.text_con4 i {
text-align: center;
display: block;
font-size: 50px;
}

.text_con4 p {
font-size: 14px;
line-height: 27px;;
letter-spacing: -.01em;
}

.text_con5 {
}
.text_con5 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #333;
text-align: left;
text-transform: none;
padding: 0px;
letter-spacing: -.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con5 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #06C;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con5 h6 {
padding: 0px;
font-size: 16px;
letter-spacing: -0.03em;
text-align: left;
line-height: 23px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #999;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.text_con5 .btn {
padding-top: 15px;
padding-right: 22px;
padding-bottom: 15px;
padding-left: 22px;
display: inline-block;
font-size: 14px;
font-weight: 800;
color: #FFF;
background-color: #333;
text-transform: uppercase;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-bottom: 5px;
}
.text_con5 .btn:hover {
background-color: #666666;
}
.text_con5 .btn_s1 {
background-color: #0079E4;
} 
.text_con5 .btn_s1:hover {
background-color: #333;
}

.text_con6 {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.text_con6 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #FFF;
text-transform: none;
padding: 0px;
letter-spacing: -0.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con6 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #06C;

padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con6 h6 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: none;
color: #FFF;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 50px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
}
.text_con6 p {
padding: 0px;
font-size: 15px;
letter-spacing: -0.03em;
line-height: 26px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #888;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.text_con6 i {
color: #FFFFFF;
font-size: 30px;
display: block;
padding: 10px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
float: left;
}
.text_con7 {
letter-spacing: -.05em;
}
.text_con7 i {
float: left;
color: #FFFFFF;
font-size: 30px;
margin-right: 15px;
display: block;
padding-top: 5px;
}
.text_con7 h2 {
text-align: center;
font-size: 34px;
line-height: 38px;
font-weight: 700;
text-transform: none;
color: #FFF;
}

.text_con7 h3 {
font-size: 20px;
font-weight: 700;
color: #FFF;
line-height: 26px;
margin-left: 50px;
}
.text_con7 p {
font-size: 14px;
line-height: 27px;
margin-left: 50px;
letter-spacing: -.01em;
color: #6FF;
}

.text_footer {
color: #CCC;
}
.text_footer h3 {
color: #FFF;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.text_footer p {
color: #999;
font-size: 13px;
line-height: 23px;
}
.text_footer img {
width: 100%;
max-width:200px;
}
.text_footer a {
display: block;
color: #999;
font-size: 13px;
line-height: 26px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.text_footer a:hover {
color: #CCC;
}
.text_footer .sociicon {
height: 50px;
width: 50px;
float: left;
padding-right: 10px;
padding-bottom: 10px;
}
.text_footer .sociicon img {
width: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.text_footer .sociicon img:hover {

filter: grayscale(100%);
}

/**************  vijesti *****************/
article h1, article h2, article h3, article h4, article h5, article h6, article h7 {
letter-spacing: -.05em;
margin-bottom: 15px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-weight: 800;
text-transform: none;
line-height: normal;
color: #333;
}
article .txt_blue {
color: #0079E4;
}
article .txt_thin, .txt_thin {
font-weight: 200;
}
article .txt_upercase, .txt_upercase {
text-transform: uppercase;
letter-spacing: 0em;
}
article .blueselect {
color: #FFF;
background-color: #06C;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}
article .redselect {
color: #FFF;
background-color: #F00;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}

article h1 {
font-size: 50px;
line-height: 55px;
}

article h2 {
font-size: 40px;
	
}

article h3 {
font-size: 30px;
line-height: 38px;
	
}

article h4 {
font-size: 24px;
	
}

article h5 {
font-size: 20px;
	
}

article h6 {
font-size: 16px;
	
}

article h7 {
font-size: 14px;
	
}
article p, article div, article div p {
font-size: 15px;
line-height: 27px;
color: #777;
margin-bottom: 20px;
}
article ul {
margin-bottom: 20px;
margin-left: 30px;
}
article ul li {
color: #06C;
font-size: 15px;
line-height: 24px;
padding-left: 1em;
text-indent: -1em;
font-weight: 500;
margin-bottom: 8px;
}
article img {
margin-bottom: 25px;
}

article ul li:before {
content: ">";
padding-right: 10px;
color: #333;
font-weight: 800;
}



article .txt_blue {
color: #0079E4;
}


article .video {
position: relative;
width: 100%;
height: 0;
padding-bottom: 51%;
margin-top: 15px;
margin-bottom: 15px;
}
article .video iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
article iframe {
width: 100%;
min-height: 300px;
}

article table {
}
article table tr th {
padding: 10px;
font-size: 18px;
color: #FFF;
background-color: #06C;
font-weight: bold;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 7px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #03F;
border-right-color: #03F;
border-bottom-color: #F00;
border-left-color: #03F;
}
article table tr td {
padding: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
article table tr .t_right {
color: #06C;
text-align: right;
font-size: 28px;
line-height: 38px;
font-weight: 900;

}
article table tr .t_right:after {
content: '.00';
font-size: 17px;
font-weight: bold;
}
article p .marker {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  display: block;
}
article p .marker iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
article .uplataimg {
display: block;
width: 300px;
margin-right: auto;
margin-left: auto;
margin-top: 30px;
}
article .t_uplata {
width: 95%;
margin-bottom: 50px;
}
article .t_uplata td {
border: 1px solid #CCC;
padding: 15px;
font-size: 14px;
font-weight: 400;
color: #666;
line-height: 18px;
}
article .t_uplata tr td .wallet_qr {
  height: auto;
  width: 150px;
}

/* --------------------------- article ----------------------- */

.confirmation {
height: auto;
width: 800px;
border: 1px solid #CCC;
padding: 10px;
display: block;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
max-width: 90%;
}
.confirmation td {
margin-bottom: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
vertical-align: top;
padding: 10px;
}
.confirmation td img {
height: 40px;
width: 40px;
margin: 0px;
padding: 0px;
}
.confirmation td h3 {
font-size: 22px;
font-weight: bolder;
margin-bottom: 5px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.confirmation td p {
font-size: 14px;
line-height: 20px;
}
.notification {
text-align: center;	
}
.notification i {
font-size: 50px;
}
.error_message {
color: #930;
background-color: #FCC;
border: 1px solid #F00;
display: block;
padding: 15px;
text-align: center;
width: auto;
margin: 15px;
}
.ok_message {
color: #090;
background-color: #BFB;
border: 1px solid #093;
display: block;
padding: 15px;
text-align: center;
width: auto;
margin: 15px;
}

.back_forth {
}
.back_forth a {
display: block;
background-color: #0085F7;
text-align: center;
height: 40px;
width: 40px;
font-size: 18px;
line-height: 40px;
color: #FFF;
float: left;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.back_forth a:hover, .back_forth .active {
background-color: #004293;
}

/************************* FORM **************************/
.cmsform {
padding: 15px;
margin: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
background-color: #F6F6F6;
}
.cmsform form {
font-size: 12px;
color: #036;
margin: 0px;
padding: 0px;
}
.cmsform form label {
color: #06C;
font-size: 14px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
display: block;
}
.cmsform form label small {
font-size: 12px;
font-weight: 300;
}
.cmsform form input, .cmsform form textarea, .cmsform form select {
padding: 10px;
border: 1px solid #CCC;
margin-bottom: 15px;
font-size: 14px;
font-weight: 300;
width: 96%;
height: 25px;
background-color: #F8F8F8;
}
.cmsform form select {
height: 45px;
}
.cmsform form textarea {
height: 100px;
font-family: 'Roboto', sans-serif;
}
.cmsform form .textarea_h {
height: 200px;
}
.cmsform form .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #005AB5;
height: auto;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #06C;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}
.cmsform form .form_button:hover {
background-color: #06F;
}
.cmsform form .labelbutton {
display: block;
cursor: pointer;
color: #ffffff;
font-size: 14px;
font-weight: bold;
height: 52px;
line-height: 50px;
margin-top: 0px;
margin-right: 20px;
text-align: left;
overflow: hidden;
background-color: #036;
margin-bottom: 20px;
padding-left: 50px;
background-image: url(../image/strukturne/attach.png);
background-repeat: no-repeat;
background-position: left top;
}
.cmsform form .labelbutton .filefield {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.cmsform form .checkbox {
height: 10px;
width: 10px;
float: none;
display: inline-block;
}
.cmsform form input:focus, .cmsform form textarea:focus {
border: 1px solid #F90;
background-color: #FFF;
}
.cmsform_flex_h {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #036;
border: 1px solid #036;
padding: 10px;
display: block;
}
.cmsform_flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 15px;
margin: 0px;
background-color: #FFFFFF;
font-size: 12px;
color: #036;
margin: 0px;
padding: 10px;
border: 1px solid #CCC;
}
.few100 {
width: 100%;
}
.few70 {
width: 70%;
}
.few50 {
width: 50%;
}
.few33 {
width: 33%;
}
.few30 {
width: 30%;
}
.cmsform_flex {
margin-bottom: 10px;
}
.cmsform_flex label {
color: #666;
font-size: 14px;
font-weight: 900;
line-height: 18px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: block;
}
.cmsform_flex label small {
font-size: 12px;
font-weight: 300;
}
.cmsform_flex input, .cmsform_flex textarea, .cmsform_flex select {
margin-bottom: 0px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 45px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
color: #666;
background-color: #F8F8F8;
}
.cmsform_flex .small {
margin-bottom: 0px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 25px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.cmsform_flex select {
height: 45px;
}
.cmsform_flex .strong {
height: 45px;
font-weight: bold;
color: #333;
font-size: 16px;
}
.cmsform_flex textarea {
height: 150px;
border: 1px solid #CCC;
}
.cmsform_fle .textarea_h {
height: 200px;
}
.cmsform_flex .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #06C;
height: auto;
width: auto;
text-align: center;
vertical-align: middle;
background-color: #06C;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 7px;
float: none;
display: inline-block;
cursor: pointer;
}
.cmsform_flex .form_button:hover {
background-color: #06F;
}
.cmsform_flex .labelbutton {
display: block;
cursor: pointer;
color: #ffffff;
font-size: 14px;
font-weight: bold;
height: 52px;
line-height: 50px;
margin-top: 0px;
margin-right: 20px;
text-align: left;
overflow: hidden;
background-color: #036;
margin-bottom: 0px;
padding-left: 50px;
background-image: url(../image/strukturne/attach.png);
background-repeat: no-repeat;
background-position: left top;
}
.cmsform_flex .labelbutton .filefield {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.cmsform_flex .checkbox {
height: 10px;
width: 10px;
float: none;
display: inline-block;
}
.cmsform_flex .checkbox_lbl {
display: block;
margin-bottom: 10px;
}
.cmsform_flex input:focus, .cmsform_flex textarea:focus {
background-color: #FFF;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #06C;
border-right-color: #06C;
border-bottom-color: #06C;
border-left-color: #06C;
}
.cmsform_flex .edit_photo {
width: 100%;
}
.cmsform_flex .radio {
height: 15px;
width: 15px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 5px;
}
.cmsform_flex .checkbox {
height: 15px;
width: 15px;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 25px;
}
.cmsform_flex .captcha {
height: 45px;
}
.farc {
color: #06C;
margin-right: 20px;
}
footer {
color: #999;
font-size: 13px;
background-color: #000;
text-align: center;
padding: 20px;
}
footer a {
color: #06F;
}

.--------------------------------end {
}
 @media screen and (max-width: 1200px) {
.cover_text h1 {
margin-bottom: 20px;
letter-spacing: -.05em;
font-size: 35px;
}
.cover_text h6 {
font-size: 13px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}
.cover_text p {
font-size: 15px;
line-height: 22px;
margin-bottom: 15px;
}
nav {
margin-left: 40px;
}

nav ul li a {
padding-right: 13px;
padding-left: 13px;
}
}
 @media screen and (max-width: 980px) {
.cover_text h1 {
margin-bottom: 20px;
letter-spacing: -.05em;
font-size: 40px;
}
.cover_text h6 {
font-size: 13px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}
.cover_text p {
font-size: 15px;
line-height: 22px;
margin-bottom: 15px;
}
nav {
margin-left: 30px;
}

nav ul li a {
padding-right: 10px;
padding-left: 10px;
}

}
 @media screen and (max-width: 920px) {

header {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
margin: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
height: auto;
min-height: 50px;
}	 
	 
.cover_text h1 {
margin-bottom: 20px;
letter-spacing: -.05em;
font-size: 40px;
}
.cover_text h6 {
font-size: 13px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}
.cover_text p {
font-size: 15px;
line-height: 22px;
margin-bottom: 15px;
}
nav {
display: none;
visibility: hidden;
}


}
 @media screen and (max-width: 800px) {

}
 @media screen and (max-width: 600px) {
	 
	 .few100 {
width: 100%;
}
.few70 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
.few30 {
width: 50%;
}

}
 @media screen and (max-width: 400px) {
.headbtn {
display: none;
visibility: hidden;
}
.text_footer {
color: #CCC;
text-align: center;
}
.few100 {
width: 100%;
}
.few70 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
.few30 {
width: 100%;
}
 }
 
 @media screen and (max-width: 350px) {

header {
height: auto;
min-height: 0px;
}

article h1 {
font-size: 36px;
line-height: 41px;
}

article h2 {
font-size: 32px;
	
}

article h3 {
font-size: 29px;
line-height: 38px;
	
}

article h4 {
font-size: 24px;
	
}

article h5 {
font-size: 20px;
	
}

article h6 {
font-size: 16px;
	
}

article h7 {
font-size: 14px;
	
}

article .uplataimg {
display: block;
width: 100%;
margin-right: auto;
margin-left: auto;
margin-top: 30px;
}
article .t_uplata {
width: 95%;
margin-bottom: 50px;
}
article .t_uplata tr {
border: 1px solid #CCC;
}
article .t_uplata td {
border: 1px none #CCC;
padding: 7px;
font-size: 14px;
font-weight: 400;
color: #666;
line-height: 18px;
display: block;
}

.few100 {
width: 100%;
}
.few70 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
.few30 {
width: 100%;
}

}
