@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
font-family: 'Roboto', sans-serif;
}
.cover {
height: 300px;
width: 100%;
background-image: url(../image/strukturne/cover-photo.jpg);
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
padding-top: 100px;
}
.cover h1 {
font-size: 36px;
text-align: left;
padding: 20px;
background-color: rgba(0,51,102,0.9);
line-height: 60px;
display: block;
margin-right: 0px;
color: #FFF;
width: 60%;
float: right;
}

h1 {
color: #036;
font-size: 30px;
font-weight: 900;
line-height: 33px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
h2 {
color: #036;
font-size: 16px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
h3 {
color: #C00;
font-size: 12px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
line-height: 15px;
}
p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 20px;
margin-bottom: 10px;
}
.expired_g {
color: #0C0;
font-weight: bold;
}
.expired_r {
color: #F00;
font-weight: bold;
}
.bold {
font-size: 16px;
font-weight: bold;
color: #036;
}
p a {
font-size: 14px;
font-weight: normal;
color: #036;
line-height: 20px;
margin-bottom: 0px;
text-decoration: underline;
}
p .table_add {
background: #036;
-webkit-border-radius: 5;
-moz-border-radius: 5;
border-radius: 5px;
font-family: Arial;
color: #ffffff;
font-size: 13px;
text-decoration: none;
white-space: nowrap;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
display: inline-block;
line-height: normal;
margin-bottom: 5px;
}
p .table_add:hover {
color: #ffffff;
text-decoration: none;
background-color: #039;
}

p a:hover {
color: #C00;
}
#logo {
width: 300px;
float: left;
}
#logo a img {
width: 100%;
}
nav {
float: left;
height: 32px;
margin-left: 20px;
overflow: hidden;
margin-top: 10px;
width: auto;
}
nav ul {
float: left;
}
nav ul li {
color: #FFF;
font-size: 13px;
height: 32px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 32px;
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-right: 8px;
padding-left: 8px;
}
nav ul li:hover {
background-color: #048;
}
nav ul li.active {
background-color: #048;
}
nav ul li a {
color: #FFF;
}

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.7);
display: block;
padding: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
nav ul li ul li {
display: block;
text-align: left;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin: 0px;
padding-right: 15px;
padding-left: 15px;
width: auto;
}
nav ul li ul li a {
display: block;
width: auto;
}


#nav_button {
float: right;
color: #FFF;
font-size: 28px;
border: 2px solid #036;
height: 30px;
width: 28px;
text-align: center;
vertical-align: middle;
line-height: 30px;
-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: 8px;
margin-right: 2px;
margin-bottom: 8px;
margin-left: 3px;
}
#nav_button a {
color: #FFF;
text-decoration: none;
}
#nav_button:hover {
color: #FFF;
background-color: #048;
border: 2px solid #048;
}

#main_open {
display: none;
font-size: 40px;
color: #FFF;
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
right: 0px;
}
.sidenav a {
text-decoration: none;
font-size: 20px;
color: #AAA;
display: block;
transition: 0.3s;
line-height: 38px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 32px;
}
.sidenav a i {
font-size: 16px;
color: #DDD;
margin-right: 12px;
}

.sidenav .submenu {
font-size: 15px;
margin-left: 25px;
color: #999;
line-height: 30px;
}
.sidenav .submenu i {
margin-right: 10px;
font-size: 13px;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#signup {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
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: 8px;
margin-right: 2px;
margin-bottom: 8px;
margin-left: 2px;
}
#signup:hover {
background-color: #F00;
}
#signup a {
color: #FFF;
}
.username {
text-align: right;
color: #036;
font-size: 13px;
padding-right: 10px;
padding-left: 10px;
margin: 0px;
display: block;
float: right;
padding-top: 0px;
padding-bottom: 0px;
}
.user {
text-align: right;
color: #036;
font-size: 13px;
padding-right: 10px;
padding-left: 10px;
margin: 0px;
display: inline-block;
float: right;
}
.user a {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #036;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #036;
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;
}
.user a:hover {
text-decoration: underline;
background-color: #039;
}
#usermenu {
}
#usermenu ul {
}
#usermenu ul li {
color: #666;
font-size: 14px;
display: block;
margin: 0px;
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;
padding: 20px;
-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;
}
#usermenu ul li:hover {
background-color: #EEE;
}
#usermenu ul .liheading, #usermenu ul .liheading:hover {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #036;
border: 1px solid #036;
padding: 10px;
}
#usermenu ul li a {
color: #036;
font-weight: 900;
font-size: 15px;
line-height: 17px;
}
#usermenu ul li a span {
font-size: 10px;
color: #333;
display: block;
font-weight: 300;
text-transform: none;
}
#usermenu p {
font-size: 13px;
margin-bottom: 10px;
}
#usermenu .txt_con form input {
padding: 0px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 25px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
#usermenu .txt_con form .fbp {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 70px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
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: 10px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}
label {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 20px;
}

.loadinfo {
font-size: 20px;
font-weight: bolder;
color: #036;
padding-bottom: 5px;
}
.loadinfo span {
font-size: 20px;
font-weight: bolder;
color: #036;
padding-bottom: 5px;
text-align: right;
display: block;
float: right;
}
.loadinfo .load_del {
font-size: 14px;
font-weight: normal;
display: block;
float: right;
color: #036;
margin-left: 10px;
text-decoration: underline;
margin-bottom: 5px;
}
.loadinfo .load_del:hover {
color: #900;
}
.loadinfo .mintillload {
font-size: 26px;
font-weight: bolder;
color: #090;
}
.loadinfo .mintillload .tm_negative {
font-size: 26px;
color: #F00;
}
.notification {
border: 2px dashed #036;
font-size: 32px;
font-weight: bolder;
color: #036;
padding: 30px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
line-height: 40px;
}
.notification .btn_add {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
width: 150px;
text-align: center;
vertical-align: middle;
background-color: #C00;
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;
padding: 10px;
display: block;
margin-top: 10px;
margin-right: auto;
margin-bottom: 2px;
margin-left: auto;
}
.notification .btn_add:hover {
background-color: #F00;
}
.notice {
border: 2px solid #0C3;
font-size: 16px;
font-weight: bolder;
color: #000;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
display: block;
background-color: #0F3;
padding: 10px;
width: 80%;
max-width: 800px;
text-align: center;
}
.notice_error {
border: 2px solid #9B0000;
font-size: 16px;
font-weight: bolder;
color: #FFF;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
display: block;
background-color: #F00;
padding: 10px;
width: 80%;
max-width: 800px;
text-align: center;
}
.margin table {
width: 100%;
font-size: 13px;
background-color: #FFF;
}
.margin table tr {
}
.margin table .whiterow {
background-color: #CCC;	
}
.margin table tr th {
background-color: #036;
padding: 10px;
color: #FFF;
border: 1px solid #036;
font-size: 13px;
font-weight: 800;
}
.margin table tr th a{
color: #FFF;
text-decoration: none;
}
.margin table tr td {
padding: 5px;
border: 1px solid #CCC;
}
.margin table tr.colorrow{
background-color: #E8EFFF;
color: #333333;
}
.warning {
font-weight: bolder;
color: #F00;
font-size: 15px;
line-height: 0px;
margin: 0px;
padding: 0px;
}
.warning_ok, .warning_ok:hover {
font-weight: bolder;
color: #0C3;
font-size: 15px;
line-height: 0px;
margin: 0px;
padding: 0px;
cursor: help;
}
.margin table tr .nowrap {
white-space: nowrap;
width: 90px;
margin: 0px;
padding: 5px;
}
.margin table tr td .btn_del, 
.margin table tr td .btn_add, 
.margin table tr td .btn_edit, 
.margin table tr td .btn_open {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
width: auto;
text-align: center;
vertical-align: middle;
background-color: #C00;
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;
display: block;
float: left;
margin: 2px;
padding-top: 5px;
padding-right: 8px;
padding-bottom: 5px;
padding-left: 8px;
}
.margin table tr td .btn_del {
background-color: #C00;
}
.margin table tr td .btn_del:hover {
background-color: #F00;
}
.margin table tr td .btn_del2 {
background-color: #C00;
color: #FFF;
font-size: 21px;
border: 2px solid #C30;
width: 15px;
text-align: center;
vertical-align: middle;
background-color: #C00;
font-weight: 900;
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;
display: block;
float: left;
margin: 2px;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
}
.margin table tr td .btn_del2:hover {
background-color: #F00;
}
.margin table tr td .btn_add {
background-color: #093;
border: 2px solid #090;
}
.margin table tr td .btn_add:hover {
background-color: #0C0;
}
.margin table tr td .btn_open {
background-color: #039;
border: 2px solid #039;
}
.margin table tr td .btn_open:hover {
background-color: #06F;
}
.margin table tr td .btn_edit {
background-color: #F60;
border: 2px solid #F60;
}
.margin table tr td .btn_edit:hover {
background-color: #F90;
}
.margin table tr td .bold1 {
font-size: 24px;
font-weight: bold;
color: #666;
font-family: "Arial Black", Gadget, sans-serif;
padding: 0px;
text-align: center;
display: block;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.video {
position: relative;
width: 100%;
height: 0;
padding-bottom: 51%;
margin-top: 15px;
margin-bottom: 15px;
}
.video iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
iframe {
width: 100%;
min-height: 300px;
}
.bodymodul iframe {
  height: 500px;
  width: 100%;
}
.articlelist {
width: 100%;
overflow: hidden;
}
.articlelist tr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
.articlelist tr th {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #036;
border: 1px solid #036;
padding: 10px;
}
.articlelist tr td {
vertical-align: top;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
}
.articlelist tr td h2 {
color: #036;
font-size: 16px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.articlelist tr td h3 {
color: #C00;
font-size: 12px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 3px;
margin-left: 0px;
}
.articlelist tr td h6 {
color: #036;
font-size: 13px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.articlelist tr td p {
font-size: 12px;
color: #036;
margin: 0px;
padding: 0px;
}
.articlelist tr td p .color_o {
color: #FFF;
font-weight: 500;
background-color: #FC0;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td p .color_g {
color: #FFF;
font-weight: 500;
background-color: #3C3;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td p .color_r {
color: #FFF;
font-weight: 500;
background-color: #F00;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td img {
width: 100px;
margin: 0px;
padding: 0px;
}
.articlelist tr td .delbtn {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
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: 5px;
margin-left: 2px;
}
.articlelist tr td .delbtn:hover {
background-color: #F00;
}
.articlelist tr td .editbtn {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #036;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #036;
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: 5px;
margin-left: 2px;
}
.articlelist tr td .editbtn:hover {
background-color: #039;
}



.back_forth {
}
.back_forth a {
display: inline-block;
background-color: #1C82FF;
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;
font-weight: 600;
}
.back_forth a:hover, .back_forth .active {
background-color: #004293;
}


.margin .priceplan {
}
.margin .priceplan tr th h2 {
color: #FFF;
font-size: 28px;
line-height: 32px;
}
.margin .priceplan tr td {
color: #666;
margin: 0px;
padding: 10px;
font-size: 14px;
}
.margin .priceplan tr td .pyes {
font-size: 28px;
font-weight: bold;
color: #0C0;
}
.margin .priceplan tr td .pno {
font-size: 28px;
font-weight: bold;
color: #F00;
}
.margin .priceplan tr td .price {
text-align: center;
font-size: 35px;
font-weight: bold;
color: #999;
display: block;
}
.margin .priceplan tr td .pricebtn {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 140px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
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: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0px;
float: none;
display: block;
}
.margin .priceplan tr td .pricebtn:hover {
background-color: #F00;	
}
.margin .payment_img {
width: 100%;
margin-bottom: 15px;
}
.margin .payment_img img {
max-width: 200px;
width: 100%;

}


.cmsform_h {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #036;
border: 1px solid #036;
padding: 10px;
display: block;
margin-bottom: 10px;
}
.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: #036;
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;
}
.cmsform form select {
height: 45px;
}
.cmsform form textarea {
height: 100px;
}
.cmsform form .textarea_h {
height: 200px;
}
.cmsform form .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
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: #F00;
}
.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 .checkbox_lbl {
display: block;
margin-bottom: 5px;
}
.cmsform form input:focus, .cmsform form textarea:focus {
border: 1px solid #C30;
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;
}
.cmsform_flex .wrongpassword {
color: #F00;
text-align: center;
border: 1px solid #F00;
padding: 5px;
}
.cmsform_flex .oknotice {
color: #0C3;
text-align: center;
border: 1px solid #0C3;
padding: 5px;
}

.few100 {
width: 100%;
}
.few70 {
width: 66%;
}
.few50 {
width: 50%;
}
.few40 {
width: 40%;
}
.few30 {
width: 33%;
}
.few25 {
width: 25%;
}
.few20 {
width: 20%;
}
.cmsform_flex label {
color: #036;
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_big { color: #036; font-size: 18px; font-weight: 900; line-height: 18px; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; text-decoration: underline; }
.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;
}
.cmsform_flex .ref_no {
font-weight: bold;
color: #036;
font-size: 24px;
padding-right: 10px;
padding-left: 10px;
width: 90%;
}
.cmsform_flex select {
height: 45px;
}
.cmsform_flex textarea {
height: 100px;
border: 1px solid #CCC;
}
.cmsform_fle .textarea_h {
height: 200px;
}
.cmsform_flex .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 70px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
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_flex .form_button:hover {
background-color: #F00;
}
.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;
}
.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-bottom-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #C30;
}
/*********************************************************************************/



.catheading {
color: #036;
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #036;
}
.catheading .all {
float: right;
color: #FFF;
background-color: #036;
display: inline-block;
font-size: 12px;
text-transform: none;
line-height: 16px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
-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;
}
.catheading .all:hover {
background-color: #c20017;
}
.img_con {
width: 100%;
overflow: hidden;
max-height: 100%;
margin-bottom: 10px;
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.txt_con {
margin-bottom: 20px;
}
.payment_text {
text-align: center;

text-align: left;
}
.txt_con h3 {
color: #C00;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-align: left;
}
.txt_con h2 {
color: #036;
font-size: 16px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-align: left;
}
.txt_con p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 20px;
margin-bottom: 20px;
text-align: left;
}
.txt_con img {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.txt_con .h2big {
font-size: 24px;
line-height: 28px;
font-weight: 900;
}
.txt_con .h3big {
color: #C00;
font-size: 14px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.txt_con .symboltab {
padding-top: 10px;
}
.txt_con .symboltab .symbol {
font-size: 50px;
color: #036;
float: left;
margin-right: 20px;
}
.txt_con .symboltab .sy2_text {
color: #FFF;
}

.txt_con .symboltab .sy2_text p {
color: #FFF;
}
.sub_t {
display: block;
height: auto;
width: 100%;
margin-bottom: 15px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.sub_t .txt_con {
width: 67%;
float: right;
display: block;
padding-top: 0%;
padding-right: 1%;
padding-bottom: 0%;
padding-left: 1%;
margin: 0px;
}
.sub_t .img_con {
width: 28%;
float: left;
display: block;
padding-top: 0%;
padding-right: 1%;
padding-bottom: 0%;
padding-left: 1%;
position: relative;
padding-bottom: 17%;
}
.sub_t .img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner {
height: auto;
width: 100%;
margin-bottom: 15px;
}
.banner img {
width: 100%;
}
.ontop {
display: block;
height: 43px;
width: 50px;
position: fixed;
right: 10px;
bottom: 10px;
z-index: 99;
background-color: #001F3E;
border: 1px solid #FFF;
overflow: hidden;
color: #FFF;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
font-weight: 700;
text-align: center;
vertical-align: middle;
padding-top: 7px;
-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;
}
.ontop:hover {
background-color: #004386;
}
article {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 23px;
margin-bottom: 0px;
}
article .share {
float: right;
height: 40px;
width: auto;
margin-bottom: 10px;
}
article .share a img {
height: 40px;
width: 40px;
}
article .info {
color: #036;
display: block;
font-weight: 500;
margin: 0px;
vertical-align: middle;
}
article .pphoto {
height: 40px;
width: 40px;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
float: left;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
article .pphoto img {
width: 100%;
}
article h1 {
color: #036;
  font-size: 30px;
  font-weight: 900;
  line-height: 33px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article h2 {
color: #036;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article h3 {
color: #036;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article h4 {
color: #C00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  text-align: left;
}
article h5 {
font-size: 18px;
line-height: 22px;
font-weight: 700;
margin-bottom: 15px;
color: #036;
}
article h6 {
font-size: 14px;
line-height: 18px;
font-weight: 700;
margin-bottom: 15px;
color: #036;
}
article p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 23px;
margin-bottom: 20px;
}
article p strong {
font-weight: 800; 
}
article a {
color: #C00;
}
article ul {
margin-left: 30px;
margin-bottom: 15px;
}
article ul li {
margin-bottom: 8px;
list-style-type: square;
}
article .img_con {
width: 100%;
overflow: hidden;
max-height: 100%;
margin-bottom: 20px;
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
article .img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
article table {
width: 100%;
margin-top: 20px;
margin-bottom: 30px;
}
article table tr th {
background-color: #036;
border: 1px solid #036;
color: #FFF;
font-size: 24px;
text-align: center;
line-height: 32px;
padding: 10px;
}
article table tr td {
padding-top: 15px;
padding-right: 8px;
padding-bottom: 15px;
padding-left: 8px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
article table tr td img {
width: 30px;
vertical-align: top;
display: inline-block;
padding: 0px;
margin-top: -5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
article table tr td h2 {
font-size: 18px;
font-weight: 700;
color: #036;
margin-bottom: 5px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
line-height: normal;
}
article table tr td p {
color: #666;
font-size: 14px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 0px;
}
article table tr .t_right {
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #036;
text-align: right;
}
article .embed-container {
margin-bottom: 20px;
}
#qrcode {
margin-right: auto;
margin-left: auto;
}
#qrcode img {
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
.desktop_evt {
}
.resp_evt {
display: none;
overflow: hidden;	
}
.responsive_event {
padding: 8px;
margin-bottom: 5px;
border: 1px solid #036;
background-color: #FFF;
height: auto;
}
.responsive_event h6 {
font-size: 13px;
color: #036;
font-weight: bold;
margin-top: 8px;
}
.responsive_event .btn_del, .responsive_event .btn_add, .responsive_event .btn_open {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
width: 40px;
text-align: center;
background-color: #C00;
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;
padding: 5px;
display: block;
float: left;
margin-top: 10px;
margin-right: 4px;
margin-bottom: 2px;
margin-left: 0px;
}
.responsive_event .btn_del {
background-color: #C00;
}
.responsive_event .btn_del:hover {
background-color: #F00;
}
.responsive_event .btn_add {
background-color: #093;
border: 2px solid #090;
}
.responsive_event .btn_add:hover {
background-color: #0C0;
}
.responsive_event .btn_open {
background-color: #039;
border: 2px solid #039;
}
.responsive_event .btn_open:hover {
background-color: #06F;
}
footer {
}

footer a img {
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}

footer h4 {
color: #FFF;
font-weight: bold;
margin-bottom: 15px;
font-size: 22px;
line-height: 28px;
}
footer ul li {
display: block;
margin-bottom: 10px;
}

footer p {
color: #9DCEFF;
font-size: 13px;
line-height: 22px;
margin-bottom: 20px;
}
footer p a {
color: #9DCEFF;
}
footer ul li a {
color: #9DCEFF;
font-size: 13px;
line-height: 17px;
margin-bottom: 10px;
display: block;
-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;
}
footer ul li a:hover {
color: #FFF;
}


.end {
}
 @media screen and (max-width: 1200px) {
nav {
float: left;
height: 32px;
margin-left: 20px;
overflow: hidden;
margin-top: 10px;
width: auto;
}
.cover {
height: 300px;
width: 100%;
background-image: url(../image/strukturne/cover-photo.jpg);
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
padding-top: 100px;
}
.cover h1 {
font-size: 30px;
text-align: left;
padding: 20px;
background-color: rgba(0,51,102,0.9);
line-height: 40px;
display: block;
margin-right: 0px;
color: #FFF;
width: 60%;
float: right;
}
.desktop_evt {
	
}
.resp_evt {
display: none;
overflow: hidden;	
}
}
 @media screen and (max-width: 980px) {
nav {
width: auto;
}
.footnav {
text-align: center;
}
}
 @media screen and (max-width: 902px) {
nav {
display: none;
visibility: hidden;
}
.desktop_evt {
display: none;
overflow: hidden;	
}
.resp_evt {
display: block;
overflow: visible;
}
.responsive_event h6 {
font-size: 13px;
color: #036;
font-weight: bold;
margin-top: 8px;
float: left;
clear: both;
width: 100px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
left: 0px;
}
}
 @media screen and (max-width: 720px) {
nav {
display: none;
visibility: hidden;
}
article h1 {
font-size: 40px;
line-height: 44px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
.desktop_evt {
display: none;
overflow: hidden;	
}
.resp_evt {
display: block;
overflow: visible;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
left: 0px;
}
}
 @media screen and (max-width: 450px) {
nav {
display: none;
visibility: hidden;
}
#logo {
width: 250px;
float: left;
}
article h1 {
font-size: 34px;
line-height: 37px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
#signup {
display: none;
visibility: hidden;
}
.desktop_evt {
display: none;
overflow: hidden;	
}
.resp_evt {
display: block;
overflow: visible;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
left: 0px;
}
}
 @media screen and (max-width: 400px) {
nav {
display: none;
visibility: hidden;
}
#logo {
width: 250px;
float: left;
}
article h1 {
font-size: 34px;
line-height: 37px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
.few100 {
width: 100%;
}
.few70 {
width: 100%;
}
.few50 {
width: 100%;
}
.few40 {
width: 100%;
}
.few30 {
width: 100%;
}
.few25 {
width: 50%;
}
.few20 {
width: 50%;
}
.desktop_evt {
display: none;
overflow: hidden;	
}
.resp_evt {
display: block;
overflow: visible;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
left: 0px;
}
.margin .payment_img img {
display: block;
margin-right: auto;
margin-left: auto;
}
.payment_text, .payment_text p {
text-align: center;
}
.payment_text {
text-align: center;
}
.txt_con h3 {
text-align: left;
}
.txt_con h2 {
text-align: left;
}
.txt_con p {
text-align: left;
}
footer {
text-align: center;	
}
}
 @media screen and (max-width: 330px) {
nav {
display: none;
visibility: hidden;
}
#logo {
width: 80%;
float: left;
margin-top: 8px;
}
article h1 {
font-size: 34px;
line-height: 37px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
.desktop_evt {
display: none;
overflow: hidden;	
}
.resp_evt {
display: block;
overflow: visible;
}
.responsive_event h6 {
font-size: 13px;
color: #036;
font-weight: bold;
margin-top: 8px;
float: none;
clear: both;
width: 100px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
left: 0px;
}
.payment_text {
text-align: center;
}
.txt_con h3 {
text-align: left;
}
.txt_con h2 {
text-align: left;
}
.txt_con p {
text-align: left;
}
footer {
text-align: center;	
}
}
