/* Basic elements */
html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #003f72!important;
	color: #545454;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
#gkBg {
	/*background: #eee;
	background-size: 2400px 420px; */
	background: #eee url('../images/header_bg.jpg') no-repeat center 0;
	overflow: hidden;
	background-size: 1600px 213px; 
	overflow: auto;
}
body.noBg #gkBg {
	background-image: none;
}
a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody header h2 a,
#k2Container article header h2 a {
	color: #000;
	/*  -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;
	-webkit-transition:all .18s ease-in-out;
	-moz-transition:all .18s ease-in-out;
	-ms-transition:all .18s ease-in-out;
	-o-transition:all .18s ease-in-out;
	transition:all .18s ease-in-out
}
a:hover,
a:active,
a:focus,
#gkMainbody a,
#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,
#gkSidebar .box a:hover { color: #d82731; }
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
h1 {
	font-size: 44px;
	font-weight: 500;
}
h2,
.componentheading {
	font-size: 42px;
	font-weight: 300;
}
h3 { font-size: 30px; }
h4 { font-size: 22px; }
h5 { font-size: 17px; }
h6 { font-size: 13px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 2.0; }
p { /* margin: 1em 0 2em;  */ margin: 1em 0 1em; }
iframe { max-width: 100%!important; border:0;}
.content  iframe { border: 0!important;}
.sradovi  { margin-top:-10px; margin-left:10px; padding:0; min-height:120px!important; max-height: 800px!important;}

.box .poll h4 {   color: #444;
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif; 
	text-transform: none;
margin-bottom: 8px;	}
.box .poll label { color: #555}
.box .poll input.button { margin-top: 8px;}
/* Containers */
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 58px 0 0 0; 
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
	z-index: 100;
	position:relative;
	/* margin: 118px 0 0 0;*/
}
#gkHeader h1.gkPage {
	color: rgba(255,255,255, 0.0);
	/*  font-size: 44px; 	color: #fff; */
	font-size: 36px;
	letter-spacing: -1.5px;
	padding: 75px 0 37px 0;
	text-transform: none;
}
#gkHeaderNav {
	text-align: center;
}
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent { 
	position: relative;
	width: 100%;
	z-index: 20;
}
#gkPageContent:first-child {
	margin-top: 126px!important;
}
#gkPageContent > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	padding: 35px 45px 0 45px;
	width: 100%;
}
#gkPageContent > div:first-child {
	min-height: 300px;
	/* min-height: 800px;  */
}
#gkPageContent > #gkBanners {
	min-height: 0;
}
#gkBanners {
	background: transparent!important;
	display: table;
	padding: 0!important;
}
#gkBannerLeft {
	/*background: #18191b;*/
	background: #003f72;
	border-right: 2px solid #fff;
}
#gkBannerLeft .box {
	padding: 44px!important;
}
#gkBannerLeft .box.transparent {
	padding: 0!important;
}
#gkBannerRight {
	background: #d82731;
}
#gkBanners .header {
	color: #fff;
}
#gkBanners > div > div:first-child {
	/* margin-top: -80px; */
}

/* Header bottom */
#gkHeaderBottom {
/*	background: #000!important;  */
height: 48px!important;
}

/* Logo  */
#gkLogo {
	float: left;
	height: 58px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 85px;
	display: block;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 58px;
	width: 85px;
}
#gkLogo.text {
	color: #fff;
	display: block;
	float: left;
	height: 58px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 30px;
	line-height: 46px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #e5e5e5;
	display: block;
	font-size: 10px;
	line-height: 4px;
	text-align: center;
}
/* Userarea */
#gkLogin {
	float: right;
	color: #fff;
	text-transform: uppercase;
	margin-left: 32px;
	font-size: 13px;
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	color: #ddd;
}

/* Top bar */
#gkTopBar {
	background: rgba(15, 87, 145, 0.95);  
	color: #fff;
	min-height: 58px;
	line-height: 58px;
	position: fixed;
	top: -60px;
	padding-top: 4px;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	width: 100%;
	z-index: 110;
}
#gkTopBar[data-menu-type="overlay"] {
	position: static;
	opacity: 1.0;
}
#gkTopBar[data-menu-type="overlay"] + #gkBg > #gkHeader {
	margin-top: 0;
}
#gkTopBar:after {
	clear: both;
	content: "";
	display: table;
}
#gkTopBar > div {
	position: relative;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}
#gkTopBar.active { margin-top: 0;}
#gkTopBar.active > div { top: 0; }

#gkTopBar.active {
    border-bottom: 0px solid #e0e0e0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    line-height: 64px;
    top: 0;
    -webkit-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -ms-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out;
    width: 100%;
}

/* Mainbody */
#gkMainbody { 
	margin-bottom: 20px; 
}
.frontpage #gkMainbody { 
	margin: 0; 
}
.frontpage #gkMainbody .box {
	margin: 0;
}
/* Sidebars */
#gkInset {
	background: #18191b;
}

/* Stylearea */
#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 10px;
}
#gkStyleArea a:first-child { margin-left: 0; }
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gkColor1 { background: #d82731; }
#gkColor2 { background: #6699ff; }
#gkColor3 { background: #f49333; }
#gkColor4 { background: #548c07; }
#gkColor5 { background: #0c77cc; }
#gkColor6 { background: #94a4a5; }

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3 {
	overflow: hidden;
}

/*  #gkBottom1 {
	background: #e1e1e1;
	margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding-top: 32px!important;
  padding-bottom: 32px!important;
}   */

#gkBottom1 {
  margin-bottom: 16px!important;
} 
/* standard breadcrumb */
#gkBreadcrumb {
	background: transparent;	
	border-bottom: 1px solid #E5E5E5;
    margin-bottom: 36px;
    padding-bottom: 14px;
	
}
#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #999;
}
#gkBreadcrumb .breadcrumbs li.separator {
	padding: 0 10px!important;
	width: 6px;
}
#gkBreadcrumb .breadcrumbs li.separator i {
	color: #d82731;
	font-size: 4px;
	line-height: 1.6;
	position: relative;
	top: -3px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6
}
#gkBreadcrumb .breadcrumbs > ul > li a { font-weight: normal }
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #505050;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}
#gkFooter > div { 
	padding: 0; 
}
#gkFooterNav {
	/*  border: 1px solid #222327;  */
	border-left: none;
	border-right: none;
	margin-top: 120px;   /*dodate ove 3 linije zbog pahulja  */
	padding-top: 40px;
	padding-left: 20px;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	line-height: 67px;
	margin: 0 16px;
	padding: 0;
}
#gkFooterNav li:first-child {
	margin-left: 0;
}
#gkFooterNav li:before {
	background: #d82731;
	content: "";
	display: block;
	height: 2px;
	left: -16px;
	position: relative;
	top: 34px;
	width: 2px;
}
#gkFooterNav li:first-child:before {
	display: none;
}
#gkFooter a { 
	color: #555; 
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { 
	color: #aaa; 
}
#gkCopyrights {
	color: #aaa;   /* bez snega boja #aaa */
	line-height: 1.2;
	margin: 18px 0;
	padding: 18px 0;
	border-top: 1px solid #aaa;
}
#gkCopyrights a {
	color: #ccc;  
}
#gkCopyrights a:active,
#gkCopyrights a:focus,
#gkCopyrights a:hover {
	color: #fff;
}

/* Other footer elements */
#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Default modules */
/*.box .search {
	position: relative;
}
.box .search:after {
	color: #111;
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 6px;
	z-index: 1;
}
.box .search .inputbox,
.box .search #mod-search-searchword {
	padding: 8px 20px !important;
	width: 100%;
}    */

/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	line-height: 1.6;
	margin: 0 0 32px;
	/* margin: 0 0 42px;  */
	padding: 0;
	width: 100%;
}
#gkBanners .box div.info {
	padding: 0px 12px 0;
	color: #121212;
}
#gkBanners .info strong {
	color: black;
}
#gkBanners .info .header {
	padding: 32px 10px 0px;
}
#gkBanners .info a:hover {
	text-decoration: underline;
	color: white;
}
#gkInset .box,
#gkSidebar .box {
	margin: 42px 0 0 0;
}
#gkInset .box:first-child,
#gkSidebar .box:first-child,
#gkInset .box.clear + .box,
#gkSidebar .box.clear + .box {
	margin: 0;
}
div.content { clear: both; }
.box li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 10px 0;
	overflow: visible;
}

#gkTop1 .box.color-bg3 li {
    padding: 7px 0;
}

.box li:last-child { border-bottom: none; }
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a { text-decoration: none; }
#gkBannerRight .box h3 a, #gkBannerLeft .box h3 a  { transition: color .4s; color: #fff; }
#gkBannerRight .box h3 a:hover, #gkBannerLeft .box h3 a:hover  { transition: color .3s;
  color: #007BE6; }
#gkInset .box a { color: #ddd;}
#gkInset .box a:hover,
#gkInset .box a:active,
#gkInset .box a:focus { color: #0c77cc; }
.box ul ul { margin-left: 20px; }

.box .menu li {
	display: block;
}
.box .menu li:before{
	float: left;
}
.box .menu li:hover, .box .menu li:hover a, .box .menu li.active,  .box .menu li.active a{
	color: #0c77cc;
}
.box .menu li.active a{
	text-transform: uppercase;
}
.box .menu li  a, .box .menu li .separator {
	padding-left: 4px;
	line-height: 1.2;
	font-family: Montserrat, Arial, sans-serif;
	display:block;
	padding-top:2px;
}
.box .menu li.fa-camera a {
	padding-left: 24px;
}
/* default suffix */
.box .header {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}


/* clear suffix */
.box.clear {
	clear: none;
	margin: 0!important;
	padding: 0;
}
.clear div.content { 
	clear: both; 
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	color: #c0c0c0!important;
	font-size: 13px!important;
	font-style: italic;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-transform: none;
}

/* suffix light */
.box.light {
	background: #f1f1f1;
	border: 1px solid #d6d4d4;
	padding: 20px!important;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.box.light1 {
	padding: 0 20px!important;
}
.box.light1 .content {
	border: 0!important;
	padding: 0!important;
}
/* suffix _text */
.box_text > div { background: #fff; }

/* suffix dark */
.box.dark,
.dark-area .box {
	background: #000!important;
	color: #aaa;
	/*	color: #8b8b8b; */
	padding: 20px!important;
}
.dark-area .box {
	background: transparent!important; 
	padding: 0!important;
}
.box.dark .header,
.dark-area .box .header {
	background: transparent!important;
	color: #fff;
	line-height: 1.5;
}
/* .dark-area .box .content {
	background: white!important; 
	padding: 0!important;
}  */
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 { 
	color: #ddd;
}
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #ddd!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #d82731!important; }
.box.dark ul ul { margin: 0 0 0 20px; }

/* suffix color*/
.box.color {
	background: #003f72!important;
	border: 1px solid #003f72;
	color: #aaa;
	/*	color: #8b8b8b; 
	padding: 20px 20px 15px!important;*/
	padding: 20px!important;
}
.box.color .header {
	background: transparent!important;
	color: #8b8b8b;
	line-height: 1.5;
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6 { 
	color: #ddd;
}
.box.color ul {
	margin: 0;
	padding: 0;
}
.box.color ul li {
	border-bottom: 1px solid #ccc;
	position: relative;
}
.box.color ul li:last-child { border-bottom: none; }
.box.color a { color: #ddd!important; }
.box.color a:active,
.box.color a:focus,
.box.color a:hover { color: #d82731!important; }
.box.color ul ul { margin: 0 0 0 20px; }

/* Suffix banner */
.box.banner img {
	display: block;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Suffix highlights */
 .box.highlights {
	background: #d82731;
}   
.box.highlights .header {
	border-bottom: 1px solid #e73f48;
	color: #fff;
	line-height: 50px;
	margin: 0;
	text-align: center;
}
.box.highlights .header a:after {
	content: "\f00e";
	font-family: FontAwesome;
	padding-left: 10px;
	/* position: absolute;
	right: 20px;
	top: 6px;  */
	z-index: 1;
}

/* color-bg* suffixes */
.box.color-bg1 .header,
.box.color-bg2 .header,
.box.color-bg3 .header {
	background: #d82731;
	color: #fff;
	float: left;
	line-height: 28px;
	padding: 0 8px;
	margin: 0;
	border: 1px solid #d82731;
}
.box.color-bg1 .header + .content,
.box.color-bg2 .header + .content,
.box.color-bg3 .header + .content {
	clear: both;
}
.box.color-bg1 .header + .content {
	border: 1px solid #0c77cc;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #eee;
}
.box.light.color-bg1 .header + .content {
	border: 0px solid #0c77cc;
	/*  padding-top: 0px;
	padding-bottom: 0px; */
}
.box.color-bg2 .header {
	background: #000!important;
}
.box.color-bg3 .header {
	background: #f7a834;
}

/* color* suffixes */
.box.color1 .header { color: #d82731; }
.box.color2 .header { color: #8b8b8b; }
.box.color3 .header { color: #f7a834; }

/* Icons in the title */
.box .header i { font-size: 14px; }
.box.color1 .header i { color: #d82731; }
.box.color2 .header i { color: #8b8b8b; }
.box.color3 .header i { color: #f7a834; }
.box.icon-color1 .header > i { color: #d82731; }
.box.icon-color2 .header > i { color: #8b8b8b; }
.box.icon-color3 .header > i { color: #f7a834; }
.box.icon-color4 .header > i { color: #000; }

/* transparent suffix */
.box.transparent {
	background: transparent!important;
	padding: 0!important;
}
.box.transparent .content{
	padding-top: 12px;
}
.box.transparent.highlights h5 {
	color: #fff;
    font-size: 15px;
    font-weight: 400;
	line-height: 32px;
	border-bottom: 1px solid #fff;
}
.box.transparent.highlights p {
    font-size: 13px;	
}

/* Bottom */
#gkBottom2 {
	font-size: 12px;
	background: #eee!important;
	width: 100%!important; 
}
#gkBottom3 {
	font-size: 12px;
	margin: 40px 0 20px 0;
	background: #003f72;
}
#gkBottom2 .gkPage {
	padding: 30px 0px 20px 0px;
	border-top: 1px solid #e0e0e0;
		color: #444;
}	
#gkBottom3 .box {
	color: #bbb;
}
#gkBottom2 .box .header,
#gkBottom3 .box .header  {
	color: #eee;
	font-size: 14px;
	font-weight: 400;
}
#gkBottom2 .box li,
#gkBottom3 .box li {
	border: none;
	padding: 4px 0;
}
#gkBottom2 .box a,
#gkBottom3 .box a {
	color: #aaa;
}
#gkBottom2 .box a:active,
#gkBottom2 .box a:focus,
#gkBottom2 .box a:hover,
#gkBottom3 .box a:active,
#gkBottom3 .box a:focus,
#gkBottom3 .box a:hover {
	color: #eee;
}

/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.onlytablet { display: none; }
.onlymobile { display: none; }
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember { margin: 10px 0 20px; }
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #E7E7E7;
	 margin: 42px 0 0;
    overflow: hidden;
    padding: 12px 0 0;
}

#login-form ul li {
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 95%; }
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
	color: #777;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 1000002;
	left: 50%;
	top: 80px;
}
#gkPopupOverlay {
	position: fixed;
}
#gkPopupLogin,
#gkPopupCart {
	margin-left: -220px;
	width: 426px;
}
#gkPopupLogin > div,
#gkPopupCart > div {
	margin-top: -40px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkPopupLogin .gkUserdata,
#gkPopupLogin .gkUsermenu {
	float: left!important;
	width: 50%!important;
}
#gkPopupLogin.gk3Danim > div,
#gkPopupCart.gk3Danim > div {
	margin-top: 0;
}
.gkPopupWrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 32px;
	margin: 0 0 32px;
}
.gkPopupWrap h3 small { font-size: 16px!important; }
.gkPopupWrap h3 a { color: #d82731; }
.gkPopupWrap h3 a:hover { color: #272727; }
.gkPopupWrap ul.menu { margin: 0; }
.gkPopupWrap .logout-button { margin-top: 20px; }
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}
/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover { background-color: #556b9b; }
.login span#fb-auth { margin: 6px 0 0 10px; }
body[data-mobile="true"] #gkMobileMenu select { font-size: 50px; }
#gkMobileMenu > label { display: none; }

#gkSocialAPI {border:0;margin: 0;padding:0;}
.icopdf {float: left; padding: 4px 8px 4px 4px; width: 16px;}
.icopdf1 {float: left; padding: 4px 8px 54px 4px; width: 16px; display:block;}
.znaci {float: left; padding: 0px 12px 4px 0px; width: 32px;}

.box.transparent.bigtabs .content {
    padding: 0px;
}

.poll  div {line-height: 100%; }
.foto_galerija  {width: 274px; height:74px; display:block;vertical-align: middle; line-height: 72px;}
.foto_galerija  img.galerija {width: 77px; padding: 4px; margin: 5px; border: 1px solid #cccccc; float: left;}

/*.shadow img:after, .featured-image img:after {
  clear: both;
  display: block;
  content: '';
  margin: 0;
}  */
.shadow, .shadow_left, .shadow_right{
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin: 0;}
.shadow:after, .shadow_left:after,  .shadow_right:after {
  background: url(../images/shadow.png) 50% 0 no-repeat;
  height: 20px;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 4px;
  right: 6px;
  background-size: 100% 20px !important;
  margin: 0;}
.shadow_left {
	float:left;
	margin: 0 12px 24px 0;	}
.shadow_right {
	float:right;
	margin: 0 0 24px 12px;	}
.video .shadow:after{bottom: -14px;	}   /* za video klipove */
.shadow .popboxv {padding:0;margin:0;	}  /* za video klipove */
.shadow .popboxv img {  border: 1px solid #ddd;	border-radius:0; box-shadow:0 0 0;}  /* za video klipove */
.shadow .popboxv:hover img {  border: 1px solid #ddd;}  /* za video klipove */

.img_border, .nspImage, .bot_thumbv{
  display: block;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 4px;
  background: #f6f6f6;
  margin: 0;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
	opacity: 1;} 
img.img_border:hover, .featured-image img:hover, img.nspImage:hover, .popboxv:hover img, .gkGridElement img:hover{
    -webkit-transform: scale(1.1) rotateZ(-0.25deg);
	-webkit-transform-style: preserve-3d;
    -moz-transform: scale(1.1) rotateZ(-0.25deg);
	-moz-transform-style: preserve-3d;
    -ms-transform: scale(1.1) rotateZ(-0.25deg);
	-ms-transform-style: preserve-3d;
    -o-transform: scale(1.1) rotateZ(-0.25deg);
	-o-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
    transform: scale(1.1) rotateZ(-0.25deg);
	transition: transform .6s ease-out;
	transform-style: preserve-3d;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	opacity: 0.75;} 
.shadow img.img_border:hover, .shadow_right img.img_border:hover, img.img_border:hover, .popboxv:hover img{
	transform: none;} 

.video {border: 0; padding: 4px 2px; width: 24%; vertical-align:top; display:inline-block;}
#video {border: 0;}
.accordion dl, .radovi dl { 
	border-top: 1px solid #fff;
	border-left: 1px solid #0c77cc;
	overflow:auto; max-height: 248px;
	padding-top:0; margin-top: 8px;}
dl.accordion.wb {border: 0; margin: 0; display: inline-block;}
dt {display: inline-block;}
.accordion dt > a, .panel h3 > a {
  text-align: left;
  font-weight: 700;
  padding: 0.6em 1.2em 0.8em;
  display: block; text-decoration: none;
  color: #fff!important;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.accordion.wb dt > a {padding: 0; display: inline-block; color: #003f72!important;}
.panel h3 > a {font-weight: 500;padding: 0.6em;padding-left: 1.2em;}
.accordion dd, .panel-slider.panel-down {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}
.accordion dd, .accordion dd > p {padding: 1em 2em 1em 2em; margin: 0;color:#0c77cc;}
.accordion.wb dd {padding: 0;color:#545454; background-color: #fff;}
.panel .pane-slider {
  padding: 1.2em;
  margin: 0;
  line-height: 1.4em;}
.accordion, .panel {position: relative;background-color: #eee;}
.accordion.wb {background-color: #fff!important;}
.container {max-width: 960px;margin: 0 auto;padding: 1.6em 0 1.6em 0;}
.accordionTitle, .pane-toggler {background-color: #003f72;border-bottom: 1px solid #fff;}
.wb .accordionTitle {background-color: #fff!important;border-bottom: 0;}
.accordionTitle:hover, .accordionTitleActive, .pane-toggler:hover, .pane-toggler-down {background-color:#0c77cc;}
.accordionItem {height: auto;overflow: hidden;}
@media all {
	.accordionItem {
		max-height: 50em;
		-moz-transition: max-height 1s;
		-o-transition: max-height 1s;
		-webkit-transition: max-height 1s;
		transition: max-height 1s;
	}
}
@media screen and (min-width: 48em) {
	.accordionItem {
		max-height: 15em;
		-moz-transition: max-height 0.5s;
		-o-transition: max-height 0.5s;
		-webkit-transition: max-height 0.5s;
		transition: max-height 0.5s;
	}
}
.accordionItemCollapsed { max-height: 0; }
.animateIn {
  -webkit-animation-name: accordionIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;}
.animateOut {
  -webkit-animation-name: accordionOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: accordionOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}   
@-webkit-keyframes 
accordionIn {  0% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
@-moz-keyframes 
accordionIn {  0% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -moz-transform: scale(1);
}
}
@keyframes 
accordionIn {  0% {
 opacity: 0;
 transform: scale(0.8);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@-webkit-keyframes 
accordionOut {  0% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
}
@-moz-keyframes 
accordionOut {  0% {
 opacity: 1;
 -moz-transform: scale(1);
}
 100% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
}
@keyframes 
accordionOut {  0% {opacity: 1;transform: scale(1);}
            100% {opacity: 0;transform: scale(0.8);}
}   
.togglebox {
 width: 300px;
 height: 400px;
 margin: 0 auto;
 background: #3c566f;}
.togglebox input[type="radio"] {position: absolute;opacity: 0;}
.togglebox label {
 position: relative;
 display: block;
 height: 50px;
 line-height: 50px;
 padding: 0 20px;
 font-size: 14px;
 font-weight: bold;
 color: rgba(255, 255, 255, 0.5);
 background: #2e4155;
 cursor: pointer;}
.togglebox label:hover {background: #1f2d3a;}
 .togglebox label:after {
 content: '\f078';
 top: 0px;
 right: 20px;
 font-family: fontawesome;}
.togglebox .radovi{height: 0;overflow: hidden;}
.togglebox input[type="radio"]:checked ~ label {
 color: rgba(255, 255, 255, 0.8);}
.togglebox input[type="radio"]:checked ~ label:after {
 transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -webkit-transform: rotate(90deg);}
.togglebox input[type="radio"]:checked ~ .radovi {height: 150px;}
img.album  {
	width: 198px;
	height: 132px;
	 margin: 7px;
    -webkit-box-shadow: 0 10px 6px -6px rgba(68,68,68,0.6);
    -moz-box-shadow: 0 10px 6px -6px rgba(68,68,68,0.6);
    box-shadow: 0 10px 6px -6px rgba(68,68,68,0.6);}
img.album:hover{opacity: 0.65;}
.gallery {overflow: hidden; text-align: center;}
.gallery > div {
	background: none;
	line-height: 1;
	padding: 0 20px 20px 0px;
	position: relative;
	float:left;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gallery figure {display: inline-block;	position: relative;}
.gallery[data-cols="1"] figure { max-width: 100%; }
.gallery[data-cols="2"] figure { max-width: 60%; }
.gallery[data-cols="3"] figure { max-width: 33.333333%; }
.gallery[data-cols="4"] figure { max-width: 25%; }
.gallery[data-cols="5"] figure { max-width: 20%; }
.gallery[data-cols="6"] figure { max-width: 16.666666%; }
.gallery[data-cols="7"] figure { max-width: 14.285714%; }
.gallery[data-cols="8"] figure { max-width: 12.5%; }
.gallery figcaption {
	background: rgba(12, 19, 31, 0.6);
	height: 100%;
	opacity: 0;
	/*  padding: 40px 21px 10px;  */
	position: absolute;
	text-align: left;
	top: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 3;
}
.gallery figure:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gallery figure img {
	width: 250px;
	height: 167px;
	float:left;
	position:relative;
	display:  inline-block;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-box-shadow: 0 10px 6px -6px rgba(68,68,68,0.6);
    -moz-box-shadow: 0 10px 6px -6px rgba(68,68,68,0.6);
    box-shadow: 0 10px 6px -6px rgba(68,68,68,0.6);
}
.gallery figure img.hide {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.gallery figcaption small {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 30px 21px 10px;
	margin: 0 0 20px 0;
	position: relative;
	text-transform: uppercase;
	top: 35px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}
.gallery figure:hover figcaption small {
	opacity: 1;
	top: 0;
}
.gallery figcaption p {
	color: #b7c0ce;
	font-size: 12px;
	height: 32px;
	line-height: 16px;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
	position: relative;
	text-overflow: ellipsis;
	top: 25px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.gallery figure:hover figcaption p {
	opacity: 1;
	top: 0;
}
.gallery figcaption a {
	opacity: 0;
	position: relative;
	padding-left: 21px;
	top: 20px;
	color: #ac0000;
}
.gallery figcaption a:active,
.gallery figcaption a:focus,
.gallery figcaption a:hover {
	color: #ffffff!important;
}
.gallery figure:hover figcaption a {
	opacity: 1;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s;
	-ms-transition-delay: .35s;
	-o-transition-delay: .35s;
	transition-delay: .35s;
}
img.center {
	margin-left: auto; margin-right:auto; display:block;
}
.itemBlock {
	margin-left: 0;
}
section.blog .items-row.cols-2 header h2, section.blog-featured .items-row.cols-2 header h2 {
    font-size: 24px;
	text-transform: none;
}
.itemList .itemBody {
    margin-bottom: 0px;
}
ul.decimal {
	list-style-type:decimal; padding-left: 36px;
}
ul.rimski {
	list-style-type:upper-roman; padding-left: 36px;
}
ul.slova {
	list-style-type:lower-alpha; padding-left: 36px;
}

.itemBody dl#tabs,
.itemBody dl.tabs {
	margin: 0 0 6px;
	min-height: 30px;
	overflow: hidden;
	padding: 16px 0 0;
	box-sizing: border-box;
}
.itemBody dl#tabs dt.tabs,
.itemBody dl.tabs dt.tabs { float: left; }
.itemBody dl#tabs dt.tabs span h3,
.itemBody dl.tabs dt.tabs span h3 {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	padding: 0;}
.itemBody dl#tabs dt.tabs span h3 a,
.itemBody dl.tabs dt.tabs span h3 a {
	color: #1C4290!important;
	background-color: #fafafa;
	float: left;
	height: 26px;
	line-height: 25px;
	margin:  2px;
	border:1px solid #ccc;	border-bottom:2px solid #ccc; 
	padding: 6px 12px}
.itemBody dl#tabs dt.tabs h3 a:hover,
.itemBody dl.tabs dt.tabs h3 a:hover { cursor: pointer;border:1px solid #1C4290;	border-bottom:2px solid #1C4290;}
.itemBody dl#tabs dt.tabs.open a,
.itemBody dl.tabs dt.tabs.open a, .itemBody dl.tabs dt.tabs.open a:hover {
    color: #ffffff!important;background: #1C4290;border:1px solid #1C4290;border-bottom:2px solid #1C4290;}
.itemBody dd.tabs {
	border: 1px solid #eaeaea;
	border-top: 2px solid #1C4290;
	padding: 16px;
	background-color: #fafafa;}
div.gkLegend1 {display:block;max-width: 50%;}
div.gkLegend2 {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #999;
	margin: 45px 0;}
div.gkLegend2 h4{
    width: auto;
    float: left;
    position: relative;
    top: -12px;
    left: 11px;
    margin: 0 0 9px 0 !important;
    padding: 0 6px;
    font-size: 1.2em;
    font-weight: normal;
	background: #fafafa;}
div.gkLegend2 p {color: #222;padding-left: 24px;clear: both;}
#border {border-bottom: 1px solid #d6d4c4;margin-bottom: 14px;padding-bottom: 14px;}
.items-more ol li {display:block;}
.book {float:left; width: 210px; text-align:center; position:relative; margin: 5px;}
.naslovna {height:50px; text-align:center;font-weight: 500; font-size: 19px;text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.64); line-height:24px;}
#gkMainbody .naslovna a {color: #fff;}
#gkMainbody .naslovna:hover {    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.05)!important;
    -moz-transform: scale(1.05)!important;
    -ms-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
    transform: scale(1.05)!important;
	-webkit-transition-timing-function: cubic-bezier(.31,.77,.46,.92) ;
	-moz-transition-timing-function: cubic-bezier(.31,.77,.46,.92) ;
	-ms-transition-timing-function: cubic-bezier(.31,.77,.46,.92) ;
	-o-transition-timing-function: cubic-bezier(.31,.77,.46,.92) ;
	transition-timing-function: cubic-bezier(.31,.77,.46,.92) ;
		-webkit-transition-duration: .75s;
	-moz-transition-duration: .75s;
	-ms-transition-duration: .75s;
	-o-transition-duration: .75s;
	transition-duration: .75s;}