/*Variables
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Merriweather:400,700&display=swap');*/
/*Header*/
/*Menu Color*/
/*Mixins*/
/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px; /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0; /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px; /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */
  box-shadow: -8px 0 0 #77b259; /* LTR */
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600; /* LTR */
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */
  box-shadow: -8px 0 0 #e62600; /* LTR */
}

.messages--error p.error {
  color: #a51b00;
}

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0; /*LTR*/
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em; /*LTR*/
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

/*TABS*/
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
  border-bottom: 1px inset #000;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em; /* LTR */
  border-left: 1px outset #000;
  border-top: 1px inset #000;
  border-right: 1px outset #000;
}

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444;
}

.tabs a.is-active {
  background-color: #fd2626;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #ea1616;
  color: #fff;
}

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px;
}

caption {
  text-align: left; /* LTR */
}

th {
  text-align: left; /* LTR */
  padding: 10px 12px;
}

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

thead > tr {
  border-bottom: 1px solid #000;
}

tbody tr:hover,
tbody tr:focus {
  background: transparent;
}

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2;
}

td,
th {
  vertical-align: middle;
}

td {
  padding: 10px 12px;
  text-align: left; /* LTR */
}

th > a {
  position: relative;
  display: block;
}

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px; /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

th.is-active > a {
  color: #004875;
}

th.is-active img {
  position: absolute;
  right: 0; /* LTR */
  top: 50%;
}

th.is-active > a:after {
  border-bottom-color: #004875;
}

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none;
}

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6;
}

td .item-list ul {
  margin: 0;
}

td.is-active {
  background: none;
}

.node__content > .field {
  margin-bottom: 15px;
}

.field__label {
  font-weight: 600;
}

.field--label-inline .field__label,
.field--label-inline .field__items,
.field--label-inline .field__item {
  display: inline-block;
}

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px;
}

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
p {
  margin: 0 0 10px 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Candara", Verdana, sans-serif;
  color: #474747;
  font-weight: bold;
  margin: 10px 0;
  line-height: 120%;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 1.8em;
}

h2, .h2 {
  font-size: 1.5em;
}

h3, .h3 {
  font-size: 1.4em;
}

h4, .h4 {
  font-size: 1em;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

h2.title {
  color: #fff;
}

a {
  color: #8b1824;
}
a:hover {
  color: #ea504e;
}

ol, ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
ol li, ul li {
  list-style: outside;
}

ol li {
  list-style-type: decimal;
}

ul.links.inline {
  padding: 0;
}
ul.links.inline li {
  list-style: none;
}

.block {
  margin-bottom: 10px;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow-x: hidden;
  font-weight: 300;
  background: #e5e5e5;
  background-size: cover;
}
body.path-node h1.page-title {
  font-size: 4vw;
}
body.path-node p {
  font-size: 1.2em;
  line-height: 1.3em;
}

/*Page title*/
.region-page-title h1 {
  margin: 20px 0;
  text-align: center;
  font-size: 3em;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: none;
  color: #8b1824;
  border-bottom: 1px solid #000;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*Footer Widget*/
.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
}
.footerwidget h2.title {
  color: #fff;
}
.footerwidget .left {
  float: left;
  margin: 10px 10px 0 0;
}

.copyright {
  font-size: 0.9em;
  background: #000;
  color: #999;
}
.copyright p {
  margin: 20px 0;
  line-height: 100%;
}

/*Credit Link*/
.credit-link {
  text-align: left;
}

/*Social Media*/
.social-media {
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
}
.social-media a {
  color: #000;
  margin: 0 10px 0 0;
  text-align: center;
  line-height: 220%;
  font-size: 1em;
  display: inline-block;
  padding: 10px;
}
.social-media a:hover {
  color: #ff6260;
}

/*Form*/
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
}

.contact-message-form label {
  display: block;
}

.btn,
input[type=submit] {
  background: #8b1824;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  line-height: 100%;
  border-radius: 0;
}

.btn:hover,
input[type=submit]:hover {
  background: #ea504e;
  color: #fff;
}

/*Comment*/
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details {
  float: left;
  width: 20%;
}
.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}
.comment-wrap .author-comments h3 {
  margin-top: 10px;
}
.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

/*links Inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Sidebar Block*/
.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}
.sidebar .region .content {
  padding: 10px 0;
}

.region-content {
  min-height: 300px;
}

.path-frontpage .region-content {
  min-height: auto;
}

/*Markup generated by Form API.*/
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.7em;
  line-height: 150%;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px;
}

.js-media-library-selection .js-media-library-item {
  float: left;
  clear: right;
  margin: 0 25px 10px 0;
}

img.image-style-feature2 {
  float: left;
  clear: right;
  margin: 0 15px 5px 0;
}

.field--name-field-comments {
  clear: both;
}

/* Testimonials */
.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%;
}

.region-testimonials {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.testimonials-pic img {
  border-radius: 50%;
}

.testimonials-author {
  padding: 0 5px;
  font-size: 0.75em;
  color: #555;
}

/*Front Page*/
.path-frontpage .flexslider ul.slides > li:nth-child(3) div.slider-caption {
  top: 10%;
}
.path-frontpage h1, .path-frontpage h2 {
  padding-left: 0;
  font-size: 2em;
  text-transform: capitalize;
  text-shadow: 2px 2px 0 #8b1824, -1px -1px 0 #8b1824, 1px -1px 0 #8b1824, -1px 1px 0 #8b1824, 1px 1px 0 #8b1824;
}
.path-frontpage .feed-icon {
  display: none;
}
.path-frontpage .bottom-widgets {
  padding: 20px 0;
}

.region.region-content, .path-frontpage .content_layout {
  z-index: 33;
  transform: translate3d(0, 0, 0);
  transform-origin: 0 0;
  -webkit-transform: translateZ(0);
  -webkit-transform-origin: 0;
  margin: 0 auto;
  padding: 1em;
}

/*Region Homepage Message*/
.region-homepagemessage {
  padding: 20px 0;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 20px;
  background: rgba(0, 0, 0, 0.73);
  color: #fff;
}
.region-homepagemessage p, .region-homepagemessage .block {
  margin: 0;
}

#abouttop {
  height: inherit;
}

.topwidget ol li, .topwidget ul li {
  list-style: inside;
}
.topwidget .block div.content .field--name-body div {
  text-align: center;
}
.topwidget .block div.content .field--name-body div img {
  max-width: 35%;
}
.topwidget div.col-sm-4 {
  margin: 0.25em;
  padding: 1em;
}
.topwidget div.col-sm-4:nth-child(1) {
  background-color: #f1f1f1;
}
.topwidget div.col-sm-4:nth-child(2) {
  background-color: #d3d3d3;
}
.topwidget div.col-sm-4:nth-child(2) div.content img {
  max-width: inherit;
}
.topwidget div.col-sm-4:nth-child(3) {
  background-color: #c8c8c8;
}
.topwidget .block-block-content > div > div > article {
  border-radius: 10px;
}
.topwidget article .field--name-title, .topwidget .block h2.title {
  -webkit-text-stroke: 1px black;
  text-transform: inherit;
  text-align: center;
  color: #8b1824;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#about {
  color: #fff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  height: auto;
}
#about .node__content {
  text-align: left;
  height: auto;
}
#about .field--name-body p, #about .field--name-body li {
  font-weight: bold;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#about .field--name-body p:nth-child(1) {
  font-size: 24px;
  line-height: 32px;
  padding: 0;
}

#services {
  background: url("../images/parallax/one.jpg");
  height: inherit;
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#services h2 {
  text-decoration: underline;
  padding-left: 0;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 2px 2px 0 #8b1824, -1px -1px 0 #8b1824, 1px -1px 0 #8b1824, -1px 1px 0 #8b1824, 1px 1px 0 #8b1824;
}
#services .field--name-body a[target=_blank]::after {
  content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAANCAYAAACzbK7QAAABpElEQVQ4jZWUO2hVQRCGv9zcxKug+K60EJMqIiIWtjZ2kspCAlpYCBb2KmIhCILYpEwjWNiJz0pFLSx8NEkISRGwUYggARVRr5pPRubAcjz3kgws7Dz/md39d0BljdIGOkXKD+A3MALcBvYC34GNwLu1ApwGxoEhYBj4A1wDngJbgQngIHAKGIiEFnAEuAtMA2+Ai30AzgLHgA3AJmAbsC59y8Ak8AKYAbrAR9Qv/i9XYrKG9VJ9rLbUttrJfeU/r35TJ9Wb6nIYl9RF9XUNZn0DQBS/1WCPo76UeW/VzeqE+iGcB4rA9wVAp6HQE/VRzRaTXM2cGXUs7dvVo2XgHvVnBl7ocUQB8KDQh9UbmTOn7qvnlIFV99d7FK8A7hf6FvWZuqAeKuy71NG4n8ownsXP9CleATws9CF1vzpSi5vKu9jdzif2CpgC7qyCC91i/yufZF12AqPBlVY6jgMngfl8370kyPN1FU0sAkvASjVBoAVhYgVDe8kO4DDwHBhMRjdNdyKb6VYA54DZZPKnPgARMwZcTv3fd1DISv4OcUT3gM9/Acs7CYPEaymsAAAAAElFTkSuQmCC);
  margin: 0 13px 0 15px;
}
#services .field--name-body div.fadeInDown:nth-child(n+7) {
  animation-delay: 200ms;
  animation-duration: 800ms;
}
#services .field--name-body div.fadeInDown:nth-child(n+11) {
  animation-delay: 600ms;
  animation-duration: 900ms;
}
#services .field--name-body .service-item {
  background: #8b1824;
  margin: 0.25em 0 0.5em;
  color: #fff;
  border-radius: 14px;
  border: 1px solid #fff;
  opacity: 0.9;
  font-weight: bold;
  text-align: left;
  padding: 0.75em 1em 1em;
}
#services .field--name-body .service-item tr {
  border: none;
}
#services .field--name-body .service-item h3 a {
  margin: 0.25em 0;
  color: #fff;
}
#services .field--name-body .service-item p {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

#clients {
  height: auto;
}
#clients #block-clients {
  background: #fff;
  padding: 1em;
  border-radius: 25px;
  opacity: 0.9;
  color: #000;
}
#clients #block-clients p, #clients #block-clients li {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
#clients #block-clients li {
  margin: 0 0 0 1em;
}
#clients h2.title {
  color: #8b1824;
  text-shadow: none;
  text-decoration: underline;
}
#clients h2.title:hover {
  color: #0a6eb4;
}
#clients .container h3, #clients .container .h3,
#clients .container h4, #clients .container .h4 {
  color: #000;
  border-bottom: 1px solid #8b1824;
  margin-top: 20px;
  font-family: "Candara", Verdana, sans-serif;
}
#clients .node__content {
  text-align: left;
  height: auto;
}

#products h2, #products h2 a {
  text-shadow: none;
  color: #8b1824;
  text-decoration: underline;
}
#products #contact-message-feedback-form textarea {
  font-size: 90%;
  line-height: 120%;
}

#back-top {
  z-index: 999;
}

.parallaxParent {
  text-align: center;
  overflow: hidden;
}
.parallaxParent .parallax-region, .parallaxParent .parallax-region- {
  z-index: 4;
  transform: translate3d(0, 0, 0);
  transform-origin: 0 0;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
.parallaxParent .parallax-region h2 a, .parallaxParent .parallax-region h2 a:hover, .parallaxParent .parallax-region- h2 a, .parallaxParent .parallax-region- h2 a:hover {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 2px 2px 0 #8b1824, -1px -1px 0 #8b1824, 1px -1px 0 #8b1824, -1px 1px 0 #8b1824, 1px 1px 0 #8b1824;
}
.parallaxParent .parallax-region p, .parallaxParent .parallax-region- p {
  text-align: left;
}
.parallaxParent .parallax-region .white *, .parallaxParent .parallax-region- .white * {
  color: #2e639e;
}
.parallaxParent .parallax-region.box1, .parallaxParent .parallax-region-.box1 {
  height: 100px;
  min-width: 100px;
  margin: 0 auto 0 auto;
}
.parallaxParent .parallax-region.box2, .parallaxParent .parallax-region-.box2 {
  min-width: 50px;
  margin: 0 auto;
}
.parallaxParent .parallax-region.box3, .parallaxParent .parallax-region-.box3 {
  min-width: 26px;
  height: 100px;
  margin: 25px auto;
}
.parallaxParent .parallax-region.box4, .parallaxParent .parallax-region-.box4 {
  min-width: 100px;
  margin: 0 auto 0 auto;
  padding: 5px;
}
.parallaxParent .parallax-widget {
  height: 200%;
  position: relative;
  top: -100%;
  transform: translate3d(0, 0, 0);
  transform-origin: 0 0;
  -webkit-transform: translateZ(0);
  -webkit-transform-origin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 200px;
}
.parallaxParent .parallax-widget.zero {
  display: none;
}
.parallaxParent .parallax-widget.one {
  background: url("../images/redmatrix.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.parallaxParent .parallax-widget.two {
  background: transparent;
}
.parallaxParent .parallax-widget.three {
  background: url("../images/parallax/five.jpg");
  background-size: cover;
  background-position: 33% bottom;
  background-repeat: no-repeat;
  height: 155%;
}
.parallaxParent .parallax-widget.five {
  background: url("../images/parallax/IMG_1687.jpg");
  background-size: auto;
}
.parallaxParent .parallax-widget.six {
  background: url("../images/parallax/slide_01.jpg");
  background-size: cover;
}
.parallaxParent .not-front .parallax-region {
  max-width: 850px;
}

/*Bottom Widgets*/
.bottom-widgets {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #27ae60;
  color: #b4dec6;
}
.bottom-widgets .block h2.title {
  margin: 5px 0 10px 0;
  color: #fff;
}
.bottom-widgets .row > div {
  border-right: 1px solid #2ec16c;
}
.bottom-widgets .row > div:last-child {
  border: 0;
}

/*
* Elements.
*/
.spacer {
  text-align: center;
  min-height: 100px;
}

.spacer.s0 {
  min-height: 1px;
}

.spacer.s1 {
  min-height: 100px;
}

.spacer.s2 {
  min-height: 200px;
}

.spacer.s3 {
  min-height: 300px;
}

.spacer.s4 {
  min-height: 400px;
}

.spacer.s5 {
  min-height: 500px;
}

.spacer.s6 {
  min-height: 600px;
}

.spacer.s7 {
  min-height: 700px;
}

.spacer.s8 {
  min-height: 800px;
}

.spacer.s9 {
  min-height: 900px;
}

.spacer.s10 {
  min-height: 1000px;
}

.spacer.s_viewport {
  min-height: 100%;
}

.horizontal .spacer {
  margin-bottom: 0;
  min-height: initial;
  min-width: 100px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.horizontal .spacer.s0 {
  min-width: 1px;
}

.horizontal .spacer.s1 {
  min-width: 100px;
}

.horizontal .spacer.s2 {
  min-width: 200px;
}

.horizontal .spacer.s3 {
  min-width: 300px;
}

.horizontal .spacer.s4 {
  min-width: 400px;
}

.horizontal .spacer.s5 {
  min-width: 500px;
}

.horizontal .spacer.s6 {
  min-width: 600px;
}

.horizontal .spacer.s7 {
  min-width: 700px;
}

.horizontal .spacer.s8 {
  min-width: 800px;
}

.horizontal .spacer.s9 {
  min-width: 900px;
}

.horizontal .spacer.s10 {
  min-width: 1000px;
}

.spacer.s_viewport {
  min-width: 100%;
}

.horizontal .box1 {
  top: 50%;
  max-height: 100px;
  margin: -50px 0 auto 0;
}

.horizontal .box2 {
  top: 50%;
  max-height: 50px;
  margin: -25px 25px auto 25px;
}

.horizontal .box3 {
  top: 50%;
  max-height: 26px;
  margin: -13px 37px auto 37px;
}

.horizontal .box4 {
  top: 50%;
  max-height: 100px;
  margin: -50px 0 auto 0;
}

#reveal-elements .digit {
  vertical-align: top;
}

#reveal-elements .digit p {
  font-size: 35px;
  font-weight: bold;
}

/*
  Containers
*/
#content-wrapper .scrollContent {
  height: 100%;
}

.horizontal.scrollContainer {
  overflow-y: hidden;
  overflow-x: scroll;
}

/*Header*/
.main-header {
  background: transparent;
  z-index: 9;
}
.main-header nav {
  background: none;
  border: none;
  margin: 0;
  position: relative;
  min-height: auto;
  border-radius: 0;
}
.main-header .region {
  position: relative;
}
.main-header .block {
  margin: 0;
}

.colisee {
  background-image: url("../images/parallax/IMG_2355.JPG");
  background-size: cover;
  background-position: center;
}

.redmatrix {
  background-image: url("../images/redmatrix.jpg");
  background-size: cover;
  background-position: center;
}

.redback {
  background-image: url("../images/footer.svg");
  background-size: cover;
  background-position: center;
}

/*Region Header*/
.site-branding {
  margin: 0;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 120%;
  font-size: 1.5em;
}
.region-header .brand a {
  padding: 3px;
  display: inline-block;
}
.region-header .brand a img {
  vertical-align: middle;
}
.region-header .brand .site-branding__slogan {
  font-size: 0.6em;
}

.region-contact-email .block {
  margin: 5px 0;
}
.region-contact-email p {
  margin: 0;
  line-height: 120%;
}

/*Search Form*/
.search-block-form {
  margin: 0 auto;
}

.region-search {
  clear: both;
  padding: 6px 0;
}

#search-block-form {
  display: table;
  width: 100%;
}
#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}
#search-block-form input.form-submit {
  background: image-url("search.png") no-repeat center #ea504e;
  font-size: 0;
  width: 100%;
  height: 30px;
  vertical-align: top;
}
#search-block-form input {
  width: 100%;
  height: 30px;
}

/*Breadcrumb*/
.breadcrumb {
  font-size: 0.85em;
  padding: 3px 10px;
  margin: 0;
  background: #fff;
  display: inline-block;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:last-child span {
  display: none;
}

/*Flexslider*/
.flexslider {
  border: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.flexslider .slider-caption {
  display: block;
  top: 15%;
  width: 70vw;
  left: 15vw;
  margin-left: 0;
  position: absolute;
  right: 0;
  color: #fff;
  z-index: 999;
  text-align: left;
  line-height: 150%;
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.flexslider h2 {
  font-size: 1.4em;
  text-shadow: none;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0.25em;
  line-height: 130%;
  padding: 0;
  color: #fff;
}
.flexslider .slider-description {
  display: inline-block;
  clear: both;
  font-size: 1em;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}
.flexslider .slider-description h3 {
  font-size: 140%;
  font-family: Verdana, sans-serif;
  color: #fff;
  text-transform: none;
  border: 1px solid #fff;
}
.flexslider .more-link {
  padding: 8px 0;
  font-size: 0.9em;
  display: inline-block;
  color: #d2636e;
  text-transform: uppercase;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides img {
  height: 100vh;
}
.flexslider .flex-direction-nav {
  display: block;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.flexslider .flex-direction-nav li {
  list-style: none;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  padding: 10px;
}
.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
}
.flexslider .flex-control-nav {
  bottom: 0;
}

/*Menu*/
.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #333;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
  display: none;
}

.menu-base-theme {
  background: none;
}
.menu-base-theme ul {
  background: none;
}
.menu-base-theme li a {
  color: #eee;
  border-bottom: 1px solid #EEF0F7;
  line-height: 100%;
  padding: 17px 15px;
  text-transform: uppercase;
  font-size: 1em;
}
.menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
  background: none;
  color: #8b1824;
  line-height: 100%;
  padding: 17px 15px;
}
.menu-base-theme li a.sub-arrow {
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}
.menu-base-theme li a span.sub-arrow {
  line-height: 160%;
  font-size: 2em;
}

.region-primary-menu {
  font-family: "Candara", Verdana, sans-serif;
  display: none;
  width: 100%;
  background: #e44627;
  margin-bottom: 15px;
  border-radius: 5px;
}

/*Footer Menu*/
.footer-menu {
  margin: 0;
  border: 0;
  background: #f9f9f9;
  color: #fff;
}

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}
.region-footer-menu nav li {
  display: inline-block;
}
.region-footer-menu nav li a {
  display: block;
  padding: 2px 15px 2px 0;
}

/*Top Menu*/
.top-menu {
  padding: 10px 0;
  text-align: center;
  font-size: 0.75em;
  background: #f9f9f9;
}

.region-top-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.region-top-menu nav li {
  display: inline-block;
}
.region-top-menu nav li a {
  display: block;
  padding: 2px 10px;
  background: #3ad47b;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}
.region-top-menu nav li a:hover {
  background: #23b962;
}
.region-top-menu nav li:last-child a {
  background: #f00;
}
.region-top-menu nav li:last-child a:hover {
  background: #f11818;
}

.region-homepagemessage {
  background: #000;
  background: rgba(0, 0, 0, 0.73);
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

#block-drupal8-mminc-content div.views-row:nth-child(even) > div > article > h2 {
  text-align: right;
}

.topwidget * {
  color: #000;
}
.topwidget p {
  margin-bottom: 10px;
}
.topwidget .fa {
  font-size: 4em;
  color: #ff6260;
}
.topwidget .block {
  margin: 0;
}

/*----------------------------
	Contact page
-----------------------------*/
.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #E9E8ED;
  padding: 10px 20px;
  background: #FDFDFD;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*----------------------------
	User Login Form
-----------------------------*/
.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic;
}

.scrollup {
  bottom: 70px;
  left: 40px;
  position: fixed;
  font-size: 12px;
  display: none;
}
.scrollup a {
  color: #fff;
}
.scrollup #button {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/up-arrow.png);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

/*----------------------------
	Maintainance
-----------------------------*/
.maintenance-page {
  background: image-url("maintenance-bg.png") #66CBFF center no-repeat;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-page .site-name a {
  color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #fff;
}
.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

/*----------------------------
	Profile Page
-----------------------------*/
.path-user .profile > div {
  display: inline-block;
}
.path-user .profile .label {
  display: block;
  color: #333;
}

.container h3, .container .h3,
.container h4, .container .h4 {
  font-family: Verdana, "Arial Black", sans-serif;
  color: #474747;
  text-transform: none;
}

.content-image {
  float: left;
  margin: 0 10px 5px 0;
}
