/*
#------------------------------------------------------------------------
# game. - December 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,
.box {
	font-size: 14px;
}
small {
	font-size: 90%;
}
/* Containers */
#gkPageContent {
	background-image: none!important;
}
#gkPageContent > div {
	padding: 10px 20px 0 20px;
}
#gkPageContent > div[data-inset-pos="left"] {
	padding-left: 0!important;
}
#gkPageContent > div[data-inset-pos="right"] {
	padding-right: 0!important;
}
div[data-inset-pos="left"] #gkContentWrap {
	padding: 0 0 0 25px!important;
}
div[data-inset-pos="right"] #gkContentWrap {
	padding: 0 25px 0 0!important;
}
#gkInset {
	margin-top: -10px;
	padding: 25px 15px;
}
#gkInset .box:first-child .gkBanner {
	margin: -25px -15px 20px -15px;
}
#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;
}
#gkBannerLeft .box {
	padding: 20px!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 */
#gkMobileMenu {
	float: right;
	margin: 24px 0 0 0;
	position: relative;
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	display: none;
}
#gkMainMenu.gkMenuOverlay,
#gkMainMenu.gkMenuOverlay #gkExtraMenu {
	display: block!important;
}
#gkMainMenu.gkMenuOverlay .gkMenu > ul > li > a {
	padding: 0 8px;
}
#gkMainMenu.gkMenuOverlay .gkMenu > ul > li.haschild:after {
	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;
	display: block!important;
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	margin: 6px 0 0 0!important;
	position: relative;
	text-align: right;
	width: 44px;
}
#gkMobileMenu i {
	color: #fff;
	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: 15px!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: 15px!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;
}
.gkBanner > a > img {
	width: 100%;
}
.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 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;
}

/* Suffix double */
.gkCols3 .box.double.gkmod-2,
.gkCols4 .box.double.gkmod-2,
.gkCols6 .box.double.gkmod-2 {
	width: 60%;
}

.gkCols3 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2 {
	width: 40%;
}
.gkCols3 .box.double.gkmod-3,
.gkCols4 .box.double.gkmod-3,
.gkCols6 .box.double.gkmod-3 {
	width: 40%;
}
.gkCols3 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3 {
	width: 30%;
}
.gkCols4 .box.double.gkmod-4,
.gkCols6 .box.double.gkmod-4 {
	width: 30%;
}
.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4 {
	width: 23.333333%;
}
.gkCols6 .box.double.gkmod-5 {
	width: 33.3%;
}
.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5 {
	width: 16.66%;
}
.gkCols6 .box.double.gkmod-6 {
	width: 20%;
}
.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6 {
	width: 16%;
}
.gkCols {
	margin: 0 -10px;	
}
.gkCols > div {
	padding: 0 10px;
}

/* Footer */
#gkCopyrights {
	margin: 20px 10px;
}
#gkFooterNav {
	padding: 0 10px;
}

/* Title block */
#gkHeader h1.gkPage {
	font-size: 34px;
	padding: 55px 10px 25px 10px;
}

/* IS */
.gkIsWrapper-gk_game figcaption h2 {
	font-size: 70px;
	text-indent: 0;
}
.gkIsWrapper-gk_game figcaption p {
	font-size: 17px;
	line-height: 18px;
}
.gkIsWrapper-gk_game figcaption > div {
	margin: 10% 0 0 0;
}

/* Tabs */
.bigtabs .gkTabsItem {
	padding: 20px;
}

/* NSP */
.box.border .nspArt {
	padding: 8px!important;
}
.box.border .nspHeader {
	font-size: 13px;
}
.box.border .nspArt p.nspInfo {
	font-size: 9px;
}
.box.highlights .gkNspPM-Highlights li {
	padding: 8px;
}
.box.highlights .gkNspPM-Highlights li:before,
.box.highlights .gkNspPM-Highlights li:after,
.box.highlights .gkNspPM-Highlights li h3:before {
	display: none;
}
.box.highlights .gkNspPM-Highlights h3 {
	font-size: 12px;
}
.box.highlights .gkNspPM-Highlights p {
	font-size: 10px;
	margin-top: 3px;
}
.box.highlights .gkNspPM-Highlights + a {
	line-height: 40px;
}
.showcase .nspHeader, .showcase-small .nspHeader {
	font-size: 15px!important;
	padding: 0 5px 5px 5px!important;
}
.showcase .nspImageWrapper:after {
	border: 2px solid #fff;
	font-size: 20px;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	text-indent: 18px;
	width: 40px;
	z-index: 2;
}
.gkNspPM-VideoGallery .gkSmallBlock figcaption {
	padding: 0 60px 0 80px;
}
.gkNspPM-VideoGallery .gkSmallBlock .gkImageWrap {
	margin: 0 10px 0 0;
}
.gkNspPM-VideoGallery .gkSmallBlock img, 
.gkNspPM-VideoGallery .gkSmallBlock .gkImageWrap {
	max-width: 70px;
}
.gkNspPM-VideoGallery .gkSmallBlock h3 {
	font-size: 15px;
}
.gkNspPM-VideoGallery .gkSmallBlock p {
	font-size: 11px;
}
.gkNspPM-VideoGallery .gkSmallBlock .gkItem {
	padding: 10px 0;
}
.gkNspPM-VideoGallery .gkBigBlock figcaption {
	padding: 10px;
}
.gkNspPM-VideoGallery .gkBigBlock {
	padding: 0;
}
.gkNspPM-VideoGallery .gkSmallBlock small {
	right: 2px;
}
.gkNspPM-VideoGallery .gkBigBlock h3 a {
	font-size: 18px;
	line-height: 1!important;
}
.gkNspPM-VideoGallery .gkBigBlock h3 {
	margin: 0;
}
.gkNspPM-VideoGallery .gkBigBlock figure:after {
	border: 2px solid #fff;
	font-size: 20px;
	line-height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: 25px;
	width: 60px;
}
.gkNspPM-VideoGallery .gkBigBlock figure.video:after {
	text-indent: 25px;
}
