@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/nunito-regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
  font-family: "Nunito", sans-serif;
}

pre {
  white-space: pre-line;
  font-family: inherit;
  color: #DADADA;
}

figcaption {
  color: #bef8cf;
}

tr {
  border: 1px solid white;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

/* Generalise
-----------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2em;
}
h1.main-title {
  margin-bottom: -20px;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h5 {
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/* HTML 5 Overrides
-----------------------------------------------------------------------------------*/
address, article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

.clear::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}

.fl_left, .imgl {
  float: left;
}

.fl_right, .imgr {
  float: right;
}

.imgholder, .imgl, .imgr {
  padding: 4px;
  border: 1px solid;
  text-align: center;
}

.imgl {
  margin: 5px 20px 5px 0;
  clear: left;
}

.imgr {
  margin: 0 0 15px 15px;
  clear: right;
}

.imgw {
  width: 100%;
}

.imgn {
  width: 300px;
}

.icon {
  width: 50px;
  margin: 5px;
}

.wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  word-wrap: break-word;
}

.container, #footer, #copyright {
  display: block;
  width: 960px;
  margin: 0 auto;
}

/* Grid
-----------------------------------------------------------------------------------*/
.one_quarter, .two_quarter, .three_quarter {
  display: block;
  float: left;
  margin: 0 0 0 20px;
}

.one_quarter {
  width: 225px;
}

.two_quarter {
  width: 470px;
}

.three_quarter {
  width: 715px;
}

.one_third, .two_third {
  display: block;
  float: right;
  margin: 0 0 0 30px;
}

.one_third {
  width: 300px;
}

.two_third {
  width: 630px;
}

.first, .one_quarter:first-child, .two_quarter:first-child, .three_quarter:first-child, .one_third:first-child, .two_third:first-child {
  margin-left: 0;
}

.first {
  clear: left;
}

/* Carousel
-----------------------------------------------------------------------------------*/
#slider {
  display: block;
  position: relative;
  width: 860px;
  height: 430px;
  margin: 0 auto;
  margin-top: -20px;
  padding: 70px 50px;
  overflow: hidden;
  line-height: 1.6em;
}
#slider::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
#slider a, #slider ul, #slider img {
  margin: 0;
  padding: 0;
  max-width: none;
  border: none;
  outline: none;
  list-style: none;
  text-decoration: none;
}
#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 46px;
  text-transform: none;
}

/* ----------------------------------------------Start Carousel-------------------------------------*/
#slider_content {
  display: block;
  width: 860px;
  height: 430px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#slider_content li {
  display: block;
  width: 860px;
  height: 430px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}
#slider_content ul li figure img, #slider_content ul li figure .grayscale_wrapper {
  display: block;
  position: relative;
  float: right;
}
#slider_content ul li figure figcaption {
  display: block;
  float: left;
  width: 325px;
  margin: 80px 0 0 0;
  padding: 0;
  overflow: hidden;
}
#slider_content ul li figure figcaption p {
  margin: 0 0 20px 0;
  padding: 0;
}
#slider_content ul li figure figcaption footer a {
  display: inline-block;
  padding: 5px 10px;
}

#slider_content figure {
  background-image: url("/assets/img/slider/1.png");
  background-repeat: no-repeat;
  background-position-x: right;
  width:100%;
  height: 430px;
}

#slider_content figure img {
  margin: 80px 120px;
  max-width: 190px;
  /*height: 290px;*/
  /*aspect-ratio: 11/16;*/
}

/* ----------------------------------------------Carousel Content-------------------------------------*/
/* ----------------------------------------------Previous & Next Buttons-------------------------------------*/
#featured-item-prev, #featured-item-next {
  display: block;
  position: absolute;
  top: 201px;
  width: 15px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}

#featured-item-prev {
  background-position: 0 100%;
  left: 0;
}

#featured-item-next {
  right: 0;
}

/* This is the visible area of you carousel. Set a width here to define how much items are visible. The width can be either fixed in px or flexible in %. Position must be relative! */
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 500%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jcarousel li {
  float: left;
  white-space: normal;
}

/* This is the container of the carousel items. You must ensure that the position is relative or absolute and that the width is big enough to contain all items. */
/* These are the item elements. jCarousel works best, if the items have a fixed width and height (but it's not required). */
/* Rows
---------------------------------------------------------------------------------------------------------------*/
.row3 {
  border-bottom: 1px solid;
}

.row4 {
  border-top: 1px solid;
}

.row1 {
  color: #979797;
}

.row3, .row5 {
  color: #979797;
  background-color: #303030;
  border-color: #000000;
}
.row3 a, .row5 a {
  color: #76C38F;
  background-color: #303030;
}

.row4 {
  border-color: #3A3A3A;
  color: #979797;
  background-color: #2B2B2B;
}
.row4 a {
  color: #979797;
  background-color: #2B2B2B;
}

.row5 {
  background-color: #212121;
}

.row1, #content, .sidebar {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Header
---------------------------------------------------------------------------------------------------------------*/
#header {
  padding: 40px 250px;
  background-color: #303030;
  width: unset;
  border-top: 5px solid;
  border-color: #76C38F;
  margin-bottom: 20px;
}
#header::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
#header #logo {
  float: left;
}
#header #logo h1, #header #logo p {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
#header #logo h1 {
  font-size: 28px;
  line-height: 22px;
}
#header #logo p {
  margin: 0;
  padding: 2px 0;
  font-size: 0.9em;
}

/* Content Area
---------------------------------------------------------------------------------------------------------------*/
.container {
  padding: 40px 0;
  line-height: 1.6em;
}
.container h1, .container h2, .container h3, .container h4, .container h5 {
  margin-bottom: 20px;
  color: #F0F0F0;
}
.container h6 {
  margin-top: 1em;
  margin-bottom: -2px;
  color: #F0F0F0;
}
.container p {
  color: #DADADA;
}
.container section {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
}
.container .last {
  margin: 0;
}
.container .more {
  text-align: right;
}

.spacer {
  display: block;
  padding: 30px;
}
.spacer li {
  color: #DADADA;
}

.spacer-small {
  display: block;
  padding: 20px;
}
.spacer-small li {
  color: #DADADA;
}

/* Content */
/* Comments */
#comments ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
#comments li.comment_odd, #comments li.comment_even {
  margin: 0 0 10px 0;
  padding: 15px;
  list-style: none;
}
#comments article, #comments header {
  display: block;
  width: 100%;
}
#comments figure {
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
  text-align: center;
}
#comments figure img {
  float: inherit;
}
#comments header address {
  font-weight: bold;
}
#comments header time {
  font-size: smaller;
}
#comments article section {
  margin: 0;
  padding: 0;
}
#comments article section p {
  margin: 10px 5px 10px 0;
  padding: 0;
}

/* Right Column */
.sidebar h2 {
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
}
.sidebar .sdb_holder {
  margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
  margin-bottom: 0;
}

/* Footer
---------------------------------------------------------------------------------------------------------------*/
#footer {
  margin-top: 20px;
  padding: 30px 0;
  font-size: 12px;
  line-height: 1.6em;
}
#footer .row3 {
  background: #212121;
}
#footer::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
#footer h2.title {
  margin-bottom: 30px;
  text-transform: none;
  color: #F0F0F0;
}
#footer article header, #footer article address, #footer article time {
  margin: 0;
  padding: 0;
}
#footer article p {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#footer article .header h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
#footer article address, #footer article time {
  font-size: 10px;
  font-style: normal;
}
#footer nav ul li {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}
#footer nav ul li:first-child, #footer nav ul li.first {
  margin-top: 0;
}
#footer nav ul li a {
  padding: 0 0 0 10px;
  background-position: left center;
  background-repeat: no-repeat;
}

/* Blogposts */
/* Quick Links */
/* Navigation
---------------------------------------------------------------------------------------------------------------*/
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Top Navigation */
#header nav {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  clear: right;
}
#header nav ul li {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
#header nav ul li:first-child {
  margin-left: 0;
}
#header nav ul li li {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  font-style: normal;
}
#header nav ul li li:first-child {
  margin: 0;
}
#header nav ul li a:link, #header nav ul li a:visited, #header nav ul li a:hover {
  display: block;
  margin: 0;
  padding: 10px 15px;
}
#header nav ul li ul li a:link, #header nav ul li ul li a:visited {
  float: none;
  width: 150px;
  margin: 0;
  padding: 7px 10px;
  text-transform: none;
  font-weight: normal;
}
#header nav ul ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 170px;
  padding: 0;
}
#header nav ul ul a {
  width: 140px;
}
#header nav ul li:hover {
  position: static;
}
#header nav ul li:hover ul {
  left: auto;
}

/* Right Column Navigation */
.sidebar nav {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar nav li {
  margin: 0;
  padding: 0;
}
.sidebar nav ul ul {
  border-top: none;
  padding-top: 0;
}
.sidebar nav ul ul ul {
  border-top: none;
  padding-top: 0;
}
.sidebar nav ul ul ul ul {
  border-top: none;
  padding-top: 0;
}
.sidebar nav ul ul ul ul ul {
  border-top: none;
  padding-top: 0;
}
.sidebar nav a {
  display: block;
  margin: 0;
  padding: 5px 10px 5px 20px;
  color: #979797;
  background-position: 10px center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.sidebar nav ul ul a {
  background-repeat: no-repeat;
}
.sidebar nav ul ul ul a {
  background-repeat: no-repeat;
}
.sidebar nav ul ul ul ul a, .sidebar nav ul ul ul ul ul a {
  background-repeat: no-repeat;
}
.sidebar nav ul ul a {
  padding-left: 40px;
  background-position: 30px center;
}
.sidebar nav ul ul ul a {
  padding-left: 50px;
  background-position: 40px center;
}
.sidebar nav ul ul ul ul a {
  padding-left: 60px;
  background-position: 50px center;
}
.sidebar nav ul ul ul ul ul a {
  padding-left: 70px;
  background-position: 60px center;
}

/* Forms
---------------------------------------------------------------------------------------------------------------*/
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  margin: 0;
  padding: 0;
  border: none;
  display: none;
}

input, textarea, select {
  resize: none;
  outline: none;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}

#comments form {
  display: block;
  width: 100%;
}
#comments form input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 0 0;
}
#comments form textarea {
  width: 98%;
  padding: 2px;
  overflow: auto;
}
#comments form p {
  margin: 5px 0;
}
#comments form #submit, #comments form #reset {
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

/* Tables
---------------------------------------------------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  vertical-align: top;
  margin-bottom: 15px;
}
table thead th {
  border-collapse: collapse;
  text-align: center;
  table-layout: auto;
  vertical-align: middle;
}
table tbody td {
  vertical-align: top;
  border-collapse: collapse;
}
table thead th {
  padding: 5px;
  border-collapse: collapse;
}
table tbody td {
  padding: 5px;
  border-collapse: collapse;
}
/* Gallery
---------------------------------------------------------------------------------------------------------------*/
#showcase {
  display: block;
  width: 100%;
}
#showcase h2 {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
}
#showcase h2::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
}
#showcase h2 span {
  padding: 5px 15px;
}
#showcase ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#showcase ul li {
  display: block;
  position: relative;
  float: left;
  width: 300px;
  margin: 0 0 30px 30px;
}
#showcase ul li:first-child, #showcase ul li.first {
  margin-left: 0;
}
#showcase ul li figure:hover {
  transform: scale(1.1);
}
#showcase ul li a {
  display: block;
  font-size: 14px;
}
#showcase ul li a strong {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 270px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
#showcase ul li a:hover strong {
  /*display: none;*/
}

/* Homepage
---------------------------------------------------------------------------------------------------------------*/
#homepage {
  display: block;
  width: 100%;
}

#services {
  display: block;
  margin: 0;
  padding: 0;
}
#services::after {
  display: block;
  visibility: hidden;
  height: 65px;
  clear: both;
  content: "";
}
#services ul, #services img, #services h2, #services p {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#services ul li {
  display: inline-block;
  float: left;
  width: 255px;
  margin: 0 0 0 90px;
  padding: 0;
  text-align: center;
}
#services ul li:first-child {
  margin-left: 0;
}
#services h2, #services p {
  display: block;
  margin: 0;
  padding: 0;
}
#services h2 {
  margin-bottom: 25px;
}
#services a {
  display: block;
  padding: 160px 20px 20px 20px;
}
#services a h2 {
  font-size: 28px;
}
#services a.service {
  background-position: 0 0;
  background-repeat: no-repeat;
}
#services:first-child h2::before {
  border-top: 3px solid #303030;
}
#services h2 {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
}
#services h2::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
}
#services h2 span {
  padding: 5px 15px;
  color: #FFFFFF;
  background-color: #303030;
  border-radius: 5px;
}
#services a.s-1 {
  background-image: url("/assets/img/icons/icon-1.png");
  background-position: -175px 20px;
}
#services a.s-1:hover {
  background-position: 56px 20px;
}
#services a.s-2 {
  background-image: url("/assets/img/icons/icon-2.png");
  background-position: -170px 20px;
}
#services a.s-2:hover {
  background-position: 61px 20px;
}
#services a.s-3 {
  background-image: url("/assets/img/icons/icon-3.png");
  background-position: -170px 20px;
}
#services a.s-3:hover {
  background-position: 61px 20px;
}
#services a.s-4 {
  background-image: url("/assets/img/icons/icon-4.png");
  background-position: -170px 20px;
}
#services a.s-4:hover {
  background-position: 61px 20px;
}

#services a {
  border: 1px solid #E4E4E4;
  color: #979797;
  background-color: #FFFFFF;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
#services a h2, #services a p {
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  color: #333333;
}
#services a:hover {
  color: #FFFFFF;
  background-color: #76C38F;
  border-color: #76C38F;
}
#services a:hover p {
  color: #FFFFFF;
}
#services a:hover h2 {
  color: #FFFFFF;
  border-color: #76C38F;
}

/* Group CSS3 Attributes
---------------------------------------------------------------------------------------------------------------*/
#header nav ul li a, #header nav ul li ul li a {
  border-radius: 5px;
}

#slider_content footer a, #showcase h2 span, #content, .sidebar {
  border-radius: 5px;
}

#comments input, #comments textarea, #comments button {
  border-radius: 5px;
}

#showcase ul li:nth-child(3n+1) {
  margin-left: 0;
}
#showcase ul li a:hover {
  transition: border-color 0.4s ease-in;
  -webkit-transition: border-color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in;
  -ms-transition: border-color 0.4s ease-in;
  -o-transition: border-color 0.4s ease-in;
}

/* Colours=====================================================================================================
---------------------------------------------------------------------------------------------------------------
=============================================================================================================*/
body {
  color: #979797;
  background: url("/assets/img/green.png") top center repeat fixed #2B2B2B;
  background-size: cover;
}

.imgholder, .imgl, .imgr {
  border-color: #D6D6D6;
}

/* Rows */
.wrapper a {
  color: #76C38F;
  background-color: transparent;
}

/* Header */
#header #logo h1 a {
  color: #FFFFFF;
  background-color: transparent;
}

/* Content Area */
#comments li.comment_odd {
  color: #666666;
  background-color: #F7F7F7;
}
#comments li.comment_odd a {
  color: #76C38F;
  background-color: #F7F7F7;
}
#comments li.comment_even {
  color: #666666;
  background-color: #E8E8E8;
}
#comments li.comment_even a {
  color: #76C38F;
  background-color: #E8E8E8;
}
#comments figure {
  border: 1px solid #DEDACB;
}

.sidebar h2 {
  border-bottom: 2px solid #666666;
}

/* Footer */
#footer nav ul li {
  border-bottom: 1px solid #404040;
}
#footer nav ul li a {
  background-image: url("/assets/img/arrow.gif");
}
#footer figure.imgholder {
  border-color: #555555;
}

#footer input, #footer textarea, #footer button {
  border-radius: 5px;
}

#footer label {
  display: none;
}
#footer input {
  display: block;
  width: 90%;
  margin: 0 0 10px 0;
  padding: 10px;
  border: none;
}
#footer textarea {
  display: block;
  width: 90%;
  margin: 0 0 10px 0;
  padding: 10px;
  border: none;
  height: 90px;
  overflow: auto;
}
#footer button {
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

/* Navigation */
#header nav ul li a:link, #header nav ul li a:visited {
  color: #FFFFFF;
  background-color: transparent;
}
#header nav ul li a:hover {
  color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  background-color: #76C38F;
}
#header nav ul li.active a {
  color: #FFFFFF;
  background-color: #76C38F;
}
#header nav ul li ul li a:link, #header nav ul li ul li a:visited {
  color: #FFFFFF;
  background-color: #000000;
}
#header nav ul li ul li a:hover {
  color: #FFFFFF;
  background-color: #76C38F;
}

.sidebar nav a {
  color: #DBDBDB;
  background-image: url("/assets/img/file.gif");
  background-color: transparent;
  border-bottom: 1px solid #666666;
}
.sidebar nav a:hover {
  color: #76C38F;
  background-color: #666666;
}
.sidebar nav ul ul a {
  background-image: url("/assets/img/black_file.gif");
  background-color: transparent;
}
.sidebar nav ul ul ul a {
  background-image: url("/assets/img/black_file.gif");
  background-color: transparent;
}
.sidebar nav ul ul ul ul a, .sidebar nav ul ul ul ul ul a {
  background-image: url("/assets/img/black_file.gif");
  background-color: transparent;
}

/* Forms */
#comments form input, #comments form textarea {
  border: 1px solid #CCCCCC;
}
#comments form #submit, #comments form #reset {
  color: #666666;
  background-color: #F7F7F7;
}

#footer input, #footer textarea {
  color: #979797;
  background-color: #222222;
}
#footer button {
  color: #FFFFFF;
  background-color: #76C38F;
}

/* Tables */
table {
  border: 1px solid #CCCCCC;
}
table thead th, table tbody td {
  border: 1px solid #CCCCCC;
}
table thead th {
  color: #FFFFFF;
  background-color: #666666;
}
table tbody td {
  border-width: 0 1px;
}
table tbody tr.light {
  color: #666666;
  background-color: #F7F7F7;
}
table tbody tr.dark {
  color: #666666;
  background-color: #E8E8E8;
}

/* Gallery */
#showcase h2::before {
  border-top: 3px solid #303030;
}
#showcase h2 span {
  color: #FFFFFF;
  background-color: #303030;
}
#showcase ul li a {
  color: #FFFFFF;
  background-color: #353535;
  border: 5px solid #FFFFFF;
  width: 290px;
  height: 190px;
  display: flex;
}

#showcase img {
  flex: 1;
  object-fit: contain;
  height: 80%;
}

#showcase ul li figure {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#showcase ul li figure:hover {
  transform: scale(1.1);
}
#showcase ul li figure a strong {
  background-color: rgba(0, 0, 0, 0.5);
}
#showcase ul li a:hover {
  border-color: rgba(117, 194, 141, 0.5);
}

/* Slider */
#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {
  color: #FFFFFF;
  background-color: transparent;
}

#slider_content ul li figure figcaption footer a {
  color: #FFFFFF;
  background-color: #76C38F;
}

#featured-item-prev, #featured-item-next {
  background-image: url("/assets/img/carousel/prev_next.png");
  background-color: transparent;
}

.tabbed {
  padding-left: 55px;
  margin: 0;
}

#newsup {
  border-top: 3px solid #BBBBBB;
  padding: 10px;
}

#paper1999 {
  width: 34%;
  margin-right: 30px;
  display: inline-block;
  margin-top: 0;
}

#pleft {
  display: inline-block;
  margin-top: 0;
}

img.divdey {
  width: 120%;
  height: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/*CSS Menu
------------------------------------------------*/
#cssmenu {
  border: none;
  line-height: 1;
  margin-right: 5px;
  padding: 0;
  height: 37px;
  display: block;
  width: auto;
  margin-top: 0;
  padding-top: 0px;
  float: right;
}
#cssmenu ul, #cssmenu li, #cssmenu a {
  border: none;
  line-height: 1;
  margin-right: 5px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}

ul li.active a {
  color: #FFFFFF;
  background-color: #76C38F;
}

#cssmenu {
  background: rgba(0, 0, 0, 0);
}
#cssmenu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 5px;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 5px;
}
#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  background: #000;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div {
  display: block;
  border-radius: 5px;
}
#cssmenu ul li > ul, #cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  z-index: 999;
  padding: 10px 0;
}
#cssmenu ul li > ul {
  width: 200px;
}
#cssmenu ul ul ul {
  position: absolute;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#cssmenu ul ul > li:hover > a, #cssmenu ul ul li a:hover {
  background: rgba(0, 0, 0, 0);
}
#cssmenu ul ul a {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu ul ul li a {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
#cssmenu ul li > ul li a:hover {
  background: #76C38F;
}
#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border-radius: 5px;
}
#cssmenu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-radius: 5px;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu > ul > li.has-sub > a:hover, #cssmenu > ul > li.has-sub:hover > a {
  background: #76C38F;
}
#cssmenu > ul li.has-sub > a:hover, #cssmenu > ul li.has-sub:hover > a {
  background: #76C38F;
  border-radius: 5px;
}
#cssmenu > ul li li > a:hover, #cssmenu > ul li li:hover > a {
  background: #76C38F;
  border-radius: 5px;
}
#cssmenu > ul > li > a:hover {
  background: #76C38F;
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  background: #76C38F;
}

/*=============Hover====================*/
/*==============END OF HOVER===========*/
#downloads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#downloads a {
  grid-column: span 2;
  padding: 10px;
}
#downloads a img {
  width: 40px;
  padding: 5px;
  float: left;
}
#downloads a span {
  padding: 5px;
}