@charset "utf-8";
@import url("css/bootstrap.min.css");
/* css by bootstrap */
/*@import url("css/import-font.css");*/
/* used to load font from external source like Google font */
@import url("css/all.min.css");
/* used to load font awesome icons */
/*@import url("rs-plugin/css/settings.css");*/
/* css file for Revolution Slider plugin */
@import url("css/owl.theme.default.min.css");
/* css for jQuery plugin "Owl Carousel" */
@import url("css/owl.carousel.min.css");
/* css for jQuery plugin "Owl Carousel" */
@import url("css/animate.css");
/* css for animating template elements */
/*@import url("css/magnific-popup.css");*/
/* css for jQuery plugin "Magnific Popup" */
/*@import url("css/bg-image.css");*/
/* css for section background image */
/*@import url("css/rev-settings.css");*/
@import url("fonts/megeon-grunge/fonts.css");
@import url("fonts/brandon/stylesheet.css");
@import url("fonts/blessings/stylesheet.css");
/* @import url("fonts/georgia/stylesheet.css"); */
@import url("fonts/MerriweatherRegular/MerriweatherRegular.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap');



/* custom css file for Revolution Slider plugin, you can modify slider typography from this file */
/*
 * LESS VARIABLES
 */
/* Colors
----------------------------------------------------------*/
/* Body
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/*------------------------------ 
BODY
------------------------------ */

/*Backgorund Color : #236496  */
/*color yellow #E9AE30  */


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /*line-height: 22px;*/
  margin: 0;
  padding: 0;
  text-shadow: none !important;
}
#wrapper {
  overflow: hidden;
}
img {
  max-width: 100%;
}
a {
  color: #236496;
}
a:hover {
  text-decoration: none;
  color: #939ca3;
}
a,
a:focus,
a:active {
  outline: none;
  transition: .2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  /*color: #333333;*/
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  line-height: 1.3;
}
h1 {
  /*font-size: 25px;*/
}
h2 {
  /*font-size: 20px;*/
}
h3 {
  /*font-size: 18px;*/
  color:  #236496;
  line-height: 1.2;
}
h4 {
  /*font-size: 16.5px;*/
}
h5 {
  /*font-size: 15px;*/
}
h6 {
  /*font-size: 13px;*/
}
.blod-font {
  font-family: 'Brandon Printed One'!important;
  font-weight: 300!important;

}
.gene-heading h2 {
  text-transform: uppercase;
  color: #236496;
}
/*------------------------------ 
HEADER
------------------------------ */





.alert-me {
  background-color: #a6421b;
  padding: 12px;
  color: #fff;
  border-radius: 0;

}
.alert-me.alert-dismissable .close, 
.alert-me.alert-dismissible .close {
  right: 0;
}
.alert-me span {
  color: #000;
}
.alert-left {
  float: left;
}
.alert-left a{
  color:rgba(233, 174, 48, 1);
  font-weight: 600;
}
.alert-left a:hover{
  color:rgba(255, 255, 255, 1);
}
.alert-left strong {
  margin-left: 5px;
}
.alert-right {
  float: right;
}
.alert-right a {
  color: #fff;
}
.alert-right a:hover {
  opacity: .7;
}






/*Addvertisement*/
.addvertisement {
    padding-top: 10px;
}
.add-slider {
  padding-left: 0;
}
.add-slider .left-img {
  width: 45px;
  float: right;
  position: relative;
  padding-top: 2px;
}
.add-slider {
  list-style: none;
    padding-top: 8px;
}
.add-slider li {
  margin-right: 5px;
  position: relative;
}
.add-slider li:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -2px;
  bottom: -2px;
  background: #A9A9A9;
  right: -10px;
  height: 52px;
}
.add-slider .right-content {
  padding-left: 10px;
  margin-right: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height:1.32857143;
}
.add-slider .right-content h6{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height:1.32857143;
}
.add-slider .right-content .news-date{
  /* font-size: 14px;
  margin-bottom: 10px; */
}
.add-slider .right-content a {
  color: #A9A9A9;
  text-decoration: none;
  -webkit-transition:   .2s;
  -o-transition:  .2s;
  transition:   .2s;
}
.add-slider .right-content a:hover {
  opacity: .8;
}

.addvertisement .owl-theme .owl-nav {
    margin-top: 0px;
    padding-bottom: 15px;
}
.add-prev {
  position: absolute;
  top: 18px;
  left: -20px;
}
.add-next {
  position: absolute;
  top: 18px;
  right: -20px;
}
.add-prev i:hover,
.add-next i:hover {
  color: #E9AE30;
}
@media (max-width: 767px) {
  .add-prev {
    position: static;
  }
  .add-next {
    position: static;
  }
}



/*Modal*/
.modal-open .modal {
    z-index: 99999999;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/*Serach*/
.common-header {
    box-shadow: 0 14px 7px -9px #f1f1f1;
    z-index: 9999999;
    /* border: 1px solid; */
    position: relative;
}
.main-logo {
    max-width: 250px;
    bottom: -15px;
    margin-top: -24px;
    z-index: 99;
    position: relative;
    /* border-radius: 50%;
    background-color: #236496 ; */
}
.btn-search {
     display: none; 
}
.search-form {
    margin-top: 2px;
    width: 50px;
    -webkit-transition: width ease-in-out .3s;
    -o-transition: width ease-in-out .3s;
    transition: width ease-in-out .3s;
}
.search-form.open {
    width: 300px;
    margin-right: 5px;
}
.close-search, 
.open-search {
    width: 35px;
    height: 35px;
    background: #f4f4f4;
    position: absolute;
    z-index: 3;
    right: 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 36px;
    color: #787b80;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.close-search {
    background: 0 0
}
.close-search:before {
    content: "\f00d"
}
.open-search:before {
    content: "\f002"
}
.search-form .form-control {
  border-radius: 0;
    padding-left: 30px;
    border-color: #f4f4f4;
    opacity: 0;
    -webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    -o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    height: 36px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-form .form-control:focus {
    border-color: #236496;
    color: #236496;
    outline: 0;
    padding-left: 15px;
}
.search-form.open .form-control {
    opacity: 1
}
.search-form input[type=search]:focus::-webkit-input-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.search-form input[type=search]:focus::-moz-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.search-form input[type=search]:focus:-ms-input-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.search-form input[type=search]:focus:-moz-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}



/*Banner Area*/
.banner {
  background-size: cover;
  background-position: bottom center;
  padding-top: 10%;
  padding-bottom: 20%;
  margin-bottom: 20px;  
}
.banner-heading p{
  font-size: 33px;
  line-height: 28px;
  color: #fff;
}
.banner-heading p span {
  text-indent: 35px;
  display: block;
}
.banner-heading h1 {
  text-align: center;
  font-size: 187px;
  font-family: 'blessingsregular';
  color: #fff;
  font-weight: normal;
}

.banner-area-safe .owl-nav {
  margin-top: 0;
}
.banner-area-safe .owl-carousel .owl-nav button.owl-next, 
.banner-area-safe .owl-carousel .owl-nav button.owl-prev {
    font-size: 42px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px 16px 8px 15px !important;
    /* background: rgba(0,0,0,.1); */
    background: #ff0000;
    display: block;
    color: #fff;
    line-height: 1;
    transition: .3s;
    max-height: 50px;
    bottom: auto;
    border-radius: 0;
    opacity: 0;
}

.banner-area-safe .owl-carousel .owl-nav button.owl-next span, 
.banner-area-safe .owl-carousel .owl-nav button.owl-prev span {
    opacity: .7;

}
.banner-area-safe .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}
.banner-area-safe:hover .owl-carousel .owl-nav button.owl-prev  {
  opacity: .4;
}

.banner-area-safe:hover .owl-carousel .owl-nav button.owl-next  {
opacity: .4;
}
.banner-area-safe .owl-carousel .owl-nav button.owl-prev:hover  {
  opacity: 1;
}

.banner-area-safe .owl-carousel .owl-nav button.owl-next:hover  {
opacity: 1;
}

.banner-area-safe .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

@media (max-width: 1299px) {


}
@media (max-width: 1199px) {

}
@media (max-width: 1099px) {

}
@media (max-width: 991px) {


  
}
@media (max-width: 767px) {

  
}


@media (max-width: 767px) {

}

.adventure-in {
  color: #333333;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5%;
  padding-bottom: 5%;
}
.adventure-in  h2 {
  font-size: 64px;
  font-family: 'Georgia';
  font-weight: normal;
  line-height: 25px;
}
.adventure-in  h4 {
  font-size: 23px;
  color: #333333;
}
.adventure-in p {
  font-size: 19px;
  color: #333333;
  padding-left: 22%;
  padding-right: 22%;
}


/*Special Blog*/

.special-blog {
    background: #f4f4f4;
    margin-top: 120px;
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px;
}
.special-blog:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -25px;
    background: url(images/home/pan.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
    /* padding-bottom: 104px; */
}
.special-blog h2 {
  font-size: 58px;
  font-family: 'blessingsregular';
  font-weight: normal;
  color: #663300;
  text-align: center;
  line-height: 1;
}
.special-blog h3 {
  font-size: 39px;
  color: #9e5800;
  text-align: center;
  margin-bottom: 60px;
}
.special-blog .w-100 {
  display: block;
  width: 100%;
}
.spe-padding {
  padding: 0;
}
.spe-item {
    background: #fff;
    padding: 40px 20px;
}
.spe-item .spe-item-content h4 {
  color: #000000;
  font-size: 21px;
}

.spe-item .spe-item-content p {
  color: #000000;
  font-size: 14px;
  font-family: 'Georgia';
}
.spe-item .spe-item-content .spe-more {
  position: relative;
  z-index: 100;
  }
.spe-item .spe-item-content .spe-more a {
  color: #fe0000;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;

}
.spe-item .spe-item-content .spe-more a:hover {
  opacity: .8;
}
/*Responsive*/
.display-c-2 {
    display: flex;
    align-items: flex-end;
}
.special-blog .display-c-2 img {
  width: 83%;
}
.display-right-side {
  margin-top: 20px;
}
.display-right-side .spe-item {
    padding: 51px 20px;
}
@media(max-width: 991px) {
  .display-c-2 {
      display: block;
  }
  .special-blog:before {
    display: none;
  }
}


/*Why US*/
.pos-rela {
  position: relative;
  z-index: 9999;
}
.why-icon {
    text-align: center;
}
.why-us {
  padding-top: 7%;
  background-image: url("images/home/LakeandPen_Master_HomePage_v5.png");
  background-size: cover;
}
.home-title {
  font-size: 31px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
/*.home-title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100px;
  bottom: 100%;
  background: url("images/icons/egol.png");
  background-repeat: no-repeat;
  background-position: center;
}*/

.why-us p {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.why-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.why-btn a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  background: #f9f9f9;
  border-radius: 5px;
  color: #42564b;
  font-size: 14px;
  font-weight: 600;
  transition: .3s;
}
.why-btn a:hover {
  opacity: .8;
}


.why-items .padding-0 {
  padding: 0;
}
.why-items {
    margin-top: 50px;
    background: url(images/home/green-field-bears.png);
    background-size: 49.3%;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding-bottom: 30px;
}
.why-items:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/home/LakeandPen_Master_HomePage_v6-bottom.png);
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 3;
}
.why-items:after {
    content: "";
    position: absolute;
    left: 0;
    right: 50.7%;
    top: -117px;
    background-image: url(images/home/drag.png);
    height: 185px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    z-index: 999;
    /* background-color: red; */
    transform: rotateX(180deg);
}
.why-left {
  width: 80%;
  margin: auto;
}
.why-left .why-icon {
  margin-top: 30px;
}
.why-left h2 {
  font-size: 29px;
  color: #fff;
  margin-top: 15px;
}
.why-left p {
  font-size: 21px;
  color: #fff;
  font-family: 'Georgia';
  font-weight: normal;
}
/*Why Right*/
.why-right-item {
  position: relative;
}
.why-right-item-text {
  font-size: 21px;  
  color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: 20px;
  line-height: 25px;
}
.why-right-item-text-top {
  bottom: auto;
  top: 20px;
  left: 20px;
}
.why-right-item-text-3 {
  top: 110px;
}
.why-right-item img {
    display: block;
    width: 100%;
}
@media(min-width: 1400px) {
  .why-left {
      width: 80%;
      margin: auto;
      padding-top: 7%;
  }
}
/*Places*/
.places {
    text-align: center;
    color: #000;
    background: white;
    margin-top: -100px;
    position: relative;
    clear: both;
}
.places .home-title {
  margin-bottom: 20px;
  margin-top: 15px;
}
.place-head {
  margin-bottom: 50px;
}
.place-item {
  border: 1px solid #b5b5b5;
  overflow: hidden;
  transition: .3s;
  margin-bottom: 30px;
}
.place-item > img {
  display: block;
  width: 100%;
}
.place-item:hover {
    box-shadow: 0px 3px 11px -5px #321f82;
}
.place-item:hover > img {
  
}
.place-content {
  margin-top: 15px;
}
.place-content h3 {
  font-size: 38px;
  font-family: 'blessingsregular';
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.place-content .place-btn a {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 20px;
  border: 1px solid #b5b5b5;
  display: inline-block;
  margin-bottom: 25px;
  transition: .3s;

}
.place-content .place-btn a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 500px) {
  .places .col-xs-6 {
    width: 100%;
  }
}



/*Get More*/
.get-more {
    background-image: url(images/home/lastone.png);
    background-size: 100%;
    padding: 11% 0;
    /* background-attachment: fixed; */
    padding-bottom: 30%;
    background-repeat: no-repeat;
    background-size: cover;
}
.get-more .home-title {
  margin-bottom: 30px;
  margin-top: 15px;
  color: #336600;
}
.get-head p {
  font-size: 20px;
  color: #666666;
  padding-left: 15%;
  padding-right: 15%;
}



/*Spe Footer*/
.spe-footer {
  padding-bottom: 60px;
}
.spe-widget {
  margin-bottom: 40px;
}
.spe-social {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spe-social ul {
    margin: 0;
    padding: 0;
    display: table;
    margin-left: auto;
}
.spe-social ul li {
  float: left;
  list-style: none;
}
.spe-social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #9b9ca3;
    text-align: center;
    background: #363846;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 26px;
    line-height: 1.9;
}
.spe-social ul li a:hover {
  background: #fff;
}
.spe-social ul li a i {
  transition: .3s;
}
.spe-social ul li a:hover i {
  transform: rotateY(360deg);
}
.spe-footer {
  background: #2c2e3d;
}
.spe-widget h4 {
  color: #fff;
  font-style: 20px;
}
.spe-content {
  color: #c1c1c1;
}
.spe-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spe-list ul li a {
  line-height: 2;
  color: #ffff;
}
.spe-list ul li a:hover {
  opacity: .8;
}
.spe-address {
  color: #fff;
  line-height: 1.5;
}
.spe-address a {
  color: #fff;
}
.spe-address a:hover {
  opacity: .8;
}






/*Slider*/
.caro-nav {
  position: absolute;
  right: 100px;
  top: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.caro-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
.caro-nav ul li {
  position: relative;
  float: left;
}
.caro-nav ul li a:hover {
  background-color: #E9AE30;
  /* background-color: #cc6600; */
}
.caro-nav ul li.caro-nav-active a {
  /* background-color: #E9AE30; */
  background-color: #cc6600;
}
.caro-nav ul li a {
  display: inline-block;
  background-color: #236496;
  margin-right: 10px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

/*-- Main slide --*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.main-slider .carousel-inner {
  overflow: visible;
}
.main-slider .item img {
    width: 100%;
    display: block;
}
.main-slider .slider-box {
    background-color: rgba(233, 174, 48,.9);
    padding: 30px;
    font-size: 22px;
    color: #fff;
    width: 500px;
    transform: translateY(-50%);
    float: right;
    position: absolute;
    right: 100px;
    top: 50%;
}
.main-slider .item .slider-box a{
  color:rgba(255, 255, 255, 0.9);
}
.main-slider .item .slider-box a:hover{
  color:rgba(255, 255, 255, 1);
}



/*
.main-slider .item:after {
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.main-slider .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.main-slider .item.active .slider-content {
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
.main-slider .slider-content {
    top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

.main-slider .slider-content h2 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.main-slider .slider-content p {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 35px;
}
.main-slider .slider-content .slide-para {
    padding-right: 30%;
}
.main-slider .slider-content h2.white, 
.main-slider .slider-content h3.white {
    color: #fff;
}
.main-slider .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
}
.main-slider strong {
    color: #f9ba48;
}
.main-slider .slider-btn {
    margin-right: 30px;
}
.main-slider .slider-btn:hover {
    background-color: #f9ba48;
    color: #fff;
    border: 2px solid #f9ba48;
}
.main-slider .carousel-indicators {
    bottom: 30px;
}
.main-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin: 1px;
}
.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    width: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/
/*.main-slider .carousel-control.right {
    -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
            transform: translateX(500px);
}
.main-slider .carousel-control.left {
    -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
            transform: translateX(-500px);
}
.main-slider:hover .carousel-control.left,
.main-slider:hover .carousel-control.right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            z-index: 100;
}*/
.main-slider .carousel-control.left span {
    padding: 15px;
}
.main-slider .carousel-control.right span {
    padding: 15px;
}
.main-slider .carousel-control .fa-angle-left, .main-slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
}
.main-slider .carousel-control .fa-angle-left {
    left: 0;
}
.main-slider .carousel-control .fa-angle-right{
    right: 0;
}
.main-slider .carousel-control i {
    /*background: rgba(38, 71, 108,.70);*/
    color: #fff;
    /* line-height: 36px;
    font-size: 32px; */
    padding: 15px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-slider .carousel-control i:hover {
    background: #f9ba48;
}
/*-- Animation --*/
.main-slide .animated4 strong {
    color: #ee3733;
}

/*Main Nav*/
.main-nav ul {
  background-color: #236496;
  margin: 0;
  padding: 0;
  height: 100%;
  display: table;
}
.main-nav ul li {

}
.main-nav ul li a {
  /* display: block;
  color: #fff;
  padding:15px;
  text-transform: uppercase; */
    display: inline-flex;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.main-nav ul li a:hover {
  background-color: #E9AE30;
}


/*Poster*/
.poster {
  padding-bottom: 50px;
  color:  #8e8383;
  text-align: center;
}
.poster-content {
  padding: 30px;
  padding-top: 40px;
}
.poster-content p {
  font-size: 20px;
}
.poster-content a{
  color:#a6421b;
}
.poster-content a:hover{
  color: rgba(166, 66, 27, 0.8) ;
}

/*features*/
.features {
  text-align: center;
}
.features {
  padding-top: 20px;
  padding-bottom: 50px;
  /*padding-bottom: 100px;*/
}
.feature-item {
  margin-top: 30px;
  
}
.feature-item .fe-icon {
  
  font-size: 25px;
  border: 2px solid #007ac2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
}
.feature-item .fe-icon i {
  line-height: 1.8;
  transition: .3s;
  color: #007ac2;
}
.feature-item:hover .fe-icon i {
  transform: rotate(360deg);
}




.latest-projects-wrapper {
    box-shadow: 0px 20px 39px -25px #236496;
    margin-bottom: 40px;
}
.tab-content .item iframe{
  width:100%;
  height: 200px;
}
.tab-content {
    padding-bottom: 10px;
} 
.tab-content .item {
  margin-bottom: 30px;
}
.project-zone .nav-tabs {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 40px;
    position: relative;
    /* box-shadow: 7px 13px 41px -19px #236496; */
}
.project-zone .nav-tabs:after {
  position: absolute;
  width: 100%;
  height: 2px;
  /*background-color: #236496;*/
  left: 0;
  bottom: 4px;
  /*box-shadow: 5px 5px 5px #236496;*/
}
.project-zone.nav-tabs.nav-justified>li>a {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.project-zone .nav-tabs.nav-justified>.active>a, 
.project-zone .nav-tabs.nav-justified>.active>a:focus, 
.project-zone .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    background-color: #236496;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.project-zone .nav-tabs li a {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
  color: #236496;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
}
.project-zone .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #236496;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -7px;

}
.item-latest {
  position: relative;
  /*margin-left: 7px;*/
  /*margin-right: 7px;*/
  overflow: hidden;
} 
.item-latest > img {
  display: block;
  width: 100%;
}
.latest-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: scale(0);
  transition: .3s;
}

.item-latest:hover .latest-hover {
  transform: scale(1);
}
.latest-hover div {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
    text-align: center;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    /* text-transform: uppercase; */
    padding: 15px;
}
.item-latest .feedback {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  transition: .3s;
}
.item-latest:hover .feedback {
  bottom: 0;
}
.item-latest .feedback i {

}
.item-latest .feedback .comment {
  float: left;
}
.item-latest .feedback .comment span {
  margin-right: 10px;
  display: inline-block;
}
.item-latest .feedback .comment-s {
  float: right;
}
/*Project*/
.project-itmes h3 {
  line-height: 1.4;
  font-weight: 400;
  font-size: 39px;
  color: #007ac2;
}
.project-itmes p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  padding-right: 50px;
}
.project-each {
    text-align: center;
    padding: 50px 30px;
    box-shadow: 0px 1px 1px 2px #f2f5f7;
    margin-bottom: 30px;
    /*border-radius: 10px;*/
    text-transform: capitalize;
    min-height: 200px;
}
.count-sign,
.counter {
  font-size: 56px;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 300;
}
.project-each span:nth-last-of-type(1) {
  text-transform: capitalize;
  display: inline-block;
  font-size: 17px;
}



/*happening*/
.happening {
  padding-top: 30px;
  padding-bottom: 50px;
}
.happening .big-title {
  padding-left: 100px;
  padding-right: 100px;
}
.happening .big-title h3 {
  color: #236496;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
}
.happy-top {
  margin-bottom: 15px;
  margin-top: 30px;
  display: table;
}
.happy-top .happy-t-l {
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 55px;
  height: 55px;
  /* background-color: #236496; */
  background-color:#cc6600;
  color: #fff;
}
.happy-top .happy-t-l strong {
  font-size: 18px;
}
.happy-top .happy-t-r {
  padding-left: 70px;
  color: #236496;
  font-size: 18px;
}
.happy-thumb {
  margin-bottom: 10px;
}
.happy-thumb img {
  display: block;
  width: 100%;
}
.happy-share {
  color: #808080;
  margin-top: 5px;
}
.happy-share a {
  color: #808080;
  font-weight: 300;
}
.happy-share a:hover {
  color: #236496;
}
.view-all {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.view-all  a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}



/*Gallery*/
.gallery {
  position: relative;
  display: table;
}
.g-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-list ul li {
  width: 14.28%;
  float: left;
}
.g-list ul li img {
  display: block;
  width: 100%;
}
.g-box {
  position: absolute;
  width: 28.57%;
  background-color: #fff;
  right: 14.28%;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}
.g-box h2, 
.g-box h3 {
  line-height: 1.2;
  font-weight: 600;
}
.g-box h2, 
.g-box h3,
.g-box p {
  text-transform: uppercase;
  color: #236496;
}
.g-box p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.g-box:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #E9AE30;
  z-index: -1;
}
.see-more a {
  background-color: #a6421b;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: .3s;
}
.see-more a:hover {
  opacity: .8;
}


/*Testimonial*/
.testimonial .bg-testi {
  padding-left: 50px;
  padding-right: 50px;
}
.testimonial {
  padding-top: 100px;
}
.testi-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}
.testi-img img {
  object-fit: cover;
}
.testimonial h3 {
  text-transform: uppercase;
}
.testimonial h3:before {
  content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 5 free";
    color: #E9AE30;
    font-size: 40px;
    z-index: -7;
    font-weight: 700;
    left: -60px;
    top: -8px;
    z-index: 999;
}
.testimonial p {
  position: relative;
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  color: #808080;

}

/*.bg-testi {
  padding-top: 250px;
  background: url(images/200x200.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 130px;
  padding-right: 15px;
  padding-left: 5px;
  margin-left: -40px;

}
.bg-testi2 {
  background: url(images/);
  padding-top: 250px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -40px;

}
.bg-testi3 {
  background: url(images/);
  padding-top: 250px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -40px;

}*/

.testimonial h3 {
  color: #236496;
  margin-bottom: 30px;
  line-height: 1.4;
  position: relative;
}
.testi-slider {
  position: relative;
}
.testi-slider:before {
    
}
.desi {
  margin-top: 10px;
}
.desi span {
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.testimonial .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 70px;
    left: -4px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000;
}
.owl-theme .owl-nav [class*=owl-] {
  outline: none;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #236496;
}



/*social-connect*/
.social-connect {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px;
  background-color: #D6E8F0;
}
.social-connect h2 {
  color:  #236496;
  margin-bottom: 20px;
}
/*.social-connect .so-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
}*/
.so-list {
    width: 258px;
    margin: auto;
}
.social-connect .so-list a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #236496;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  line-height: 2;
  font-size: 24px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.social-connect .so-list a:hover {
    transform: rotateY(360deg);
    opacity: .7;
}
/*.so-item {
  display: inline-block;
}
*/

.menu-prev {
  position: absolute;
  top: 18px;
  left: -24px;
}
.menu-next {
  position: absolute;
  top: 18px;
  right: -20px;
}
.menu-prev i:hover,
.menu-next i:hover {
  color: #E9AE30;
}
@media (max-width: 767px) {
  .add-prev {
    position: static;
  }
  .add-next {
    position: static;
  }
}


















/*****************/
.footer {
  /*padding-top: 30px;*/
}

.footer h4 {
  text-transform: uppercase;
  color: #A9A9A9;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  line-height: 2.5;
}
.footer ul li a {
  color: #236496;
  text-decoration: none;
}
.footer ul li a:hover {
  opacity: .8;
}


.footer-bottom {
  text-align: center;
  background: #A9A9A9;
  padding: 40px 0;
}

.copy-right {
  vertical-align: middle;
  padding: 0 33px;
  margin-top: 20px;
}

.copy-right p {
  font-size: 12px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.about-jeff .copy-right p {
  font-size: 14px;
}
.faqs-page .copy-right p {
  font-size: 14px;
}

.foot-nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 33px;
}

.foot-nav ul {
  padding: 0;
  margin: 0;
}

.foot-nav ul li {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  border-left: 1px solid #fffefe;
  line-height: 15px;
}

.foot-nav ul li a {
  font-size: 14px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

.foot-nav ul li a:hover {
  background: none;
}

.foot-nav ul li a:focus {
  background: none;
}

.foot-nav ul li:first-child {
  border-left: none;
}



/*ToolTip*/
.mcTooltipWrapper, 
.mcTooltipInner {
    width:300px!important;
}
.foo-tooltip h3 {
  margin-top: 0;
  color: #236496;
}
.foo-tooltip p {
  font-size: 12px;

}
.foot-nav ul li .foo-tooltip {
  text-align: left;
}
.foot-nav ul li .foo-tooltip a {
  text-transform: inherit;
  line-height: 24px;
  font-size: 12px;
  color: ;
}
.foot-nav ul li .foo-tooltip p {
  color: #236496;
}


.contact-tooltip a {
  display: block;
  position: relative;
  z-index: 0;
}
.contact-tooltip a:hover ~ .tooltip-sep-content {
  opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    transition-delay: 0;
}
.tooltip-sep-content {
    opacity: 0;
    visibility: hidden;
    padding: 15px 30px;
    /*border: 2px solid #666;*/
    background-color: #fff;
    width: 360px;
    position: absolute;
    left: 0;
    transform: translateX(calc(-50% + 45px));
    z-index: 9999;
    bottom: 35px;
    transition-delay: 2s;
    border-radius: 3px;
    box-shadow: 1px 1px 4px -1px #000;
}
.tooltip-sep-content:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: rotate(134deg);
    bottom: -6px;
    width: 15px;
    height: 15px;
    background: #fff;
    /* border: 2px solid #666; */
    z-index: -5;
    box-shadow: 2px -2px 1px 1px #666;
}
.foo-widget {
  color: #236496;
  line-height: 2;
  margin-bottom: 30px;
}
.foo-widget ul li a {
  color: #236496;
}


.wi-social ul li {
    /*background: #1c2652;*/
}

.wi-social ul li {
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    /*margin-bottom: 15px;*/
    text-align: center;
    position: relative;
}

.wi-social ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.wi-social ul li a .normal-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.wi-social ul li a .hover-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.wi-social ul li a:hover i.normal-show {
    top: -55%;
}
.wi-social ul li a:hover i.hover-show {
    top: 55%;
}




.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.grid {
  list-style: none;
  margin: 30px auto;
  padding: 1;
}
.grid .item {
  display: block;
  float: left;
  opacity: 1;
}

.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@media screen and (max-width: 900px) {
  .grid .item {width: 50%;}
}

@media screen and (max-width: 400px) {
  .grid .item {width: 100%;}
}
.left.carousel-control i{
  padding:15px 12px 15px 10px;
}
.right.carousel-control i{
  padding:15px 10px 15px 12px;
}
.left.carousel-control i:before{
  content: '';
  background: url(images/back.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width:30px;
  display: inline-block;
  margin-top: 3px;
}
.right.carousel-control i:before{
  content: '';
  background: url(images/next.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width:30px;
  display: inline-block;
  margin-top: 3px;
}


.happy-content .happy-botttom .event-notice{
  margin-bottom: 5px;
  font-weight: 600;
}
.happy-content .happy-botttom a{
  color:#333;
}
.happy-content .happy-botttom a:hover{
  color: #236496;
}
.happy-content .happy-botttom .canceled-event{
  color:#a6421b;
  margin-top:5px;
}
.contact-address{
  margin-bottom: 15px;
}
html body .so-list{
  width:258px;
}



/*hamburger menu*/
.button_container {
  position: absolute;
  top: 87px;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  z-index: 9999;  
}
.home .button_container {
    top: 40px;
    right: 25px;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #236496;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.home .button_container span {
  background: #fff;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay-menu {
    position: absolute;
    background: #236496;
    top: 45px;
    right: 0;
    width: 270px;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 999;
}
.home .overlay-menu {
  top: 0;
      background: #0e1c63;
}
.overlay-menu.open {
    opacity: .9;
    visibility: visible;
    height: 770px;
    height: 820px;
}
.overlay-menu.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay-menu.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay-menu.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay-menu.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay-menu nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: -30px auto 0;
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 30px;
}
.overlay-menu ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  line-height: 2;
  position: relative;
  opacity: 0;
}
.overlay-menu ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay-menu ul li a:hover:after, 
.overlay-menu ul li a:focus:after, 
.overlay-menu ul li a:active:after {
  width: 100%;
}
.overlay-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



 
/*New Editorial Page*/
 .about .main-heading {
     color: inherit;
}
.together-sec {
    background-color: #e1a93a;
    background-image: url("images/bg/Alaska_Yellow_texture.2.png");
    position: relative;
    z-index: 0;
    padding-bottom: 54px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
 .together-sec:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     right: 50%;
     background: #fff;
     z-index: -1;
}
.super-text {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
    color: #236496;
    letter-spacing: -1px;
    text-transform: uppercase;
}
 .main-heading {
     font-size: 18px;
     line-height: 32px;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: 500;
}
 .pad-bottom {
     padding-bottom: 90px;
}
 .pad-top {
     padding-top: 90px;
}
 .white-bg {
     background-color: #fff;
}
 .promo-text {
     font-size: 24px;
     color: #236496;
     text-transform: uppercase;
     line-height: 1.3;
     margin-bottom: 20px;
}
 .owl-prev:focus, .owl-next:focus {
     outline: 0;
     border: 0;
}
 .owl-nav-sticky-extra-wide .owl-prev, .slider-carousel .owl-prev {
     position: absolute;
     width: 42px;
     height: 42px;
     left: 10px;
    background: transparent url(images/icons/prev-dark.png) no-repeat center center / 100% !important;
     top: 50%;
     margin-top: -30px;
}
 .owl-nav-sticky-extra-wide .owl-next, .slider-carousel .owl-next {
    position: absolute;
    width: 42px;
    height: 42px;
    right: 10px;
    background: transparent url(images/icons/next-dark.png) no-repeat center center / 100% !important;
    top: 50%;
    margin-top: -30px;
    /* background-size: 100%; */
}
/*STUDIO*/
 .silver-bg {
     background-color: #f0f4f4;
}
 .service-block img{
     max-width: 64px;
}
 .service-icon{
     font-size: 64px;
     line-height: 64px;
     opacity: 0.2;
}
 .service-block h3{
     margin-top: 10px;
     margin-bottom: 10px;
     font-size: 18px;
     line-height: 25px;
     text-transform: uppercase;
}
/*Testimonial*/


.testimonial-info{
     padding: 50px;
     text-align: center;
}
 .testimonial-info h3{
     margin-bottom: 10px;
}

.testimonial-info img{
     max-width: 119px;
     margin-bottom: 20px;
     border-radius: 50%;
     display: inline-block !important;
}
 .testimonial-info .testimonial-social{
     list-style-type: none;
     padding: 0;
     margin:0;
     margin-top: 15px;
}
 .testimonial-info .testimonial-social li{
     display: inline-block;
     margin-right: 4px;
}
 .testimonial-info .testimonial-social li a span{
     font-size: 24px;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 .testimonial-info .testimonial-social li a:hover span{
     opacity: 0.4;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 .testimonial-carousel .owl-controls{
     margin-top: 20px;
}
 .testimonial-carousel .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #d6d6d6;
}

.testimonials-spanish-flu {
  padding: 0;
}

.testimonials-spanish-flu .testimonial-info {
  padding: 0 50px;
}
/*.owl-nav-sticky-extra-wide*/
 .color-bg {
     background-color: #ffe902;
}
 .owl-nav-sticky-extra-wide .owl-prev {
     left: -60px;
}
 .owl-nav-sticky-extra-wide .owl-next {
     right: -60px;
}
 .team-info{
     padding: 50px;
     text-align: left;
}
 .team-info h3{
     margin-bottom: 10px;
}
 .team h6{
     color: #fff;
}
 .team-info .team-social{
     list-style-type: none;
     padding: 0;
     margin:0;
     margin-top: 15px;
}
 .team-info .team-social li{
     display: inline-block;
     margin-right: 4px;
}
 .team-info .team-social li a span{
     font-size: 24px;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 .team-info .team-social li a:hover span{
     opacity: 0.4;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 @media (max-width: 992px) {
     .new_editorial_page .text-left, .new_editorial_page .text-right {
         text-align: center;
    }
     .new_editorial_page .testimonials {
         padding-top: 30px;
         padding-bottom: 60px;
    }
     .owl-nav-sticky-extra-wide .owl-prev {
         left: 0;
    }
     .owl-nav-sticky-extra-wide .owl-next {
         right: 0;
    }
}
/*Editor B*/
.planning-section .h2-title {
    color: #236496;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 20px;
}
 .container.hide_cont_width {
     margin-top: 60px;
}
 .page-title h1.title, .container.hide_cont_width .content-part h1 {
     font-size: 36px;
     line-height: 52px;
     font-weight: 700;
     color: #236496;
     text-transform: uppercase;
}
 .page-title h1.title {
     font-size: 38px;
     line-height: 42px;
     font-family: 'Brandon Printed One';
     font-weight: 300;
}
 hr.bottom-border {
     background: url(https://uppersaranacassoc.jjcbigideas.com/media/images/home_img/stripe.png) repeat-x 0 0;
     height: 5px;
     width: 100%;
     display: inline-block;
     border: none;
}
 .custom_intro_text {
     margin-bottom: 20px;
     font-weight: 600;
}
 .image-section {
     margin-bottom: 20px;
}
 .quote-me {
     font-weight: 600;
     line-height: 22px;
     font-size: 16px;
}
 .quote-me span {
     font-weight: 400;
     margin-top: 7px;
     display: inline-block;
}
 .sky-blue {
     text-transform: uppercase;
     color: #236496;
     font-weight: 600;
}
 .container.hide_cont_width .text-part {
     margin-top: 20px;
}
 .mew {
    /* padding-top: 30px;
     */
     border-top: 1px solid #f1f1f1;
     margin-top: 50px;
     padding-top: 20px;
}
/*Editorial A*/
 .offer-section-wrap {
     position: relative;
     /* margin-top: -74px; */
     margin-top: -96px;
}
 .offer-section {
     max-width: 300px;
     float: right;
     text-align: center;
     background: rgba(51, 102, 153, 0.9);
     color: #fff;
     padding: 10px 20px;
     font-size: 16px;
     position: relative;
     line-height: 1.42857143;
}
 .offer-section:after {
     content: '';
     position: absolute;
     width: 0px;
     height: 0px;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid rgba(51, 102, 153, 1);
     bottom: -20px;
     left: 42%;
}
.offer-section a p{
  opacity: 1;
  color: #FFFFFF;
  text-decoration: none;
}

.offer-section a:hover p{
  opacity: 0.8;
  color: #FFFFFF;
  text-decoration: none;
}
 .breadcrumb-section .breadcrumb {
     background: none;
     padding-left: 0;
     padding-right: 0;
     text-transform: capitalize;
     margin-top: 50px;
}
 .breadcrumb-section .breadcrumb a {
     color: #236496;
}
/* Slideshow */
 #slideshow {
     position:relative;
     width:100% !important;
     height:320px;
     overflow:hidden;
    /* border:8px solid #fff;
     -webkit-box-shadow:1px 1px 5px #ddd;
     -moz-box-shadow:1px 1px 5px #ddd;
     -o-box-shadow:1px 1px 5px #ddd;
     box-shadow:1px 1px 5px #ddd;
     */
}
 #slideshow img {
     max-width: none;
     position:absolute;
     width:100%;
     height:350px;
     top:0;
     left:0;
     margin-left:0;
     margin-top:0;
     opacity:0;
     -webkit-transition-property: opacity, -webkit-transform;
     -webkit-transition-duration: 3s, 8s;
     -moz-transition-property: opacity, -moz-transform;
     -moz-transition-duration: 3s, 8s;
     -o-transition-property: opacity, -o-transform;
     -o-transition-duration: 3s, 8s;
     transition-property: opacity, transform;
     transition-duration: 3s, 8s;
}
 #slideshow img {
     -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
     -o-transform-origin: bottom left;
     transform-origin: bottom left;
}
 #slideshow :nth-child(2n+1) {
     -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
     -o-transform-origin: bottom right;
     transform-origin: bottom right;
}
 #slideshow :nth-child(3n+1) {
     -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
     -o-transform-origin: bottom left;
     transform-origin: bottom left;
}
 #slideshow :nth-child(4n+1) {
     -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
     -o-transform-origin: bottom right;
     transform-origin: bottom right;
}
 #slideshow .fx:first-child + img ~ img {
     z-index:-1;
}
 #slideshow .fx {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
     opacity:1;
}
 .offer-section .swim_more {
     font-weight: 300;
}
 .right-section ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .right-section ul{
     margin: 0;
     padding: 0;
     list-style: none;
     margin-bottom: 15px;
}
 .right-section .right-address ul li:first-child{
     border-top: 1px solid #ccc;
}
 .right-section .right-address ul li{
     padding:15px 0;
     border-bottom: 1px solid #ccc;
     display: inline-block;
     width: 100%;
}
 .right-section .right-address ul li > div{
     float: left;
     font-size: 14px;
}
 .right-section .right-address ul li a{
     line-height: 28px;
     float: left;
}
 .address-icon{
     margin-right: 18px;
     margin-top: 1px;
}
 .address-icon.phone-cont{
     margin-right: 22px;
}
 .address-icon i{
     color:#236496;
     font-size: 18px;
}
 .address-icon i.fa.fa-calendar{
     font-size: 16px;
}
 .location-map .modal-body{
     padding: 0;
}
 .location-map .modal-body iframe{
     width:100%;
     height:450px;
}
 .location-map .modal-content{
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     background: none;
}
 .location-map .modal-content{
     border:none;
}
 .location-map .modal-header{
     padding: 15px 0 0;
}
 .location-map .modal-header button.close{
     opacity: 1;
     color: #ccc;
     text-shadow: none;
     -webkit-text-shadow: none;
     -moz-text-shadow: none;
     font-size: 32px;
}
 .right-section h3{
     font-size: 21px;
     text-transform: uppercase;
     color:#236496;
}
 .right-links-section a {
    /* text-transform: capitalize;
     */
     line-height: 1.8;
}
 .right-links-section .nav-tabs>li{
     margin:0;
     position: relative;
     padding:0 10px;
}
 .right-links-section .nav-tabs>li:first-child{
     padding-left:0;
}
 .right-links-section .nav-tabs>li:last-child{
     padding-right:0;
}
 .right-links-section .nav>li:first-child:after{
     content: "|";
     position: absolute;
     top: 0;
     right: 0;
     font-size: 18px;
     color: #bcbcbc;
}
 .right-links-section .nav-tabs>li.active>a, .right-links-section .nav-tabs>li.active>a:focus, .right-links-section .nav-tabs>li.active>a:hover{
     border:none;
     background: none;
}
 .right-links-section .nav-tabs>li.active>a{
     color: #236496;
}
 .right-links-section .nav>li>a{
     padding:0;
     color: #bcbcbc;
     border: none;
     font-size: 16px;
}
 .right-links-section .nav-tabs{
     border:none;
     margin-bottom:15px;
}
 .right-links-section #by_name a:hover{
     opacity: 0.8;
}
 .right-links-section .nav>li>a:hover{
     background: none;
     color: #236496;
     border: none;
}
 .right-links-section #activity label {
     padding:0;
     margin:0 0 5px;
     display:block;
     cursor: pointer;
     font-weight: normal;
}
 .right-links-section #activity ul{
     margin-top: 20px;
}
 .right-links-section #activity label input[type="checkbox"] {
     margin: 3px 0 0 0;
     float: left;
}
 .right-links-section #activity label i{
     margin: 0 10px;
}
 .goto-btn.tellus-btn button {
     text-transform: uppercase;
     background: transparent;
     color: #236496;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     padding: 6px 0;
     border: none;
     cursor: pointer;
}
 .gallery-container .row{
     margin-right: -10px;
     margin-left: -10px;
}
 .gallery-wrap{
     margin-top: 30px;
}
 .gallery-container .col-sm-4{
     padding-left: 10px;
     padding-right: 10px;
}
 .gallery-container .thumbnail{
     position: relative;
     text-align: center;
     border:none;
     padding: 0;
}
 .thumbnail {
     display: block;
     padding: 4px;
     margin-bottom: 20px;
     line-height: 1.42857143;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 4px;
     -webkit-transition: border .2s ease-in-out;
     -o-transition: border .2s ease-in-out;
     transition: border .2s ease-in-out;
}
 .gallery-container .thumbnail a .lightbox-overlay{
     position: absolute;
     width: 100%;
     height: 100%;
     top:0;
     left: 0;
     display: -webkit-flex;
    /* Safari */
     -webkit-align-items: center;
    /* Safari 7.0+ */
     display: flex;
     align-items: center;
}
 .icon-gallery{
     background: rgba(0, 0, 0, 0.7);
     margin: auto;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     line-height: 30px;
}
 .icon-gallery i{
     color: #fff;
}
/*Lightbox*/
.slbArrow.next {
    right: 30px;
}
.slbArrow {
    width: 10em;
    outline: 0;
    border: 0;
    opacity: 1;
}
.slbArrow:before {
    width: 65px;
    height: 65px;
    border: 0;
    background: transparent url(images/icons/next-dark.png) no-repeat center center !important;

}
.prev.slbArrow:before {
    width: 65px;
    height: 65px;
    border: 0;
    background: transparent url(images/icons/prev-dark.png) no-repeat center center !important;

}



/*Local Stories*/
.slide_row .rel-lnk-top {
    float: left;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.left-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-part li {
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}
.left-part li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.left-part li a:hover, .left-part li.active a {
    color: #e9ae30;
}
.slide_row .ht-hero-lft.col-sm-8 {
    padding-left: 0;
    padding-top: 10px;
    border-right: 1px dotted #666;
    min-height: 130px;
}
.slide_row .ht-hero-rgt.col-sm-4 {
    padding: 10px 0;
    border-bottom: 1px dotted #666;
}
.slide_row h2 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #236496;
    font-weight: 600;
    font-family: 'Brandon Printed One';
    font-weight: 300;
}
.rel-lnk-rgt a {
    background: #cc6600;
    padding: 2px 11px;
    text-align: center;
    color: #fff;
}
.about_head-left {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mid-right-cont .middle-section.middle-part-wrapper, .mid-right-cont .right-part.right-part-wrapper {
      position: relative;
      /*margin-top: -75px;*/
      z-index: 99;
      background: #fff;
  }
}


/*Department Page*/
.department.dpt-a h1 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #236496;
    font-weight: 600;
    font-family: 'Brandon Printed One';
    font-weight: 300;
}
.department_page .left-part ul ul li a {
    font-size: .9em;
}
.department_page .sub-menu li a {
    padding-left: 15px;
    text-transform: capitalize;
}
.department_page .left-part ul ul li  a {
  color: inherit;
}
.department_page .dropmenu > a {
    background-image: url(images/right-arrowblue.png);
    background-position: 93% center;
    background-repeat: no-repeat;
}
.department_page .boxes {
    background: none repeat scroll 0 0 rgba(35, 100, 150, 0.33);
    float: left;
    height: 145px;
    padding: 9px;
    width: 148px;
    margin-right: 3px;
    text-align: center;
    margin-bottom: 3px;
}
.department_page .boxes > h1 {
    font-size: 40px;
    text-align: center;
    color: #236496;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
}
.department_page .boxes p {
  font-size: 14px;
}
.department_page .shadows {
    background-image: url(images/shadow.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: -30px;
    width: 18px;
}
.department_page  .shadow-box-part {
    background-image: url(images/bottom-shadow.png);
    background-repeat: no-repeat;
    bottom: -5px;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    min-width: 197px;
    background-size: 100%;
    width: 100%;
    background-position: center bottom;
}
.department_page .large_subhead_ad {
    color: #236496;
    font-size: 16px;
    margin-bottom: 5px;
}



/*Pressroom Page*/
.typology-post {
    position: relative;
}
.typology-layout-b {
    padding-left: 14rem;
    padding-bottom: 67px;
    margin-bottom: 0;
    padding-top: 67px;
}
.typology-layout-b .post-date-day {
    font-size: 4rem;
    display: block;
    line-height: 4rem;
}
.typology-layout-b .post-date-day, .typology-outline-nav li a:hover, .style-timeline .post-date-day {
    color: #c62641;
}

.pressroom_page #for_aligns {
  margin-top: 50px;
}
.pressroom_page .header_img {
  margin-bottom: 50px;
}



















/*.section-content {
    max-width: 720px;
    margin: 0 auto 12rem;
        margin-bottom: 12rem;
}*/
.typology-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .typology-layout-b:first-child {
    padding-top: 0;
}
.typology-layout-b {
    padding-left: 22rem;
    padding-bottom: 40px;
    margin-bottom: 0;
    padding-top: 40px;
}
.typology-post {
    position: relative;
    /*margin-bottom: 9rem;
    padding-bottom: 10rem;*/
}
.typology-post.typology-layout-b::before, .section-content-b .typology-ad-between-posts::before {
    background: 
    rgba(68,68,68,0.1);
}
.section-content-b .typology-ad-between-posts::before, .typology-post.typology-layout-b::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 10rem;
    top: 25px;
    display: block;
}
.entry-footer, .entry-header {
    position: relative;
    z-index: 2;
}
.entry-header {
    margin-bottom: 19px;
}
.entry-header .entry-title {
  font-family: 'Brandon Printed One';
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
}
.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0;
}
.entry-title a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    color: #236496;
    text-transform: uppercase;
    font-size: 25px;
}
.typology-fake-bg {
    margin-top: 50px;
}
.entry-meta {
    margin-top: 10px;
}
.meta-item {
    text-transform: none;
}
.typology-pagination .navigation {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    display: block;
    height: 42px;
    text-align: center;
}
.typology-pagination{
  margin-top: 67px;
  margin-bottom: 67px;
}
.typology-loader {
    font-size: 8px;
    width: 32px;
    margin: 0 auto 0 -16px;
    opacity: 0;
    top: 17px;
    height: 10px;
    left: 50%;
    z-index: -1;
    position: absolute;
}
.typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    min-width: 160px;
}
.typology-pagination .current, .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    color: #ffffff;
    background: #333333;
}
.typology-pagination a, .typology-pagination span {
    font-size: 1.1rem;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}
.typology-layout-b .post-date-hidden, .meta-item {
    font-size: 1.3rem;
    display: none;
}
.meta-item {
    margin-right: 15px;
}
.meta-item {
    display: inline-table;
    vertical-align: top;
}
.coauthors {
    display: inline;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}
.meta-author a {
    margin-left: 5px;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: 
    #888888;
}
.meta-item a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid 
    transparent;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out;
}
.typology-layout-b .post-date {
    position: absolute;
    top: 8px;
    left: -229px;
    text-align: center;
    width: 75px;
  }
  .typology-layout-b .post-date-day, .typology-outline-nav li a:hover, .style-timeline .post-date-day {
    color: 
    #c62641;
}
.typology-layout-b .post-date-day {
    font-size: 6rem;
    display: block;
    line-height: 4rem;
    margin-bottom: 15px;
}
#for_aligns{
  margin-top: 20px;
}
.post-date-month{
    color: #333333;
}

.typology-layout-b .post-date::after, blockquote::before, q::before {
    background: #c62641;
}
.typology-layout-b .post-date::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 50%;
    left: 104px;
    top: 17px;
    z-index: 2;
}
.typology-featured-image {
    position: relative;
    padding: 0 !important;
    border: none !important;
    display: inline-block;
    margin-bottom: 33px;
}

.entry-content .typology-featured-image:hover {
    background: #000;
    opacity: 0.9;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

/*.style-thumbnail .entry-image a::after, .typology-featured-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}*/
.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0;
}
.typology-post::after, .section-title::after, .typology-pagination::before {
    background: 
    rgba(51,51,51,0.2);
}
.section-title::after, .typology-post::after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: rgba(68,68,68,0.1);
}


.entry-content.for_fonts p.for_fonts{
  margin: 0px 0px 18px;
  padding: 0px;
  border: 0px;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-stretch: inherit;
  line-height: 1.45em;
  outline: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 1.26em;
  color: rgb(46, 46, 46);
  background-color: rgb(247, 247, 247);
}
article .more_link{
  display: inline-block;
  width: 100%;
}
article .more_link a{
  float: right;
}
article .more_link a:hover{
  cursor: pointer;
}
.para_cont span.more-text{
  display: none;
}



@media screen and (max-width: 700px){
  .boxinner{
    width: 70%;
  }
  .popupinner{
    width: 70%;
  }
}






/*Photo Gallery Page*/
.lg-thumb.lg-group {
  margin: auto;
}
.lg-backdrop {
    z-index: 9999999;
}
.lg-outer {
    z-index: 99999999999;
}
.image_wrapper.rotate img {
    transform: rotate(90deg);
    margin-left: 10px;
}
.section.full-width > .section_wrapper{
  max-width:100%!important;
  padding-left:0!important;
  padding-right:0!important
}
.section_wrapper:after,.container:after{
  clear:both;
  content:" ";
  display:block;
  height:0;
  visibility:hidden;
}

.mcb-wrap{
  float:left;
  position:relative;
  z-index:1;box-sizing:border-box;
}
.mcb-wrap.move-up{
  z-index:28;
}
.mcb-wrap.divider{
  width:100%;
  height:0!important
}

.column,.columns{
  float:left;
  margin:0 1% 40px;
}

/* .column */
.one-sixth.column       { width: 14.666%; } /* 1/6 */
.one-fifth.column       { width: 18%; }     /* 1/5 */
.one-fourth.column,
.four.columns           { width: 23%; }     /* 1/4 */
.one-third.column       { width: 31.333%; } /* 1/3 */
.two-fifth.column       { width: 38%; }     /* 2/5 */

.one-second.column      { width: 48%; }     /* 1/2 */
.three-fifth.column     { width: 58%; }     /* 3/5 */
.two-third.column       { width: 64.666%; } /* 2/3 */
.three-fourth.column    { width: 73%; }     /* 3/4 */
.four-fifth.column      { width: 78%; }     /* 4/5 */
.five-sixth.column      { width: 81.333%; } /* 5/6 */
.one.column             { width: 98%; }     /* 1/1 */

hr.no_line{
  border-top: 0;
}
.column_attr.clearfix h2{
  color: #236496;
    text-transform: uppercase;
    font-size: 28px;
}

.close.cls:hover{
cursor: pointer;
color: #fff;
}
.close.cls{
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none;
position: absolute;
top: -25px;
z-index: 99999;
right: 5px;
font-size: 20px;
}

@media screen and (max-width: 767px) {
  img.visible_photo.scale-with-grid{
    max-width: 100%;
    height: auto;
  }
  .two-third.column{
    width: 100%;
  }
  .section.mcb-section.custom{
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 50px !important;
  }
  .column.mcb-column.one-third.column_column.surfing_box{
    width: 100%;
  }
  h2.for_aligns{
    font-size: 19px !important;
    line-height: 19px !important;
    letter-spacing: 3px !important;
  }
  .column.mcb-column.two-third.column_hover_box img {
      width: 100%;
  }
  
}



.photo_counter {
    position: relative;
    top: 30px;
    left: 48px;
    font-size: 40px;
    font-weight: normal !important;
    color: #bec0c1;
}
/*Photo gallery start */
ul#lightgallery .photo_title,
ul#lightgallery .photo_counter{
  display: none;
}
ul#lightgallery li a:hover > .photo_title {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 28px;
    line-height: 27px;
    z-index: 999;
    font-family: 'Megeon-Grunge';
    /* text-align: center; */
}
ul#lightgallery li a:hover > .photo_counter {
    display: block;
    position: absolute;
    color: #c3c5c7;
    font-size: 32px;
    /* line-height: 1; */
    left: 115px;
    top: 140px;
    z-index: 999;
    left: auto;
    right: 15px;
    line-height: 1;
    top: auto;
    bottom: 15px;
    /* background: red; */
}
#lightgallery a{
  position: relative;
}
ul#lightgallery li a:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(33, 37, 41, 0.8);;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
    height: 100%;
    width: 100%;
}

ul#lightgallery{
  padding: 0;
}
.demo-gallery > ul > li {
  width: 170px;
  display: inline-block;
  list-style: outside none none;
  position: relative;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
/*Photo gallery end */

ul#hover_box_image {
    list-style: none;
}
ul#hover_box_image_two{
  list-style: none;
}
.hover_one .col-sm-6 {
    float: left;
    padding: 0;
}

 .hover_two .col-sm-6{
  float: left;
  padding: 0;
 }
.img-circle:after {
   width: 121px;
    height: 185px;
    /*background-color: #2DFFF3;*/
    background-color: #8CCDFF;
    position: absolute;
    content: " ";
    top: 62px;
}


.col-sm-12.hover_one .img-first{
  position: relative;
  left: 2px;
}

.col-sm-12.hover_one .img-first:before{
    width: 90px;
    height: 185px;
    /*background-color: #2DFFF3;*/
    background-color: #8CCDFF;
    position: absolute;
    content: " ";
    top: 180px;
    left: 40px;
}

.img-circle {
  position: relative;
  top: -9px;
  left: 35px;
}
.img-circle:before {
    position: absolute;
    content: "";
    width: 193px;
    height: 100%;
    background: url(images/photo_gallery/photos_02.png);
    z-index: 99999999999999;
}
.col-sm-12.hover_one {
    padding: 0;
}
.col-sm-12.hover_two {
    position: relative;
    clear: both;
    z-index: 9;
}
.col-sm-12.hover_three {
    bottom: 150px;
    z-index: 999;
}
.video_image {
    position: relative;
    top: -95px;
    left: 125px;
}
.hover_three .col-sm-12.col-md-8 {
    float: left !important;
    padding: 0;
}
.hover_three .col-sm-12.col-md-4{
    float: left !important;
    padding: 0;
}


.hover_one img.img-responsive {
    position: relative;
    top: 18px;
}
.hover_two .video_image {
    position: relative;
    top: -132px;
    left: 85px;
}

.hover_three .col-sm-8{
    float: left;
    padding: 0;
}
.hover_three .col-sm-4 {
    float: left;
    padding: 0;
}

.hover_three img.img-responsive {
    top: -28px;
    position: relative;
    left: 50px;
}
.hover_three h5 {
    top: 45px;
    position: relative;
    text-align: right;
    color: #236496;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 22px;
    right: 78px;
}

/*.video_image:after {
   position: absolute;
    left: 32%;
    background-image: url('https://www.jjcreative.com/USLA/img/photo_gallery/play-btn.png');
    width: 125px;
    height: 125px;
    content: " ";
    background-repeat: no-repeat;
    opacity: 0.9;background-size: 100%;
    top: 35%;}
*/
.video_image{
  position: relative;
}
.hover_one .col-sm-12.col-md-6 {
    float: left;
    padding: 0;
}

.hover_one .col-sm-12.col-md-6 {
    float: left;
    padding: 0;
}


@media only screen and (max-width: 991px) {
  .hover_one .col-sm-12.col-md-6 {
      width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hover_one img.img-responsive{
    position: unset;
  }
  .col-sm-12.hover_one .img-first::before,
  .img-circle::after{
    display: none;
  }
  .img-circle{
    position: unset;
  }
  .col-sm-12.hover_three{
    bottom: unset;
    padding: 0;
  }
  .column.mcb-column.two-third.column_hover_box img{
    width: 100%;
  }
  .img-circle:before {
      display: none;
  }
  .col-sm-12.hover_two{
    padding: 0;
  }
  .hover_two .video_image{
    position: unset;
  }
  .hover_three img.img-responsive{
    position: unset;
  }
  .img-first, .img-circle, .video_image{
    margin-bottom: 10px;
  }
  .video_image::after{
    left: 25% !important;
    top: 20% !important;
  }
  .hover_three h5{
    right: unset;
  }
  .demo-gallery > ul > li {
      width: 50%;
      float: left;
  }
  .hover_three .col-sm-12.col-md-4{
      float: none !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .one-third.column{
    width: unset;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .col-sm-12.hover_one .img-first:before {
      width: 90px;
      height: 185px;
      position: absolute;
      content: " ";
      top: 180px;
      left: 44px;
  }
  .img-circle:after {
      width:110px;
      height: 185px;
      position: absolute;
      content: " ";
      top: 62px;
  }


  .video_image{

    max-width: 550px;
      margin: auto;
  }

  .video_image:after {
     
      left: 35%;}

  .column.mcb-column.two-third.column_hover_box {
      width: 100%;
      margin: 0 auto;
      margin-bottom: -115px;
  }

  .hover_two .video_image {
      left: 25px;
  }
  .hover_three img.img-responsive {

      left: 20px;
  }
  .hover_three h5 {
      font-size: 16px;
      top: -120px;
      right: 52px;
  }

  .column.mcb-column.one-third.column_column.surfing_box .column_attr.clearfix{

    padding-top: 0px !important;
  }


  .hover_three .col-sm-12.col-md-4 {
      float: left;padding: 0;
  }

  .hover_three .col-sm-12.col-md-8{
     float: left;padding: 0;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-circle:after {
      width: 70px;}

  .hover_two .video_image {
      position: relative;
      top: -132px;
      left: 0;
      max-width: 510px;
      margin: 0 auto;
  }
  .col-sm-12.hover_one .img-first:before {
      left: 15px;
  }
  .img-circle {
     
      top: -18px;}

  .hover_three img.img-responsive {
      top: -28px;
      position: relative;
      left: -7px;
  }

  .hover_three h5 {
      font-size: 13px;
      right: 31px;
  }
  .demo-gallery > ul > li {
      width: 143px;}


  ul#lightgallery li a:hover > .photo_title {
      font-size: 25px;}



  ul#lightgallery li a:hover > .photo_counter {

      font-size: 35px;
      left: 90px;
      top: 108px;
   
  }


}




@media only screen and (max-width: 500px) {
  .hover_one .col-sm-12.col-md-6 {
      width: 100%;
  }
  .hover_three .col-sm-12.col-md-8 {
      width: 100%;
  }
}





/*Event Page*/
.event-all-itmes {
  margin-top: 50px;
}
.event-all-itmes .heading {
  color: #236496;
  text-transform: uppercase;
}
.event-all-itmes .shadow-box {
  margin-top: 20px;
}
.event-all-itmes .reset {
  display: inline-block;
  float: right;
}

.filter {
    margin-top: 21px;
    padding-bottom: 20px;
    background-image: url(images/lower-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-color: #fff;
    position: relative;
}
.event-box {
    border-bottom: 1px solid #cdcdcd;
    padding: 22px 0 13px 0;
}
.event-all-itmes .right-part .shadow-box.right-1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.events-section .event-box .event-content .sky-blue-text a {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 15px;
    color: #336699;
    margin-top: 0;
    display: inline-block;
}

.events-section .event-box .event-image {
    float: left;
    width: auto;
    max-width: 150px;
}
.events-section .event-box .event-content.add_space {
    /* padding-left: 180px; */
    display: inline-block;
    margin-left: 20px;
}
.event-all-itmes .thumb-image img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*Calendar Style*/
.supercal {
width: 100%;
}
.supercal .supercal-header {
display: block;
line-height: 34px;
text-align: center;
position: relative;
background:#fff;
padding: 10px 0 0 0;
}
.supercal .supercal-header .prev-month {
    float: left;
    height: 34px;
    width: 20px;
    background-image:url(images/left-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right: 15px;
    background-size: 100%;
}
.supercal .supercal-header .next-month {
    float: right;
    height: 34px;
    width: 20px;
    background-image:url(images/right-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right:0;
    background-size: 100%;
}
.supercal-month {
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* border:1px solid #c6c6c6; */
    padding: 0 0 15px 0;
    background: #fff;
}


.supercal-month th{font-weight:normal;font-size:10px;}
.supercal table {
 width: 100%; 
/*width:auto !important;*/
max-width:auto !important;
background: #fff;
font-size:12px;
}
.supercal table td{font-size:12px; 
    /* font-family: 'Open Sans', sans-serif; */
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
    /* padding:3.6px; */
    padding: 8px 2px 8px;
    border: none;
    font-size: 10px;
    color:#666;
}
.supercal td {
cursor: pointer; 
/* font-family: 'Open Sans', sans-serif; */
}
.supercal-month .table-condensed.current tbody > tr > th{
    text-transform: uppercase;
    font-weight: 700 !important;
    border: none;
    padding-bottom: 0;
    font-size: 10px;
    color: #5b5652 !important;
    text-align: center;
}
.supercal-month .table-condensed.current tbody > tr > th:first-child{
    color: #ff000c !important;
    text-align: center;
}

.supercal td:hover {
color: #337ab7;
}
.supercal td.month-prev, .supercal td.month-next {
/* background: #eee; */
color: #b3b3b3 !important;
}
.supercal td.selected {
/* background: #7BB205 !important; */
/* color: #fff;
font-weight: normal; */
    color: #337ab7 !important;
    font-weight: bold;
}
.supercal td.today {
/* font-weight: bold; */
}
/* Footer */
.supercal .supercal-footer {
width: 100%;
display: table;
display:none;
}
.supercal .supercal-footer span.supercal-input {
display: table-cell;
width: 100%;
cursor: default;
}
.month {
    /*font-family: dinengschriftregular;*/
  font-size:18px;
  color:#585756;
    /* text-transform:uppercase; */
    text-align: left;
    font-weight: bold;
}
.month .datecal{
    color:#337ab7;
}

.example1 td {
    border: 1px solid #fdfdfd ;
}

.supercal-header .btn {
    background-color: transparent;
    padding: 0;
    text-indent: -9986px;
}
.supercal-header .btn:focus,
.supercal-header .btn:active, 
.supercal-header .btn.active{
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.supercal table td{text-align:center;}
.supercal table{margin-bottom:0px;}
.example1.supercal.carousel-vertical.transition {
    background-image: url("../images/calendar-shaddow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom:3px;
}

.eventdate {
    font-family: arial;
    font-size: 13px;
    margin-top: 14px;
}
.eventdate .gray-text {
    margin-top: 11px;
}
.eventdate .sky-blue-text {
   
  font-size: 17px;
    letter-spacing: normal;
    margin-bottom: 1px;
}
.eventdate.col-md-12 {
    padding: 0 18px 18px 0;
  width:100% !important;
}

.supercal table td.has-events{
        /* background: #0FB7F0 ; */
        /* color:#fff; */
        color:#666;
        position: relative;
    }
    .supercal table td.has-events:after{
        content: "";
        position: absolute;
        width:4px;
        height:4px;
        background:#337ab7;
        display: inline-block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        bottom: 0;
        left: 49%;
    }  
    #sidebar-calendar{
        /* border:1px solid #2591d2;
        border-top:none; */
        background-image: url(images/bottom-shadow.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 3px;
    /* display: inline-block; */
    }
    #sidebar-calendar{
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .thumb-image.event-sidebar-calendar .shadow-box-part{
        margin-bottom: 15px;
    }
    .thumb-image.event-sidebar-calendar{
        z-index: -9;
        display: inline-block;
        margin: 0 0 15px;
    }
    #sidebar-calendar-data-events p.sky-blue-text{
        font-size:18px !important;
        font-weight: bold;
        font-family:arial !important;
    }
.sidebar-event #sidebar-calendar-data-events p.calender-text{
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Arvo', serif;
}
#sidebar-calendar-data-events .sky-blue-text{
    color: #337ab7 !important;
}
@media (max-width: 630px) {
  .events-section .event-box .event-image {
      max-width: inherit;
  }
  .events-section .event-box .event-content.add_space {
      margin-top: 10px;
      margin-left: 0;
  }
}







/*Adventure Finder*/
.mkdf-tour-item-label {
    color: #cc6600;
    font-size: 40px;
    position: absolute;
}
.mkdf-tours-gallery-item{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle;
    /*opacity:0;*/
    -webkit-transition:opacity .15s ease-out;
    -moz-transition:opacity .15s ease-out;
    transition:opacity .15s ease-out;
    margin-bottom: 30px;
}
.mkdf-tours-gallery-item.mkdf-tours-gallery-item-showed{
    opacity:1
}
.touch .mkdf-tours-gallery-item{
    cursor:pointer
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-image-holder{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-image{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle;
    overflow:hidden
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-image img{
    vertical-align:middle
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-image:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,.5);
    opacity:0;
    z-index:10;
    -webkit-transition:opacity 1s cubic-bezier(.29,.22,.11,1);
    -moz-transition:opacity 1s cubic-bezier(.29,.22,.11,1);
    transition:opacity 1s cubic-bezier(.29,.22,.11,1)
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-content-holder{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:20;
    height:auto;
    padding: ;
    box-sizing:border-box
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-content-holder .mkdf-tours-gallery-main-info{
    -webkit-transition:all .45s cubic-bezier(.33,1.3,.45,1.57) 50ms;
    -moz-transition:all .45s cubic-bezier(.33,1.3,.45,1.57) 50ms;
    transition:all .45s cubic-bezier(.33,1.3,.45,1.57) 50ms
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-content-inner{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle;
    overflow:hidden
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-label-holder .mkdf-tour-item-label{
    position:relative
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-title-holder{
  padding:15px;
    padding-bottom: 28px;
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-title-holder .mkdf-tour-title{
    display:table-cell;
    vertical-align:top;
    margin:0;
    color:#fff;
    font-family: 'Megeon-Grunge';
    font-size: 48px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
}
.mkdf-tours-gallery-item .mkdf-tour-item-label{
    z-index:30
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-excerpt{
    position:relative;
    overflow:hidden;
    opacity:0;
    color:#fff;
    -webkit-transition:all .15s cubic-bezier(.29,.22,.11,1);
    -moz-transition:all .15s cubic-bezier(.29,.22,.11,1);
    transition:all .15s cubic-bezier(.29,.22,.11,1);
    margin:1px 0 5px
}
.mkdf-tours-gallery-item:hover .mkdf-tours-gallery-item-excerpt,.mkdf-tours-gallery-item:hover .mkdf-tours-gallery-item-image:after,.mkdf-tours-type-masonry .mkdf-tours-masonry-item:hover .mkdf-tours-gim-excerpt,.mkdf-tours-type-masonry .mkdf-tours-masonry-item:hover .mkdf-tours-gim-image:after{
    opacity:1
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-price-holder{
    -webkit-transition:all .15s cubic-bezier(.22,.82,.11,1.33) 0s;
    -moz-transition:all .15s cubic-bezier(.22,.82,.11,1.33) 0s;
    transition:all .15s cubic-bezier(.22,.82,.11,1.33) 0s
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-price-holder .mkdf-tours-price-holder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding-right: 25px;
    padding-bottom: 25px;
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-price-holder .mkdf-tours-price-holder .mkdf-tours-item-price.mkdf-tours-price-old{
    color:#fff
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-excerpt-inner{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle;
    padding:0 0 7px
}
.mkdf-tours-gallery-item .mkdf-tours-gallery-item-link{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:100
}
.mkdf-tours-gallery-item:hover .mkdf-tours-gallery-item-content-holder{
    -webkit-transition:all .45s cubic-bezier(.22,.82,.11,1.33) 50ms;
    -moz-transition:all .45s cubic-bezier(.22,.82,.11,1.33) 50ms;
    transition:all .45s cubic-bezier(.22,.82,.11,1.33) 50ms
}
.mkdf-tours-gallery-item:hover .mkdf-tours-gallery-main-info{
    margin-bottom:0!important
}

















.mkdf-boxed-widget.mkdf-tours-search-main-filters-holder {
    position: relative;
    background-image: url("images/booking-sidebar-image.png");
}
.mkdf-tours-input-with-icon {
    position: relative;
    margin-bottom: 15px;
}


.mkdf-tours-input-icon {
    position: absolute;
    left: 11px;
    top: 25px;
    width: auto;
    font-size: 18px;
    color: #cc6600;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}



.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget{
    padding:30px 20px 35px
}
.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon{
    padding:0
}
.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon.mkdf-tours-range-slider{
    margin-bottom:32px
}
.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon .mkdf-tours-input-icon{
    font-size:15px;
    left:13px
}
.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon .mkdf-tours-input-icon.mkdf-tours-location-icon{
    font-size:18px
}
.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon input[type=number],.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon input[type=text],.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon select{
    padding-left:43px
}
.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon input[type=text].mkdf-tours-price-range-field{
    padding:13px 20px;
    background-color:#fff
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-input-with-icon{
    padding:0 20px;
    margin-bottom:10px;
    border:1px solid #ebebeb
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-input-with-icon input[type=number],.mkdf-tours-search-main-filters-holder .mkdf-tours-input-with-icon input[type=text],.mkdf-tours-search-main-filters-holder .mkdf-tours-input-with-icon select{
    padding-left:23px
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-input-with-icon input[type=text].mkdf-tours-price-range-field{
    padding-left:0
}
.mkdf-tours-search-main-filters-holder *{
    box-sizing:border-box
}
.mkdf-tours-search-main-filters-holder input[type=checkbox]{
    display:none
}
.mkdf-tours-search-main-filters-holder label{
    vertical-align:middle;
    font-size:16px;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:pointer;
    font-weight: 600;
}
.mkdf-tours-search-main-filters-holder label span{
    text-transform:capitalize;
    position:relative;
    top:1px
}
.mkdf-tours-search-main-filters-holder label:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin-right:6px;
    font-family:ElegantIcons;
    font-size:13px;
    text-align:center;
    width:20px;
    height:20px;
    line-height:20px;
    background-color:#fff;
    box-sizing:border-box;
    border:1px solid #ddd
}
.mkdf-tours-search-main-filters-holder input[type=checkbox]:checked+label:before{
    content:'\2713';
    color:#cc6600;
    background-color:#fff
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-search-main-filters-title{
    margin-bottom:19px;
    text-align:left
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-search-main-filters-title h4{
    margin:0
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input{
    height:3px;
    border:none;
    background-color:#cc6600;
    margin-bottom:31px;
    margin-top:37px;
    box-shadow:none
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-background,.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-base{
    background-color:#ddd;
    box-shadow:none
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-connect{
    background:#8b8b8b;
    box-shadow:none
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-handle{
    width:14px;
    height:14px;
    top:-6px;
    left:-4px;
    background:#8b8b8b;
    border:none;
    border-radius:50%;
    box-shadow:none
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-handle:after,.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-handle:before{
    content:none
}
.mkdf-tours-search-main-filters-holder .mkdf-tours-range-input .noUi-handle:hover{
    cursor:move
}
.mkdf-tours-search-main-filters-holder .mkdf-btn{
    width:100%;
    padding:15px 45px;
    display:block;
    margin-top:52px;
    background-color:#cc6600;
    outline: 0;
    border: 0;
    color: #fff;
}
.mkdf-tours-search-main-filters-holder .mkdf-btn:hover{
    background-color:#236496;
}
.tt-menu,.typeahead{
    background-color:#fff
}
.mkdf-tours-search-main-filters-holder select option{
    color:#236496;
}






.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon .mkdf-tours-input-icon {
    font-size: 15px;
    left: 13px;
}













.typeahead:focus{
    border:2px solid #0097cf
}
.tt-hint{
    color:#999
}
.tt-menu{
    width:101%;
    margin:10px 0;
    padding:8px 0;
    border:1px solid #ebebeb;
    border-top:none;
    left:-1px!important;
    font-size:13px
}
.tt-suggestion.tt-cursor,.tt-suggestion:hover{
    color:#fff;
    background-color:#cc6600
}
.twitter-typeahead{
    width:100%
}
.tt-suggestion{
    padding:3px 15px
}
.tt-suggestion:hover{
    cursor:pointer
}
.tt-suggestion p{
    margin:0
}
.mkdf-tours-search-content .mkdf-social-share-holder .mkdf-icon-name{
    display:none
}
.mkdf-search-ordering-holder{
    display:block;
    margin:0 auto
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list{
    position:relative;
    display:table;
    width:100%;
    list-style:none;
    margin:0;
    overflow:hidden;
    vertical-align:middle
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li{
    display:table-cell;
    vertical-align:middle;
    width:25%
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li:first-child a:before{
    display:none
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li:last-child a{
    border-right:none
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li.mkdf-search-ordering-item-active a{
    color:#cc6600;
    background-color:#fff;
    border-color:#fff
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li.mkdf-search-ordering-item-active a .mkdf-search-ordering-title{
    color:#cc6600
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li.mkdf-search-ordering-item-active a:before{
    display:block
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li a{
    position:relative;
    display:block;
    margin:0;
    padding:15px 25px;
    width:auto;
    font-size:12px;
    font-weight:600;
    color:#808285;
    background-color:#f6f6f6;
    border:none;
    border-right:1px solid #eaeaea;
    text-align:left;
    box-sizing:border-box;
    -webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition:color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
    transition:color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li a:before{
    content:'';
    position:absolute;
    display:none;
    bottom:0;
    left:-1px;
    width:1px;
    height:100%;
    background-color:#fff;
    z-index:1
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li a:hover{
    color:#cc6600
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li a .mkdf-search-ordering-icon{
    display:inline-block;
    width:auto;
    font-size:18px;
    line-height:1em;
    margin-right:14px;
    color:#cc6600;
    position:relative;
    top:2px
}
.mkdf-search-ordering-holder .mkdf-search-ordering-list li a .mkdf-search-ordering-title{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    color:#303030;
    letter-spacing:.025em
}
.mkdf-tour-item-single-holder{
    margin-top:-57px;
    position:relative;
    z-index:101
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav{
    padding:0;
    margin:0;
    display:table;
    width:100%
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li{
    display:table-cell;
    vertical-align:middle
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a.mkdf-active-item{
    color:#cc6600;
    background-color:#fff
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a.mkdf-active-item:before{
    display:block
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li:first-child a:before{
    display:none
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li:last-child a{
    border-right:0
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a{
    position:relative;
    margin:0;
    padding:15px 20px;
    width:auto;
    display:block;
    font-size:12px;
    font-weight:700;
    color:#808285;
    background-color:#f6f6f6;
    border:none;
    border-right:1px solid #eaeaea;
    -webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition:color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
    transition:color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a:before{
    content:'';
    position:absolute;
    display:none;
    bottom:0;
    left:-1px;
    width:1px;
    height:100%;
    background-color:#fff;
    z-index:1
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a .mkdf-tour-nav-section-icon{
    display:inline-block;
    font-size:18px;
    margin-right:10px;
    line-height:1em;
    font-weight:400;
    color:#cc6600;
    top:2px;
    position:relative
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a .mkdf-tour-nav-section-title{
    display:inline-block;
    line-height:20px;
    letter-spacing:.025em;
    margin:0;
    color:#303030
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a:hover{
    color:#cc6600
}
.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tab-container{
    top:0;
    padding:72px 0 30px;
    border-top:none
}
.mkdf-tour-item-single-holder .mkdf-grid-row-medium-gutter{
    margin:0 -15px
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-section:not(:first-child){
    display:none
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-section#tour-item-info-id{
    padding:92px 20px 100px 0
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder{
    margin:0 0 12px
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder .mkdf-tour-item-title{
    display:inline-block;
    margin:0 22px 0 0;
    float:left
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder .mkdf-tour-item-price-holder{
    display:inline-block;
    float:right;
    top:6px;
    position:relative
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder .mkdf-tour-item-price-holder .mkdf-tour-item-price{
    font-size:30px
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder .mkdf-tour-item-price-holder .mkdf-tour-item-price .mkdf-tours-price-holder{
    color:#303030
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder .mkdf-tour-item-price-holder .mkdf-tour-item-price-text{
    color:#c2c2c2
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-title-holder .mkdf-tour-item-price-holder .mkdf-tour-item-price-text:before{
    content:'/';
    margin:0 2px 0 0
}
.mkdf-tour-item-single-holder article .mkdf-info-section-part.mkdf-tour-item-main-info{
    margin:53px 0 67px
}
.mkdf-tour-item-single-holder article .mkdf-info-section-part.mkdf-tour-item-content{
    margin:30px 0 40px
}
.mkdf-tour-item-single-holder article .mkdf-reviews-list-info .mkdf-stars-wrapper{
    padding:0
}
.mkdf-tour-item-single-holder article .mkdf-reviews-list-info .mkdf-stars-wrapper .mkdf-stars-items{
    color:#cc6600;
    font-size:18px
}
.mkdf-tour-item-single-holder article .mkdf-reviews-list-info .mkdf-stars-wrapper .mkdf-stars-items i{
    margin-right:3px
}
.mkdf-tour-item-single-holder article .mkdf-reviews-list-info .mkdf-reviews-summary{
    color:#c2c2c2;
    font-size:15px;
    position:relative;
    bottom:2px;
    margin-left:9px
}
.mkdf-tour-item-single-holder article .mkdf-reviews-list-info .mkdf-reviews-summary:before{
    content:'('
}
.mkdf-tour-item-single-holder article .mkdf-reviews-list-info .mkdf-reviews-summary:after{
    content:')'
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle;
    line-height:26px;
    font-size:15px;
    clear:both;
    box-sizing:border-box
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-destination-holder,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-single-info-item,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-holder,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-item{
    display:inline-block;
    margin-right:24px;
    color:#c2c2c2
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-destination-holder a,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-single-info-item a,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-holder a,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-item a{
    color:#c2c2c2
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-destination-holder a:hover,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-single-info-item a:hover,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-holder a:hover,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-item a:hover{
    color:#cc6600
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-destination-holder:last-child,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-single-info-item:last-child,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-holder:last-child,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tours-tour-categories-item:last-child{
    margin-right:0
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-destination-icon,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-cat-item-icon,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-info-icon{
    font-size:14px;
    margin-right:6px;
    vertical-align:top;
    display:inline-block;
    color:#cc6600
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-destination-holder .mkdf-destination-image{
    display:inline-block
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-cat-item-custom-image{
    vertical-align:top
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-cat-item-custom-image img{
    width:20px;
    vertical-align:top
}
.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-cat-item-text,.mkdf-tour-item-single-holder article .mkdf-tour-item-short-info .mkdf-tour-info-label{
    vertical-align:top
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder{
    list-style:none;
    margin:0
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li{
    display:inline-table;
    width:100%;
    border-top:1px solid #ebebeb;
    padding:18px 0 22px;
    -webkit-transition:background-color .2s ease-out;
    -moz-transition:background-color .2s ease-out;
    transition:background-color .2s ease-out
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li:last-child{
    border-bottom:1px solid #ebebeb
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li:hover .mkdf-info{
    color:#cc6600
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li .mkdf-info{
    display:table-cell;
    vertical-align:middle;
    width:47%;
    box-sizing:border-box;
    -webkit-transition:color .2s ease-out;
    -moz-transition:color .2s ease-out;
    transition:color .2s ease-out
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li .mkdf-value{
    display:table-cell;
    vertical-align:middle
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li .mkdf-value .mkdf-tour-main-info-attr{
    width:40%;
    float:left;
    margin:2px 0
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li.mkdf-tours-checked-attributes .mkdf-tour-main-info-attr:before{
    position:relative;
    top:2px;
    content:"\4e";
    font-family:ElegantIcons;
    color:#cc6600;
    margin-right:5px;
    font-size:14px
}
.mkdf-tour-item-single-holder article .mkdf-tour-main-info-holder li.mkdf-tours-unchecked-attributes .mkdf-tour-main-info-attr:before{
    position:relative;
    top:2px;
    content:"\4d";
    font-family:ElegantIcons;
    color:#000;
    margin-right:5px;
    font-size:16px
}
.mkdf-tour-item-single-holder article .mkdf-tour-gallery{
    margin:-15px
}
.mkdf-tour-item-single-holder article .mkdf-tour-gallery .mkdf-tour-gallery-item{
    position:relative;
    float:left;
    width:33.33%;
    padding:15px;
    box-sizing:border-box
}
.mkdf-tour-item-single-holder article .mkdf-tour-gallery .mkdf-tour-gallery-item a{
    position:relative;
    display:block;
    overflow:hidden;
    backface-visibility:hidden
}
.mkdf-tour-item-single-holder article .mkdf-tour-gallery .mkdf-tour-gallery-item a img{
    -webkit-transition:-webkit-transform .25s cubic-bezier(.18,.43,.58,1);
    -moz-transition:-moz-transform .25s cubic-bezier(.18,.43,.58,1);
    transition:transform .25s cubic-bezier(.18,.43,.58,1);
    display:block;
    width:100%
}
.mkdf-tour-item-single-holder article .mkdf-tour-gallery .mkdf-tour-gallery-item a:hover img{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    transform:scale(1.06)
}
.mkdf-tour-item-single-holder .mkdf-tour-gallery-item-holder .mkdf-gallery-title{
    margin:0 0 21px
}
.mkdf-tour-item-single-holder .mkdf-tour-gallery-item-holder p.mkdf-tour-gallery-item-excerpt,.mkdf-tour-item-single-holder .mkdf-tour-gallery-item-holder p.mkdf-tour-gallery-item-excerpt-field{
    font-size:18px;
    margin:0 0 52px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-plan-id{
    padding-top:65px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-plan-id .mkdf-tour-plan-title{
    margin:24px 0 41px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-plan-id .mkdf-route-top-holder{
    display:table;
    width:100%;
    margin-bottom:6px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-plan-id .mkdf-route-id{
    display:table-cell;
    height:55px;
    width:60px;
    line-height:46px;
    font-size:30px;
    font-weight:700;
    color:#fff;
    background-color:#cc6600;
    text-align:center
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-plan-id .mkdf-tour-item-plan-part-title{
    display:table-cell;
    vertical-align:middle;
    padding-left:30px;
    font-weight:700;
    color:#303030
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-location-id{
    padding:84px 30px 0 0
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-location-id .mkdf-location-part{
    margin-bottom:62px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-location-id .mkdf-location-part .mkdf-tour-location{
    margin:7px 0 39px;
    text-transform:capitalize
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-location-id .mkdf-location-part p.mkdf-location-excerpt{
    font-size:18px;
    margin:0 0 32px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-location-id .mkdf-location-part .mkdf-google-map{
    height:500px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-location-id .mkdf-location-part .mkdf-location-addresses{
    margin:0 0 54px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-gallery-id{
    padding:100px 0 73px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id{
    padding:71px 31px 0 0
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-tours-review-title{
    margin:20px 0 28px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-tours-review-excerpt{
    margin:20px 0 36px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-item-reviews-display-wrapper .mkdf-reviews-wrapper-inner{
    position:relative;
    display:table;
    table-layout:fixed;
    height:100%;
    width:100%
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-item-reviews-display-wrapper .mkdf-rating-percentage,.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-item-reviews-display-wrapper .mkdf-reviews-average{
    position:relative;
    display:table-cell;
    height:100%;
    width:100%;
    vertical-align:middle
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-item-reviews-display-wrapper .mkdf-reviews-average{
    width:24.6%;
    padding-left:30px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-item-reviews-display-wrapper .mkdf-reviews-average .mkdf-item-reviews-average-wrapper{
    margin-top:20px;
    display:inline-block;
    text-align:center
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li .mkdf-text-holder .mkdf-review-title h6,.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-tours-reviews-list-top .mkdf-item-reviews-display-wrapper .mkdf-reviews-average .mkdf-item-reviews-rating-description{
    margin:0
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments-title{
    display:none
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li{
    padding:50px 0 40px;
    border-bottom:1px solid #ebebeb
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li:first-child{
    border-top:1px solid #ebebeb
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li .mkdf-comment-image{
    width:93px;
    height:93px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li .mkdf-text-holder .mkdf-review-date{
    margin:30px 0 19px;
    font-size:15px;
    color:#c2c2c2
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li .mkdf-text-holder p{
    margin:7px 0 22px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-holder .mkdf-comments .mkdf-comment-list li .mkdf-rating-label{
    margin-right:9px;
    font-size:15px;
    line-height:1.667em;
    color:#303030;
    font-weight:700;
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-form .comment-reply-title{
    margin:0 0 32px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-form-rating{
    display:inline-block;
    width:33%
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-form-rating label{
    margin-right:9px;
    font-size:15px;
    line-height:1.667em;
    color:#303030;
    font-weight:700;
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id .mkdf-comment-form-rating .mkdf-comment-rating-box{
    margin-left:0
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section#tour-item-review-id #comment{
    margin-top:46px
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section .mkdf-info-section-part.mkdf-tour-item-plan-part{
    position:relative
}
@media only screen and (min-width:1280px){
    .mkdf-tour-item-single-holder .mkdf-tour-item-section .mkdf-info-section-part.mkdf-tour-item-plan-part{
        padding-right:70px
    }
}
.mkdf-tour-item-single-holder .mkdf-tour-item-section .mkdf-tour-item-plan-part-description{
    padding-left:90px;
    padding-bottom:30px
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-masonry-gallery{
    margin:0 -13px
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-grid-gutter{
    width:0
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-grid-sizer{
    width:33.33333333333333%
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    float:left;
    width:33.33333333333333%;
    padding:0 13px;
    margin:0 0 26px;
    box-sizing:border-box;
    overflow:hidden
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item.mkdf-large-masonry-item,.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item.mkdf-tgi-masonry-large-width,.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item.mkdf-tgi-masonry-large-width-height{
    width:66.66666666666667%
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item.mkdf-tgi-masonry-large-height .mkdf-tour-gallery-item-inner,.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item.mkdf-tgi-masonry-large-height .mkdf-tour-gallery-item-inner a{
    height:100%
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item.mkdf-tgi-masonry-large-height img{
    height:100%;
    width:auto;
    max-width:initial
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item .mkdf-tour-gallery-item-inner{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:middle;
    height:100%;
    overflow:hidden
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item a{
    position:relative;
    display:block;
    overflow:hidden;
    backface-visibility:hidden
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item a img{
    -webkit-transition:-webkit-transform .25s cubic-bezier(.18,.43,.58,1);
    -moz-transition:-moz-transform .25s cubic-bezier(.18,.43,.58,1);
    transition:transform .25s cubic-bezier(.18,.43,.58,1);
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.mkdf-tour-item-single-holder .mkdf-tour-masonry-gallery-holder .mkdf-tour-gallery-item a:hover img{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    transform:scale(1.06)
}
.mkdf-tour-item-section div.mkdf-tour-item-plan-part:last-child .mkdf-line-between-icons{
    display:none
}
.mkdf-tour-list-widget .mkdf-widget-title-holder{
    margin-bottom:28px!important
}
.mkdf-tour-list-widget .mkdf-tours-standard-item{
    display:table
}
.mkdf-tour-list-widget .mkdf-tours-standard-item-image-holder{
    display:table-cell;
    vertical-align:middle;
    width:85px
}
.mkdf-tour-list-widget .mkdf-tours-standard-item-image-holder .mkdf-tours-standard-item-label-holder{
    display:none
}
.mkdf-tour-list-widget .mkdf-tours-standard-item-content-holder{
    display:table-cell;
    vertical-align:middle;
    padding-left:20px;
    box-sizing:border-box
}
.mkdf-tour-list-widget .mkdf-tours-item-price-additional-text,.mkdf-tour-list-widget .mkdf-tours-standard-item-content-holder .mkdf-tours-standard-item-content-inner .mkdf-tours-standard-item-excerpt{
    display:none
}
.mkdf-tour-list-widget .mkdf-tours-standard-item-content-holder .mkdf-tours-standard-item-content-inner{
    padding:0
}
.mkdf-tour-list-widget .mkdf-tours-standard-item-content-holder .mkdf-tours-standard-item-bottom-content{
    margin:0;
    font-size:13px
}
.mkdf-tours-filter-horizontal .mkdf-tours-filters-fields-holder .mkdf-tours-filter-field-holder:after,.mkdf-tours-filter-horizontal .mkdf-tours-filters-fields-holder .mkdf-tours-filter-field-holder:before,.mkdf-tours-filter-horizontal .mkdf-tours-search-horizontal-filters-holder:after,.mkdf-tours-filter-horizontal .mkdf-tours-search-horizontal-filters-holder:before{
    content:" ";
    display:table
}
.mkdf-tour-list-widget .mkdf-tours-standard-item-title-price-holder{
    margin-bottom:0
}
.mkdf-tour-categories-widget .mkdf-tour-categories-list-title{
    font-size:16px;
    line-height:20px
}
.mkdf-tours-filter-vertical.mkdf-tours-filter-skin-white .mkdf-boxed-widget{
    background-color:#fff
}
.mkdf-tours-filter-vertical.mkdf-tours-filter-skin-white .mkdf-boxed-widget .mkdf-tours-input-with-icon{
    background-color:#f5f6f6
}
.mkdf-tours-full-width-filter .mkdf-container{
    background-color:transparent
}
.mkdf-tours-filter-horizontal,.mkdf-tours-filter-horizontal.mkdf-tours-filter-skin-light{
    background-color:#fff
}
.mkdf-tours-filter-horizontal.mkdf-tours-filter-skin-light.mkdf-tours-filter-semitransparent{
    background-color:rgba(255,255,255,.8)
}
.mkdf-tours-filter-horizontal.mkdf-tours-filter-skin-dark{
    background-color:#303030
}
.mkdf-tours-filter-horizontal.mkdf-tours-filter-skin-dark.mkdf-tours-filter-semitransparent{
    background-color:rgba(40,40,40,.8)
}

.mkdf-tours-input-with-icon input[type=text],.mkdf-tours-input-with-icon input[type=email],.mkdf-tours-input-with-icon input[type=password],.mkdf-tours-input-with-icon input[type=number],.mkdf-tours-input-with-icon select,.mkdf-tours-input-with-icon textarea{
    position:relative;
    width:100%;
    margin:0;
    padding:13px 24px 12px 35px;
    font-family:inherit;
    font-size:15px;
    line-height:20px;
    font-weight:inherit;
    color:#808285;
    border:1px solid #ebebeb;
    background-color:#fff;
    border-radius:0;
    outline:0;
    -webkit-appearance:none;
    cursor:pointer;
    box-sizing:border-box;
    -webkit-transition:border-color 175ms cubic-bezier(.18,.43,.58,1);
    -moz-transition:border-color 175ms cubic-bezier(.18,.43,.58,1);
    transition:border-color 175ms cubic-bezier(.18,.43,.58,1)
}
.mkdf-tours-input-with-icon input[type=text]:focus,.mkdf-tours-input-with-icon input[type=email]:focus,.mkdf-tours-input-with-icon input[type=password]:focus,.mkdf-tours-input-with-icon input[type=number]:focus,.mkdf-tours-input-with-icon select:focus,.mkdf-tours-input-with-icon textarea:focus{
    color:#303030
}
.mkdf-tours-input-with-icon input[type=text]::-webkit-input-placeholder,.mkdf-tours-input-with-icon input[type=email]::-webkit-input-placeholder,.mkdf-tours-input-with-icon input[type=password]::-webkit-input-placeholder,.mkdf-tours-input-with-icon input[type=number]::-webkit-input-placeholder,.mkdf-tours-input-with-icon select::-webkit-input-placeholder,.mkdf-tours-input-with-icon textarea::-webkit-input-placeholder{
    color:inherit
}
.mkdf-tours-input-with-icon input[type=text]:-moz-placeholder,.mkdf-tours-input-with-icon input[type=email]:-moz-placeholder,.mkdf-tours-input-with-icon input[type=password]:-moz-placeholder,.mkdf-tours-input-with-icon input[type=number]:-moz-placeholder,.mkdf-tours-input-with-icon select:-moz-placeholder,.mkdf-tours-input-with-icon textarea:-moz-placeholder{
    color:inherit;
    opacity:1
}
.mkdf-tours-input-with-icon input[type=text]::-moz-placeholder,.mkdf-tours-input-with-icon input[type=email]::-moz-placeholder,.mkdf-tours-input-with-icon input[type=password]::-moz-placeholder,.mkdf-tours-input-with-icon input[type=number]::-moz-placeholder,.mkdf-tours-input-with-icon select::-moz-placeholder,.mkdf-tours-input-with-icon textarea::-moz-placeholder{
    color:inherit;
    opacity:1
}
.mkdf-tours-input-with-icon input[type=text]:-ms-input-placeholder,.mkdf-tours-input-with-icon input[type=email]:-ms-input-placeholder,.mkdf-tours-input-with-icon input[type=password]:-ms-input-placeholder,.mkdf-tours-input-with-icon input[type=number]:-ms-input-placeholder,.mkdf-tours-input-with-icon select:-ms-input-placeholder,.mkdf-tours-input-with-icon textarea:-ms-input-placeholder{
    color:inherit
}
.mkdf-tours-input-with-icon{
    position:relative;
    margin-bottom:15px
}
.mkdf-tours-input-with-icon textarea{
    display:block;
    padding:10px;
    resize:vertical
}
.mkdf-tours-input-with-icon input[type=text].mkdf-tours-price-range-field{
    background-color:transparent;
    padding:0
}
.mkdf-tours-input-with-icon select{
    -moz-appearance:none
}
.mkdf-tours-input-with-icon .select2-container--default{
    width:100%!important;
    background-color:#fff
}
.mkdf-tours-search-horizontal-filters-holder .mkdf-tours-input-with-icon .select2-container--default .select2-selection--single{
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
    color:#303030;
    letter-spacing:.025em;
    height:52px;
    line-height:50px;
    padding:0 45px
}
.mkdf-tours-search-horizontal-filters-holder .mkdf-tours-input-with-icon .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding:0
}
.mkdf-boxed-widget .mkdf-tours-input-with-icon .select2-container--default .select2-selection--single,.mkdf-tours-filter-vertical .mkdf-tours-input-with-icon .select2-container--default .select2-selection--single{
    padding-left:43px
}
.mkdf-boxed-widget .mkdf-tours-input-with-icon .select2-container--default .select2-selection--single .select2-selection__rendered,.mkdf-tours-filter-vertical .mkdf-tours-input-with-icon .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:0
}
.mkdf-tours-input-with-icon .select2-container--default .select2-selection--single .select2-selection__arrow{
    font-size:14px
}
.mkdf-tours-input-with-icon .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    content:"\43";
    font-family: "font awesome 5 free";
    font-weight: 700;
}
.mkdf-tours-gallery-item:hover .mkdf-tours-gallery-item-content-holder {
    -webkit-transition: all .45s cubic-bezier(.22,.82,.11,1.33) 50ms;
    -moz-transition: all .45s cubic-bezier(.22,.82,.11,1.33) 50ms;
    transition: all .45s cubic-bezier(.22,.82,.11,1.33) 50ms;
}
.mkdf-tours-gallery-item  {
  position: relative;
}

.mkdf-tours-gallery-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: .5;
    z-index: 10;
    -webkit-transition: opacity 1s cubic-bezier(.29,.22,.11,1);
    -moz-transition: opacity 1s cubic-bezier(.29,.22,.11,1);
    transition: opacity 1s cubic-bezier(.29,.22,.11,1);
    transition: .3s;
}
.mkdf-tours-gallery-item:hover:after {
  background-color: rgba(35, 100, 150, 0.67);
    opacity: 1;
}
.mkdf-pagination {
  margin-top: 30px;
}

.mkdf-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  margin: auto;
}
.mkdf-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.mkdf-pagination ul li.active {
  color: #cc6600;
}
.mkdf-pagination ul li a {
  text-decoration: none;
}







/*
+++++++++++++++++++++

Regional Landing Page

+++++++++++++++++++++
*/
.sticky-div.fixed-for-sticky{
            position:fixed;
        }
.sticky-div.footstick{
  position:absolute;
   bottom:0;
   top:inherit!important;
   padding-bottom: 0;
}
 .main .container{
            display:flex
        }
 .blackside {
      padding: 10px;
      width: 100%;
      color: #fff;
       /*height: 300px;*/
       width: 650px;
       text-align:center;
      display:inline-block;
      /*margin-top: 60px;*/
  }
  .blog-item {
    margin-bottom: 50px;
  }
.post-img {
  overflow: hidden;
}
.post-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.blog-item:hover .post-img img {
    margin-left: 0;
}

.main .page-title {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.blog-item .blog-title {
  margin-top: 15px;
}
.blog-item .blog-title a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;


}

.blog-item .blog-title a {
    width: auto;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%,currentColor 2px);
    -webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: .6s cubic-bezier(.215,.61,.355,1);
    transition: .6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%;
}
.blog-item .blog-title a:hover {
    background-size: 100% 96%;
    color: currentColor;
}
.gene-heading .subs-title {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  color: #333;

}
.subs-form {
  margin-top: 20px;
}
.subs-form input {
  border-radius: 0;
  height: 60px;
  width: 100%;`
}
.subs-form  .form-inline .form-group {
  width: 100%;
  margin-right: 20px;
}
.subs-form .form-inline .form-control {
  width: 100%;
}
.subs-form .form-inline button {
    width: 80%;
    height: 60px;
    background-color: #59815b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    transition: .3s;
    position: relative;
    overflow: hidden;
    border-color: #59815b;
}
.subs-form .form-inline button:hover {
  background-color: #59815b;
}
.subs-form .form-inline button:before {
    content: url(images/icons/arrow_light.svg);
    vertical-align: top;
    margin-left: 9px;
    display: inline-block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: -37%;
}
.subs-form .form-inline button:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #59815b;
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s cubic-bezier(.18,.24,.18,.89);
    -o-transition: .4s cubic-bezier(.18,.24,.18,.89);
    transition: .4s cubic-bezier(.18,.24,.18,.89);
}
.subs-form .form-inline .btn-text {
    display: inline-block;
    padding-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.subs-form .form-inline .btn-text:after {
    content: url(images/icons/arrow_light.svg);
    position: absolute;
    vertical-align: top;
    margin-left: 9px;
    display: inline-block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.subs-form .form-inline button:hover .btn-text:after {
    margin-left: 60px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: margin-left .3s .2s,-webkit-transform .3s;
    transition: margin-left .3s .2s,-webkit-transform .3s;
    -o-transition: margin-left .3s .2s,transform .3s;
    transition: margin-left .3s .2s,transform .3s;
    transition: margin-left .3s .2s,transform .3s,-webkit-transform .3s;
}



.subs-form .form-inline button:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 37%;
    -webkit-transition: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .2s;
}
.subs-form .form-inline button:hover:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .2s;
}
.subs-form .form-inline button:hover .btn-text {
    opacity: .5;
}
.subs-form .form-inline button:hover {
  opacity: .8;
}
.subs-form  .form-inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.right_side .owl-nav {
    position: absolute;
    background: #59815b;
    left: 10px;
    bottom: 10px;
    width: 130px;
    z-index: 99999;
    height: 63px;
    display: block;
}
.right_side .slider-carousel .owl-next {
    position: absolute;
    width: 42px;
    height: 42px;
    right: 10px;
    background: transparent url(images/icons/next-dark1.png) no-repeat center center / 65% !important;
    top: 50%;
    margin-top: -30px;
    /* background-size: 100%; */
}
.right_side .slider-carousel .owl-prev {
      background: transparent url(images/icons/prev-dark1.png) no-repeat center center /65% !important;


}
.right_side .owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
.right_side .owl-carousel .owl-nav button.owl-next, 
.right_side .owl-carousel .owl-nav button.owl-prev {
  margin-top: -20px;
  position: relative;
}
.right_side .owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
.right_side .owl-carousel .owl-nav button.owl-next:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  background: #fff;
  height: 40px;
  width: 1px;
}

/*
+++++++++++++++++++++

village_landing Page Start

+++++++++++++++++++++
*/

.lackpen-village p {
  font-size: 19px;
  line-height: 24px;
  color:#333333;
  margin-bottom: 13px;
}

 .lackpen-village .web-redirect ul {
  display: block;
  padding: 0;
  list-style-type: none;
}

 .lackpen-village .web-redirect ul li {
  display: inline-block;
  border-right: 1px solid #39709e;
  padding:0 10px;
}

 .lackpen-village .web-redirect ul li:last-child {
  padding-right: 0;
  border-right: 0px;
}

 .lackpen-village .web-redirect ul li:first-child {
  padding-left: 0;
}

 .lackpen-village .web-redirect ul li a {
  font-family: 'MerriweatherRegular';
  font-size: 17px;
  color: #39709e;
  line-height: 17px;
  text-decoration: none !important;
}

.lackpen-village .web-redirect ul li a:hover {
  opacity: 0.7;
}

.fish-img img {
  margin-bottom: 10px;
}

.contact-info h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

ul.get-in-touch,
ul.numbers  {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 11px;
}

ul.get-in-touch li,
ul.numbers li {
  display: block;
  font-family: 'MerriweatherRegular';
  font-size: 17px;
  color: #333333;
}

ul.get-in-touch li a {
  color: #39709e;
}

ul.get-in-touch li:nth-child(3) {
  margin-top: 18px;
}

ul.numbers li {
  position: relative;
}

ul.numbers li:before {
  content: "";
  background-color: #996600;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

ul.numbers li {
  padding-left: 19px;
}
/*
+++++++++++++++++++++

village_landing Page End

+++++++++++++++++++++
*/

/*
+++++++++++++++++++++

Covid-Portal page start

+++++++++++++++++++++
*/

.covid-content-section {
  padding:60px 0 30px 0;
  border-bottom: 1px solid #999999;
}

.left-covid-part h3 {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Brandon Printed One';
  font-weight: 300;
  text-transform: uppercase;
  color:#666666;
  margin-bottom: 5px;
}

.covid-left-block {
  padding-bottom: 21px;
}

.covid-left-block .btn-default {
  width: 100%;
  text-align: left;
}

.covid-left-block .dropdown {
  margin-bottom: 15px;
}

.covid-left-block .btn-default.active.focus,
.covid-left-block .btn-default.active:focus,
.covid-left-block .btn-default.active:hover, 
.covid-left-block .btn-default:active.focus,
.covid-left-block .btn-default:active:focus, 
.covid-left-block .btn-default:active:hover,
.covid-left-block .open>.dropdown-toggle.btn-default.focus,
.covid-left-block .open>.dropdown-toggle.btn-default:focus,
.covid-left-block .open>.dropdown-toggle.btn-default:hover {
  outline:none;
}

.covid-left-block .dropdown-menu>li>a {
  padding: 3px 10px;
  font-size: 14px;
}

.covid-left-block .dropdown .caret {
  position: absolute;
  right: 15px;
  top: 15px;
}

.covid-left-block .selectric {
  background-color: #fff;
}

.covid-left-block .selectric .label {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.covid-left-block .selectric .button {
  background-color: #fff;
}

.covid-left-block select {
  margin-bottom: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #d9ddea;
}

.left-covid-part a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color:#0066cc;
}

.left-covid-part a:hover {
  opacity: 0.8;
}


.covid-left-block a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color:#0066cc;
}

.left-covid-part .covid-left-block img {
  width: 100%;
  margin-bottom: 15px;
}

.left-covid-part .covid-left-block .selectric-wrapper {
  margin-bottom: 15px;
}

.right-covid-part .hover_one img.img-responsive {
  z-index: 99;
}

.right-covid-part  .video_image {
  width: 100%;
}

.right-covid-part .hover_two .video_image {
  top: auto;
  margin-top: -55px;
  padding-bottom: 23px;
  left: 62px;
}

.right-covid-part .img-circle img {
  z-index: 99;
  position: relative;
}

.right-covid-part .img-circle:after {
  width: 89px;
  height: 165px;
}

.covid-content-section .right-covid-part .img-circle:before {
  display: none;
}

.right-covid-part .col-sm-12.hover_one .img-first:before {
  width: 54px;
  height: 140px;
  top: 132px;
  left: 36px;
}

.spanish-flue-details {
  padding: 0 74px;
}

.right-covid-part .hover_box h3 {
  font-size: 25px;
  line-height: 25px;
  font-family: 'Brandon Printed One';
  font-weight: 300;
  text-transform: uppercase;
  color:#236496;
  margin-bottom: 10px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.spanish-flue-details > p {
  padding: 0 10px 0 0;
  letter-spacing: 0.5px;
}

.spanish-detail-block p {
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.covid-chart {
  padding: 16px 0;
}

.covid-gallery {
  position: relative;
  display: table;
  padding-top: 30px;
}

.covid-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.covid-gallery ul li {
  width: 20%;
  float: left;
}

.covid-gallery ul li img {
  display: block;
  width: 100%;
}

.covid-gallery-box {
  position: absolute;
  width: 40%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px 30px;
}

.covid-gallery-box:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #E9AE30;
  z-index: -1;
}

.covid-gallery-box h2, .covid-gallery-box h3, .covid-gallery-box p {
  color: #236496;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 50px 0 0;
}

.covid-gallery-box p {
  color: #ff9200;
}

.resources-sidebar.right-links-section h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #878787;
}


.mayor-right-details h3{
  font-size: 20px;
  line-height: 20px;
  font-family: 'Brandon Printed One';
  font-weight: 300;
  text-transform: uppercase;
  color: #878787;
  margin-bottom: 10px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.mayor-right-details p{
  font-size: 18px;
  line-height: 24px;
}

.covide-mask-slider {
  padding-bottom: 10px;
}

/*
+++++++++++++++++++++

Covid-Portal page End

+++++++++++++++++++++
*/

/*
+++++++++++++++++++++

Spanish Flu Detail Page Start

+++++++++++++++++++++
*/
  .tragic-tale-block .promo-text {
    margin-bottom: 5px;
  }
  .tragic-tale-block h6 {
    color: #236496;
    font-size: 25px;
    line-height: 26px;
    text-transform: uppercase;
  }  
  .spanish-flu.testimonial-info img {
    height: 119px;
    object-fit: cover;
  }
  .spanish-flu.testimonial-info p {
    margin-bottom: 0;
  }
  .tragic-tale-block img {
    margin-bottom: 10px;
  }
  .spanish-flue-banner-single img {
    width: 100%;
  }
  
/*
+++++++++++++++++++++

Spanish Flu Detail Page End

+++++++++++++++++++++
*/


.review-sec {
  padding: 30px 0;
}

.review-left {
  position: relative;
}
.review-left .review-img {
  background: #fff;
  display: inline-block;
  padding: 10px 10px 30px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
}
.review-left .review-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}


.review-left .ribbon-img {
  position: absolute;
  top: -13px;
  z-index: 99;
  left: 25px;

}
.review-left {
  background: url(images/img-bg.png);
  background-size: 100% 100%;
  margin-right: -50px;
  margin-left: -20px;
  padding-left: 20px;
}

.review-right {
  padding: 40px 0 0;
  margin-left: -80px;
}
.review-right h4 {
  font-size: 17px;
  line-height: 26px;
  color: #216396;
  font-family: 'Brandon Printed One'!important;
}
.review-right span {
  font-size: 16px;
  line-height: 26px;
  color: #216396;
  display: block;
  font-family: 'MerriweatherRegular';
}


.image-block-main .row {
  margin: 0 -3px;
}

.image-block-main [class*=col-] {
  padding: 6px 3px 0;
}

.hover-block {
  position: relative;
  cursor: pointer;
}
.hover-block .h-img img {
  width: 100%;
}
.hover-block .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128,128,128,0.5);
  opacity: 0;
  transition: 0.2s;
  padding: 15px;
  font-family: 'Brandon Printed One'!important;
}

.hover-block:hover .hover-content {
  opacity: 1;
}


.getting-here .getting-text {
  background: #996600;
  padding: 15px 8px 30px 20px;
  text-align: left;
  background: url(images/topographic.png), #996600;
}

.getting-here .getting-text .inner-text {
  /* height: 184px; */
    overflow: hidden;

}

#mCSB_1_scrollbar_vertical .mCSB_dragger {
  height: 60px !important;  
}

.getting-here .getting-text h5 {
  font-size: 22px;
  line-height: 28px;
  color: #fefefe;
  margin: 0 0 30px;
  font-family: 'Oswald', sans-serif;
}
.getting-here .getting-text p {
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  margin: 0;
  font-family: 'Lato', sans-serif;
}


.getting-here  .row {
  margin: 0;
}

.getting-here  [class*=col-]:first-child {
  width: 38%;
}
.getting-here  [class*=col-]:last-child {
  width: 62%;
}
.getting-here  [class*=col-] {
  padding: 0;
}

.getting-text .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
  background: #ccb380;
  width: 4px;
}
.getting-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  background: #d62508;
}

.getting-here {
  padding: 6px 0 0;
}
.map-block img,
.map-block iframe {
  float: left;
  width: 100%;
  height: 287px;
  object-fit: cover;
}


  
/*
+++++++++++++++++++++

Visitors Center Page Start

+++++++++++++++++++++
*/

.getting-here .getting-title {
  position: relative;
  padding: 46px 0 0;
}

.getting-title h3 {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Brandon Printed One';
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.getting-here .getting-title h3:after {
    content: "";
    background: url(images/getting-title-plane.png) no-repeat;
    width: 205px;
    height: 87px;
    position: absolute;
    left: 108%;
    top: -44px;
}

.getting-here ul {
  display: block;
  margin: 0;
  padding: 0 0 50px 0;
}

.getting-here ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.getting-around .getting-title h3 {
  margin-bottom: 10px;
}

.getting-around thead.cf {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.getting-around .table-condensed > thead > tr > th,
.getting-around .table-condensed > tbody > tr > th,
.getting-around .table-condensed > tfoot > tr > th,
.getting-around .table-condensed > thead > tr > td,
.getting-around .table-condensed > tbody > tr > td,
.getting-around .table-condensed > tfoot > tr > td {
  font-size: 16px;
  line-height: 16px;
  padding: 6px 2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.getting-around .table-condensed > thead > tr > th {
  color: #000;
}

.license-thrills .getting-title h3 {
  margin-bottom: 10px;
}

.license-thrill-left {
  padding:63px 0 0 0;
}

.license-thrill-image {
  margin: 14px 0 0 -94px;
  position: relative;
}

h3.title {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Brandon Printed One';
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.adventure-guide {
  padding:0;
}

.adventure-guide h6 {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Brandon Printed One';
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  color:#666666;
  text-transform: uppercase;
}

.adventure-guide h6 a {
  color:#336699;
}

.visitors-center-main {
  background: url(images/visitors-background-image.jpg) no-repeat;
  background-position: right 70px;
}

.visitor-center-right img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    
  /* Force table to not be like tables anymore */
#no-more-tables table, 
#no-more-tables thead, 
#no-more-tables tbody, 
#no-more-tables th, 
#no-more-tables td, 
#no-more-tables tr { 
  display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#no-more-tables tr { border: 1px solid #ccc; }

#no-more-tables td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  padding-left: 50%; 
  white-space: normal;
  text-align:left;
}

#no-more-tables td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  text-align:left;
  font-weight: bold;
}

/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }
}

/*
+++++++++++++++++++++

Visitors Center Page End

+++++++++++++++++++++
*/


@media (min-width: 1024px) {
  .blackside {
    width: 690px;
  }
}
@media (min-width: 1199px) {
  .blackside {
    width: 770px;
  }
}

@media (min-width: 1200px) {
  .big-container {
      width: 1400px;
  }
}

@media (min-width: 1400px) {
  .big-container {
      width: 1600px;
  }
  .blackside {
    width: 800px;
  }
}

@media (min-width: 1700px) {
  .big-container {
      width: 1700px;
  }
  .blackside {
    width: 1100px;
  }
}
@media (max-width: 992px) {
  .big-container {
      
  }
}
@media (max-width: 991px) {
  .main .container {
      display: block;
  }
  .at-100 {
    width: 100%;
  }
  .blackside {
      width: 100%;
      padding: 0;
      margin-top: 50px;
  }
  .sticky-div.fixed-for-sticky {
      position: static;
  }
  .sticky-div.footstick {
    position: static!important;
  }
  .wrap {
    height: auto!important;
  }

}
@media (max-width: 600px) {
  .subs-form .form-inline {
    display: block;
  }
}


@media (max-width: 767px) {
  .review-right {
    padding: 20px 0 0;
    margin-left: 0;
}
.getting-here [class*=col-]:last-child ,
.getting-here [class*=col-]:first-child {
  width: 100%;
}
.map-block img {
width: 100%;
height: auto;
}
.map-block iframe {
  height: 287px;
}
ul.get-in-touch, ul.numbers {
  padding: 0 0 20px;
}
.review-right h4 {
  font-size: 15px;
  line-height: 22px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .review-right {
    padding: 40px 0 0;
    margin-left: 0;
}
ul.get-in-touch, ul.numbers {
  padding: 0 0 20px;
}

.getting-here .getting-text .inner-text {
  height: 150px;
}
.map-block img,
.map-block iframe {
  height: 240px;
}
.getting-here .getting-text {
  padding: 12px 8px 20px 15px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .big-container {
        width: 1000px;
    }
    .blog-item .blog-title a {
      font-size: 20px;
    }
    .subs-form .form-inline {
      display: block;
    }
    .subs-form .form-inline .form-group {
      margin-bottom: 10px;
    }
    .post-img img {
      margin-left: 0;
    }
    .review-right {
      padding: 40px 0 0;
      margin-left: 0;
  }
  ul.get-in-touch, ul.numbers {
    padding: 0 0 20px;
  }
  .lackpen-village .blackside {
    width: 540px;
  }
  .getting-here .getting-text .inner-text {
    height: 150px;
  }
  .map-block img,
  .map-block iframe {
    height: 240px;
  }
  .getting-here .getting-text {
    padding: 12px 8px 20px 15px;
  }
}


@media (min-width: 1200px) and (max-width: 1299px) {
  .review-right {
    padding: 40px 0 0;
    margin-left: -30px;
  }
  .lackpen-village .blackside {
    width: 570px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .review-right {
    padding: 40px 0 0;
    margin-left: -30px;
  }
}