@charset "UTF-8";
/*
Theme Name: xrozz
Author: 
Author URI:
Description: xrozz theme
Version: 1.0
*/
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000000;
  background-color: #ffffff;
}

.row:before, .row:after {
  display: none !important;
}

.wp-block-column {
	padding: 15px!important;
}

img {
	border-radius: 0.5rem !important;
}

/* TOP */
.top {
  padding: 0 0 25px 0;
  width: 100%;
  height: 175px;
  z-index: 10001;
  position: relative;
}
.top .company-info {
  padding-top: 25px;
  font-size: 0.85em;
  z-index: 10;
  position: relative;
}
.top .company-info .contact {
  margin-right: 15px;
}
.top .company-info img {
  max-height: 15px !important;
}
.top .company-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top .company-info li {
  margin: 0 2px 0 2px;
  display: inline;
}
.top .company-info a {
  cursor: pointer;
  color: #53418E;
}
.top .company-info .btn-inline {
  margin: 0 0.5rem 0 0;
  padding: 0.2rem 1.4rem 0.3rem 1.4em !important;
  font-size: 0.8em !important;
  font-weight: 600 !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 2rem !important;
}

a, li, div, .top, .active-menu, .active-menu .header__branding img, .navigation__primary .menu, .page--content-sidebar-list li, .page--content-sidebar-list li a:hover .fas, .fa-arrow-right, .fa-arrow-right, .btn, .btn::after, .btn:hover::after {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* ACTIVE STATE */
.top.active-menu {
  padding: 0 !important;
  border-bottom: 1px solid #005bb8;
}

.active-menu {
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
}
.active-menu .header__branding {
  top: 0;
}
.active-menu .company-info {
  display: none !important;
}
.active-menu .navigation__primary ul.menu, .active-menu .navigation__primary div.menu > ul {
  margin: 20px 0 20px 0;
}

.active-menu .header__branding img {
  width: auto;
  max-height: 35px;
}

/* BRANDING  */
.header__branding {
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  image-rendering: -webkit-optimize-contrast;
}
.header__branding .header__branding img {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  image-rendering: -webkit-optimize-contrast;
}

.animation {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* NAV */
.navigation__primary {
  margin-right: 15px;
}
.navigation__primary li {
  display: inline-block;
}
.navigation__primary ul.menu,
.navigation__primary div.menu > ul {
  margin: 45px 0 20px 0;
  padding: 0;
  position: relative;
  float: right;
}
.navigation__primary .menu li {
  margin: 0 0 0 35px;
  padding: 0 0 5px 0;
  display: inline;
  position: relative;
}
.navigation__primary .menu li a {
  padding: 5px 0 25px 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
  display: block;
}
.navigation__primary .menu .sub-menu,
.navigation__primary .menu .children {
  border-top: 0;
  margin: 20px 0 0 -18px !important;
  padding: 5px 0 0 0;
  position: absolute;
  z-index: 99999;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.navigation__primary .menu .sub-menu ul,
.navigation__primary .menu .children ul {
  left: 100%;
  top: 0;
}
.navigation__primary .menu li ul {
  width: 200px;
  text-align: left;
  background: #ffffff;
  float: left;
  box-shadow: 0 0 1px #cccccc;
  border-radius: 0.5rem;
}
.navigation__primary .menu li ul ul {
  margin: 0 0 0 0;
}
.navigation__primary .menu li li {
  margin: 0 0 0 15px;
  padding: 5px;
  width: 90%;
  float: left;
}
.navigation__primary .menu li li a {
  padding: 0;
  font-size: 0.95em !important;
  font-weight: 400;
  text-transform: inherit;
}
.navigation__primary .menu li:hover a {
  color: #53418E;
}
.navigation__primary .menu li li a {
  color: #53418E !important;
}
.navigation__primary .menu li.current-menu-parent a, .navigation__primary .menu li.current_page_ancestor a {
  color: #53418E !important;
}
.navigation__primary .menu li.current-menu-item, .navigation__primary .menu li.current_page_item a {
  color: #53418E !important;
}
.navigation__primary .menu li li a:hover {
  text-decoration: underline;
}
.navigation__primary .menu li li.current-menu-item, .navigation__primary .menu li li.current_page_item,
.navigation__primary .menu li li.current-menu-item a, .navigation__primary .menu li li.current_page_item a {
  border-bottom: none;
  font-weight: 800;
  text-decoration: none;
}
.navigation__primary ul.menu ul a,
.navigation__primary .menu ul ul a {
  margin: 0;
  width: auto;
}
.navigation__primary ul.menu li:hover > ul ul,
.navigation__primary .menu ul li:hover > ul ul {
  margin: 0 0 0 0;
  display: none;
}
.navigation__primary .menu-toggle {
  display: none;
}
.navigation__primary ul.menu li.menu-item-has-children a::after {
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.navigation__primary ul.menu li.menu-item-has-children li a::after {
  content: none !important;
}

.news-content h3.card-title {
  text-transform: none;
}

/* HEADER */
.header {
  position: relative;
}

.header--image, .header {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-image {
  min-height: 500px;
}

.side-image {
  padding-bottom: 90%;
}

p {
  line-height: 1.5em;
}

a p {
  color: #000000;
}

strong {
  font-weight: 600 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.btn, .btn-block, .wp-block-button__link, .btn-inline, .highlight {
  margin: 0 0.4rem 0.2rem 0;
  padding: 0.9rem 1.9rem 0.9rem 1.9em !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 1rem !important;
}

.btn-inline {
  display: inline-block;
}

a.btn, a.btn:hover {
  color: #000000;
  background: #ffffff;
}

.btn-primary::after {
  padding-left: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  font-weight: 900;
}

.btn:hover::after, .card:hover .btn::after, .borrow--item:hover .btn::after {
  margin-left: 10px;
}

a.wp-block-button__link, a.wp-block-button__link:hover {
  color: #ffffff !important;
  background-color: #53418E;
  border: 1px solid #ffffff;
}

.highlight {
  top: -25px;
  background-color: #ff00ff;
  color: #ffffff !important;
  position: absolute;
}

.border-white {
  border: 1px solid #ffffff;
}

.border-bold {
  border: 2px solid #ff00ff;
}

.spacer-small {
  width: 100%;
  height: 15px;
}

.spacer {
  width: 100%;
  height: 50px;
}

.spacer-big {
  width: 100%;
  height: 250px;
}

.white {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
  background-color: #ffffff;
}

.card {
  border-color: #53418E !important;
}

.border {
  border: 1px solid #53418E !important;
}

.no-border {
  border: none !important;
}

ul {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}

ul li {
  display: flex;
  line-height: 1.5em;
}

.fas {
  margin: 3px 10px 0 0;
  max-width: 15px;
  color: #53418E;
}

.fas-big {
  font-size: 3em;
}

.fas.text-xl {
  font-size: 3em;
}

.relative {
  position: relative;
}

.mark-icon {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 1;
}

img.mark-icon {
  max-width: 550px;
}

ul.category .icon {
  width: 100px;
  height: 100px;
}
ul.category li {
  margin: 0 10px 10px 0;
  display: inline-grid;
  text-align: center;
}

/* NEWS */
.news {
  position: relative;
}
.news .card-body {
  padding: 2rem !important;
}
.news .card {
  height: 100%;
  border: 2px solid #EDEBF3 !important;
}
.news .card h3 a {
  color: #53418E !important;
  text-transform: none;
}
.news a .card-body p {
  color: #000000;
}

.news .news__img, .news-img, .news__img {
  padding-bottom: 65%;
  position: relative;
}

/* NEWS / SLIDER */
.news-slider {
  background-color: #ffffff;
}
.news-slider .owl-carousel {
  height: auto;
}
.news-slider .owl-carousel .owl-item {
  height: 100%;
  width: 100%;
  position: relative;
}
.news-slider .news-slider-image {
  width: 500px;
  height: 500px;
}
.news-slider .owl-prev, .news-slider .owl-next {
  position: absolute;
  top: 43%;
  font-size: 1.8em;
}
.news-slider .owl-prev {
  left: -79px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.news-slider .prev-slide::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.news-slider .owl-next {
  right: -79px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news-slider .next-slide::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.news-slider .owl-prev, .news-slider .owl-next {
  height: 60px;
  width: 60px;
  color: #D75343;
  padding: 20px 15px 20px 15px;
  background: #ffffff;
  border: 1px solid #000000;
}

/* PAGE */
.page--header-image {
  height: 300px;
  display: table-cell;
  vertical-align: bottom;
}

.bottom_aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 0px;
}

.page-title {
  padding: 15px 25px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-title h2 {
  margin: 0 !important;
}

.page--content {
  margin: 50px 0 0 100px;
}
.page--content img {
  border-radius: 0.5rem;
}

.page--content-content a {
  text-decoration: underline;
}

.page-image {
  padding-bottom: 100%;
}

/*Retina graphics!*/
.quoot {
  position: relative;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 35px solid black;
  position: absolute;
  top: -30px;
  left: 65px;
}

/* FOOTER */
.footer {
  position: relative;
}
.footer p {
  margin: 0;
}
.footer img {
  margin: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.footer ul li {
  line-height: 1.6em;
}
.footer ul li li {
  padding-left: 10px;
}
.footer .social ul li {
  display: inline;
}
.footer h6 {
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #ffffff;
}
.footer h3, .footer h4, .footer h5, .footer a, .footer a:hover {
  color: #53418E;
}
.footer a {
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer--img {
  margin-top: -9rem;
  margin-left: -6rem;
}
.footer .footer--img img {
  max-width: 300px;
  height: auto;
}

.foot-text {
  font-size: 0.7em;
}
.foot-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.foot-text ul li {
  padding: 0 10px 0 10px;
  line-height: 1.6em;
  display: inline;
}
.foot-text a {
  color: #eeeeee;
}

/* COLOR */
/* 1st Primary color */
.color-primary, h3.color-primary, h3.color-primary a {
  color: #53418E !important;
}

.bg-color-primary, .card.bg-color-primary {
  background: #53418E !important;
  background-color: #53418E !important;
}

.bg-color-primary-light {
  background: #EDEBF3 !important;
  background-color: #EDEBF3 !important;
}

.color-primary-list li {
  color: #53418E !important;
  background: #ffffff !important;
  border: 1px solid #53418E !important;
}
.color-primary-list li a {
  color: #53418E !important;
}
.color-primary-list li.current_page_item a {
  color: #ffffff !important;
  background: #53418E !important;
  border: #53418E !important;
}

/* 2nd Secondary color */
.color-secondary, h3.color-secondary a {
  color: #D75343 !important;
}

.bg-color-secondary, .card.bg-color-secondary {
  background: #D75343 !important;
  background-color: #D75343 !important;
}

.bg-color-secondary-light {
  background: #e8f5ff !important;
  background-color: #e8f5ff !important;
}

.bg-color-secondary-light h1, .bg-color-secondary-light h2, .bg-color-secondary-light h3,
.bg-color-secondary-light h4, .bg-color-secondary-light h5, .bg-color-secondary-light h6 {
  color: #D75343 !important;
}

.color-secondary-list li {
  color: #D75343 !important;
  background: #ffffff !important;
  border: 1px solid #D75343 !important;
}
.color-secondary-list li a {
  color: #D75343 !important;
}
.color-secondary-list li.current_page_item a {
  color: #ffffff !important;
  background: #D75343 !important;
  border: #D75343 !important;
}

/* 3rd Tertiary color */
.color-tertiary, h3.color-tertiary a {
  color: #F4F4F4 !important;
}

.bg-color-tertiary, .card.bg-color-tertiary {
  background: #F4F4F4 !important;
  background-color: #F4F4F4 !important;
}

.bg-color-tertiary-light {
  background: #e8f5ff !important;
  background-color: #e8f5ff !important;
}

.bg-color-tertiary-light h1, .bg-color-tertiary-light h2, .bg-color-tertiary-light h3,
.bg-color-tertiary-light h4, .bg-color-tertiary-light h5, .bg-color-tertiary-light h6 {
  color: #F4F4F4;
}

.color-tertiary-list li {
  color: #F4F4F4 !important;
  background: #ffffff !important;
  border: 1px solid #F4F4F4 !important;
}
.color-tertiary-list li a {
  color: #F4F4F4 !important;
}
.color-tertiary-list li.current_page_item a {
  color: #ffffff !important;
  background: #F4F4F4 !important;
  border: #F4F4F4 !important;
}

/* 4th Quaternary color */
.color-quaternary {
  color: #cccccc !important;
}

.bg-color-quaternary, .card.bg-color-quaternary {
  background: #cccccc !important;
  background-color: #cccccc !important;
}

.bg-color-quaternary-light {
  background: #eeeeee !important;
  background-color: #eeeeee !important;
}

.white {
  color: #ffffff !important;
}

.bg-white {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

/* VIDEO */
.video-responsive {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* FORM */
.gform_wrapper label {
  margin: 1em 0 0 0;
}

.gform_wrapper .gfield {
  margin-bottom: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-right: 10px;
}

.gform_wrapper input[type=button] {
  padding: 10px 25px 10px 25px;
  color: #ffffff;
  background: #0799BC;
}

button, input, textarea, .frm-field_title, select {
  font-size: 100%;
  color: #0799BC;
  padding: 10px;
  border: 1px solid #0799BC;
  background-color: #fff;
}

button {
  cursor: pointer;
  margin-bottom: 15px;
  height: 45px;
  background-color: #0799BC;
}

textarea {
  border-bottom: 1px solid #0799BC;
}

input[type=submit] {
  color: #fff;
  background-color: #0799BC;
  height: auto;
  margin: 15px 0 0 0;
  padding: 15px 40px 15px 40px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border: 1px solid #0799BC;
}

input[type=submit]:hover {
  color: #0799BC;
  background-color: #fff;
  border: 1px solid #0799BC;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0799BC;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0799BC;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0799BC;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0799BC;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0799BC;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #0799BC;
}

/* Enable custom submit button styling in Safari mobile */
input[type=submit], .wpcf7-previous {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  width: auto;
  margin-left: 5px;
}

/* RESPONSIVE */
@media (max-width: 1600px) {
  .header__branding {
    top: -50px;
  }
  .header__branding img {
    width: auto;
    max-height: 130px;
  }

  h1, .h1 {
    font-size: 2rem !important;
  }

  h2, .h2 {
    font-size: 1.5rem !important;
  }

  h3, .h3 {
    font-size: 1.2rem !important;
  }

  h4, .h4 {
    font-size: 1.1rem !important;
  }

  h5, .h5 {
    font-size: 1.05rem !important;
  }

  .footer .tagline {
    font-size: 2em;
    line-height: 1.2em;
  }
  .footer .tagline img {
    max-width: 150px;
    height: auto;
  }

  .news-slider-image .mask {
    display: none;
  }

  .news-slider .news-slider-image {
    width: 500px;
    height: 500px;
    border-radius: 50%;
  }
}
/* end max-width: 1600px */
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }

  .navigation__primary .menu li {
    margin: 0 0 0 30px;
    padding: 0 0 3px 0;
  }

  .flow {
    display: none;
  }

  .news-slider .quoot {
    width: 90%;
  }

  .spacer-big {
    height: 100px;
  }

  .spacer {
    height: 25px;
  }

  .spacer-small {
    height: 15px;
  }
}
/* end max-width: 1200px */
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }

  .top {
    margin: 0;
    height: 175px;
    z-index: 1000;
  }

  .top .company-info {
    display: none !important;
  }

  .active-menu {
    position: relative;
  }

  .top--nav .container, .top .container {
    padding: 0;
  }

  .header__branding {
    top: 75px;
    left: 25px;
  }
  .header__branding img {
    width: auto;
    max-height: 75px;
  }

  .header__branding.p-3 {
    padding: 0.35rem !important;
  }

  .navigation__primary, .blink {
    display: none;
  }

  .header-image {
    height: 400px;
  }

  .news-slider .owl-prev, .news-slider .owl-next {
    position: absolute;
    top: 0%;
    font-size: 2em;
  }

  .banner .banner--text {
    border-right: none;
  }
  .banner .banner--image {
    padding-bottom: 60%;
  }

  .news .news__img, .news-img, .news__img {
    padding-bottom: 60%;
  }

  .frontpage .p-5, .page .p-5 {
    padding: 2rem !important;
  }

  .btn, .btn-block {
    font-size: 0.8rem !important;
  }

  h1, .h1 {
    font-size: 1.4rem !important;
  }

  h2, .h2 {
    font-size: 1.25rem !important;
  }

  h3, .h3 {
    font-size: 1.1rem !important;
  }

  h4, .h4 {
    font-size: 1rem !important;
  }

  h5, .h5 {
    font-size: 1.05rem !important;
  }

  .footer--contact.pr-5 {
    padding-right: 0 !important;
  }

  .footer--contact.pl-5 {
    padding-left: 0 !important;
  }

  .footer {
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer ul, .footer ul li {
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer ul li li {
    padding-left: 0;
  }
  .footer .footer--img {
    margin-top: -5.5rem;
    margin-left: 0rem;
  }

  .footer .tagline {
    text-align: center !important;
    font-size: 1.6em;
    line-height: 1.2em;
  }
  .footer .tagline img {
    max-width: 150px;
    height: auto;
  }

  /* Mobile menu */
  .js .navigation__primary .menu {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
    position: fixed;
  }

  .slicknav_btn {
    padding: 0.438em 5px 0.438em 5% !important;
  }
}
/* end max-width: 992px */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .top {
    height: 100px;
  }

  .top .company-info {
    display: none !important;
  }

  .top {
    margin: 0;
    height: 140px;
  }

  .header__branding {
    top: 65px;
  }

  .header__branding img {
    width: auto;
    max-height: 60px;
  }

  .container .container, .page .container .container, .frontpage .container .container {
    width: 100%;
  }

  .header-image {
    height: auto;
  }

  .header-image {
    padding-bottom: 80%;
  }

  .news-slider .news-slider-image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
  }
}
/* end max-width: 768px */
@media (max-width: 576px) {
  .header--hero {
    padding: 5% 0 5% 0;
  }
}
/* end max-width: 576px */
/* 
Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  right: 0;
  padding: 0.438em 1em 0.438em 5%;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.25em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 1em;
  margin: 0 1.2em 0 0.4em;
  float: right;
}

.slicknav_nav .slicknav_arrow i {
  color: #fff !important;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav li a {
  display: block;
  width: auto;
  padding: 10px 2% 10px 5%;
}

.slicknav_nav li a:hover {
  text-decoration: none;
}

.slicknav_nav li a a {
  display: block;
  border-top: 0;
  width: 94%;
  padding: 3%;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

.slicknav_nav ul.sub-menu {
  margin-left: -5%;
}

.slicknav_nav ul.sub-menu {
  margin: 0;
  padding-left: 5%;
}

.slicknav_nav ul ul.sub-menu, .slicknav_nav ul .slicknav_arrow {
  display: none !important;
}

.slicknav_menu {
  font-size: 1.2em;
  z-index: 10000;
}

/* Button */
.slicknav_btn {
  margin: 10px 10px 10px 0;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_menu {
  background-color: #D75343;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 0.975em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 5px;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav li:hover, .slicknav_nav a:hover {
  color: #fff;
}

.slicknav_nav .slicknav_row:hover a {
  color: #fff;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_menu {
  display: none;
}

/*# sourceMappingURL=style.css.map */
