/*
#------------------------------------------------------------------------
# RockWall - April 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 
*/
body {
	font-size: 14px;
}

/* Containers */
#gkContent, 
#gkSidebar {
	width: 100% !important;
}
#gkSidebar .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px!important;
}

#gkInset,
#gkSidebar {
	float: none!Important;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 !important;
}

#gkContentWrap {
    padding: 0 0 60px;
}

#gkSidebar .box:first-child {
	padding-top: 60px !important;
}
#gkSidebar .box {
	border-top: none!important;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	width: 100%;
}

#gkSidebar .box.sign-in {
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#gkSidebar.gkOnlyOne .box,
#gkInset.gkOnlyOne .box {
	width: 100%!important;
}

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

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

.box.notablet {
	display: none!important;
}
.box.nomobile {
	display: block!important;
}
.box.onlytablet {
	display: block!important;
}
.box.onlymobile {
	display: none!important;
}
.box.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: 100% !important;
}

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

/* menu */
#gkMenuWrapper {
    background: none no-repeat scroll right 0 transparent;
}

#gkMobileMenu {
	background: transparent url("../images/menuBG.png") no-repeat 0 0;
	float: left;
	margin: 5px 0 0 0!important;
	position: relative;
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	display: none;
}
#gkMobileMenu select {
	width: 26px;
	height: 19px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#gkMobileMenu {
	bottom: 0;
    display: block !important;
    font-size: 18px;
    height: 19px;
    line-height: 44px;
    position: absolute;
    text-indent: -9999px;
    width: 26px;
}
#gkMenuWrap #gkMobileMenu {
	background: transparent url('../images/tablet_menu_white.png') no-repeat 0 0;
	margin: 13px 0 0 0;
}

/* 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: 30px!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: 50%;
}
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	width: 50%;
}
body .gkCols6 .gkmod-2.box:nth-child(2n+1),
body .gkCols6 .gkmod-4.box:nth-child(2n+1),
body .gkCols6 .gkmod-6.box:nth-child(2n+1) {
	clear: both;
}
body .gkCols6 .gkmod-3.box:nth-child(3n+1),
body .gkCols6 .gkmod-5.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: 50%!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: 50%!important;
}

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

/* Suffixes and other elements */

.gkNspPM-TitleOverlay figure {
	float: none;
}

.gkNspPM-TitleOverlay img {
	width: 100%;
}

.gkResponsive,
.gkResponsive img {
	width: 100%;
}

#gkSearch .mod-search-searchword {
	margin-left: 24px;
	width: 250px;
}

.gkIsWrapper-gk_rockwall figcaption h2 {
	font-size: 40px;
	line-height: 1.2;
}

#gkMiddleBar {
	margin-top: 30px!important;
}

#gkSearchMiddle .mod-search-searchword {
	width: 180px;
}

#gkBottom3 .box, 
#gkBottom4 .box {
	padding: 0 20px!important;	
}

.nsptitle30 h4.nspHeader,
.nsplinktitle30 .nspLinks h4,
.nsptitle40 h4.nspHeader,
.nsplinktitle40 .nspLinks h4,
.nsptitle50 h4.nspHeader,
.nsplinktitle50 .nspLinks h4,
.nsptitle60 h4.nspHeader,
.nsplinktitle60 .nspLinks h4,
.nsptitle70 h4.nspHeader,
.nsplinktitle70 .nspLinks h4,
.nsptitle80 h4.nspHeader,
.nsplinktitle80 .nspLinks h4,
.nsptitle90 h4.nspHeader,
.nsplinktitle90 .nspLinks h4 {
	padding-right: 0!important;
}

.gkIsWrapper-gk_rockwall figcaption {
	padding-top: 5%!important;
}

.gridItemTags {
    display: none;
}