* { margin: 0; padding: 0;}

body {
    font: 12pt Exo;
	background-color: #D4D4D4;
	overflow: auto;
}

/** GENERAL */
li { float: left; list-style: none; }
a { text-decoration: none; cursor: pointer; }
a, a:visited { color: #180099; }

.right { float: right; }
.left { float: left; }
.clear { clear: both; }

.aleft,
.aleft p { text-align: left; }

hr {
	clear: both;
	margin: 10px 0;
	height: 10px;
	border: none;
	background-color: rgba(0, 0, 0, 0.02);
}

address {
    font-size: 11pt;
    font-style: normal;
    border-top: 1px #AAAAAA solid;
    padding: 5px 0;
    color: #3C3C3C;
}
address a {
	color: #313131;
	cursor: pointer;
	font-weight: bold;
}
address a:hover {
	color: red;
}

/** FORMAT */
h1, h2, h3, h4, h5, h6 {
	font-family: Exo;
	display: block;
    margin-top: 0.625em;
    margin-bottom: 0.3125em;
}
h2 {
    color: #666666;
}

p,
.p {
    padding: 10px 0;
    line-height: 1.4em;
    color: #333;
}
.p > p {
	padding: 0;
}
p.small {
	font-size: 10pt;
}

/** HELPERS */
.helper-align {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
}

.helper-abig {
	text-align: center;
	display: block;
	padding: 10px;
	margin-top: 5px;
	background-color: #FF8400;
	border-radius: 10px;
	font: 17pt Exo;
	font-weight: bold;
	cursor: pointer;
}
.helper-abig,
.helper-abig:visited {
	color: #FFF;
}
.helper-abig:hover {
	background-color: #FF6600;
}

.helper-abig.gray {
	font-size: 14pt;
	background-color: #979797;
	padding: 5px;
}
.helper-abig.gray:hover {
	background-color: #F3F3F3;
}

/** BACKGROUND */
.background-widget {
	background: url("images/background-image.png") no-repeat center top;
	height: 470px;
	opacity: 0.02;
	position: fixed;
}
.background-overlay {
	background: url("images/background-overlay.png") no-repeat center top;
	height: 140px;
	position: fixed;
	z-index: 50;
}

/** HEADER */
.header-widget {
	margin-top: 20px;
	position: fixed;
	font-family: Exo;
	border-radius: 8px;
	background: url("images/header-background.png") no-repeat 0 30px;
	z-index: 55;
}

.header-options {
	background-color: #333;
	border-radius: 8px;
	padding: 0 20px;
	width: 100%;
	text-align: center;
}
.header-options tr {
	display: flex;
}
.header-options td {
	flex: 1 auto;
}
.header-options a {
    color: #BBB;
    font-weight: 600;
    font-size: 0.95em;
    padding: 6px 0;
    display: inline-block;
    position: relative;
    z-index: 20;
    white-space: nowrap;
}
.header-options a:hover {
	color: white;
}
.header-options a.selected {
    color: white;
}

.header-marker {
    height: 4px;
    background: #FF8400;
    position: absolute;
    top: 26px;
    left: 30px;
    width: 41px;
    display: none;
}

.header-logo {
    width: 260px;
    height: 64px;
    float: left;
    background: url("images/header-logo.png") no-repeat center center;
}

.header-right {
    height: 64px;
    float: right;
}

.header-form {
    margin-right: 20px;
    background: rgba(94, 94, 94, 0.4);
    border: 2px rgba(0, 0, 0, 0.09) solid;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 4px 5px 4px;
}
.header-form span {
	color: white;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 500;
	padding: 0 10px;
	vertical-align: middle;
}
.header-form input {
    border: none;
    opacity: 0.9;
    padding: 4px 10px;
    border-radius: 4px;
    vertical-align: middle;
}
.header-form input:focus {
	opacity: 1.00;
	outline: none;
}
.header-form input[type=submit] {
    background-color: #505050;
    color: white;
    font-weight: 800;
	cursor: pointer;
    padding: 2px 10px;
}
.header-form input[type=submit]:hover {
    background-color: #B0B0B0;
}

.header-helper {
    float: left;
    padding-top: 3px;
    padding-left: 20px;
    line-height: 14px;
}
.header-helper a {
    font-size: 0.6em;
    font-weight: 600;
    color: #E0E0E0;
    display: block;
}
.header-helper a:hover {
	color: white;
	text-decoration: underline;
}

.header-social {
    float: right;
    margin-right: 20px;
}
.header-social a {
    min-width: 24px;
    height: 24px;
    background: no-repeat left center;
    padding: 3px 5px 3px 28px;
    display: inline-block;
    font-size: 0.7em;
    color: #2C2C2C;
    line-height: 25px;
	opacity: 0.60;
}
.header-social a:hover {
	color: white;
	opacity: 1.00;
}
.header-social .facebook {
    background-image: url("images/helper-social-facebook.png");
}


/** BOOK WIDGET */
.book-page {
	margin-top: 140px;
	margin-bottom: 20px;
}

/** VIDEO WIDGET */
.video-widget {
	margin-bottom: 20px;
}
.video-widget.stopped {
	cursor: pointer;
}

.video-play-button {
	background: url("images/video-play-button.png") no-repeat center center;
	opacity: 0.30;
}
.video-play-button:hover {
	opacity: 0.60;
}

/** IMAGE WIDGET */
.image-widget {
	background: no-repeat center center;
}
.image-widget.white {
	background-color: white;
	border-radius: 10px;
}
.image-widget.right {
	margin: 10px 0 10px 20px;
}
.image-widget.left {
	margin: 10px 20px 10px 0;
}
.image-widget.x140 {
    width: 140px;
    height: 80px;
}
.image-widget.x320 {
    width: 320px;
    height: 240px;
}
.image-widget.x480 {
    width: 480px;
    height: 320px;
}

/** COLUMN WIDGET */
.column-widget {
	display: block;
	display: flex;
}
.column-widget.nooverflow {
	overflow: inherit;
}
.column-box {
	padding: 0 10px;
	float: left;
}

.column-widget.small .column-box {
	padding: 0 5px;
}
.column-widget.large .column-box {
	padding: 0 20px;
}
.column-widget .column-box:first-child {
	padding-left: 0;
}
.column-widget .column-box:last-child {
	padding-right: 0;
}

.column-widget.vline .column-box {
	border-right: 1px #959595 solid;
	margin-right: -1px;
}
.column-widget.vline .column-box:last-child {
	border-right: none;
}

/** TAG WIDGET */
.tag-widget {
	background: #a90000 center center no-repeat;
	border: 2px white solid;
	border-radius: 10px;
	height: 130px;
}

/** LIST WIDGET */
.list-widget li {
    padding: 5px 0;
    font-size: 11pt;
    line-height: 15pt;
    float: none;
}
.list-widget li:last-child {
	border-bottom: none;
}

.list-widget.dot li {
	padding-left: 0px;
	list-style: disc;
}

.list-widget.hline li {
    border-bottom: 1px #959595 solid;
}
.list-widget.hline li:last-child {
	border-bottom: none;
}
.list-widget.white li {
	border-bottom-color: #ADADAD;
}
.list-widget.news li {
	padding: 5px 0;
}
.list-widget.news li[data-href]:hover {
	cursor: pointer;
	background-color: #EEEEEE;
}

.list-widget.news div {
	vertical-align: top;
	display: inline-block;
}

.list-date {
    border: 1px #868686 solid;
    border-radius: 5px;
    margin: 5px;
    padding: 1px 10px 0;
    font-size: 9pt;
    color: white;
    background-color: #AFAFAF;
    min-width: 52px;
	text-align: center;
}
.list-image {
    margin: 5px 5px 5px 0;
}
.list-title {
    margin: 6px;
    color: black;
    width: 390px;
}
.list-title.noimg {
	width: 540px;
}

/** FORM WIDGET */
.form-widget {
    overflow: auto;
}
.form-star {
    color: #CC0000;
}

.form-label {
	display: block;
	margin-bottom: 5px;
}
.form-label strong {
    display: block;
    color: #636363;
    font-size: 10pt;
    padding: 7px 0 1px;
}
.form-label input,
.form-label textarea {
    font: 12pt Droid Sans;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px #959595 solid;
}
.form-label input[type=submit] {
	margin-top: -1px;
	padding-top: 8px;
	text-align: center;
	background-color: #FF8400;
	border-radius: 10px;
	color: #FFF;
	font: 12pt Exo;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
.form-label input[type=submit]:hover {
	background-color: #FF6600;
}

.form-label input[type=submit].gray {
	background-color: #888;
}
.form-label input[type=submit].gray:hover {
	background-color: #FF6600;
}

.form-label input[type=submit]:disabled {
	background-color: #BBBBBB;
	color: #858585;
	cursor: default;
}
.form-label input[type=checkbox] {
    width: 32px;
    height: 30px;
    vertical-align: middle;
}

.form-status {
    margin-bottom: 20px;
    overflow: auto;
}

/** MESSAGE WIDGET */
.message-widget {
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
    margin-bottom: 2px;
}
.message-widget.error {
    background-color: #C40000;
}
.message-widget.success {
    background-color: #00C410;
}

/** PAGINATION WIDGET */
.pagination-widget {
    margin: 10px 0;
    overflow: auto;
}
.pagination-widget input[type=button] {
	padding: 5px 10px;
	min-width: 40px;
	border-radius: 10px;
	text-align: center;
	background-color: #F5F5F5;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin-right: 5px;
}
.pagination-widget input[type=button].current {
	background-color: #EC4200;
	color: white;
}
.pagination-widget input[type=button]:hover {
	background-color: #FF8400;
	color: white;
}
.pagination-separator {
	width: 10px;
	height: 10px;
}

/** BANNER RELATED */
.banner-widget {
    width: 920px;
    margin: 10px 0;
    border-spacing: 0;
    table-layout: fixed;
}
.banner-widget td {
    vertical-align: top;
}
.banner-widget td:last-child {
	display: none;
}
.banner-widget a {
    display: block;
    padding: 0px;
    font-size: 0;
    transition-property: transform;
    transition-duration: 50ms;
    position: relative;
}
.banner-widget a:hover {
	transform: scale(1.05) !important;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.15);
}
.banner-widget img {
    max-width: 100%;
    width: 100%;
}
.banner-widget div {
    font-size: 1rem;
    padding: 0 5px;
}

/** SLIDER RELATED */
.gSlider {
    position: relative;;
    overflow: hidden;
    cursor: default;
}
.gSliderLayer {
    position: relative;
    top: 0;
    left: 0;
}

.gSliderItem {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    float: left;
}
.gSliderItem[href] {
    cursor: pointer;
}

.gSliderItemTitle,
.gSliderItemDescription {
    display: inline-block;
    margin: 2% 0 0 2%;
    padding: 1% 2%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px rgba(0, 0, 0, 0.2) solid;
    color: white;
    font-size: 150%;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
}
.gSliderItemLink {
    font-size: 0.5em;
    font-weight: normal;
}

.gSliderItemDescription {
    position: absolute;
    bottom: 4%;
    font-size: 100%;
    font-weight: normal;
    max-width: 96%;
}

.gSliderSelector {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    user-select: none;
    -webkit-user-select: none;
}
.gSliderSelectorIndicator {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px rgba(0, 0, 0, 0.41) solid;
    padding: 5px 0 5px;
    margin: 5px 2px;
    min-width: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 0.75rem;
    cursor: pointer;
    box-sizing: border-box;
}
.gSliderSelectorIndicator:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #FFF;
    border-color: #FFF;
}
.gSliderSelectorIndicator.active {
    background-color: #FF8400;
    border-color: #FFF;
    color: white;
    font-weight: bold;
    cursor: default;
}
