
@font-face {
  	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.ttf')  format('truetype')
}
@font-face {
  	font-family: 'Raleway-Medium';
	src: url('../fonts/Raleway-Medium.ttf')  format('truetype')
}
@font-face {
  	font-family: 'Raleway-ExtraBold';
	src: url('../fonts/Raleway-ExtraBold.ttf')  format('truetype')
}
@font-face {
  	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.ttf')  format('truetype')
}
@font-face {
  	font-family: 'Raleway-Light';
	src: url('../fonts/Raleway-Light.ttf')  format('truetype')
}

body{
	font-family: 'Raleway-Medium';
	font-size: 14px;
}

p span
{
	font-family: 'Raleway-Bold';
	font-size: 13px
}

h2 {
	font-family: 'Raleway-ExtraBold';
	color: #014e92;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 53px
}

h3
{
	font-family: 'Raleway-ExtraBold';
	color: #014e92;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
	text-transform: uppercase;

}

.l-1{
	font-family: 'Raleway-Light';
	font-size: 53px
}
.l-2{
	font-family: 'Raleway-ExtraBold';
	font-size: 53px
}
.l-3{
	font-family: 'Raleway-Medium';
	font-size: 48px
}
.carousel-inner .item img
{
	width: 100%
}
.nav-custom 
{
	padding-top: 20px;
	min-height: 90px
}

.navbar a
{
	color: #fff!important;
	font-family: 'Raleway-Regular';
}
.push-down
{
	top: 15px;
	position: relative;
}
.no-padding{
	padding: 0!important
}

.no-left-padding
{
	padding-left: 0!important
}

.no-right-padding {
	padding-right: 0!important
}

.bg-color{
	color: #7f7f7f!important;
	-webkit-text-fill-color : #7f7f7f!important;
}


.facebook-icon {
	/*background-color: #fff;
	color:transparent;*/
	/*padding-left: 5px;
	padding-top: 2px;
	padding-right: 1px;
	line-height: 12px!important;*/
	padding-left: 6px;
    padding-top: 3px;
    padding-right: 1px;
    line-height: 10px!important;
}
.facebook-icon-home-nav{
	/*background-image: url(../images/carousel/home/image1.png);*/
    -webkit-text-fill-color: #000;
    -webkit-background-clip: text;
    color: #000;
    display: block!important;
}

.facebook-icon-alt{
	color: transparent;
	background-color: #fff
}
.telephone {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 12px
}
.navbar {
	background-color: transparent;
	border: none;
	font-size: 12px;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

a:hover {
	text-decoration: none;
}
.navbar-right {
	clear: right;
}
 .navbar-right a:hover {
 	background-color: transparent;
 	color: #015092!important
 }

 .fa-phone{
 	color: #fff;
   -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;
 }

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}

.navbar-right a{
	text-transform: uppercase;
}

.carousel{
	margin-bottom: 60px
}

.carousel-caption{
	padding-bottom: 0
}

.carousel-text{
	position: absolute;
	bottom: 50px;
	color: #fff;
	line-height: 54px
}

.content{
	margin-bottom: 15px
}
.container{
	/*this style might impact things negatively*/
	position: relative;
	/*max-width: 945px*/
}

.has-error .form-control{
	border-color: #a94442!important

}
.custom-bg{
	background-color: #015092;
	height: 30px;
}
textarea {
   resize: none;
}
.btn-custom{
	background-color: #014e92;
	color: #bbd0e2!important;
	padding: 10px 16px;
	display: inline-block;
	font-family: 'Raleway-Regular';
	font-size: 12px;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.btn-custom:hover{
	background-color: #9c9a99!important;
	color: #fff;
}

.sub-page-heading{
	background-color: #eaeaea;
	color: #676e7c;
	min-height: 60px;
	line-height: 60px;
	font-family: 'Raleway-Regular';
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;


}

.speech{
	font-size: 16px;
	font-family: 'Raleway-Bold';
	color: #014e92;
	text-transform: uppercase;
}


.products{
	max-width: 945px;
	margin: 0 auto 15px auto;
}


.product{
	margin-bottom: 30px;
	/*max-width: 235px;
	width: 100%*/
}

.readmore{
	cursor: pointer;
}
.additional-text{

    position: absolute;
    z-index: 9999;
    background-color: #fff;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-right: -1px;
    margin-left: -1px;
    display: none;

}
.page-heading
{
	background-color: #9c9d9d;
	font-size: 42px;
	font-family: 'Raleway-Light';
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px

}

.page-heading span{
	font-family: 'Raleway-ExtraBold'
}

.sub-page-heading span{
	font-family: 'Raleway-ExtraBold';

}

/*products carousel panels*/

h4{
	color: #055194;
	font-size: 18px;
	font-family: 'Raleway-ExtraBold'
}

.panel{
	padding: 20px;
	color: #000;
	line-height: 24px;
	background-color: #fff;
	margin-top: 20px;
	line-height: 20px;
	position: relative;
}

.panel img {
	/*width: 50px*/
}
.social-links{
	padding-left: 0;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 20px
}
.social-links li {
	list-style-type: none;
	display: inline-block;
	padding: 15px 5px 15px 0
} 
.linkedin i , .twitter i{
	-webkit-text-fill-color: #fff;
	color: #fff;
	display: block;
}

.facebook i {
	color: #fff;
	display: block;
}

.social-links span{
	
    display: inline-block;
}

span.facebook{
    display: table;
    width: 28px;
    border-radius: 2px
}

span.facebook i {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #979997;
    font-size: 30px;
}

span.linkedin{
	background: #979997;
	display: table;
	width: 30px;
	height: 30px;
	border-radius: 50%;

}

span.linkedin i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	-webkit-text-fill-color : #fff;
}

span.twitter{
	background: #979997;
	padding: 5px;
	border-radius: 50%;
	display: table;
	width: 30px;
	height: 30px;
	color: #fff
}

span.twitter i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.footer {
	background-color: #363636;
	color : #9c9a99;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
	position: relative;
}

.social-footer-icons{
	font-size: 20px;
	color: #fff
}

.social-footer-icons span.facebook{
	height: 28px;
	width: 28px;
	background-color: #979997
}

.social-footer-icons span.facebook i {
	position: static;
    bottom: 0;
    font-size: 25px;
    -webkit-text-fill-color: #fff;
    color:  #fff;
    text-align: right;
    position: relative;
    top: 3px;
    right: 3px;
    z-index: 9
}

.social-footer-icons li {
	display: inline-block;
	list-style-type: none;
	padding:5px 5px 0 0;
}

.footer .heading {
	font-family: 'Raleway-Bold';
	font-size : 12px;
	color: #3b6a94;
	margin-bottom: 20px;
	margin-top : 20px;
}

.footer ul {
	padding-left: 0
}

.footer ul li {
	list-style-type: none;
	margin-bottom: 10px
} 

.footer a {
	text-decoration: none;
	color: #9c9a99;
}
.footer a:hover{
	color : #3c668d
}
.contact-col .form-control
{
	background-color: rgba(128 ,128 ,128 , 0.6);
	border-radius: 0;
	border-color: transparent;
	color: #fff
}

.scroll-to-top
{
	width: 50px;
	height: 50px;
	border: 2px solid;
	border-radius: 50%;
	position: absolute;
	right: 25px;
	bottom: 10px;
	display: table;
	text-align: center;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    cursor: pointer;
}

.scroll-to-top:hover{
	background-color: #9c9a99;
	color: #fff
}

.scroll-to-top i {
	display: table-cell;
	vertical-align: middle;
}

.bold{
	font-family: 'Raleway-Bold'
}

.extra-bold {
	font-family: 'Raleway-ExtraBold'
}
.icon-text {
	padding-left: 0;
}

@media (max-width: 768px) {


	
	.carousel-text{
		position: static;
		color : #7f7f7f;
		line-height: 40px;
		margin-top: 15px;
		margin-bottom: 15px
	}
	.l-1 , .l-2 , .l-3{
		font-size: 35px
	}

	.logo img{
		padding-left: 15px
	}

	.carousel {
		margin-bottom: 30px
	}

	.navbar-fixed-top{
		position: static;
	}
	.navbar{
		background-color: #7f7f7f;
		margin-bottom: 0
	}

	.navbar-collapse{
		padding-bottom: 15px;

	}

	.btn-custom{
		display: inline;
	}

	.panel{
		padding-left: 0
	}
	.product{
		max-width: none;
		text-align: center;
	}
	.additional-text{
		padding-left: 0;
		padding-right: 0;
		position: relative;
		top: 30px
	}

	.sub-page-heading{
		/*line-height: normal;*/
		display: table;
		width: 100%
	}

	.sub-page-heading .container{
		display: table-cell;
		vertical-align: middle;
		line-height: 30px
	}
	.navbar .facebook-icon-home-nav{
		color: #7f7f7f!important;
	    -webkit-text-fill-color : #7f7f7f!important;
	}

	.contact-col{
		margin-top: 50px
	}

	.icon-text {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 15px
	}

}