/*
#------------------------------------------------------------------------
# Music State - October 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 
*/

.img-fulltext-left {
	width: 50% !important;
}
/* Backgrounds */
.frontpage.dark-bottom #gkDarkBottom {
	background-image: url('../images/pozadine/pozadina_sax.jpg');
	background-position: center center;
}
.frontpage #gkBottom3 {
	background-image: url('../images/pozadine/pozadina_2.jpg');
	background-position: center bottom;
}
#gkBottomSection
body.style1 #gkBg #gkBottomSection {
	background-image: url('../images/style1/bottom_bg_tablet.jpg');
}
body.style2 #gkBg #gkBottomSection {
	background-image: url('../images/pozadine/pozadina_3_mob.jpg');
	background-size: auto 100%;
}
body.style3 #gkBg #gkBottomSection {
	background-image: url('../images/style3/bottom_bg_tablet.jpg');
}
body.style4 #gkBg #gkBottomSection {
	background-image: url('../images/style4/bottom_bg_tablet.jpg');
}
body.style5 #gkBg #gkBottomSection {
	background-image: url('../images/style5/bottom_bg_tablet.jpg');
}
body.style6 #gkBg #gkBottomSection {
	background-image: url('../images/style6/bottom_bg_tablet.jpg');
}
body #gkBg #gkBottomSection,
body.frontpage #gkBg #gkBottom3,
body.frontpage #gkBg #gkDarkBottom {
	background-attachment: scroll!important;
}

/* Other CSS styles */
body,
.box {
	font-size: 14px;
}
small {
	font-size: 90%;
}
.gkPage {
	padding: 0 15px;
}
/* Containers */
#gkPageContent {
	background-image: none!important;
}
#gkContent, 
#gkSidebar,
#gkContentWrap {
	width: 100% !important;
}
#gkContentWrap {
	margin-top: 0;
	padding: 0!important;
}
#gkSidebar .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gkSidebar {
	padding: 0!important;
}
#gkSidebar .box {
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	margin-right: 2%!important;
	width: 48%;
}
#gkSidebar .box:nth-child(even) {
	margin-left: 2%!important;
	margin-right: 0!important;
}
#gkSidebar.gkOnlyOne .box,
#gkInset.gkOnlyOne .box {
	width: 100%!important;
}

#gkSidebar .box:nth-child(2n+1) {
	clear: both!important;
}

/* Limitation suffixes */
.onlydesktop {
	display: none!important;
}

.notablet {
	display: none!important;
}
.nomobile {
	display: block!important;
}
.onlytablet {
	display: block!important;
}
.onlymobile {
	display: none!important;
}
.notablet.nomobile {
	display: none!important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
	width: 95% !important;
}

/* K2 edit popup */
#sbox-window,
#sbox-window iframe {
	width: 720px!important;
	max-width: 720px!important;
	left: 10px!important;
}

/* menu */
#gkExtraMenu {
	display: none!important;
}
#aside-menu #gkExtraMenu {
    display: none!important;
}
#gkMainMenu {
	display: none;
}
#gkMobileMenu select {
	width: 44px;
	height: 44px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#gkMobileMenu {
	color: #fff!important;
	display: block!important;
	float: right;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 15px 15px 10px 0!important;
	position: relative;
	text-align: center;
	width: 44px;
}
#gkMobileMenu i {
	color: #000 !important;
	padding: 0!important;
}
#gkMenuWrap #gkMobileMenu {
	color: #fff!important;
	margin: 12px 0 10px 0;
	position: relative;
	top: 15px;
}
#gkLogin {
	right: 64px;
}

/* top/bottom modules */

/* 4-column layout */
body .gkCols4 .box {
	margin-bottom: 30px!important;
}
body .gkCols4 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols4 .box.gkmod-2 {
	width: 50%;
}
body .gkCols4 .box.gkmod-3 {
	width: 50%;
}
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more {
	width: 50%;
}
body .gkCols4 .box:nth-child(2n+1) {
	clear: both;
}
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 50%!important;
}

/* 6-column layout */
body .gkCols6 .box {
	margin-bottom: 10px!important;
}
body .gkCols6 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols6 .box.gkmod-2 {
	width: 50%;
}
body .gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box:nth-child(3n+1) {
	clear: both;
}
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 33.3%!important;
}

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

/* Suffixes and other elements */

/* Page elements */
.bigtitle .header {
	font-size: 28px;
	margin: 0 0 50px;
}
#gkMainbody {
	margin-bottom: 30px;
}
#k2Container .itemsContainerWrap article header h2 {
	font-size: 18px;
	line-height: 24px;
}
article header h1, article header h2 {
	font-size: 40px;
}
article header li:before {
	display: none;
}
article header li {
	padding-right: 20px;
}
article header li:last-child {
	padding-right: 0;
}
.pagination ul li a, 
.pagination ul li span {
	margin: 3px 7px 3px 0;
}

/* Popup fix */
.gkPopupWrap input[type="text"],
.gkPopupWrap input[type="password"] {
	margin-top: 8px;
}

/* Frontpage elements */

.frontpage #gkDarkBottom:after, 
.frontpage #gkDarkBottom:before {
	height: 200px;
	top: -100px;
	-webkit-transform: skewY(8deg);
	-moz-transform: skewY(8deg);
	-ms-transform: skewY(8deg);
	-o-transform: skewY(8deg);
	transform: skewY(8deg);
}
.frontpage #gkDarkBottom:after {
	bottom: -100px;
	top: auto;
}
.frontpage.dark-bottom #gkDarkBottom {
	bottom: -240px;
	height: 700px;
}
.gkTitle {
	font-size: 42px;
	margin: 0 0 0 0;
}
.bigtitle .header {
	font-size: 28px;
	margin: 0 0 30px;
}
.bigtitle-left .header {
	font-size: 60px;
}
.frontpage .bigtitle-left .header {
	padding-left: 0px!important;
}
.newsletter p {
	font-size: 20px;
	margin: 20px 0 32px 0;
}
.newsletter input[type="email"] {
	font-size: 17px;
	height: 48px;
	line-height: 48px;
	width: 60%;
}
#gkBottom3 .gkSectionNav {
	bottom: 120px;
}
.frontpage #gkBottom3 {
	padding: 200px 0;
}
.frontpage #gkBottom3:after, 
.frontpage #gkBottom3:before {
	height: 200px;
	-webkit-transform: skewY(8deg);
	-moz-transform: skewY(8deg);
	-ms-transform: skewY(8deg);
	-o-transform: skewY(8deg);
	transform: skewY(8deg);
	top: -100px;
}
.frontpage #gkBottom3:after {
	bottom: -120px;
	top: auto;
}
.frontpage .cMods-TopMembers > div .cThumb-Avatar,
.frontpage .cMods-TopMembers > div .cThumb-Avatar img {
	height: 60px;
	width: 60px;
}
.frontpage .cMods-TopMembers > div .cThumb-Detail {
	margin: 0 0 0 70px;
}
.frontpage .cMods-TopMembers > div .cThumb-Title {
	font-size: 14px;
	margin: 7px 0 8px 0;
}
#gkHeaderNav {
	background: none;
	top: -50px;
}
#gkLogo {
	padding: 8px 25px 0 10px;
	width: 190px;
	margin: 8px 0 0;
	height: 75px;
}
#sax_logo {
	margin: -10px 0 0 220px;
	background-size: auto 85px;
	width: 105px;
	height: 90px;
}
#sax_ime {
	height: 70px;
	width: 260px;
	margin: 0 0 0 295px;
	background-size: auto 75px;
}
#sax_datum {
	height: 85px;
}
.sax_datum_slika {
	background-size: 205px auto;
	height: 20px;
	width: 400px;
}
.jezici {
	font-size: 13px;
    right: 155px;
    top: 18px;
}
.jezici span {
	margin: 0 2px;
}
.social {
	padding: 21px 90px 0 0;
}
#gkMenuWrap.active {
	top: 40px;
	height: 10px;
}
#gkHeader.gkNoMenu {
	padding-top: 85px;
	margin-bottom: 20px;
}
.popup_link {
	height: 120px;
	width: 120px;
}
.popup_link img {
	width: 120px !important;
}
#gkIs-gk-is-740, #gkIs-gk-is-740 {
	top: 130px !important;
	min-height: 120px !important;
	width: 120px !important;
	height: 120px !important;
}
@media only screen and (min-width: 820px) and (max-width: 870px) {
	.sax_datum_slika {
		background-size: 175px auto;
    	height: 20px;
    	width: 320px;
	}
	.jezici {
		right: 140px;
    	top: 24px;
		width: 107px;
	}
	.social {
		padding: 26px 65px 0 0;
		height: 20px;
	}
}

	.grid_slika, .grid_text {
		width: 130px;
		height: 130px;
		font-size: 18px;
		line-height: 24px;		
	}
	.ikone {
		width: 260px;
		height: 130px;
	} 
	.grid_text a {
		height: 78px;
		padding-top: 52px;
	}
	#gkMainbody .grid_text .gkSectionNav, #gkMainbody .grid_slika .gkSectionNav {
		width: 130px;
	}
.gkTabsContainer .nspArt, .gkTabsContainer .nspArt div, .gkNspPM-BikestoreSlider .nspHeader {
	width: 110px !important;
}
.link_slike {
	height: 100px;
	width: 110px;
}
#gkBottom1 .nspArt h4.nspHeader {
	font-size: 15px;
}
.nspNext::after, .nspPrev::after {
	line-height: 10px !important;
}
.frontpage.dark-bottom .gkDarkBottom + #gkBottom1 {
	padding: 0 0 60px;
}
.gkTabsContainer {
	height: 135px !important;
}
#gkMainbody .box {
	margin-bottom: 0;
}
.logici {
	width: 36px !important;
	height: 36px !important;
	margin: 5px 10px 5px 0 !important;
}

@media only screen and (min-width: 869px) and (max-width: 977px) { 
.mali_logici {
	margin: 0 30px 10px 0;
}
.veliki_logici {
	height: auto;
}
}
@media only screen and (min-width: 712px) and (max-width: 869px) { 
	.veliki_logici {
		height: auto;
	}
}
