/****/
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }

a:hover, a:focus, a:active {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none !important;
  color: #684035;
  text-decoration: none; }

input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none !important; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  .video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea, .body-page select, .gva-body-page input[type="text"],
.gva-body-page input[type="tel"],
.gva-body-page input[type="password"],
.gva-body-page input[type="email"],
.gva-body-page textarea, .gva-body-page select {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 5px 10px; }
  .body-page input[type="text"]:focus, .body-page input[type="text"]:active, .body-page input[type="text"]:hover,
  .body-page input[type="tel"]:focus,
  .body-page input[type="tel"]:active,
  .body-page input[type="tel"]:hover,
  .body-page input[type="password"]:focus,
  .body-page input[type="password"]:active,
  .body-page input[type="password"]:hover,
  .body-page input[type="email"]:focus,
  .body-page input[type="email"]:active,
  .body-page input[type="email"]:hover,
  .body-page textarea:focus,
  .body-page textarea:active,
  .body-page textarea:hover, .body-page select:focus, .body-page select:active, .body-page select:hover, .gva-body-page input[type="text"]:focus, .gva-body-page input[type="text"]:active, .gva-body-page input[type="text"]:hover,
  .gva-body-page input[type="tel"]:focus,
  .gva-body-page input[type="tel"]:active,
  .gva-body-page input[type="tel"]:hover,
  .gva-body-page input[type="password"]:focus,
  .gva-body-page input[type="password"]:active,
  .gva-body-page input[type="password"]:hover,
  .gva-body-page input[type="email"]:focus,
  .gva-body-page input[type="email"]:active,
  .gva-body-page input[type="email"]:hover,
  .gva-body-page textarea:focus,
  .gva-body-page textarea:active,
  .gva-body-page textarea:hover, .gva-body-page select:focus, .gva-body-page select:active, .gva-body-page select:hover {
    outline: none; }

.nav-tabs, .topbar ul, ul.contact-info, ul.menu, nav {
  list-style: none !important;
  padding-left: 0; }

.label {
  color: #000 !important; }

.list-menu ul li {
  list-style: none;
  padding: 15px 2px;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .list-menu ul li:last-child {
    border-bottom: none; }

ul {
  margin: 0;
  padding-left: 30px; }
  ul ul {
    padding-left: 20px; }
  ul li {
    list-style: inherit; }
    ul li i {
      margin-right: 3px;
      font-size: 16px;
      min-width: 20px;
      text-align: center; }

.item-list ul li {
  margin-left: 0; }

ul.menu > li {
  position: relative;
  padding: 2px 0;
  font-weight: 400; }

ul.feature-list {
  margin: 10px 0;
  padding-left: 0; }
  ul.feature-list > li {
    padding-left: 30px;
    position: relative;
    list-style: none;
    margin-bottom: 2px; }
    ul.feature-list > li:after {
      content: "\f00c";
      font-family: "FontAwesome";
      position: absolute;
      top: 2px;
      left: 2px;
      z-index: 1;
      color: #684035; }

ul.inline > li {
  float: left;
  margin-left: 5px; }

table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dee2e6; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    border-color: #dee2e6;
    border-width: 1px 1px 1px 0;
    border-style: solid; }
  table > thead > tr > th,
  table > thead > tr > td {
    border-bottom-width: 2px; }

.no-padding {
  padding: 0 !important; }

a.disable {
  pointer-events: none;
  cursor: default; }

/************************* Pagination ************************/
.pager ul.pager__items {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0; }
  .pager ul.pager__items > li {
    list-style-type: none;
    float: left;
    margin-right: 10px; }
    .pager ul.pager__items > li a {
      border: 1px solid #dee2e6;
      font-weight: 600;
      display: inline-block;
      line-height: 34px;
      margin: 0 1px;
      text-align: center;
      margin-right: 10px;
      padding: 0 15px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      font-family: "Montserrat", sans-serif;
      text-transform: capitalize; }
      .pager ul.pager__items > li a:last-child {
        margin-right: 0; }
      .pager ul.pager__items > li a:hover {
        background: #684035;
        color: #fff;
        border-color: #684035; }
    .pager ul.pager__items > li.pager__item--next {
      font-size: 12px; }
    .pager ul.pager__items > li.pager__item--last {
      font-size: 12px; }
    .pager ul.pager__items > li.is-active a {
      background: #684035;
      color: #fff;
      border-color: #684035; }

.breadcrumb-content-inner {
  margin-bottom: 30px;
  text-align: left;
  background: #f8f8f8; }
  .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 28px;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
    text-align: left;
    font-weight: 700; }
  .breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
    margin: 0 auto; }
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 68px 0;
    margin-bottom: 35px;
    position: relative; }
    @media (max-width: 991.98px) {
      .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
        padding: 48px 0; } }
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    color: #fff; }
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li {
    color: rgba(255, 255, 255, 0.8); }
    .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
      color: rgba(255, 255, 255, 0.8); }
      .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a:hover, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a:hover {
        color: #fff; }
  .breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
    display: inline-block; }
    .breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
      font-size: 14px;
      font-weight: 400;
      color: #5f5f5f;
      text-transform: capitalize; }
      .breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
        color: #7e7e7e; }
        .breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
          color: #684035; }

pre {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  margin: 30px 0; }

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: #fff; }

h4, h5 {
  line-height: 1.4; }

.gav-help-region {
  position: relative;
  z-index: 1;
  width: 100%; }
  .gav-help-region .messages__wrapper {
    padding: 10px;
    border: 1px solid #759FCC;
    margin: 0 auto;
    max-width: 1170px;
    margin-bottom: 15px; }
    .gav-help-region .messages__wrapper a {
      color: #684035; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }
  body.boxed {
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    background-color: #efefef; }
    body.boxed div.body-page {
      background: #fff; }
  body .body-page {
    background-color: #fff; }
  body.logged-in.toolbar-horizontal .header-v2 {
    top: 39px; }

.topbar {
  padding: 8px 0;
  color: #c5c5c5;
  background: #1D1D1D; }
  .topbar a {
    color: #c5c5c5; }
    .topbar a:hover {
      color: #684035; }
  .topbar .block {
    margin-bottom: 0; }
    .topbar .block .block-content {
      padding-top: 0; }
  .topbar .topbar-right .block {
    float: right;
    margin-right: 10px; }
  .topbar .topbar-right ul.gva_topbar_menu {
    float: right; }
    .topbar .topbar-right ul.gva_topbar_menu > li {
      float: left;
      font-weight: 500;
      text-transform: capitalize;
      background: #fff;
      padding: 2px 10px 0;
      position: relative; }
      .topbar .topbar-right ul.gva_topbar_menu > li:after {
        content: '';
        width: 1px;
        height: 16px;
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.2); }
      .topbar .topbar-right ul.gva_topbar_menu > li a {
        position: relative;
        padding: 0;
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
        .topbar .topbar-right ul.gva_topbar_menu > li a.link-user {
          text-decoration: underline;
          color: #684035; }
        .topbar .topbar-right ul.gva_topbar_menu > li a:hover {
          color: #684035; }
      .topbar .topbar-right ul.gva_topbar_menu > li:last-child {
        padding-right: 0; }
        .topbar .topbar-right ul.gva_topbar_menu > li:last-child:after {
          display: none; }
    .topbar .topbar-right ul.gva_topbar_menu.login > li {
      font-weight: 400; }
      .topbar .topbar-right ul.gva_topbar_menu.login > li a {
        padding: 0 3px; }
  .topbar .topbar-left {
    margin-top: 3px;
    line-height: 1.3; }
    @media (max-width: 481px) {
      .topbar .topbar-left {
        display: none; } }
    .topbar .topbar-left > div {
      float: left; }
      .topbar .topbar-left > div a {
        text-decoration: underline; }

.language-box .links > li {
  margin-right: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1;
  margin-top: 5px;
  float: right; }
  .language-box .links > li.is-active {
    opacity: 1;
    filter: alpha(opacity=100); }

header {
  z-index: 99; }
  header .header-main {
    padding: 30px 0;
    background: #fff; }
  header .site-branding-logo {
    padding: 15px 0 10px;
    display: inline-block;
    max-height: 80px; }
  @media (max-width: 991.98px) {
    header .site-branding {
      text-align: left;
      padding-bottom: 10px; }
    header .header-right-inner, header .header-right-inner .block {
      text-align: center !important; } }
  header .header-main {
    padding: 0;
    background: none; }
  header .area-main-menu .navigation {
    position: static; }
    header .area-main-menu .navigation ul.gva_menu {
      position: static; }
  header .area-main-menu .gva-search-region {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -12px;
    z-index: 9; }
    @media (max-width: 991.98px) {
      header .area-main-menu .gva-search-region {
        margin-top: -5px;
        top: 35px;
        right: 95px; }
        header .area-main-menu .gva-search-region .icon {
          color: #000 !important; } }
    header .area-main-menu .gva-search-region .icon {
      font-size: 14px;
      color: #9e9d9d; }
      header .area-main-menu .gva-search-region .icon:hover {
        cursor: pointer; }
    header .area-main-menu .gva-search-region .search-content {
      display: none;
      width: 305px;
      position: absolute;
      top: 43px;
      right: 0;
      margin-top: -1px;
      z-index: 99;
      background: #fff;
      padding: 20px;
      -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
      header .area-main-menu .gva-search-region .search-content input#edit-keys {
        height: 35px;
        padding: 5px;
        border: 1px solid #dee2e6;
        background: none;
        width: 168px; }
      header .area-main-menu .gva-search-region .search-content #edit-submit {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1; }
      header .area-main-menu .gva-search-region .search-content #edit-actions {
        margin: 0 !important;
        padding: 0 !important; }
    header .area-main-menu .gva-search-region.show .search-content {
      display: block; }
  header .block {
    overflow: visible; }

.gva-user-region {
  float: right; }
  .gva-user-region .user-top {
    position: relative; }
    .gva-user-region .user-top .account-name {
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-transform: capitalize;
      font-size: 12px;
      margin-right: 4px; }
    .gva-user-region .user-top .icon {
      font-size: 14px;
      color: #fff;
      width: 34px;
      height: 34px;
      background: #684035;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 34px; }
      .gva-user-region .user-top .icon img {
        width: 100%;
        border-radius: 50%; }
      .gva-user-region .user-top .icon:hover {
        color: #fff !important;
        cursor: pointer; }
  .gva-user-region .user-content {
    display: none;
    width: 190px;
    position: absolute;
    top: 43px;
    right: 0;
    margin-top: -1px;
    z-index: 99;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-family: "Montserrat", sans-serif; }
    .gva-user-region .user-content .link-user {
      text-transform: capitalize;
      color: #684035; }
    .gva-user-region .user-content .account-message {
      border-bottom: 1px solid #dee2e6;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-weight: 600; }
    .gva-user-region .user-content .user-links {
      padding: 0;
      list-style-type: none; }
      .gva-user-region .user-content .user-links a {
        color: #7e7e7e;
        font-size: 13px;
        font-weight: 500; }
        .gva-user-region .user-content .user-links a:hover {
          color: #684035; }
  .gva-user-region.show .user-content {
    display: block; }

.quick-cart {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -18px; }
  .quick-cart .title {
    position: relative;
    font-size: 14px;
    color: #9e9d9d; }
    .quick-cart .title .icon {
      display: inline-block;
      background: #684035;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 32px;
      height: 32px;
      font-size: 12px;
      text-align: center;
      color: #fff;
      line-height: 32px; }
  .quick-cart .cart-count {
    min-width: 16px;
    line-height: 14px;
    background: #1D1D1D;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: absolute;
    top: -5px;
    right: -8px;
    z-index: 9;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500; }
  .quick-cart .content-inner {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: absolute;
    width: 375px;
    top: 60px;
    right: -50px;
    padding: 20px;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .quick-cart .content-inner table {
      margin-bottom: 5px;
      top: 50px; }
  .quick-cart.open .content-inner {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 50px; }
  .quick-cart .cart-block-contents-links a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #684035; }
    .quick-cart .cart-block-contents-links a:hover {
      text-decoration: underline; }

header.header-v1 {
  position: relative;
  background: #fff;
  margin-top: 1px; }
  header.header-v1 .gva-search-region .icon {
    color: #000; }
  header.header-v1 .header-inner {
    padding-right: 80px; }
  header.header-v1 .header-main {
    position: static;
    z-index: 9; }
  @media (max-width: 991.98px) {
    header.header-v1 .quick-cart {
      margin-top: -14px; } }

header.header-v2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 0; }
  @media (max-width: 991.98px) {
    header.header-v2 {
      position: relative;
      background: #333; }
      header.header-v2 .topbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      header.header-v2 .menu-bar span {
        background: #fff; } }
  header.header-v2 .site-branding-logo .logo-theme {
    display: none; }
    header.header-v2 .site-branding-logo .logo-theme.logo-white {
      display: block !important; }
  header.header-v2 .gva-search-region .icon {
    color: #fff !important; }
  header.header-v2 .header-inner {
    padding-right: 80px; }
  header.header-v2 .quick-cart .cart-count {
    background: #fff;
    color: #684035; }
  header.header-v2 .navigation .gva_menu > li > a {
    color: #fff; }
  header.header-v2 .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #fff; }
  header.header-v2 .stuck {
    background: #1D1D1D !important; }

header.header-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  margin-top: 0; }
  @media (max-width: 991.98px) {
    header.header-v3 {
      position: relative;
      background: #fff; } }
  header.header-v3 .topbar {
    color: #fff;
    border: none;
    background: none;
    padding: 0; }
    @media (max-width: 991.98px) {
      header.header-v3 .topbar {
        background: #222; } }
    header.header-v3 .topbar i {
      color: #fff; }
    header.header-v3 .topbar .topbar-inner {
      background: rgba(0, 0, 0, 0.2);
      padding: 8px 20px; }
      @media (max-width: 991.98px) {
        header.header-v3 .topbar .topbar-inner {
          background: #222; } }
      header.header-v3 .topbar .topbar-inner .topbar-right ul.gva_topbar_menu > li {
        background: none; }
        header.header-v3 .topbar .topbar-inner .topbar-right ul.gva_topbar_menu > li:after {
          background: rgba(255, 255, 255, 0.5); }
        header.header-v3 .topbar .topbar-inner .topbar-right ul.gva_topbar_menu > li a {
          color: #fff; }
          header.header-v3 .topbar .topbar-inner .topbar-right ul.gva_topbar_menu > li a:hover {
            color: #684035; }
  header.header-v3 .header-main-inner {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 20px; }
  header.header-v3 .stuck .header-main-inner {
    margin-top: 0; }
  header.header-v3 .gva-search-region {
    right: 15px; }
    header.header-v3 .gva-search-region .icon {
      color: #000; }
    @media (max-width: 991.98px) {
      header.header-v3 .gva-search-region {
        right: 80px; } }
  header.header-v3 .quick-cart {
    right: 45px; }
    @media (max-width: 991.98px) {
      header.header-v3 .quick-cart {
        right: 10px; } }
  header.header-v3 .header-inner {
    padding-right: 65px; }

.gv-sticky-menu {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  top: -75px; }

.stuck {
  background: #fff !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 991 !important;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .sticky-is-hidden .stuck {
    top: -200px; }
  .sticky-is-show .stuck {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    top: 0; } }

.area.slideshow_content .block {
  margin-bottom: 0; }

.area-panel {
  padding: 30px 0; }

.header-right .block {
  margin-bottom: 0; }

.promotion {
  padding: 0;
  margin-bottom: 0; }

#page-main-content {
  min-height: 360px; }
  @media (max-width: 991.98px) {
    #page-main-content {
      min-height: 100px; } }

.main-menu .area-main-menu .area-inner .block {
  margin-bottom: 0; }

.footer {
  font-size: 14px;
  background: #202121;
  line-height: 28px;
  color: #acacac; }
  .footer .footer-top .before-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0; }
  .footer .footer-center {
    padding: 40px 0; }
  .footer a {
    color: #acacac; }
    .footer a:hover {
      color: #684035; }
  .footer .block {
    padding-bottom: 0;
    margin-bottom: 0; }
    .footer .block .block-title span {
      color: #fff; }
  @media (max-width: 991.98px) {
    .footer .column {
      margin-bottom: 20px; } }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .copyright a {
    color: #684035; }
    .copyright a:hover {
      text-decoration: underline; }
  .copyright .copyright-inner {
    padding: 20px 0; }
    .copyright .copyright-inner .block {
      margin: 0; }

body.hidden-title .node--view-mode-full header, body.hidden-title .node--view-mode-full .header-title {
  display: none !important; }

body.page-background {
  background: url("../../../images//bg-home.jpg") no-repeat top center #EEEEEE; }
  body.page-background #footer, body.page-background .gva-body-page {
    max-width: 1300px;
    margin: 0 auto; }

/* ----- Maintenance page ----- */
body.maintenance-page {
  background-color: #fff;
  color: #000; }

.maintenance-page #page-wrapper {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  min-height: 0;
  border: 1px solid #ddd;
  margin-top: 40px; }

.maintenance-page #page {
  margin: 10px; }

.maintenance-page #main-wrapper {
  min-height: inherit; }

.maintenance-page #header {
  width: auto; }

.maintenance-page #main {
  margin: 0; }

.maintenance-page .content .section {
  padding: 0 0 0 10px;
  /* LTR */ }

[dir="rtl"] .maintenance-page .content .section {
  padding-left: 0;
  padding-right: 10px; }

.maintenance-page #header {
  background-color: #fff;
  background-image: none; }

.maintenance-page .site-branding-text {
  margin-bottom: 50px;
  margin-left: 0;
  /* LTR */
  padding-top: 20px;
  font-size: 90%; }

[dir="rtl"] .maintenance-page .site-branding-text {
  margin-right: 0; }

.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
  color: #777; }

.maintenance-page .page-title {
  line-height: 1em;
  margin-top: 0; }

@media all and (min-width: 800px) {
  .maintenance-page #page-wrapper {
    width: 800px; }
  .maintenance-page #header div.section,
  .maintenance-page #main {
    width: 700px; } }

@media all and (min-width: 600px) {
  /* @TODO find the proper breakpoint */
  .maintenance-page #page {
    margin: 20px 40px 40px; } }

.page-notfound {
  text-align: center;
  padding: 150px 0;
  background: #f6f6f6; }
  @media (max-width: 991.98px) {
    .page-notfound {
      padding: 50px 0; } }
  .page-notfound header {
    display: none !important; }
  .page-notfound .big-title {
    font-size: 200px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .page-notfound .big-title {
        font-size: 90px; } }
  .page-notfound .sub-title {
    color: #999999;
    padding: 30px 0; }
  .page-notfound .content {
    color: #666666;
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 30px; }
    @media (max-width: 991.98px) {
      .page-notfound .content {
        padding: 0 20px; } }
  .page-notfound .action {
    text-align: center;
    margin-top: 30px; }
    .page-notfound .action a {
      font-size: 16px;
      color: #684035;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .page-notfound .action a:hover {
        color: #000; }

.view-page {
  margin-bottom: 50px; }
  .view-page .views-exposed-form {
    margin-bottom: 30px; }

.page-user-login, .page-user-register, .page-user-pass {
  position: relative; }
  .page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {
    background: #152C49;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
  .page-user-login input, .page-user-register input, .page-user-pass input {
    max-width: 100%; }
  .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
    padding: 10px 30px 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    background: #fff;
    border: 8px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 50px auto 0;
    position: relative;
    z-index: 99; }
    @media (max-width: 991.98px) {
      .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
        margin-top: 35px; } }
  .page-user-login .branding, .page-user-register .branding, .page-user-pass .branding {
    margin-bottom: 20px; }
  .page-user-login .container, .page-user-register .container, .page-user-pass .container {
    padding: 0; }
  .page-user-login .nav-tabs, .page-user-register .nav-tabs, .page-user-pass .nav-tabs {
    margin-bottom: 20px; }
    .page-user-login .nav-tabs > li > a, .page-user-register .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {
      padding: 8px 10px !important; }

.page-user-register .main-page {
  max-width: 620px; }

/****/
.gavias_sliderlayer {
  background: #f5f5f5 !important; }

.tp-parallax-wrap {
  -webkit-transform-style: unset !important;
  transform-style: unset !important; }
  .tp-parallax-wrap:before, .tp-parallax-wrap:after {
    content: " ";
    display: table; }
  .tp-parallax-wrap:after {
    clear: both; }

.slotholder {
  -webkit-filter: unset !important;
  filter: unset !important; }

.layer-style-image {
  display: inline-block;
  text-align: center; }
  .layer-style-image img {
    max-width: 100% !important;
    height: auto !important; }

.gavias_sliderlayer iframe, #gavias_slider_single iframe {
  border: none; }

.gavias_sliderlayer .tp-bullets, #gavias_slider_single .tp-bullets {
  -webkit-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-left: -40px; }
  .gavias_sliderlayer .tp-bullets .tp-bullet, #gavias_slider_single .tp-bullets .tp-bullet {
    width: 20px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4); }
    .gavias_sliderlayer .tp-bullets .tp-bullet.selected, #gavias_slider_single .tp-bullets .tp-bullet.selected {
      background: #fff; }

.gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {
  width: 42px;
  height: 42px;
  background: #fff !important;
  line-height: 42px;
  color: #000;
  font-size: 18px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    .gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {
      width: 35px;
      height: 35px;
      line-height: 35px; } }
  .gavias_sliderlayer .tparrows:before, #gavias_slider_single .tparrows:before {
    color: #000 !important;
    line-height: 42px !important; }
    @media (max-width: 991.98px) {
      .gavias_sliderlayer .tparrows:before, #gavias_slider_single .tparrows:before {
        line-height: 35px !important; } }
  .gavias_sliderlayer .tparrows:hover, .gavias_sliderlayer .tparrows:focus, .gavias_sliderlayer .tparrows:active, #gavias_slider_single .tparrows:hover, #gavias_slider_single .tparrows:focus, #gavias_slider_single .tparrows:active {
    background: #684035 !important; }
    .gavias_sliderlayer .tparrows:hover:before, .gavias_sliderlayer .tparrows:focus:before, .gavias_sliderlayer .tparrows:active:before, #gavias_slider_single .tparrows:hover:before, #gavias_slider_single .tparrows:focus:before, #gavias_slider_single .tparrows:active:before {
      color: #fff !important; }

.gavias_sliderlayer .tp-caption, #gavias_slider_single .tp-caption {
  z-index: 99;
  color: #000; }
  .gavias_sliderlayer .tp-caption.largeblackbg, #gavias_slider_single .tp-caption.largeblackbg {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6); }

.gavias_sliderlayer .sub-title, #gavias_slider_single .sub-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #fff; }
  .gavias_sliderlayer .sub-title:after, #gavias_slider_single .sub-title:after {
    content: "";
    width: 5px;
    height: 100%;
    background: #684035;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 99; }

.gavias_sliderlayer .slide-style-1, #gavias_slider_single .slide-style-1 {
  font-weight: 900;
  font-family: "Montserrat", sans-serif; }

.gavias_sliderlayer .slide-style-2, #gavias_slider_single .slide-style-2 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

.gavias_sliderlayer .slide-style-3, #gavias_slider_single .slide-style-3 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

.gavias_sliderlayer .slide-style-4, #gavias_slider_single .slide-style-4 {
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.gavias_sliderlayer .slide-style-5, #gavias_slider_single .slide-style-5 {
  font-weight: 700; }

.gavias_sliderlayer .slide-style-6, #gavias_slider_single .slide-style-6 {
  font-weight: 400; }

.gavias_sliderlayer .text-black, #gavias_slider_single .text-black {
  color: #000 !important; }

.gavias_sliderlayer .text-theme, #gavias_slider_single .text-theme {
  color: #684035 !important; }

.gavias_sliderlayer .text-white, #gavias_slider_single .text-white {
  color: #fff !important; }

.gavias_sliderlayer .text-center, #gavias_slider_single .text-center {
  text-align: center; }

.gavias_sliderlayer .text-right, #gavias_slider_single .text-right {
  text-align: right; }

.gavias_sliderlayer .text-left, #gavias_slider_single .text-left {
  text-align: left; }

.gavias_sliderlayer .btn-slide, .gavias_sliderlayer .btn-slide-white, #gavias_slider_single .btn-slide, #gavias_slider_single .btn-slide-white {
  background: #684035;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 1; }
  .gavias_sliderlayer .btn-slide.inner, .gavias_sliderlayer .btn-slide a, .gavias_sliderlayer .btn-slide-white.inner, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .btn-slide.inner, #gavias_slider_single .btn-slide a, #gavias_slider_single .btn-slide-white.inner, #gavias_slider_single .btn-slide-white a {
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    padding: 10px 24px 8px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s; }
  .gavias_sliderlayer .btn-slide:hover, .gavias_sliderlayer .btn-slide:focus, .gavias_sliderlayer .btn-slide:active, .gavias_sliderlayer .btn-slide.active, .gavias_sliderlayer .btn-slide-white:hover, .gavias_sliderlayer .btn-slide-white:focus, .gavias_sliderlayer .btn-slide-white:active, .gavias_sliderlayer .btn-slide-white.active, #gavias_slider_single .btn-slide:hover, #gavias_slider_single .btn-slide:focus, #gavias_slider_single .btn-slide:active, #gavias_slider_single .btn-slide.active, #gavias_slider_single .btn-slide-white:hover, #gavias_slider_single .btn-slide-white:focus, #gavias_slider_single .btn-slide-white:active, #gavias_slider_single .btn-slide-white.active {
    color: #684035 !important;
    background: #fff; }
    .gavias_sliderlayer .btn-slide:hover a, .gavias_sliderlayer .btn-slide:focus a, .gavias_sliderlayer .btn-slide:active a, .gavias_sliderlayer .btn-slide.active a, .gavias_sliderlayer .btn-slide-white:hover a, .gavias_sliderlayer .btn-slide-white:focus a, .gavias_sliderlayer .btn-slide-white:active a, .gavias_sliderlayer .btn-slide-white.active a, #gavias_slider_single .btn-slide:hover a, #gavias_slider_single .btn-slide:focus a, #gavias_slider_single .btn-slide:active a, #gavias_slider_single .btn-slide.active a, #gavias_slider_single .btn-slide-white:hover a, #gavias_slider_single .btn-slide-white:focus a, #gavias_slider_single .btn-slide-white:active a, #gavias_slider_single .btn-slide-white.active a {
      color: #684035; }
    .gavias_sliderlayer .btn-slide:hover:before, .gavias_sliderlayer .btn-slide:focus:before, .gavias_sliderlayer .btn-slide:active:before, .gavias_sliderlayer .btn-slide.active:before, .gavias_sliderlayer .btn-slide-white:hover:before, .gavias_sliderlayer .btn-slide-white:focus:before, .gavias_sliderlayer .btn-slide-white:active:before, .gavias_sliderlayer .btn-slide-white.active:before, #gavias_slider_single .btn-slide:hover:before, #gavias_slider_single .btn-slide:focus:before, #gavias_slider_single .btn-slide:active:before, #gavias_slider_single .btn-slide.active:before, #gavias_slider_single .btn-slide-white:hover:before, #gavias_slider_single .btn-slide-white:focus:before, #gavias_slider_single .btn-slide-white:active:before, #gavias_slider_single .btn-slide-white.active:before {
      color: #684035; }

.gavias_sliderlayer .btn-slide-white, #gavias_slider_single .btn-slide-white {
  background: #fff;
  color: #000; }
  .gavias_sliderlayer .btn-slide-white.inner, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .btn-slide-white.inner, #gavias_slider_single .btn-slide-white a {
    display: inline-block;
    color: #000;
    width: 100%;
    height: 100%;
    border: none; }
  .gavias_sliderlayer .btn-slide-white:hover a, .gavias_sliderlayer .btn-slide-white:focus a, .gavias_sliderlayer .btn-slide-white:active a, #gavias_slider_single .btn-slide-white:hover a, #gavias_slider_single .btn-slide-white:focus a, #gavias_slider_single .btn-slide-white:active a {
    background: #684035;
    color: #fff; }

.gavias_sliderlayer .btn-slide-line, #gavias_slider_single .btn-slide-line {
  border: 2px solid #fff;
  background: none;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #fff !important;
  padding: 10px 20px 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s; }
  .gavias_sliderlayer .btn-slide-line a, #gavias_slider_single .btn-slide-line a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #fff !important; }
  .gavias_sliderlayer .btn-slide-line:hover, #gavias_slider_single .btn-slide-line:hover {
    background: #fff;
    color: #000 !important; }
    .gavias_sliderlayer .btn-slide-line:hover a, #gavias_slider_single .btn-slide-line:hover a {
      color: #000 !important; }

.gavias_sliderlayer .btn-radius, #gavias_slider_single .btn-radius {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }

.gavias_sliderlayer .gavias-overlay:after, #gavias_slider_single .gavias-overlay:after {
  content: "";
  background: url(../../../images/grid-slide.png) repeat rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.rs-background-video-layer {
  position: relative; }
  .rs-background-video-layer:after {
    content: "";
    background: url(../../../images//grid-slide.png) repeat rgba(0, 0, 0, 0.39);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }

.post-block {
  background: #fff; }
  .post-block .post-image {
    overflow: hidden;
    position: relative; }
    .post-block .post-image a {
      position: relative;
      display: block; }
    .post-block .post-image img {
      width: 100%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s; }
  .post-block .post-title {
    margin: 0 0 6px; }
    .post-block .post-title a {
      display: block;
      line-height: 22px;
      font-weight: 600;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-wrap: break-word;
      text-transform: capitalize; }
      .post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
        color: #684035; }
  .post-block .post-content {
    padding: 20px; }
    .post-block .post-content:before, .post-block .post-content:after {
      content: " ";
      display: table; }
    .post-block .post-content:after {
      clear: both; }
  .post-block .post-body {
    padding: 8px 0 8px; }
  .post-block .post-meta {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px; }
    .post-block .post-meta .line {
      width: 12px;
      height: 2px;
      background: #684035;
      display: inline-block;
      position: relative;
      top: -3px;
      margin: 0 6px; }
  .post-block .post-categories {
    margin-bottom: 0;
    position: relative; }
    .post-block .post-categories a {
      color: #7e7e7e;
      font-size: 14px;
      text-transform: capitalize; }
      .post-block .post-categories a:hover {
        color: #684035; }
  .post-block .post-created {
    text-transform: capitalize;
    position: relative; }
  .post-block .post-comment {
    text-transform: none;
    position: relative; }
  .post-block .post-action a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px; }

.style-dark .post-block {
  background: transparent; }
  .style-dark .post-block .post-title {
    background: transparent; }
    .style-dark .post-block .post-title a {
      color: #fff; }
      .style-dark .post-block .post-title a:hover {
        color: #684035; }

.post-slideshow div[class*="col-"] {
  padding: 0; }

.post-style-grid .post-block {
  margin: 10px 0 20px;
  background: #fff;
  text-align: left; }
  .post-style-grid .post-block .post-categories {
    margin: 0; }
  .post-style-grid .post-block .post-content {
    background: #fff;
    position: relative;
    border-top: 0;
    padding-top: 5px; }
    .post-style-grid .post-block .post-content .post-title {
      margin: 10px 0 5px; }
  .post-style-grid .post-block .post-meta {
    padding: 0;
    margin: 10px 0 5px; }

.post-style-grid.box .post-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: 0; }

.node--view-mode-full p {
  margin-bottom: 10px; }

.node--view-mode-full .post-thumbnail {
  margin-bottom: 10px; }
  .node--view-mode-full .post-thumbnail iframe {
    min-height: 400px; }

.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px; }

.node-detail {
  padding-bottom: 35px; }
  .node-detail iframe {
    width: 100%;
    display: block; }
  .node-detail .post-thumbnail.post-gallery {
    overflow: hidden; }
    .node-detail .post-thumbnail.post-gallery .owl-nav {
      opacity: 1;
      filter: alpha(opacity=100); }
      .node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
        margin-left: 100px; }
      .node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
        margin-right: 100px; }
  .node-detail .post-title {
    margin-top: 10px;
    font-size: 24px; }
  .node-detail .post-meta {
    margin-bottom: 20px; }
  .node-detail .field--name-field-tags .field__item {
    float: left;
    margin-right: 10px;
    font-weight: 500;
    text-transform: uppercase; }

.categories-view-content.layout-grid .post-block, .categories-view-content.layout-masonry .post-block {
  margin-bottom: 30px;
  text-align: left; }
  .categories-view-content.layout-grid .post-block .post-categories, .categories-view-content.layout-masonry .post-block .post-categories {
    margin: 0; }
    .categories-view-content.layout-grid .post-block .post-categories h2, .categories-view-content.layout-grid .post-block .post-categories h3, .categories-view-content.layout-grid .post-block .post-categories h4, .categories-view-content.layout-masonry .post-block .post-categories h2, .categories-view-content.layout-masonry .post-block .post-categories h3, .categories-view-content.layout-masonry .post-block .post-categories h4 {
      margin: 0;
      line-height: 1; }
  .categories-view-content.layout-grid .post-block .post-title, .categories-view-content.layout-masonry .post-block .post-title {
    padding: 0; }
  .categories-view-content.layout-grid .post-block .post-meta, .categories-view-content.layout-masonry .post-block .post-meta {
    margin-top: 0; }
  .categories-view-content.layout-grid .post-block .post-body, .categories-view-content.layout-masonry .post-block .post-body {
    padding: 10px 0 15px; }
  .categories-view-content.layout-grid .post-block .post-content, .categories-view-content.layout-masonry .post-block .post-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: 0; }

.categories-view-content.layout-list .post-block {
  margin-bottom: 0; }
  .categories-view-content.layout-list .post-block:before, .categories-view-content.layout-list .post-block:after {
    content: " ";
    display: table; }
  .categories-view-content.layout-list .post-block:after {
    clear: both; }
  .categories-view-content.layout-list .post-block .post-thumbnail {
    width: 45%;
    float: left; }
    @media (max-width: 767.98px) {
      .categories-view-content.layout-list .post-block .post-thumbnail {
        width: 100%; } }
  .categories-view-content.layout-list .post-block .post-title {
    padding: 0;
    margin: 0; }
  .categories-view-content.layout-list .post-block .post-content {
    width: 55%;
    float: left;
    padding-left: 30px; }
    @media (max-width: 767.98px) {
      .categories-view-content.layout-list .post-block .post-content {
        width: 100%; } }
    .categories-view-content.layout-list .post-block .post-content .post-categories {
      line-height: 1;
      padding-bottom: 0;
      margin-bottom: 0; }
      .categories-view-content.layout-list .post-block .post-content .post-categories h2 {
        margin: 0; }

.post-style-list ul > li {
  margin-bottom: 20px !important; }

.post-style-list .post-block {
  clear: both; }
  .post-style-list .post-block .post-image {
    width: 40%;
    float: left; }
    @media (max-width: 767.98px) {
      .post-style-list .post-block .post-image {
        width: 100%; } }
    .post-style-list .post-block .post-image img {
      height: auto;
      width: 100%; }
  .post-style-list .post-block .post-meta {
    margin-top: 3px; }
  .post-style-list .post-block .post-content {
    padding-top: 5px;
    width: 60%;
    padding-left: 15px;
    float: left;
    padding-bottom: 0; }
    @media (max-width: 767.98px) {
      .post-style-list .post-block .post-content {
        width: 100%;
        padding-left: 0; } }
  .post-style-list .post-block .post-title {
    padding-top: 0; }
  .post-style-list .post-block.no-image .post-content {
    width: 100%;
    padding-left: 0; }

.post-style-list.small .item-list > ul > li {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6; }
  .post-style-list.small .item-list > ul > li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0; }

.post-style-list.small .post-block:before, .post-style-list.small .post-block:after {
  content: " ";
  display: table; }

.post-style-list.small .post-block:after {
  clear: both; }

.post-style-list.small .post-block .post-content {
  float: none;
  width: 100%;
  padding-bottom: 0;
  padding: 0; }

.post-style-list.small .post-block .post-title {
  padding: 0;
  margin: 0 0 6px; }
  .post-style-list.small .post-block .post-title a {
    font-size: 15px;
    text-transform: none;
    line-height: 20px; }
    .post-style-list.small .post-block .post-title a:hover {
      color: #684035; }

.post-style-list.small .post-block .post-meta {
  padding: 0;
  margin-top: 0;
  font-size: 12px; }

.post-list-small {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 20px; }
  .post-list-small .item-list ul li {
    margin-bottom: 20px !important; }
    .post-list-small .item-list ul li:last-child {
      margin-bottom: 0 !important; }
  .post-list-small .post-block {
    clear: both;
    background: none; }
    .post-list-small .post-block .post-image {
      width: 100px;
      float: left; }
      .post-list-small .post-block .post-image img {
        height: auto;
        width: 100%; }
    .post-list-small .post-block .post-content {
      padding-left: 115px; }
    .post-list-small .post-block .post-title {
      padding-top: 0;
      margin: 0; }
      .post-list-small .post-block .post-title a {
        font-size: 14px; }

.post-slider.post-block {
  position: relative; }
  .post-slider.post-block .post-inner {
    position: relative; }
    .post-slider.post-block .post-inner:after {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
  .post-slider.post-block .post-meta-wrap {
    width: 100%;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    @media (max-width: 991.98px) {
      .post-slider.post-block .post-meta-wrap {
        padding: 15px; } }
    .post-slider.post-block .post-meta-wrap .post-title {
      padding: 0 0 2px; }
      .post-slider.post-block .post-meta-wrap .post-title a {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        line-height: 24px;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 991.98px) {
          .post-slider.post-block .post-meta-wrap .post-title a {
            font-size: 15px; } }
        .post-slider.post-block .post-meta-wrap .post-title a:hover {
          color: #684035 !important; }
  .post-slider.post-block .post-body {
    margin-top: 0;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85); }
    @media (max-width: 991.98px) {
      .post-slider.post-block .post-body {
        display: none; } }
  .post-slider.post-block .post-meta {
    color: #fff; }
  .post-slider.post-block .post-categories {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .post-slider.post-block .post-categories a {
      font-size: 10px;
      color: #fff;
      font-weight: 500;
      background: #684035;
      padding: 5px 10px;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }

.node--view-mode-full .field--name-body ul {
  margin-bottom: 1em; }

.gva-portfolio-items .view-portfolio {
  width: 100%; }

.portfolio-filter {
  margin-bottom: 20px;
  text-align: center; }
  .portfolio-filter ul.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none; }
    .portfolio-filter ul.nav-tabs > li > a {
      font-size: 14px;
      padding: 2px 15px;
      font-family: "Montserrat", sans-serif;
      text-transform: capitalize;
      font-weight: 600;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      color: #000; }
      .portfolio-filter ul.nav-tabs > li > a.active, .portfolio-filter ul.nav-tabs > li > a:hover, .portfolio-filter ul.nav-tabs > li > a:focus, .portfolio-filter ul.nav-tabs > li > a:active {
        color: #684035 !important; }

.portfolio-v1 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .portfolio-v1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
  .portfolio-v1 .content-inner {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 25px 25px 25px; }
    .portfolio-v1 .content-inner .title a {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      line-height: 26px; }
      .portfolio-v1 .content-inner .title a:hover, .portfolio-v1 .content-inner .title a:focus, .portfolio-v1 .content-inner .title a:active {
        text-decoration: underline; }
    .portfolio-v1 .content-inner .category {
      color: #684035; }
      .portfolio-v1 .content-inner .category a {
        color: #684035;
        font-size: 12px;
        text-transform: uppercase; }
        .portfolio-v1 .content-inner .category a:hover, .portfolio-v1 .content-inner .category a:focus, .portfolio-v1 .content-inner .category a:active {
          text-decoration: underline; }
  .portfolio-v1:hover:after, .portfolio-v1:active:after, .portfolio-v1:focus:after {
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .portfolio-v1:hover .content-inner, .portfolio-v1:active .content-inner, .portfolio-v1:focus .content-inner {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0; }
  .portfolio-v1 ul {
    list-style: none;
    padding: 0; }

.portfolio-single {
  padding-bottom: 30px; }
  .portfolio-single .content-top {
    margin-top: 15px; }
    .portfolio-single .content-top .post-categories {
      position: relative;
      padding-left: 30px; }
      .portfolio-single .content-top .post-categories:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #684035;
        position: absolute;
        top: 12px;
        left: 0;
        z-index: 1; }
      .portfolio-single .content-top .post-categories a {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px; }
        .portfolio-single .content-top .post-categories a:hover {
          color: #684035; }
    .portfolio-single .content-top .post-title {
      font-size: 28px;
      margin: 0 0 20px; }
  .portfolio-single .portfolio-images .owl-nav .owl-prev {
    left: 20px !important; }
  .portfolio-single .portfolio-images .owl-nav .owl-next {
    right: 20px !important; }
  .portfolio-single .portfolio-images .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%; }
  .portfolio-single .portfolio-informations {
    margin-bottom: 15px; }
    .portfolio-single .portfolio-informations .item-information {
      border-bottom: 1px solid #dee2e6;
      padding: 15px 0; }
      .portfolio-single .portfolio-informations .item-information span:first-child {
        font-weight: 600;
        min-width: 120px;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 14px; }
  .portfolio-single .post-content ul {
    padding-left: 20px;
    margin-top: 15px; }

/* #Block grid
--------------------------------------------------------------- */
.item-columns {
  padding: 0 10px; }

[class*="block-grid-"] {
  display: block;
  margin: 0 -10px;
  padding: 0; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " "; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%; }
  [class*="block-grid-"] > div:after {
    display: block; }

@media (min-width: 460px) {
  .xs-block-grid-1 > div {
    width: 100%; }
  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-1 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both; }
    .xs-block-grid-1 > div:nth-of-type(1n+1):after {
      display: none; }
  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none; }
  .xs-block-grid-2 > div {
    width: 50%; }
  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-2 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both; }
    .xs-block-grid-2 > div:nth-of-type(2n+1):after {
      display: none; }
  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none; }
  .xs-block-grid-3 > div {
    width: 33.33333%; }
  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-3 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both; }
    .xs-block-grid-3 > div:nth-of-type(3n+1):after {
      display: none; }
  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none; }
  .xs-block-grid-4 > div {
    width: 25%; }
  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-4 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both; }
    .xs-block-grid-4 > div:nth-of-type(4n+1):after {
      display: none; }
  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none; }
  .xs-block-grid-5 > div {
    width: 20%; }
  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-5 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both; }
    .xs-block-grid-5 > div:nth-of-type(5n+1):after {
      display: none; }
  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none; }
  .xs-block-grid-6 > div {
    width: 16.66667%; }
  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-6 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both; }
    .xs-block-grid-6 > div:nth-of-type(6n+1):after {
      display: none; }
  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none; }
  .xs-block-grid-7 > div {
    width: 14.28571%; }
  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-7 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both; }
    .xs-block-grid-7 > div:nth-of-type(7n+1):after {
      display: none; }
  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none; }
  .xs-block-grid-8 > div {
    width: 12.5%; }
  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-8 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both; }
    .xs-block-grid-8 > div:nth-of-type(8n+1):after {
      display: none; }
  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none; }
  .xs-block-grid-9 > div {
    width: 11.11111%; }
  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-9 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both; }
    .xs-block-grid-9 > div:nth-of-type(9n+1):after {
      display: none; }
  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none; }
  .xs-block-grid-10 > div {
    width: 10%; }
  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-10 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both; }
    .xs-block-grid-10 > div:nth-of-type(10n+1):after {
      display: none; }
  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none; }
  .xs-block-grid-11 > div {
    width: 9.09091%; }
  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-11 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both; }
    .xs-block-grid-11 > div:nth-of-type(11n+1):after {
      display: none; }
  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none; }
  .xs-block-grid-12 > div {
    width: 8.33333%; }
  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none; }
    .xs-block-grid-12 > div:nth-of-type(1n):after {
      display: block; }
  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both; }
    .xs-block-grid-12 > div:nth-of-type(12n+1):after {
      display: none; }
  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none; } }

@media (min-width: 768px) {
  .sm-block-grid-1 > div {
    width: 100%; }
  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-1 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both; }
    .sm-block-grid-1 > div:nth-of-type(1n+1):after {
      display: none; }
  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none; }
  .sm-block-grid-2 > div {
    width: 50%; }
  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-2 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both; }
    .sm-block-grid-2 > div:nth-of-type(2n+1):after {
      display: none; }
  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none; }
  .sm-block-grid-3 > div {
    width: 33.33333%; }
  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-3 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both; }
    .sm-block-grid-3 > div:nth-of-type(3n+1):after {
      display: none; }
  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none; }
  .sm-block-grid-4 > div {
    width: 25%; }
  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-4 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both; }
    .sm-block-grid-4 > div:nth-of-type(4n+1):after {
      display: none; }
  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none; }
  .sm-block-grid-5 > div {
    width: 20%; }
  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-5 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both; }
    .sm-block-grid-5 > div:nth-of-type(5n+1):after {
      display: none; }
  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none; }
  .sm-block-grid-6 > div {
    width: 16.66667%; }
  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-6 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both; }
    .sm-block-grid-6 > div:nth-of-type(6n+1):after {
      display: none; }
  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none; }
  .sm-block-grid-7 > div {
    width: 14.28571%; }
  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-7 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both; }
    .sm-block-grid-7 > div:nth-of-type(7n+1):after {
      display: none; }
  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none; }
  .sm-block-grid-8 > div {
    width: 12.5%; }
  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-8 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both; }
    .sm-block-grid-8 > div:nth-of-type(8n+1):after {
      display: none; }
  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none; }
  .sm-block-grid-9 > div {
    width: 11.11111%; }
  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-9 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both; }
    .sm-block-grid-9 > div:nth-of-type(9n+1):after {
      display: none; }
  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none; }
  .sm-block-grid-10 > div {
    width: 10%; }
  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-10 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both; }
    .sm-block-grid-10 > div:nth-of-type(10n+1):after {
      display: none; }
  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none; }
  .sm-block-grid-11 > div {
    width: 9.09091%; }
  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-11 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both; }
    .sm-block-grid-11 > div:nth-of-type(11n+1):after {
      display: none; }
  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none; }
  .sm-block-grid-12 > div {
    width: 8.33333%; }
  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none; }
    .sm-block-grid-12 > div:nth-of-type(1n):after {
      display: block; }
  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both; }
    .sm-block-grid-12 > div:nth-of-type(12n+1):after {
      display: none; }
  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none; } }

/* Medium */
@media (min-width: 992px) {
  [class*="block-grid-"] {
    margin: 0 -10px; }
  [class*="block-grid-"] > div {
    padding: 0 10px; }
  .item-columns {
    padding: 0 10px; }
  .md-block-grid-1 > div {
    width: 100%; }
  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-1 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both; }
    .md-block-grid-1 > div:nth-of-type(1n+1):after {
      display: none; }
  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none; }
  .md-block-grid-2 > div {
    width: 50%; }
  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-2 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both; }
    .md-block-grid-2 > div:nth-of-type(2n+1):after {
      display: none; }
  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none; }
  .md-block-grid-3 > div {
    width: 33.33333%; }
  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-3 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both; }
    .md-block-grid-3 > div:nth-of-type(3n+1):after {
      display: none; }
  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none; }
  .md-block-grid-4 > div {
    width: 25%; }
  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-4 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both; }
    .md-block-grid-4 > div:nth-of-type(4n+1):after {
      display: none; }
  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none; }
  .md-block-grid-5 > div {
    width: 20%; }
  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-5 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both; }
    .md-block-grid-5 > div:nth-of-type(5n+1):after {
      display: none; }
  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none; }
  .md-block-grid-6 > div {
    width: 16.66667%; }
  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-6 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both; }
    .md-block-grid-6 > div:nth-of-type(6n+1):after {
      display: none; }
  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none; }
  .md-block-grid-7 > div {
    width: 14.28571%; }
  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-7 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both; }
    .md-block-grid-7 > div:nth-of-type(7n+1):after {
      display: none; }
  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none; }
  .md-block-grid-8 > div {
    width: 12.5%; }
  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-8 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both; }
    .md-block-grid-8 > div:nth-of-type(8n+1):after {
      display: none; }
  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none; }
  .md-block-grid-9 > div {
    width: 11.11111%; }
  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-9 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both; }
    .md-block-grid-9 > div:nth-of-type(9n+1):after {
      display: none; }
  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none; }
  .md-block-grid-10 > div {
    width: 10%; }
  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-10 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both; }
    .md-block-grid-10 > div:nth-of-type(10n+1):after {
      display: none; }
  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none; }
  .md-block-grid-11 > div {
    width: 9.09091%; }
  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-11 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both; }
    .md-block-grid-11 > div:nth-of-type(11n+1):after {
      display: none; }
  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none; }
  .md-block-grid-12 > div {
    width: 8.33333%; }
  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none; }
    .md-block-grid-12 > div:nth-of-type(1n):after {
      display: block; }
  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both; }
    .md-block-grid-12 > div:nth-of-type(12n+1):after {
      display: none; }
  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none; } }

/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -12px; }
  [class*="block-grid-"] > div {
    padding: 0 12px; }
  .item-columns {
    padding: 0 12px; }
  .lg-block-grid-1 > div {
    width: 100%; }
  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-1 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both; }
    .lg-block-grid-1 > div:nth-of-type(1n+1):after {
      display: none; }
  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none; }
  .lg-block-grid-2 > div {
    width: 50%; }
  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-2 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both; }
    .lg-block-grid-2 > div:nth-of-type(2n+1):after {
      display: none; }
  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none; }
  .lg-block-grid-3 > div {
    width: 33.33333%; }
  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-3 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both; }
    .lg-block-grid-3 > div:nth-of-type(3n+1):after {
      display: none; }
  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none; }
  .lg-block-grid-4 > div {
    width: 25%; }
  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-4 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both; }
    .lg-block-grid-4 > div:nth-of-type(4n+1):after {
      display: none; }
  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none; }
  .lg-block-grid-5 > div {
    width: 20%; }
  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-5 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both; }
    .lg-block-grid-5 > div:nth-of-type(5n+1):after {
      display: none; }
  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none; }
  .lg-block-grid-6 > div {
    width: 16.66667%; }
  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-6 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both; }
    .lg-block-grid-6 > div:nth-of-type(6n+1):after {
      display: none; }
  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none; }
  .lg-block-grid-7 > div {
    width: 14.28571%; }
  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-7 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both; }
    .lg-block-grid-7 > div:nth-of-type(7n+1):after {
      display: none; }
  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none; }
  .lg-block-grid-8 > div {
    width: 12.5%; }
  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-8 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both; }
    .lg-block-grid-8 > div:nth-of-type(8n+1):after {
      display: none; }
  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none; }
  .lg-block-grid-9 > div {
    width: 11.11111%; }
  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-9 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both; }
    .lg-block-grid-9 > div:nth-of-type(9n+1):after {
      display: none; }
  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none; }
  .lg-block-grid-10 > div {
    width: 10%; }
  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-10 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both; }
    .lg-block-grid-10 > div:nth-of-type(10n+1):after {
      display: none; }
  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none; }
  .lg-block-grid-11 > div {
    width: 9.09091%; }
  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-11 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both; }
    .lg-block-grid-11 > div:nth-of-type(11n+1):after {
      display: none; }
  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none; }
  .lg-block-grid-12 > div {
    width: 8.33333%; }
  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none; }
    .lg-block-grid-12 > div:nth-of-type(1n):after {
      display: block; }
  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both; }
    .lg-block-grid-12 > div:nth-of-type(12n+1):after {
      display: none; }
  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none; } }

.no-gutter [class*="block-grid-"] {
  margin: 0 !important; }

.no-gutter [class*="block-grid-"] > div {
  padding: 0 !important; }

.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 480px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important; } }

.team-teaser-1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  margin-bottom: 20px; }
  .team-teaser-1:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  .team-teaser-1 .team-image {
    position: relative;
    text-align: center; }
  .team-teaser-1 .team-content {
    padding: 20px;
    position: relative;
    z-index: 9;
    background: #fff; }
  .team-teaser-1 .team-name {
    font-weight: 600;
    color: #000;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin-top: 5px; }
  .team-teaser-1 .team-job {
    font-size: 12px;
    color: #684035;
    font-family: "Montserrat", sans-serif; }
  .team-teaser-1 .socials {
    margin-top: 10px;
    display: none; }
  .team-teaser-1 .team-skills {
    margin-top: 15px; }
    .team-teaser-1 .team-skills .progress {
      margin-bottom: 11px !important;
      height: 2px !important; }
      .team-teaser-1 .team-skills .progress .progress-bar span {
        top: -4px !important; }
      .team-teaser-1 .team-skills .progress .percentage {
        font-size: 11px !important;
        top: -20px; }
  .team-teaser-1:hover .team-image:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1); }

.team-teaser-2 {
  background: #fff; }
  @media (max-width: 991.98px) {
    .team-teaser-2 {
      max-width: 350px;
      margin: 0 auto; } }
  .team-teaser-2 .team-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .team-teaser-2 .team-block-inner .team-image {
      position: relative;
      text-align: center;
      box-flex: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      @media (max-width: 991.98px) {
        .team-teaser-2 .team-block-inner .team-image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .team-teaser-2 .team-block-inner .team-image .field--name-field-team-image a {
        display: block; }
        .team-teaser-2 .team-block-inner .team-image .field--name-field-team-image a:after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          background: rgba(0, 0, 0, 0.36);
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s; }
      .team-teaser-2 .team-block-inner .team-image .socials {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 11;
        width: 100%;
        margin-top: -16px;
        text-align: center; }
    .team-teaser-2 .team-block-inner .team-content {
      padding: 30px 20px;
      width: 50%;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-left: 0;
      box-flex: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      @media (max-width: 991.98px) {
        .team-teaser-2 .team-block-inner .team-content {
          padding: 20px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          border-left: 2px solid rgba(0, 0, 0, 0.1); } }
  .team-teaser-2 .team-name {
    font-weight: 600;
    color: #000;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .team-teaser-2 .team-name:after {
      content: '';
      width: 50px;
      height: 1px;
      background: #684035;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
  .team-teaser-2 .team-job {
    font-size: 13px;
    color: #684035;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 5px; }
  .team-teaser-2 .team-body {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px; }
  .team-teaser-2:hover .team-image .field--name-field-team-image a:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .team-teaser-2:hover .team-image .socials {
    opacity: 1;
    filter: alpha(opacity=100); }

.team-teaser-3 .team-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  float: left; }

.team-teaser-3 .team-content {
  padding-left: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-top: 5px; }
  .team-teaser-3 .team-content .team-name {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600; }
  .team-teaser-3 .team-content .team-job {
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 500; }

.team-teaser-4 .team-image {
  width: 80px;
  overflow: hidden;
  float: left; }

.team-teaser-4 .team-content {
  padding-left: 95px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-top: 0; }
  .team-teaser-4 .team-content .team-name {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600; }
  .team-teaser-4 .team-content .team-job {
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 500; }
  .team-teaser-4 .team-content .socials {
    margin-top: 10px; }

.team-grid .team-block {
  margin-bottom: 30px; }

.team-single-page {
  margin-bottom: 30px; }
  .team-single-page .team-name {
    margin-bottom: 15px; }
    .team-single-page .team-name .name h1 {
      font-size: 26px;
      margin-bottom: 5px; }
    .team-single-page .team-name .job {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #684035; }
  .team-single-page .socials {
    margin-top: 10px; }
  .team-single-page .heading {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif; }
  .team-single-page .team-contact {
    margin-bottom: 25px; }
  .team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
    font-size: 14px;
    line-height: 28px; }
  .team-single-page .team-education .field__item {
    padding-left: 20px;
    position: relative; }
    .team-single-page .team-education .field__item:after {
      content: "";
      width: 6px;
      height: 6px;
      background: #684035;
      position: absolute;
      top: 11px;
      left: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      z-index: 1; }
  .team-single-page .team-info {
    margin-bottom: 20px !important; }
  .team-single-page .team-quote {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
    font-family: "Montserrat", sans-serif; }
    .team-single-page .team-quote:after {
      font-family: "gva-icon";
      content: "\ea16";
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1;
      color: #684035;
      font-size: 24px;
      text-align: center;
      line-height: 40px; }
  .team-single-page .team-skills {
    margin: 10px 0 30px; }
    .team-single-page .team-skills .team-skill {
      margin-bottom: 15px; }

.testimonial-node-v1 {
  background: none;
  position: relative;
  margin-top: 0; }
  .testimonial-node-v1 .video {
    margin-bottom: 10px; }
    .testimonial-node-v1 .video .popup-video {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      font-size: 12px;
      color: #7e7e7e; }
      .testimonial-node-v1 .video .popup-video .icon {
        line-height: 42px;
        width: 42px;
        height: 42px;
        background: #684035;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        color: #fff;
        text-align: center;
        margin-right: 6px;
        font-size: 16px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s; }
      .testimonial-node-v1 .video .popup-video:hover .icon, .testimonial-node-v1 .video .popup-video:focus .icon, .testimonial-node-v1 .video .popup-video:active .icon {
        background: #8a5546; }
  .testimonial-node-v1 .content-top {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #fff;
    position: relative; }
    .testimonial-node-v1 .content-top:after {
      content: '';
      border: 10px solid transparent;
      border-top-color: #dee2e6;
      position: absolute;
      top: 100%;
      left: 20px;
      z-index: 9; }
    .testimonial-node-v1 .content-top .quote {
      font-size: 16px;
      line-height: 34px;
      font-weight: 400;
      color: #000;
      font-family: "Montserrat", sans-serif; }
  .testimonial-node-v1 .info {
    margin-top: 30px; }
    .testimonial-node-v1 .info .left {
      float: left;
      width: 60px; }
      .testimonial-node-v1 .info .left img {
        width: 60px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
    .testimonial-node-v1 .info .right {
      padding-left: 75px; }
  .testimonial-node-v1 .title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    color: #000; }
  .testimonial-node-v1 .job {
    font-size: 12px;
    font-family: "Montserrat", sans-serif; }

.testimonial-node-v2 {
  text-align: center;
  max-width: 780px;
  margin: 0 auto; }
  .testimonial-node-v2 .avatar img {
    max-height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .testimonial-node-v2 .quote {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-top: 20px;
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500; }
  .testimonial-node-v2 .info {
    margin-top: 10px; }
  .testimonial-node-v2 .job {
    color: #717171;
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500; }
  .testimonial-node-v2 .title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase; }

.view-testimonial-v2 {
  position: relative;
  float: left;
  width: 100%; }
  .view-testimonial-v2 .owl-dots {
    text-align: left;
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%; }
    .view-testimonial-v2 .owl-dots .owl-dot {
      display: inline-block;
      padding: 0;
      margin: 5px;
      background: none;
      width: 45px;
      height: 45px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border: 2px solid #dee2e6;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: center;
      position: relative;
      z-index: 9; }
      .view-testimonial-v2 .owl-dots .owl-dot.active {
        border-color: #684035; }
  .view-testimonial-v2 .owl-nav {
    display: none; }

.testimonial-grid .item-grid {
  margin-bottom: 45px; }
  .testimonial-grid .item-grid:before, .testimonial-grid .item-grid:after {
    content: " ";
    display: table; }
  .testimonial-grid .item-grid:after {
    clear: both; }
  .testimonial-grid .item-grid .testimonials-quote {
    font-size: 16px;
    color: #000;
    padding: 30px;
    border: 1px solid #dee2e6;
    font-weight: 300;
    font-style: italic; }
  .testimonial-grid .item-grid .testimonials-profile {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    float: left;
    padding-top: 20px; }
    .testimonial-grid .item-grid .testimonials-profile:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background: #684035;
      top: -1px;
      left: 0;
      z-index: 1; }
    .testimonial-grid .item-grid .testimonials-profile .right {
      padding-left: 70px; }
      .testimonial-grid .item-grid .testimonials-profile .right .name {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        margin: 0;
        text-transform: uppercase; }
      .testimonial-grid .item-grid .testimonials-profile .right .job {
        font-size: 12px;
        font-weight: 900;
        color: #684035;
        text-transform: uppercase; }
    .testimonial-grid .item-grid .testimonials-profile .left {
      display: inline-block;
      float: left; }
      .testimonial-grid .item-grid .testimonials-profile .left img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 50px;
        height: auto; }

.paragraph--type--paragraphs-images {
  margin: 15px 0; }
  .paragraph--type--paragraphs-images .lightGallery .image-item {
    position: relative;
    margin-bottom: 10px; }
    .paragraph--type--paragraphs-images .lightGallery .image-item a {
      position: relative;
      display: block; }
      .paragraph--type--paragraphs-images .lightGallery .image-item a:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s; }
      .paragraph--type--paragraphs-images .lightGallery .image-item a .icon-expand {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        z-index: 99;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 30px; }
      .paragraph--type--paragraphs-images .lightGallery .image-item a:hover:after {
        opacity: 1;
        filter: alpha(opacity=100); }
      .paragraph--type--paragraphs-images .lightGallery .image-item a:hover .icon-expand {
        opacity: 1;
        filter: alpha(opacity=100); }

.paragraph--type--paragraphs-video {
  margin: 15px 0; }

.course-block {
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2; }
  .course-block:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  .course-block .course-block-inner {
    position: relative;
    z-index: 11; }
  .course-block .image {
    position: relative;
    overflow: hidden; }
    .course-block .image .main-images a:after {
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#323031));
      background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
      width: 100%;
      height: 80px;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0; }
    .course-block .image .image-item {
      text-align: center; }
    .course-block .image .image-popup {
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
      .course-block .image .image-popup .icon-expand {
        position: absolute;
        bottom: 15px;
        right: 15px;
        color: rgba(255, 255, 255, 0.8);
        z-index: 11;
        font-size: 12px;
        line-height: 1; }
        .course-block .image .image-popup .icon-expand i {
          margin-right: 5px; }
      .course-block .image .image-popup:hover .icon-expand {
        text-decoration: underline; }
    .course-block .image .video-link {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: rgba(255, 255, 255, 0.8);
      z-index: 11;
      font-size: 12px;
      line-height: 1;
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
      .course-block .image .video-link i {
        margin-right: 2px; }
      .course-block .image .video-link:hover {
        text-decoration: underline; }
  .course-block .course-content {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    text-align: left;
    min-height: 220px; }
    .course-block .course-content .content-inner {
      position: relative;
      overflow: hidden;
      padding: 20px; }
      .course-block .course-content .content-inner .categories {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 4px;
        padding-left: 28px;
        position: relative; }
        .course-block .course-content .content-inner .categories:after {
          content: '';
          width: 20px;
          height: 2px;
          background: #684035;
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 0;
          z-index: 1; }
        .course-block .course-content .content-inner .categories .field__items:before, .course-block .course-content .content-inner .categories .field__items:after {
          content: " ";
          display: table; }
        .course-block .course-content .content-inner .categories .field__items:after {
          clear: both; }
        .course-block .course-content .content-inner .categories .field__items > .field__item {
          float: left;
          margin-right: 5px;
          position: relative;
          padding-right: 5px; }
          .course-block .course-content .content-inner .categories .field__items > .field__item a {
            color: #7e7e7e; }
            .course-block .course-content .content-inner .categories .field__items > .field__item a:hover {
              color: #684035; }
          .course-block .course-content .content-inner .categories .field__items > .field__item:after {
            content: ',';
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
            color: #222;
            color: #7e7e7e; }
          .course-block .course-content .content-inner .categories .field__items > .field__item:last-child {
            margin-right: 0;
            padding-right: 0; }
            .course-block .course-content .content-inner .categories .field__items > .field__item:last-child:after {
              display: none; }
      .course-block .course-content .content-inner .title {
        margin: 0;
        line-height: 20px;
        font-size: 16px;
        text-transform: capitalize;
        text-align: left;
        font-weight: 600;
        min-height: 40px; }
      .course-block .course-content .content-inner .course-info {
        position: relative;
        min-height: 50px;
        margin-top: 15px; }
        .course-block .course-content .content-inner .course-info .teacher {
          text-align: left;
          position: relative; }
          .course-block .course-content .content-inner .course-info .teacher > div {
            display: block;
            position: relative;
            float: left;
            width: 100%; }
            .course-block .course-content .content-inner .course-info .teacher > div:last-child {
              margin-right: 0; }
    .course-block .course-content .course-footer {
      padding: 10px 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #7e7e7e; }
      .course-block .course-content .course-footer .left {
        float: left; }
        .course-block .course-content .course-footer .left .course-price {
          font-weight: 500;
          font-family: "Montserrat", sans-serif;
          background: #684035;
          color: #fff;
          padding: 0 10px;
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          font-size: 12px; }
      .course-block .course-content .course-footer .right {
        float: right;
        width: 120px;
        text-align: right; }
        .course-block .course-content .course-footer .right a {
          font-weight: 500;
          color: #684035;
          font-weight: 14px; }
          .course-block .course-content .course-footer .right a:hover {
            color: #35211b; }
  .course-block:hover .image:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .course-block:hover .content-action a {
    color: #684035;
    border-color: #684035; }

.views-exposed-form {
  display: table;
  width: 100%; }
  .views-exposed-form .block-content {
    width: 100% !important; }
  .views-exposed-form > div {
    display: table-cell; }
    @media (max-width: 991.98px) {
      .views-exposed-form > div {
        display: block;
        width: 50%;
        margin-bottom: 15px;
        float: left; } }
    @media (max-width: 400px) {
      .views-exposed-form > div {
        width: 100%; } }
  .views-exposed-form .js-form-item-items-per-page label {
    display: none !important; }
  .views-exposed-form form {
    display: table;
    width: 100%; }
    .views-exposed-form form > div {
      display: table-cell; }
      @media (max-width: 991.98px) {
        .views-exposed-form form > div {
          display: block;
          width: 50%;
          float: left; } }
      @media (max-width: 400px) {
        .views-exposed-form form > div {
          width: 100%; } }
  .views-exposed-form .form-item select, .views-exposed-form .form-item input[type="text"], .views-exposed-form .form-item input[type="text"], .views-exposed-form .form-item input[type="tel"], .views-exposed-form .form-item input[type="password"], .views-exposed-form .form-item input[type="email"], .views-exposed-form .form-actions select, .views-exposed-form .form-actions input[type="text"], .views-exposed-form .form-actions input[type="text"], .views-exposed-form .form-actions input[type="tel"], .views-exposed-form .form-actions input[type="password"], .views-exposed-form .form-actions input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 50px;
    width: 100%;
    background: none;
    padding: 0 15px;
    font-family: "Montserrat", sans-serif;
    -moz-appearance: none;
    color: #7e7e7e;
    background: #fff; }
    .views-exposed-form .form-item select:focus, .views-exposed-form .form-item input[type="text"]:focus, .views-exposed-form .form-item input[type="text"]:focus, .views-exposed-form .form-item input[type="tel"]:focus, .views-exposed-form .form-item input[type="password"]:focus, .views-exposed-form .form-item input[type="email"]:focus, .views-exposed-form .form-actions select:focus, .views-exposed-form .form-actions input[type="text"]:focus, .views-exposed-form .form-actions input[type="text"]:focus, .views-exposed-form .form-actions input[type="tel"]:focus, .views-exposed-form .form-actions input[type="password"]:focus, .views-exposed-form .form-actions input[type="email"]:focus {
      border-color: #684035; }
  .views-exposed-form .form-item label, .views-exposed-form .form-actions label {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: none; }
  .views-exposed-form .form-item input::-webkit-input-placeholder, .views-exposed-form .form-actions input::-webkit-input-placeholder {
    color: #7e7e7e; }
  .views-exposed-form .form-item input:-moz-placeholder, .views-exposed-form .form-actions input:-moz-placeholder {
    color: #7e7e7e;
    opacity: 1;
    filter: alpha(opacity=100); }
  .views-exposed-form .form-item input::-moz-placeholder, .views-exposed-form .form-actions input::-moz-placeholder {
    color: #7e7e7e;
    opacity: 1;
    filter: alpha(opacity=100); }
  .views-exposed-form .form-item input:-ms-input-placeholder, .views-exposed-form .form-actions input:-ms-input-placeholder {
    color: #7e7e7e; }
  .views-exposed-form .form-item {
    padding-right: 20px;
    vertical-align: top; }
    .views-exposed-form .form-item .form-text {
      margin-top: 0; }
    .views-exposed-form .form-item.form-item-title {
      width: 45%; }
  .views-exposed-form .form-actions input {
    background: #684035;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 0 30px;
    height: auto;
    line-height: 42px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-family: "Montserrat", sans-serif; }
    .views-exposed-form .form-actions input:hover {
      background: #35211b;
      color: #fff; }

#views-exposed-form-courses-course-filter, #views-exposed-form-courses-page-course {
  max-width: 800px;
  margin: 0 auto;
  padding: 6px 6px 2px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08); }
  #views-exposed-form-courses-course-filter:before, #views-exposed-form-courses-course-filter:after, #views-exposed-form-courses-page-course:before, #views-exposed-form-courses-page-course:after {
    content: " ";
    display: table; }
  #views-exposed-form-courses-course-filter:after, #views-exposed-form-courses-page-course:after {
    clear: both; }
  #views-exposed-form-courses-course-filter .form-item, #views-exposed-form-courses-page-course .form-item {
    width: 26%;
    float: left;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 680px) {
      #views-exposed-form-courses-course-filter .form-item, #views-exposed-form-courses-page-course .form-item {
        width: 100%;
        border-bottom: 1px solid #dee2e6; } }
    #views-exposed-form-courses-course-filter .form-item:after, #views-exposed-form-courses-page-course .form-item:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 40px;
      background: rgba(0, 0, 0, 0.1);
      top: 50%;
      right: 0;
      margin-top: -20px;
      z-index: 1; }
      @media (max-width: 680px) {
        #views-exposed-form-courses-course-filter .form-item:after, #views-exposed-form-courses-page-course .form-item:after {
          display: none; } }
    #views-exposed-form-courses-course-filter .form-item input[type='text'], #views-exposed-form-courses-course-filter .form-item input[type='search'], #views-exposed-form-courses-course-filter .form-item input[type='password'], #views-exposed-form-courses-course-filter .form-item input[type='email'], #views-exposed-form-courses-course-filter .form-item textarea, #views-exposed-form-courses-course-filter .form-item select, #views-exposed-form-courses-page-course .form-item input[type='text'], #views-exposed-form-courses-page-course .form-item input[type='search'], #views-exposed-form-courses-page-course .form-item input[type='password'], #views-exposed-form-courses-page-course .form-item input[type='email'], #views-exposed-form-courses-page-course .form-item textarea, #views-exposed-form-courses-page-course .form-item select {
      border: none; }
  #views-exposed-form-courses-course-filter .chosen-container-single, #views-exposed-form-courses-page-course .chosen-container-single {
    border: none !important; }
  #views-exposed-form-courses-course-filter .form-actions, #views-exposed-form-courses-page-course .form-actions {
    width: 22%;
    float: left; }
    @media (max-width: 680px) {
      #views-exposed-form-courses-course-filter .form-actions, #views-exposed-form-courses-page-course .form-actions {
        width: 100%;
        margin-top: 15px; } }
    #views-exposed-form-courses-course-filter .form-actions input, #views-exposed-form-courses-page-course .form-actions input {
      width: 100%;
      line-height: 46px; }

#views-exposed-form-courses-page-course {
  margin-bottom: 45px; }

.form-fullwidth .views-exposed-form form {
  display: block;
  width: 100%; }
  .form-fullwidth .views-exposed-form form > div {
    display: block;
    width: 100% !important;
    padding-right: 0 !important; }
    .form-fullwidth .views-exposed-form form > div select, .form-fullwidth .views-exposed-form form > div input[type="text"], .form-fullwidth .views-exposed-form form > div input[type="text"], .form-fullwidth .views-exposed-form form > div input[type="tel"], .form-fullwidth .views-exposed-form form > div input[type="password"], .form-fullwidth .views-exposed-form form > div input[type="email"] {
      margin-bottom: 30px; }
    .form-fullwidth .views-exposed-form form > div.form-item label {
      display: block !important; }
    .form-fullwidth .views-exposed-form form > div.form-actions {
      text-align: center; }
      .form-fullwidth .views-exposed-form form > div.form-actions input {
        display: inline-block; }

.form-fullwidth #views-exposed-form-courses-course-filter {
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none; }
  .form-fullwidth #views-exposed-form-courses-course-filter .form-item:after {
    display: none; }
  .form-fullwidth #views-exposed-form-courses-course-filter .form-item select, .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="text"], .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="text"], .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="tel"], .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="password"], .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 50px;
    width: 100%;
    background: none;
    padding: 0 15px;
    font-family: "Montserrat", sans-serif;
    -moz-appearance: none;
    color: #7e7e7e;
    background: #fff; }
    .form-fullwidth #views-exposed-form-courses-course-filter .form-item select:focus, .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="text"]:focus, .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="text"]:focus, .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="tel"]:focus, .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="password"]:focus, .form-fullwidth #views-exposed-form-courses-course-filter .form-item input[type="email"]:focus {
      border-color: #684035; }

.filter-course-popup {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767.98px) {
    .filter-course-popup {
      position: relative; } }

.course-list .view-content-wrap {
  margin-top: 45px; }

.course-list .course-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6; }
  .course-list .course-block:before, .course-list .course-block:after {
    content: " ";
    display: table; }
  .course-list .course-block:after {
    clear: both; }
  .course-list .course-block:hover, .course-list .course-block:focus, .course-list .course-block:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .course-list .course-block .owl-carousel .owl-nav {
    display: none !important; }
  .course-list .course-block .course-thumbnail {
    width: 320px;
    float: left; }
  .course-list .course-block .course-price {
    margin-top: 10px; }
  .course-list .course-block .course-content {
    border: none;
    padding: 0 0 0 350px; }
    .course-list .course-block .course-content:before, .course-list .course-block .course-content:after {
      content: " ";
      display: table; }
    .course-list .course-block .course-content:after {
      clear: both; }
    .course-list .course-block .course-content .course-title {
      min-height: 10px; }
    .course-list .course-block .course-content .course-meta {
      margin-bottom: 10px; }
    .course-list .course-block .course-content > div {
      display: block;
      float: left;
      width: 100%; }
      .course-list .course-block .course-content > div.course-price {
        background: none;
        text-align: left;
        line-height: 1; }

.course-list.list-small .course-block {
  margin-bottom: 15px; }
  .course-list.list-small .course-block:before, .course-list.list-small .course-block:after {
    content: " ";
    display: table; }
  .course-list.list-small .course-block:after {
    clear: both; }
  .course-list.list-small .course-block:hover, .course-list.list-small .course-block:focus, .course-list.list-small .course-block:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .course-list.list-small .course-block .course-thumbnail {
    width: 80px; }
  .course-list.list-small .course-block .course-content {
    padding: 0 0 0 95px;
    border: none; }
  .course-list.list-small .course-block .course-title a {
    font-size: 13px;
    text-transform: none; }
  .course-list.list-small .course-block .description, .course-list.list-small .course-block .course-meta, .course-list.list-small .course-block .view-node {
    display: none; }

.categories-course-list .view-content-wrap .item {
  border-top: 1px solid #dee2e6; }
  .categories-course-list .view-content-wrap .item a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #666666;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    display: block;
    padding: 12px 0; }
    .categories-course-list .view-content-wrap .item a:hover {
      color: #684035; }
  .categories-course-list .view-content-wrap .item:last-child {
    border-bottom: 1px solid #dee2e6; }

.course-block-heading-2 {
  border-bottom: 1px solid #dee2e6;
  background: #fff;
  padding: 20px; }
  .course-block-heading-2 > div {
    float: left;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }
    .course-block-heading-2 > div.course-title {
      width: 40%; }
      @media (max-width: 991.98px) {
        .course-block-heading-2 > div.course-title {
          width: 50%; } }
      @media (max-width: 580px) {
        .course-block-heading-2 > div.course-title {
          display: none; } }
    .course-block-heading-2 > div.course-category {
      width: 20%; }
      @media (max-width: 991.98px) {
        .course-block-heading-2 > div.course-category {
          width: 25%; } }
      @media (max-width: 580px) {
        .course-block-heading-2 > div.course-category {
          display: none; } }
    .course-block-heading-2 > div.course-instructor {
      width: 20%; }
      @media (max-width: 991.98px) {
        .course-block-heading-2 > div.course-instructor {
          width: 25%; } }
      @media (max-width: 580px) {
        .course-block-heading-2 > div.course-instructor {
          display: none; } }
    @media (max-width: 991.98px) {
      .course-block-heading-2 > div.course-price {
        display: none; } }

.course-block-v2 {
  border-bottom: 1px solid #dee2e6;
  padding: 35px 20px;
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative; }
  .course-block-v2:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
    z-index: 9; }
  .course-block-v2 > div {
    float: left; }
    .course-block-v2 > div.course-title {
      text-transform: capitalize;
      font-weight: 600;
      width: 40%;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      line-height: 24px;
      padding-right: 10px; }
      @media (max-width: 991.98px) {
        .course-block-v2 > div.course-title {
          width: 50%; } }
      @media (max-width: 580px) {
        .course-block-v2 > div.course-title {
          width: 100%; } }
    .course-block-v2 > div.course-category {
      width: 20%; }
      @media (max-width: 991.98px) {
        .course-block-v2 > div.course-category {
          width: 25%; } }
      @media (max-width: 580px) {
        .course-block-v2 > div.course-category {
          width: 100%; } }
      .course-block-v2 > div.course-category .field .field__item {
        float: left;
        font-size: 14px;
        margin-right: 8px;
        position: relative;
        font-weight: 500; }
        .course-block-v2 > div.course-category .field .field__item:after {
          content: ',';
          bottom: 0;
          right: -5px;
          position: absolute;
          z-index: 1; }
        .course-block-v2 > div.course-category .field .field__item:last-child:after {
          display: none; }
        .course-block-v2 > div.course-category .field .field__item a {
          color: #684035;
          font-family: "Montserrat", sans-serif; }
          .course-block-v2 > div.course-category .field .field__item a:hover {
            text-decoration: underline; }
    .course-block-v2 > div.course-teacher {
      width: 20%;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 991.98px) {
        .course-block-v2 > div.course-teacher {
          width: 25%; } }
      @media (max-width: 580px) {
        .course-block-v2 > div.course-teacher {
          width: 100%; } }
    .course-block-v2 > div.content-action {
      width: 20%;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 991.98px) {
        .course-block-v2 > div.content-action {
          width: 100%;
          margin-top: 10px; }
          .course-block-v2 > div.content-action > div {
            margin-right: 15px; } }
      .course-block-v2 > div.content-action .price {
        float: left; }
        .course-block-v2 > div.content-action .price > div {
          display: inline-block;
          background: #684035;
          color: #fff;
          padding: 1px 8px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          font-size: 13px;
          font-weight: 500; }
      .course-block-v2 > div.content-action .enroll {
        float: right; }
        @media (max-width: 991.98px) {
          .course-block-v2 > div.content-action .enroll {
            float: left; } }
        .course-block-v2 > div.content-action .enroll a {
          padding: 5px 15px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          color: #fff;
          font-size: 14px;
          background: #684035;
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s;
          font-weight: 600; }
          .course-block-v2 > div.content-action .enroll a:hover {
            background: #8a5546; }

.featured-course-2 {
  background: none;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%; }
  .featured-course-2 .image {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative; }
    .featured-course-2 .image .main-images a:after {
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#323031));
      background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
      width: 100%;
      height: 80px;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0; }
    .featured-course-2 .image .image-popup {
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
      .featured-course-2 .image .image-popup .icon-expand {
        position: absolute;
        bottom: 15px;
        right: 15px;
        color: rgba(255, 255, 255, 0.8);
        z-index: 11;
        font-size: 12px;
        line-height: 1; }
        .featured-course-2 .image .image-popup .icon-expand i {
          margin-right: 5px; }
      .featured-course-2 .image .image-popup:hover .icon-expand {
        text-decoration: underline; }
    .featured-course-2 .image .video-link {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: rgba(255, 255, 255, 0.8);
      z-index: 11;
      font-size: 12px;
      line-height: 1;
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
      .featured-course-2 .image .video-link i {
        margin-right: 2px; }
      .featured-course-2 .image .video-link:hover {
        text-decoration: underline; }
  .featured-course-2 .course-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .featured-course-2 .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 991.98px) {
      .featured-course-2 .left {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  .featured-course-2 .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: 1px solid #dee2e6;
    border-left: 0; }
    @media (max-width: 991.98px) {
      .featured-course-2 .right {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        border-left: 1px solid #dee2e6; } }
    .featured-course-2 .right .course-content {
      border: none !important;
      padding: 30px 30px 15px; }
      @media (max-width: 1199.98px) {
        .featured-course-2 .right .course-content {
          padding: 20px; } }
    .featured-course-2 .right .title {
      font-size: 22px;
      position: relative;
      min-height: auto;
      color: #000;
      margin: 5px 0;
      line-height: 1.2; }
      .featured-course-2 .right .title a {
        color: #000; }
        .featured-course-2 .right .title a:hover {
          text-decoration: underline; }
    .featured-course-2 .right .teacher {
      margin: 10px 0; }
      .featured-course-2 .right .teacher a {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
        font-family: "Montserrat", sans-serif; }
    .featured-course-2 .right .course-bottom {
      margin-top: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 5px;
      width: 100%; }
      .featured-course-2 .right .course-bottom .bottom-right {
        float: right; }
        .featured-course-2 .right .course-bottom .bottom-right .course-apply {
          padding: 0 20px;
          line-height: 32px; }
      .featured-course-2 .right .course-bottom .bottom-left {
        float: left; }
        .featured-course-2 .right .course-bottom .bottom-left .course-price {
          margin-top: 5px;
          background: #684035;
          color: #fff;
          font-weight: 700;
          padding: 0 8px;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          line-height: 20px; }
    .featured-course-2 .right .course-features {
      margin: 10px 0 0;
      color: #333; }
      @media (max-width: 1199.98px) {
        .featured-course-2 .right .course-features {
          display: none; } }
      .featured-course-2 .right .course-features .field__items {
        margin-left: -15px;
        margin-right: -15px;
        padding: 5px 0 5px; }
        .featured-course-2 .right .course-features .field__items:before, .featured-course-2 .right .course-features .field__items:after {
          content: " ";
          display: table; }
        .featured-course-2 .right .course-features .field__items:after {
          clear: both; }
        .featured-course-2 .right .course-features .field__items .field__item {
          padding-right: 10px;
          width: 50%;
          float: left;
          padding-left: 28px;
          position: relative;
          margin-bottom: 8px;
          font-size: 14px;
          line-height: 20px;
          font-family: "Montserrat", sans-serif;
          font-weight: 500; }
          @media (max-width: 991.98px) {
            .featured-course-2 .right .course-features .field__items .field__item {
              width: 100%; } }
          .featured-course-2 .right .course-features .field__items .field__item:after {
            content: '\f111';
            font-family: 'FontAwesome';
            position: absolute;
            top: 5px;
            left: 15px;
            font-size: 6px;
            color: #684035;
            z-index: 1;
            line-height: 1.8; }
          .featured-course-2 .right .course-features .field__items .field__item:nth-child(2n+1) {
            clear: both; }
  .featured-course-2:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.view-courses-featured-2 .tab-lists-content .content-inner {
  margin: 0 auto; }
  .view-courses-featured-2 .tab-lists-content .content-inner .course-block {
    padding: 0;
    margin: 0;
    background: none; }
    .view-courses-featured-2 .tab-lists-content .content-inner .course-block .course-content {
      background: none; }

.view-courses-featured-2 .carousel-nav {
  margin-top: 30px; }
  .view-courses-featured-2 .carousel-nav .content-inner {
    padding: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #684035;
    margin: 0 auto; }
    .view-courses-featured-2 .carousel-nav .content-inner .info {
      padding: 0 10px;
      max-width: 290px; }
      .view-courses-featured-2 .carousel-nav .content-inner .info .left {
        width: 80px;
        float: left; }
        .view-courses-featured-2 .carousel-nav .content-inner .info .left img {
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px; }
      .view-courses-featured-2 .carousel-nav .content-inner .info .right {
        padding-left: 95px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #000;
        line-height: 22px;
        color: #fff;
        padding-top: 5px;
        font-size: 14px; }
      .view-courses-featured-2 .carousel-nav .content-inner .info:hover {
        cursor: pointer; }

.body-product-course {
  background: #F5F7FA !important; }

.single-course {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .single-course .block-course-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative; }
    .single-course .block-course-title:before {
      content: "";
      position: absolute;
      width: 60px;
      height: 1px;
      background: #684035;
      left: 0;
      bottom: -1px;
      z-index: 1; }
  .single-course .single-course-top {
    background: #29303B;
    padding: 45px 0 45px; }
  .single-course .course-right {
    margin-top: 35px;
    margin-bottom: 35px; }
    .single-course .course-right .course-right-content {
      padding: 20px 20px 0;
      border: 1px solid rgba(0, 0, 0, 0.08);
      background: #fff;
      position: relative; }
      .single-course .course-right .course-right-content:after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        z-index: 1;
        height: 50px;
        border-radius: 50%;
        -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
      .single-course .course-right .course-right-content .course-right-inner {
        position: relative;
        z-index: 2; }
    .single-course .course-right .course-meta {
      margin: 30px 0 0; }
      .single-course .course-right .course-meta.course-information {
        margin-top: 15px;
        font-size: 14px; }
      .single-course .course-right .course-meta .meta-item {
        float: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: inline-block;
        color: #000;
        width: 100%;
        border-bottom: 1px solid #dee2e6; }
        .single-course .course-right .course-meta .meta-item:last-child {
          margin-right: 0;
          border-bottom: 0;
          margin-bottom: 0; }
        .single-course .course-right .course-meta .meta-item .content .lab {
          color: #8e8e8e;
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          line-height: 1.2; }
        .single-course .course-right .course-meta .meta-item .content .val {
          display: inline-block;
          line-height: 1.2;
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          font-size: 14px;
          float: right; }
          .single-course .course-right .course-meta .meta-item .content .val a {
            font-family: "Montserrat", sans-serif;
            font-weight: 500; }
        .single-course .course-right .course-meta .meta-item .content .field--name-field-course-category .field__item {
          float: left;
          margin-right: 10px;
          display: inline-block;
          position: relative;
          top: 5px; }
    .single-course .course-right .add-to-cart-content-inner {
      margin: 0 0 5px; }
      .single-course .course-right .add-to-cart-content-inner .field--name-price {
        float: left;
        font-size: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #684035;
        line-height: 35px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px; }
      .single-course .course-right .add-to-cart-content-inner .user-registered {
        float: left;
        font-size: 16px;
        border: 1px solid #dee2e6;
        padding: 3px 15px;
        font-weight: 500;
        font-family: "Montserrat", sans-serif; }
      .single-course .course-right .add-to-cart-content-inner input.form-submit {
        width: 100%;
        border: none;
        padding: 2px; }
    .single-course .course-right .course-includes {
      margin: 15px 0; }
      .single-course .course-right .course-includes ul {
        padding: 0; }
        .single-course .course-right .course-includes ul li {
          padding-left: 30px;
          position: relative;
          list-style: none;
          margin-bottom: 6px; }
          .single-course .course-right .course-includes ul li:after {
            content: "\e901";
            font-family: "gva-icon";
            position: absolute;
            top: 2px;
            left: 2px;
            z-index: 1;
            color: #684035; }
    .single-course .course-right .course-sharing {
      background: #fff;
      text-align: center;
      padding: 20px;
      margin-top: 15px;
      margin-left: -20px;
      margin-right: -20px;
      border-top: 1px solid #dee2e6; }
      .single-course .course-right .course-sharing a {
        border: 1px solid #dee2e6;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        margin: 0 10px;
        text-align: center;
        line-height: 34px;
        font-size: 16px;
        color: #684035; }
        .single-course .course-right .course-sharing a:hover {
          border-color: #684035; }
  .single-course .sidebar_course .block {
    margin-top: 35px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    background: #fff;
    position: relative; }
    .single-course .sidebar_course .block:before, .single-course .sidebar_course .block:after {
      content: " ";
      display: table; }
    .single-course .sidebar_course .block:after {
      clear: both; }
    .single-course .sidebar_course .block:after {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      z-index: 1;
      height: 50px;
      border-radius: 50%;
      display: block;
      -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
    .single-course .sidebar_course .block .block-title {
      padding: 10px 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      margin: 0; }
      .single-course .sidebar_course .block .block-title span {
        font-weight: 600; }
      .single-course .sidebar_course .block .block-title:after {
        display: none; }
    .single-course .sidebar_course .block .block-content {
      padding: 20px;
      position: relative;
      z-index: 2;
      background: #fff; }
    .single-course .sidebar_course .block .webform-submission-form:before, .single-course .sidebar_course .block .webform-submission-form:after {
      content: " ";
      display: table; }
    .single-course .sidebar_course .block .webform-submission-form:after {
      clear: both; }
    .single-course .sidebar_course .block .webform-submission-form label {
      display: none; }
  .single-course .headline {
    color: #fff;
    margin-bottom: 15px; }
  .single-course .what-learn {
    color: #fff; }
    .single-course .what-learn .field__label {
      font-weight: 300;
      font-size: 20px; }
    .single-course .what-learn ul {
      margin: 10px 0;
      padding-left: 0; }
      .single-course .what-learn ul > li {
        padding-left: 30px;
        position: relative;
        list-style: none;
        margin-bottom: 10px; }
        .single-course .what-learn ul > li:after {
          content: "\e901";
          font-family: "gva-icon";
          position: absolute;
          top: 1px;
          left: 2px;
          z-index: 1;
          color: #684035; }
  .single-course .course-images {
    position: relative;
    border: 5px solid #dee2e6; }
    .single-course .course-images:after {
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#323031));
      background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
      width: 100%;
      height: 80px;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0; }
  .single-course .icon-expand {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    z-index: 11;
    font-size: 12px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .single-course .icon-expand i {
      margin-right: 5px; }
    .single-course .icon-expand:hover {
      color: #684035; }
  .single-course .video-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    z-index: 11;
    font-size: 12px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    .single-course .video-link i {
      margin-right: 2px; }
    .single-course .video-link:hover {
      color: #684035; }
  .single-course .post-title {
    margin: 15px 0 12px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize; }
  .single-course .block-info {
    margin-bottom: 30px;
    margin-top: 15px; }
  .single-course .course-features {
    font-weight: 500; }
    .single-course .course-features .feature-item {
      margin-bottom: 15px; }
      .single-course .course-features .feature-item i {
        float: left;
        margin-right: 10px;
        border: 1px solid #dee2e6;
        color: #684035;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px; }
      .single-course .course-features .feature-item > span {
        padding-left: 55px;
        display: block; }
  .single-course .course-left .course-content {
    margin-top: 35px; }
  .single-course .course-left .block-course-info {
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    background: #fff;
    position: relative; }
    .single-course .course-left .block-course-info:before, .single-course .course-left .block-course-info:after {
      content: " ";
      display: table; }
    .single-course .course-left .block-course-info:after {
      clear: both; }
    .single-course .course-left .block-course-info:after {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      z-index: 1;
      height: 50px;
      border-radius: 50%;
      display: block;
      -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
    .single-course .course-left .block-course-info .block-title {
      padding: 10px 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      margin: 0;
      font-size: 18px; }
      .single-course .course-left .block-course-info .block-title:after {
        display: none; }
    .single-course .course-left .block-course-info .block-content {
      padding: 20px;
      position: relative;
      z-index: 2;
      background: #fff; }
    .single-course .course-left .block-course-info .webform-submission-form:before, .single-course .course-left .block-course-info .webform-submission-form:after {
      content: " ";
      display: table; }
    .single-course .course-left .block-course-info .webform-submission-form:after {
      clear: both; }
    .single-course .course-left .block-course-info .webform-submission-form label {
      display: none; }
  .single-course .course-lessons {
    font-size: 14px; }
  .single-course #node-single-comment {
    border: none;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0; }
    .single-course #node-single-comment h2 {
      display: none; }
  .single-course .course-features {
    margin: 25px 0 0;
    font-weight: 400;
    font-size: 14px; }
    .single-course .course-features .field__label {
      font-size: 14px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      border-bottom: 1px solid #684035;
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-bottom: 5px;
      color: #000;
      letter-spacing: 1px; }
    .single-course .course-features .field__items {
      margin-left: -15px;
      margin-right: -15px;
      padding: 5px 0 5px; }
      .single-course .course-features .field__items:before, .single-course .course-features .field__items:after {
        content: " ";
        display: table; }
      .single-course .course-features .field__items:after {
        clear: both; }
      .single-course .course-features .field__items .field__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        float: left;
        padding-left: 32px;
        position: relative;
        margin-bottom: 10px;
        color: #000;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 991.98px) {
          .single-course .course-features .field__items .field__item {
            width: 100%; } }
        .single-course .course-features .field__items .field__item:after {
          content: '\f192';
          font-family: 'FontAwesome';
          position: absolute;
          top: 3px;
          left: 15px;
          font-size: 12px;
          color: #684035;
          z-index: 1;
          line-height: 1.8; }
        .single-course .course-features .field__items .field__item:nth-child(2n+1) {
          clear: both; }

.lesson-block {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dee2e6; }
  .lesson-block .icon {
    float: left;
    font-size: 12px;
    line-height: 26px; }
  .lesson-block .lesson-content {
    padding-left: 22px;
    padding-right: 45px;
    display: block;
    position: relative; }
    .lesson-block .lesson-content .lesson-title {
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
      .lesson-block .lesson-content .lesson-title .gva-pajax {
        display: inline-block;
        font-size: 12px;
        color: #684035;
        margin-left: 0;
        font-weight: 500;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s; }
        .lesson-block .lesson-content .lesson-title .gva-pajax:hover, .lesson-block .lesson-content .lesson-title .gva-pajax:focus, .lesson-block .lesson-content .lesson-title .gva-pajax:active {
          cursor: pointer;
          text-decoration: underline; }
    .lesson-block .lesson-content .lesson-duration {
      position: absolute;
      top: 2px;
      right: 0;
      z-index: 1;
      font-size: 12px;
      color: #a0a0a0; }

.lesson-single {
  color: #7e7e7e; }
  .lesson-single .post-title {
    font-size: 20px; }
    .lesson-single .post-title a {
      font-size: 20px; }
  .lesson-single .lessons .back-to-course {
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #000;
    padding: 20px;
    background: #f5f5f5; }
    .lesson-single .lessons .back-to-course a {
      color: #684035; }
      .lesson-single .lessons .back-to-course a:hover, .lesson-single .lessons .back-to-course a:focus {
        text-decoration: underline; }
  .lesson-single .lessons .block-lessons {
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    background: #fff;
    position: relative; }
    .lesson-single .lessons .block-lessons:before, .lesson-single .lessons .block-lessons:after {
      content: " ";
      display: table; }
    .lesson-single .lessons .block-lessons:after {
      clear: both; }
    .lesson-single .lessons .block-lessons:after {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      z-index: 1;
      height: 50px;
      border-radius: 50%;
      display: block;
      -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
    .lesson-single .lessons .block-lessons .block-title {
      padding: 10px 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      margin: 0;
      font-size: 18px; }
      .lesson-single .lessons .block-lessons .block-title:after {
        display: none; }
    .lesson-single .lessons .block-lessons .block-content {
      padding: 20px;
      position: relative;
      z-index: 2;
      background: #fff; }

.page-course .views-exposed-form {
  margin: 0 0 40px; }

.single-lesson-content {
  margin-bottom: 45px; }

@media (max-width: 550px) {
  .cart-form table thead {
    display: none; } }

@media (max-width: 550px) {
  .cart-form table tr {
    border-bottom: 1px solid #dee2e6; } }

@media (max-width: 550px) {
  .cart-form table tr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border: none; } }

.cart-form table tr td.views-field-edit-quantity {
  text-align: center; }
  .cart-form table tr td.views-field-edit-quantity input {
    text-align: center; }

.cart-form table tr td.views-field-remove-button {
  text-align: center; }
  .cart-form table tr td.views-field-remove-button input {
    background: none;
    color: #684035;
    padding: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.cart-form table tr td.views-field-edit-quantity input {
  pointer-events: none; }

.layout-checkout-form {
  margin-bottom: 30px; }
  .layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    display: block; }
    .layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) label {
      display: block;
      width: 100%;
      float: left; }
    .layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) input, .layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) select {
      width: 100%;
      float: left; }
  .layout-checkout-form .checkout-pane-payment-information div[class*='form-item'].js-form-type-radio {
    line-height: 1;
    margin-bottom: 5px; }
  .layout-checkout-form .checkout-pane-payment-information div[id*='edit-payment-information-payment-method'] {
    margin-bottom: 15px; }
    .layout-checkout-form .checkout-pane-payment-information div[id*='edit-payment-information-payment-method'] legend {
      margin-bottom: 10px; }
  .layout-checkout-form .credit-card-form .form-item {
    width: auto !important;
    float: left;
    margin-bottom: 5px;
    margin-right: 15px; }
    .layout-checkout-form .credit-card-form .form-item input, .layout-checkout-form .credit-card-form .form-item select {
      margin-top: 0;
      line-height: 21px; }
  .layout-checkout-form .credit-card-form .credit-card-form__expiration {
    display: inline-block;
    float: left; }

.profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox), .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  display: block; }
  .profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) label, .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) label {
    display: block;
    width: 100%;
    float: left; }
  .profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) input, .profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) select, .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) input, .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) select {
    width: 100%;
    float: left; }

.profile-form div[class*='form-item'].js-form-type-radio, .commerce-payment-method-add-form div[class*='form-item'].js-form-type-radio {
  line-height: 1;
  margin-bottom: 5px; }

.profile-form .credit-card-form .form-item, .commerce-payment-method-add-form .credit-card-form .form-item {
  width: auto !important;
  float: left;
  margin-bottom: 5px;
  margin-right: 15px; }
  .profile-form .credit-card-form .form-item input, .profile-form .credit-card-form .form-item select, .commerce-payment-method-add-form .credit-card-form .form-item input, .commerce-payment-method-add-form .credit-card-form .form-item select {
    margin-top: 0;
    line-height: 21px; }

.profile-form .credit-card-form .credit-card-form__expiration, .commerce-payment-method-add-form .credit-card-form .credit-card-form__expiration {
  display: inline-block;
  float: left; }

.views-profiles .views-col {
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative; }
  .views-profiles .views-col:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 1;
    border-bottom: 1px solid #dee2e6; }

.customer-information .field__label {
  font-weight: 500; }

.order-information .field__label {
  font-weight: 500; }

.event-block {
  margin: 0 0 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .event-block:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  .event-block .event-image {
    position: relative;
    overflow: hidden; }
    .event-block .event-image .date {
      position: absolute;
      bottom: -2px;
      left: 10px;
      overflow: hidden;
      background: #fff;
      text-align: center;
      border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      -o-border-radius: 6px 6px 0 0;
      -webkit-box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.1);
      box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.1);
      font-family: "Montserrat", sans-serif; }
      .event-block .event-image .date .day {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        font-weight: 500;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        line-height: 1;
        padding: 6px 5px 4px;
        color: #000; }
      .event-block .event-image .date .month {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background: #684035;
        display: block;
        text-transform: uppercase;
        padding: 6px 10px;
        line-height: 14px; }
      .event-block .event-image .date .icon {
        margin-right: 5px; }
  .event-block .event-content {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
    position: relative;
    z-index: 9; }
    .event-block .event-content .event-info .title {
      font-size: 16px;
      line-height: 26px;
      font-family: "Montserrat", sans-serif;
      display: block;
      margin: 5px 0;
      font-weight: 600; }
    .event-block .event-content .event-info .address {
      font-size: 14px;
      margin-bottom: 5px; }
      .event-block .event-content .event-info .address i {
        margin-right: 5px;
        color: #684035; }
    .event-block .event-content .event-info .event-date i {
      margin-right: 5px;
      margin-top: 5px;
      color: #684035; }
    .event-block .event-content .event-info .event-date .event-start {
      margin-right: 10px;
      float: left; }
      .event-block .event-content .event-info .event-date .event-start > * {
        float: left; }
    .event-block .event-content .event-info .event-date .event-time {
      float: left; }
      .event-block .event-content .event-info .event-date .event-time > * {
        float: left; }

.event-block-2 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dee2e6; }
  .event-block-2:before, .event-block-2:after {
    content: " ";
    display: table; }
  .event-block-2:after {
    clear: both; }
  .event-block-2 .content-inner {
    padding-left: 350px;
    position: relative;
    z-index: 9; }
    @media (max-width: 1199.98px) {
      .event-block-2 .content-inner {
        padding-left: 310px; } }
    @media (max-width: 991.98px) {
      .event-block-2 .content-inner {
        padding-left: 320px; } }
    @media (max-width: 650px) {
      .event-block-2 .content-inner {
        padding-left: 0; } }
    .event-block-2 .content-inner .event-content-inner {
      position: relative; }
      .event-block-2 .content-inner .event-content-inner .event-content {
        padding-left: 100px; }
        @media (max-width: 991.98px) {
          .event-block-2 .content-inner .event-content-inner .event-content {
            padding-left: 0; } }
  .event-block-2 .event-image {
    width: 320px;
    float: left;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .event-block-2 .event-image {
        width: 300px; } }
    @media (max-width: 650px) {
      .event-block-2 .event-image {
        width: 100%;
        margin-bottom: 15px; } }
    .event-block-2 .event-image .event-date {
      -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
      width: 120px;
      height: 120px;
      float: left;
      text-align: center;
      line-height: 1.1;
      padding-top: 15px;
      position: absolute;
      background: #fff;
      top: 50%;
      right: -60px;
      margin-top: -60px; }
      @media (max-width: 991.98px) {
        .event-block-2 .event-image .event-date {
          top: 10px;
          right: 10px;
          margin-top: 0;
          padding-top: 10px;
          width: 90px;
          height: 90px; } }
      .event-block-2 .event-image .event-date .date {
        font-size: 55px;
        font-weight: 500;
        color: #684035;
        display: block; }
        @media (max-width: 991.98px) {
          .event-block-2 .event-image .event-date .date {
            font-size: 45px; } }
      .event-block-2 .event-image .event-date .month {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #000; }
  .event-block-2 .event-meta {
    font-size: 15px;
    margin-top: 5px; }
  .event-block-2 .event-line {
    width: 50px;
    height: 2px;
    background: #684035;
    margin: 15px 0 15px; }
  @media (max-width: 991.98px) {
    .event-block-2 .post-title {
      margin-top: 0;
      font-size: 18px; } }

.events-list .view-content-wrap .item:last-child .event-block-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none; }

.event-block-list .event-date {
  width: 110px;
  height: auto;
  float: left;
  background: #684035;
  color: #fff;
  padding: 12px 10px; }
  .event-block-list .event-date span {
    display: block; }
    .event-block-list .event-date span.day {
      font-size: 30px;
      font-family: "Montserrat", sans-serif;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      line-height: 1;
      margin-bottom: 3px;
      padding-bottom: 3px; }

.event-block-list .event-title a {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  line-height: 24px; }

.event-block-list .event-address {
  font-size: 14px; }
  .event-block-list .event-address i {
    font-size: 16px;
    color: #684035; }

.event-block-list .event-content {
  padding-left: 125px; }

.event-full {
  margin-bottom: 30px; }
  .event-full .event-info {
    background: #f5f5f5;
    padding: 20px;
    font-size: 16px;
    font-family: "Roboto", sans-serif; }
    .event-full .event-info .date > *, .event-full .event-info .address > * {
      float: left; }
    .event-full .event-info .date i, .event-full .event-info .address i {
      margin-right: 10px;
      margin-top: 6px; }

.gallery-block {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .gallery-block:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0); }
  .gallery-block .gallery-content {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    padding: 0 15px; }
    .gallery-block .gallery-content a {
      color: #fff;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      font-size: 14px; }
      .gallery-block .gallery-content a:hover {
        color: #684035; }
  .gallery-block .images {
    overflow: hidden;
    position: relative; }
    .gallery-block .images img {
      -webkit-transition: all 5s;
      transition: all 5s;
      -moz-transition: all 5s;
      -ms-transition: all 5s; }
  .gallery-block a.image-popup {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media (max-width: 680px) {
      .gallery-block a.image-popup {
        display: none; } }
    .gallery-block a.image-popup:hover {
      color: #684035; }
  .gallery-block:hover .gallery-content {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0; }
  .gallery-block:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .gallery-block:hover a.image-popup {
    opacity: 1;
    filter: alpha(opacity=100); }

.box-margin-0 {
  margin-bottom: 0; }

.box-margin-small {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .box-margin-small {
      margin-bottom: 20px; } }

.box-margin-medium {
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .box-margin-medium {
      margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .box-margin-medium {
      margin-top: 10px; } }

.box-margin-large {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .box-margin-large {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .box-margin-large {
      margin-bottom: 30px; } }

.no-margin {
  margin: 0 !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

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

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

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-60 {
  padding: 60px !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }
  @media (max-width: 991.98px) {
    .padding-bottom-100 {
      padding-bottom: 30px !important; } }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.width-100 {
  max-width: 100px;
  margin: 0 auto; }

.width-200 {
  max-width: 200px;
  margin: 0 auto; }

.width-300 {
  max-width: 300px;
  margin: 0 auto; }

.width-400 {
  max-width: 400px;
  margin: 0 auto; }

.width-500 {
  max-width: 500px;
  margin: 0 auto; }

.width-550 {
  max-width: 550px;
  margin: 0 auto; }

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

.width-650 {
  max-width: 650px; }

.width-700 {
  max-width: 700px;
  margin: 0 auto; }

.width-800 {
  max-width: 800px;
  margin: 0 auto; }

.width-900 {
  max-width: 900px;
  margin: 0 auto; }

.width-1000 {
  max-width: 1000px;
  margin: 0 auto; }

.radius-1x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.radius-2x {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.radius-5x {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.border-1 {
  border: 1px solid #684035; }

.border-2 {
  border: 2px solid #684035; }

.border-3 {
  border: 3px solid #684035; }

.border-4 {
  border: 4px solid #684035; }

.border-5 {
  border: 5px solid #684035; }

.padding-responsive {
  padding: 30px 120px; }
  @media (max-width: 991.98px) {
    .padding-responsive {
      padding: 30px; } }

.special-margin-top {
  margin-top: -120px; }
  @media (max-width: 991.98px) {
    .special-margin-top {
      margin-top: 20px; } }

.special-margin-top-2 {
  margin-top: -120px; }
  @media (max-width: 991.98px) {
    .special-margin-top-2 {
      margin-top: 10px;
      margin-bottom: 30px; } }

.margin-top-contact {
  margin-top: -100px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .margin-top-contact {
      margin-top: 30px;
      padding-bottom: 45px; } }

.padding-lr-15p {
  padding-left: 15%;
  padding-right: 15%; }
  @media (max-width: 991.98px) {
    .padding-lr-15p {
      padding-left: 20px;
      padding-right: 20px; } }

.border {
  border: 1px solid #dee2e6; }

.border-top {
  border-top: 1px solid #dee2e6; }

.border-bottom {
  border-bottom: 1px solid #dee2e6; }

.overflow-visible {
  overflow: visible !important; }

.fsize-18 {
  font-size: 18px !important; }

.fsize-20 {
  font-size: 20px !important; }

.fsize-22 {
  font-size: 22px !important; }

.fsize-24 {
  font-size: 24px !important; }

.fsize-26 {
  font-size: 26px !important; }

.fsize-28 {
  font-size: 28px !important; }

.fsize-30 {
  font-size: 30px !important; }

.fsize-32 {
  font-size: 32px !important; }

.fsize-34 {
  font-size: 34px !important; }

.fsize-36 {
  font-size: 36px !important; }

.fsize-38 {
  font-size: 38px !important; }

.fsize-40 {
  font-size: 40px !important; }

.fsize-42 {
  font-size: 42px !important; }

.fsize-44 {
  font-size: 44px !important; }

.fsize-46 {
  font-size: 46px !important; }

.fsize-48 {
  font-size: 48px !important; }

.fsize-50 {
  font-size: 50px !important; }

.fsize-52 {
  font-size: 52px !important; }

.fsize-54 {
  font-size: 54px !important; }

.fsize-56 {
  font-size: 56px !important; }

.fsize-58 {
  font-size: 58px !important; }

.fsize-60 {
  font-size: 60px !important; }

.float-left {
  float: left; }

.float-right {
  float: right;
  margin-right: 1px !important; }

.no-bg {
  background-color: transparent !important; }

.col-no-padding div[class*="col-"] {
  padding: 0 !important; }

.p-static {
  position: static !important; }

.p-relative {
  position: relative !important; }

.bg-theme {
  background: #684035; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #333333; }

.bg-dark {
  background: #f6f6f6; }

.youtube-bg {
  position: relative;
  z-index: 9; }
  .youtube-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9; }
  .youtube-bg .bb-inner {
    position: relative;
    z-index: 99; }

.ui-widget-content {
  color: #7e7e7e; }

.text-normal {
  font-size: 15px; }

.text-size-medium {
  font-size: 18px;
  line-height: 30px; }

.text-size-big {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px; }
  @media (max-width: 991.98px) {
    .text-size-big {
      font-size: 30px;
      line-height: 38px; } }

.text-size-big {
  font-size: 36px; }
  @media (max-width: 991.98px) {
    .text-size-big {
      font-size: 20px; } }

.text-black:not(.icon-container) {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-theme {
  color: #684035 !important; }

.text-color-2 {
  color: #273044 !important; }

.color-theme {
  color: #684035 !important; }

.color-white {
  color: #fff !important; }

.color-dark {
  color: #575757 !important; }

.color-black {
  color: #000 !important; }

.gavias-parallax {
  background-attachment: fixed !important; }
  @media (max-width: 767.98px) {
    .gavias-parallax {
      background-attachment: scroll !important; } }
  .gavias-parallax.fp-section {
    background-attachment: scroll !important; }

.socials {
  display: inline-block;
  text-align: left;
  width: 100%; }
  .socials a {
    color: #7e7e7e;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 10px;
    font-size: 14px; }
    .socials a:last-child {
      margin-right: 0; }
    .socials a:hover, .socials a:focus, .socials a:active {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .socials a i {
      color: #fff;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 32px;
      font-size: 14px; }
    .socials a i.fa-facebook-square, .socials a i.fa-facebook {
      background: #3b5998; }
    .socials a i.fa-twitter, .socials a i.fa-twitter-square {
      background: #4099ff; }
    .socials a i.fa-skype {
      background: #12a5f4; }
    .socials a i.fa-dribbble {
      background: #ea4c89; }
    .socials a i.fa-linkedin-square, .socials a i.fa-linkedin {
      background: #0e76a8; }
    .socials a i.fa-apple {
      background: #f2f2f2; }
    .socials a i.fa-pinterest {
      background: #c92228; }
    .socials a i.fa-google-plus-square, .socials a i.fa-google-plus {
      background: #d34836; }
    .socials a i.fa-youtube-square, .socials a i.fa-youtube {
      background: #c4302b; }
    .socials a i.fa-vimeo-square, .socials a i.fa-vimeo {
      background: #4ebbff; }
    .socials a i.fa-tumblr-square, .socials a i.fa-tumblr {
      background: #35465c; }
    .socials a i.fa-xing-square, .socials a i.fa-xing {
      background: #126567; }
    .socials a i.fa-instagram {
      background: #e8e2d9; }

.post-masonry-style > div, .isotope-items > div {
  margin-left: -1px;
  -webkit-transform: translateX(1px);
  transform: translateX(1px); }

.nav-tabs > li > a {
  font-weight: 600;
  color: #000;
  padding: 8px 18px;
  border: none;
  font-size: 14px;
  background: none;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize; }
  .nav-tabs > li > a i {
    margin-right: 5px; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    color: #684035; }

.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: #684035; }

.box-quick-link ul {
  padding: 0;
  margin: 0; }
  .box-quick-link ul > li {
    width: 46%;
    height: 70px;
    border: 1px solid #dee2e6;
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 8%; }
    .box-quick-link ul > li:nth-child(2n) {
      margin-left: 4%; }
    .box-quick-link ul > li:nth-child(2n+1) {
      margin-right: 4%; }
    .box-quick-link ul > li a {
      font-weight: 500;
      font-size: 13px;
      display: block;
      line-height: 1.8;
      padding-top: 12px; }
      .box-quick-link ul > li a i {
        display: block;
        font-size: 23px;
        color: #777777; }
      .box-quick-link ul > li a:hover {
        color: #fff; }
        .box-quick-link ul > li a:hover i {
          color: #fff; }
    .box-quick-link ul > li:hover {
      background-color: #555555; }
      .box-quick-link ul > li:hover * {
        color: #fff; }

.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto; }
  .init-carousel-owl .owl-item > .item {
    padding-left: 15px;
    padding-right: 15px; }
  .init-carousel-owl.carousel-no-padding, .init-carousel-owl.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .init-carousel-owl.carousel-no-padding .owl-item > .item, .init-carousel-owl.no-padding .owl-item > .item {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .init-carousel-owl[data-items*="1"] {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .init-carousel-owl[data-items*="1"] .owl-item > .item {
      padding-left: 0 !important;
      padding-right: 0 !important; }

div.error {
  background-repeat: no-repeat !important;
  background-image: none !important; }

.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
  min-height: 200px;
  overflow: hidden; }
  .owl-carousel:after {
    content: "";
    background: url("../../../images//preloader/preloader-18.gif") no-repeat center center #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .owl-carousel.owl-loaded {
    max-height: none;
    min-height: 10px;
    overflow: visible; }
    .owl-carousel.owl-loaded:after {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
  .owl-carousel .owl-item img {
    display: inline-block;
    width: auto; }
  .owl-carousel .item {
    opacity: 0;
    filter: alpha(opacity=0); }
  .owl-carousel .owl-stage-outer .item {
    opacity: 1;
    filter: alpha(opacity=100); }
  .owl-carousel .owl-controls {
    margin: 0; }
    .owl-carousel .owl-controls .owl-pagination {
      position: relative;
      bottom: 10px;
      z-index: 9;
      display: inline-block;
      width: 100%;
      left: 0; }
      .owl-carousel .owl-controls .owl-pagination .owl-page span {
        background: #d6d6d6;
        width: 10px;
        height: 10px; }
      .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
        background: #869791; }
  .owl-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
    float: left;
    width: 100%; }
    .owl-carousel .owl-dots .owl-dot {
      width: 20px;
      height: 6px;
      background: #ADB2B5;
      -webkit-transition: background 0.35s;
      transition: background 0.35s;
      -moz-transition: background 0.35s;
      -ms-transition: background 0.35s;
      display: inline-block;
      margin: 0 5px;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #684035; }
  .owl-carousel .owl-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s; }
    .owl-carousel .owl-nav > div {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      width: 38px;
      height: 38px;
      color: #fff !important;
      background: #684035 !important;
      opacity: 0.8;
      filter: alpha(opacity=80);
      background: none;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); }
      .owl-carousel .owl-nav > div:hover {
        background: #684035 !important;
        opacity: 1;
        filter: alpha(opacity=100); }
        .owl-carousel .owl-nav > div:hover i {
          color: #fff; }
      .owl-carousel .owl-nav > div.owl-prev {
        right: auto !important;
        left: 15px !important; }
      .owl-carousel .owl-nav > div.owl-next {
        left: auto !important;
        right: 15px !important; }
  .owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff; }
  .owl-carousel.carousel-thumbnail.text.top {
    padding-top: 60px; }
    .owl-carousel.carousel-thumbnail.text.top .owl-dots {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      z-index: 99;
      margin-top: 0; }
      .owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
        width: auto;
        height: auto;
        background: none;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 10px;
        color: #000;
        font-weight: 500; }
        .owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
          color: #684035; }
  .owl-carousel.carousel-thumbnail.text.vertical {
    padding-left: 25%; }
    .owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
      display: none; }
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
      position: absolute;
      top: 0;
      left: 0;
      width: 25%;
      z-index: 99;
      margin-top: 0;
      padding-right: 30px; }
      @media (max-width: 991.98px) {
        .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
          width: 100%; } }
      .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
        width: 100%;
        display: block;
        text-align: left;
        background: none;
        text-transform: uppercase;
        font-size: 13px;
        color: #000;
        font-weight: 500;
        background: #fff;
        padding: 25px 20px;
        border-bottom: 1px solid #dee2e6;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: auto;
        line-height: 1;
        position: relative; }
        .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
          content: "";
          position: absolute;
          right: 0;
          top: 15px;
          bottom: 15px;
          width: 3px;
          background: #684035;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s; }
        .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
          border-bottom: 0; }
        @media (max-width: 991.98px) {
          .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
            display: inline-block;
            width: auto;
            text-align: center; } }
        .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
          color: #684035; }
          .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
            opacity: 1;
            filter: alpha(opacity=100); }
  .owl-carousel.pagination-right .owl-dots {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: auto; }
    .owl-carousel.pagination-right .owl-dots .owl-dot {
      display: block;
      margin: 10px 0; }
  .owl-carousel.pagination-left .owl-dots {
    float: left;
    width: auto;
    margin-top: 15px; }
  .owl-carousel.padding-left .owl-dots {
    float: left;
    width: auto;
    margin-top: 15px; }
  .owl-carousel.padding-right .owl-dots {
    float: right;
    margin-top: 15px;
    max-width: 750px; }
    .owl-carousel.padding-right .owl-dots > .owl-dot {
      float: left; }
  .owl-carousel.white .owl-dots .owl-dot {
    background: #AAABAC; }
    .owl-carousel.white .owl-dots .owl-dot.active {
      background: #fff; }

.text-light .owl-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5) !important; }
  .text-light .owl-carousel .owl-dots .owl-dot.active {
    background: #fff !important; }

input[type="button"], .btn, .btn-white, .btn-theme, .btn-black, input.js-form-submit, a.button-action {
  background: #684035;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 40px;
  border: none; }
  input[type="button"]:hover, .btn:hover, .btn-white:hover, .btn-theme:hover, .btn-black:hover, input.js-form-submit:hover, a.button-action:hover {
    cursor: pointer; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].active, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, input.js-form-submit:hover, input.js-form-submit:focus, input.js-form-submit:active, input.js-form-submit.active, a.button-action:hover, a.button-action:focus, a.button-action:active, a.button-action.active {
    color: #fff;
    background: #35211b; }
  input[type="button"] .button--inverted, .btn .button--inverted, .btn-white .button--inverted, .btn-theme .button--inverted, .btn-black .button--inverted, input.js-form-submit .button--inverted, a.button-action .button--inverted {
    background: none;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff; }
  .btn-white:hover {
    color: #fff;
    background: #684035;
    border-color: #684035; }

.btn-black {
  background: #333333;
  color: #fff; }
  .btn-black:hover {
    color: #fff;
    background: #4d4d4d !important; }

/*************** Progress Bars ***************/
.progress-label {
  font-size: 12px;
  color: #273044;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
  text-align: left;
  font-family: "Montserrat", sans-serif; }

.progress {
  height: 5px !important;
  background-color: #BCBCBC !important;
  position: relative;
  overflow: visible !important; }
  .progress .progress-bar {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    text-align: right;
    line-height: 16px !important;
    background: #684035;
    position: relative; }
    .progress .progress-bar span {
      width: 10px;
      height: 10px;
      border: 2px solid #684035;
      background: #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      position: absolute;
      right: -2px;
      top: -2px; }
  .progress .percentage {
    font-size: 12px !important;
    text-align: center;
    position: absolute;
    right: 1px;
    top: -24px;
    z-index: 9;
    color: #7e7e7e;
    font-weight: 500; }

/*************** Pricing Tables ***************/
.pricing-table {
  position: relative;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .pricing-table {
      margin-bottom: 35px; } }
  .pricing-table ul li {
    list-style: none; }
  .pricing-table .plan-name {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 600;
    padding: 15px 0 2px; }
    .pricing-table .plan-name .title {
      font-weight: 600;
      color: #000;
      font-size: 20px;
      font-family: "Montserrat", sans-serif; }
  .pricing-table .content-wrap .plan-price {
    margin: 0 0 10px; }
    .pricing-table .content-wrap .plan-price .price-value {
      display: inline-block;
      font-family: "Montserrat", sans-serif; }
      .pricing-table .content-wrap .plan-price .price-value .dollar {
        font-size: 24px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        line-height: 36px;
        float: left;
        color: #684035; }
      .pricing-table .content-wrap .plan-price .price-value .value {
        font-size: 28px;
        font-weight: 500;
        display: inline-block;
        line-height: 40px;
        float: left;
        color: #684035;
        font-family: "Montserrat", sans-serif; }
    .pricing-table .content-wrap .plan-price .interval {
      margin-top: 14px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      position: relative;
      display: block;
      float: left; }
  .pricing-table .plan-list {
    padding: 0;
    text-align: left; }
    .pricing-table .plan-list ul {
      padding: 0; }
      .pricing-table .plan-list ul li {
        padding: 5px 0 5px 20px;
        font-size: 14px;
        list-style: none;
        position: relative; }
        .pricing-table .plan-list ul li:after {
          content: "\e901";
          font-family: "gva-icon";
          position: absolute;
          top: 8px;
          left: 0;
          z-index: 1;
          color: #684035;
          font-size: 12px; }
        .pricing-table .plan-list ul li.off {
          color: #bbb; }
          .pricing-table .plan-list ul li.off:after {
            content: '\e903';
            color: #bbb;
            font-size: 10px;
            top: 10px; }
  .pricing-table .plan-signup {
    margin-top: 30px; }
    .pricing-table .plan-signup a {
      width: 100%;
      text-align: center; }
  .pricing-table:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); }
  .pricing-table.highlight-plan {
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9; }
    .pricing-table.highlight-plan .recommended-plan {
      background: #684035;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      top: -15px;
      left: 15px;
      right: 15px;
      width: auto;
      letter-spacing: 1px;
      padding: 3px 5px; }
    .pricing-table.highlight-plan .plan-name .title {
      color: #684035; }

.panel {
  border: none !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 15px; }
  .panel .panel-heading {
    background: none !important;
    padding: 0 !important; }
    .panel .panel-heading .panel-title {
      font-size: 14px;
      padding-right: 20px; }
      .panel .panel-heading .panel-title > a {
        display: block;
        letter-spacing: 0;
        color: #000;
        position: relative;
        background: #fff;
        line-height: 28px;
        font-weight: 600; }
        .panel .panel-heading .panel-title > a:after {
          content: "\e904";
          font-family: "gva-icon";
          position: absolute;
          font-size: 15px;
          top: 0;
          right: -20px;
          z-index: 1;
          color: #684035;
          font-weight: 400; }
        .panel .panel-heading .panel-title > a.collapsed:after {
          content: "\e905"; }
  .panel .panel-body {
    border: none !important;
    line-height: 28px;
    padding: 10px 30px 0; }

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #444;
  margin: 6px 8px 0 0; }
  .dropcap.border-dropcap {
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0; }
  .dropcap.bg-dropcap {
    background-color: #444;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0; }
  .dropcap.circle-dropcap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }

.rotate-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }
  .rotate-text .primary-text {
    font-size: 40px;
    color: white;
    font-weight: 500; }
  .rotate-text .second-text {
    font-size: 16px;
    color: #fff; }
  .rotate-text .link {
    margin-top: 30px; }

.info-contact > div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 1199.98px) {
    .info-contact > div {
      margin-right: 50px; } }
  @media (max-width: 991.98px) {
    .info-contact > div {
      margin-right: 30px; } }
  .info-contact > div:last-child {
    margin-right: 0; }
  .info-contact > div .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #fff;
    background: #684035;
    text-align: center;
    margin-top: -7px; }
  .info-contact > div.phone .icon {
    background: #fc5546; }

.footer-social {
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }
  .footer-social h5 {
    color: #684035;
    float: left;
    font-size: 16px;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .footer-social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto; }
    .footer-social ul li {
      display: inline-block;
      padding: 5px 10px 10px; }
      .footer-social ul li a {
        text-decoration: none;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s; }
        .footer-social ul li a i {
          font-size: 20px; }
        .footer-social ul li a:hover i {
          color: #fff; }
        .footer-social ul li a:hover i.fa-facebook-square {
          color: #3b5998; }
        .footer-social ul li a:hover i.fa-twitter-square {
          color: #4099ff; }
        .footer-social ul li a:hover i.fa-skype {
          color: #12a5f4; }
        .footer-social ul li a:hover i.fa-dribbble {
          color: #ea4c89; }
        .footer-social ul li a:hover i.fa-linkedin-square {
          color: #0e76a8; }
        .footer-social ul li a:hover i.fa-apple {
          color: #f2f2f2; }
        .footer-social ul li a:hover i.fa-pinterest {
          color: #c92228; }
        .footer-social ul li a:hover i.fa-google-plus-square {
          color: #d34836; }
        .footer-social ul li a:hover i.fa-youtube-square {
          color: #c4302b; }
        .footer-social ul li a:hover i.fa-vimeo-square {
          color: #4ebbff; }
        .footer-social ul li a:hover i.fa-tumblr-square {
          color: #35465c; }
        .footer-social ul li a:hover i.fa-xing-square {
          color: #126567; }
        .footer-social ul li a:hover i.fa-instagram {
          color: #e8e2d9; }

/* This is required to win over specificity of #content h2 */
.links .comment-add {
  display: none; }

#node-single-comment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dee2e6; }
  #node-single-comment h2 {
    margin-top: 35px;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E6E6E6;
    text-transform: capitalize; }
    #node-single-comment h2:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 20px;
      background: #684035;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      left: 0;
      top: 3px;
      z-index: 1; }
  #node-single-comment #comment-form .form-item {
    margin-bottom: 20px; }
    #node-single-comment #comment-form .form-item.js-form-type-textarea {
      margin: 0; }
    #node-single-comment #comment-form .form-item label {
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      font-weight: 500;
      color: #000; }
  #node-single-comment #comment-form ul > li {
    list-style-type: none; }
  #node-single-comment input[type*='text'], #node-single-comment textarea {
    width: 100%; }

.comment-wrapper h2.comment-form__title {
  margin-bottom: 1em; }

.field-node--comment {
  font-size: 0.934em; }

.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table; }

[dir="rtl"] .comment {
  direction: rtl; }

.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
  width: 115px; }
  @media (max-width: 991.98px) {
    .comment__meta {
      width: 90px; } }

[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px; }

.comment__attribution img {
  border: 1px solid #d3d7d9; }

/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0; }

.comment__author .username {
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 12px; }

.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 12px; }

.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2; }

.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2; }

.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all; }
  .comment__content h3 a {
    font-size: 18px;
    font-weight: 500; }
  .comment__content .links.inline {
    margin-top: 10px; }
    .comment__content .links.inline > li {
      float: left; }
      .comment__content .links.inline > li a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px; }

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent; }

[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9; }

.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */ }

[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px; }

.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em; }

.comment__content nav {
  padding-top: 1px; }

.indented {
  margin-left: 40px;
  /* LTR */ }

[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0; }

.comment .links {
  padding: 0 0 0.25em 0; }

.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em; }

[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em; }

.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4; }

[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px; }

.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4; }

.unpublished {
  padding: 20px 15px 0; }

.comment-footer {
  display: table-row; }

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */ }

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.search-region {
  position: absolute;
  right: 20px;
  top: 3px; }

.user-form .form-item:not(.js-form-type-checkbox) {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .user-form .form-item:not(.js-form-type-checkbox) label {
    display: block;
    width: 100%;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #000; }

.user-form details {
  margin: 20px 0; }
  .user-form details summary {
    font-family: "Montserrat", sans-serif;
    color: #684035;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px; }

#search-form .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#search-form .panel-default > .panel-heading {
  border-bottom: none; }

.hide-label label {
  background: none;
  clip: rect(1px); }

.exposed-filters .form-item {
  margin-bottom: 10px;
  margin-top: 0; }

#article-admin-filter ul {
  padding: .5em 0; }
  #article-admin-filter ul li {
    list-style: none; }

#edit-operation-wrapper select {
  margin: .5em; }

div.resizable-textarea textarea {
  margin-top: 0;
  border: 1px solid #dee2e6; }

.search-advanced .criterion {
  float: none;
  margin: 0 5px; }

#edit-keywords-fieldset .form-item:first-child {
  margin-top: 5px; }

#user-admin-filter ul li {
  list-style: none; }

.field-type-text-long fieldset {
  padding: 10px 0;
  border: #dee2e6; }
  .field-type-text-long fieldset .form-item {
    margin: 0;
    padding: 0 0 0 15px; }

#comment-form label {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px; }

#contact-site-form .form-checkbox {
  margin-left: 0; }

#comment-form-wrapper .form-item label {
  min-width: 120px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px; }

#search-block-form {
  position: relative; }
  #search-block-form input.form-submit {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    background: #684035;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 34px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    #search-block-form input.form-submit:hover {
      background: #000 !important; }

.contact-message-form {
  margin: 0 auto; }
  .contact-message-form #edit-name, .contact-message-form #edit-mail, .contact-message-form .js-form-item-mail {
    height: 45px;
    line-height: 45px;
    background: #F6F6F6;
    padding-left: 15px; }
  .contact-message-form .form-item {
    margin-bottom: 30px;
    color: #7e7e7e; }
    .contact-message-form .form-item label {
      font-size: 12px;
      display: block;
      text-transform: uppercase; }
    .contact-message-form .form-item #edit-copy {
      float: left;
      margin-right: 5px; }
    .contact-message-form .form-item input[type='text'], .contact-message-form .form-item input[type='email'], .contact-message-form .form-item textarea {
      width: 100%;
      border: none;
      background: #F6F6F6;
      position: relative;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      height: 45px;
      -webkit-box-shadow: none !important;
      -ms-box-shadow: none !important;
      -o-box-shadow: none !important;
      box-shadow: none !important;
      padding-left: 15px; }
    .contact-message-form .form-item textarea {
      height: 200px;
      padding-top: 15px; }
      @media (max-width: 991.98px) {
        .contact-message-form .form-item textarea {
          height: 120px; } }
  .contact-message-form .form-item-copy {
    margin-bottom: 10px !important; }
  .contact-message-form #edit-actions {
    width: 100%;
    text-align: center; }
    .contact-message-form #edit-actions:before, .contact-message-form #edit-actions:after {
      content: " ";
      display: table; }
    .contact-message-form #edit-actions:after {
      clear: both; }
  .contact-message-form #edit-preview {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    background: #684035;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 45px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px; }
    .contact-message-form #edit-preview:hover {
      background: #000 !important; }
  .contact-message-form #edit-preview {
    display: none; }

.text-light .contact-message-form #edit-name, .text-light .contact-message-form #edit-mail, .text-light .contact-message-form input[type='text'], .text-light .contact-message-form input[type='email'], .text-light .contact-message-form textarea {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff; }
  .text-light .contact-message-form #edit-name::-webkit-input-placeholder, .text-light .contact-message-form #edit-mail::-webkit-input-placeholder, .text-light .contact-message-form input[type='text']::-webkit-input-placeholder, .text-light .contact-message-form input[type='email']::-webkit-input-placeholder, .text-light .contact-message-form textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize; }
  .text-light .contact-message-form #edit-name:-moz-placeholder, .text-light .contact-message-form #edit-mail:-moz-placeholder, .text-light .contact-message-form input[type='text']:-moz-placeholder, .text-light .contact-message-form input[type='email']:-moz-placeholder, .text-light .contact-message-form textarea:-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100); }
  .text-light .contact-message-form #edit-name::-moz-placeholder, .text-light .contact-message-form #edit-mail::-moz-placeholder, .text-light .contact-message-form input[type='text']::-moz-placeholder, .text-light .contact-message-form input[type='email']::-moz-placeholder, .text-light .contact-message-form textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100); }
  .text-light .contact-message-form #edit-name:-ms-input-placeholder, .text-light .contact-message-form #edit-mail:-ms-input-placeholder, .text-light .contact-message-form input[type='text']:-ms-input-placeholder, .text-light .contact-message-form input[type='email']:-ms-input-placeholder, .text-light .contact-message-form textarea:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize; }

.block-system .contact-message-form {
  margin-bottom: 60px; }

.webform-submission-form .form-content-inner {
  max-width: 900px;
  margin: 0 -15px;
  padding: 0; }

.webform-submission-form .form-item {
  margin-bottom: 20px;
  position: relative; }
  .webform-submission-form .form-item:before, .webform-submission-form .form-item:after {
    content: " ";
    display: table; }
  .webform-submission-form .form-item:after {
    clear: both; }
  .webform-submission-form .form-item label {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase; }
  .webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
    width: 100%;
    background: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 6px; }
    .webform-submission-form .form-item input::-webkit-input-placeholder, .webform-submission-form .form-item textarea::-webkit-input-placeholder, .webform-submission-form .form-item select::-webkit-input-placeholder {
      color: #7e7e7e;
      text-transform: capitalize; }
    .webform-submission-form .form-item input:-moz-placeholder, .webform-submission-form .form-item textarea:-moz-placeholder, .webform-submission-form .form-item select:-moz-placeholder {
      color: #7e7e7e;
      text-transform: capitalize;
      opacity: 1;
      filter: alpha(opacity=100); }
    .webform-submission-form .form-item input::-moz-placeholder, .webform-submission-form .form-item textarea::-moz-placeholder, .webform-submission-form .form-item select::-moz-placeholder {
      color: #7e7e7e;
      text-transform: capitalize;
      opacity: 1;
      filter: alpha(opacity=100); }
    .webform-submission-form .form-item input:-ms-input-placeholder, .webform-submission-form .form-item textarea:-ms-input-placeholder, .webform-submission-form .form-item select:-ms-input-placeholder {
      color: #7e7e7e;
      text-transform: capitalize; }
    .webform-submission-form .form-item input:focus, .webform-submission-form .form-item textarea:focus, .webform-submission-form .form-item select:focus {
      border-color: #684035; }
  .webform-submission-form .form-item input {
    line-height: 40px; }
  .webform-submission-form .form-item select {
    height: 40px; }

.webform-submission-form .form-actions {
  padding: 0 15px;
  text-align: center;
  width: 100%;
  float: left; }
  .webform-submission-form .form-actions .webform-button--submit {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 35px;
    position: relative;
    display: inline-block;
    line-height: 38px;
    z-index: 1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: uppercase;
    background: #684035;
    color: #fff;
    letter-spacing: 1px;
    border: none; }
    .webform-submission-form .form-actions .webform-button--submit:hover {
      background: #9b5f4f; }

.text-light .webform-submission-form .form-item:after {
  color: #fff; }

.text-light .webform-submission-form .form-item input, .text-light .webform-submission-form .form-item textarea {
  background: none;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
  .text-light .webform-submission-form .form-item input::-webkit-input-placeholder, .text-light .webform-submission-form .form-item textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize; }
  .text-light .webform-submission-form .form-item input:-moz-placeholder, .text-light .webform-submission-form .form-item textarea:-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100); }
  .text-light .webform-submission-form .form-item input::-moz-placeholder, .text-light .webform-submission-form .form-item textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100); }
  .text-light .webform-submission-form .form-item input:-ms-input-placeholder, .text-light .webform-submission-form .form-item textarea:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize; }

.text-light .webform-submission-form .form-actions input.form-submit {
  border-color: #fff;
  color: #fff;
  background: #fff;
  color: #000; }
  .text-light .webform-submission-form .form-actions input.form-submit:hover {
    background: rgba(255, 255, 255, 0.8); }

.text-light .webform-submission-form label {
  color: #fff; }

.webform-fullwidth .form-item {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0; }

.webform-fullwidth.no-label label {
  display: none; }

#forum {
  width: 100%;
  position: relative;
  right: -1px; }
  #forum .name {
    font-weight: bold;
    font-size: 16px; }
  #forum table {
    width: 100%; }
  #forum tr.odd {
    background: #f5f5f5; }
  #forum tr.even td {
    border-bottom: 1px solid #dee2e6; }
  #forum tr td.container {
    padding: 1em; }
  #forum tr.new-topics td.forum .name {
    background-image: url(../../../images//forum-default.png); }
  #forum thead th {
    background: #f5f5f5;
    border-left: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px; }
  #forum td {
    border: 1px solid #dee2e6;
    padding: 1em; }
    #forum td a:hover {
      text-decoration: none; }
    #forum td.topics {
      font-weight: bold;
      text-align: center;
      width: 9%; }
    #forum td.posts {
      text-align: center;
      width: 9%; }
    #forum td.replies {
      text-align: center; }
    #forum td.forum {
      padding: 0 1em;
      width: 44%;
      padding-top: 12px; }
      #forum td.forum .name {
        background-position: left 5px;
        background-repeat: no-repeat;
        line-height: 20px;
        padding-left: 30px;
        font-size: 15px;
        font-weight: normal;
        line-height: 25px; }
      #forum td.forum .description {
        font-size: 14px;
        padding-left: 30px; }
    #forum td.title .submitted {
      font-size: 14px; }
    #forum td.icon {
      width: 5%; }
  #forum .icon div {
    background-image: url(../../../images//forum-icons.png);
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 auto;
    width: 24px; }
  #forum .icon .topic-status-new {
    background-position: -24px 0; }
  #forum .icon .topic-status-hot {
    background-position: -48px 0; }
  #forum .icon .topic-status-hot-new {
    background-position: -72px 0; }
  #forum .icon .topic-status-sticky {
    background-position: -96px 0; }
  #forum .icon .topic-status-closed {
    background-position: -120px 0; }

.page-forum #page-title {
  margin-bottom: 10px; }

.page-forum ul.action-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .page-forum ul.action-links li {
    margin-left: 0; }
    .page-forum ul.action-links li a {
      line-height: 0;
      display: inline-block;
      border: none;
      padding: 10px;
      text-transform: uppercase;
      vertical-align: middle; }

.block {
  background: transparent;
  margin-bottom: 30px; }
  .block .block {
    margin-bottom: 0 !important; }
  .block .block-title {
    background: none;
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 12px;
    z-index: 1; }
    .block .block-title:after {
      content: '';
      width: 60px;
      height: 1px;
      background: #684035;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .block .block-title > span {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize;
      position: relative;
      color: #000;
      padding: 0;
      z-index: 9; }
  .block.block-system-main-block {
    margin-bottom: 0; }
  .block.block-system-breadcrumb-block {
    overflow: visible;
    margin-bottom: 20px; }
  .block.block-none, .block.no-padding {
    background: none !important;
    padding: 0 !important; }
    .block.block-none .block-content, .block.no-padding .block-content {
      padding: 0 !important; }
  .block.no-title {
    margin-top: 0;
    border: none; }
    .block.no-title:before {
      content: none; }
  .block.style-higlight {
    background: #34495E;
    padding-left: 20px;
    padding-right: 20px; }
    .block.style-higlight .block-title {
      border: none; }
      .block.style-higlight .block-title span:before {
        content: none; }
      .block.style-higlight .block-title h2 {
        margin: 0;
        padding: 0;
        border: none; }
        .block.style-higlight .block-title h2 span {
          padding: 10px;
          background: #4E6984;
          color: #fff; }
    .block.style-higlight .post-title a {
      color: #fff; }
    .block.style-higlight .more-link a {
      color: #fff;
      padding: 0 15px 15px;
      display: block; }
      .block.style-higlight .more-link a:hover {
        color: #684035; }
  .block#block-system-main {
    padding-top: 10px; }
  .block.block-local-tasks-block {
    margin-bottom: 0; }
  .block.no-title {
    border: none; }
    .block.no-title > .block-title, .block.no-title > div > .block-title {
      padding: 0;
      margin: 0;
      border: none; }
      .block.no-title > .block-title:before, .block.no-title > div > .block-title:before {
        content: none; }
  .block.block-simplenews {
    width: 100%;
    margin: 0 auto;
    float: left; }
    .block.block-simplenews:before, .block.block-simplenews:after {
      content: " ";
      display: table; }
    .block.block-simplenews:after {
      clear: both; }
    .block.block-simplenews .block-title {
      border: none;
      margin: 0;
      width: 100%; }
      .block.block-simplenews .block-title span {
        padding: 0; }
        .block.block-simplenews .block-title span:after, .block.block-simplenews .block-title span:before {
          display: none; }
    .block.block-simplenews .description {
      display: none; }
    .block.block-simplenews .form-item-message {
      width: 100%;
      float: left;
      padding: 15px 0 20px; }
    .block.block-simplenews #edit-mail-wrapper label {
      display: none; }
    .block.block-simplenews #edit-mail-wrapper input.form-email {
      padding: 0 20px;
      width: 100%;
      background: #fff;
      height: 40px;
      border: 1px solid #dee2e6;
      float: left;
      margin-left: 0; }
    .block.block-simplenews .form-actions {
      float: left;
      position: relative;
      width: 100%; }
      .block.block-simplenews .form-actions input#edit-subscribe {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: none;
        border: none;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        display: inline-block;
        position: relative;
        z-index: 2;
        width: 100%;
        background: #684035;
        margin-top: 10px;
        border: 1px solid #684035; }
        .block.block-simplenews .form-actions input#edit-subscribe:hover {
          background: transparent;
          color: #684035; }
  .block.block-blocktabs {
    position: relative; }
    .block.block-blocktabs .ui-widget {
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem; }
    .block.block-blocktabs .ui-tabs-nav {
      padding: 0;
      border: none;
      background: none !important;
      display: inline-block;
      float: right;
      position: absolute;
      right: 20px;
      top: -60px;
      z-index: 99; }
      .block.block-blocktabs .ui-tabs-nav > li {
        background: none;
        padding: 0;
        margin: 0;
        border: 0;
        position: relative; }
        .block.block-blocktabs .ui-tabs-nav > li > a {
          font-size: 14px;
          text-transform: none;
          font-family: "Roboto", sans-serif;
          font-weight: 500; }
        .block.block-blocktabs .ui-tabs-nav > li:last-child > a {
          padding-right: 0; }
        .block.block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
          color: #684035; }
    .block.block-blocktabs .blocktabs {
      border: none;
      padding: 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
      .block.block-blocktabs .blocktabs .ui-tabs-panel {
        padding: 0 !important; }
    .block.block-blocktabs .block {
      margin-bottom: 0 !important; }

.block.site-branding {
  margin-bottom: 0; }

.block-local-tasks-block {
  position: relative;
  z-index: 99; }

.drupal-tabs {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0 0;
  margin-bottom: 15px; }
  .drupal-tabs:before, .drupal-tabs:after {
    content: " ";
    display: table; }
  .drupal-tabs:after {
    clear: both; }
  .drupal-tabs a {
    font-size: 12px; }
  .drupal-tabs .is-active a {
    color: #684035; }

.help {
  position: relative;
  z-index: 1; }
  .help .control-panel {
    display: none; }

.text-light .title {
  color: #fff !important; }

.region-main-menu .block {
  background: transparent; }
  .region-main-menu .block .block-content {
    padding: 0; }

.sidebar .block-menu:before, .sidebar .block-menu:after {
  content: " ";
  display: table; }

.sidebar .block-menu:after {
  clear: both; }

.sidebar .block-menu ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%; }
  .sidebar .block-menu ul li a {
    padding: 8px 10px 8px 15px;
    display: block;
    border: 1px solid #dee2e6;
    text-transform: none;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-weight: 600; }
    .sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active {
      color: #684035; }
  .sidebar .block-menu ul li.menu-item--active-trail > a {
    color: #684035 !important; }

.recent-comment-block .views-field-picture {
  margin-right: 10px; }

.recent-comment-block .views-field-title {
  margin-top: -4px; }
  .recent-comment-block .views-field-title a {
    font-weight: 500;
    text-transform: uppercase; }

.recent-comment-block .views-field-name {
  color: #a4a4a4; }
  .recent-comment-block .views-field-name a {
    color: #a4a4a4; }

.list-tags .view-list ul > li {
  float: left;
  border: 1px solid #dee2e6;
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  margin: 0 10px 10px 0 !important; }
  .list-tags .view-list ul > li a {
    padding: 6px 10px;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
  .list-tags .view-list ul > li:hover {
    background: #684035; }
    .list-tags .view-list ul > li:hover a {
      color: #fff; }

.contact-info {
  line-height: 28px; }
  .contact-info ul li {
    margin-bottom: 5px; }
  .contact-info i {
    font-size: 16px;
    color: #684035; }

nav.breadcrumb {
  margin-bottom: 0 !important;
  background: none;
  color: #999999; }
  nav.breadcrumb ol {
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0; }
    nav.breadcrumb ol:before, nav.breadcrumb ol:after {
      content: " ";
      display: table; }
    nav.breadcrumb ol:after {
      clear: both; }
    nav.breadcrumb ol > li {
      float: left;
      font-size: 13px; }
      nav.breadcrumb ol > li a {
        color: #999999; }
        nav.breadcrumb ol > li a:hover {
          color: #684035; }
      nav.breadcrumb ol > li span {
        padding: 0 2px 0px 0px; }

.company-presentation {
  background: #684035;
  color: #fff;
  padding: 20px; }
  .company-presentation .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif; }
  .company-presentation .action {
    margin-top: 20px; }

.block-dropdown-language .dropbutton-wrapper {
  position: relative; }
  .block-dropdown-language .dropbutton-wrapper ul.dropbutton {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    float: right;
    z-index: 9;
    padding: 5px 30px 15px 28px; }
    .block-dropdown-language .dropbutton-wrapper ul.dropbutton:after {
      content: "\f1ab";
      font-family: 'FontAwesome';
      left: 10px;
      top: 5px;
      position: absolute;
      z-index: 1;
      color: #684035; }
    .block-dropdown-language .dropbutton-wrapper ul.dropbutton > li a {
      color: #fff;
      text-align: right;
      font-size: 12px; }
    .block-dropdown-language .dropbutton-wrapper ul.dropbutton > li.dropbutton-toggle .dropbutton-arrow {
      margin-top: -7px;
      border-width: 5px; }
  .block-dropdown-language .dropbutton-wrapper.open {
    background: #fff; }
    .block-dropdown-language .dropbutton-wrapper.open ul.dropbutton {
      -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      background: #fff; }
      .block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li > a {
        color: #000; }
        .block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li > a:hover {
          color: #684035 !important; }
    .block-dropdown-language .dropbutton-wrapper.open .dropbutton-arrow {
      margin-top: 1px !important; }

.most-search-block {
  text-align: center;
  margin-top: 30px;
  font-size: 14px; }
  .most-search-block ul {
    display: inline-block; }
    .most-search-block ul > li {
      float: left;
      list-style-type: none;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.8);
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px; }
      @media (max-width: 767.98px) {
        .most-search-block ul > li {
          color: rgba(0, 0, 0, 0.8); } }
      .most-search-block ul > li a {
        color: rgba(255, 255, 255, 0.8);
        padding: 5px 10px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        font-size: 14px; }
        @media (max-width: 767.98px) {
          .most-search-block ul > li a {
            border: 1px solid rgba(0, 0, 0, 0.2);
            color: rgba(0, 0, 0, 0.8); } }
        .most-search-block ul > li a:hover {
          background: #684035;
          border-color: #684035; }

.poll .poll-item {
  margin-top: 20px; }
  .poll .poll-item .heading {
    position: relative; }
    .poll .poll-item .heading .text {
      font-weight: 500;
      color: #333333;
      padding-right: 40px; }
    .poll .poll-item .heading .percent {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 9;
      font-weight: 500; }
  .poll .poll-item .bar .foreground {
    background: #684035; }

.poll .total {
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase; }

.poll .choices .form-item.form-item-choice input.form-radio {
  margin: 0 !important; }

.poll .choices .form-item.form-item-choice label {
  vertical-align: text-top;
  margin-left: 5px; }

.block-poll ul.links {
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0; }
  .block-poll ul.links li {
    display: inline-block;
    margin-right: 20px; }
    .block-poll ul.links li a {
      padding-right: 10px;
      position: relative;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
      .block-poll ul.links li a:after {
        content: "\f105";
        position: absolute;
        top: -1px;
        right: 0;
        font-family: "FontAwesome"; }
      .block-poll ul.links li a:hover {
        padding-right: 15px; }
    .block-poll ul.links li:last-child {
      margin: 0; }

body.open-popup, html.open-popup {
  overflow: hidden; }

body.open-popup {
  position: relative; }
  body.open-popup:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute; }

#gva-popup-ajax {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  background: none;
  display: none;
  top: 80px;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  z-index: 99; }
  #gva-popup-ajax .pajax-content {
    max-width: 950px;
    width: 100%;
    padding: 10px 10px 30px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2); }
    #gva-popup-ajax .pajax-content iframe {
      max-width: 100%;
      width: 100%; }
  #gva-popup-ajax .btn-close {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    color: #000;
    border: 1px solid #000;
    line-height: 20px;
    text-align: center;
    position: absolute;
    font-size: 12px; }
    #gva-popup-ajax .btn-close:hover, #gva-popup-ajax .btn-close:focus, #gva-popup-ajax .btn-close:active {
      color: #684035;
      border-color: #684035; }
  #gva-popup-ajax .gva-popup-ajax-content {
    width: 100%;
    background: #fff; }
    #gva-popup-ajax .gva-popup-ajax-content #preview-lesson-content {
      padding: 10px 20px; }
      #gva-popup-ajax .gva-popup-ajax-content #preview-lesson-content .post-title {
        font-size: 22px;
        margin-bottom: 20px;
        color: #000; }
  #gva-popup-ajax.open {
    display: block; }
  #gva-popup-ajax.gva-ajax-loading .gva-popup-ajax-content {
    min-height: 200px;
    background: url("../../../images//preloader/preloader-18.gif") no-repeat center center #fff; }

.area-main-menu .menu-toggle {
  display: none; }

@media (min-width: 992px) {
  .navigation {
    position: relative;
    clear: both; }
    .navigation ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .navigation .gva_menu {
      float: right;
      position: relative;
      font-size: 0; }
      .navigation .gva_menu li {
        position: relative; }
        .navigation .gva_menu li a {
          text-align: left !important; }
          .navigation .gva_menu li a .icaret {
            margin-left: 1px;
            border: none !important;
            font-size: 8px; }
      .navigation .gva_menu > li {
        display: inline-block; }
        .navigation .gva_menu > li.gva-mega-menu {
          position: static !important; }
          .navigation .gva_menu > li.gva-mega-menu > .sub-menu {
            width: 100%; } }
      @media (min-width: 992px) and (min-width: 768px) {
        .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu {
          display: block;
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          top: 99%;
          -webkit-transform: rotateX(0);
          transform: rotateX(0); }
        .navigation .gva_menu > li:hover > a {
          color: #684035; } }

@media (min-width: 992px) {
        .navigation .gva_menu > li > a {
          display: block;
          position: relative;
          font-size: 14px;
          font-weight: 600;
          padding: 32px 10px;
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s;
          text-align: center;
          color: #000;
          text-transform: capitalize;
          font-family: "Montserrat", sans-serif; }
          .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active {
            color: #684035; }
            .navigation .gva_menu > li > a:hover:before, .navigation .gva_menu > li > a:after:before, .navigation .gva_menu > li > a:active:before {
              opacity: 1;
              filter: alpha(opacity=100); }
          .navigation .gva_menu > li > a.is-active {
            color: #684035; }
            .navigation .gva_menu > li > a.is-active:before {
              opacity: 1;
              filter: alpha(opacity=100); }
        .navigation .gva_menu > li.menu-item--active-trail > a {
          color: #684035 !important; }
        .navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {
          width: 50%;
          float: left; }
        .navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {
          width: 33.33%;
          float: left; }
        .navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {
          width: 25%;
          float: left; }
        .navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {
          width: 20%;
          float: left; }
        .navigation .gva_menu > li.menu-list ul.sub-menu {
          min-width: 250px; }
          .navigation .gva_menu > li.menu-list ul.sub-menu > li {
            border-bottom: 1px solid #dee2e6; }
            .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
              padding: 10px 15px;
              text-transform: uppercase; }
      .navigation .gva_menu .megamenu {
        position: static; }
        .navigation .gva_menu .megamenu > .sub-menu {
          width: 100%;
          padding: 20px; }
          .navigation .gva_menu .megamenu > .sub-menu .sub-menu {
            -webkit-transform: rotateX(0);
            transform: rotateX(0); }
          .navigation .gva_menu .megamenu > .sub-menu > li {
            position: static;
            padding: 0 15px !important; }
            .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
              position: static;
              border-width: 0;
              padding: 0;
              min-width: inherit;
              width: 100%;
              background-color: transparent;
              opacity: 1;
              filter: alpha(opacity=100);
              -webkit-box-shadow: none;
              box-shadow: none; } }
            @media (min-width: 992px) and (min-width: 768px) {
              .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
                display: block !important;
                visibility: visible; } }

@media (min-width: 992px) {
              .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu > li {
                padding-left: 0;
                padding-right: 0; }
            .navigation .gva_menu .megamenu > .sub-menu > li > a {
              display: block;
              font-size: 14px;
              color: #000 !important;
              font-weight: 600;
              font-family: "Montserrat", sans-serif;
              text-transform: uppercase;
              padding: 0 0 10px !important;
              margin-bottom: 10px !important;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
              .navigation .gva_menu .megamenu > .sub-menu > li > a:before {
                content: none; }
              .navigation .gva_menu .megamenu > .sub-menu > li > a:hover {
                text-indent: 0; }
      .navigation .gva_menu .sub-menu {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        min-width: 280px;
        background-color: #fff;
        z-index: 999;
        left: 0;
        top: 120%;
        padding: 15px 0;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; }
        .navigation .gva_menu .sub-menu > li {
          padding-left: 20px;
          padding-right: 20px; }
          .navigation .gva_menu .sub-menu > li > a {
            display: block;
            padding-bottom: 8px;
            margin-bottom: 8px;
            line-height: 26px;
            text-decoration: none;
            font-size: 13.5px;
            font-weight: 500;
            text-transform: none;
            font-family: "Montserrat", sans-serif;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            border-bottom: 1px solid #dee2e6; }
            .navigation .gva_menu .sub-menu > li > a:after, .navigation .gva_menu .sub-menu > li > a:before {
              display: none; }
            .navigation .gva_menu .sub-menu > li > a:hover {
              color: #684035; }
          .navigation .gva_menu .sub-menu > li:last-child > a {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0; }
          .navigation .gva_menu .sub-menu > li ul {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 250px;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            display: none;
            z-index: 11; } }
        @media (min-width: 992px) and (min-width: 768px) {
          .navigation .gva_menu .sub-menu > li:hover > ul {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            display: block;
            left: 100%; } }

body.header-absolute .navigation ul.gva_menu > li > a {
  color: #fff !important; }

.gva-mega-menu .block-blocktabs {
  position: relative; }
  .gva-mega-menu .block-blocktabs .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem; }
  .gva-mega-menu .block-blocktabs .ui-tabs-nav {
    padding: 0;
    position: static;
    width: 15%;
    float: left; }
    .gva-mega-menu .block-blocktabs .ui-tabs-nav > li {
      background: none;
      padding: 0;
      margin: 0;
      position: relative;
      width: 100%;
      float: none;
      clear: both;
      padding-right: 20px; }
      .gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a {
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        border-bottom: 1px solid #dee2e6;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%; }
      .gva-mega-menu .block-blocktabs .ui-tabs-nav > li:last-child > a {
        padding-right: 0; }
      .gva-mega-menu .block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
        color: #684035; }
  .gva-mega-menu .block-blocktabs .ui-tabs-panel {
    float: left;
    width: 85%; }

.item-list ul {
  overflow: hidden;
  padding: 0; }
  .item-list ul li.view-list-item {
    margin: 0 0 30px;
    overflow: hidden;
    list-style-type: none; }
    .item-list ul li.view-list-item .post-block {
      margin: 0; }
    .item-list ul li.view-list-item:last-child {
      margin-bottom: 0; }

.padding-small .item-list ul li.view-list-item {
  margin-bottom: 20px !important; }
  .padding-small .item-list ul li.view-list-item:last-child {
    margin-bottom: 0 !important; }

ul[data-drupal-views-infinite-scroll-pager] {
  list-style-type: none;
  padding-left: 0; }
  ul[data-drupal-views-infinite-scroll-pager].pager {
    margin: 10px 0 30px; }
    ul[data-drupal-views-infinite-scroll-pager].pager a {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 600;
      border: 1px solid #684035;
      background: #684035;
      display: inline-block;
      color: #fff;
      padding: 5px 15px;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
      ul[data-drupal-views-infinite-scroll-pager].pager a:hover, ul[data-drupal-views-infinite-scroll-pager].pager a:active, ul[data-drupal-views-infinite-scroll-pager].pager a:focus {
        background: #fff;
        color: #684035; }

.more-link {
  text-align: center;
  margin-top: 35px; }
  .more-link a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: 2px solid #684035;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .more-link a:hover {
      background: #684035;
      color: #fff; }

.views-view-grid .views-row {
  width: auto;
  clear: none;
  float: none !important; }
  .views-view-grid .views-row:last-child {
    margin-bottom: 0; }

.post-masonry-style > div.views-col {
  margin-bottom: 10px; }

.no-padding .gva-portfolio-items .row {
  margin: 0 !important; }

.no-padding .gva-portfolio-items .isotope-items > div {
  padding: 0 !important; }
  .no-padding .gva-portfolio-items .isotope-items > div .isotope-item {
    margin-bottom: 0 !important; }

.brand-grid .views-view-grid .views-row {
  margin-bottom: 65px; }
  .brand-grid .views-view-grid .views-row .views-field-field-image {
    text-align: center; }
    @media (max-width: 767.98px) {
      .brand-grid .views-view-grid .views-row .views-field-field-image {
        margin-bottom: 20px; } }

.category-list .item-list ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important; }
  .category-list .item-list ul li a {
    padding: 8px 10px 8px 15px;
    display: block;
    border: 1px solid #dee2e6;
    text-transform: none;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }
    .category-list .item-list ul li a:hover, .category-list .item-list ul li a:focus, .category-list .item-list ul li a:active {
      color: #684035; }

.slider-gallery-v1 {
  margin-left: -3px !important;
  margin-right: -3px !important; }
  .slider-gallery-v1 .carousel-item {
    float: left;
    padding-right: 3px !important; }
  .slider-gallery-v1 img {
    -webkit-transform-style: none !important;
    transform-style: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .slider-gallery-v1 .gallery-large {
    background: #fff;
    width: 66.66667%;
    float: left; }
  .slider-gallery-v1 .gallery-small {
    width: 33.33333%;
    float: left; }

.small-list .item-list ul > li {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px !important;
  padding-bottom: 15px; }
  .small-list .item-list ul > li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500; }
    .small-list .item-list ul > li a:hover {
      color: #684035; }
  .small-list .item-list ul > li:last-child {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0; }

.tags-list .item-list > ul > li {
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px; }
  .tags-list .item-list > ul > li a {
    background: #684035;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 12px;
    display: inline-block;
    font-family: "Montserrat", sans-serif; }
    .tags-list .item-list > ul > li a:hover, .tags-list .item-list > ul > li a:focus, .tags-list .item-list > ul > li a:active {
      color: #684035;
      background: #f5f5f5; }

.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }
  .block.block-gavias-blockbuilder ul > li {
    list-style: none; }

.gbb-row-wrapper {
  position: relative; }
  .gbb-row-wrapper .bb-inner {
    position: relative; }
  .gbb-row-wrapper .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0; }
  .gbb-row-wrapper .icon-row {
    color: #684035; }
  .gbb-row-wrapper .gbb-row-wrapper .bb-inner {
    padding: 0; }

.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bb-container.full-screen {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .bb-container.full-screen .bb-inner {
    padding: 0 !important; }
  .bb-container.full-screen > .row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

.gva-parallax-background .gva-parallax-inner {
  background: inherit; }

.gbb-row.polygon {
  -webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
  clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%); }

@media (max-width: 575.98px) {
  .gbb-row.row-border .row-wrapper > .gsc-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .gbb-row.row-border .row-wrapper > .gsc-column:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; } }

.gbb-row.row-border .row-wrapper > .gsc-column:after {
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3); }
  @media (max-width: 575.98px) {
    .gbb-row.row-border .row-wrapper > .gsc-column:after {
      display: none; } }

.gbb-row.row-border .row-wrapper > .gsc-column .column-inner {
  padding-left: 15px;
  padding-right: 15px; }

.gbb-row.row-border .row-wrapper > .gsc-column:last-child:after {
  display: none !important; }

.gbb-row.row-border .row-wrapper > .gsc-column[class*='col-lg-12']:after {
  display: none; }

.gbb-row.border-inner-row .row-wrapper {
  border-bottom: 1px solid #dee2e6; }

.gbb-row.special-row .bb-inner {
  padding-top: 0; }

.gbb-row.special-row .row-wrapper {
  margin-top: -220px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff; }
  .gbb-row.special-row .row-wrapper .column-inner {
    padding: 30px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; }
    @media (max-width: 991.98px) {
      .gbb-row.special-row .row-wrapper .column-inner {
        padding: 30px 10px; } }

.gbb-row.special-row-2 .row-wrapper {
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff; }

.column-style-1 .column-inner {
  max-width: 700px;
  float: right;
  padding: 80px 30px; }
  @media (max-width: 991.98px) {
    .column-style-1 .column-inner {
      padding: 30px 20px; } }

.column-style-2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px; }
  @media (max-width: 991.98px) {
    .column-style-2 {
      padding: 30px 10px; } }

.column-style-3 {
  padding: 60px; }
  @media (max-width: 991.98px) {
    .column-style-3 {
      padding: 30px; } }

.column-box-shadow {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-right: 0; }

.column-box-shadow-2 > .column-inner {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-right: 0; }

.row-gradient-1 {
  background-image: radial-gradient(farthest-corner at 50% -50%, #135a9f 0%, #192532 70%, #192532 100%);
  background-color: #192532; }

.row-gradient-2 {
  position: relative; }
  .row-gradient-2 > .bb-inner {
    position: relative;
    z-index: 11; }
  .row-gradient-2:after {
    content: '';
    background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
    background-color: #dde7ff;
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .row-gradient-2:after {
        top: 0; } }

.grid-small .container {
  max-width: 900px;
  margin: 0 auto; }

.gavias-blockbuilder-content {
  position: relative; }
  .gavias-blockbuilder-content .link-edit-blockbuider {
    border: 1px solid #dee2e6;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 99;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    background: #684035;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    padding: 10px; }
    .gavias-blockbuilder-content .link-edit-blockbuider:hover, .gavias-blockbuilder-content .link-edit-blockbuider:focus, .gavias-blockbuilder-content .link-edit-blockbuider:active {
      color: #fff; }

.columns-box-shadow {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  padding: 45px 35px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #fff; }
  @media (max-width: 991.98px) {
    .columns-box-shadow {
      padding: 30px; } }

@media (max-width: 991.98px) {
  .gbb-row[style*="padding-top"] {
    padding-top: 30px !important; }
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 30px !important; } }

.gbb-row .bb-inner {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .gbb-row .bb-inner {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .gbb-row .bb-inner.padding-top-large {
    padding-top: 190px;
    padding-bottom: 0; }
    @media (max-width: 767.98px) {
      .gbb-row .bb-inner.padding-top-large {
        padding-top: 120px; } }
  .gbb-row .bb-inner.padding-row-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
    @media (max-width: 991.98px) {
      .gbb-row .bb-inner.padding-row-120 {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .gbb-row .bb-inner.remove_margin {
    margin: 0 !important; }
  .gbb-row .bb-inner.remove_padding {
    padding: 0 !important; }
  .gbb-row .bb-inner.remove_padding_col > .bb-container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .gbb-row .bb-inner.remove_padding_col > .bb-container > .row > div.gsc-column {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .gbb-row .bb-inner.remove_padding_top {
    padding-top: 0 !important; }
  .gbb-row .bb-inner.remove_padding_bottom {
    padding-bottom: 0 !important; }
  .gbb-row .bb-inner.padding-bottom-large {
    padding-bottom: 250px; }

.widget {
  /******************** Block for drupal ***********************/
  /**************** Team ************************/
  /******************** Video Box **************************/
  /*************** Milestone ***************/
  /***********************************************/ }
  .widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
    display: none !important; }
  .widget.gsc-block-drupal.title-align-center .block-title {
    text-align: center; }
  .widget.gsc-block-drupal.title-align-left .block-title {
    text-align: left; }
  .widget.gsc-block-drupal.title-align-right .block-title {
    text-align: right; }
  .widget.gsc-block-drupal.text-light div {
    color: #fff; }
  .widget.gsc-block-drupal.text-light .block-inner .block-title {
    color: #fff; }
  .widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {
    color: #fff; }
    .widget.gsc-block-drupal.text-light .block-inner .block-content *:after, .widget.gsc-block-drupal.text-light .block-inner .block-content *:before, .widget.gsc-block-drupal.text-light .block-inner .block-content div:after, .widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
      color: rgba(255, 255, 255, 0.2); }
  .widget.gsc-block-drupal.remove-margin-on .block {
    margin-bottom: 0 !important; }
  .widget.gsc-team .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
    .widget.gsc-team .social-icons a:hover {
      -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); }
  .widget.gsc-team .team-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px;
    position: relative;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px; }
  .widget.gsc-team .team-position {
    text-transform: capitalize;
    color: #684035;
    font-weight: 400;
    font-size: 13px; }
  .widget.gsc-team .team-info {
    margin: 15px 0; }
  .widget.gsc-team.team-horizontal {
    margin-top: 50px; }
    .widget.gsc-team.team-horizontal .team-header {
      position: relative;
      overflow: hidden; }
      .widget.gsc-team.team-horizontal .team-header img {
        -webkit-transition: all 3s;
        transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        display: inline-block; }
      .widget.gsc-team.team-horizontal .team-header .box-hover {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); }
        .widget.gsc-team.team-horizontal .team-header .box-hover .content-inner {
          position: absolute;
          top: 50%;
          margin-top: -15px;
          left: 0;
          width: 100%;
          height: auto;
          padding: 0 20px; }
      .widget.gsc-team.team-horizontal .team-header .social-list a {
        background: none;
        color: #fff !important;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        margin-right: 20px;
        display: inline-block;
        font-size: 16px; }
        .widget.gsc-team.team-horizontal .team-header .social-list a:last-child {
          margin-right: 0; }
        .widget.gsc-team.team-horizontal .team-header .social-list a:hover {
          color: #684035 !important; }
    .widget.gsc-team.team-horizontal .team-name {
      font-size: 14px;
      margin: 0 0 12px 0;
      text-transform: uppercase;
      padding: 0 0 12px;
      position: relative;
      font-weight: 800; }
      .widget.gsc-team.team-horizontal .team-name:after {
        bottom: 0;
        left: 0;
        content: "";
        background: #684035;
        width: 45px;
        height: 1px;
        position: absolute; }
    .widget.gsc-team.team-horizontal:hover .box-hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .widget.gsc-team.team-horizontal:hover .team-header img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  .widget.gsc-team.team-vertical {
    margin-bottom: 30px;
    position: relative;
    background: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; }
    .widget.gsc-team.team-vertical .team-header {
      overflow: hidden;
      position: relative; }
      .widget.gsc-team.team-vertical .team-header img {
        -webkit-transition: all 3s;
        transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        display: inline-block; }
    .widget.gsc-team.team-vertical .social-list a {
      background: none;
      color: #fff !important;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      margin-right: 20px;
      display: inline-block;
      font-size: 16px; }
      .widget.gsc-team.team-vertical .social-list a:last-child {
        margin-right: 0; }
      .widget.gsc-team.team-vertical .social-list a:hover {
        color: #000 !important; }
    .widget.gsc-team.team-vertical .team-name {
      padding: 0;
      color: #fff; }
    .widget.gsc-team.team-vertical .team-position {
      color: #fff; }
    .widget.gsc-team.team-vertical .team-content {
      color: #fff; }
    .widget.gsc-team.team-vertical .box-hover {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
      .widget.gsc-team.team-vertical .box-hover .team-content {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .widget.gsc-team.team-vertical .team-body {
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
      .widget.gsc-team.team-vertical .team-body .content-hover {
        opacity: 0;
        filter: alpha(opacity=0); }
      .widget.gsc-team.team-vertical .team-body .info {
        padding: 20px 15px;
        position: relative;
        margin-top: -35px;
        margin-left: 15px;
        margin-right: 15px;
        z-index: 99;
        background: #684035; }
    .widget.gsc-team.team-vertical:hover .box-hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .widget.gsc-team.team-circle .team-header, .widget.gsc-team.team-circle .box-hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .widget.gsc-video-box {
    position: relative;
    margin: 0 auto; }
    .widget.gsc-video-box.style-1 {
      margin-bottom: 30px; }
      .widget.gsc-video-box.style-1:hover .image .popup-video .icon {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100); }
      .widget.gsc-video-box.style-1 .image .popup-video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        height: 100%; }
        .widget.gsc-video-box.style-1 .image .popup-video .icon {
          position: absolute;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s;
          opacity: 0;
          filter: alpha(opacity=0);
          top: 50%;
          left: 50%;
          margin-left: -25px;
          margin-top: -25px;
          z-index: 12;
          background: #684035;
          color: #fff;
          display: inline-block;
          text-align: center;
          line-height: 50px;
          -webkit-transform: scale(2);
          transform: scale(2); }
      .widget.gsc-video-box.style-1 .video-content {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        min-height: 50px; }
        .widget.gsc-video-box.style-1 .video-content .video-content-background {
          width: 100%;
          height: 100%;
          background: #684035;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .widget.gsc-video-box.style-1 .video-content .left {
          padding: 5px 66px 0 0;
          text-align: right;
          color: #fff;
          font-family: "Montserrat", sans-serif;
          letter-spacing: 2px;
          position: relative;
          z-index: 9; }
          .widget.gsc-video-box.style-1 .video-content .left .video-title {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            padding-right: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .widget.gsc-video-box.style-1 .video-content .left .video-desc {
            font-size: 11px;
            padding-right: 30px; }
        .widget.gsc-video-box.style-1 .video-content .right {
          width: 65px;
          height: 100%;
          background: #684035;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          border-left: 1px solid rgba(255, 255, 255, 0.2);
          z-index: 9; }
          .widget.gsc-video-box.style-1 .video-content .right a {
            display: block;
            text-align: center;
            line-height: 58px; }
            .widget.gsc-video-box.style-1 .video-content .right a i {
              font-size: 22px;
              color: #fff; }
      .widget.gsc-video-box.style-1 .video-inner {
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
        position: relative; }
    .widget.gsc-video-box.style-2 {
      margin-bottom: 30px; }
      .widget.gsc-video-box.style-2 .image .popup-video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 19;
        width: 100%;
        height: 100%; }
        .widget.gsc-video-box.style-2 .image .popup-video .icon {
          position: absolute;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s;
          top: 50%;
          left: 50%;
          margin-left: -25px;
          margin-top: -25px;
          z-index: 19;
          background: #684035;
          color: #fff;
          display: inline-block;
          text-align: center;
          line-height: 50px; }
      .widget.gsc-video-box.style-2 .video-content .link-video {
        font-size: 12px;
        font-weight: 400;
        margin: 8px 0 0 35px;
        position: relative;
        float: left; }
        .widget.gsc-video-box.style-2 .video-content .link-video:after {
          content: "";
          position: absolute;
          width: 30px;
          height: 1px;
          background-color: #000;
          top: 15px;
          left: -35px; }
        .widget.gsc-video-box.style-2 .video-content .link-video strong {
          font-family: "Montserrat", sans-serif;
          font-size: 16px; }
      .widget.gsc-video-box.style-2 .video-content .button-review {
        float: right;
        margin-top: 10px; }
        .widget.gsc-video-box.style-2 .video-content .button-review a {
          -webkit-transition: all 0.35s;
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -ms-transition: all 0.35s;
          color: #000;
          border: 1px solid #000;
          padding: 4px 15px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          font-weight: 500;
          font-size: 12px;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          letter-spacing: 2px; }
          .widget.gsc-video-box.style-2 .video-content .button-review a:hover {
            color: #fff;
            background: #684035;
            border-color: #684035; }
      .widget.gsc-video-box.style-2 .video-inner {
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
        position: relative; }
  .widget.milestone-block {
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .widget.milestone-block .milestone-icon {
      float: left;
      text-align: center;
      position: relative; }
      .widget.milestone-block .milestone-icon span {
        font-size: 22px;
        color: #7e7e7e; }
    .widget.milestone-block .milestone-right {
      line-height: 1.5; }
    .widget.milestone-block .milestone-number {
      font-size: 30px;
      line-height: 30px;
      font-weight: 600;
      margin: 15px 0;
      color: #000;
      font-family: "Montserrat", sans-serif; }
    .widget.milestone-block .milestone-text {
      font-size: 16px;
      font-weight: 600;
      color: #273044;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 991.98px) {
        .widget.milestone-block .milestone-text {
          font-size: 14px; } }
    .widget.milestone-block.position-icon-top {
      text-align: center;
      display: block;
      width: 100%;
      padding: 30px 0;
      margin-right: 0; }
      .widget.milestone-block.position-icon-top .milestone-icon {
        display: inline-block;
        text-align: center;
        float: none;
        margin: 0 0 10px;
        background: #684035;
        width: 48px;
        height: 48px;
        line-height: 55px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        position: relative; }
        .widget.milestone-block.position-icon-top .milestone-icon:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          position: absolute;
          bottom: -3px;
          right: 50%;
          margin-right: -2px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background-color: #684035; }
        .widget.milestone-block.position-icon-top .milestone-icon span {
          color: #fff; }
      .widget.milestone-block.position-icon-top .milestone-right {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 10px; }
    .widget.milestone-block.position-icon-left {
      margin-bottom: 30px; }
      .widget.milestone-block.position-icon-left .milestone-icon {
        display: inline-block;
        text-align: center;
        margin: 0 0 10px;
        background: #684035;
        width: 48px;
        height: 48px;
        line-height: 55px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        position: relative;
        float: left; }
        .widget.milestone-block.position-icon-left .milestone-icon:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          position: absolute;
          right: -3px;
          top: 50%;
          margin-top: -2px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background-color: #684035; }
        .widget.milestone-block.position-icon-left .milestone-icon span {
          color: #fff; }
      .widget.milestone-block.position-icon-left .milestone-right {
        text-align: left;
        padding-left: 65px; }
      .widget.milestone-block.position-icon-left .milestone-number {
        font-size: 24px;
        line-height: 26px;
        margin: 0;
        color: #000;
        font-family: "Montserrat", sans-serif; }
    .widget.milestone-block[style*="background-color"] {
      padding: 50px 20px; }
      @media (max-width: 991.98px) {
        .widget.milestone-block[style*="background-color"] {
          padding: 30px 20px; } }
    .widget.milestone-block.text-light .milestone-number, .widget.milestone-block.text-light .milestone-text {
      color: #fff !important; }
    .widget.milestone-block.text-light .milestone-icon span {
      border-color: #fff;
      color: #fff; }
  .widget.gsc-progress {
    position: relative;
    margin-bottom: 30px; }
    .widget.gsc-progress.text-light .progress-label {
      color: #fff; }

.gsc-box-info {
  position: relative;
  font-size: 12px;
  color: #bbbbbb; }
  .gsc-box-info .title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000; }
  .gsc-box-info .address {
    margin-bottom: 15px; }
  .gsc-box-info .email {
    margin-bottom: 15px; }
  .gsc-box-info .phone {
    margin-bottom: 15px;
    color: #684035; }
  .gsc-box-info.text-light .title {
    color: #fff; }

.gsc-box-hover {
  position: relative;
  background: transparent;
  max-width: 400px;
  margin: 0 auto 30px; }
  .gsc-box-hover .frontend, .gsc-box-hover .backend {
    z-index: 1;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    min-height: 250px; }
  .gsc-box-hover .frontend {
    height: inherit;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    text-align: center;
    position: relative; }
    .gsc-box-hover .frontend:after {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      z-index: 1;
      height: 50px;
      border-radius: 50%;
      -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
    .gsc-box-hover .frontend .frontend-content {
      border-top: 0;
      padding: 30px 30px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-top: 0;
      background: #fff;
      position: relative;
      z-index: 9; }
      @media (max-width: 991.98px) {
        .gsc-box-hover .frontend .frontend-content {
          padding: 30px 20px; } }
  .gsc-box-hover .backend {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #684035;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    color: #fff; }
    @media (max-width: 991.98px) {
      .gsc-box-hover .backend {
        padding: 30px 20px; } }
    .gsc-box-hover .backend .content-be {
      height: 100%;
      -webkit-transform: translateZ(70px) scale(0.86);
      transform: translateZ(70px) scale(0.86);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .gsc-box-hover .backend .be-desc {
      color: #f1f1f1; }
    .gsc-box-hover .backend .box-title {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-weight: 600;
      font-size: 18px;
      font-family: "Montserrat", sans-serif; }
      .gsc-box-hover .backend .box-title:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .gsc-box-hover .backend .box-title a {
        color: #fff; }
        .gsc-box-hover .backend .box-title a:hover {
          text-decoration: underline; }
    .gsc-box-hover .backend .link-action a {
      color: #fff;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 600; }
      .gsc-box-hover .backend .link-action a:hover {
        text-decoration: underline; }
  .gsc-box-hover .box-content {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: inherit; }
  .gsc-box-hover .box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif; }
  .gsc-box-hover:hover .frontend, .gsc-box-hover:hover .backend, .gsc-box-hover:active .frontend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .frontend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .frontend, .gsc-box-hover.active .backend {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); }
  .gsc-box-hover:hover .frontend, .gsc-box-hover:active .frontend, .gsc-box-hover:focus .frontend, .gsc-box-hover.active .frontend {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .gsc-box-hover:hover .backend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .backend {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }

.gsc-quote {
  position: relative;
  padding-top: 125px; }
  .gsc-quote:after {
    position: absolute;
    content: "";
    background: url("../../../images//testimonial-icon.png") no-repeat center center transparent;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50px;
    z-index: 1; }
  .gsc-quote .content {
    line-height: 28px; }
  .gsc-quote .signature {
    margin-top: 60px; }
  .gsc-quote .position {
    margin-top: 25px; }

.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px; }
  .gsc-quote-text .icon {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    font-size: 20px;
    color: #684035; }
  .gsc-quote-text .content {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #999999; }
  .gsc-quote-text.has-border {
    border: 2px solid #dee2e6; }

.gsc-gmap {
  position: relative; }
  .gsc-gmap.style-1 {
    margin-bottom: -10px; }
    .gsc-gmap.style-1 iframe {
      width: 100% !important;
      pointer-events: none; }
    .gsc-gmap.style-1 .info-inner {
      padding: 45px 30px;
      position: absolute;
      top: 100px;
      bottom: 100px;
      left: 20%;
      width: 375px;
      z-index: 99;
      background: #fff; }
      @media (max-width: 1199.98px) {
        .gsc-gmap.style-1 .info-inner {
          left: 15%; } }
      @media (max-width: 991.98px) {
        .gsc-gmap.style-1 .info-inner {
          position: static; } }
      .gsc-gmap.style-1 .info-inner .info-item {
        margin-bottom: 15px; }
  .gsc-gmap.style-2 {
    margin-top: 100px; }
    @media (max-width: 991.98px) {
      .gsc-gmap.style-2 {
        margin-top: 30px; } }
    .gsc-gmap.style-2 .info-inner {
      padding: 60px 75px 60px 35px;
      position: absolute;
      top: -70px;
      bottom: -70px;
      width: 360px;
      z-index: 99;
      border: 5px solid #684035;
      z-index: 9; }
      @media (max-width: 991.98px) {
        .gsc-gmap.style-2 .info-inner {
          margin: 20px 0;
          position: static;
          width: 100%;
          float: left; } }
    .gsc-gmap.style-2 .map-content {
      position: relative;
      z-index: 99;
      width: 65%;
      float: right; }
      @media (max-width: 991.98px) {
        .gsc-gmap.style-2 .map-content {
          position: static;
          width: 100%; } }
      .gsc-gmap.style-2 .map-content iframe {
        width: 100%;
        pointer-events: none; }

.gsc-button {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both; }
  .gsc-button.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .gsc-button.radius-5x {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px; }
  .gsc-button.mini {
    font-size: 10px;
    padding: 3px 10px; }
  .gsc-button.small {
    font-size: 10px;
    padding: 8px 15px; }
  .gsc-button.medium {
    font-size: 12px;
    padding: 12px 35px; }
  .gsc-button.large {
    font-size: 14px;
    padding: 18px 60px; }
  .gsc-button.extra-large {
    font-size: 14px;
    padding: 20px 60px; }

.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0; }

.gsc-accordion .panel-group.skin-white .panel {
  border: 1px solid #dee2e6 !important;
  margin-bottom: 20px; }

.gsc-accordion .panel-group.skin-dark {
  background: #f5f5f5; }
  .gsc-accordion .panel-group.skin-dark .panel {
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2 !important; }
    .gsc-accordion .panel-group.skin-dark .panel .panel-title {
      background: #f5f5f5 !important; }
      .gsc-accordion .panel-group.skin-dark .panel .panel-title a {
        background: none !important; }
    .gsc-accordion .panel-group.skin-dark .panel:last-child {
      border-bottom: none !important; }

.gsc-accordion .panel-group.skin-white-border {
  border: 1px solid #dee2e6;
  padding: 20px;
  background: #fff; }
  .gsc-accordion .panel-group.skin-white-border .panel {
    padding: 0 0 15px !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 18px !important; }
    .gsc-accordion .panel-group.skin-white-border .panel .panel-title a {
      padding-left: 24px; }
      .gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
        left: 0; }
    .gsc-accordion .panel-group.skin-white-border .panel .panel-body {
      padding-top: 10px; }
    .gsc-accordion .panel-group.skin-white-border .panel:last-child {
      border-bottom: 0 !important;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }

.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative; }
  .service-timeline .hentry {
    position: relative; }
    .service-timeline .hentry .icon {
      font-size: 22px;
      color: #684035;
      position: relative;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
    .service-timeline .hentry .hentry-box {
      -webkit-box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
      background: #fff;
      padding: 30px; }
    @media (max-width: 991.98px) {
      .service-timeline .hentry {
        padding-left: 70px !important; }
        .service-timeline .hentry .icon {
          left: 0 !important; } }
    @media (max-width: 767.98px) {
      .service-timeline .hentry .content-inner {
        padding-left: 15px !important; } }
  .service-timeline:before {
    background: #dee2e6;
    content: "";
    left: 50%;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    margin-top: -10px;
    height: 100%; }
    @media (max-width: 991.98px) {
      .service-timeline:before {
        left: 0; } }
  .service-timeline > li {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 80px; }
    .service-timeline > li.active .icon {
      background: #684035 !important;
      color: #fff !important; }
    .service-timeline > li:last-child {
      padding-bottom: 110px; }
    .service-timeline > li .hentry {
      width: 50%; }
    @media (max-width: 991.98px) {
      .service-timeline > li .hentry {
        padding-left: 40px;
        width: 100%;
        float: left;
        clear: left; } }
    .service-timeline > li:nth-child(even) .hentry {
      float: left;
      clear: left;
      padding-right: 50px;
      text-align: right; }
      @media (max-width: 991.98px) {
        .service-timeline > li:nth-child(even) .hentry {
          text-align: left;
          padding-right: 0;
          padding-left: 50px; } }
      .service-timeline > li:nth-child(even) .hentry .icon {
        right: -35px; }
        @media (max-width: 991.98px) {
          .service-timeline > li:nth-child(even) .hentry .icon {
            left: -35px;
            right: auto; } }
      .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
        padding-right: 10px; }
        @media (max-width: 991.98px) {
          .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
            padding-left: 10px;
            padding-right: 0; } }
    .service-timeline > li:nth-child(odd) .hentry {
      float: right;
      clear: right;
      padding-left: 50px;
      text-align: left; }
      .service-timeline > li:nth-child(odd) .hentry .icon {
        left: -35px; }
      .service-timeline > li:nth-child(odd) .hentry .hentry-box .content-inner {
        padding-left: 10px; }
    .service-timeline > li .hentry {
      position: relative; }
      .service-timeline > li .hentry .icon {
        display: inline-block;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #dee2e6;
        text-align: center;
        line-height: 65px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        background: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }
      .service-timeline > li .hentry .title {
        font-size: 12px;
        font-weight: 900;
        color: #000;
        text-transform: uppercase; }

.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important; }

.gsc-box-text {
  padding: 30px;
  margin-bottom: 30px; }
  .gsc-box-text .title a {
    color: inherit;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px; }
  .gsc-box-text .sub-title {
    font-size: 13px; }
  .gsc-box-text.style-1 .title {
    background: none !important; }
  .gsc-box-text.style-2 .title {
    color: #fff !important;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 20px; }
    .gsc-box-text.style-2 .title a {
      margin: 0;
      font-size: 16px;
      font-weight: 500; }
    .gsc-box-text.style-2 .title:hover, .gsc-box-text.style-2 .title:active, .gsc-box-text.style-2 .title:focus {
      background: #000 !important; }
  .gsc-box-text.style-3 {
    padding: 50px; }
    @media (max-width: 1199.98px) {
      .gsc-box-text.style-3 {
        padding: 30px; } }
    .gsc-box-text.style-3 .sub-title {
      background: none !important; }
    .gsc-box-text.style-3 .title {
      background: none !important; }
  .gsc-box-text.style-4 {
    padding: 30px; }
    .gsc-box-text.style-4 .sub-title {
      background: none !important; }
    .gsc-box-text.style-4 .title {
      background: none !important;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 20px; }

.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .column-content.text-quote {
      padding: 20px 20px; } }

.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .column-content.text-quote-2 {
      padding: 20px 20px; } }

.gsc-our-history-carousel .item {
  padding-top: 30px;
  margin-bottom: 45px; }
  .gsc-our-history-carousel .item .content-inner {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    text-align: left;
    padding: 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .gsc-our-history-carousel .item .content-inner .year {
      width: 60px;
      height: 60px;
      color: 16px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -30px;
      z-index: 9;
      background: #684035;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      color: #fff;
      line-height: 60px;
      font-weight: 500; }
    .gsc-our-history-carousel .item .content-inner .title {
      font-size: 16px;
      color: #684035;
      padding: 10px 0; }
    .gsc-our-history-carousel .item .content-inner:hover {
      -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); }

.gsc-socials.style-1 {
  text-align: center; }
  .gsc-socials.style-1:before, .gsc-socials.style-1:after {
    content: " ";
    display: table; }
  .gsc-socials.style-1:after {
    clear: both; }
  .gsc-socials.style-1 a {
    width: 60px;
    height: 60px;
    color: #684035;
    background: #fff;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .gsc-socials.style-1 a:hover, .gsc-socials.style-1 a:active, .gsc-socials.style-1 a:focus {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.gsc-socials.style-2 {
  margin-bottom: 30px; }
  .gsc-socials.style-2 a {
    color: #7e7e7e;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 12px;
    font-size: 14px; }
    .gsc-socials.style-2 a:last-child {
      margin-right: 0; }
    .gsc-socials.style-2 a:hover, .gsc-socials.style-2 a:focus, .gsc-socials.style-2 a:active {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .gsc-socials.style-2 a i {
      color: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      font-size: 12px; }
    .gsc-socials.style-2 a i.fa-facebook-square, .gsc-socials.style-2 a i.fa-facebook {
      background: #3b5998; }
    .gsc-socials.style-2 a i.fa-twitter, .gsc-socials.style-2 a i.fa-twitter-square {
      background: #4099ff; }
    .gsc-socials.style-2 a i.fa-skype {
      background: #12a5f4; }
    .gsc-socials.style-2 a i.fa-dribbble {
      background: #ea4c89; }
    .gsc-socials.style-2 a i.fa-linkedin-square, .gsc-socials.style-2 a i.fa-linkedin {
      background: #0e76a8; }
    .gsc-socials.style-2 a i.fa-apple {
      background: #f2f2f2; }
    .gsc-socials.style-2 a i[class*="fa-pinterest"] {
      background: #c92228; }
    .gsc-socials.style-2 a i.fa-google-plus-square, .gsc-socials.style-2 a i.fa-google-plus {
      background: #d34836; }
    .gsc-socials.style-2 a i.fa-youtube-square, .gsc-socials.style-2 a i.fa-youtube {
      background: #c4302b; }
    .gsc-socials.style-2 a i.fa-vimeo-square, .gsc-socials.style-2 a i.fa-vimeo {
      background: #4ebbff; }
    .gsc-socials.style-2 a i.fa-tumblr-square, .gsc-socials.style-2 a i.fa-tumblr {
      background: #35465c; }
    .gsc-socials.style-2 a i.fa-xing-square, .gsc-socials.style-2 a i.fa-xing {
      background: #126567; }
    .gsc-socials.style-2 a i.fa-instagram {
      background: #e8e2d9; }
    .gsc-socials.style-2 a i.fa-behance {
      background: #0075FF; }

.gsc-divider {
  width: 100%;
  height: 20px;
  background: url("../../../images//divider.png") no-repeat center center transparent; }

.gsc-carousel-content .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -115px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none !important; }
  .gsc-carousel-content .owl-nav > div {
    width: 38px;
    height: 38px;
    background: #191A1B !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff !important;
    line-height: 38px !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: static !important;
    margin: 0 5px !important;
    float: left; }
    .gsc-carousel-content .owl-nav > div:hover, .gsc-carousel-content .owl-nav > div:focus, .gsc-carousel-content .owl-nav > div:active {
      opacity: 1;
      filter: alpha(opacity=100); }

.gsc-carousel-content .item .item-content .bg-full {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767.98px) {
    .gsc-carousel-content .item .item-content .bg-full {
      width: 100%;
      min-height: 300px;
      position: relative; } }

.gsc-carousel-content .item .item-content .content-box {
  float: right;
  width: 50%;
  background: #684035;
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    .gsc-carousel-content .item .item-content .content-box {
      width: 100%;
      min-height: auto; } }
  .gsc-carousel-content .item .item-content .content-box .content-inner {
    max-width: 700px; }

.gsc-carousel-content .active .item-content .bg-full {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999; }

.gsc-carousel-content.style-1 .content-box .content-inner {
  margin: 0 auto;
  min-height: 480px;
  padding: 60px 30px 30px;
  color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 991.98px) {
    .gsc-carousel-content.style-1 .content-box .content-inner {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .gsc-carousel-content.style-1 .content-box .content-inner {
      min-height: auto; } }
  .gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif; }
    .gsc-carousel-content.style-1 .content-box .content-inner .title a {
      color: rgba(255, 255, 255, 0.9); }
      .gsc-carousel-content.style-1 .content-box .content-inner .title a:hover {
        color: #684035; }
  .gsc-carousel-content.style-1 .content-box .content-inner .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 20px;
    color: rgba(255, 255, 255, 0.9); }
    .gsc-carousel-content.style-1 .content-box .content-inner .desc > * {
      color: rgba(255, 255, 255, 0.9); }

.gsc-carousel-content.style-2 .content-box .content-inner {
  margin: 0 auto;
  min-height: 480px;
  padding: 60px 30px 30px; }
  @media (max-width: 991.98px) {
    .gsc-carousel-content.style-2 .content-box .content-inner {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .gsc-carousel-content.style-2 .content-box .content-inner {
      min-height: auto; } }
  .gsc-carousel-content.style-2 .content-box .content-inner .title {
    font-size: 30px;
    color: #000;
    line-height: 45px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif; }
    .gsc-carousel-content.style-2 .content-box .content-inner .title a {
      color: #000; }
      .gsc-carousel-content.style-2 .content-box .content-inner .title a:hover {
        color: #684035; }
  .gsc-carousel-content.style-2 .content-box .content-inner .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 20px; }

.gsc-countdown .gva-countdown .countdown-times {
  display: inline-block; }
  .gsc-countdown .gva-countdown .countdown-times > div {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 0 20px 15px 0;
    line-height: 1;
    color: #273044;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    .gsc-countdown .gva-countdown .countdown-times > div:last-child {
      padding-right: 0; }
    @media (max-width: 991.98px) {
      .gsc-countdown .gva-countdown .countdown-times > div {
        font-size: 12px;
        padding-right: 10px; } }
    .gsc-countdown .gva-countdown .countdown-times > div b {
      font-style: normal;
      font-size: 30px;
      color: #000;
      font-weight: 700;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 991.98px) {
        .gsc-countdown .gva-countdown .countdown-times > div b {
          font-size: 24px; } }
    .gsc-countdown .gva-countdown .countdown-times > div:last-child {
      margin-right: 0; }
    .gsc-countdown .gva-countdown .countdown-times > div:first-child {
      margin-left: 0; }

.gsc-countdown.text-light .gva-countdown .countdown-times > div {
  color: rgba(255, 255, 255, 0.8); }
  .gsc-countdown.text-light .gva-countdown .countdown-times > div b {
    color: #fff; }

.gsc-call-to-action .title {
  font-family: "Montserrat", sans-serif; }

.gsc-call-to-action .desc {
  font-size: 16px;
  line-height: 28px; }

.gsc-call-to-action.button-right {
  position: relative; }
  .gsc-call-to-action.button-right .title {
    margin: 0 !important;
    font-weight: 700; }
  .gsc-call-to-action.button-right .content {
    padding-right: 120px; }
    .gsc-call-to-action.button-right .content p {
      margin: 0; }
  .gsc-call-to-action.button-right .button-action {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }

.gsc-call-to-action.button-left {
  position: relative;
  text-align: right; }
  .gsc-call-to-action.button-left .title {
    margin: 0 !important;
    font-weight: 700; }
  .gsc-call-to-action.button-left .content {
    padding-left: 120px; }
    .gsc-call-to-action.button-left .content p {
      margin: 0; }
  .gsc-call-to-action.button-left .button-action {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }

.gsc-call-to-action.button-bottom {
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .gsc-call-to-action.button-bottom {
      padding: 20px 0; } }
  .gsc-call-to-action.button-bottom .title {
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .gsc-call-to-action.button-bottom .title {
        font-size: 24px; } }
  .gsc-call-to-action.button-bottom .button-action {
    margin-top: 20px; }
  .gsc-call-to-action.button-bottom.text-light .title:after {
    background: #fff; }

.gsc-call-to-action.button-center {
  margin-bottom: 0 !important;
  text-align: center;
  margin: 0 auto; }
  .gsc-call-to-action.button-center .title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .gsc-call-to-action.button-center .title {
        font-size: 26px; } }
  .gsc-call-to-action.button-center .button-action {
    margin-top: 30px; }
  .gsc-call-to-action.button-center.text-light .title:after {
    background: #fff; }

.gsc-call-to-action.button-bottom-right {
  padding: 30px 0;
  float: right;
  text-align: right; }
  .gsc-call-to-action.button-bottom-right .title {
    font-size: 36px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .gsc-call-to-action.button-bottom-right .title {
        font-size: 32px; } }
  .gsc-call-to-action.button-bottom-right .button-action {
    margin-top: 20px; }
  .gsc-call-to-action.button-bottom-right.text-light .title:after {
    background: #fff; }

.gsc-call-to-action.has-background {
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }
  .gsc-call-to-action.has-background .title {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 20px; }
    .gsc-call-to-action.has-background .title:after {
      display: none; }
  .gsc-call-to-action.has-background.button-right .button-action {
    right: 30px; }

.gsc-call-to-action.text-light .content {
  color: #fff; }
  .gsc-call-to-action.text-light .content .title {
    color: #fff; }
  .gsc-call-to-action.text-light .content .desc * {
    color: #fff; }

.gsc-call-to-action.text-light .subtitle {
  color: #fff; }

.gsc-chart {
  text-align: center; }
  .gsc-chart .easyPieChart {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block; }
    .gsc-chart .easyPieChart:last-child {
      margin-right: 0; }
    .gsc-chart .easyPieChart span {
      line-height: 20px;
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      font-family: "Montserrat", sans-serif;
      color: #000; }
    .gsc-chart .easyPieChart canvas {
      position: absolute;
      top: 0;
      left: 0; }
  .gsc-chart .content {
    text-align: center; }
    .gsc-chart .content > div {
      display: block; }
    .gsc-chart .content .icon {
      font-size: 25px;
      margin-top: 5px; }
    .gsc-chart .content .title {
      text-transform: capitalize;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      margin-bottom: 10px;
      margin-top: 20px;
      font-family: "Montserrat", sans-serif;
      color: #000; }

.gsc-our-gallery .item .content-inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize; }

.gsc-our-gallery .owl-nav .owl-prev {
  margin-left: 10px !important; }

.gsc-our-gallery .owl-nav .owl-next {
  margin-right: 10px !important; }

.gsc-heading {
  padding: 5px 0 30px;
  display: block;
  width: 100%; }
  .gsc-heading:before, .gsc-heading:after {
    content: " ";
    display: table; }
  .gsc-heading:after {
    clear: both; }
  .gsc-heading .title {
    font-weight: 700;
    margin: 5px 0;
    position: relative;
    font-size: 34px;
    line-height: 1.16;
    text-transform: capitalize; }
    @media (max-width: 991.98px) {
      .gsc-heading .title {
        font-size: 28px;
        line-height: 38px; } }
    .gsc-heading .title strong {
      position: relative;
      z-index: 1;
      color: #684035; }
  .gsc-heading .sub-title {
    color: #222;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    padding-left: 45px;
    display: inline-block; }
    .gsc-heading .sub-title:after {
      content: '';
      width: 36px;
      height: 2px;
      background: #684035;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 0;
      z-index: 1; }
  .gsc-heading .title-desc {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 5px;
    line-height: 28px; }
    .gsc-heading .title-desc p {
      margin-bottom: 20px; }
      .gsc-heading .title-desc p:last-child {
        margin-bottom: 0; }
  .gsc-heading.align-center {
    text-align: center; }
    .gsc-heading.align-center .sub-title {
      padding-top: 15px;
      padding-left: 0; }
      .gsc-heading.align-center .sub-title:after {
        top: 0;
        left: 50%;
        margin-left: -18px; }
  .gsc-heading.align-left {
    text-align: left; }
    .gsc-heading.align-left .title-desc {
      float: left; }
  .gsc-heading.align-right {
    text-align: right; }
    .gsc-heading.align-right .title-desc {
      float: right; }
  .gsc-heading.style-1 {
    padding-bottom: 30px; }
  .gsc-heading.style-2 {
    padding: 0 0 35px; }
    @media (max-width: 991.98px) {
      .gsc-heading.style-2 {
        padding-bottom: 15px; } }
    .gsc-heading.style-2 .title {
      font-size: 32px;
      text-transform: capitalize;
      line-height: 1.2;
      font-weight: 600; }
      @media (max-width: 991.98px) {
        .gsc-heading.style-2 .title {
          font-size: 28px; } }
      @media (max-width: 767.98px) {
        .gsc-heading.style-2 .title {
          font-size: 24px; } }
    .gsc-heading.style-2 .title-desc {
      margin-top: 10px; }
  .gsc-heading.style-3 {
    padding: 0 0 35px; }
    .gsc-heading.style-3 .title {
      font-size: 24px;
      text-transform: capitalize;
      line-height: normal;
      font-weight: 400; }
  .gsc-heading.text-light .title {
    color: #fff; }
  .gsc-heading.text-light .sub-title:after {
    background: rgba(255, 255, 255, 0.8); }
  .gsc-heading.text-light .sub-title span {
    color: rgba(255, 255, 255, 0.9); }
  .gsc-heading.text-light .title-desc {
    color: #f5f5f5; }

.gsc-icon-box {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s; }
  .gsc-icon-box.icon-image.left {
    padding-right: 30px; }
    @media (max-width: 991.98px) {
      .gsc-icon-box.icon-image.left {
        padding-right: 0; } }
  .gsc-icon-box.icon-image .fa-1x {
    display: block;
    width: 24px; }
  .gsc-icon-box.icon-image .fa-2x {
    display: block;
    width: 32px; }
  .gsc-icon-box.icon-image .fa-3x {
    display: block;
    width: 64px; }
  .gsc-icon-box.icon-image .fa-4x {
    display: block;
    width: 96px; }
  .gsc-icon-box.icon-image.top-center .fa-3x .icon img {
    margin-top: 20px; }
  .gsc-icon-box.icon-image.top-center .fa-4x .icon img {
    margin-top: 25px; }
  .gsc-icon-box .highlight_content {
    margin-top: 5px; }
    .gsc-icon-box .highlight_content .title {
      font-size: 18px;
      color: #222;
      margin-bottom: 3px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      text-transform: capitalize;
      line-height: 26px; }
    .gsc-icon-box .highlight_content .desc p {
      margin-bottom: 0; }
  .gsc-icon-box .highlight-icon .icon-container {
    text-align: center;
    line-height: 1;
    position: relative;
    color: #222; }
    .gsc-icon-box .highlight-icon .icon-container .icon {
      position: relative;
      z-index: 11; }
    .gsc-icon-box .highlight-icon .icon-container.icon-shadow {
      -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16); }
    .gsc-icon-box .highlight-icon .icon-container.fa-stack {
      line-height: 2.26em !important;
      width: 2.2em;
      height: 2.2em; }
    .gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
      border-color: rgba(0, 0, 0, 0.1); }
    .gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
      border-color: rgba(255, 255, 255, 0.2); }
    .gsc-icon-box .highlight-icon .icon-container.text-black {
      color: #222; }
      .gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
        border-color: rgba(0, 0, 0, 0.1); }
    .gsc-icon-box .highlight-icon .icon-container.radius-1x:after {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
    .gsc-icon-box .highlight-icon .icon-container.radius-2x:after {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    .gsc-icon-box .highlight-icon .icon-container.radius-5x:after {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
  .gsc-icon-box.icon-background .highlight-icon .icon-container {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s; }
    .gsc-icon-box.icon-background .highlight-icon .icon-container:after {
      top: 0px;
      left: 0px;
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s; }
    .gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
      background: #222222; }
    .gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
      background: #684035; }
  .gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
    border-color: #222222; }
  .gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
    border-color: #684035; }
  .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
    color: #684035; }
  .gsc-icon-box.top-center {
    text-align: center;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto; }
    .gsc-icon-box.top-center .highlight-icon {
      text-align: center;
      padding-right: 0 !important; }
      .gsc-icon-box.top-center .highlight-icon .icon-container {
        display: inline-block; }
        .gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
          font-size: 1.4em; }
    .gsc-icon-box.top-center .title {
      position: relative;
      margin-bottom: 10px;
      margin-top: 10px; }
    .gsc-icon-box.top-center .highlight_content {
      text-align: center;
      max-width: 300px;
      margin: 0 auto; }
      .gsc-icon-box.top-center .highlight_content .desc {
        text-align: center;
        font-weight: 400;
        text-transform: normal; }
  .gsc-icon-box.top-left {
    text-align: left;
    max-width: 300px;
    clear: both; }
    .gsc-icon-box.top-left .title {
      padding: 5px 0; }
  .gsc-icon-box.top-right {
    text-align: right;
    max-width: 300px;
    clear: both;
    float: right; }
    .gsc-icon-box.top-right .title {
      padding: 5px 0; }
    .gsc-icon-box.top-right .highlight-icon {
      width: 100%;
      text-align: right; }
      .gsc-icon-box.top-right .highlight-icon .icon-container {
        display: inline-block; }
  .gsc-icon-box.top-left-title .title-inner, .gsc-icon-box.top-right-title .title-inner {
    display: table;
    margin-bottom: 15px; }
    .gsc-icon-box.top-left-title .title-inner .highlight-icon, .gsc-icon-box.top-right-title .title-inner .highlight-icon {
      display: table-cell;
      vertical-align: top; }
    .gsc-icon-box.top-left-title .title-inner .title, .gsc-icon-box.top-right-title .title-inner .title {
      display: table-cell;
      vertical-align: middle; }
  .gsc-icon-box.top-left-title .highlight-icon {
    padding-right: 15px; }
  .gsc-icon-box.top-right-title {
    text-align: right; }
    .gsc-icon-box.top-right-title:before, .gsc-icon-box.top-right-title:after {
      content: " ";
      display: table; }
    .gsc-icon-box.top-right-title:after {
      clear: both; }
    .gsc-icon-box.top-right-title .title-inner {
      float: right; }
    .gsc-icon-box.top-right-title .highlight-icon {
      padding-left: 15px; }
    .gsc-icon-box.top-right-title .desc {
      float: right;
      width: 100%; }
  .gsc-icon-box.right, .gsc-icon-box.left {
    display: table;
    max-width: 600px; }
    .gsc-icon-box.right .highlight-icon, .gsc-icon-box.left .highlight-icon {
      display: table-cell;
      vertical-align: top;
      padding-top: 10px; }
    .gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content {
      display: table-cell;
      vertical-align: top; }
    .gsc-icon-box.right.icon-background .highlight-icon, .gsc-icon-box.left.icon-background .highlight-icon {
      padding-top: 0; }
  .gsc-icon-box.right {
    text-align: right; }
    .gsc-icon-box.right .highlight-icon {
      padding-left: 18px; }
  .gsc-icon-box.left {
    text-align: left; }
    .gsc-icon-box.left .highlight-icon {
      padding-right: 18px; }
  @media (max-width: 991.98px) {
    .gsc-icon-box.responsive-1 {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      float: none;
      display: block; }
      .gsc-icon-box.responsive-1 .highlight-icon {
        text-align: center;
        display: block;
        margin-bottom: 15px;
        padding: 0; }
      .gsc-icon-box.responsive-1 .highlight_content {
        display: block; } }
  .gsc-icon-box.text-light .title {
    color: #fff; }
    .gsc-icon-box.text-light .title:after {
      background: #fff; }
    .gsc-icon-box.text-light .title a {
      color: #fff; }
      .gsc-icon-box.text-light .title a:hover {
        color: #684035; }
  .gsc-icon-box.text-light .highlight-icon .icon-container {
    color: #fff; }
  .gsc-icon-box.text-light .desc {
    color: rgba(255, 255, 255, 0.8); }
  .gsc-icon-box.box-background {
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #dee2e6;
    position: relative; }
    .gsc-icon-box.box-background:after {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      z-index: 1;
      height: 50px;
      border-radius: 50%;
      -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
    .gsc-icon-box.box-background.active, .gsc-icon-box.box-background:hover, .gsc-icon-box.box-background:focus, .gsc-icon-box.box-background:active {
      -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); }
    .gsc-icon-box.box-background .icon-box-content {
      padding: 30px 25px;
      position: relative;
      z-index: 9; }
      @media (max-width: 991.98px) {
        .gsc-icon-box.box-background .icon-box-content {
          padding: 20px; } }
  .gsc-icon-box.border-s1 .icon-container:after {
    display: none !important; }
  .gsc-icon-box.border-s1 .icon-inner {
    padding: 6px;
    border: 2px solid #dee2e6;
    display: inline-block; }
    .gsc-icon-box.border-s1 .icon-inner .fa-stack {
      line-height: 2.3em !important;
      width: 2.2em;
      height: 2.2em; }
    .gsc-icon-box.border-s1 .icon-inner .fa-2x {
      font-size: 1.6em; }
    .gsc-icon-box.border-s1 .icon-inner .fa-1x {
      font-size: 1.2em; }
      .gsc-icon-box.border-s1 .icon-inner .fa-1x .fa-stack {
        line-height: 2.3em !important;
        width: 2.2em;
        height: 2.2em; }
  .gsc-icon-box.border-s1:hover .icon-container .icon {
    color: inherit !important; }
  .gsc-icon-box .i-border-theme {
    border-color: #684035 !important; }
  .gsc-icon-box .i-border-black {
    border-color: #071F20 !important; }
  .gsc-icon-box .i-border-dark {
    border-color: #575757 !important; }
  .gsc-icon-box .i-border-white {
    border-color: #fff !important; }

.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
  color: #684035; }
  .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container:after {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s; }
  .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container.color-dark:after {
    background: #684035; }
  .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container.color-theme:after {
    background: #684035; }
  .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container.color-white:after {
    background: #fff; }
  .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container.color-black:after {
    background: #000; }

.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon {
  color: #fff; }

.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.021);
  transform: scale(1.021);
  opacity: 1;
  filter: alpha(opacity=100); }

.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.color-dark {
  border-color: #684035 !important; }

.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.color-white .icon {
  color: #222; }

.gsc-image-content.skin-v1 {
  text-align: center;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .gsc-image-content.skin-v1 .box-content {
    padding: 10px 15px 0; }
    .gsc-image-content.skin-v1 .box-content .title {
      font-size: 18px; }
    .gsc-image-content.skin-v1 .box-content .read-more {
      margin-top: 15px; }

.gsc-image-content.skin-v2 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto; }
  .gsc-image-content.skin-v2 .image {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .gsc-image-content.skin-v2 .image img {
      -webkit-transition: all 3s;
      transition: all 3s;
      -moz-transition: all 3s;
      -ms-transition: all 3s; }
  .gsc-image-content.skin-v2 .box-content {
    background: #fff;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 1px solid #dee2e6;
    border-top: 0; }
    .gsc-image-content.skin-v2 .box-content .title {
      margin: 0;
      font-size: 16px; }
    .gsc-image-content.skin-v2 .box-content .desc {
      margin-top: 5px; }
    .gsc-image-content.skin-v2 .box-content .read-more {
      margin-top: 10px;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
      .gsc-image-content.skin-v2 .box-content .read-more a {
        font-weight: 600;
        font-size: 12px;
        color: #684035;
        text-transform: capitalize;
        font-family: "Montserrat", sans-serif; }
        .gsc-image-content.skin-v2 .box-content .read-more a i {
          margin-left: 6px;
          position: relative;
          top: 2px;
          font-size: 13px; }
        .gsc-image-content.skin-v2 .box-content .read-more a:hover {
          color: #fff; }
  .gsc-image-content.skin-v2:hover .box-content {
    background: #684035;
    color: #fff; }
    .gsc-image-content.skin-v2:hover .box-content a {
      color: #fff; }
    .gsc-image-content.skin-v2:hover .box-content .title {
      color: #fff; }
      .gsc-image-content.skin-v2:hover .box-content .title a {
        color: #fff; }

.gsc-image-content.skin-v3 {
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px; }
  .gsc-image-content.skin-v3:after {
    content: '';
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
  .gsc-image-content.skin-v3 .image {
    text-align: center; }
  .gsc-image-content.skin-v3 .link-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%; }
  .gsc-image-content.skin-v3 .box-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; }
    .gsc-image-content.skin-v3 .box-content .title {
      text-align: left;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      width: 100%;
      color: #fff; }
    .gsc-image-content.skin-v3 .box-content .desc {
      color: #fff;
      line-height: 22px;
      font-style: italic;
      position: relative;
      width: 100%;
      text-align: left; }
      .gsc-image-content.skin-v3 .box-content .desc .icon {
        width: 28px;
        font-size: 22px;
        color: #684035;
        float: left;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -14px;
        z-index: 1; }
      .gsc-image-content.skin-v3 .box-content .desc .desc-content {
        padding-left: 30px; }
  .gsc-image-content.skin-v3:hover:after {
    opacity: 0.38; }

.gsc-instagram {
  position: relative; }
  .gsc-instagram:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    top: 0;
    left: 0; }
  .gsc-instagram:hover .widget-heading {
    top: 10px;
    margin-top: 0; }
  .gsc-instagram:hover:after {
    display: none; }
  .gsc-instagram .instagram-image {
    margin-bottom: 20px; }
  .gsc-instagram .widget-heading {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    z-index: 11;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .gsc-instagram .widget-heading .title {
      background: #fff;
      padding: 8px 20px;
      margin: 0 auto;
      display: inline-block;
      width: auto;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
      .gsc-instagram .widget-heading .title a {
        display: block; }
      .gsc-instagram .widget-heading .title i {
        margin-right: 6px; }
      .gsc-instagram .widget-heading .title:hover {
        background: #684035; }
        .gsc-instagram .widget-heading .title:hover a {
          color: #fff; }
  .gsc-instagram.style-2 .instagram-image {
    margin: 0;
    padding: 0; }

.gva-job-box {
  padding: 30px;
  border: 1px solid #dee2e6;
  background: #fff;
  margin-bottom: 30px;
  display: table;
  width: 100%; }
  .gva-job-box .logo-inner {
    width: 60px;
    text-align: center;
    display: table-cell; }
  .gva-job-box .content-inner {
    display: table-cell;
    padding-left: 20px; }
    .gva-job-box .content-inner .job-type {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      color: #684035; }
    .gva-job-box .content-inner .box-title {
      margin-bottom: 10px; }
      .gva-job-box .content-inner .box-title .title {
        font-size: 16px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        color: #222;
        text-transform: capitalize; }
    .gva-job-box .content-inner .information ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .gva-job-box .content-inner .information ul li {
        position: relative;
        font-size: 14px; }
        .gva-job-box .content-inner .information ul li i {
          color: #684035;
          width: 20px;
          text-align: left;
          font-size: 14px; }

.gsc-our-partners {
  margin-bottom: 45px; }
  .gsc-our-partners:before, .gsc-our-partners:after {
    content: " ";
    display: table; }
  .gsc-our-partners:after {
    clear: both; }
  .gsc-our-partners .image {
    width: 35%;
    float: left; }
    @media (max-width: 400px) {
      .gsc-our-partners .image {
        width: 100%;
        text-align: center; } }
  .gsc-our-partners .content-inner {
    width: 65%;
    float: left;
    padding-left: 30px; }
    @media (max-width: 400px) {
      .gsc-our-partners .content-inner {
        width: 100%; } }
    .gsc-our-partners .content-inner .title {
      font-size: 18px;
      color: #000;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
    .gsc-our-partners .content-inner .info {
      font-size: 14px;
      padding: 5px 0 12px;
      font-family: "Montserrat", sans-serif; }
      .gsc-our-partners .content-inner .info .category {
        color: #684035; }

.gsc-quotes-rotator {
  margin-top: 18px; }
  .gsc-quotes-rotator .cbp-qtrotator {
    position: relative;
    width: 100%;
    z-index: 9; }
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 100px;
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%; }
    .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
      font-size: 32px;
      line-height: 1.38;
      margin-bottom: 15px;
      font-weight: 700;
      color: #000;
      font-family: "Montserrat", sans-serif;
      text-transform: capitalize; }
      @media (max-width: 991.98px) {
        .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
          font-size: 28px; } }
    .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {
      font-size: 16px;
      line-height: 32px; }
      .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner .btn-theme, .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner .btn-white {
        margin-top: 20px; }
  .gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none; }
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
  .gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1; }
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before,
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table; }
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
    clear: both; }
  .gsc-quotes-rotator .cbp-qtprogress {
    position: absolute;
    background: #684035;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000; }
  .gsc-quotes-rotator .cbp-qtrotator blockquote {
    margin: 0;
    padding: 0; }
  .gsc-quotes-rotator.text-light {
    color: #fff; }
    .gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner {
        color: #fff; }
      .gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title {
        color: #fff; }

.gsc-services-box {
  text-align: center; }
  .gsc-services-box .item-service-box {
    position: relative;
    margin-bottom: 30px; }
    .gsc-services-box .item-service-box:after {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      z-index: 1;
      height: 50px;
      border-radius: 50%;
      -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
    .gsc-services-box .item-service-box .content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #fff;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      text-align: center;
      min-height: 180px;
      padding: 0 18px 0;
      margin-top: 10px;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      position: relative;
      z-index: 9;
      border: 1px solid rgba(0, 0, 0, 0.08); }
      .gsc-services-box .item-service-box .content-inner .icon {
        display: block; }
        .gsc-services-box .item-service-box .content-inner .icon i {
          font-size: 40px;
          color: #684035;
          line-height: 68px; }
      .gsc-services-box .item-service-box .content-inner .title {
        display: block;
        font-weight: 600;
        line-height: 22px;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize; }
      .gsc-services-box .item-service-box .content-inner:hover, .gsc-services-box .item-service-box .content-inner:focus, .gsc-services-box .item-service-box .content-inner:active {
        -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
        background: #fff;
        border-color: transparent; }
      .gsc-services-box .item-service-box .content-inner.has-bg-color .icon i {
        color: #fff; }
      .gsc-services-box .item-service-box .content-inner.has-bg-color .title a {
        color: #fff; }
  .gsc-services-box .read-more {
    margin-top: 30px; }

.gsc-tabs-content {
  background: #fff; }
  .gsc-tabs-content .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    margin-bottom: 0; }
    .gsc-tabs-content .nav-tabs > li {
      float: left;
      display: inline-block; }
      .gsc-tabs-content .nav-tabs > li > a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 20px;
        display: inline-block; }
      .gsc-tabs-content .nav-tabs > li.active {
        background: #f5f5f5; }
  .gsc-tabs-content .tab-content {
    padding: 30px; }
    .gsc-tabs-content .tab-content .tab-pane .images {
      float: left;
      width: 50%;
      padding-right: 15px; }
      @media (max-width: 991.98px) {
        .gsc-tabs-content .tab-content .tab-pane .images {
          width: 100%;
          padding-right: 0;
          margin-bottom: 10px; } }
      .gsc-tabs-content .tab-content .tab-pane .images .content-inner {
        width: 100%;
        text-align: center; }
        .gsc-tabs-content .tab-content .tab-pane .images .content-inner span {
          position: relative;
          display: inline-block; }
    .gsc-tabs-content .tab-content .tab-pane .content-inner {
      float: left;
      width: 50%;
      padding-left: 15px; }
      @media (max-width: 991.98px) {
        .gsc-tabs-content .tab-content .tab-pane .content-inner {
          width: 100%;
          padding-left: 0; } }
  .gsc-tabs-content.style-2 {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px; }
  .gsc-tabs-content.style-3 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px; }

.gsc-tabs-views-ajax.ajaxloadding .ajax-loading {
  display: block; }

.gsc-tabs-views-ajax.ajaxloadding .tabs-container:after {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s; }

.gsc-tabs-views-ajax .ajax-loading {
  width: 100%;
  display: block;
  top: 50px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 46px;
  background: url("../../../images//preloader/preloader-18.gif") no-repeat center center transparent;
  position: absolute;
  z-index: 111;
  display: none; }

.gsc-tabs-views-ajax .tabs-container {
  position: relative; }
  .gsc-tabs-views-ajax .tabs-container:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }

.gsc-tab-views.style-1 .list-links-tabs {
  position: relative;
  margin-bottom: 10px;
  text-align: center; }
  .gsc-tab-views.style-1 .list-links-tabs .nav-tabs {
    z-index: 1;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    .gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li {
      margin: 0; }
      .gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li a {
        border: none !important;
        background: none !important;
        position: relative;
        font-weight: 600;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px; }
        .gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li a:after {
          content: '';
          width: 1px;
          height: 15px;
          background: #dee2e6;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -7.5px;
          z-index: 1; }
      .gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li:last-child a:after {
        display: none; }
      .gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li.active a {
        color: #684035; }

.gsc-tab-views.style-2 .list-links-tabs {
  position: relative;
  margin-bottom: 20px; }
  .gsc-tab-views.style-2 .list-links-tabs .nav-tabs {
    z-index: 1;
    border: none;
    width: 100%; }
    .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li {
      margin: 0;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s; }
      .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li a {
        border: none !important;
        color: #000;
        padding: 0 0 2px !important;
        margin: 0 30px 0 0 !important;
        background: none !important;
        position: relative;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-transform: capitalize; }
      .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li:last-child a {
        margin-left: 0 !important; }
      .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li:hover a, .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li:focus a, .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li:active a {
        color: #684035; }
      .gsc-tab-views.style-2 .list-links-tabs .nav-tabs > li.active a {
        color: #684035; }

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0; }
  .gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a {
    display: block;
    font-family: "Montserrat", sans-serif; }

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  border: 1px solid #dee2e6; }
  .gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
    background: #fff;
    padding: 30px; }

.gsc-tabs .tabs_wrapper.tabs_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    width: 25%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 50%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-right: 0; }
    .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
      display: block;
      border-bottom: 1px solid #dee2e6;
      width: 100%;
      padding-top: 15px; }
      .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
        width: 100%;
        display: block;
        font-family: "Montserrat", sans-serif; }
      .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
        margin-bottom: 0;
        border: none; }
  .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
    width: 75%;
    float: left;
    width: 75%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
    .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
      background: #fff;
      padding: 30px;
      border: 1px solid #dee2e6; }

.gva-view-mlayout-1 .item-first {
  border-bottom: 0 none;
  display: block;
  float: left;
  padding-right: 15px !important;
  width: 50%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .gva-view-mlayout-1 .item-first {
      width: 100%;
      clear: both;
      margin-bottom: 20px; } }
  .gva-view-mlayout-1 .item-first .post-content {
    padding: 30px 20px 0; }
    @media (max-width: 991.98px) {
      .gva-view-mlayout-1 .item-first .post-content {
        padding: 30px 10px 0; } }
  .gva-view-mlayout-1 .item-first .post-title {
    margin-bottom: 2px; }
    .gva-view-mlayout-1 .item-first .post-title a {
      font-size: 22px;
      line-height: 28px; }
  .gva-view-mlayout-1 .item-first .post-action {
    display: block !important; }

.gva-view-mlayout-1 .items-second {
  float: left;
  width: 50%; }
  @media (max-width: 991.98px) {
    .gva-view-mlayout-1 .items-second {
      width: 100%; } }
  .gva-view-mlayout-1 .items-second .item-post {
    margin-bottom: 30px;
    padding-left: 15px; }
    .gva-view-mlayout-1 .items-second .item-post .post-image {
      display: inline-block;
      width: 150px;
      height: auto;
      float: left; }
    .gva-view-mlayout-1 .items-second .item-post .post-content {
      padding: 0 0 0 170px; }
    .gva-view-mlayout-1 .items-second .item-post .post-meta {
      clear: none !important;
      margin: 0 0 5px; }
    .gva-view-mlayout-1 .items-second .item-post .post-meta {
      float: left;
      width: 100%;
      padding: 0; }
      .gva-view-mlayout-1 .items-second .item-post .post-meta .post-author {
        display: none; }
    .gva-view-mlayout-1 .items-second .item-post .post-title {
      padding: 0;
      margin: 0 0 5px; }
      .gva-view-mlayout-1 .items-second .item-post .post-title a {
        display: block;
        font-size: 16px; }
    .gva-view-mlayout-1 .items-second .item-post .post-body {
      padding: 0; }

.gva-view-mlayout-2 .item-first {
  border-bottom: 0 none;
  display: block;
  float: left;
  width: 100%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  .gva-view-mlayout-2 .item-first .post-title {
    padding: 12px 0; }
    .gva-view-mlayout-2 .item-first .post-title a {
      font-size: 20px;
      line-height: 28px; }
  .gva-view-mlayout-2 .item-first .post-meta {
    margin: 0 0 10px; }
  .gva-view-mlayout-2 .item-first:after {
    content: none; }

.gva-view-mlayout-2 .items-second {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .gva-view-mlayout-2 .items-second .item-post {
    margin-bottom: 20px;
    padding-left: 15px; }
    .gva-view-mlayout-2 .items-second .item-post .post-image {
      display: inline-block;
      width: 100px;
      height: auto;
      float: left; }
    .gva-view-mlayout-2 .items-second .item-post .post-content {
      padding-left: 110px; }
    .gva-view-mlayout-2 .items-second .item-post .post-title, .gva-view-mlayout-2 .items-second .item-post .post-meta {
      clear: none !important; }
    .gva-view-mlayout-2 .items-second .item-post .post-meta {
      float: left;
      width: 100%;
      margin: 2px 0 0; }
      .gva-view-mlayout-2 .items-second .item-post .post-meta .post-author {
        display: none; }
    .gva-view-mlayout-2 .items-second .item-post .post-body {
      display: none; }
    .gva-view-mlayout-2 .items-second .item-post .post-title {
      padding: 0; }
      .gva-view-mlayout-2 .items-second .item-post .post-title a {
        display: block;
        font-size: 14px; }

.gva-view-mlayout-3 .item-first {
  width: 100%;
  float: left; }
  .gva-view-mlayout-3 .item-first .post-block .post-image {
    width: 50%;
    float: left; }
  .gva-view-mlayout-3 .item-first .post-block .post-title a {
    font-size: 18px;
    line-height: 26px; }
  .gva-view-mlayout-3 .item-first .post-block .post-content {
    width: 50%;
    float: left;
    padding-left: 20px; }

.gva-view-mlayout-3 .items-second {
  width: 100%;
  float: left;
  margin-top: 30px; }
  .gva-view-mlayout-3 .items-second .post-block .post-content {
    padding-top: 10px; }
  .gva-view-mlayout-3 .items-second .post-block .post-body {
    display: none; }
  .gva-view-mlayout-3 .items-second .post-block .view-node {
    display: none; }

.gva-view-mlayout-3.v2 .post-block {
  position: relative; }
  .gva-view-mlayout-3.v2 .post-block .post-image {
    position: relative;
    width: 100%;
    float: none; }
    .gva-view-mlayout-3.v2 .post-block .post-image a:after {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
  .gva-view-mlayout-3.v2 .post-block .post-meta span {
    color: #fff; }
  .gva-view-mlayout-3.v2 .post-block .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    z-index: 9; }
    .gva-view-mlayout-3.v2 .post-block .post-content .post-title a {
      font-size: 16px;
      color: #fff;
      font-weight: 400; }
      .gva-view-mlayout-3.v2 .post-block .post-content .post-title a:hover {
        color: #684035; }
    .gva-view-mlayout-3.v2 .post-block .post-content .post-body {
      color: rgba(255, 255, 255, 0.9); }
    .gva-view-mlayout-3.v2 .post-block .post-content .post-meta {
      color: #ccc; }

.gva-view-mlayout-3.v2 .item-first .post-block .post-title a {
  font-size: 22px;
  line-height: 30px; }

.gva-view-mlayout-4 .item-first {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6; }
  .gva-view-mlayout-4 .item-first .post-block .post-image {
    width: 50%;
    float: left; }
  .gva-view-mlayout-4 .item-first .post-block .post-title a {
    font-size: 22px;
    line-height: 30px; }
  .gva-view-mlayout-4 .item-first .post-block .post-content {
    width: 50%;
    float: left;
    padding-left: 20px; }
  .gva-view-mlayout-4 .item-first .post-block .view-node {
    margin-top: 15px; }

.gva-view-mlayout-4 .items-second {
  float: left;
  width: 100%; }
  .gva-view-mlayout-4 .items-second:before, .gva-view-mlayout-4 .items-second:after {
    content: " ";
    display: table; }
  .gva-view-mlayout-4 .items-second:after {
    clear: both; }
  .gva-view-mlayout-4 .items-second .item-post .post-block {
    margin-bottom: 24px; }
    .gva-view-mlayout-4 .items-second .item-post .post-block:before, .gva-view-mlayout-4 .items-second .item-post .post-block:after {
      content: " ";
      display: table; }
    .gva-view-mlayout-4 .items-second .item-post .post-block:after {
      clear: both; }
    .gva-view-mlayout-4 .items-second .item-post .post-block .post-image {
      width: 100%;
      float: left; }
    .gva-view-mlayout-4 .items-second .item-post .post-block .post-title {
      margin: 0;
      padding-top: 0; }
    .gva-view-mlayout-4 .items-second .item-post .post-block .post-content {
      width: 100%;
      float: left;
      padding-top: 8px; }
      .gva-view-mlayout-4 .items-second .item-post .post-block .post-content .post-body {
        display: none; }
      .gva-view-mlayout-4 .items-second .item-post .post-block .post-content .view-node {
        display: none; }

.gva-view-grid .post-block .post-content {
  padding-top: 10px; }

.posts-stick-list .item-list > ul > li {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both; }
  .posts-stick-list .item-list > ul > li:not(:first-child) {
    margin-bottom: 20px; }
    .posts-stick-list .item-list > ul > li:not(:first-child) .post-image {
      width: 100px;
      height: auto;
      float: left;
      margin: 0; }
    .posts-stick-list .item-list > ul > li:not(:first-child) .post-content {
      padding-left: 115px;
      padding-top: 0; }
    .posts-stick-list .item-list > ul > li:not(:first-child) .post-body {
      display: none; }
    .posts-stick-list .item-list > ul > li:not(:first-child) .post-meta {
      float: left;
      width: 100%;
      margin-bottom: 0;
      padding: 0; }
    .posts-stick-list .item-list > ul > li:not(:first-child) .post-title {
      padding: 0;
      margin: 0; }
      .posts-stick-list .item-list > ul > li:not(:first-child) .post-title a {
        display: block;
        font-size: 14px;
        line-height: 20px; }
  .posts-stick-list .item-list > ul > li:first-child {
    border-bottom: 0 none;
    display: block;
    width: 100%;
    clear: none;
    padding-bottom: 0;
    margin-bottom: 20px; }
    .posts-stick-list .item-list > ul > li:first-child .post-title {
      margin: 10px 0 0; }
      .posts-stick-list .item-list > ul > li:first-child .post-title a {
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 767.98px) {
          .posts-stick-list .item-list > ul > li:first-child .post-title a {
            font-size: 16px; } }
    .posts-stick-list .item-list > ul > li:first-child .post-meta {
      padding-top: 0; }
  .posts-stick-list .item-list > ul > li:last-child {
    margin-bottom: 0 !important; }

/**
 * jPreloader
 */
@media (min-width: 780px) {
  #jpreContent {
    display: none !important; } }

@media (min-width: 780px) {
  .js-preloader .body-page {
    opacity: 1 !important; }
  .js-preloader.preloader-done .body-page {
    opacity: 1 !important; }
  #jpreContent {
    display: block !important; }
  #jpreLoader {
    height: 4px;
    width: 100%;
    top: 0 !important; }
  #jpreOverlay {
    background-color: transparent;
    height: auto !important;
    top: 0 !important;
    position: absolute !important; }
  #jpreSlide {
    text-align: center;
    top: 0 !important; }
  #jpreSlide #jpreContent {
    display: block;
    position: relative;
    margin-bottom: 40px; }
  .js-preloader #jpreOverlay {
    background-color: none;
    height: 10px !important;
    position: fixed !important; }
  .js-preloader #jpreLoader {
    top: 0 !important;
    height: 10px;
    margin-top: -5px;
    z-index: 9999999 !important; }
  .js-preloader #jprePercentage {
    text-align: center;
    display: none !important; }
  #jpreBar {
    z-index: 2;
    background-color: #684035; }
  #jpreButton,
  #jprePercentage {
    display: none !important; }
  #jprePercentage {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px; } }

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684035, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@media (max-width: 991.98px) {
  .gva-offcanvas-mobile {
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    top: 0;
    bottom: 0;
    z-index: 999;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%); }
    .gva-offcanvas-mobile.show-view {
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -moz-transform: translateX(0); }
    .gva-offcanvas-mobile .after-offcanvas {
      display: block !important;
      visibility: visible !important; }
    .gva-offcanvas-mobile .close-offcanvas {
      display: block !important;
      visibility: visible !important;
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      width: 100%;
      padding: 15px 0;
      opacity: 1;
      filter: alpha(opacity=100);
      color: #111111; }
      .gva-offcanvas-mobile .close-offcanvas i {
        font-size: 24px; }
      .gva-offcanvas-mobile .close-offcanvas:hover {
        cursor: pointer;
        color: #684035; }
    .gva-offcanvas-mobile .block {
      border-bottom: 1px solid #dee2e6;
      padding: 20px; }
      .gva-offcanvas-mobile .block .block-content:before, .gva-offcanvas-mobile .block .block-content:after {
        content: " ";
        display: table; }
      .gva-offcanvas-mobile .block .block-content:after {
        clear: both; }
    .gva-offcanvas-mobile .gva-navigation .gva_menu {
      padding: 10px 0 0;
      width: 100% !important;
      background: none !important; }
      .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
        padding-top: 2px !important;
        border-bottom: 1px solid #dee2e6; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {
          border-bottom: none; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {
          content: none;
          display: none; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
          display: block;
          width: 100%;
          line-height: 32px;
          font-size: 15.5px;
          padding: 0 !important;
          font-weight: 600;
          text-transform: capitalize;
          font-family: "Montserrat", sans-serif;
          color: #000 !important; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {
            content: none;
            display: none; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
            color: #684035 !important;
            background: none !important; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
          display: none; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {
          padding-left: 20px !important;
          margin-bottom: 10px; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {
            display: none; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
            font-size: 14px;
            line-height: 24px;
            padding-top: 0 !important;
            padding-bottom: 4px !important;
            color: #222 !important;
            font-family: "Montserrat", sans-serif;
            font-weight: 500; }
            .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
              color: #684035 !important; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {
            display: block !important; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li {
          width: 100% !important;
          float: none !important;
          display: block;
          padding: 0; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {
            padding: 0;
            border: 0;
            margin: 0;
            font-size: 12px; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {
            display: none; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-item--active-trail > a {
          color: #684035 !important; }
      .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
        position: relative;
        display: block; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
          color: #684035; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
          position: absolute;
          width: 30px;
          height: 30px;
          top: 0;
          bottom: 0;
          right: -15px;
          font-size: 15px; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
            content: '\e905'; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
            position: absolute;
            font-family: 'gva-icon';
            content: '\e904';
            text-transform: inherit;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
        display: none; }
      .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
        -webkit-transition: none;
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        min-width: inherit;
        display: none;
        width: 100%;
        position: static;
        padding: 0 !important;
        visibility: visible;
        border: 0;
        background: none;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
          content: none; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
          border-width: 0;
          padding-left: 0;
          padding-right: 0;
          font-size: 13px;
          text-transform: capitalize; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
            content: none !important; }
          .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
            text-indent: 0; }
        .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
          display: none;
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
        .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
          display: none; } }

.menu-bar {
  height: 32px;
  width: 36px;
  position: absolute;
  cursor: pointer;
  margin-top: 30px;
  top: -3px;
  right: 45px; }
  .menu-bar:hover {
    -webkit-box-shadow: 0, 0, 10px, 0.3;
    box-shadow: 0, 0, 10px, 0.3; }
  .menu-bar span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #222222;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s; }
    .menu-bar span.one {
      top: 6px; }
    .menu-bar span.two {
      top: 0;
      bottom: 0; }
    .menu-bar span.three {
      bottom: 6px; }
  .menu-bar.show-view span.two {
    opacity: 0;
    filter: alpha(opacity=0); }
  .menu-bar.show-view span.one, .menu-bar.show-view span.three {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-bar.show-view span.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.colorpicker {
  z-index: 9999999 !important; }

.permission-save-hidden #gavias_customize_save {
  display: none !important; }

.gavias-skins-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  right: -403px;
  position: fixed;
  height: auto;
  top: 0px;
  bottom: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 400px;
  z-index: 999; }
  .gavias-skins-panel .gavias-skins-panel-inner {
    bottom: 0;
    padding: 30px 10px 10px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%; }
  .gavias-skins-panel.active {
    right: 0 !important; }
  .gavias-skins-panel #gavias_profile_customize_name option {
    color: #000; }
  .gavias-skins-panel .control-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 150px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #684035;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center; }
    .gavias-skins-panel .control-panel:hover {
      cursor: pointer; }
  .gavias-skins-panel .panel-skins-content {
    padding-bottom: 20px;
    overflow: hidden; }
    .gavias-skins-panel .panel-skins-content:last-child {
      padding-bottom: 0; }
    .gavias-skins-panel .panel-skins-content .title {
      font-size: 14px;
      font-weight: 500;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      color: #000;
      margin-bottom: 10px; }
    .gavias-skins-panel .panel-skins-content .item-color {
      width: 25px;
      height: 30px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border: 1px solid #ccc;
      display: inline-block;
      margin: 5px 6px 0 6px;
      border: 3px solid transparent; }
      .gavias-skins-panel .panel-skins-content .item-color:hover {
        cursor: pointer; }
      .gavias-skins-panel .panel-skins-content .item-color.default {
        background: #684035; }
      .gavias-skins-panel .panel-skins-content .item-color.blue {
        background: #374F99; }
      .gavias-skins-panel .panel-skins-content .item-color.brown {
        background: #684035; }
      .gavias-skins-panel .panel-skins-content .item-color.green {
        background: #009673; }
      .gavias-skins-panel .panel-skins-content .item-color.lilac {
        background: #8F6684; }
      .gavias-skins-panel .panel-skins-content .item-color.lime_green {
        background: #79AF33; }
      .gavias-skins-panel .panel-skins-content .item-color.orange {
        background: #F86923; }
      .gavias-skins-panel .panel-skins-content .item-color.pink {
        background: #D91897; }
      .gavias-skins-panel .panel-skins-content .item-color.purple {
        background: #9854B3; }
      .gavias-skins-panel .panel-skins-content .item-color.red {
        background: #CD2122; }
      .gavias-skins-panel .panel-skins-content .item-color.turquoise {
        background: #1CCDCA; }
      .gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
        background: #178E94; }
      .gavias-skins-panel .panel-skins-content .item-color.violet_red {
        background: #F3605D; }
      .gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
        background: #973A4B; }
      .gavias-skins-panel .panel-skins-content .item-color.yellow {
        background: #ecc311; }
      .gavias-skins-panel .panel-skins-content .item-color.active {
        border-color: #000; }
    .gavias-skins-panel .panel-skins-content .layout {
      width: 80px;
      margin-right: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      padding: 10px 0;
      text-align: center;
      text-transform: uppercase;
      display: inline-block; }
      .gavias-skins-panel .panel-skins-content .layout:hover {
        cursor: pointer; }
      .gavias-skins-panel .panel-skins-content .layout.active {
        background-color: #684035;
        color: #fff; }
      .gavias-skins-panel .panel-skins-content .layout:last-child {
        margin-right: 0; }
  .gavias-skins-panel.gavias-skin-demo {
    top: 200px;
    bottom: auto !important;
    padding: 20px !important;
    width: 260px !important;
    right: -263px !important; }
    .gavias-skins-panel.gavias-skin-demo .control-panel {
      top: 75px !important; }
    .gavias-skins-panel.gavias-skin-demo.active {
      right: 0 !important; }

#customize-gavias-preivew .panel {
  padding: 0 !important; }
  #customize-gavias-preivew .panel .panel-heading .panel-title > a {
    padding: 10px !important;
    border: 1px solid #dee2e6 !important; }
    #customize-gavias-preivew .panel .panel-heading .panel-title > a:after {
      display: none !important; }
  #customize-gavias-preivew .panel .panel-body {
    padding: 15px !important; }

#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%; }
  #customize-gavias-preivew .form-group label {
    width: 150px;
    float: left;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000; }
  #customize-gavias-preivew .form-group input {
    width: calc(100% - 150px);
    float: left; }
  #customize-gavias-preivew .form-group select {
    width: 100%; }
  #customize-gavias-preivew .form-group .colorselector {
    width: calc(100% - 150px);
    position: relative; }
    #customize-gavias-preivew .form-group .colorselector input {
      width: 100% !important; }
    #customize-gavias-preivew .form-group .colorselector .input-group-addon {
      border: 1px solid #222222; }
      #customize-gavias-preivew .form-group .colorselector .input-group-addon i {
        width: 30px;
        height: 20px; }
    #customize-gavias-preivew .form-group .colorselector .remove {
      width: 34px;
      height: 34px;
      color: #000;
      position: absolute;
      top: 3px;
      right: 25px;
      line-height: 34px;
      text-align: center;
      z-index: 99; }
      #customize-gavias-preivew .form-group .colorselector .remove:hover {
        cursor: pointer; }

.gavias_customize_form .form-group.action {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .gavias_customize_form .form-group.action input {
    width: 28%;
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 5px 10px !important; }
