/*
#------------------------------------------------------------------------
# AppsPro Tech -March 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
 */
/* Basic elements */
html { -webkit-font-smoothing: antialiased; }
::selection {
	background: #85BF92;
	color: #fff;
}

body {
	min-height: 100%;
	background: #f9f9f9;
	font-size: 14px;
	line-height: 2;
	color: #7d7b7a;
}
a {
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
	color: #85BF92;
}

a:hover,a:active,a:focus {
	color: #353639;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #353639;
}

h1 {
	font-size: 56px;
	font-weight: 700;
}

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

h3 {
	font-size: 135%;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 100%;
}

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

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

/* Containers */
#gkBg {
	border-top: 8px solid #353639;
	background: url('../images/style1/pattern_bg.jpg') repeat 0 0;
	background: url('../images/style1/bottom_bg.png') repeat-x 0 bottom, url('../images/style1/main_bg.jpg') no-repeat center top, url('../images/style1/pattern_bg.jpg') repeat 0 0;
	padding-bottom: 100px;
}

/* Rules only for IE8 where are added two additional divs */
#gkBg > div {
	background: url('../images/style1/main_bg.jpg') no-repeat center top;
}

#gkBg > div > div {
	background: url('../images/style1/bottom_bg.png') repeat-x 0 bottom;
}

#gkPage {
	margin: 0 auto;
	overflow: visible;
}

#gkMainMenu + #gkPage {
	margin-top: -45px !important;
}

#gkContent {
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 1px 3px #c24921;
	-moz-box-shadow: 0px 1px 3px #c24921;
	box-shadow: 0px 1px 3px #c24921;
	font-size: 15px;
	overflow: visible;
}

.nobg #gkContent {
	background: transparent !important;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 30px 0 0 0 !important;
}

#gkLeft,#gkRight {
	font-size: 14px;
}

/* Logo  */
#gkLogo {
	margin: 0;
	padding: 12px 0 0 0;
	text-indent: -999em;
	text-shadow: none;
	width: 360px;
	display: block;
}

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

#gkLogo.cssLogo {
	/* You can specify there logo size and background */
background: transparent url('../images/style1/logo.png') no-repeat 0 center;
	height: 110px;
	width: 360px;
	position: relative;
	left: -30px;
}

#gkLogo.text {
	text-indent: 0;
	text-transform: uppercase;
	color: #fff;
}

#gkLogo.text > span {
	display: block;
	font-size: 29px;
	line-height: 36px;
}

#gkLogo.text .gkLogoSlogan {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

/* top */
#gkPageTop {
	margin-top: 0 !important;
}

#gkTopNav {
	background: #353639;
	float: right;
	margin: 0 54px 0 0;
}

#gkTopNav:before {
	content: "";
	display: block;
	float: left;
	width: 54px;
	height: 36px;
	background: transparent url('../images/style1/topmenu_bg.png') no-repeat 0 0;
	margin: 0 0 0 -54px;
}

#gkTopNav:after {
	content: "";
	display: block;
	float: right;
	width: 54px;
	height: 36px;
	background: transparent url('../images/style1/topmenu_bg.png') no-repeat 0 -36px;
	margin: 0 -54px 0 0;
}

#gkTopNav ul.menu {
	float: left;
}

#gkTopNav li {
	float: left;
	font-size: 12px;
	line-height: 31px;
	margin-right: 15px;
}

#gkTopNav li a {
	color: #fff;
}

#gkTopNav li a:active,#gkTopNav li a:focus,#gkTopNav li a:hover {
	color: #68a36c;
}

#gkTopNav > a {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 21px;
	padding: 0 12px;
	text-transform: uppercase;
	background: #fcda3b;
	color: #353639;
	text-shadow: 0 1px 1px #fff;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	left: 10px;
	margin-top: 5px;

	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

#gkTopNav > a:active,#gkTopNav > a:focus,#gkTopNav > a:hover {
	background: #fff;
}

#gkHeader {
	margin: 0 auto;
}

#gkSearch {
	float: right;
}

#gkSearch #mod-search-searchword {
	width: 152px;
	border: 4px solid #fff;
	background: #ee6934 url('../images/style1/search_bg.png') no-repeat right center;
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding: 0 20px;

	-webkit-box-shadow: 0px 1px 3px #c24921;
	-moz-box-shadow: 0px 1px 3px #c24921;
	box-shadow: 0px 1px 3px #c24921;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* standard breadcrumb */
#gkBreadcrumb {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 0 0 3px;
}

#gkBreadcrumb .breadcrumbs {
	line-height: 22px;
	float: left;
}

#gkBreadcrumb .breadcrumbs li.separator {
	margin: 10px 8px;
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	background: #68A36C;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
}

#gkBreadcrumb .breadcrumbs > ul {
	line-height: 32px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	line-height: 22px;
}

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

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 0 0 4px !important;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
	border: 1px solid #e5e5e5;
}

#gkTools a:hover {
	border-color: #68A36C;
}

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

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

/* footer */
body > footer {
	color: #acacac;
	font-size: 13px;
	padding: 60px 0 20px 0;
	text-align: center;
	margin-top: 110px;
	background: transparent url('../images/style1/footer_bg.png') no-repeat center 0;
	overflow: hidden;
	min-height: 80px;
	position: relative;
	text-shadow: 0 1px 1px #fff;
}

body > footer nav {
	float: left;
}

body > footer a {
	color: #acacac;
}

body > footer a:active,body > footer a:focus,body > footer a:hover {
	color: #7a7a7a;
}

body > footer nav ul {
	height: 26px;
}

body > footer nav li {
	float: left;
	line-height: 26px;
	padding: 0 5px;
}

body > footer nav li:first-child {
	border-left: none;
}

body > footer p {
	float: right;
}

#gkStyleArea {
	display: block;
	text-align: center;
	clear: both;
	margin: 0 0 70px 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#gkStyleArea > a {
	width: 8px;
	height: 8px;
	margin-right: 5px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9999px;

	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);

	-webkit-transition: -webkit-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

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

#gkColor1 {
	background: #85BF92;
}

#gkColor2 {
	background: #d7616b;
}

#gkColor3 {
	background: #52b4f6;
}

body > footer p {
	margin: 0;
}

body > #gkFrameworkLogo {
	display: block;
	width: 140px;
	height: 42px;
	background: url('../images/framework-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 0 auto;
	padding-bottom: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	clear: both;
}

#gkSocial {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 13px;
}

#gkSocial p {
	width: 100%;
}

/* Suffixes */
.box,.box_text,.box_menu {
	overflow: hidden;
}

.box > div,.box_text > div,.box_menu > div {
	overflow: hidden;
	padding: 0 0 12px 0;
}

div.content {
	clear: both;
}

.box li,.box_menu li {
	border-top: 1px solid #eee;
	list-style-type: none;
	line-height: 26px;
	padding: 6px 0;
}

.box li:first-child {
	border-top: none;
}

.box li a,.box_text li a {
	text-decoration: none;
}

.box a,.box_text a {
	text-decoration: none;
}

/* default suffix */
.box .header,.box_menu .header,.box_text .header {
	color: #353639;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}

/* clear suffix */
.box.clear,.box_text.clear,.box_menu.clear {
	margin: 0;
	padding: 0;
}

.box.clear > div,.box_text.clear > div,.box_menu.clear > div {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

.clear .header {
	display: none;
}

/* dark suffix */
.box.dark {
	background: #353639;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #aaa;
}

.box.dark > div {
	padding: 15px 20px;
}

.box.dark h3.header {
	color: #fff;
}

.box.dark a {
	color: #fff;
}

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

.box.dark li {
	border-top: none;
}

/* color1 suffix */
#gkContent .box.color1 h3.header,#gkBottom2 .box.color1 h3.header {
	color: #85BF92;
}

/* color2 suffix */
.box.color2 {
	background: #fff;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* edit color: #ffb69e; */
	color: #68a36c!important;
}

.box.color2 > div {
	padding: 15px 20px;
}

.box.color2 h3.header {
	color: #353639 !important;
}

.box.color2 li {
	border-top: none;
}

.box.color2 a {
	/* color: #e25527 !important; */
	color: #85BF92 !important;
}

.box.color2 a:active,.box.color2 a:focus,.box.color2 a:hover {
	color: #353639 !important;
}

#gkContent .box.color2 {
	/* background: #e25527; */
	background: #85BF92;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #888 !important;
}

#gkContent .box.color2 > div {
	padding: 15px 20px;
}

#gkContent .box.color2 h3.header {
	color: #fff !important;
}

#gkContent .box.color2 a {
	color: #fff !important;
}

#gkContent .box.color2 a:hover,#gkContent .box.color2 a:active,#gkContent .box.color2 a:focus {
	/* edit color: #ffb69e; */
	color: #68a36c !important;
}

#gkContent .box.color2 li {
	border-top: none;
}

/* border suffix */
.box.border {
	border: 4px solid #fff;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box.border > div {
	padding: 15px 20px;
}

#gkContent .box.border {
	border: 4px solid #85BF92;
}

/* Big suffix */
.box.big h3.header {
	font-size: 26px;
	line-height: 31px;
}

/* advertisement suffix */
.box.advertisement .header {
	border-bottom: 1px solid #DCE9BE;
	/* edit color: #ffb69e; */
	color: #68a36c; !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px !important;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
}

#gkContent .box.advertisement .header {
	font-size: 9px !important;
	border-bottom: 1px solid #eee;
	color: #999 !important;
}

/* _menu suffix */
.box_menu ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.box_menu ul li {
	border-top: none;
	position: relative;
	padding: 0 !important;
}

.box_menu ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	background: #fff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: -20px;
	top: 12px;
	position: absolute;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.box_menu ul li:hover:before {
	width: 10px;
	height: 10px;
	background: #DCE9BE;
	top: 11px;
	left: -21px;
}

.box_menu ul li a {
	display: block;
	line-height: 14px;
	min-height: 14px;
	padding: 9px 0;
	color: #fff;
	font-size: 15px;
}

.box_menu ul li a:active,.box_menu ul li a:focus,.box_menu ul li a:hover {
	color: #85BF92;
}

.box_menu ul ul {
	margin: 0;
}

.box_menu ul ul li a {
	padding: 5px 0;
	font-size: 13px;
}

.box_menu ul ul li:before {
	width: 6px;
	height: 6px;
	top: 9px;
	left: -19px;
}

.box_menu ul ul li:hover:before {
	width: 8px;
	height: 8px;
	top: 8px;
	left: -20px;
}

#gkContent .box_menu ul {
	font-size: 14px;
}

#gkContent .box_menu ul li:before {
	background: #353639;
}

#gkContent .box_menu ul li:hover:before {
	background: #85BF92;
}

#gkContent .box_menu ul li a {
	color: #353639;
}

#gkContent .box_menu ul li a:active,#gkContent .box_menu ul li a:focus,#gkContent .box_menu ul li a:hover {
	color: #85BF92;
}

/* column modules */
.gkColumns > aside .box .header,.gkColumns > aside .box_menu .header,.gkColumns > aside .box_text .header {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 31px;
	color: #fff;
}

.gkColumns > aside .box,.gkColumns > aside .box_menu,.gkColumns > aside .box_text {
	color: #68a36c;
}

.gkColumns > aside .box.color2 {
	color: #7a7a7a !important;
}

.gkColumns > aside .box a,.gkColumns > aside .box_menu a,.gkColumns > aside .box_text a {
	color: #fff;
}

.gkColumns > aside .box a:active,.gkColumns > aside .box a:focus,.gkColumns > aside .box a:hover,.gkColumns > aside .box_menu a:active,.gkColumns > aside .box_menu a:focus,.gkColumns > aside .box_menu a:hover,.gkColumns > aside .box_text a:active,.gkColumns > aside .box_text a:focus,.gkColumns > aside .box_text a:hover {
	color: #68a36c;
}

.gkColumns > aside .box li,.gkColumns > aside .box_menu li,.gkColumns > aside .box_text li {
	border-top: none;
	padding: 3px 0;
}

.gkColumns > aside .box.color2 {
	padding: 0 !important;
}

/* Top & bottom modules on color bg */
#gkTop1,#gkBottom1 {
	/* edit color: #ffb69e; */
	color: #68a36c;
	font-size: 14px;
}

#gkTop1 h3.header,#gkBottom1 h3.header,#gkTop1 a,#gkBottom1 a {
	/* edit color: #fff; */
	color: #555152;
}

#gkTop1 a:active,#gkTop1 a:focus,#gkTop1 a:hover,#gkBottom1 a:active,#gkBottom1 a:focus,#gkBottom1 a:hover {
	/* edit color: #ffb69e; */
	color: #68a36c;
}

#gkTop1 li,#gkBottom1 li {
	border-top: none;
	line-height: 18px;
	padding: 4px 0;
}

/* Bottom modules on white bg */
#gkBottom2 {
	color: #a6a6a6;
	font-size: 12px;
	padding-top: 45px;
	text-shadow: 0 1px 1px #fff;
}

#gkBottom2 h3.header {
	font-size: 20px;
	line-height: 21px;
	font-weight: normal;
	color: #888;
	margin-bottom: 20px;
}

#gkBottom2 a {
	color: #828282;
}

#gkBottom2 a:active,#gkBottom2 a:focus,#gkBottom2 a:hover {
	color: #85BF92;
}

#gkBottom2 li {
	border-top: none;
	padding: 0;
}

/* 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;
	vertical-align: top;
}

#loginForm:after {
	clear: both;
	content: "";
	display: table;
}

#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: 2px 0 0;
}

#login-form ul li {
	float: left;
	font-size: 11px;
}

#login-form ul li:first-child {
	margin-right: 10px;
}

#gkPopupLogin #loginForm > div > div {
	width: 45%;
	float: right;
}

#gkPopupLogin #loginForm > div > div:first-child {
	float: left;
	padding: 0;
}

#gkPopupLogin #loginForm ul.menu li {
	line-height: 1.7;
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#loginForm .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}

/* 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: 2px 7px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	border: 1px solid #4d576b;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 17px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-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;
}

/* popup */
#gkPopupOverlay,#gkPopupLogin {
	display: none;
	overflow: hidden;
	width: 520px;
	margin-left: -260px;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#gkPopupLogin {
	position: absolute;
	top: 100px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#gkPopupLogin {
	width: 600px;
	margin-left: -300px;
}

.gkPopupWrap {
	padding: 35px;
}

.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}
