/*
#------------------------------------------------------------------------
# Events - June Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
/* Basic elements */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #eee;
	color: #808084;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
body.frontpage {
	background-image: none!important;
}
#gkBottom4 .separator {
	color: #fff!important;
}
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, #community-wrap .joms-stream-box article>a, .faq li a:hover, #login-form ul li a:hover {
	color: #00bcf2;
	/*-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;*/
	transition: all 0.2s linear;
	text-decoration: none;
}
a:hover, a:active, a:focus, #gkMainbody header h1 a, #gkMainbody header h2 a, #k2Container article header h2 a, #gkSidebar .box a:hover, .faq li a, #login-form ul li a {
	color: #010101;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 100;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.itemBody h1, .itemBody h2, .itemBody h3, .itemBody h4, .itemBody h5, .itemBody h6 {
/*margin: 20px 0;*/
}
h1 {
	color: #029979;
	font-size: 36px;
	text-align: left;
	text-transform: none
}
h2, .componentheading {
	font-size: 36px;
	text-transform: none
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 1.7;
}
p {
	margin: 1em 0 2em;
}
iframe {
	max-width: 100%!important;
}
/* Containers */
.gkPage {
	margin: 0 auto!important;
	padding: 0;
}
.gkSingleModule > .gkPage {
	max-width: 100%;
}
#gkHeader {
	background-size: cover;
	margin: 0;
	padding: 0;
	position: relative;
}
#gkHeader.menu-visible {
	padding-top: 90px;
}
#gkHeaderNav {
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	height: 73px;
	padding: 0;
	position: fixed;
	top: -100px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 10000;
}
#gkHeaderNav.static {
	height: 90px;
	position: fixed;
	top: 0;
}
#gkHeaderNav.active {
	height: 80px;
}
#gkHeaderNav.static #gkLogoSmall {
	left: 70px;
	margin-left: -75px;
	position: relative;
	z-index: 10000000;
}
#gkHeaderNav.static #gkMainMenu {
	/*top: 10px;
	left: 50%;*/
	float: right;
	left: 45%;
	width: 85%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gkHeaderNav.active #gkLogoSmall {
	left: -5px;
	margin-left: 0;
	position: relative;
	top: 0;
}
#gkHeaderNav.active #gkMainMenu {
	left: 12% !important;
	right: 0;
	top: 0;
	transform: translateX(0%);
	width: 85% !important;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
#gkHeaderNav.active {
	top: 0px;
}
#gkHeaderNav > div {
	position: relative;
}
#gkHeaderMod > div > div {
	clear: both;
	padding: 50px 0 0px 0;
}
#gkBg {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent, #gkPageContent {
	width: 100%;/*padding: 20px 10px;*/
}
/*#gkPageContent {
	padding: 50px 0;
}*/

#gkPageContent {
	background: none repeat scroll 0 0 #e7ebef;
}
.frontpage #gkPageContent {
	padding-top: 0;
}
.frontpage #gkTop1, .frontpage #gkTop2 {
	padding: 100px 0 50px;
}
.top1-colorbg #gkTop1, .top2-colorbg #gkTop2 {
	background: #00bcf2;
}
.frontpage #gkBottom1.gkSingleModule, .frontpage #gkBottom2.gkSingleModule, .frontpage #gkBottom3.gkSingleModule, .frontpage #gkBottom4.gkSingleModule, .frontpage #gkBottom5.gkSingleModule {
	padding: 140px 0;
}
.frontpage .box.parallax {
	margin: -140px 0!important;
	padding: 140px 0!important;
}
.frontpage #gkPageContent {
	padding-bottom: 120px;
}
.frontpage #gkMainbody {
	margin: 0;
	padding: 140px 0 0 0;
}
.frontpage #gkMainbody .box {
	margin: 0;
}
.frontpage #gkHeader {
	background: url('../images/header_bg.jpg') no-repeat center top;
	background-attachment: fixed;
}
#gkMainbody > div > section {
	padding: 20px 0;
}
.com_k2 #gkMainbody > div > section {
	padding: 0;
}
/* Logo  */
#gkLogo, #gkLogoSmall {
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	text-shadow: none;
}
#gkLogoSmall {
	float: left;
}
#gkLogo img, #gkLogoSmall img {
	display: block;
	margin: 0 15px;
}
#gkLogo.cssLogo {
	background: url('../images/logo.png') no-repeat center center;
	/* You can specify there logo size and background */
	height: 188px;
	width: 152px;
}
#gkLogoSmall.cssLogo {
	background: url('../images/logo.png') no-repeat center center;
	background-size: 188px 152px;
	background-position: center bottom;
	/* You can specify there logo size and background */
	height: 90px;
	width: 152px;
}
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
	background-image: url('../images/logo.svg');
}
#gkLogoSmall.cssLogo:hover {
	height: 100px;
}
#gkLogo.text, #gkLogoSmall.text {
	color: #fff;
	display: block;
	float: none;
	font-size: 20px;
	font-weight: bold;
	height: 75px;
	letter-spacing: -2px;
	line-height: 63px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}
#gkLogoSmall.text {
	color: #000;
	float: left;
	height: 73px;
	line-height: 40px;
	padding: 0;
}
#gkLogo.text > span, #gkLogoSmall.text > span {
	display: block;
	font-size: 30px;
	line-height: 60px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan, #gkLogoSmall.text .gkLogoSlogan {
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin-top: -12px;
}
#gkLogoSmall.text .gkLogoSlogan {
	margin-top: -16px;
}
/* Mainbody */
#gkMainbody {
	background: none repeat scroll 0 0 #ffffff;
	margin: 20px auto;
	/* max-width: 740px;*/
	width: 100%;
}
/* Stylearea */
#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	display: inline-block;
	height: 9px;
	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: 9px;
}
#gkStyleArea a:first-child {
	margin-left: 0;
}
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gkColor1 {
	background: #f21b23;
}
#gkColor2 {
	background: #eb8038;
}
#gkColor3 {
	background: #59c2ff;
}
#gkColor4 {
	background: #355c7d;
}
#gkColor5 {
	background: #fa5456;
}
#gkColor6 {
	background: #fca51d;
}
/* Group modules */
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5 {
	background: #fff;
	overflow: hidden;
}
.bottom1-grey #gkBottom1:before, .bottom2-grey #gkBottom2:before, .bottom3-grey #gkBottom3:before, .bottom4-grey #gkBottom4:before, .bottom5-grey #gkBottom5:before {
	display: none;
}
.bottom1-fullwidth #gkBottom1, .bottom2-fullwidth #gkBottom2, .bottom3-fullwidth #gkBottom3, .bottom4-fullwidth #gkBottom4, .bottom5-fullwidth #gkBottom5 {
	padding: 0!important;
}
.bottom1-fullwidth #gkBottom1 .content, .bottom2-fullwidth #gkBottom2 .content, .bottom3-fullwidth #gkBottom3 .content, .bottom4-fullwidth #gkBottom4 .content, .bottom5-fullwidth #gkBottom5 .content {
	max-width: 100%;
	padding: 0!important;
	width: 100%;
}
#gkTop1, #gkTop2 {
	padding: 0 0 30px 0;
}
#gkBottom3, #gkBottom4 {
	padding: 60px 0;
}
#gkBottom2 {
	padding: 0px 0;
}
#gkBottom1 {
	padding: 0px 0px;
}
/* standard breadcrumb */
#gkBreadcrumb {
	font-size: 14px;
	margin: 0px 0 40px;
	padding: 0 0 10px;
	overflow: hidden;
}
.breadcrumbs {
	float: left;
	color: #000;
}
.breadcrumbs li.separator {
	color: #999;
	font-size: 8px;
	padding: 4px 6px !important;
	text-align: center;
	width: 22px;
}
.breadcrumbs > li {
	clear: none;
	float: left;
}
.breadcrumbs li a {
	color: #888;
}
.breadcrumbs li a:hover {
	color: #f21b23;
}
#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 {
	background-color: #029979;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	padding: 0;
	text-align: center;
}
#gkFooter strong {
	color: #000;
}
#gkFooterNav {
	margin: 100px auto 10px auto;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin: 0!important;
	padding: 0 8px!important;
}
#gkFooter a {
	color: #ffffff;
	padding: 0!important;
}
#gkFooter a:active, #gkFooter a:focus, #gkFooter a:hover {
	color: #f21b23;
}
#gkCopyrights {
	margin: 0 auto 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;
}
/*FABIO*/
#gkHeaderMod {
	background: url("/templates/gk_events/images/slide_background.png") no-repeat scroll center top / cover #e7ebef;
	position: relative;
}
.flex-caption .t1 {
	float: left;
	font-size: 50px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.flex-caption .t2 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin: -20px 0 10px;
	position: relative;
	text-align: left;
	text-transform: none;
	width: 100%;
}
.flex-caption .t3 {
	color: #9fe8e4;
	float: left;
	font-size: 15px;
	height: 30%;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.flex-caption .t4 {
	border: 1px solid #ffffff;
	border-radius: 6px;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: 100;
	height: 13%;
	width: 130px;
}
.modulo_planos {
	background-color: #e7ebef;
	height: 700px;
	margin: 125px 0;
	width: 100%;
}
.planos_box {
	height: 60%;
}
.planos_esq {
	float: left;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.plano_box {
	background-color: #fff;
	border-bottom: 7px solid #029979;
	border-radius: 5px;
	box-shadow: 0 0 3px 0 #888888;
	display: inline-block;
	height: 400px;
	margin: 0 5px !important;
	text-align: center;
	vertical-align: top;
	width: 29%;
}
#planos_white {
	float: none;
	position: relative;
}
#planos_gray {
	float: none;
	left: 10px;
	position: relative;
}
#planos_green {
	float: none;
	left: 20px;
	position: relative;
}
.modulo_planos h1 {
	height: 10%;
	text-align: center;
}
.planos_title {
	border: 7px solid #029979;
	border-radius: 50%;
	color: #029979;
	font-size: 22px;
	height: 135px;
	line-height: 120px;
	margin: 20px auto;
	text-align: center;
	width: 135px;
}
.planos_button {
	width: 100%;
}
.planos_button a button {
	float: none;
	margin: 0 auto;
}
.planos_box_bottom {
	border: 3px solid #029979;
	border-radius: 0 0 5px 5px;
	bottom: -63px;
	position: relative;
}
.planos_bottom_button {
	display: inline-block;
	float: none;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.planos_bottom_p {
	display: inline-block;
	float: none;
	height: 100%;
	width: 25%;
}
.planos_bottom {
	margin: 40px auto 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.modulo_tecnologia {
	height: 625px;
	width: 50%;
}
#gkBottom2 .modulo_tecnologia {
	width: 100%;
}
.tecnologia_container {
/*height: 40%;*/
}
.tecnologia_container h2 {
	color: #9b9b9b;
	font-size: 20px;
}
.tecnologia_container p {
	font-size: 14px;
	text-align: justify;
}
#gkBottom2 {
	background: url("/templates/gk_events/images/tecnologia_banner.png") no-repeat scroll right top rgba(0, 0, 0, 0);
	height: auto;
}
#gkBottom1 {
	background-color: #e7ebef;
	height: 740px;
}
#gkBottom3 {
	background-color: #029979;
	height: 385px;
}
.tecnologia_icons {
	/* background: url("/templates/gk_events/images/tecnologia_banner_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	height: 55%;
	position: relative;
}
.tecnologia_icon {
	float: left;
	width: 15%;
	height: 30%;
}
.tecnologia_icon img {
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}
.tecnologia_icon img:hover {
	opacity: 0.5;
	transition: all 0.3s ease-out 0s;
}
.tecnologia_saber_mais {
	float: right;
}
.tecnologia_saber_mais > a {
	bottom: 65px;
	color: #029979;
	float: right;
	position: relative;
	position: relative;
	right: 120px;
}
.modulo_banner_footer {
	background: url("/templates/gk_events/images/banner_newsletter_image.png") no-repeat scroll 0 0 #388b79;
	position: relative;
	top: -65px;
	height: 250px !important;
	padding: 0 !important;
}
._newsletter input {
	background-color: #fff !important;
	border: 0 none !important;
	color: #1dbcb3 !important;
}
.mbf_newsletter_box {
	background-color: #fff;
	border: 8px solid #589e8f;
	height: 60px;
	margin: 60px auto;
	width: 40%;
}
.modulo_banner_footer .acyfield_email input {
	color: #c7c7c7 !important;
	font-size: 12px;
	padding-left: 2px !important;
	text-transform: uppercase;
	/*width: 130px !important;*/
	width: 350px !important;
}
.modulo_banner_footer .acymailing_form tbody tr td {
	border-bottom: 0 none;
	padding: 2px 5px 0 5px;
}
.mbf_newsletter_title {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 40px;
}
.mbf_newsletter_text {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 40px;
}
.mbf_newsletter_title h1 {
	color: #fff;
}
.mbf_newsletter_text p {
	color: #fff;
}
.mbf_redes_sociais {
	height: 75px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -25px;
	width: 320px;
}
.mbf_rede_social {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 75px;
}
.mbf_rede_social:hover {
	border-bottom: 2px solid #fff;
}
#mbf_facebook {
	background: url("/templates/gk_events/images/facebook_logo.png")no-repeat scroll center 0 rgba(0, 0, 0, 0);
	float: none;
}
#mbf_gplus {
	background: url("/templates/gk_events/images/gplus_logo.png")no-repeat scroll center 0 rgba(0, 0, 0, 0);
	float: none;
}
#mbf_linkedin {
	background: url("/templates/gk_events/images/linkedin_logo.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
	float: none;
}
.modulo_banner_footer .acyfield_email input {
}
.modulo_banner_footer .acysubbuttons input {
	float: right;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	width: 100px !important;
}
.modulo_banner_footer .acysubbuttons input[type="submit"]:hover {
	color : #388b79 !important;
}
.tecnologia_saber_mais > a:hover {
	color : #388b79 !important;
}
#bsolus_rights {
	background: url("/templates/gk_events/images/footer_logo.png") no-repeat scroll 10px 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 10px;
	height: 60px;
	text-align: right;
	text-transform: uppercase;
	width: 93%;
}
#gkBottom4 {
	background-color: #029979;
	height: 145px;
	padding: 10px !important;
}
#gkBottom4 ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#gkBottom4 .menu .deep .parent li {
	display: block;
}
#gkBottom4 .menu li {
	display: inline;
	width: 190px;
}
#gkBottom4 .menu li a:hover {
	color: #fff !important;
}
#gkBottom4 .boc .gkmod-1 {
	float: none;
}
#gkBottom4 .menu ul {
	clear: both;
	float: none !important;
}
#gkBottom4 .menu ul li {
	clear: both;
}
#gkBottom4 .gkPage {
	display: table;
}
/*END FABIO*/
/* Suffixes */
/* default suffix */
.box {
	color: #888;
	line-height: 1.6;
	width: 100%;
}
.box + .box {
	margin: 50px 0 0 0;
}
div.content {
	clear: both;
}
.box li {
	/*border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 7px 0;*/
	float: left;
}
.box li:last-child {
	border-bottom: none;
}
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul ul {
	margin-left: 20px;
}
.box .header {
	color: #029779;
	float: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}
/* clear suffix */
.box.clear {
	border: none !important;
	clear: none;
	padding: 0!important;
}
.clear div.content {
	clear: both;
}
/* parallax suffix */
.box.parallax {
	background-attachment: fixed;
	background-image: url('../images/parallax_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	margin: -65px 0!important;
	overflow: hidden;
	padding: 110px 0!important;
}
.box.parallax .header {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 30px 0;
}
.box.parallax a:active, .box.parallax a:focus, .box.parallax a:hover {
	color: #fff;
}
/* bigtitle suffix */
.box.mediumtitle .header {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}
/* bigtitle suffix */
.box.bigtitle .header {
	font-size: 56px;
	text-align: center;
	text-transform: none;
}
.box.bigtitle .header > small {
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin: 25px 0 40px 0;
	text-align: center;
}
/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
	color: #bbb!important;
	font-size: 12px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: none;
}
/* suffix light */
.box.light {
	background: #f6f6f6;
	border: none;
	padding: 32px!important;
}
/* suffix _text */
.box_text > div {
	background: #fff;
}
/* suffix dark */
.box.dark {
	background: #000;
	border: none;
	color: #999;
	padding: 32px!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 #333;
	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: #f21b23!important;
}
.box.dark ul ul {
	margin: 0 0 0 20px;
}
/* suffix color1 & color2 */
.box.color1, .box.color2 {
	background: #00bcf2;
	border: none;
	color: rgba(255, 255, 255, .7);
	padding: 32px!important;
}
.box.color2 {
	background: #f21b23;
}
.box.color1 .header, .box.color2 .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.color1 h1, .box.color1 h2, .box.color1 h3, .box.color1 h4, .box.color1 h5, .box.color1 h6, .box.color2 h1, .box.color2 h2, .box.color2 h3, .box.color2 h4, .box.color2 h5, .box.color2 h6 {
	color: #fff;
}
.box.color1 ul, .box.color2 ul {
	margin: 0;
	padding: 0;
}
.box.color1 ul li, .box.color2 ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: relative;
}
.box.color1 ul li:last-child, .box.color2 ul li:last-child {
	border-bottom: none;
}
.box.color1 a, .box.color2 a {
	color: rgba(255, 255, 255, .9)!important;
}
.box.color1 a:active, .box.color1 a:focus, .box.color1 a:hover, .box.color2 a:active, .box.color2 a:focus, .box.color2 a:hover {
	color: #fff!important;
}
.box.color1 ul ul, .box.color2 ul ul {
	margin: 0 0 0 20px;
}
/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}
/* Menu suffix */
.box ul.menu ul {
	margin: 0 0 32px 0;
}
.box ul.menu li li {
	/*border-bottom: 1px solid #e5e5e5;*/
	font-size: 12px;/*padding-left: 6px;*/
}
.box ul.menu li.active {
}
#gkSidebar .box li.active a {
	border-bottom: 2px solid;
	color: #029979;
	font-weight: 400;
}
.box ul.menu li li a { /*margin: 0 0 0 6px*/
}
.box .menu .header + .content ul li:first-child {
	border-top: none;
}
.menu li a {
	color: #fff;
	display: inline-block;
}
.menu li a:hover {
	color: #388b79 !important;
}
.box .menu li li a {
	color: #105e46;
	font-weight: normal;
	text-transform: none;
}
.box .menu li li a:hover {
	color: #fff;
}
.box .menu li strong {
	display: block;
}
/* Bottom blocks */
#gkBottom1 > .box, #gkBottom2 > .box, #gkBottom3 > .box, #gkBottom4 > .box {
	padding: 0;
}
#gkBottom2.gkSingleModule, #gkBottom3.gkSingleModule, #gkBottom4.gkSingleModule, #gkBottom5.gkSingleModule {
	padding: 65px 0;
}
#gkBottom1.gkSingleModule .box, #gkBottom2.gkSingleModule .box, #gkBottom3.gkSingleModule .box, #gkBottom4.gkSingleModule .box, #gkBottom5.gkSingleModule .box {
	padding: 0;
}
.bottom1-bar #gkBottom1, .bottom2-bar #gkBottom2, .bottom3-bar #gkBottom3, .bottom4-bar #gkBottom4 {
	padding: 0;
}
.bottom1-bar #gkBottom1 > div, .bottom2-bar #gkBottom2 > div, .bottom3-bar #gkBottom3 > div, .bottom4-bar #gkBottom4 > div {
	display: table;
	width: 100%;
}
.bottom1-bar #gkBottom1 .box, .bottom2-bar #gkBottom2 .box, .bottom3-bar #gkBottom3 .box, .bottom4-bar #gkBottom4 .box {
	display: table-cell;
	float: none;
	margin: 0;
	padding: 30px;
	position: relative;
	vertical-align: top;
}
.gkBottomTitle {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 80px;
}
/* tablet/mobile suffixes */
.onlydesktop {
	display: block;
}
.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 p {
	margin: 0.5em 0;
}
#login-form ul {
	border-top: 1px solid #E5E5E5;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 12px 0;
}
#login-form ul li {
	color: #999;
	font-size: 12px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"], #login-form input[type="password"] {
	width: 95%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
/* Popup Login */
#gkPopupOverlay, #gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 1000002;
	left: 50%;
	top: 80px;
}
#gkPopupOverlay {
	position: fixed;
}
#gkPopupLogin {
	margin-left: -220px;
	position: fixed;
	width: 426px;
}
#gkPopupLogin > div {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkPopupLogin .gkUserdata, #gkPopupLogin .gkUsermenu {
	float: left!important;
	width: 50%!important;
}
.gkUsermenu .menu {
	margin: 32px 0 0
}
.gkUsermenu .menu li a {
	border-bottom: 1px solid #E5E5E5;
	display: block;
	margin: 0 0 6px;
	padding: 3px 6px;
}
.gkPopupWrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	margin: 0 0 24px;
}
.gkPopupWrap .logout-button {
	margin-top: 20px;
}
#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;
}
.gkPopupWrap .button {
	height: 45px;
	line-height: 42px;
	width: 100%
}
#gkPopupLogin #login-form + a {
	border-color: #f21b23;
	float: none;
	background: #f21b23;
	border-bottom-color: #a00600;
	margin: 12px 0 0
}
#gkPopupLogin #login-form + a:hover {
	background: #000;
	border-color: #000
}
/* 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: 11px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 4px solid #556b9b;
	display: inline-block;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	font-weight: 700;
	margin: 12px 0 0 0;
	padding: 0 24px 0 12px;
	cursor: pointer;
	height: 45px;
	-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;
	text-transform: uppercase;
	text-align: center;
	width: 100%
}
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;
}
#gkHeaderMod.contactos {
	background: none;
	max-height: none;
	height: 700px;
}
#gkHeaderMod.contactos .gkPage {
	max-width: none;
	padding: 0px 0px;
}
#gkHeaderMod.contactos > div > div {
	padding: 0px;
}
.lightboxlink {
	display: none;
}
#gkBottom3.contactos .modulo_banner_footer {
	display: none;
}
#gkBottom3.contactos {
	height: 120px;
	padding: 50px 0px 0px;
}
.rsform_contactos_form {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	border-bottom: 6px solid #029979;
	border-radius: 5px;
	height: auto; 
	opacity: 0.9;
	position: absolute;
	right: 40px;
	top: 50px;
	width: 360px;
	z-index: 10;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li input, textarea, select {
	border-radius: 0;
	height: 30px !important;
	width: 300px;
}
textarea#comentarios {
	height: auto!important;
	font-size: 12px;
	padding: 3px 5px 3px 10px !important;
	font-weight: 200;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li strong.formRequired {
	display: none;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li .formCaption2 {
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 40%;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li .formBody {
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li {
	display: inline-flex;
	width: 100%;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li .rsform-reset-button {
	display: none;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li .anxoo {
	display: none;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li:last-child {
	width: 40%;
	margin: 0px;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li:last-child input {
	border-radius: 5px;
	width: 100px;
}
.rsform_contactos_form fieldset.formFieldset ol.formContainer li:last-child .formBody .rsform-submit-button {
	margin: 0px;
}
#enviar {
	margin: 0px;
}
.formBody.contactos_form_header {
	background: none repeat scroll 0 0 #029979;
	height: 150px;
	padding: 20px 10px 0 30px;
}
.cfh1 {
	width: 100%;
	float: left;
	height: 40%;
}
.cfh1 > img {
	margin: 0 0 0 -30px;
	width: 100%;
}
.cfh2 {
	background: url("/templates/gk_events/images/contactos_i.png") no-repeat scroll left center #029979;
	width: 100%;
	float: left;
	height: 20%;
}
.cfh3 {
	background: url("/templates/gk_events/images/contactos_phone.png") no-repeat scroll left center #029979;
	width: 100%;
	float: left;
	height: 20%;
}
.cfh4 {
	background: url("/templates/gk_events/images/contactos_email.png") no-repeat scroll left center #029979;
	width: 100%;
	float: left;
	height: 20%;
}
.contactos_form {
	color: #9c9c9c;
	font-size: 12px;
}
.contactos_form tbody tr td {
	border: medium none;
	padding: 5px 10px;
	text-align: right;
}
.contactos_form tbody tr input, select {
	height: 30px !important;
	width: 225px;
	border-radius: 0px;
	padding: 0 10px !important;
}
.contactos_form tbody tr {
	height: 30px;
}
.contactos_form #captchaTxt68 {
	margin-right: 151px !important;
}
.rsform-block.rsform-block-cabecalho td {
	background: none repeat scroll 0 0 #029979;
	color: #fff;
	height: 150px;
	line-height: 25px;
	padding: 20px 10px 10px 20px;
	text-align: left;
	text-indent: 25px;
}
#enviar {
	border-radius: 5px;
	float: right;
	height: 32px !important;
	line-height: 28px;
	margin: -40px 0 0;
	padding: 0 !important;
	text-align: center;
	width: 90px;
}
.rsform-block.rsform-block-mensagem {
	height: 75px;
}
.contactos_form tbody tr textarea {
	height: 100% !important;
	width: 225px;
}
.contactos_form .rsform-reset-button {
	display: none;
}
.rsform-block.rsform-block-capcha td {
	text-align: left;
}
.rsform-block rsform-block-capcha td {
	width: 10px;
}
#gkHeaderMod.empresa {
	background: #e7ebef;
	height: 700px;
	max-height: none;
}
.empresa_content {
	background: none repeat scroll 0 0 #fff;
	height: auto;
	margin: 0 auto;
	/*max-width: 740px;*/
	width: 100%;
}
#gkMainbody .empresa_content .empresa_text h1 {
	color: #029979;
	font-size: 35px;
	font-weight: unset;
	margin: 10px 0 5px !important;
}
#gkMainbody .empresa_content .empresa_text h2 {
	color: #e7ebef;
	font-size: 20px;
}
#gkMainbody .empresa_banner {
	/*background : url("/templates/gk_events/images/empresa_banner.png") no-repeat scroll 0 0 #fff;*/
	overflow: hidden;
	width: 100%;
}
#gkMainbody .empresa_text {
	background: url("/templates/gk_events/images/empresa_map.png") no-repeat scroll right bottom #fff;
	height: 45%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 100%;
}
#gkMainbody .empresa_p button {
	margin: 10px auto 0;
	float: none;
}
#gkMainbody .empresa_p {
	height: 100%;
	margin-top: 15px;
	width: 60%;
}
#gkMainbody .empresa_p p {
	color: #9b9b9b;
	font-size: 15px;
	font-weight: 200;
	margin: 20px 0 0;
	position: unset;
	width: 100%;
}
#gkMainbody .empresa button {
	float: none;
	margin: 40px auto;
	width: 25%;
}
.empresa_s {
	color: #029979;
}
#gkBottom3.empresa .modulo_banner_footer, #gkBottom3.quem-somos .modulo_banner_footer, #gkBottom3.missão .modulo_banner_footer, #gkBottom3.valores .modulo_banner_footer, #gkBottom3.mediação-de-seguros .modulo_banner_footer, #gkBottom3.versão-gratuita .modulo_banner_footer, #gkBottom3.tecnologia .modulo_banner_footer, #gkBottom3.clientes .modulo_banner_footer, #gkBottom3.planos .modulo_banner_footer, #gkBottom3.white .modulo_banner_footer, #gkBottom3.gray .modulo_banner_footer, #gkBottom3.green .modulo_banner_footer, #gkBottom3.produto .modulo_banner_footer, #gkBottom3.versão-demonstrativa .modulo_banner_footer {
	display: none;
}
#gkBottom3.empresa, #gkBottom3.quem-somos, #gkBottom3.missão, #gkBottom3.valores, #gkBottom3.mediação-de-seguros, #gkBottom3.versão-gratuita, #gkBottom3.tecnologia, #gkBottom3.clientes, #gkBottom3.planos, #gkBottom3.white, #gkBottom3.gray, #gkBottom3.green, #gkBottom3.produto, #gkBottom3.versão-demonstrativa, .modulo_banner_footer {
	height: 120px;
	padding: 50px 0px 0px;
}
.planos_desc > p {
	font-size: 14px;
	padding: 0 5px;
}
#gkBottom1.informação-sobre-produtos {
	height: 930px;
}
.informação-sobre-produtos .lunni_menu_content {
	height: 890px !important;
}
.lunni_menu_content {
	background: none repeat scroll 0 0 #ffffff;
	height: 600px;
	margin: 10px auto 0;
	max-width: 740px;
	width: 100%;
}
.informacao-sobre-produtos_content {
	height: 100%;
	text-align: center;
	width: 100%;
}
.info_product {
	float: left;
	height: 130px;
	margin-right: 0;
	width: 50%;
}
.info_product_icons {
	height: 100%;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	width: 100%;
}
.info_product_icon {
	float: left;
	height: 100%;
	width: 25%;
}
.info_product_desc {
	float: left;
	padding-right: 15px;
	height: 100%;
	width: 70%;
}
.info_product_desc > p {
	font-size: 12px;
	margin: 0;
	position: relative;
	text-align: justify
}
.info_product_icon > img {
	position: relative;
	top: 5%;
}
#gkBottom1.planos {
	height: 2500px;
}
.lunni_menu_content h1 {
	color: #029979;
	font-size: 35px;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
#gkMainbody .planos_content h1 {
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
}
#gkMainbody .planos .lunni_menu_content {
	height: 2400px;
}
#gkMainbody .planos_table_title {
	background: none repeat scroll 0 0 #029979;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
#gkMainbody .planos_table {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 97% !important;
}
#gkMainbody .planos_table tbody {
	width: 100% !important;
}
#gkMainbody .planos_table td {
	border: 0 none;
}
#gkMainbody .planos_table_title > td {
	padding-left: 5px;
}
#gkMainbody .planos_table_prices.ptp_1 {
	font-size: 20px;
}
#gkMainbody .planos_table_prices.ptp_2 {
	font-size: 18px;
}
#gkMainbody .planos_table_prices.ptp_3 {
	font-size: 13px;
}
#gkMainbody .planos_table_prices.ptp_4 {
	font-size: 12px;
}
#gkMainbody .planos_table_prices.ptp_1 td {
	padding: 5px 10px 0;
}
#gkMainbody .planos_table_prices.ptp_2 td {
	padding: 5px 10px 0;
}
#gkMainbody .planos_table_prices.ptp_3 td {
	padding: 5px 10px 0;
}
#gkMainbody .planos_table_prices.ptp_4 td {
	padding: 5px 10px;
}
#gkMainbody .planos_table_row1 td:first-child {
	padding-left: 20px;
	text-align: left;
}
#gkMainbody .planos_table_row0 td:first-child {
	text-align: left;
}
#gkMainbody .planos_table_prices {
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
	font-weight: 600;
}
#gkMainbody .planos_table_row1 {
	background: none repeat scroll 0 0 #f6f6f6;
	color: #000000;
	font-weight: 400;
}
#gkMainbody .planos_table_row0 {
	background: none repeat scroll 0 0 #e4e4e4;
	color: #000000;
	font-weight: 400;
}
#gkMainbody .planos_table_footer {
	background: none repeat scroll 0 0 #f6f6f6;
	font-size: 15px;
	text-align: center;
	margin-left: 10px;
	width: 47%;
}
#gkBottom3.planos .modulo_banner_footer {
	display: none;
}
#gkBottom3.planos {
	height: 120px;
	padding: 50px 0 0;
}
#gkBottom3.informação-sobre-produtos .modulo_banner_footer {
	display: none;
}
#gkBottom3.informação-sobre-produtos {
	height: 120px;
	padding: 50px 0 0;
}
#gkMainMenu .mod-languages {
	position: absolute;
	right: 0;
	top: 18px;
}
#gkMainMenu .banner_redes_sociais {
	position: absolute;
	right: 80px;
	top: 22px;
	transition: all 0.3s ease-out 0s;
}
#gkMainMenu .banner_redes_sociais a:hover {
	opacity: 0.45;
	transition: all 0.3s ease-out 0s;
}
.banner_redes_sociais a {
	transition: all 0.3s ease-out 0s;
}
#gkMainMenu .banner_rs-separator {
	border-right: 1px solid #c7c7c7;
	float: right;
	height: 46px;
	position: absolute;
	right: -13px;
	top: -9px;
	width: 5px;
}
#gkSidebar .deeper.parent {
	float: left;
	width: 100%;
}
#gkSidebar {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 3px solid #029979;
	margin-left: 60px;
	margin-top: 20px;
	padding: 22px 16px !important;
	width: 20% !important;
	;
}
#gkSidebar .box li {
	float: left;
	width: 100%;
	font-size: 16px;
}
#gkSidebar .box li a {
	color: #808084;
	font-size: 12px;
}
#gkSidebar .deeper.parent ul li a {
	color: #c7c7c7;
	text-transform: none;
}
#gkSidebar .deeper.parent ul li a:hover {
	color: #029979;
}
#gkSidebar .box li a:hover {
	color: #029979;
}
#gkSidebar .box ul.menu_empresa_left_menu li.active > a {
	border-bottom: 2px solid;
	color: #029979;
	font-weight: 400;
}
#gkSidebar .box ul.menu_empresa_left_menu li.active > a:active {
	border-bottom: 2px solid;
	color: #029979;
	font-weight: 400;
}
#gkPageContent.empresa {
	background: none repeat scroll 0 0 #e7ebef;
	display: unset;
	float: right;
}
#gkPageContent.empresa .empresa_banner img {
	width: 100%;
}
.clientes_content, .p-white_content, .p-gray_content, .p-green_content, .produto_content, .mediacao-de-seguros_content, .versao-gratuita_content, .tecnologia_content, .quem-somos_content, .missao_content, .valores_content {
	min-height: 500px;
	padding: 30px;
}
#gkPageContent.contactos {
	display: none;
}
#gkPageContent.home {
	display: none;
}
#gkPageContent.versão-demonstrativa #gkMainbody {
	border-bottom: 4px solid #029979;
	width: 570px;
	float: left;
}
#gkPageContent.versão-demonstrativa #gkContentWrap {
	position: relative;
}
#gkPageContent.versão-demonstrativa #gkMainbody form img {
	position: absolute;
	right: 0;
	margin-right: 200px
}
#gkPageContent.versão-demonstrativa #gkMainbody form {
	width: 500px;
	margin: 0 auto;
}
#gkPageContent.versão-demonstrativa #gkMainbody table {
	border: none;
}
#gkPageContent.versão-demonstrativa .componentheading {
	color: #029979;
	padding-bottom: 15px;
	text-align: center;
}
#gkPageContent.versão-demonstrativa #gkMainbody table td {
	border: medium none;
	color: #9c9c9c;
	padding: 2px;
	text-align: right;
	width: 215px;
}
#gkPageContent.versão-demonstrativa #gkMainbody table td input {
	border-radius: 0;
	float: left;
	font-size: 12px;
	font-weight: 200;
	height: 30px !important;
	padding: 3px 5px 3px 10px !important;
	width: 296px !important;
}
#gkPageContent.versão-demonstrativa #gkMainbody .rsform-submit-button {
	border-radius: 5px;
	float: right;
	height: 35px !important;
	line-height: 0;
	width: 100px !important;
}
.rsform_contactos_form {
	padding: 0px!important;
}
.rsform_contactos_form .rsform-submit-button {
	margin-left: 20px;
}
.rsform_contactos_form p {
	position: inherit!important;
	top: inherit!important;
	color: #888!important;
}
#gkPageContent.versão-demonstrativa #gkMainbody .rsform-block-enviar td {
	padding-top: 15px;
}
.planos_bottom_button button {
	width: 235px;
}
.planos_bottom_p > p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
#gkHeaderMod.contactos .maplightbox {
	height: 700px;
	width: 100%;
}
#gkHeaderMod.contactos .custom._mapa {
	height: 700px;
}
#gkHeaderMod.contactos .mapa_contact > div {
	height: 700px !important;
}
#sbox-overlay {
	background: #000;
	top: 0;
	position: absolute;
}
#sbox-window {
	position: absolute;
}
.modal-message #system-message dd ul li {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	height: 75px;
	line-height: 70px
}
.clientes_content div.logos {
	display: table;
	text-align: center;
	float: left;
	width: 100%;
}
.clientes_content div.logo {
	display: inline;
	text-align: center;
}
.clientes_content div.logo a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.clientes_content div.logo a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.itemBody {
	min-height: 500px;
	padding: 30px;
	float: left;
	width: 100%;
	text-align: justify;
	background: rgba(255,255,255,0.7);
}
.missão .item-content {
	background: url('../images/bg-mission.jpg') no-repeat right bottom;
	padding-right: 430px;
}
.valores .item-content {
	background: url('../images/bg-values.jpg') no-repeat right bottom;
	padding-right: 430px;
}
.quem-somos .item-content {
	background: url('../images/bg-company.jpg') no-repeat right bottom;
	padding-right: 430px;
}
.mediação-de-seguros .item-content {
	background: url('../images/bg-seguros.jpg') no-repeat right bottom;
	padding-right: 430px;
}
.versão-gratuita .item-content {
	background: url('../images/bg-free.jpg') no-repeat right bottom;
	padding-right: 430px;
}
.tecnologia .item-content {
	background: url('../images/bg-tecnologia.jpg') no-repeat right bottom;
	padding-right: 430px;
}
.home h1 {
	text-align: center;
}
/*** SEGUROS NOTICIA ***/
.gestão-de-seguros .empresa_banner2 {
	padding: 0px 10px;/* background:#00746f;*/
	margin-top: 25px;
	position: relative;
}
.gestão-de-seguros .empresa_banner2 table { /*color:#fff;*/
	font-size: 14px;
}
.gestão-de-seguros .empresa_banner2 table td {
	border: none;
	text-align: justify;
}
.gestão-de-seguros .empresa_banner2 .preco {
	background-color: #ffaf00;
	border: 4px solid #fff;
	border-radius: 140px;
	/*bottom: -10px;*/ top: 0;
	color: #fff;
	font-size: 24px;
	height: 140px;
	position: absolute;
	right: 50px;
	text-align: center;
	width: 140px;
}
.empresa_banner5 {
	float: left;
	width: 100%;
}
.gestão-de-seguros .empresa_banner2 .preco span {
	padding-top: 33px;
	float: left;
	width: 100%;
	line-height: 18px;
	padding-top: 37px;
	text-transform: uppercase;
	font-weight: 600;
}
.gestão-de-seguros .empresa_banner3 table > td {
	text-align: center;
	padding: 10px;
}
.gestão-de-seguros .empresa_banner3 td {
	border: none!important;
	padding: 0!important;
}
.gestão-de-seguros .empresa_banner3 table td > div {
	display: table;
}
.gestão-de-seguros .empresa_banner3 .hexagon {
	display: inline-block;
	height: 330px;
	padding: 25px 0 !important;
	position: relative;
	width: 100%;
}
.gestão-de-seguros .empresa_banner3 .hexagon {
	font-size: 14px;
}
.gestão-de-seguros .empresa_banner3 .hexagon:before, .gestão-de-seguros .empresa_banner3 .hexagon:after {/*
  content: "";
  position: absolute;
  width: 0;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;*/
}
.gestão-de-seguros .planos_bottom_button {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}
.gestão-de-seguros .planos_bottom_button a {
	display: inline-block;
	text-align: center
}
.gestão-de-seguros .planos_bottom_button button {
	height: 50px;
	font-size: 16px;
}
.gestão-de-seguros .empresa_banner3 {
	padding: 20px 0px;
}
.gestão-de-seguros .empresa_banner3 .hexagon:before {
/*bottom: 100%;
  border-bottom: 100px solid #ecf2f1; */
}
.gestão-de-seguros .empresa_banner2 img {
	border: 3px solid #ffffff;
}
.gestão-de-seguros .empresa_banner3 .hexagon:after {
/*  top: 100%;
  width: 0;
  border-top:100px solid #ecf2f1;*/
}
.gestão-de-seguros .empresa_banner3 .hexagon1 {
	display: table-cell;
	position: relative;
	text-align: center;
	width: 25%!important;
	background-color: #ecf2f1;
	vertical-align: top;
	padding-bottom: 10px;
	border: 4px solid #fff;
}
.gestão-de-seguros .empresa_banner3 .hexagon1 .hexagon span {
	color: #029979;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 15px
}
.gestão-de-seguros .empresa_banner3 .hexagon1 .hexagon p {
	padding: 0px 20px;
	line-height: 18px;
}
.gestão-de-seguros .empresa_banner3 .hexagon1 .hexagon { /*position:relative; left:50%; margin-left:-175px;*/
}
.gestão-de-seguros .empresa_banner3 .hexagon.hexagon2 span {
	color: #029979;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 15px
}
.gestão-de-seguros .empresa_banner3 .hexagon.hexagon2 p { /*padding:0px 20px;*/
}
.gestão-de-seguros .empresa_banner3 .hexagon.hexagon2 {  /*left:15%;*/
}
.gestão-de-seguros .empresa_banner3 .hexagon.hexagon3 span {
	color: #029979;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 15px
}
.gestão-de-seguros .empresa_banner3 .hexagon.hexagon3 p {
	padding: 0px 20px;
}
.gestão-de-seguros .empresa_banner3 .hexagon.hexagon3 {
	left: 25%;
}
.gestão-de-seguros .empresa_banner3 .hexagon4 .hexagon span {
	color: #029979;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 15px
}
.gestão-de-seguros .empresa_banner3 .hexagon4 .hexagon p {
	padding: 0px 20px;
}
.gestão-de-seguros .empresa_banner3 .hexagon4 .hexagon {
	position: relative;
	left: 50%;
	margin-left: -175px;
}
.gestão-de-seguros .empresa_banner4 h1 {
	color: #dca817!important;
}
.gestão-de-seguros .empresa_banner4 .tit {
	float: left;
	width: 100%;
	background: #dca817;
	height: 30px;
	padding: 10px;
	border-radius: 10px;
	line-height: 10px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.gestão-de-seguros .empresa_banner4 .desi {
	background: #f7f7f7;
	float: left;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
}
.gestão-de-seguros .empresa_banner5 .planos_title {
	width: 100%;
	border-radius: 0;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.gestão-de-seguros .empresa_banner5 .planos_desc span {
	float: left;
	width: 100%;
	text-align: center;
}
.gestão-de-seguros .empresa_banner5 .planos_desc button {
	float: none;
	display: inline;
	margin-top: 15px;
}
.gestão-de-seguros .empresa_banner5 .plano_box {
	box-sizing: content-box;
	height: 280px;
	margin:1.3%!important;
	padding: 10px!important;
	float: left!important;
	
}
.gestão-de-seguros .empresa_banner5 > div {
	margin-left: 14%;
}
.gestão-de-seguros .empresa_banner5 .planos_desc > p {
	line-height: 17px;
	font-size: 15px;
}
.contactos .rsform_contactos_form .componentheading {
	display: none;
}
.noticia-div50.left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 25px;
}
.noticia-div50.right {
	float: right;
	text-align: center;
	padding-top: 20px;
	width: 50%;
	min-height: 320px;
}
.noticia-div50.right iframe {
	min-height: 320px;
}
/**** NOTICIAS */

#gkBottom2 .-noticias {
	background: #f7f7f7 none repeat scroll 0 0;
	box-sizing: border-box;
	float: left;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 100%;
}
#gkBottom2 .-noticias h3 {
	color: #029979;
	font-size: 36px;
	text-align: center;
	width: 100%;
	text-transform: none;
}
#gkBottom2 .-noticias .nspArtPage {
	opacity: 100;
	padding-left: 6px;
}
#gkBottom2 .-noticias .nspArts.bottom {
	padding-bottom: 50px;
	position: relative;
}
#gkBottom2 .-noticias .nspTopInterface {
	bottom: 6px !important;
	left: 50% !important;
	margin: 0 auto 0 -150px !important;
	position: absolute;
	right: auto !important;
	top: auto !important;
	width: 300px;
	display: table;
	text-align: center;
}
#gkBottom2 .-noticias .nspPagination li {
	width: 16px;
	height: 16px;
	background: #5bbca7!important;
	margin: 0px 6px!important
}
#gkBottom2 .-noticias .nspPagination li:hover, #gkBottom2 .-noticias .nspPagination li.active {
	background: #029979!important;
}
#gkBottom2 .-noticias .nspPagination li:hover, #gkBottom2 .-noticias .nspPagination li.active {
	background: #029979 !important;
}
#gkBottom2 .-noticias .nspArt .nspHeader a, #gkBottom2 .-noticias .nspLinks ul li h4 a {
	color: #029979;
}
#gkBottom2 .-noticias .nspArt .nspHeader a:hover, #gkBottom2 .-noticias .nspLinks ul li h4 a:hover {
	color: #5bbca7 !important;
}
#gkBottom2 .-noticias .nspTopInterface > div {
	display: inline-block;
	float: none;
}
.notícias .item-page h1 {
	padding: 30px 30px 0 30px
}
.notícias article header {
	margin: 0 !important;
}
.notícias .item-page img {
	text-align: center;
}
#gkBottom2 .-noticias .nspArt p.nspText {
	padding-bottom: 20px!important;
}
.cmp_share_container {
	background: url('../images/share-facebook.jpg') no-repeat center top;
	width: 170px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-right: 0!important
}
.cmp_share_container a {
	float: left;
	width: 170px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
/*** PAG WEBSERVICE */


.container-webservice {
	background: #009877;
	width: 100%;
	position: relative;
	height: 530px;
}
#gkHeaderMod.lluni-webservice-seguradoras {
	background: #009877;
	height: 530px;
	max-height: none;
}
#gkHeaderMod.lluni-webservice-seguradoras .gkPage {
	height: 530px;
	max-width: none;
	padding-top: 57px !important;
	width: 100%;
	box-sizing: border-box;
}
#gkHeaderMod.lluni-webservice-seguradoras .gkPage .custom {
	height: 473px;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
	width: 1270px;
}
.lluni-webservice-seguradoras .img1 {
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-1.png') no-repeat;
	background-size: cover;
	width: 231px;
	height: 322px;
	position: absolute;
	left: 0;
	top: 5%;
	margin: auto;
	z-index: 1;
}
.lluni-webservice-seguradoras .img2 {
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-2.png') no-repeat;
	background-size: cover;
	width: 226px;
	height: 2px;
	position: absolute;
	left: 170px;
	bottom: 34%;
	margin: auto;
	z-index: 2
}
.lluni-webservice-seguradoras .img3 {
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-3.png') no-repeat;
	background-size: contain;
	width: 344px;
	height: 233px;
	position: absolute;
	left: 250px;
	bottom: 6%;
	margin: auto;
}
.lluni-webservice-seguradoras .img4 {
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-4.png') no-repeat;
	background-size: cover;
	width: 267px;
	height: 272px;
	position: absolute;
	left: 480px;
	bottom: 23%;
	margin: auto;
}
.lluni-webservice-seguradoras .img5 {
	height: 44px;
	line-height: 44px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 24px;
	color: #009877;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	width: 530px;
	background: #fff;
	border-radius: 22px;
	padding: 0 16px;
	position: absolute;
	left: 740px;
	top: 10%;
	margin: auto;
}
.lluni-webservice-seguradoras .line1 {
	height: 60px;
	width: 530px;
	position: absolute;
	left: 740px;
	top: 26%;
	margin: auto;
	display: table;
}
.lluni-webservice-seguradoras .line1 .ico {
	display: table-cell;
	width: 52px;
	height: 52px;
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-icons-1.png') no-repeat;
	background-size: contain;
}
.lluni-webservice-seguradoras .line1 .text {
	display: table-cell;
	width: auto;
	padding-left: 10px;
	height: 52px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.lluni-webservice-seguradoras .line2 {
	height: 60px;
	width: 530px;
	position: absolute;
	left: 740px;
	top: 41%;
	margin: auto;
	display: table;
}
.lluni-webservice-seguradoras .line2 .ico {
	display: table-cell;
	width: 52px;
	height: 52px;
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-icons-2.png') no-repeat;
	background-size: contain;
}
.lluni-webservice-seguradoras .line2 .text {
	display: table-cell;
	width: auto;
	padding-left: 10px;
	height: 52px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.lluni-webservice-seguradoras .line3 {
	height: 60px;
	width: 530px;
	position: absolute;
	left: 740px;
	top: 57%;
	margin: auto;
	display: table;
}
.lluni-webservice-seguradoras .line3 .ico {
	display: table-cell;
	width: 52px;
	height: 52px;
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-icons-3.png') no-repeat;
	background-size: contain;
}
.lluni-webservice-seguradoras .line3 .text {
	display: table-cell;
	width: auto;
	padding-left: 10px;
	height: 52px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.lluni-webservice-seguradoras .line4 {
	height: 60px;
	width: 530px;
	position: absolute;
	left: 740px;
	top: 71%;
	margin: auto;
	display: table;
}
.lluni-webservice-seguradoras .line4 .ico {
	display: table-cell;
	width: 52px;
	height: 52px;
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-icons-4.png') no-repeat;
	background-size: contain;
}
.lluni-webservice-seguradoras .line4 .text {
	display: table-cell;
	width: auto;
	padding-left: 10px;
	height: 52px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.lluni-webservice-seguradoras #gkTop1 {
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-6.png') no-repeat;
	background-position: center top;
	height: 88px;
	width: 100%;
	padding: 0;
}
.lluni-webservice-seguradoras #gkTop1 .img6 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
#gkPageContent.lluni-webservice-seguradoras .gkPage {
	width: 100%;
	max-width: none;
}
.rsformwebservice-form {
	width: 600px;
	margin: auto;
}
.box.webservice-form {
	padding: 20px 0;padding-bottom: 0 !important;
	position: relative;
}
.rsformwebservice-form legend {
	width: 100%;
	color: #d5b01c;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 30px!important;
	font-weight: 600;
	padding-bottom: 20px!important;
	text-transform: uppercase;
	text-align: center;
}
.rsformwebservice-form li.rsform-block {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 30px;
	margin-bottom: 5px !important;
	padding: 0 !important;
	width: 100%;
}
.rsformwebservice-form li.rsform-block.rsform-block-enviar {
	background: none;
	height: 50px;
	margin-top: 10px;
	 margin-bottom: 0 !important;
}
.rsformwebservice-form li.rsform-block.rsform-block-enviar input.rsform-submit-button {
	width: 110px;
	margin: 0px!important;
	height: 35px!important;
	line-height: 25px;
	text-align: center;
	float: right;
	font-size: 16px;
}
.rsformwebservice-form li.rsform-block.rsform-block-enviar input.rsform-submit-button:hover {
	background: #017b61;
}
.rsformwebservice-form li.rsform-block.rsform-block-enviar:hover input {
	background: #029979;
}
.rsformwebservice-form li.rsform-block.rsform-block-comentarios {
	height: 80px;
}
.rsformwebservice-form li.rsform-block .formCaption {
	color: #00977f;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 30px;
	padding-left: 10px;
	width: 20%;
}
.rsformwebservice-form li.rsform-block .formBody {
	width: 80%;
}
.rsformwebservice-form li.rsform-block .formBody input, .rsformwebservice-form li.rsform-block .formBody textarea {
	width: 100%;
	border-radius: 0;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rsformwebservice-form li.rsform-block:hover input, .rsformwebservice-form li.rsform-block:hover textarea {
	background: #f7f7f7;
}
.rsformwebservice-form li.rsform-block .formBody input {
	border: medium none;
	border-radius: 0;
	color: #999;
	font-size: 13px;
	height: 30px !important;
	padding: 0 5px !important;
	width: 100%;
}
.rsformwebservice-form li.rsform-block .formBody textarea#comentarios {
	border: medium none;
	border-radius: 0;
	color: #999!important;
	font-weight: 400;
	font-size: 13px!important;
	height: 80px !important;
	padding: 5px !important;
	width: 100%;
}
.lluni-webservice-seguradoras .img7 {
	background: url('http://www.lluni.pt/images/Site/webservice-page/webservice-7.png') no-repeat;
	background-size: contain;
	width: 118px;
	height: 277px;
	position: absolute;
	right: 1%;
	top: 70px;
	margin: auto;
}
.lluni-webservice-seguradoras .img8 {
	position: absolute;
	right: 7%;
	top: 70px;
}
.lluni-webservice-seguradoras .img8 .parte1 {
	color: #009877;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	width: 226px;
}
.lluni-webservice-seguradoras .img8 .parte2 {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background: #d5b01c;
	text-align: center;
	color: #fff;
	margin: 20px auto;
	padding: 18px 5px;
	font-size: 22px;
	font-weight: 700;
}
.lluni-webservice-seguradoras .img8 .parte2 span {
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	width: 100%;
}
#gkPageContent.lluni-webservice-seguradoras {
	background: #e6f2ee
}
.lluni-webservice-seguradoras #gkMainbody {
	background: #fff url('http://www.lluni.pt/images/Site/webservice-page/webservice-8.png') no-repeat;
	background-position: center top;
	width: 100%;
	padding: 0!important;
}
.lluni-webservice-seguradoras #gkMainbody .itemBody {
	min-height: auto;  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-bottom: 50px;
	padding-top: 55px;
	text-align: center;
}
.lluni-webservice-seguradoras #gkMainbody .itemBody .quadrado.green {
	background: url('http://www.lluni.pt/images/Site/webservice-page/quadrado-green.png') no-repeat center center;
	background-size: contain;
}
.lluni-webservice-seguradoras #gkMainbody .itemBody .quadrado.orange {
	background: url('http://www.lluni.pt/images/Site/webservice-page/quadrado-orange.png') no-repeat center center;
	background-size: contain;
}
.lluni-webservice-seguradoras #gkMainbody .itemBody .quadrado {
	display: inline-table;
	width: 185px;
	height: 185px;
	margin: 0 20px;
	color: #fff;
	padding: 55px 10px 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
}
.lluni-webservice-seguradoras #gkMainbody .itemBody .quadrado span {
	font-size: 24px;
	line-height: 35px;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
}


.rsformwebservice-form .msg-form-enviado  { text-align:center;}

.formRed { color:#009877!important; text-align:center;}

.rsformwebservice-form .formFieldset { margin:0;}

.plans_container { margin:0!important; float: left; width: 100%;}
.message_plans{ margin:0!important; float: left; width: 100%; text-align: center}