/*
#------------------------------------------------------------------------
# Music Free - #1 Free Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  GPL v.2.0
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
#gkPage > #gkContent,
#gkPage {
	width: 100% !important;
}
#gkPage {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#gkMainMenu {
	margin-left: -6px !important;
}
#gkMainMenu > nav > ul > li {
	margin-top: 6px !important;
}
#gkTop .box.quarter,
#gkBottom .box.quarter,
#gkPage .box.quarter {
	width: 25% !important;
}
#gkTop .box.half,
#gkBottom .box.half,
#gkPage .box.half,
#gkTop .box.one,
#gkBottom .box.one,
#gkPage .box.one,
#gkTop > .box,
#gkBottom > .box,
#gkPage > .box,
#gkTop .box.double,
#gkBottom .box.double,
#gkPage .box.double,
#gkTop .box.triple,
#gkBottom .box.triple,
#gkPage .box.triple,
#gkTop .box.fourfold,
#gkBottom .box.fourfold,
#gkPage .box.fourfold,
#gkTop .box.full,
#gkBottom .box.full,
#gkPage .box.full {
	width: 50% !important;
}
#gkPage .box.gkSidebarPreloader {
	width: 100% !important;
}
.notablet {
	display: none;
}
.nomobile {
	display: block;
}
.onlytablet {
	display: block;
}
.onlymobile {
	display: none;
}

/* menu area */
#gkToolbar {
	position: relative!important;
}
#gkToolbar ul {
	background: transparent url('../images/style1/mini_menu.png') no-repeat 9px 9px!important;
	border-bottom: 1px solid #ddd!important;
	min-height: 36px!important;
	position: absolute!important;	
	width: 150px;
	z-index: 10;
}
#gkToolbar ul li {
	background: #f9f9f9;
	border: 1px solid #ddd!important;
	border-top: none!important;
	border-bottom: none!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both!important;
	display: none;
	margin: 0!important;
	padding: 7px 9px!important;
	width: 150px;
}
#gkToolbar ul.hover li {
	display: block!important;
}
#gkToolbar ul li:first-child {
	margin-top: 36px!important;
}
.iconRSS,
.iconFacebook,
.iconTwitter,
.iconGoogle {
	position: relative;
	z-index: 11;
}

/* 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: 100% !important;
}

/* Tabs */
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
	border-right: none!important;
	border-top: 1px solid #e5e5e5;
	float: none !important;
}
.gkTabsWrap.vertical ol li:first-child,
.gkTabsWrap.horizontal ol li:first-child {
	border-top: none!important;
}

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

/* Footer menu */
#gkFooter {
	position: relative;
}
#gkFooter ul.menu {
	background: transparent url('../images/style1/mobile_menu.png') no-repeat 0 9px;
	float: left;
	padding-top: 42px!important;
	width: 50px!important;
}
#gkFooter ul.menu li {
	display: none!important;
}
#gkFooterMenu {
	display: block!important;
	filter: alpha(opacity=0);
	left: 70px;
	opacity: 0;
	position: absolute;
	top: 4px;
	width: 50px!important;
}

/* fix for the footer menu */
html body {
	padding-bottom: 0!important;
}
#gkFooter {
	bottom: 0!important;
	box-sizing: content-box!important;
	left: 0!important;
	margin: 0 0 -1px -16px!important;
	max-height: 41px;
	overflow: hidden;
	padding: 0 16px!important;
	position: relative!important;
	right: 0!important;
	top: 0!important;
}