/*
*/


/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1.2em;
  line-height: 1.6;
}
::-moz-selection {
  background: #efefef;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #223468;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.text-muted {
  color: #848b8f;
}
/* ==========================================================================
    Forms
   ========================================================================== */
#contact form {
	  font-weight: normal;
   font-family: 'Gentium-basic', serif;
	font-size:16px;
	z-index:1000;
}

#contact form input[type="text"],
#contact form textarea,
#contact form input[type="email"],
#contact form input[type="number"] {
  background: #fff;
  color: #000000;
  border: 1px solid #233468;
  padding: 8px 12px;
  margin: 2px 0;
  width: 98%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
     font-family: 'Gentium-book-basic', serif;
	 float:left;

}
#contact form select {
  background: #fff;
  color: #000000;
  border: 1px solid #233468;
  padding: 8px 12px;
  margin: 2px 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
     font-family: 'Gentium-book-basic', serif;

}

#contact form input[type="text"]:focus,
#contact form textarea:focus,
#contact form input[type="email"]:focus,
#contact form input[type="number"]:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #7db5e8;
  border-width:1px;
background-color: #ffffff;
   font-family: 'Gentium-book-basic', serif;


}
#contact form label {
display:in-line;
 color: #233468;
    margin: 2px 0;
  font-family: 'Gentium-book-basic', serif;
  font-size:12px;
  font-weight:200;
	float:left;
	padding-right:8px;
}

#contact form input[type="textarea"]
{
	}



/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure 
   ========================================================================== */
/* ==========================================================================
    Defaults
   ========================================================================== */
html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  background: #e6e6e6;
  color: #233468;
  font-size: 13px;
  line-height: 24px;
  font-family: 'gentium-basic', sans-serif;
  overflow-x: hidden;
}
a {
  color: #3358c6;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:hover {
  color: #3358c6;
}

#products a {
  color: #3358c6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gentium-basic', sans-serif;
}

input.main-button,
.main-button {
  padding: 9px 12px;
  color: #ffffff;
	background-color: #7db5e8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5891d4, #7db5e8 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5891d4, #7db5e8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5891d4, #7db5e8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5891d4, #7db5e8); /* Standard syntax */
  outline: 0;
 
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
 
   border: #233468 1px outset;
       border-radius: 14px;
	
	     font-family: 'gentium-book-basic', sans-serif;
		 font-size:18px;
  font-weight: 700;
  text-transform: uppercase;

   }

.main-button-submit {
  padding: 6px 8px;
  color: #ffffff;
	background-color: #7db5e8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5891d4, #7db5e8 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5891d4, #7db5e8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5891d4, #7db5e8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5891d4, #7db5e8); /* Standard syntax */
  outline: 0;
 
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
 
   border: #233468 1px outset;
       border-radius: 8px;
	
	     font-family: 'gentium-book-basic', sans-serif;
		 font-size:16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px;
  width:200px;

   }

.main-button-sm {
  font-size: 9px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 2px 12px;
  color: #ffffff;
	background-color: #FE3F00; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FE3F00, #F8B03B ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FE3F00, #F8B03B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FE3F00, #F8B03B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FE3F00, #F8B03B); /* Standard syntax */
  outline: 0;
 
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
 
   border: #233468 1px outset;
       border-radius: 6px;
	
	     font-family: 'gentium-book-basic', sans-serif;

   }


/* ==========================================================================
    Menus
   ========================================================================== */

.menu-holder {
  position: relative;
}
.main-menu {
/*  margin-top: 45px;
*/}
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 16px;
}
.main-menu ul li.active a {
  color: #3358c6;
}


#responsive-menu {
  top: 0;
  width: 180px;
  height: 100%;
/*  background: #f3f3f3;*/
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
}
#responsive-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 8px 14px;
  background-color: #233468;
  color: #d1d1d3;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a:hover {
	color:#FFFFFF;	
}
#responsive-menu ul li a i {
  margin-right: 15px;
}
a#mobile_menu {
  font-size: 24px;
  background-color: #233468;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ==========================================================================
    Social
   ========================================================================== */

.social-top {
  padding: 0;
  margin: 20px 0 14px 0;
}

ul.social-top li {
  display: block;
  padding: 0 8px;
}

.social-top i {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #7db5e8;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}  
/* ==========================================================================
    Header
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: e6e6e6;
  z-index: 3900;
  overflow: hidden;
  padding-bottom: 10px;
  
  background: #dededf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#dededf, #e5e5e5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dededf, #e5e5e5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dededf, #e5e5e5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dededf, #e5e5e5); /* Standard syntax */
	
}

@include transition(all 250ms ease-in-out);

.site-header .logo {
  margin-top: 42px;
}
.site-header.scrolled {
  background: #dededf;
}
/* ==========================================================================
    Content Sections
   ========================================================================== */

.top-c {
/*  background: url(../images/slider-bg.png) no-repeat top center;
  background-size: cover;
*/
  background: #dededf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e5e5e5, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e5e5, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e5e5, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e5e5, #ffffff); /* Standard syntax */

  width: 100%;
/*  height: 504px;*/
  margin-top: 120px;  
  z-index: 12;
  
}
.top-c .topc-img {
  margin:auto;
  margin-top: 10px;
  overflow: hidden;
  text-align:center;
}
.top-c .topc-img img {
  width: 100%;
  margin-top:20px;
}


#diamondNav {
	position: absolute; 
	z-index:30; 
	width:100%; 
	margin:auto; 
	color:#efefe5; 
}

#nav-overlay {
	position:absolute;
	z-index:2002;
	top:0;
	align-content:center;
	width:100%;
	margin-top:140px;
	
}

#nav-overlay .fbNav {
	float:left; 
width:100%; height:100%;
}
#nav-overlay .contactNav {	
clear:both;   
width:50%; height:100%;
margin:auto;
}
#nav-overlay .videoNav {	 
float:right; ;
width:100%; height:100%;
}

#nav-overlay .missionNav { 
	float:right;
	width:100%; height:100%;
}

#nav-overlay .calLink { 
	float:left;
	width:100%; height:100%;
	}


#facebook {
/*  background: url(../images/service-bg.png) no-repeat top center;
  background-size: cover;
 */
 background-color:#d1d1d3;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
  margin:auto;
  text-align:center;
  margin-top: 20px;
}


#products {
/*  background: url(../images/products-bg.png) no-repeat top center;  
  background-size: cover;
  position: relative;
  z-index: 11;
*/  background-color: #d3d3d1;
	color: #454545;
  padding-top: 200px;
  padding-bottom: 120px;
  margin-top: -120px;
}
/*#products .product-left .image-product {
  float: left;
  margin-right: 40px;
}
#products .product-right .image-product {
  float: right;
  margin-left: 40px;
}
#products .image-product {
  width: 192px;
  overflow: hidden;
}
#products .image-product img {
  width: 100%;
}
#products .product-contact {
  overflow: hidden;
}*/

#contact .product-contact {
float:right;	
  padding-left: 0;
  padding-right: 0;
}
#contact .product-contact h3 {
  font-size: 22px;
 font-family: gentium-book-basic, sans-serif;
 font-style:italic;
  font-weight: 400; 
  margin: 10px 0 5px 0;
  text-align:center;
}
#contact .product-contact span {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
#contact .product-contact p {
  text-align: justify;
   font-family: gentium-basic, sans-serif;
 font-style:italic;
 font-size: 16px;
  width:85%;
  padding-left:20px;

}

.video-feature {
  padding: 30px 0;
  background: url(../images/video_bg.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: 12;
  margin-top: -10px;

}

.video-feature h3 {
   font-family: Amiri, sans-serif;
 font-style:italic;
 font-size:28px;
 font-weight:100;
 text-align:center;
}

.video-feature p {
   font-family: gentium-basic, sans-serif;
 font-style:italic;
 font-size: 18px;
 text-align: justify;
 }

#contact {
  color: #233468;
/*  background: url(../images/contact-bg.png) no-repeat top center;
  background-size: cover;
  
  padding-bottom: 100px;
*/  position: relative;
  z-index: 14;
  background-color:#E5E5E5;
}
#contact .section-header {
  margin-bottom: 80px;
}
#contact .section-header p {
  width: 70%;
  margin: 0 auto;
}
#contact h2.section-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#contact p {
  margin-bottom: 10px;
    width:85%;

}
#contact a:hover {
  color: #3358c6;
}
#contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#contact ul li {
  margin-bottom: 0.5em;
}
#contact ul li i {
  color: #7db5e8;
  margin-right: 10px;
}

.site-footer {
  background: url(../images/footer.png) no-repeat bottom;
/*  background-size: cover; */
  background-color: #e0e0e1;
color: #233468;
  position: relative;
  margin-top: 0;
  padding: 46px 0 40px 0;
}
.site-footer p {
  margin-top: 10px;
   font-family: gentium-basic, sans-serif;
 font-style:italic;
 font-size: 14px;
line-height:18px;
   }

/* ==========================================================================
   Media Query - Med
   ========================================================================== */
     
@media (max-width: 1199px)  and (min-width:768px) {
	.container {
		width: 96%;
	}

  .main-menu ul li {
    margin: 0 10px;
  }
  .menu-holder {
    overflow: hidden;
  }
/*  ul.social-top {
    display: none;
  }*/
  .main-menu {
    text-align: right;
  }
/*  ul.social-top {
    text-align: right;
  }
  ul.social-top li {
    display: inline-block;
    margin-right: 6px;
  }*/
  ul.social-top {
    margin-top: 10px;
	margin-left: 10px;
  }
  ul.social-top span {
	  font-size: 10px;
  }
  


/* /////////////////////////////////////  */

.top-c {
/*  background: url(../images/slider-bg.png) no-repeat top center;
  background-size: cover;
*/
  background: #dededf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e5e5e5, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e5e5, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e5e5, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e5e5, #ffffff); /* Standard syntax */

  width: 96%;
/*  height: 504px;*/
  margin-top: 120px;  
  z-index: 12;
  
}
.top-c .topc-img {
  margin:auto;
  margin-top: 10px;
  overflow: hidden;
  text-align:center;
}
.top-c .topc-img img {
  width: 96%;
  margin-top:20px;
}


#diamondNav {
	position: absolute; 
	z-index:30; 
	width:100%; 
	margin:auto; 
	color:#efefe5; 
}

#nav-overlay {
	position:absolute;
	z-index:2002;
	top:0;
	align-content:center;
	width:100%;
	margin-top:8vw;
	
}

#nav-overlay .fbNav {
	float:left; 
	width:100%; height:21vw;
	overflow:hidden;
}
#nav-overlay .contactNav {	clear:both;   
	width:50%; height:19vw;
	overflow:hidden;
	margin:auto;
}
#nav-overlay .videoNav {	 float:right; ;
	width:100%; height:19vw;
	overflow:hidden;
}

#nav-overlay .missionNav { 
	float:right;
	width:100%; height:21vw;
	overflow:hidden;
}

#nav-overlay .calLink { 
	float:left;
	width:100%; height:19vw;
	overflow:hidden;
}






  #facebook {
 background-color:#d1d1d3;
    margin-top: 0;
	padding-top: 20px;
    padding-bottom: 10px;
}



  #products {
    margin-top: 0;
/*	background-image: none;
    background-color: #7db5e8;	*/
    padding-bottom: 60px;
    padding-top: 100px;
  }
  #products .product-left {
    margin-bottom: 60px;
  }
  .video-feature {
    margin-top: 0;
/*	background-image: none;
    background-color: #243b4e;	*/
	
  }
.video-feature h3 {
     font-family: gentium-book-basic, sans-serif;
	 font-weight:400;
 font-style:italic;
 font-size: 28px;
  text-align: center;

}

.video-feature p {
   font-family: gentium-basic, sans-serif;
 font-style:italic;
 font-size: 16px;
 text-align: justify;
}

  .video-feature iframe {
    width: 100%;
  }
  #contact {
    margin-top: 0;
/*	background-image: none;  */
    background-color: #E5E5E5;	
  }
  #contact .section-header p {
    display: none;
  }
  #contact .contact-info {
    margin-bottom: 60px;
  }

.site-footer {
  background: url(../images/footer.png) no-repeat bottom;
/*  background-size: cover; */
  background-color: #e0e0e1;
color: #233468;
  position: relative;
  margin-top: 0;
  padding: 46px 0 40px 0;
}
.site-footer p {
  margin-top: 10px;
   font-family: gentium-basic, sans-serif;
 font-style:italic;
 font-size: 14px;
line-height:18px;
   }



}
/* ==========================================================================
   Media Query - Small
   ========================================================================== */
/*  Small devices (tablets, 768px or below )  */
@media (max-width: 768px) {


  .site-header .logo {
    margin-top: 20px;
  }
  ul.social-top li {
    display: inline-block;
    margin-right: 6px;
  }



/* /////////////////////////////////////  */

.top-c {
/*  background: url(../images/slider-bg.png) no-repeat top center;
  background-size: cover;
*/
  background: #dededf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e5e5e5, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e5e5, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e5e5, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e5e5, #ffffff); /* Standard syntax */

  width: 100%;
/*  height: 504px;*/
  margin-top: 120px;  
  z-index: 12;
  
}
.top-c .topc-img {
  margin:auto;
  margin-top: 10px;
  overflow: hidden;
  text-align:center;
}
.top-c .topc-img img {
  width: 100%;
  margin-top:20px;
}


#diamondNav {
	position: absolute; 
	z-index:30; 
	width:100%; 
	margin:auto; 
	color:#efefe5; 
}

#nav-overlay {
	position:absolute;
	z-index:2002;
	top:0;
	align-content:center;
	width:100%;
	margin-top:8vw;
	
}

#nav-overlay .contactNav {	
	clear:both;   
	width:60%; height:25vw;
	overflow:hidden;
	margin:auto;
	margin-top:-49vw;
}
#nav-overlay .fbNav {
	float:left; 
	width:100%; height:23vw;
	overflow:hidden;
	margin-top:48vw;

}
#nav-overlay .missionNav { 
	float:right;
	width:100%; height:23vw;
	overflow:hidden;
	margin-top:48vw;
}
#nav-overlay .videoNav {	 
	float:right; ;
	width:100%; height:23vw;
	overflow:hidden;
	clear:both;
	margin-top:25vw;

}


#nav-overlay .calLink { 
	float:left;
	width:100%; height:23vw;
	overflow:hidden;
	margin-top:25vw;

}



  .site-footer {

    background-color: #e0e0e1;
color: #233468;
  position: relative;
  z-index: 100;
  margin-top: 0px;
  padding: 0 0 150px 0;
}
.site-footer p {
  margin-top: 10px;
   font-family: gentium-basic, sans-serif;
 font-style:italic;
 font-size: 14px;
line-height:18px;
   text-align:center;
  }



}

/* ==========================================================================
   Media Query - xSmall
   ========================================================================== */
/*  Small devices (Mobile x-small, 482px or below )  */

@media (max-width: 482px) {
#contact .product-contact h3 {
  font-size: 16px;
 font-family: gentium-book-basic, sans-serif;
 font-style:italic;
  font-weight: 600; 
  margin: 20px 0 10px 0;
  text-align:center;
}

.top-c  h1 {
  color: #233468;
  margin: 20px 0 18px 0;
   font-family: gentium-basic, sans-serif;
 font-size: 16px;  
 font-weight: 600; 
   text-transform:uppercase;

}


}