/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {

  color: #003366;
}

.row 
{
    padding: 0px;
    width:100%;
}
@media (min-width: 768px) 
{
    .row 
    {
        padding: 0px 110px;
    } 
    
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.nav-menu-main{
left: 0px;
position: relative;
text-transform: uppercase;
top: 0px;
text-align: left;
}

.nav-menu-top{
position: relative;
top: 15px;
width: 100%;
padding-right: 20px;
}


.left-nav li {
	padding: 10px;
	font-size: 18px;
	text-align: center;
}
.left-nav li a{
	color: #003366;
}
.left-nav li.active a{
	font-size: 19px;
	font-weight: bold;
}

@media (min-width: 768px) {
.left-nav li {
text-align: left;
}
}



/* CAROUSEL Testimonial
-------------------------------------------------- */

.carousel-testimonial{
  background-repeat: no-repeat;
  background-size: 700px;
}

.carousel-testimonial .item {
  height: 450px;
}



.carousel-caption-testimonial {
  position: absolute;
  z-index: 10;
  color: #666;
  text-align: center;  
}

.carousel-testimonial ol.carousel-indicators{	
position: absolute;
top: 500px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;



}
.carousel-testimonial ol.carousel-indicators .active
{
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #989898;

}

.carousel-testimonial ol.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #989898;
  border-radius: 10px;
}

.carousel-caption-testimonial img{
	padding-bottom: 15px
}


/* SIDEBAR NEWS */
.sidebar-module{
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: #ccc 2px solid;	
	
}

.sidebar-module h2{
	margin-top: 0px;
	margin-bottom: 15px;	
	background-image: url('../img/title_line.png');
	background-repeat: no-repeat;
	background-position: right 0px center;
	
}

.rhs-item{
	
	border: 1px #999999 solid;
	box-shadow: -1px 2px 3px #ccc;
	padding: 15px;
	
}


.video-container {
    position: relative !important;
    padding-bottom: 56.25%  !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
    display:block !important;
    border: 1px solid;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


.carousel {
  background-repeat: no-repeat;
  background-size: 700px;
  margin: 0 auto;
/*   max-width: 1200px; */
}
.carousel-header{
	height: 220px;
	border-bottom: #1ec3f3 6px solid;
	box-shadow: -1px 3px 10px #888888;
	margin-bottom: 20px;
}


@media (min-width: 560px) {


.carousel-header{
	height: 280px;
	border-bottom: #1ec3f3 6px solid;
	box-shadow: -1px 3px 10px #888888;
	margin-bottom: 20px;
}
}

@media (min-width: 770px) {

.carousel {
  height: 590px;

  background-size: cover;
}
.carousel-header{
	height: 400px;
	border-bottom: #1ec3f3 6px solid;
	box-shadow: -1px 3px 10px #888888;
	margin-bottom: 10px;
}

}






/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel .item {
  height: 340px;
}







@media (min-width: 770px) {
.carousel .item {
  height: 590px;
}
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* VIDEO LISTING PAGE
-------------------------------------------------- */

.feat-overlay 
{
    position: absolute;
    

}
.feat-video 
{
    padding:0px;
}

.feat-video p
{
    width: auto !important;
    padding: 20px 30px 0px 30px;
    color: #666666;
    height: auto;   
}
@media (min-width: 770px) {
    .feat-video p
    {        
        width: auto !important;
        padding: 20px 30px 20px 30px;
        color: #666666;
        height: 85px;         
    }
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */


.featurette-single{
	text-align: center;	
	margin-top: 0px;
}

.featurette{
	text-align: center;	
	display: inline-block;
	
}

.featurette p
{
    text-align: justify;
    
}
.featurette div, .featurette-single div{
	float: none;
	display: block;
	vertical-align: middle;
}
.vertical-align-top
{
    vertical-align: top !important;
}

.text-align-left
{
    text-align:left !important;
}

@media (min-width: 992px) 
{
    .featurette div, .featurette-single div{
	
	display: inline-block;
	
}
    
}



.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.page-title h2{
background-color: #fff;
margin: 0px auto;
padding: 0px 30px;

}

.featurette-main{
	padding-bottom: 30px;
    text-align:justify;
    max-width:800px;
    padding:20px, 0px;
    margin:0 auto;	
}

.featurette-main p{
	width: 100%;
	margin: 5px;
	/*font-size: 16px;
    font-weight: 300;
    line-height: 1.4;*/
      text-align: justify;
}
@media (min-width: 770px) {
.featurette-main p{
width: 600px;
  padding: 20px 0px;
  margin: 0 auto;
}}
.blue{	
	background-color: #50b9f6;
	color:#fff;
}

.gray{	
	background-color: #eef4f4;
}

.featurette-heading-main{
	display: inline-block;
	border-bottom: 3px solid transparent;
	padding-bottom: 0px;	
}


.featurette-image-right{

}


.hoverfeature-row{
	position: relative;
	top: 0px;
	text-align: center;
	padding:0px;
}
@media (min-width: 767px) {
    .hoverfeature-row
    {
	    top: -85px;
    }
}




.hoverfeature, .hoverfeature div
{
    width: 100%;
    height: 140px;   
    border-radius: 10px; 
}

.hoverfeature{
	margin: 0 auto;
	display: inline-block;
	float: none;
	width: 100%;
	padding: 0px;
}


.child {
	background: #00ccff;
	position: absolute;
	top:0px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    
}
.child:hover {	
	top:auto;
}



@media (min-width: 767px) {
    .hoverfeature{
	    margin: 3px;
	    display: inline-block;
	    float: none;
    }

    .hoverfeature, .hoverfeature div
    {
        width: 240px;
        height: 140px;    
    }

    	.hoverfeature-row .hoverfeature:first-child .child{
		background-color: #00ccff;	
	}
	
	.hoverfeature-row .hoverfeature:last-child .child{
		background-color: #3180af;		
	}

    .child {
	    background: #043366;
	    position: absolute;
	    top:0px;
	    -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-align: center;
        color: #fff;
        opacity: 100;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    .child:hover {	
	    top: -70px;
    }
}

@media (min-width: 1060px){	
    .hoverfeature, .hoverfeature div  { width: 330px; margin: 7px;}
}


.hoverfeature-ie, .hoverfeature-ie div  { width: 250px !important; margin: 7px;}

.parent {
    overflow: hidden;
    position: absolute;

}
.parent img{
	width:100%;
	height: 100%;
}

.child h2{
	margin-top: 35px;
	display: inline-block;
}
.child img{
	margin: 0px 5px 5px -10px;
	vertical-align: bottom;
	
}
.child span, .parent span{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('empty.gif');
}   

.child a {
	color: #fff;
	text-decoration: none;
}


.FAQ-Item p
{
 color:#666;   
}
.FAQ-Item hr
{
border-top: 2px solid #1f4c79;
}

/*
COOKIES
--------------------------------------*/
.cookies
{
    display:none;
    position: fixed;
    z-index: 999;
    
    width: 100%;
    color: #fff;
    padding: 25px;
    vertical-align: middle;  
    
    
    /*background-color: #000834;*/
background: #000834; /* Old browsers */
background: -moz-linear-gradient(top,  #000834 0%, #2c3e66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000834), color-stop(100%,#2c3e66)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000834 0%,#2c3e66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000834 0%,#2c3e66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000834 0%,#2c3e66 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000834 0%,#2c3e66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000834', endColorstr='#2c3e66',GradientType=0 ); /* IE6-9 */


    
    
    
    
    
    
        
}



/* Footer
--------------------------*/

.footer{ background: #0b2938; padding: 50px 0px 40px 0px !important; color:#fff;font-size: 11px;}
.footer a {color:#fff;}
.footer h4{color:#fff; text-transform:uppercase; font-weight:bold; font-size:14px; padding-bottom:10px;}
.footer ul{ list-style: none;  padding:0; margin: 0; }
.footer ul li{ float: left; padding: 10px; }
.footer ul li a{ color:#fff; font-size: 14px;}
.footer p {margin:0 0 3px 0px;}
.footer-center{ display: none;}
.footer-leftcol{ padding-left: 0px; text-align: center;}
.mobile-noshow { display: none; }
.footer-icons { text-align: center}
.footer-icons a img { padding: 5px; max-width: 100px;}




/* NEWS
--------------------------*/

.row-news-page
{
    margin-top: 20px;
}

.news-page h2{
	margin-top: 0px;
	margin-bottom: 15px;
	
}

.listing-item{
  margin-bottom: 30px;
  height:auto;
  vertical-align: middle;
  font-size: 0;
  width:100%;
  text-align:left;
}



.news-item{
  border: 1px #999999 solid;
  margin-bottom: 30px;
  height:auto;
  vertical-align: middle;
  font-size: 0;
  box-shadow: -1px 2px 3px #ccc;
}

#left-div{
  width:100%;
  display: inline-block;
  font-size: initial;

/* IE 7 hack */
  *zoom:1;
  *display: inline;
  vertical-align: middle;
  text-align:center;
}

#left-div img{
	padding: 15px;	
	display: inherit;

}


#right-div{
  width:100%;	
  display: inline-block;  
  font-size: medium;
  padding: 10px;
  color: #666;
  
/* IE 7 hack */
  *zoom:1;
  *display: inline;
  vertical-align: middle;
}
#right-div h2{
	color:#003366;
}
#right-div hr{
margin-top: 10px;
margin-bottom: 10px;
}

#right-div span.date{
background-image: url('../img/icon-time.png');
background-repeat: no-repeat;
background-position-y: center;
font-size: 15px;
padding-left: 25px;
}


@media (min-width: 770px) {
    #left-div{
      width:25%;
    }

    #right-div{
      width:75%;
    }
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 770px) {

.nav-menu-main {
/*	left: 340px;
	top: 20px;
	*/
	margin: 10px auto;
}

  /* Navbar positioning foo */
  .navbar-wrapper {


  }
  .navbar-wrapper .container {


  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }


  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  
  .carousel-caption h2 {
	  font-size: 50px;
	  font-weight: 200;
	  padding-bottom: 20px;
  }

  .carousel-caption span {
	  font-weight: 600;
	  text-decoration: none;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  
]
  

  

  
}

@media (min-width: 992px) {
  .featurette-heading {
   
  }

    .footer-leftcol{ padding-left: 40px;}
    .footer-center{ text-align: center; display: block;}
	.mobile-noshow {display: block;}
	.footer ul {display: inline-block;}
  

}

