/*
#------------------------------------------------------------------------
# Publisher - November Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

/* Containers */

#gkPageWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 15px;
}

#gkPageTopBar {
	margin: 0px;
position: absolute;
top: 15px;
right: 15px;
width: 300px;
transition: all .700s ease-in-out;
-webkit-transition: all .700s ease-in-out;

}
#gkPageTopBar #gkSocial {
	margin-left: 15px!important;
}
#gkPageTopBar #gkUserArea {
	margin-right: 15px!important;
}
#gkPageLogo {
	margin: 0 -15px 20px -15px;
	padding: 0 35px;
	top: 0px;
	border-bottom: 0px;
}

#gkPageLogo {
	height: 140px;
}

#gkContent {
padding-left: 0px;
}

#gkFooter {
padding: 0 20px;
}

#gkContentWrap {
	border-bottom: 0px solid #464646;
	margin-bottom: 0px!important;
}

/* Footer adjustments */
#gkFooter {
	text-align: justify;
}

#gkFooter #gkStyleArea {
	display: block!important;
}

/* Limitation suffixes */
.box.notablet {
	display: none!important;
}
.box.nomobile {
	display: block!important;
}
.box.onlytablet {
	display: block!important;
}
.box.onlymobile {
	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 */
#gkMobileMenu {
	background: transparent url('../images/tablet_menu_btn.png') no-repeat 16px center;
	float: right;
	margin-top: 15px;
	position: relative;
}
#gkTopBanner {
	clear: both;
	margin: 40px auto 0 auto!important;
	
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	border: none!important;
	clear: none!important;
	float: left;
	text-indent: 15px;
	width: 64px!important;
}
#gkMobileMenu select {
	width: 80px;
	height: 45px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#gkMobileMenu {
	display: block!important;
	font-size: 18px;
	height: 52px;
	line-height: 44px;
	position: relative;
	width: 73px;
	text-indent: -9999px;
}

/* 4-column layout */
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.gkmod-more: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.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.gkmod-more: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;
}

/* Page elements */

#gkMainbody .registration {
	max-width: 100%;
}

.location-table td p {
	margin: 0px!important;
}

#gkContentWrap td {
width: 100%!important;
float: left;
padding: 10px;
}

#gkContentWrap td:nth-child(1) {
	border-color: #222;
}

.contactinfo td:nth-child(1) {
	border-color: #DBDBDB!important;
}

#gkContentWrap td p {
	margin: 10px 15px;
}

.contacttable td:nth-child(2) {
	padding-left: 20px;
}

table {
	margin-top: 20px;
}

table h2 {
	line-height: 40px;
padding: 10px 0px 0px;
}

#gkTopBanner {
	width: 300px;
	color: #000;
}
 #gkTopBanner a {
	 float: right;
	 color: #fff;
 }
 
 .contactinfo td h2 {
	margin: 10px 0 0 15px;
}

#gkLogo {
	margin-top: 5px;
}

#gkContentWrap2, #gkSidebar {
	width: 100% !important;
}
#gkSidebar {
	margin-bottom: 20px;
}
#gkSidebar .box {
	width: 100%;
}

#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}
#gkSidebar .box {
	clear: both!important;
}
#gkSidebar .box:nth-child(odd) {
	margin-right: 0!important;	
}
#gkSidebar .box:nth-child(even) {
	margin-left: 0!important;
}

#gkContent > section {
	margin: 0 10px 0 0;
}