/*Custom Css*/
body {
  position: relative;
  background-color: #84d4eb;
  overflow-x: hidden;
  height: auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "proxima-nova", sans-serif;
  color: #252525;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #252525;
}

p {
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 25px;
}

img {
  max-width: 100%;
  height: auto;
}
.relative {
  position: relative;
}
.form-control {
  border-radius: 0;
}
.sy-box.sy-loading {
  background: url("../images/sy-loader.gif") 50% 50% no-repeat;
}
.sy-controls li a:after {
  background-image: url("../images/arrows.svg");
}
/**********
* Buttons Buttons
***********/

.btn.btn-go {
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  padding: 9px 8px;
  line-height: 30px;
  text-transform: uppercase;
}
.btn.btn-go:hover,
.btn.btn-go:focus {
  opacity: 0.85;
}
.btn.btn-go.btn-go-red {
  background-color: #dc0404;
}
.btn.btn-go.btn-go-black {
  background-color: #252525;
}
.btn.btn-go.btn-go-lg {
  font-size: 1.5em;
}
.btn.btn-bordered {
  border-top: 2px solid #8e99a8;
  border-bottom: 2px solid #8e99a8;
  border-radius: 0;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.3em;
}
.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
  opacity: 0.8;
}
.btn.btn-bordered.btn-block + .btn.btn-bordered.btn-block {
  margin-top: 15px;
}

.contents {
  background: rgba(45, 91, 153, 0.85);
  background: -moz-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(45, 91, 153, 0.85)),
    color-stop(36%, rgba(45, 141, 210, 0.81)),
    color-stop(51%, rgba(45, 141, 210, 0.8)),
    color-stop(65%, rgba(45, 141, 210, 0.81)),
    color-stop(100%, rgba(45, 73, 134, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5b99', endColorstr='#2d4986', GradientType=1 );
}
.contents > .container {
  background-color: #fff;
  -webkit-box-shadow: -5px -2px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px -2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -5px -2px 10px 0px rgba(0, 0, 0, 0.4);
}
.site-sidebar {
  padding: 0;
}
.site-sidebar .site-sidebar-inner {
  background-color: #fff;
}

.site-sidebar .site-sidebar-inner > *:last-child {
  margin-bottom: 0px;
}
.fixed-alert.inactive {
  display: none;
}
.fixed-alert {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9000004;
  transition: all 0.5s ease;
}
.fixed-alert > .alert {
  position: fixed;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 9000005;
  top: 50%;

  color: #fff !important;
  /*    background-color: #dd4b39 !important;
    border-color: #d73925;*/
  background-color: #0f6699 !important;
  border-color: #1a6d9e !important;
  border-radius: 0 !important;

  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.fixed-alert > .alert .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
.logo-text {
  margin-left: 245px;
  display: table;
  height: 50px;
}
.header-wrapper {
  min-height: 50px;
  /*background-image: url(../img/header-bg.jpg);*/
  /*background-position: center;
    background-repeat: repeat;*/
  background: #6bbfcf;
  background: #6bbfcf; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #6bbfcf 0%,
    #6bbfcf 26%,
    #7db9e8 51%,
    #6bbfcf 73%,
    #7db9e8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #6bbfcf 0%,
    #6bbfcf 26%,
    #7db9e8 51%,
    #6bbfcf 73%,
    #7db9e8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #6bbfcf 0%,
    #6bbfcf 26%,
    #7db9e8 51%,
    #6bbfcf 73%,
    #7db9e8 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bbfcf', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 8/
   /* background: rgba(2,62,123,0.85); */
  /*background: -moz-linear-gradient(left, rgba(2,62,123,0.85) 0%, rgba(1,78,145,0.87) 16%, rgba(2,66,129,0.88) 32%, rgba(2,94,147,0.9) 48%, rgba(2,93,147,0.9) 50%, rgba(2,82,147,0.89) 64%, rgba(3,106,157,0.87) 80%, rgba(3,91,158,0.86) 90%, rgba(45,73,134,0.85) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,62,123,0.85)), color-stop(16%, rgba(1,78,145,0.87)), color-stop(32%, rgba(2,66,129,0.88)), color-stop(48%, rgba(2,94,147,0.9)), color-stop(50%, rgba(2,93,147,0.9)), color-stop(64%, rgba(2,82,147,0.89)), color-stop(80%, rgba(3,106,157,0.87)), color-stop(90%, rgba(3,91,158,0.86)), color-stop(100%, rgba(45,73,134,0.85)));
    background: -webkit-linear-gradient(left, rgba(2,62,123,0.85) 0%, rgba(1,78,145,0.87) 16%, rgba(2,66,129,0.88) 32%, rgba(2,94,147,0.9) 48%, rgba(2,93,147,0.9) 50%, rgba(2,82,147,0.89) 64%, rgba(3,106,157,0.87) 80%, rgba(3,91,158,0.86) 90%, rgba(45,73,134,0.85) 100%);
    background: -o-linear-gradient(left, rgba(2,62,123,0.85) 0%, rgba(1,78,145,0.87) 16%, rgba(2,66,129,0.88) 32%, rgba(2,94,147,0.9) 48%, rgba(2,93,147,0.9) 50%, rgba(2,82,147,0.89) 64%, rgba(3,106,157,0.87) 80%, rgba(3,91,158,0.86) 90%, rgba(45,73,134,0.85) 100%);
    background: -ms-linear-gradient(left, rgba(2,62,123,0.85) 0%, rgba(1,78,145,0.87) 16%, rgba(2,66,129,0.88) 32%, rgba(2,94,147,0.9) 48%, rgba(2,93,147,0.9) 50%, rgba(2,82,147,0.89) 64%, rgba(3,106,157,0.87) 80%, rgba(3,91,158,0.86) 90%, rgba(45,73,134,0.85) 100%);
    background: linear-gradient(to right, rgba(2,62,123,0.85) 0%, rgba(1,78,145,0.87) 16%, rgba(2,66,129,0.88) 32%, rgba(2,94,147,0.9) 48%, rgba(2,93,147,0.9) 50%, rgba(2,82,147,0.89) 64%, rgba(3,106,157,0.87) 80%, rgba(3,91,158,0.86) 90%, rgba(45,73,134,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023e7b', endColorstr='#2d4986', GradientType=1 ); */
}
.logo-text-main {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
  color: #fdfdfd;
  font-family: "futura-pt";
  font-weight: bolder;
  line-height: 1;
}

.logo-text-main a {
  color: #fdfdfd;
}

.logo-text-second {
  margin-left: 45px;
  display: table;
  height: 50px;
}


@font-face {
    font-family: 'Sunborn SansOne';
    src: url('/fonts/Sunborn-SansOne.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* This helps in rendering text immediately with a fallback font while the custom font loads */
  }

.logo-text-slogan {
    font-family: 'Sunborn SansOne', sans-serif;
  display: block;
  font-size: 2em;
  color: #fdfdfd;
  font-weight: bolder;
  line-height: 1;
}

.logo-text-slogan::after {
    font-family:Arial, Helvetica, sans-serif;
    content: "\00AE"; /* Unicode character for TM symbol */
    font-size: 0.75em; /* Makes the TM symbol smaller than the rest of the text */
    vertical-align: super; /* Raises the TM symbol to the top of the line */
  }


  .logo-text-slogan-small {

  display: block;
  font-size: 1.5em;
  color: #fdfdfd;
  font-weight: bolder;
  line-height: 1;
  text-align: center;
}

  @media (max-width: 600px) {

    .logo-text-second {
        float: right !important;
      }
      

    .logo-text-slogan {
        font-size: 1.05em;
        white-space: nowrap;
     
    }

        .logo-text-slogan-small {
        font-size: 1.05em;
        white-space: nowrap;
     
    }
  }

.css-tooltip {
  position: relative;
  z-index: 98;
  transition: all 0.5s ease;
}
.css-tooltip:focus:before,
.css-tooltip:hover:before,
.css-tooltip.hovered:before {
  bottom: -3px;
  left: 154.5%;
  border: solid;
  border-color: #77a7d1 transparent;
  border-width: 5px 5px 0 5px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  transition: all 0.5s ease;
}
.css-tooltip:focus:after,
.css-tooltip:hover:after,
.css-tooltip.hovered:after {
  top: -11px;
  background: #77a7d1;
  font-size: 0.8em;
  color: #ffffff;
  content: attr(title);
  display: block;
  left: 110%;
  padding: 5px 15px;
  position: absolute;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.header-top {
  display: table;
  height: 50px;
}
.header-top > .header-top-links > div {
  float: right;
  margin-right: 5px;
}
.header-top > .header-top-links > div.language-form {
  margin: 5px 0px 0px 0px;
  line-height: 22px;
}
.header-top-links {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 5px;
}
.social-links {
  font-size: 1.7em;
  margin: 5px 0px 0px 0px;
}
.social-links a {
  color: #fdfdfd;
}
.social-links a:hover,
.social-links a:focus {
  opacity: 0.9;
}
/*NavMenu*/
.main-logo-link {
  /*position: absolute;*/
  /*width: 150px;*/
}
.main-logo-link img.main-logo {
  position: absolute;
  top: 100%;
  left: 10px;
  margin-top: -60px;
  z-index: 1000;
}
/*Breadcrumbs*/
.breadcrumb-section {
  min-height: 20px;
  background-color: #749c33;
}
.breadcrumb-wrapper {
  padding-left: 240px;
}
#breadcrumbs {
  list-style: none;
  padding: 0;
  color: #fff;
  margin: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
#breadcrumbs li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
}
#breadcrumbs li a {
  color: #e9e9e9;
  text-decoration: none;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
  color: #fff;
}

/*Slider*/
.main-large-slider {
  /*padding-top: 20px;*/
  background-color: #25376d;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
}
.caption-wrapper-abs {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.external-caption-wrapper {
  position: relative;
  z-index: 31;
  overflow: hidden;
}
.container.caption-bg-left {
  background-color: #ffffff;
  min-height: 39px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  margin: 0;
  transition: all 0.5s ease;
}
.container.caption-bg-right {
  background-color: #ffffff;
  min-height: 39px;
  height: 100%;
  position: absolute;
  margin-left: 585px;
  top: 0;
  left: 50%;
  transition: all 0.5s ease;
}
.external-caption {
  max-width: 50%;
  position: relative;
  padding: 6px 0;
}
.external-slider-caption,
.external-slider-caption1 {
  color: #243b97;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1;
  transition: all 0.5s ease;
}
.welcome-slider {
  position: relative;
}
.welcome-slider .text-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: rgba(30, 155, 210, 0.89);
  padding: 0em;
  padding-top: 5em;
  width: 585px;
  height: 55px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.welcome-slider .text-content p {
  color: #fff;
  transition: all 0.5s ease;
}
.main-large-slider .welcome-slider .text-content p {
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-large-slider .welcome-slider .text-content {
  padding-top: 1em;
}
.main-large-slider .external-caption-wrapper {
  min-height: 40px;
}
.welcome-slider .image-content img {
  width: 100%;
  height: auto;
}
.welcome-slider .sy-pager,
.latest-news-slider-wrapper .sy-pager {
  width: auto;
  margin: 1em 0 9em 2em;
  margin-bottom: -3.5em;
  margin-left: 2em;
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 99;
  transition: all 0.5s ease;
}
.travel-blog-slider .sy-pager {
  transition: all 0.5s ease;
}
.welcome-slider .sy-controls li a:after {
  background-image: url("../img/slider-controls.png");
  background-color: transparent;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -20px;
  top: 40%;
}
.welcome-slider .sy-controls li.sy-next a:after {
  margin-left: -35px;
}
.welcome-slider .sy-pager li a,
.travel-blog-slider .sy-pager li a,
.latest-news-slider-wrapper .sy-pager li a {
  background-color: #e4e4e4;
}
.welcome-slider .sy-pager li a:hover,
.welcome-slider .sy-pager li a:focus,
.travel-blog-slider .sy-pager li a:hover,
.travel-blog-slider .sy-pager li a:focus,
.latest-news-slider-wrapper .sy-pager li a:hover,
.latest-news-slider-wrapper .sy-pager li a:focus {
  opacity: 0.85;
}
.welcome-slider .sy-pager li.sy-active,
.travel-blog-slider .sy-pager li.sy-active,
.latest-news-slider-wrapper .sy-pager li.sy-active {
  width: 1.3em;
  height: 1.3em;
}
.welcome-slider .sy-pager li.sy-active a,
.travel-blog-slider .sy-pager li.sy-active a,
.latest-news-slider-wrapper .sy-pager li.sy-active a {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 35%,
    rgba(255, 255, 255, 0.77) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(35%, rgba(0, 0, 0, 0.92)),
    color-stop(100%, rgba(255, 255, 255, 0.77))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 35%,
    rgba(255, 255, 255, 0.77) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 35%,
    rgba(255, 255, 255, 0.77) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 35%,
    rgba(255, 255, 255, 0.77) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 35%,
    rgba(255, 255, 255, 0.77) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}
.travel-blog-slider .sy-controls li a:link,
.travel-blog-slider .sy-controls li a:visited {
  opacity: 0.95;
}
.travel-blog-slider .sy-controls li a:hover,
.travel-blog-slider .sy-controls li a:focus {
  opacity: 1;
}
.travel-blog-slider .sy-controls li a:after {
  background-image: none;
  border-radius: 10px;
  width: 1.75em;
  height: 3em;
  /*display: inline-block;*/
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 3em;
}
.travel-blog-slider .sy-controls li.sy-prev a:after {
  left: 0;
  margin-left: 0;
  content: "\f104";
  /*content: "\f053";*/
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.travel-blog-slider .sy-controls li.sy-next a:after {
  left: auto;
  right: 0;
  margin-right: 0;
  content: "\f105";
  /*content: "\f054";*/
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.welcome-slider-sidebar.welcome-slider .text-content {
  width: auto;
  height: 38px;
  padding: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.8em;

  background: rgba(28, 127, 198, 0.88);
  background: -moz-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(28, 127, 198, 0.88)),
    color-stop(16%, rgba(27, 156, 212, 0.89)),
    color-stop(28%, rgba(28, 142, 206, 0.9)),
    color-stop(29%, rgba(28, 141, 206, 0.9)),
    color-stop(43%, rgba(28, 126, 194, 0.88)),
    color-stop(45%, rgba(28, 124, 192, 0.88)),
    color-stop(58%, rgba(28, 147, 206, 0.9)),
    color-stop(61%, rgba(28, 152, 209, 0.91)),
    color-stop(72%, rgba(28, 139, 201, 0.93)),
    color-stop(85%, rgba(28, 124, 192, 0.9)),
    color-stop(90%, rgba(28, 134, 199, 0.89)),
    color-stop(100%, rgba(28, 155, 213, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7fc6', endColorstr='#1c9bd5', GradientType=1 );
}
.welcome-slider-sidebar.welcome-slider .text-content p {
  display: none;
}
.welcome-slider-sidebar.welcome-slider .sy-pager {
  width: auto;
  position: absolute;
  left: 0px;
  margin: 0;
  bottom: 15px;
  margin-bottom: -11px;
  margin-left: 2em;
}
.welcome-slider-sidebar.welcome-slider .sy-pager li,
.latest-news-slider-wrapper .sy-pager li {
  height: 0.86em;
  width: 0.86em;
  margin: 0px 0.4em 0px 0px;
}
.welcome-slider-sidebar.welcome-slider .sy-pager li.sy-active,
.latest-news-slider-wrapper .sy-pager li.sy-active {
  height: 0.96em;
  width: 0.96em;
}
.welcome-slider-sidebar.welcome-slider .sy-controls {
  height: 75%;
  height: calc(100% - 175px);
  min-height: 110px;
}
.welcome-slider-sidebar.welcome-slider .external-caption {
  position: relative;
  padding: 0px;
  max-width: 100%;
}
.welcome-slider-sidebar.welcome-slider .external-slider-caption {
  font-size: 1.25em;
  color: #243b97;
  display: inline-block;
  background-color: #fff;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 10px 5px;
  margin: 0;
}
.welcome-slider-sidebar.welcome-slider .external-caption-wrapper {
  position: absolute;
  bottom: 0px;
}
.welcome-inner-slider.welcome-slider .text-content {
  width: 50% !important;
  height: 57px;
  padding: 0;
}
.welcome-inner-slider.welcome-slider .text-content p {
  display: none;
}
.welcome-inner-slider.welcome-slider .sy-pager {
  bottom: 28px;
  margin: 0;
  margin-left: 2em;
  margin-bottom: -11px;
}
/*Welcome Section*/
.content-section {
  position: relative;
  z-index: 0;

  background: rgba(45, 91, 153, 0.85);
  background: -moz-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(45, 91, 153, 0.85)),
    color-stop(36%, rgba(45, 141, 210, 0.81)),
    color-stop(51%, rgba(45, 141, 210, 0.8)),
    color-stop(65%, rgba(45, 141, 210, 0.81)),
    color-stop(100%, rgba(45, 73, 134, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(45, 91, 153, 0.85) 0%,
    rgba(45, 141, 210, 0.81) 36%,
    rgba(45, 141, 210, 0.8) 51%,
    rgba(45, 141, 210, 0.81) 65%,
    rgba(45, 73, 134, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5b99', endColorstr='#2d4986', GradientType=1 );
}
.content-section > .container {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.21);
  background-color: #fff;
}
.callout-map-wrapper {
  background-image: url("../img/callout-map-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 100px 40px 40px;
}
.image-content img {
  width: 100%;
  height: auto;
}
.callout-map-abs-link {
  position: absolute;
  bottom: 29px;
  right: -38px;
  transition: all 0.5s ease;
}
.callouts-core-wrapper {
  padding: 40px 70px 20px 70px;
  background-color: #fff;
}
.callouts-core-wrapper .text-content {
}
.callouts-core-wrapper .text-content p {
  margin-bottom: 30px;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1.05em;
}
.heading-bordered {
  margin: 0;
  margin-bottom: 30px;
  border: 3px solid #e1e1e1;
  padding: 5px 10px;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ed1c24;
  font-size: 2em;
  text-align: center;
}
/*Map/Location Section*/
.map-section {
  background-image: url("../img/location-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 520px;
  image-rendering: optimizeQuality;
}
.map-section.home-map-section {
  background-image: url("../img/map_static_home_sm.jpg");
}
@media (min-width: 768px) {
  .map-section.home-map-section {
    background-image: url("../img/map_static_home_md.jpg");
  }
}
@media (min-width: 1200px) {
  .map-section.home-map-section {
    background-image: url("../img/map_static_home_lg.jpg");
  }
}
.map-section .address {
  margin-top: 15em;
  background-color: #fff;
  padding: 25px;
}
.map-section .address .heading-bordered {
  margin-bottom: 20px;
}
.map-section .address span {
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 1.2em;
}
.map-section .address .phone {
  color: #ea2c2d;
  display: inline-block;
}
.callout-address-wrapper {
  width: auto;
  padding-right: 127px;
}
.callout-address-wrapper .callout-address {
  display: block;
  color: #f5f5f5;
  padding: 22px 25px 22px 15px;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;

  background: rgba(28, 127, 198, 0.88);
  background: -moz-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(28, 127, 198, 0.88)),
    color-stop(16%, rgba(27, 156, 212, 0.89)),
    color-stop(28%, rgba(28, 142, 206, 0.9)),
    color-stop(29%, rgba(28, 141, 206, 0.9)),
    color-stop(43%, rgba(28, 126, 194, 0.88)),
    color-stop(45%, rgba(28, 124, 192, 0.88)),
    color-stop(58%, rgba(28, 147, 206, 0.9)),
    color-stop(61%, rgba(28, 152, 209, 0.91)),
    color-stop(72%, rgba(28, 139, 201, 0.93)),
    color-stop(85%, rgba(28, 124, 192, 0.9)),
    color-stop(90%, rgba(28, 134, 199, 0.89)),
    color-stop(100%, rgba(28, 155, 213, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7fc6', endColorstr='#1c9bd5', GradientType=1 );
}
.callout-address-wrapper .callout-address > span {
  border-left: 3px solid #ea2c2d;
  padding-left: 7px;
}
.callout-findus {
  width: 127px;
  height: 159px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  bottom: 50%;
  margin-bottom: -66.5px;
}
.callout-findus img {
  width: 153px;
  height: 165px;
  margin-left: -22px;
  margin-top: -4px;
  max-width: none;
}
/*Google map overlay*/
#wrapper {
  position: relative;
}
#iowamap {
  width: 100%;
  height: 521px;
}
#over_map .over_map_overlay {
  position: absolute;
  bottom: 100px;
  margin-left: auto;
  z-index: 99;
}
#over_map .callout-address-wrapper {
  width: auto;
  padding-right: 127px;
  right: -700px;
  margin-top: -100px;
  transition: right 0.5s ease;
}
#over_map .address {
  margin-top: 0;
  background-color: #fff;
  padding: 25px;
  max-width: 350px;
}
.map-section.sidebar-map-static #iowamap.relative {
  z-index: 1;
}
.map-section.sidebar-map-static #over_map {
  z-index: 2;
}
.map-section.sidebar-map-static #over_map .over_map_overlay {
  z-index: 5;
}

@media (max-width: 1199px) {
  #over_map .callout-address-wrapper {
    right: -490px;
  }
}

@media (max-width: 991px) {
  #over_map .address {
    margin-top: 0;
    max-width: 270px;
  }
  #over_map .callout-address-wrapper {
    right: -270px;
  }
}

@media (max-width: 767px) {
  .map-section {
    min-height: 800px;
  }
  .map-section.sidebar-map-static {
    min-height: 500px;
  }
  #iowamap {
    height: 800px;
  }
  .map-section.sidebar-map-static #iowamap {
    height: 500px;
  }
  #over_map .over_map_overlay {
    bottom: 0;
    left: 45px;
    right: 45px;
  }
  .map-section.sidebar-map-static #over_map .over_map_overlay {
    left: 10px;
    right: 10px;
  }
  #over_map .address {
    max-width: 100%;
    margin-top: 0;
  }
  #over_map .callout-address-wrapper {
    right: 0;
    margin-top: 60px;
  }
}

/*Content Section*/
.full-width-wrapper {
  padding: 0;
}
.full-width-wrapper .inside {
  margin: 0 auto;
}
.videobox {
  position: relative;
}
.videobox img {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;

  padding-bottom: 50%;
  padding-top: 0;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials-heading-wrapper {
}
.testimonials-heading-wrapper .heading-primary {
  padding-left: 0;
  margin-top: 1.5em;
}
.heading-primary {
  padding: 5px 10px;
  word-break: break-word;
  text-transform: uppercase;
  color: #ed1c24;
  font-size: 3.75em;
  font-family: "alternate-gothic-no-1-d";
}
.btn-go.btn-testimonial {
  height: 34px;
  padding: 0 8px;
}

/*Testimonials Slider*/
.testimonials-slider {
  overflow: hidden;
}
.testimonials-slider .sy-slides-wrap {
  height: 240px;
}
.testimonials-slider .sy-controls {
  display: block;
}
.testimonials-slider .sy-controls li {
  width: 40px;
  min-width: 37px;
}
.testimonials-slider .sy-controls li a:after {
  background-image: url("../img/testimonial-slider-controls.png");

  background-color: transparent;
  width: 37px;
  height: 130px;
  left: 50%;
  top: 0;
  margin-top: 5px;
  margin-left: -18.5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

section#testimonials-slider {
  /*max-width: 50%;*/
  max-width: 33.33333%;
}
.testimonials-slider-sidebar .testimonials-slider .sy-slides-wrap {
  height: 100%;
  padding-bottom: 20px;
}
.testimonials-slider-sidebar section#testimonials-slider {
  max-width: 100%;
}
#testimonials-slider .testimonial-link {
  text-decoration: none;
  color: #252525;
}
#testimonials-slider .testimonial-wrapper {
  padding: 50px;
  padding-top: 5px;
  padding-bottom: 0;
}
#testimonials-slider .testimonial-bubble {
  color: #252525;
  position: relative;
  margin-bottom: 0.4em;
  background-color: #ffffff;
  border: 3px solid #252525;
  padding: 1% 2%;
  display: table;
  height: 130px;
  min-height: 130px;
  max-height: 175px;
}
#testimonials-slider .testimonial-name {
  font-size: 1em;
  font-weight: bold;
  margin-left: 60px;
  text-align: right;
  /* text-overflow: ellipsis; */
  white-space: normal;
  width: auto;
  overflow: hidden;
  text-transform: uppercase;
}
#testimonials-slider .testimonial-bubble:before {
  content: " ";
  position: absolute;
  margin: 0 0 0 10px;
  left: 0;
  bottom: -40px;
  border-left: 40px solid transparent;
  border-top: 40px solid #252525;
}
#testimonials-slider .testimonial-bubble:after {
  content: " ";
  position: absolute;
  margin: 0 0 0 8px;
  left: 0;
  bottom: -33px;
  border-left: 39px solid transparent;
  border-top: 39px solid #ffffff;
}
#testimonials-slider .testimonial-bubble .testimonial-content {
  padding: 0.5em;
  z-index: 3;
  vertical-align: middle;
  display: table-cell;
}
#testimonials-slider .testimonial-bubble .testimonial-content p {
  /*max-height: 175px;*/
  font-family: "lexia";
  max-height: 152px;
  overflow: hidden;
  color: #252525;
  font-weight: 300;
  font-size: 0.95em;
  line-height: 1.5em;
}

/*Jumboree Section*/
.callout-jumboree {
  background: rgba(28, 127, 198, 0.88);
  background: -moz-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(28, 127, 198, 0.88)),
    color-stop(16%, rgba(27, 156, 212, 0.89)),
    color-stop(28%, rgba(28, 142, 206, 0.9)),
    color-stop(29%, rgba(28, 141, 206, 0.9)),
    color-stop(43%, rgba(28, 126, 194, 0.88)),
    color-stop(45%, rgba(28, 124, 192, 0.88)),
    color-stop(58%, rgba(28, 147, 206, 0.9)),
    color-stop(61%, rgba(28, 152, 209, 0.91)),
    color-stop(72%, rgba(28, 139, 201, 0.93)),
    color-stop(85%, rgba(28, 124, 192, 0.9)),
    color-stop(90%, rgba(28, 134, 199, 0.89)),
    color-stop(100%, rgba(28, 155, 213, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7fc6', endColorstr='#1c9bd5', GradientType=1 );
}
.heading-bordered.heading-white {
  margin: 0;
  border: 3px solid #f5f5f5;
  color: #f5f5f5;
  font-size: 2.3em;
}
.jamboree-img-wrapper {
  padding: 0;
}
.jamboree-img-wrapper a {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.jamboree-img-wrapper a .jumboree-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/jamboree-overlay.png);
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.jamboree-img-wrapper a:hover .jumboree-overlay,
.jamboree-img-wrapper a:focus .jumboree-overlay {
  transition: all 0.6s ease;
  opacity: 1;
  visibility: visible;
}
a .jumboree-caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 1em;
  padding: 1em 0.5em;
  text-align: center;
  overflow: hidden;
  line-height: 1.3em;
  color: #fff;
  border: 3px solid #fff;
  bottom: 0;
  background-image: none;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  opacity: 0;
  font-size: 10px;
  transition: all 0.6s ease;
}
a:hover .jumboree-caption-wrapper,
a:focus .jumboree-caption-wrapper {
  opacity: 1;
  transition: all 0.6s ease;
}
.jumboree-caption-wrapper .jumboree-caption-heading {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5em;
}
/*Lightbox Modal*/
#lightboxTemplate .modal-dialog {
  margin: auto;
  margin-top: 170px;
  margin-bottom: 170px;
  width: 100%;
}
#lightboxTemplate .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#lightboxTemplate .modal-header {
  padding: 0;
  border-bottom: none;
}
#lightboxTemplate .modal-body {
  padding: 0;
  border: 1px solid #e1e1e1;
}
#lightboxTemplate .modal-footer {
  padding: 0;
  padding-top: 5px;
  text-align: left;
  border: none;
}
#lightboxTemplate .modal-title {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.21);
}
#lightboxTemplate .modal-content-description {
  color: #e1e1e1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.21);
}
#lightboxTemplate .modal-header .close {
  margin-top: -9px;
  font-size: 25px;
  font-weight: normal;
  text-shadow: none;
  color: rgb(255, 255, 255);
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin-right: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
#lightboxTemplate .modal-header .close:focus,
#lightboxTemplate .modal-header .close:hover {
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/*Footer*/
.footer-section {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
}
/*footer nav*/
.footer-navbar {
  margin: 20px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}
.footer-nav {
  text-align: center;
  margin: 0;
  border-left: none;
  border-right: none;
  padding: 0;
  width: 100%;
  display: table-row;
  /*height: 48px;*/
}
.footer-nav:after {
  /*    content: '';
    display: inline-block;
    width: 100%;
    height: 0;*/
}
.footer-nav > li {
  display: table-cell;
  list-style: none;
  text-align: left;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0 10px;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
}
.footer-nav > li:first-child {
  /*text-align: left;*/
}
.footer-nav > li:last-child {
  /*text-align: right;*/
}
.footer-nav > li + li:before {
  content: "";
  height: 20px;
  border-left: 2px solid 333;
  position: absolute;
  left: -2px;
  top: 0;
  margin-top: 7px;
}
.footer-nav > li > a {
  /* font-size: 14px; */
  font-size: 1.275em;
  /*    padding: 0 0.35em;
    padding: 0 1.65em 0em 0;*/
  font-weight: bold;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  color: #252525;
  /*white-space: nowrap;*/
  text-decoration: none;
  transition: all 0.4s ease;
  vertical-align: middle;
  min-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.footer-nav > li:first-child > a {
  padding-left: 0;
}
.footer-nav > li:last-child > a {
  padding-right: 0;
}
.footer-nav > li > ul,
.footer-nav > li > .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: none;
  word-break: break-word;
  padding: 10px 7px 0 0;
  font-size: 1em;
  padding: 10px 0.35em 0;
  padding-left: 0;
}
.footer-nav > li:first-child > ul,
.footer-nav > li:first-child > .sub-menu {
  padding-left: 0;
}
.footer-nav > li:last-child > ul,
.footer-nav > li:last-child > .sub-menu {
  padding-right: 0;
}
.footer-nav > li > ul li,
.footer-nav > li > .sub-menu li {
  padding: 5px 0;
}
.footer-nav > li > ul li a:hover,
.footer-nav > li > .sub-menu li a:hover,
.footer-nav > li > ul li a:focus,
.footer-nav > li > .sub-menu li a:focus {
  text-decoration: none;
}
/*Foooter bottom*/
.footer-bottom-section {
  background-color: #243b97;
}
.footer-bottom-inner {
  background: rgba(27, 80, 165, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 80, 165, 0.77) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(27, 80, 165, 0.77))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 80, 165, 0.77) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 80, 165, 0.77) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 80, 165, 0.77) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 80, 165, 0.77) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1b50a5', GradientType=0 );
}
.footer-bottom-inner .social-links {
  font-size: 1.5em;
}
.secondary-footer-nav {
  margin-top: 20px;
  text-align: left;
  list-style: none;
  padding: 10px;
  font-size: 0.86em;
}
.secondary-footer-nav li {
  display: inline-block;
  padding: 0 5px;
}
.secondary-footer-nav li + li {
  border-left: 1px solid #ccc;
}
.secondary-footer-nav li a {
  color: #fdfdfd;
  text-decoration: none;
}
.footer-logo-link {
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 9;
}
.footer-logo-link .main-logo {
  margin-left: -50%;
  width: 100px;
}

/*Sidebar*/
.latest-news-widget .heading-primary,
.heading-primary.quick-links-title {
  font-size: 1.5em;
  color: #fff;
  padding: 15px;

  background: rgba(28, 127, 198, 0.88);
  background: -moz-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(28, 127, 198, 0.88)),
    color-stop(16%, rgba(27, 156, 212, 0.89)),
    color-stop(28%, rgba(28, 142, 206, 0.9)),
    color-stop(29%, rgba(28, 141, 206, 0.9)),
    color-stop(43%, rgba(28, 126, 194, 0.88)),
    color-stop(45%, rgba(28, 124, 192, 0.88)),
    color-stop(58%, rgba(28, 147, 206, 0.9)),
    color-stop(61%, rgba(28, 152, 209, 0.91)),
    color-stop(72%, rgba(28, 139, 201, 0.93)),
    color-stop(85%, rgba(28, 124, 192, 0.9)),
    color-stop(90%, rgba(28, 134, 199, 0.89)),
    color-stop(100%, rgba(28, 155, 213, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(28, 127, 198, 0.88) 0%,
    rgba(27, 156, 212, 0.89) 16%,
    rgba(28, 142, 206, 0.9) 28%,
    rgba(28, 141, 206, 0.9) 29%,
    rgba(28, 126, 194, 0.88) 43%,
    rgba(28, 124, 192, 0.88) 45%,
    rgba(28, 147, 206, 0.9) 58%,
    rgba(28, 152, 209, 0.91) 61%,
    rgba(28, 139, 201, 0.93) 72%,
    rgba(28, 124, 192, 0.9) 85%,
    rgba(28, 134, 199, 0.89) 90%,
    rgba(28, 155, 213, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7fc6', endColorstr='#1c9bd5', GradientType=1 );
}
.sidebar-module.quick-links-widget {
  padding: 0;
}
.quick-links-widget .quick-links {
  padding: 0 10px;
  font-weight: bold;
  line-height: 2em;
  text-transform: uppercase;
}
.heading-primary.quick-links-title {
  margin-top: 0;
}
.sy-pager li a {
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
}
.latest-news-slider-wrapper {
  padding: 10px 0;
}
.latest-news-slider-wrapper .sy-pager {
  text-align: left;
  position: absolute;
  left: 10px;
  margin: 0px 0px 10px;
  bottom: 27px;
  margin-bottom: 10px;
}
.latest-news-slider-wrapper .read-more-link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.latest-news-slider-wrapper .read-more-link > .btn-go.btn-go-red {
  padding: 5px 25px;
  line-height: 15px;
}
.latest-news-slider-wrapper .sy-slides-wrap {
}
.latest-news-slider-wrapper .sy-slide {
  padding: 0;
}
.latest-news-slider-wrapper .news-content {
  overflow: hidden;
  position: relative;
}
.latest-news-slider-wrapper .news-wrapper {
  padding: 0 10px;
  margin-bottom: 60px;
}
.latest-news-slider-wrapper .news-excerpt {
}

.latest-news-slider-wrapper .news-excerpt p {
  line-height: 1.5;
}
.news-title {
  color: #0072bc;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.news-head a {
  color: inherit;
  text-decoration: none;
}
.news-head a:hover,
.news-head a:focus {
  opacity: 0.86;
  text-decoration: none;
}
.news-date {
  font-weight: bold;
  margin: 3px 0px 6px;
  font-size: 1em;
}
.latest-news-widget {
  padding: 0;
}
.testimonial-widget {
  padding: 0 5px;
}
.testimonial-widget .heading-primary {
  font-size: 1.5em;
  padding-left: 10px;
}
.newsletter-widget .heading-primary {
  font-size: 1.5em;
  padding-left: 0;
  color: #243b97;
  letter-spacing: 2px;
}
#over_map.over_map_sidebar .over_map_overlay {
  position: absolute;
  z-index: 99;
  bottom: 40px;
  left: 45px;
  right: 45px;
}
.map-section.sidebar-map-static #over_map.over_map_sidebar .over_map_overlay {
  left: 20px;
  right: 20px;
}
.slider-img-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*Styles for standard dropdown (not megamenu)*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  /*Display Arrow*/
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*Inner Pages*/
.interactive_tour_div_heading {
  padding: 4em 0px 0.5em 0px;
}
.interactive_tour_gallery_p {
  margin: 2em 0;
}
.interactive_tour_p_heading {
  padding: 0.5em 0 3em 0;
}
.stylized_p,
.interactive_tour_p {
  font-size: 1.186em;
  line-height: 30px;
}

.interactive_map_heading {
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #243b97;
}
.interactive_main_map_div {
  position: relative;
}
.interactive_map_div {
  position: absolute;
  background-color: #dd0102;
  height: 25px;
  bottom: 0px;
}
.interactive_map_text a {
  color: #fff;
  font-weight: bold;
  padding: 5px 0px 4px 10px;
  text-decoration: none;
  line-height: 25px;
  text-transform: uppercase;
}
.interactive_map_text a span {
  border-left: 1px solid #ccc;
  height: 100%;
  display: inline-block;
  padding: 0 8px;
  margin-left: 5px;
}
.gallery-slide .jamboree-gallery {
  margin: 0 60px;
}
.gallery-slider .sy-controls {
  display: block;
}
.gallery-slider .sy-controls li {
  width: 60px;
  min-width: 45px;
}
.gallery-slider .sy-controls li a:after {
  width: 37px;
  height: 130px;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -18.5px;
  background-image: url("../img/testimonial-slider-controls.png");
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.jamboree-gallery-img {
  /*    min-height: 100%;
    min-width: 100%;*/
}
.row.jamboree-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.jamboree-gallery .jamboree-img-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.customer-story {
  border: 2px solid #333;
  border-radius: 0;
  padding: 20px;
  position: relative;
}
.customer-story p {
  margin: 0;
}
.customer-story:before {
  content: "";
  position: absolute;
  margin: 0px 0 -20px -2px;
  left: 5px;
  bottom: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #252525;
}
.customer-story:after {
  content: "";
  position: absolute;
  margin: 0px 0 -15px 0px;
  left: 5px;
  bottom: 0;
  border-left: 16px solid transparent;
  border-top: 17px solid #ffffff;
}
.testimonial-customer-name {
  padding-left: 30px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  font-size: 1.25em;
  color: #333;
  color: #ea2c2d;
}
.base_faq .panel-group .panel {
  margin-bottom: -5px;
  border: none;
}
.base_faq .panel-default > .panel-heading {
  color: #fff;
  background-color: #3a6098 !important;
  border-top: 2px dashed #333332;
}
.base_faq .panel-default:first-child > .panel-heading {
  border-top: none;
}

.faq-question-no {
  font-size: 25px;
  background-color: #333332;
  margin-top: -2px;
  padding: 10px;
  min-width: 65px;
  min-height: 50px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.faq-question-no a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.base_faq .panel-default:first-child > .panel-heading .faq-question-no {
  margin-top: 0px;
}
.faq-question-desc {
  font-size: 20px;
  padding-left: 65px;
}
.faq-question-desc a {
  text-decoration: none;
  color: #ffffff;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.base_faq .panel-body {
  border: none !important;
  padding-right: 40px;
  padding-left: 65px;
  min-height: 85px;
}
.close-accordion {
  position: absolute;
  right: 5px;
  color: inherit;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
}
.faq-answer-symbol {
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #333332;
  display: block;
  font-size: 80px;
  min-height: 80px;
  min-width: 50px;
  overflow: hidden;
  text-align: center;
}

.site_mode_link {
  color: #fdfdfd;
  text-decoration: none;
  display: inline-block;
  padding: 0px 5px;
}
.site_mode_link:hover,
.site_mode_link:focus {
  color: #fdfdfd;
  text-decoration: none;
  opacity: 0.85;
}
/* ----- Image grids ----- */
ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: -1.5%; /* should match li left margin */
  padding: 0 15px;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.rig > li {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px 1.5%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border: 1px solid rgba(208, 208, 208, 0.62);
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px rgba(197, 197, 197, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: transform 0.2s ease-out;
}

ul.rig > li > div {
  padding: 10px;
}
ul.rig > li > div.grid-post-header {
  /*        padding: 20px;
        height: 120px;*/
  padding: 90% 0 0 0;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #0072bc;
}
ul.rig > li img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
ul.rig > li h3 {
  margin: 0 0 5px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}
ul.rig > li p {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #666;
  margin: 0;
}
/* class for 2 columns */
ul.rig.columns-2 > li {
  width: 48.5%; /* this value + 1.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 > li {
  width: 31.83%; /* this value + 1.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 > li {
  width: 23.5%; /* this value + 1.5 should = 25% */
}

.countdown-clock {
  /*max-width:400px;*/
  margin: 15px auto;
  text-align: center;
}
.countdown-clock .row > div {
  color: #252525;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  border-left: 1px solid #dadada;
  padding: 42px 12px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.2);
  text-transform: uppercase;
}
.countdown-clock span {
  color: #333;
  display: block;
  /*font-family: 'Open Sans';*/
  font-size: 50px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
}
.post-featured-image {
  margin-left: -15px;
  margin-right: -15px;
}
.btn.btn-go.btn-go-blue {
  background-color: #3790cb;
  text-overflow: ellipsis;
  overflow: hidden;
}
/***Travel Blog***/
.pointer {
  cursor: pointer;
}
.sectionHeading {
  padding: 15px 0 15px 0;
}
h2.sectionHeader {
  font-family: "alternate-gothic-no-1-d", Verdana, sans-serif;
  font-size: 30px;
  font-size: 2.75em;
  font-weight: normal;
  line-height: 1.3em;
  color: #333;
  text-align: center;
  margin: 0;
}
h3.sectionSubHeader {
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: -0.015em;
  color: #333;
  text-align: center;
  margin-top: 3px;
}
a.tileHref {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tile1,
.tile2,
.tile3,
.tile4 {
  display: inline-block;
  border-radius: 0;
  margin: 10px 0 8px 0;
  position: relative;
  background-repeat: no-repeat;
  background-color: rgb(58, 96, 152);
  background-size: cover;
  border: 1px solid #eee;
  background-position: center center;
}
.tile1 {
  width: 348px;
  width: 100%;
  height: 424px;
}
.tile1.bottom .tileContentContainer {
  /*border: 1px solid #fff;*/
  bottom: 0;
  border-radius: 0;
}

.tile1.bottom .tileContentContainer {
  padding-top: 30px;
}
.tile1.bottom .tileContentContainer {
  padding-top: 30px;
}
.tile1 .tileContentContainer h2.tileHeader {
  font-family: "proxima-nova", "alternate-gothic-no-1-d", Verdana, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: -0.015em;
  margin: 0;
  color: #333;
}
.tileContentContainer {
  position: absolute;
  width: 100%;
  padding: 20px;
}
.tile2 {
  width: 348px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.tile2.left {
  background-position: right;
}
.tile2 .tileContentContainer {
  background-color: #fff;
}
.tile2.left .tileContentContainer {
  left: 0;
  width: 51%;
  height: 200px;
  border-radius: 0;
  padding: 20px 9px 14px 20px;
}
.tile2 .tileContentContainer .frontView {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tile2 .tileContentContainer .frontView .verticalAlign {
  display: table-cell;
  vertical-align: middle;
  height: 202px;
  padding: 20px;
}
.tile2 .tileContentContainer .frontView .verticalAlign.hasLogo {
  position: relative;
  top: -25px;
}
.tile2 .tileContentContainer .sponsorLogo {
  margin: 10px 0;
}
.tile2 .tileContentContainer .tileTitle {
  font-family: "proxima-nova", "alternate-gothic-no-1-d", Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #333;
  display: inline;
}
.tile2 .tileContentContainer h2.tileHeader {
  font-family: "proxima-nova", "alternate-gothic-no-1-d", Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #333;
  display: inline;
}
.tile3 {
  background-position: center top;
  /*background-color: #fff;*/
  width: 164px;
  width: 100%;
  height: 203px;
}
.opaqueBg {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}
.tile3 .tileContentContainer {
  bottom: 0;
  /*border: 1px solid #fff;*/
  padding: 8px 14px;
  border-radius: 0;
  max-height: 100px;
  font-family: "proxima-nova", "alternate-gothic-no-1-d", Verdana, sans-serif;
  font-size: 16px;
}
.tile3 .tileContentContainer h2.tileHeader {
  font-family: "proxima-nova", "alternate-gothic-no-1-d", Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #333;
  display: inline;
}

.brickWrapper a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}
.brickWrapper a:hover,
.brickWrapper a:focus,
.tile1:hover .tileContentContainer .tileHeader,
.tile2:hover .tileContentContainer .tileHeader,
.tile3:hover .tileContentContainer .tileHeader {
  color: #007dc6;
  text-decoration: none;
}
.tile1 .tileContentContainer .tileHeader,
.tile2 .tileContentContainer h2.tileHeader,
.tile3 .tileContentContainer .tileHeader {
  transition: all 0.35s ease-in-out;
  text-transform: none;
}
.travel_blog_links {
  font-size: 0.1px;
  font-size: 0px;
}
.travel_blog_links > a {
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 14px;
  color: #007dc6;
}

.travel_blog_links > a:hover,
.travel_blog_links > a:focus {
  border: 1px solid #007dc6;
  color: #333;
}

/*Image Gallery custom post type*/
.row.flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-id-571 .row.flex-wrap {
  -webkit-justify-content: center;
  justify-content: center;
}
div.image-gallery-post {
  padding-top: 15px;
}
.image-gallery-post .image-gallery-featured-image {
  text-align: center;
}
.image-gallery-post .blog-post-title a {
  color: #162126;
}
.image-gallery-post .image-gallery-featured-image > a > img {
  margin: 0;
}
.image-gallery-post .image-gallery-featured-image > a,
.image-gallery-post span.blog-post-title {
  display: block;
}
.image-gallery-post span.blog-post-title {
  font-size: 1em;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  margin: 0;
  padding: 5px 0;
  line-height: 1em;
}
.image-gallery-content {
  padding: 0 15px;
  margin: 10px 0 25px 0;
  font-size: 1.125em;
  line-height: 1.75em;
  font-family: "proxima-nova", sans-serif;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
  text-decoration: none;
}

/*Media Queries*/

@media (min-width: 768px) {
  ul.rig > li:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }
  .negative-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .site-sidebar .site-sidebar-inner {
    -webkit-box-shadow: -5px -2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px -2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5px -2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .col-sm-offset-pad-1 {
    padding-left: 8.33333333%;
  }
  .col-sm-offset-pad-right-1 {
    padding-right: 8.33333333%;
  }
  .main-menu-wrapper {
    padding-left: 115px;
  }
  .testimonials-heading-wrapper {
    padding-left: 0;
  }
  .footer-social-links-wrapper {
    text-align: right;
  }
  .footer-nav > li + li:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .welcome-slider-sidebar.welcome-slider .external-caption-wrapper {
    position: static;
  }
  .travel_blog .tile1 .tileContentContainer .tileHeader {
    font-size: 18px;
    line-height: 1;
  }
  .travel_blog .tile2 .tileContentContainer h2.tileHeader,
  .travel_blog .tile3 .tileContentContainer .tileHeader {
    font-size: 14px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .welcome-slider .text-content {
    width: 485px;
    height: 175px;
    height: 115px;
  }
  .welcome-slider .sy-pager {
    bottom: 175px;
    bottom: 130px;
  }
  .container.caption-bg-right {
    margin-left: 485px;
  }
  .callout-map-abs-link {
    bottom: 22px;
    right: -41px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .welcome-slider .text-content {
    width: 375px;
    height: 200px;
    height: 95px;
    padding-bottom: 1em;
  }
  .welcome-slider .sy-pager {
    bottom: 200px;
    bottom: 105px;
  }

  .external-slider-caption1 {
    font-size: 1em;
  }
  .welcome-inner-slider.welcome-slider .text-content p {
    font-size: 0.8em;
  }
  .welcome-inner-slider.welcome-slider .text-content {
    height: 46px;
  }
  .welcome-inner-slider.welcome-slider .sy-pager {
    bottom: 20px;
    margin: 0;
    margin-left: 2em;
    margin-bottom: -11px;
  }
  .container.caption-bg-right {
    margin-left: 375px;
  }
  .btn.btn-go.btn-go-red.callout-map-abs-link {
    bottom: 15px;
    right: -38px;
    padding: 6px 5px;
  }
  .footer-nav > li > a {
    font-size: 1em;
    min-height: 33px;
  }
  .testimonials-slider-sidebar
    #testimonials-slider
    .testimonial-bubble
    .testimonial-content {
    font-size: 0.8em;
  }
  .testimonials-slider-sidebar #testimonials-slider .testimonial-name {
    font-size: 0.8em;
    margin-left: 0;
  }
  .testimonials-slider-sidebar #testimonials-slider .testimonial-bubble:before,
  .testimonials-slider-sidebar #testimonials-slider .testimonial-bubble:after {
    display: none;
  }
  #over_map.over_map_sidebar .over_map_overlay {
    bottom: 40px;
    left: 5px;
    right: 45px;
  }
  .map-section.sidebar-map-static #over_map.over_map_sidebar .over_map_overlay {
    left: 5px;
    right: 5px;
  }
  .countdown-clock span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  section#testimonials-slider {
    max-width: 100%;
  }
}
@media (max-width: 783px) {
  .main-logo-link img.main-logo {
    width: 120px;
  }
  .logo-text {
    margin-left: 120px;
  }
  .breadcrumb-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .welcome-slider .text-content {
    width: 50%;
    height: 49px;
    height: 39px;
    padding: 0;
  }
  .main-large-slider .welcome-slider .text-content {
    padding-top: 0;
  }
  .main-large-slider .external-slider-caption {
    display: none;
  }
  .welcome-slider .text-content p {
    display: none;
  }
  .welcome-slider-sidebar.welcome-slider .text-content {
    width: auto;
    height: 50px;
  }
  .welcome-slider .sy-pager {
    bottom: 24px;
    bottom: 15px;
    margin: 0;
    margin-left: 2em;
    margin-bottom: -11px;
  }

  .container.caption-bg-right {
    margin-left: 50%;
  }
  .external-slider-caption {
    font-size: 1.2em;
  }
  .callout-map-abs-link {
    bottom: 5.5%;
    right: -2.9em;
  }
  .callout-address-wrapper {
    width: auto;
    margin: 80px 0;
    padding-right: 127px;
  }
  .map-section .address {
    margin-top: 30em;
  }
  #lightboxTemplate .modal-footer {
    padding: 15px;
  }
  .secondary-footer-nav {
    margin-top: 85px;
    text-align: center;
  }
  .footer-social-links-wrapper {
    text-align: center;
  }
  .footer-nav > li {
    display: block;
    text-align: center !important;
  }
  .footer-nav > li a {
    padding: 0px !important;
    display: inline-block;
  }
  .footer-nav > li.menu-item-has-children > a {
    padding: 15px 15px 0 !important;
  }
  .footer-nav > li > ul,
  .footer-nav > li > .sub-menu {
    font-size: 1.25em;
  }
  .footer-nav > li + li:before {
    height: 0px;
    width: 20px;
    border: 0;
    border-top: 2px solid #ccc;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -10px;
    margin-top: 0;
  }

  .header-top > .header-top-links > div.language-form {
    margin-right: 5px;
  }
  .footer-bottom-inner .inside {
    text-align: center;
  }
}
@media (max-width: 670px) {
  .logo-text {
    float: right !important;
  }
  .header-top {
    margin-left: 120px;
    height: auto;
  }
  .main-logo-link img.main-logo {
    margin-top: -78px;
    width: 130px;
  }
}
@media (max-width: 600px) {
  .footer-navbar {
    display: none;
  }
  .breadcrumb-wrapper {
    padding-left: 15px;
  }
  .welcome-slider .text-content p {
    font-size: 0.8em;
  }
  .external-slider-caption1 {
    font-size: 1em;
  }
  .welcome-inner-slider.welcome-slider .text-content p {
    font-size: 0.8em;
  }
  .welcome-inner-slider.welcome-slider .text-content {
    height: 46px;
  }
  .welcome-inner-slider.welcome-slider .sy-pager {
    bottom: 20px;
    margin: 0;
    margin-left: 1em;
    margin-bottom: -11px;
  }
  .btn.btn-go.btn-go-red.callout-map-abs-link {
    bottom: 5.5%;
    right: -36px;
    padding: 6px 5px;
  }
  ul.grid-nav li {
    display: block;
    margin: 0 0 5px;
  }
  ul.grid-nav li a {
    display: block;
  }
  ul.rig {
    margin-left: 0;
    padding: 0;
  }
  ul.rig > li {
    width: 100% !important; /* over-ride all li styles */
    margin: 0 0 20px;
  }
  .main-large-slider .welcome-slider .text-content {
    display: none;
  }
  .main-large-slider .welcome-slider .sy-pager {
    bottom: -20px;
    margin-bottom: -11px;
  }
  .caption-wrapper-abs {
    position: relative;
    width: 100%;
    background-color: rgba(30, 155, 210, 0.89);
  }
  .main-large-slider .welcome-slider .image-content {
    position: relative;
    /*height: 300px;*/
  }
  .main-large-slider .welcome-slider .image-content img {
    /*        width: auto;
        height: auto;
        max-width: initial;
        max-height: 300px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 0.5s ease;*/
  }
  .main-large-slider .welcome-slider .image-content img.absolute-left {
    left: 0%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .main-large-slider .welcome-slider .image-content img.absolute-right {
    left: auto;
    right: 0;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .main-logo-link img.main-logo {
    /*margin-top: -85px;*/
    left: 15px;
  }
}
@media (max-width: 500px) {
  .main-logo-link img.main-logo {
    margin-top: -93.5px;
  }
  .welcome-slider .text-content {
    width: 100%;
    left: 0;
  }
  .container.caption-bg-left {
    left: -100%;
  }
  .welcome-slider .sy-pager {
    margin-left: -77px;
  }
  .welcome-slider-sidebar.welcome-slider .external-caption-wrapper {
    position: static;
  }
  .logo-text {
    margin-left: 145px;
    height: auto;
    margin-top: 8px;
  }
  .header-top {
    height: auto;
    margin-left: 145px;
  }
  .fixed-alert > .alert {
    left: 5%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
  }
  .countdown-clock span {
    font-size: 38px;
  }
  .callout-address-wrapper .callout-address {
    padding: 22px 15px 22px 0;
    font-size: 0.8em;
  }
}
@media (max-width: 330px) {
  .logo-text-main {
    font-size: 1.55em;
    white-space: nowrap;
  }
  .social-links {
    font-size: 1.55em;
  }
}
/*-------------style-----------------*/
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  height: auto;
  width: auto;
}
.style_main_div_result {
  background-color: rgba(90, 148, 199, 0.82);
  padding: 12px 0px 13px 24px;
  color: #fff;
}
.btn_style .btn-primary {
  color: #fdfdfd;
  background-color: #3a6098 !important;
  border-color: #3b6aa3;
  font-family: "Anton", "Roboto", sans-serif;
  text-transform: uppercase;
}

.absolute {
  position: absolute;
}
.btn-position-down {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: auto;
  left: auto;
  height: 30px !important;
  line-height: 30px !important;
  display: inline-block;
  padding: 0 30px !important;
}
.easyTabcontainer {
  width: 100%;
  margin: 0 auto;
}
.callouts-tabs {
  padding-top: 5em;
  padding-bottom: 2em;
  background-color: #fff;
}
/*--------secondry.css-------*/
.center_align {
  text-align: center;
}

.eat-page-slider {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #25376d;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
}
/*css for responsive tabs*/
#scheduleTabs table thead {
  background-color: #0072bc;
  color: #fff;
}
#scheduleTabs .table,
#scheduleTabs .table > thead > tr > th {
  border: none;
}
#scheduleTabs .table-bordered > tbody > tr > td {
  border-left: none;
  border-right: none;
}
/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
}
.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #0072bc;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #0072bc;
  margin-bottom: -1px;
  border: 1px solid #0072bc;
  border-bottom: 0;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;

  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #0072bc;
  text-shadow: none;
  background-color: white;
  border-radius: 0;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;

  border-bottom: 4px solid white;

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #0474bd;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  border-radius: 0;
  transition: all 0.2s;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

/*easytab*/
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 40px 25px;
}
.resp-tab-content h1,
.resp-tab-content h2,
.resp-tab-content h3,
.resp-tab-content h4 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.resp-tab-content p {
  font-size: 1.1em;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5ab1d0;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 45%;
}

.resp-vtabs .resp-tabs-list li {
  position: relative;
  display: block;
  padding: 7px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
  border-top: 2px solid #8e99a8 !important;
  border-bottom: 2px solid #8e99a8 !important;
  border-right: #fff;
  border-left: #fff;
  background-color: rgb(255, 255, 255) !important;
}
.resp-vtabs .resp-tabs-list li:hover {
  opacity: 1;
}
.resp-vtabs .resp-tabs-list li.resp-tab-active:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  right: -12px;
  top: 0px;
  background-color: transparent;
  width: 0px;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #fff;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #ebebeb;
  position: relative;
  float: left;
  width: 55%;
  min-height: 285px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #8e99a8;
}

/*-----------Accordion styles-----------*/
/*h2.resp-tab-active {
    background: #DBDBDB; !important;
}*/

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    position: relative;
    display: block;
    padding: 7px 15px !important;
    margin: 0 0 5px;
    cursor: pointer;
    float: none;
    border-top: 2px solid #8e99a8 !important;
    border-bottom: 2px solid #8e99a8 !important;
    border-right: 0;
    border-left: 0;
    background-color: rgb(255, 255, 255) !important;
    font-weight: bold;
    font-size: 1.3em;
  }

  .resp-vtabs .resp-tab-content {
    border: 0;
    position: relative;
    background-color: #ebebeb;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
    background-color: #ffffff;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 0;
  }
}

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/*css add for pages responsiveness */
.listitems ul li {
  list-style-image: url("../img/listitem_arrow.gif");
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 5px;
}

.wp-caption {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px 0px 5px;
  text-align: center;
}
.alignright {
  float: right;
  margin: 0px 0px 10px 10px;
  clear: both;
}
.postarea img {
  max-width: 100% !important;
  height: auto;
}
/* img {
    vertical-align: middle;
     border: 0px none;
}
p {
    margin: 0px 0px 10px;
}*/

.back-to-top {
  background: #201d20 none repeat scroll 0% 0%;
  margin: 0px;
  border: 1px solid rgba(35, 31, 32, 0.1);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: none;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  opacity: 0.86;
}

.page-feat {
  width: 100%;
  height: auto;
  margin: 10px 0px 0px 0px;
}
.loc_place {
  display: block;
  width: 48%;
  float: left;
  min-height: 200px;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  .footer-logo-link {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 9;
  }

  .secondary-footer-nav {
    margin-top: 95px;
    text-align: center;
  }
}

.required {
  color: #e80c10;
}
/*-------------------custom------------------------------*/
ul.testimonials-slider_stop {
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul#latest-news-slider {
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul#testimonials-slider {
  /* max-width: 50%; */
  max-width: 33.33333%;
}
@media (max-width: 991px) {
  ul#testimonials-slider {
    max-width: 100%;
  }
}
.testimonials-slider-sidebar ul#testimonials-slider {
  max-width: 100%;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
