@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@font-face {
  font-family: 'helveticaneuegreek';
  src: url("../../fonts/HelveticaNeue/hlgrbd-webfont.woff2") format("woff2"), url("../../fonts/HelveticaNeue/hlgrbd-webfont.woff") format("woff"), url("../../fonts/HelveticaNeue/HlGrBd.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneuegreek';
  src: url("../../fonts/HelveticaNeue/hlgrlg-webfont.woff2") format("woff2"), url("../../fonts/HelveticaNeue/hlgrlg-webfont.woff") format("woff"), url("../../fonts/HelveticaNeue/HlGrLg.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneuegreek';
  src: url("../../fonts/HelveticaNeue/hlgrth-webfont.woff2") format("woff2"), url("../../fonts/HelveticaNeue/hlgrth-webfont.woff") format("woff"), url("../../fonts/HelveticaNeue/HlGrTh.otf") format("opentype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneuegreek';
  src: url("../../fonts/HelveticaNeue/hlgrrg-webfont.woff2") format("woff2"), url("../../fonts/HelveticaNeue/hlgrrg-webfont.woff") format("woff"), url("../../fonts/HelveticaNeue/HlGrRg.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* animation mixing
keyframe animation
@include animation('animation-name .4s 1')*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto", "helveticaneuegreek", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*@include font-size(1);*/
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  /*@include font-size(0.9375);*/
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  /*@include font-size(0.9375);*/ }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

html {
  font-size: 62.5%; }
  @media (max-width: 1279px) {
    html {
      font-size: 58.5%; } }
  @media (max-width: 991px) {
    html {
      font-size: 54.5%; } }
  @media (max-width: 767px) {
    html {
      font-size: 50.5%; } }

body {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  color: #131314; }

html, body {
  height: 100%;
  /*overflow-x: hidden;
  overflow-y: auto;*/ }

a {
  color: #7a736c; }

a:hover {
  color: #131314; }

a:focus {
  color: #131314; }

a:visited {
  color: #131314; }

/* HELPERS */
@media (min-width: 768px) {
  .site-content {
    min-height: -webkit-calc(100vh - 318px);
    min-height: -moz-calc(100vh - 318px);
    min-height: calc(100vh - 318px); } }

@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-padding-sm {
    padding: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-padding-md {
    padding: 0; } }

@media (max-width: 1169px) {
  #navbar {
    background-color: #131314;
    /*margin-bottom: -10px;
    margin-top: 10px;*/
    -ms-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s; }
    #navbar #primary-menu {
      opacity: 0;
      -ms-transition: all ease 0.15s;
      -moz-transition: all ease 0.15s;
      -o-transition: all ease 0.15s;
      -webkit-transition: all ease 0.15s;
      transition: all ease 0.15s; }
    #navbar.in #primary-menu {
      opacity: 1; }

  .navbar-nav {
    margin: 0; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block;
    margin-top: 13px;
    background: transparent;
    box-shadow: none;
    border-radius: 0; }
    .navbar-toggle:hover {
      box-shadow: none; }
    .navbar-toggle:focus .icon-bar, .navbar-toggle:active .icon-bar {
      background-color: #7a736c; }
    .navbar-toggle .icon-bar {
      background-color: white; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    /*float: none!important;*/
    /*margin-top: 7.5px;*/ }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important;
    width: 100%;
    margin-top: 15px; } }
.ff-table {
  display: table; }
  .ff-table .ff-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; }

@media (max-width: 991px) {
  div[class*='row'].ff-table {
    display: block; }
    div[class*='row'].ff-table div[class*='col-'].ff-cell {
      display: block;
      float: left; } }
.section {
  position: relative; }

.revealOnScroll {
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.no-js .revealOnScroll {
  opacity: 1; }

.btn {
  border-radius: 0; }

.ff-btn {
  min-height: 4rem;
  color: white;
  background-color: #b88755;
  padding: 0.9rem 1.5rem;
  display: inline-block;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  @media (min-width: 992px) {
    .ff-btn {
      min-width: 20rem; } }
  .ff-btn:hover, .ff-btn:focus {
    color: white;
    background-color: #131314; }
  .ff-btn:visited {
    color: white; }

.ff-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }
  .ff-flex > * {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Firefox, Chrome, Opera */ }

.no-flexbox .ff-flex {
  display: block; }
  .no-flexbox .ff-flex > * {
    display: inline-block;
    vertical-align: middle; }

.top-60 {
  margin-top: 60px; }

.bottom-60 {
  margin-top: 60px; }

.line {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/line_pt.png) repeat-x; }

.login-dropdown {
  min-width: 400px;
  padding: 15px;
  border-radius: 0;
  color: white;
  background-color: rgba(20, 20, 20, 0.9); }
  @media (max-width: 991px) {
    .login-dropdown {
      min-width: 300px; } }
  .login-dropdown p {
    margin-bottom: 1.5rem; }
    .login-dropdown p:empty {
      height: 0; }
  .login-dropdown input {
    display: block;
    width: 100%;
    min-height: 35px;
    border-radius: 0;
    border-top: 1px solid #d6d3d1;
    border-left: 1px solid #d6d3d1;
    border-right: none;
    border-bottom: none; }
    .login-dropdown input:focus {
      outline-color: #7a736c; }
  .login-dropdown .ns-text a {
    color: #99918a; }
  .login-dropdown #loginbtn {
    display: inline-block;
    padding: 6px 12px;
    color: white; }
    .login-dropdown #loginbtn:hover {
      text-decoration: none;
      outline: 1px solid #7a736c; }
  .login-dropdown * {
    line-height: normal; }

.logged-dropdown {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  color: white;
  background-color: rgba(20, 20, 20, 0.9); }
  @media (max-width: 991px) {
    .logged-dropdown {
      min-width: 300px; } }
  .logged-dropdown ul {
    padding: 0;
    margin: 0; }
    .logged-dropdown ul li:not(:last-child) {
      border-bottom: 1px solid #7a736c; }
    .logged-dropdown ul li a {
      display: block;
      color: white;
      padding: 15px 15px;
      -ms-transition: color 0.25s, background-color 0.25s;
      -moz-transition: color 0.25s, background-color 0.25s;
      -o-transition: color 0.25s, background-color 0.25s;
      -webkit-transition: color 0.25s, background-color 0.25s;
      transition: color 0.25s, background-color 0.25s; }
      .logged-dropdown ul li a:hover {
        color: #131314;
        background-color: #7a736c; }
  .logged-dropdown * {
    line-height: normal; }

.modal#brandInfo .border {
  border: 2px solid #90a693; }
.modal#brandInfo .modal-header {
  background-color: white;
  border: none; }
  .modal#brandInfo .modal-header button {
    color: #131314; }
.modal#brandInfo .modal-content {
  padding: 1rem; }
.modal#brandInfo .modal-body {
  font-size: 1.8rem; }
  .modal#brandInfo .modal-body p {
    font-size: 1.8rem; }
  .modal#brandInfo .modal-body .msg p {
    margin-bottom: 5px; }
.modal#brandInfo .modal-footer {
  border: none;
  text-align: center;
  padding-bottom: 7rem; }
.modal#brandInfo .ff-btn {
  background: #d19f7a; }
  .modal#brandInfo .ff-btn:hover {
    background: #131314; }
.modal .modal-content {
  border-radius: 0; }
.modal .modal-header {
  background-color: #131314; }
.modal .modal-title {
  color: white; }
.modal button.close {
  color: #ddd;
  opacity: 1;
  box-shadow: none; }
.modal .ff-btn {
  background: white;
  box-shadow: none;
  border-radius: 0; }
  .modal .ff-btn#resetPass {
    display: inline-block;
    background-color: #7a736c;
    color: white;
    text-align: center;
    border-color: transparent;
    -ms-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .modal .ff-btn#resetPass:hover, .modal .ff-btn#resetPass:focus, .modal .ff-btn#resetPass:active {
      cursor: pointer;
      text-decoration: none;
      border-color: #131314; }
.modal input {
  display: block;
  width: 100%;
  min-height: 35px;
  border-radius: 0;
  background-color: #fafafa;
  border-top: 1px solid #d6d3d1;
  border-left: 1px solid #d6d3d1;
  border-right: none;
  border-bottom: none; }
  .modal input:focus {
    outline-color: #7a736c; }

.spot-page-section {
  position: relative;
  height: 100px; }
  .spot-page-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.42;
    background: url("../img/crosses.png") repeat; }
  @media (max-width: 991px) {
    .spot-page-section {
      height: 70px; } }
  .spot-page-section h1 {
    font-size: 1.8rem;
    color: #7a736c;
    margin: 1.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .spot-page-section > .container {
    height: 100%; }
    .spot-page-section > .container > .row {
      height: 100%; }
      .spot-page-section > .container > .row div[class*="col-"] {
        height: 100%; }
  .spot-page-section .ff-table {
    height: 100%; }

.page-setup {
  margin-top: 6rem; }
  .page-setup.normal-section {
    margin-top: 0; }
  @media (max-width: 767px) {
    .page-setup {
      margin-top: 0; } }
  .page-setup::before {
    content: "";
    display: block;
    height: 5rem;
    background-color: #7a736c; }
  .page-setup .entry-content {
    margin: 0;
    padding: 0; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: black; }

select {
  border: 1px solid #ddd; }

textarea {
  width: 100%; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: #131314; }

.ns-err {
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.9rem; }

.control-group {
  display: inline-block;
  /*vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;*/ }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  /*font-size: 18px;*/ }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #7a736c; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #131314; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.select select::-ms-expand {
  display: none; }

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000; }

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc; }

@media all and (min-width: 480px) {
  .no-padding {
    padding: 0; } }

.indexed, *.indexed, .page-setup .indexed {
  width: 100%;
  margin: 5rem auto;
  background-color: white;
  color: #7a736c;
  border: 1px solid #ddd;
  padding: 1rem 1.5rem; }
  @media (min-width: 768px) {
    .indexed, *.indexed, .page-setup .indexed {
      padding: 2rem 6rem; } }
  .indexed *:not(.fa):not(h1):not(h2):not(h3):not(h4):not(h5):not(sup):not(sub), *.indexed *:not(.fa):not(h1):not(h2):not(h3):not(h4):not(h5):not(sup):not(sub), .page-setup .indexed *:not(.fa):not(h1):not(h2):not(h3):not(h4):not(h5):not(sup):not(sub) {
    font-size: 1.6rem;
    color: #7a736c;
    line-height: 1.5; }

/* END HELPERS */
/* HEADER */
header.site-header {
  max-height: 100px;
  padding: 10px 0;
  background: #131314 url(../img/hbg.jpg) repeat-x center top; }
  @media (min-width: 992px) {
    header.site-header.scroll-state-active .navbar-header .navbar-brand img {
      max-width: 77px; } }
  @media (max-width: 1199px) {
    header.site-header > .container {
      width: 100%; } }
  header.site-header .navbar-header {
    margin-left: 15px; }
    header.site-header .navbar-header .navbar-brand {
      display: block;
      position: relative;
      float: left;
      width: 100px;
      min-height: 80px;
      padding: 0; }
      @media (max-width: 1169px) {
        header.site-header .navbar-header .navbar-brand {
          width: 57px;
          min-height: 60px;
          margin-left: 15px; } }
      header.site-header .navbar-header .navbar-brand img {
        display: block;
        position: absolute;
        top: 3px;
        vertical-align: middle;
        max-width: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: width 0.25s ease-out, max-width 0.25s ease-out;
        -moz-transition: width 0.25s ease-out, max-width 0.25s ease-out;
        -o-transition: width 0.25s ease-out, max-width 0.25s ease-out;
        -webkit-transition: width 0.25s ease-out, max-width 0.25s ease-out;
        transition: width 0.25s ease-out, max-width 0.25s ease-out;
        /*@media (max-width: $maxBreakpoint) {
            width: 60px;
        }*/ }
  header.site-header #user-actions {
    display: block;
    padding: 0 5px;
    font-size: 1.4rem;
    -ms-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    header.site-header #user-actions:hover, header.site-header #user-actions:focus, header.site-header #user-actions:active, header.site-header #user-actions[aria-expanded="true"] {
      text-decoration: none;
      background-color: #7a736c; }
  @media all and (min-width: 1170px) {
    header.site-header .navigation-inline {
      display: inline-block !important;
      float: none;
      vertical-align: middle; }
      header.site-header .navigation-inline#navbar {
        width: -webkit-calc(100% - 230px);
        width: -moz-calc(100% - 230px);
        width: calc(100% - 230px); } }

/* END: HEADER */
/* MAIN NAVIGATION */
@media (min-width: 1170px) {
  .ff-nav {
    display: block;
    float: left; } }

@media (min-width: 1170px) {
  #primary-menu > li:nth-last-of-type(-n+2) {
    float: right; } }
#primary-menu > li > a {
  font-size: 1.4rem;
  color: white;
  -ms-transition: color ease 0.25s, background-color ease 0.25s;
  -moz-transition: color ease 0.25s, background-color ease 0.25s;
  -o-transition: color ease 0.25s, background-color ease 0.25s;
  -webkit-transition: color ease 0.25s, background-color ease 0.25s;
  transition: color ease 0.25s, background-color ease 0.25s; }
  #primary-menu > li > a:hover, #primary-menu > li > a:focus {
    background-color: #7a736c; }
  @media (min-width: 992px) {
    #primary-menu > li > a {
      padding: 0 15px;
      line-height: 60px; } }

.ns-login {
  display: block;
  float: right;
  position: relative;
  /*display: inline-block !important;
  float: none;
  vertical-align: middle;*/
  line-height: 60px; }
  @media (min-width: 1170px) {
    .ns-login {
      padding: 9px 0; } }
  @media (max-width: 1169px) {
    .ns-login {
      float: none;
      position: absolute;
      margin-right: 0;
      top: 0;
      bottom: 0;
      right: 80px; } }
  .ns-login .dropdown-toggle {
    color: white; }
  .ns-login .header-icon, .ns-login svg {
    width: 34px;
    height: 34px;
    vertical-align: middle;
    fill: white; }

/* END: MAIN NAVIGATION */
/* HOME PAGE */
.hero {
  padding: 80px 0;
  background: black;
  background: -moz-linear-gradient(top, black 0%, #7a736c 40%, #7a736c 45%, #7a736c 50%, #7a736c 55%, #7a736c 60%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(40%, #7a736c), color-stop(45%, #7a736c), color-stop(50%, #7a736c), color-stop(55%, #7a736c), color-stop(60%, #7a736c), color-stop(100%, black));
  background: -webkit-linear-gradient(top, black 0%, #7a736c 40%, #7a736c 45%, #7a736c 50%, #7a736c 55%, #7a736c 60%, black 100%);
  background: -o-linear-gradient(top, black 0%, #7a736c 40%, #7a736c 45%, #7a736c 50%, #7a736c 55%, #7a736c 60%, black 100%);
  background: -ms-linear-gradient(top, black 0%, #7a736c 40%, #7a736c 45%, #7a736c 50%, #7a736c 55%, #7a736c 60%, black 100%);
  background: linear-gradient(to bottom, black 0%, #7a736c 40%, #7a736c 45%, #7a736c 50%, #7a736c 55%, #7a736c 60%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .hero.article-sec {
    margin-top: -5rem; }
    .hero.article-sec::before, .hero.article-sec::after {
      display: none; }
  .hero::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid black; }
    @media (max-width: 991px) {
      .hero::after {
        bottom: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid black; } }
  .hero .row.ff-table {
    width: 100%; }
  .hero .hero-image {
    position: relative;
    width: 100%; }
    .hero .hero-image:after {
      content: "";
      display: block;
      padding-bottom: 70%; }
    .hero .hero-image img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      max-width: 100%;
      display: block;
      vertical-align: middle;
      margin: auto; }
      @media (max-width: 991px) {
        .hero .hero-image img {
          top: 1.5rem;
          max-width: 75%; } }
  .hero .cta-text {
    text-align: center; }
    .hero .cta-text h1 {
      position: relative;
      color: white;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "helveticaneuegreek", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
      font-size: 3.2rem;
      line-height: 1.4;
      margin: 0 auto 2.4rem auto;
      padding-bottom: 1.8rem;
      background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 3px 1px;
      background-repeat: repeat-x; }
      .hero .cta-text h1::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 5px solid white; }
      .hero .cta-text h1::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 5px solid white; }
    .hero .cta-text .loginbtns > a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 768px) {
        .hero .cta-text .loginbtns > a {
          width: 46%; }
          .hero .cta-text .loginbtns > a:first-child {
            margin-right: 2px; }
          .hero .cta-text .loginbtns > a:last-child {
            margin-left: 2px; } }

.hero-text {
  padding: 40px 0;
  font-size: 1.6rem;
  color: white;
  background-color: #7a736c;
  z-index: 2;
  /*box-shadow: 0px 20px 15px -6px rgba(0, 0, 0, 0.33);*/ }

.the-content {
  overflow-x: hidden; }
  .the-content > h1 {
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 30px;
    position: relative;
    font-size: 2.6rem;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "helveticaneuegreek", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    .the-content > h1:before, .the-content > h1:after {
      background: #131314;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 50%;
      width: 400%; }
    .the-content > h1:before {
      right: 100%; }
    .the-content > h1:after {
      left: 100%; }

.become-member-section {
  padding: 6rem 0;
  box-shadow: 0 20px 15px -6px rgba(0, 0, 0, 0.33); }

.howto-box figure img {
  max-height: 94px;
  margin: auto; }
.howto-box article > h1:first-of-type {
  display: inline-block;
  padding: 0 25px;
  margin-bottom: 20px;
  position: relative;
  font-size: 4.8rem;
  font-family: 'Times New Roman' , 'Times' , serif;
  font-weight: normal; }
  .howto-box article > h1:first-of-type + h2 {
    margin-top: 0;
    margin-bottom: 20px; }
  .howto-box article > h1:first-of-type:before, .howto-box article > h1:first-of-type:after {
    background: #131314;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 4rem; }
  .howto-box article > h1:first-of-type:before {
    right: 100%; }
  .howto-box article > h1:first-of-type:after {
    left: 100%; }
.howto-box article > h2:first-of-type {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "helveticaneuegreek", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif; }

.news-section-home {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .news-section-home .ff-flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-section-home .ff-flex .ff-item {
      vertical-align: top; }
      @media (max-width: 991px) {
        .news-section-home .ff-flex .ff-item {
          -webkit-box-flex: initial;
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto;
          margin-bottom: 30px; } }
      .news-section-home .ff-flex .ff-item:nth-child(odd) .blog-box figure {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd; }
      .news-section-home .ff-flex .ff-item:nth-child(odd) .blog-box .blog-article-box {
        color: #7a736c;
        background-color: white;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd; }
      .news-section-home .ff-flex .ff-item .blog-box {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 1px solid white;
        -ms-transition: border-color 0.25s;
        -moz-transition: border-color 0.25s;
        -o-transition: border-color 0.25s;
        -webkit-transition: border-color 0.25s;
        transition: border-color 0.25s;
        /*&:hover {
            border-color: $ffGold;
            .blog-article-box {
                color: $ffGold;
                background-color: white;
                .ff-btn {
                    color: $ffGold;
                    border-color: $ffGold;
                    &:hover {
                        color: $ffBlack;
                        border-color: $ffBlack;
                    }
                }
            }
            .blog-box-description {
                border-color: $ffGold;
            }
        }*/ }
        @media (max-width: 991px) {
          .news-section-home .ff-flex .ff-item .blog-box {
            height: auto; } }
        .news-section-home .ff-flex .ff-item .blog-box .blog-article-box {
          width: 100%;
          min-height: 30%;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 15px 15px 15px 15px;
          color: white;
          background-color: #7a736c;
          -ms-transition: color 0.25s, background-color 0.25s;
          -moz-transition: color 0.25s, background-color 0.25s;
          -o-transition: color 0.25s, background-color 0.25s;
          -webkit-transition: color 0.25s, background-color 0.25s;
          transition: color 0.25s, background-color 0.25s;
          /*.ff-btn {
              color: white;
              border-color: white;
              &:hover {
                  color: $ffBlack;
              }
          }*/ }
          @media (max-width: 991px) {
            .news-section-home .ff-flex .ff-item .blog-box .blog-article-box {
              position: relative; } }
        .news-section-home .ff-flex .ff-item .blog-box p {
          margin: 0;
          padding: 0; }
        .news-section-home .ff-flex .ff-item .blog-box figure {
          position: relative;
          overflow: hidden;
          height: 500px;
          width: 100%;
          top: 0;
          right: 0;
          left: 0;
          /*@include aspect-ratio(3, 4);*/ }
          @media (max-width: 991px) {
            .news-section-home .ff-flex .ff-item .blog-box figure {
              height: auto; } }
          .news-section-home .ff-flex .ff-item .blog-box figure > a {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden; }
            @media (max-width: 991px) {
              .news-section-home .ff-flex .ff-item .blog-box figure > a {
                position: relative; } }
            .news-section-home .ff-flex .ff-item .blog-box figure > a img {
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 100%;
              height: auto; }
              @media (max-width: 991px) {
                .news-section-home .ff-flex .ff-item .blog-box figure > a img {
                  margin: auto;
                  position: relative; } }

.blog-box-title {
  font-size: 2.6rem;
  margin-top: 0; }
  @media (min-width: 992px) {
    .blog-box-title {
      min-height: 56px; } }

.blog-box-description {
  font-size: 1.8rem;
  line-height: 1.4;
  border-top: 1px solid white;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }
  @media (min-width: 992px) {
    .blog-box-description {
      padding: 10px 0; } }

.ns-brand {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .ns-brand.col-sm-6 {
      width: 49.666%; } }
  @media (min-width: 992px) {
    .ns-brand.col-md-3 {
      width: 24.666%; } }

.hero-video .embed-responsive {
  z-index: -1; }

/* END: HOME PAGE */
/* ACTIVATION PAGES */
.ns-form-container {
  background-color: #fcfcfc; }
  .ns-form-container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .ns-form-container > div[class*="col-"]:first-child:not(.full-form) {
      max-width: 23.5%;
      padding-left: 0; } }
  @media (max-width: 767px) {
    .ns-form-container > div[class*="col-"]:first-child:not(.full-form) {
      width: 260px;
      margin: auto;
      float: none; } }
  .ns-form-container .ns-form-container {
    background-color: transparent; }

.ns-login .ns-form-container {
  background-color: transparent; }

.ff-box {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  max-width: 100%;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .ff-box {
      margin-top: -8rem; } }
  .ff-box.has-slide .owl-carousel-item-imgoverlay {
    position: static;
    opacity: 1;
    padding: 1rem;
    background-color: transparent !important;
    color: #131314;
    text-align: left;
    text-shadow: none;
    line-height: normal; }
    .ff-box.has-slide .owl-carousel-item-imgoverlay .owl-carousel-item-imgtitle {
      font-size: 1.8rem; }
  .ff-box.has-data {
    position: relative;
    min-height: 30rem;
    padding: 2rem 0.5rem; }
    .ff-box.has-data .user-name {
      display: block;
      text-align: center;
      font-size: 1.6rem;
      color: #7a736c; }
    .ff-box.has-data .user-mail {
      display: block;
      text-align: center;
      color: #7a736c;
      font-size: 1.3rem; }
  .ff-box.has-anchrors {
    position: relative;
    min-height: 15rem;
    padding: 2rem 0.5rem;
    margin-top: 5rem; }
    .ff-box.has-anchrors ul {
      margin: 0;
      padding: 0; }
      .ff-box.has-anchrors ul li {
        position: relative; }
        .ff-box.has-anchrors ul li.active svg g {
          filter: none; }
        .ff-box.has-anchrors ul li.active svg path {
          fill: #d19f7a; }
        .ff-box.has-anchrors ul li svg {
          display: block;
          position: absolute;
          z-index: 10;
          left: 6px;
          top: 50%;
          margin-top: -5px; }
        .ff-box.has-anchrors ul li a {
          padding-left: 25px; }

.ff-box-form {
  width: 100%;
  background-color: white;
  border: 1px solid #ddd;
  margin: 5rem auto; }
  .ff-box-form.profile-form {
    background-color: transparent;
    border: none; }
  .ff-box-form .inner {
    padding: 0 1.5rem 4rem 1.5rem; }
  .ff-box-form .form-inline {
    position: relative;
    padding: 4rem 0; }
  .ff-box-form .form-group {
    position: relative; }
  .ff-box-form .ns-form-container-row .form-inline {
    padding: 1.8rem 0; }
    .ff-box-form .ns-form-container-row .form-inline label {
      text-align: left; }
      @media all and (min-width: 992px) {
        .ff-box-form .ns-form-container-row .form-inline label {
          min-width: 22rem; } }
      @media all and (min-width: 768px) and (max-width: 991px) {
        .ff-box-form .ns-form-container-row .form-inline label {
          min-width: 19.8rem; } }
    .ff-box-form .ns-form-container-row .form-inline input[type="text"] {
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent; }
  .ff-box-form #ns-ages-container .form-group::before {
    content: "";
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px; }
    @media all and (min-width: 992px) {
      .ff-box-form #ns-ages-container .form-group::before {
        min-width: 22.3rem; } }
    @media all and (min-width: 768px) and (max-width: 991px) {
      .ff-box-form #ns-ages-container .form-group::before {
        min-width: 19.8rem; } }
  .ff-box-form input[type="text"], .ff-box-form select {
    height: auto;
    padding: 1rem 2rem;
    border-radius: 0;
    letter-spacing: 0.08rem;
    -ms-transition: color ease 0.15s, border ease 0.15s, border-color ease 0.15s;
    -moz-transition: color ease 0.15s, border ease 0.15s, border-color ease 0.15s;
    -o-transition: color ease 0.15s, border ease 0.15s, border-color ease 0.15s;
    -webkit-transition: color ease 0.15s, border ease 0.15s, border-color ease 0.15s;
    transition: color ease 0.15s, border ease 0.15s, border-color ease 0.15s; }
    @media all and (min-width: 992px) {
      .ff-box-form input[type="text"], .ff-box-form select {
        min-width: 40rem; } }
    @media all and (min-width: 1200px) {
      .ff-box-form input[type="text"], .ff-box-form select {
        min-width: 45rem; } }
    @media all and (min-width: 768px) and (max-width: 991px) {
      .ff-box-form input[type="text"], .ff-box-form select {
        min-width: 30rem; } }
    .ff-box-form input[type="text"]::-webkit-input-placeholder, .ff-box-form select::-webkit-input-placeholder {
      color: #ddd; }
    .ff-box-form input[type="text"]::-moz-placeholder, .ff-box-form select::-moz-placeholder {
      color: #ddd; }
    .ff-box-form input[type="text"]:-ms-input-placeholder, .ff-box-form select:-ms-input-placeholder {
      color: #ddd; }
    .ff-box-form input[type="text"]::-moz-placeholder, .ff-box-form select::-moz-placeholder {
      color: #ddd; }
    .ff-box-form input[type="text"]::placeholder, .ff-box-form select::placeholder {
      color: #ddd; }
    .ff-box-form input[type="text"].red::-webkit-input-placeholder, .ff-box-form select.red::-webkit-input-placeholder {
      color: red; }
    .ff-box-form input[type="text"].red::-moz-placeholder, .ff-box-form select.red::-moz-placeholder {
      color: red; }
    .ff-box-form input[type="text"].red:-ms-input-placeholder, .ff-box-form select.red:-ms-input-placeholder {
      color: red; }
    .ff-box-form input[type="text"].red::-moz-placeholder, .ff-box-form select.red::-moz-placeholder {
      color: red; }
    .ff-box-form input[type="text"].red::placeholder, .ff-box-form select.red::placeholder {
      color: red; }
  .ff-box-form label {
    color: #7a736c;
    font-size: 1.8rem;
    font-weight: normal;
    padding-right: 1rem;
    -ms-transition: color ease 0.15s;
    -moz-transition: color ease 0.15s;
    -o-transition: color ease 0.15s;
    -webkit-transition: color ease 0.15s;
    transition: color ease 0.15s; }
    .ff-box-form label.highlight {
      color: black; }
    @media all and (min-width: 992px) {
      .ff-box-form label {
        padding-right: 2rem; } }
  @media all and (min-width: 1200px) {
    .ff-box-form .ff-btn {
      margin-right: 11rem; } }
  .ff-box-form #code {
    background-color: #fffcd5; }
  .ff-box-form .row-inline.ff-flex {
    margin: auto;
    display: flex;
    align-content: flex-end;
    align-items: center;
    justify-content: center; }
    @media all and (min-width: 992px) {
      .ff-box-form .row-inline.ff-flex {
        max-width: 62rem; } }
    @media all and (min-width: 1200px) {
      .ff-box-form .row-inline.ff-flex {
        max-width: 68rem; } }
  .ff-box-form .row-inline .form-inline {
    display: inline-block;
    text-align: left;
    flex-basis: auto;
    flex-grow: 2;
    /*width: -webkit-calc(100%/3.03);
    width: -moz-calc(100%/3.03);
    width: calc(100%/3.03);*/ }
    .ff-box-form .row-inline .form-inline:last-of-type .form-group {
      padding-right: 0; }
    .ff-box-form .row-inline .form-inline .form-group {
      width: 100%;
      padding-right: 1.5rem; }
    .ff-box-form .row-inline .form-inline label {
      display: block;
      width: auto;
      min-width: 10px;
      /*padding-right: 1.5rem;
      padding-left: 0.5rem;*/ }
    .ff-box-form .row-inline .form-inline select {
      width: 100%;
      min-width: 10px; }
  .ff-box-form .ns-errmsg {
    position: absolute;
    left: 0;
    right: 0;
    background: #fafafa;
    padding: 0.2rem;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.1rem; }

.step-title h4 {
  color: #7a736c;
  line-height: 3rem; }

/* END ACTIVATION PAGES */
/* PROFILE PAGE */
@-webkit-keyframes menuanim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes menuanim {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes menuanim {
  0% {
    opacity: 0;
    -ms-transform: scale(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes menuanim {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes menuanim {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.indicator {
  border-bottom: 2px solid black;
  position: absolute;
  bottom: 0;
  width: 0;
  opacity: 0;
  -ms-transition: border-color 0.15s, opacity 0.15s;
  -moz-transition: border-color 0.15s, opacity 0.15s;
  -o-transition: border-color 0.15s, opacity 0.15s;
  -webkit-transition: border-color 0.15s, opacity 0.15s;
  transition: border-color 0.15s, opacity 0.15s; }

.profile-nav {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #7a736c; }
  .profile-nav ul.navbar-nav {
    float: none;
    min-height: 5rem;
    list-style-type: none; }
    @media (max-width: 767px) {
      .profile-nav ul.navbar-nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        text-align: center;
        overflow-x: auto; } }
    .profile-nav ul.navbar-nav li {
      display: inline-block;
      vertical-align: middle;
      float: none; }
      .profile-nav ul.navbar-nav li a {
        display: block;
        padding: 0.2rem 2.2rem;
        line-height: 5rem;
        color: white; }
        .profile-nav ul.navbar-nav li a:hover {
          text-decoration: none !important; }

.page-profile::before {
  display: none; }
.page-profile .form-group *[disabled] {
  position: relative;
  z-index: 0;
  background-color: transparent;
  border-color: transparent;
  color: black;
  -ms-transition: background-color ease 0.15s;
  -moz-transition: background-color ease 0.15s;
  -o-transition: background-color ease 0.15s;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s; }
.page-profile .form-group select[disabled] {
  border: 1px solid #ddd; }
.page-profile .form-group:hover *[disabled] {
  background-color: #fafafa; }
.page-profile .form-group:hover .change {
  z-index: 10;
  visibility: visible;
  opacity: 1; }
.page-profile .profile-points,
.page-profile .profile-vouchers {
  text-align: right;
  padding-right: 2rem; }
  .page-profile .profile-points span,
  .page-profile .profile-vouchers span {
    color: #7a736c;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem; }
  .page-profile .profile-points .circle-points,
  .page-profile .profile-vouchers .circle-points {
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: #90a693;
    min-width: 6.2rem;
    min-height: 6.2rem;
    line-height: 6rem;
    margin: 0.5rem; }

.profile-image img {
  display: block;
  max-width: 14rem;
  border-radius: 50%;
  margin: auto; }

.profile-options {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 0.5rem;
  display: inline-block;
  text-align: center; }
  .profile-options:hover svg rect, .profile-options:focus svg rect, .profile-options.active svg rect {
    fill: #d19f7a !important; }
  .profile-options svg {
    width: 2.4rem;
    height: 2.4rem; }
    .profile-options svg rect {
      fill: #ddd; }

.profile-options-menu {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  padding: 2.5rem 3.8rem 2.5rem 2.5rem;
  max-width: 100%;
  background-color: #eee;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: calc(100% - 30px) 30px;
  -moz-transform-origin: calc(100% - 30px) 30px;
  -ms-transform-origin: calc(100% - 30px) 30px;
  -o-transform-origin: calc(100% - 30px) 30px;
  transform-origin: calc(100% - 30px) 30px;
  -ms-transition: opacity 0.25s, transform 0.25s;
  -moz-transition: opacity 0.25s, transform 0.25s;
  -o-transition: opacity 0.25s, transform 0.25s;
  -webkit-transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s; }
  .profile-options-menu.menu-active {
    -webkit-animation: menuanim 150ms 1.00800ms forwards;
    -moz-animation: menuanim 150ms 1.00800ms forwards;
    -ms-animation: menuanim 150ms 1.00800ms forwards;
    -o-animation: menuanim 150ms 1.00800ms forwards;
    animation: menuanim 150ms 1.00800ms forwards; }
  .profile-options-menu .profile-options svg rect {
    fill: #d19f7a; }
  .profile-options-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .profile-options-menu ul li {
      padding: 0.5rem 0; }

.change-holder {
  display: inline-block;
  position: relative; }
  @media (max-width: 767px) {
    .change-holder {
      width: 100%; } }

.change {
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.4rem;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  background-color: #fafafa;
  padding: 1rem;
  -ms-transition: opacity ease 0.15s;
  -moz-transition: opacity ease 0.15s;
  -o-transition: opacity ease 0.15s;
  -webkit-transition: opacity ease 0.15s;
  transition: opacity ease 0.15s; }
  .change:hover {
    cursor: pointer; }
  .change.hide {
    z-index: -10;
    visibility: hidden;
    opacity: 0; }
  .change.input-active, .change.show {
    z-index: 10;
    visibility: visible;
    opacity: 1;
    background-color: white; }

.row-inline .change-holder {
  width: 100%; }

.portable .change {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  right: 2px;
  bottom: 2px;
  top: 2px;
  text-align: center; }
  @media (min-width: 480px) {
    .portable .change {
      min-width: 4rem; } }
  .portable .change span {
    display: none; }

/* END PROFILE PAGE */
/* BRAND PAGE */
.brands-section.page-setup {
  margin-top: 0; }
.brands-section .panel {
  border: none;
  box-shadow: none; }
.brands-section .panel-body {
  border: none !important; }
  @media screen and (max-width: 768px) {
    .brands-section .panel-body {
      padding-left: 0;
      padding-right: 0; } }
.brands-section .panel-heading {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d19f7a;
  background-color: white;
  padding: 2rem 0; }
.brands-section .panel-title {
  position: relative;
  -ms-transition: background-color ease 0.15s;
  -moz-transition: background-color ease 0.15s;
  -o-transition: background-color ease 0.15s;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s; }
  .brands-section .panel-title:hover {
    background-color: #fafafa; }
  .brands-section .panel-title img {
    display: block;
    vertical-align: middle;
    max-width: 40rem;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -ms-transition: filter ease 0.25s;
    -moz-transition: filter ease 0.25s;
    -o-transition: filter ease 0.25s;
    -webkit-transition: filter ease 0.25s;
    transition: filter ease 0.25s; }
    @media screen and (max-width: 768px) {
      .brands-section .panel-title img {
        max-width: 80%; } }
  .brands-section .panel-title .fa {
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -8px;
    color: #d19f7a;
    -ms-transition: transform ease 0.25s;
    -moz-transition: transform ease 0.25s;
    -o-transition: transform ease 0.25s;
    -webkit-transition: transform ease 0.25s;
    transition: transform ease 0.25s; }
  .brands-section .panel-title a[aria-expanded="true"] ~ .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .brands-section .panel-title a[aria-expanded="true"] img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0); }
.brands-section table tr td {
  font-size: 1.8rem;
  line-height: 4rem;
  border: 1px solid #d19f7a; }
  .brands-section table tr td:first-child {
    color: white;
    background-color: #d19f7a; }
@media screen and (max-width: 992px) {
  .brands-section table tr td {
    font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  .brands-section table {
    width: 100%;
    /*tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }*/ }
    .brands-section table thead {
      display: none; }
    .brands-section table tr:nth-of-type(2n) {
      background-color: inherit; }
    .brands-section table tr td:first-child {
      font-weight: bold; }
    .brands-section table tbody td {
      display: block;
      text-align: center;
      border-top: none; }
      .brands-section table tbody td:empty {
        display: none; } }

/* END BRAND PAGE */
/* SINGLE POST PAGE */
article[class*="post-"] ul {
  margin: 0 0 1.5rem 0.5rem; }

.single-post-area {
  max-width: 90rem;
  margin: auto; }
  .single-post-area > article {
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    margin: 5rem auto; }
    @media all and (max-width: 767px) {
      .single-post-area > article {
        border: none; } }
    @media screen and (min-width: 768px) {
      .single-post-area > article .inner {
        padding: 2.5rem 2.5rem 4rem 2.5rem; } }
    @media all and (max-width: 767px) {
      .single-post-area > article .inner {
        padding: 0; } }
    .single-post-area > article .post-image {
      display: block;
      border: 1px solid #ddd;
      padding: 5px;
      margin: 0 0 2rem 2rem; }
      @media screen and (max-width: 767px) {
        .single-post-area > article .post-image {
          margin: 0 auto 2rem auto;
          border: none; } }
      .single-post-area > article .post-image img {
        display: block;
        margin: auto; }
    .single-post-area > article *:not(.fa):not(h1):not(h2):not(h3):not(h4):not(h5) {
      font-size: 1.6rem;
      color: #7a736c;
      line-height: 1.5; }
    .single-post-area > article .article-map-link {
      color: #131314 !important;
      letter-spacing: -0.015rem; }
  .single-post-area .entry-title {
    position: relative;
    font-size: 2.6rem;
    color: #7a736c;
    display: inline-block;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    background-color: white;
    border: 1px solid #ddd; }
    @media all and (min-width: 1280px) {
      .single-post-area .entry-title {
        margin-top: 0;
        margin-left: -7rem; } }

.float-xs-left {
  float: left; }
  @media screen and (min-width: 768px) {
    .float-xs-left {
      float: right; } }

/* END SINGLE POST PAGE */
/* TERMS OF USE PAGE */
#termsaccordion ul, #termsaccordion ol {
  padding-left: 2.5rem;
  margin-left: 0; }
  #termsaccordion ul li, #termsaccordion ol li {
    margin-bottom: 1rem; }
#termsaccordion .panel {
  border: none;
  box-shadow: none; }
#termsaccordion .panel-body {
  border: none !important; }
  @media screen and (max-width: 768px) {
    #termsaccordion .panel-body {
      padding-left: 0;
      padding-right: 0; } }
#termsaccordion .panel-heading {
  border-radius: 0;
  border: none;
  border: 1px solid #d19f7a;
  background-color: white;
  padding: 0; }
#termsaccordion .panel-title {
  position: relative;
  -ms-transition: background-color ease 0.15s;
  -moz-transition: background-color ease 0.15s;
  -o-transition: background-color ease 0.15s;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s; }
  #termsaccordion .panel-title:hover {
    background-color: #fafafa; }
  #termsaccordion .panel-title a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 2rem 1.5rem; }
    #termsaccordion .panel-title a:hover, #termsaccordion .panel-title a:focus, #termsaccordion .panel-title a:active, #termsaccordion .panel-title a:visited {
      text-decoration: none; }
  #termsaccordion .panel-title .fa {
    position: absolute;
    z-index: 0;
    right: 2rem;
    top: 50%;
    margin-top: -8px;
    color: #d19f7a;
    -ms-transition: transform ease 0.25s;
    -moz-transition: transform ease 0.25s;
    -o-transition: transform ease 0.25s;
    -webkit-transition: transform ease 0.25s;
    transition: transform ease 0.25s; }
  #termsaccordion .panel-title a[aria-expanded="true"] ~ .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
#termsaccordion table td {
  padding: 0.5rem; }

.section-title,
.section-title > h1 {
  font-size: 1.8rem;
  color: #d19f7a;
  margin: 2rem auto;
  padding: 2rem 0;
  border-bottom: 1px solid #d19f7a; }

/* END TERMS OF USE PAGE */
/* PAGE QUESTIONS */
@media (min-width: 480px) {
  .ns-form-container .sticky-parent {
    max-width: none;
    padding-left: 0; } }
@media (max-width: 480px -1) {
  .ns-form-container .sticky-parent {
    position: static !important; } }

.has-anchrors.affix {
  position: fixed;
  top: 11.5rem;
  top: -webkit-calc(65px + 5rem);
  top: -moz-calc(65px + 5rem);
  top: calc(65px + 5rem);
  max-width: 26rem;
  margin-top: 0; }
  @media (max-width: 767px) {
    .has-anchrors.affix {
      position: relative;
      top: auto; } }

.answer {
  padding: 1rem;
  margin-bottom: 3rem;
  min-height: 30rem;
  -ms-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s; }
  .answer.loading-content {
    opacity: 0;
    visibility: hidden; }
  .answer > h1, .answer > h2, .answer > h3 {
    font-size: 1.8rem;
    color: #d19f7a;
    margin: 2rem auto;
    padding: 2rem 0;
    border-bottom: 1px solid #d19f7a; }
  .answer:focus {
    outline-color: transparent;
    background-color: #fafafa; }
  .answer ul, .answer ol {
    padding-left: 2.5rem;
    margin-left: 0; }
    .answer ul li, .answer ol li {
      margin-bottom: 1rem; }

/* END PAGE QUESTIONS */
/* PAGE PRIVILEGES */
.privileges {
  color: #7a736c; }
  .privileges .fa {
    color: #d19f7a; }
  .privileges hr {
    border-color: #d19f7a; }
  .privileges .jumbotron {
    text-align: center;
    padding: 1.5rem 2.5rem;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #d19f7a, 0px 0px 0px 4px white, 0px 0px 0px 6px #d19f7a; }
    @media (min-width: 992px) {
      .privileges .jumbotron {
        max-width: 60%;
        margin: auto; } }
    .privileges .jumbotron * {
      font-size: inherit; }
      .privileges .jumbotron *:not(b), .privileges .jumbotron *:not(strong) {
        font-weight: normal; }
    .privileges .jumbotron b, .privileges .jumbotron strong {
      font-weight: bold; }

/* END PAGE PRIVILEGES */
/* PAGE POINTS */
.page-points .tab1-enc {
  font-size: 14px;
  *text-transform: inherit; }
.page-points .make-rt p {
  font-size: 12px; }
.page-points .ui-autocomplete {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 350px; }
.page-points table {
  color: #7a736c;
  width: 100%;
  border: none;
  border-collapse: collapse; }
.page-points thead {
  color: white;
  background-color: #90a693; }
.page-points th, .page-points td {
  text-align: center;
  padding: 1rem 0.75rem; }
.page-points .information {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
.page-points tfoot tr td {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border: none; }
  .page-points tfoot tr td > div {
    padding: 0;
    border: 1px solid #90a693; }
  .page-points tfoot tr td .information {
    padding: 1rem 0.75rem;
    text-align: center;
    font-weight: 700; }
@media (max-width: 767px) {
  .page-points table, .page-points thead, .page-points tbody, .page-points tfoot, .page-points th, .page-points td, .page-points tr {
    display: block; }
  .page-points thead {
    display: none; }
  .page-points thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .page-points .table-bordered > thead > tr > th, .page-points .table-bordered > tbody > tr > th, .page-points .table-bordered > tfoot > tr > th, .page-points .table-bordered > thead > tr > td, .page-points .table-bordered > tbody > tr > td, .page-points .table-bordered > tfoot > tr > td {
    border: none;
    border-bottom: 1px solid #eee; }
  .page-points .table-bx table td {
    border-bottom: none !important; }
  .page-points tr {
    border-bottom: 1px solid #aaa !important; }
  .page-points td {
    border: none;
    border-bottom: none;
    position: relative;
    text-align: center; }
    .page-points td:before {
      display: inline-block;
      vertical-align: middle;
      padding: 0.75rem;
      width: 50%;
      text-align: right; }
  .page-points tbody tr td:nth-child(1):before {
    content: "AA: "; }
  .page-points tbody tr td:nth-child(2):before {
    content: "ΗΜΕΡΟΜΗΝΙΑ: "; }
  .page-points tbody tr td:nth-child(3):before {
    content: "ΠΟΝΤΟΙ: "; }
  .page-points tbody tr td:nth-child(4):before {
    content: "ΤΥΠΟΣ: "; }
  .page-points tbody tr td:nth-child(5):before {
    content: "ΚΑΤΑΣΤΗΜΑ: "; }
  .page-points tfoot tr td .information {
    padding: 1rem 0.75rem;
    text-align: center; }
  .page-points .information {
    padding: 0.75rem;
    font-weight: 700;
    width: 50%;
    text-align: left; } }

/* END PAGE POINTS */
/* WELCOME PAGE  */
.welcome-message .jumbotron {
  padding: 2rem 0;
  border-radius: 0;
  color: #5e6162; }
  .welcome-message .jumbotron .row > div[class*="col-"] h1:first-of-type {
    font-weight: 400;
    text-align: center;
    font-size: 2.6rem;
    margin: 0 0 2rem 0;
    padding: 1.8rem 1rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: #5e6162;
    background-color: #bebebe; }
  .welcome-message .jumbotron p {
    font-size: 2rem;
    font-weight: 300; }
  .welcome-message .jumbotron figure img {
    position: relative;
    display: block;
    margin: auto;
    max-width: 100%; }
    @media (min-width: 992px) {
      .welcome-message .jumbotron figure img {
        margin-bottom: -30%; } }

.dashed-quote {
  border: 3px dashed white;
  padding: 1.5rem;
  margin: 2rem auto; }
  .dashed-quote p {
    padding: 0;
    margin: 0; }

/* END WELCOME PAGE */
/* CONTACT PAGE */
.general-contact .container {
  border: 1px solid #7a736c;
  padding: 20px 20px 10px 20px;
  margin-top: 60px; }
.general-contact .input [type=text] {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #7a736c;
  margin: 0px auto 30px auto;
  padding: 6px;
  float: left;
  text-align: left;
  color: #7a736c;
  font-family: "Roboto";
  font-size: 16px; }
.general-contact input:focus, .general-contact textarea:focus {
  outline: none; }
.general-contact .ion-android-pin {
  color: #b88755;
  font-size: 24px; }
.general-contact .ion-android-call {
  color: #b88755;
  font-size: 24px; }
.general-contact .ion-email {
  color: #b88755;
  font-size: 24px; }
.general-contact input[type="submit"] {
  width: auto;
  font-size: 1.6rem;
  padding: 0 1rem;
  height: auto;
  line-height: 4rem;
  background-color: #b88755;
  color: #ffffff;
  margin-top: 4rem;
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -ms-transition: background-color ease 0.25s;
  -moz-transition: background-color ease 0.25s;
  -o-transition: background-color ease 0.25s;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s; }
  .general-contact input[type="submit"]:hover {
    color: white;
    text-decoration: none;
    background-color: #131314; }
.general-contact button:focus, .general-contact textarea:focus {
  outline: none; }
.general-contact a.contact {
  text-decoration: none;
  color: #7a736c; }
.general-contact a.contact:hover {
  color: #b88755; }
.general-contact .no-border-sm {
  padding: 60px;
  border-right: 1px solid #7a736c; }
.general-contact .center {
  text-align: center; }
.general-contact .contact-info-container {
  text-align: left;
  max-width: 75%;
  margin: 80px auto;
  padding: 40px 0px 40px 0px;
  color: #7a736c; }
  .general-contact .contact-info-container > div {
    margin-bottom: 1.5rem; }
    .general-contact .contact-info-container > div .icon {
      margin-right: 1rem;
      vertical-align: middle; }
@media (max-width: 991px) {
  .general-contact .no-border-sm {
    border: none; }
  .general-contact .contact-info-container {
    max-width: 75%;
    margin: 0 auto;
    display: inline-block;
    padding: 0; } }
@media (max-width: 479px) {
  .general-contact .container {
    border: none;
    margin-top: 0; }
  .general-contact .no-border-sm {
    padding: 1.5rem; }
  .general-contact .contact-info-container {
    max-width: 90%; }
  .general-contact input[type="submit"] {
    padding-left: 2rem;
    padding-right: 2rem; } }

.member-contact .container-fluid {
  /*border: 1px solid #7a736c;
  padding: 20px 20px 10px 20px;
  margin-top: 60px;*/ }
.member-contact .input [type=text] {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #7a736c;
  margin: 0px auto 30px auto;
  padding: 6px;
  float: left;
  text-align: left;
  color: #7a736c;
  font-family: "Roboto";
  font-size: 16px; }
.member-contact input:focus, .member-contact textarea:focus {
  outline: none; }
.member-contact .ion-android-pin {
  color: #b88755;
  font-size: 24px; }
.member-contact .ion-android-call {
  color: #b88755;
  font-size: 24px; }
.member-contact .ion-email {
  color: #b88755;
  font-size: 24px; }
.member-contact input[type="submit"] {
  width: auto;
  font-size: 1.6rem;
  padding: 0 1rem;
  height: auto;
  line-height: 4rem;
  background-color: #b88755;
  color: #ffffff;
  margin-top: 4rem;
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -ms-transition: background-color ease 0.25s;
  -moz-transition: background-color ease 0.25s;
  -o-transition: background-color ease 0.25s;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s; }
  .member-contact input[type="submit"]:hover {
    color: white;
    text-decoration: none;
    background-color: #131314; }
.member-contact button:focus, .member-contact textarea:focus {
  outline: none; }
.member-contact a.contact {
  text-decoration: none;
  color: #7a736c; }
.member-contact a.contact:hover {
  color: #b88755; }
.member-contact .no-border-sm {
  padding: 4rem;
  border-right: 1px solid #eee; }
.member-contact .center {
  text-align: center; }
.member-contact .contact-info-container {
  text-align: left;
  max-width: 100%;
  margin: 30px auto;
  padding: 40px 0px 40px 0px;
  color: #7a736c; }
  .member-contact .contact-info-container > div {
    margin-bottom: 1.5rem; }
    .member-contact .contact-info-container > div .icon {
      margin-right: 1rem;
      vertical-align: middle; }
@media (max-width: 1199px) {
  .member-contact .container-fluid {
    border: none;
    margin-top: 0; }
  .member-contact .no-border-sm {
    border: none; }
  .member-contact .contact-info-container {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0; } }
@media (max-width: 767px) {
  .member-contact {
    /*.contact-info-container{
        max-width: 90%;
    }*/ }
    .member-contact .no-border-sm {
      padding: 1.5rem; }
    .member-contact input[type="submit"] {
      padding-left: 2rem;
      padding-right: 2rem; } }

/* END CONTACT PAGE */
/* STORE PAGE */
.stores-section.page-setup {
  margin-top: 0; }
.stores-section .ns-form-container .inner {
  margin-top: 2.5rem;
  background-color: white;
  border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .stores-section .ns-form-container .inner {
      padding: 2rem 5rem; } }

.store-form .ff-btn {
  width: 100%;
  min-width: 6rem;
  border: none;
  box-shadow: none;
  background-color: #90a693; }
  .store-form .ff-btn:hover, .store-form .ff-btn:focus {
    background-color: #131314; }
.store-form .form-inline .form-group {
  width: 100%; }
  .store-form .form-inline .form-group label {
    max-width: 30%;
    margin-bottom: 0;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: normal; }
    @media (max-width: 767px) {
      .store-form .form-inline .form-group label {
        padding-right: 0;
        margin-bottom: 5px;
        width: 100%;
        max-width: 100%; } }
  .store-form .form-inline .form-group .form-control {
    width: 69%;
    border-radius: 0; }
    @media (max-width: 767px) {
      .store-form .form-inline .form-group .form-control {
        width: 100%; } }

.store {
  padding-top: 15px;
  padding-bottom: 15px; }
  .store:not(:last-of-type) {
    border-bottom: 1px solid #ddd; }
  .store .store-name {
    font-size: 2rem;
    font-weight: 300;
    color: #131314; }
  .store address {
    color: #7a736c;
    margin: 3rem auto; }
  .store *[class*="st-"] {
    font-size: 1.4rem;
    font-weight: 700; }
  .store div[id*="wpgmaps_directions"] h2 {
    font-size: 2rem;
    font-weight: 300; }
  .store div[id*="wpgmaps_directions"] td {
    padding: 0.8rem 0.4rem; }
    .store div[id*="wpgmaps_directions"] td label {
      font-weight: normal; }
  .store div[id*="wpgmaps_directions"] button, .store div[id*="wpgmaps_directions"] input[type="button"], .store div[id*="wpgmaps_directions"] input[type="reset"], .store div[id*="wpgmaps_directions"] input[type="submit"] {
    font-size: 1.6rem;
    padding: 0.6rem 1.2rem; }

/* CUSTOM PAGINATION */
.custom-pagination span, .custom-pagination a {
  display: inline-block;
  padding: 2px 10px; }
.custom-pagination a {
  background-color: #ebebeb;
  color: #131314;
  -ms-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s; }
  .custom-pagination a:hover {
    background-color: #131314;
    color: white;
    text-decoration: none; }
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0; }
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro; }
.custom-pagination span.current {
  background-color: #b88755;
  color: white; }

/* END STORE PAGE */
/* ARTICLE SLICK SLIDES */
.slick-section {
  max-width: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #ddd; }

.ff-slider {
  text-align: center;
  position: absolute;
  visibility: hidden; }
  .ff-slider.slick-initialized {
    position: relative;
    visibility: visible; }
  .ff-slider .slick-list {
    overflow: visible; }
  .ff-slider .slick-dots li {
    position: relative;
    z-index: 2; }
    .ff-slider .slick-dots li::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      width: 20px;
      top: 6px;
      right: -13px;
      height: 1px;
      background-color: #ccc; }
    .ff-slider .slick-dots li::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 20px;
      top: 7px;
      right: -13px;
      height: 1px;
      background-color: white; }
    .ff-slider .slick-dots li:last-of-type::before, .ff-slider .slick-dots li:last-of-type::after {
      display: none; }
    .ff-slider .slick-dots li.slick-active button {
      background-image: -moz-linear-gradient(90deg, #eee 0%, white 100%);
      background-image: -webkit-linear-gradient(90deg, #eee 0%, white 100%);
      background-image: -ms-linear-gradient(90deg, #eee 0%, white 100%);
      box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.004), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.004); }
    .ff-slider .slick-dots li button {
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: #eeeeee;
      box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
      -ms-transition: all ease 0.25s;
      -moz-transition: all ease 0.25s;
      -o-transition: all ease 0.25s;
      -webkit-transition: all ease 0.25s;
      transition: all ease 0.25s; }
      .ff-slider .slick-dots li button:hover {
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.004), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.004); }
      .ff-slider .slick-dots li button::before, .ff-slider .slick-dots li button::after {
        display: none; }
  .ff-slider .frame {
    display: inline-block;
    border: 0.5rem solid white; }
  .ff-slider img {
    margin: auto; }
  .ff-slider *:focus {
    outline: none; }
  .ff-slider .effect3 {
    position: relative; }
  .ff-slider .effect3:before {
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    content: "";
    bottom: 14px;
    left: 10px;
    width: 90%;
    top: 80%;
    max-width: 90%;
    background: #777;
    -webkit-box-shadow: 0 18px 20px #777;
    -moz-box-shadow: 0 18px 20px #777;
    box-shadow: 0 18px 20px #777;
    -webkit-transform: rotate(-2.5deg);
    -moz-transform: rotate(-2.5deg);
    -o-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg); }
    @media (max-width: 991px) {
      .ff-slider .effect3:before {
        display: none; } }

/* END ARTICLE SLICK SLIDES */
#printbtn {
  color: black;
  font-size: 1.8rem;
  float: right;
  vertical-align: bottom;
  display: inline-block;
  padding-top: 1rem; }

/* FOOTER */
.applications .ff-btn {
  color: #7a736c;
  background-color: transparent;
  border-color: #7a736c;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .applications .ff-btn {
      min-width: 28rem; } }
  .applications .ff-btn > .fa {
    vertical-align: middle; }
  .applications .ff-btn > span {
    display: inline-block;
    padding-left: 1.5rem;
    vertical-align: middle; }

.subfooter {
  background-color: #131314; }
  .subfooter a {
    color: white;
    display: inline-block;
    padding: 8px 10px;
    -ms-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -webkit-transition: color 0.25s;
    transition: color 0.25s; }
    .subfooter a:hover {
      text-decoration: none;
      color: #7a736c; }
  .subfooter .column {
    text-align: center;
    margin: 5px auto; }
    @media (min-width: 992px) {
      .subfooter .column {
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid white; }
        .subfooter .column:last-of-type {
          border: none; }
        .subfooter .column a {
          min-width: 20rem; } }

.bottom-footer {
  position: relative;
  background-color: #7a736c;
  color: white; }
  .bottom-footer p {
    color: white;
    margin: 1.5rem auto; }
    .bottom-footer p a {
      color: white; }

/* END: FOOTER */

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