/* CUSTOM */
/* GREY COLORS TEXT BORDER SIDE BAR */
/* BOXED LAYOUT */
/* BOXED LAYOUT CLIENT FEEDBACK */
/****/
html {
  overflow-x: hidden;
}

html.details {
  overflow-x: inherit !important;
}

body {
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0) url("../images//patterns/kids.png") repeat scroll 0 0;
}

.transition, a:hover, a:focus, a:active, header .quick-menu .content-inner, .pager .pager__items .pager__item a {
  -webkit-transition: all 0.5s ease 0.5ms;
  -o-transition: all 0.5s ease 0.5ms;
  transition: all 0.5s ease 0.5ms;
  -moz-transition: all 0.5s ease 0.5ms;
  -ms-transition: all 0.5s ease 0.5ms;
}

a:hover, a:focus, a:active {
  outline: none !important;
  color: #fb7904;
}

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;
}

h3 {
  line-height: 2 !important;
}

h4 {
  line-height: 30px !important;
}

h5, h6, .h5, .h6 {
  font-weight: 400 !important;
  line-height: 30px;
}

.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 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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 {
  outline: none;
}

.label {
  color: #000000 !important;
}

.list-menu ul li {
  list-style: none;
  padding: 15px 2px;
  font-size: 15px;
  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: 4px 0;
}
ul.menu > li > a {
  padding-left: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}
ul.menu > li > a:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -2px !important;
  z-index: 1;
  background: #54585D;
}
ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
  color: #fb7904;
}
ul.menu > li > a:hover:after, ul.menu > li > a:active:after, ul.menu > li > a:focus:after {
  background: #fb7904;
}

ul.feature-list {
  margin-top: 30px;
}
ul.feature-list > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
ul.feature-list > li:after {
  content: "\e906";
  font-family: "gva-icon";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: #fb7904;
}

ul.inline > li {
  float: left;
  margin-left: 5px;
}

table {
  width: 100%;
  margin-bottom: 28px;
  border: 1px solid #ddd;
}
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: #ddd;
  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 .paginations {
  border-radius: 5px;
  display: inline-block;
  margin: 0 30px;
  padding: 4px 3px;
}
.pager .paginations a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  margin: 0 1px;
  text-align: center;
  width: 35px;
  margin-right: 10px;
}
.pager .paginations a:last-child {
  margin-right: 0;
}
.pager .paginations a.active {
  background: #fb7904;
  border-color: #fb7904;
  color: #ffffff;
}

#edit-preview {
  background: #fb7904;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
}
#edit-preview:hover {
  background: #fc9436;
}

.breadcrumb-content-inner {
  margin-bottom: 30px;
  text-align: center;
}
.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
  font-size: 48px;
  position: absolute;
  font-weight: 100;
  top: 40%;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 30px;
  }
}
.breadcrumb-content-inner .gva-breadcrumb-content .page-title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
  float: left;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  min-height: inherit;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 991px) {
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    min-height: 300px;
  }
}
.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: #ffffff;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title:after {
  background: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #999999;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
  position: absolute;
  bottom: 30px;
}
.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: #bbbbbb;
  text-transform: capitalize;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
  color: #000000;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
  color: #fb7904;
}

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;
}

/*  ALERT MESSAGE STARTS */
.drupal-message {
  background: #ffffff;
  max-width: 1170px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-height: 50%;
  -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);
  overflow: hidden;
}
.drupal-message .close {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  color: #000000;
  font-size: 15px;
  z-index: 1;
}
.drupal-message .messages__wrapper {
  padding: 2px 30px 2px 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.drupal-message {
  background: #fb7904 none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.drupal-message .close {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  margin-top: 1px;
  opacity: 1;
  right: 15px;
  top: inherit;
}
.drupal-message .close .fa {
  font-size: 24px;
}
.drupal-message .messages__wrapper {
  margin: 0;
  padding: 0;
  overflow: inherit;
  color: #ffffff;
  font-family: "WhitneyHTF-Medium";
}

/* MESSAGE HIDDEN BEGINS */
.drupal-message {
  /*.messages--error{
  	display:none;
  }*/
}
.drupal-message .close {
  margin-top: 8px;
}
.drupal-message .messages--error {
  padding: 6px 15px;
}
.drupal-message .messages--status {
  background: #16b1d1 none repeat scroll 0 0;
  padding: 6px 15px;
}
.drupal-message .messages--warning {
  padding: 6px 15px;
}

/* MESSAGE HIDDEN ENDS*/
/*  ALERT MESSAGE STARTS */
/* AJAJ LOADING DESIGN STARTS */
.ajax-progress-fullscreen {
  background-color: #323232;
  background-image: url("../images//loading-small.gif");
  opacity: 0.8;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* AJAJ LOADING DESIGN ENDS */
/* GHK FONTS STARTS */
@font-face {
  font-family: 'WhitneyHTF-Bold';
  src: url("../fonts//WhitneyHTF-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts//WhitneyHTF-Bold.otf") format("opentype"), url("../fonts//WhitneyHTF-Bold.woff") format("woff"), url("../fonts//WhitneyHTF-Bold.ttf") format("truetype"), url("../fonts//WhitneyHTF-Bold.svg#WhitneyHTF-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneyHTF-Light';
  src: url("../fonts//WhitneyHTF-Light.eot?#iefix") format("embedded-opentype"), url("../fonts//WhitneyHTF-Light.otf") format("opentype"), url("../fonts//WhitneyHTF-Light.woff") format("woff"), url("../fonts//WhitneyHTF-Light.ttf") format("truetype"), url("../fonts//WhitneyHTF-Light.svg#WhitneyHTF-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneyHTF-LightItalic';
  src: url("../fonts//WhitneyHTF-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts//WhitneyHTF-LightItalic.otf") format("opentype"), url("../fonts//WhitneyHTF-LightItalic.woff") format("woff"), url("../fonts//WhitneyHTF-LightItalic.ttf") format("truetype"), url("../fonts//WhitneyHTF-LightItalic.svg#WhitneyHTF-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneyHTF-Medium';
  src: url("../fonts//WhitneyHTF-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts//WhitneyHTF-Medium.otf") format("opentype"), url("../fonts//WhitneyHTF-Medium.woff") format("woff"), url("../fonts//WhitneyHTF-Medium.ttf") format("truetype"), url("../fonts//WhitneyHTF-Medium.svg#WhitneyHTF-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneyHTF-SemiBold';
  src: url("../fonts/WhitneyHTF-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WhitneyHTF-SemiBold.otf") format("opentype"), url("../fonts/WhitneyHTF-SemiBold.woff") format("woff"), url("../fonts/WhitneyHTF-SemiBold.ttf") format("truetype"), url("../fonts/WhitneyHTF-SemiBold.svg#WhitneyHTF-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneyHTF-SemiBoldItalic';
  src: url("../fonts/WhitneyHTF-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/WhitneyHTF-SemiBoldItalic.otf") format("opentype"), url("../fonts/WhitneyHTF-SemiBoldItalic.woff") format("woff"), url("../fonts/WhitneyHTF-SemiBoldItalic.ttf") format("truetype"), url("../fonts/WhitneyHTF-SemiBoldItalic.svg#WhitneyHTF-SemiBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneyHTF-MediumItalic';
  src: url("../fonts/WhitneyHTF-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/WhitneyHTF-MediumItalic.otf") format("opentype"), url("../fonts/WhitneyHTF-MediumItalic.woff") format("woff"), url("../fonts/WhitneyHTF-MediumItalic.ttf") format("truetype"), url("../fonts/WhitneyHTF-MediumItalic.svg#WhitneyHTF-MediumItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* GHK FONTS STARTS */
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.logged-in.toolbar-horizontal .header-v2 {
  top: 39px;
}
body.bg-dark {
  background: #EFF1F2;
}
body.bg-dark .gva-body-page {
  background: #EFF1F2;
}

.topbar {
  background: #222222;
  color: #bbbbbb;
  font-size: 12px;
  padding: 15px 0;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
.topbar i {
  color: #fb7904;
  font-size: 14px;
}
.topbar i:hover {
  color: #fb7904;
}
.topbar .block {
  margin: 0 !important;
}

.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.header-v2{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 2px;
  @media(max-width: $screen-sm-max){
    position: relative;
  }
  .gva-search-region{
    .icon{
      color: $white!important;
    }
  }
  @media(max-width: $screen-sm-max){
    position: static;
    .gva-search-region{
      .icon{
        color: $black!important;
      }
    }
  }
  .site-branding-logo{
    padding: 25px 0;
    @media(max-width: $screen-sm-max){
      padding: 10px 0;
    }
  }
  .header-main-inner{
    .branding{
      width: 200px;
      float: left;
    }
    .header-inner{
      padding-left: 220px;
    }
    .gva-offcanvas-mobile{
      float: left;
    }
  }
  .navigation .gva_menu > li{
    > a{
      color: $white;
      &:hover, &:focus, &:active{
        color: $theme-color;
      }
    }
    &.menu-item--active-trail > a{
      color: $theme-color!important;
    }
  }
  .header-action{
    position: absolute;
    right: 15px;
    top: 50%;
    @include translateY(-50%);
    z-index: 1;
    @media(max-width: $screen-sm-max){
      right: 55px;
    }
  }
  .stuck{
    background: $white!important;
    .navigation .gva_menu > li > a{
      color: $black!important;
      &:hover{
        color: $theme-color!important;
      }
    }
  }
  .main-menu-inner{
    float: left;
  }  
  .quick-menu{
    padding: 35px 10px;
    .icon a{
      color: $white;
      &:hover, &:focus, &:active{
        color: $theme-color;
      }
    }
  }
}

header.header-v3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: $nocolor;
  margin-top: 2px;
  @media(max-width: $screen-sm-max){
    position: relative;
  }
  .topbar{
    background: rgba(0, 0, 0, 0.5);
    color: $white;
  }
  .header-main-inner{
    margin-top: 20px;
    background: none;
    @media(max-width: $screen-sm-max){
      margin-top: 0;
      .branding{
        border-bottom: 1px solid $white;
      }
    }
    > .row{
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      &::before,
      &::after {
        display: none;
      }
      > .gsc-column{   
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        .column-inner{
          width: 100%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          &::before,
          &::after {
            content: " ";
            display: table;
          }
          &::after {
            clear: both;
          }
          @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
            & > * {
              min-height: 1em;
            }
          }
        }
      }
    }
    .header-inner{
      background: $white;
      padding-right: 30px;
      position: relative;
    }
  }
  .branding{
    background: $theme-color;
    text-align: center;
    min-height: 110px;
  }
  .sticky-wrapper{
    @media(max-width: $screen-sm-max){
      height: auto!important;
    }
    .stuck{
      @media(max-width: $screen-sm-max){
        position: relative!important;
      }
      .header-main-inner{
        margin-top: 0;
      }
    }
  }
  .site-branding-logo{
    padding-top: 20px;  
    position: relative;
  }
  .navigation .gva_menu > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: $font-family-base;
    font-weight: 500;
    text-transform: uppercase;
  }
  .header-action{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    a{
      height: 100%;
      line-height: 58px;
      font-size: 20px;
      font-family: $font-family-base;
      color: $black;
      &:hover, &:active, &:focus{
        color: $white;
      }
    }
  }
  .main-menu-inner{
    float: left;
  }
  .quick-menu{
    padding: 15px 15px;
  }
  @media(max-width: $screen-sm-max){
    .header-inner{
      height: 60px;
    }
  }
  @media(max-width: $screen-sm-max){
    .menu-bar{
      position: absolute;
      left: 0;
      right: auto;
      z-index: 99;
      top: -15px;
    }
  }
}  

header.header-v4{
  .header-main{
    padding: 0;
    background: #28292B;
    color: #ffffff;
    .site-branding-logo{
      padding-top: 0;
    }
    .header-inner{
      padding: 30px 0;
    }
  }

  .block{
    margin-bottom: 0;
  }
  .main-menu{
    background: #1C1D1E;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    .area-inner{
      padding: 0;
    }
    ul.gva_menu_main{
      float: left;
      > li{
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        > a{
          padding-top: 10px;
          padding-bottom: 10px;
          color: $white;
          font-size: 15px;
          font-family: $font-family-base;
          @include transition(all 0.35s);
          &:hover, &:focus, &:active{
            background: $white;
            color: $black;
          }
        }
        &.menu-item--active-trail{
          background: $white;
        }
      }
    }
  }
  .stuck{
    background: $white!important;  
  }   

  .header-action{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    a{
      height: 100%;
      line-height: 48px;
      font-size: 18px;
      font-family: $font-family-base;
      color: $black;
      &:hover, &:active, &:focus{
        color: $white;
      }
    }
  }
  .main-menu-inner{
    float: left;
  }
  .quick-menu{
    padding: 8px 15px;
    .icon{
      a{
        color: $white;
      }
    }
  }  
  @media(max-width: $screen-sm-max){
    .header-action{
      right: 55px;
    }
    .menu-bar{
      margin-top: 18px;
      span{
        background: $white;
      }
    }
  }
}
*/
.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: 991px) {
  #page-main-content {
    min-height: 100px;
  }
}

body.hidden-footer .footer-center {
  display: none !important;
}
body.copyright-fixed #footer {
  z-index: 999 !important;
}
body.copyright-fixed .copyright {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

/*
body.footer-fixed{
  .gva-body-page{
    background-color: $white;
    @include box-shadow(0 5px 30px rgba(0, 0, 0, 0.1));
    position: relative;
    z-index: 9;
    @media(max-width: $screen-sm-max){
      margin-bottom: 0!important;
    }
  }
  #footer{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    @media(max-width: $screen-sm-max){
      position: static;
    }
  }
}

.copyright{
  a{
    color: $theme-color;
  }
  .copyright-inner{
    padding: 0 0 35px;
    .block{
      margin: 0;
    }
  }
}

body.footer-v2{
  #footer{
    background: #F1F3F4;
    color: #1a1c1d;
    a{
      color: #1a1c1d; 
    }
  }
  ul.menu > li > a{
    &:after{
      background: #888888;
      @include border-radius(50%);
    }
  }
  .block.block-simplenews #edit-mail-wrapper input.form-email{
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: $white;
  }
  .block{
    .block-title{
      span{
        color: #161718!important;
        font-size: 20px;
        font-weight: 400;
        font-family: $font-family-base;
        &:after, &:before{
          display: none;
        }
      }
    }
  }
  .social-border{
    .socials{
      &:after, &:before{
        border-bottom-color: rgba(0, 0, 0, 0.1)!important;
      }
      a i{
        color: #191b1c;
      }
    }
  }
  .copyright{
    color: $black;
    a{
      color: $black;
      font-family: $font-family-base;
    }
  }
  .copyright-links a:after{
    background: rgba(0, 0, 0, 0.2);
  }
}

body.footer-v3{
  #footer{
    background: none!important;
    color: #1a1c1d;
    a{
      color: #1a1c1d;
    }
    .block{
      .block-title{
        span{
          color: #161718!important;
          font-size: 20px;
          font-weight: 400;
          font-family: $font-family-base;
          &:after, &:before{
            display: none;
          }
        }
      }
    }
    .block.block-simplenews #edit-mail-wrapper input.form-email{
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: $white;
    }
    .before-footer{
      padding-top: 0!important;
    }
    .footer-center{
      padding: 0 0 10px;
      .content-inner{
        padding: 30px;
        background: #F1F3F4;
      }
    }
  }
  .social-border{
    .socials{
      &:after, &:before{
        border-bottom-color: rgba(0, 0, 0, 0.1)!important;
      }
      a i{
        color: #191b1c;
      }
    }
  }
  .copyright{
    color: #191b19;
    a{
      color: $theme-color!important;
    }
  }
  .copyright-links a:after{
    background: rgba(0, 0, 0, 0.2);
  }
}
*/
body.hidden-title .node--view-mode-full header {
  display: none !important;
}

/* ----- 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: 991px) {
  .page-notfound {
    padding: 50px 0;
  }
}
.page-notfound header {
  display: none !important;
}
.page-notfound .big-title {
  font-size: 200px;
  font-weight: 700;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
}
@media (max-width: 991px) {
  .page-notfound .big-title {
    font-size: 90px;
  }
}
.page-notfound .sub-title, .page-notfound .event-full .post-title, .event-full .page-notfound .post-title, .page-notfound .path-node .main-content-cls .content .page-title span, .path-node .main-content-cls .content .page-title .page-notfound span {
  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: 991px) {
  .page-notfound .content {
    padding: 0 20px;
  }
}
.page-notfound .action {
  text-align: center;
  margin-top: 30px;
}
.page-notfound .action a {
  font-size: 16px;
  color: #fb7904;
  font-weight: 700;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-notfound .action a:hover {
  color: #000000;
}

.view-page {
  margin-bottom: 50px;
}

.node--view-mode-full.node--type-portfolio .post-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
}
.node--view-mode-full.node--type-portfolio .post-meta {
  padding-bottom: 20px;
}
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-prev {
  left: 20px !important;
}
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-next {
  right: 20px !important;
}
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.portfolio-single {
  padding-bottom: 30px;
}
.portfolio-single .portfolio-informations {
  margin-bottom: 15px;
}
.portfolio-single .portfolio-informations .item-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 700;
  min-width: 120px;
  display: inline-block;
}
.portfolio-single .post-content ul {
  padding-left: 20px;
  margin-top: 15px;
}

.team-single-page .team-name {
  margin-bottom: 30px;
}
.team-single-page .team-name .name {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 42px;
}
.team-single-page .team-name .job {
  font-size: 12px;
  color: #999999;
}
.team-single-page .team-name .line {
  text-align: center;
  float: left;
}
.team-single-page .team-name .line span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}
.team-single-page .team-name .line span.one {
  background: #5EB4E7;
  margin-left: 0;
}
.team-single-page .team-name .line span.second {
  background: #F8C44F;
}
.team-single-page .team-name .line span.three {
  background: #F49626;
  margin-right: 0;
}
.team-single-page .socials {
  margin-top: 10px;
}
.team-single-page .heading {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.team-single-page .team-contact {
  margin-bottom: 25px;
}
.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  color: #999999;
  font-size: 13px;
  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: #fb7904;
  position: absolute;
  top: 8px;
  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: 30px !important;
}
.team-single-page .team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
.team-single-page .team-quote:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #fb7904;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

#user-register-form {
  padding: 20px 0;
}
#user-register-form .form-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#user-register-form .form-wrapper#edit-actions {
  border-bottom: none;
}
#user-register-form label {
  width: 100%;
}
#user-register-form .form-item {
  margin-bottom: 15px;
}

/*
body.path-events{
  .body-page{
    background: #EFF1F2;
  }
}
*/
.gallery-post {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-post:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-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-post .image {
  overflow: hidden;
}
.gallery-post .image img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
.gallery-post a.link-image {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 99;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 680px) {
  .gallery-post a.link-image {
    display: none;
  }
}
.gallery-post:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-post:hover .link-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-post:hover img {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

.style-dark .post-block {
  background: transparent;
}
.style-dark .post-block .post-title {
  background: transparent;
}
.style-dark .post-block .post-title a {
  color: #ffffff;
}
.style-dark .post-block .post-title a:hover {
  color: #fb7904;
}

.post-style-horizontal .post-block:before, .post-style-horizontal .post-block:after {
  content: " ";
  display: table;
}
.post-style-horizontal .post-block:after {
  clear: both;
}

.post-style-grid .post-block {
  margin: 0 0 30px;
  background: #ffffff;
  text-align: left;
}
.post-style-grid .post-block .post-categories {
  margin: 0;
}
.post-style-grid .post-block .post-title a {
  font-family: "WhitneyHTF-Light";
  font-size: 20px;
}
.post-style-grid .post-block .post-body {
  margin-top: 10px;
}
.post-style-grid .post-block .post-content {
  background: #ffffff;
  position: relative;
  border-top: 0;
  padding: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.node--view-mode-full .post-thumbnail {
  margin-bottom: 10px;
}
.node--view-mode-full .post-thumbnail iframe {
  min-height: 400px;
}
.node--view-mode-full .post-title {
  margin: 0;
}
.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.node-detail {
  padding-bottom: 60px;
}
.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 {
  margin-top: 20px;
}
.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.node-detail .field--name-field-tags .field__item a {
  background: #f5f5f5;
  padding: 2px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.node-detail .field--name-field-tags .field__item a:hover, .node-detail .field--name-field-tags .field__item a:focus, .node-detail .field--name-field-tags .field__item a:active {
  background: #fb7904;
  color: #ffffff;
}

.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 rgba(0, 0, 0, 0.1);
  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: 767px) {
  .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: 767px) {
  .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-stick .item-list > ul > li {
  display: block;
  float: right;
  overflow: hidden;
  clear: right;
}
@media (max-width: 991px) {
  .post-style-stick .item-list > ul > li {
    width: 100%;
    clear: both;
  }
}
.post-style-stick .item-list > ul > li .post-title, .post-style-stick .item-list > ul > li .post-meta, .post-style-stick .item-list > ul > li .post-meta-wrap {
  clear: both;
}
.post-style-stick .item-list > ul > li:last-child {
  margin-bottom: 0 !important;
}
.post-style-stick .item-list > ul > li .post-categories a {
  background: #fb7904;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffffff;
}
.post-style-stick .item-list > ul > li:not(:first-child) {
  margin-bottom: 50px;
  width: 45%;
}
@media (max-width: 991px) {
  .post-style-stick .item-list > ul > li:not(:first-child) {
    width: 100%;
  }
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-image {
  width: 200px;
  float: left;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-content {
  padding-left: 230px;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-content .post-meta {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title, .post-style-stick .item-list > ul > li:not(:first-child) .post-meta, .post-style-stick .item-list > ul > li:not(:first-child) .post-meta-wrap {
  clear: none !important;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title {
  padding: 0;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a {
  font-size: 20px;
  line-height: 29px;
  display: block;
  font-weight: 400;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a:hover {
  color: #fb7904;
}
.post-style-stick .item-list > ul > li:first-child {
  border-bottom: 0 none;
  display: block;
  float: left;
  padding-right: 4% !important;
  width: 55%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .post-style-stick .item-list > ul > li:first-child {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.post-style-stick .item-list > ul > li:first-child .post-content {
  padding-top: 30px;
}
.post-style-stick .item-list > ul > li:first-child .post-title a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.post-style-stick .item-list > ul > li:first-child .post-title a:hover {
  color: #fb7904;
}
.post-style-stick .item-list > ul > li:first-child .post-meta {
  margin: 0 0 5px;
}
.post-style-stick .item-list > ul > li:first-child:after {
  content: none;
}
.post-style-stick.list .item-list > ul > li {
  width: 100% !important;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}
.post-style-stick.list .item-list > ul > li:first-child {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  float: left;
  padding-right: 0 !important;
  clear: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.post-style-stick.list .item-list > ul > li:last-child {
  border: none;
}

.post-style-list ul > li {
  margin-bottom: 30px !important;
}
.post-style-list .post-block {
  clear: both;
}
.post-style-list .post-block .post-image {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
  .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-title a {
  font-size: 20px;
  font-family: "WhitneyHTF-Light";
}
.post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 60%;
  padding-left: 15px;
  float: left;
}
@media (max-width: 767px) {
  .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 .post-block {
  margin-bottom: 20px;
}
.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-image {
  width: 80px;
  height: auto;
}
@media (max-width: 1199px) {
  .post-style-list.small .post-image {
    width: 60px;
  }
}
.post-style-list.small .post-content {
  padding-left: 95px;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  .post-style-list.small .post-content {
    padding-left: 80px;
  }
}
.post-style-list.small .post-title {
  padding: 0;
  margin-bottom: 0;
}
.post-style-list.small .post-title a {
  font-size: 15px;
  margin-top: -5px;
  font-family: "WhitneyHTF-Light";
  text-transform: none;
  line-height: 22px;
}
.post-style-list.small .post-title a:hover {
  color: #fb7904;
}
.post-style-list.small .post-meta {
  padding: 0;
}

.portfolio-v1 {
  position: relative !important;
  overflow: hidden !important;
}
.portfolio-v1 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
  -moz-transition: all 4s;
  -ms-transition: all 4s;
}
.portfolio-v1 ul {
  padding: 0;
  margin: 0;
}
.portfolio-v1 .content {
  background: none;
  position: relative;
  height: 100%;
  z-index: 11;
  text-align: left;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
}
.portfolio-v1 .content .content-inner {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  padding: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.portfolio-v1 .content .title {
  position: relative;
}
.portfolio-v1 .content .title a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-family: "WhitneyHTF-Light";
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.portfolio-v1 .content .title a:hover {
  text-decoration: underline;
}
.portfolio-v1 .category {
  background: #fb7904;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 3px;
}
.portfolio-v1 .category a {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  font-family: "WhitneyHTF-Light";
}
.portfolio-v1 .category a:hover {
  text-decoration: underline;
}
.portfolio-v1:hover .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
}

.portfolio-v2 {
  padding: 15px;
  background: #ffffff;
}
.portfolio-v2 .images {
  position: relative;
}
.portfolio-v2 .images > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-v2 .images > a img {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.portfolio-v2 .images > a:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-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);
}
.portfolio-v2 .images > a:before {
  content: "\e904";
  font-family: "gva-icon";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-v2 .images .category {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "WhitneyHTF-Light";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7904;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 9;
}
.portfolio-v2 .images .category a {
  color: #ffffff;
  padding: 2px 5px;
}
.portfolio-v2 .content-inner {
  min-height: 120px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 10px 10px 10px;
}
.portfolio-v2 .content-inner .title {
  font-size: 16px;
  font-weight: 700;
  font-family: "WhitneyHTF-Light";
  color: #000000;
  margin-bottom: 5px;
}
.portfolio-v2 .content-inner .summary {
  font-size: 14px;
  line-height: 24px;
}
.portfolio-v2:hover .image a:after, .portfolio-v2:hover .image a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.testimonial-node-v1 {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.testimonial-node-v1 .quote {
  font-size: 30px;
  line-height: 45px;
  position: relative;
  padding-top: 10px;
  color: #000000;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.testimonial-node-v1 .info {
  margin-top: 30px;
  display: inline-block;
}
.testimonial-node-v1 .left, .testimonial-node-v1 .right {
  float: left;
}
.testimonial-node-v1 .left.left, .testimonial-node-v1 .right.left {
  margin-right: 15px;
}
.testimonial-node-v1 .job {
  color: #bbbbbb;
  font-size: 15px;
}
.testimonial-node-v1 .content-inner {
  text-align: center;
}
.testimonial-node-v1 .content-inner .title {
  margin-top: 0;
  font-size: 20px;
  color: #000000;
  font-family: "WhitneyHTF-Light";
}

.testimonial-node-v2 {
  padding: 0;
  text-align: left;
}
.testimonial-node-v2 .avatar {
  position: relative;
  width: 200px;
  float: left;
}
.testimonial-node-v2 .avatar:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0px;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #fb7904;
}
.testimonial-node-v2 .content {
  padding-left: 220px;
}
.testimonial-node-v2 .content .quote {
  font-size: 13px;
  line-height: 30px;
  position: relative;
}
.testimonial-node-v2 .content .info {
  margin-top: 10px;
  color: #bbbbbb;
}
.testimonial-node-v2 .content .info .title {
  font-size: 14px;
  font-weight: 600;
  color: #fb7904;
  text-transform: none;
}
.testimonial-node-v2 .content .info .job {
  font-size: 12px;
  color: #bbbbbb;
}

.testimonial-node-v4 {
  background: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  float: right;
  margin-top: 210px;
  margin-bottom: 50px;
  padding: 90px 100px 50px 50px;
  border-left: 5px solid #fb7904;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-node-v4 {
    padding: 50px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.testimonial-node-v4:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 30px;
  top: 20px;
  position: absolute;
  z-index: 1;
  color: #fb7904;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.testimonial-node-v4 .quote {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.testimonial-node-v4 .title {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  margin-top: 40px;
}
.testimonial-node-v4 .job {
  margin-top: 5px;
  font-size: 12px;
  color: #bbbbbb;
}

.testimonial-node-v5 {
  background: none;
  max-width: 620px;
  float: left;
  position: relative;
  margin-top: 350px;
}
@media (max-width: 991px) {
  .testimonial-node-v5 {
    margin-top: 50px;
  }
}
.testimonial-node-v5 .video {
  margin-bottom: 30px;
}
.testimonial-node-v5 .video .popup-video {
  display: inline-block;
  background: url("../images/icon-play-2.png") no-repeat left center transparent;
  height: 55px;
  padding-left: 75px;
  line-height: 55px;
  color: #ffffff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.testimonial-node-v5 .video .popup-video:hover, .testimonial-node-v5 .video .popup-video:focus, .testimonial-node-v5 .video .popup-video:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.testimonial-node-v5 .quote {
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
}
.testimonial-node-v5 .title {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
}
.testimonial-node-v5 .job {
  font-size: 12px;
  color: #ffffff;
}

.team-block {
  text-align: center;
}
.team-block .team-image {
  position: relative;
}
.team-block .team-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101b2b;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.team-block .team-image .socials-team {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9;
  width: 20px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
}
.team-block .team-image .socials-team a {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.team-block .team-image .socials-team a:hover, .team-block .team-image .socials-team a:focus, .team-block .team-image .socials-team a:active {
  color: #fb7904;
}
.team-block .team-name {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 10px;
  line-height: 24px;
  font-family: "WhitneyHTF-Light";
}
.team-block .team-job {
  font-size: 12px;
  color: #999999;
}
.team-block .team-body {
  color: #242527;
  line-height: 24px;
}
.team-block:hover .team-image:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.team-block:hover .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-list .team-block .team-image {
  width: 35%;
  float: left;
}
.team-list .team-block .team-content {
  padding-left: 30px;
  width: 65%;
  float: left;
}
.team-list .team-block .team-content .team-body {
  display: block !important;
  visibility: visible !important;
  padding: 10px 0;
}

.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-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: 991px) {
  .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-600 {
  max-width: 600px;
  margin: 0 auto;
}

.width-700 {
  max-width: 700px;
  margin: 0 auto;
}

.width-800 {
  max-width: 800px;
  margin: 0 auto;
}

.width-900 {
  max-width: 800px;
  margin: 0 auto;
}

.width-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.padding-responsive {
  padding: 30px 120px;
}
@media (max-width: 991px) {
  .padding-responsive {
    padding: 30px;
  }
}

.special-margin-top {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .special-margin-top {
    margin-top: 30px;
  }
}

.margin-top-contact {
  margin-top: -100px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-top-contact {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}

.padding-lr-15p {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 991px) {
  .padding-lr-15p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.overflow-visible {
  overflow: visible !important;
}

.float-left {
  float: left;
}

.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: #fb7904;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333333;
}

.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: #191b1c;
}

.text-normal {
  font-size: 15px;
}

.text-size-medium {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .text-size-medium {
    font-size: 20px;
    line-height: 32px;
  }
}

.text-size-big {
  font-size: 42px;
  font-family: "WhitneyHTF-Light";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .text-size-big {
    font-size: 30px;
    line-height: 38px;
  }
}

.text-size-big {
  font-size: 36px;
}
@media (max-width: 991px) {
  .text-size-big {
    font-size: 20px;
  }
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-theme {
  color: #fb7904 !important;
}

.gavias-parallax {
  background-attachment: fixed !important;
}
@media (max-width: 767px) {
  .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: #191b1c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-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;
}
.socials a:last-child {
  margin-right: 0;
}
.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.socials a i {
  color: #ffffff;
  width: 30px;
  height: 30px;
  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: 30px;
  font-size: 12px;
}
.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);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}

.nav-tabs > li > a {
  font-weight: 700;
  color: #000000;
  padding: 8px 18px !important;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  font-family: "WhitneyHTF-Light";
  letter-spacing: 1px;
}
.nav-tabs > li > a i {
  margin-right: 5px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #fb7904;
}
.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: #fb7904;
}

.box-quick-link ul {
  padding: 0;
  margin: 0;
}
.box-quick-link ul > li {
  width: 46%;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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: 600;
  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: #ffffff;
}
.box-quick-link ul > li a:hover i {
  color: #ffffff;
}
.box-quick-link ul > li:hover {
  background-color: #555555;
}
.box-quick-link ul > li:hover * {
  color: #ffffff;
}

.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;
}
.owl-carousel .item {
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.owl-carousel.owl-loaded {
  max-height: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.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: 0;
  text-align: center;
  float: left;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #ADB2B5;
  -webkit-transition: background 0.35s;
  -o-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: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #000000;
}
.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-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;
  -o-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: 50px;
  height: 50px;
  color: #191b1c !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F6F6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.owl-carousel .owl-nav > div:hover {
  background: #fb7904;
}
.owl-carousel .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: -80px !important;
}
@media (max-width: 1380px) {
  .owl-carousel .owl-nav > div.owl-prev {
    left: -30px !important;
  }
}
.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: -80px !important;
}
@media (max-width: 1380px) {
  .owl-carousel .owl-nav > div.owl-next {
    right: -30px !important;
  }
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffffff;
}
.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}
.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-family: "WhitneyHTF-Light";
  font-size: 13px;
  margin: 0 10px;
  color: #000000;
  font-weight: 700;
}
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
  color: #fb7904;
}
.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: 991px) {
  .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-family: "WhitneyHTF-Light";
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  background: #ffffff;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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: #fb7904;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-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: 991px) {
  .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: #fb7904;
}
.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%);
  -ms-transform: translateY(-50%);
  -o-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.padding-left .owl-dots {
  float: left;
  width: auto;
  margin-top: 15px;
}
.owl-carousel.white .owl-dots .owl-dot {
  background: #AAABAC;
}
.owl-carousel.white .owl-dots .owl-dot.active {
  background: #ffffff;
}

.btn, .button {
  font-size: 16px;
  text-transform: none;
  background: #fb7904;
  color: #ffffff;
  font-family: "WhitneyHTF-Light";
  font-weight: 400;
  line-height: 30px;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
}
.btn:hover, .button:hover {
  background: #212325;
  color: #ffffff;
}

.btn-white {
  font-size: 16px;
  text-transform: none;
  background: #ffffff;
  color: #fb7904;
  font-weight: 400;
  font-family: "WhitneyHTF-Light";
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
}
.btn-white:hover {
  background: #fb7904;
  color: #ffffff;
  border-color: #ffffff;
}

.node-link a:not(.btn-theme), .btn-theme, .btn-theme-submit {
  font-size: 16px;
  text-transform: none;
  background: #fb7904;
  color: #ffffff;
  font-family: "WhitneyHTF-Light";
  font-weight: 400;
  padding: 0 20px 0 25px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.node-link a:not(.btn-theme):after, .btn-theme:after, .btn-theme-submit:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 15px;
  z-index: 1;
  background: url("../images/btn-arrow.png") no-repeat left center transparent;
}
.node-link a:not(.btn-theme):hover, .node-link a:not(.btn-theme):focus, .node-link a:not(.btn-theme):active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active {
  background: #212325;
  color: #ffffff;
}

.user-login-form input[type*='submit'], .user-register-form input[type*='submit'], .user-form input[type*='submit'], .user-pass input[type*='submit'] {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "WhitneyHTF-Light";
  background: #fb7904;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 7px 15px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
}
.user-login-form input[type*='submit']:hover, .user-login-form input[type*='submit']:focus, .user-login-form input[type*='submit']:active, .user-register-form input[type*='submit']:hover, .user-register-form input[type*='submit']:focus, .user-register-form input[type*='submit']:active, .user-form input[type*='submit']:hover, .user-form input[type*='submit']:focus, .user-form input[type*='submit']:active, .user-pass input[type*='submit']:hover, .user-pass input[type*='submit']:focus, .user-pass input[type*='submit']:active {
  background: #ffffff;
  color: #000000;
  border-color: #fb7904;
}

/*************** Easy PieChart ***************/
.easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}
.easyPieChart:last-child {
  margin-right: 0;
}
.easyPieChart span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Progress Bars ***************/
.progress-label {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "WhitneyHTF-Light";
  margin-bottom: 2px;
  letter-spacing: 1px;
}

.progress {
  height: 7px !important;
  background-color: #BCBCBC !important;
  position: relative;
  overflow: visible !important;
}
.progress .progress-bar {
  -webkit-transition: width 2s ease-in-out;
  -o-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: #fb7904;
  position: relative;
}
.progress .progress-bar .percentage {
  position: relative;
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  font-family: "WhitneyHTF-Light";
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  top: -40px;
  z-index: 9;
  color: #000000 !important;
  background: #fb7904;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 3px 6px;
}
.progress .progress-bar .percentage:after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #fb7904;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 1;
}
.progress .progress-bar .percentage span {
  width: 20px;
  height: 20px;
  border: 4px solid #fb7904;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 50%;
  margin-right: -10px;
  top: 33px;
}

/*************** Pricing Tables ***************/
.pricing-table {
  text-align: center;
  position: relative;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 65px 50px 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}
@media (max-width: 991px) {
  .pricing-table {
    padding: 30px;
  }
}
.pricing-table ul li {
  list-style: none;
}
.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 10px 0 0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.pricing-table .plan-name h3 {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  letter-spacing: 2px;
}
.pricing-table .content-wrap .plan-price {
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.pricing-table .content-wrap .plan-price .price-value .dollar {
  font-size: 22px;
  font-weight: 400;
  font-family: "WhitneyHTF-Light";
  display: inline-block;
  position: relative;
  color: #fb7904;
  line-height: 1;
  top: -10px;
}
.pricing-table .content-wrap .plan-price .price-value .value {
  font-size: 48px;
  font-weight: 400;
  font-family: "WhitneyHTF-Light";
  display: inline-block;
  color: #fb7904;
  line-height: 1;
}
.pricing-table .content-wrap .plan-price .interval {
  line-height: 28px;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "WhitneyHTF-Light";
  color: #fb7904;
  position: relative;
  top: 5px;
}
.pricing-table .plan-list {
  padding: 25px 0 0;
}
.pricing-table .plan-list ul {
  margin: 0 !important;
}
.pricing-table .plan-list ul li {
  padding: 5px 0;
  font-size: 13px;
  list-style: none;
  position: relative;
}
.pricing-table .plan-list ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6DC66A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: -12px;
}
.pricing-table .plan-list ul li.disable {
  color: #BBC2D8;
}
.pricing-table .plan-list ul li.disable:before {
  background: #BBC2D8;
}
.pricing-table .plan-signup {
  padding: 30px 20px;
}
.pricing-table .plan-signup a {
  background: #ffffff;
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.pricing-table .plan-signup a:hover {
  background: #fb7904;
  color: #ffffff;
}
.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 .content-inner {
  position: relative;
  z-index: 9;
}
.pricing-table.highlight-plan:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  -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);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background: #ffffff;
  color: 1px solid rgba(0, 0, 0, 0.1);
}

/************ Box hover color **********************************/
.wrap-block-f-col {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 94px;
  padding: 0 15px 30px;
}
.wrap-block-f-col h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 28px 0 13px;
  -webkit-transition: color 1s ease 0s;
  -o-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
  -moz-transition: color 1s ease 0s;
  -ms-transition: color 1s ease 0s;
  font-family: "WhitneyHTF-Light";
}
.wrap-block-f-col p {
  margin-bottom: 19px;
}
.wrap-block-f-col .wrap-icon {
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 124px;
  -webkit-border-radius: 124px;
  -moz-border-radius: 124px;
  -ms-border-radius: 124px;
  -o-border-radius: 124px;
  display: inline-block;
  width: 124px;
  height: 124px;
  margin-top: -62px;
  padding: 6px;
}
.wrap-block-f-col .wrap-icon .inner-icon {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 106px;
  color: #fb7904;
  display: inline-block;
  font-size: 44px;
  line-height: 106px;
  width: 106px;
  height: 106px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.wrap-block-f-col:hover .wrap-icon .inner-icon {
  background-color: #fb7904;
  border-color: #fb7904;
  color: #ffffff;
}
.wrap-block-f-col:hover h3 {
  color: #fb7904;
}

.panel {
  border: none !important;
  margin-bottom: 25px !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: #ffffff;
  padding: 20px 25px 20px 60px;
}
.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
}
.panel .panel-heading .panel-title {
  font-size: 14px;
  text-transform: none;
}
.panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  color: #000000;
  position: relative;
  background: #ffffff;
  line-height: 28px;
  font-weight: 600;
}
.panel .panel-heading .panel-title > a:after {
  content: "\f01a";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 15px;
  top: 2px;
  left: -30px;
  z-index: 1;
  color: #fb7904;
  font-weight: 400;
}
.panel .panel-heading .panel-title > a.collapsed:after {
  content: "\f18e";
}
.panel .panel-body {
  border: none !important;
  line-height: 28px;
  padding: 25px 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-family: "WhitneyHTF-Light";
  font-size: 40px;
  color: white;
  font-weight: 700;
}
.rotate-text .second-text {
  font-size: 16px;
  color: #ffffff;
}
.rotate-text .link {
  margin-top: 30px;
}

.info-contact > div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .info-contact > div {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .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: #ffffff;
  background: #fb7904;
  text-align: center;
  margin-top: -7px;
}
.info-contact > div.phone .icon {
  background: #16b1d1;
}
.info-contact > div.address .icon {
  background: #ff318e;
}

/* 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 rgba(0, 0, 0, 0.1);
}
#node-single-comment h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E6E6E6;
}
#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #fb7904;
  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: 600;
  color: #000000;
}
#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: 991px) {
  .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: #000000;
  font-weight: 700;
  font-size: 12px;
}

.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  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: 600;
}
.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: 700;
  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;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.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 {
  box-shadow: none;
}

.search-region {
  position: absolute;
  right: 20px;
  top: 3px;
}

#user-login-form .form-item label {
  width: 100%;
  font-weight: normal;
  font-family: "WhitneyHTF-Medium";
}
#user-login-form .form-item input {
  width: 100%;
}
#user-login-form ul {
  width: 100%;
  padding: 10px 0 30px;
}
#user-login-form ul > li {
  width: 49%;
  float: left;
  text-align: center;
}
#user-login-form ul > li:first-child {
  margin-right: 2%;
}
#user-login-form ul > li a {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
}

#user-login ul {
  margin: 0 0 5px;
}
#user-login ul li {
  margin: 0;
}
#user-login li.openid-link {
  background: none;
}

#search-form .panel {
  border: 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 rgba(0, 0, 0, 0.1);
}

.search-advanced .criterion {
  float: none;
  margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
  margin-top: 10px;
}

#user-admin-filter ul li {
  list-style: none;
}

.field-type-text-long fieldset {
  padding: 10px 0;
  border: rgba(0, 0, 0, 0.1);
}
.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: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-message-form {
  margin: 0 auto;
}
.contact-message-form div[id*="edit-name"], .contact-message-form div[id*="edit-mail"], .contact-message-form .js-form-item-mail {
  height: 45px;
  line-height: 45px;
  padding: 5px;
  border-bottom: 2px solid #CCCCCC;
}
.contact-message-form .form-item {
  margin-bottom: 30px;
  color: #191b1c;
}
.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;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-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: 5px;
}
.contact-message-form .form-item input[type='text']::-webkit-input-placeholder, .contact-message-form .form-item input[type='email']::-webkit-input-placeholder, .contact-message-form .form-item textarea::-webkit-input-placeholder {
  color: #191b1c;
  text-transform: capitalize;
}
.contact-message-form .form-item input[type='text']:-moz-placeholder, .contact-message-form .form-item input[type='email']:-moz-placeholder, .contact-message-form .form-item textarea:-moz-placeholder {
  color: #191b1c;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact-message-form .form-item input[type='text']::-moz-placeholder, .contact-message-form .form-item input[type='email']::-moz-placeholder, .contact-message-form .form-item textarea::-moz-placeholder {
  color: #191b1c;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact-message-form .form-item input[type='text']:-ms-input-placeholder, .contact-message-form .form-item input[type='email']:-ms-input-placeholder, .contact-message-form .form-item textarea:-ms-input-placeholder {
  color: #191b1c;
  text-transform: capitalize;
}
.contact-message-form .form-item textarea {
  height: 200px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .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: #fb7904;
  font-weight: 700;
  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;
  -o-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: #000000 !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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  text-transform: capitalize;
}

.block-system .contact-message-form {
  margin-bottom: 60px;
}

#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 rgba(0, 0, 0, 0.1);
}
#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 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}
#forum td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  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 15px;
  color: #fb7904;
  line-height: 16px;
}
.block .block-title > span {
  display: inline-block;
  font-size: 20px;
  text-transform: none;
  position: relative;
  color: #000000;
  padding: 0 0 15px;
  font-family: "WhitneyHTF-Light";
  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: #ffffff;
}
.block.style-higlight .post-title a {
  color: #ffffff;
}
.block.style-higlight .more-link a {
  color: #ffffff;
  padding: 0 15px 15px;
  display: block;
}
.block.style-higlight .more-link a:hover {
  color: #fb7904;
}
.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;
  padding: 0;
}
.block.block-simplenews .description {
  display: none;
}
.block.block-simplenews #edit-mail-wrapper {
  margin: 20px 0;
}
.block.block-simplenews #edit-mail-wrapper label {
  display: none;
}
.block.block-simplenews #edit-mail-wrapper input.form-email {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.block.block-simplenews input#edit-subscribe {
  background: #fb7904;
  border: none;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "WhitneyHTF-Light";
  -webkit-transition: all 0.5s ease 0.5ms;
  -o-transition: all 0.5s ease 0.5ms;
  transition: all 0.5s ease 0.5ms;
  -moz-transition: all 0.5s ease 0.5ms;
  -ms-transition: all 0.5s ease 0.5ms;
  display: inline-block;
  width: auto;
  margin-top: 15px;
  color: #ffffff;
  font-weight: 400;
}
.block.block-simplenews input#edit-subscribe:hover, .block.block-simplenews input#edit-subscribe:focus, .block.block-simplenews input#edit-subscribe:active {
  background: #ffffff;
  color: #fb7904;
}
.block.block-blocktabs {
  position: relative;
}
.block.block-blocktabs .ui-widget {
  font-family: "WhitneyHTF-Light";
  font-size: 15px;
}
.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: "WhitneyHTF-Light";
  font-weight: 700;
}
.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: #fb7904;
}
.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;
}

.help {
  position: relative;
  z-index: 1;
}
.help .control-panel {
  display: none;
}

body.logged-in.node--type-page .help {
  position: fixed;
  top: 300px;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 99;
  width: auto;
  min-width: 164px;
  background: #ffffff;
  -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: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
body.logged-in.node--type-page .help .container {
  width: auto !important;
}
body.logged-in.node--type-page .help.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.logged-in.node--type-page .help .control-panel {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 20px;
  left: 100%;
  margin-top: -15px;
  z-index: 11;
}
body.logged-in.node--type-page .help .control-panel:hover {
  cursor: pointer;
  color: #fb7904;
}
body.logged-in.node--type-page .help .drupal-tabs {
  border: none;
  width: 100%;
}
body.logged-in.node--type-page .help .drupal-tabs > li {
  float: none;
}
body.logged-in.node--type-page .help .drupal-tabs > li a {
  font-size: 12px;
}
body.logged-in.node--type-page .help .messages__wrapper {
  padding: 10px !important;
}

.text-light .title {
  color: #ffffff !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: 10px 10px 10px 20px;
  display: block;
  border: 1px solid #EEEEEE;
  background: #F6F6F6;
  color: #bbbbbb;
  text-transform: none;
  font-size: 13px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 400 !important;
}
.sidebar .block-menu ul li a:after {
  content: "\f178";
  position: absolute;
  top: 10px;
  left: -20px;
  font-family: "FontAwesome";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #fb7904;
}
.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active {
  color: #fb7904;
  padding-left: 40px;
}
.sidebar .block-menu ul li a:hover:after, .sidebar .block-menu ul li a:focus:after, .sidebar .block-menu ul li a:active:after {
  left: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sidebar .block-menu ul li.menu-item--active-trail > a {
  color: #fb7904 !important;
  padding-left: 40px;
}
.sidebar .block-menu ul li.menu-item--active-trail > a:after {
  left: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.recent-comment-block .views-field-picture {
  margin-right: 10px;
}
.rtl .recent-comment-block .views-field-picture {
  margin-left: 10px;
  margin-right: inherit;
}
.recent-comment-block .views-field-title {
  margin-top: -4px;
}
.recent-comment-block .views-field-title a {
  font-weight: 600;
  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 rgba(0, 0, 0, 0.1);
  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;
  -o-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: #fb7904;
}
.list-tags .view-list ul > li:hover a {
  color: #ffffff;
}

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: #fb7904;
}
nav.breadcrumb ol > li span {
  padding: 0 2px 0px 0px;
}

.social-border {
  text-align: center;
  overflow: hidden;
}
.social-border .socials {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
}
.social-border .socials:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
}
.social-border .socials:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
}
.social-border .socials a {
  margin: 0 10px;
  display: inline-block;
  color: #ffffff;
  background: none;
}
.social-border .socials a i {
  background: none;
  font-size: 20px;
}
.social-border .socials a:hover i, .social-border .socials a:active i, .social-border .socials a:focus i {
  background: inherit;
}

.copyright-links {
  margin: 10px 0;
  text-align: center;
}
.copyright-links a {
  font-size: 15px;
  font-family: "WhitneyHTF-Light";
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
  color: #ffffff;
}
.copyright-links a:after {
  content: "";
  width: 2px;
  height: 15px;
  top: 5px;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.copyright-links a:last-child:after {
  display: none;
}
.copyright-links a:hover, .copyright-links a:active, .copyright-links a:focus {
  color: #fb7904;
}

.poll .poll-item {
  margin-top: 20px;
}
.poll .poll-item .heading {
  position: relative;
}
.poll .poll-item .heading .text {
  font-weight: 600;
  color: #333333;
  padding-right: 40px;
}
.poll .poll-item .heading .percent {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-weight: 600;
}
.poll .poll-item .bar .foreground {
  background: #fb7904;
}
.poll .total {
  margin-top: 20px;
  font-weight: 600;
  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;
  -o-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;
}

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider:hover .unslider-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical > ul li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-arrow {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 1;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.unslider-nav ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fb7904;
  border-color: #fb7904;
  cursor: default;
}

.slider-button .unslider-arrow {
  bottom: 10px;
  top: auto;
}
.slider-button .unslider-nav ol {
  bottom: 10px;
  top: auto;
}

.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: left;
    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: 2px;
    border: none !important;
    font-size: 12px;
  }
  .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: 991px) {
  .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);
  }
  .navigation .gva_menu > li:hover > a:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 992px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 6px 18px;
    line-height: 24px;
    margin-right: 2px;
    -webkit-transition: all 0.5s ease 0.5ms;
    -o-transition: all 0.5s ease 0.5ms;
    transition: all 0.5s ease 0.5ms;
    -moz-transition: all 0.5s ease 0.5ms;
    -ms-transition: all 0.5s ease 0.5ms;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    font-family: "WhitneyHTF-Medium";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active, .navigation .gva_menu > li > a.is-active {
    color: #ffffff;
    background: #ff318e;
  }
  .navigation .gva_menu > li > a:hover:before, .navigation .gva_menu > li > a:after:before, .navigation .gva_menu > li > a:active:before, .navigation .gva_menu > li > a.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navigation .gva_menu > li > a > span {
    position: relative;
    padding-bottom: 6px;
  }
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #ffffff;
  }
  .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 rgba(0, 0, 0, 0.1);
  }
  .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 > li {
    border: none;
    position: static;
    padding: 0 15px;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
    visibility: visible;
    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: 991px) {
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li {
    padding: 10px 0 0;
    margin-bottom: 0;
    border: none;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li a {
    font-size: 15px;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a {
    display: block;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative;
    font-family: "WhitneyHTF-Light";
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a:after {
    display: none;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a:hover {
    text-indent: 0;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li:hover ul {
    transform: translate(0, 0);
  }
  .navigation .gva_menu .sub-menu {
    display: none;
    position: absolute;
    min-width: 280px;
    background-color: #ffffff;
    border-top: 3px solid #fb7904;
    z-index: 999;
    left: 0;
    padding: 10px 20px 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -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);
  }
  .navigation .gva_menu .sub-menu > li {
    padding: 0 0 9px 0;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation .gva_menu .sub-menu > li > a {
    padding-left: 20px;
    display: block;
    line-height: 26px;
    text-decoration: none;
    color: #242729;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1;
    text-transform: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    position: relative;
  }
  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
    color: #fb7904;
  }
  .navigation .gva_menu .sub-menu > li:last-child {
    border-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: 991px) {
  .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: #ffffff !important;
}

.gva-mega-menu .block-blocktabs {
  position: relative;
}
.gva-mega-menu .block-blocktabs .ui-widget {
  font-family: "WhitneyHTF-Light";
  font-size: 15px;
}
.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: "WhitneyHTF-Light";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  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: #fb7904;
}
.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].pager {
  margin: 30px 0 20px;
}
ul[data-drupal-views-infinite-scroll-pager].pager a {
  font-family: "WhitneyHTF-Light";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #fb7904;
  background: #fb7904;
  display: inline-block;
  color: #ffffff;
  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;
  -o-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: #ffffff;
  color: #fb7904;
}

.more-link {
  text-align: center;
  margin-top: 35px;
}
.more-link a {
  font-family: "WhitneyHTF-Light";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fb7904;
  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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.more-link a:hover {
  background: #fb7904;
  color: #ffffff;
}

.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;
}

.portfolio-filter {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.portfolio-filter ul.nav-tabs {
  display: inline-block;
}
.portfolio-filter ul.nav-tabs > li {
  margin-bottom: 10px;
}
.portfolio-filter ul.nav-tabs > li > a {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background: none;
  font-weight: 700;
  background: #ffffff;
  color: #000000;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
}
.portfolio-filter ul.nav-tabs > li > a.active {
  background: #fb7904;
  color: #ffffff;
}

.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: 767px) {
  .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: 10px 10px 10px 20px;
  display: block;
  border: 1px solid #EEEEEE;
  background: #F6F6F6;
  text-transform: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: "WhitneyHTF-Light";
  font-weight: 400;
}
.category-list .item-list ul li a:after {
  content: "\f178";
  position: absolute;
  top: 10px;
  left: -20px;
  font-family: "FontAwesome";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #fb7904;
}
.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: #fb7904;
  padding-left: 40px;
}
.category-list .item-list ul li a:hover:after, .category-list .item-list ul li a:focus:after, .category-list .item-list ul li a:active:after {
  left: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.testimonial-v1 .testimonial-item {
  text-align: center;
  background: #ffffff;
  padding: 60px 30px;
}
.testimonial-v1 .testimonial-item .quote {
  line-height: 28px;
  position: relative;
  padding-top: 35px;
}
.testimonial-v1 .testimonial-item .avatar {
  text-align: center;
}
.testimonial-v1 .testimonial-item .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-v1 .testimonial-item .content .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}
.testimonial-v1 .testimonial-item .content .job {
  font-size: 12px;
  color: #bbbbbb;
}

.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 rgba(0, 0, 0, 0.1);
  -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: #fb7904;
}
.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: #000000;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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: #fb7904;
  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: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #fb7904;
  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;
}

.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 {
  -ms-transform-style: none !important;
  -webkit-transform-style: none !important;
  -o-transform-style: none !important;
  transform-style: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.slider-gallery-v1 .gallery-large {
  background: #ffffff;
}
.slider-gallery-v1 .gallery-large img {
  width: 100%;
  height: auto;
}
.slider-gallery-v1 div > .gallery-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}
.slider-gallery-v1 div > .gallery-small .gallery-small-item {
  background: #ffffff;
  width: 100% !important;
  height: auto !important;
  float: left;
  clear: both;
  padding-bottom: 3px;
  margin: 0;
}
.slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child {
  padding-bottom: 0;
}
.slider-gallery-v1 div > .gallery-small .gallery-small-item img {
  width: 100%;
  height: auto;
}

.small-list .item-list ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px !important;
  padding-bottom: 15px;
}
.small-list .item-list ul > li a {
  font-size: 12px;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}
.small-list .item-list ul > li a:hover {
  color: #fb7904;
}
.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: #fb7904;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 6px;
  overflow: hidden;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
}
.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: #fb7904;
  background: #f5f5f5;
}

.banner-carousel .init-carousel-owl {
  margin-left: 0;
  margin-right: 0;
}
.banner-carousel .init-carousel-owl .item {
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  text-align: center;
  height: 180px;
  position: relative;
}
.banner-carousel .init-carousel-owl .item .item-image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner-carousel.v2 .item {
  padding: 0;
  border-color: #D6D8D9;
  height: auto;
}
.banner-carousel.v2 .item > div {
  padding: 20px 30px;
  background: #EFF1F2;
  text-align: center;
  border-bottom: 1px solid #D6D8D9;
  height: 180px;
  position: relative;
}
.banner-carousel.v2 .item > div .item-image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner-carousel.v2 .item > div:last-child {
  border: none;
}

.read-more, .event-block .event-content .readmore a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a {
  font-size: 14px;
  font-weight: normal;
  color: #16b1d1;
  font-family: "WhitneyHTF-Medium";
  text-transform: capitalize;
}
.read-more:hover, .event-block .event-content .readmore a:hover, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a:hover, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a:hover, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a:hover, .read-more:focus, .event-block .event-content .readmore a:focus, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a:focus, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a:focus, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a:focus, .read-more:active, .event-block .event-content .readmore a:active, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a:active, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a:active, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a:active {
  color: #fb7904;
}

.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.block.block-gavias-blockbuilder ul > li {
  list-style: none;
}

.gbb-row-wrapper .icon-row {
  color: #fb7904;
}

.row-box {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .row-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container {
  max-width: 100%;
}
.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%;
}

.gbb-row.gsc-equal-height .row-wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gbb-row.gsc-equal-height .row-wrapper::before, .gbb-row.gsc-equal-height .row-wrapper::after {
  display: none;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::before, .gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::after {
  content: " ";
  display: table;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::after {
  clear: both;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner > * {
    min-height: 1em;
  }
}

.grid-small .container {
  max-width: 900px;
  margin: 0 auto;
}

.gavias-blockbuilder-content {
  position: relative;
}
.gavias-blockbuilder-content .link-edit-blockbuider {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-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: #fb7904;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  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: #ffffff;
}

@media (max-width: 991px) {
  .gbb-row[style*="padding-top"] {
    padding-top: 25px !important;
  }
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 25px !important;
  }
}
.gbb-row .bb-inner {
  /*padding-top: 70px;
  padding-bottom: 70px;
  @media(max-width: $screen-sm-max){
    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 > .row-wrapper > 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;
}

.widget {
  /******************** Block for drupal ***********************/
  /********************* Custom heading *************************/
  /********************** Call to action **************************/
  /**************** Team ************************/
  /******************** Chart *****************************/
  /************* Icon Box **********************/
  /******************** 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: #ffffff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-title {
  color: #ffffff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {
  color: #ffffff;
}
.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-heading {
  padding: 5px 0 30px;
  display: block;
  width: 100%;
}
.widget.gsc-heading:before, .widget.gsc-heading:after {
  content: " ";
  display: table;
}
.widget.gsc-heading:after {
  clear: both;
}
.widget.gsc-heading .title {
  font-weight: 300;
  margin: 0;
  position: relative;
  color: #212325;
  font-size: 35px;
}
@media (max-width: 767px) {
  .widget.gsc-heading .title {
    font-size: 24px !important;
  }
}
.widget.gsc-heading .title strong {
  font-weight: 400;
}
.widget.gsc-heading .title-icon {
  color: #fb7904;
}
.widget.gsc-heading .title-icon i {
  font-size: 22px;
}
.widget.gsc-heading .title-icon i.fa {
  margin-top: 5px;
}
.widget.gsc-heading .title-icon span {
  position: relative;
  padding: 0 5px;
}
.widget.gsc-heading .sub-title, .widget.gsc-heading .event-full .post-title, .event-full .widget.gsc-heading .post-title, .widget.gsc-heading .path-node .main-content-cls .content .page-title span, .path-node .main-content-cls .content .page-title .widget.gsc-heading span {
  color: #fb7904;
  font-size: 20px;
  font-family: "WhitneyHTF-Light";
}
@media (max-width: 767px) {
  .widget.gsc-heading .sub-title, .widget.gsc-heading .event-full .post-title, .event-full .widget.gsc-heading .post-title, .widget.gsc-heading .path-node .main-content-cls .content .page-title span, .path-node .main-content-cls .content .page-title .widget.gsc-heading span {
    font-size: 18px !important;
  }
}
.widget.gsc-heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 28px;
}
.widget.gsc-heading.align-center {
  text-align: center;
}
.widget.gsc-heading.align-center .title-icon {
  color: #fb7904;
  margin-bottom: 10px;
}
.widget.gsc-heading.align-center .title-icon span {
  width: 60px;
  height: 60px;
  background: #ffffff;
  position: relative;
  padding: 15px;
  display: inline-block;
  line-height: 28px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-heading.align-left {
  text-align: left;
}
.widget.gsc-heading.align-left .title-desc {
  float: left;
}
.widget.gsc-heading.align-right {
  text-align: right;
}
.widget.gsc-heading.align-right .title-desc {
  float: right;
}
.widget.gsc-heading.style-1 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-1 {
    padding-bottom: 30px;
  }
}
.widget.gsc-heading.style-2 {
  padding: 10px 0 20px;
}
.widget.gsc-heading.style-2 .title {
  font-size: 48px;
  text-transform: none;
  font-weight: 300;
}
.widget.gsc-heading.style-2 .sub-title, .widget.gsc-heading.style-2 .event-full .post-title, .event-full .widget.gsc-heading.style-2 .post-title, .widget.gsc-heading.style-2 .path-node .main-content-cls .content .page-title span, .path-node .main-content-cls .content .page-title .widget.gsc-heading.style-2 span {
  font-size: 25px;
}
.widget.gsc-heading.style-2.align-left {
  padding-right: 15px;
}
.widget.gsc-heading.style-3 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-3 {
    padding-bottom: 30px;
  }
}
.widget.gsc-heading.style-3 .title {
  font-size: 35px;
  text-transform: none;
  font-weight: 400;
  font-family: "WhitneyHTF-Light";
}
.widget.gsc-heading.style-3 .title-desc {
  font-weight: 400;
  margin-top: 6px;
}
.widget.gsc-heading.style-3.text-light .title-desc {
  color: #ffffff !important;
}
.widget.gsc-heading.style-4 {
  padding: 70px 0 100px;
  max-width: 920px;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-4 {
    padding: 30px 0 50px;
  }
}
.widget.gsc-heading.style-4 .title {
  font-size: 60px;
  text-transform: none;
  font-weight: 100;
  font-family: "WhitneyHTF-Light";
  line-height: 79px;
  padding-bottom: 10px;
}
.widget.gsc-heading.style-4 .title strong {
  font-weight: 300;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-4 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.widget.gsc-heading.style-4.align-center:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
.widget.gsc-heading.text-light .title-sub {
  color: #ffffff;
}
.widget.gsc-heading.text-light .title {
  color: #ffffff;
}
.widget.gsc-heading.text-light .title-sub span {
  color: rgba(255, 255, 255, 0.9);
}
.widget.gsc-heading.text-light .title-icon span:after, .widget.gsc-heading.text-light .title-icon span:before {
  background: rgba(255, 255, 255, 0.1);
}
.widget.gsc-heading.text-light .title-desc {
  color: #CCCCCC;
}
.widget.gsc-call-to-action.button-right {
  position: relative;
}
.widget.gsc-call-to-action.button-right .title {
  margin: 0 !important;
}
.widget.gsc-call-to-action.button-right .content {
  padding-right: 120px;
}
.widget.gsc-call-to-action.button-right .content p {
  margin: 0;
}
.widget.gsc-call-to-action.button-right .button-action {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.widget.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}
.widget.gsc-call-to-action.button-left .title {
  margin: 0 !important;
}
.widget.gsc-call-to-action.button-left .content {
  padding-left: 120px;
}
.widget.gsc-call-to-action.button-left .content p {
  margin: 0;
}
.widget.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.widget.gsc-call-to-action.button-bottom {
  padding: 30px 0;
}
.widget.gsc-call-to-action.button-bottom .title {
  font-size: 38px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.widget.gsc-call-to-action.button-bottom .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #fb7904;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.widget.gsc-call-to-action.button-bottom .desc {
  font-size: 17px;
  line-height: 32px;
}
.widget.gsc-call-to-action.button-bottom .button-action {
  margin-top: 30px;
}
.widget.gsc-call-to-action.button-bottom.v2 {
  padding: 0;
}
.widget.gsc-call-to-action.button-bottom.v2 .title {
  font-size: 35px;
}
.widget.gsc-call-to-action.button-bottom.v2 .desc {
  font-size: 15px;
  line-height: 28px;
}
.widget.gsc-call-to-action.button-bottom.text-light .title:after {
  background: #ffffff;
}
.widget.gsc-call-to-action.button-bottom-v3 {
  padding: 30px 0;
}
.widget.gsc-call-to-action.button-bottom-v3 .title {
  font-size: 60px;
  position: relative;
  padding-bottom: 0;
  font-family: "WhitneyHTF-Light";
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-bottom-v3 .title {
    font-size: 36px;
  }
}
.widget.gsc-call-to-action.button-bottom-v3 .desc {
  font-size: 17px;
  line-height: 32px;
}
.widget.gsc-call-to-action.button-bottom-v3 .button-action {
  margin-top: 40px;
}
.widget.gsc-call-to-action.button-bottom-v3.text-light .title:after {
  background: #ffffff;
}
.widget.gsc-call-to-action.button-bottom-v4 {
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-bottom-v4 {
    padding: 50px;
  }
}
.widget.gsc-call-to-action.button-bottom-v4 .title {
  font-weight: 100;
  font-size: 80px;
  position: relative;
  padding-bottom: 45px;
  font-family: "WhitneyHTF-Light";
  margin-bottom: 45px;
}
.widget.gsc-call-to-action.button-bottom-v4 .title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fb7904 !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-bottom-v4 .title {
    font-size: 46px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 50px;
  }
}
.widget.gsc-call-to-action.button-bottom-v4 .title strong {
  color: #fb7904;
  font-weight: 100;
}
.widget.gsc-call-to-action.button-bottom-v4 .desc {
  font-size: 17px;
  line-height: 32px;
  max-width: 730px;
  margin: 0 auto;
}
.widget.gsc-call-to-action.button-bottom-v4 .button-action {
  margin-top: 50px;
}
.widget.gsc-call-to-action.button-bottom-v4.text-light .title:after {
  background: #ffffff;
}
.widget.gsc-call-to-action.text-light .content {
  color: #ffffff;
}
.widget.gsc-call-to-action.text-light .content .title {
  color: #ffffff;
}
.widget.gsc-call-to-action.text-light .content .desc * {
  color: #ffffff;
}
.widget.gsc-call-to-action.text-light .subtitle {
  color: #ffffff;
}
.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: #ffffff;
  -webkit-transition: all 0.35s;
  -o-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: 700;
  margin: 0;
  letter-spacing: 1px;
}
.widget.gsc-team .team-position {
  text-transform: capitalize;
  color: #fb7904;
  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;
  -o-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);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-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: #ffffff !important;
  -webkit-transition: all 0.35s;
  -o-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: #fb7904 !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: #fb7904;
  width: 45px;
  height: 1px;
  position: absolute;
}
.widget.gsc-team.team-horizontal:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.gsc-team.team-horizontal:hover .team-header img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-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;
  -o-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;
  -o-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: #ffffff !important;
  -webkit-transition: all 0.35s;
  -o-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: #000000 !important;
}
.widget.gsc-team.team-vertical .team-name {
  padding: 0;
  color: #ffffff;
}
.widget.gsc-team.team-vertical .team-position {
  color: #ffffff;
}
.widget.gsc-team.team-vertical .team-content {
  color: #ffffff;
}
.widget.gsc-team.team-vertical .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-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%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.gsc-team.team-vertical .team-body {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-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: #fb7904;
}
.widget.gsc-team.team-vertical:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-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-chart {
  text-align: center;
}
.widget.gsc-chart .content {
  text-align: center;
}
.widget.gsc-chart .content > div {
  display: block;
}
.widget.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}
.widget.gsc-chart .content .title {
  text-transform: uppercase;
  font-weight: 12px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "WhitneyHTF-Light";
}
.widget.gsc-icon-box {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-icon-box .highlight_content h4 {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #191b1c;
}
.widget.gsc-icon-box .title-desc {
  line-height: 1.65;
}
.widget.gsc-icon-box .desc {
  line-height: 26px;
  word-wrap: break-word;
}
.widget.gsc-icon-box .highlight-icon {
  margin: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: inline-block;
  text-align: center;
  position: relative;
}
.widget.gsc-icon-box .highlight-icon .icon {
  color: #fb7904;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 40px;
  z-index: 2;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  line-height: 1;
}
.widget.gsc-icon-box .link {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  line-height: 1;
}
.widget.gsc-icon-box .link a {
  color: #000000;
  font-size: 24px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-icon-box .link a:hover {
  color: #000000;
}
.widget.gsc-icon-box.top-center {
  text-align: center;
}
.widget.gsc-icon-box.top-center .link {
  position: static;
  margin-top: 10px;
}
.widget.gsc-icon-box.top-center .highlight-icon {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 150px;
  height: 150px;
  line-height: 210px;
  background: #fb7904;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-icon-box.top-center .highlight-icon .icon {
  color: #ffffff;
  font-size: 70px;
}
.widget.gsc-icon-box.top-center .highlight_content {
  text-align: center;
}
.widget.gsc-icon-box.top-center .highlight_content h4 {
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.widget.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  text-transform: normal;
  font-size: 16px;
}
.widget.gsc-icon-box.top-center.has-background {
  margin-top: 50px;
}
.widget.gsc-icon-box.top-center.has-background .highlight-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ffffff;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  border: 5px solid;
  line-height: 105px;
}
.widget.gsc-icon-box.top-center.has-background .highlight-icon .icon {
  color: inherit !important;
  font-size: 50px;
}
.widget.gsc-icon-box.top-center.has-background .highlight_content {
  padding-top: 30px;
}
.widget.gsc-icon-box.top-left {
  text-align: left;
}
.widget.gsc-icon-box.top-left .highlight-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 112px;
}
.widget.gsc-icon-box.top-left .highlight-icon .icon {
  text-align: center;
  font-size: 42px;
}
.widget.gsc-icon-box.top-left .highlight_content {
  text-align: left;
}
.widget.gsc-icon-box.top-left-title {
  text-align: left;
  position: relative;
}
.widget.gsc-icon-box.top-left-title .highlight-icon {
  background: none;
  display: inline-block;
  position: relative;
  padding: 0;
  position: absolute;
  top: -8px;
  border: none;
  left: 0;
  z-index: 1;
}
.widget.gsc-icon-box.top-left-title .highlight-icon .icon {
  text-align: center;
  color: #000000;
}
.widget.gsc-icon-box.top-left-title .highlight_content {
  padding: 0;
  text-align: left;
}
.widget.gsc-icon-box.top-left-title .highlight_content h4 {
  padding-left: 70px;
  padding-bottom: 0;
  padding-top: 12px;
}
.widget.gsc-icon-box.top-left-title .desc {
  padding-top: 16px;
}
.widget.gsc-icon-box.top-left-title .link {
  position: static;
  margin-top: 10px;
}
.widget.gsc-icon-box.top-right-title {
  text-align: right;
  position: relative;
}
.widget.gsc-icon-box.top-right-title .highlight-icon {
  background: none !important;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: -8px;
  right: 0;
  text-align: center;
  z-index: 1;
}
.widget.gsc-icon-box.top-right-title .highlight-icon .icon {
  text-align: center;
  color: #fb7904;
}
.widget.gsc-icon-box.top-right-title .highlight_content {
  padding: 0;
  text-align: right;
}
.widget.gsc-icon-box.top-right-title .highlight_content h4 {
  padding-right: 70px;
  padding-bottom: 0;
  padding-top: 12px;
}
.widget.gsc-icon-box.top-right-title .desc {
  padding-top: 16px;
}
.widget.gsc-icon-box.top-right {
  text-align: right;
}
.widget.gsc-icon-box.top-right .highlight-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 100px;
}
.widget.gsc-icon-box.top-right .highlight-icon .icon {
  text-align: center;
  font-size: 30px;
}
.widget.gsc-icon-box.top-right .highlight_content {
  padding: 0;
  text-align: right;
}
.widget.gsc-icon-box.right .highlight-icon {
  color: #ffffff;
  padding-top: 0;
  position: relative;
  text-align: center;
  margin-top: 5px;
  float: right;
}
.widget.gsc-icon-box.right .highlight-icon .icon {
  display: inline-block;
  font-size: 40px;
}
.widget.gsc-icon-box.right .highlight_content {
  padding-right: 60px;
  text-align: right;
}
.widget.gsc-icon-box.left .highlight-icon {
  float: left;
  color: #ffffff;
  padding-top: 0;
  position: relative;
  text-align: center;
  margin-top: 5px;
  float: left;
}
.widget.gsc-icon-box.left .highlight-icon .icon {
  display: inline-block;
  font-size: 40px;
}
.widget.gsc-icon-box.left .desc {
  margin-top: 5px;
}
.widget.gsc-icon-box.left .highlight_content {
  padding-left: 60px;
  text-align: left;
}
.widget.gsc-icon-box.text-light h4 {
  color: #ffffff;
}
.widget.gsc-icon-box.text-light .desc {
  color: #ffffff;
}
.widget.gsc-icon-box.text-light.top-center-v2 .icon {
  color: #ffffff !important;
}
.widget.gsc-icon-box[style*="background-color"] {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
}
.widget.gsc-icon-box[style*="background-color"] .highlight-icon {
  background: none;
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 1;
}
.widget.gsc-icon-box[style*="background-color"] .highlight-icon .icon {
  color: #fb7904;
  font-size: 48px;
}
.widget.gsc-icon-box[style*="background-color"] .highlight_content h4 {
  margin-top: 10px;
  font-size: 16px;
}
.widget.gsc-icon-box[style*="background-color"].left .highlight-icon, .widget.gsc-icon-box[style*="background-color"].right .highlight-icon {
  top: 12px;
}
.widget.gsc-video-box {
  position: relative;
}
.widget.gsc-video-box .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.widget.gsc-video-box .gsc-video-link .icon-play {
  background: url("../images/icon-play.png") no-repeat center center transparent;
  width: 85px;
  height: 85px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-video-box .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.widget.gsc-video-box .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.widget.gsc-video-box #gsc-video-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.widget.gsc-video-box #gsc-video-overlay:hover .video-close {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.widget.gsc-video-box .loaded {
  max-width: 100%;
}
.widget.gsc-video-box .video-close {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: block;
  text-align: center;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 30px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 48px;
  font-weight: 900;
  line-height: 0.5;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget.milestone-block {
  display: inline-block;
  margin-right: 50px;
  -webkit-transition: all 0.35s;
  -o-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: 32px;
  color: #000000;
}
.widget.milestone-block .milestone-number {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 2px;
}
.widget.milestone-block .milestone-text {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  color: #000000;
}
.widget.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 40px 20px;
  background: #ffffff;
}
.widget.milestone-block.position-icon-top .milestone-icon {
  color: #fb7904;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
}
.widget.milestone-block.position-icon-top .milestone-icon span {
  color: #fb7904;
  font-size: 60px;
  line-height: 1;
}
.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-top .milestone-text {
  font-size: 16px;
  color: #232526;
}
.widget.milestone-block.position-icon-top.special-top {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .widget.milestone-block.position-icon-top.special-top {
    margin-top: 30px;
  }
}
.widget.milestone-block.position-icon-top.v2 {
  padding: 0 20px;
}
.widget.milestone-block.position-icon-top.v2 .milestone-number {
  font-size: 35px;
  color: #232526;
}
.widget.milestone-block.position-icon-left {
  position: relative;
}
.widget.milestone-block.position-icon-left .milestone-number {
  padding-left: 55px;
}
.widget.milestone-block.position-icon-left .milestone-text {
  padding-top: 5px;
}
.widget.milestone-block.position-icon-left .milestone-icon {
  position: absolute;
  left: 0;
  top: 22px;
  line-height: 1;
}
.widget.milestone-block.position-icon-left.text-light .milestone-icon span {
  color: #ffffff !important;
}
.widget.milestone-block.position-icon-top-v2 {
  text-align: center;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.widget.milestone-block.position-icon-top-v2 .milestone-icon {
  float: left;
  width: 100%;
  text-align: center;
}
.widget.milestone-block.position-icon-top-v2 .milestone-icon span {
  font-size: 18px;
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #000000;
}
.widget.milestone-block.position-icon-top-v2 .milestone-right {
  float: left;
  width: 100%;
  text-align: center;
}
.widget.milestone-block.position-icon-top-v2 .milestone-right .milestone-number {
  line-height: 1;
  margin: 30px 0 10px;
}
.widget.milestone-block.text-light .milestone-number, .widget.milestone-block.text-light .milestone-text {
  color: #ffffff !important;
}
.widget.milestone-block.text-light .milestone-icon span {
  border-color: #ffffff;
  color: #ffffff;
}
.widget.gsc-progress.text-light .progress-label {
  color: #ffffff;
}

.gsc-box-info {
  position: relative;
  font-size: 12px;
  color: #bbbbbb;
}
.gsc-box-info .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
}
.gsc-box-info .address {
  margin-bottom: 15px;
}
.gsc-box-info .email {
  margin-bottom: 15px;
}
.gsc-box-info .phone {
  margin-bottom: 15px;
  color: #fb7904;
}
.gsc-box-info.text-light .title {
  color: #ffffff;
}

.gsc-box-parallax {
  position: relative;
  margin-bottom: 80px;
}
.gsc-box-parallax .col-first {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  .gsc-box-parallax .col-first {
    width: 100% !important;
  }
}
.gsc-box-parallax .col-second {
  padding: 20px 30px 30px;
  background: #ffffff;
  position: absolute;
  width: 50%;
  height: auto;
  z-index: 9;
  height: 80%;
  left: 0;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.gsc-box-parallax .col-second .content-inner {
  position: relative;
}
@media (max-width: 991px) {
  .gsc-box-parallax .col-second {
    width: 100% !important;
    position: static !important;
    height: auto !important;
    float: left;
  }
  .gsc-box-parallax .col-second:before, .gsc-box-parallax .col-second:after {
    content: " ";
    display: table;
  }
  .gsc-box-parallax .col-second:after {
    clear: both;
  }
}
.gsc-box-parallax .content-inner .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-family: "WhitneyHTF-Light";
  font-weight: 700;
}
.gsc-box-parallax .content-inner .title {
  font-size: 26px;
  margin-bottom: 10px;
}
.gsc-box-parallax .content-inner .title h3 {
  margin: 0;
  font-size: 20px;
}
.gsc-box-parallax .content-inner .readmore {
  margin-top: 30px;
}
.gsc-box-parallax.content-align-right .col-first {
  float: left;
  text-align: right;
}
.gsc-box-parallax.content-align-right .col-second {
  right: 0;
  left: auto;
}

.gsc-box-color {
  position: relative;
  margin-bottom: 30px;
}
.gsc-box-color .box-content {
  text-align: center;
  background: #fb7904;
  padding: 30px 30px 50px;
}
.gsc-box-color .box-content .box-title {
  font-size: 32px;
  text-transform: none;
  font-weight: 700;
  margin: 20px 0 25px;
  position: relative;
  padding-bottom: 20px;
}
.gsc-box-color .box-content .box-title:after {
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  border-bottom: 1px dashed #ffffff;
  position: absolute;
  z-index: 1;
}
.gsc-box-color .box-content .icon {
  font-size: 66px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fb7904;
  background: #ffffff;
  display: inline-block;
  line-height: 150px;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}
.gsc-box-color .box-content .content {
  font-size: 16px;
  line-height: 25px;
}
.gsc-box-color .box-content .link {
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 20px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 25px;
  line-height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
.gsc-box-color .box-content .link .text {
  position: relative;
  z-index: 9;
}
.gsc-box-color .box-content .link .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-box-color .box-content .link:hover .background {
  background: rgba(0, 0, 0, 0.5);
}
.gsc-box-color.text-white .box-title, .gsc-box-color.text-white .content, .gsc-box-color.text-white .link {
  color: #ffffff;
}

.gsc-hover-background {
  position: relative;
  background: #F5F5F5;
  padding: 85px 0;
  margin-bottom: 30px;
}
.gsc-hover-background .front {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gsc-hover-background .front .icon {
  line-height: 1;
  font-size: 42px;
  color: #fb7904;
}
.gsc-hover-background .front h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: -1px;
}
.gsc-hover-background .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.gsc-hover-background .back:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
}
.gsc-hover-background .back .content {
  color: #ffffff;
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.gsc-hover-background .back .content .content-text {
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 15px;
}
.gsc-hover-background:hover .front {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsc-hover-background:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.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: #fb7904;
}
.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #999999;
}
.gsc-quote-text.has-border {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  margin: 5px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  margin-top: 20px;
}
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 25%;
  float: left;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
  width: 100%;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
  margin-bottom: 0;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  width: 75%;
  float: left;
  padding-left: 15px;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.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: #ffffff;
}
@media (max-width: 1199px) {
  .gsc-gmap.style-1 .info-inner {
    left: 15%;
  }
}
@media (max-width: 991px) {
  .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: 991px) {
  .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 #fb7904;
  z-index: 9;
}
@media (max-width: 991px) {
  .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: 991px) {
  .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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  font-weight: 700;
  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-dark .panel {
  background: #f5f5f5;
}
.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;
}

.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: #fb7904;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-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: #ffffff;
  padding: 30px;
}
@media (max-width: 991px) {
  .service-timeline .hentry {
    padding-left: 70px !important;
  }
  .service-timeline .hentry .icon {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .service-timeline .hentry .content-inner {
    padding-left: 15px !important;
  }
}
.service-timeline:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  left: 50%;
  top: 10px;
  bottom: 0;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  margin-top: -10px;
  height: 100%;
}
@media (max-width: 991px) {
  .service-timeline:before {
    left: 0;
  }
}
.service-timeline > li {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.service-timeline > li.active .icon {
  background: #fb7904 !important;
  color: #ffffff !important;
}
.service-timeline > li:last-child {
  padding-bottom: 110px;
}
.service-timeline > li .hentry {
  width: 50%;
}
@media (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .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: 991px) {
  .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 rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 65px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: #ffffff;
  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: #000000;
  text-transform: uppercase;
}

.gsc-image-content.skin-v1 {
  position: relative;
  margin-bottom: 30px;
  color: #ffffff;
}
.gsc-image-content.skin-v1 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gsc-image-content.skin-v1 .image img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}
.gsc-image-content.skin-v1 .content {
  position: absolute;
  padding: 20px 30px 20px;
  background: rgba(0, 0, 0, 0.66);
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.gsc-image-content.skin-v1 .content .title {
  padding: 0;
  margin: 0;
}
.gsc-image-content.skin-v1 .content .title a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: "WhitneyHTF-Light";
}
.gsc-image-content.skin-v1 .content .title a span {
  margin-right: 10px;
  font-size: 30px;
  position: relative;
  top: 2px;
}
.gsc-image-content.skin-v1 .content .desc {
  display: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-top: 15px;
}
.gsc-image-content.skin-v1 .content .read-more, .gsc-image-content.skin-v1 .content .event-block .event-content .readmore a, .event-block .event-content .readmore .gsc-image-content.skin-v1 .content a, .gsc-image-content.skin-v1 .content .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .gsc-image-content.skin-v1 .content a, .gsc-image-content.skin-v1 .content .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .gsc-image-content.skin-v1 .content a, .gsc-image-content.skin-v1 .content .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .gsc-image-content.skin-v1 .content a {
  margin-top: 20px;
  display: none;
}
.gsc-image-content.skin-v1:hover .content, .gsc-image-content.skin-v1:focus .content, .gsc-image-content.skin-v1:active .content {
  height: 100%;
}
.gsc-image-content.skin-v1:hover .desc, .gsc-image-content.skin-v1:focus .desc, .gsc-image-content.skin-v1:active .desc {
  display: block;
}
.gsc-image-content.skin-v1:hover .read-more, .gsc-image-content.skin-v1:hover .event-block .event-content .readmore a, .event-block .event-content .readmore .gsc-image-content.skin-v1:hover a, .gsc-image-content.skin-v1:hover .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .gsc-image-content.skin-v1:hover a, .gsc-image-content.skin-v1:hover .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .gsc-image-content.skin-v1:hover a, .gsc-image-content.skin-v1:hover .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .gsc-image-content.skin-v1:hover a, .gsc-image-content.skin-v1:focus .read-more, .gsc-image-content.skin-v1:focus .event-block .event-content .readmore a, .event-block .event-content .readmore .gsc-image-content.skin-v1:focus a, .gsc-image-content.skin-v1:focus .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .gsc-image-content.skin-v1:focus a, .gsc-image-content.skin-v1:focus .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .gsc-image-content.skin-v1:focus a, .gsc-image-content.skin-v1:focus .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .gsc-image-content.skin-v1:focus a, .gsc-image-content.skin-v1:active .read-more, .gsc-image-content.skin-v1:active .event-block .event-content .readmore a, .event-block .event-content .readmore .gsc-image-content.skin-v1:active a, .gsc-image-content.skin-v1:active .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .gsc-image-content.skin-v1:active a, .gsc-image-content.skin-v1:active .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .gsc-image-content.skin-v1:active a, .gsc-image-content.skin-v1:active .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .gsc-image-content.skin-v1:active a {
  display: block;
}
.gsc-image-content.skin-v2 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.gsc-image-content.skin-v2 .bg-color {
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: #fb7904;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gsc-image-content.skin-v2 .image {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
}
.gsc-image-content.skin-v2 .content {
  padding: 40px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .gsc-image-content.skin-v2 .content {
    padding: 20px;
  }
}
.gsc-image-content.skin-v2 .content a {
  color: #ffffff;
}
.gsc-image-content.skin-v2 .content a:hover, .gsc-image-content.skin-v2 .content a:focus, .gsc-image-content.skin-v2 .content a:active {
  color: #fb7904;
}
.gsc-image-content.skin-v2 .content .icon {
  font-size: 55px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .gsc-image-content.skin-v2 .content .icon {
    font-size: 45px;
    margin: 0 0 10px;
  }
}
.gsc-image-content.skin-v2 .content .title {
  font-size: 25px;
  font-weight: 500;
  font-family: "WhitneyHTF-Light";
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gsc-image-content.skin-v2 .content .title {
    font-size: 23px;
  }
}
.gsc-image-content.skin-v2 .content .title a {
  color: #ffffff;
}
.gsc-image-content.skin-v2 .content .title a:hover, .gsc-image-content.skin-v2 .content .title a:focus, .gsc-image-content.skin-v2 .content .title a:active {
  text-decoration: underline;
}

.gsc-multi-sroll .ms-section {
  background: #ffffff;
}
.gsc-multi-sroll .ms-section .bg-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.gsc-multi-sroll .ms-section .main-content {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.gsc-multi-sroll .ms-section .main-content .number {
  color: #262626;
  font-size: 72px;
  font-weight: 700;
  font-family: "WhitneyHTF-Light";
  line-height: 1;
}
.gsc-multi-sroll .ms-section .main-content .title {
  font-size: 30px;
  color: #fb7904;
  font-weight: 700;
  font-family: "WhitneyHTF-Light";
}
.gsc-multi-sroll .ms-section .main-content .desc {
  color: #aaaaaa;
}
.gsc-multi-sroll .ms-section .image {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .gsc-multi-sroll .ms-section .image {
    margin-top: 15px;
  }
}

.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important;
}

.gsc-service-carousel {
  text-align: center;
}
.gsc-service-carousel .item .content-inner {
  border: 1px solid #F6F6F6;
  text-align: center;
  min-height: 170px;
  padding: 20px 15px 0;
  margin-bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-service-carousel .item .content-inner .icon i {
  font-size: 48px;
  color: #fb7904;
  line-height: 70px;
}
.gsc-service-carousel .item .content-inner .title a {
  font-weight: 600;
  color: #666666;
  line-height: 22px;
}
.gsc-service-carousel .item .content-inner:hover, .gsc-service-carousel .item .content-inner:focus, .gsc-service-carousel .item .content-inner:active {
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-color: transparent;
}
.gsc-service-carousel .read-more, .gsc-service-carousel .event-block .event-content .readmore a, .event-block .event-content .readmore .gsc-service-carousel a, .gsc-service-carousel .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .gsc-service-carousel a, .gsc-service-carousel .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .gsc-service-carousel a, .gsc-service-carousel .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .gsc-service-carousel a {
  margin-top: 30px;
}

.gsc-box-text {
  padding: 30px;
  margin-bottom: 30px;
}
.gsc-box-text .title a {
  color: inherit;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.gsc-box-number {
  background: none;
  padding-top: 30px;
}
.gsc-box-number .content-inner {
  padding: 50px 30px 30px;
  position: relative;
  background: #ffffff;
  -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);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-box-number .number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fb7904;
  color: #ffffff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
  font-size: 16px;
  line-height: 60px;
}
.gsc-box-number .title {
  margin-bottom: 10px;
}
.gsc-box-number .title a {
  color: #fb7904;
  font-size: 16px;
  font-weight: 600;
}
.gsc-box-number .title a:hover, .gsc-box-number .title a:active, .gsc-box-number .title a:focus {
  text-decoration: underline;
}
.gsc-box-number:hover .content-inner, .gsc-box-number:active .content-inner, .gsc-box-number:focus .content-inner {
  -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);
}

.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .column-content.text-quote {
    padding: 20px 20px;
  }
}
.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .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: #ffffff;
  -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;
  -o-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: #fb7904;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #ffffff;
  line-height: 60px;
  font-weight: 600;
}
.gsc-our-history-carousel .item .content-inner .title {
  font-size: 16px;
  color: #fb7904;
  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-our-gallery .item .content-inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
}
.gsc-our-gallery .owl-nav .owl-prev {
  margin-left: 90px !important;
}
.gsc-our-gallery .owl-nav .owl-next {
  margin-right: 90px !important;
}

.gsc-our-history-timeline {
  margin-bottom: 30px;
}
.gsc-our-history-timeline .item {
  position: relative;
  padding-bottom: 20px;
}
.gsc-our-history-timeline .item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fb7904;
  position: absolute;
  top: 10px;
  left: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item:before {
    left: 70px;
  }
}
.gsc-our-history-timeline .item:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 20px;
  left: 92px;
  z-index: 1;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item:after {
    left: 72px;
  }
}
.gsc-our-history-timeline .item:last-child:after {
  display: none;
}
.gsc-our-history-timeline .item .year {
  font-size: 18px;
  color: #000000;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  font-weight: 600;
}
.gsc-our-history-timeline .item .content-right {
  padding-left: 150px;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item .content-right {
    padding-left: 100px;
  }
}
.gsc-our-history-timeline .item .content-right .title {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.gsc-our-history-timeline .item .content-right .description {
  padding-top: 10px;
}

.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: #000000;
  font-weight: 600;
}
.gsc-our-partners .content-inner .info {
  font-size: 12px;
  padding: 5px 0 12px;
}
.gsc-our-partners .content-inner .info .category {
  color: #fb7904;
}

.gsc-box-download {
  background: #fb7904;
  color: #ffffff;
  padding: 30px;
  margin: 20px 0;
}
.gsc-box-download .info .title {
  font-size: 18px;
}
.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}
.gsc-box-download .box-files a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  background: #ffffff;
  padding: 15px;
  width: 100%;
}
.gsc-box-download.horizontal:before, .gsc-box-download.horizontal:after {
  content: " ";
  display: table;
}
.gsc-box-download.horizontal:after {
  clear: both;
}
.gsc-box-download.horizontal .info {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

.gsc-socials.style-1 {
  text-align: right;
}
.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: auto;
  color: #191b1c;
  background: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-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: #191b1c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-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: #ffffff;
  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-instagram .title {
  color: #242527;
  font-family: "WhitneyHTF-Light";
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}
.gsc-instagram .title a {
  color: #fb7904;
  border-bottom: 1px solid #fb7904;
}
.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #000000;
}
.gsc-instagram.style-2 .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gsc-instagram.style-2 .owl-carousel .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gsc-carousel-content .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 60px;
  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: #ffffff !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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 767px) {
  .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: #fb7904;
  min-height: 600px;
}
@media (max-width: 767px) {
  .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;
  padding: 60px;
}
@media (max-width: 991px) {
  .gsc-carousel-content .item .item-content .content-box .content-inner {
    padding: 45px 30px;
  }
}
.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 .title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.gsc-carousel-content.style-1 .content-box .content-inner .title a {
  color: #ffffff;
}
.gsc-carousel-content.style-1 .content-box .content-inner .desc {
  font-size: 17px;
  color: #ffffff;
}
.gsc-carousel-content.style-1 .content-box .content-inner .action a {
  background: #191A1B;
  font-size: 18px;
  padding: 0 25px;
  font-family: "WhitneyHTF-Light";
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.gsc-carousel-content.style-1 .content-box .content-inner .action a:hover {
  color: #191A1B;
  background: #ffffff;
}
.gsc-carousel-content.style-2 .content-box .content-inner .title {
  font-size: 30px;
  color: #1d1e20;
  font-weight: 400;
  line-height: 45px;
}
.gsc-carousel-content.style-2 .content-box .content-inner .title a {
  color: #1d1e20;
  font-family: "WhitneyHTF-Light";
}
.gsc-carousel-content.style-2 .content-box .content-inner .desc {
  font-size: 15px;
  color: #232526;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0;
}
.gsc-carousel-content.style-3 .owl-dots {
  margin-top: 45px;
}
.gsc-carousel-content.style-3 .image {
  max-width: 78%;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-3 .image {
    width: 100%;
    max-width: 100%;
  }
}
.gsc-carousel-content.style-3 .content-box {
  padding: 40px;
  min-height: auto !important;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-3 .content-box {
    padding: 30px;
    max-width: 100%;
    width: 100% !important;
    position: static;
  }
}
.gsc-carousel-content.style-3 .content-box .content-inner {
  padding: 0 !important;
  color: #ffffff;
  font-size: 17px;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title {
  font-size: 35px;
  color: #ffffff;
  font-weight: 500;
  line-height: 45px;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title a {
  color: #ffffff;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title a:hover, .gsc-carousel-content.style-3 .content-box .content-inner .title a:active, .gsc-carousel-content.style-3 .content-box .content-inner .title a:focus {
  text-decoration: underline;
}
.gsc-carousel-content.style-3 .content-box .content-inner .action a {
  background: #000000;
  border: 1px solid #000000;
}

/**
 * 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: #fb7904;
  }

  #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;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fb7904, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fb7904, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fb7904, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fb7904, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fb7904, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fb7904, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.menu-bar {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  position: relative;
  width: auto;
}
.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: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s;
  -o-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);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.campaign-block .image {
  position: relative;
}
.campaign-block .image .funded {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 11;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.campaign-block .image .funded .progress {
  margin-bottom: 0;
}
.campaign-block .image .funded span {
  font-size: 18px;
  font-weight: 600;
  font-family: "WhitneyHTF-Light";
  color: #fb7904;
}
.campaign-block .campaign-content {
  position: relative;
  padding: 35px 20px 20px;
  background: #ffffff;
}
.campaign-block .campaign-content .title {
  margin-bottom: 6px;
}
.campaign-block .campaign-content .title a {
  font-size: 20px;
  font-family: "WhitneyHTF-Light";
}
.campaign-block .campaign-content .content-raised .raised {
  color: #1db3e7;
  font-size: 20px;
  font-weight: 500;
}
.campaign-block .campaign-content .content-raised .goal {
  color: #fb7904;
  font-size: 20px;
  font-weight: 500;
}
.campaign-block .campaign-content .days {
  padding-left: 10px;
}
.campaign-block .campaign-content .content-action {
  margin: 15px 0;
}
.campaign-block.v2 .campaign-content {
  padding-top: 10px;
}
.campaign-block.v2 .funded {
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
}

.campaigns-grid-1 .campaign-block {
  margin-bottom: 30px;
}
.campaigns-grid-1 .campaign-block .funded {
  top: 50%;
  margin-top: -40px;
  bottom: auto;
}
.campaigns-grid-1 .campaign-block .title {
  margin: 0;
}
.campaigns-grid-1 .campaign-block .campaign-content {
  padding: 30px 20px 20px;
}
.campaigns-grid-1 .campaign-block .content-action {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fb7904;
  z-index: 9;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaigns-grid-1 .campaign-block .content-action a {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "WhitneyHTF-Light";
  font-size: 20px;
  padding: 5px 0;
}
.campaigns-grid-1 .campaign-block .content-action a:after {
  display: none;
}
.campaigns-grid-1 .campaign-block .content-action .days {
  display: none;
}
.campaigns-grid-1 .campaign-block:hover .content-action {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.campaigns-grid-1 .views-view-grid > .row:last-child .campaign-block {
  margin-bottom: 0;
}

.campaigns-list .campaign-block {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
}
.campaigns-list .campaign-block:before, .campaigns-list .campaign-block:after {
  content: " ";
  display: table;
}
.campaigns-list .campaign-block:after {
  clear: both;
}
.campaigns-list .campaign-block .image {
  width: 35%;
  float: left;
}
@media (max-width: 600px) {
  .campaigns-list .campaign-block .image {
    width: 100%;
    padding: 0;
  }
}
.campaigns-list .campaign-block .image .funded {
  top: 50%;
  margin-top: -40px;
}
.campaigns-list .campaign-block .campaign-content {
  width: 65%;
  float: left;
  padding: 0 0 0 45px;
}
@media (max-width: 600px) {
  .campaigns-list .campaign-block .campaign-content {
    width: 100%;
    padding: 0;
  }
}

.campaign-single .campaign-content {
  padding-left: 0;
  padding-right: 0;
}
.campaign-single .campaign-content .days {
  margin-top: 6px;
  display: block;
}
.campaign-single .campaign-content-inner .post-title {
  font-size: 30px;
  font-weight: 300;
  margin-top: 5px;
}
.campaign-single #popup-add-to-cart .modal-body {
  padding: 30px;
}
.campaign-single #popup-add-to-cart .modal-body .expired {
  padding-top: 50px;
  font-size: 24px;
}
.campaign-single #popup-add-to-cart .form-item {
  margin-bottom: 10px;
}
.campaign-single #popup-add-to-cart .form-item input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.campaign-single #popup-add-to-cart .form-item input[type=radio]:hover {
  cursor: pointer;
}
.campaign-single #popup-add-to-cart .form-item input[type=radio]:checked ~ label {
  color: #fb7904;
}
.campaign-single #popup-add-to-cart .form-item input[type=radio]:checked ~ label:before {
  border-color: #fb7904;
}
.campaign-single #popup-add-to-cart .form-item label.option {
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-single #popup-add-to-cart .form-item label.option:hover {
  cursor: pointer;
}
.campaign-single #popup-add-to-cart .form-item label.option:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: -29px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.campaign-single #popup-add-to-cart .form-item label.option:before {
  content: "";
  position: absolute;
  left: -32px;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-single #popup-add-to-cart .funded {
  float: left;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner {
  padding-left: 190px;
}
.campaign-single .field--name-taxonomy-catalog:before, .campaign-single .field--name-taxonomy-catalog:after {
  content: " ";
  display: table;
}
.campaign-single .field--name-taxonomy-catalog:after {
  clear: both;
}
.campaign-single .field--name-taxonomy-catalog .field__item {
  font-weight: 400;
  font-family: "WhitneyHTF-Light";
  padding: 2px 20px;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
  margin-right: 15px;
}

.related-campaigns .campaign-block {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.related-campaigns .campaign-block .campaign-content {
  padding: 0;
}
.related-campaigns .campaign-block .content-action {
  display: none;
}
.related-campaigns .campaign-block .content-raised {
  display: none;
}
.related-campaigns .campaign-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

body.node--type-product .gva-body-page {
  background: #EFF1F2;
}
body.node--type-product .main-content-inner {
  background: #ffffff;
  padding: 30px;
}
body.node--type-product .sidebar-inner {
  background: #ffffff;
  padding: 30px;
}

.quick-cart {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #ffffff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.quick-cart .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 11;
  -webkit-box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  background: #fb7904;
}
.quick-cart .icon a {
  color: #ffffff !important;
  display: block;
}
.quick-cart .icon:hover {
  cursor: pointer;
}
.quick-cart .content-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);
  background: #ffffff;
  padding: 20px;
  max-width: 300px;
  position: relative;
  z-index: 1;
}
.quick-cart .product-description {
  padding: 0 !important;
}
.quick-cart.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#uc-cart-view-form {
  margin-bottom: 45px;
}
#uc-cart-view-form table#edit-items .item-image {
  text-align: center;
  min-width: 80px;
}
#uc-cart-view-form table#edit-items .item-image img {
  padding: 0;
}
#uc-cart-view-form table#edit-items .form-uc-quantity {
  padding-left: 5px;
}

.cart-review td.price {
  text-align: center;
}

.uc-cart-checkout-form {
  margin-bottom: 45px;
}
.uc-cart-checkout-form details {
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px 20px 20px;
}
.uc-cart-checkout-form details > .details-wrapper {
  padding: 0.5em 1.5em;
}
.uc-cart-checkout-form summary {
  cursor: pointer;
  text-transform: uppercase;
  font-family: "WhitneyHTF-Light";
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
  color: #fb7904;
}
.uc-cart-checkout-form summary:focus, .uc-cart-checkout-form summary:active, .uc-cart-checkout-form summary:hover {
  outline: none;
}
.uc-cart-checkout-form textarea {
  width: 100%;
}
.uc-cart-checkout-form #edit-panes-payment-payment-method .form-item {
  margin-bottom: 10px;
}

table.order-review-table {
  min-width: 900px;
  margin: 10px auto 45px;
  border: 1px solid #DDDDDD;
}
table.order-review-table td {
  padding: 10px !important;
}
table.order-review-table .review-button-row td {
  padding: 10px !important;
}
table.order-review-table table.cart-review {
  margin-bottom: 0;
}

.post-block {
  background: #ffffff;
}
.post-block .post-image {
  overflow: hidden;
}
.post-block .post-image a {
  position: relative;
  display: block;
}
.post-block .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-block .post-title {
  padding: 5px 0;
  margin-bottom: 5px;
}
.post-block .post-title a {
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: #ff318e !important;
}
.post-block .post-content:before, .post-block .post-content:after {
  content: " ";
  display: table;
}
.post-block .post-content:after {
  clear: both;
}
.post-block .post-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
  letter-spacing: 1px;
}
.post-block .post-meta:before, .post-block .post-meta:after {
  content: " ";
  display: table;
}
.post-block .post-meta:after {
  clear: both;
}
.post-block .post-meta .post-categories {
  margin-bottom: 0;
}
.post-block .post-created {
  font-family: "WhitneyHTF-Medium";
  color: #666666;
  font-size: 14px;
  position: relative;
  text-transform: none;
  line-height: normal;
}
.post-block .post-description {
  margin-top: 15px;
}
.post-block .post-comment {
  text-transform: none;
  position: relative;
}
.post-block .post-categories {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.post-block .post-categories a {
  font-weight: 400;
  color: #fb7904;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  text-transform: none;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  letter-spacing: 1px;
  line-height: 22px;
  line-height: 1.5;
}
.post-block .post-categories a:hover {
  color: #fc9436;
  text-decoration: none;
}
.post-block .post-body {
  line-height: 30px;
}
.post-block .content-after {
  padding: 10px 0 0;
}
.post-block.v3 .post-content {
  padding: 10px 20px;
  min-height: 80px;
}
.post-block.v3 .post-content .post-title a {
  font-size: 14px;
}

/* EVENT LIST DESIGN STARTS */
.event-block .image img {
  width: 100%;
}
.event-block .event-content {
  background: #ffffff;
  padding: 20px;
  display: table;
  width: 100%;
}
.event-block .event-content .event-title {
  line-height: normal;
  min-height: 48px;
}
.event-block .event-content .event-title a {
  font-size: 16px;
  line-height: 24px;
  font-family: "WhitneyHTF-Medium";
  color: #16b1d1;
}
.event-block .event-content .event-title a:hover, .event-block .event-content .event-title a:focus, .event-block .event-content .event-title a:active {
  color: #fb7904;
}
.event-block .event-content .readmore {
  line-height: normal;
  margin: 10px 0;
  text-align: right;
  width: 100%;
}
.event-block .event-body {
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  height: 80px;
  overflow: hidden;
}
.event-block .event-body p {
  margin: 0;
}
.event-block .event-footer {
  display: inline-block;
  width: 100%;
}
.event-block .event-footer .fa {
  color: #fb7904;
  font-size: 16px;
  text-align: center;
  width: 18px;
}
.event-block .event-footer .field {
  color: #949494;
  display: inline;
  font-size: 13px;
  font-family: "WhitneyHTF-Medium";
}
.event-block .event-date {
  margin-top: 10px;
  width: 100%;
  display: table;
}
.event-block .event-date .field, .event-block .event-date .event-to-label {
  color: #949494;
  display: block;
  font-size: 13px;
  font-family: "WhitneyHTF-Medium";
  line-height: normal;
}
.event-block .event-date .event-to-label {
  font-size: 12px;
  padding: 6px 0;
}
.event-block .event-date .column-left {
  float: left;
  width: 21px;
  line-height: normal;
}
.event-block .event-date .column-right {
  float: left;
}

.event-list .views-exposed-form {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .event-block .event-content .event-title {
    min-height: inherit;
  }
  .event-block .event-body {
    height: auto;
    max-height: 80px;
  }
  .event-block .event-body p {
    min-height: inherit;
  }
}
/* EVENT LIST DESIGN ENDS */
/* EVENTS DETAILS STARTS HERE */
.event-full {
  overflow-x: auto;
}
.event-full .event-info {
  color: #666666;
  padding: 30px 0 5px 0;
  font-size: 16px;
  font-family: "WhitneyHTF-Light";
}
.event-full .event-info .date > *, .event-full .event-info .address > * {
  display: inline;
  line-height: normal;
}
.event-full .event-info .date .fa, .event-full .event-info .address .fa {
  color: #16b1d1;
  display: inline-block;
  font-size: 16px;
  font-size: 16px;
  width: 20px;
}
.event-full .event-info .date .fa-map-marker, .event-full .event-info .address .fa-map-marker {
  font-size: 20px;
}

.event-list-item .event-date {
  display: inline-block;
  background: #28292B;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 24px;
}
.event-list-item .event-title {
  margin-top: 5px;
}
.event-list-item .event-title a {
  font-size: 20px;
  color: #fb7904;
  font-weight: 400;
}
.event-list-item .event-body {
  color: #232526;
}

.map_canvas {
  width: 100%;
  height: 420px;
  border: 1px solid #dddddd;
}

.main_inner_white {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 0 60px 0;
  padding: 30px;
}
.main_inner_white .node-detail {
  padding-bottom: 0;
}

.sidebar-right .post-created {
  display: inline-block;
  padding-top: 5px;
}
.sidebar-right .post-created time, .sidebar-right .post-created .to-cls {
  display: block;
  font-size: 12px;
  line-height: normal;
  padding-top: 3px;
}

/* EVENTS DETAILS ENDS HERE */
#cboxWrapper iframe {
  width: 100% !important;
}

.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;
  -o-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: #000000;
}
.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: #fb7904;
  color: #ffffff;
  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: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000000;
  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: #FBB122;
}
.gavias-skins-panel .panel-skins-content .item-color.blue {
  background: #50AF4D;
}
.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: #8CCA4F;
}
.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: #E43844;
}
.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: #000000;
}
.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: #fb7904;
  color: #ffffff;
}
.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 rgba(0, 0, 0, 0.1) !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: #000000;
}
#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: #000000;
  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: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px !important;
}
.gavias_customize_form .form-group.action input#gavias_customize_save {
  background: #5cb85c;
}
.gavias_customize_form .form-group.action input#gavias_customize_preview {
  background: #5bc0de;
}
.gavias_customize_form .form-group.action input#gavias_customize_reset {
  background: #f0ad4e;
}

/* GHK CUSTOM CSS STARTS*/
html {
  font-family: "WhitneyHTF-Light";
}

body {
  font-family: "WhitneyHTF-Light";
  font-size: 16px;
  font-weight: normal;
}

a {
  color: #fb7904;
}
a:hover, a:focus {
  color: #ff318e;
}

label {
  font-weight: normal;
}

b, strong {
  font-family: "WhitneyHTF-SemiBold";
  font-weight: normal;
}
b em, strong em {
  font-family: "WhitneyHTF-SemiBoldItalic";
  font-weight: normal;
}

em {
  font-family: "WhitneyHTF-MediumItalic";
}

/* BASIC PAGES TEMPLATE DESIGN STARTS HERE */
.views-exposed-form {
  text-align: right;
  padding: 60px 0;
}
.views-exposed-form .js-form-item-sort-by {
  display: inline;
}
.views-exposed-form .js-form-item-sort-by label {
  display: none;
}
.views-exposed-form .form-actions {
  display: inline;
}
.views-exposed-form .js-form-item-sort-order {
  display: none;
}

@media (max-width: 991px) {
  .views-exposed-form {
    padding: 30px 0;
  }

  .node-detail {
    padding-bottom: 30px;
  }

  .view-page {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .views-element-container .views-exposed-form .js-form-item-sort-by {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
  }
  .views-element-container .views-exposed-form .js-form-item-sort-by .form-select {
    width: 100%;
  }
}
.no-records {
  background: #ffffff none repeat scroll 0 0;
  font-family: "WhitneyHTF-LightItalic";
  margin: 0 0 30px;
  padding: 15px;
  text-align: center;
}

/* BASIC PAGES TEMPLATE DESIGN ENDS HERE */
.node--type-page.node--view-mode-full .field.field--name-field-image {
  display: none;
}

/* BUTTON STYLE STARTS */
.button-cls, .button-div .gsc-button.button-cls, .button-div .button, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls, ul.pager[data-drupal-views-infinite-scroll-pager] .button, .thumnail-grid-section .column-content-inner .more-link a, .flexslider .read-more a, .flexslider .event-block .event-content .readmore a a, .event-block .event-content .readmore .flexslider a a, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a, .main-content-cls .search-form .button {
  color: #ffffff !important;
  border: medium none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #16b1d1;
  /*background:$theme-color-three;*/
  font-size: 18px;
  padding: 10px 20px;
  font-weight: normal;
  font-family: "WhitneyHTF-SemiBold";
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: all 0.5s ease 0.5ms;
  -o-transition: all 0.5s ease 0.5ms;
  transition: all 0.5s ease 0.5ms;
  -moz-transition: all 0.5s ease 0.5ms;
  -ms-transition: all 0.5s ease 0.5ms;
}
.button-cls:before, .button-div .gsc-button.button-cls:before, .button-div .button:before, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:before, ul.pager[data-drupal-views-infinite-scroll-pager] .button:before, .thumnail-grid-section .column-content-inner .more-link a:before, .flexslider .read-more a:before, .flexslider .event-block .event-content .readmore a a:before, .event-block .event-content .readmore .flexslider a a:before, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:before, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:before, .main-content-cls .search-form .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #16b1d1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.5s ease 0.5ms;
  -o-transition: all 0.5s ease 0.5ms;
  transition: all 0.5s ease 0.5ms;
  -moz-transition: all 0.5s ease 0.5ms;
  -ms-transition: all 0.5s ease 0.5ms;
}
.button-cls:hover, .button-div .gsc-button.button-cls:hover, .button-div .button:hover, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:hover, ul.pager[data-drupal-views-infinite-scroll-pager] .button:hover, .thumnail-grid-section .column-content-inner .more-link a:hover, .flexslider .read-more a:hover, .flexslider .event-block .event-content .readmore a a:hover, .event-block .event-content .readmore .flexslider a a:hover, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:hover, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:hover, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:hover, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:hover, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:hover, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:hover, .main-content-cls .search-form .button:hover, .button-cls:focus, .button-div .gsc-button.button-cls:focus, .button-div .button:focus, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:focus, ul.pager[data-drupal-views-infinite-scroll-pager] .button:focus, .thumnail-grid-section .column-content-inner .more-link a:focus, .flexslider .read-more a:focus, .flexslider .event-block .event-content .readmore a a:focus, .event-block .event-content .readmore .flexslider a a:focus, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:focus, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:focus, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:focus, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:focus, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:focus, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:focus, .main-content-cls .search-form .button:focus, .button-cls:active, .button-div .gsc-button.button-cls:active, .button-div .button:active, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:active, ul.pager[data-drupal-views-infinite-scroll-pager] .button:active, .thumnail-grid-section .column-content-inner .more-link a:active, .flexslider .read-more a:active, .flexslider .event-block .event-content .readmore a a:active, .event-block .event-content .readmore .flexslider a a:active, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:active, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:active, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:active, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:active, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:active, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:active, .main-content-cls .search-form .button:active {
  background: #ff318e;
  color: #ffffff;
}
.button-cls:hover:before, .button-div .gsc-button.button-cls:hover:before, .button-div .button:hover:before, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:hover:before, ul.pager[data-drupal-views-infinite-scroll-pager] .button:hover:before, .thumnail-grid-section .column-content-inner .more-link a:hover:before, .flexslider .read-more a:hover:before, .flexslider .event-block .event-content .readmore a a:hover:before, .event-block .event-content .readmore .flexslider a a:hover:before, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:hover:before, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:hover:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:hover:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:hover:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:hover:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:hover:before, .main-content-cls .search-form .button:hover:before, .button-cls:focus:before, .button-div .gsc-button.button-cls:focus:before, .button-div .button:focus:before, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:focus:before, ul.pager[data-drupal-views-infinite-scroll-pager] .button:focus:before, .thumnail-grid-section .column-content-inner .more-link a:focus:before, .flexslider .read-more a:focus:before, .flexslider .event-block .event-content .readmore a a:focus:before, .event-block .event-content .readmore .flexslider a a:focus:before, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:focus:before, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:focus:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:focus:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:focus:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:focus:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:focus:before, .main-content-cls .search-form .button:focus:before, .button-cls:active:before, .button-div .gsc-button.button-cls:active:before, .button-div .button:active:before, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls:active:before, ul.pager[data-drupal-views-infinite-scroll-pager] .button:active:before, .thumnail-grid-section .column-content-inner .more-link a:active:before, .flexslider .read-more a:active:before, .flexslider .event-block .event-content .readmore a a:active:before, .event-block .event-content .readmore .flexslider a a:active:before, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a:active:before, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a:active:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a:active:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a:active:before, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a:active:before, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a:active:before, .main-content-cls .search-form .button:active:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.submit-button, .views-exposed-form .form-actions input.button, .sorting-div .dynamic-box-layout input.button, .contact-form-section .btn-theme-submit.button, body.path-user #page-main-content > .main-content-inner .button {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-family: "WhitneyHTF-SemiBold";
  background: #16b1d1;
  font-size: 18px;
  height: auto;
  line-height: normal;
  margin: 0 0 0 10px;
  padding: 8px 24px;
}
.submit-button:hover, .views-exposed-form .form-actions input.button:hover, .sorting-div .dynamic-box-layout input.button:hover, .contact-form-section .btn-theme-submit.button:hover, body.path-user #page-main-content > .main-content-inner .button:hover, .submit-button:focus, .views-exposed-form .form-actions input.button:focus, .sorting-div .dynamic-box-layout input.button:focus, .contact-form-section .btn-theme-submit.button:focus, body.path-user #page-main-content > .main-content-inner .button:focus {
  background: #ff318e;
  color: #ffffff;
}

@media (min-width: 768px) {
  .button-div .gsc-button.button-cls, .button-div .gsc-button.button, .button-div ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls, ul.pager[data-drupal-views-infinite-scroll-pager] .button-div .gsc-button.button-cls, .button-div ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button, ul.pager[data-drupal-views-infinite-scroll-pager] .button-div .gsc-button.button, .button-div .thumnail-grid-section .column-content-inner .more-link a.gsc-button, .thumnail-grid-section .column-content-inner .more-link .button-div a.gsc-button, .button-div .flexslider .read-more a.gsc-button, .flexslider .read-more .button-div a.gsc-button, .button-div .flexslider .event-block .event-content .readmore a a.gsc-button, .flexslider .event-block .event-content .readmore a .button-div a.gsc-button, .button-div .event-block .event-content .readmore .flexslider a a.gsc-button, .event-block .event-content .readmore .flexslider a .button-div a.gsc-button, .button-div .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a.gsc-button, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a .button-div a.gsc-button, .button-div .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a.gsc-button, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a .button-div a.gsc-button, .button-div .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a.gsc-button, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a .button-div a.gsc-button, .button-div .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a.gsc-button, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a .button-div a.gsc-button, .button-div .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a.gsc-button, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a .button-div a.gsc-button, .button-div .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a.gsc-button, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a .button-div a.gsc-button, .button-div .button, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls, ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button, ul.pager[data-drupal-views-infinite-scroll-pager] .thumnail-grid-section .column-content-inner .more-link a.gsc-button, .thumnail-grid-section .column-content-inner .more-link ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .flexslider .read-more a.gsc-button, .flexslider .read-more ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .flexslider .event-block .event-content .readmore a a.gsc-button, .flexslider .event-block .event-content .readmore a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .event-block .event-content .readmore .flexslider a a.gsc-button, .event-block .event-content .readmore .flexslider a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a.gsc-button, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a.gsc-button, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a.gsc-button, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a.gsc-button, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a.gsc-button, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a.gsc-button, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a ul.pager[data-drupal-views-infinite-scroll-pager] a.gsc-button, ul.pager[data-drupal-views-infinite-scroll-pager] .button {
    font-size: 18px;
    padding: 8px 30px;
  }
}

.thumnail-grid-section .column-content-inner .more-link {
  margin: 0;
}
.thumnail-grid-section .column-content-inner .more-link a {
  font-size: 18px;
}

@media (max-width: 991px) {
  .button-div.gbb-row {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .button-div.gbb-row {
    padding-top: 10px !important;
  }
}
/* BUTTON STYLE ENDS */
/* AJAX BUTTON STYLE STARTS */
ul.pager[data-drupal-views-infinite-scroll-pager] {
  margin: 0 0 60px;
}

/* AJAX BUTTON STYLE ENDS */
/*TYPOGRAPHY TEXT STARTS */
.sub-title, .event-full .post-title, .path-node .main-content-cls .content .page-title span, .dynamic-text .views-field-title .field-content a, .path-node .main-content-cls .views-field-title .field-content a {
  color: #16b1d1;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 24px;
  display: table;
  margin: 0 0 16px;
  padding: 0 0 5px;
  line-height: 30px;
  position: relative;
}
.sub-title:after, .event-full .post-title:after, .path-node .main-content-cls .content .page-title span:after, .sub-title:before, .event-full .post-title:before, .path-node .main-content-cls .content .page-title span:before, .dynamic-text .views-field-title .field-content a:after, .path-node .main-content-cls .views-field-title .field-content a:after, .dynamic-text .views-field-title .field-content a:before, .path-node .main-content-cls .views-field-title .field-content a:before {
  background: #fb7904 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 50px;
  top: 100%;
  width: 40px;
}
.sub-title:before, .event-full .post-title:before, .path-node .main-content-cls .content .page-title span:before, .dynamic-text .views-field-title .field-content a:before, .path-node .main-content-cls .views-field-title .field-content a:before {
  background: #16b1d1 none repeat scroll 0 0;
  left: 40px;
  right: 0;
}

/*TYPOGRAPHY TEXT ENDS */
.dynamic-text .views-field-title, .path-node .main-content-cls .views-field-title {
  margin-bottom: 30px;
}

/* HEADER STARTS HERE */
header .site-branding-logo {
  display: block;
}
@media (max-width: 991px) {
  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;
}
@media (max-width: 991px) {
  header .main-menu-inner {
    width: 100%;
  }
}
header .area-main-menu .navigation {
  position: static;
  margin: 0;
}
header .area-main-menu .navigation ul.gva_menu {
  position: static;
  list-style: none;
}
header .block {
  overflow: visible;
}
header .header-info {
  margin-top: 12px;
}
header .header-info .icon {
  margin-right: 10px;
  color: #fb7904;
}
header .quick-menu {
  float: left;
  position: relative;
  padding: 8px 15px;
}
@media (max-width: 991px) {
  header .quick-menu {
    width: 100%;
  }
}
header .quick-menu .icon {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  header .quick-menu .icon {
    display: none;
  }
}
header .quick-menu .icon a:hover, header .quick-menu .icon a:active, header .quick-menu .icon a:focus {
  cursor: pointer;
}
header .quick-menu .content-inner {
  border-top: 2px solid #fb7904;
  -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);
  position: absolute;
  top: 110%;
  right: -100px;
  z-index: 9;
  background: #ffffff;
  min-width: 300px;
  padding: 30px 30px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
@media (max-width: 991px) {
  header .quick-menu .content-inner {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    border: none;
    width: 100%;
    float: left;
    border-top: 1px solid #fb7904;
    border-bottom: 1px solid #fb7904;
    max-width: 100%;
    padding: 20px;
  }
  header .quick-menu .content-inner ul.gva_menu {
    padding: 0;
  }
  header .quick-menu .content-inner .block {
    padding: 0 !important;
  }
}
header .quick-menu .content-inner .block {
  margin-bottom: 20px !important;
}
header .quick-menu .content-inner ul {
  width: 100%;
}
header .quick-menu .content-inner ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
header .quick-menu .content-inner ul > li:last-child {
  border-bottom: none;
}
header .quick-menu .content-inner ul > li a {
  padding: 0;
  font-size: 15px;
  color: #191b1c !important;
}
header .quick-menu .content-inner ul > li a:hover, header .quick-menu .content-inner ul > li a:active, header .quick-menu .content-inner ul > li a:focus {
  color: #fb7904 !important;
}
header .quick-menu.open .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  top: 100%;
}

header.header-v1 {
  position: relative;
  background: rgba(0, 0, 0, 0) url("../images//header-background.png") repeat-x scroll center top;
  padding: 25px 0;
}
header.header-v1 .gva-search-region .icon {
  color: #000000;
}
header.header-v1 .header-main {
  position: relative;
  z-index: 9;
}
header.header-v1 .stuck {
  background: #ffffff;
}
header.header-v1 .header-action {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  header.header-v1 .header-action {
    right: 55px;
  }
}
header.header-v1 .right-menu {
  float: right;
  padding: 25px 0 0 0;
}
header.header-v1 .quick-menu {
  padding: 36px 10px;
}
header.header-v1.v2 .header-main {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  header.header-v1.v2 .header-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99 !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);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

header.header-v1 {
  background-size: cover;
}

@media (min-width: 1199px) {
  .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;
  }

  header.header-v1 .right-menu {
    padding: 30px 0 0;
  }
}
@media (max-width: 991px) {
  .gva-offcanvas-mobile.second-menu {
    background: #113e82 none repeat scroll 0 0;
    top: 235px;
  }

  .gva-offcanvas-mobile {
    font-family: "WhitneyHTF-SemiBold";
    background: rgba(0, 0, 0, 0) url("../images//patterns/kids.png") repeat scroll 0 0;
    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);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-top: 0;
  }
  .gva-offcanvas-mobile.show-view {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .gva-offcanvas-mobile .after-offcanvas {
    display: block !important;
    visibility: visible !important;
  }
  .gva-offcanvas-mobile .after-offcanvas .block {
    float: left;
    width: 100%;
  }
  .gva-offcanvas-mobile .close-offcanvas {
    display: inline-block !important;
    opacity: 1;
    padding: 0;
    visibility: visible !important;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease 0.5ms;
    -o-transition: 0.5s ease 0.5ms;
    transition: 0.5s ease 0.5ms;
    -moz-transition: 0.5s ease 0.5ms;
    -ms-transition: 0.5s ease 0.5ms;
  }
  .gva-offcanvas-mobile .close-offcanvas span {
    font-size: 24px;
  }
  .gva-offcanvas-mobile .close-offcanvas:hover {
    cursor: pointer;
    color: #fb7904;
  }
  .gva-offcanvas-mobile .close-offcanvas .zmdi {
    color: #fb7904;
    font-size: 18px;
    font-style: normal;
    -webkit-transition: 0.5s ease 0.5ms;
    -o-transition: 0.5s ease 0.5ms;
    transition: 0.5s ease 0.5ms;
    -moz-transition: 0.5s ease 0.5ms;
    -ms-transition: 0.5s ease 0.5ms;
  }
  .gva-offcanvas-mobile .close-offcanvas .zmdi:hover {
    color: #ff318e;
  }
  .gva-offcanvas-mobile .block {
    border: medium none;
    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: 0;
    width: 100%;
    background: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 0;
  }
  .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%;
    font-size: 18px;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    text-transform: none;
    line-height: 36px;
    color: #16b1d1;
  }
  .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: #fb7904;
    background: none;
  }
  .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: 12px;
    line-height: 24px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #999999 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
    color: #fb7904 !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 a {
    text-transform: none;
    position: relative;
    display: block;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: #fb7904;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: -15px;
    font-size: 12px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
    content: '\f068';
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f067';
    text-transform: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-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;
    -o-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: uppercase;
  }
  .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);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
    display: none;
  }

  header.header-v1 {
    padding: 25px 0;
  }
  header.header-v1 .right-menu {
    padding: 15px 0 0 0;
  }
  header.header-v1 .right-menu .area-main-menu ul {
    padding: 0;
  }
  header.header-v1 .right-menu .area-main-menu ul li a {
    border-bottom: 1px dashed #16b1d1;
    color: #16b1d1;
    display: block;
    font-size: 18px;
    font-family: "WhitneyHTF-Medium";
    line-height: 36px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    -webkit-transition: 0.5s ease 0.5ms;
    -o-transition: 0.5s ease 0.5ms;
    transition: 0.5s ease 0.5ms;
    -moz-transition: 0.5s ease 0.5ms;
    -ms-transition: 0.5s ease 0.5ms;
  }
  header.header-v1 .right-menu .area-main-menu ul li a:before {
    background: #333333;
    border-radius: 100%;
    content: none;
    height: 6px;
    left: 0;
    position: absolute;
    right: inherit;
    top: 5px;
    width: 6px;
  }
  header.header-v1 .right-menu .area-main-menu ul li a:hover, header.header-v1 .right-menu .area-main-menu ul li a:focus {
    color: #ff318e;
  }
  header.header-v1 .right-menu .area-main-menu ul li a:hover:before, header.header-v1 .right-menu .area-main-menu ul li a:focus:before {
    background: #ff318e;
  }
  header.header-v1 .right-menu .area-main-menu ul li:last-child a {
    border: none;
  }
}
@media (max-width: 767px) {
  header.header-v1 .right-menu {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 480px) {
  .branding {
    width: 20rem;
  }

  header.header-v1 .right-menu {
    padding: 10px 0 0 0;
  }
}
/* HEADER ENDS HERE */
/* ANIMATED IMAGE FOR HOME PAGE ONLY STARTS */
/*
 .frontpage{
	header{
		position:relative;
		@keyframes move {
			0% {
				transform: translateX(-25%);
			}
			100% {
				transform: translateX(100%);
			}
		}
		@-webkit-keyframes move	{
			0% {
				transform: translateX(-25%);
			}
			100% {
				transform: translateX(100%);
			}
		}
		&:before{
			background: rgba(0, 0, 0, 0) url("../images/cycle-vector.gif") no-repeat scroll 0 bottom;
			bottom: 0;
			content: "";
			position: absolute;
			right: 0;
			top: 3px;
			left:0;
			animation: move 20s linear 0s infinite;
			-webkit-animation: move 20s linear 0s infinite;
			width: 100%;
			height: 100%;
            background-size: auto 46%;
            z-index: 0;
		}
    }
    header.header-v1{
        background:rgba(0, 0, 0, 0) url("../images//home-header-background.png") repeat scroll center bottom;
        padding-bottom:80px;
    }
   @media (max-width: $screen-lg){
     header.header-v1{	
            &:before{
                background-size: auto 50%;
            }
        }
   }
   @media (max-width: $screen-sm){
     header.header-v1{	
            &:before{
                background-size: auto 48%;
            }
        }
   }
   @media (max-width: $screen-xs-max){
		header{
            position:relative; 
            @keyframes move {
				0% {
					transform: translateX(-70%);
				}
				100% {
					transform: translateX(100%);
				}
			}
			@-webkit-keyframes move	{
				0% {
					transform: translateX(-70%);
				}
				100% {
					transform: translateX(100%);
				}
			}
			&:before{
				animation: move 20s linear 0s infinite;
                -webkit-animation: move 20s linear 0s infinite;
			}
		}	
	}
}  
*/
.graphics-image {
  display: none;
}

.frontpage header.header-v1 {
  background: rgba(0, 0, 0, 0) url("../images//home-header-background.png") repeat scroll center bottom;
}
.frontpage .graphics-image {
  height: 76px;
  display: flex;
  animation: move 25s linear 0s infinite;
  -webkit-animation: move 25s linear 0s infinite;
}
.frontpage .graphics-image p {
  margin: 0;
}
@keyframes move {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(100%);
  }
}
.frontpage .graphics-image a img {
  height: 104px;
}
@media (max-width: 992px) {
  .frontpage .graphics-image {
    animation: move 10s linear 0s infinite;
    -webkit-animation: move 10s linear 0s infinite;
  }
}
@media (max-width: 480px) {
  .frontpage .graphics-image {
    animation: move 5s linear 0s infinite;
    -webkit-animation: move 5s linear 0s infinite;
  }
}

/* ANIMATED IMAGE FOR HOME PAGE ONLY ENDS */
/* MAIN MENU STARTS HERE */
.sidebar {
  position: relative;
}

#search-block-form {
  position: relative;
  display: inline-block;
}
#search-block-form input[type*="search"] {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #ff318e;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: none;
  color: #b4b4b4;
  font-family: "WhitneyHTF-LightItalic";
  height: 41px;
  line-height: 41px;
  margin-left: 8px;
  padding: 0 40px 0px 10px;
  width: 235px;
}
#search-block-form input.form-submit {
  position: absolute;
  right: 10px;
  top: 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  background: url(../images//menu-search-icon.png) no-repeat center center transparent;
  text-indent: -1000px;
  border: none;
  color: #ffffff;
  font-family: "WhitneyHTF-Light";
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  padding: 8px 12px 1px;
}

@media (min-width: 992px) {
  .main-menu-section {
    background: #113e82;
    padding: 10px 0 9px;
  }
  .main-menu-section .navigation.menu--main,
  .main-menu-section .search-block-form {
    margin: 0;
  }
  .main-menu-section .navigation .gva_menu li a {
    line-height: normal;
    margin: 10px 18px;
    padding: 0 0 6px;
    font-family: "WhitneyHTF-SemiBold";
    font-size: 22px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .main-menu-section .navigation .gva_menu li a:after, .main-menu-section .navigation .gva_menu li a:before {
    background: #fb7904 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 50%;
    top: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: auto;
  }
  .main-menu-section .navigation .gva_menu li a:before {
    background: #16b1d1 none repeat scroll 0 0;
    left: 50%;
    right: 0;
  }
  .main-menu-section .navigation .gva_menu li a:focus, .main-menu-section .navigation .gva_menu li a:hover {
    background: transparent;
  }
  .main-menu-section .navigation .gva_menu li a:focus:after, .main-menu-section .navigation .gva_menu li a:focus:before, .main-menu-section .navigation .gva_menu li a:hover:after, .main-menu-section .navigation .gva_menu li a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  .main-menu-section .navigation .gva_menu li a:focus:before, .main-menu-section .navigation .gva_menu li a:hover:before {
    transform-origin: 100% 50%;
  }
  .main-menu-section .navigation .gva_menu li:first-child a {
    margin-left: 0;
  }
  .main-menu-section .navigation .gva_menu .menu-item--active-trail a:after, .main-menu-section .navigation .gva_menu .menu-item--active-trail a:before {
    background: #fb7904 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 50%;
    top: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: auto;
  }
  .main-menu-section .navigation .gva_menu .menu-item--active-trail a:before {
    background: #16b1d1 none repeat scroll 0 0;
    left: 0;
    right: 0;
  }
  .main-menu-section .block-search h2 {
    font-size: 18px;
    color: #ffffff;
    font-family: "WhitneyHTF-Light";
    display: inline-block;
    margin-top: 14.5px;
    width: auto;
  }
  .main-menu-section .block-search .search-form {
    position: relative;
  }

  .block-search {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .main-menu-section .gva-offcanvas-mobile.show-view .block {
    padding: 15px 30px;
    margin: 0;
  }
  .main-menu-section .gva-offcanvas-mobile.show-view .search-block-form {
    padding: 0 30px;
  }
  .main-menu-section .gva-offcanvas-mobile.show-view .search-block-form h2 {
    color: #ffffff;
    font-family: "WhitneyHTF-LightItalic";
    font-size: 18px;
  }
  .main-menu-section #search-block-form {
    display: block;
    padding: 0;
    width: 100%;
  }
  .main-menu-section #search-block-form input[type*="search"] {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  .main-menu-section #search-block-form input.form-submit {
    right: 10px;
    top: 2px;
  }

  .main-menu.right-menu .gva-offcanvas-mobile .navigation.block {
    margin: 0;
    padding: 5px 15px;
  }
}
/* MAIN MENU ENDS HERE */
/* LANDSCAPE MODE FOR WINDOWS, IPHONES, HTC, GOOGLE PIXELS, GALAXY PHONES */
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .main-menu .gva-offcanvas-mobile {
    width: 50%;
    max-width: inherit;
  }
  .main-menu .gva-offcanvas-mobile .close-offcanvas .zmdi {
    font-size: 30px;
  }
  .main-menu .gva-offcanvas-mobile .main-menu-inner .search-block-form {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .main-menu .gva-offcanvas-mobile .main-menu-inner .navigation {
    padding: 105px 30px 0 30px;
  }
  .main-menu .gva-offcanvas-mobile.second-menu.show-view {
    left: inherit;
    right: 0;
    top: 0;
  }
}
/* LANDSCAPE MODE ENDS*/
/* FOOTER STARTS HERE */
.email-text-box, .footer .mailchimp-signup-subscribe-form .form-email.required, .footer .block.block-simplenews #edit-mail-wrapper input.form-email {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #848484;
  font-family: "WhitneyHTF-LightItalic";
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 98px 0 18px;
}

.subscribe-button, .footer .mailchimp-signup-subscribe-form .button, .footer .block.block-simplenews .form-actions input#edit-subscribe, .footer .block.block-simplenews .form-actions input#edit-unsubscribe {
  border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 14px;
  margin: 0;
  padding: 0 17px;
  position: absolute;
  letter-spacing: 1px;
  right: 0;
  top: -60px;
}
.subscribe-button:hover, .footer .mailchimp-signup-subscribe-form .button:hover, .footer .block.block-simplenews .form-actions input#edit-subscribe:hover, .footer .block.block-simplenews .form-actions input#edit-unsubscribe:hover, .subscribe-button:focus, .footer .mailchimp-signup-subscribe-form .button:focus, .footer .block.block-simplenews .form-actions input#edit-subscribe:focus, .footer .block.block-simplenews .form-actions input#edit-unsubscribe:focus {
  background: #16b1d1;
  color: #ffffff;
}

.footer {
  font-size: 16px;
  color: #f4f3f3;
  background: #113e82;
  line-height: 26px;
  font-family: "WhitneyHTF-Light";
  /* MAIL CHIMP */
  /* MAIL CHIMP */
}
.footer a {
  color: #f4f3f3;
}
.footer .content-inner {
  padding: 40px 0;
}
.footer .footer-4col:nth-child(2n+1) {
  clear: none;
}
.footer .mailchimp-signup-subscribe-form label.js-form-required.form-required {
  display: none;
  /* REMOVE IN FUTURE DEVELOPMENT */
}
.footer .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  margin: 16px 0 20px 0;
}
.footer .mailchimp-signup-subscribe-form .form-actions {
  position: relative;
}
.footer .mailchimp-signup-subscribe-form .form-email.required {
  width: 100%;
  padding-right: 28%;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.footer .mailchimp-signup-subscribe-form .button {
  line-height: 40px;
}
.footer .column ul {
  padding: 0;
  list-style: none;
}
.footer .column ul li {
  position: relative;
  padding: 0;
}
.footer .column ul li a {
  padding: 0;
  transition: all 0.5s ease 0.5ms;
}
.footer .column ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  left: 0;
  opacity: 0;
  position: absolute;
}
.footer .column ul li a:after {
  content: none;
}
.footer .column ul li a:hover, .footer .column ul li a:focus {
  padding-left: 12px;
  color: #ff318e;
}
.footer .column ul li a:hover:before, .footer .column ul li a:focus:before {
  opacity: 1;
}
.footer .block {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer .block .block-title {
  margin: 0 0 16px;
}
.footer .block .block-title span {
  color: #ffffff;
  font-size: 18px;
  padding: 0 0 6px;
  line-height: normal;
  font-family: "WhitneyHTF-Medium";
}
.footer .block .block-title span:after, .footer .block .block-title span:before {
  background: #fb7904 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 50%;
  top: 100%;
  width: auto;
}
.footer .block .block-title span:before {
  background: #16b1d1 none repeat scroll 0 0;
  left: 50%;
  right: 0;
}
.footer .copyright {
  color: #ffffff;
  font-size: 12px;
  line-height: normal;
  padding: 15px 0;
}
.footer .copyright .link {
  color: #ff318e;
}
.footer .copyright .link:hover, .footer .copyright .link:focus {
  color: #16b1d1;
}
.footer .block.block-simplenews .form-actions {
  position: relative;
}
.footer .block.block-simplenews .form-actions input#edit-unsubscribe {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: inherit;
  top: 0;
  margin: 20px 0;
  font-weight: normal;
}
.footer .block.block-simplenews .form-actions input#edit-unsubscribe:hover, .footer .block.block-simplenews .form-actions input#edit-unsubscribe:focus {
  background: #16b1d1;
  color: #ffffff;
}
@media (max-width: 992px) {
  .footer .footer-4col {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .footer .footer-4col:nth-child(2n+1) {
    clear: both;
  }
  .footer .content-inner {
    padding: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .footer {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .block .block-title span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .footer-copyright .col-sm-6 {
    margin: 15px 0 0;
    text-align: left;
  }
}

/* FOOTER ENDS HERE */
/* SLIDER STYLE STARTS */
.slider-class .gavias_sliderlayer .slider-title {
  font-family: "WhitneyHTF-SemiBold";
  text-align: center;
}
.slider-class .gavias_sliderlayer .slider-slogan {
  font-family: "WhitneyHTF-Light";
  color: #efefef;
  text-align: center;
}
.slider-class .gavias_sliderlayer .tp-leftarrow.tparrows, .slider-class .gavias_sliderlayer .tp-rightarrow.tparrows {
  background: rgba(0, 0, 0, 0) url("../images/left-arrow.png") no-repeat scroll 0 0 !important;
  bottom: 0;
  height: auto;
  line-height: normal;
  margin-left: -93px;
  padding: 17px 16px;
  width: auto;
  margin-bottom: 10px;
}
.slider-class .gavias_sliderlayer .tp-leftarrow.tparrows:before, .slider-class .gavias_sliderlayer .tp-rightarrow.tparrows:before {
  content: none;
}
.slider-class .gavias_sliderlayer .tp-rightarrow.tparrows {
  background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll 0 0 !important;
  margin-left: 0;
}
.slider-class .gavias_sliderlayer .slider-button {
  /*background: rgba(0, 0, 0, 0) url("../images/videos.png") no-repeat scroll 0 0; */
  text-indent: -1000px;
  padding: 20px 31px !important;
  display: inline-block;
}

@media (max-width: 992px) {
  .slider-class.gbb-row[style*="padding-bottom"] {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .slider-class .sidebar-widget {
    margin-top: 20px;
  }
  .slider-class .gsc-column.col-lg-9,
  .slider-class .sidebar-widget,
  .slider-class .bb-container.container {
    width: 100%;
  }
  .slider-class .gavias_sliderlayer {
    height: 450px !important;
  }
  .slider-class .gavias_sliderlayer .fullwidthabanner {
    height: 450px !important;
  }

  .slider-widget {
    padding-top: 15px;
  }
}
/*
@media (min-width: $screen-sm-min) and (max-width: $screen-md-min){
	.slider-class{
		.gsc-column.col-lg-9{
			width:66.6667%;
		}
		.gsc-column.col-lg-3{
			width:33.3333%;
		}
	}
}*/
/* FLEX SLIDER STYLE STARTS */
.flexslider {
  max-height: 495px;
  overflow: hidden;
}
.flexslider .flex-direction-nav {
  align-content: flex-end;
  align-items: flex-end;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto;
  text-align: center;
  top: 0;
  width: 100%;
}
.flexslider .flex-direction-nav a:before {
  content: none;
}
.flexslider .flex-direction-nav .flex-nav-prev a, .flexslider .flex-direction-nav .flex-nav-next a {
  width: 32px;
  background: rgba(0, 0, 0, 0) url("../images/left-arrow.svg") no-repeat scroll 0 0;
}
.flexslider .flex-direction-nav .flex-nav-next a {
  background: rgba(0, 0, 0, 0) url("../images/right-arrow.svg") no-repeat scroll 0 0;
}
.flexslider .views-field.views-field-field-slider-overlapping-text {
  bottom: 0;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 24px;
  left: 0;
  line-height: normal;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: left;
  white-space: normal;
  width: 100%;
  z-index: 2;
}
.flexslider .views-field.views-field-field-slider-overlapping-text .bg-overlay {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  padding-right: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.flexslider .views-field.views-field-field-slider-overlapping-text .bg-overlay:before {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.flexslider .fluid-width-video-wrapper iframe {
  z-index: 3;
}
.flexslider .read-more, .flexslider .event-block .event-content .readmore a, .event-block .event-content .readmore .flexslider a, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a {
  position: absolute;
  right: 15px;
  top: 0;
}
.flexslider .read-more a, .flexslider .event-block .event-content .readmore a a, .event-block .event-content .readmore .flexslider a a, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a {
  font-size: 16px;
  padding: 10px 18px;
}

@media (min-width: 991px) {
  .slider-class .fluid-width-video-wrapper {
    height: 464px;
    padding: 0 !important;
  }
  .slider-class .slides .views-field.views-field-field-image {
    max-height: 464px;
  }
}
@media (min-width: 1200px) {
  .slider-class .fluid-width-video-wrapper {
    height: 495px;
  }
  .slider-class .slides .views-field.views-field-field-image {
    max-height: 495px;
  }
}
@media (max-width: 767px) {
  .flexslider .views-field.views-field-field-slider-overlapping-text .field-content {
    font-size: 20px;
    line-height: 30px;
  }
  .flexslider .read-more a, .flexslider .event-block .event-content .readmore a a, .event-block .event-content .readmore .flexslider a a, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a {
    font-size: 14px;
    padding: 8px 14px;
  }
}
@media (max-width: 480px) {
  .flexslider .views-field.views-field-field-slider-overlapping-text .field-content {
    font-size: 16px;
    line-height: 24px;
  }
  .flexslider .views-field.views-field-field-slider-overlapping-text .bg-overlay {
    padding-right: 89px;
    height: 50px;
    line-height: 50px;
  }
  .flexslider .read-more a, .flexslider .event-block .event-content .readmore a a, .event-block .event-content .readmore .flexslider a a, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
/* FLEX SLIDER STYLE ENDS */
/* SLIDER STYLE ENDS */
/* VECTOR IMAGE STYLE STARTS */
@media (min-width: 1200px) {
  header .site-branding-logo:before {
    content: none;
  }
}
@media (min-width: 1420px) {
  /*header{
  	.site-branding-logo{
  		position:relative;
  		&:before{
  			background: rgba(0, 0, 0, 0) url("../images/cycle-vector.png") no-repeat scroll 0 0;
  			bottom: 0;
  			content: "";
  			left: -120px;
  			position: absolute;
  			right: 0;
  			top: 10px;
  			width: 135px;
  		}
  	}
  }*/
  .slider-class:before, .slider-class:after {
    background: rgba(0, 0, 0, 0) url("../images//vector-Left.png") no-repeat scroll left center;
    bottom: 0;
    content: "";
    padding: 205px 84px;
    left: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: auto;
    height: auto;
  }
  .slider-class:after {
    background: rgba(0, 0, 0, 0) url("../images//vector-Right.png") no-repeat scroll right center;
    left: inherit;
    right: 40px;
    top: 0;
    padding: 0 123px;
    z-index: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .slider-class:before, .slider-class:after {
    background-size: 4% auto;
  }
  .slider-class:after {
    background-size: 32% auto;
    right: 20px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .slider-class:before, .slider-class:after {
    background-size: 10% auto;
  }
  .slider-class:after {
    background-size: 72% auto;
    right: 0;
  }
}
/* VECTOR IMAGE STYLE ENDS */
/* TITLE SECTION */
.orange-title-section {
  background: #fe7801;
  background: -moz-linear-gradient(top, #fe7801 0%, #f97a06 100%);
  background: -webkit-linear-gradient(top, #fe7801 0%, #f97a06 100%);
  background: linear-gradient(to bottom, #fe7801 0%, #f97a06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7801', endColorstr='#f97a06',GradientType=0 );
}
.orange-title-section .column-content p {
  color: #f4f3f3;
  font-family: "WhitneyHTF-Medium";
  font-size: 22px;
  line-height: normal;
  margin: 0;
  padding: 15px 0;
}
.orange-title-section .block {
  margin: 0;
}
.orange-title-section .block .views-field-title {
  color: #f4f3f3;
  font-family: "WhitneyHTF-Medium";
  font-size: 26px;
  line-height: normal;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .orange-title-section .column-content p {
    font-size: 20px;
    padding: 15px;
  }
  .orange-title-section .block {
    margin: 0;
  }
  .orange-title-section .block .views-field-title {
    font-size: 20px;
    padding: 15px;
  }
}
/* TITLE SECTION */
/* HOME PAGE STATIC BOX DESIGN STARTS */
.readmore.text-right {
  display: block;
}
.readmore.text-right a {
  cursor: pointer;
}
.readmore.text-right a:hover, .readmore.text-right a:focus {
  opacity: 0.7;
}

.thumnail-grid-section .gsc-column .column-content.text-center {
  font-family: "WhitneyHTF-SemiBold";
  font-size: 20px;
  margin: 0;
  line-height: normal;
  padding: 15px;
  color: #ffffff;
  min-height: 78px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thumnail-grid-section .gsc-column .column-content.text-center a {
  color: #ffffff;
}
.thumnail-grid-section .gsc-column .column-content.text-center a:hover, .thumnail-grid-section .gsc-column .column-content.text-center a:focus {
  color: #ffffff;
}
.thumnail-grid-section .gsc-column .column-content.text-center p {
  margin: 0;
}
.thumnail-grid-section .gsc-column .column-inner .widget-content {
  padding: 15px 15px 0;
  background: #ffffff;
}
.thumnail-grid-section .gsc-column .column-inner .text-class {
  font-family: "WhitneyHTF-Medium";
  font-size: 14px;
  color: #949494;
  line-height: 21px;
  padding: 15px 15px 0;
  margin: 0;
  min-height: 99px;
  overflow: hidden;
  background: #ffffff;
}
.thumnail-grid-section .gsc-column .column-inner .text-class p {
  margin: 0;
}
.thumnail-grid-section .gsc-column .column-inner .text-class.read-more, .thumnail-grid-section .gsc-column .column-inner .event-block .event-content .readmore a.text-class, .event-block .event-content .readmore .thumnail-grid-section .gsc-column .column-inner a.text-class, .thumnail-grid-section .gsc-column .column-inner .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a.text-class, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .thumnail-grid-section .gsc-column .column-inner a.text-class, .thumnail-grid-section .gsc-column .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a.text-class, .dynamic-box-layout .views-view-grid .thumnail-grid-section .gsc-column .column-inner .views-field-body .field-content a.text-class, .thumnail-grid-section .gsc-column .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a.text-class, .dynamic-box-layout .views-view-grid .thumnail-grid-section .gsc-column .column-inner .views-field-view-node .field-content a.text-class {
  line-height: normal;
  min-height: inherit;
  padding-bottom: 15px;
  padding-top: 15px;
}
.thumnail-grid-section .gsc-column .column-inner .gsc-image img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.thumnail-grid-section .light-blue-content-box .column-inner {
  border: 1px solid #0ca4e1;
}
.thumnail-grid-section .light-blue-content-box .column-inner .widget-title {
  background: #75caed;
  background: -moz-linear-gradient(top, #75caed 0%, #00a0e0 100%);
  background: -webkit-linear-gradient(top, #75caed 0%, #00a0e0 100%);
  background: linear-gradient(to bottom, #75caed 0%, #00a0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75caed', endColorstr='#00a0e0',GradientType=0 );
}
.thumnail-grid-section .light-blue-content-box .column-inner .gsc-image img {
  border: 1px solid #0ca4e1;
}
.thumnail-grid-section .light-blue-content-box .column-inner .readmore.text-right a {
  color: #0ca4e1;
}
.thumnail-grid-section .light-orange-content-box .column-inner {
  border: 1px solid #f87f13;
}
.thumnail-grid-section .light-orange-content-box .column-inner .widget-title {
  background: #ffa856;
  background: -moz-linear-gradient(top, #ffa856 0%, #f77604 100%);
  background: -webkit-linear-gradient(top, #ffa856 0%, #f77604 100%);
  background: linear-gradient(to bottom, #ffa856 0%, #f77604 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa856', endColorstr='#f77604',GradientType=0 );
}
.thumnail-grid-section .light-orange-content-box .column-inner .gsc-image img {
  border: 1px solid #f87f13;
}
.thumnail-grid-section .light-orange-content-box .column-inner .text-class {
  background: #ffffff;
}
.thumnail-grid-section .light-orange-content-box .column-inner .readmore.text-right a {
  color: #f87f13;
}
.thumnail-grid-section .dark-orange-content-box .column-inner {
  border: 1px solid #2987f2;
}
.thumnail-grid-section .dark-orange-content-box .column-inner .widget-title {
  background: #75caed;
  background: -moz-linear-gradient(top, #789ecb 0%, #0f7fff 100%);
  background: -webkit-linear-gradient(top, #789ecb 0%, #0f7fff 100%);
  background: linear-gradient(to bottom, #789ecb 0%, #0f7fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789ecb', endColorstr='#0f7fff',GradientType=0 );
}
.thumnail-grid-section .dark-orange-content-box .column-inner .gsc-image img {
  border: 1px solid #2987f2;
}
.thumnail-grid-section .dark-orange-content-box .column-inner .readmore.text-right a {
  color: #2987f2;
}
.thumnail-grid-section .dark-blue-content-box .column-inner {
  border: 1px solid #ff434c;
}
.thumnail-grid-section .dark-blue-content-box .column-inner .widget-title {
  background: #ff767d;
  background: -moz-linear-gradient(top, #ff767d 0%, #ff3a44 100%);
  background: -webkit-linear-gradient(top, #ff767d 0%, #ff3a44 100%);
  background: linear-gradient(to bottom, #ff767d 0%, #ff3a44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff767d', endColorstr='#ff3a44',GradientType=0 );
}
.thumnail-grid-section .dark-blue-content-box .column-inner .gsc-image img {
  border: 1px solid #ff434c;
}
.thumnail-grid-section .dark-blue-content-box .column-inner .readmore.text-right a {
  color: #ff434c;
}
.thumnail-grid-section .light-pink-content-box .column-inner {
  border: 1px solid #96a424;
}
.thumnail-grid-section .light-pink-content-box .column-inner .widget-title {
  background: #a9b644;
  background: -moz-linear-gradient(top, #a9b644 0%, #8e9d16 100%);
  background: -webkit-linear-gradient(top, #a9b644 0%, #8e9d16 100%);
  background: linear-gradient(to bottom, #a9b644 0%, #8e9d16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9b644', endColorstr='#8e9d16',GradientType=0 );
}
.thumnail-grid-section .light-pink-content-box .column-inner .gsc-image img {
  border: 1px solid #96a424;
}
.thumnail-grid-section .light-pink-content-box .column-inner .readmore.text-right a {
  color: #96a424;
}

/* RESPONSIVE QUERIES STARTS */
@media (max-width: 1199px) {
  .thumnail-grid-section .gsc-column .column-inner .text-class {
    min-height: 78px;
  }
}
@media (max-width: 991px) {
  .thumnail-grid-section .gsc-column .column-inner .gsc-image img {
    height: 250px;
  }

  .thumnail-grid-section.gbb-row {
    padding-bottom: 10px !important;
  }

  .thumnail-grid-section .gsc-column {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .thumnail-grid-section .gsc-column .column-inner .text-class {
    min-height: inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .thumnail-grid-section .gsc-column .column-content.text-center.widget-title {
    height: auto;
    min-height: inherit;
    font-size: 18px;
  }
  .thumnail-grid-section .gsc-column .column-inner .gsc-image img {
    height: 350px;
  }
}
/* FOR MOBILE DEVICES */
/* 5 COLUMN LAYOUT DESIGN STARTS */
@media (min-width: 768px) {
  .thumnail-grid-section .row-wrapper.clearfix {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-md-4-5 {
    width: 50%;
    margin-bottom: 15px;
  }

  .col-md-4-5.fourth-column,
  .col-md-4-5.fifth-column {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .col-md-4-5 {
    width: 33%;
    margin-bottom: 25px;
  }

  .col-md-4-5.fouth-column,
  .col-md-4-5.fifth-column {
    margin-bottom: 0;
  }
}
@media (min-width: 1199px) {
  .col-md-4-5 {
    width: 20%;
    margin-bottom: 0;
  }
}
/* 5 COLUMN LAYOUT DESIGN ENDS */
/* RESPONSIVE QUERIES ENDS */
/* HOME PAGE STATIC BOX DESIGN ENDS */
/* SIDEBAR WIDGET STARTS */
.widget-title-style, .sidebar-widget .column-content-inner .widget-title h2, .sidebar-widget .column-content-inner .gsc-heading.widget-title .title-desc {
  margin: 0;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 16px;
  text-align: center;
  padding: 12px 15px;
  line-height: normal;
  color: #f4f3f3;
  font-weight: normal;
}

.sidebar-widget .column-content-inner {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-height: 495px;
  overflow: hidden;
  border: 1px solid #a5a5a5;
}
.sidebar-widget .column-content-inner .widget-title {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  background: #fb7904;
  padding: 0;
  color: #f4f3f3;
}
.sidebar-widget .column-content-inner .widget-title .title-desc {
  line-height: normal;
  margin: 0;
}
.sidebar-widget .column-content-inner .widget-title h2 {
  font-size: 16px !important;
}
.sidebar-widget .column-content-inner .widget-title p {
  margin: 0;
}
.sidebar-widget .column-content-inner .gsc-block-view {
  padding: 20px 8px 18px 8px;
  margin: 0;
  background: #ffffff none repeat scroll 0 0;
}
.sidebar-widget .column-content-inner .gsc-block-view .item {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.sidebar-widget .column-content-inner .gsc-block-view .item .views-field-field-image, .sidebar-widget .column-content-inner .gsc-block-view .item .article-side-bar .item-image {
  float: left;
  width: 88px;
  margin-right: 10px;
}
.sidebar-widget .column-content-inner .gsc-block-view .item .views-field-field-image img, .sidebar-widget .column-content-inner .gsc-block-view .item .article-side-bar .item-image img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.sidebar-widget .column-content-inner .gsc-block-view .item .views-field-title a {
  color: #fb7904;
  font-size: 16px;
  font-family: "WhitneyHTF-SemiBold";
}
.sidebar-widget .column-content-inner .gsc-block-view .item .views-field-body p, .sidebar-widget .column-content-inner .gsc-block-view .item .article-side-bar p {
  color: #848484;
  line-height: 18px;
  font-size: 13px;
  font-family: "WhitneyHTF-Medium";
}
.sidebar-widget .column-content-inner .gsc-block-view .item .article-side-bar {
  color: #848484;
  line-height: 18px;
  font-size: 13px;
  font-family: "WhitneyHTF-Medium";
}
.sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content {
  display: block;
  float: none;
  text-align: right;
  line-height: normal;
}
.sidebar-widget .column-content-inner .gsc-block-view .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget .article-side-bar span {
  display: none;
}

/* @media (min-width: $screen-sm-min) and (max-width: $screen-md-max){
	.sidebar-widget{
		.column-content-inner{
			.gsc-block-view{
				.item{
					.views-field-body{
						float: right;
						width: 53%;
						.field-content{
							text-align:left;
						}
					}
					.views-field-view-node{
						float: right;
						width: 100%;					
					}
				}
			}
		}
	}
}
*/
/* 
@media (min-width: $screen-sm-min){
	.sidebar-widget.gsc-column.col-lg-3{
		padding:0 15px 0 0;
	}
}
*/
@media (max-width: 1199px) {
  .sidebar-widget .column-content-inner {
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-body, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node {
    float: none;
    width: auto;
  }
}
/* SIDEBAR WIDGET ENDS */
/* EVENT DETAILS WIDGET STARTS */
.main_inner_white .sidebar-inner .block {
  background: #ffffff none repeat scroll 0 0;
}
.main_inner_white .sidebar-inner .block .block-title {
  background: #fb7904;
  margin: 0;
  text-align: center;
  padding: 12px 15px;
  line-height: normal;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.main_inner_white .sidebar-inner .block .block-title span {
  color: #f4f3f3;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "WhitneyHTF-SemiBold";
  text-align: center;
}
.main_inner_white .sidebar-inner .block .content.block-content {
  margin: 0;
  padding: 20px 8px 18px;
  border: 1px solid #e9e9e9;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .post-block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .post-block .post-image {
  float: left;
  width: 88px;
  margin-right: 10px;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .post-block .post-image img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .post-block .post-created {
  color: #16b1d1;
  letter-spacing: 0;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .view-list-item {
  margin-bottom: 15px !important;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .view-list-item .post-image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .view-list-item .post-content {
  padding-top: 0;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .view-list-item .post-content .post-title a {
  margin-top: 0;
  color: #848484;
  line-height: 18px;
  font-size: 13px;
  font-family: "WhitneyHTF-Medium";
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .view-list-item:last-child {
  margin-bottom: 0 !important;
}
.main_inner_white .sidebar-inner .block .content.block-content .post-style-list .view-list-item:last-child .post-block {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .sidebar-right {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .sidebar-widget .column-content-inner {
    max-height: 464px;
  }
}
/* EVENT DETAILS WIDGET ENDS */
/* DYNAMIC BOX DESIGN STARTS */
.p-text, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content, .dynamic-box-layout .views-view-grid .column-inner .views-field-field-video-short-description .field-content {
  font-family: "WhitneyHTF-Medium";
  font-size: 14px;
  color: #949494;
  line-height: 21px;
  padding: 0 15px 15px 15px;
  margin: 0;
  min-height: 99px;
  overflow: hidden;
  background: #ffffff;
}

.img-object-fit, .dynamic-box-layout .views-view-grid .column-inner .views-field-field-image img, .dynamic-box-layout .views-view-grid .column-inner .views-field-field-youtube-url img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}

.dynamic-box-layout .views-view-grid .views-col {
  margin-bottom: 60px;
}
.dynamic-box-layout .views-view-grid .views-col .box-layout-title {
  font-family: "WhitneyHTF-SemiBold";
  font-size: 20px;
  margin: 0;
  line-height: normal;
  padding: 15px;
  color: #ffffff;
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dynamic-box-layout .views-view-grid .views-col .box-layout-title a {
  color: #ffffff;
}
.dynamic-box-layout .views-view-grid .column-inner {
  background: #ffffff;
}
.dynamic-box-layout .views-view-grid .column-inner .views-field-field-image {
  padding: 15px;
  background: #ffffff;
  text-align: center;
}
.dynamic-box-layout .views-view-grid .column-inner .views-field-field-youtube-url {
  padding: 15px;
  background: #ffffff;
  text-align: center;
}
.dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content {
  display: flex;
  width: 100%;
}
.dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content p {
  margin-bottom: 0;
  min-height: auto;
}
.dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a {
  display: block;
  text-align: right;
}
.dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a {
  padding: 0 15px 15px;
  display: block;
  text-align: right;
  line-height: normal;
}
.dynamic-box-layout .views-col:nth-child(1) .column-inner {
  border: 1px solid #75caed;
}
.dynamic-box-layout .views-col:nth-child(1) .column-inner .box-layout-title {
  background: #75caed;
}
.dynamic-box-layout .views-col:nth-child(1) .column-inner .item-image img {
  border: 1px solid #75caed;
}
.dynamic-box-layout .views-col:nth-child(2) .column-inner {
  border: 1px solid #ffa856;
}
.dynamic-box-layout .views-col:nth-child(2) .column-inner .box-layout-title {
  background: #ffa856;
}
.dynamic-box-layout .views-col:nth-child(2) .column-inner .item-image img {
  border: 1px solid #ffa856;
}
.dynamic-box-layout .views-col:nth-child(2) .column-inner .text-class p {
  background: #ffffff;
}
.dynamic-box-layout .views-col:nth-child(3) .column-inner {
  border: 1px solid #e78127;
}
.dynamic-box-layout .views-col:nth-child(3) .column-inner .box-layout-title {
  background: #e78127;
}
.dynamic-box-layout .views-col:nth-child(3) .column-inner .item-image img {
  border: 1px solid #e78127;
}
.dynamic-box-layout .views-col:nth-child(4) .column-inner {
  border: 1px solid #24aece;
}
.dynamic-box-layout .views-col:nth-child(4) .column-inner .box-layout-title {
  background: #24aece;
}
.dynamic-box-layout .views-col:nth-child(4) .column-inner .item-image img {
  border: 1px solid #24aece;
}

/*.button-layout{
	 .views-view-grid{
		.views-col{
			margin-bottom:0;
		}
	}
}*/
/* RESPONSIVE QUERIES STARTS */
@media (max-width: 1199px) {
  .dynamic-box-layout .views-view-grid .views-col .column-inner .views-field-body .field-content,
  .dynamic-box-layout .views-view-grid .views-col .column-inner .views-field-field-video-short-description .field-content {
    min-height: 120px;
  }
  .dynamic-box-layout .views-view-grid .views-col .column-inner .box-layout-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .dynamic-box-layout .views-view-grid .views-col {
    margin-bottom: 20px;
  }
  .dynamic-box-layout .views-view-grid .views-col .column-inner img {
    height: 250px;
  }
  .dynamic-box-layout .views-view-grid .views-col .column-inner .views-field-body .field-content,
  .dynamic-box-layout .views-view-grid .views-col .column-inner .views-field-field-video-short-description .field-content {
    min-height: 78px;
  }
  .dynamic-box-layout .views-view-grid .views-col .column-inner .box-layout-title, .dynamic-box-layout .views-view-grid .views-col .column-inner .box-layout-title a {
    height: auto;
    font-size: 18px;
  }
  .dynamic-box-layout ul.pager[data-drupal-views-infinite-scroll-pager] {
    margin-bottom: 20px;
  }

  .dynamic-box-layout .views-col {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .dynamic-box-layout {
    padding-bottom: 0 !important;
  }
  .dynamic-box-layout .views-view-grid .views-col .column-inner img {
    height: 350px;
  }
  .dynamic-box-layout .views-view-grid .views-col .column-inner .views-field-body .field-content,
  .dynamic-box-layout .views-view-grid .views-col .column-inner .views-field-field-video-short-description .field-content,
  .dynamic-box-layout .views-view-grid .views-col .column-inner .box-layout-title, .dynamic-box-layout .views-view-grid .views-col .column-inner .box-layout-title a {
    min-height: inherit;
  }
}
@media (max-width: 480px) {
  .dynamic-box-layout .views-view-grid .views-col .column-inner img {
    height: 250px;
  }
}
/* FOR MOBILE DEVICES */
/* RESPONSIVE QUERIES ENDS */
/* DYNAMIC BOX DESIGN ENDS */
/* BANNER STYLE STARTS */
.banner-section img {
  display: none;
}
.banner-section .object-fit {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 438px;
  width: 100%;
}
.banner-section .column-content.banner-text {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 20%;
  position: absolute;
  right: 20%;
  top: 0;
}
.banner-section .column-content.banner-text h3 {
  color: #ffffff;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 48px;
  letter-spacing: 1px;
  line-height: normal !important;
  margin: 0 0 20px;
  width: 100%;
}
.banner-section .column-content.banner-text p {
  color: #ffffff;
  line-height: normal;
  margin-bottom: 10px;
  font-family: "WhitneyHTF-Light";
  font-size: 24px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-section .object-fit {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .banner-section .object-fit {
    height: 250px;
  }
}
/* BANNER STYLE ENDS */
/* ARTICLES STARTS HERE */
.custom-select, .views-exposed-form .js-form-item-sort-by .form-select, .sorting-div .form-select {
  border: 1px solid #16b1d1;
  background: #ffffff url("../images/theme-carret.png") no-repeat scroll 96% center;
  color: #16b1d1;
  width: 277px;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.custom-select::-ms-expand, .views-exposed-form .js-form-item-sort-by .form-select::-ms-expand, .sorting-div .form-select::-ms-expand {
  display: none;
}

.sorting-div {
  /* .bootstrap-select{
  	width:auto!important;
  	.btn{
  		width:277px;
  		border:1px solid $theme-color-second;
  		height:40px;
  		line-height:40px;
  		padding:0 12px;
  		color:$theme-color-second;
  		background:$white;
  		text-transform: capitalize;
  		@include border-radius(20px);
  		@include box-shadow(0 0);
  		color:$theme-color-second;
  		outline: medium none;
  		&:hover,&:focus{
  			outline: none!important;
  		}
  	}
  	.dropdown-menu {
  		@include border-radius(0);
  		margin: 0;
  		li{
  			a{
  				color:$theme-color-second;
  				text-transform: capitalize;
  				&:hover,&:focus{
  					background-color: $light-blue;
  					color: $white;
  				}
  			}
  		}
  	}
  	.dropdown-toggle{
  		.caret{
  			background: rgba(0, 0, 0, 0) url("../images/theme-carret.png") no-repeat scroll 0 0;
  			border: medium none;
  			padding: 6px 10px;
  			top: 17px;
  		}
  	}
  	
  }*/
}
.sorting-div .dynamic-box-layout {
  /*.views-view-grid{
  	.views-row{
  		&:last-child{
  			.views-col{
  				 margin-bottom: 30px;
  			}				
  		}
  	}
  }*/
}
.sorting-div .dynamic-box-layout .views-exposed-form {
  margin-top: -68px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 90%;
}
.sorting-div .dynamic-box-layout .views-exposed-form .form-item, .sorting-div .dynamic-box-layout .views-exposed-form .form-actions {
  display: inline-block;
}
.sorting-div .dynamic-box-layout .views-exposed-form .form-actions {
  position: relative;
  top: 3px;
}
.sorting-div .dynamic-box-layout .views-exposed-form .form-item label {
  display: none;
}
.sorting-div .articles-sorting {
  margin-bottom: 17px;
}

@media screen and (max-width: 568px) {
  .sorting-div .dynamic-box-layout .views-exposed-form {
    margin-top: 0;
    margin-bottom: 30px;
    position: inherit;
    text-align: left;
    width: 100%;
  }
  .sorting-div .dynamic-box-layout .views-exposed-form .form-item {
    display: block;
  }
  .sorting-div .dynamic-box-layout .views-exposed-form .form-item label {
    font-family: "WhitneyHTF-Light";
    font-weight: normal;
  }
  .sorting-div .dynamic-box-layout .views-exposed-form .form-actions {
    padding-top: 15px;
    position: inherit;
    top: 0;
  }
  .sorting-div .dynamic-box-layout .views-exposed-form .form-actions .submit-button, .sorting-div .dynamic-box-layout .views-exposed-form .form-actions input.button, .sorting-div .dynamic-box-layout .views-exposed-form .form-actions .contact-form-section .btn-theme-submit.button, .contact-form-section .sorting-div .dynamic-box-layout .views-exposed-form .form-actions .btn-theme-submit.button, .sorting-div .dynamic-box-layout .views-exposed-form .form-actions body.path-user #page-main-content > .main-content-inner .button, body.path-user #page-main-content > .main-content-inner .sorting-div .dynamic-box-layout .views-exposed-form .form-actions .button {
    margin: 0;
  }
  .sorting-div .dynamic-box-layout .form-select {
    width: 100%;
  }
}
/* ARTICLES STARTS ENDS */
/* SUB CATEGORY PAGE DYNAMIC TEXT START */
.list-pink-circle, .dynamic-text ul li:before, .path-node .main-content-cls ul li:before, .main-content-cls .search-form + h2 + ol li:before {
  background: #ff318e;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  content: "";
  height: 6px;
  left: 5px;
  top: 12px;
  position: absolute;
  width: 6px;
}

.dynamic-text, .path-node .main-content-cls {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
  display: table;
  width: 100%;
}
.dynamic-text .sub-title, .path-node .main-content-cls .sub-title, .dynamic-text .event-full .post-title, .event-full .dynamic-text .post-title, .path-node .main-content-cls .event-full .post-title, .event-full .path-node .main-content-cls .post-title, .path-node .main-content-cls .content .page-title span {
  margin-bottom: 30px;
}
.dynamic-text h4, .path-node .main-content-cls h4 {
  color: #16b1d1;
  font-family: "WhitneyHTF-Medium";
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
}
.dynamic-text p, .path-node .main-content-cls p {
  margin: 0;
}
.dynamic-text sup, .path-node .main-content-cls sup {
  font-family: arial;
  font-size: 14px;
  line-height: normal;
  top: 0;
  color: #666666;
}
.dynamic-text ul, .path-node .main-content-cls ul {
  list-style: outside none none;
  padding: 0 14px;
}
.dynamic-text ul li, .path-node .main-content-cls ul li {
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}
.dynamic-text .align-left, .path-node .main-content-cls .align-left {
  margin: 15px 15px 0 0;
}
.dynamic-text .align-right, .path-node .main-content-cls .align-right {
  margin: 0 0 15px 15px;
}

.dynamic-text .views-field ul, .path-node .main-content-cls .views-field ul, .dynamic-text .views-field p, .path-node .main-content-cls .views-field p, .dynamic-text .views-field ol, .path-node .main-content-cls .views-field ol {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .dynamic-text, .path-node .main-content-cls {
    padding: 20px;
  }
}
/* SUB CATEGORY PAGE DYNAMIC TEXT ENDS */
/* ARTICLE DETAILS PAGE STARTS */
/* H6 COMMENTS */
.dynamic-text .views-field h6, .path-node .main-content-cls .views-field h6 {
  color: #b4b4b4;
  font-family: "WhitneyHTF-Medium";
}

/* H6 COMMENTS */
.article-detail-page .container {
  background: #ffffff;
}
.article-detail-page .container .sidebar-widget .column-content-inner {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  max-height: inherit;
  overflow: inherit;
}
.article-detail-page .container .sidebar-widget .column-content-inner .gsc-block-view {
  background: none;
}
.article-detail-page .container .dynamic-text, .article-detail-page .container .path-node .main-content-cls, .path-node .article-detail-page .container .main-content-cls {
  display: inline-block;
  overflow-x: auto;
  padding: 0;
  width: 100%;
}
.article-detail-page .container .dynamic-text .views-field-body table, .article-detail-page .container .path-node .main-content-cls .views-field-body table, .path-node .article-detail-page .container .main-content-cls .views-field-body table {
  border: none !important;
}
.article-detail-page .container .dynamic-text .views-field-body table td, .article-detail-page .container .path-node .main-content-cls .views-field-body table td, .path-node .article-detail-page .container .main-content-cls .views-field-body table td {
  border: none !important;
}
.article-detail-page .container .dynamic-text .views-field-body table img, .article-detail-page .container .path-node .main-content-cls .views-field-body table img, .path-node .article-detail-page .container .main-content-cls .views-field-body table img {
  max-width: inherit;
}
.article-detail-page .container .gsc-column:last-child .column-content-inner {
  margin-bottom: 0;
}
.article-detail-page .container .article-side-bar p {
  display: table;
}

/*
@media (min-width: $screen-sm-max) and (max-width: $screen-lg){
	.article-detail-page{
		.gsc-column.col-lg-9{
			width:66.6667%;
		}
		.gsc-column.col-lg-3{
			width:33.3333%;
		}
	}
}*/
@media (min-width: 1200px) {
  .article-detail-page .container {
    padding: 30px;
    width: 1170px;
  }
  .article-detail-page .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-body {
    width: 58%;
    float: right;
  }
  .article-detail-page .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node {
    float: right;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .article-detail-page .container {
    padding: 30px;
    width: 940px;
  }
}
@media (max-width: 991px) {
  .article-detail-page .container {
    padding: 20px;
    width: 720px;
  }
  .article-detail-page .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-body, .article-detail-page .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node {
    width: auto;
    float: none;
  }
  .article-detail-page .sidebar-widget.gsc-column.col-lg-3 {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .article-detail-page .container .sidebar-widget .column-content-inner {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .article-detail-page .container {
    margin: 0 15px;
    padding: 30px;
    width: auto;
  }
}
/* ARTICLE DETAILS PAGE ENDS */
/* BREADCRUMB STARTS HERE */
.breadcrumb-section.gbb-row .breadcrumb-content-inner {
  margin: 0;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
  position: inherit;
  margin: 0;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style {
  min-height: inherit;
  background: #ffffff !important;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links {
  padding: 14px 30px 12px;
  position: inherit;
  text-align: left;
  width: 100%;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links .content-inner {
  line-height: normal;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li {
  color: #949494;
  font-family: "WhitneyHTF-Light";
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-transform: none;
  padding: 0 20px 0 28px;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li:before {
  content: "\f101";
  font-family: fontawesome;
  left: 0;
  position: absolute;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li a {
  color: #fb7904;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li span {
  display: none;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li:first-child {
  padding-left: 0;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li:first-child:before {
  content: none;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li:first-child a {
  display: inline-block;
  line-height: 0;
  width: 16px;
  color: transparent;
  position: relative;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li:first-child a:before {
  content: "\f015";
  font-family: fontawesome;
  color: #fb7904;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li:last-child:before {
  content: none;
}
.breadcrumb-section.gbb-row .breadcrumb-content-inner .page-title {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li {
    font-size: 14px;
    line-height: normal;
    padding: 0 15px 15px 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li {
    padding: 0 15px;
  }
}
@media (max-width: 568px) {
  .breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links {
    padding: 14px 30px 0;
  }
  .breadcrumb-section.gbb-row .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links ol li {
    padding: 0 15px 15px;
  }
}
/* BREADCRUMB ENDS */
/* EVENTS BREADCRUMB STARTS */
.breadcrumb-section .events-breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb-section .events-breadcrumbs .breadcrumb-links .breadcrumb ol li:nth-child(5) {
  display: none;
}
.breadcrumb-section .events-breadcrumbs .breadcrumb-links .breadcrumb ol li:nth-child(4):before, .breadcrumb-section .events-breadcrumbs .breadcrumb-links .breadcrumb ol li:nth-child(5):before {
  content: none;
}

/* EVENTS BREADCRUMB STARTS */
/* VIDEO SECTION STARTS HERE */
.video-section .video-embed-field-launch-modal {
  position: relative;
}
.video-section .video-embed-field-launch-modal .video-button-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.video-section .video-embed-field-launch-modal .video-button-overlay:before {
  background: rgba(0, 0, 0, 0) url("../images//video-button.png") no-repeat scroll 0 0;
  content: "";
  position: absolute;
  top: 30%;
  left: 35%;
  z-index: 0;
  bottom: 0;
  right: 0;
}

/* PATH NODE CLASS NAME FOR EVERY PAGE EXCEPT EVENT DETAILS IF AN Y ADDED */
.path-node .main-content-cls {
  margin: 60px 0;
  width: 100%;
}
.path-node .main-content-cls .content .page-title {
  margin: 0;
}
.path-node .main-content-cls .field--name-field-video-short-description {
  font-family: "WhitneyHTF-Light";
  margin-bottom: 20px;
  line-height: 20px;
}
.path-node .main-content-cls .video-embed-field-responsive-video:after {
  padding: 0;
}

.node--type-event .main-content-cls, .node--type-tools-community-services .main-content-cls {
  margin: 0;
  padding: 0;
}

.path-node .main-content-cls .node__meta {
  font-family: "WhitneyHTF-Light";
  margin-bottom: 20px;
  line-height: 20px;
}
.path-node .main-content-cls .field--type-image {
  margin-bottom: 20px;
}
.path-node .main-content-cls .field--type-image img {
  width: 100%;
}
.path-node .main-content-cls .article-side-bar .field--type-image {
  margin-bottom: 0;
}

.node--type-tools-community-services .main-content-cls {
  background: none;
}
.node--type-tools-community-services .main-content-cls .views-view-grid .views-col .box-layout-title a {
  line-height: normal;
  margin: 0;
  padding: 0;
}
.node--type-tools-community-services .main-content-cls .views-view-grid .views-col .box-layout-title a:before, .node--type-tools-community-services .main-content-cls .views-view-grid .views-col .box-layout-title a:after {
  content: none;
}
.node--type-tools-community-services .main-content-cls .views-view-grid .views-field-title {
  margin: 0;
  font-size: 20px;
}
.node--type-tools-community-services .main-content-cls .views-view-grid .views-field-title .box-layout-title a {
  font-size: 20px;
}
.node--type-tools-community-services .main-content-cls .sub-title, .node--type-tools-community-services .main-content-cls .event-full .post-title, .event-full .node--type-tools-community-services .main-content-cls .post-title, .node--type-tools-community-services .path-node .main-content-cls .content .page-title span, .path-node .node--type-tools-community-services .main-content-cls .content .page-title span {
  margin: 0 0 16px;
}

@media (max-width: 991px) {
  .node--type-videos .main-content-cls, .node--type-home-slideshow .main-content-cls {
    margin: 25px 0;
    padding: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .video-section .video-embed-field-launch-modal .video-button-overlay:before {
    background-size: 50% auto;
    left: 35%;
    top: 35%;
  }
}
@media (max-width: 991px) {
  .video-section .video-embed-field-launch-modal .video-button-overlay:before {
    left: 40%;
    top: 40%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .video-section .video-embed-field-launch-modal .video-button-overlay:before {
    left: 45%;
    top: 45%;
  }
}
/* VIDEO SECTION ENDS HERE */
/* PAGINATION STARTS HERE */
.pager {
  margin: 0;
}
.pager .pager__items {
  padding: 0;
  text-align: right;
}
.pager .pager__items .pager__item a {
  background: #16b1d1;
  color: #ffffff;
  font-family: "WhitneyHTF-Medium";
  border: medium none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: normal;
  padding: 6px 12px;
  margin-right: 3px;
}
.pager .pager__items .pager__item a:hover, .pager .pager__items .pager__item a:focus {
  background: #ff318e;
}
.pager .pager__items .pager__item:last-child a {
  margin-right: 0;
}
.pager .pager__items .is-active a {
  background: #ff318e;
}
.pager .pager__items .is-active a:hover, .pager .pager__items .is-active a:focus {
  background: #16b1d1;
}

/* PAGINATION ENDS HERE */
#backtotop {
  background: url("../images//backtotop.png") no-repeat center center;
  bottom: 10px;
  cursor: pointer;
  height: 70px;
  position: fixed;
  right: 10px;
  text-indent: -9999px;
  width: 70px;
  z-index: 1;
}

#backtotop:hover {
  opacity: 0.8;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #backtotop {
    background: url("../images//backtotop2x.png") no-repeat center center;
    background-size: 70px 70px;
  }
}
.drupal-tabs {
  position: relative;
}
.drupal-tabs li {
  display: inline-block;
  float: left;
  line-height: normal;
  margin: 0 10px 0 0;
  text-align: center;
  width: auto;
}
.drupal-tabs li a {
  background: #fb7904 none repeat scroll 0 0;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  display: inline-block;
  font-size: 14px;
  font-family: "WhitneyHTF-Medium";
  font-weight: normal;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px 25px !important;
  text-transform: none;
}
.drupal-tabs li a:hover, .drupal-tabs li a:focus {
  background: #ffffff;
  color: #fb7904;
}
.drupal-tabs .is-active a {
  background: #ffffff;
  color: #fb7904;
}
.drupal-tabs .is-active a:hover, .drupal-tabs .is-active a:focus {
  background: #fb7904;
  color: #ffffff;
}

@media (max-width: 735px) {
  .drupal-tabs {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .drupal-tabs li a {
    padding: 10px 20px !important;
  }
}
/* CONTACT US STARTS */
.get-in-touch .widget.gsc-icon-box {
  background: #ffffff none repeat scroll 0 0 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 30px 28px;
  margin-bottom: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.get-in-touch .widget.gsc-icon-box .desc {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  font-family: "WhitneyHTF-Light";
}
.get-in-touch .widget.gsc-icon-box .desc p {
  margin: 0;
}
.get-in-touch .widget.gsc-icon-box .desc p strong {
  font-weight: normal;
  font-family: "WhitneyHTF-SemiBold";
}
.get-in-touch .widget.gsc-icon-box .desc p a {
  color: #666666;
  line-height: 26px;
}
.get-in-touch .widget.gsc-icon-box .desc p a:hover, .get-in-touch .widget.gsc-icon-box .desc p a:focus {
  color: #16b1d1;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background .highlight-icon {
  border: 2px solid #ffffff !important;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background .highlight-icon .icon {
  color: #ffffff !important;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background.blue-box {
  border: 1px solid #16b1d1;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background.blue-box .highlight-icon {
  background: #16b1d1;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background.orange-box {
  border: 1px solid #fb7904;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background.orange-box .highlight-icon {
  line-height: 120px;
  background: #fb7904;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background.pink-box {
  border: 1px solid #ff318e;
}
.get-in-touch .widget.gsc-icon-box.top-center.has-background.pink-box .highlight-icon {
  line-height: 115px;
  background: #ff318e;
}

.contact-form-section {
  background: #ffffff;
  margin: 0 15px;
  width: auto;
  padding: 20px;
  float: none;
  max-width: inherit;
}
.contact-form-section .contact-title h2 {
  color: #16b1d1;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: "WhitneyHTF-SemiBold";
}
.contact-form-section .contact-message-form .form-item {
  border: medium none;
}
.contact-form-section .contact-message-form .form-item input[type="text"],
.contact-form-section .contact-message-form .form-item input[type="email"],
.contact-form-section .contact-message-form .form-item textarea {
  border-bottom: 1px solid #b4b4b4;
}
.contact-form-section .contact-message-form .form-item textarea {
  height: 100px;
  resize: none;
}

@media (max-width: 1199px) {
  .get-in-touch .widget.gsc-icon-box {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  .widget.gsc-icon-box.top-center.has-background {
    min-height: inherit !important;
    margin-top: 70px;
  }
}
@media (min-width: 767px) {
  .contact-form-section {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
  }
  .contact-form-section .contact-title h2 {
    font-size: 24px;
  }
}
/* CONTACT US ENDS */
/* SEARCH PAGE STARTS */
.main-content-cls .search-form {
  background: #ffffff none repeat scroll 0 0;
  margin: 60px 0 0;
  padding: 30px;
}
.main-content-cls .search-form label {
  color: #a5a5a5;
  font-weight: normal;
  font-family: "WhitneyHTF-Light";
  padding-right: 10px;
}
.main-content-cls .search-form .form-search {
  border: 1px solid #16b1d1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  height: 40px;
  line-height: normal;
  padding: 10px 15px;
  font-family: "WhitneyHTF-LightItalic";
  color: #b4b4b4;
  font-size: 14px;
}
.main-content-cls .search-form .button {
  line-height: 40px;
  padding: 0 20px;
}
.main-content-cls .search-form .search-help-link {
  display: none;
}
.main-content-cls .search-form + h3 {
  background: #ffffff none repeat scroll 0 0;
  color: #ff318e;
  font-family: "WhitneyHTF-Light";
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 0 30px 20px;
  text-transform: none;
  width: 100%;
}
.main-content-cls .search-form + h2 {
  background: #ffffff none repeat scroll 0 0;
  margin: 0;
  padding: 30px 30px 0 30px;
  color: #16b1d1;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 24px;
}
.main-content-cls .search-form + h2 + ol {
  font-family: "WhitneyHTF-Light";
  line-height: normal;
  list-style: none;
  font-size: 16px;
  color: #16b1d1;
  font-family: "WhitneyHTF-SemiBold";
  margin-bottom: 60px;
  background: #ffffff none repeat scroll 0 0;
  padding: 10px 30px 30px;
}
.main-content-cls .search-form + h2 + ol li {
  position: relative;
  padding: 0 0 10px 15px;
}
.main-content-cls .search-form + h2 + ol li:before {
  height: 7px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 7px;
}
.main-content-cls .search-form + h2 + ol h3 {
  margin: 0;
  font-size: 16px;
}
.main-content-cls .search-form + h2 + ol h3 a {
  color: #16b1d1;
  font-family: "WhitneyHTF-Medium";
}
.main-content-cls .search-form + h2 + ol p {
  font-family: "WhitneyHTF-Light";
  color: #848484;
  margin: 0;
  line-height: 26px;
}
.main-content-cls .search-form + h2 + ol p a {
  color: #fb7904;
}
.main-content-cls .search-form + h2 + ol p a:hover, .main-content-cls .search-form + h2 + ol p a:focus {
  color: #16b1d1;
}
.main-content-cls .search-form + h2 + ol + .pager {
  margin-bottom: 45px;
}
.main-content-cls .search-form + h2 + ol + .pager .pager__items .pager__item a {
  margin-bottom: 15px;
}

/* SEARCH PAGE ENDS*/
/* ADVANCED SEARCH PAGE STARTS*/
.before, .main-content-cls .search-advanced summary:before, .main-content-cls .search-advanced summary[aria-expanded="true"]:before {
  content: "\f078";
  font-family: "FontAwesome";
  margin-right: 15px;
  position: absolute;
  right: 0;
}

.main-content-cls .search-advanced {
  margin: 30px 0 0;
}
.main-content-cls .search-advanced summary {
  border: 1px solid #16b1d1;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-family: "WhitneyHTF-Medium";
  color: #16b1d1;
  line-height: normal;
  padding: 10px 20px;
  position: relative;
}
.main-content-cls .search-advanced summary[aria-expanded="true"]:before {
  content: "\f077";
}
.main-content-cls .search-advanced fieldset {
  border: 1px solid #16b1d1;
  margin: 15px 0;
  padding: 0 15px 5px;
}
.main-content-cls .search-advanced fieldset legend {
  color: #16b1d1;
  font-size: 16px;
  font-family: "WhitneyHTF-Medium";
  border: medium none;
  margin-bottom: 0;
  width: auto;
}
.main-content-cls .search-advanced fieldset fieldset {
  margin: 5px 0 0 0;
}
.main-content-cls .search-advanced fieldset label {
  color: #666666;
  margin: 0;
}
.main-content-cls .search-advanced fieldset .form-item {
  line-height: normal;
  margin-bottom: 15px;
}
.main-content-cls .search-advanced fieldset .form-checkboxes {
  padding: 15px 0 0;
}
.main-content-cls .search-advanced fieldset .form-checkboxes label {
  padding: 0 0 0 5px;
}

@media (max-width: 767px) {
  .main-content-cls .search-form {
    padding: 15px 30px;
    margin: 40px 0 0;
  }
  .main-content-cls .search-form label, .main-content-cls .search-form .form-search {
    display: inline-block;
    width: 100%;
  }
  .main-content-cls .search-form .form-search {
    margin-bottom: 15px;
  }
  .main-content-cls .search-advanced {
    margin: 15px 0 0;
  }
  .main-content-cls .search-form + h3 {
    margin-bottom: 40px;
  }
  .main-content-cls .search-form + h2 {
    padding: 10px 30px 0;
  }
  .main-content-cls .search-form + h2 + ol {
    margin-bottom: 40px;
  }
  .main-content-cls .search-form + h2 + ol + .pager {
    margin-bottom: 20px;
  }
}
/* ADVANCED SEARCH PAGE ENDS*/
/* ABOUT US STARTS */
.about-us ul li strong {
  font-family: "WhitneyHTF-Medium";
  font-weight: normal;
}
.about-us ul li em {
  font-family: "WhitneyHTF-LightItalic";
  font-style: normal;
}

/* ABOUT US STARTS */
/* 404 PAGE STARTS */
.main-content-cls h2.title {
  display: none;
}

.page-not-found {
  margin: 60px 0;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 450px;
  width: 100%;
}
.page-not-found .big-title {
  background: rgba(0, 0, 0, 0) url("../images/404.png") no-repeat scroll center center;
  background-size: contain;
  padding: 87px 0;
  text-align: center;
  width: 100%;
}
.page-not-found .oops-title {
  color: #16b1d1;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 48px;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.page-not-found .button-cls, .page-not-found .button-div .gsc-button.button-cls, .button-div .page-not-found .gsc-button.button-cls, .page-not-found .button-div .button, .button-div .page-not-found .button, .page-not-found ul.pager[data-drupal-views-infinite-scroll-pager] .gsc-button.button-cls, ul.pager[data-drupal-views-infinite-scroll-pager] .page-not-found .gsc-button.button-cls, .page-not-found ul.pager[data-drupal-views-infinite-scroll-pager] .button, ul.pager[data-drupal-views-infinite-scroll-pager] .page-not-found .button, .page-not-found .thumnail-grid-section .column-content-inner .more-link a, .thumnail-grid-section .column-content-inner .more-link .page-not-found a, .page-not-found .flexslider .read-more a, .flexslider .read-more .page-not-found a, .page-not-found .flexslider .event-block .event-content .readmore a a, .flexslider .event-block .event-content .readmore a .page-not-found a, .page-not-found .event-block .event-content .readmore .flexslider a a, .event-block .event-content .readmore .flexslider a .page-not-found a, .page-not-found .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a a, .flexslider .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content a .page-not-found a, .page-not-found .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a a, .sidebar-widget .column-content-inner .gsc-block-view .item .views-field-view-node .field-content .flexslider a .page-not-found a, .page-not-found .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content a .page-not-found a, .page-not-found .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-body .field-content .flexslider a .page-not-found a, .page-not-found .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a a, .flexslider .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content a .page-not-found a, .page-not-found .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a a, .dynamic-box-layout .views-view-grid .column-inner .views-field-view-node .field-content .flexslider a .page-not-found a, .page-not-found .main-content-cls .search-form .button, .main-content-cls .search-form .page-not-found .button {
  font-size: 20px;
  margin: 10px 0 0;
  text-transform: none;
}

.access-denied .big-title {
  background: rgba(0, 0, 0, 0) url("../images/403.png") no-repeat scroll center center;
}
.access-denied .oops-title {
  text-transform: none;
}

/* 404 PAGE ENDS*/
/* LOGIN SCREEN STARTS */
.centered-box, body.path-user #page-main-content > .main-content-inner .user-login-form, body.path-user #page-main-content > .main-content-inner .user-pass, body.path-user .main-content-cls article {
  background: #ffffff;
  max-width: 700px;
  margin: 60px auto;
  padding: 30px;
}

body.path-user .help {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
body.path-user .help .container {
  width: 100%;
  padding: 0;
}
body.path-user #page-main-content > .main-content-inner .user-login-form, body.path-user #page-main-content > .main-content-inner .user-pass {
  border-radius: 0 5px 5px;
  -webkit-border-radius: 0 5px 5px;
  -moz-border-radius: 0 5px 5px;
  -ms-border-radius: 0 5px 5px;
  -o-border-radius: 0 5px 5px;
  margin: 0 auto 60px;
  /* @include box-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); */
}
body.path-user #page-main-content > .main-content-inner .user-pass label {
  font-family: "WhitneyHTF-Medium";
  margin: 0;
  padding-right: 10px;
}
body.path-user #page-main-content > .main-content-inner .user-pass p {
  font-family: "WhitneyHTF-Light";
  line-height: 24px;
  margin: 20px 0 10px;
}
body.path-user #page-main-content > .main-content-inner .button {
  border: medium none;
  font-weight: normal;
  letter-spacing: 0;
  margin: 10px 0 0;
  text-transform: none;
}
body.path-user #page-main-content > .main-content-inner .description {
  padding: 5px 0 10px;
  color: #949494;
  font-family: "WhitneyHTF-LightItalic";
}
body.path-user summary {
  font-weight: 700;
  text-transform: uppercase;
  color: #fb7904;
}
body.path-user .contextual-region .label {
  color: #ff318e !important;
  font-family: "WhitneyHTF-SemiBold";
  font-size: 16px;
  font-weight: normal;
  padding: 0 5px 0 0;
  margin: 0;
}

.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 {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  color: #949494;
  font-family: "WhitneyHTF-LightItalic";
  font-size: 14px;
}

@media (max-width: 767px) {
  body.path-user #page-main-content > .main-content-inner .user-pass label, body.path-user #page-main-content > .main-content-inner .user-pass .form-text {
    width: 100%;
  }
}
/* LOGIN SCREEN ENDS */
/* GHK CUSTOM CSS ENDS */

/*# sourceMappingURL=template.css.map */
