/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

#gkSidebar .box,
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box {
	clear: both!important;
	float: none!important;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#gkBottom1 .box,
#gkBottom2 .box {
	margin-bottom: 0px !important;	
}
#gkSidebar > div {
	margin-top: 0px!important;
	padding-top: 0px!important;
}
#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 0px!important;
	width: 100%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 0px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 0px;
}
#gkContent {
	padding-top: 0px;
	margin-top: 0px !important;
}

#gkContent > div:first-child, #gkComponentWrap > div:first-child {
    margin-top: 0px !important;
}


#gkContentWrap {
    background: rgb(255, 255, 255) !important;
    padding: 0px;
}

#gkContentWrap > section:first-child {
	padding-top: 10px;
}

.blog article header ul {
    margin: 0px 0 0 0;
    display: none !important;
}

#article-index {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
pre, 
.gkCode1, 
.gkCode2, 
.gkCode3 {
	font: normal .65em/20px 'Curier New', monospace!important;
	padding: 16px 20px!important;	
}

/* limitation suffixes */
.notablet {
	display: block!important;
}
.nomobile {
	display: none!important;
}
.onlytablet {
	display: none!important;
}
.onlymobile {
	display: block!important;
}
.notablet.nomobile {
	display: none!important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: auto!important;
	overflow: hidden;
}

#gkMainbody table {
	font-size: 11px;
}

@media only screen and (max-width: 400px) {
	#gkMainbody table {
		width: 100%!important;
	}
	
	#gkMainbody table tr,
	#gkMainbody table th,
	#gkMainbody table td {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		display: block;
		width: 100%!important;
	}
	
	#gkMainbody table tr {
		border-bottom: 1px solid #eee;
	}
	
}

/*
Alternative table code:
-----
#gkMainbody table:before {
	content: "Skrolujte horizontalno da biste pregeldali cijelu tabelu";
	height: 14px;
	width: 100%;
	display: block;
	font-size: 10px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
#gkMainbody table {
	width: 540px!important;
	display: block!important;
	padding: 30px 0 20px 0;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
#gkMainbody table tbody,
#gkMainbody table thead,
#gkMainbody table tfoot {
	width: 540px!important;
	display: table;
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) and (-moz-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (-o-max-device-pixel-ratio: 1.5/1), only screen  and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (max-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 2) {
	#gkMainbody table {
		width: 260px!important;
	}
}

@media only screen and (max-width: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (-moz-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (-o-max-device-pixel-ratio: 1.5/1) and (orientation:landscape), only screen  and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 960px) and (-moz-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (-o-min-device-pixel-ratio: 2/1) and (orientation:landscape), only screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
	#gkMainbody table {
		width: 420px!important;
	}
}*/

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	border-top: 1px solid #eee!important;
	border-left: none!important;
	padding-bottom: 20px!important;
	padding-top: 20px!important;
	width: 100%!important;
}
.nspArtPage .nspArt:first-child {
	border-top: none!important;
}

article header h1 {
    font-weight: 600 !important;
    position: relative !important;
}

.cols-2 .column-2, 
.cols-3 .column-3 {
	padding: 0!important;
}

/* Image Show and NSP Portal Modes */
@media (max-width:450px) {
	.gkIsWrapper-gk_shop_and_buy .figcaption {
		display: none;
	}
}

#gkPageContent {
	padding: 0 0px!important;
}

#gkHeaderMod {
    margin: 1px auto 0 !important;
}

#gkMainbody {
    margin-top: 0px !important;
}


#gkFooter {
	padding-left: 10px;
	padding-right: 0px;
}

article header h1,
article header h2 {
	font-size: 19px!important;
	padding: 9px 5px 20px 5px !important; 
}

/* VM */
.row > div {
	float: none!important;
}

#product-tabs,
.gkTabsWrap ol,
#ui-tabs ul#tabs {
	border: 1px solid #e5e5e5;
	margin: 20px 0 -1px;
	overflow: hidden;
}

#product-tabs li,
.gkTabsWrap ol li,
#ui-tabs ul#tabs li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none!important;
	border-top: 1px solid #e5e5e5!important;
	text-align: center;
	width: 100%;
}

#product-tabs li:first-child,
.gkTabsWrap ol li:first-child,
#ui-tabs ul#tabs li:first-child {
	border-top: none!important;
}

#product-tabs li.active,
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover,
#ui-tabs ul#tabs li.current {
	border: none!important;
	border-top: 1px solid #e5e5e5!important;
}

/*Override*/

#fancybox-outer {
    position: relative;
    width: 110%;
    height: auto !important;
    background: #fff0;
    margin-left: -12px;
}

div#fancybox-wrap {
    padding: 0px !important;
}

#fancybox-content {
	border-width: 0px !important;
    border-color: #fff0 !important;
    width: 112% !important;
	height: 100% !important;
    margin-left: 0px;
}

#fancybox-close {
    position: absolute;
    top: 5px;
    right: -34px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-bg-s {
    bottom: -10px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-overlay {
    background-color: #000 !important;
}

#fancybox-bg-n {
    top: -10px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
}
	
.vina-awesome-slider a.ws_next, .vina-awesome-slider a.ws_prev {
    top: 11% !important;
}

.gkNspPM-NewNewsHeader[data-layout="4rows"] .gkImage4 {
    left: 6%;
    height: 0% !important;
    top: 0%;
    width: 25%;
}

div.box.izdvojeno_1 .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage3 {
    margin-bottom: 1px !important;
}

div.box.izdvojeno_1 .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage4 {
    margin-bottom: 1px !important;
}

div.box.izdvojeno_1 .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage5 {
    margin-bottom: 1px !important;
}

#gkMainbodyTop .box {
    margin: 0px 0 0;
}


div.box.minaf_android .gkNspPM-NewNewsHeader[data-layout="4rows"] .gkImage4 {
    left: 6%;
    height: 100% !important;
    top: 0%;
    width: 25%;
}

div.box.minaf_android .gkNspPM-NewNewsHeader[data-layout="4rows"] .gkImage {
    margin-bottom: 1px !important;
}

div.box.minaf_android .gkNspPM-NewNewsHeader[data-layout="4rows"] .gkImage4{
    margin-bottom: 0px !important;
}

div.box.minaf {
    margin: 1px 0 0px 0px !important;
    width: auto;
}

div.box.izdvojeno_1 .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage1 .gkTitle {
	bottom: 0;
    font-size: 17px !important;
    font-weight: 500 !important;
    left: 0;
    max-width: 100%;
    padding: 7px 15px;
    right: 0;
	background: linear-gradient(to bottom, rgba(66, 165, 245, 0) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
	padding-top: 30px;
}

div.box.izdvojeno_1 .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage1 {
    margin-bottom: 1px !important;
}

div.box.izdvojeno_1 .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage2 {
    margin-bottom: 1px !important;
}

div.box.minaf .gkNspPM-NewNewsHeader[data-layout="4rows"] .gkImage3 {
    left: 50%;
    height: 0% !important;
    top: 0%;
    width: 25%;
}

div.box.minaf .gkNspPM-NewNewsHeader[data-layout="4rows"] .gkImage1 {
    margin-bottom: 1px !important;
}

.nspArt h4.nspHeader {
    font-size: 24px;
    margin: 0;
    padding: 10px 5px 15px 5px;
}

.nspArt p.nspText {
    display: block !important;
    margin: 0;
    padding: 0px 5px !important;
}

#gkLogo img {
	margin-top: 0px !important;
    margin-left: 10px !important;
	max-width: 250px !important;
}

#gkTopMenu {
    margin-top: 0px !important;
    margin-right: 0px !important;
    display: none;
}

#gkHeaderMod {
    margin: 7px 0px -10px 0px !important;
}

.nspImageWrapper {
    margin: -20px 0 0px 0 !important;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .k2store h1, .k2store h2, .k2store h3, .k2store h4, .k2store h5, .k2store h6 {
    line-height: 1 !important;
}

div.box.aktuelnosti .nspArt p.nspInfo {
    margin-top: -20px !important;
    margin-left: 0px !important;
}

div.box.aktuelnosti .nspArt img.nspImage {
    max-width: 100% !important;
	margin: 0px !important;
}

div.box.aktuelnosti .nspCol1 {
    width: 100%;
    background-color: #eee;
    border: solid 0px white !important;
}

div.box.obavjestenja {
    border-top: solid 1px #EBE9E9 !important;
}

div.box.najnovija-pitanja {
    border-top: solid 1px #EBE9E9 !important;
}

div.box.hadis-dana {
    border-top: solid 1px #EBE9E9 !important;
	margin-top: 5px !important;
}

.deepshadow {
    float: left !important;
}

p {
    margin: 0px 5px !important;
}

#gkMainbody {
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: white;
    border: 0px solid #e5e5e5 !important;
    margin-top: 0px;
}

.nspArts, .nspLinksWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0px !important;
    position: relative;
}

div.box.obavjestenja_mobile .header {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-bottom-color: #A59573;
    border-width: 2px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 9px;
    margin-bottom: 6px;
    background: #A59573;
    width: 100%;
    text-align: center;
	text-transform: none;
}

div.box.obavjestenja_mobile .content {
padding-left: 5px;
padding-right: 5px;
}
div.box.obavjestenja_mobile .evofrontpage-default .title {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 5px;
}
div.box.obavjestenja_mobile .evofrontpage-default a.evofp-categ {
    background: #ddd;
    color: #000 !important;
    padding: 0px 11px !important;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    text-indent: 0px;
    margin-right: 0px;
    font-weight: 400;
    line-height: 25px;
}
div.box.obavjestenja_mobile a.evofp-categ {
pointer-events: none !important;
}

#gkMainbodyTop .box {
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px!important;
}


.blog {
    margin-top: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    padding-left: 0px;
    padding-right: 0px;
    border-width: 0px !important;
    border-color: #E5E5E5;
    border-style: solid;
}

section.blog h1 {
    font-size: 21px;
    padding-top: 10px;
    padding-left: 0px;
    font-weight: 400;
    margin-bottom: 0px;
    background-color: #A59573;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

section > header {
    margin: 0 0 0px;
    padding: 0;
}

section article {
    border-bottom: 1px solid #E5E5E5 !important;
}

.column-1, .column-2, .column-3 {
    float: left;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

section.blog .items-row {
    clear: both;
    margin-bottom: 0px;
    overflow: hidden;
}

.items-row > div {
    margin-bottom: 0px;
    padding: 0 !important;
}

#gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody h1 a, #gkMainbody h2 a, #k2Container article header h2 a {
    color: #040404;
    font-size: 15px;
}

article header h2 {
    font-size: 19px !important;
    font-weight: 500;
    position: relative;
    padding: 5px 5px 5px 5px;
}

#gkMainbody .readmore > a {
	display: none !important;
}

div.box.imate_pitanje h3.header {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-bottom-color: #A59573;
    border-width: 2px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 9px;
    margin-bottom: 6px;
    background: #A59573;
    width: 100%;
    text-align: center;
	text-transform: none;
}

.cw-mod-contact-light-buttons {
    display: inline-block;
    width: 64%;
}

button#submitcwcmod-522 {
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: -5px 0px -5px 0px;
    padding: 0 23px;
    text-align: center;
    text-transform: uppercase;
    background-color: #008348;
}

.category header {
    padding: 0px 10px 10px 10px;
    background: #A59573;
    text-align: center;
}

.category header h1 {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

section.category .children, section.blog .children {
    clear: both;
    margin-top: 0px;
}

section.category a {
color: #000 !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    -moz-border-radius: 4px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #008348;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    margin-top: 5px;
    margin-left: 0px;
    max-width: 100% !important;
    padding: 0 4px;
    margin-right: -2px !important;
}

fieldset.filters, .blog .leading, .content-links {
    margin-bottom: 10px;
}

#gkMainbody table {
    font-size: 15px;
    font-weight: 400;
}

label {
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.pagination ul li a {
color: #fff !important;
}

#gkMainbody a {
    color: #000;
}

div.children a {
    font-weight: 500 !important;
    font-size: 17px !important;
	color: #0d0d0d !important;
}

a, #gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody h1 a, #gkMainbody h2 a, #k2Container article header h2 a {
    transition: n;
    text-decoration: none;
}


.jun-item {
    padding: 1px 2px !important;
}

.jun-item .jun-item-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #EEE !important;
}

#gkBottom1 {
    margin-top: 1px !important;
}

div.box.aktuelnosti p.nspInfo.nspInfo2.tleft.fleft {
    color: #fff;
}

section.search h1 {
    font-size: 21px;
    padding-top: 10px;
    padding-left: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

#gkMainWrap {
background-image: none !important;
background-color: #fff;
}

#gkPageContent {
background-image: none !important;
background-color: #fff;
}

div.itemBody h2 a{
color: #000 !important;
}

.pswp__button--share {
    background-position: -44px -44px;
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: none !important;
}

section.blog article header h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    position: relative !important;
    padding: 0px 0px 0px 0px !important;
}

.img-intro-left, .img-intro-right, .img-intro-left > img, .img-intro-right > img, section.blog div.img_caption {
    float: left !important;
    width: 52% !important;
    position: relative !important;
    padding: 0px 0 0 1% !important;
    margin-top: 3px;
	margin-bottom: 3px;
}

section.blog article header {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 1% 0 0 30% !important;
    width: 69% !important;
    float: right !important;
    position: absolute;
}

section.blog p {
    margin: 0.5em 15px 0.5em;
    margin-left: 15px;
    margin-left: 315px;
    width: 50%;
    float: left;
    display: none !important;
}

li.itemPrintEmail {
	display: none;
}

div.box.najnovije_mobilna {
	display: block !important;
}


div#gkHeaderMod .box .header {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    margin: 0px 0px;
    padding: 0;
    padding: 10px;
    background: #A59573;
    text-align: center;
	text-transform: none !important;
}
div.box.googleplay {
	display: block !important;
}

div.box.googleplay {
	margin: 0px 0 0px !important;
	background: white !important;
	border: 1px solid #e5e5e500 !important;
    padding: 0px !important;       
    width: 100%;
}

li.pagination-start span.pagenav {
	display: block !important;
}

li.pagination-prev span.pagenav {
	display: block !important;
}

li.pagination-start a.pagenav {
	display: block !important;
}

li.pagination-prev a.pagenav {
	display: block !important;
}
li.pagination-next a.pagenav {
	display: block !important;
}

nav.pagination span {
	display: none !important;
}

span.pagenav {
	display: none !important;
}

a.pagenav {
	display: none !important;
}

p {
    padding: 8px 5px !important;
    text-align: none !important;
}

div.customgoogleplayBaner p{
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

#gkSidebar .box {
    margin: 0px -3px 5px 0px !important;
}

div.box.customgoogleplayBaner  p{
    padding: 0px !important;
	margin: 0px !important;
}

div.box.googleplayBaner img{
	max-width: 99% !important;
	margin: 0px 0px 0px 0px !important;
}

.bt-cs a.prev {
    display: block !important;
}

.bt-cs a.next {
    display: block !important;
}

div.box.ustanove_side_meni {
	display: none !important;
}

div.box.najnovija-pitanja-android {
    width: 100%;
    height: 320px !important;
}

#mobilemenuck-520-mobile-bar {
    display: block;
	z-index:10 !important;
}

div.box.baneri_desk.gkmod-1.nomargin {
	width: 200% !important;
}

.futer {
	display: none !important;
}

div.box.ostanikucimobile {
    display: block !important;
}

div.box.ostanikuci {
    display: none !important;
}

.box {
    margin: 0 0 0px !important;
}

div.box.postavipitanjebottom.gkmod-1.nomargin {
	width: auto !important;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.ytpromo-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.ytpromo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.finder h1 {
font-size: 13px !important;
}

div.finder .result-title {  
    font-size: 15px !important;
}

div.box.pitanjaPretraga button{
	font-size: 12px !important;
	font-weight: 400 !important;
}

div.box.pitanjaPretraga input#mod-finder-searchword583.search-query.input-medium {
    margin-top: 5px;
	
    width: 69% !important;
}

button.btn.btn-primary.hasTooltip.pitanjaPretraga.finderpitanjaPretraga {
    width: 25%!important;   
	margin-right: 12px !important;
}

img.banner-logo {
	width: 49.5%;
}
