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

/* Basic elements */

.responsive-iframe-container {
            position: relative;
            overflow: hidden;
            padding-top: 100%; /* 16:9 aspect ratio (change to 75% for 4:3 aspect ratio) */
        }

        .responsive-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


.table-container {
            display: flex;
            flex-direction: column;
            max-width: 100%;
            overflow-x: auto; /* Enable horizontal scrolling on small screens */
        }

        .table-row {
            display: flex;
            flex-wrap: wrap;
        }

        .table-header,
        .table-cell {
            flex: 1;
            padding: 8px;
            border: 1px solid #dddddd;
        }

        @media only screen and (max-width: 600px) {
            .table-header {
                display: none;
            }
        }

iframe {
    width: 100% !important;
    position: relative;
    height: 1100px;
}

.osdonate-form input[type="text"] {
    width: 150px !important;
}

html {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	color: #666;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}

a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a {
	color: #363636;
	-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
	     -o-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover {
	color: #4c90fe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	letter-spacing: -1px;	
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 52px;
}

h2,
.componentheading {
	font-size: 42px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 .5em;
}

iframe {
	max-width: 100%!important;
}
/* Containers */

.gkPage {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}

body[data-layout="left"] .gkPage {
	margin: 0!important;
}

#gkHeader {
	/*background-size: cover;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 70px;
}

#gkHeader + #system-message-container {
	margin-bottom: 70px;
	margin-top: -70px;
}

.imageBg #gkHeader {
	background: #000 url('../images/header.jpg') no-repeat center 0;
	background-attachment: fixed;
	border-bottom: none;
	margin-bottom: 0;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkContent,
#gkPageContent {
	width: 100%;
}

#gkPageContent + #gkFooter {
	margin-top: 50px;
}

/* Logo  */

#gkLogo {
	height: 44px;
	margin: 24px 30px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 140px;
	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: 44px;
	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;
}

/* Header */
#gkHeader {
	background: #75bf33;
}

#gkHeader h1 {
	font-size: 36px;
	font-weight: 400;
	margin: 20px 0 0 0;
	padding: 10px 0 40px 0;
}

#gkHeader h1 small {
	clear: both;
	color: #999;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 10px 0 0 0;
}

.imageBg #gkHeaderMod {
	clear: both;
	color: #fff;
	padding: 180px 0 130px 0;
	text-align: center;
}

.imageBg #gkHeaderMod h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 56px;
	margin: 0;
	padding: 0;
}

.imageBg #gkHeaderMod h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 56px;
}

.imageBg #gkHeaderMod .gk-form {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .23);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 50px 0 65px 0;
	padding: 10px 10px 7px 10px;
}

.imageBg #gkHeaderMod input[type="email"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none!important;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	display: inline-block;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	height: 68px;
	margin: 0!important;
	padding: 0 30px;
	position: relative;
	top: -3px;
	width: 456px;
}
.imageBg #gkHeaderMod input[type="email"]::-webkit-input-placeholder {
    color: #999;
    font-size: 20px;
    font-style: italic;
}
.imageBg #gkHeaderMod input[type="email"]:-moz-placeholder {
    color: #999;
    font-size: 20px;
    font-style: italic;
}
.imageBg #gkHeaderMod input[type="email"]::-moz-placeholder { 
    color: #999;
    font-size: 20px;
    font-style: italic;
}
.imageBg #gkHeaderMod input[type="email"]:-ms-input-placeholder {
    color: #999;
    font-size: 20px;
    font-style: italic;
}
.imageBg #gkHeaderMod input[type="submit"] {
	background: #4c90fe;
	border: none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: none;
	font-size: 26px;
	font-weight: 400;
	height: 68px;
	margin: 0 0 0 10px;
	padding: 0 30px;
}

.imageBg #gkHeaderMod input[type="submit"]:active,
.imageBg #gkHeaderMod input[type="submit"]:focus,
.imageBg #gkHeaderMod input[type="submit"]:hover {
	background: #fec54c;
}

.imageBg #gkHeaderMod .gk-video-link {
	background: transparent url('../images/gk_video_link.png') no-repeat 0 center;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 75px;
	-webkit-transition: background-position .2s ease-out, color .2s ease-out;
	-moz-transition: background-position .2s ease-out, color .2s ease-out;
	-ms-transition: background-position .2s ease-out, color .2s ease-out;
	-o-transition: background-position .2s ease-out, color .2s ease-out;
	transition: background-position .2s ease-out, color .2s ease-out;
}

.imageBg #gkHeaderMod .gk-video-link:hover {
	background-position: 10px center;
	color: #fec54c;
}

.imageBg #gkHeaderMod p {
	margin: 0;
}

/* Stylearea */

#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}

#gkStyleArea a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 10px;
}

#gkStyleArea a:first-child {
	margin-left: 0;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#gkColor1 {
	background: #4c90fe;
}

#gkColor2 {
	background: #99c24b;
}

#gkColor3 {
	background: #de5643;
}

/* Group modules */

#gkFooter {
	border-top: 1px solid #ddd;
}

#gkBottom1,
#gkBottom3,
#gkBottom5 {
	background: #f8f8f8;
}

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6 {
	border-top: 1px solid #eee;
	padding: 40px 0;
}

/* standard breadcrumb */

#gkBreadcrumb {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding: 10px 0;
}

#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #666;
}

#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 6px!important;
	color: #ddd;
}

#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 13px;
	font-weight: 500;
}

#gkBreadcrumb .breadcrumbs > ul > li a {
	font-weight: normal
}

#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* footer */

#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
}

#gkFooter > div {
	padding: 20px 0;
}

#gkFooterNav {
	float: left;
}

#gkFooterNav li {
	border: none;
	float: left;	
	margin: 0 10px 0 0!important;
	padding: 0;
}

#gkFooterNav a {
	color: #666;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	background: transparent;
	color: #4c90fe;
}

#gkCopyrights {
	float: right;	
	margin: 0 0 20px;
}

/* Other footer elements */

#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}

/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 100%;
}

#gkSidebar .box {
	color: #848484;
	margin: 0 0 20px 0;
	padding: 10px 0;
}

#gkSidebar .box:first-child {
	border-top: none;
	padding-top: 0;
}

div.content {
	clear: both;
}

.box li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

.box li:last-child {
	border-bottom: none;
}

.box li a {
	line-height: 2.0;
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

/* default suffix */

.box .header {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 0 0 25px 0;
}

.box .header em {
	color: #fec54c;
	font-style: normal;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

/* nomargin suffix */

.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* sidebar */

#gkSidebar .box a {
	color: #848484;
}

/* advertisement suffix */

#gkSidebar .box.advertisement {
	border-top: none;
}

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #ccc!important;
	font-size: 11px!important;
	font-weight: 300;
	margin: 0 0 12px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix light */
.box.light {
	background: #f8f8f8;
	padding: 20px!important;
}

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix color1 */

.box.dark {
	background: #75bf33!important;
	color: #999;
	padding: 20px!important;
}

.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	border-bottom: 1px solid #555;
	position: relative;
}

.box.dark ul li:last-child {
	border-bottom: none;
}

.box.dark a {
	color: #ddd!important;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #fec54c!important;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Suffix centered */
.box.centered h2.header {
	font-size: 42px;
	font-weight: 400;
	line-height: 44px;
	padding-bottom: 15px;
	text-align: center;
}

.box.centered {
	padding: 50px 0!important;
}

.gkCentered {
	clear: both;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

/* Suffix centered in mainbody */
#gkMainbody .box.centered {
	padding-top: 90px!important;
}

/* Suffix testimonials */
.box.testimonials {
	overflow: hidden;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/* Login form */

#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 10px 0;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}



/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

.login span#fb-auth {
	margin: 6px 0 0 10px;
}

body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}  
/*
#------------------------------------------------------------------------
# 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 
*/
 
/* Base for all menus */
#gkMainMenu,
.imageBg #gkMenuWrap #gkMainMenu {
	float: right;
	padding: 0;
	width: auto;
}
.imageBg #gkMainMenu {
	margin: 11px 0 0 0;
}
#gkMainMenu,
#gkMenuWrap #gkMainMenu {
	margin-top: 0;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}
.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a,
.imageBg #gkMenuWrap .gkMenu > ul > li > a {
	color: #333;
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 11px;
}

.imageBg .gkMenu > ul > li > a {
	color: #fff;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 5px 6px rgba(0, 0, 0, .26);
	box-shadow: 0 5px 6px rgba(0, 0, 0, .26);
	position: absolute;
	left: -999em;
	z-index: 999;
}
.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: 0;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 160px;
	margin-top: -35px!important;
}

/* main menu CSS */
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu ul li {
	clear: both;
	font-size: 12.8px;
	line-height: 30px;
	margin: 0;
}
.gkMenu > ul > li {
	float: left;
}
.gkMenu > ul > li.active > a {
	color: #fec54c;	
}
.gkMenu > ul > li > a {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #fec54c;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	margin: 0;
	padding: 0 20px;  
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.gkMenu > ul li div.childcontent li:hover {
	 background: #fec54c;
}
.gkMenu > ul li div.childcontent li:hover > a {
	border-top-color: #fec54c;
}
.gkMenu > ul li div.childcontent li:hover + li > a {
	border-top-color: #fff;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #fff;	
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child > a { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	border-top: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent header {
	padding: 10px 16px 6px 16px;
	display: block;
	color: #fff;
	margin: 0;
	font-weight: 400!important;
}
.gkMenu > ul li div.childcontent header a {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #e5e5e5;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}

/* normal menu */
#gkHeader > div:first-child {
	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);
	min-height: 70px;
}

.imageBg #gkHeader > div {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: auto;
}

.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: 140px;
	left: 0;
	position: absolute;
	-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: 0px;
	width: 100%;
	z-index: 1001;
}
#gkMenuWrap.active {
	top: 0;
}
#gkHeader.gkNoMenu {
	padding-top: 70px;
}
#gkMenuWrap .gkMenu a:hover,
#gkMenuWrap .gkMenu a:active,
#gkMenuWrap .gkMenu a:focus,
#gkMenuWrap .gkMenu li.active > a,
#gkMenuWrap .gkMenu > ul > li.active > a {
	color: #fec54c;
}
#gkMenuWrap .gkMenu ul ul li:hover > a {
	color: #fff!important;
}/*
#------------------------------------------------------------------------
# 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
 */
 
/*
 * News Show Pro GK5
 */

.nspMain { 
	position: relative;
}

/* Pagination */
.nspBotInterface,
.nspTopInterface { 
	clear: both; 
	float: right;
	margin: 5px 0;
	overflow: hidden; 
}

.nspTopInterface {
	position: absolute;
	right: 0;
	top: -57px;
}

.nspBotInterface .nspPagination {
	margin-top: 0;
}

/* 
	Interface - for different looking Top and Bottom interface use the following classes:  
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 5px 0 0 0!important; 
	padding: 0!important; 
}
.nspPagination li { 
	background: #ddd;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 10px; 
	margin: 6px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 10px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #aaa;
}
.nspNext,
.nspPrev { 
	background: url('../images/nsp_interface.png') no-repeat -11px 0; 
	cursor: pointer;
	float: left; 
	height: 21px; 
	margin: 0 4px;
	text-indent: -999em;
	width: 11px;
}
.nspPrev {
	background-position: 0 0;
}
.nspNext:hover,
.nspPrev:hover { 
	background-position: -11px -21px;
}
.nspPrev:hover {
	background-position: 0 -21px;
}

/* Articles layout */
.nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	padding: 3px;
}
.nspArtPage { 
	float: left; 
}
.nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspArt h4.nspHeader { 
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a { 
	text-decoration: none;
}
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
}
.nspArt p.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo {
	color: #aaa; 
	display: block!important;
	font-size: 12px;
	padding: 5px 0; 
}
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.nspArt .tleft { 
	text-align: left; 
}
.nspArt .tright { 
	text-align: right; 
}
.nspArt .tcenter { 
	text-align: center;
}
.nspArt .tjustify { 
	text-align: justify; 
}
.nspArt .fleft { 
	float: left; 
}
.nspArt .fright { 
	float: right; 
}
.nspArt .fnone { 
	clear: both; 
	float: none;
	width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
	clear: both; 
}
.readon.left { 
	float: left; 
}
.readon.right { 
	float: right; 
}
.readon.center { 
	display: inline; 
	float: none; 
}
.nspAvatar { }

/* Links layout */
.nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList { 
	float: left; 
}
.nspLinks ul { 
	list-style-type: none!important; 
	padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
	margin: 0!important;
	padding: 10px 0;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
	border-top: none;
}
.nspLinks ul li:hover { }
.nspLinks ul li h4 { }
.nspLinks ul li h4 a { 
	text-decoration: none; 
}
.nspLinks ul li h4 a:hover { }
.nspLinks ul li p { }

/* positioning */
.nspArts.left { 
	float: right; 
}
.nspLinksWrap.left { 
	float: left;
}
.nspArts.right { 
	float: left; 
}
.nspLinksWrap.right { 
	float: right; 
}

/* make element unvisible */
.nspMain .unvisible {  
	left: -9999px;  
	position: absolute; 
	top: auto; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
	height: auto;
	width: 100%!important; 
}
.nspArt img.nspImage { 
	max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
	overflow: hidden;
	width: 100%; 
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }

/* Animation */
.nspList,
.nspArtPage { 
	opacity: 0; 
	-webkit-transition: opacity 0.5s ease-out; 
	   -moz-transition: opacity 0.5s ease-out; 
	    -ms-transition: opacity 0.5s ease-out; 
      	 -o-transition: opacity 0.5s ease-out; 
	        transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { 
	opacity: 1; 
}

/* Suffix dark */
.dark .nspLinks .nspLinkScroll1 ul li {
	border-top-color: #555;
}

/* 
 * Portal Mode - News Gallery 
 */

.gkNspPM-NewsGallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 50px 72px;
	position: relative;
}

.gkNspPM-NewsGallery .gkImagesWrapper {
	width: 100%;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 12px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.active {
	display: block;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols1 > a { width: 100%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols2 > a { width: 50%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols3 > a { width: 33.3%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols4 > a { width: 25%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols5 > a { width: 20%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols6 > a { width: 16.66%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols7 > a { width: 14.28%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols8 > a { width: 12.5%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols9 > a { width: 11.11%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols10 > a { width: 10%; }

.gkNspPM-NewsGallery .gkImagesWrapper > a img {
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px;
}

.gkNspPM-NewsGallery .gkPrevBtn,
.gkNspPM-NewsGallery .gkNextBtn {
	background: transparent url('../images/news_gallery_interface.png') no-repeat 0 0;
	height: 41px;
	margin-top: -21px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 21px;
}

.gkNspPM-NewsGallery .gkPrevBtn {
	left: 0;
}

.gkNspPM-NewsGallery .gkNextBtn {
	background-position: -21px 0;
	right: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn:active,
.gkNspPM-NewsGallery .gkPrevBtn:focus,
.gkNspPM-NewsGallery .gkPrevBtn:hover {
	background-position: 0 -41px;
}

.gkNspPM-NewsGallery .gkNextBtn:active,
.gkNspPM-NewsGallery .gkNextBtn:focus,
.gkNspPM-NewsGallery .gkNextBtn:hover {
	background-position: -21px -41px;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay {
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: 100%;
	left: 50%;
	opacity:0; 
	padding: 10px;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 100%;
	z-index: 1;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay > span {
	background: #fec54c url('../images/news_gallery_overlay.png') no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 
 * Special Typography elements 
 */

/* Area with button */
.gkButtonArea {
	margin: 0 auto;
	max-width: 780px;
	padding: 0;
}
.gkButtonArea h3 {
	float: left;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
}
.gkButtonArea h3 small {
	clear: both;
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
}
.gkButtonArea a {
	background: #fec54d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-size: 18px;
	font-weight: 600;	
	height: 54px;
	line-height: 55px;
	padding: 0 50px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.gkButtonArea a:active,
.gkButtonArea a:focus,
.gkButtonArea a:hover {
	background: #4c90fe;
	color: #fff;
}

/* Horizontal slide */
.gkHorizontalSlide {
	clear: both;
}
.gkHorizontalSlideLeftColumn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 120px 0 0 0;
	width: 38%;
}
.gkHorizontalSlideLeftColumn h2 {
	color: #333;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 40px;	
}
.gkHorizontalSlideLeftColumn p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.gkHorizontalSlideLeftColumn a.button {
	background: #4c90fe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	height: 54px;
	line-height: 55px;
	margin-top: 20px;
	padding: 0 36px;
}
.gkHorizontalSlideLeftColumn a.button:active,
.gkHorizontalSlideLeftColumn a.button:focus,
.gkHorizontalSlideLeftColumn a.button:hover {
	background: #fec54c;
}
.gkHorizontalSlideRightColumn {
	border-right: 1px solid #ddd;
	float: right;
	margin: 0 0 -170px 0;
	overflow: hidden;
	padding: 50px 0 60px 0;
	width: 60%;
}
.gkHorizontalSlideRightColumn img {
	display: block;
	margin-left: 100%;
	max-width: 100%;
	-webkit-transition: margin-left .6s ease;
	-moz-transition: margin-left .6s ease;
	-ms-transition: margin-left .6s ease;
	-o-transition: margin-left .6s ease;
	transition: margin-left .6s ease;
}
.gkHorizontalSlideRightColumn.loaded img {
	margin-left: 0;
}

/* Suffix layered */
.box.layered {
	margin: -40px 0!important;
	overflow: hidden;
	padding: 200px 0 90px!important;
	position: relative;
}
.box.layered .gkTextBlock {
	max-width: 500px;
	position: relative;
	z-index: 2;
}
.box.layered .gkTextBlock h2 {
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 30px;
}
.box.layered .gkTextBlock p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 30px;
}
.box.layered .gkImageBlock {
	left: 0;
	position: absolute;
	top: -400px;
	-webkit-transition: top .6s ease;
	-moz-transition: top .6s ease;
	-ms-transition: top .6s ease;
	-o-transition: top .6s ease;
	transition: top .6s ease;
	z-index: 1;
}
.box.layered.loaded .gkImageBlock {
	top: 0;
}

/* Testimonials */
.gkTestimonials {
	margin: 30px -50px 0 -50px;
}
.gkTestimonials > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 50px;
	width: 33.3%;
}
.gkTestimonials figure {
	text-align: center;
}
.gkTestimonials figure img {
	border: 28px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 auto -75px auto;
}
.gkTestimonials figcaption {
	background: transparent url('../images/testimonial_quote.png') no-repeat right bottom;
	border-top: 1px solid #ddd;
	padding: 66px 0 18px 0;
	text-align: left;
}
.gkTestimonials figcaption q {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

/* Price Table */
.gkPriceTable {
	padding: 60px 0 48px 0;
}
.gkPriceTable::after {
	clear: both;
	content: "";
	display: table;
}
.gkPriceTable.col1 dl {
	width: 100%;
}
.gkPriceTable.col2 dl {
	float: left;
	width: 50%;
}
.gkPriceTable.col3 dl {
	float: left;
	width: 33.3%;
}
.gkPriceTable.col4 dl {
	float: left;
	width: 25%;
}
.gkPriceTable.col5 dl {
	float: left;
	width: 20%;
}
.gkPriceTable dl {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	padding: 25px;
}
.gkPriceTable.gkWhite dl {
	background: #f8f8f8;
}
.gkPriceTable dt {
	border-bottom: 1px solid #ddd;
	font-size: 27px;
	font-weight: 400;
	line-height: 65px;
	margin-top: -20px;
	text-align: center;
}
.gkPriceTable dd {
	font-size: 16px;
	font-weight: 36px;
	padding: 8px 0;
	text-align: center;
}
.gkPriceTable dd a {
	background: #4c90fe;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;	
	height: 54px;
	line-height: 55px;
	margin: 20px auto;
	padding: 0 50px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;	
}
.gkPriceTable dd a:active,
.gkPriceTable dd a:focus,
.gkPriceTable dd a:hover,
.gkPriceTable .gkPremium dd a {
	background: #fec54d;
}
.gkPriceTable .gkPremium dd a:active,
.gkPriceTable .gkPremium dd a:focus,
.gkPriceTable .gkPremium dd a:hover {
	background: #fff;
	color: #777;
}
.gkPriceTable dd.gkPrice {
	color: #fec54d;
	font-size: 68px;
	font-weight: 600;
}
.gkPriceTable dd.gkPrice small {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.gkPriceTable dl.gkPremium {
	background: #4c90fe;
	margin: -34px -10px 0 -10px;
	position: relative;
	z-index: 1;
}
.gkPriceTable dl.gkPremium dt {
	border-bottom: 1px solid #80b1ff; 
	color: #fff;
}
.gkPriceTable dl.gkPremium dd,
.gkPriceTable dl.gkPremium dd.gkPrice small {
	color: #fff;
}
.gkPriceTable dl.gkPremium dd.gkPrice {
	font-size: 90px;
}
.gkPriceTable dl.gkPremium dd {
	font-weight: 400;
	padding: 10px 0;
}
.gkPriceTableAnimated dl {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .6s ease;
	-moz-transition: -moz-transform .6s ease;
	-ms-transition: -ms-transform .6s ease;
	-o-transition: -o-transform .6s ease;
	transition: transform .6s ease;
}
.gkPriceTableAnimated dl.loaded {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
/* Disclaimer */
.gkDisclaimer {
	color: #999;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}
.gkDisclaimer strong {
	color: #fec54c;
	font-size: 25px;
	font-weight: 600;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/* Icons */
.gkIcons {
	margin: 70px 0 0 0;
}
.gkIcons > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: 33.3%;
}
.gkIcons > div h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 22px;
	text-align: center;
}
.gkIcons > div p {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.gkIconArea {
	background: transparent url('../images/icon_borders.png') no-repeat 0 0;
	height: 270px;
	margin: 0 auto 40px auto;
	position: relative;
	width: 270px;
}
.gkIconArea > a {
	height: 126px;
	left: 50%;
	margin: -63px 0 0 -63px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	-webkit-transition: all .3s ease-out!important;
	-moz-transition: all .3s ease-out!important;
	-ms-transition: all .3s ease-out!important;
	-o-transition: all .3s ease-out!important;
	transition: all .3s ease-out!important;
	width: 126px;
}
.gkCrop {
	background-color: #fff;
	background-image: url('../images/style1/gkcrop.png');
	background-position: center top;
}
.gkCrop:hover {
	background-color: #fe654c;
	background-position: center bottom;
}
.gkRocket {
	background-color: #fff;
	background-image: url('../images/style1/gkrocket.png');
	background-position: center top;
}
.gkRocket:hover {
	background-color: #4c90fe;
	background-position: center bottom;
}
.gkMobile {
	background-color: #fff;
	background-image: url('../images/style1/gkmobile.png');
	background-position: center top;
}
.gkMobile:hover {
	background-color: #fec54c;
	background-position: center bottom;
}
/*
#------------------------------------------------------------------------
# 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 
*/
 
/* Style 1 */

/* template.css */
a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover {
  color: #76c133;
}
#gkLogo.cssLogo,
#gkMenuWrap #gkLogo.cssLogo {
  background-image: url('../images/style1/logo_white_bg.png');
}
.imageBg #gkLogo.cssLogo {
  background-image: url('../images/style1/logo_normal.png');
}
.imageBg #gkHeaderMod input[type="submit"] {
  background: #4c90fe;
}
.imageBg #gkHeaderMod input[type="submit"]:active,
.imageBg #gkHeaderMod input[type="submit"]:focus,
.imageBg #gkHeaderMod input[type="submit"]:hover {
  background: #fec54c;
}
.imageBg #gkHeaderMod .gk-video-link:hover {
  color: #fec54c;
}
#gkFooterNav li:hover,
#gkFooterNav a:hover {
  color: #4c90fe;
}
.box .header em {
  color: #fec54c;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
  color: #fec54c!important;
}

/* joomla.css */
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon{
  background: #7ac142;
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover {
  background: #fec64d;
}
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a {
  background: #4c90fe;
}
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover {
  background-color: #fec64d;
}
th a:active,
th a:focus,
th a:hover {
  color: #4c90fe!important;
}
article header li a:hover {
  color: #4c90fe;
}
.tip-title {
  background: #4c90fe;
}
#system-message dd {
  background: #fec54c;
}
#system-message dd.error {
  background: #fe654c;
}
#system-message dd.notice {
  background: #4c90fe;
}
.pagination {
  border-top-color: #4C90FE;
}
div.bannerfooter {
  color: #4c90fe;
}
.autocompleter-queried {
  color: #4c90fe!important
}
.box.menu li {
  background-image: url('../images/style1/typography/bullet3.png');
}
th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
  color: #4c90fe;
}

/* gk_stuff.css */
.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay > span {
  background-color: #fec54c;
}
.gkButtonArea a {
  background: #fec54d;
}
.gkButtonArea a:active,
.gkButtonArea a:focus,
.gkButtonArea a:hover {
  background: #4c90fe;
}
.gkHorizontalSlideLeftColumn a.button {
  background: #4c90fe;
}
.gkHorizontalSlideLeftColumn a.button:active,
.gkHorizontalSlideLeftColumn a.button:focus,
.gkHorizontalSlideLeftColumn a.button:hover {
  background: #fec54c;
}
.gkPriceTable dd a {
  background: #4c90fe;
}
.gkPriceTable dd a:active,
.gkPriceTable dd a:focus,
.gkPriceTable dd a:hover,
.gkPriceTable .gkPremium dd a {
  background: #fec54d;
}
.gkPriceTable dd.gkPrice {
  color: #fec54d;
}
.gkPriceTable dl.gkPremium {
  background: #4c90fe;
}
.gkPriceTable dl.gkPremium dt {
  border-bottom: 1px solid #80b1ff; 
}
.gkDisclaimer strong {
  color: #fec54c;
}
.gkCrop {
  background-image: url('../images/style1/gkcrop.png');
}
.gkCrop:hover {
  background-color: #fe654c;
}
.gkRocket {
  background-image: url('../images/style1/gkrocket.png');
}
.gkRocket:hover {
  background-color: #4c90fe;
}
.gkMobile {
  background-image: url('../images/style1/gkmobile.png');
}
.gkMobile:hover {
  background-color: #fec54c;
}

/* menu.css */
.gkMenu > ul > li.active > a {
  color: #fec54c;  
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
  color: #fec54c;
}
.gkMenu > ul li div.childcontent li:hover {
   background: #fec54c;
}
.gkMenu > ul li div.childcontent li:hover > a {
  border-top-color: #fec54c;
}
#gkMenuWrap .gkMenu a:hover,
#gkMenuWrap .gkMenu a:active,
#gkMenuWrap .gkMenu a:focus,
#gkMenuWrap .gkMenu li.active > a,
#gkMenuWrap .gkMenu > ul > li.active > a {
  color: #fec54c;
}

/* k2.css */
.itemFeature {
  background: #fe654c;
}
span#formLog {
  background: #4c90fe;
}
.itemAttachmentsBlock {
  background-image: url('../images/style1/typography/tips.png');
}
a:hover.itemCommentsAuthor {
  color: #4C90FE
}
.genericView header h1 { 
  font-size: 24px; 
  color: #FE654C;
}
#itemListLinks li {
  background-image: url('../images/style1/typography/bullet-square2.png');
}
.k2CalendarBlock table.calendar tr td.calendarToday {
  background: #4C90FE;
}
table.calendar tr td.calendarTodayLinked a {
  color: #4c90fe;
}
.calendarNavLink {
  color: #4c90fe;
}

@media only screen and(max-width:480px){
.custom > p {
    color: #333;
    font-weight: 700;
}
}
