.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

[data-animation="slideInLeft"] {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0); }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

[data-animation="slideInRight"] {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0); }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

[data-animation="slideInDown"] {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0); }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

[data-animation="slideInUp"] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

[data-animation="fadeIn"] {
  opacity: 0; }

.navbar {
  margin: 0;
  border-radius: 0;
  border: 0; }
  .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    padding: 5px 10px;
    font-size: 22px;
    color: #fff; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.form-group label {
  font-weight: normal;
  font-size: 14px; }
.form-group label.error {
  font-weight: 400;
  color: #9c0300;
  margin: 0;
  line-height: 15px; }

.form-control {
  height: 40px;
  border-radius: 0; }

@media (min-width: 1200px) {
  .col-lg-10-10 {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-8-10 {
    width: 80%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-6-10 {
    width: 60%; }

  .col-lg-5-10 {
    width: 50%; }

  .col-lg-4-10 {
    width: 40%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-2-10 {
    width: 20%; }

  .col-lg-1-10 {
    width: 10%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-10-10 {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-8-10 {
    width: 80%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-6-10 {
    width: 60%; }

  .col-md-5-10 {
    width: 50%; }

  .col-md-4-10 {
    width: 40%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-2-10 {
    width: 20%; }

  .col-md-1-10 {
    width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-10-10 {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-8-10 {
    width: 80%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-6-10 {
    width: 60%; }

  .col-sm-5-10 {
    width: 50%; }

  .col-sm-4-10 {
    width: 40%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-2-10 {
    width: 20%; }

  .col-sm-1-10 {
    width: 10%; } }
@media (max-width: 544px) {
  .col-xxs-12 {
    width: 100%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-1 {
    width: 8.33333333%; } }
.navbar-offcanvas.navmenu-fixed-right {
  left: auto !important; }

.owl-theme .img-fill,
.owl-theme .owl-item,
.owl-theme .owl-stage,
.owl-theme .owl-stage-outer,
.owl-theme .slide-item {
  height: 100%; }
.owl-theme .bg-img-fill {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }
.owl-theme .owl-item {
  overflow: hidden; }
.owl-theme .slide-item-inner {
  position: relative;
  height: 100%; }
  .owl-theme .slide-item-inner > .container {
    position: relative;
    height: 100%; }

/**
 * Basic styles for global tags
 */
@media (min-width: 1200px) {
  body,
  html {
    height: 100%; } }

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

hr {
  border-color: #e8e4e3; }

/**
 * Basic styles for input fields
 */
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 18px; }

label.error {
  font-weight: normal;
  color: #a94442; }

h1 {
  font-weight: 900; }

h2, h3 {
  font-weight: 100; }

.featured-article-section h1, .featured-article-section h2, .featured-article-section h3 {
  color: #494c4e; }

.pri-color {
  color: #9ccb47; }

.pad-x-0 {
  padding-left: 0;
  padding-right: 0; }

.side-text {
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  color: #fff; }
  .side-text span:first-child {
    margin-right: 30px; }
  .side-text.right-side {
    right: -90px;
    top: 230px; }
  @media (max-width: 767px) {
    .side-text {
      font-size: 12px; }
      .side-text.right-side {
        right: -76px; } }
  @media (max-width: 544px) {
    .side-text {
      font-size: 10px; }
      .side-text.right-side {
        right: -62px; } }

.scroll-top-btn {
  position: fixed;
  left: auto;
  right: 0;
  bottom: -50px;
  right: 20px;
  z-index: 999;
  text-align: right;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }
  .scroll-top-btn .btn {
    width: auto;
    height: 40px;
    line-height: 1.2;
    padding: 6px 12px;
    font-size: 20px;
    background-color: #9ccb47;
    color: #fff; }
    .scroll-top-btn .btn .fa {
      margin: auto;
      font-size: 14px; }
    .scroll-top-btn .btn:hover {
      background-color: #90bb41;
      color: #fff; }
    .scroll-top-btn .btn:active, .scroll-top-btn .btn:focus {
      background-color: #9ccb47; }
  .scroll-top-btn.reveal-btn {
    bottom: 10px; }
  @media (max-width: 544px) {
    .scroll-top-btn {
      right: 5px; }
      .scroll-top-btn.reveal-btn {
        bottom: 5px; } }

.btn {
  -webkit-border-radius: 0;
  border-radius: 0; }

.button-primary {
  background-color: #9ccb47; }
  .button-primary:hover {
    background-color: #90bb41;
    color: #fff; }

.navbar {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 1030;
  width: 100%; }
  .navbar .navbar-header {
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    transition: all ease 0.25s; }
  .navbar .navbar-brand {
    padding: 10px;
    height: auto; }
  .navbar .navbar-toggle {
    margin-top: 15px; }
  .navbar #main-navbar-menu {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    transition: all ease 0.35s; }
    .navbar #main-navbar-menu .navbar-nav > li > a {
      /*font-size: 18px;*/
      color: #fff;
      font-size: 20px;
      font-weight: 900;
      text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }
      .navbar #main-navbar-menu .navbar-nav > li > a:hover {
        border-color: #9ccb47; }
  @media (min-width: 768px) {
    .navbar .navbar-brand {
      margin-top: -35px; }
    .navbar .navbar-nav {
      position: relative;
      bottom: -27px;
      margin-left: 16px; }
      .navbar .navbar-nav > li > a {
        padding-bottom: 8px;
        border-bottom: 1px solid transparent; } }
  @media (max-width: 767px) {
    .navbar {
      top: 40px; }
      .navbar.fixed-top {
        position: fixed;
        top: 0; }
      .navbar.navbar-bg .navbar-toggle {
        color: #333; }
      .navbar.navbar-bg #main-navbar-menu,
      .navbar.navbar-bg .navbar-header {
        background-color: #fff; }
      .navbar.navbar-bg #main-navbar-menu .navbar-nav > li > a {
        color: #333; }
      .navbar .navbar-brand img {
        width: 150px; } }
  @media (max-width: 544px) {
    .navbar .navbar-brand img {
      width: 130px; }
    .navbar .navbar-toggle {
      margin-top: 11px;
      margin-right: 10px; } }

.prefooter-section {
  position: relative;
  height: 900px;
  padding-left: 30px;
  overflow: hidden;
  background-color: #898c90; }
  .prefooter-section:after, .prefooter-section:before {
    position: absolute;
    z-index: 2;
    content: "";
    background-color: #fff; }
  .prefooter-section:before {
    left: 50px;
    width: 1px;
    height: 100%; }
  .prefooter-section:after {
    top: 220px;
    width: 100%;
    height: 1px; }
  .prefooter-section .section-inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    /*background-color: $primary-color;*/ }
    .prefooter-section .section-inner .content {
      position: absolute;
      bottom: 25%;
      left: 50%;
      color: #fff;
      max-width: 450px;
      padding: 15px; }
      .prefooter-section .section-inner .content span {
        text-transform: uppercase; }
      .prefooter-section .section-inner .content h1 {
        text-transform: uppercase; }
    .prefooter-section .section-inner .filter {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      /*background-color: rgba(50,50,50,0.6);*/
      z-index: 50; }
  .prefooter-section .banner-ribbon {
    position: absolute;
    bottom: 0;
    z-index: 60; }
  @media (max-width: 767px) {
    .prefooter-section {
      height: 700px; }
      .prefooter-section:after {
        top: 135px; }
      .prefooter-section .side-text.right-side {
        top: 138px; } }
  @media (max-width: 544px) {
    .prefooter-section {
      height: 600px;
      padding-left: 15px; }
      .prefooter-section:before {
        left: 30px; }
      .prefooter-section .side-text.right-side {
        top: 140px;
        right: -78px; }
      .prefooter-section .banner-head {
        padding-left: 15px;
        font-size: 11px; }
      .prefooter-section .section-inner .content {
        bottom: 70px;
        right: auto;
        left: 15px; } }

.footer {
  position: relative;
  padding: 30px 0 100px;
  background-color: #898c90;
  color: #fff; }
  .footer .section-title {
    margin-bottom: 20px; }
  .footer form {
    margin-bottom: 50px; }
    .footer form button {
      padding: 6px 25px;
      font-size: 16px; }
  .footer .social-list > li > a {
    display: block;
    width: 37px;
    height: 37px;
    padding: 5px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #9ccb47;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    transition: all ease 0.35s; }
  .footer .social-list .fb:hover > a {
    background-color: #3C599B;
    color: #fff; }
  .footer .social-list .tw:hover > a {
    background-color: #5EA9DD;
    color: #fff; }
  .footer .social-list .ig:hover > a {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #fff; }
  .footer .map-container {
    position: relative; }
    .footer .map-container #map {
      height: 650px;
      width: 100%; }
    .footer .map-container .map-cover {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .footer .map-container .map-cover.disable {
        display: none; }
  .footer .copyright {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px; }
  @media (max-width: 544px) {
    .footer .map-container iframe {
      height: 350px; } }

.article .article-header .article-tags {
  text-transform: uppercase;
  font-size: 15px; }
  .article .article-header .article-tags > li {
    position: relative;
    padding-left: 2px;
    padding-right: 12px; }
    .article .article-header .article-tags > li span {
      color: #11151e; }
    .article .article-header .article-tags > li:after {
      position: absolute;
      right: 0;
      content: "/"; }
    .article .article-header .article-tags > li:last-child:after {
      content: ""; }
.article .article-header .h1,
.article .article-header .h2,
.article .article-header h1,
.article .article-header h2 {
  font-weight: bold; }

.banner-section {
  position: relative;
  height: 800px;
  padding-left: 30px;
  overflow: hidden; }
  .banner-section:after, .banner-section:before {
    position: absolute;
    z-index: 2;
    content: "";
    background-color: #fff; }
  .banner-section:before {
    left: 50px;
    width: 1px;
    height: 100%; }
  .banner-section:after {
    top: 220px;
    width: 100%;
    height: 1px; }
  .banner-section .banner-head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 10px 70px;
    font-size: 12px;
    color: #808080;
    text-transform: uppercase; }
  .banner-section .section-inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #9ccb47; }
    .banner-section .section-inner .content {
      position: absolute;
      bottom: 33%;
      left: 12%;
      color: #fff;
      max-width: 450px;
      padding: 15px;
      text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); }
      .banner-section .section-inner .content span {
        text-transform: uppercase; }
      .banner-section .section-inner .content h2 {
        text-transform: uppercase;
        font-weight: 100; }
      .banner-section .section-inner .content h3 {
        font-weight: 100; }
  .banner-section .banner-ribbon {
    position: absolute;
    bottom: 0;
    z-index: 2; }
  @media (min-width: 1200px) {
    .banner-section {
      height: 100%; } }
  @media (max-width: 767px) {
    .banner-section:after {
      top: 115px; }
    .banner-section .section-inner .content {
      left: auto;
      right: 50px; } }
  @media (max-width: 544px) {
    .banner-section {
      padding-left: 15px;
      height: 550px; }
      .banner-section:before {
        left: 30px; }
      .banner-section:after {
        top: 110px; }
      .banner-section .side-text.right-side {
        top: 200px;
        right: -64px; }
      .banner-section .side-text span {
        margin: 0; }
      .banner-section .banner-head {
        padding-left: 15px;
        font-size: 11px; }
      .banner-section .section-inner .content {
        bottom: 70px;
        right: auto;
        left: 15px; } }
  .banner-section.inner-banner {
    height: 550px !important; }

.content-section {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  color: #fff; }
  .content-section > .section-inner {
    position: relative;
    padding: 50px 0;
    background-size: cover;
    background-position: center center; }
  @media (max-width: 544px) {
    .content-section {
      padding-left: 15px; } }

.featured-article-section .section-inner {
  padding-top: 50px;
  padding-bottom: 130px; }
.featured-article-section:after {
  position: absolute;
  bottom: 0;
  border-top: 100px solid transparent;
  border-right: 1900px solid #11151E;
  content: ""; }
.featured-article-section > .section-inner {
  background-color: #9ccb47; }
@media (min-width: 768px) {
  .featured-article-section .article-header {
    margin-top: -15px; } }
@media (max-width: 767px) {
  .featured-article-section .section-inner {
    padding-bottom: 70px; } }

.gallery-slider-section {
  position: relative; }
  .gallery-slider-section .section-inner {
    padding: 100px 0 200px;
    background-color: #111520; }
  .gallery-slider-section .section-title {
    margin-bottom: 30px; }
  @media (max-width: 544px) {
    .gallery-slider-section .section-inner {
      padding: 60px 0 100px; } }

#gallery-slider .owl-dots {
  counter-reset: dots; }
  #gallery-slider .owl-dots .owl-dot {
    width: 20px;
    height: 25px; }
    #gallery-slider .owl-dots .owl-dot span {
      display: none; }
    #gallery-slider .owl-dots .owl-dot.active {
      color: #9ccb47; }
    #gallery-slider .owl-dots .owl-dot:before {
      counter-increment: dots;
      content: counter(dots);
      font-size: 20px;
      font-weight: bold; }
#gallery-slider .item-thumbnail {
  cursor: pointer; }
  #gallery-slider .item-thumbnail .img-container {
    position: relative;
    overflow: hidden; }
    #gallery-slider .item-thumbnail .img-container img {
      -webkit-transition: all ease 0.35s;
      -moz-transition: all ease 0.35s;
      -o-transition: all ease 0.35s;
      -ms-transition: all ease 0.35s;
      transition: all ease 0.35s; }
    #gallery-slider .item-thumbnail .img-container .icon-container {
      position: absolute;
      right: 10px;
      bottom: 10px;
      padding: 5px 10px;
      color: #fff;
      background-color: #9ccb47; }
  #gallery-slider .item-thumbnail:hover .img-container img {
    -webkit-transform: scale3d(1.08, 1.08, 1);
    -moz-transform: scale3d(1.08, 1.08, 1);
    -o-transform: scale3d(1.08, 1.08, 1);
    -ms-transform: scale3d(1.08, 1.08, 1);
    transform: scale3d(1.08, 1.08, 1); }
  #gallery-slider .item-thumbnail:hover .icon-container {
    background-color: #90bb41; }
#gallery-slider .owl-nav {
  margin: 0; }
  #gallery-slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 25%;
    margin: 0;
    padding: 0 4px;
    border-radius: 0;
    font-size: 26px;
    background-color: transparent; }
  #gallery-slider .owl-nav .owl-prev {
    left: -50px; }
  #gallery-slider .owl-nav .owl-next {
    right: -50px; }
  @media (max-width: 991px) {
    #gallery-slider .owl-nav [class*=owl-] {
      top: 20%;
      padding: 2px 8px;
      background-color: rgba(121, 121, 121, 0.5); }
    #gallery-slider .owl-nav .owl-prev {
      left: -15px; }
    #gallery-slider .owl-nav .owl-next {
      right: -15px; } }

.innerpage-banner {
  height: 700px; }

.gallery-section .section-inner {
  background-color: #111520; }
  .gallery-section .section-inner .container {
    position: relative; }
    .gallery-section .section-inner .container .close-gallery {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      text-decoration: none;
      cursor: pointer; }
      .gallery-section .section-inner .container .close-gallery:hover {
        text-decoration: none; }
.gallery-section .item-thumbnail {
  margin: 15px auto;
  display: table;
  cursor: pointer; }
  .gallery-section .item-thumbnail .img-container {
    position: relative;
    overflow: hidden; }
    .gallery-section .item-thumbnail .img-container img {
      -webkit-transition: all ease 0.35s;
      -moz-transition: all ease 0.35s;
      -o-transition: all ease 0.35s;
      -ms-transition: all ease 0.35s;
      transition: all ease 0.35s; }
    .gallery-section .item-thumbnail .img-container .icon-container {
      position: absolute;
      right: 10px;
      bottom: 10px;
      padding: 5px 10px;
      color: #fff;
      background-color: #9ccb47; }
  .gallery-section .item-thumbnail:hover .img-container img {
    -webkit-transform: scale3d(1.08, 1.08, 1);
    -moz-transform: scale3d(1.08, 1.08, 1);
    -o-transform: scale3d(1.08, 1.08, 1);
    -ms-transform: scale3d(1.08, 1.08, 1);
    transform: scale3d(1.08, 1.08, 1); }
  .gallery-section .item-thumbnail:hover .icon-container {
    background-color: #90bb41; }
@media (max-width: 480px) {
  .gallery-section .item-thumbnail {
    margin: 5px -10px; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #9ccb47; }

/*# sourceMappingURL=app.css.map */
