/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Scss Document */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 5, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider {
  position: relative;
  text-align: center;
}
/* line 7, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-container {
  position: relative;
}
/* line 10, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider article {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 19, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider section {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-radius: 5px;
  width: 512px;
  position: absolute;
  left: 50%;
  margin-left: -256px;
  opacity: 0;
}
@media only all and (max-width: 50.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-3d-slider section {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
}
/* line 32, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider section.bespoke-slide {
  -webkit-transition: -webkit-transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
  -moz-transition: -moz-transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
}
/* line 35, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider section.bespoke-active {
  opacity: 1;
  z-index: 1;
}
/* line 39, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 40, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider section.bespoke-inactive .g-3d-slider-item {
  pointer-events: none;
}
/* line 45, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel {
  line-height: inherit;
  margin-bottom: 0;
}
/* line 48, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 49, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel section.bespoke-before {
  -webkit-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -moz-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -ms-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -o-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  opacity: 0;
}
/* line 53, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel section.bespoke-before-2 {
  -webkit-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -moz-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -ms-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -o-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  opacity: 0.3;
}
/* line 57, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel section.bespoke-before-1 {
  -webkit-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -moz-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -ms-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -o-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  opacity: 0.5;
}
/* line 61, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel section.bespoke-after {
  -webkit-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -moz-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -ms-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -o-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  transform: translateX(980px) rotateY(72deg) translateX(1290px);
  opacity: 0;
}
/* line 65, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel section.bespoke-after-1 {
  -webkit-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -moz-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -ms-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -o-transform: translateX(270px) rotateY(30deg) translateX(290px);
  transform: translateX(270px) rotateY(30deg) translateX(290px);
  opacity: 0.5;
}
/* line 69, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.carousel section.bespoke-after-2 {
  -webkit-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -moz-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -ms-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -o-transform: translateX(590px) rotateY(52deg) translateX(780px);
  transform: translateX(590px) rotateY(52deg) translateX(780px);
  opacity: 0.3;
}
/* line 75, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 76, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 77, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-before {
  -webkit-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  transform: translateX(-270px) rotateY(45deg) scale(0.6);
  z-index: 6;
}
/* line 81, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-before-3 {
  -webkit-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  transform: translateX(-230px) rotateY(45deg) scale(0.6);
  opacity: 0.1;
  z-index: 7;
}
/* line 86, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-before-2 {
  -webkit-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  transform: translateX(-190px) rotateY(45deg) scale(0.6);
  opacity: 0.2;
  z-index: 8;
}
/* line 91, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-before-1 {
  -webkit-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  transform: translateX(-150px) rotateY(45deg) scale(0.6);
  opacity: 0.3;
  z-index: 9;
}
/* line 96, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-active {
  z-index: 10;
}
/* line 99, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-after {
  -webkit-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  transform: translateX(270px) rotateY(-45deg) scale(0.6);
  z-index: 6;
}
/* line 103, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-after-1 {
  -webkit-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  transform: translateX(150px) rotateY(-45deg) scale(0.6);
  opacity: 0.3;
  z-index: 9;
}
/* line 108, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-after-2 {
  -webkit-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  transform: translateX(190px) rotateY(-45deg) scale(0.6);
  opacity: 0.2;
  z-index: 8;
}
/* line 113, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow section.bespoke-after-3 {
  -webkit-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  transform: translateX(230px) rotateY(-45deg) scale(0.6);
  opacity: 0.1;
  z-index: 7;
}
/* line 120, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 121, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 122, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.cube section.bespoke-before {
  -webkit-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -moz-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -ms-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -o-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
}
/* line 125, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.cube section.bespoke-before-1 {
  -webkit-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -moz-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -ms-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -o-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  opacity: 0.5;
}
/* line 129, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.cube section.bespoke-after {
  -webkit-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -moz-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -ms-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -o-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
}
/* line 132, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.cube section.bespoke-after-1 {
  -webkit-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -moz-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -ms-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -o-transform: translateX(332px) rotateY(70deg) translateX(512px);
  transform: translateX(332px) rotateY(70deg) translateX(512px);
  opacity: 0.5;
}
/* line 141, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
/* line 144, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 145, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-image > a {
  display: block;
}
/* line 148, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 152, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-info-container {
  padding: 30px;
  background: #fff;
}
/* line 156, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider p {
  margin: 0;
}
/* line 159, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-title {
  margin: 0;
}
/* line 161, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-title a {
  color: #4d4d4d;
}
/* line 163, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-title a:hover {
  color: #cc6509;
}
/* line 168, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-desc {
  margin-top: 10px;
}
/* line 171, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 172, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-info-container-style2.uk-overlay-panel {
  padding: 30px;
}
/* line 174, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
/* line 177, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-info-container-style2.uk-overlay-panel a {
  color: #fff;
}
/* line 179, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-info-container-style2.uk-overlay-panel a:hover {
  color: #cc6509;
}
/* line 184, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-info-container-style2 .g-3d-slider-special, .g-3d-slider .g-info-container-style2 .g-item-details {
  color: #fff !important;
}
/* line 188, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-special {
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-3d-slider .g-3d-slider-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-3d-slider .g-3d-slider-special {
    float: none;
  }
}
/* line 197, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-special i {
  margin-right: 5px;
}
/* line 201, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-link {
  float: right;
  font-style: italic;
}
/* line 204, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-3d-slider-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-3d-slider .g-3d-slider-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-3d-slider .g-3d-slider-link {
    float: none;
    margin-top: 5px;
  }
}
/* line 216, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 217, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .no-special .g-3d-slider-link {
  float: none;
}
/* line 221, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 222, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .no-link .g-3d-slider-special {
  float: none;
}
/* line 226, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-bottom-info {
  margin-top: 15px;
}
/* line 229, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-item-details {
  margin-top: 10px;
  font-size: 90%;
}
/* line 232, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 233, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-item-details .date i {
  margin-right: 5px;
}
/* line 237, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-item-details.date-top {
  margin-top: 0;
  font-size: 100%;
  background: #cc6509;
  color: #fff;
  position: absolute;
  z-index: 20;
  padding: 10px 20px;
  top: 20px;
  margin-left: -25px;
}
@media only all and (max-width: 30rem) {
  .g-3d-slider .g-item-details.date-top {
    padding: 5px 10px;
    font-size: 90%;
    margin-left: 0;
    top: 0;
  }
}
/* line 253, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-item-details.date-top:after {
  content: '';
  border-left: 25px solid transparent;
  border-top: 10px solid #834106;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only all and (max-width: 50.99rem) {
  .g-3d-slider .g-item-details.date-top:after {
    display: none;
  }
}
/* line 265, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 266, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-item-details.date-top .date i {
  margin-right: 7px;
}
/* line 272, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 273, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 30px;
}
/* line 276, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.style3 .g-info-container-style2 a {
  color: #fff;
}
/* line 278, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.style3 .g-info-container-style2 a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 284, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 285, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 286, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.style3 .g-3d-slider-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/* line 290, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 291, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 292, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.style3 .g-3d-slider-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 299, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 300, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation .uk-slidenav {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 303, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 304, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
/* line 309, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav-previous {
  left: -20px;
}
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-3d-slider .g-particle-navigation.arrows .uk-slidenav-previous {
    left: -70px;
  }
}
/* line 315, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav-next {
  right: -20px;
}
@media only all and (min-width: 75rem) {
  .g-3d-slider .g-particle-navigation.arrows .uk-slidenav-next {
    right: -70px;
  }
}
/* line 322, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation.arrows-bottom {
  text-align: center;
  margin-top: 40px;
}
/* line 325, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation.arrows-bottom .uk-slidenav-previous {
  margin-right: 5px;
}
/* line 328, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider .g-particle-navigation.arrows-bottom .uk-slidenav-next {
  margin-left: 5px;
}
/* line 333, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 334, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 335, templates/rt_notio/custom/scss/_3d-slider.scss */
/* line 336, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-previous, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-previous {
  left: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-previous, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-previous {
    left: -20px;
  }
}
/* line 342, templates/rt_notio/custom/scss/_3d-slider.scss */
.g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-next, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-next {
  right: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-next, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-next {
    right: -20px;
  }
}
/* line 4, templates/rt_notio/custom/scss/_onepage-menu.scss */
/* line 5, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 3px;
}
/* line 11, templates/rt_notio/custom/scss/_onepage-menu.scss */
/* line 12, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #4f4e53;
  display: block;
  border-bottom: 1px solid #e7e8ea;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 18, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #1d1d1e;
}
/* line 22, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
/* line 26, templates/rt_notio/custom/scss/_onepage-menu.scss */
/* line 27, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
/* line 31, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
/* line 34, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
/* line 36, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
/* line 40, templates/rt_notio/custom/scss/_onepage-menu.scss */
/* line 41, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #e7e8ea;
}
/* line 46, templates/rt_notio/custom/scss/_onepage-menu.scss */
/* line 47, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #cc6509;
}
/* line 51, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
/* line 53, templates/rt_notio/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
/* line 1, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
/* line 4, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 5, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints .g-left-points .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
/* line 11, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 12, templates/rt_notio/custom/scss/_keypoints.scss */
@media only all and (max-width: 50.99rem) {
  .g-keypoints .g-left-points .g-keypoints-item:last-child {
    margin-bottom: 25px;
  }
}
/* line 20, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints .g-main-image {
  text-align: center;
}
/* line 22, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints .g-main-image .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-keypoints .g-main-image .g-content {
    margin-bottom: 1rem;
  }
}
/* line 30, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints .image-bottom {
  margin-bottom: -5.125rem;
}
@media only all and (max-width: 50.99rem) {
  .g-keypoints .image-bottom {
    margin-bottom: 1rem;
  }
}
/* line 37, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 38, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints .g-right-points .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 45, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 46, templates/rt_notio/custom/scss/_keypoints.scss */
@media only all and (max-width: 50.99rem) {
  .g-keypoints.style1 .g-content {
    text-align: center;
  }
}
/* line 52, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 53, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style1 .g-keypoints-item .g-keypoints-item-desc {
  margin: 1.5rem 0;
}
/* line 56, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 57, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style1 .g-keypoints-item:last-child .g-keypoints-item-desc {
  margin-bottom: 0;
}
/* line 63, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style1 .g-keypoints-item-icon {
  color: #fff;
  background: #cc6509;
  line-height: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
/* line 73, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 74, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style1 .g-left-points .g-keypoints-item-icon {
  margin-left: 1.25rem;
}
/* line 79, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 80, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style1 .g-right-points .g-keypoints-item-icon {
  margin-right: 1.25rem;
}
/* line 86, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 87, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-keypoints-item {
  margin-bottom: 40px;
}
/* line 89, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-keypoints-item:last-child {
  margin-bottom: 0;
}
/* line 92, templates/rt_notio/custom/scss/_keypoints.scss */
/* line 93, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-keypoints-item:hover .g-keypoints-item-icon {
  background: #cc6509;
  color: #fff;
}
/* line 100, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-keypoints-item-icon {
  font-size: 24px;
  margin-right: 0;
  color: #cc6509;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #cc6509;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 113, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-left-points {
  padding-top: 25px;
}
@media only all and (max-width: 50.99rem) {
  .g-keypoints.style2 .g-left-points {
    padding-top: 0;
    margin-bottom: 40px;
  }
  /* line 118, templates/rt_notio/custom/scss/_keypoints.scss */
  .g-keypoints.style2 .g-left-points .g-content {
    text-align: left;
  }
}
/* line 122, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
  float: right;
}
@media only all and (max-width: 50.99rem) {
  .g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
    float: left;
  }
}
/* line 129, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-left-points .g-title-desc-container {
  margin-right: 85px;
}
@media only all and (max-width: 50.99rem) {
  .g-keypoints.style2 .g-left-points .g-title-desc-container {
    margin-right: 0;
    margin-left: 85px;
  }
}
/* line 138, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-right-points {
  padding-top: 25px;
}
@media only all and (max-width: 50.99rem) {
  .g-keypoints.style2 .g-right-points {
    padding-top: 0;
    margin-top: 15px;
  }
}
/* line 144, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-right-points .g-keypoints-item-icon {
  float: left;
}
/* line 148, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-right-points .g-title-desc-container {
  margin-left: 85px;
}
/* line 153, templates/rt_notio/custom/scss/_keypoints.scss */
.g-keypoints.style2 .g-keypoints-item-title {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 4, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 5, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
/* line 10, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #4f4e53;
}
/* line 13, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e7e8ea;
  background: #fff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 18, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #cc6509;
  color: #cc6509;
}
/* line 25, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 26, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #fff;
  border: 1px solid #cc6509;
  color: #cc6509;
  box-shadow: none;
}
/* line 34, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-item {
  border: 1px solid #e7e8ea;
}
/* line 37, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 38, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
/* line 42, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 43, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-image > a {
  display: block;
}
/* line 47, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container {
  padding: 20px;
  background: #fff;
}
/* line 51, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio p {
  margin: 0;
}
/* line 54, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-title {
  margin: 0;
}
/* line 56, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
/* line 58, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-title a:hover {
  color: #cc6509;
}
/* line 63, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: #818087;
  font-style: italic;
}
/* line 68, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
/* line 72, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
/* line 75, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 76, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
/* line 78, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
/* line 81, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #fff;
}
/* line 83, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #cc6509;
}
/* line 88, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #a8a7ac;
}
/* line 92, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-special {
  color: #818087;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
/* line 102, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
/* line 106, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
/* line 109, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
/* line 121, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 122, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
/* line 126, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 127, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
/* line 131, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
/* line 134, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 135, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #e7e8ea;
  border-top: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 145, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style3 .g-portfolio-item {
  border: none;
  position: relative;
}
/* line 148, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 149, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
/* line 156, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 157, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
/* line 160, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-info-container-style2 a {
  color: #fff;
}
/* line 162, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 168, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 169, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 170, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/* line 174, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 175, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 176, templates/rt_notio/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 185, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 186, templates/rt_notio/custom/scss/_portfolio.scss */
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
/* line 195, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 196, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 197, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
/* line 200, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 201, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
/* line 205, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
/* line 207, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 50.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
/* line 235, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
/* line 238, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
/* line 246, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 247, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
/* line 249, templates/rt_notio/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
/* line 257, templates/rt_notio/custom/scss/_portfolio.scss */
/* line 258, templates/rt_notio/custom/scss/_portfolio.scss */
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
/* line 1, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 2, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: -3.5rem;
  }
}
/* line 15, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal .swiper-pagination-progressbar {
  bottom: 1rem;
  width: 45%;
  right: 5rem;
  left: 0;
  top: auto;
  margin: auto;
  position: absolute;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
}
/* line 27, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 3px;
}
/* line 33, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 34, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 35, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-vertical .navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-vertical .navigation + .swiper-pagination-bullets {
    transform: translateX(50%);
  }
}
/* line 46, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 47, templates/rt_notio/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    flex-direction: row;
  }
  /* line 61, templates/rt_notio/custom/scss/_slideshow.scss */
  .dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    right: 50%;
    left: auto;
  }
  /* line 66, templates/rt_notio/custom/scss/_slideshow.scss */
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
/* line 74, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 76, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 0.5rem;
  background: #fff;
  opacity: 0.25;
  height: 6px;
  width: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border-radius: 3px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 35px;
  }
}
/* line 93, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
/* line 99, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
/* line 104, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
/* line 118, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 119, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 125, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide {
    align-items: flex-end;
  }
}
/* line 140, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  display: flex;
  height: 100%;
  align-items: center;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
/* line 151, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
  width: 50%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
    width: 100%;
  }
}
/* line 169, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
  width: 50%;
  padding-left: 10%;
  padding-right: 15%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 177, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left [data-aos] {
  backface-visibility: hidden;
}
/* line 181, templates/rt_notio/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
  padding-left: 15%;
  padding-right: 10%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    padding-left: 15%;
    padding-right: 5%;
  }
  /* line 190, templates/rt_notio/custom/scss/_slideshow.scss */
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    padding-left: 5%;
    padding-right: 15%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background: #fff;
  }
}
/* line 205, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
  width: 50%;
  padding-top: 15%;
  padding-left: 15%;
  padding-right: 10%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 214, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right [data-aos] {
  backface-visibility: hidden;
}
/* line 218, templates/rt_notio/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
  padding-left: 10%;
  padding-right: 15%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    padding-top: 35%;
    padding-left: 5%;
    padding-right: 15%;
  }
  /* line 228, templates/rt_notio/custom/scss/_slideshow.scss */
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    padding-left: 15%;
    padding-right: 5%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background: #fff;
  }
}
/* line 245, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Raleway";
}
@media (max-width: 83.3333333333rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
    font-size: 1rem;
  }
}
/* line 251, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 span {
  background: #fff;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
    font-size: 1rem;
    margin: 0.5rem 0 0;
  }
}
/* line 269, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Raleway";
  position: relative;
}
@media (max-width: 83.3333333333rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
    font-size: 1rem;
  }
}
/* line 276, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 span {
  background: #fff;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
    font-size: 1rem;
    margin: 0;
  }
}
/* line 294, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
  font-size: 3vw;
  font-weight: 700;
  font-family: "";
  line-height: 1.3;
}
@media (max-width: 66.6666666667rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    font-size: 2rem;
  }
}
/* line 300, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title span {
  background: #fff;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
/* line 323, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 324, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
  position: absolute;
  font-size: 4rem;
  color: #fff;
  outline: none;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity, 0.25s;
}
/* line 334, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next:after, .g-slideshow .navigation .swiper-button-prev:after {
  content: none !important;
}
/* line 338, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next:hover, .g-slideshow .navigation .swiper-button-prev:hover {
  opacity: 1;
  cursor: pointer;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
    opacity: 1;
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  /* line 348, templates/rt_notio/custom/scss/_slideshow.scss */
  .g-slideshow .navigation .swiper-button-next:after, .g-slideshow .navigation .swiper-button-prev:after {
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  /* line 353, templates/rt_notio/custom/scss/_slideshow.scss */
  .fp-slideshow .g-slideshow .navigation .swiper-button-next, .fp-slideshow .g-slideshow .navigation .swiper-button-prev {
    display: none;
  }
}
/* line 359, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-next {
    right: 0.5rem;
  }
}
/* line 371, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-prev {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-prev {
    left: 0.5rem;
  }
}
/* line 383, templates/rt_notio/custom/scss/_slideshow.scss */
/* line 384, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation.rtl .swiper-button-prev {
  right: 1rem;
  left: auto;
}
/* line 389, templates/rt_notio/custom/scss/_slideshow.scss */
.g-slideshow .navigation.rtl .swiper-button-next {
  right: auto;
  left: 1rem;
}
/* line 1, templates/rt_notio/custom/scss/_swiper.scss */
/* line 2, templates/rt_notio/custom/scss/_swiper.scss */
@media only all and (max-width: 50.99rem) {
  /* line 4, templates/rt_notio/custom/scss/_swiper.scss */
  .g-swiper.multislides .g-swiper-title, .g-swiper.multislides .g-swiper-text {
    font-size: 1rem !important;
  }
  /* line 7, templates/rt_notio/custom/scss/_swiper.scss */
  .g-swiper.multislides .button {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }
  /* line 11, templates/rt_notio/custom/scss/_swiper.scss */
  /* line 12, templates/rt_notio/custom/scss/_swiper.scss */
  .g-swiper.multislides .swiper-navigation > div {
    font-size: 2rem !important;
  }
}
/* line 19, templates/rt_notio/custom/scss/_swiper.scss */
/* line 20, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
/* line 28, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 10px;
}
/* line 35, templates/rt_notio/custom/scss/_swiper.scss */
/* line 36, templates/rt_notio/custom/scss/_swiper.scss */
/* line 37, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-vertical .swiper-navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
/* line 44, templates/rt_notio/custom/scss/_swiper.scss */
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    right: 0;
  }
}
/* line 50, templates/rt_notio/custom/scss/_swiper.scss */
.dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 50.99rem) {
  .dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
/* line 61, templates/rt_notio/custom/scss/_swiper.scss */
/* line 62, templates/rt_notio/custom/scss/_swiper.scss */
/* line 63, templates/rt_notio/custom/scss/_swiper.scss */
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: 10px;
  }
  /* line 67, templates/rt_notio/custom/scss/_swiper.scss */
  .dir-rtl .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: auto;
    left: 10px;
  }
}
/* line 76, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper div[class*="swiper-pagination-parent"] {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
}
/* line 83, templates/rt_notio/custom/scss/_swiper.scss */
/* line 84, templates/rt_notio/custom/scss/_swiper.scss */
/* line 85, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 1rem;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  height: 22px;
  width: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
/* line 103, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
/* line 109, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
/* line 123, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
/* line 128, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
/* line 143, templates/rt_notio/custom/scss/_swiper.scss */
/* line 144, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #cc6509;
}
/* line 149, templates/rt_notio/custom/scss/_swiper.scss */
/* line 150, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide {
  position: relative;
}
/* line 153, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .swiper-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 164, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide video {
  position: absolute;
  z-index: 10;
  width: 100%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
/* line 178, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .swiper-link-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}
/* line 185, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide {
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
  z-index: 20;
}
/* line 195, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 201, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
  text-align: center;
}
/* line 204, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 4rem;
  max-width: 1200px;
  color: #fff;
}
@media (max-width: 118.1818181818rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1.3rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1rem;
  }
}
/* line 217, templates/rt_notio/custom/scss/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.3;
  margin: 1rem 3rem;
  color: #fff;
}
@media (max-width: 120rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.2rem;
  }
}
/* line 229, templates/rt_notio/custom/scss/_swiper.scss */
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
}
/* line 242, templates/rt_notio/custom/scss/_swiper.scss */
/* line 243, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
  position: absolute;
  font-size: 4rem;
  color: #fff;
  outline: none;
  z-index: 20;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only all and (max-width: 50.99rem) {
  .swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
    font-size: 3rem;
  }
}
/* line 260, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-navigation div[class*="button-next"] {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 268, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-navigation div[class*="button-prev"] {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 276, templates/rt_notio/custom/scss/_swiper.scss */
/* line 277, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-navigation.rtl div[class*="button-prev"] {
  right: 1rem;
  left: auto;
}
/* line 282, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-navigation.rtl div[class*="button-next"] {
  right: auto;
  left: 1rem;
}
/* line 289, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"] {
  margin: 2rem 0;
  font-weight: 700;
}
/* line 293, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs {
  box-sizing: border-box;
  cursor: pointer;
}
/* line 298, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: relative;
  pointer-events: auto;
}
/* line 306, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 0.9vw;
  height: 100%;
  margin: -1rem 2rem 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 111.1111111111rem) {
  div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
    font-size: 1rem;
  }
}
/* line 316, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title span {
  z-index: 2;
}
/* line 321, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 6px;
  transition: opacity 0.5s ease-in-out;
}
/* line 331, templates/rt_notio/custom/scss/_swiper.scss */
/* line 332, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0.25;
}
/* line 337, templates/rt_notio/custom/scss/_swiper.scss */
/* line 338, templates/rt_notio/custom/scss/_swiper.scss */
div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
  font-size: 3rem;
  opacity: 1;
  z-index: 20;
}
@media only all and (max-width: 50.99rem) {
  div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
    font-size: 2rem;
  }
}
/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 354, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburns {
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  /* line 359, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 362, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  /* line 368, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 371, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 379, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  /* line 384, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 387, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  /* line 393, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 396, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 404, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  /* line 410, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 413, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  /* line 419, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 422, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 430, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  /* line 436, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 439, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  /* line 445, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 448, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 456, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  /* line 462, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 465, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  /* line 471, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 474, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 482, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  /* line 488, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 491, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  /* line 497, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 500, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 508, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  /* line 514, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 517, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  /* line 523, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 526, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 534, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  /* line 540, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 543, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  /* line 549, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 552, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 560, templates/rt_notio/custom/scss/_swiper.scss */
.swiper-slide-active .kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  /* line 566, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 569, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  /* line 575, templates/rt_notio/custom/scss/_swiper.scss */
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 578, templates/rt_notio/custom/scss/_swiper.scss */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/* line 1, templates/rt_notio/custom/scss/_companies.scss */
/* line 2, templates/rt_notio/custom/scss/_companies.scss */
.g-companies:not(.gutter-disabled) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
/* line 5, templates/rt_notio/custom/scss/_companies.scss */
/* line 6, templates/rt_notio/custom/scss/_companies.scss */
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
  margin-bottom: 3rem;
}
/* line 8, templates/rt_notio/custom/scss/_companies.scss */
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child {
  margin-bottom: 0;
}
/* line 10, templates/rt_notio/custom/scss/_companies.scss */
/* line 11, templates/rt_notio/custom/scss/_companies.scss */
/* line 12, templates/rt_notio/custom/scss/_companies.scss */
@media only all and (max-width: 50.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child > .g-block:last-child .g-companies-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
    margin-bottom: 0;
  }
}
/* line 24, templates/rt_notio/custom/scss/_companies.scss */
@media only all and (max-width: 50.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container .g-companies-item {
    margin-bottom: 3rem !important;
  }
}
/* line 31, templates/rt_notio/custom/scss/_companies.scss */
.g-companies .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 50.99rem) {
  .g-companies .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 40, templates/rt_notio/custom/scss/_companies.scss */
.g-companies .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 50.99rem) {
  .g-companies .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 50, templates/rt_notio/custom/scss/_companies.scss */
/* line 51, templates/rt_notio/custom/scss/_companies.scss */
/* line 52, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.gutter-disabled .g-companies-item, .g-companies-slider.gutter-disabled .g-companies-item, .g-companies-slideset.gutter-disabled .g-companies-item {
  border: none;
}
/* line 55, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.gutter-disabled .uk-slideset, .g-companies-slider.gutter-disabled .uk-slideset, .g-companies-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
/* line 57, templates/rt_notio/custom/scss/_companies.scss */
/* line 58, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
/* line 63, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.gutter-disabled .uk-slider-container, .g-companies-slider.gutter-disabled .uk-slider-container, .g-companies-slideset.gutter-disabled .uk-slider-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 68, templates/rt_notio/custom/scss/_companies.scss */
/* line 69, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-content, .g-companies-slider.style1 .g-content, .g-companies-slideset.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 74, templates/rt_notio/custom/scss/_companies.scss */
/* line 75, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-image img, .g-companies-slider.style1 .g-companies-image img, .g-companies-slideset.style1 .g-companies-image img {
  background: #fff;
  border: 1px solid #e7e8ea;
}
/* line 80, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .uk-overlay-panel, .g-companies-slider.style1 .uk-overlay-panel, .g-companies-slideset.style1 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
/* line 84, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-name, .g-companies-slider.style1 .g-companies-name, .g-companies-slideset.style1 .g-companies-name {
  margin: 0;
  color: #fff !important;
}
/* line 87, templates/rt_notio/custom/scss/_companies.scss */
/* line 88, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-name a:hover, .g-companies-slider.style1 .g-companies-name a:hover, .g-companies-slideset.style1 .g-companies-name a:hover {
  color: #cc6509 !important;
}
/* line 93, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item, .g-companies-slider.style1 .g-companies-item, .g-companies-slideset.style1 .g-companies-item {
  width: 100%;
}
/* line 95, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item img, .g-companies-slider.style1 .g-companies-item img, .g-companies-slideset.style1 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/* line 100, templates/rt_notio/custom/scss/_companies.scss */
/* line 101, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item:hover img, .g-companies-slider.style1 .g-companies-item:hover img, .g-companies-slideset.style1 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 105, templates/rt_notio/custom/scss/_companies.scss */
/* line 106, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item .g-companies-image a, .g-companies-slider.style1 .g-companies-item .g-companies-image a, .g-companies-slideset.style1 .g-companies-item .g-companies-image a {
  display: block;
}
/* line 112, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2, .g-companies-slider.style2, .g-companies-slideset.style2 {
  margin: -5px;
}
/* line 114, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-content, .g-companies-slider.style2 .g-content, .g-companies-slideset.style2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 119, templates/rt_notio/custom/scss/_companies.scss */
/* line 120, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-image img, .g-companies-slider.style2 .g-companies-image img, .g-companies-slideset.style2 .g-companies-image img {
  background: #fff;
  border: 1px solid #e7e8ea;
}
/* line 125, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .uk-overlay-panel, .g-companies-slider.style2 .uk-overlay-panel, .g-companies-slideset.style2 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
/* line 129, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-name, .g-companies-slider.style2 .g-companies-name, .g-companies-slideset.style2 .g-companies-name {
  margin: 0;
  color: #fff !important;
}
/* line 132, templates/rt_notio/custom/scss/_companies.scss */
/* line 133, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-name a:hover, .g-companies-slider.style2 .g-companies-name a:hover, .g-companies-slideset.style2 .g-companies-name a:hover {
  color: #cc6509 !important;
}
/* line 138, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item, .g-companies-slider.style2 .g-companies-item, .g-companies-slideset.style2 .g-companies-item {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 141, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/* line 146, templates/rt_notio/custom/scss/_companies.scss */
/* line 147, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item:hover img, .g-companies-slider.style2 .g-companies-item:hover img, .g-companies-slideset.style2 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 151, templates/rt_notio/custom/scss/_companies.scss */
/* line 152, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item .g-companies-image a, .g-companies-slider.style2 .g-companies-item .g-companies-image a, .g-companies-slideset.style2 .g-companies-item .g-companies-image a {
  display: block;
}
/* line 157, templates/rt_notio/custom/scss/_companies.scss */
/* line 158, templates/rt_notio/custom/scss/_companies.scss */
/* line 159, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies.style2 .g-companies-container:hover .g-companies-item, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item {
  opacity: 0.5;
}
/* line 161, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
/* line 168, templates/rt_notio/custom/scss/_companies.scss */
.g-companies.style2 .uk-slider-container, .g-companies-slider.style2 .uk-slider-container, .g-companies-slideset.style2 .uk-slider-container {
  padding: 6px;
}
/* line 19, templates/rt_notio/custom/scss/custom.scss */
td.curr-month.has-events {
  background: bisque;
}
/* line 23, templates/rt_notio/custom/scss/custom.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
  background: rgba(255, 255, 255, 0.722);
  padding: 15px;
  color: black;
}
/* line 28, templates/rt_notio/custom/scss/custom.scss */
h1.g-slideshow-main-title {
  background: rgba(255, 255, 255, 0.722);
  padding: 15px;
}
/* line 33, templates/rt_notio/custom/scss/custom.scss */
#g-sidebar {
  position: fixed;
  top: 0;
}
/* line 37, templates/rt_notio/custom/scss/custom.scss */
.g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0;
  padding: 0;
}
/* line 41, templates/rt_notio/custom/scss/custom.scss */
.g-infolist .g-infolist-item-title {
  margin: 0.9375rem 0;
  margin-top: 0.9375rem;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 500;
  font-size: 1.2vw;
}
/* line 51, templates/rt_notio/custom/scss/custom.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  color: #271a0f;
}
/* line 54, templates/rt_notio/custom/scss/custom.scss */
.rsepro-month-year {
  background: none repeat scroll 0 0 rgba(204, 101, 9, 0.412) !important;
}
/* line 57, templates/rt_notio/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li {
  border-right: 1px solid #cc6509;
}
/* line 60, templates/rt_notio/custom/scss/custom.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
  width: 100%;
}
/* line 64, templates/rt_notio/custom/scss/custom.scss */
.rsepro-date-block {
  display: none;
}
/* line 67, templates/rt_notio/custom/scss/custom.scss */
.rsep_date {
  display: none;
}
/* line 70, templates/rt_notio/custom/scss/custom.scss */
ul.rsepro_upcoming.row-fluid {
  background-color: rgba(255, 244, 204, 0.231);
  text-align: right;
  width: auto;
  padding: 5px !important;
  margin: 5px !important;
}
/* line 77, templates/rt_notio/custom/scss/custom.scss */
ul.rsepro_upcoming.row-fluid-left {
  background-color: rgba(255, 244, 204, 0.231);
  text-align: left;
  width: auto;
  padding: 5px !important;
  margin: 5px !important;
}
/* line 84, templates/rt_notio/custom/scss/custom.scss */
.rsepro_upcoming li .rsepro-image {
  float: right;
  padding: 5px !important;
}
/* line 88, templates/rt_notio/custom/scss/custom.scss */
.rsepro_upcoming li .rsepro-image-left {
  float: left;
  padding: 5px !important;
}
/* line 92, templates/rt_notio/custom/scss/custom.scss */
#portfolio-8052-particle {
  background: #e8e8e8;
  border-bottom-width: 5px;
  border-width: medium;
  border-style: outset;
}
/* line 98, templates/rt_notio/custom/scss/custom.scss */
.g-authorslist-authors-wrapper {
  background: rgba(199, 183, 183, 0.1);
  padding: 10px;
  max-width: 400px;
}
/* line 104, templates/rt_notio/custom/scss/custom.scss */
div.jq_cont_drag_div {
  max-width: 500px;
}
/* line 107, templates/rt_notio/custom/scss/custom.scss */
div.jq_draggable_div {
  max-width: 500px;
}
/* line 110, templates/rt_notio/custom/scss/custom.scss */
div.jq_draggable_stop_div {
  background: rgba(85, 139, 190, 0.58);
}
@media only screen and (min-device-width: 1480px) {
  /* line 114, templates/rt_notio/custom/scss/custom.scss */
  .jq_quiz_container_tbl_content {
    max-width: 800px;
  }
}
/* line 119, templates/rt_notio/custom/scss/custom.scss */
.g-content-elearning {
  margin: 0rem;
  padding: 0.5rem;
}
/* line 124, templates/rt_notio/custom/scss/custom.scss */
.tooltipc {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
/* line 130, templates/rt_notio/custom/scss/custom.scss */
.tooltipc .tooltiptextc {
  visibility: hidden;
  width: -webkit-fill-available;
  max-width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 0.6rem;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
/* line 145, templates/rt_notio/custom/scss/custom.scss */
.g-onepage-menu ul {
  font-size: 0.74rem;
}
/* line 148, templates/rt_notio/custom/scss/custom.scss */
.g-onepage-menu ul li a {
  padding: 0.15rem 0.1rem;
}
/* line 151, templates/rt_notio/custom/scss/custom.scss */
.tooltipc:hover .tooltiptextc {
  visibility: visible;
}
/*Széchenyi logo*/
/* line 156, templates/rt_notio/custom/scss/custom.scss */
.logo2020 {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
/*header background*/
/* line 164, templates/rt_notio/custom/scss/custom.scss */
.header-background-fff4cc {
  background-color: #fff4cc;
}
/*Offcanvas*/
/* line 168, templates/rt_notio/custom/scss/custom.scss */
.g-offcanvas-left #g-offcanvas {
  font-size: 0.8rem;
}
/***********************Particles**********************/
/*Simple Menu*/
@media (max-width: 90.90909rem) {
  /* line 175, templates/rt_notio/custom/scss/custom.scss */
  .g-simplemenu-particle .g-simplemenu-container .g-simplemenu {
    font-size: 0.8rem;
    text-align: left;
  }
}
@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
  /* line 181, templates/rt_notio/custom/scss/custom.scss */
  .g-simplemenu-particle {
    padding: 0;
  }
}
/*Article Tabs*/
/* line 187, templates/rt_notio/custom/scss/custom.scss */
.g-articletabs .r-tabs .r-tabs-panel .g-articletabs-columns .g-articletabs-column-first {
  padding-right: 1.125rem;
  min-width: 65%;
}
/*News Tabs*/
/* line 192, templates/rt_notio/custom/scss/custom.scss */
.g-newstabs .g-newstabs-hamburger {
  display: none;
}
/***********Content Showcase*************/
/*Facebook Testimonials*/
/* line 198, templates/rt_notio/custom/scss/custom.scss */
.testimonial-small {
  font-size: small;
  font-style: italic;
  font-family: cursive;
}
@media only screen and (max-device-width: 480px) {
  /* line 204, templates/rt_notio/custom/scss/custom.scss */
  .g-contentshowcase .g-contentshowcase-container .g-contentshowcase-first-item-wrapper .g-contentshowcase-item-image {
    display: none;
  }
}
/***********Content Showcase end*************/
/*Home Image Grid */
/* line 211, templates/rt_notio/custom/scss/custom.scss */
.g-imagegrid .g-imagegrid-desc {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 1.5rem;
  margin-left: 10px;
}
/* line 217, templates/rt_notio/custom/scss/custom.scss */
.g-imagegrid .g-imagegrid-item {
  padding: 3px;
}
/* line 220, templates/rt_notio/custom/scss/custom.scss */
.titlepad {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 10px;
}
/**********************Particles end**********************/
/* RS Events Pro */
/* line 229, templates/rt_notio/custom/scss/custom.scss */
#rs_event_show .description {
  text-align: left;
}
/* line 232, templates/rt_notio/custom/scss/custom.scss */
#rsepro-rating .fa-star {
  color: #ecc624;
  font-size: xx-large;
  text-shadow: 2px 2px 4px black;
}
/* line 237, templates/rt_notio/custom/scss/custom.scss */
#rsepro-rating {
  padding-left: 50px;
}
/* line 240, templates/rt_notio/custom/scss/custom.scss */
#rsepro-rating a {
  font-size: xx-large;
}
/* line 243, templates/rt_notio/custom/scss/custom.scss */
.rsepro-title-block {
  font-size: 1.2rem;
}
/* line 246, templates/rt_notio/custom/scss/custom.scss */
.rsform {
  width: 100%;
}
/* line 249, templates/rt_notio/custom/scss/custom.scss */
.mod_slider_caption h3 a {
  color: #fbfbfb;
}
/* line 252, templates/rt_notio/custom/scss/custom.scss */
.mod_slider_caption h3 a:hover, .mod_slider_caption h3 a:focus {
  color: #ffc207;
}
/* line 255, templates/rt_notio/custom/scss/custom.scss */
.mod_slider_control {
  z-index: 2;
}
/* line 258, templates/rt_notio/custom/scss/custom.scss */
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/* line 263, templates/rt_notio/custom/scss/custom.scss */
#system-message {
  margin: 0 auto;
  padding: 200px 0 0;
}
/*Pwebox*/
@media only screen and (max-device-width: 480px) {
  /* line 271, templates/rt_notio/custom/scss/custom.scss */
  .pweb-offset-left.pweb-top, .pweb-offset-left.pweb-bottom {
    left: 0 !important;
  }
}
@media only screen and (max-device-width: 1000px) {
  /* line 276, templates/rt_notio/custom/scss/custom.scss */
  .logo2020 {
    max-width: 200px;
  }
}
/*# sourceMappingURL=custom_65.css.map */