/*
#------------------------------------------------------------------------
# StoreFront - April 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 
*/

body,
.box {
	font-size: 14px;
}
small {
	font-size: 90%;
}
h1 {
    font-size: 36px;
    line-height: 36px;
}
h2 {
	font-size: 28px;	
}
h3 {
	font-size: 24px;
}
.gkPage {
	padding: 0 15px;
}
/* Containers */
#gkPageContent {
	background-image: none!important;
}
#gkHeader {
	margin-bottom: 0px;
}
#gkTopMenu,
#gkUserArea {
	margin-top: 0;
}
#gkContent, 
#gkSidebar,
#gkContentWrap {
	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: none!important;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	width: 50%;
}
#gkSidebar.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 */
.gkMenuOverlay + #gkMobileMenu {
	display: none!important;
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	display: none;
}
#gkMainMenu.gkMenuOverlay,
#gkMainMenu.gkMenuOverlay #gkExtraMenu {
	display: block!important;
}
#gkMobileMenu {
  
  display: block !important;
}

/* 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;
}
.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 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;
}

/* Frontpage elements */
.gk-newsletter input[type="email"] {
	width: 67%;
}
.gk-banners li div strong {
	padding: 0 10px;
}
.nspArtScroll1 {
	margin: 0;
}
.products .nspArt {
	padding: 10px 15px 20px 15px!important;
}
.products h4.nspHeader {
	font-size: 16px;
}
.gk-features li strong {
	font-size: 12px;
	padding: 10px;
}
.gk-features li strong sub {
	font-size: 11px;
}
.box.parallax {
	background-attachment: scroll;
}

/* VM */
.main-image img.product-image, 
.featured-view .spacer img, 
.latest-view .spacer img, 
.topten-view .spacer img {
	width: 100%!important;
}
.category > div > a,
.product > div > div > a {
	display: block;
	overflow: hidden;
}
#gkContentWrap {
    margin-top: 0;
}
ul.solutions li {
    width: 100%;
}
ul.solutions {
    position: relative;
	top: 0;
    margin: 0px -16px;
    width: auto;
}
.solutions > li:nth-child(1), .solutions > li:nth-child(2), .solutions > li:nth-child(3) {
    border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}
#tab1.active {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
    border-top: 1px solid #333;
}
#tab3.active {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom:1px solid #333;
}
#gkBottom1 .product-comparison {
    display: block;
}
#gkbottom2-title .custom > h3 {
    font-size: 30px;
    padding: 30px 0;
}
.solutions-left {
    border-right: none;
    width: 100%;
}
.solutions-right {
    width: 100%;
}
.solutions-right .padding-out {
    padding: 0;
}

#gkBottom1 p {
    font-size: 40px;
}
#gkBottom1 {
    padding: 30px 0;
}
#gkBottom1 .product-comparison {
    font-size: 18px;
}

#gkBottom3 p {
    padding: 0 0px 15px;
}
#gkBottom3 h3 {
    padding: 0 0 15px;
}

#gkBottom4 .fortune-container .padding {
    margin: 0;
}

#gkFooterNav .menu {
    width: 48%;
}
#gkFooterNav .custom.social-container {
    width: 23%;
}

#gkHeaderNav h1 {
	left: -125px;
    width: 471px;
}
#gkMobileMenu {
    padding: 0 0 4px !important;
}
#gkHeaderMod {
    padding: 25px 0 0;
}
.frontpage #gkHeaderMod {
    padding: 109px 0 0;
}
#gkHeaderMod {
    padding: 108px 0 0;
}

.item {
    margin: 0 0 25px 0 !important;
    position: static !important;
    width: 100% !important;
}
#bd_results .itemintro > p {
    padding: 0 0 20px;
}
#gkMainbody {
    padding: 20px 0 0;
}
#gkMainbody table.product-comapre-table, #gkMainbody table.product-comapre-table.second {
    width: 100%!important;
}
.package-container {
    width: 50%;
}

.advantages-container {
    width: 50%;
}
.product-links .watch {
    padding: 0 0 0 120px;
}
#gkSidebar {
    display: none;
}

#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide .slidetext {
    bottom: 5%;
}
#gkHeaderMod .slide-template-simple .slidetext .discover {
    font-size: 15px;
    margin: 25px 0 0;
    padding: 10px 15px;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.navigation-wrapper {
    top: 30%;
}

.column2-container {
    bottom: 5%;
}
.fpss-column2-text {
    width: 80%;
}
.fpss-column2-read {
    width: 20%;
}

.fpss-column1-text {
    max-width: 500px;
}
#gkHeaderMod .slide-template-simple {
    height: 350px;
}