body {
    /*color: #717375;*/
    color: #000;
    font-family: "palatino";
    font-size: 14pt;
    /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

:focus {
    outline: none !important;
}

a, a:hover, a:visited {
    cursor: pointer;
    /* color: #e2bc22; */ /* yellow */
    color: #aec62d; /* green */
    text-decoration: underline;
}
.dynamic img {
    width: 100%;
    height: auto
}

.hide {
    display: none;
}

h1 {
    color: #ad2525;
    font-weight: bold;
}

h1,h2,h3,h4,h5 {
    font-family: "verdana";
}

h2 {
    font-size: 29px;
}

h3 {
    line-height: 1.3;
}

/*
##########################################################################################
########################################## buttons #######################################
##########################################################################################
*/

.button {
    color: white !important;
    background: #aec62d;
    border: none;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0px;
}

.button:hover {
    background-color: #aec62d;
    color: white;
    text-decoration: underline;
}

.close-btn:hover {
    color: #fff;
    text-decoration: none;
}

.close-btn {
    z-index: 10000;
    text-align: center;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
    top: 6.5px;
    right: 6.5px;
    position: absolute;
    background: #a92020;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    text-align: center;
}

/*
.close-btn {
    z-index: 10000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-image: url('/assets/images/x.png');
    background-size: 100%;
    / *border-radius: 50%;
    background: #777;* /
}*/

.rotate-image-symbol {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 50px;
    height: auto;
}

/*
##########################################################################################
########################################## menu ##########################################
##########################################################################################
*/

.navbar-default {
    position: fixed;/* top: 0px; */
    z-index: 1000;
    width: 100%;
    border-radius: 0px;
    height: 75px;
    background: #23312b;
    border: none;
    font-size: 12px;
}
.navbar-default a {
    color: white !important;
    padding-top: 25px !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: sans-serif;
}
.navbar-brand {
    padding-top: 20px !important;
}
.dropdown-menu {
    font-size: 11px;
    display: block;
    visibility: hidden;
    text-align: center;
    position: fixed;
    width: 100.1%;
    left: -1px !important;
    top: 74px;
    padding: 0px !important;
    margin: 0px !important;
    background-color: #111; /*#444643;/*#67686b;*/
    border-radius: 0px;
}
.top-menu:hover {
    text-decoration: underline !important;
}
.open>.dropdown-menu {
    visibility: visible;
}
.dropdown-menu a {
    text-transform: none;
}
.submenu-item img {
    height: 100px;
    display: block;
    margin: 0px auto;
}
.submenu-item:hover {
    background-color: #444643; /*#60635e;*/
}
.submenu-item p {
    /*height: 35px;*/
}
.slick-slide {
    padding: 0 10px;
}
.slick-slider {
    padding: 0px 30px;
}
.slick-prev {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px 7px;
    width: 30px;
    left: 0px !important;
}
.slick-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.slick-next {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px 7px;
    width: 30px;
    right: 0px !important;
}
.slick-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.slick-next:before {
    font-family: 'Glyphicons Halflings' !important;
    content: "\e250" !important;
}
.slick-prev:before {
    font-family: 'Glyphicons Halflings' !important;
    content: "\e251" !important;
}
.dropdown-menu li {
    float: left;
    position: relative;
}

/*
.dropdown-menu li {
    float: left;
    width: 20%;
    text-align: center;
}

.dropdown-menu a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: capitalize;
}
.dropdown-menu a:hover{
    background-color: #6a6d69 !important;
}
*/
.dropdown-toggle {
    background-color: transparent !important;
}

.structure-list {
    display: block;
    text-align: center;
    margin-bottom: 15px !important;
    visibility: visible;
    position: relative;
    top: 0px;
    color: #111 !important;
    background-color: transparent;
    border: 0px;
    box-shadow:none;
    width: 100%;
    padding-left: 0px;
}

.structure-list .submenu-item {
    width: 100% !important;
}

.structure-list .slick-arrow {
    background-color: transparent;
    padding: 0px !important;
}

.structure-list .slick-next:before {
    color: #23312b;
    font-size: 35px;
}
.structure-list .slick-prev:before {
    color: #23312b;
    font-size: 35px;
}
.structure-list li:hover {
    background: transparent !important;
}

/*
##########################################################################################
########################################## Image Flip ####################################
##########################################################################################
*/

.flip-container {
    -webkit-perspective: 800px;
            perspective: 800px;
}

.flip-container:hover .flip-image{
    -webkit-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
}

.flip-image {
    -webkit-transition: -webkit-transform 1.2s;
            transition: transform 1.2s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.front, .back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
}

/*Custom Styles*/
.flip-container{
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: row;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flip-image {
/*  width: 150px;
  height: 150px;
  margin: 10px;*/
}

.front, .back {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}


/*
##########################################################################################
########################################## Image Grid ####################################
##########################################################################################
*/

.dynamic-grid{
    position: relative;
    display: none;
}
.dynamic-grid.angular-grid{
    display: block;
}
.grid {
    /*border: 1px solid #cccccc;*/
    /*height: 300px;*/
    position: absolute;
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing : border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    cursor: pointer;
    opacity: 0;
}
.overlay:hover {
    /*background-color: rgba(255, 255, 255, .6);*/
    opacity: .6;
}
.map-name {
    color: black;
    margin: auto;
    color: #000;
    width: 100%;
    height: 35%;
    top: 32.5%;
    text-align: center;
    position: absolute;
}
.grid-img {
    /*height: 100%;*/
    cursor: pointer;
    width: 100%;
    margin: auto;
    display: block;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}
.grid-img.img-loaded{
    visibility: visible;
    opacity: 1;
}


/*
##########################################################################################
########################################## carousel ######################################
##########################################################################################
*/

.carousel-container .carousel-inner {
    height: 95vh !important;
}

.carousel-gradient {
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1) 80%);
    width: 80%;
    height: 100%;
    position: absolute;
}

.block-Gallery {
    /*padding-bottom: 30px;*/ /* used with achor arrow */
    background: #111;
}
.carousel-inner {
    height: 60vh;
    vertical-align: top;
    overflow: hidden;
}
.carousel-inner .item {
    height: 100%;
}
.carousel-content {
    width: 100%;
}
.carousel-container {
    /*padding-top: 75px; */
    position: relative;
    border-bottom: 10px solid #aec62d;
    background: black;
    /*Background: #485525;*/
}
.carousel-mini-container {
    /*
    mobile?
    height: 200px;
    */
    background: #000;
    height: 425px;
    overflow: hidden;
}
.carousel-mini-container .carousel {
    /*
    mobile?
    height: 200px;
    */
    height: 425px;
}
.carousel-mini-container .carousel-inner {
    height: 100%;
    vertical-align: top;
}
.carousel-mini-container .item, .carousel-mini-container .carousel-content {
    height: 100%;
}
.carousel-mini-container .carousel-img {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    min-width: 100%;
    height: 110%;
    /* width: auto; */
    /* min-width: 100%; */
    /* height: 100%; */
    left: 0px;
    /*
    mobile?
    width: 100%;
    min-width: none;
    height: auto;
    */
}
.gal-img-hor {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    min-width: 100%;
    height: 100% !important;
    width: auto !important;
}
.gal-img-vert {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    min-width: 100%;
    width: 100% !important;
    height: auto !important;
    top: 0px !important;
}
.carousel-control {
    opacity: 1 !important;
    height: 100%;
    top: 0%;
    width: 5%;
    background: none !important;
    background-color: transparent !important;
}
.left.carousel-control {
   left: 0%;
}
.right.carousel-control {
   right: 0%;
}
.main-caption h1 {
    font-weight: 600 !important;
    letter-spacing: .03em;
}
.carousel-caption {
    /*text-transform: capitalize !important;*/
    padding-bottom: 10px;
    /*padding-top: 10px;*/
    padding-top: 10%;
    padding-left: 6%;
    padding-right: 5%;
    /* background-color: #cdda3e;
    border-radius: 0px 70px 70px 0px; */
    text-align: initial;
    top: 0;
    /*top: 10%;*/
    /*width: 60%;*/
    width: 50%;
    /*left: 10%; /*3.5*/
    left: 0;
    bottom: auto;
    height: 100%;
    /*background-color: #485525;*/
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3 {
    margin-top: 0px;
    /*color: #fff !important;*/
    color: #aec62d !important;
    margin-bottom: 0px;
    margin: 10px auto;
    font-size: 45px;
    line-height: 50px;
    /*-webkit-text-stroke: .5px #284734;*/
    /*text-shadow: 3px 3px 3px #284734;*/
}
.carousel-caption h5 {
    margin-top: 20px;
    margin-bottom:20px;
    line-height: 1.5;
    font-size: 21px;
    /*font-family: "Verdana"*/
    font-family: "Palatino"
}
.carousel-img {
    margin: auto;
    width: auto;
    /*height: 120%;*/
    height: 100%;
    min-height: 100%;
    bottom: 0px;
    position: absolute;
    right: 0px;
}
.carousel-phone-clickable {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 10%;
    display: none;
}
.timelapse {
    height: 425px;
    overflow: hidden;
}
.timelapse .carousel {
    height: 425px;
}
.timelapse .carousel-inner {
    vertical-align: top
}
.timelapse .carousel-img {
    margin: auto;
    width: 100%;
    height: auto;
    min-height: auto;
}
.timelapse .carousel-indicators {
    visibility: hidden;
}
.timelapse .carousel-control {
    visibility: hidden;
}


.carousel-control .glyphicon-menu-left, .carousel-control .icon-next{
    margin-right: -10px;
    right: 50%;
}

.carousel-control .glyphicon-menu-right, .carousel-control .icon-next{
    margin-right: -10px;
    right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right {
    color: white;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 45px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-btn {
    width: 40%;
    padding-top: 10px;
    position: absolute;
    bottom: 10%;
}

.carousel-caption .btn {
    padding: 6px 24px;
    font-size: 25px;
    height: auto;
    text-align: left;
}

/*
##########################################################################################
##################################### image slider #######################################
##########################################################################################
*/

.image-slider {
    background-color: #111;
    padding: 30px 0 0 0;
}
.image-slider .slick-next, .image-slider .slick-prev {
    height: 86%;
    top: 43%;
}

.image-slider .slick-slider {
    margin-bottom: 10px;
}
.slider-item {
    /*overflow: hidden;*/
    height: 250px;
}
.slider-item:hover {
    background-color: #444643; /*#60635e;*/
}
.slider-image-container {
    height: 86%;
    overflow: hidden;
}
.slider-item img {
    display: block;
    margin: 0px auto;
    float: right;
}
.slider-item p {
    padding-top: 10px;
    /*height: 35px;*/
}
/*
.slider-item .gal-img-vert {
    height: auto !important;
    width: 90% !important;
    min-height: 90%;
    max-height: 90%;
    min-width: 90%;
}
.slider-item .gal-img-hor {
    height: 90% !important;
    width: auto !important;
    min-height: 90%;
    min-width: 90%;
}*/

/*
.slick-slider {
    padding: 0px 30px;
}
.slick-prev {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px 7px;
    width: 30px;
    left: 0px !important;
}
.slick-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.slick-next {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px 7px;
    width: 30px;
    right: 0px !important;
}
.slick-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.slick-next:before {
    font-family: 'Glyphicons Halflings' !important;
    content: "\e250" !important;
}
.slick-prev:before {
    font-family: 'Glyphicons Halflings' !important;
    content: "\e251" !important;
}
*/
/*
##########################################################################################
########################################## content #######################################
##########################################################################################
*/
.wrapper {
    min-height:100vh;
    position:relative;
}
.content-container {
    margin-top: 74px;
    min-height: 80vh;
}
.section-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-wrapper h3, 
.section-wrapper h4, 
.section-wrapper h5 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.section-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.section-img-wrapper {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.section-img-container {
    overflow: hidden;
    height: 300px;
    border-radius: 5%;
    /*width: 300px;
    margin: auto;*/
}
.section-img-container img {
    width: auto;
    height: 320px;
}
.section-container .col-sm-12 {
    padding: 0px;
}
.section-container p {
    /*text-align: justify;*/
}

.content-section {
    /*float: left;*/
    padding-top: 40px;
    padding-bottom: 40px;
}
.content {
    margin-top: 10px;
    /*margin-bottom: 25px;*/
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.content h4, h5 {
    text-transform: uppercase !important;
    /*letter-spacing: .1em;*/
    font-size: 14px;
}
.page-title {
    margin-bottom: 20px;
}
.sub-heading .block-text {
    margin-top: -20px;
    margin-bottom: 20px;
}
.sub-heading h2 {
    line-height: 30pt;
}
.full-body {
    margin-bottom: 25px;
}
.sign-description ul {
    padding-left: 20px;
}
.modules .sign-description .col-sm-6{
    padding-left: 0px !important;
}
.module-image {
    width: 100%;
}

.page-header {
    margin: 20px 0px 20px;
}

.rich-text i {
    float: none;
}

/* ----- color headings ----- */
.rich-text h5 b {
    color: #aec62d;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 18px !important;
}

.rich-text h5 {
    text-transform: none !important;
    /*letter-spacing: .05em !important;*/
}

.rich-text h3 b {
    color: #aec62d;
}

.rich-text h4 b {
    color: #aec62d;
}

/* --- color background --*/
.rich-text h5 b i
{
    background-color: #aec62d;
    padding: 20px;
    color: #23312b;
    float: left !important;
}

.landing-container p {
    font-size: 22px;
}

.block-column .col-sm-12, .block-column col-sm-11, .block-column col-sm-10, .block-column col-sm-9, .block-column col-sm-8, .block-column col-sm-7, .block-column col-sm-6, .block-column col-sm-5, .block-column col-sm-4, .block-column col-sm-3, .block-column col-sm-2, .block-column col-sm-1 {
    /*margin-top: -75px;
    padding-top: 75px;*/
}

p i a {
    font-family: sans-serif;
}

/* ------ divider bar ---- */
/*.rich-text hr {
border-top: 3px solid #aec62d;
}*/

/*
##########################################################################################
########################################## components #######################################
##########################################################################################
*/

.block-text {
    margin-top: 15px;
}

.block-image {
    margin-top: 15px;
}

/* image full width */
.full-width {
    width: 100%;
    height: auto;
}

.image-container {
    overflow: hidden;
}

.image-container a {
    position: relative;
}

.hover-magnify {
    width: 100%;
    position: absolute;
}

/*.hover-magnify:hover*/
.hover-magnify:hover
{
    opacity: 1;   
}
.hover-magnify {
    /*background: rgba(0, 0, 0, 0.15);*/
    background-position: center; 
    background-image: url(/assets/images/magnify.png);
    background-repeat: no-repeat;
    background-size: 25%;
    opacity: .55;
    /*background-position: 0 0;*/
}

/*.hover-video:hover*/
.hover-video {
    background-image: url(/assets/images/video.png) !important;
}

/* ------ content background --------- */

.content-background {
    width: 100%;
    height: 700px;
    display: inline-block;
    background-position: center;
    margin-top: 40px;
    background-repeat: no-repeat;
}

.content-background-img {
    height: 100%;
    overflow: hidden;
}

.content-background-img img {
    height: 100%
}

.text-placement-left-first-img {
    float: right;
    width: 66.666666667%;
}

.text-placement-right-first-img {
    float: left;
    width: 66.666666667%;
}

.text-placement-center-first-img {
    float: left;
    width: 33.1133%;
}

.text-placement-center-second-img {
    float: right;
    width: 33.1133%;
}

.text-placement-left-second-img, .text-placement-right-second-img {
    width: 0%;
    display: none;
}

.background-left-img {
    ms-transform: translate(-55%, 0%);
    transform: translate(-55%, 0%);
}

.background-right-img {
    ms-transform: translate(25%, 0%);
    transform: translate(25%, 0%);
}

.background-center-img {
    ms-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
}

.text-over-background {
    /*padding: 100px 20px;*/
    width: 33%;
    height: 100%;
}

.text-over-background .rich-text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
}

.text-over-background a {
    color: #000;
}

.text-placement-left {
    float: left;
}

.text-placement-right {
    float: right;
}

.text-placement-center {
    float: left;
    margin-left: 0.4455%;
}


/*
##################### hide/reveal text  ##########################
*/

/*
.hide-reveal.ng-hide {
  height:0;
  transition:height 1.5s ease;
  overflow:hidden;
  position:relative;
}

.hide-reveal {
  height:141px;
  transition:height 10.5s ease;
  overflow:hidden;
  position:relative;
}
*/
.hide-show-header {
    cursor: pointer;
}
.hide-reveal.ng-hide-add {
  transform: translateX(0);
  transform-origin: right;
  transition: all 0.5s ease-in-out;
}

.hide-reveal.ng-hide-add.ng-hide-add-active {
  transform: translateX(150%);
}

.hide-reveal.ng-hide-remove {
  transform: translateX(150%);
  transform-origin: left;
  transition: all 0.5s ease;
}

.hide-reveal.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0);
}

/*
.hide-reveal {
    working: working;
}
.hide-reveal.ng-hide-remove,
.hide-reveal.ng-hide-add {
    display:block!important;
}
          
.hide-reveal.ng-hide-add {
     -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear; 
}
                      
.hide-reveal.ng-hide-remove {
     -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;  
}
*/
/*
##################################################################
*/

/*
##################### zoom lens (image) ##########################
*/
.image-zoom {
    border: none;
}
.image-zoom .image-zoom-lens {
    height: 200px;
    width: 200px;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
}

/*
##################### Embeded Video #################################
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /*margin-bottom: 30px;*/
}

.video-container iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

/*
##########################################################################################
########################################## section #######################################
##########################################################################################
*/

.section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1; 
    left: 0px;
}
.section {
    overflow: hidden;
}
.section-alt {
    background-color: #cdda3e;
    color: white;
}

/*
##########################################################################################
########################################## interest ######################################
##########################################################################################
*/

.interest-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.interest {
    padding-bottom: 20px;
}
.interest, .interest .col-sm-4, .interest .col-sm-6, .interest .col-sm-8 {
    padding-left: 0px;
}
.interest a img {
    height: 180px;
    width: auto;
    display:block;
    margin: auto;
    max-width: 100%;
}
.interest-img-container {
    overflow: hidden;
}
/*
##########################################################################################
########################################## modal ##########################################
##########################################################################################
*/
.modal-container {
    position: relative;
}
.modal-container img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: block;
}

.modal-video {
    height: 100%;
    width: auto;
}
.image-modal {
    height: 100%;
}
.video-360 {
    width: 75%;
    margin: 0px auto;
    display: block;
}
.play-overlay {
    position: absolute;
    width: 70%;
    opacity: 0;
    margin: 0px;
    left: 12.5%;
}
.play-overlay:hover {
    opacity: 1;
    cursor: pointer;
}
.modal-content {
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.modal-dialog {
    margin: auto;
    width: auto;
    height: 80vh;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.modal-body {
    height: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-gallery-body {
    width: 80vw;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-gallery {
    background-color: transparent;
}

.modal-gallery, .modal-gallery .carousel {
    height: 77vh;
}

.modal-gallery .carousel-img {
    border: 1px lightgray solid;
    position: relative;
    min-height: auto;
    min-width: auto;
    height: 100%;
}

.modal-gallery .carousel-indicators {
    display: none;
}

/*
##########################################################################################
########################################## form ##########################################
##########################################################################################
*/

.subscribe {
    margin: 0px auto 25px;
    display: block;
}
.subscribe h4, h5{
    font-size: 20px;
}
.subscribe-fields {
    margin: auto; 
    display: block;
    width: 100%;
}
.form-submit {
    background: #aec62d;
    border: none;
    height: 40px;
    font-weight: bold;
    padding: 0px;
    padding-bottom: 1px;
    font-size: 16px;
}
.form-field {
    color: #717375;
    border: none;
    height: 40px;
    display: inline;
    padding-bottom: 4px;
    /*padding-left: 10px;*/
    font-size: 18px;
}

.contact-wrapper {
    min-height: 60vh;
}
.contact-container {
    padding: 15px 0px;
}

.contact-container input, .contact-container textarea {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd !important;
}

.contact-container textarea {
    resize: none;
    height: 120px;
}

.contact-info-item {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.contact-info p, i {
    float: left;
}

.contact-info p {
    padding-left: 12px;
}

.g-recaptcha {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.show {
    display: block !important;
}

.email-subscribe {
    width: 69%;
}
.subscribe-submit {
    width:29.5%;
}

/*
##########################################################################################
########################################## footer ########################################
##########################################################################################
*/

.footer {
    padding-bottom: 20px;
    background-color:#716d59;
    border-top: 10px solid #aec62d;
    color: white;
    /*position: absolute;
    bottom: 10px;*/
    font-size: 12pt;
}
.footer h4 {
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 20px !important;
    font-size: 14px;
    font-weight: bold;
    color: #aec62d;
}
.footer .button {
    line-height: 1.4 !important;
}
.sub-footer {
    background-color: #514e40;
    text-align: right;
    color: #716d59;
    /*position: absolute;
    bottom: 0px;*/
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.approval-stamp {
    margin-top: 15px;
}

/*
##########################################################################################
########################################## media #########################################
##########################################################################################
*/
@media screen and (max-width: 1025px) and (min-width: 780px) {
    .navbar-default {
        height: 100px;
    }
    .navbar-default a {
        padding: 10px !important;
    }
    .navbar-header {
        width: 100%;
    }
}

@media screen and (max-height: 1500px) and (min-width: 1000px) {
    .content-container {
        min-height: 60vh;
    }
}

@media screen and (max-width: 1450px) and (min-width: 100px) {
    .carousel-mini-container .carousel-content {
        height: 100% !important;
    }
}
@media screen and (max-width: 850px) and (min-width: 100px) {
    .carousel-container .carousel-inner {
        height: 80vh !important;
    }
    .carousel-img {
        height: 100%;
        right: -30%;
    }
    .carousel-mini-container .carousel-img {
        height: 100% !important;
        width: auto !important;
        left: -55%;
    }
    .carousel-mini-container {
        height: 325px;
    }
    .carousel-mini-container .carousel {
        height: 325px;
    }
    .footer-container, .footer-container .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .email-subscribe {
        width: 63% !important;
    }
    .subscribe-submit {
        width: 35.5% !important;
    }
    .navbar-toggle {
        margin-top: 17px;
    }
    .block-text {
        margin-top: 0px;
    }
    .page-title {
        margin-bottom: 0px;
        font-size: 24px;
    }
    .sub-heading h2 {
	font-size: 24px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1200px) {
    .carousel-container .carousel-inner {
        height: 60vh;
    }
    .carousel-content {
        height: 100%;
    }
    .carousel-img {
        min-height: 0px;
        /*width: auto;
        height: 100%;
        float: right;*/
    }
}
@media screen and (max-width: 1199px) and (min-width: 800px) {
    .carousel-container .carousel-inner {
        height: 45vh;
    }
    .carousel-img {
        min-height: 0px;
    }
    .carousel-caption h1 {
        font-size: 24px;
        line-height: 40px !important;
    }
    .carousel-caption {
        top: 4% !important;
    }
}
@media screen and (max-width: 799px) and (min-width: 600px) {
    .carousel-container .carousel-inner {
        height: 35vh;
    }
    .carousel-img {
        min-height: 0px;
    }
    .carousel-caption {
        width: 50%;
        top: 25% !important;
    }
    .carousel-caption h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .main-caption, .carousel-caption, .carousel-indicators {
        display:none;
    }
    .sub-footer {
        height: 20px;
    }
    .carousel-phone-clickable {
        display: inline;
    }
    .image-container {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 599px) and (min-width: 100px) {
    .carousel-container .carousel-inner {
        height: 25vh;
    }
    .carousel-img {
        min-height: 0px;
    }
    .carousel-caption {
        width: 50%;
        top: 25% !important;
    }
    .carousel-caption h1 {
        font-size: 24px;
    }
    .main-caption {
        width: 100% !important;
    }
    .main-caption, .carousel-caption, .carousel-indicators {
        display:none;
    }
    .sub-footer {
        height: 20px;
    }
    .image-container {
        margin-bottom: 10px;
    }
    /*
    .content-background {
	background-size: auto 100% !important;
    }
    .background-left {
	background-position: left !important;
    }
    .background-right {
	background-position: right !important;
    }
    .background-center {
	background-position: center !important;
    }
    .text-placement-center {
	margin-left: 0% !important;
    }
    */
}

@media screen and (max-width: 767px) and (min-width: 100px) {
    .navbar-nav {
        background-color: #111 !important;
    }
    .navbar-collapse {
        border: none;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .submenu-item {
        width: 100px !important;
        float: left;
    }
    .submenu-item img, .submenu-item p {
        display: block
    }
    /*
    .centent-background {
	background-size: auto 100% !important;
    }
    */
}

@media screen and (max-width: 1199px) and (min-width: 100px) {
    .text-over-background .rich-text {
	position: relative !important;
	transform: translate(0,0) !important;
	mz-transform: translate(0,0) !important;
	margin: 20px 0 !important;
    }
    .text-over-background {
	width: 100% !important;
	float: right !important;
    }
    .content-background-img {
	height: auto !important;
	width: 100% !important;
	float: left;
    }
    .content-background-img img {
	height: auto !important;
	width: 100%;
	transform: translate(0,0) !important;
	mz-transform: translate(0,0) !important;
    }
    .second-img {
	float: right !important;
    }
    .content-background {
	height: auto !important;
    }
}