
/**
* 1.0 - Global Style
* ------------------------------------------------------------------------------
*/
@import url('../fonts/ACaslonPro-Regular/styles.css');
body {
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.67em;
	color: #383838;
}
strong,
em {
    font-weight: 700;
    font-style: normal;
}
h1,
h2,
h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0;
}
h1 {
    font-size: 39px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
img {
    max-width: 100%;
    outline: none;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
ul {
    margin: 0;
    padding: 0;
}
input,
textarea,
button,
input:focus {
    outline: none;
}
/**
*
*  topbar Style
* ------------------------------------------------------------------------------
*/

#topbar{
	background-color: #ec9113;
	color: #fff;
}

.topbar{
	position: relative;
}
.social-icons {
    margin-right: 160px;
    float: right;
}
.social-icons a{
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social-icons a:hover{
	color: #060c3e;
}

.top-badge{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

/**
*
*  Logo Wrapper Style
* ------------------------------------------------------------------------------
*/
address.address {
    font-size: 18px;
    color: #060c3e;
    margin-top: 56px;
    font-family: 'ACaslonPro-Regular';
}
a.logo {
    padding: 10px 0;
    display: block;
}




/**
*
*  Navbar Style
* ------------------------------------------------------------------------------
*/

.navbar {
    border: none;
    margin-bottom: 0;
    border-radius: 0px;
}
.navbar-nav>li {
	position: relative;
}
.navbar-nav>li:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    height: 55px;
    background: #383d65;
    right: 0;
}
.navbar-nav>li:last-child:after {
    display: none;
}
.nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px !important;
}
.nav>li:first-child a {
    padding-left: 0;
}
.nav>li:last-child a {
    padding-right: 0;
}
.nav>li>a:hover {
    color: #ddd !important;
}
.dropdown-menu{
    background-color: #060c3e;
}
.dropdown-menu>li>a {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 13px;
}
.dropdown-menu>li>a {
    text-align: center;
    border-bottom: 1px solid rgba(245, 243, 243, 0.2);;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 13px;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color: #060c3e;
	color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #060c3e;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

/**
*
*  Carousel Style
* ------------------------------------------------------------------------------
*/
#carouselSec {
      background: url(../images/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    min-height: 500px
}
.carousel-inner .item  {
	padding: 20px;
	background-color: rgba(236, 145, 19, 0.9);
	left: 0%;
	right: 0%;
	bottom: inherit;
	text-shadow: none;
}
.carousel-inner .item  p{
	font-size: 30px;
	color: #fff;
	line-height: 1.5em;
    font-family: 'ACaslonPro-Regular';
    line-height: 1.5em;
    text-align: center;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    margin-right: -10px;
    opacity: 0.7;
}


/**
*
*  About Style
* ------------------------------------------------------------------------------
*/
#about{
    background-color: #fff;

}
.about-vhsa{
    padding: 40px 0 50px;
    background-color: #fff;
    overflow: hidden;

}
.about-vhsa h1{
    color: #060c3e;
    font-weight: 400;
    font-family: 'ACaslonPro-Regular';
}
.about-vhsa p{
    color: #afb1be
}

.seperator{
    background: #003c4e;
    background: -moz-linear-gradient(left,  #003c4e 0%, #003c4e 50%, #00799a 50%, #00799a 100%);
    background: -webkit-linear-gradient(left,  #003c4e 0%,#003c4e 50%,#00799a 50%,#00799a 100%);
    background: linear-gradient(to right,  #003c4e 0%,#003c4e 50%,#00799a 50%,#00799a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c4e', endColorstr='#00799a',GradientType=1 );
    height: 10px;
    width: 100%;
}
/**
*
*  Promo-block Style
* ------------------------------------------------------------------------------
*/
.promo-block{
    padding: 45px 0;
    overflow: hidden;
}
.single-block{
    padding: 45px 0;
}

.single-block:hover {
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.22);
}
.single-block img {
    margin-bottom: 25px;
}
.single-block a {
    font-size: 20px;
    color: #060c3e;
    display: block;
    font-family: 'ACaslonPro-Regular';
}


/**
*
*  Articles-block Style
* ------------------------------------------------------------------------------
*/
.articles-block{
    padding: 30px 0 75px;
    overflow: hidden;
}
.articles-block article{
    width: 50%;
    float: left;
}
.articles-block article img{
    width:100%;
}
.articles-block .post-content{
    padding: 20px;
}
.articles-block .post-content a{
    color: #fff;
    font-size: 20px;
}
.articles-block .post-content p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.articles-block .post-content.clr1{
    background: #ec9113;
}
.articles-block .post-content.clr2{
    background: #060c3e;
}


/**
*
*  sponsors Style
* ------------------------------------------------------------------------------
*/
.sponsors h3 {
    text-transform: uppercase;
    font-size: 22px;
    padding: 22px 0;
    border-top: 1px solid #060c3e;
    border-bottom: 1px solid #060c3e;
    font-family: 'ACaslonPro-Regular';
}
.client-logoes {
    padding: 55px 0 65px;
}

.client-logoes a img{
    margin-right: 50px;
    
}
.client-logoes a:last-child img{
    margin-right: 0px;

}


/**
*
*  footerTop Style
* ------------------------------------------------------------------------------
*/
#footerTop{
    background: #060c3e;
    padding-top: 10px;
}
.bottom-menu div{
    float: left;
    margin-bottom: 50px;
}
.bottom-menu div a {
    font-size: 10px;
    margin-right: 15px;
    display: block;
    color: #fff;
}


/**
*
*  footer Style
* ------------------------------------------------------------------------------
*/
footer#footer {
    background: #232955;
    padding: 35px 0 25px;
    text-align: center;
}
footer#footer p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

