/*
#------------------------------------------------------------------------
# CloudHost - September 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%;
}
.gkPage {
	padding: 0 15px;
}
/* Containers */
#gkPageContent {
	background-image: none!important;
}
#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-top: none!important;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	width: 50%;
}
#gkSidebar.gkOnlyOne .box,
#gkInset.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 */
.imageBg #gkLogo.cssLogo {
	margin-top: 15px;
}
#gkMobileMenu {
	float: right;
	margin: 24px 0 0 0;
	position: relative;
}
#gkExtraMenu {
	display: none!important;
}
#aside-menu #gkExtraMenu {
    display: block!important;
}
#gkMainMenu {
	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: #162021;
	display: block!important;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 14px 0 10px 0!important;
	position: relative;
	text-align: center;
	width: 44px;
}
#gkMobileMenu i {
	padding: 0!important;
}
#gkMenuWrap #gkMobileMenu {
	color: #162021;
	margin: 13px 0 10px 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: 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 */
.imageBg #gkHeader {
	background-image: url('../images/header_tablet.jpg');
}
.gkDomainSearch label {
	font-size: 20px;
}
#gkMainbody .box.bigspaces {
	padding: 36px 0!important;
}
#gkBottom1, 
#gkBottom2, 
#gkBottom3, 
#gkBottom4, 
#gkBottom5 {
	padding: 30px 0;
}
#gkBottom6 {
	padding: 60px 0;
}
.gkTestimonials[data-extralinks="on"] > div > div {
	width: 50%;
}
.gkTestimonials .gkText,
.gkTestimonials .gkLink {
	display: block;
	position: static;
	width: 100%!important;
}
.gkTestimonials .gkText > div, 
.gkTestimonials .gkLink > div {
	position: static;
}
.gkTestimonials .gkText > div > p, 
.gkTestimonials .gkLink > div > a {
	display: block;
	margin: 0;
}
.bigtitle .header {
	font-size: 28px;
	margin: 0 0 50px;
}
.gkPoints {
	width: 100%;
}
.gkFeatures h2 {
	font-size: 28px;
}
.gkIcon span {
	font-size: 14px;
	top: -17px;
}
.gkIcon i {
	margin: 50px auto;
}
.gkPriceTable dd {
	font-size: 14px;
}
.gkPriceTable dd.gkPrice > strong,
.gkPriceTable dd.gkPrice > .button {
	float: none;
}
.gkPriceTable dd.gkPrice > .button {
	margin-top: 10px;
}
.gkFrame {
	padding: 12px 16px;
}
.gkFrame > p,
.gkFrame > h4 {
	width: 60%;
}
#gkMainbody {
	margin-bottom: 30px;
}
body .gkColumns.bigSpaces h3 {
	font-size: 20px;
}
.gkColorPriceTable dt {
	font-size: 24px;
	line-height: 54px;
	margin: -8px -10px 32px -10px;
}
.gkColorPriceTable dd {
	font-size: 14px;
}
.gkColorPriceTable .gkPremium dt {
	font-size: 30px;
	line-height: 64px;
	margin: -8px -10px 48px -10px;
}
.gkColorPriceTable .gkPremium dd {
	font-size: 16px;
}
.gkColorPriceTable .gkPrice {
	font-size: 26px;
	margin: 0 0 20px 0;
}
.gkColorPriceTable .gkPremium .gkPrice {
	font-size: 28px;
}
.gkColorPriceTable dl {
	padding: 10px;
}
.gkColorPriceTable .gkLink {
	margin: 0 0 -56px 0;
}
.gkBigTitle {
	font-size: 42px;
	line-height: 48px;
	margin: 32px 0 20px 0;
}
.gkBigTitle + p {
	font-size: 16px;
	line-height: 20px;
	padding: 0 32px 42px;
}
.gkColumns[data-cols="4"] > div { 
	margin-bottom: 30px;
	width: 50%; 
}
.gkColumns[data-cols="4"] > div:nth-child(2n+1) {
	clear: both;
}
.gkPriceTable dt {
	font-size: 24px;
}
#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;
}