@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
/*grey wb*/
#phocamaps-box div.pmbox-greywb {
	float: 			left;
	clear: 			both;
	text-align:		left;
	background: 	url(https://www.notch.pt/media/com_phocamaps/images/box-grey-br.png) no-repeat bottom right;
}

#phocamaps-box div.pmbox-greywb div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-grey-bl.png) no-repeat bottom left;
}

#phocamaps-box div.pmbox-greywb div div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-grey-tr.png) no-repeat top right;
}

#phocamaps-box div.pmbox-greywb div div div {
	padding:12px;
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-grey-tl.png) no-repeat top left;
}

#phocamaps-box div.pmbox-greywb div div div div {
	margin: 	0;
	padding: 	0;
	float: 		none;
	/* width: 99% */
	background: none;
}

/*grey*/
#phocamaps-box div.pmbox-grey {
	float: 			left;
	clear: 			both;
	text-align:		left;
	background: 	url(https://www.notch.pt/media/com_phocamaps/images/box-grey-br.png) no-repeat bottom right;
}

#phocamaps-box div.pmbox-grey div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-grey-bl.png) no-repeat bottom left;
}

#phocamaps-box div.pmbox-grey div div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-grey-tr.png) no-repeat top right;
}

#phocamaps-box div.pmbox-grey div div div {
	padding:10px;
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-grey-tl.png) no-repeat top left;
}

#phocamaps-box div.pmbox-grey div div div div {
	margin: 	0;
	padding: 	0;
	float: 		none;
	/*width: 		99%;*/
	background: none;
}

/*grey rc*/
#phocamaps-box div.pmbox-greyrc {
	float: 			left;
	clear: 			both;
	text-align:		left;
	background: 	url(https://www.notch.pt/media/com_phocamaps/images/box-greyrc-br.png) no-repeat bottom right;
}

#phocamaps-box div.pmbox-greyrc div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-greyrc-bl.png) no-repeat bottom left;
}

#phocamaps-box div.pmbox-greyrc div div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-greyrc-tr.png) no-repeat top right;
}

#phocamaps-box div.pmbox-greyrc div div div {
	padding:12px;
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-greyrc-tl.png) no-repeat top left;
}

#phocamaps-box div.pmbox-greyrc div div div div {
	margin: 	0;
	padding: 	0;
	float: 		none;
	/* width: 99% */
	background: none;
}

/*black*/
#phocamaps-box div.pmbox-black {
	float: 			left;
	clear: 			both;
	text-align:		left;
	background: 	url(https://www.notch.pt/media/com_phocamaps/images/box-black-br.png) no-repeat bottom right;
}

#phocamaps-box div.pmbox-black div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-black-bl.png) no-repeat bottom left;
}

#phocamaps-box div.pmbox-black div div {
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-black-tr.png) no-repeat top right;
}

#phocamaps-box div.pmbox-black div div div {
	padding:12px;
	background: url(https://www.notch.pt/media/com_phocamaps/images/box-black-tl.png) no-repeat top left;
}

#phocamaps-box div.pmbox-black div div div div {
	margin: 	0;
	padding: 	0;
	float: 		none;
	/* width: 99% */
	background: none;
}

#phocamaps .pmroute,
.pmroute {
	margin-top:		15px;
	margin-left:	15px;
	clear:			both;
}
#phocamaps .pmgps,
.pmgps {
	margin-top:5px;
	border-top:1px solid #ccc;
	margin-bottom:5px;
}

.p-noscript {
	text-align:	center;
	background:	#ffcc00;
	padding:	10px;
}

#phocamaps .pmprintroutelink,
.pmprintroutelink {
	position:		relative;
	float:			right;
	background: 	url(https://www.notch.pt/media/com_phocamaps/images/icon-printlink.png) center left no-repeat;
	padding:		10px;
	padding-left:	20px;
	
}

/* Print Window */
#phocamapsprintroute {
	padding:		10px;
	background:		#ffffff;
	text-align:		left;
}
#phocamapsprintroute .pmprintscreen {
	position:		relative;
	float:			right;
	padding:		10px;

}
#phocamapsprintroute .pmprintscreena{
	text-decoration:underline;	
}

#phocamaps .error {
	background:#FFC2C2;
	border:1px solid #bf3030;
	color: #a60000;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Temp code - needs to be tested */
#phocamaps.phocamaps img {
	border: 0px;
	box-shadow: 0px;
	margin: 0px;
	max-width: none !important;
}

#phocamaps .directions {
    clear: left;
}
#phocampas .pm-input-route {
}
#phocampas .pm-input-route-btn {
}
/* Temp code - needs to be tested */

/* Bootstrap */
#phocamaps img {
  max-width: none;
}
#phocamaps.phocamaps img {
   border: 0px;
   box-shadow: 0px;
   margin: 0px;
   max-width: none !important;
}
#phocamaps-box img {
   max-width:none !important;
}/* Phoca Maps Plugin CSS */

/* Bootstrap */
#phocamaps img {
  max-width: none;
}
#phocamaps.phocamaps img {
   border: 0px;
   box-shadow: 0px;
   margin: 0px;
   max-width: none !important;
}
#phocamaps-box img {
   max-width:none !important;
}div.sigplus-gallery ul>li{margin:0!important;border:0 none transparent!important;padding:0!important;}div.sigplus-gallery.sigplus-captionsbelow ul>li{padding-bottom:60px!important;}div.sigplus-gallery.sigplus-captionsabove ul>li{padding-top:60px!important;}div.sigplus-gallery ul>li>img,div.sigplus-gallery ul>li>a>img{margin:2px!important;border:0 none transparent!important;padding:0!important;}div.sigplus-gallery *{box-sizing:content-box;}div.sigplus-center>*{float:none!important;clear:both!important;margin:0 auto!important;text-align:center!important;}div.sigplus-left{text-align:left!important;}div.sigplus-right{text-align:right!important;}div.sigplus-left.sigplus-float>*{float:left!important;}div.sigplus-left.sigplus-clear>*{margin:0 auto 0 0!important;}div.sigplus-right.sigplus-float>*{float:right!important;}div.sigplus-right.sigplus-clear>*{margin:0 0 0 auto!important;}div.sigplus-gallery>ul{display:block!important;position:relative!important;margin:0!important;padding:0!important;list-style-type:none!important;list-style-image:none!important;line-height:normal;}div.sigplus-gallery>ul>li{display:inline-block!important;margin:0!important;padding:0!important;background:transparent none no-repeat scroll 0 0!important;text-align:center!important;vertical-align:middle!important;line-height:normal;}div.sigplus-gallery ul>li:before{content:none!important;}div.sigplus-gallery ul>li>a{display:inline-block;}#boxplus .boxplus-background{position:fixed;width:100%;height:100%;left:0;top:0;background-color:black;background-color:rgba(0,0,0,0.6);cursor:default;z-index:9999;}#boxplus .boxplus-dialog{position:absolute;min-width:100px;min-height:100px;left:0;top:0;margin:0;border:0 solid gray;padding:10px;color:black;z-index:10000;background:transparent none no-repeat scroll center center;}#boxplus .boxplus-dialog div{margin:0;border:0 none transparent;padding:0;}#boxplus .boxplus-dialog>.boxplus-title{display:none;position:absolute;top:0;}#boxplus .boxplus-dialog .boxplus-progress{position:absolute;left:0;right:0;top:0;bottom:0;height:32px;width:32px;margin:auto;background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/loading.png) no-repeat scroll 0 0;}#boxplus .boxplus-sideways{position:absolute;max-width:250px;right:10px;top:10px;bottom:10px;overflow:auto;}#boxplus .boxplus-sideways>div{margin:10px;}#boxplus .boxplus-viewer{direction:ltr;position:relative;width:600px;height:400px;overflow:hidden;text-align:left;}#boxplus .boxplus-viewer>div:first-child{position:absolute;height:100%;width:100%;overflow:auto;}#boxplus .boxplus-viewer>img{display:block;position:absolute;margin:0;border:0 none transparent;padding:0;width:100%;height:100%;transition:all 0s ease 0s;}#boxplus .boxplus-viewer>video{position:absolute;width:100%;}#boxplus .boxplus-viewer>div.boxplus-shockwave{position:absolute;width:100%;}#boxplus .boxplus-viewer>.boxplus-prev{position:absolute;width:57px;left:0;height:100%;background:transparent none no-repeat scroll left center;}#boxplus .boxplus-viewer>.boxplus-prev:hover{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/navigation.png) no-repeat scroll -57px center;}#boxplus .boxplus-viewer>.boxplus-next{position:absolute;width:57px;right:0;height:100%;background:transparent none no-repeat scroll left center;}#boxplus .boxplus-viewer>.boxplus-next:hover{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/navigation.png) no-repeat scroll 0 center;}#boxplus .boxplus-viewer>.boxplus-resizer>*{position:absolute;top:6px;right:6px;width:20px;height:20px;background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/resize.png) no-repeat scroll 0 0;}#boxplus .boxplus-viewer>.boxplus-resizer>.boxplus-shrink{background-position:0 0;}#boxplus .boxplus-viewer>.boxplus-resizer>.boxplus-shrink:hover{background-position:0 -20px;}#boxplus .boxplus-viewer>.boxplus-resizer>.boxplus-enlarge{background-position:-20px 0;}#boxplus .boxplus-viewer>.boxplus-resizer>.boxplus-enlarge:hover{background-position:-20px -20px;}#boxplus .boxplus-thumbs{display:block;overflow:hidden;}#boxplus .boxplus-viewer>.boxplus-thumbs{position:absolute;width:100%;bottom:0;}#boxplus .boxplus-viewer>.boxplus-thumbs.boxplus-disabled{display:block!important;visibility:hidden!important;}#boxplus .boxplus-bottom>.boxplus-thumbs,#boxplus .boxplus-sideways>.boxplus-thumbs{position:relative;height:80px;}#boxplus .boxplus-thumbs{height:80px;}#boxplus .boxplus-thumbs>.boxplus-rewind{position:absolute;width:22px;left:0;height:100%;background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -22px center;}#boxplus .boxplus-thumbs>.boxplus-forward{position:absolute;width:22px;right:0;height:100%;background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll 0 center;}#boxplus .boxplus-thumbs>ul{display:table-row;position:absolute;bottom:0;margin:0;border:0 none transparent;padding:4px 0;list-style-type:none;list-style-image:none;white-space:nowrap;}#boxplus .boxplus-viewer>.boxplus-thumbs>ul{visibility:hidden;}#boxplus .boxplus-viewer>.boxplus-thumbs:hover>ul{visibility:visible;}#boxplus .boxplus-thumbs>ul>li{margin:0;border:0 none transparent;padding:0;display:table-cell;background:transparent none no-repeat scroll 0 0!important;text-align:center;vertical-align:middle;}#boxplus .boxplus-thumbs>ul>li>img{margin:4px;border:1px solid gray;padding:1px;width:auto;height:auto;max-width:60px;max-height:60px;vertical-align:middle;}#boxplus .boxplus-thumbs>ul>li.boxplus-active>img,#boxplus .boxplus-thumbs>ul>li>img:hover{border:1px solid red!important;}#boxplus .boxplus-bottom>.boxplus-caption{position:relative;margin:5px 0 0 0;max-height:60px;overflow:auto;}#boxplus .boxplus-title{font-weight:bold;}#boxplus .boxplus-controls{position:relative;margin:3px 0 0 0;}#boxplus .boxplus-controls>div{display:inline-block;height:22px;width:22px;margin:2px;}#boxplus .boxplus-controls>.boxplus-hidden{display:none;}#boxplus .boxplus-controls>.boxplus-prev{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -22px 0;}#boxplus .boxplus-controls>.boxplus-next{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll 0 0;}#boxplus .boxplus-controls>.boxplus-close{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -88px 0;}#boxplus .boxplus-controls>.boxplus-start{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -110px 0;}#boxplus .boxplus-controls>.boxplus-stop{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -132px 0;}#boxplus .boxplus-controls>.boxplus-download{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -154px 0;}#boxplus .boxplus-controls>.boxplus-metadata{background:transparent url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/buttons.png) no-repeat scroll -176px 0;}#boxplus .boxplus-viewer>.boxplus-prev,#boxplus .boxplus-viewer>.boxplus-next,#boxplus .boxplus-thumbs,#boxplus .boxplus-thumbs>ul{background-image:url(https://www.notch.pt/plugins/content/sigplus/engines/boxplus/popup/css/transparent.gif);}#boxplus div.boxplus-left{text-align:left;}#boxplus div.boxplus-center{text-align:center;}#boxplus div.boxplus-right{text-align:right;}#boxplus .boxplus-hidden{visibility:hidden;}#boxplus .boxplus-unavailable{display:none!important;}#boxplus .boxplus-disabled{display:none!important;}#boxplus *{box-sizing:content-box;}/*!
* @file
* @brief    boxplus: a lightweight pop-up window engine shipped with sigplus
* @author   Levente Hunyadi
* @version  1.4.3
* @remarks  Copyright (C) 2009-2010 Levente Hunyadi
* @remarks  Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html
* @see      http://hunyadi.info.hu/projects/boxplus
*/

#boxplus .boxplus-dialog {
background-color:white;
background-color:rgba(255,255,255,0.8);
color:black;
}

#boxplus .boxplus-thumbs > ul {
/*background-color:rgba(255,255,255,0.3);*/
}#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: 80px;
    background: url(https://www.notch.pt/modules/mod_cookiesaccept/img/przez.png);
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: none;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}
#ca_info {
    background: #fff;
    height: 304px;
    left: 50%;
    margin-left: -350px;
    margin-top: -182px;
    margin-bottom:20px;
    position: fixed;
    top: 50%;
    width: 700px;
    box-shadow:0 0 40px #444;
    z-index:16777271;
    padding:30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999
	text-shadow:none;
}
#ca_info .ca_info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #AA0000 url(https://www.notch.pt/modules/mod_cookiesaccept/img/close.png);
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#ca_info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 254px;
    padding-right:10px;
	color:#000;
	text-align:left;
}
#ca_info_plus  p{
	color:#000;
	text-align:left;
	font-size:12px;
}

#ca_banner p,#ca_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
	color:#000;
	float:none!important;
}
#ca_banner h2 {
    font-size:20px;
    font-weight:bold;
}
#ca_banner p {
    font-size:14px
}

#ca_banner p span {
    text-decoration:underline;
    color:#0089F2;
    cursor: pointer;
    font-weight: bold;
	float:none!important;
}
#ca_banner .accept {
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:120px;
    background: #0089f2;
    padding:3px;
    border-radius:3px;
    text-shadow:1px 1px 0 #0072ca;
    color:#fff;
    background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
    background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
	float:none!important;
}
#ca_banner .accept:hover {
    box-shadow:0 0 15px #000;
}/**
 * @package    AcyMailing for Joomla!
 * @version    5.10.4
 * @author     acyba.com
 * @copyright  (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.acymailing_form .grecaptcha-badge{
	display: none;
}

div.acymailing_module, .acymailing_module div{
	padding: 0 !important;
	margin: 0 !important;
	border-style:none !important;
}

table.acymailing_form{
	margin:auto;
	border:0px !important;
}

a.acymailing_togglemodule{
	display : block;
	font-size:16px;
}

.acymailing_mootoolsbutton p{
	text-align:center;
}

.acysubbuttons{
	text-align:center;
}

img.captchaimagemodule{
	border:1px solid #dddddd;
	float: left;
}

.captchakeymodule .captchafield{
	margin-top:3px;
	margin-left:2px;
}

.acymailing_fulldiv tr, .acymailing_fulldiv td{
	border:0px;
}

.acymailing_module_form select {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.acymailing_module_form td {
	padding-bottom: 5px;
	vertical-align:top;
}

div.acymailing_module_error {
	color: #400;
	background-color: #fdd;
	padding: 1em !important;
	margin-bottom:10px;
}

div.acymailing_module_success {
	color: #130;
	background-color: #dfc;
	padding: 1em !important;
	z-index: 10;
	margin-bottom:10px;
}

.acymailing_module_form .acymailing_introtext{
	 padding-bottom:10px;
	 display:block;
}

.refreshCaptchaModule{
	background-image:url(https://www.notch.pt/media/com_acymailing/images/refresh.png);
	width:16px;
	height:16px;
	display:block;
	float:left;
	cursor:pointer;
}

.acymailing_module fieldset{
	border: solid 1px #ccc;
	padding: 5px;
}
.category_warning{
	color: red;
}

.hide {
	display: none;
}

.slide_open{
	animation: deployslide 0.5s forwards;
	overflow: hidden;
}

@keyframes deployslide{
	from{
		max-height: 0px;
	}
	to{
		max-height: 800px;
	}
}

@keyframes retractslide{
	from{
		max-height: 800px;
	}
	to{
		max-height: 0px;
		display: none;
	}
}

.slide_close{
	animation: retractslide 0.5s forwards;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 1px 5px #eee;
	padding: 5px;
	margin-bottom: 20px;
}

.slide_open{
	animation: deployslide 0.5s forwards;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 1px 5px #eee;
	padding: 5px;
	margin-bottom: 20px;
}
div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 0px;
	margin-right: 4px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}

/* Advanced Dropdown style*/

div.advanced-dropdown {
	position:relative;
}
div.mod-languages.advanced-dropdown ul {
	background: #ccc;
	position: absolute;
	z-index: 100;
	list-style-type: none;
	left: 0;
	padding: 5px 10px 5px 4px;
	border-radius: 0 0 2px 2px;
}

div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
	background-color: #ccc;
	border-radius: 2px;
	width: 38px;
	margin-top: 3px;
	padding: 3px;
	line-height: 0;
	-webkit-transition: all 0.75s;
}

div.advanced-dropdown a.langChoose img {
	border: 1px solid white;
}

div.advanced-dropdown span.caret{
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	margin-left:1px;
}

div.advanced-dropdown a{
	white-space:nowrap;
}/*
	Copyright: (c) 2015 TheGrue, http://thegrue.org/
*/

#gruemenu,
#gruemenu ul,
#gruemenu ul li,
#gruemenu ul li a
{margin: 0; padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; z-index:999999;}
#gruemenu { width: auto; }
#gruemenu > ul { box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05); padding:0; margin:0}
#gruemenu > ul > li a {background:none}
#gruemenu > ul > li > a { padding: 21px 18px 21px 18px; border-right: 0px solid rgba(80, 80, 80, 0.12); text-decoration: none; letter-spacing: 1px;}
#gruemenu > ul > li:hover > a,
#gruemenu > ul > li > a:hover,
#gruemenu > ul > li.active > a { background: rgba(0, 0, 0, 0.1);}
#gruemenu > ul > li.has-sub > a {padding-right: 45px;}
#gruemenu > ul > li.has-sub > a::after {content: ""; position: absolute; width: 0; height: 0; border: 6px solid transparent;}
#gruemenu > ul > li.has-sub.active > a::after,
#gruemenu > ul > li.has-sub:hover > a {}
#gruemenu:after,
#gruemenu > ul:after {00content: ".";display: block;clear: both; visibility: hidden; line-height: 0; height: 0;}
#gruemenu ul ul li a { text-decoration: none; padding: 11px 25px; width: 220px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);}
#gruemenu > ul > li > ul::after { position: absolute; display: block;}
#gruemenu ul ul li.has-sub > a::after { content: ""; position: absolute; width: 0; height: 0; border: 4px solid transparent;}  


@media screen and (max-width: 1280px) {
#gruemenu > ul > li > a { padding: 16px 18px 16px 18px; font-size:95% !important;}	
}

/* Mobile Menu */
#navigation-toggle, .sidr, #sidr-close { display: none }
.sidr{display:none;position:fixed;top:0;height:100%;z-index:999999;width:250px;overflow-x:auto;overflow-y:auto; font-size:16px;background:#8ec63f;color:#fff;}
.sidr .sidr-inner{padding:0}
.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}
.sidr.right{left:auto;right:-320px}
.sidr.left{left:-320px;right:auto;}
.sidr p{font-size:16px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}
.sidr>p{margin-left:15px;margin-right:15px}
.sidr ul{display:block;margin:0 0 15px;padding:0;}
.sidr ul li{display:block;margin:0;line-height:48px;}
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{line-height:48px}
.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{}
.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:14px}.sidr ul li ul li:last-child{border-bottom:none}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{line-height:40px}
.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{}

.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

a.sidr-class-toggle-sidr-close {color:#fff; text-decoration:none; display:block; text-align:right; padding:10px 20px;}
a.sidr-class-toggle-sidr-close:before {font-size:25px; font-weight:bold; color: #fff; margin: 0; text-decoration:none; content:"x"; 0background:#222222; padding:5px 10px; border-radius:50% }
.sidr-class-current > a{ }

.sidr a{border-bottom:none; border-bottom:#c9e39c 1px dotted;}
.sidr a:hover{color:#000000;}
.gbs3{/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */}.gbs3 html{font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}.gbs3 body{margin: 0}.gbs3 article,.gbs3 aside,.gbs3 details,.gbs3 figcaption,.gbs3 figure,.gbs3 footer,.gbs3 header,.gbs3 hgroup,.gbs3 main,.gbs3 menu,.gbs3 nav,.gbs3 section,.gbs3 summary{display: block}.gbs3 audio,.gbs3 canvas,.gbs3 progress,.gbs3 video{display: inline-block;vertical-align: baseline}.gbs3 audio:not([controls]){display: none;height: 0}.gbs3 [hidden],.gbs3 template{display: none}.gbs3 a{background-color: transparent}.gbs3 a:active,.gbs3 a:hover{outline: 0}.gbs3 abbr[title]{border-bottom: 1px dotted}.gbs3 b,.gbs3 strong{font-weight: bold}.gbs3 dfn{font-style: italic}.gbs3 h1{font-size: 2em;margin: .67em 0}.gbs3 mark{background: #ff0;color: #000}.gbs3 small{font-size: 80%}.gbs3 sub,.gbs3 sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}.gbs3 sup{top: -0.5em}.gbs3 sub{bottom: -0.25em}.gbs3 img{border: 0}.gbs3 svg:not(:root){overflow: hidden}.gbs3 figure{margin: 1em 40px}.gbs3 hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0}.gbs3 pre{overflow: auto}.gbs3 code,.gbs3 kbd,.gbs3 pre,.gbs3 samp{font-family: monospace, monospace;font-size: 1em}.gbs3 button,.gbs3 input,.gbs3 optgroup,.gbs3 select,.gbs3 textarea{color: inherit;font: inherit;margin: 0}.gbs3 button{overflow: visible}.gbs3 button,.gbs3 select{text-transform: none}.gbs3 button,.gbs3 html input[type="button"],.gbs3 input[type="reset"],.gbs3 input[type="submit"]{-webkit-appearance: button;cursor: pointer}.gbs3 button[disabled],.gbs3 html input[disabled]{cursor: default}.gbs3 button::-moz-focus-inner,.gbs3 input::-moz-focus-inner{border: 0;padding: 0}.gbs3 input{line-height: normal}.gbs3 input[type="checkbox"],.gbs3 input[type="radio"]{box-sizing: border-box;padding: 0}.gbs3 input[type="number"]::-webkit-inner-spin-button,.gbs3 input[type="number"]::-webkit-outer-spin-button{height: auto}.gbs3 input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box}.gbs3 input[type="search"]::-webkit-search-cancel-button,.gbs3 input[type="search"]::-webkit-search-decoration{-webkit-appearance: none}.gbs3 fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: .35em .625em .75em}.gbs3 legend{border: 0;padding: 0}.gbs3 textarea{overflow: auto}.gbs3 optgroup{font-weight: bold}.gbs3 table{border-collapse: collapse;border-spacing: 0}.gbs3 td,.gbs3 th{padding: 0}@media print{.gbs3 *,.gbs3 *:before,.gbs3 *:after{background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important}.gbs3 a,.gbs3 a:visited{text-decoration: underline}.gbs3 a[href]:after{content: " (" attr(href) ")"}.gbs3 abbr[title]:after{content: " (" attr(title) ")"}.gbs3 a[href^="#"]:after,.gbs3 a[href^="javascript:"]:after{content: ""}.gbs3 pre,.gbs3 blockquote{border: 1px solid #999;page-break-inside: avoid}.gbs3 thead{display: table-header-group}.gbs3 tr,.gbs3 img{page-break-inside: avoid}.gbs3 img{max-width: 100% !important}.gbs3 p,.gbs3 h2,.gbs3 h3{orphans: 3;widows: 3}.gbs3 h2,.gbs3 h3{page-break-after: avoid}.gbs3 select{background: #fff !important}.gbs3 .navbar{display: none}.gbs3 .btn > .caret,.gbs3 .dropup > .btn > .caret{border-top-color: #000 !important}.gbs3 .label{border: 1px solid #000}.gbs3 .table{border-collapse: collapse !important}.gbs3 .table td,.gbs3 .table th{background-color: #fff !important}.gbs3 .table-bordered th,.gbs3 .table-bordered td{border: 1px solid #ddd !important}}.gbs3 *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.gbs3 *:before,.gbs3 *:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.gbs3 html{font-size: 10px;-webkit-tap-highlight-color: rgba(0,0,0,0)}.gbs3 body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.42857143;color: #333333;background-color: #ffffff}.gbs3 input,.gbs3 button,.gbs3 select,.gbs3 textarea{font-family: inherit;font-size: inherit;line-height: inherit}.gbs3 a{color: #337ab7;text-decoration: none}.gbs3 a:hover,.gbs3 a:focus{color: #23527c;text-decoration: underline}.gbs3 a:focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.gbs3 figure{margin: 0}.gbs3 img{vertical-align: middle}.gbs3 .img-responsive,.gbs3 .thumbnail > img,.gbs3 .thumbnail a > img,.gbs3 .carousel-inner > .item > img,.gbs3 .carousel-inner > .item > a > img{display: block;max-width: 100%;height: auto}.gbs3 .img-rounded{border-radius: 6px}.gbs3 .img-thumbnail{padding: 4px;line-height: 1.42857143;background-color: #ffffff;border: 1px solid #ddd;border-radius: 4px;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;display: inline-block;max-width: 100%;height: auto}.gbs3 .img-circle{border-radius: 50%}.gbs3 hr{margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee}.gbs3 .sr-only{position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0}.gbs3 .sr-only-focusable:active,.gbs3 .sr-only-focusable:focus{position: static;width: auto;height: auto;margin: 0;overflow: visible;clip: auto}.gbs3 [role="button"]{cursor: pointer}.gbs3 h1,.gbs3 h2,.gbs3 h3,.gbs3 h4,.gbs3 h5,.gbs3 h6,.gbs3 .h1,.gbs3 .h2,.gbs3 .h3,.gbs3 .h4,.gbs3 .h5,.gbs3 .h6{font-family: inherit;font-weight: 500;line-height: 1.1;color: inherit}.gbs3 h1 small,.gbs3 h2 small,.gbs3 h3 small,.gbs3 h4 small,.gbs3 h5 small,.gbs3 h6 small,.gbs3 .h1 small,.gbs3 .h2 small,.gbs3 .h3 small,.gbs3 .h4 small,.gbs3 .h5 small,.gbs3 .h6 small,.gbs3 h1 .small,.gbs3 h2 .small,.gbs3 h3 .small,.gbs3 h4 .small,.gbs3 h5 .small,.gbs3 h6 .small,.gbs3 .h1 .small,.gbs3 .h2 .small,.gbs3 .h3 .small,.gbs3 .h4 .small,.gbs3 .h5 .small,.gbs3 .h6 .small{font-weight: normal;line-height: 1;color: #777777}.gbs3 h1,.gbs3 .h1,.gbs3 h2,.gbs3 .h2,.gbs3 h3,.gbs3 .h3{margin-top: 20px;margin-bottom: 10px}.gbs3 h1 small,.gbs3 .h1 small,.gbs3 h2 small,.gbs3 .h2 small,.gbs3 h3 small,.gbs3 .h3 small,.gbs3 h1 .small,.gbs3 .h1 .small,.gbs3 h2 .small,.gbs3 .h2 .small,.gbs3 h3 .small,.gbs3 .h3 .small{font-size: 65%}.gbs3 h4,.gbs3 .h4,.gbs3 h5,.gbs3 .h5,.gbs3 h6,.gbs3 .h6{margin-top: 10px;margin-bottom: 10px}.gbs3 h4 small,.gbs3 .h4 small,.gbs3 h5 small,.gbs3 .h5 small,.gbs3 h6 small,.gbs3 .h6 small,.gbs3 h4 .small,.gbs3 .h4 .small,.gbs3 h5 .small,.gbs3 .h5 .small,.gbs3 h6 .small,.gbs3 .h6 .small{font-size: 75%}.gbs3 h1,.gbs3 .h1{font-size: 36px}.gbs3 h2,.gbs3 .h2{font-size: 30px}.gbs3 h3,.gbs3 .h3{font-size: 24px}.gbs3 h4,.gbs3 .h4{font-size: 18px}.gbs3 h5,.gbs3 .h5{font-size: 14px}.gbs3 h6,.gbs3 .h6{font-size: 12px}.gbs3 p{margin: 0 0 10px}.gbs3 .lead{margin-bottom: 20px;font-size: 16px;font-weight: 300;line-height: 1.4}@media (min-width: 768px){.gbs3 .lead{font-size: 21px}}.gbs3 small,.gbs3 .small{font-size: 85%}.gbs3 mark,.gbs3 .mark{background-color: #fcf8e3;padding: .2em}.gbs3 .text-left{text-align: left}.gbs3 .text-right{text-align: right}.gbs3 .text-center{text-align: center}.gbs3 .text-justify{text-align: justify}.gbs3 .text-nowrap{white-space: nowrap}.gbs3 .text-lowercase{text-transform: lowercase}.gbs3 .text-uppercase{text-transform: uppercase}.gbs3 .text-capitalize{text-transform: capitalize}.gbs3 .text-muted{color: #777777}.gbs3 .text-primary{color: #337ab7}.gbs3 a.text-primary:hover{color: #286090}.gbs3 .text-success{color: #3c763d}.gbs3 a.text-success:hover{color: #2b542c}.gbs3 .text-info{color: #31708f}.gbs3 a.text-info:hover{color: #245269}.gbs3 .text-warning{color: #8a6d3b}.gbs3 a.text-warning:hover{color: #66512c}.gbs3 .text-danger{color: #a94442}.gbs3 a.text-danger:hover{color: #843534}.gbs3 .bg-primary{color: #fff;background-color: #337ab7}.gbs3 a.bg-primary:hover{background-color: #286090}.gbs3 .bg-success{background-color: #dff0d8}.gbs3 a.bg-success:hover{background-color: #c1e2b3}.gbs3 .bg-info{background-color: #d9edf7}.gbs3 a.bg-info:hover{background-color: #afd9ee}.gbs3 .bg-warning{background-color: #fcf8e3}.gbs3 a.bg-warning:hover{background-color: #f7ecb5}.gbs3 .bg-danger{background-color: #f2dede}.gbs3 a.bg-danger:hover{background-color: #e4b9b9}.gbs3 .page-header{padding-bottom: 9px;margin: 40px 0 20px;border-bottom: 1px solid #eee}.gbs3 ul,.gbs3 ol{margin-top: 0;margin-bottom: 10px}.gbs3 ul ul,.gbs3 ol ul,.gbs3 ul ol,.gbs3 ol ol{margin-bottom: 0}.gbs3 .list-unstyled{padding-left: 0;list-style: none}.gbs3 .list-inline{padding-left: 0;list-style: none;margin-left: -5px}.gbs3 .list-inline > li{display: inline-block;padding-left: 5px;padding-right: 5px}.gbs3 dl{margin-top: 0;margin-bottom: 20px}.gbs3 dt,.gbs3 dd{line-height: 1.42857143}.gbs3 dt{font-weight: bold}.gbs3 dd{margin-left: 0}@media (min-width: 768px){.gbs3 .dl-horizontal dt{float: left;width: 160px;clear: left;text-align: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.gbs3 .dl-horizontal dd{margin-left: 180px}}.gbs3 abbr[title],.gbs3 abbr[data-original-title]{cursor: help;border-bottom: 1px dotted #777}.gbs3 .initialism{font-size: 90%;text-transform: uppercase}.gbs3 blockquote{padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee}.gbs3 blockquote p:last-child,.gbs3 blockquote ul:last-child,.gbs3 blockquote ol:last-child{margin-bottom: 0}.gbs3 blockquote footer,.gbs3 blockquote small,.gbs3 blockquote .small{display: block;font-size: 80%;line-height: 1.42857143;color: #777777}.gbs3 blockquote footer:before,.gbs3 blockquote small:before,.gbs3 blockquote .small:before{content: '\2014 \00A0'}.gbs3 .blockquote-reverse,.gbs3 blockquote.pull-right{padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0;text-align: right}.gbs3 .blockquote-reverse footer:before,.gbs3 blockquote.pull-right footer:before,.gbs3 .blockquote-reverse small:before,.gbs3 blockquote.pull-right small:before,.gbs3 .blockquote-reverse .small:before,.gbs3 blockquote.pull-right .small:before{content: ''}.gbs3 .blockquote-reverse footer:after,.gbs3 blockquote.pull-right footer:after,.gbs3 .blockquote-reverse small:after,.gbs3 blockquote.pull-right small:after,.gbs3 .blockquote-reverse .small:after,.gbs3 blockquote.pull-right .small:after{content: '\00A0 \2014'}.gbs3 address{margin-bottom: 20px;font-style: normal;line-height: 1.42857143}.gbs3 code,.gbs3 kbd,.gbs3 pre,.gbs3 samp{font-family: Menlo, Monaco, Consolas, "Courier New", monospace}.gbs3 code{padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px}.gbs3 kbd{padding: 2px 4px;font-size: 90%;color: #ffffff;background-color: #333333;border-radius: 3px;box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)}.gbs3 kbd kbd{padding: 0;font-size: 100%;font-weight: bold;box-shadow: none}.gbs3 pre{display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 1.42857143;word-break: break-all;word-wrap: break-word;color: #333333;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px}.gbs3 pre code{padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0}.gbs3 .pre-scrollable{max-height: 340px;overflow-y: scroll}.gbs3 .container{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px}@media (min-width: 768px){.gbs3 .container{width: 750px}}@media (min-width: 992px){.gbs3 .container{width: 970px}}@media (min-width: 1200px){.gbs3 .container{width: 1170px}}.gbs3 .container-fluid{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px}.gbs3 .row{margin-left: -15px;margin-right: -15px}.gbs3 .col-xs-1,.gbs3 .col-sm-1,.gbs3 .col-md-1,.gbs3 .col-lg-1,.gbs3 .col-xs-2,.gbs3 .col-sm-2,.gbs3 .col-md-2,.gbs3 .col-lg-2,.gbs3 .col-xs-3,.gbs3 .col-sm-3,.gbs3 .col-md-3,.gbs3 .col-lg-3,.gbs3 .col-xs-4,.gbs3 .col-sm-4,.gbs3 .col-md-4,.gbs3 .col-lg-4,.gbs3 .col-xs-5,.gbs3 .col-sm-5,.gbs3 .col-md-5,.gbs3 .col-lg-5,.gbs3 .col-xs-6,.gbs3 .col-sm-6,.gbs3 .col-md-6,.gbs3 .col-lg-6,.gbs3 .col-xs-7,.gbs3 .col-sm-7,.gbs3 .col-md-7,.gbs3 .col-lg-7,.gbs3 .col-xs-8,.gbs3 .col-sm-8,.gbs3 .col-md-8,.gbs3 .col-lg-8,.gbs3 .col-xs-9,.gbs3 .col-sm-9,.gbs3 .col-md-9,.gbs3 .col-lg-9,.gbs3 .col-xs-10,.gbs3 .col-sm-10,.gbs3 .col-md-10,.gbs3 .col-lg-10,.gbs3 .col-xs-11,.gbs3 .col-sm-11,.gbs3 .col-md-11,.gbs3 .col-lg-11,.gbs3 .col-xs-12,.gbs3 .col-sm-12,.gbs3 .col-md-12,.gbs3 .col-lg-12{position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px}.gbs3 .col-xs-1,.gbs3 .col-xs-2,.gbs3 .col-xs-3,.gbs3 .col-xs-4,.gbs3 .col-xs-5,.gbs3 .col-xs-6,.gbs3 .col-xs-7,.gbs3 .col-xs-8,.gbs3 .col-xs-9,.gbs3 .col-xs-10,.gbs3 .col-xs-11,.gbs3 .col-xs-12{float: left}.gbs3 .col-xs-12{width: 100%}.gbs3 .col-xs-11{width: 91.66666667%}.gbs3 .col-xs-10{width: 83.33333333%}.gbs3 .col-xs-9{width: 75%}.gbs3 .col-xs-8{width: 66.66666667%}.gbs3 .col-xs-7{width: 58.33333333%}.gbs3 .col-xs-6{width: 50%}.gbs3 .col-xs-5{width: 41.66666667%}.gbs3 .col-xs-4{width: 33.33333333%}.gbs3 .col-xs-3{width: 25%}.gbs3 .col-xs-2{width: 16.66666667%}.gbs3 .col-xs-1{width: 8.33333333%}.gbs3 .col-xs-pull-12{right: 100%}.gbs3 .col-xs-pull-11{right: 91.66666667%}.gbs3 .col-xs-pull-10{right: 83.33333333%}.gbs3 .col-xs-pull-9{right: 75%}.gbs3 .col-xs-pull-8{right: 66.66666667%}.gbs3 .col-xs-pull-7{right: 58.33333333%}.gbs3 .col-xs-pull-6{right: 50%}.gbs3 .col-xs-pull-5{right: 41.66666667%}.gbs3 .col-xs-pull-4{right: 33.33333333%}.gbs3 .col-xs-pull-3{right: 25%}.gbs3 .col-xs-pull-2{right: 16.66666667%}.gbs3 .col-xs-pull-1{right: 8.33333333%}.gbs3 .col-xs-pull-0{right: auto}.gbs3 .col-xs-push-12{left: 100%}.gbs3 .col-xs-push-11{left: 91.66666667%}.gbs3 .col-xs-push-10{left: 83.33333333%}.gbs3 .col-xs-push-9{left: 75%}.gbs3 .col-xs-push-8{left: 66.66666667%}.gbs3 .col-xs-push-7{left: 58.33333333%}.gbs3 .col-xs-push-6{left: 50%}.gbs3 .col-xs-push-5{left: 41.66666667%}.gbs3 .col-xs-push-4{left: 33.33333333%}.gbs3 .col-xs-push-3{left: 25%}.gbs3 .col-xs-push-2{left: 16.66666667%}.gbs3 .col-xs-push-1{left: 8.33333333%}.gbs3 .col-xs-push-0{left: auto}.gbs3 .col-xs-offset-12{margin-left: 100%}.gbs3 .col-xs-offset-11{margin-left: 91.66666667%}.gbs3 .col-xs-offset-10{margin-left: 83.33333333%}.gbs3 .col-xs-offset-9{margin-left: 75%}.gbs3 .col-xs-offset-8{margin-left: 66.66666667%}.gbs3 .col-xs-offset-7{margin-left: 58.33333333%}.gbs3 .col-xs-offset-6{margin-left: 50%}.gbs3 .col-xs-offset-5{margin-left: 41.66666667%}.gbs3 .col-xs-offset-4{margin-left: 33.33333333%}.gbs3 .col-xs-offset-3{margin-left: 25%}.gbs3 .col-xs-offset-2{margin-left: 16.66666667%}.gbs3 .col-xs-offset-1{margin-left: 8.33333333%}.gbs3 .col-xs-offset-0{margin-left: 0%}@media (min-width: 768px){.gbs3 .col-sm-1,.gbs3 .col-sm-2,.gbs3 .col-sm-3,.gbs3 .col-sm-4,.gbs3 .col-sm-5,.gbs3 .col-sm-6,.gbs3 .col-sm-7,.gbs3 .col-sm-8,.gbs3 .col-sm-9,.gbs3 .col-sm-10,.gbs3 .col-sm-11,.gbs3 .col-sm-12{float: left}.gbs3 .col-sm-12{width: 100%}.gbs3 .col-sm-11{width: 91.66666667%}.gbs3 .col-sm-10{width: 83.33333333%}.gbs3 .col-sm-9{width: 75%}.gbs3 .col-sm-8{width: 66.66666667%}.gbs3 .col-sm-7{width: 58.33333333%}.gbs3 .col-sm-6{width: 50%}.gbs3 .col-sm-5{width: 41.66666667%}.gbs3 .col-sm-4{width: 33.33333333%}.gbs3 .col-sm-3{width: 25%}.gbs3 .col-sm-2{width: 16.66666667%}.gbs3 .col-sm-1{width: 8.33333333%}.gbs3 .col-sm-pull-12{right: 100%}.gbs3 .col-sm-pull-11{right: 91.66666667%}.gbs3 .col-sm-pull-10{right: 83.33333333%}.gbs3 .col-sm-pull-9{right: 75%}.gbs3 .col-sm-pull-8{right: 66.66666667%}.gbs3 .col-sm-pull-7{right: 58.33333333%}.gbs3 .col-sm-pull-6{right: 50%}.gbs3 .col-sm-pull-5{right: 41.66666667%}.gbs3 .col-sm-pull-4{right: 33.33333333%}.gbs3 .col-sm-pull-3{right: 25%}.gbs3 .col-sm-pull-2{right: 16.66666667%}.gbs3 .col-sm-pull-1{right: 8.33333333%}.gbs3 .col-sm-pull-0{right: auto}.gbs3 .col-sm-push-12{left: 100%}.gbs3 .col-sm-push-11{left: 91.66666667%}.gbs3 .col-sm-push-10{left: 83.33333333%}.gbs3 .col-sm-push-9{left: 75%}.gbs3 .col-sm-push-8{left: 66.66666667%}.gbs3 .col-sm-push-7{left: 58.33333333%}.gbs3 .col-sm-push-6{left: 50%}.gbs3 .col-sm-push-5{left: 41.66666667%}.gbs3 .col-sm-push-4{left: 33.33333333%}.gbs3 .col-sm-push-3{left: 25%}.gbs3 .col-sm-push-2{left: 16.66666667%}.gbs3 .col-sm-push-1{left: 8.33333333%}.gbs3 .col-sm-push-0{left: auto}.gbs3 .col-sm-offset-12{margin-left: 100%}.gbs3 .col-sm-offset-11{margin-left: 91.66666667%}.gbs3 .col-sm-offset-10{margin-left: 83.33333333%}.gbs3 .col-sm-offset-9{margin-left: 75%}.gbs3 .col-sm-offset-8{margin-left: 66.66666667%}.gbs3 .col-sm-offset-7{margin-left: 58.33333333%}.gbs3 .col-sm-offset-6{margin-left: 50%}.gbs3 .col-sm-offset-5{margin-left: 41.66666667%}.gbs3 .col-sm-offset-4{margin-left: 33.33333333%}.gbs3 .col-sm-offset-3{margin-left: 25%}.gbs3 .col-sm-offset-2{margin-left: 16.66666667%}.gbs3 .col-sm-offset-1{margin-left: 8.33333333%}.gbs3 .col-sm-offset-0{margin-left: 0%}}@media (min-width: 992px){.gbs3 .col-md-1,.gbs3 .col-md-2,.gbs3 .col-md-3,.gbs3 .col-md-4,.gbs3 .col-md-5,.gbs3 .col-md-6,.gbs3 .col-md-7,.gbs3 .col-md-8,.gbs3 .col-md-9,.gbs3 .col-md-10,.gbs3 .col-md-11,.gbs3 .col-md-12{float: left}.gbs3 .col-md-12{width: 100%}.gbs3 .col-md-11{width: 91.66666667%}.gbs3 .col-md-10{width: 83.33333333%}.gbs3 .col-md-9{width: 75%}.gbs3 .col-md-8{width: 66.66666667%}.gbs3 .col-md-7{width: 58.33333333%}.gbs3 .col-md-6{width: 50%}.gbs3 .col-md-5{width: 41.66666667%}.gbs3 .col-md-4{width: 33.33333333%}.gbs3 .col-md-3{width: 25%}.gbs3 .col-md-2{width: 16.66666667%}.gbs3 .col-md-1{width: 8.33333333%}.gbs3 .col-md-pull-12{right: 100%}.gbs3 .col-md-pull-11{right: 91.66666667%}.gbs3 .col-md-pull-10{right: 83.33333333%}.gbs3 .col-md-pull-9{right: 75%}.gbs3 .col-md-pull-8{right: 66.66666667%}.gbs3 .col-md-pull-7{right: 58.33333333%}.gbs3 .col-md-pull-6{right: 50%}.gbs3 .col-md-pull-5{right: 41.66666667%}.gbs3 .col-md-pull-4{right: 33.33333333%}.gbs3 .col-md-pull-3{right: 25%}.gbs3 .col-md-pull-2{right: 16.66666667%}.gbs3 .col-md-pull-1{right: 8.33333333%}.gbs3 .col-md-pull-0{right: auto}.gbs3 .col-md-push-12{left: 100%}.gbs3 .col-md-push-11{left: 91.66666667%}.gbs3 .col-md-push-10{left: 83.33333333%}.gbs3 .col-md-push-9{left: 75%}.gbs3 .col-md-push-8{left: 66.66666667%}.gbs3 .col-md-push-7{left: 58.33333333%}.gbs3 .col-md-push-6{left: 50%}.gbs3 .col-md-push-5{left: 41.66666667%}.gbs3 .col-md-push-4{left: 33.33333333%}.gbs3 .col-md-push-3{left: 25%}.gbs3 .col-md-push-2{left: 16.66666667%}.gbs3 .col-md-push-1{left: 8.33333333%}.gbs3 .col-md-push-0{left: auto}.gbs3 .col-md-offset-12{margin-left: 100%}.gbs3 .col-md-offset-11{margin-left: 91.66666667%}.gbs3 .col-md-offset-10{margin-left: 83.33333333%}.gbs3 .col-md-offset-9{margin-left: 75%}.gbs3 .col-md-offset-8{margin-left: 66.66666667%}.gbs3 .col-md-offset-7{margin-left: 58.33333333%}.gbs3 .col-md-offset-6{margin-left: 50%}.gbs3 .col-md-offset-5{margin-left: 41.66666667%}.gbs3 .col-md-offset-4{margin-left: 33.33333333%}.gbs3 .col-md-offset-3{margin-left: 25%}.gbs3 .col-md-offset-2{margin-left: 16.66666667%}.gbs3 .col-md-offset-1{margin-left: 8.33333333%}.gbs3 .col-md-offset-0{margin-left: 0%}}@media (min-width: 1200px){.gbs3 .col-lg-1,.gbs3 .col-lg-2,.gbs3 .col-lg-3,.gbs3 .col-lg-4,.gbs3 .col-lg-5,.gbs3 .col-lg-6,.gbs3 .col-lg-7,.gbs3 .col-lg-8,.gbs3 .col-lg-9,.gbs3 .col-lg-10,.gbs3 .col-lg-11,.gbs3 .col-lg-12{float: left}.gbs3 .col-lg-12{width: 100%}.gbs3 .col-lg-11{width: 91.66666667%}.gbs3 .col-lg-10{width: 83.33333333%}.gbs3 .col-lg-9{width: 75%}.gbs3 .col-lg-8{width: 66.66666667%}.gbs3 .col-lg-7{width: 58.33333333%}.gbs3 .col-lg-6{width: 50%}.gbs3 .col-lg-5{width: 41.66666667%}.gbs3 .col-lg-4{width: 33.33333333%}.gbs3 .col-lg-3{width: 25%}.gbs3 .col-lg-2{width: 16.66666667%}.gbs3 .col-lg-1{width: 8.33333333%}.gbs3 .col-lg-pull-12{right: 100%}.gbs3 .col-lg-pull-11{right: 91.66666667%}.gbs3 .col-lg-pull-10{right: 83.33333333%}.gbs3 .col-lg-pull-9{right: 75%}.gbs3 .col-lg-pull-8{right: 66.66666667%}.gbs3 .col-lg-pull-7{right: 58.33333333%}.gbs3 .col-lg-pull-6{right: 50%}.gbs3 .col-lg-pull-5{right: 41.66666667%}.gbs3 .col-lg-pull-4{right: 33.33333333%}.gbs3 .col-lg-pull-3{right: 25%}.gbs3 .col-lg-pull-2{right: 16.66666667%}.gbs3 .col-lg-pull-1{right: 8.33333333%}.gbs3 .col-lg-pull-0{right: auto}.gbs3 .col-lg-push-12{left: 100%}.gbs3 .col-lg-push-11{left: 91.66666667%}.gbs3 .col-lg-push-10{left: 83.33333333%}.gbs3 .col-lg-push-9{left: 75%}.gbs3 .col-lg-push-8{left: 66.66666667%}.gbs3 .col-lg-push-7{left: 58.33333333%}.gbs3 .col-lg-push-6{left: 50%}.gbs3 .col-lg-push-5{left: 41.66666667%}.gbs3 .col-lg-push-4{left: 33.33333333%}.gbs3 .col-lg-push-3{left: 25%}.gbs3 .col-lg-push-2{left: 16.66666667%}.gbs3 .col-lg-push-1{left: 8.33333333%}.gbs3 .col-lg-push-0{left: auto}.gbs3 .col-lg-offset-12{margin-left: 100%}.gbs3 .col-lg-offset-11{margin-left: 91.66666667%}.gbs3 .col-lg-offset-10{margin-left: 83.33333333%}.gbs3 .col-lg-offset-9{margin-left: 75%}.gbs3 .col-lg-offset-8{margin-left: 66.66666667%}.gbs3 .col-lg-offset-7{margin-left: 58.33333333%}.gbs3 .col-lg-offset-6{margin-left: 50%}.gbs3 .col-lg-offset-5{margin-left: 41.66666667%}.gbs3 .col-lg-offset-4{margin-left: 33.33333333%}.gbs3 .col-lg-offset-3{margin-left: 25%}.gbs3 .col-lg-offset-2{margin-left: 16.66666667%}.gbs3 .col-lg-offset-1{margin-left: 8.33333333%}.gbs3 .col-lg-offset-0{margin-left: 0%}}.gbs3 table{background-color: transparent}.gbs3 caption{padding-top: 8px;padding-bottom: 8px;color: #777777;text-align: left}.gbs3 th{text-align: left}.gbs3 .table{width: 100%;max-width: 100%;margin-bottom: 20px}.gbs3 .table > thead > tr > th,.gbs3 .table > tbody > tr > th,.gbs3 .table > tfoot > tr > th,.gbs3 .table > thead > tr > td,.gbs3 .table > tbody > tr > td,.gbs3 .table > tfoot > tr > td{padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd}.gbs3 .table > thead > tr > th{vertical-align: bottom;border-bottom: 2px solid #ddd}.gbs3 .table > caption + thead > tr:first-child > th,.gbs3 .table > colgroup + thead > tr:first-child > th,.gbs3 .table > thead:first-child > tr:first-child > th,.gbs3 .table > caption + thead > tr:first-child > td,.gbs3 .table > colgroup + thead > tr:first-child > td,.gbs3 .table > thead:first-child > tr:first-child > td{border-top: 0}.gbs3 .table > tbody + tbody{border-top: 2px solid #ddd}.gbs3 .table .table{background-color: #ffffff}.gbs3 .table-condensed > thead > tr > th,.gbs3 .table-condensed > tbody > tr > th,.gbs3 .table-condensed > tfoot > tr > th,.gbs3 .table-condensed > thead > tr > td,.gbs3 .table-condensed > tbody > tr > td,.gbs3 .table-condensed > tfoot > tr > td{padding: 5px}.gbs3 .table-bordered{border: 1px solid #ddd}.gbs3 .table-bordered > thead > tr > th,.gbs3 .table-bordered > tbody > tr > th,.gbs3 .table-bordered > tfoot > tr > th,.gbs3 .table-bordered > thead > tr > td,.gbs3 .table-bordered > tbody > tr > td,.gbs3 .table-bordered > tfoot > tr > td{border: 1px solid #ddd}.gbs3 .table-bordered > thead > tr > th,.gbs3 .table-bordered > thead > tr > td{border-bottom-width: 2px}.gbs3 .table-striped > tbody > tr:nth-of-type(odd){background-color: #f9f9f9}.gbs3 .table-hover > tbody > tr:hover{background-color: #f5f5f5}.gbs3 table col[class*="col-"]{position: static;float: none;display: table-column}.gbs3 table td[class*="col-"],.gbs3 table th[class*="col-"]{position: static;float: none;display: table-cell}.gbs3 .table > thead > tr > td.active,.gbs3 .table > tbody > tr > td.active,.gbs3 .table > tfoot > tr > td.active,.gbs3 .table > thead > tr > th.active,.gbs3 .table > tbody > tr > th.active,.gbs3 .table > tfoot > tr > th.active,.gbs3 .table > thead > tr.active > td,.gbs3 .table > tbody > tr.active > td,.gbs3 .table > tfoot > tr.active > td,.gbs3 .table > thead > tr.active > th,.gbs3 .table > tbody > tr.active > th,.gbs3 .table > tfoot > tr.active > th{background-color: #f5f5f5}.gbs3 .table-hover > tbody > tr > td.active:hover,.gbs3 .table-hover > tbody > tr > th.active:hover,.gbs3 .table-hover > tbody > tr.active:hover > td,.gbs3 .table-hover > tbody > tr:hover > .active,.gbs3 .table-hover > tbody > tr.active:hover > th{background-color: #e8e8e8}.gbs3 .table > thead > tr > td.success,.gbs3 .table > tbody > tr > td.success,.gbs3 .table > tfoot > tr > td.success,.gbs3 .table > thead > tr > th.success,.gbs3 .table > tbody > tr > th.success,.gbs3 .table > tfoot > tr > th.success,.gbs3 .table > thead > tr.success > td,.gbs3 .table > tbody > tr.success > td,.gbs3 .table > tfoot > tr.success > td,.gbs3 .table > thead > tr.success > th,.gbs3 .table > tbody > tr.success > th,.gbs3 .table > tfoot > tr.success > th{background-color: #dff0d8}.gbs3 .table-hover > tbody > tr > td.success:hover,.gbs3 .table-hover > tbody > tr > th.success:hover,.gbs3 .table-hover > tbody > tr.success:hover > td,.gbs3 .table-hover > tbody > tr:hover > .success,.gbs3 .table-hover > tbody > tr.success:hover > th{background-color: #d0e9c6}.gbs3 .table > thead > tr > td.info,.gbs3 .table > tbody > tr > td.info,.gbs3 .table > tfoot > tr > td.info,.gbs3 .table > thead > tr > th.info,.gbs3 .table > tbody > tr > th.info,.gbs3 .table > tfoot > tr > th.info,.gbs3 .table > thead > tr.info > td,.gbs3 .table > tbody > tr.info > td,.gbs3 .table > tfoot > tr.info > td,.gbs3 .table > thead > tr.info > th,.gbs3 .table > tbody > tr.info > th,.gbs3 .table > tfoot > tr.info > th{background-color: #d9edf7}.gbs3 .table-hover > tbody > tr > td.info:hover,.gbs3 .table-hover > tbody > tr > th.info:hover,.gbs3 .table-hover > tbody > tr.info:hover > td,.gbs3 .table-hover > tbody > tr:hover > .info,.gbs3 .table-hover > tbody > tr.info:hover > th{background-color: #c4e3f3}.gbs3 .table > thead > tr > td.warning,.gbs3 .table > tbody > tr > td.warning,.gbs3 .table > tfoot > tr > td.warning,.gbs3 .table > thead > tr > th.warning,.gbs3 .table > tbody > tr > th.warning,.gbs3 .table > tfoot > tr > th.warning,.gbs3 .table > thead > tr.warning > td,.gbs3 .table > tbody > tr.warning > td,.gbs3 .table > tfoot > tr.warning > td,.gbs3 .table > thead > tr.warning > th,.gbs3 .table > tbody > tr.warning > th,.gbs3 .table > tfoot > tr.warning > th{background-color: #fcf8e3}.gbs3 .table-hover > tbody > tr > td.warning:hover,.gbs3 .table-hover > tbody > tr > th.warning:hover,.gbs3 .table-hover > tbody > tr.warning:hover > td,.gbs3 .table-hover > tbody > tr:hover > .warning,.gbs3 .table-hover > tbody > tr.warning:hover > th{background-color: #faf2cc}.gbs3 .table > thead > tr > td.danger,.gbs3 .table > tbody > tr > td.danger,.gbs3 .table > tfoot > tr > td.danger,.gbs3 .table > thead > tr > th.danger,.gbs3 .table > tbody > tr > th.danger,.gbs3 .table > tfoot > tr > th.danger,.gbs3 .table > thead > tr.danger > td,.gbs3 .table > tbody > tr.danger > td,.gbs3 .table > tfoot > tr.danger > td,.gbs3 .table > thead > tr.danger > th,.gbs3 .table > tbody > tr.danger > th,.gbs3 .table > tfoot > tr.danger > th{background-color: #f2dede}.gbs3 .table-hover > tbody > tr > td.danger:hover,.gbs3 .table-hover > tbody > tr > th.danger:hover,.gbs3 .table-hover > tbody > tr.danger:hover > td,.gbs3 .table-hover > tbody > tr:hover > .danger,.gbs3 .table-hover > tbody > tr.danger:hover > th{background-color: #ebcccc}.gbs3 .table-responsive{overflow-x: auto;min-height: 0.01%}@media screen and (max-width: 767px){.gbs3 .table-responsive{width: 100%;margin-bottom: 15px;overflow-y: hidden;-ms-overflow-style: -ms-autohiding-scrollbar;border: 1px solid #ddd}.gbs3 .table-responsive > .table{margin-bottom: 0}.gbs3 .table-responsive > .table > thead > tr > th,.gbs3 .table-responsive > .table > tbody > tr > th,.gbs3 .table-responsive > .table > tfoot > tr > th,.gbs3 .table-responsive > .table > thead > tr > td,.gbs3 .table-responsive > .table > tbody > tr > td,.gbs3 .table-responsive > .table > tfoot > tr > td{white-space: nowrap}.gbs3 .table-responsive > .table-bordered{border: 0}.gbs3 .table-responsive > .table-bordered > thead > tr > th:first-child,.gbs3 .table-responsive > .table-bordered > tbody > tr > th:first-child,.gbs3 .table-responsive > .table-bordered > tfoot > tr > th:first-child,.gbs3 .table-responsive > .table-bordered > thead > tr > td:first-child,.gbs3 .table-responsive > .table-bordered > tbody > tr > td:first-child,.gbs3 .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0}.gbs3 .table-responsive > .table-bordered > thead > tr > th:last-child,.gbs3 .table-responsive > .table-bordered > tbody > tr > th:last-child,.gbs3 .table-responsive > .table-bordered > tfoot > tr > th:last-child,.gbs3 .table-responsive > .table-bordered > thead > tr > td:last-child,.gbs3 .table-responsive > .table-bordered > tbody > tr > td:last-child,.gbs3 .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0}.gbs3 .table-responsive > .table-bordered > tbody > tr:last-child > th,.gbs3 .table-responsive > .table-bordered > tfoot > tr:last-child > th,.gbs3 .table-responsive > .table-bordered > tbody > tr:last-child > td,.gbs3 .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom: 0}}.gbs3 fieldset{padding: 0;margin: 0;border: 0;min-width: 0}.gbs3 legend{display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: inherit;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5}.gbs3 label{display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold}.gbs3 input[type="search"]{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.gbs3 input[type="radio"],.gbs3 input[type="checkbox"]{margin: 4px 0 0;margin-top: 1px \9;line-height: normal}.gbs3 input[type="file"]{display: block}.gbs3 input[type="range"]{display: block;width: 100%}.gbs3 select[multiple],.gbs3 select[size]{height: auto}.gbs3 input[type="file"]:focus,.gbs3 input[type="radio"]:focus,.gbs3 input[type="checkbox"]:focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.gbs3 output{display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857143;color: #555555}.gbs3 .form-control{display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555555;background-color: #ffffff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s}.gbs3 .form-control:focus{border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6)}.gbs3 .form-control::-moz-placeholder{color: #999999;opacity: 1}.gbs3 .form-control:-ms-input-placeholder{color: #999999}.gbs3 .form-control::-webkit-input-placeholder{color: #999999}.gbs3 .form-control[disabled],.gbs3 .form-control[readonly],.gbs3 fieldset[disabled] .form-control{background-color: #eeeeee;opacity: 1}.gbs3 .form-control[disabled],.gbs3 fieldset[disabled] .form-control{cursor: not-allowed}.gbs3 textarea.form-control{height: auto}.gbs3 input[type="search"]{-webkit-appearance: none}@media screen and (-webkit-min-device-pixel-ratio: 0){.gbs3 input[type="date"],.gbs3 input[type="time"],.gbs3 input[type="datetime-local"],.gbs3 input[type="month"]{line-height: 34px}.gbs3 input[type="date"].input-sm,.gbs3 input[type="time"].input-sm,.gbs3 input[type="datetime-local"].input-sm,.gbs3 input[type="month"].input-sm,.gbs3 .input-group-sm input[type="date"],.gbs3 .input-group-sm input[type="time"],.gbs3 .input-group-sm input[type="datetime-local"],.gbs3 .input-group-sm input[type="month"]{line-height: 30px}.gbs3 input[type="date"].input-lg,.gbs3 input[type="time"].input-lg,.gbs3 input[type="datetime-local"].input-lg,.gbs3 input[type="month"].input-lg,.gbs3 .input-group-lg input[type="date"],.gbs3 .input-group-lg input[type="time"],.gbs3 .input-group-lg input[type="datetime-local"],.gbs3 .input-group-lg input[type="month"]{line-height: 46px}}.gbs3 .form-group{margin-bottom: 15px}.gbs3 .radio,.gbs3 .checkbox{position: relative;display: block;margin-top: 10px;margin-bottom: 10px}.gbs3 .radio label,.gbs3 .checkbox label{min-height: 20px;padding-left: 20px;margin-bottom: 0;font-weight: normal;cursor: pointer}.gbs3 .radio input[type="radio"],.gbs3 .radio-inline input[type="radio"],.gbs3 .checkbox input[type="checkbox"],.gbs3 .checkbox-inline input[type="checkbox"]{position: absolute;margin-left: -20px;margin-top: 4px \9}.gbs3 .radio + .radio,.gbs3 .checkbox + .checkbox{margin-top: -5px}.gbs3 .radio-inline,.gbs3 .checkbox-inline{position: relative;display: inline-block;padding-left: 20px;margin-bottom: 0;vertical-align: middle;font-weight: normal;cursor: pointer}.gbs3 .radio-inline + .radio-inline,.gbs3 .checkbox-inline + .checkbox-inline{margin-top: 0;margin-left: 10px}.gbs3 input[type="radio"][disabled],.gbs3 input[type="checkbox"][disabled],.gbs3 input[type="radio"].disabled,.gbs3 input[type="checkbox"].disabled,.gbs3 fieldset[disabled] input[type="radio"],.gbs3 fieldset[disabled] input[type="checkbox"]{cursor: not-allowed}.gbs3 .radio-inline.disabled,.gbs3 .checkbox-inline.disabled,.gbs3 fieldset[disabled] .radio-inline,.gbs3 fieldset[disabled] .checkbox-inline{cursor: not-allowed}.gbs3 .radio.disabled label,.gbs3 .checkbox.disabled label,.gbs3 fieldset[disabled] .radio label,.gbs3 fieldset[disabled] .checkbox label{cursor: not-allowed}.gbs3 .form-control-static{padding-top: 7px;padding-bottom: 7px;margin-bottom: 0;min-height: 34px}.gbs3 .form-control-static.input-lg,.gbs3 .form-control-static.input-sm{padding-left: 0;padding-right: 0}.gbs3 .input-sm{height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px}.gbs3 select.input-sm{height: 30px;line-height: 30px}.gbs3 textarea.input-sm,.gbs3 select[multiple].input-sm{height: auto}.gbs3 .form-group-sm .form-control{height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px}.gbs3 select.form-group-sm .form-control{height: 30px;line-height: 30px}.gbs3 textarea.form-group-sm .form-control,.gbs3 select[multiple].form-group-sm .form-control{height: auto}.gbs3 .form-group-sm .form-control-static{height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;min-height: 32px}.gbs3 .input-lg{height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px}.gbs3 select.input-lg{height: 46px;line-height: 46px}.gbs3 textarea.input-lg,.gbs3 select[multiple].input-lg{height: auto}.gbs3 .form-group-lg .form-control{height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px}.gbs3 select.form-group-lg .form-control{height: 46px;line-height: 46px}.gbs3 textarea.form-group-lg .form-control,.gbs3 select[multiple].form-group-lg .form-control{height: auto}.gbs3 .form-group-lg .form-control-static{height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;min-height: 38px}.gbs3 .has-feedback{position: relative}.gbs3 .has-feedback .form-control{padding-right: 42.5px}.gbs3 .form-control-feedback{position: absolute;top: 0;right: 0;z-index: 2;display: block;width: 34px;height: 34px;line-height: 34px;text-align: center;pointer-events: none}.gbs3 .input-lg + .form-control-feedback{width: 46px;height: 46px;line-height: 46px}.gbs3 .input-sm + .form-control-feedback{width: 30px;height: 30px;line-height: 30px}.gbs3 .has-success .help-block,.gbs3 .has-success .control-label,.gbs3 .has-success .radio,.gbs3 .has-success .checkbox,.gbs3 .has-success .radio-inline,.gbs3 .has-success .checkbox-inline,.gbs3 .has-success.radio label,.gbs3 .has-success.checkbox label,.gbs3 .has-success.radio-inline label,.gbs3 .has-success.checkbox-inline label{color: #3c763d}.gbs3 .has-success .form-control{border-color: #3c763d;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.gbs3 .has-success .form-control:focus{border-color: #2b542c;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168}.gbs3 .has-success .input-group-addon{color: #3c763d;border-color: #3c763d;background-color: #dff0d8}.gbs3 .has-success .form-control-feedback{color: #3c763d}.gbs3 .has-warning .help-block,.gbs3 .has-warning .control-label,.gbs3 .has-warning .radio,.gbs3 .has-warning .checkbox,.gbs3 .has-warning .radio-inline,.gbs3 .has-warning .checkbox-inline,.gbs3 .has-warning.radio label,.gbs3 .has-warning.checkbox label,.gbs3 .has-warning.radio-inline label,.gbs3 .has-warning.checkbox-inline label{color: #8a6d3b}.gbs3 .has-warning .form-control{border-color: #8a6d3b;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.gbs3 .has-warning .form-control:focus{border-color: #66512c;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b}.gbs3 .has-warning .input-group-addon{color: #8a6d3b;border-color: #8a6d3b;background-color: #fcf8e3}.gbs3 .has-warning .form-control-feedback{color: #8a6d3b}.gbs3 .has-error .help-block,.gbs3 .has-error .control-label,.gbs3 .has-error .radio,.gbs3 .has-error .checkbox,.gbs3 .has-error .radio-inline,.gbs3 .has-error .checkbox-inline,.gbs3 .has-error.radio label,.gbs3 .has-error.checkbox label,.gbs3 .has-error.radio-inline label,.gbs3 .has-error.checkbox-inline label{color: #a94442}.gbs3 .has-error .form-control{border-color: #a94442;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.gbs3 .has-error .form-control:focus{border-color: #843534;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483}.gbs3 .has-error .input-group-addon{color: #a94442;border-color: #a94442;background-color: #f2dede}.gbs3 .has-error .form-control-feedback{color: #a94442}.gbs3 .has-feedback label ~ .form-control-feedback{top: 25px}.gbs3 .has-feedback label.sr-only ~ .form-control-feedback{top: 0}.gbs3 .help-block{display: block;margin-top: 5px;margin-bottom: 10px;color: #737373}@media (min-width: 768px){.gbs3 .form-inline .form-group{display: inline-block;margin-bottom: 0;vertical-align: middle}.gbs3 .form-inline .form-control{display: inline-block;width: auto;vertical-align: middle}.gbs3 .form-inline .form-control-static{display: inline-block}.gbs3 .form-inline .input-group{display: inline-table;vertical-align: middle}.gbs3 .form-inline .input-group .input-group-addon,.gbs3 .form-inline .input-group .input-group-btn,.gbs3 .form-inline .input-group .form-control{width: auto}.gbs3 .form-inline .input-group > .form-control{width: 100%}.gbs3 .form-inline .control-label{margin-bottom: 0;vertical-align: middle}.gbs3 .form-inline .radio,.gbs3 .form-inline .checkbox{display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle}.gbs3 .form-inline .radio label,.gbs3 .form-inline .checkbox label{padding-left: 0}.gbs3 .form-inline .radio input[type="radio"],.gbs3 .form-inline .checkbox input[type="checkbox"]{position: relative;margin-left: 0}.gbs3 .form-inline .has-feedback .form-control-feedback{top: 0}}.gbs3 .form-horizontal .radio,.gbs3 .form-horizontal .checkbox,.gbs3 .form-horizontal .radio-inline,.gbs3 .form-horizontal .checkbox-inline{margin-top: 0;margin-bottom: 0;padding-top: 7px}.gbs3 .form-horizontal .radio,.gbs3 .form-horizontal .checkbox{min-height: 27px}.gbs3 .form-horizontal .form-group{margin-left: -15px;margin-right: -15px}@media (min-width: 768px){.gbs3 .form-horizontal .control-label{text-align: right;margin-bottom: 0;padding-top: 7px}}.gbs3 .form-horizontal .has-feedback .form-control-feedback{right: 15px}@media (min-width: 768px){.gbs3 .form-horizontal .form-group-lg .control-label{padding-top: 14.333333px}}@media (min-width: 768px){.gbs3 .form-horizontal .form-group-sm .control-label{padding-top: 6px}}.gbs3 .btn{display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;vertical-align: middle;touch-action: manipulation;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.gbs3 .btn:focus,.gbs3 .btn:active:focus,.gbs3 .btn.active:focus,.gbs3 .btn.focus,.gbs3 .btn:active.focus,.gbs3 .btn.active.focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.gbs3 .btn:hover,.gbs3 .btn:focus,.gbs3 .btn.focus{color: #333333;text-decoration: none}.gbs3 .btn:active,.gbs3 .btn.active{outline: 0;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)}.gbs3 .btn.disabled,.gbs3 .btn[disabled],.gbs3 fieldset[disabled] .btn{cursor: not-allowed;pointer-events: none;opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none}.gbs3 .btn-default{color: #333333;background-color: #ffffff;border-color: #cccccc}.gbs3 .btn-default:hover,.gbs3 .btn-default:focus,.gbs3 .btn-default.focus,.gbs3 .btn-default:active,.gbs3 .btn-default.active,.gbs3 .open > .dropdown-toggle.btn-default{color: #333333;background-color: #e6e6e6;border-color: #adadad}.gbs3 .btn-default:active,.gbs3 .btn-default.active,.gbs3 .open > .dropdown-toggle.btn-default{background-image: none}.gbs3 .btn-default.disabled,.gbs3 .btn-default[disabled],.gbs3 fieldset[disabled] .btn-default,.gbs3 .btn-default.disabled:hover,.gbs3 .btn-default[disabled]:hover,.gbs3 fieldset[disabled] .btn-default:hover,.gbs3 .btn-default.disabled:focus,.gbs3 .btn-default[disabled]:focus,.gbs3 fieldset[disabled] .btn-default:focus,.gbs3 .btn-default.disabled.focus,.gbs3 .btn-default[disabled].focus,.gbs3 fieldset[disabled] .btn-default.focus,.gbs3 .btn-default.disabled:active,.gbs3 .btn-default[disabled]:active,.gbs3 fieldset[disabled] .btn-default:active,.gbs3 .btn-default.disabled.active,.gbs3 .btn-default[disabled].active,.gbs3 fieldset[disabled] .btn-default.active{background-color: #ffffff;border-color: #cccccc}.gbs3 .btn-default .badge{color: #ffffff;background-color: #333333}.gbs3 .btn-primary{color: #ffffff;background-color: #337ab7;border-color: #2e6da4}.gbs3 .btn-primary:hover,.gbs3 .btn-primary:focus,.gbs3 .btn-primary.focus,.gbs3 .btn-primary:active,.gbs3 .btn-primary.active,.gbs3 .open > .dropdown-toggle.btn-primary{color: #ffffff;background-color: #286090;border-color: #204d74}.gbs3 .btn-primary:active,.gbs3 .btn-primary.active,.gbs3 .open > .dropdown-toggle.btn-primary{background-image: none}.gbs3 .btn-primary.disabled,.gbs3 .btn-primary[disabled],.gbs3 fieldset[disabled] .btn-primary,.gbs3 .btn-primary.disabled:hover,.gbs3 .btn-primary[disabled]:hover,.gbs3 fieldset[disabled] .btn-primary:hover,.gbs3 .btn-primary.disabled:focus,.gbs3 .btn-primary[disabled]:focus,.gbs3 fieldset[disabled] .btn-primary:focus,.gbs3 .btn-primary.disabled.focus,.gbs3 .btn-primary[disabled].focus,.gbs3 fieldset[disabled] .btn-primary.focus,.gbs3 .btn-primary.disabled:active,.gbs3 .btn-primary[disabled]:active,.gbs3 fieldset[disabled] .btn-primary:active,.gbs3 .btn-primary.disabled.active,.gbs3 .btn-primary[disabled].active,.gbs3 fieldset[disabled] .btn-primary.active{background-color: #337ab7;border-color: #2e6da4}.gbs3 .btn-primary .badge{color: #337ab7;background-color: #ffffff}.gbs3 .btn-success{color: #ffffff;background-color: #5cb85c;border-color: #4cae4c}.gbs3 .btn-success:hover,.gbs3 .btn-success:focus,.gbs3 .btn-success.focus,.gbs3 .btn-success:active,.gbs3 .btn-success.active,.gbs3 .open > .dropdown-toggle.btn-success{color: #ffffff;background-color: #449d44;border-color: #398439}.gbs3 .btn-success:active,.gbs3 .btn-success.active,.gbs3 .open > .dropdown-toggle.btn-success{background-image: none}.gbs3 .btn-success.disabled,.gbs3 .btn-success[disabled],.gbs3 fieldset[disabled] .btn-success,.gbs3 .btn-success.disabled:hover,.gbs3 .btn-success[disabled]:hover,.gbs3 fieldset[disabled] .btn-success:hover,.gbs3 .btn-success.disabled:focus,.gbs3 .btn-success[disabled]:focus,.gbs3 fieldset[disabled] .btn-success:focus,.gbs3 .btn-success.disabled.focus,.gbs3 .btn-success[disabled].focus,.gbs3 fieldset[disabled] .btn-success.focus,.gbs3 .btn-success.disabled:active,.gbs3 .btn-success[disabled]:active,.gbs3 fieldset[disabled] .btn-success:active,.gbs3 .btn-success.disabled.active,.gbs3 .btn-success[disabled].active,.gbs3 fieldset[disabled] .btn-success.active{background-color: #5cb85c;border-color: #4cae4c}.gbs3 .btn-success .badge{color: #5cb85c;background-color: #ffffff}.gbs3 .btn-info{color: #ffffff;background-color: #5bc0de;border-color: #46b8da}.gbs3 .btn-info:hover,.gbs3 .btn-info:focus,.gbs3 .btn-info.focus,.gbs3 .btn-info:active,.gbs3 .btn-info.active,.gbs3 .open > .dropdown-toggle.btn-info{color: #ffffff;background-color: #31b0d5;border-color: #269abc}.gbs3 .btn-info:active,.gbs3 .btn-info.active,.gbs3 .open > .dropdown-toggle.btn-info{background-image: none}.gbs3 .btn-info.disabled,.gbs3 .btn-info[disabled],.gbs3 fieldset[disabled] .btn-info,.gbs3 .btn-info.disabled:hover,.gbs3 .btn-info[disabled]:hover,.gbs3 fieldset[disabled] .btn-info:hover,.gbs3 .btn-info.disabled:focus,.gbs3 .btn-info[disabled]:focus,.gbs3 fieldset[disabled] .btn-info:focus,.gbs3 .btn-info.disabled.focus,.gbs3 .btn-info[disabled].focus,.gbs3 fieldset[disabled] .btn-info.focus,.gbs3 .btn-info.disabled:active,.gbs3 .btn-info[disabled]:active,.gbs3 fieldset[disabled] .btn-info:active,.gbs3 .btn-info.disabled.active,.gbs3 .btn-info[disabled].active,.gbs3 fieldset[disabled] .btn-info.active{background-color: #5bc0de;border-color: #46b8da}.gbs3 .btn-info .badge{color: #5bc0de;background-color: #ffffff}.gbs3 .btn-warning{color: #ffffff;background-color: #f0ad4e;border-color: #eea236}.gbs3 .btn-warning:hover,.gbs3 .btn-warning:focus,.gbs3 .btn-warning.focus,.gbs3 .btn-warning:active,.gbs3 .btn-warning.active,.gbs3 .open > .dropdown-toggle.btn-warning{color: #ffffff;background-color: #ec971f;border-color: #d58512}.gbs3 .btn-warning:active,.gbs3 .btn-warning.active,.gbs3 .open > .dropdown-toggle.btn-warning{background-image: none}.gbs3 .btn-warning.disabled,.gbs3 .btn-warning[disabled],.gbs3 fieldset[disabled] .btn-warning,.gbs3 .btn-warning.disabled:hover,.gbs3 .btn-warning[disabled]:hover,.gbs3 fieldset[disabled] .btn-warning:hover,.gbs3 .btn-warning.disabled:focus,.gbs3 .btn-warning[disabled]:focus,.gbs3 fieldset[disabled] .btn-warning:focus,.gbs3 .btn-warning.disabled.focus,.gbs3 .btn-warning[disabled].focus,.gbs3 fieldset[disabled] .btn-warning.focus,.gbs3 .btn-warning.disabled:active,.gbs3 .btn-warning[disabled]:active,.gbs3 fieldset[disabled] .btn-warning:active,.gbs3 .btn-warning.disabled.active,.gbs3 .btn-warning[disabled].active,.gbs3 fieldset[disabled] .btn-warning.active{background-color: #f0ad4e;border-color: #eea236}.gbs3 .btn-warning .badge{color: #f0ad4e;background-color: #ffffff}.gbs3 .btn-danger{color: #ffffff;background-color: #d9534f;border-color: #d43f3a}.gbs3 .btn-danger:hover,.gbs3 .btn-danger:focus,.gbs3 .btn-danger.focus,.gbs3 .btn-danger:active,.gbs3 .btn-danger.active,.gbs3 .open > .dropdown-toggle.btn-danger{color: #ffffff;background-color: #c9302c;border-color: #ac2925}.gbs3 .btn-danger:active,.gbs3 .btn-danger.active,.gbs3 .open > .dropdown-toggle.btn-danger{background-image: none}.gbs3 .btn-danger.disabled,.gbs3 .btn-danger[disabled],.gbs3 fieldset[disabled] .btn-danger,.gbs3 .btn-danger.disabled:hover,.gbs3 .btn-danger[disabled]:hover,.gbs3 fieldset[disabled] .btn-danger:hover,.gbs3 .btn-danger.disabled:focus,.gbs3 .btn-danger[disabled]:focus,.gbs3 fieldset[disabled] .btn-danger:focus,.gbs3 .btn-danger.disabled.focus,.gbs3 .btn-danger[disabled].focus,.gbs3 fieldset[disabled] .btn-danger.focus,.gbs3 .btn-danger.disabled:active,.gbs3 .btn-danger[disabled]:active,.gbs3 fieldset[disabled] .btn-danger:active,.gbs3 .btn-danger.disabled.active,.gbs3 .btn-danger[disabled].active,.gbs3 fieldset[disabled] .btn-danger.active{background-color: #d9534f;border-color: #d43f3a}.gbs3 .btn-danger .badge{color: #d9534f;background-color: #ffffff}.gbs3 .btn-link{color: #337ab7;font-weight: normal;border-radius: 0}.gbs3 .btn-link,.gbs3 .btn-link:active,.gbs3 .btn-link.active,.gbs3 .btn-link[disabled],.gbs3 fieldset[disabled] .btn-link{background-color: transparent;-webkit-box-shadow: none;box-shadow: none}.gbs3 .btn-link,.gbs3 .btn-link:hover,.gbs3 .btn-link:focus,.gbs3 .btn-link:active{border-color: transparent}.gbs3 .btn-link:hover,.gbs3 .btn-link:focus{color: #23527c;text-decoration: underline;background-color: transparent}.gbs3 .btn-link[disabled]:hover,.gbs3 fieldset[disabled] .btn-link:hover,.gbs3 .btn-link[disabled]:focus,.gbs3 fieldset[disabled] .btn-link:focus{color: #777777;text-decoration: none}.gbs3 .btn-lg,.gbs3 .btn-group-lg > .btn{padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px}.gbs3 .btn-sm,.gbs3 .btn-group-sm > .btn{padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px}.gbs3 .btn-xs,.gbs3 .btn-group-xs > .btn{padding: 1px 5px;font-size: 12px;line-height: 1.5;border-radius: 3px}.gbs3 .btn-block{display: block;width: 100%}.gbs3 .btn-block + .btn-block{margin-top: 5px}.gbs3 input[type="submit"].btn-block,.gbs3 input[type="reset"].btn-block,.gbs3 input[type="button"].btn-block{width: 100%}.gbs3 .fade{opacity: 0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear}.gbs3 .fade.in{opacity: 1}.gbs3 .collapse{display: none}.gbs3 .collapse.in{display: block}.gbs3 tr.collapse.in{display: table-row}.gbs3 tbody.collapse.in{display: table-row-group}.gbs3 .collapsing{position: relative;height: 0;overflow: hidden;-webkit-transition-property: height, visibility;transition-property: height, visibility;-webkit-transition-duration: 0.35s;transition-duration: 0.35s;-webkit-transition-timing-function: ease;transition-timing-function: ease}.gbs3 .caret{display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent}.gbs3 .dropup,.gbs3 .dropdown{position: relative}.gbs3 .dropdown-toggle:focus{outline: 0}.gbs3 .dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 5px 0;margin: 2px 0 0;list-style: none;font-size: 14px;text-align: left;background-color: #ffffff;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);box-shadow: 0 6px 12px rgba(0,0,0,0.175);background-clip: padding-box}.gbs3 .dropdown-menu.pull-right{right: 0;left: auto}.gbs3 .dropdown-menu .divider{height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5}.gbs3 .dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 1.42857143;color: #333333;white-space: nowrap}.gbs3 .dropdown-menu > li > a:hover,.gbs3 .dropdown-menu > li > a:focus{text-decoration: none;color: #262626;background-color: #f5f5f5}.gbs3 .dropdown-menu > .active > a,.gbs3 .dropdown-menu > .active > a:hover,.gbs3 .dropdown-menu > .active > a:focus{color: #ffffff;text-decoration: none;outline: 0;background-color: #337ab7}.gbs3 .dropdown-menu > .disabled > a,.gbs3 .dropdown-menu > .disabled > a:hover,.gbs3 .dropdown-menu > .disabled > a:focus{color: #777777}.gbs3 .dropdown-menu > .disabled > a:hover,.gbs3 .dropdown-menu > .disabled > a:focus{text-decoration: none;background-color: transparent;background-image: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor: not-allowed}.gbs3 .open > .dropdown-menu{display: block}.gbs3 .open > a{outline: 0}.gbs3 .dropdown-menu-right{left: auto;right: 0}.gbs3 .dropdown-menu-left{left: 0;right: auto}.gbs3 .dropdown-header{display: block;padding: 3px 20px;font-size: 12px;line-height: 1.42857143;color: #777777;white-space: nowrap}.gbs3 .dropdown-backdrop{position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 990}.gbs3 .pull-right > .dropdown-menu{right: 0;left: auto}.gbs3 .dropup .caret,.gbs3 .navbar-fixed-bottom .dropdown .caret{border-top: 0;border-bottom: 4px solid;content: ""}.gbs3 .dropup .dropdown-menu,.gbs3 .navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 2px}@media (min-width: 768px){.gbs3 .navbar-right .dropdown-menu{left: auto;right: 0}.gbs3 .navbar-right .dropdown-menu-left{left: 0;right: auto}}.gbs3 .btn-group,.gbs3 .btn-group-vertical{position: relative;display: inline-block;vertical-align: middle}.gbs3 .btn-group > .btn,.gbs3 .btn-group-vertical > .btn{position: relative;float: left}.gbs3 .btn-group > .btn:hover,.gbs3 .btn-group-vertical > .btn:hover,.gbs3 .btn-group > .btn:focus,.gbs3 .btn-group-vertical > .btn:focus,.gbs3 .btn-group > .btn:active,.gbs3 .btn-group-vertical > .btn:active,.gbs3 .btn-group > .btn.active,.gbs3 .btn-group-vertical > .btn.active{z-index: 2}.gbs3 .btn-group .btn + .btn,.gbs3 .btn-group .btn + .btn-group,.gbs3 .btn-group .btn-group + .btn,.gbs3 .btn-group .btn-group + .btn-group{margin-left: -1px}.gbs3 .btn-toolbar{margin-left: -5px}.gbs3 .btn-toolbar .btn-group,.gbs3 .btn-toolbar .input-group{float: left}.gbs3 .btn-toolbar > .btn,.gbs3 .btn-toolbar > .btn-group,.gbs3 .btn-toolbar > .input-group{margin-left: 5px}.gbs3 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius: 0}.gbs3 .btn-group > .btn:first-child{margin-left: 0}.gbs3 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius: 0;border-top-right-radius: 0}.gbs3 .btn-group > .btn:last-child:not(:first-child),.gbs3 .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius: 0;border-top-left-radius: 0}.gbs3 .btn-group > .btn-group{float: left}.gbs3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius: 0}.gbs3 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.gbs3 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0;border-top-right-radius: 0}.gbs3 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius: 0;border-top-left-radius: 0}.gbs3 .btn-group .dropdown-toggle:active,.gbs3 .btn-group.open .dropdown-toggle{outline: 0}.gbs3 .btn-group > .btn + .dropdown-toggle{padding-left: 8px;padding-right: 8px}.gbs3 .btn-group > .btn-lg + .dropdown-toggle{padding-left: 12px;padding-right: 12px}.gbs3 .btn-group.open .dropdown-toggle{-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)}.gbs3 .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow: none;box-shadow: none}.gbs3 .btn .caret{margin-left: 0}.gbs3 .btn-lg .caret{border-width: 5px 5px 0;border-bottom-width: 0}.gbs3 .dropup .btn-lg .caret{border-width: 0 5px 5px}.gbs3 .btn-group-vertical > .btn,.gbs3 .btn-group-vertical > .btn-group,.gbs3 .btn-group-vertical > .btn-group > .btn{display: block;float: none;width: 100%;max-width: 100%}.gbs3 .btn-group-vertical > .btn-group > .btn{float: none}.gbs3 .btn-group-vertical > .btn + .btn,.gbs3 .btn-group-vertical > .btn + .btn-group,.gbs3 .btn-group-vertical > .btn-group + .btn,.gbs3 .btn-group-vertical > .btn-group + .btn-group{margin-top: -1px;margin-left: 0}.gbs3 .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius: 0}.gbs3 .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius: 4px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}.gbs3 .btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius: 4px;border-top-right-radius: 0;border-top-left-radius: 0}.gbs3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius: 0}.gbs3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.gbs3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0;border-bottom-left-radius: 0}.gbs3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius: 0;border-top-left-radius: 0}.gbs3 .btn-group-justified{display: table;width: 100%;table-layout: fixed;border-collapse: separate}.gbs3 .btn-group-justified > .btn,.gbs3 .btn-group-justified > .btn-group{float: none;display: table-cell;width: 1%}.gbs3 .btn-group-justified > .btn-group .btn{width: 100%}.gbs3 .btn-group-justified > .btn-group .dropdown-menu{left: auto}.gbs3 [data-toggle="buttons"] > .btn input[type="radio"],.gbs3 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],.gbs3 [data-toggle="buttons"] > .btn input[type="checkbox"],.gbs3 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none}.gbs3 .input-group{position: relative;display: table;border-collapse: separate}.gbs3 .input-group[class*="col-"]{float: none;padding-left: 0;padding-right: 0}.gbs3 .input-group .form-control{position: relative;z-index: 2;float: left;width: 100%;margin-bottom: 0}.gbs3 .input-group-lg > .form-control,.gbs3 .input-group-lg > .input-group-addon,.gbs3 .input-group-lg > .input-group-btn > .btn{height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px}.gbs3 select.input-group-lg > .form-control,.gbs3 select.input-group-lg > .input-group-addon,.gbs3 select.input-group-lg > .input-group-btn > .btn{height: 46px;line-height: 46px}.gbs3 textarea.input-group-lg > .form-control,.gbs3 textarea.input-group-lg > .input-group-addon,.gbs3 textarea.input-group-lg > .input-group-btn > .btn,.gbs3 select[multiple].input-group-lg > .form-control,.gbs3 select[multiple].input-group-lg > .input-group-addon,.gbs3 select[multiple].input-group-lg > .input-group-btn > .btn{height: auto}.gbs3 .input-group-sm > .form-control,.gbs3 .input-group-sm > .input-group-addon,.gbs3 .input-group-sm > .input-group-btn > .btn{height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px}.gbs3 select.input-group-sm > .form-control,.gbs3 select.input-group-sm > .input-group-addon,.gbs3 select.input-group-sm > .input-group-btn > .btn{height: 30px;line-height: 30px}.gbs3 textarea.input-group-sm > .form-control,.gbs3 textarea.input-group-sm > .input-group-addon,.gbs3 textarea.input-group-sm > .input-group-btn > .btn,.gbs3 select[multiple].input-group-sm > .form-control,.gbs3 select[multiple].input-group-sm > .input-group-addon,.gbs3 select[multiple].input-group-sm > .input-group-btn > .btn{height: auto}.gbs3 .input-group-addon,.gbs3 .input-group-btn,.gbs3 .input-group .form-control{display: table-cell}.gbs3 .input-group-addon:not(:first-child):not(:last-child),.gbs3 .input-group-btn:not(:first-child):not(:last-child),.gbs3 .input-group .form-control:not(:first-child):not(:last-child){border-radius: 0}.gbs3 .input-group-addon,.gbs3 .input-group-btn{width: 1%;white-space: nowrap;vertical-align: middle}.gbs3 .input-group-addon{padding: 6px 12px;font-size: 14px;font-weight: normal;line-height: 1;color: #555555;text-align: center;background-color: #eeeeee;border: 1px solid #ccc;border-radius: 4px}.gbs3 .input-group-addon.input-sm{padding: 5px 10px;font-size: 12px;border-radius: 3px}.gbs3 .input-group-addon.input-lg{padding: 10px 16px;font-size: 18px;border-radius: 6px}.gbs3 .input-group-addon input[type="radio"],.gbs3 .input-group-addon input[type="checkbox"]{margin-top: 0}.gbs3 .input-group .form-control:first-child,.gbs3 .input-group-addon:first-child,.gbs3 .input-group-btn:first-child > .btn,.gbs3 .input-group-btn:first-child > .btn-group > .btn,.gbs3 .input-group-btn:first-child > .dropdown-toggle,.gbs3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.gbs3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius: 0;border-top-right-radius: 0}.gbs3 .input-group-addon:first-child{border-right: 0}.gbs3 .input-group .form-control:last-child,.gbs3 .input-group-addon:last-child,.gbs3 .input-group-btn:last-child > .btn,.gbs3 .input-group-btn:last-child > .btn-group > .btn,.gbs3 .input-group-btn:last-child > .dropdown-toggle,.gbs3 .input-group-btn:first-child > .btn:not(:first-child),.gbs3 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius: 0;border-top-left-radius: 0}.gbs3 .input-group-addon:last-child{border-left: 0}.gbs3 .input-group-btn{position: relative;font-size: 0;white-space: nowrap}.gbs3 .input-group-btn > .btn{position: relative}.gbs3 .input-group-btn > .btn + .btn{margin-left: -1px}.gbs3 .input-group-btn > .btn:hover,.gbs3 .input-group-btn > .btn:focus,.gbs3 .input-group-btn > .btn:active{z-index: 2}.gbs3 .input-group-btn:first-child > .btn,.gbs3 .input-group-btn:first-child > .btn-group{margin-right: -1px}.gbs3 .input-group-btn:last-child > .btn,.gbs3 .input-group-btn:last-child > .btn-group{margin-left: -1px}.gbs3 .nav{margin-bottom: 0;padding-left: 0;list-style: none}.gbs3 .nav > li{position: relative;display: block}.gbs3 .nav > li > a{position: relative;display: block;padding: 10px 15px}.gbs3 .nav > li > a:hover,.gbs3 .nav > li > a:focus{text-decoration: none;background-color: #eeeeee}.gbs3 .nav > li.disabled > a{color: #777777}.gbs3 .nav > li.disabled > a:hover,.gbs3 .nav > li.disabled > a:focus{color: #777777;text-decoration: none;background-color: transparent;cursor: not-allowed}.gbs3 .nav .open > a,.gbs3 .nav .open > a:hover,.gbs3 .nav .open > a:focus{background-color: #eeeeee;border-color: #337ab7}.gbs3 .nav .nav-divider{height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5}.gbs3 .nav > li > a > img{max-width: none}.gbs3 .nav-tabs{border-bottom: 1px solid #ddd}.gbs3 .nav-tabs > li{float: left;margin-bottom: -1px}.gbs3 .nav-tabs > li > a{margin-right: 2px;line-height: 1.42857143;border: 1px solid transparent;border-radius: 4px 4px 0 0}.gbs3 .nav-tabs > li > a:hover{border-color: #eee #eee #ddd}.gbs3 .nav-tabs > li.active > a,.gbs3 .nav-tabs > li.active > a:hover,.gbs3 .nav-tabs > li.active > a:focus{color: #555555;background-color: #ffffff;border: 1px solid #ddd;border-bottom-color: transparent;cursor: default}.gbs3 .nav-tabs.nav-justified{width: 100%;border-bottom: 0}.gbs3 .nav-tabs.nav-justified > li{float: none}.gbs3 .nav-tabs.nav-justified > li > a{text-align: center;margin-bottom: 5px}.gbs3 .nav-tabs.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}@media (min-width: 768px){.gbs3 .nav-tabs.nav-justified > li{display: table-cell;width: 1%}.gbs3 .nav-tabs.nav-justified > li > a{margin-bottom: 0}}.gbs3 .nav-tabs.nav-justified > li > a{margin-right: 0;border-radius: 4px}.gbs3 .nav-tabs.nav-justified > .active > a,.gbs3 .nav-tabs.nav-justified > .active > a:hover,.gbs3 .nav-tabs.nav-justified > .active > a:focus{border: 1px solid #ddd}@media (min-width: 768px){.gbs3 .nav-tabs.nav-justified > li > a{border-bottom: 1px solid #ddd;border-radius: 4px 4px 0 0}.gbs3 .nav-tabs.nav-justified > .active > a,.gbs3 .nav-tabs.nav-justified > .active > a:hover,.gbs3 .nav-tabs.nav-justified > .active > a:focus{border-bottom-color: #ffffff}}.gbs3 .nav-pills > li{float: left}.gbs3 .nav-pills > li > a{border-radius: 4px}.gbs3 .nav-pills > li + li{margin-left: 2px}.gbs3 .nav-pills > li.active > a,.gbs3 .nav-pills > li.active > a:hover,.gbs3 .nav-pills > li.active > a:focus{color: #ffffff;background-color: #337ab7}.gbs3 .nav-stacked > li{float: none}.gbs3 .nav-stacked > li + li{margin-top: 2px;margin-left: 0}.gbs3 .nav-justified{width: 100%}.gbs3 .nav-justified > li{float: none}.gbs3 .nav-justified > li > a{text-align: center;margin-bottom: 5px}.gbs3 .nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}@media (min-width: 768px){.gbs3 .nav-justified > li{display: table-cell;width: 1%}.gbs3 .nav-justified > li > a{margin-bottom: 0}}.gbs3 .nav-tabs-justified{border-bottom: 0}.gbs3 .nav-tabs-justified > li > a{margin-right: 0;border-radius: 4px}.gbs3 .nav-tabs-justified > .active > a,.gbs3 .nav-tabs-justified > .active > a:hover,.gbs3 .nav-tabs-justified > .active > a:focus{border: 1px solid #ddd}@media (min-width: 768px){.gbs3 .nav-tabs-justified > li > a{border-bottom: 1px solid #ddd;border-radius: 4px 4px 0 0}.gbs3 .nav-tabs-justified > .active > a,.gbs3 .nav-tabs-justified > .active > a:hover,.gbs3 .nav-tabs-justified > .active > a:focus{border-bottom-color: #ffffff}}.gbs3 .tab-content > .tab-pane{display: none}.gbs3 .tab-content > .active{display: block}.gbs3 .nav-tabs .dropdown-menu{margin-top: -1px;border-top-right-radius: 0;border-top-left-radius: 0}.gbs3 .navbar{position: relative;min-height: 50px;margin-bottom: 20px;border: 1px solid transparent}@media (min-width: 768px){.gbs3 .navbar{border-radius: 4px}}@media (min-width: 768px){.gbs3 .navbar-header{float: left}}.gbs3 .navbar-collapse{overflow-x: visible;padding-right: 15px;padding-left: 15px;border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling: touch}.gbs3 .navbar-collapse.in{overflow-y: auto}@media (min-width: 768px){.gbs3 .navbar-collapse{width: auto;border-top: 0;box-shadow: none}.gbs3 .navbar-collapse.collapse{display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important}.gbs3 .navbar-collapse.in{overflow-y: visible}.gbs3 .navbar-fixed-top .navbar-collapse,.gbs3 .navbar-static-top .navbar-collapse,.gbs3 .navbar-fixed-bottom .navbar-collapse{padding-left: 0;padding-right: 0}}.gbs3 .navbar-fixed-top .navbar-collapse,.gbs3 .navbar-fixed-bottom .navbar-collapse{max-height: 340px}@media (max-device-width: 480px) and (orientation: landscape){.gbs3 .navbar-fixed-top .navbar-collapse,.gbs3 .navbar-fixed-bottom .navbar-collapse{max-height: 200px}}.gbs3 .container > .navbar-header,.gbs3 .container-fluid > .navbar-header,.gbs3 .container > .navbar-collapse,.gbs3 .container-fluid > .navbar-collapse{margin-right: -15px;margin-left: -15px}@media (min-width: 768px){.gbs3 .container > .navbar-header,.gbs3 .container-fluid > .navbar-header,.gbs3 .container > .navbar-collapse,.gbs3 .container-fluid > .navbar-collapse{margin-right: 0;margin-left: 0}}.gbs3 .navbar-static-top{z-index: 1000;border-width: 0 0 1px}@media (min-width: 768px){.gbs3 .navbar-static-top{border-radius: 0}}.gbs3 .navbar-fixed-top,.gbs3 .navbar-fixed-bottom{position: fixed;right: 0;left: 0;z-index: 1030}@media (min-width: 768px){.gbs3 .navbar-fixed-top,.gbs3 .navbar-fixed-bottom{border-radius: 0}}.gbs3 .navbar-fixed-top{top: 0;border-width: 0 0 1px}.gbs3 .navbar-fixed-bottom{bottom: 0;margin-bottom: 0;border-width: 1px 0 0}.gbs3 .navbar-brand{float: left;padding: 15px 15px;font-size: 18px;line-height: 20px;height: 50px}.gbs3 .navbar-brand:hover,.gbs3 .navbar-brand:focus{text-decoration: none}.gbs3 .navbar-brand > img{display: block}@media (min-width: 768px){.gbs3 .navbar > .container .navbar-brand,.gbs3 .navbar > .container-fluid .navbar-brand{margin-left: -15px}}.gbs3 .navbar-toggle{position: relative;float: right;margin-right: 15px;padding: 9px 10px;margin-top: 8px;margin-bottom: 8px;background-color: transparent;background-image: none;border: 1px solid transparent;border-radius: 4px}.gbs3 .navbar-toggle:focus{outline: 0}.gbs3 .navbar-toggle .icon-bar{display: block;width: 22px;height: 2px;border-radius: 1px}.gbs3 .navbar-toggle .icon-bar + .icon-bar{margin-top: 4px}@media (min-width: 768px){.gbs3 .navbar-toggle{display: none}}.gbs3 .navbar-nav{margin: 7.5px -15px}.gbs3 .navbar-nav > li > a{padding-top: 10px;padding-bottom: 10px;line-height: 20px}@media (max-width: 767px){.gbs3 .navbar-nav .open .dropdown-menu{position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;box-shadow: none}.gbs3 .navbar-nav .open .dropdown-menu > li > a,.gbs3 .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 25px}.gbs3 .navbar-nav .open .dropdown-menu > li > a{line-height: 20px}.gbs3 .navbar-nav .open .dropdown-menu > li > a:hover,.gbs3 .navbar-nav .open .dropdown-menu > li > a:focus{background-image: none}}@media (min-width: 768px){.gbs3 .navbar-nav{float: left;margin: 0}.gbs3 .navbar-nav > li{float: left}.gbs3 .navbar-nav > li > a{padding-top: 15px;padding-bottom: 15px}}.gbs3 .navbar-form{margin-left: -15px;margin-right: -15px;padding: 10px 15px;border-top: 1px solid transparent;border-bottom: 1px solid transparent;-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);margin-top: 8px;margin-bottom: 8px}@media (min-width: 768px){.gbs3 .navbar-form .form-group{display: inline-block;margin-bottom: 0;vertical-align: middle}.gbs3 .navbar-form .form-control{display: inline-block;width: auto;vertical-align: middle}.gbs3 .navbar-form .form-control-static{display: inline-block}.gbs3 .navbar-form .input-group{display: inline-table;vertical-align: middle}.gbs3 .navbar-form .input-group .input-group-addon,.gbs3 .navbar-form .input-group .input-group-btn,.gbs3 .navbar-form .input-group .form-control{width: auto}.gbs3 .navbar-form .input-group > .form-control{width: 100%}.gbs3 .navbar-form .control-label{margin-bottom: 0;vertical-align: middle}.gbs3 .navbar-form .radio,.gbs3 .navbar-form .checkbox{display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle}.gbs3 .navbar-form .radio label,.gbs3 .navbar-form .checkbox label{padding-left: 0}.gbs3 .navbar-form .radio input[type="radio"],.gbs3 .navbar-form .checkbox input[type="checkbox"]{position: relative;margin-left: 0}.gbs3 .navbar-form .has-feedback .form-control-feedback{top: 0}}@media (max-width: 767px){.gbs3 .navbar-form .form-group{margin-bottom: 5px}.gbs3 .navbar-form .form-group:last-child{margin-bottom: 0}}@media (min-width: 768px){.gbs3 .navbar-form{width: auto;border: 0;margin-left: 0;margin-right: 0;padding-top: 0;padding-bottom: 0;-webkit-box-shadow: none;box-shadow: none}}.gbs3 .navbar-nav > li > .dropdown-menu{margin-top: 0;border-top-right-radius: 0;border-top-left-radius: 0}.gbs3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0;border-top-right-radius: 4px;border-top-left-radius: 4px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}.gbs3 .navbar-btn{margin-top: 8px;margin-bottom: 8px}.gbs3 .navbar-btn.btn-sm{margin-top: 10px;margin-bottom: 10px}.gbs3 .navbar-btn.btn-xs{margin-top: 14px;margin-bottom: 14px}.gbs3 .navbar-text{margin-top: 15px;margin-bottom: 15px}@media (min-width: 768px){.gbs3 .navbar-text{float: left;margin-left: 15px;margin-right: 15px}}@media (min-width: 768px){.gbs3 .navbar-left{float: left !important}.gbs3 .navbar-right{float: right !important;margin-right: -15px}.gbs3 .navbar-right ~ .navbar-right{margin-right: 0}}.gbs3 .navbar-default{background-color: #f8f8f8;border-color: #e7e7e7}.gbs3 .navbar-default .navbar-brand{color: #777777}.gbs3 .navbar-default .navbar-brand:hover,.gbs3 .navbar-default .navbar-brand:focus{color: #5e5e5e;background-color: transparent}.gbs3 .navbar-default .navbar-text{color: #777777}.gbs3 .navbar-default .navbar-nav > li > a{color: #777777}.gbs3 .navbar-default .navbar-nav > li > a:hover,.gbs3 .navbar-default .navbar-nav > li > a:focus{color: #333333;background-color: transparent}.gbs3 .navbar-default .navbar-nav > .active > a,.gbs3 .navbar-default .navbar-nav > .active > a:hover,.gbs3 .navbar-default .navbar-nav > .active > a:focus{color: #555555;background-color: #e7e7e7}.gbs3 .navbar-default .navbar-nav > .disabled > a,.gbs3 .navbar-default .navbar-nav > .disabled > a:hover,.gbs3 .navbar-default .navbar-nav > .disabled > a:focus{color: #cccccc;background-color: transparent}.gbs3 .navbar-default .navbar-toggle{border-color: #dddddd}.gbs3 .navbar-default .navbar-toggle:hover,.gbs3 .navbar-default .navbar-toggle:focus{background-color: #dddddd}.gbs3 .navbar-default .navbar-toggle .icon-bar{background-color: #888888}.gbs3 .navbar-default .navbar-collapse,.gbs3 .navbar-default .navbar-form{border-color: #e7e7e7}.gbs3 .navbar-default .navbar-nav > .open > a,.gbs3 .navbar-default .navbar-nav > .open > a:hover,.gbs3 .navbar-default .navbar-nav > .open > a:focus{background-color: #e7e7e7;color: #555555}@media (max-width: 767px){.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777777}.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333333;background-color: transparent}.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color: #555555;background-color: #e7e7e7}.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.gbs3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #cccccc;background-color: transparent}}.gbs3 .navbar-default .navbar-link{color: #777777}.gbs3 .navbar-default .navbar-link:hover{color: #333333}.gbs3 .navbar-default .btn-link{color: #777777}.gbs3 .navbar-default .btn-link:hover,.gbs3 .navbar-default .btn-link:focus{color: #333333}.gbs3 .navbar-default .btn-link[disabled]:hover,.gbs3 fieldset[disabled] .navbar-default .btn-link:hover,.gbs3 .navbar-default .btn-link[disabled]:focus,.gbs3 fieldset[disabled] .navbar-default .btn-link:focus{color: #cccccc}.gbs3 .navbar-inverse{background-color: #222222;border-color: #080808}.gbs3 .navbar-inverse .navbar-brand{color: #9d9d9d}.gbs3 .navbar-inverse .navbar-brand:hover,.gbs3 .navbar-inverse .navbar-brand:focus{color: #ffffff;background-color: transparent}.gbs3 .navbar-inverse .navbar-text{color: #9d9d9d}.gbs3 .navbar-inverse .navbar-nav > li > a{color: #9d9d9d}.gbs3 .navbar-inverse .navbar-nav > li > a:hover,.gbs3 .navbar-inverse .navbar-nav > li > a:focus{color: #ffffff;background-color: transparent}.gbs3 .navbar-inverse .navbar-nav > .active > a,.gbs3 .navbar-inverse .navbar-nav > .active > a:hover,.gbs3 .navbar-inverse .navbar-nav > .active > a:focus{color: #ffffff;background-color: #080808}.gbs3 .navbar-inverse .navbar-nav > .disabled > a,.gbs3 .navbar-inverse .navbar-nav > .disabled > a:hover,.gbs3 .navbar-inverse .navbar-nav > .disabled > a:focus{color: #444444;background-color: transparent}.gbs3 .navbar-inverse .navbar-toggle{border-color: #333333}.gbs3 .navbar-inverse .navbar-toggle:hover,.gbs3 .navbar-inverse .navbar-toggle:focus{background-color: #333333}.gbs3 .navbar-inverse .navbar-toggle .icon-bar{background-color: #ffffff}.gbs3 .navbar-inverse .navbar-collapse,.gbs3 .navbar-inverse .navbar-form{border-color: #101010}.gbs3 .navbar-inverse .navbar-nav > .open > a,.gbs3 .navbar-inverse .navbar-nav > .open > a:hover,.gbs3 .navbar-inverse .navbar-nav > .open > a:focus{background-color: #080808;color: #ffffff}@media (max-width: 767px){.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color: #080808}.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color: #080808}.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color: #9d9d9d}.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #ffffff;background-color: transparent}.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color: #ffffff;background-color: #080808}.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.gbs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #444444;background-color: transparent}}.gbs3 .navbar-inverse .navbar-link{color: #9d9d9d}.gbs3 .navbar-inverse .navbar-link:hover{color: #ffffff}.gbs3 .navbar-inverse .btn-link{color: #9d9d9d}.gbs3 .navbar-inverse .btn-link:hover,.gbs3 .navbar-inverse .btn-link:focus{color: #ffffff}.gbs3 .navbar-inverse .btn-link[disabled]:hover,.gbs3 fieldset[disabled] .navbar-inverse .btn-link:hover,.gbs3 .navbar-inverse .btn-link[disabled]:focus,.gbs3 fieldset[disabled] .navbar-inverse .btn-link:focus{color: #444444}.gbs3 .breadcrumb{padding: 8px 15px;margin-bottom: 20px;list-style: none;background-color: #f5f5f5;border-radius: 4px}.gbs3 .breadcrumb > li{display: inline-block}.gbs3 .breadcrumb > li + li:before{content: "/\00a0";padding: 0 5px;color: #cccccc}.gbs3 .breadcrumb > .active{color: #777777}.gbs3 .pagination{display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px}.gbs3 .pagination > li{display: inline}.gbs3 .pagination > li > a,.gbs3 .pagination > li > span{position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color: #337ab7;background-color: #ffffff;border: 1px solid #ddd;margin-left: -1px}.gbs3 .pagination > li:first-child > a,.gbs3 .pagination > li:first-child > span{margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px}.gbs3 .pagination > li:last-child > a,.gbs3 .pagination > li:last-child > span{border-bottom-right-radius: 4px;border-top-right-radius: 4px}.gbs3 .pagination > li > a:hover,.gbs3 .pagination > li > span:hover,.gbs3 .pagination > li > a:focus,.gbs3 .pagination > li > span:focus{color: #23527c;background-color: #eeeeee;border-color: #dddddd}.gbs3 .pagination > .active > a,.gbs3 .pagination > .active > span,.gbs3 .pagination > .active > a:hover,.gbs3 .pagination > .active > span:hover,.gbs3 .pagination > .active > a:focus,.gbs3 .pagination > .active > span:focus{z-index: 2;color: #ffffff;background-color: #337ab7;border-color: #337ab7;cursor: default}.gbs3 .pagination > .disabled > span,.gbs3 .pagination > .disabled > span:hover,.gbs3 .pagination > .disabled > span:focus,.gbs3 .pagination > .disabled > a,.gbs3 .pagination > .disabled > a:hover,.gbs3 .pagination > .disabled > a:focus{color: #777777;background-color: #ffffff;border-color: #dddddd;cursor: not-allowed}.gbs3 .pagination-lg > li > a,.gbs3 .pagination-lg > li > span{padding: 10px 16px;font-size: 18px}.gbs3 .pagination-lg > li:first-child > a,.gbs3 .pagination-lg > li:first-child > span{border-bottom-left-radius: 6px;border-top-left-radius: 6px}.gbs3 .pagination-lg > li:last-child > a,.gbs3 .pagination-lg > li:last-child > span{border-bottom-right-radius: 6px;border-top-right-radius: 6px}.gbs3 .pagination-sm > li > a,.gbs3 .pagination-sm > li > span{padding: 5px 10px;font-size: 12px}.gbs3 .pagination-sm > li:first-child > a,.gbs3 .pagination-sm > li:first-child > span{border-bottom-left-radius: 3px;border-top-left-radius: 3px}.gbs3 .pagination-sm > li:last-child > a,.gbs3 .pagination-sm > li:last-child > span{border-bottom-right-radius: 3px;border-top-right-radius: 3px}.gbs3 .pager{padding-left: 0;margin: 20px 0;list-style: none;text-align: center}.gbs3 .pager li{display: inline}.gbs3 .pager li > a,.gbs3 .pager li > span{display: inline-block;padding: 5px 14px;background-color: #ffffff;border: 1px solid #ddd;border-radius: 15px}.gbs3 .pager li > a:hover,.gbs3 .pager li > a:focus{text-decoration: none;background-color: #eeeeee}.gbs3 .pager .next > a,.gbs3 .pager .next > span{float: right}.gbs3 .pager .previous > a,.gbs3 .pager .previous > span{float: left}.gbs3 .pager .disabled > a,.gbs3 .pager .disabled > a:hover,.gbs3 .pager .disabled > a:focus,.gbs3 .pager .disabled > span{color: #777777;background-color: #ffffff;cursor: not-allowed}.gbs3 .label{display: inline;padding: .2em .6em .3em;font-size: 75%;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em}.gbs3 a.label:hover,.gbs3 a.label:focus{color: #ffffff;text-decoration: none;cursor: pointer}.gbs3 .label:empty{display: none}.gbs3 .btn .label{position: relative;top: -1px}.gbs3 .label-default{background-color: #777777}.gbs3 .label-default[href]:hover,.gbs3 .label-default[href]:focus{background-color: #5e5e5e}.gbs3 .label-primary{background-color: #337ab7}.gbs3 .label-primary[href]:hover,.gbs3 .label-primary[href]:focus{background-color: #286090}.gbs3 .label-success{background-color: #5cb85c}.gbs3 .label-success[href]:hover,.gbs3 .label-success[href]:focus{background-color: #449d44}.gbs3 .label-info{background-color: #5bc0de}.gbs3 .label-info[href]:hover,.gbs3 .label-info[href]:focus{background-color: #31b0d5}.gbs3 .label-warning{background-color: #f0ad4e}.gbs3 .label-warning[href]:hover,.gbs3 .label-warning[href]:focus{background-color: #ec971f}.gbs3 .label-danger{background-color: #d9534f}.gbs3 .label-danger[href]:hover,.gbs3 .label-danger[href]:focus{background-color: #c9302c}.gbs3 .badge{display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;color: #ffffff;line-height: 1;vertical-align: baseline;white-space: nowrap;text-align: center;background-color: #777777;border-radius: 10px}.gbs3 .badge:empty{display: none}.gbs3 .btn .badge{position: relative;top: -1px}.gbs3 .btn-xs .badge,.gbs3 .btn-group-xs > .btn .badge{top: 0;padding: 1px 5px}.gbs3 a.badge:hover,.gbs3 a.badge:focus{color: #ffffff;text-decoration: none;cursor: pointer}.gbs3 .list-group-item.active > .badge,.gbs3 .nav-pills > .active > a > .badge{color: #337ab7;background-color: #ffffff}.gbs3 .list-group-item > .badge{float: right}.gbs3 .list-group-item > .badge + .badge{margin-right: 5px}.gbs3 .nav-pills > li > a > .badge{margin-left: 3px}.gbs3 .jumbotron{padding: 30px 15px;margin-bottom: 30px;color: inherit;background-color: #eeeeee}.gbs3 .jumbotron h1,.gbs3 .jumbotron .h1{color: inherit}.gbs3 .jumbotron p{margin-bottom: 15px;font-size: 21px;font-weight: 200}.gbs3 .jumbotron > hr{border-top-color: #d5d5d5}.gbs3 .container .jumbotron,.gbs3 .container-fluid .jumbotron{border-radius: 6px}.gbs3 .jumbotron .container{max-width: 100%}@media screen and (min-width: 768px){.gbs3 .jumbotron{padding: 48px 0}.gbs3 .container .jumbotron,.gbs3 .container-fluid .jumbotron{padding-left: 60px;padding-right: 60px}.gbs3 .jumbotron h1,.gbs3 .jumbotron .h1{font-size: 63px}}.gbs3 .thumbnail{display: block;padding: 4px;margin-bottom: 20px;line-height: 1.42857143;background-color: #ffffff;border: 1px solid #ddd;border-radius: 4px;-webkit-transition: border .2s ease-in-out;-o-transition: border .2s ease-in-out;transition: border .2s ease-in-out}.gbs3 .thumbnail > img,.gbs3 .thumbnail a > img{margin-left: auto;margin-right: auto}.gbs3 a.thumbnail:hover,.gbs3 a.thumbnail:focus,.gbs3 a.thumbnail.active{border-color: #337ab7}.gbs3 .thumbnail .caption{padding: 9px;color: #333333}.gbs3 .alert{padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px}.gbs3 .alert h4{margin-top: 0;color: inherit}.gbs3 .alert .alert-link{font-weight: bold}.gbs3 .alert > p,.gbs3 .alert > ul{margin-bottom: 0}.gbs3 .alert > p + p{margin-top: 5px}.gbs3 .alert-dismissable,.gbs3 .alert-dismissible{padding-right: 35px}.gbs3 .alert-dismissable .close,.gbs3 .alert-dismissible .close{position: relative;top: -2px;right: -21px;color: inherit}.gbs3 .alert-success{background-color: #dff0d8;border-color: #d6e9c6;color: #3c763d}.gbs3 .alert-success hr{border-top-color: #c9e2b3}.gbs3 .alert-success .alert-link{color: #2b542c}.gbs3 .alert-info{background-color: #d9edf7;border-color: #bce8f1;color: #31708f}.gbs3 .alert-info hr{border-top-color: #a6e1ec}.gbs3 .alert-info .alert-link{color: #245269}.gbs3 .alert-warning{background-color: #fcf8e3;border-color: #faebcc;color: #8a6d3b}.gbs3 .alert-warning hr{border-top-color: #f7e1b5}.gbs3 .alert-warning .alert-link{color: #66512c}.gbs3 .alert-danger{background-color: #f2dede;border-color: #ebccd1;color: #a94442}.gbs3 .alert-danger hr{border-top-color: #e4b9c0}.gbs3 .alert-danger .alert-link{color: #843534}@-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}.gbs3 .progress{overflow: hidden;height: 20px;margin-bottom: 20px;background-color: #f5f5f5;border-radius: 4px;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)}.gbs3 .progress-bar{float: left;width: 0%;height: 100%;font-size: 12px;line-height: 20px;color: #ffffff;text-align: center;background-color: #337ab7;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition: width .6s ease;-o-transition: width .6s ease;transition: width .6s ease}.gbs3 .progress-striped .progress-bar,.gbs3 .progress-bar-striped{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size: 40px 40px}.gbs3 .progress.active .progress-bar,.gbs3 .progress-bar.active{-webkit-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite}.gbs3 .progress-bar-success{background-color: #5cb85c}.gbs3 .progress-striped .progress-bar-success{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.gbs3 .progress-bar-info{background-color: #5bc0de}.gbs3 .progress-striped .progress-bar-info{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.gbs3 .progress-bar-warning{background-color: #f0ad4e}.gbs3 .progress-striped .progress-bar-warning{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.gbs3 .progress-bar-danger{background-color: #d9534f}.gbs3 .progress-striped .progress-bar-danger{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.gbs3 .media{margin-top: 15px}.gbs3 .media:first-child{margin-top: 0}.gbs3 .media,.gbs3 .media-body{zoom: 1;overflow: hidden}.gbs3 .media-body{width: 10000px}.gbs3 .media-object{display: block}.gbs3 .media-right,.gbs3 .media > .pull-right{padding-left: 10px}.gbs3 .media-left,.gbs3 .media > .pull-left{padding-right: 10px}.gbs3 .media-left,.gbs3 .media-right,.gbs3 .media-body{display: table-cell;vertical-align: top}.gbs3 .media-middle{vertical-align: middle}.gbs3 .media-bottom{vertical-align: bottom}.gbs3 .media-heading{margin-top: 0;margin-bottom: 5px}.gbs3 .media-list{padding-left: 0;list-style: none}.gbs3 .list-group{margin-bottom: 20px;padding-left: 0}.gbs3 .list-group-item{position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;background-color: #ffffff;border: 1px solid #ddd}.gbs3 .list-group-item:first-child{border-top-right-radius: 4px;border-top-left-radius: 4px}.gbs3 .list-group-item:last-child{margin-bottom: 0;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px}.gbs3 a.list-group-item{color: #555555}.gbs3 a.list-group-item .list-group-item-heading{color: #333333}.gbs3 a.list-group-item:hover,.gbs3 a.list-group-item:focus{text-decoration: none;color: #555555;background-color: #f5f5f5}.gbs3 .list-group-item.disabled,.gbs3 .list-group-item.disabled:hover,.gbs3 .list-group-item.disabled:focus{background-color: #eeeeee;color: #777777;cursor: not-allowed}.gbs3 .list-group-item.disabled .list-group-item-heading,.gbs3 .list-group-item.disabled:hover .list-group-item-heading,.gbs3 .list-group-item.disabled:focus .list-group-item-heading{color: inherit}.gbs3 .list-group-item.disabled .list-group-item-text,.gbs3 .list-group-item.disabled:hover .list-group-item-text,.gbs3 .list-group-item.disabled:focus .list-group-item-text{color: #777777}.gbs3 .list-group-item.active,.gbs3 .list-group-item.active:hover,.gbs3 .list-group-item.active:focus{z-index: 2;color: #ffffff;background-color: #337ab7;border-color: #337ab7}.gbs3 .list-group-item.active .list-group-item-heading,.gbs3 .list-group-item.active:hover .list-group-item-heading,.gbs3 .list-group-item.active:focus .list-group-item-heading,.gbs3 .list-group-item.active .list-group-item-heading > small,.gbs3 .list-group-item.active:hover .list-group-item-heading > small,.gbs3 .list-group-item.active:focus .list-group-item-heading > small,.gbs3 .list-group-item.active .list-group-item-heading > .small,.gbs3 .list-group-item.active:hover .list-group-item-heading > .small,.gbs3 .list-group-item.active:focus .list-group-item-heading > .small{color: inherit}.gbs3 .list-group-item.active .list-group-item-text,.gbs3 .list-group-item.active:hover .list-group-item-text,.gbs3 .list-group-item.active:focus .list-group-item-text{color: #c7ddef}.gbs3 .list-group-item-success{color: #3c763d;background-color: #dff0d8}.gbs3 a.list-group-item-success{color: #3c763d}.gbs3 a.list-group-item-success .list-group-item-heading{color: inherit}.gbs3 a.list-group-item-success:hover,.gbs3 a.list-group-item-success:focus{color: #3c763d;background-color: #d0e9c6}.gbs3 a.list-group-item-success.active,.gbs3 a.list-group-item-success.active:hover,.gbs3 a.list-group-item-success.active:focus{color: #fff;background-color: #3c763d;border-color: #3c763d}.gbs3 .list-group-item-info{color: #31708f;background-color: #d9edf7}.gbs3 a.list-group-item-info{color: #31708f}.gbs3 a.list-group-item-info .list-group-item-heading{color: inherit}.gbs3 a.list-group-item-info:hover,.gbs3 a.list-group-item-info:focus{color: #31708f;background-color: #c4e3f3}.gbs3 a.list-group-item-info.active,.gbs3 a.list-group-item-info.active:hover,.gbs3 a.list-group-item-info.active:focus{color: #fff;background-color: #31708f;border-color: #31708f}.gbs3 .list-group-item-warning{color: #8a6d3b;background-color: #fcf8e3}.gbs3 a.list-group-item-warning{color: #8a6d3b}.gbs3 a.list-group-item-warning .list-group-item-heading{color: inherit}.gbs3 a.list-group-item-warning:hover,.gbs3 a.list-group-item-warning:focus{color: #8a6d3b;background-color: #faf2cc}.gbs3 a.list-group-item-warning.active,.gbs3 a.list-group-item-warning.active:hover,.gbs3 a.list-group-item-warning.active:focus{color: #fff;background-color: #8a6d3b;border-color: #8a6d3b}.gbs3 .list-group-item-danger{color: #a94442;background-color: #f2dede}.gbs3 a.list-group-item-danger{color: #a94442}.gbs3 a.list-group-item-danger .list-group-item-heading{color: inherit}.gbs3 a.list-group-item-danger:hover,.gbs3 a.list-group-item-danger:focus{color: #a94442;background-color: #ebcccc}.gbs3 a.list-group-item-danger.active,.gbs3 a.list-group-item-danger.active:hover,.gbs3 a.list-group-item-danger.active:focus{color: #fff;background-color: #a94442;border-color: #a94442}.gbs3 .list-group-item-heading{margin-top: 0;margin-bottom: 5px}.gbs3 .list-group-item-text{margin-bottom: 0;line-height: 1.3}.gbs3 .panel{margin-bottom: 20px;background-color: #ffffff;border: 1px solid transparent;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);box-shadow: 0 1px 1px rgba(0,0,0,0.05)}.gbs3 .panel-body{padding: 15px}.gbs3 .panel-heading{padding: 10px 15px;border-bottom: 1px solid transparent;border-top-right-radius: 3px;border-top-left-radius: 3px}.gbs3 .panel-heading > .dropdown .dropdown-toggle{color: inherit}.gbs3 .panel-title{margin-top: 0;margin-bottom: 0;font-size: 16px;color: inherit}.gbs3 .panel-title > a,.gbs3 .panel-title > small,.gbs3 .panel-title > .small,.gbs3 .panel-title > small > a,.gbs3 .panel-title > .small > a{color: inherit}.gbs3 .panel-footer{padding: 10px 15px;background-color: #f5f5f5;border-top: 1px solid #ddd;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px}.gbs3 .panel > .list-group,.gbs3 .panel > .panel-collapse > .list-group{margin-bottom: 0}.gbs3 .panel > .list-group .list-group-item,.gbs3 .panel > .panel-collapse > .list-group .list-group-item{border-width: 1px 0;border-radius: 0}.gbs3 .panel > .list-group:first-child .list-group-item:first-child,.gbs3 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top: 0;border-top-right-radius: 3px;border-top-left-radius: 3px}.gbs3 .panel > .list-group:last-child .list-group-item:last-child,.gbs3 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px}.gbs3 .panel-heading + .list-group .list-group-item:first-child{border-top-width: 0}.gbs3 .list-group + .panel-footer{border-top-width: 0}.gbs3 .panel > .table,.gbs3 .panel > .table-responsive > .table,.gbs3 .panel > .panel-collapse > .table{margin-bottom: 0}.gbs3 .panel > .table caption,.gbs3 .panel > .table-responsive > .table caption,.gbs3 .panel > .panel-collapse > .table caption{padding-left: 15px;padding-right: 15px}.gbs3 .panel > .table:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius: 3px;border-top-left-radius: 3px}.gbs3 .panel > .table:first-child > thead:first-child > tr:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.gbs3 .panel > .table:first-child > tbody:first-child > tr:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius: 3px;border-top-right-radius: 3px}.gbs3 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.gbs3 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.gbs3 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.gbs3 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius: 3px}.gbs3 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.gbs3 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.gbs3 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.gbs3 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.gbs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius: 3px}.gbs3 .panel > .table:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius: 3px;border-bottom-left-radius: 3px}.gbs3 .panel > .table:last-child > tbody:last-child > tr:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.gbs3 .panel > .table:last-child > tfoot:last-child > tr:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius: 3px;border-bottom-right-radius: 3px}.gbs3 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.gbs3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.gbs3 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.gbs3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius: 3px}.gbs3 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.gbs3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.gbs3 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.gbs3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.gbs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius: 3px}.gbs3 .panel > .panel-body + .table,.gbs3 .panel > .panel-body + .table-responsive,.gbs3 .panel > .table + .panel-body,.gbs3 .panel > .table-responsive + .panel-body{border-top: 1px solid #ddd}.gbs3 .panel > .table > tbody:first-child > tr:first-child th,.gbs3 .panel > .table > tbody:first-child > tr:first-child td{border-top: 0}.gbs3 .panel > .table-bordered,.gbs3 .panel > .table-responsive > .table-bordered{border: 0}.gbs3 .panel > .table-bordered > thead > tr > th:first-child,.gbs3 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.gbs3 .panel > .table-bordered > tbody > tr > th:first-child,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.gbs3 .panel > .table-bordered > tfoot > tr > th:first-child,.gbs3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.gbs3 .panel > .table-bordered > thead > tr > td:first-child,.gbs3 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.gbs3 .panel > .table-bordered > tbody > tr > td:first-child,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.gbs3 .panel > .table-bordered > tfoot > tr > td:first-child,.gbs3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0}.gbs3 .panel > .table-bordered > thead > tr > th:last-child,.gbs3 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.gbs3 .panel > .table-bordered > tbody > tr > th:last-child,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.gbs3 .panel > .table-bordered > tfoot > tr > th:last-child,.gbs3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.gbs3 .panel > .table-bordered > thead > tr > td:last-child,.gbs3 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.gbs3 .panel > .table-bordered > tbody > tr > td:last-child,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.gbs3 .panel > .table-bordered > tfoot > tr > td:last-child,.gbs3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0}.gbs3 .panel > .table-bordered > thead > tr:first-child > td,.gbs3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.gbs3 .panel > .table-bordered > tbody > tr:first-child > td,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.gbs3 .panel > .table-bordered > thead > tr:first-child > th,.gbs3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.gbs3 .panel > .table-bordered > tbody > tr:first-child > th,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom: 0}.gbs3 .panel > .table-bordered > tbody > tr:last-child > td,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.gbs3 .panel > .table-bordered > tfoot > tr:last-child > td,.gbs3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.gbs3 .panel > .table-bordered > tbody > tr:last-child > th,.gbs3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.gbs3 .panel > .table-bordered > tfoot > tr:last-child > th,.gbs3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom: 0}.gbs3 .panel > .table-responsive{border: 0;margin-bottom: 0}.gbs3 .panel-group{margin-bottom: 20px}.gbs3 .panel-group .panel{margin-bottom: 0;border-radius: 4px}.gbs3 .panel-group .panel + .panel{margin-top: 5px}.gbs3 .panel-group .panel-heading{border-bottom: 0}.gbs3 .panel-group .panel-heading + .panel-collapse > .panel-body,.gbs3 .panel-group .panel-heading + .panel-collapse > .list-group{border-top: 1px solid #ddd}.gbs3 .panel-group .panel-footer{border-top: 0}.gbs3 .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom: 1px solid #ddd}.gbs3 .panel-default{border-color: #dddddd}.gbs3 .panel-default > .panel-heading{color: #333333;background-color: #f5f5f5;border-color: #dddddd}.gbs3 .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color: #dddddd}.gbs3 .panel-default > .panel-heading .badge{color: #f5f5f5;background-color: #333333}.gbs3 .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #dddddd}.gbs3 .panel-primary{border-color: #337ab7}.gbs3 .panel-primary > .panel-heading{color: #ffffff;background-color: #337ab7;border-color: #337ab7}.gbs3 .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color: #337ab7}.gbs3 .panel-primary > .panel-heading .badge{color: #337ab7;background-color: #ffffff}.gbs3 .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #337ab7}.gbs3 .panel-success{border-color: #d6e9c6}.gbs3 .panel-success > .panel-heading{color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6}.gbs3 .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color: #d6e9c6}.gbs3 .panel-success > .panel-heading .badge{color: #dff0d8;background-color: #3c763d}.gbs3 .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #d6e9c6}.gbs3 .panel-info{border-color: #bce8f1}.gbs3 .panel-info > .panel-heading{color: #31708f;background-color: #d9edf7;border-color: #bce8f1}.gbs3 .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color: #bce8f1}.gbs3 .panel-info > .panel-heading .badge{color: #d9edf7;background-color: #31708f}.gbs3 .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #bce8f1}.gbs3 .panel-warning{border-color: #faebcc}.gbs3 .panel-warning > .panel-heading{color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc}.gbs3 .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color: #faebcc}.gbs3 .panel-warning > .panel-heading .badge{color: #fcf8e3;background-color: #8a6d3b}.gbs3 .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #faebcc}.gbs3 .panel-danger{border-color: #ebccd1}.gbs3 .panel-danger > .panel-heading{color: #a94442;background-color: #f2dede;border-color: #ebccd1}.gbs3 .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ebccd1}.gbs3 .panel-danger > .panel-heading .badge{color: #f2dede;background-color: #a94442}.gbs3 .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ebccd1}.gbs3 .embed-responsive{position: relative;display: block;height: 0;padding: 0;overflow: hidden}.gbs3 .embed-responsive .embed-responsive-item,.gbs3 .embed-responsive iframe,.gbs3 .embed-responsive embed,.gbs3 .embed-responsive object,.gbs3 .embed-responsive video{position: absolute;top: 0;left: 0;bottom: 0;height: 100%;width: 100%;border: 0}.gbs3 .embed-responsive-16by9{padding-bottom: 56.25%}.gbs3 .embed-responsive-4by3{padding-bottom: 75%}.gbs3 .well{min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #f5f5f5;border: 1px solid #e3e3e3;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)}.gbs3 .well blockquote{border-color: #ddd;border-color: rgba(0,0,0,0.15)}.gbs3 .well-lg{padding: 24px;border-radius: 6px}.gbs3 .well-sm{padding: 9px;border-radius: 3px}.gbs3 .close{float: right;font-size: 21px;font-weight: bold;line-height: 1;color: #000000;text-shadow: 0 1px 0 #fff;opacity: 0.2;filter: alpha(opacity=20)}.gbs3 .close:hover,.gbs3 .close:focus{color: #000000;text-decoration: none;cursor: pointer;opacity: 0.5;filter: alpha(opacity=50)}.gbs3 button.close{padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none}.gbs3 .modal-open{overflow: hidden}.gbs3 .modal{display: none;overflow: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;-webkit-overflow-scrolling: touch;outline: 0}.gbs3 .modal.fade .modal-dialog{-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);transform: translate(0, -25%);-webkit-transition: -webkit-transform .3s ease-out;-moz-transition: -moz-transform .3s ease-out;-o-transition: -o-transform .3s ease-out;transition: transform .3s ease-out}.gbs3 .modal.in .modal-dialog{-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0)}.gbs3 .modal-open .modal{overflow-x: hidden;overflow-y: auto}.gbs3 .modal-dialog{position: relative;width: auto;margin: 10px}.gbs3 .modal-content{position: relative;background-color: #ffffff;border: 1px solid #999;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);box-shadow: 0 3px 9px rgba(0,0,0,0.5);background-clip: padding-box;outline: 0}.gbs3 .modal-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000000}.gbs3 .modal-backdrop.fade{opacity: 0;filter: alpha(opacity=0)}.gbs3 .modal-backdrop.in{opacity: 0.5;filter: alpha(opacity=50)}.gbs3 .modal-header{padding: 15px;border-bottom: 1px solid #e5e5e5;min-height: 16.42857143px}.gbs3 .modal-header .close{margin-top: -2px}.gbs3 .modal-title{margin: 0;line-height: 1.42857143}.gbs3 .modal-body{position: relative;padding: 15px}.gbs3 .modal-footer{padding: 15px;text-align: right;border-top: 1px solid #e5e5e5}.gbs3 .modal-footer .btn + .btn{margin-left: 5px;margin-bottom: 0}.gbs3 .modal-footer .btn-group .btn + .btn{margin-left: -1px}.gbs3 .modal-footer .btn-block + .btn-block{margin-left: 0}.gbs3 .modal-scrollbar-measure{position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll}@media (min-width: 768px){.gbs3 .modal-dialog{width: 600px;margin: 30px auto}.gbs3 .modal-content{-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);box-shadow: 0 5px 15px rgba(0,0,0,0.5)}.gbs3 .modal-sm{width: 300px}}@media (min-width: 992px){.gbs3 .modal-lg{width: 900px}}.gbs3 .tooltip{position: absolute;z-index: 1070;display: block;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 12px;font-weight: normal;line-height: 1.4;opacity: 0;filter: alpha(opacity=0)}.gbs3 .tooltip.in{opacity: 0.9;filter: alpha(opacity=90)}.gbs3 .tooltip.top{margin-top: -3px;padding: 5px 0}.gbs3 .tooltip.right{margin-left: 3px;padding: 0 5px}.gbs3 .tooltip.bottom{margin-top: 3px;padding: 5px 0}.gbs3 .tooltip.left{margin-left: -3px;padding: 0 5px}.gbs3 .tooltip-inner{max-width: 200px;padding: 3px 8px;color: #ffffff;text-align: center;text-decoration: none;background-color: #000000;border-radius: 4px}.gbs3 .tooltip-arrow{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid}.gbs3 .tooltip.top .tooltip-arrow{bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000000}.gbs3 .tooltip.top-left .tooltip-arrow{bottom: 0;right: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #000000}.gbs3 .tooltip.top-right .tooltip-arrow{bottom: 0;left: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #000000}.gbs3 .tooltip.right .tooltip-arrow{top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000000}.gbs3 .tooltip.left .tooltip-arrow{top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000000}.gbs3 .tooltip.bottom .tooltip-arrow{top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000000}.gbs3 .tooltip.bottom-left .tooltip-arrow{top: 0;right: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #000000}.gbs3 .tooltip.bottom-right .tooltip-arrow{top: 0;left: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #000000}.gbs3 .popover{position: absolute;top: 0;left: 0;z-index: 1060;display: none;max-width: 276px;padding: 1px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: left;background-color: #ffffff;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);box-shadow: 0 5px 10px rgba(0,0,0,0.2);white-space: normal}.gbs3 .popover.top{margin-top: -10px}.gbs3 .popover.right{margin-left: 10px}.gbs3 .popover.bottom{margin-top: 10px}.gbs3 .popover.left{margin-left: -10px}.gbs3 .popover-title{margin: 0;padding: 8px 14px;font-size: 14px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-radius: 5px 5px 0 0}.gbs3 .popover-content{padding: 9px 14px}.gbs3 .popover > .arrow,.gbs3 .popover > .arrow:after{position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid}.gbs3 .popover > .arrow{border-width: 11px}.gbs3 .popover > .arrow:after{border-width: 10px;content: ""}.gbs3 .popover.top > .arrow{left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: #999999;border-top-color: rgba(0,0,0,0.25);bottom: -11px}.gbs3 .popover.top > .arrow:after{content: " ";bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: #ffffff}.gbs3 .popover.right > .arrow{top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: #999999;border-right-color: rgba(0,0,0,0.25)}.gbs3 .popover.right > .arrow:after{content: " ";left: 1px;bottom: -10px;border-left-width: 0;border-right-color: #ffffff}.gbs3 .popover.bottom > .arrow{left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: #999999;border-bottom-color: rgba(0,0,0,0.25);top: -11px}.gbs3 .popover.bottom > .arrow:after{content: " ";top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: #ffffff}.gbs3 .popover.left > .arrow{top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: #999999;border-left-color: rgba(0,0,0,0.25)}.gbs3 .popover.left > .arrow:after{content: " ";right: 1px;border-right-width: 0;border-left-color: #ffffff;bottom: -10px}.gbs3 .carousel{position: relative}.gbs3 .carousel-inner{position: relative;overflow: hidden;width: 100%}.gbs3 .carousel-inner > .item{display: none;position: relative;-webkit-transition: .6s ease-in-out left;-o-transition: .6s ease-in-out left;transition: .6s ease-in-out left}.gbs3 .carousel-inner > .item > img,.gbs3 .carousel-inner > .item > a > img{line-height: 1}@media all and (transform-3d), (-webkit-transform-3d){.gbs3 .carousel-inner > .item{-webkit-transition: -webkit-transform .6s ease-in-out;-moz-transition: -moz-transform .6s ease-in-out;-o-transition: -o-transform .6s ease-in-out;transition: transform .6s ease-in-out;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000;-moz-perspective: 1000;perspective: 1000}.gbs3 .carousel-inner > .item.next,.gbs3 .carousel-inner > .item.active.right{-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);left: 0}.gbs3 .carousel-inner > .item.prev,.gbs3 .carousel-inner > .item.active.left{-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);left: 0}.gbs3 .carousel-inner > .item.next.left,.gbs3 .carousel-inner > .item.prev.right,.gbs3 .carousel-inner > .item.active{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);left: 0}}.gbs3 .carousel-inner > .active,.gbs3 .carousel-inner > .next,.gbs3 .carousel-inner > .prev{display: block}.gbs3 .carousel-inner > .active{left: 0}.gbs3 .carousel-inner > .next,.gbs3 .carousel-inner > .prev{position: absolute;top: 0;width: 100%}.gbs3 .carousel-inner > .next{left: 100%}.gbs3 .carousel-inner > .prev{left: -100%}.gbs3 .carousel-inner > .next.left,.gbs3 .carousel-inner > .prev.right{left: 0}.gbs3 .carousel-inner > .active.left{left: -100%}.gbs3 .carousel-inner > .active.right{left: 100%}.gbs3 .carousel-control{position: absolute;top: 0;left: 0;bottom: 0;width: 15%;opacity: 0.5;filter: alpha(opacity=50);font-size: 20px;color: #ffffff;text-align: center;text-shadow: 0 1px 2px rgba(0,0,0,0.6)}.gbs3 .carousel-control.left{background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.gbs3 .carousel-control.right{left: auto;right: 0;background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.gbs3 .carousel-control:hover,.gbs3 .carousel-control:focus{outline: 0;color: #ffffff;text-decoration: none;opacity: 0.9;filter: alpha(opacity=90)}.gbs3 .carousel-control .icon-prev,.gbs3 .carousel-control .icon-next,.gbs3 .carousel-control .glyphicon-chevron-left,.gbs3 .carousel-control .glyphicon-chevron-right{position: absolute;top: 50%;z-index: 5;display: inline-block}.gbs3 .carousel-control .icon-prev,.gbs3 .carousel-control .glyphicon-chevron-left{left: 50%;margin-left: -10px}.gbs3 .carousel-control .icon-next,.gbs3 .carousel-control .glyphicon-chevron-right{right: 50%;margin-right: -10px}.gbs3 .carousel-control .icon-prev,.gbs3 .carousel-control .icon-next{width: 20px;height: 20px;margin-top: -10px;line-height: 1;font-family: serif}.gbs3 .carousel-control .icon-prev:before{content: '\2039'}.gbs3 .carousel-control .icon-next:before{content: '\203a'}.gbs3 .carousel-indicators{position: absolute;bottom: 10px;left: 50%;z-index: 15;width: 60%;margin-left: -30%;padding-left: 0;list-style: none;text-align: center}.gbs3 .carousel-indicators li{display: inline-block;width: 10px;height: 10px;margin: 1px;text-indent: -999px;border: 1px solid #fff;border-radius: 10px;cursor: pointer;background-color: #000 \9;background-color: rgba(0,0,0,0)}.gbs3 .carousel-indicators .active{margin: 0;width: 12px;height: 12px;background-color: #ffffff}.gbs3 .carousel-caption{position: absolute;left: 15%;right: 15%;bottom: 20px;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: #ffffff;text-align: center;text-shadow: 0 1px 2px rgba(0,0,0,0.6)}.gbs3 .carousel-caption .btn{text-shadow: none}@media screen and (min-width: 768px){.gbs3 .carousel-control .glyphicon-chevron-left,.gbs3 .carousel-control .glyphicon-chevron-right,.gbs3 .carousel-control .icon-prev,.gbs3 .carousel-control .icon-next{width: 30px;height: 30px;margin-top: -15px;font-size: 30px}.gbs3 .carousel-control .glyphicon-chevron-left,.gbs3 .carousel-control .icon-prev{margin-left: -15px}.gbs3 .carousel-control .glyphicon-chevron-right,.gbs3 .carousel-control .icon-next{margin-right: -15px}.gbs3 .carousel-caption{left: 20%;right: 20%;padding-bottom: 30px}.gbs3 .carousel-indicators{bottom: 20px}}.gbs3 .clearfix:before,.gbs3 .clearfix:after,.gbs3 .dl-horizontal dd:before,.gbs3 .dl-horizontal dd:after,.gbs3 .container:before,.gbs3 .container:after,.gbs3 .container-fluid:before,.gbs3 .container-fluid:after,.gbs3 .row:before,.gbs3 .row:after,.gbs3 .form-horizontal .form-group:before,.gbs3 .form-horizontal .form-group:after,.gbs3 .btn-toolbar:before,.gbs3 .btn-toolbar:after,.gbs3 .btn-group-vertical > .btn-group:before,.gbs3 .btn-group-vertical > .btn-group:after,.gbs3 .nav:before,.gbs3 .nav:after,.gbs3 .navbar:before,.gbs3 .navbar:after,.gbs3 .navbar-header:before,.gbs3 .navbar-header:after,.gbs3 .navbar-collapse:before,.gbs3 .navbar-collapse:after,.gbs3 .pager:before,.gbs3 .pager:after,.gbs3 .panel-body:before,.gbs3 .panel-body:after,.gbs3 .modal-footer:before,.gbs3 .modal-footer:after{content: " ";display: table}.gbs3 .clearfix:after,.gbs3 .dl-horizontal dd:after,.gbs3 .container:after,.gbs3 .container-fluid:after,.gbs3 .row:after,.gbs3 .form-horizontal .form-group:after,.gbs3 .btn-toolbar:after,.gbs3 .btn-group-vertical > .btn-group:after,.gbs3 .nav:after,.gbs3 .navbar:after,.gbs3 .navbar-header:after,.gbs3 .navbar-collapse:after,.gbs3 .pager:after,.gbs3 .panel-body:after,.gbs3 .modal-footer:after{clear: both}.gbs3 .center-block{display: block;margin-left: auto;margin-right: auto}.gbs3 .pull-right{float: right !important}.gbs3 .pull-left{float: left !important}.gbs3 .hide{display: none !important}.gbs3 .show{display: block !important}.gbs3 .invisible{visibility: hidden}.gbs3 .text-hide{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.gbs3 .hidden{display: none !important}.gbs3 .affix{position: fixed}@-ms-viewport{width: device-width}.gbs3 .visible-xs,.gbs3 .visible-sm,.gbs3 .visible-md,.gbs3 .visible-lg{display: none !important}.gbs3 .visible-xs-block,.gbs3 .visible-xs-inline,.gbs3 .visible-xs-inline-block,.gbs3 .visible-sm-block,.gbs3 .visible-sm-inline,.gbs3 .visible-sm-inline-block,.gbs3 .visible-md-block,.gbs3 .visible-md-inline,.gbs3 .visible-md-inline-block,.gbs3 .visible-lg-block,.gbs3 .visible-lg-inline,.gbs3 .visible-lg-inline-block{display: none !important}@media (max-width: 767px){.gbs3 .visible-xs{display: block !important}.gbs3 table.visible-xs{display: table}.gbs3 tr.visible-xs{display: table-row !important}.gbs3 th.visible-xs,.gbs3 td.visible-xs{display: table-cell !important}}@media (max-width: 767px){.gbs3 .visible-xs-block{display: block !important}}@media (max-width: 767px){.gbs3 .visible-xs-inline{display: inline !important}}@media (max-width: 767px){.gbs3 .visible-xs-inline-block{display: inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.gbs3 .visible-sm{display: block !important}.gbs3 table.visible-sm{display: table}.gbs3 tr.visible-sm{display: table-row !important}.gbs3 th.visible-sm,.gbs3 td.visible-sm{display: table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.gbs3 .visible-sm-block{display: block !important}}@media (min-width: 768px) and (max-width: 991px){.gbs3 .visible-sm-inline{display: inline !important}}@media (min-width: 768px) and (max-width: 991px){.gbs3 .visible-sm-inline-block{display: inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.gbs3 .visible-md{display: block !important}.gbs3 table.visible-md{display: table}.gbs3 tr.visible-md{display: table-row !important}.gbs3 th.visible-md,.gbs3 td.visible-md{display: table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.gbs3 .visible-md-block{display: block !important}}@media (min-width: 992px) and (max-width: 1199px){.gbs3 .visible-md-inline{display: inline !important}}@media (min-width: 992px) and (max-width: 1199px){.gbs3 .visible-md-inline-block{display: inline-block !important}}@media (min-width: 1200px){.gbs3 .visible-lg{display: block !important}.gbs3 table.visible-lg{display: table}.gbs3 tr.visible-lg{display: table-row !important}.gbs3 th.visible-lg,.gbs3 td.visible-lg{display: table-cell !important}}@media (min-width: 1200px){.gbs3 .visible-lg-block{display: block !important}}@media (min-width: 1200px){.gbs3 .visible-lg-inline{display: inline !important}}@media (min-width: 1200px){.gbs3 .visible-lg-inline-block{display: inline-block !important}}@media (max-width: 767px){.gbs3 .hidden-xs{display: none !important}}@media (min-width: 768px) and (max-width: 991px){.gbs3 .hidden-sm{display: none !important}}@media (min-width: 992px) and (max-width: 1199px){.gbs3 .hidden-md{display: none !important}}@media (min-width: 1200px){.gbs3 .hidden-lg{display: none !important}}.gbs3 .visible-print{display: none !important}@media print{.gbs3 .visible-print{display: block !important}.gbs3 table.visible-print{display: table}.gbs3 tr.visible-print{display: table-row !important}.gbs3 th.visible-print,.gbs3 td.visible-print{display: table-cell !important}}.gbs3 .visible-print-block{display: none !important}@media print{.gbs3 .visible-print-block{display: block !important}}.gbs3 .visible-print-inline{display: none !important}@media print{.gbs3 .visible-print-inline{display: inline !important}}.gbs3 .visible-print-inline-block{display: none !important}@media print{.gbs3 .visible-print-inline-block{display: inline-block !important}}@media print{.gbs3 .hidden-print{display: none !important}}.gbs3 {
  /*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
}
.gbs3 .btn-default,
.gbs3 .btn-primary,
.gbs3 .btn-success,
.gbs3 .btn-info,
.gbs3 .btn-warning,
.gbs3 .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.gbs3 .btn-default:active,
.gbs3 .btn-primary:active,
.gbs3 .btn-success:active,
.gbs3 .btn-info:active,
.gbs3 .btn-warning:active,
.gbs3 .btn-danger:active,
.gbs3 .btn-default.active,
.gbs3 .btn-primary.active,
.gbs3 .btn-success.active,
.gbs3 .btn-info.active,
.gbs3 .btn-warning.active,
.gbs3 .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gbs3 .btn:active,
.gbs3 .btn.active {
  background-image: none;
}
.gbs3 .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .btn-default:hover,
.gbs3 .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.gbs3 .btn-default:active,
.gbs3 .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.gbs3 .btn-primary {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .btn-primary:hover,
.gbs3 .btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.gbs3 .btn-primary:active,
.gbs3 .btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.gbs3 .btn-success {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .btn-success:hover,
.gbs3 .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.gbs3 .btn-success:active,
.gbs3 .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.gbs3 .btn-warning {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .btn-warning:hover,
.gbs3 .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.gbs3 .btn-warning:active,
.gbs3 .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.gbs3 .btn-danger {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .btn-danger:hover,
.gbs3 .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.gbs3 .btn-danger:active,
.gbs3 .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.gbs3 .btn-info {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .btn-info:hover,
.gbs3 .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.gbs3 .btn-info:active,
.gbs3 .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.gbs3 .thumbnail,
.gbs3 .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.gbs3 .dropdown-menu > li > a:hover,
.gbs3 .dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.gbs3 .dropdown-menu > .active > a,
.gbs3 .dropdown-menu > .active > a:hover,
.gbs3 .dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.gbs3 .navbar-default {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.gbs3 .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ebebeb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.gbs3 .navbar-brand,
.gbs3 .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.gbs3 .navbar-inverse {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222222 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gbs3 .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#222222), to(#282828));
  background-image: -webkit-linear-gradient(top, #222222 0, #282828 100%);
  background-image: -moz-linear-gradient(top, #222222 0, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.gbs3 .navbar-inverse .navbar-brand,
.gbs3 .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.gbs3 .navbar-static-top,
.gbs3 .navbar-fixed-top,
.gbs3 .navbar-fixed-bottom {
  border-radius: 0;
}
.gbs3 .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gbs3 .alert-success {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.gbs3 .alert-info {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.gbs3 .alert-warning {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.gbs3 .alert-danger {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.gbs3 .progress {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.gbs3 .progress-bar {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.gbs3 .progress-bar-success {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.gbs3 .progress-bar-info {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.gbs3 .progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.gbs3 .progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.gbs3 .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.gbs3 .list-group-item.active,
.gbs3 .list-group-item.active:hover,
.gbs3 .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
  background-image: -moz-linear-gradient(top, #428bca 0, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}
.gbs3 .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gbs3 .panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.gbs3 .panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.gbs3 .panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.gbs3 .panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.gbs3 .panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.gbs3 .panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.gbs3 .well {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.gbs3 .container{
	width:100%;
	margin:0;
	padding:0;
}
.gbs3 .container .row{
	width:100%;
	margin:0;
	padding:0;
}
.gbs3 .tab-content{
	padding-top:7px;
}
.gbs3 .gcore-label-left{
	float:left !important;
	min-width:160px;
	max-width:160px;
	padding-right:7px;
	text-align:left !important;
}
.gbs3 .gcore-label-top{
	display:block;
	text-align:left !important;
	float:none !important;
	width:auto !important;
}
.gbs3 .gcore-label-checkbox{
	
}
.gbs3 .gcore-checkbox-item label, .gbs3 .gcore-radio-item label{
	padding-top: 0px !important;
	vertical-align:bottom;
	padding-right:7px;
}
.gbs3 .gcore-checkbox-item label, .gbs3 .gcore-checkbox-item input, .gbs3 .gcore-radio-item label, .gbs3 .gcore-radio-item input{
	margin:0;
}
.gbs3 .gcore-checkbox-item label input, .gbs3 .gcore-radio-item label input{
	margin:0px 3px 3px 0px;
}
.gbs3 .gcore-form-row > .gcore-label-checkbox{
	float:left !important;
	min-width:160px;
	padding-right:7px;
	padding-top: 1px !important;
	text-align:left !important;
}
.gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-left{
	max-width:160px;
}
.gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-top{
	float:none !important;
}
.gbs3 .gcore-checkbox-item .gcore-label-checkbox, .gcore-radio-item .gcore-label-checkbox{
	float: none !important;
	width: auto !important;
}
.gbs3 .gcore-form-row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.gbs3 .gcore-form-row .gcore-input{
	/*float:left;*/ /** forces the input to go below label when parent is not wide enough **/
}
.gbs3 .gcore-height-auto{
	height: auto !important;
}
.gbs3 .gcore-sub-input{
	padding-right: 5px !important;
}
.gbs3 .gcore-subinput-container{
	float:left;
}
.gbs3 .gcore-multiple-column .gcore-checkbox-item, .gcore-multiple-column .gcore-radio-item{
	float: left;
}
.gbs3 .gcore-multiple-column .gcore-checkbox-item:not(:first-child), .gcore-multiple-column .gcore-radio-item:not(:first-child){
	padding-left: 5px;
}
.gbs3 .gcore-help-block{
	white-space:normal;
	word-wrap:break-word;
}
.gbs3 .gcore-black-text{
	color:#000000;
}
.gbs3 .gcore-display-table{
	display:table;
}
.gbs3 .SSS {width: 30px !important;}
.gbs3 .SS {width: 70px !important;}
.gbs3 .S {width: 110px !important;}
.gbs3 .M {width: 230px !important;}
.gbs3 .L {width: 350px !important;}
.gbs3 .XL{width:430px !important;}
.gbs3 .XXL{width:500px !important;}
.gbs3 .A{width:auto !important;}
.gbs3 .F{width:100% !important;}
@media(min-width:900px){

}
@media(max-width:800px){

}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(https://www.notch.pt/libraries/cegcore/assets/font_awesome/fonts/fontawesome-webfont.eot);
  src: url(https://www.notch.pt/libraries/cegcore/assets/font_awesome/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(https://www.notch.pt/libraries/cegcore/assets/font_awesome/fonts/fontawesome-webfont.woff2) format('woff2'), url(https://www.notch.pt/libraries/cegcore/assets/font_awesome/fonts/fontawesome-webfont.woff) format('woff'), url(https://www.notch.pt/libraries/cegcore/assets/font_awesome/fonts/fontawesome-webfont.ttf) format('truetype'), url(https://www.notch.pt/libraries/cegcore/assets/font_awesome/fonts/fontawesome-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.gtooltip {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 1em;
	font-weight:normal;
	/*line-height: 1.3em;*/
	margin: 0px auto;
	padding: 10px;
	position: absolute;
	opacity:0.9;
	/*text-align: center;*/
	z-index:3000;
	width: auto;
	/*min-width: 150px;*/
	max-width:300px;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	box-shadow: 0 0 5px #DDDDDD;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
}

.gtooltip-arrow-border {
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
}
.gtooltip-arrow-border-top {
	border-color: transparent transparent transparent transparent;
	border-style: solid solid none solid;
	border-width: 10px 10px 0px 10px;
	bottom: -11px;
	left: 30px;
}
.gtooltip-arrow-border-bottom {
	border-color: transparent transparent transparent transparent;
	border-style: none solid solid solid;
	border-width: 0px 10px 10px 10px;
	top: -11px;
	left: 30px;
}
.gtooltip-arrow-border-right {
	border-color: transparent transparent transparent transparent;
	border-style: solid solid solid none;
	border-width: 10px 10px 10px 0px;
	top: 0px;
	left: -11px;
}
.gtooltip-arrow-border-left {
	border-color: transparent transparent transparent transparent;
	border-style: solid none solid solid;
	border-width: 10px 0px 10px 10px;
	top: 0px;
	right: -11px;
}

.gtooltip-arrow {
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
}
.gtooltip-arrow-top {
	border-color: transparent transparent transparent transparent;
	border-style: solid solid none solid;
	border-width: 10px 10px 0px 10px;
	bottom: -9px;
	left: 30px;
}
.gtooltip-arrow-bottom {
	border-color: transparent transparent transparent transparent;
	border-style: none solid solid solid;
	border-width: 0px 10px 10px 10px;
	top: -9px;
	left: 30px;
}
.gtooltip-arrow-right {
	border-color: transparent transparent transparent transparent;
	border-style: solid solid solid none;
	border-width: 10px 10px 10px 0px;
	top: 0px;
	left: -9px;
}
.gtooltip-arrow-left {
	border-color: transparent transparent transparent transparent;
	border-style: solid none solid solid;
	border-width: 10px 0px 10px 10px;
	top: 0px;
	right: -9px;
}
.gtooltip-close{
	top:0;
	right:5px;
	position:absolute;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	cursor:pointer;
	margin-top:-3px;
	margin-right:-3px;
}
.gtooltip-close:hover{
	color:#ccc;
}
.gtooltip-content{
	white-space: normal !important;
}.gdropdown {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	font-size: 13px;
	margin: 1px 0 0;
	min-width: 160px;
	padding: 5px 0;
}
.gdropdown > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}
.gdropdown > li > a:hover,
.gdropdown > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.gdropdown > .active > a,
.gdropdown > .active > a:hover,
.gdropdown > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.gdropdown > .disabled > a,
.gdropdown > .disabled > a:hover,
.gdropdown > .disabled > a:focus {
	color: #999999;
}
.gdropdown > .disabled > a:hover,
.gdropdown > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}




/*
	Spectral by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1; 
		overflow-x: hidden;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0em;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0em;
	}

	.row.uniform.\30 \25 > * {
		padding: 0em 0 0 0em;
	}

	.row.uniform.\30 \25 {
		margin: 0em 0 -1px 0em;
	}

	.row > * {
		padding: 0 0 0 1.5em;
	}

	.row {
		margin: 0 0 -1px -1.5em;
	}

	.row.uniform > * {
		padding: 1.5em 0 0 1.5em;
	}

	.row.uniform {
		margin: -1.5em 0 -1px -1.5em;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 3em;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -3em;
	}

	.row.uniform.\32 00\25 > * {
		padding: 3em 0 0 3em;
	}

	.row.uniform.\32 00\25 {
		margin: -3em 0 -1px -3em;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 2.25em;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -2.25em;
	}

	.row.uniform.\31 50\25 > * {
		padding: 2.25em 0 0 2.25em;
	}

	.row.uniform.\31 50\25 {
		margin: -2.25em 0 -1px -2.25em;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 0.75em;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -0.75em;
	}

	.row.uniform.\35 0\25 > * {
		padding: 0.75em 0 0 0.75em;
	}

	.row.uniform.\35 0\25 {
		margin: -0.75em 0 -1px -0.75em;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 0.375em;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -0.375em;
	}

	.row.uniform.\32 5\25 > * {
		padding: 0.375em 0 0 0.375em;
	}

	.row.uniform.\32 5\25 {
		margin: -0.375em 0 -1px -0.375em;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28large\29, .\31 2u\24\28large\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28large\29, .\38 u\24\28large\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28large\29, .\36 u\24\28large\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28large\29, .\34 u\24\28large\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 980px) {

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28medium\29, .\38 u\24\28medium\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28medium\29, .\36 u\24\28medium\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28medium\29, .\34 u\24\28medium\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28small\29, .\31 2u\24\28small\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28small\29, .\38 u\24\28small\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28small\29, .\36 u\24\28small\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28small\29, .\34 u\24\28small\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 480px) {

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xsmall\29 + *,
		.\31 1u\24\28xsmall\29 + *,
		.\31 0u\24\28xsmall\29 + *,
		.\39 u\24\28xsmall\29 + *,
		.\38 u\24\28xsmall\29 + *,
		.\37 u\24\28xsmall\29 + *,
		.\36 u\24\28xsmall\29 + *,
		.\35 u\24\28xsmall\29 + *,
		.\34 u\24\28xsmall\29 + *,
		.\33 u\24\28xsmall\29 + *,
		.\32 u\24\28xsmall\29 + *,
		.\31 u\24\28xsmall\29 + * {
			clear: left;
		}

		.\-11u\28xsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xsmall\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #000;
	}
	

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #fff;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				0font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #fff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.8em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

	blockquote {
		border-left: solid 4px #fff;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

	header h3 + p {
		font-size: 1.1em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
		}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 2em 0;
			}

		}

	@media screen and (max-width: 980px) {

		header br {
			display: none;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select0,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			color: #fff;
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + label:before {
		border-radius: 3px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

			@media screen and (max-width: 736px) {

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

/* Image */

	.image {
		border-radius: 3px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 3px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #fff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

			ul.icons.major {
				padding: 1em 0;
			}

				ul.icons.major li {
					padding-right: 3.5em;
				}

					@media screen and (max-width: 736px) {

						ul.icons.major li {
							padding: 0 1em !important;
						}

					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1.5em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.75em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1.5em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.75em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1.5em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1.5em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1.5em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.75em;
					width: calc(100% + 0.75em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.75em;
					}

			@media screen and (max-width: 736px) {

				ul.actions li {
					display: block;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions li:first-child {
						padding-top: 0;
					}

					ul.actions li > * {
						margin: 0 auto !important;
						max-width: 30em;
						width: 100%;
					}

						ul.actions li > *.icon:before {
							margin-left: -1em;
						}

				ul.actions.small li {
					padding: 0.5em 0 0 0;
				}

					ul.actions.small li:first-child {
						padding-top: 0;
					}

			}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #fff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #fff;
		}

		table tfoot {
			border-top: solid 2px #fff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.25);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #ed4933;
			box-shadow: none !important;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #ef5e4a !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #eb341c !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}

		.features li {
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

			@media screen and (max-width: 980px) {

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

			@media screen and (max-width: 736px) {

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 2em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1) {
			background-color: rgba(0, 0, 0, 0.075);
		}

		.spotlight:nth-child(2) {
			background-color: rgba(0, 0, 0, 0.15);
		}

		.spotlight:nth-child(3) {
			background-color: rgba(0, 0, 0, 0.225);
		}

		.spotlight:nth-child(4) {
			background-color: rgba(0, 0, 0, 0.3);
		}

		.spotlight:nth-child(5) {
			background-color: rgba(0, 0, 0, 0.375);
		}

		.spotlight:nth-child(6) {
			background-color: rgba(0, 0, 0, 0.45);
		}

		.spotlight:nth-child(7) {
			background-color: rgba(0, 0, 0, 0.525);
		}

		.spotlight:nth-child(8) {
			background-color: rgba(0, 0, 0, 0.6);
		}

		.spotlight:nth-child(9) {
			background-color: rgba(0, 0, 0, 0.675);
		}

		.spotlight:nth-child(10) {
			background-color: rgba(0, 0, 0, 0.75);
		}

		@media screen and (max-width: 1280px) {

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Wrapper */

	.wrapper {
		padding: 2em 0 2em 0 ;
	}

		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

			@media screen and (max-width: 1280px) {

				.wrapper > .inner {
					width: 90%;
				}

			}

			@media screen and (max-width: 980px) {

				.wrapper > .inner {
					width: 100%;
				}

			}

		.wrapper.alt {
			padding: 0;
		}

		.wrapper.style1 {
			background-color: #21b2a6;
			background-color: rgba(139, 200, 66, 1.0);
			opacity: 1.0;
			color: #ffffff;
		}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #ffffff;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 header.major p {
				color: #ffffff;
				font-size:130%;
			}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 .select-wrapper:before {
				color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c7ebe8;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #21b2a6;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style2 {
			background-color: #2e3842;
		}

		.wrapper.style3 {
			background-color: #505393;
			color: #d3d4e4;
		}

			.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
			}

			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 header p {
				color: #b9bad3;
			}

			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 header.major p {
				color: #d3d4e4;
			}

			.wrapper.style3 label {
				color: #ffffff;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 .select-wrapper:before {
				color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #d3d4e4;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #505393;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad3 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #b9bad3 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad3 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad3 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #b9bad3 !important;
			}

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="reset"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="reset"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style3 input[type="submit"]:active,
				.wrapper.style3 input[type="reset"]:active,
				.wrapper.style3 input[type="button"]:active,
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style4 {
			background-color: transparent;
		}

		.wrapper.style5 {
			background-color: #ffffff;
			color: #4E4852;
		}

			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}

			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}

			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}

			.wrapper.style5 blockquote {
				border-color: #dfdfdf;
			}

			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 header.major p {
				color: #4E4852;
			}

			.wrapper.style5 label {
				color: #2E3842;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 .select-wrapper:before {
				color: #dfdfdf;
			}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
				color: #4E4852;
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, .0175);
				}

			.wrapper.style5 table th {
				color: #2E3842;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

				.wrapper.style5 input[type="submit"]:active,
				.wrapper.style5 input[type="reset"]:active,
				.wrapper.style5 input[type="button"]:active,
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}

			}

		@media screen and (max-width: 980px) {

			.wrapper {
				padding: 4em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				padding: 3em 2em 1em 2em ;
			}

		}
		
		
		@media screen and (max-width: 480px) {

			.wrapper {
				padding: 3em 1em 1em 1em ;
			}

		}

/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: transparent;
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		background: #8bc842;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 20em;
		z-index: 10002;
	}

		#menu ul {
			list-style: none;
			padding: 0;
		}

			#menu ul > li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 0.5em 0 0 0;
				padding: 0.5em 0 0 0;
			}

				#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

				#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}

					@media screen and (max-width: 736px) {

						#menu ul > li > a {
							line-height: 3em;
						}

					}

		#menu .close {
			background-image: url(https://www.notch.pt/templates/notch/assets/css/images/close.svg);
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}

		@media screen and (max-width: 736px) {

			#menu {
				padding: 3em 1.5em;
			}

		}

	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: #2e3842;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		border-bottom:#8ec63f 4px solid;
	}

		#header span2 {
			-moz-transition: opacity 0.2s ease;
			-webkit-transition: opacity 0.2s ease;
			-ms-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			position: absolute;
			top: 0;
		}

			#header span2 a {
				border: 0;
				display: block;
				height: inherit;
				line-height: inherit;
			}

				@media screen and (max-width: 736px) {

					#header span2 a {
						font-size: 0.8em;
					}

				}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 0;
			top: 0;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
				white-space: nowrap;
			}

				#header nav > ul > li {
					display: inline-block;
					padding: 0;
				}

					#header nav > ul > li > a {
						border: 0;
						color: #fff;
						display: block;
						font-size: 0.8em;
						letter-spacing: 0.225em;
						padding: 0 1.5em;
						text-transform: uppercase;
					}

						#header nav > ul > li > a.menuToggle {
							outline: 0;
							position: relative;
						}

							#header nav > ul > li > a.menuToggle:after {
								background-image: url(https://www.notch.pt/templates/notch/assets/css/images/bars.svg);
								background-position: right center;
								background-repeat: no-repeat;
								content: '';
								display: inline-block;
								height: 3.75em;
								vertical-align: top;
								width: 2em;
							}

							@media screen and (max-width: 736px) {

								#header nav > ul > li > a.menuToggle {
									padding: 0 1.5em;
								}

									#header nav > ul > li > a.menuToggle span {
										display: none;
									}

							}

						@media screen and (max-width: 736px) {

							#header nav > ul > li > a {
								padding: 0 0 0 1.5em;
							}

						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header.alt {
			background: transparent;
			border-bottom:none;
		}

			#header.alt span2 {
				-moz-pointer-events: none;
				-webkit-pointer-events: none;
				-ms-pointer-events: none;
				pointer-events: none;
				opacity: 0;
			}

/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
		0z-index:9999; /* IE e EDGE */
	}

		
		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 2.5s ease, opacity 2.5s ease;
			-webkit-transition: -webkit-transform 2.5s ease, opacity 2.5s ease;
			-ms-transition: -ms-transform 2.5s ease, opacity 2.5s ease;
			transition: transform 2.5s ease, opacity 2.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}


			#banner0 h2:before, #banner0 h2:after {
				-moz-transition: width 2.85s ease;
				-webkit-transition: width 2.85s ease;
				-ms-transition: width 2.85s ease;
				transition: width 2.85s ease;
				-moz-transition-delay: 2.25s;
				-webkit-transition-delay: 2.25s;
				-ms-transition-delay: 2.25s;
				transition-delay: 2.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner0 h2:after {
				bottom: 0;
				right: 0;
			}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

			#banner p a {
				color: inherit;
			}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 2.5s;
			-webkit-transition-delay: 2.5s;
			-ms-transition-delay: 2.5s;
			transition-delay: 2.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 50px;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url(https://www.notch.pt/templates/notch/assets/css/images/arrow.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			content: '';
			background: #2e3842;
			background: #2e3842;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

		@media screen and (max-width: 736px) {

			#banner0 {
				padding: 7em 3em 5em 3em ;
				height: auto;
				min-height: 0;
			}

				#banner h2 {
					font-size: 1.25em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

	body.is-loading #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-loading #banner h2:before, body.is-loading #banner h2:after {
			width: 0;
		}

	body.is-loading #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-loading #banner:after {
		opacity: 1;
	}

/* CTA */

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 45em;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 3em;
			width: 70%;
		}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 30%;
		}

		@media screen and (max-width: 980px) {

			#cta .inner {
				display: block;
				text-align: center;
			}

				#cta .inner header {
					padding-right: 0;
					width: 100%;
				}

				#cta .inner .actions {
					margin-left: auto;
					margin-right: auto;
					max-width: 20em;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			#cta .inner .actions {
				max-width: none;
			}

		}

/* Main */

	#main > header {
		padding: 5em 0 6em 0 ;
		0background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		0background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		0background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		0background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		0background-attachment: fixed;
		0background-position: center center;
		0background-repeat: no-repeat;
		0background-size: cover;
		text-align: center;			
	}
	
	#main > header div{
		padding-top:20px;
		padding-bottom:15px;
		background-image:url(https://www.notch.pt/templates/notch/images/fundo-banner.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	
		#main > header span2 {
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}

		#main > header h2 {
			font-size: 1.00em;
			margin: 0 0 0.5em 0;
			opacity: 0.8;
		}

		#main > header p {
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

			#main > header p a {
				color: inherit;
			}

		@media screen and (max-width: 1680px) {

			#main > header {
				padding: 6em 0 8em 0 ;
			}

		}

		@media screen and (max-width: 1280px) {

			#main > header {
				padding: 6em 3em 6em 3em ;
			}

		}

		@media screen and (max-width: 980px) {

			#main > header {
				padding: 6em 3em 8em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 0 0 1em 0;
				}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		padding: 1em 0 4em 0 ;
		background-color: #1d242a;
		text-align: center;
	}

		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

					#footer .copyright li a:hover {
						color: #fff;
					}

				@media screen and (max-width: 480px) {

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 4em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Landing */

	body.landing0 #page-wrapper0 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.landing0 #footer0 {
		background-color: rgba(29, 36, 42, 0.9);
	}

	body.is-mobile.landing0 #page-wrapper0 {
		background: none;
	}

	body.is-mobile.landing0 #banner,
	body.is-mobile.landing0 .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://www.notch.pt/templates/notch/images/banner.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.landing0 #footer {
		background-color: #1d242a;
	}
	
	
	
	
	
/* BG */

	#bg {
		-moz-transition: opacity 2s ease-in-out;
		-webkit-transition: opacity 2s ease-in-out;
		-ms-transition: opacity 2s ease-in-out;
		transition: opacity 2s ease-in-out;
		height: 100%;
		left: 0;
		opacity: 0.50;
		position: fixed;
		0position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}


		#bg div {
			-moz-transition: opacity 3s ease, visibility 3s;
			-webkit-transition: opacity 3s ease, visibility 3s;
			-ms-transition: opacity 3s ease, visibility 3s;
			transition: opacity 3s ease, visibility 3s;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 0.0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 150%;
		}

			#bg div.visible {
				-moz-animation: bg 45s linear infinite;
				-webkit-animation: bg 45s linear infinite;
				-ms-animation: bg 45s linear infinite;
				animation: bg 45s linear infinite;
				opacity: 1;
				visibility: visible;
				z-index: 1;
			}

				#bg div.visible.top {
					z-index: 2;
				}

				@media screen and (max-width: 1280px) {

					#bg div.visible {
						-moz-animation: bg 29.25s linear infinite;
						-webkit-animation: bg 29.25s linear infinite;
						-ms-animation: bg 29.25s linear infinite;
						animation: bg 29.25s linear infinite;
					}

				}

				@media screen and (max-width: 736px) {

					#bg div.visible {
						-moz-animation: bg 18s linear infinite;
						-webkit-animation: bg 18s linear infinite;
						-ms-animation: bg 18s linear infinite;
						animation: bg 18s linear infinite;
					}

				}

			#bg div:only-child {
				-moz-animation-direction: alternate !important;
				-webkit-animation-direction: alternate !important;
				-ms-animation-direction: alternate !important;
				animation-direction: alternate !important;
			}

		body.is-loading #bg {
			opacity: 0;
		}

	@-moz-keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}

	@-webkit-keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}

	@-ms-keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}

	@keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}	
	



	
/* Outros estilos */

a:hover{color:#8cbd3a;}

	
#header span2 img{ margin-top:17px;}


section#one a{border-bottom:none;}

#footer .mod-languages a{border-bottom:none;}
#footer p{margin:0px;}


@media screen and (max-width: 1280px) { 
#header span2 img{ margin-top:11px;} 
}

@media screen and (max-width: 736px) { 
#header span2 img{ margin-top:8px;} 

/* Responsive image no artigo */
#four, .blog-featured img{float:none !important; margin:0px !important; width:100%; padding-bottom:10px;}
}


@media screen and (max-width: 480px) { 
#banner h2 img{width:70%}
}




.page-header h1{ color:#000000; font-size:140%;}

.page-header h2{font-size:160%; letter-spacing:2px;}

.item-page .published{font-size:80%; line-height:20px;}

/* Imagem Responsiva no conteúdo */			
#page-wrapper img{height: auto; max-width:100%;}

/* Efeito na imagem */		
#page-wrapper a img:hover{opacity: 0.7;}




/* ++++++++++++++  BLOG  ++++++++++++++ */

.blog-featured .category-name {font-size:70%; line-height:0px;}
.blog-featured .published {font-size:70%; line-height:0px; padding-top:20px;}
.blog-featured h2{letter-spacing:1px;}

.blog h2{font-size:180%;}
.blog .page-header h2{font-size:120%; letter-spacing:2px;}
.blog .published {font-size:70%; line-height:0px;}


.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:49%;
        float:left;
		margin-right:2%;
}

.cols-2 .column-2
{
        width:49%;
        float:left;
        margin:0;
}

.cols-3 .column-1
{
        float:left;
        width:30%;
        padding:0px 5px;
        margin-right:4%;

}
.cols-3 .column-2
{
        float:left;
        width:30%;
        margin-left:0;
        padding:0px 5px;
		margin-right:4%;
}
.cols-3 .column-3
{
        float:left;
        width:30%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:20px !important;
		0min-height:200px;
		border-bottom:#c0c0c0 0px dashed;	
}

.column-1,
.column-2,
.column-3
{
        padding:2px 1px;
}

.column-2
{
        width:30%;
}

.column-3
{
        width:30%;
}

.blog-more
{
        padding:10px 5px;
}



/* ++++++++++++++  pagination  ++++++++++++++ */

.pagination
{
		width:100%;
        margin:10px 0 ;
        padding:10px 0 10px 0px;
        clear:both;
		font-weight:400;
		font-size:90%;
}

.pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

.pagination li
{
        display:inline;
        padding: 0 10px;
        text-align:center;
        border:solid 0px #ddd;
		line-height: 2em;
        margin:0 2px;
}

.pagenav
{padding:2px; clear: both;}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev
{border:0}

.pagination li.pagination-start ,
.pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
		clear:both;
		width:100%;
		text-align:center;
}






/* ++++++++++++++  BLOG RESPONSIVE  ++++++++++++++ */

@media (max-width: 980px) {
.cols-2 .column-1
{
        display: block;
        float: none !important;
		width:auto;
}

.cols-2 .column-2
{
        display: block;
        float: none !important;
		width:auto;
}

.cols-3 .column-1
{
        display: block;
		float: none !important;
		width:auto;


}
.cols-3 .column-2
{
        display: block;
		float: none !important;
		width:auto;

}
.cols-3 .column-3
{
        display: block;
		float: none !important;
		width:auto;
}

}



/* Banner Parceiros */
#banner-parceiros{
	width:100%;
	height:110px;
	padding-top:18px;
	border-top:#EFEFEF 1px solid;
	}

#banner-parceiros{ width:100%;}
.unite-carousel-wrapper { width:95% !important;}
.unite-carousel-arrows-wrapper {width:90% !important;}		
	
@media screen and (max-width: 1024px) { 
#banner-parceiros{ width:100%;}
.unite-carousel-wrapper { width:95% !important;}
.unite-carousel-arrows-wrapper {width:90% !important;}	
}
@media screen and (max-width: 768px) { 
#banner-parceiros{ width:100%; height:130px;}
}
@media screen and (max-width: 480px) { 
#banner-parceiros{ width:100%; height:130px;}
}	
@media screen and (max-width: 480px) { 
#banner-parceiros{ width:100%; height:130px;}
}	
@media screen and (max-width: 320px) { 
#banner-parceiros{display:none;}
}
	



/* Redes sociais */
#redes-sociais{height:50px;}


/* LOGIN */
.login{max-width:500px;}
.login label{ margin:0px; line-height:40px;}
.login input{ margin-bottom:20px;}

/* MENU RODAPE */
.menurodape{width:100%; height:50px; margin:0 auto;}

/* TRADUCOES */
.traducoes{width:100%; clear:both;}

/* NEWSLETTER */
.newsletter{max-width:500px; margin:0 auto; padding-top:20px;}
.acymailing_introtext{font-size:70%;}
.newsletter input[type="text"]{width:50% !important; font-size:60%; margin:0 auto;}
.newsletter table td{padding: 0.20em 0.20em;}
table tbody tr:nth-child(2n + 1) {background-color:transparent;}
.newsletter .button{font-size:60%;}
.acymailing_finaltext{font-size: 50%;}

/* NEWSLETTER */
.logos-rodape{max-width:500px; margin:0 auto; padding-top:0px;}



/* TABELA RESPONSIVA */
@media 
only screen and (max-width: 980px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left:2%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}



/* Tabela 2 - Contactos - Espaços NOTCH*/
table.tabela2{width:auto;}
table.tabela2 a{border-bottom:none;}
table.tabela2 td {padding: 0.20em 0.20em; border-bottom: 0px solid #eee; vertical-align:top !important; }
.wrapper.style5 table.tabela2 tbody tr { border-color:transparent;}
.wrapper.style5 table.tabela2 tbody tr:nth-child(2n + 1){background-color: rgba(0, 0, 0, .0);}
.wrapper.style5 table.tabela2 tbody tr:first-child{background-color: rgba(0, 0, 0, .04);}

/* TABELA 2 Não RESPONSIVA */
@media only screen and (max-width: 980px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

table.tabela2 td { display:inline-block;}

}

@media only screen and (max-width: 480px),
(min-device-width: 320px) and (max-device-width: 640px)  {

table.tabela2 {font-size:90%;}

}



/* Tabela 3 - Marca Significado*/
table.tabela3{width:100%; font-size:120%; line-height:30px; 0letter-spacing:0px !important;}
table.tabela3 h2{font-size:160%; letter-spacing:2px;}
table.tabela3 a{border-bottom:none;}
table.tabela3 td {padding: 0.10em 0.10em; background-color:#e8e7e7; border-bottom: 0px solid #eee; vertical-align:top !important; }
.wrapper.style5 table.tabela3 tbody tr { border-color:transparent;}
.wrapper.style5 table.tabela3 tbody tr:nth-child(2n + 1){background-color: rgba(0, 0, 0, .0);}
.wrapper.style5 table.tabela3 tbody td:first-child{width:60%; padding:25px;}

table.tabela3 td#coluna1{padding-top:10px;}
table.tabela3 td#coluna2{padding:0px;}
table.tabela3 td#coluna3{padding:0px;}
table.tabela3 td#coluna4{padding:0px;}


/* TABELA 3 RESPONSIVA */
@media 
only screen and (max-width: 980px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

.wrapper.style5 table.tabela3 tbody td:first-child{width:100%; padding:25px;}

}






/* PHOCA MAPS */

.pmgps td{
	font-size:100%;
	margin:0px;
	padding:5px;
	line-height:16px;
}


/* ++++++++++++++ Chronoform  ++++++++++++++ */

p.chrono_credits{display:none;}

.chronoform label{color:#002037; font-weight:bold; min-width:150px; width:auto !important; font-size:90% !important;}
.chronoform input{margin-left:0px !important; border:#c5c5c5 1px solid; font-size:80% !important;}
.chronoform .fa-asterisk{font-size:40% !important;}
.chronoform textarea {margin-left:0px; border:#c5c5c5 1px solid; font-size:90%;}
div.ccms_form_element{padding-top:4px; padding-bottom:4px;}
.chronoform fieldset{border:#CCC 1px solid; margin-top:25px; background-color:#f5f5f5; font-size:90%;}
.chronoform legend{color:#0067b7; font-weight:bold; font-size:13px;}
.chronoform input#captcha1{margin-bottom:5px;}
.chronoform input.enviar{cursor:pointer; margin-top:25px; font-size:120%; padding: 5px 10px; 0background-color:#992931; border:none; color:#FFF;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
.chronoform input.enviar:hover{background-color:#333;}


/* ++++++++++++++ Phocagallery  ++++++++++++++ */

#phocagallery h1{padding:0px; margin:0px; color:#8cbd3a; font-size:160%; line-height:50px;}

.pg-cv-name{font-size:90% !important; font-weight:bold;}
.pg-cv-folder{background-position:0 7px !important;}
.pg-box-parentfolder-cv{font-size:70%;}



/* ++++++++++++++ JDownloads  ++++++++++++++ */
.jd_footer{display:none;}
.jd_words_wrapper{font-size:70%;}
.jd_categories_title{font-size:80%; padding-top:15px !important;}
.jd-item-page select{color:#292929;}
.jd_categories_title img{padding-top:5px !important;}
.jd_categories_title a {border-bottom:none; float:left; padding-left:5px;}
.jd_files_title{padding-left:5px !important;}
.jd_sum_subcats, .jd_sum_files_cat{font-size:70%;  padding: 0px 0px !important;}
.jd_download_wrapper{height:50px;}

.jd_back_button{font-size:90% !important; background:none !important; border:none !important; line-height:70px !important;}



/* ++++++++++++++ RokSprocket Module  ++++++++++++++ */
.sprocket-mosaic-g-filter li{margin-bottom:10px !important; padding:0px 6px !important; font-size:80%;}
.sprocket-mosaic h2{line-height:1.5em;}
.sprocket-mosaic a{ color:#FFFFFF; border-bottom:none; font-size:80%; letter-spacing:3px;}
.sprocket-mosaic a:hover{color:#8cbd3a;}
.sprocket-mosaic-g-text{display:none;}
.sprocket-mosaic-g-tags{font-size:60%;}



/* ++++++++++++++ DM Pinboard Lite  ++++++++++++++ */
#pbgrid_cont .pbitem_cont{width:300px !important;}
#pbgrid_cont .pbitem_cont .pbitem_image{width:300px !important;}
#pbgrid_cont.style_pintnew .pbitem_cont .pbitem_title{font-weight:bold !important; font-size:80%; line-height:25px; letter-spacing:1px;}
a.pbitem_cont{border-bottom: dotted 0px !important;}



/* ++++++++++++++ Módulo CW News - Portfolio  ++++++++++++++ */
.cwNews .cwContainer{margin-top:10px;}
.cwNews.cwGrid .cwItem .cwWrap{background:#F5F5F5; border-radius: 8px;}
.cwNews.cwGrid .cwItem .cwTitle{font-size:16px; color:#606060; letter-spacing:1px; text-transform:none; min-height:45px; line-height: 45px;}
.cwNews.cwGrid .cwItem .cwTitle a{display: inline-block; vertical-align: middle; line-height: 22px; border-bottom:none; padding-left:5px;}


.cwNews .button-group .button {
  float: left;
  border-radius: 0;
  margin-right: 1px;
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  color: #222;
  font-weight: 500;
  text-shadow: 0 1px white;
  cursor: pointer;
  line-height: 100%;
  height: 3.0em;
  font-size:14px;
  box-shadow: inset 0 0 0 1px #dfdfdf;
}

.cwNews .button-group .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.cwNews .button-group .button:active, .cwNews .button-group .button.is-checked {
  background-color: #7C7C7C;
  color: white;
  outline: none;
}






/* ++++++++++++++ Sigplus  ++++++++++++++ */
.sigplus-gallery a{border-bottom: dotted 0px !important;}
.sigplus-left a{margin-right:10px !important;}

#boxplus .boxplus-bottom>.boxplus-caption{max-height:70px;}
#boxplus .boxplus-title{font-size:80%; line-height:22px;}
#boxplus .boxplus-text{font-size:70%; line-height:30px;}


@media screen and (max-width: 736px) { 
/* Sigplus texto Responsive */
.sigplus-left ul{width:100% !important;}
}



/* Menu Horizontal Rodape */

.menurodape .nav {
text-align:center;
}
.menurodape .nav li {
display:inline;
}
.menurodape .nav a {
text-decoration:none; 
padding:0 10px; /* variable width */
}

.menu, .menu ul {
	padding: 0;
	margin: 0;
	font-size:70%;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	list-style:none;
	}	
		
.menu li a {
	color:#ffffff;
	line-height: 20px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	font-weight:500;
	border:none;
	}	
.menu li a:hover {
	text-decoration:underline;
	background-color:transparent;
	color:#8cbd3a;
	}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(https://www.notch.pt/templates/notch/assets/fonts/fontawesome-webfont.eot);src:url(https://www.notch.pt/templates/notch/assets/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(https://www.notch.pt/templates/notch/assets/fonts/fontawesome-webfont.woff2) format('woff2'),url(https://www.notch.pt/templates/notch/assets/fonts/fontawesome-webfont.woff) format('woff'),url(https://www.notch.pt/templates/notch/assets/fonts/fontawesome-webfont.ttf) format('truetype'),url(https://www.notch.pt/templates/notch/assets/fonts/fontawesome-webfont.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.cb-slideshow ol,ul {
	list-style:none; margin:0px; padding:0px;
}

.cb-slideshow,
.cb-slideshow:after { 
    0position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    0background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
	color:#FF0004;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 1px;
    padding: 0;
    line-height: 1px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(https://www.notch.pt/images/home-slide/bg01.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(https://www.notch.pt/images/home-slide/bg02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(https://www.notch.pt/images/home-slide/bg03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(https://www.notch.pt/images/home-slide/bg01.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(https://www.notch.pt/images/home-slide/bg02.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(https://www.notch.pt/images/home-slide/bg03.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow00 li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow00 li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}