/*
#------------------------------------------------------------------------
# Simplicity - February 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 
*/

/* Here you can include your override CSS styles */
.imageBg #gkHeader {
	background: #fff url('../images/header.jpg') no-repeat center 0;
	background-attachment: fixed;
	border-bottom: none;
	margin-bottom: 0;
}
.fox-copyright {
display: none !important;
}

.imageBg #gkHeader > div:first-child {
	background: transparent;
}
/* Fixed menu */
#gkMenuWrap {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	height: 120px;
	left: 0;
	position: fixed;
	-webkit-transition: top .2s ease-out;
	-moz-transition: top .2s ease-out;
	-ms-transition: top .2s ease-out;
	-o-transition: top .2s ease-out;
	transition: top .2s ease-out;
	top: -120px;
	width: 100%;
	z-index: 1001;
}
#gkMenuWrap.active {
	top: 0;
}
#gkHeader.gkNoMenu {
	padding-top: 120px;
}

/* Logo  */

#gkLogo {
	height: 120px;
	margin: 14px 30px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 387px;
	display: block;
	float: left;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#gkLogo img {
	display: block;
	margin: 0;
}

#gkLogo.cssLogo,
#gkMenuWrap #gkLogo.cssLogo {
	background: transparent url('../images/style1/logo_white_bg.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 100px;
	margin-top: 13px;
	width: 198px;
}

.imageBg #gkLogo.cssLogo {
	background: transparent url('../images/style1/logo_normal.png') no-repeat 0 0;
	margin-top: 24px;
}

#gkLogo.text {
	color: #fff;
	display: block;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	height: auto;
	margin: 14px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
}

#gkMenuWrap #gkLogo.text {
	margin-top: 2px;
}

#gkMenuWrap #gkLogo.text,
#gkMenuWrap #gkLogo.text .gkLogoSlogan {
	color: #333;
}

#gkLogo.text > span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

#gkLogo.cssLogo.mobileLogo {
    background: url("../images/mobile_logo.png") top left no-repeat;
    height: 120px;
    width: 120px;
}

.gkBannerhome {
	padding-top: 130px;
}

.gkBannerbackground {
	background: transparent url('../images/greyback.png') repeat;
	background-position: top left;
	color: #FFF;
	width: 780px;
	padding: 20px;
	border: 3px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/* Banner Styles */
.gkBannerWithButtonH {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #222;
	font-size: 28px;
	font-weight: 300;
	line-height: 101px;
	padding: 0 64px;
}
.gkBannerWithButtonH a {
	background: #7fb3ef;
	border: 5px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 400;
	height: 56px;
	line-height: 57px;
	margin-top: 18px;
	margin-left: 20px;
	padding: 0 40px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.gkBannerWithButtonH a:active,
.gkBannerWithButtonH a:focus,
.gkBannerWithButtonH a:hover {
	background: #ef7f7f;
	color: #fff;
}

.gkBannerWithButton {
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #222;
	font-size: 28px;
	font-weight: 300;
	line-height: 101px;
	padding: 0 64px;
}
.gkBannerWithButton a {
	background: #7fb3ef;
	border: 5px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	float: right;
	font-weight: 400;
	height: 56px;
	line-height: 57px;
	margin-top: 18px;
	padding: 0 40px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.gkBannerWithButton a:active,
.gkBannerWithButton a:focus,
.gkBannerWithButton a:hover {
	background: #ef7f7f
}
#gkSidebar .box a:link {
	color: #4C90FE;
#gkSidebar .box a:hover {
	color: #363636;
}