<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101/100%;
}

body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

.flexiblecolumn {
	min-height: 1px;
}

.clr {
	clear : both;
}

audio, canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

table img {
	max-width: none;
}


.column.column1 {
    width: 25%;
}

.column.column2 {
    width: 33.333333333333%;
}

.column.main {
    width: 75%;
}

.column.center {
    width: 66.666666666667%;
}

.noleft .center.column  {
    width: 75%;
}

.noleft .column2 {
    width: 25%;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
    float: right;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
    float: right;
}

/* for equalheights */
.equalheights &gt; .inner &gt; .clr {
	display: none;
}

.equalheights &gt; .inner,
.equalheights .maincenter &gt; .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule &gt; .inner,
.equalheights .column &gt; .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -1;*/
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover;
	object-fit: cover;
}

.videobackground + * { 
	position: relative;
	z-index: 1;
}


.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

/* ---------------------------------------
	specific to images
-----------------------------------------*/

ul.actions {
	margin: 0;
}

ul.actions li a {
	text-decoration: none;
}
.print-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/printButton.png) left center no-repeat;
}

.email-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/emailButton.png) left center no-repeat;
}

.edit-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/edit.png) left center no-repeat;
}


	/* ---------------------------------------
		Error404
	-----------------------------------------*/


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container {
	width: 90%;
}

.container-fluid {
	max-width: 90%;
}

body {
	background: #dddddd url('../images/leather.png') center center repeat scroll;
	background-size: auto;
	color: #363636;
	text-align: right;
	line-height: 20px;
	font-size: 12px;
	font-family: ghbooklight, Segoe UI, sans-serif;
}

a {
	color: #3a82ba;
}


a:hover {
	color: #dd5500;
}

h1, div.componentheading {
	font-size: 22px;
	font-family: ghbookbold;
}

h2, div.contentheading {
	font-size: 18px;
	font-family: ghbookbold;
}

h3 {
	font-size: 16px;
	font-family: ghbookbold;
}

h4 {
	font-family: ghbookbold;
}

h5 {
	font-family: ghbookbold;
}

h6 {
	font-family: ghbookbold;
}

.button, button, button.btn, input.btn, .btn, .btn-group &gt; .btn.active {
    border: none;
	background: #029dcd;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	font-family: ghbookbold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #048eb8;
	color: #dededc;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: ghbookbold;
}

.readmore a, .readmore .btn {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	border: #bebebe 1px solid;
	color: cornflowerblue;
	margin: 5px;
	padding: 4px;
	text-align: justify;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
}

ul:not(.nav) li {
list-style-type:none;
	margin-left: 1px;
	margin-right: 1px;
}

.article-info {
	font-family: ghbooklight;
}

table {
	border: #b5b5b5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

                    }

table tr th,
table tr td {

}
/* ---------------------------------------
	Table styling
-----------------------------------------*/

table tbody &gt; tr:nth-child(odd) &gt; td,
table tbody &gt; tr:nth-child(odd) &gt; th {
	background-color: #f9f9f9;
}

table tbody tr:hover &gt; td,
table tbody tr:hover &gt; th {
	background-color: #f5f5f5;
}

table {
  max-width: 100%;
  /*background-color: transparent;*/
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #b5b5b5;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 1px solid #b5b5b5;
}
table table {
  background-color: #ffffff;
}


#wrapper1 {
	background: #3e3e3e;
	background-image: url("bodywrapper1-gradient.svg");
	background-image: -o-linear-gradient(center top,#3e3e3e, #111111 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3e3e3e), color-stop(100%, #111111));
	background-image: -moz-linear-gradient(center top,#3e3e3e, #111111 100%);
	background-image: linear-gradient(center top,#3e3e3e, #111111 100%);
	-pie-background: linear-gradient(center top,#3e3e3e, #111111 100%);

                    }

#wrapper1 &gt; div.inner {
	color: #ffffff;
}

#row1 &gt; div.inner {
	font-family: Tahoma, sans-serif;
}

#block_toplanguage &gt; div.inner {
	padding-top: 13px;
	text-align: center;
}

/*shadow start*/
#wrapper {
	position: relative;
	z-index: 0;
}

#wrapper &gt; div.inner {
	position: relative;
}

#wrapper &gt; div.inner:before {
	content: "";
	visibility:visible;position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8); top:10px; bottom:10px; left:0px; right:0px; -moz-border-radius:100px / 10px; border-radius:100px / 10px;
}

#wrapper &gt; div.inner:after {
	content: "";
	visibility:visible;position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8); top:10px; bottom:10px; left:auto; right:10px; -moz-border-radius:100px / 10px; border-radius:100px / 10px;
}
#wrapper &gt; div.inner {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*shadow end*/

#wrapper &gt; div.inner {
	font-family: Tahoma, sans-serif;
}

#bannerrow &gt; div.inner {
	background: #ffffff;
	padding: 20px;
}

#bannermodule &gt; div.inner {
	padding: 10px;
	text-align: center;
}

#row2 &gt; div.inner {
	background: #029dcd;
	background-image: url("blocrow2-gradient.svg");
	background-image: -o-linear-gradient(center left,#029dcd, #01a0d2 100%);
	background-image: -webkit-gradient(linear, left top, right top,from(#029dcd), color-stop(100%, #01a0d2));
	background-image: -moz-linear-gradient(center left,#029dcd, #01a0d2 100%);
	background-image: linear-gradient(center left,#029dcd, #01a0d2 100%);
	-pie-background: linear-gradient(center left,#029dcd, #01a0d2 100%);
	margin: 0px;
	padding: 0px;
}

/*shadow start*/
#block_gheybat_date {
	position: relative;
	z-index: 0;
}

#block_gheybat_date &gt; div.inner {
	position: relative;
}

#block_gheybat_date &gt; div.inner {
	-webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.3) inset;-moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.3) inset;box-shadow:0 0 40px rgba(0, 0, 0, 0.3) inset;
}
/*shadow end*/

#block_gheybat_date &gt; div.inner {
	margin: 0px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	text-align: left;
	font-family: ghbooklight;
}

#nav &gt; div.inner {
	background: #ffffff;
	margin: 0px;
}
#nav ul.menu, #nav ul.maximenuck {
            margin: 0;
            padding: 0;
}

#nav ul.menu li, #nav ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#nav ul.menu li li, #nav ul.maximenuck li li {
	float: none;
	display: block;
}

#nav ul.menu &gt; li &gt; a, #nav ul.menu &gt; li &gt; span.separator,
#nav ul.maximenuck &gt; li &gt; a, #nav ul.maximenuck &gt; li &gt; span.separator{
    display:block;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	margin: 2px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 7px;
	text-align: center;
	font-size: 16px;
}

#nav ul.menu &gt; li:hover &gt; a, #nav ul.menu &gt; li:hover &gt; span.separator,
#nav ul.maximenuck &gt; li:hover &gt; a, #nav ul.maximenuck &gt; li:hover &gt; span.separator {
	color: #d7391f;
}

#nav ul.menu &gt; li.active &gt; a, #nav ul.menu &gt; li.active &gt; span.separator,
#nav ul.maximenuck &gt; li.active &gt; a, #nav ul.maximenuck &gt; li.active &gt; span.separator {
	color: #d7391f;
}

#nav ul.menu li li a, #nav ul.menu li li span.separator,
#nav ul.maximenuck li li a, #nav ul.maximenuck li li span.separator {
    display:block;
	color: #636262;
	margin: 2px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}

#nav ul.menu li li:hover &gt; a, #nav ul.menu li li:hover span.separator,
#nav ul.maximenuck li li:hover &gt; a, #nav ul.maximenuck li li:hover span.separator {
	color: #000000;
}

#nav ul.menu li li.active &gt; a, #nav ul.menu li li.active span.separator,
#nav ul.maximenuck li li.active &gt; a, #nav ul.maximenuck li li.active span.separator{
	color: #000000;
}

/* code pour menu normal */
#nav ul.menu li ul, #nav ul.menu li:hover ul ul, #nav ul.menu li:hover ul ul ul {
	position: absolute;
	right: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #f7f7f7;
	width: 200px;
}


#nav ul.menu li:hover ul ul, #nav ul.menu li:hover li:hover ul ul, #nav ul.menu li:hover li:hover li:hover ul ul,
#nav ul.menu li.sfhover ul ul, #nav ul.menu li.sfhover ul.sfhover ul ul, #nav ul.menu li.sfhover ul.sfhover ul.sfhover ul ul {
	right: -999em;
}

#nav ul.menu li:hover &gt; ul, #nav ul.menu li:hover ul li:hover &gt; ul, #nav ul.menu li:hover ul li:hover ul li:hover &gt; ul, #nav ul.menu li:hover ul li:hover ul li:hover ul li:hover &gt; ul,
#nav ul.menu li.sfhover ul, #nav ul.menu li.sfhover ul li.sfhover ul, #nav ul.menu li.sfhover ul li.sfhover ul li.sfhover ul, #nav ul.menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul {
	right: auto;
}

#nav ul.menu li:hover ul li:hover ul {
	margin-top: -30px;
	margin-right: 190px;
}

/* fin code normal */

#nav ul.maximenuCK li ul, #nav ul.maximenuCK li:hover ul ul, #nav ul.maximenuCK li:hover ul ul ul,
#nav ul.maximenuck li ul, #nav ul.maximenuck li:hover ul ul, #nav ul.maximenuck li:hover ul ul ul {
	position: static !important;
	right: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius:  0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#nav ul.maximenuCK li ul ul,
#nav ul.maximenuck li ul ul {
	margin: 0 !important;
}

#nav li div.maxidrop-main {
	width: 200px;
}

#nav li div.floatCK,
#nav li div.floatck {
	background: #f7f7f7;
}

#nav ul li ul.maximenuCK2,
#nav ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#nav ul li div.maximenuCK2,
#nav ul li div.maximenuck2 {
    float: right;
    width: 100%;
}

#nav li div.maxidrop-main div.maxidrop-main {
}

#nav ul li.maximenuCK div.floatCK div.floatCK,
#nav ul li.maximenuck div.floatck div.floatck {
	margin-top: -30px;
	margin-right: 190px;
}

#nav span.descCK,
#nav span.descck {
    display: block;
    line-height: 10px;
}

#nav ul.menu li li {
    float: none;
    display: block;
}

#modulestop .n1 &gt; .flexiblemodule { width: 100%; }
#modulestop .n2 &gt; .flexiblemodule { width: 50%; }
#modulestop .n2 &gt; .flexiblemodule + div { width: 50%; }
#modulestop .n3 &gt; .flexiblemodule { width: 33.333333333333%; }
#modulestop .n3 &gt; .flexiblemodule + div { width: 33.333333333333%; }
#modulestop .n3 &gt; .flexiblemodule + div + div { width: 33.333333333333%; }
#modulestop .n4 &gt; .flexiblemodule { width: 25%; }
#modulestop .n4 &gt; .flexiblemodule + div { width: 25%; }
#modulestop .n4 &gt; .flexiblemodule + div + div { width: 25%; }
#modulestop .n4 &gt; .flexiblemodule + div + div + div { width: 25%; }
#modulestop .n5 &gt; .flexiblemodule { width: 20%; }
#modulestop .n5 &gt; .flexiblemodule + div { width: 20%; }
#modulestop .n5 &gt; .flexiblemodule + div + div { width: 20%; }
#modulestop .n5 &gt; .flexiblemodule + div + div + div { width: 20%; }
#modulestop .n5 &gt; .flexiblemodule + div + div + div + div { width: 20%; }

#modulestop &gt; div.inner {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulestopmod1 &gt; div.inner {
	background: #ffffff;
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	font-family: ghbookregular;
}

#modulestopmod1 div.moduletable h3, #modulestopmod1 div.module h3,
#modulestopmod1 div.moduletable_menu h3, #modulestopmod1 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulestopmod2 &gt; div.inner {
	background: #ffffff;
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulestopmod2 div.moduletable h3, #modulestopmod2 div.module h3,
#modulestopmod2 div.moduletable_menu h3, #modulestopmod2 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulestopmod3 &gt; div.inner {
	background: #ffffff;
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulestopmod3 div.moduletable h3, #modulestopmod3 div.module h3,
#modulestopmod3 div.moduletable_menu h3, #modulestopmod3 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulestopmod4 &gt; div.inner {
	background: #ffffff;
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulestopmod4 div.moduletable h3, #modulestopmod4 div.module h3,
#modulestopmod4 div.moduletable_menu h3, #modulestopmod4 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulestopmod5 &gt; div.inner {
	background: #ffffff;
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulestopmod5 div.moduletable h3, #modulestopmod5 div.module h3,
#modulestopmod5 div.moduletable_menu h3, #modulestopmod5 div.module_menu h3 {
	font-family: ghbookbold;
}

#maincontent &gt; div.inner {
	background: #ffffff;
	font-size: 13px;
	font-family: ghbookregular;
}

#left &gt; div.inner {
	margin-left: 10px;
	padding: 10px;
	font-family: ghbookregular;
}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 15px;
	padding: 12px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
}

#left div.moduletable h3, #left div.module h3,
#left div.moduletable_menu h3, #left div.module_menu h3 {
	font-size: 17px;
	font-family: ghbookbold;
}

#maintopmodule &gt; div.inner {
	padding: 10px;
}

#center &gt; div.inner {
	padding: 10px;
}

#centertopmodule &gt; div.inner {
	padding: 10px;
}

#centerbottommodule &gt; div.inner {
	padding: 10px;
}

#right &gt; div.inner {
	margin-left: 10px;
	margin-right: 10px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 15px;
	padding: 12px;
}

#mainbottommodule &gt; div.inner {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	font-family: ghbookregular;
}

#mainbottommodule div.moduletable h3, #mainbottommodule div.module h3,
#mainbottommodule div.moduletable_menu h3, #mainbottommodule div.module_menu h3 {
	font-family: ghbookbold;
}
#modulesbottom .n1 &gt; .flexiblemodule { width: 100%; }
#modulesbottom .n2 &gt; .flexiblemodule { width: 50%; }
#modulesbottom .n2 &gt; .flexiblemodule + div { width: 50%; }
#modulesbottom .n3 &gt; .flexiblemodule { width: 33.333333333333%; }
#modulesbottom .n3 &gt; .flexiblemodule + div { width: 33.333333333333%; }
#modulesbottom .n3 &gt; .flexiblemodule + div + div { width: 33.333333333333%; }
#modulesbottom .n4 &gt; .flexiblemodule { width: 25%; }
#modulesbottom .n4 &gt; .flexiblemodule + div { width: 25%; }
#modulesbottom .n4 &gt; .flexiblemodule + div + div { width: 25%; }
#modulesbottom .n4 &gt; .flexiblemodule + div + div + div { width: 25%; }
#modulesbottom .n5 &gt; .flexiblemodule { width: 20%; }
#modulesbottom .n5 &gt; .flexiblemodule + div { width: 20%; }
#modulesbottom .n5 &gt; .flexiblemodule + div + div { width: 20%; }
#modulesbottom .n5 &gt; .flexiblemodule + div + div + div { width: 20%; }
#modulesbottom .n5 &gt; .flexiblemodule + div + div + div + div { width: 20%; }

#modulesbottom &gt; div.inner {
	background: #ffffff;
	margin: 0px;
	font-family: ghbookregular;
}

#modulesbottommod1 &gt; div.inner {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulesbottommod1 div.moduletable h3, #modulesbottommod1 div.module h3,
#modulesbottommod1 div.moduletable_menu h3, #modulesbottommod1 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulesbottommod2 &gt; div.inner {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulesbottommod2 div.moduletable h3, #modulesbottommod2 div.module h3,
#modulesbottommod2 div.moduletable_menu h3, #modulesbottommod2 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulesbottommod3 &gt; div.inner {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulesbottommod3 div.moduletable h3, #modulesbottommod3 div.module h3,
#modulesbottommod3 div.moduletable_menu h3, #modulesbottommod3 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulesbottommod4 &gt; div.inner {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulesbottommod4 div.moduletable h3, #modulesbottommod4 div.module h3,
#modulesbottommod4 div.moduletable_menu h3, #modulesbottommod4 div.module_menu h3 {
	font-family: ghbookbold;
}

#modulesbottommod5 &gt; div.inner {
	border: #e5e5e5 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px;
	padding: 10px;
	box-shadow: #777777 0px 3px 7px -5px;
	-moz-box-shadow: #777777 0px 3px 7px -5px;
	-webkit-box-shadow: #777777 0px 3px 7px -5px;
	font-family: ghbookregular;
}

#modulesbottommod5 div.moduletable h3, #modulesbottommod5 div.module h3,
#modulesbottommod5 div.moduletable_menu h3, #modulesbottommod5 div.module_menu h3 {
	font-family: ghbookbold;
}
#block_buttom_gray .n1 &gt; .flexiblemodule { width: 100%; }
#block_buttom_gray .n2 &gt; .flexiblemodule { width: 50%; }
#block_buttom_gray .n2 &gt; .flexiblemodule + div { width: 50%; }
#block_buttom_gray .n3 &gt; .flexiblemodule { width: 33.333333333333%; }
#block_buttom_gray .n3 &gt; .flexiblemodule + div { width: 33.333333333333%; }
#block_buttom_gray .n3 &gt; .flexiblemodule + div + div { width: 33.333333333333%; }
#block_buttom_gray .n4 &gt; .flexiblemodule { width: 40%; }
#block_buttom_gray .n4 &gt; .flexiblemodule + div { width: 20%; }
#block_buttom_gray .n4 &gt; .flexiblemodule + div + div { width: 20%; }
#block_buttom_gray .n4 &gt; .flexiblemodule + div + div + div { width: 20%; }
#block_buttom_gray .n5 &gt; .flexiblemodule { width: 20%; }
#block_buttom_gray .n5 &gt; .flexiblemodule + div { width: 20%; }
#block_buttom_gray .n5 &gt; .flexiblemodule + div + div { width: 20%; }
#block_buttom_gray .n5 &gt; .flexiblemodule + div + div + div { width: 20%; }
#block_buttom_gray .n5 &gt; .flexiblemodule + div + div + div + div { width: 20%; }

#block_buttom_gray &gt; div.inner {
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	font-size: 13px;
	font-family: ghbookregular;
}

#block_buttom_gray_0 &gt; div.inner {
	padding-right: 10px;
	padding-left: 10px;
}

#block_buttom_gray_1 &gt; div.inner {
	padding-right: 10px;
	padding-left: 10px;
}

#block_buttom_gray_2 &gt; div.inner {
	padding-right: 10px;
	padding-left: 10px;
}

#block_buttom_gray_3 &gt; div.inner {
	padding-right: 10px;
	padding-left: 10px;
}

#block_buttom_gray_4 &gt; div.inner {
	padding-right: 10px;
	padding-left: 10px;
}

#footer &gt; div.inner {
	background: #3f3f3f;
	background-image: url("blocfooter-gradient.svg");
	background-image: -o-linear-gradient(center top,#3f3f3f, #0d0d0d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3f3f3f), color-stop(100%, #0d0d0d));
	background-image: -moz-linear-gradient(center top,#3f3f3f, #0d0d0d 100%);
	background-image: linear-gradient(center top,#3f3f3f, #0d0d0d 100%);
	-pie-background: linear-gradient(center top,#3f3f3f, #0d0d0d 100%);
	color: #fafafa;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-family: ghbookultralight;
}
			
.bfLegend-l {
	padding: 0;
    background: none;
    position: absolute;
    top: -38px;
    right: 0;
	left: unset!important;
}

	.loginForm {
		
	background: #00b7f0;
    background: -moz-radial-gradient(center, ellipse cover, #00b7f0 0%, #0297c6 90%);
    background: -webkit-radial-gradient(center, ellipse cover, #00b7f0 0%, #0297c6 90%);
    background: -o-radial-gradient(center, ellipse cover, #00b7f0 0%, #0297c6 90%);
    background: radial-gradient(ellipse at center, #00b7f0 0%, #0297c6 90%) -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1),inset 0 1px 1px rgba(225,225,225,0.4),inset 0 -1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1),inset 0 1px 1px rgba(225,225,225,0.4),inset 0 -1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 1px rgba(225,225,225,0.4), inset 0 -1px 1px rgba(0,0,0,0.1);
	
	border-radius: 4px;
    color: #eee;
	padding: 20px;
		}
	
.loginForm h3{
		padding-bottom: 10px;
	}
.login-button{
    background-color: #f9f9f9;
    background-image: -webkit-gradient(radial, 50% 100%,0,50% 100%,200, from(rgb(244, 244, 244)), to(rgb(249, 249, 249)));
    background-image: -webkit-radial-gradient(50% 100%, rgb(249, 249, 249), rgb(244, 244, 244));
    background-image: -moz-radial-gradient(50% 100%, rgb(249, 249, 249), rgb(244, 244, 244));
    background-image: -o-radial-gradient(50% 100%, rgb(249, 249, 249), rgb(244, 244, 244));
    background-image: -ms-radial-gradient(50% 100%, rgb(249, 249, 249), rgb(244, 244, 244));
    background-image: radial-gradient(50% 100%, rgb(249, 249, 249), rgb(244, 244, 244));
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -3px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #666;
    cursor: pointer;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(255, 251, 251, 0.3);
}

#form-login-submit {
	float: left;
	    margin-left: 14px;
}




#ghmain{
	display: flex;
	align-items: stretch;
}

#ghverticalmenu{
	background: rgb(56,56,56);
}


#ghmaincontent{
	width:100%;
}

#ghverticalmenu .dj-megamenu-default.verticalMenu li a.dj-up_a span span.image-title {
	display: flow-root;
    vertical-align: middle;
    padding: 5px 5px !important;
    margin: 0;
    min-width: 100px;
}	

#ghverticalmenu	.dj-megamenu-default.verticalMenu li.dj-up {
    float: none;
    text-align: center;
}
	
	
#ghverticalmenu	.dj-megamenu-default.verticalMenu li a.dj-up_a {
    float: none;
    height: auto;
    padding: 7px 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000;

}
	
#ghverticalmenu	.dj-megamenu {
	font-family: ghbooklight;
}
	
.dj-subwrap.open-left {
	margin-right: 0!important;
	}	
	
#ghverticalmenu .dj-megamenu-default.verticalMenu li a.dj-up_a span.dj-drop {
    display: block;
}	


.jlslogin .userdata #form-login-username label {
    display: block;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
}

.jlslogin .userdata #form-login-password label {
    display: block;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
}

.jlslogin #modlgn-username.inputbox {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #444444;
    height: 30px;
    width: 90%;
    padding: 0 0 0 5px;
}
.jlslogin #modlgn-passwd.inputbox {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #444444;
    height: 30px;
    width: 90%;
    padding: 0 0 0 5px;
}

#login-form a {
	    color: aliceblue;

}

#login-form a:hover {
    color: mediumvioletred;
}

.jlslogin * {
    margin: 0 0 0px 0 !important;
    padding: 0 0 2px 0 !important;
}
.jlslogin input.btn.btn-primary.login-button {
    width: 60px;
    height: 33px;
}



#subcats &gt; div &gt; div &gt; small {
    display: inline-block;
}</pre></body></html>