/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  background:#0033a0;
  font-family:'Roboto', Arial, sans-serif;
  color:#333;
  line-height:1.6em;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8{
    font-weight:500; 
    font-family:'Roboto';
	color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

h7 {
	font-size: 2.8em;
	text-transform: lowercase;
	color: #837d7d;
}

a {
  color: #000080;
   -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:#000080;
  text-decoration:none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
	margin-top:30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0BA9F9;
}
.btn:hover {
	color: #fff;
	background-color: #0BA9F9;
	border-color: #0BA9F9;
}

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-brand img{
height: 52px;
}

/* i-phone Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.navbar-brand img{
	height: 30px;
	}
}

.navbar-header a.navbar-brand {

   font-family:'Roboto';
}

.navbar-header a.navbar-brand:hover{
   color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 21px 0;
  padding-bottom: 0;
  
}

.navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 5px;
  padding-bottom: 20px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:18px;
	font-family:'Roboto';
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: #0033a0;	
	color:#fff;
}

.navbar-fixed-top {
  border: none;
  background: #0033a0;
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
 
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #111;
  color: #fff;
}

/*************************
*******Slider******
**************************/
.slider {
	position: relative;	
	padding-top:70px;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #0BA9F9;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#0BA9F9;
}

#carousel-slider a i:hover {
  background:#0033a0;
  color:#fff;
  border: 1px solid #0033a0;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:50px;
  top:265px;
}

#carousel-slider .carousel-control.right i {
  right: 50px;
  top:265px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 130px;
  font-size:40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.carousel-caption  h2 {
	font-size:60px;
	color: #0BA9F9;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #fff;
}

.carousel-caption  p {
  font-size:25px;
  margin-top:30px;
  color:#fff;
}





@media only screen /* i-phone portrait */
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
  .carousel-caption h2{
        visibility: hidden;
    }
       
   .carousel-caption { 
    bottom: 80px;
    }
}


/*************************
*******Content******
**************************/

#content {
	text-align: center;
	float: left;
	width: 100%;
	margin-right: 24px;
	padding: 50px 50px 50px 50px;
}

#content h4 {
	padding: 0px 0px 20px 0px;
	text-transform: none;
	font-size: 25px;
	font-weight: 200;
	color: Navy;
}

#content h5 {
	text-transform: none;
	font-size: 25px;
	font-weight: 200;
	color: Navy;
}

#content h7 {
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 200;
	color: #000080;
}

#content p {
color: #000080;
}

#content img {
display: inline-block;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.center {
  	text-align: center;
  	list-style-position: inside;
  	color: #000080;
}

.left {
	text-align: Left;
	list-style-position: inside;
	color: #000080;
}


/************************
*****4 box feature*********
************************/
* {
    box-sizing: border-box;
}



.four-column-1 {

	outline-style: solid;
	outline-width: thin;
	outline-color: #7a6a6a;
	outline-offset:-2px;
    float: left;
    width: 25%;
    min-height: 285px;
    padding: 10px 0px 30px 0px;
    margin-bottom: 15px;
 }
 

 
.four-column h2 {
	text-align: center;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 200;
	color: #000080; 
}
   
.four-column p{
	text-align: center;
	color: #000080; 
}   
   
.four-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout  */

@media screen and (max-width: 870px) {
    .four-column-1, .four-column-2, .four-column-3, .four-column-4 {
        width: 100%;
    }
}

/*************************
*******date entry*********
*************************/

.date-events	{
    font-size: 1.5em;
    margin: 0 0 30px -30px;
    padding: 5px 10px;
    background: #888888;
    border-left: 3px;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    clear: both;
}

/*************************
******award gallery*******
*************************/

div.award-gallery {
    border: 2px solid gold;
  	background: #f1f1f1;

  	
}

div.award-gallery img {
    width: 75%;
	height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
    color: #000080;
    text-decoration: underline;
}

.award-responsive {
    padding: 15px;
    float: left;
    width: 25%;
}

.award-responsive-mem {
    padding: 15px;
    float: left;
    width: 20%;
}

* {
    box-sizing: border-box;
}


@media only screen /* i-phone portrait */
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    .award-responsive, .award-responsive-mem{

        width: 60%;
        margin: 6px 0;    
    }
}

/*

@media only screen and (max-width: 700px) {
    .award-responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

*/

@media only screen and (max-width: 500px) {
    .award-responsive, .award-responsive-mem {
        width: 100%;
    }
}

.award-clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*************************
*******feature******
**************************/
#feature {
	padding-top:90px;
	background:#fff;
	padding-bottom:50px;
}

.hi-icon-effect {
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#0BA9F9;
	border-radius:50%;
}
.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
}

.text-center h3 {
	font-size:35px;
	margin-top:50px;
	margin-bottom:20px;
	color:#111;
}

.text-center p {
	margin-bottom:30px;
}

.text-center {
visibility:hidden;
}

.credit {
text-align: center;
margin: 0 auto;
color: #67C8E3;
}

.credit a{
color: #67C8E3;
}

/*************************
*******services******
**************************/
#gallery {
	padding-top:70px;
	padding-bottom:70px;
	background:#f4f4f4;
}
#gallery img {
	border-radius:8px;
}

.gallery {
	margin-top:60px;
	margin-bottom:30px;
}

#gallery .text-center {
	padding-top:20px;
	margin-bottom:50px;
	padding-bottom:20px;
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}



/********************/
/*****Footer*********/
/********************/


#footer-bg {

	overflow: hidden;
	padding: 10px 0px;
}



#footer-content {
	width:100%;
	text-shadow: 1px 1px 1px #003E93;
	color: #67C8E3;
}

#footer-content h2 {
	margin: 0px;
	padding:25px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #FFFFFF;
}

#footer-content a {
	color: #56C8E3;
}

#footer-content a:hover {
	text-decoration: underline;
}


#footer-column-1 {
	float: left;
	width: 375px;
	margin-right: 30px;
}

#footer-column-1 p {
	line-height: 1;
}

#footer-column-2 {
	float: left;
	width: 375px;
	margin-right: 30px;
}

#footer-column3 {
	float: left;
	width: 280px;
}

/********************************/
/*****Membership Contact*********/
/*******************************/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container1 {
	margin: 0px auto;
	width : 500px;
    border-radius: 5px;
    background-color: #0033a0;
    padding: 15px;
}



/* i-phone Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {   
  .container1 {
max-width: 100%;
	}
}

#gallery-link {
background-color: #ffffff;
}
