/*********** Basic Template Items ***********/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
  background-color: #5cb7d9;
}

hr {
  border-top: 1px solid #1e6e8d;
  border-bottom: 1px solid #a1d7ec;
}

h1 {
  color: #525252;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-shadow: 0 0 0 transparent;
}

h3 {
  color: #525252;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 0 0 transparent;
}

/*********** Header ***********/

.logo-header-img {
  position: absolute;
  height: 88px;
  width: 88px;
  background: url('/Common/Images/logo.png') no-repeat right;
  margin: 1% 1% -2% 1%;
  z-index: 1;
}

.logo-header {
  float: left;
  padding-top: 32px;
  text-align: center;
}

.logo-header-text {
  color: #f9f8e0;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.header-shadow {
	box-shadow: -4px 0 #5cb7d9, 4px 0 #5cb7d9, 0 4px 4px -2px black;
    -moz-box-shadow: -4px 0 #5cb7d9, 4px 0 #5cb7d9, 0 4px 4px -2px black;
    -webkit-box-shadow: -4px 0 #5cb7d9, 4px 0 #5cb7d9, 0 4px 4px -2px black;
}

/*********** Navigation Menu Bar ***********/

.navbar {
  margin-bottom: 3%;
}

.navbar-inner {
  background-color: transparent;
  background-image: linear-gradient(to bottom,transparent,transparent);
  background-image: -moz-linear-gradient(top,transparent,transparent);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(top,transparent,transparent);
  background-image: -o-linear-gradient(top,transparent,transparent);
  background-image: linear-gradient(to bottom,transparent,transparent);
  border: 0 solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left:0;
  padding-right:0;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0);
  box-shadow: 0 1px 4px rgba(0,0,0,0);
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
  background-color: rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,0);
  -moz-box-shadow: inset 0 3px 0 rgba(0,0,0,0);
  box-shadow: inset 0 3px 0 rgba(0,0,0,0);
}

.navbar .nav {
  float: right;
  margin: 0;
}

.navbar .nav > li {
  padding: 10px 12px 0 6px;
}

.navbar .nav > li > a {
  float: none;
  color: #f9f8e0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 24px;
  padding: 6px 12px 0 30px;
}

.navbar .nav > li > a:hover {
  color: #525252;
}

.navbar .nav > .active > a {
  color: #525252;
}

.navbar .nav > .active > a:hover {
  color: darken(#525252, 10%);
}

.navbar .brand {
  display: none;
}

/*********** Homepage ***********/

#home-image {
  /* background: url('/Common/Images/BlueJellies.png'); */
  min-width: 100%;
  height: 442px;
  height: 442px\9; /* IE 8 and older browsers */
  background-size: cover;
  box-shadow: 0 0 0 1px #1e6e8d,0 0 0 2px #a1d7ec;
  z-index: -1;
}

.home-image-container {
  margin-top: 10%;
  background: rgba(255,255,255,.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Ff9f8e0,endColorstr=#4Ff9f8e0)"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Ff9f8e0,endColorstr=#4Ff9f8e0);   /* IE6 & 7 */
  zoom: 1;
  text-align: right;
}

.home-image-text {
  color: #525252;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-align: right;
}

.home-image-text h2 {
  color: #525252;
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-align: right;
}

.home-image-button {
  float: right;
  height: 35px;
  width: 260px;
  background: url('/Common/Images/Larger_button.png') no-repeat right;
  padding: 11px 6px 0 0;
  margin-bottom: 2%;
}

.home-image-button a:link {
  color: #f9f8e0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 0 0 #000000;
  text-align: center;
}

home-image-button a:visited {
  color: #525252;
}

.home-image-button a:hover {
  color: #525252;
}

/*********** Homepage Feature Blocks ***********/

.feature-block-container {
  width:100%; 
  text-align:center;
  padding-top: 20%;
  padding-bottom: 12%;
}

.feature-block-container h3 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #005785;
  font-size: 18px;
  font-weight: 400;
}

.feature-block-container p {
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #f2f5e8;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.feature-block-container a:link {
  color: #005785;
  text-decoration: none;
}

.feature-block-container a:visited {
  color: #005785;
  text-decoration: none;
}

.feature-block-container a:hover {
  color: #f2f5e8;
  text-decoration: none;
}

.feature-image {
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
  border: 10px solid white; 
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin-left:auto;
  margin-right:auto;
}

.fa-desktop {
  color: #005785;
  font-size: 4em;
}

.fa-desktop a {
  height: 50px;
  width: 50px;
}

.fa-globe {
  color: #005785;
  font-size: 4em;
}

.fa-globe a {
  height: 50px;
  width: 50px;
}

.fa-th {
  color: #005785;
  font-size: 4em;
}

.fa-th a {
  height: 50px;
  width: 50px;
}

.fa-envelope-o {
  color: #005785;
  font-size: 4em;
}

.fa-envelope-o a {
  height: 50px;
  width: 50px;
}

/*********** Footer ***********/

.footer-menu-padding {
  padding-top: 2%;
}

.footer-container-padding {
  padding-top: 4%;
}

.footer-text {
  font-family: 'Lato', sans-serif;
  color: #f9f8e0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.footer-text a {
  font-weight: 400;
}

.footer-text a:hover {
  text-decoration: none;
}

.footer-text-padding {
  padding-top: 3%;
  padding-bottom: 4%;
}

.menu ul {
  list-style-type: none;
  text-align: center;
}

.menu li {
  display: inline;
  padding: 0 2%;
}

.menu li > a {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  color: #f9f8e0;
  font-weight: 400;
}

.menu li > a:hover {
  color: #525252;
  text-decoration: none;
}

/*********** Inner Pages ***********/

#innerPage {
  background: #cbeaf6;
  box-shadow: 0 0 0 1px #1e6e8d, 0 0 0 2px #a1d7ec;  
  padding-top: 1%;
  padding-bottom: 6%;
}

.content-text {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 180%;
}

.content-text a {
  color: #8c8c80;
  text-decoration: underline;
}

.content-text a:hover {
  font-weight:400;
  text-decoration: none;
}

.content-text a:focus {
  font-weight:400;
  text-decoration: none;
}

.content-text-block {
  padding-left: 40px;
}

.content-text-block-md {
  padding-left: 10px;
}

.fa-circle-o {
  color: #005785;
}

.fa-asterisk {
  color: #51AAD4;
  font-size: 1.400em;
}

.fa-certificate {
  color: #51AAD4;
  font-size: 1.400em;
}

/*********** Inner Page Modals ***********/

.modal-button a {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 0 0 #000000;
  text-align: center;
}

.modal-button a:hover {
  color: darken(#ffffff, 16%);
}

.modal {
  overflow: auto;
  top: 40%;
}

.white-background {
  background-color: #ffffff;
}

/*********** Gallery 1 ***********/

.gallery-header {
  height: 84px;
}

.gallery {
  text-align: center;
}

.gallery a {
  text-decoration: none;
}

.gallery img {
  margin-right: 10px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}

/*********** Gallery 1 Slides ***********/

.blueimp-gallery .modal-body {
  padding: 0 0 64%;
}

.blueimp-gallery .modal-dialog {
  max-width: 1070px;
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  border: 0;
  background: rgba(0,0,0,.0);
}
/*********** Gallery 2 ***********/

#filter {
  background-color: #5cb7d9;
  display: block;
  height: 39px;
  margin: 35px auto;
  padding-bottom: 2px;
  position: relative;
/*  width: 600px; */
  text-align: center;
  -moz-box-shadow:0 1px 4px #000;
  -webkit-box-shadow:0 1px 4px #000;
  box-shadow:0 1px 4px #000;
}

#filter a {
  color: #f9f8e0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  height: 39px;
  padding: 0 15px;
  text-shadow: 1px 1px 1px #315218;
  text-decoration: none;
}

#filter a:hover {
  text-decoration: none;
}

#filter a.active {
  background-color: #0078BE;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2),
			  -1px 0 0 rgba(255, 255, 255, 0.2),
			  1px 0 1px rgba(0,0,0,0.2) inset,
			  -1px 0 1px rgba(0,0,0,0.2) inset;
}

#container_gallery {
  display: block;
  overflow: hidden;
/*  width: 830px; */
  margin:0 auto;
}

#container_gallery li {
  float: left;
  height: 96px;
  list-style: none outside none;
  margin: 6px;
  position: relative;
  width: 125px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

#container_gallery ul {
  overflow: hidden;
}

#container_gallery ul.hidden {
  display: none;
}

/*********** Contact Form ***********/

.content-form-block {
  padding-left: 40px;
}

.form {
  margin-top: 2%;
}

select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"], 
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #f9f8e0;
  padding: 20px 20px;
  border-radius: 0;
}

textarea, input[type="text"],
input[type="password"],
input[type="datetime"], 
input[type="datetime-local"],
input[type="date"],
input[type="month"], 
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"], 
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #5cb7d9;
  border: 1px solid #f9f8e0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -webkit-transition: border linear .0, box-shadow linear .0;
  -moz-transition: border linear .0, box-shadow linear .0;
  -o-transition: border linear .0, box-shadow linear .0;
  transition: border linear .0, box-shadow linear .0;
}

textarea:focus, 
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus,
input[type="datetime-local"]:focus, 
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus, 
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus, 
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus, 
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(250,246,144,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,246,144,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,246,144,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,246,144,.6);
}

input, textarea,
.uneditable-input {
  width: 90%;
}

.btn {
  background-color: #5cb7d9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(top,transparent,transparent);
  background-image: linear-gradient(to bottom, transparent, transparent);
  color: #f9f8e0;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 36px;
  margin-right: 10px;
  text-decoration: none;
  text-shadow: 0 0 0 #b5b4a4;
}

.btn:hover {
  background-color: #67ccf2;
  color: #52316d;
}
    
.btn:active {
   color: #52316d;
   position: relative;
   top: 1px;
}

/*********** General Styles ***********/

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.italic {
  font-style:italic;
}

.bold {
  font-weight:bold;
}

.border {
  border:1px solid Black;	
}

/*********** Media Query Styles ***********/

/* Large desktop */

@media (min-width: 1600px) {

  #home-image {
    height: 600px;
  }
  
  .modal-content {
    margin-top: 60px;
  } 
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 1024px) {
  
  .logo-header-img {
    height: 68px;
    width: 66px;
    background: url('/Common/Images/logo-md.png') no-repeat right;
    margin: 1% 1% 1% 1%;
  }
  
  .logo-header {
    float: right;
    margin-top: -6px;
  }
  
  .logo-header-text {
    font-size: 36px;
  }
  
  .navbar .nav {
    float: left;
    margin: 0;
  }
  
  .navbar .brand {
    display: inline;
	float: right;
	color: #f9f8e0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
  }
  
  #home-image {
    height: 400px;
  }
  
  .home-image-button {
    top: 78%;
  }
  
  .content-text {
    font-size: 22px;
  }
  
  .content-text-block {
    padding-left: 46px;
  }
  
  .gallery-header {
    height: 136px;
  }
  
  #filter {
    height: 42px;
    padding-bottom: 2px;
  }
  
  #stage {
    display: table;
    width: 760px; 
    margin: 0 auto;
  }
  
  #container_gallery ul {
    padding-left: 2%;
  }
 
}

/* iPad Landscape */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .navbar .brand {
    display: none;
  }
  
  .logo-header {
    float: left;
    text-align: center;
  }
  
  .navbar .nav > li > a {
    padding: 6px 12px 0 10px;
  }
}

  /*
  .modal {
    left: 50%;
  }
   */

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
  
  .logo-header-img {
    background: url('/Common/Images/logo-sm.png') no-repeat right;
    margin: 1% 1% -2% -10%;
  }
  
  .logo-header {
    float: right;
	text-align: right;
    margin-top: -36px;
  }
  
  .logo-header-text {
    font-size: 26px;
  }
  
  #home-image {
    height: 250px;
  }
  
  .home-image-text {
    font-size: 14px;
    line-height: 90%;
    text-align: right;
    margin-right: 2%;
  }
  
  .home-image-text h2 {
    font-size: 24px;
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 0;
  }
  
  .home-image-button {
    background: url('/Common/Images/Small_button.png') no-repeat right;
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 0;
  }
  
  .home-image-button a:link {
    font-size: 12px;
  }
  
  .feature-block-container {
    padding-top: 10%;
    padding-bottom: 6%;
  }
  
  .content-text {
    font-size: 22px;
  }
  
  .gallery-header {
    height: 110px;
  }
  
  #container_gallery {
    width: 78%;
  }
  
}

/* Landscape phones and down */

@media (max-width: 480px) {

  body {
    padding-left: 0;
    padding-right: 0;
  }

  #mb-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-header-img {
    background: url('/Common/Images/logo-sm.png') no-repeat right;
    margin: 1% 1% -2% -10%;
  }
  
  .logo-header-text {
    font-size: 26px;
  }
  
  #home-image {
    height: 180px;
  }
  
  .home-image-container {
    margin-top: 6%;
  }
  
  .home-image-text {
    font-size: 12px;
    line-height: 90%;
    text-align: right;
    margin-right: 2%;
  }
  
  .home-image-text h2 {
    font-size: 20px;
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 0;
  }
  
  .home-image-button {
    background: url('/Common/Images/Less_small_button.png') no-repeat right;
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 0;
  }
  
  .home-image-button a:link {
    font-size: 12px;
    text-align: right;
  }
  
  .feature-block-container {
    padding-top: 6%;
    padding-bottom: 0;
  }
  
  .menu li {
    display: block;
    text-align: center;
  }
  
  .footer-menu-padding {
    padding-right: 26px;
    padding-top: 1%;
  }

  .footer-container-padding {
    padding-top: 2%;
  }

  .footer-text-padding {
    padding-top: 2%;
  }
  
  .footer-text {
    text-align: center;
  }
  
  h3 {
    font-size: 16px;
  }
  
  .content-text {
    font-size: 16px;
    padding-left: 10px;
  }
  
  .content-text-block {
	padding-right: 4px;
    padding-left: 36px;
  }
  
  .content-form-block {
	padding-right: 24px;
    padding-left: 0;
  }
  
  .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .modal-content {
    margin-top: 2px;
  }
  
  .modal-title {
    font-size: 14px;
  }

  .gallery-header {
    height: 136px;
  }
  
  #filter {
  /*   margin: 55px 0; */
    width: 150px; 
  }
  
  #stage {
    display: block;
    width: 138px;
    margin: 0 auto;
  }
  
}

/* Feature phone support */

.mb-featurephone {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-featurephone .navbar {
  padding: 20px;
  margin-top: -51px;
  margin-left: 1.4em;
  margin-right: 1.4em;
  text-align: center;
  padding-top: 40px;
}

.mb-featurephone .navbar li {
  display: inline;
  float: left;
  padding: 0 10px;
}

.mb-featurephone .navbar li a {
  color:#000000; 
}

.mb-featurephone .logo-header {
  padding-top: 10px;
  padding-bottom: 10px;
}