/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Homepage
// - 2. About Page
// - 3. Gallery Page
// - 4. Gallery Detail Page
// - 5. Services Page
// - 6. Contact Page
*/
/* -----------------------------------------------------------------------------
// 1. Homepage
// ----------------------------------------------------------------------------- */


.homepage .section-headline {
  margin-bottom: 40px;
  text-align: center; }
  .homepage .section-headline h3 {
    text-transform: uppercase; }
    .homepage .section-headline h3 + p {
      text-transform: uppercase; }
.homepage .hero-splash {
  position: relative;
  /*height: 800px;*/
  overflow: hidden;
  text-align: center; }
  .homepage .hero-splash .splash-slider {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 1200px) {
      .homepage .hero-splash .splash-slider img {
        /*max-width: initial;*/ } }
  .homepage .hero-splash .align {
    position: absolute;
    /*top: 36%;*/
    top:300px;
    /* right: 0; */
    /*left: 0;*/
    margin: 0 auto;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);; }
    .homepage .hero-splash .align img{
      max-width: 90%;
    }
  @media (max-width: 992px) {
    .homepage .hero-splash .align img {
      width: 80%; } }
  @media (max-width: 768px) {
    .homepage .hero-splash .align{
      top: 198px;
        }
    .homepage .hero-splash .align img {
      width: 60%; } 
      
      }
  @media (max-width: 500px) {
    .homepage .hero-splash .align{
      top: 145px;
        }
    .homepage .hero-splash .align img {
      width: 40%; } 
      
      }

    .homepage .hero-splash .align2 {
    position: absolute;
    max-width: 850px;
    top: 300px;
    right: 100px;
    margin: 0 auto;
    padding: 0 50px;
    text-shadow: 0px 0px 2px #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);; }
      .homepage .hero-splash .align2 h1{
        color: #FFF;
        text-transform: uppercase;
        margin-top: 15px;
      }
      .homepage .hero-splash .align2 p{
          margin-bottom: 0;
          color: #fff;
          font-size: 29px;
          line-height: 43px;
          margin-top: 34px;
      }
    @media (max-width: 1199px) {
      .homepage .hero-splash .align2 {
      max-width: 772px; }
    }
    @media (max-width: 1060px) {
      .homepage .hero-splash .align2 {
      right: 0; }
    }
    @media (max-width: 992px) {
      .homepage .hero-splash .align2 {
      max-width: 641px;
      top: 300px;
      right: 0px;
      margin: 0 auto;
      padding: 0 50px; }
        .homepage .hero-splash .align2 h1{
          margin-top: 15px;
          font-size: 27px;
        }
        .homepage .hero-splash .align2 p{
                font-size: 17px;
                line-height: 27px;
                margin-top: 18px;
        }
    }
    @media (max-width: 768px) {
      .homepage .hero-splash .align2 {
          max-width: 528px;
          top: 198px;
          right: 0px;
          margin: 0 auto;
          padding: 0 50px; }
        .homepage .hero-splash .align2 h1{
          margin-top: 15px;
          font-size: 22px;
        }
    }
    @media (max-width: 521px) {
      .homepage .hero-splash .align2 {
          display: none }
    }

  .homepage .hero-splash .owl-pagination {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }
    .homepage .hero-splash .owl-pagination .owl-page {
      display: inline-block; }
      .homepage .hero-splash .owl-pagination .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        border: 2px solid #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: transparent; }
      .homepage .hero-splash .owl-pagination .owl-page.active span {
        filter: Alpha(Opacity=100);
        opacity: 1;
        border-color: #E6C4ED;
        background-color: #E6C4ED; }
.homepage .welcome .welcome-gallery img {
  margin-bottom: 15px;
   }
  .homepage .welcome .welcome-gallery img + img {
    margin-left: 2%; }
.homepage .welcome .content {
  padding-left: 30px; }
.homepage .welcome h2 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 30px; }
.homepage .welcome p {
  margin-bottom: 25px; }
.homepage .welcome .btn {
  margin-top: 5px; }
.homepage .counters {
  background: url(../image/slider.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .homepage .counters a{
    color: #e2ab4a;
  }
  .homepage .counters .section-headline h3 {
    color: #e2ab4a;
    letter-spacing: 1px; }
  .homepage .counters .section-headline h4 {
    color: #FFF;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 25px; }
  .homepage .counters .section-headline h5 {
    font-size: 22px;
    color: #FFF; 
    margin: 20px 0;}
  .homepage .counters .section-headline strong {
    color: #FFF;
    }
  .homepage .counters .section-headline p {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #c5c5c5;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;}
  .homepage .counters .btn + .btn {
    margin-left: 10px; }
.homepage .services-section .iconbox:hover {
  background-color: #d1af73;
  border-bottom-color: #d1af73; }
  .homepage .services-section .iconbox:hover .icon {
    background-color: #181818; }
  .homepage .services-section .iconbox:hover h4, .homepage .services-section .iconbox:hover p {
    color: #181818; }
.gallery .gallery-item {
  position: relative;
  width: 20%;
  float: left; }
   .gallery .gallery-item .caption {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    background-color: #181818;
    background-color: rgba(24, 24, 24, 0.75);
    color: #fff;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px; }
     .gallery .gallery-item .caption p {
      margin: 0; }
   .gallery .gallery-item .meta {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
     .gallery .gallery-item .meta a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      border-radius: 5px;
      background-color: #E6C4ED;
      color: #181818;
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      -ms-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s; }
       .gallery .gallery-item .meta a + a {
        margin-left: 5px; }
       .gallery .gallery-item .meta a:hover {
        background-color: #181818;
        color: #E6C4ED; }
   .gallery .gallery-item:hover .meta {
    opacity: 1; }
@media (max-width: 992px) {
  .homepage .gallery .gallery-item {
    width: 50%; } }
@media (max-width: 768px) {
  .homepage .gallery .gallery-item {
    width: 100%; } }
.homepage .testimonials {
  background: url(../image/saga-soekkvabekk.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .homepage .testimonials .section-headline {
    text-align: left; }
    .homepage .testimonials .section-headline h3 {
      color: #FFF;
      font-size: 35px; 
      font-weight: bold;}
	.homepage .testimonials .section-headline h4 {
      color: #E6C4ED; }
    .homepage .testimonials .section-headline p {
      text-transform: uppercase;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      color: #ffffff;
      font-size: 21px;}
  .homepage .testimonials .testimonials-slider {
    background-color: rgba(0, 0, 0, 0.38);
    padding: 20px;
  }
  .homepage .testimonials .owl-pagination {
    position: absolute;
    right: 0;
    left: initial;
    top: 15px; }
    .homepage .testimonials .owl-pagination .owl-page {
      display: block; }
      .homepage .testimonials .owl-pagination .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        opacity: 1;
        border: 1px solid #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: transparent; }
      .homepage .testimonials .owl-pagination .owl-page.active span {
        filter: Alpha(Opacity=100);
        opacity: 1;
        border-color: #e9c17a;
        background-color: #e9c17a; }

.homepage .shop .post .thumb {
       height: 300px;
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
   }
   .homepage .shop .post .thumb img{
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   }
   

.homepage .shop .post .align {
  padding: 30px;
  background-color: #f9f9f9; }
.homepage .shop .post h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px; 
  margin-top: 0;}
  .homepage .shop .post p {
    min-height: 70px;
  }
  .homepage .shop .post h3 + p {
    margin-bottom: 20px; }
.homepage .shop .post .btn + .btn {
  margin-left: 10px; }

/* -----------------------------------------------------------------------------
// 2. About Page 
// ----------------------------------------------------------------------------- */
.about .section-headline {
  margin-bottom: 30px;
  text-align: center; }
  .about .section-headline h3 {
    text-transform: uppercase; }
    .about .section-headline h3 + p {
      text-transform: uppercase; }
.about .hero-title {
 background-image: url('../img/bg-header.jpg');}
.about .aboutus h3 {
  text-transform: uppercase;
  margin-bottom: 30px; }
.about .aboutus a.btn-detail {
    display: inline-block;
    color: #FFF;
    background: #e9c17a;
    padding: 0px 12px;
    margin: 15px;
    border: 1px solid #FFF;
   }
  
.about .numbers .progress-item {
  text-align: center; }
  .about .numbers .progress-item strong {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 57.5px;
    right: 0;
    left: 0;
    color: #4b4b4b;
    font-weight: normal;
    font-size: 18px; }
  .about .numbers .progress-item h4 {
    font-weight: 500;
    margin: 30px 0 25px 0;
    text-transform: uppercase;
    color: #4b4b4b; }
    .about .numbers .progress-item h4 + p {
      padding: 0 15px;
      margin-bottom: 20px; }
@media (max-width: 992px) {
  .about .numbers .progress-item {
    margin-bottom: 30px; } }
.about .clients {
  background: url(http://placehold.it/1895x1000) center center; }
  .about .clients .section-headline h3 {
    color: #E6C4ED; }
  .about .clients .section-headline p {
    text-transform: uppercase;
    font-family: "Oswald", Helvetica, Arial, sans-serif; }
  @media (max-width: 992px) {
    .about .clients img {
      margin-bottom: 30px; } }

/* -----------------------------------------------------------------------------
// 3. Gallery Page
// ----------------------------------------------------------------------------- */
.gallery .section-headline {
  margin-bottom: 30px;
  text-align: center; }
  .gallery .section-headline h3 {
    text-transform: uppercase; }
    .gallery .section-headline h3 + p {
      text-transform: uppercase; }
.gallery .hero-title {
  background-image: url(http://placehold.it/1895x500); }
.gallery .gallery-filter {
  padding: 20px 0;
  background-color: #181818; }
  .gallery .gallery-filter h5 {
    display: inline-block;
    text-transform: uppercase;
    color: #fff; }
  .gallery .gallery-filter ul {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px; }
  .gallery .gallery-filter li {
    display: inline-block;
    margin-right: 15px;
    color: #9c9c9c;
    text-transform: uppercase;
    font-family: "Oswald", Helvetica, Arial, sans-serif; }
    .gallery .gallery-filter li.active, .gallery .gallery-filter li.active:hover {
      color: #E6C4ED;
      cursor: auto; }
    .gallery .gallery-filter li:hover {
      cursor: pointer;
      color: #4b4b4b; }
.gallery .gallery-items .item {
  position: relative;
  width: 20%;
  float: left;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .gallery .gallery-items .item .caption {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    background-color: #181818;
    background-color: rgba(24, 24, 24, 0.75);
    color: #fff;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px; }
    .gallery .gallery-items .item .caption p {
      margin: 0; }
  .gallery .gallery-items .item .meta {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .gallery .gallery-items .item .meta a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      border-radius: 5px;
      background-color: #E6C4ED;
      color: #181818;
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      -ms-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s; }
      .gallery .gallery-items .item .meta a + a {
        margin-left: 5px; }
      .gallery .gallery-items .item .meta a:hover {
        background-color: #181818;
        color: #E6C4ED; }
  .gallery .gallery-items .item:hover .meta {
    opacity: 1; }
@media (max-width: 992px) {
  .gallery .gallery-items .item {
    width: 50%; } }
@media (max-width: 768px) {
  .gallery .gallery-items .item {
    width: 100%; } }
.gallery .gallery-items.grid4 .item {
  width: 25%; }
@media (max-width: 992px) {
  .gallery .gallery-items.grid4 .item {
    width: 50%; } }
@media (max-width: 768px) {
  .gallery .gallery-items.grid4 .item {
    width: 100%; } }

/* -----------------------------------------------------------------------------
// 4. Gallery Detail Page 
// ----------------------------------------------------------------------------- */
.gallery-detail .section-headline {
  margin-bottom: 30px;
  text-align: center; }
  .gallery-detail .section-headline h3 {
    text-transform: uppercase; }
    .gallery-detail .section-headline h3 + p {
      text-transform: uppercase; }
.gallery-detail .hero-title {
  background-image: url(http://placehold.it/1895x500); }
.gallery-detail .post .post-gallery {
  margin-bottom: 30px; }
  .gallery-detail .post .post-gallery:before, .gallery-detail .post .post-gallery:after {
    content: " ";
    display: table; }
  .gallery-detail .post .post-gallery:after {
    clear: both; }
  .gallery-detail .post .post-gallery .gallery-item {
    position: relative;
    width: 33%;
    float: left; }
    .gallery-detail .post .post-gallery .gallery-item .caption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #E6C4ED;
      background-color: rgba(220, 184, 121, 0.85);
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .gallery-detail .post .post-gallery .gallery-item .caption i {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #181818;
        font-size: 24px; }
    .gallery-detail .post .post-gallery .gallery-item:hover .caption {
      opacity: 1; }
    .gallery-detail .post .post-gallery .gallery-item + .gallery-item {
      margin-left: .5%; }
.gallery-detail .post h2 {
  margin: 20px 0;
  text-transform: uppercase; }
.gallery-detail .post .social {
  padding: 0;
  margin: 30px 0 0 0; }
  .gallery-detail .post .social li {
    display: inline-block;
    list-style-type: none; }
  .gallery-detail .post .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    background-color: #E6C4ED;
    color: #181818;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gallery-detail .post .social a:hover {
      background-color: #181818;
      color: #E6C4ED; }
.gallery-detail .post .pagination {
  display: block;
  margin: 100px 15px 0 15px;
  padding: 30px 0 0 0;
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
  font-size: 18px; }
  .gallery-detail .post .pagination a {
    color: #e5e5e5; }
    .gallery-detail .post .pagination a:hover {
      color: #c5c5c5; }
  .gallery-detail .post .pagination .arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5; }
    .gallery-detail .post .pagination .arrow:hover {
      border-color: #c5c5c5; }

/* -----------------------------------------------------------------------------
// 5. Services Page 
// ----------------------------------------------------------------------------- */
.services .section-headline {
  margin-bottom: 30px;
  text-align: center; }
  .services .section-headline h3 {
    text-transform: uppercase; }
    .services .section-headline h3 + p {
      text-transform: uppercase; }
.services .hero-title {
  background-image: url(http://placehold.it/1895x500); }
.services .service-items .post{
  margin-bottom: 10px;
}
.services .service-items .post .img-news{
    height: 300px;
    overflow: hidden;
    text-align: center;
    background: #f9f9f9;
    position: relative;
}
.services .service-items .post .img-news .imgpost {
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.services .service-items .post .post-img{
      overflow: hidden;
    height: 300px;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    width: 100%;
}
.services .service-items .post .post-img .imgpost{
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 95%;
    margin: auto;
    max-height: 95%;
}
.services .service-items .post .align {
  padding: 30px;
  background-color: #f9f9f9; }
.services .service-items .post h4 {
  text-transform: uppercase;
  height: 40px; }
  .services .service-items .post p{
    min-height: 97px;
  }
  .services .service-items .post h4 + p {
    margin-bottom: 30px; }
.services .service-items .post .btn {
  border-color: #4b4b4b;
  color: #4b4b4b;
  font-size: 12px;
  padding: 12px 20px; }
  .services .service-items .post .btn:hover {
    background-color: #4b4b4b;
    color: #fff; }
.services .service-items .post .btn + .btn {
  margin-left: 10px; }
.services .testimonials {
  background: url(http://placehold.it/1895x1200) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .services .testimonials .section-headline {
    text-align: left; }
    .services .testimonials .section-headline h3 {
      color: #E6C4ED; }
    .services .testimonials .section-headline p {
      text-transform: uppercase;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      color: #717171; }
  .services .testimonials .owl-pagination {
    position: absolute;
    right: 0;
    left: initial;
    top: 15px; }
    .services .testimonials .owl-pagination .owl-page {
      display: block; }
      .services .testimonials .owl-pagination .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        opacity: 1;
        border: 1px solid #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: transparent; }
      .services .testimonials .owl-pagination .owl-page.active span {
        filter: Alpha(Opacity=100);
        opacity: 1;
        border-color: #E6C4ED;
        background-color: #E6C4ED; }
.services .services-section .iconbox:hover {
  background-color: #E6C4ED;
  border-bottom-color: #d1af73; }
  .services .services-section .iconbox:hover .icon {
    background-color: #181818; }
  .services .services-section .iconbox:hover h4, .services .services-section .iconbox:hover p {
    color: #181818; }

/* -----------------------------------------------------------------------------
// 6. Contact 
// ----------------------------------------------------------------------------- */
.contact-page .section-headline {
  margin-bottom: 30px;
  text-align: center; }
  .contact-page .section-headline h3 {
    text-transform: uppercase; }
    .contact-page .section-headline h3 + p {
      text-transform: uppercase; }
.contact-page header {
  z-index: 2; }
.contact-page .contact-map {
  position: relative;
  height: 400px;
  background: url(http://placehold.it/1895x500) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .contact-page .contact-map h2 {
    position: absolute;
    top: 70%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    z-index: 10;
    text-transform: uppercase; }
.contact-page .directions .meta {
  padding: 30px 30px 20px 30px;
  background-color: #242424; }
  .contact-page .directions .meta:before, .contact-page .directions .meta:after {
    content: " ";
    display: table; }
  .contact-page .directions .meta:after {
    clear: both; }
.contact-page .directions h4 {
  color: #fff;
  text-transform: uppercase; }
.contact-page .directions .btn {
  color: #717171;
  border-color: #717171;
  padding: 10px 18px;
  font-size: 12px; }
  .contact-page .directions .btn:hover {
    background-color: #E6C4ED;
    color: #fff; }
.contact-page .contact-info {
  margin-bottom: 30px; }
  .contact-page .contact-info .item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .contact-page .contact-info .item .list {
    margin-bottom: 30px; }
    .contact-page .contact-info .item .list li {
      margin-bottom: 8px; }
  @media (max-width: 992px) {
    .contact-page .contact-info .item {
      margin-bottom: 30px; } }
@media (min-width: 992px) {
  .contact-page .contact-info,
  .contact-page .contact-form {
    padding-left: 40px; } }
.contact-page .contact-form h2 {
  text-transform: uppercase;
  margin-bottom: 30px; }
.contact-page .contact-form .form-control {
  background-color: #f9f9f9; }
.contact-page .contact-form textarea {
  height: 200px; }

.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 19em;
}
/*# sourceMappingURL=pages.css.map */

/*  Alert Boxes  */

.alertboxes {
    float:left;
    width:100%;
}

.shortcode_alertbox {
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px 40px 15px 14px;
    position: relative;
}

.shortcode_alertbox .box_close {
    background: url("../img/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position:10px 10px;
    background-size:20px 20px;
    display: block;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    cursor:pointer;
}

.shortcode_alertbox b {
    color:inherit;
}

.shortcode_alertbox.box_red {
    background: none repeat scroll 0 0 #F9E5E6;
    border: 1px solid #F7C7C9;
    color:#B3696C;
}
.shortcode_alertbox.box_blue {
    background: none repeat scroll 0 0 #D8ECF5;
    border: 1px solid #9AC9DF;
    color: #528DA9;
}
.shortcode_alertbox.box_yellow {
    background: none repeat scroll 0 0 #FCF7D9;
    border: 1px solid #F5DC7D;
    color: #C4A21B;
}
.shortcode_alertbox.box_green {
    background: none repeat scroll 0 0 #E3EBC6;
    border: 1px solid #C2D288;
    color: #8FA442;
}
div#message {
        position: absolute;
     top: 375px;
    left: 37%;
    /* margin-left: -100px; */
    z-index: 999;
    width: 30%;
}
.videocontent {
  width:80%;
  max-width: 640px;
  margin: 0 auto;
}
/*.mejs-overlay-button,.mejs__overlay-button {display:none !important;}*/
