/*
#------------------------------------------------------------------------
# steak house - joomla! template (for joomla 2.5)
#
# copyright (c) 2007-2014 gavick.com. all rights reserved.
# license: copyrighted commercial software
# website: http://www.gavick.com
# support: support@gavick.com 
*/

/* containers */
body {
	background: #000;
}
#gkpagecontent {
	padding-top: 60px;
}
#gkcontent, 
#gksidebar {
	width: 100% !important;
}
#gkcontentwrap {
	margin-top: 20px;
	padding: 0!important;
}
#gksidebar .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px!important;
}
#gksidebar {
	padding: 0!important;
}
#gksidebar .box:first-child {
	padding-top: 10px!important;
}
#gksidebar .box {
	border-top: none!important;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	width: 50%;
}
#gksidebar.gkonlyone .box,
#gkinset.gkonlyone .box {
	width: 100%!important;
}
#gkinset {
	padding-left: 15px;
}
.itembody.gkinsetleft   #gkinset {
	padding-left: 0;
	padding-right: 15px;
}
#gksidebar .box:nth-child(2n 1) {
	clear: both!important;
}

/* limitation suffixes */
.box.onlydesktop {
	display: none!important;
}
.box.notablet {
	display: none!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: 95% !important;
}

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

/* menu */
#gkmobilemenu {
	float: right;
	margin: 24px 0 0 0;
	position: relative;
}
.gkmenuoverlay   #gkmobilemenu {
	display: none!important;
}
#gkextramenu {
	display: none!important;
}
#gkmainmenu {
	display: none;
}
#gkmobilemenu {
	color: #000;
	display: block!important;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 15px 0 9px 0!important;
	position: relative;
	text-align: center;
	width: 44px;
}
#gkmobilemenu i {
	color: #000;
	height: 44px;
	padding: 0!important;
	position: relative;
	right: 12px;
	text-align: center;
	width: 44px;
}

/* 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: 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 */
#gkmainbody {
	margin-bottom: 30px;
}
.gkcols[data-cols="4"] > div,
.gkcols[data-cols="5"] > div { 
	margin-bottom: 30px;
	width: 50%; 
}
.gkcols[data-cols="4"] > div:nth-child(2n 1),
.gkcols[data-cols="5"] > div:nth-child(2n 1)  {
	clear: both;
}
#k2container .itemscontainerwrap article header h2 {
	font-size: 18px;
	line-height: 24px;
}
article header h1, 
article header h2 {
	font-size: 32px;
}
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;
}

/* subpages */
.one-page-layout .bigtitle.has-bg {
	height: 320px;
	line-height: 360px;
}
.gkcols3 > div, 
.gkcols4 > div, 
.gkcols6 > div {
	margin: 0 -10px;
}
.gkcols3 .box.gkmod-1, 
.gkcols3 .box.gkmod-2, 
.gkcols3 .box.gkmod-3, 
.gkcols3 .box.gkmod-more {
	padding: 0 10px;
}
.gk-menu-container .gkcols {
	margin: 10px -20px 100px -20px;
}
.gk-menu-container .gkcols > div {
	padding: 0 20px;
}

/* frontpage elements */
.frontpage #gkheader,
.box.parallax {
	background-attachment: scroll;
}
#gkheadermod h1 {
	font-size: 48px;
}
#gkheadermod h2 {
	width: 72%;
}
.gk-menu-left-img,
.gk-menu-right-img,
.gk-description-left-img {
	display: none;
}
.gk-menu .gkcols > div {
	padding: 0 20px;
}
.gk-menu .gkcols {
	margin: 30px -20px 75px -20px;
}
.box.big-icon a {
	font-size: 30px;
}
.box.newsletter input {
	margin: 3px 0!important;
	width: 100%!important;
}
.box.newsletter .header {
	font-size: 20px;
}
.box.newsletter .header small {
	font-size: 16px;
}
.box.parallax {
	padding: 80px 0!important;
}
.bigtitle .header, 
.bigtitle > header h1 {
	font-size: 40px;
}
.bigtitle .header a:before, 
.bigtitle .header a:after, 
.bigtitle .header span:before, 
.bigtitle .header span:after, 
.bigtitle > header h1 > span:before, 
.bigtitle > header h1 > span:after {
	top: 20px;
}
.bigtitle .header small {
	font-size: 20px;
	margin: 4px 0 20px 0;
}
.gk-special-menu li {
	padding: 16px 10px;
}
.gk-special-menu h4 {
	font-size: 18px;
}
.gk-special-menu strong {
	font-size: 15px;
}
.box.gk-description {
	padding: 50px 0 150px;
}
.gk-menu .gkcols h3 {
	font-size: 16px;
}
.gk-menu dd strong {
	font-size: 13px;
}
.gk-menu dd small {
	font-size: 12px;
}

/* nsp grid news portal mode */
.gknsppm-gridnews hr.separator {
	margin: 10px auto 0 auto!important;
	padding: 0 0 10px 0!important;
	width: 130px;
}
.gknsppm-gridnews h3 {
	font-size: 18px;
}
.gknsppm-gridnews time {
	font-size: 11px;
}
.gknsppm-gridnews figcaption p {
	font-size: 12px;
}
