/*
Theme: Financial Cloud Resources
Parent Theme: PJS.Bootstrap
Author: TKT Consulting – http://www.tktlc.com
Copyright: 2010, Orchard. All Rights Reserved
*/

/* General *****************************************************
***************************************************************/
html, body  {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 18px; 
	height: 100%;  
}

body {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 100%;
    letter-spacing: 2px;
	color: #999999; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 { color: #000; }
h1, .page-header h1 { 
	font-size: 26px;
	color: #000000;
	margin: 0 0 20px 0;
	line-height: normal;
}

h2 { 
	font-size: 20px;
	color: #231f20;
	padding: 2px 8px 8px 0px;
	margin: 0;
}

h2.heading { margin: 20px 0 0 0; }
.call-to-action-h2 { display: none; margin: 23px 0 17px 10px; text-transform: uppercase; }


h3 { 
	font-size: 18px;
	color: #231f20;
	padding: 2px 8px 8px 0px;
	margin: 0;
}


a:link, a:visited  { 
	color: #003d79; 
	text-decoration: none; 
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:focus, 
a:hover     { color: #003d79; text-decoration: none; }

.btn, .btn-primary  {
		background-color: #0b3b6c;
		background-image: none;
		color: white !important;
		border: 2px solid white;
	}
	
	.btn:hover, .btn-primary:hover,
	.btn:active, .btn-primary:active,
	.btn.focus, .btn-primary:focus,
	.btn.disabled, .btn-primary.disabled,
	.btn[disabled], .btn-primary[disabled] {
		color: #ffffff;
		background-color: #0b3b6c;
		border: 2px solid white;
	}

    
.semibold {
    font-weight: 600;
}

.lead {
    font-size: 30px;
}

/* Preloader ****************************************************/
#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: white;
     z-index: 99999;
    height: 100%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url('../content/images/preloader.gif');
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }

	
/* Carousel ****************************************************/
#introCarousel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 7777;
    top: 0px;
}

#introCarousel .carousel .item {
    left: 0 !important;
}

#introCarousel .carousel, .item, .active {
	height:100%;
}
#introCarousel .carousel-inner {
	height:100%;
}
#introCarousel .carousel {
	position: relative;
	top: -100px;
}
#introCarousel .carousel-caption {
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	z-index: 10;
	text-shadow: none;
    z-index: 10;
}

#introCarousel .carousel-caption span.blue-opacity-bg { 
	margin: 0 auto;
    background: rgba(37,132,196,0.65);
    padding: 30px;

}

#introCarousel .carousel-caption h1 { 
	text-transform: uppercase;
	font-size: 30px;
    color: #ffffff; 
	text-align: center;
	margin: 0;
    font-weight: normal;
}

#introCarousel

#introCarousel .carousel .item {
	background-color: #f3f3f3;
}
#introCarousel .carousel .carousel-inner .bg {
	background-repeat:no-repeat;
	background-size:cover;
}

#introCarousel .carousel-control.right, #introCarousel .carousel-control.left { background-image: none; }

#introCarousel .bg1 {
	background: transparent url("../content/images/main_01.jpg") no-repeat center top; 
	background-size:cover;
}
#introCarousel .bg2 {
	background: transparent url("../content/images/main_02.jpg") no-repeat center top; 
	background-size:cover;
}
#introCarousel .bg3 {
	background: transparent url("../content/images/main_03.jpg") no-repeat center top; 
	background-size:cover;
}


#introCarousel .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#introCarousel .carousel-fade .carousel-inner .item,
#introCarousel .carousel-fade .carousel-inner .active.left,
#introCarousel .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#introCarousel .carousel-fade .carousel-inner .active,
#introCarousel .carousel-fade .carousel-inner .next.left,
#introCarousel .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#introCarousel .carousel-fade .carousel-inner .next,
#introCarousel .carousel-fade .carousel-inner .prev,
#introCarousel .carousel-fade .carousel-inner .active.left,
#introCarousel .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#introCarousel .carousel-fade .carousel-control {
  z-index: 2;
}

	
#header { 
	position: fixed;
	display: block;
	width: 100%;
	height: 150px;
	background-color: #ffffff;		
	margin: 0;
	padding: 0;
	margin: 0 auto;
	z-index: 8888;
	overflow: visible;
    text-align: center;
    border-top: 5px solid #2584c4;

    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}
	
#header.hidden-nav { 
    height: 80px;
}

#header nav {
    position: fixed;
    top: 0;
    margin-top: 85px;
    z-index: -1;
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    z-index: -1;
    transition: margin-top .3s ease;
    background-color: #ffffff;
    padding: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
 
}

#header.hidden-nav nav { 
    margin-top: 25px;
}



@media (max-width: 992px) {
    #header {
        height: 85px;
    }
	
    #header.hidden-nav nav, #header nav { 
        z-index: 777;
        margin-top: 85px;
    }

    .logo {
        background-color: transparent;
    }

    .styled-navbar .navbar-toggle {
        margin-top: -60px !important;
    }
}


#myCarousel {
    height: 100%;
}

#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
#myCarousel .nav-justified > li > a
{
    border-radius: 0px;
}

#myCarousel .white-opacity-panel {
    min-height: 500px;
    height: 100%;
    background: rgba(255,255,255,0.60);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
    border-radius: 8px;
}

#myCarousel h2 {
    color: #999999;
    font-size: 30px;
    font-weight: normal;
}


#myCarousel .carousel, .item, .active {
	height:100%;
}
#myCarousel .carousel-inner {
	height:100%;
}
#myCarousel .carousel {
	position: relative;
	top: -100px;
}
#myCarousel .carousel-caption {
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	z-index: 10;
	text-shadow: none;
}
#myCarousel .carousel-caption span { 
	margin: 0 auto;
}

#myCarousel .carousel-caption h1 { 
	text-transform: uppercase;
	font-size: 40px; 
	text-align: center;
	margin: 0;

}


#myCarousel .carousel .item {
	background-color: #f3f3f3;
}

#myCarousel .nav-pills {
    position: relative;
    bottom: 0;
}

.fa-plus-square-o {
    color: #2584c4;
}

.test {
    background-color: red;
    height: 100px;
}

/* active btn colors
#myCarousel .nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
#myCarousel .nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
#myCarousel .nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
#myCarousel .nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }
 */


section {
    width: 100%;
    height: 100%;
}

.add {
    background-color: white;
    position: relative;
    z-index: 7777;
    height: auto;
}

section.introduction {

}
	  
section.about-us {
    background-color: #ffffff;
}

section.features {
    padding-top: 97px;

    background: #ffffff url("../content/images/main_03.jpg") no-repeat center top; 

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+22,ffffff+82,ffffff+100&1+0,0+22,0+82,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,0) 82%, rgba(255,255,255,1) 100%), url('../content/images/main_03.jpg') no-repeat; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 22%,rgba(255,255,255,0) 82%,rgba(255,255,255,1) 100%), url('../content/images/main_03.jpg') no-repeat; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 22%,rgba(255,255,255,0) 82%,rgba(255,255,255,1) 100%), url('../content/images/main_03.jpg') no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ), url('../content/images/main_03.jpg') no-repeat; /* IE6-9 */
    background-size: cover;
}

.fa-ul {
    padding-left: 0;
    margin-left: 1.0em;
    list-style-type: none;
}

.feature-accordian {
    margin-left: 2em;
}

.feature-accordian li  {
    color: #333;
    width: 100%;
    display: block;
    cursor: pointer;
}

.feature-accordian li div {
    cursor: default;
    color: #999999;
    /* margin: 0; */
    padding: 0 0 5px 0;
}

.fa-check-square-o {
    color: #99cc99;
}

section.contact {
    height: 100%;
    height: auto;
    text-align: center;
    background: #ffffff url("../content/images/contact_bg.jpg") no-repeat center top; 
    background-size: cover;
}

section.contact p {
    font-size: 24px;
}

section.contact h3 {
    font-size: 72px;
}

section.contact .contact-info {
    margin-top: 70px;
}

	
/* Structure
***************************************************************/

.logo {
	display: block;
    margin: 0px;
    height: 85px;
    width: 100%;
    background-color: #ffffff;
}

.logo img {
    width: 175px;
    margin-top: 12px;
}

#toTop:hover { opacity: .7; }



/* Navbar
***************************************************************/
 .styled-navbar {  
    padding: 0; 
    width: 100%;  
    border-top: 1px solid #cccccc;
  }
.styled-navbar .navbar-nav {  
    display: inline-block !important;
    float: none;
     margin: 12px 0 0 0; 
    z-index: 9999;
}
.styled-navbar .navbar-nav > li > a {
  display: inline-block;
  position: relative;
  top: -13px;
  color: #999999;
  padding:20px 10px 5px 10px;
  border-top: 1px solid;
  border-color: #cccccc;
}

.styled-navbar .navbar-nav > li > a:hover,
.styled-navbar .navbar-nav > li > a:focus {
  color: #999999;
  background-color: transparent;
  border-color: #2584c4;
}

/* active link */
.styled-navbar .navbar-nav > .active > a,
.styled-navbar .navbar-nav > .active > a:hover,
.styled-navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #245588;
}

.styled-navbar .navbar-nav > .disabled > a,
.styled-navbar .navbar-nav > .disabled > a:hover,
.styled-navbar .navbar-nav > .disabled > a:focus {
  color: #999999;
  background-color: #181b1b;
}

.styled-navbar .navbar-toggle {
	background-color: transparent;
	border: none;
	box-shadow: none;
	background: none;
	margin-top: 10px;
}

.styled-navbar .navbar-toggle .icon-bar {
 	background-color: #e3e3e3;
}

.styled-navbar .navbar-toggle:hover,
.styled-navbar .navbar-toggle:focus {
}

.styled-navbar .navbar-toggle:hover .icon-bar {
    background-color: #2584c4 ;
}


.navbar-collapse.collapse {
    display: inline-block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}


.styled-navbar .navbar-collapse,
.styled-navbar .navbar-form {
    /*	padding-bottom: 25px; */
     text-align: center;
}

.styled-navbar .navbar-nav > .open > a,
.styled-navbar .navbar-nav > .open > a:hover,
.styled-navbar .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* Drop Down Menu Container
.styled-navbar .nav > li ul.dropdown-menu { background-color: #b7bcbf; border: none; border-radius: 0; }  
*/

/* Drop Down Menu Container | transparent */
.styled-navbar .nav > li ul.dropdown-menu {   	
	background-color: #0b2f57; /* Fall-back for browsers that don't support rgba */
	border: none; 
	border-radius: 0; 
}

/* Dropdown Link */
.styled-navbar .nav > li > .dropdown-menu a:before  {
	color: #ffffff;
	content: "\00BB \00a0";	/* >> AND space */
}
.styled-navbar .nav > li > .dropdown-menu a  {
	color: #e3e3e3;
	text-transform: none; 
}

/* Dropdown Link Hover */
.styled-navbar .nav > li > .dropdown-menu a:hover  {
	color: #ffffff;
	background-color: transparent;
	text-transform: none; 
}

.styled-navbar .nav > li > .dropdown-menu .active > a,
.styled-navbar .nav > li > .dropdown-menu .active > a:hover,
.styled-navbar .nav > li > .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #990000;
  outline: 0;
}

/* Add bottom border to dropdown-menu items */
.styled-navbar .nav > li > .dropdown-menu li  {
	/* border-bottom: 1px solid #2a2a2a; */
}

/* Remvove bottom border to dropdown-menu items */
.styled-navbar .nav > li > .dropdown-menu li:last-child  {
	border: none;
}
/* .styled-navbar .nav > li > .dropdown-menu a:last-child { border: none; } */


 .post-meta { display: none; }


 /* Animation ***************************************************/



.os-animation, .staggered-animation {
    opacity: 0.0;
}  
.os-animation.animated, .staggered-animation.animated {
    opacity: 1.0;
}  



/* Pages *******************************************************
***************************************************************/

.center { text-align: center; margin: 0 auto; }

/* Responsive Video Wrapper **************************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 0px;
}
 
.video-container iframe,
.video-container object,
.video-container embed, 
.holder #clock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
/* Contact Form ************************************************
***************************************************************/
.contact form {
    margin-top: 115px;
    margin-bottom: 115px;
}

.contact h1 {  }

.contact .input-lg { 
	border-color: #cfd0d0;
	background: rgba(255,255,255,0.90);
        padding: 10px 16px;
        height: 66px;

}

.contact .btn-lg { 
	border: none;
	background-color: #2584c4;
    width: 100%;
    height: 66px;
    font-size: 24px;

}

.contact .form-control::-webkit-input-placeholder,
.contact .form-control:-moz-placeholder, 
.contact .form-control::-moz-placeholder, 
.contact .form-control:-ms-input-placeholder { color: #999999; }

.contact input, .contact-section textarea {
	color: #333333;
} 

span.hint { display: block; }
 
 /* Footer ***********************************************
***************************************************************/
footer {
	background-color: #cccccc; 
	color: #999999; 
	height: auto;  
	width: 100%; 
}

.footer-padding {
    padding: 40px 75px 40px 75px;
}

ul.social-icons { padding: 25px 0 0 0;  text-align: center; }
ul.social-icons li { display: inline-block; }
.fa-facebook { position: relative; right: 15px; color: #990000; }
.fa-twitter { position: relative; left: 30px; color: #990000; }

.copyright { margin: 10px 0 0 0; }


/* BACK TO TOP */
#toTop { position: fixed; right: 5px; bottom: 10px; cursor: pointer; display: none; text-align: center; z-index: 99999; }
#toTop h1 { border: none; }


/* Pager
************************/
.pager a:link, .pager a:visited { color: #691121; }

/* Media Queries *****************************************************************
**********************************************************************************/

@media (min-width : 1200px) {
}

@media (min-width: 992px){	

    section.section-padding {
		padding-top: 180px;
		padding-bottom: 0px;
		
	}
		
}

@media (max-width: 992px){
	html, body  {
	font-size: 16px; 

    }


	.logo {
		margin: 0px 0 0 0;
		padding-top: 3px;
	}

    .styled-navbar .navbar-nav > li > a {
        border: none;
    }

    #introCarousel .carousel-caption span.blue-opacity-bg {
        padding: 15px;
        width: 100%;
    }

    #introCarousel .carousel-caption h1 {
        font-size: 26px;
    }

    #introCarousel .carousel-caption h2 {
        font-size: 17px;

    }

    #myCarousel .nav-pills {
        font-size: 15px;
    }

	.carousel {
		top: 0px;
	}

    section.features {
        padding-top: 90px;
    }

    section.contact .contact-info > div {
        display: block;
        width: auto;
        margin-top: 30px;
        padding: 10px;
        background: rgba(255,255,255,0.45);
    }

    
	section.section-padding {
		padding-top: 120px;
		padding-bottom: 0px;
		
	}

    .section-content {
        padding: 35px;
    }

    p.lead {
        font-size: 24px;
    }

    .footer-padding {
        padding: 40px 30px 40px 30px;
    }


    section.contact h3 {
        font-size: 48px;
    }
	
}

@media (max-width: 768px)  {
    #myCarousel .white-opacity-panel {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 30px;
    }
    #myCarousel .nav-justified>li>a {
        border-bottom: 1px solid #cccccc;
        margin: 0;
    }
    footer {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 480px) {

}

/* Change when navbar collapses
=================================================================== */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		max-height: none;
		overflow-x: hidden;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
        float: none;
    }
    .navbar-nav >li > a {
        text-align: center;
		padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}