/**
* ctms_custom.css
* Date: 12/6/13
**/
.noTextShadow {
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
}
.noAnimate {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.content {
  margin: 0 10%;
}
/* ====== colors and usable styles ====== */
.gradientBody {
  background: #061940;
  /* Old browsers */
  background: -moz-linear-gradient(top, #061940 0%, #005479 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061940), color-stop(100%, #005479));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #061940 0%, #005479 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #061940 0%, #005479 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #061940 0%, #005479 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #061940 0%, #005479 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061940', endColorstr='#005479', GradientType=0);
  /* IE6-9 */
}
.gradientGray {
  background: #bcbcbc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bcbcbc 0%, #f2f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbcbc), color-stop(100%, #f2f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bcbcbc 0%, #f2f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bcbcbc 0%, #f2f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bcbcbc 0%, #f2f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bcbcbc 0%, #f2f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#f2f5f5', GradientType=0);
  /* IE6-9 */
}
.gradientBg {
  background: #d4d6db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d4d6db 0%, #ffffff 32%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4d6db), color-stop(32%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d4d6db 0%, #ffffff 32%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d4d6db 0%, #ffffff 32%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d4d6db 0%, #ffffff 32%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d4d6db 0%, #ffffff 32%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d6db', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
body {
  background: #061940;
  /* Old browsers */
  background: -moz-linear-gradient(top, #061940 0%, #005479 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061940), color-stop(100%, #005479));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #061940 0%, #005479 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #061940 0%, #005479 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #061940 0%, #005479 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #061940 0%, #005479 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061940', endColorstr='#005479', GradientType=0);
  /* IE6-9 */
  font-size: 1em;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.show-info {
  position: relative;
  text-align: right;
  float: right;
  margin-bottom: 8px;
}
.show-info .info {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #061940;
  /* Old browsers */
  background: -moz-linear-gradient(top, #061940 0%, #005479 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061940), color-stop(100%, #005479));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #061940 0%, #005479 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #061940 0%, #005479 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #061940 0%, #005479 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #061940 0%, #005479 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061940', endColorstr='#005479', GradientType=0);
  /* IE6-9 */
  padding: 0.5em;
}
.show-info .info p {
  padding: 0;
  color: #fff;
}
.show-info .info #circular-countdown {
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 auto 10px auto;
}
.show-info .info #circular-countdown .coconut-name {
  color: #fff;
}
.show-info h3 {
  text-align: right;
  margin-bottom: 0.2em;
  color: #005479;
}
.w-nav-item.active w-nav-anchor.level_1 {
  color: #f8bf06;
}
.social-addthis {
  position: relative;
  top: -13px;
  display: inline-block;
  line-height: 1;
  margin-right: 3em;
}
.w-socials-list {
  display: inline-block;
}
a.ctms-logo {
  text-align: left;
  float: right;
  display: inline-block;
  text-indent: -9999em;
  background: url("../img/ctms_logo.png") 0 0 no-repeat;
  width: 150px;
  height: 48px;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.3s ease-in;
}
a.ctms-logo:hover {
  text-decoration: none !important;
  background-position: 0 -51px;
  border: none !important;
}
.w-copyright {
  line-height: 50px;
}
.slogan {
  float: left;
  position: relative;
  left: 30px;
  top: 5px;
  font-weight: bold;
  color: #005479;
}
.slogan li {
  font-size: 0.9em !important;
}
.g-alert {
  position: relative;
  padding: 0.5em;
}
.g-alert a.close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: rgba(0, 0, 0, 0.6);
}
/**
* gallery.less
* Date: 6/27/14
**/
.portfolio .item {
  width: 33.3333%;
  padding: 0 1% 2% 1%;
  min-height: 300px;
}
.portfolio .portfolio-wrapper {
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.portfolio .portfolio-wrapper a {
  /**
	* allowing anything to animate
	**/
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  background-color: rgba(0, 158, 187, 0);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 4em;
  text-align: center;
  line-height: 100%;
}
.portfolio .portfolio-wrapper a i {
  /**
	* allowing anything to animate
	**/
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.portfolio .portfolio-wrapper a:hover {
  background-color: rgba(0, 158, 187, 0.7);
}
.portfolio .portfolio-wrapper a:hover i {
  top: 50%;
}
.fancybox-nav span {
  visibility: visible !important;
}
.w-clients-h {
  height: auto !important;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans';
}
@media screen and (max-width: 1023px) {
  .slogan {
    display: none !important;
  }
  .show-info {
    display: none !important;
  }
  .l-subheader.at_top {
    display: none !important;
  }
  .l-subheader.at_middle.nav {
    height: auto !important;
  }
  .w-nav-control {
    position: absolute !important;
    top: -100px !important;
  }
  .w-nav-control i {
    color: #005479 !important;
  }
  .w-logo-img {
    max-width: 200px !important;
    width: auto !important;
  }
  .l-subheader.at_middle .w-nav-list.level_2 .w-nav-anchor {
    color: #fff !important;
  }
}
.ctms-item {
  position: absolute;
  display: none;
}
