#gkMenuWrap {
    position: absolute!important;
    background: #163681;
    box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
    height:100px;
    border-bottom: 2px solid #ffffff;
}
#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
    background: transparent url(/images/logo.png) no-repeat 0 0;
    height: 40px;
    margin-top: 18px;
    width: 280px;
    margin-left: 10px;
}
#gkMenuWrap .gkMenu a, #gkMenuWrap .gkMenu a {
    margin-right: 10px;
}
#par_singleevent ul {
    list-style-type: circle!important;
}
section.login .login-fields label {
    width: 150px;
    line-height: 45px;
}
#gkMenuWrap .gkMenu a:active, #gkMenuWrap .gkMenu a:focus, #gkMenuWrap .gkMenu li.active > a, #gkMenuWrap .gkMenu > ul > li.active > a {
    color: #ebebeb;
}
.par_errorpage_wrap {
    width: 700px;
    margin: 0 auto;
    background-color: #f6f9ff !important;
    display: block;
    border: 1px solid #bdd1ff;
    border-radius: 5px;
}
.par_errorpage_wrap #errorDescription h2 {
    padding: 0;
}
.par_errorpage_wrap #errorDescription h3 {
    font-family: 'titillium web';
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 64px;
    line-height: 202px;
    padding: 0;
    margin: -36px 0 0 25px;
}
.par_errorslika {
    width: 200px;
    float: right;
    margin-right: 25px;
}
.par_error_upsidedown {
    animation: rotation 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
}
.par_errorpage_buttons a {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #163681),color-stop(1, #061840));
    border: 1px solid #E9F0FF;
    background-image: -o-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -moz-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -webkit-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -ms-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: linear-gradient(to right bottom, #163681 0%, #061840 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0.5px 1.5px 2px #3d4279;
    font-size: 17px;
    height: 40px;
    line-height: 35px;
    transition: 1s;
    display: inline-block;
    font-family: titillium web;
    font-weight: 400;
    padding: 0 17px;
    line-height: 40px;
    margin: 0 12px;
}
.par_errorpage_buttons a:hover {
    background-image: -o-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -moz-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -webkit-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -ms-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: linear-gradient(to right bottom, #163681 0%, #061840 100%);
    border: 1px solid #55FF55;
    box-shadow: 0.5px 1.5px 2px #189218;
    cursor: pointer;
    color:#ffffff!important;
    transition: 0.2s;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.par_errorpage_wrap #errorDescription h2 span {
    letter-spacing: 6px;
    color: #163681;
    display: block;
    font-size: 54px;
    font-weight: 400;
    font-family: "Titillium Web", Arial, sans-serif;
    line-height: 100px;
}
.par_errorpage_wrap #errorDescription .par_errorheader {
    background-color: #163681;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 15px 0 10px 0;
}
#errorboxbody {
    padding: 0;
}
address span {
    float: left;
    width: 100%;
}
#gkMenuWrap .gkMenu a:hover, #gkMenuWrap .gkMenu .active a {
    color: #163681!important;
    background-color: #ebebeb;
}
#gkMenuWrap .gkMenu .active .childcontent a {
    color: #163681!important;
    padding: 0px 15px 0px 15px;
    transition: 0.3s;
    background-color: transparent;
    position: relative;
    float: left;
    line-height: 33px;
    height: 33px;
    margin: 0px 5px 0px 5px;
}
#gkMenuWrap .gkMenu .active .childcontent .active a {
    color: #FFFFFF!important;
    background-color: #0B2256;
    padding: 0px 15px 0px 15px;
}
#gkMenuWrap .gkMenu .childcontent a:hover {
    color: #FFFFFF!important;
    background-color: #0B2256;
    transition: 0.3s;
    line-height: 33px;
}
#gkMenuWrap .gkMenu .childcontent li:hover {
    background: #ebebeb; 
}
#gkMenuWrap .gkMenu li.active > a {
    color:#163681;
}
.gkMenu > ul > li > a, .imageBg #gkMenuWrap .gkMenu > ul > li > a {
    color: #ebebeb;
    height: 50px;
    margin-top: 20px;
    line-height: 40px;
    text-transform: none;
    font-weight: bold;
    font-size: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#gkMainMenu, .imageBg #gkMenuWrap #gkMainMenu {
    float: left;
    padding: 0;
    width: auto;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    color: #fff;
}
button:hover, .button:hover, input.button:hover, span.button:hover, button.button:hover, div.button:hover, input[type="submit"]:hover, input[type="button"]:hover, .pagenav-prev a:hover, .pagenav-next a:hover, .readon:hover {
    background: #ebebeb;
}
button h2 {
    color: #fff!important;
    padding: 0px;
}
button:hover h2 {
    color: #163681!important;
    padding: 0px;
}
h1 {
    color:#163681;
}
h2, .componentheading {
    font-size: 26px;
    padding: 20px 0 10px 0;
}
h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #163681;
    font-weight: 600;
}
body {
    font-size: 20px;
    margin: 100px 0px 0px 0px;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon {
    height: 40px;
    line-height: 40px;
}
#gkHeader.gkNoMenu {
    padding-top: 0px;
}
#gkFooter {
    border-top: 0px solid #ddd;
    background-color:#163681;
}
#gkCopyrights {
    float: none;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    color: #ebebeb;
}
#gkFooterNav {
    width:100%;
}
#gkFooterNav ul li {
    display:inline;
}
#gkFooterNav ul.nav {
    width: 158px;
    margin-left: auto;
    margin-right: auto;
}
#gkFooterNav ul.nav li a {
    color:#ebebeb;
}
#gkBottom6 {
    background-color:#163681;
    box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
}
#gkBottom6 tbody tr td {
    color: #ebebeb;
    border-bottom: 0px solid #e5e5e5;
    padding: 3px;
    font-size: 20px;
}
#gkBottom6 tr:hover {
    background: #163681;
}
b, strong {
    font-weight: 600;
}
#gkBottom6 {
    border-top: 1px solid #eee;
    padding: 40px 0 0 0;
    margin-top: 50px;
}
#gkMainbody .registration {
    width: 500px;
    margin: 50px 0px 0 0;
}
.control-group {
    margin-bottom:50px;
}

#system-message-container {
    max-width: 1230px;
    margin: 0 auto!important;
}
label {
    font-size:20px;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon {
    background: #163681;
}
body #gkPageContent {
    min-height:800px;
}
.par_progressbar {
    position:relative;
    width: 25%;
    margin-top: 10px;
    height: 20px;
    background-color: #ebebeb;
    margin-bottom: 20px;
    float: left;
}
.par_progressbar_fill {
    height: 100%;
    background-color: #7CB40D;
}
h4 {
    font-size: 20px;
}
#gkExtraMenu li.active .childcontent {
    left: -310px!important;
    background: -moz-linear-gradient(-90deg, rgb(235, 235, 235) 0%, rgba(255, 255, 255,0.8) 100%);
    background: -webkit-linear-gradient(-90deg, rgb(235, 235, 235) 0%,rgba(255, 255, 255,0.8) 100%);
    background: linear-gradient(180deg, rgb(235, 235, 235) 0%,rgba(255, 255, 255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99d8e2ff',GradientType=1 );
    opacity: 1;
    height: 30px;
    max-width: 1230px;
    width: 1230px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#gkExtraMenu li.active .childcontent .childcontent-inner {
    margin-top:-2px;
}
#gkExtraMenu li.active .childcontent .gkcol {
    width: 1230px;
}
#gkExtraMenu li.active .childcontent .gkcol ul li {
    display:inline;
}
#gkExtraMenu li.active .childcontent .gkcol ul li a {
    display:inline;
}
.gkMenu > ul li div.childcontent a {
    border-top: 0px solid #eee;
    padding: 2px 0px;
}
.gkMenu .childcontent.active, .gkMenu > ul > li > .childcontent {
    pointer-events: auto;
}
#gkContent {
    margin-top: 35px!important;
}
#gkExtraMenu li.active .childcontent li.active a {
    color:#4c90fe;
}
#gkMenuWrap .gkMenu .childcontent li:hover {
    background: transparent;
}
.gkMenu > ul > li:hover > .childcontent, .gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
    left: 999em;
}
#gkSocialAPI {
    border-top: 0px solid #e5e5e5;
}
.par_topbanner {
    margin-top: -10px;
    margin-left: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.par_hidden_div .par_topbanner {
    margin-top: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon {
    background-image: -webkit-gradient(
  linear,
  left top,
  right bottom,
  color-stop(0, #163681),
  color-stop(1, #061840)
);
border: 1px solid #E9F0FF;
background-image: -o-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: -moz-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: -webkit-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: -ms-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: linear-gradient(to right bottom, #163681 0%, #061840 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0.5px 1.5px 2px #3d4279;
    font-size:20px;
    height: 40px;
    line-height: 35px;
    transition: 1s;
}
input[type="radio"] {
  margin-top: -1px!important;
  vertical-align: middle;
}
button:hover, .button:hover, input.button:hover, span.button:hover, button.button:hover, div.button:hover, input[type="submit"]:hover, input[type="button"]:hover, .pagenav-prev a:hover, .pagenav-next a:hover, .readon:hover .activebutton {
background-image: -o-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: -moz-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: -webkit-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: -ms-linear-gradient(right bottom, #163681 0%, #061840 100%);
background-image: linear-gradient(to right bottom, #163681 0%, #061840 100%);
    border: 1px solid #55FF55;
    box-shadow: 0.5px 1.5px 2px #189218;
    cursor: pointer;
    color:#ffffff!important;
    transition: 0.2s;
}
button:hover h2 {
    color:#ffffff!important;
}
.par_textmargin {
    padding: 10px 10px;
}
.par_predstavitev tr:hover {
    background: transparent;
}
.par_predstavitev td {
    border-bottom: 0px solid;
}
.par_predstavitev ol {
    padding:10px 100px;
}
.par_predstavitev_tilt img {
  transition: 1s;
}
.par_predstavitev_tilt:hover img {
  transform: rotate(15deg);
  transition: 0.3s;
}
.login ul li a {
    font-size: 16px;
}
tr:hover {
    background: transparent;
}
tr:last-child td {
  border-bottom:0px solid #e5e5e5;
}
#gkMenuWrap .gkPage:nth-child(2) {
    display:none;
}

/* MENU STYLING */
#gkHeader {
    position: relative;
    max-width: 1230px;
    padding: 0;
    top: 0px;
}
#gkHeaderMod {
    position: absolute;
    max-width: 100%;
    display: block;
    top: -40px;
    z-index: 9999;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(180deg, rgba(22,54,129,0.5) 0%, rgba(22,54,129,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(22,54,129,1)), color-stop(100%, rgba(22,54,129,0.5))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(22,54,129,0.5) 0%, rgba(22,54,129,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(22,54,129,0.5) 0%, rgba(22,54,129,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(22,54,129,0.5) 0%, rgba(22,54,129,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(22,54,129,0.5) 0%, rgba(22,54,129,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163681', endColorstr='#163681',GradientType=1 ); /* ie6-9 */
}
.navbar-fixed {
    position: fixed!important;
    top: 0px!important;
}
#gkHeaderMod ul.nav li {
    line-height: 30px;
    padding: 0px 0 3px 0;
    float: left;
}
#gkHeaderMod ul.nav-child li {
    float: left;
    min-width: 100px;
    margin: 0 5px 0 0;
}
#gkHeaderMod ul.nav li a {
    float:left;
    line-height: 32px;
    color: #ffffff;
    padding: 0 10px;
    margin: 0px 5px;
    border-radius: 5px;
    transition: 0.5s;
}
#gkHeaderMod ul.nav-child li a {
    color: #ffffff;
}
#gkHeaderMod .menu .item-101, #gkHeaderMod .menu .item-113, #gkHeaderMod .item-122, #gkHeaderMod .item-178, #gkHeaderMod .item-138, #gkHeaderMod .item-173 {
    display:none!important;
}
#gkHeaderMod .nav-child {
    display:none;
}
#gkHeaderMod li.active .nav-child {
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    max-width: 1230px;
    font-size: 15px;
    overflow: hidden;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.5)));
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163681', endColorstr='#163681',GradientType=1 );
    box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
}
#gkHeaderMod ul.nav li.active a {
    float: left;
    display: block;
    position: relative;
    box-shadow: inset 0px 0px 2px #ffffff, 0px 0px 3px rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}
#gkHeaderMod ul.nav li a:hover {
    box-shadow: inset 0px 0px 2px #ffffff;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    transition: 0.1s;
}
#gkHeaderMod .item-135 {
    float: left;
    display: block;
    /*position: relative;*/
}
#gkHeaderMod .item-135 > a::after  {
    border: 2px solid #50ff55;
    border-radius: 99px;
    margin: 4px 0 0 4px;
    height: 20px;
    width: 20px;
    display: block;
    float: right;
    line-height: 18px;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
#gkHeaderMod ul.nav li.active ul.nav-child li a {
    font-size: 16px;
    line-height: 25px;
    box-shadow: inset 0px 0px 0px #ffffff;
    background: transparent;
    padding: 0 10px;
    margin: 0 5px;
    border: 2px solid rgba(225,225,225,0);
    color: #163681;
}
#gkHeaderMod ul.nav li.active ul.nav-child li.active a {
    border-bottom: 3px solid #50ff55;
    padding: 0 10px;
    margin: 0 5px;
    border-radius: 2px;
}
#gkHeaderMod ul.nav li.active  ul.nav-child li a:hover {
    border-bottom: 3px solid #50ff55;
    padding: 0 10px;
    margin: 0 5px;
    border-radius: 2px;
}
#gkContentWrap {
    position:relative;
}
#par_top_login {
    position: absolute;
    top: -116px;
    right: 0;
    z-index: 9999;
}
#par_oldpage {
    position: absolute;
    top: -82px;
    right: 4px;
    z-index: 99999;
    font-size: 12px;
}
#gkHeader {
    margin-bottom: 0px;
    background: transparent;
    border: 0px;
}
#par_top_login input, #par_top_login a button {
    color: #163681;
    float: left;
    font-size: 13px;
    width: 150px;
    position: relative;
    background-color: #ffffff!important;
    display: block;
    height: 33px;
    padding: 0 5px;
    margin: 0 5px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    line-height: 33px;
    box-sizing: initial;
}
#par_top_login input[type="submit"] {
    box-shadow: 0 0 0 transparent;
    color: #ffffff;
}
#par_top_login a button {
    color: #ffffff; 
}
#par_top_login input[type="submit"], #par_top_login a button {
    display: block;
    width: 70px;
    font-size: 20px;
}
#par_top_login input[type="submit"]:hover {
    border: 1px solid #55FF55;
}
#par_top_login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}
#par_top_login input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #163681;
}
#par_top_login input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #163681;
   opacity:  1;
}
#par_top_login input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #163681;
   opacity:  1;
}
#par_top_login input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #163681;
}
#par_top_login input:-webkit-autofill {
    -webkit-text-fill-color: rgb(22,54,129)!important;
}
#par_top_login input:-moz-autofill {
    color:#163681!important;
}
#system-message-container {
    display: none;
}
#par_top_login .logout {
    opacity:0.4;
    transition: 1s;
}
#par_top_login .membership:hover {
    box-shadow: 0px 0px 5px #50ff55;
    border: 1px solid #50ff55;
    transition: 0.6s;
}
#par_top_login .logout:hover {
    border: 1px solid #55FF55;
    opacity:1;
    transition:0.3s;
}
#topmenu::before {
    position: absolute;
    background: #163681;
    height: 40px;
    display: block;
    top: 0px;
    /* left: 0px; */
    content: "";
    width: 1000px;
    margin-left: -1000px;
    z-index: -1;
}
.par_recovery span {
    color: #ffffff;
    float: left;
    width: 100%;
    height: 17px;
    margin: 0 0 0 5px !important;
    padding: 0;
}
.par_recovery span:nth-child(1) {
    
}
.par_recovery span:nth-child(2) {
    display: none;
}
.par_recovery span {
    margin-top: 16px;
}
.par_recovery span a {
    color:#ffffff!important;
}
.par_recovery span:hover a {
    color: #55FF55!important;
}
.par_recovery {
    float: left;
    margin-top: 19px;
    margin-right: 5px;
    line-height: 16px;
    font-size: 13px;
}
#gkMainbody section .par_login .left {
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
}
#gkMainbody section .par_login .right {
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
}
#gkMainbody section .par_login .right img {
    float: left;
    margin-right: 20px;
}
#minilogo {
    background: transparent url(/images/logo.png) no-repeat 0 2px;
    float: left;
    background-size: 224px 32px;
    height: 0px;
    width: 0px;
    cursor: pointer;
    overflow: hidden;
}
.navbar-logo {
    height: 40px!important;
    width: 224px!important;
    margin: 3px 20px 0px 10px;
}
.navbar-logo-hidden {
    height: 0px!important;
    width: 0px!important;
    display:none;
}
.popover {
    display:none!important;
}
.par_login input[type="text"], .par_login input[type="password"] {
    width: 300px;
}
#gkMainbody .itemReadMore:active, #gkMainbody .itemReadMore:focus, #gkMainbody .itemReadMore:hover, #gkMainbody .readmore > a:active, #gkMainbody .readmore > a:focus, #gkMainbody .readmore > a:hover {
    border: 1px solid #80B711;
}
#gkMainbody .itemReadMore, #gkMainbody .readmore > a {
    background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #163681), color-stop(1, #061840) );
    border: 1px solid #E9F0FF;
    background-image: -o-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -moz-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -webkit-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -ms-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: linear-gradient(to right bottom, #163681 0%, #061840 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0.5px 1.5px 2px #3d4279;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    transition: 1s;
}
#par_magazin .par_magazin_topimg {
    padding: 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px)!important;
}
#par_magazin .par_magazin_article_text {
    padding: 10px;
}
a:hover, a:active, a:focus, #gkMainbody a, #gkMainbody header h1 a:active, #gkMainbody header h1 a:focus, #gkMainbody header h1 a:hover, #gkMainbody header h2 a:active, #gkMainbody header h2 a:focus, #gkMainbody header h2 a:hover, #k2Container article header h2 a:active, #k2Container article header h2 a:focus, #k2Container article header h2 a:hover, #gkMainbody div.tags a:hover, #gkSidebar .box a:hover {
    color: #80B711;
}
a, #gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody header h1 a, #gkMainbody header h2 a, #k2Container article header h2 a {
    color: #163681;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none;
}
#topmenu .item-171, #topmenu .item-174, #topmenu .item-175 {
    float: right!important;
    /*background-color:rgba(22, 54, 129, 0.2);*/
}
#topmenu .item-171 a, #topmenu .item-174 a, #topmenu .item-175 a {
    font-weight: bold;
}
.par_magazin_intro {
    padding: 10px;
}
.lb-container {
    padding: 0px!important;
}
#errorDescription h2 span {
    color: #163681;
    display: block;
    font-size: 280px;
    font-weight: 600;
}
.glavna_noga table:nth-child(1) {
    float: left;
    width: 57%;
    margin-right: 3%;
}
.glavna_noga table:nth-child(2) {
    width: 37%;
    border-left:1px solid #4d6294;
}
.glavna_noga table:nth-child(2) td {
    padding-left:160px!important;
}
.glavna_noga tr:not(:first-child) td a, .glavna_noga tr:not(:first-child) td {
    font-size: 14px!important;
    padding-top: 15px!important;
}
.glavna_noga a {
    color: #ffffff;
}
.glavna_noga a:hover {
    color: #80B711;
}
#gkFooter > div {
    padding: 0px 0;
}
#gkCopyrights {
    margin-bottom: 5px;
}
.itemBody ul {
    padding: 0px 10px;
    list-style-type: circle!important;
}

@media only screen and (min-width : 100px) and (max-width : 600px) {
    #gkHeaderMod {
        height: 0px;
    }
    #par_top_login {
        position: absolute;
        top: -1116px;
    }
}