@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* Color Code: #1a3771 
blue - 22264b
red - b56969
yellow - e6cf8b
sky blue - e8edf3
gold - #bfa161
red - c23846
pink - db7994
blue - 3a78b3
*/
body{
	/* font-family: 'Roboto Slab', serif; 
	font-family: "Source Sans Pro", sans-serif;  */
	font-family: 'Lato', sans-serif;
    font-size: 15px;
	font-weight: 300;	
	/*color: #616363;*/
	color: #555;
	letter-spacing: 1px;
	word-break: keep-all;	
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{ 
	font-family: 'Roboto Slab', serif;
	/* font-family: "Source Sans Pro", sans-serif; */
}
h1{
	font-weight: 400; 
	/* color: #3a78b3; */
	color: #0088cc;
}
h2{
	font-weight: 400;
	/* 	color: #c23846;
    border-bottom: 1px dotted #db7994; */
	color: #f0ad4e;
	border-bottom: 1px dotted #b2c3d3;
    padding-bottom: 9px;
}
h3{
	font-family: 'Lato', sans-serif !important; 
	font-weight: 300;
	/* color: #ffa500; */ 
	color: #5bc0de;
	font-size: 22px;
}
p{
	line-height: 27px;
	font-size: 17px;
	margin: 10px 0;
}
p.tagline{
    text-align: center;
    padding: 8px;
    background-color: #b2c3d3;
    color: #22264b;
	font-size: 20px;
	font-weight: bold;
}
a{
	color: #0088cc;
}
a:hover, a:focus{
	text-decoration: none;
}
.brand img{
	height: 70px;
}
header{
	/* background: #3a78b3; */
	background: #22264b;
	border-bottom: 1px dotted #22264b;
	padding: 15px 0;
}
.nav li a{
	font-size: 14px;
}
header .navbar-inverse{
	border: none;
	box-shadow: none;
	margin: 10px 0 0 0;
	background: transparent;
}
header .navbar-inverse ul.nav > li > a{
	box-shadow: none;
	background: transparent;
	color: #fff;
	text-shadow: none;
}
header .navbar-inverse ul.nav li.active a{
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background: transparent !important;
	box-shadow: none !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
	background: transparent !important;
	box-shadow: none !important;
}
.dropdown-submenu > .dropdown-menu{
	left: 100%;
	margin: 0px;
	padding: 0px;
	top:0;
}
li.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.rev {
    left: 100% !important;
	right: auto !important;    
}
.banner-section img{
	width:100%;
}
.hr-divider{
	background: url(../img/slide-bg.png) no-repeat bottom center; 
	width: 100%;
	height: 100px;
	margin-bottom: 50px;
	display: block;
	clear: both;
}
.feature-box{
	margin-top: 60px;
	text-align: center;
}
.feature-box .column1{
	background: #22264b;
    padding: 50px 0px 70px;
	color: #fff;
}
.feature-box .column2{
	background: #bba134;
    padding: 50px 0px 70px;
	color: #fff;
}
.feature-box .column3{
	background: #503847;
    padding: 50px 0px 70px;
	color: #fff;
}
.feature-box .column1 h3, .feature-box .column2 h3, .feature-box .column3 h3{
    border-bottom: 1px dotted #f2f2f2;
    padding-bottom: 10px;
	display: inline-block;
	color: #fff;
}
.feature-box p{
	font-size: 16px;
	line-height: 26px;
}
.feature-box .fa {
    font-size: 90px;
	color: #999;
}
.cnt-title { 
	text-align: center; 
	margin-bottom: 50px;
}
.cnt-title span { 
	font-size: 24px;
	font-weight: 200;
}
.review{
	margin: 80px 0;
}
.page-header{
	padding-bottom: 0px;
}
.media{
	margin-bottom: 50px;
}
#map-canvas{
	height: 400px;
	border: 15px solid #fff;
	box-shadow: 0 0 0 1px #f5f5f5;
}
footer{
	background: #e8edf3;
	padding: 30px 0;
	color: #3a78b3;
	margin-top: 40px;
}
p.copyright{
	/* color: #3a78b3; */
	color: #22264b;
	font-size: 14px;
	line-height: 24px;
}
.highlight-color{
	color: #ffa500; 
}
.industries{
	padding-top: 50px;
}
figure .img-wrapper {
    position: relative;
    overflow: hidden;
}
figure:hover .overlay {
    opacity: 1;
}
figure .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
figure img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
	width:100%;
}
figure:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.industries figcaption{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(34, 38, 75, 0.6);
}
.industries figcaption h3{
	margin:0px;
	padding:10px;
	color:#fff;
}
.industries figcaption a{
	color:#fff;
}
.buttons {
    position: absolute;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff;
}
thead{
	/* background-color: #c23846; */
	background-color: #b2c3d3;
    color: #fff;
}

/* accordian */
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  margin-right:10px;
}
.panel-default>.panel-heading a:before {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default>.panel-heading a.collapsed:before {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
/* end accordian */
blockquote{
	margin:0 0 5px;
	font-style: italic;
}
blockquote p{
	margin:0px;
}
@media (max-width: 1199px) { 

}
@media (max-width: 991px) { 

}
@media (max-width: 767px) { 
	header .navbar-inverse{
		float: none !important;
	}
	.brand img{
		float: left;
		position: relative;
		z-index: 999;
	}
	.nav > li > a, .dropdown-menu > li > a{
        display:inline-block;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.navbar-collapse{
		border-top:0px solid;
		box-shadow:none;
		-webkit-box-shadow:none;
		margin-top:20px;
	}
	.navbar-inverse .navbar-toggle{
		border-color:#fff;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background:transparent;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background-color: #fff;
		border-color: #fff;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar{
		background-color: #22264b;
	}
	.dropdown{clear:both;}
	.dropdown-menu{
        background:transparent;
        box-shadow:none;
    }
	li.dropdown-submenu:hover > .dropdown-menu{
        display:none;
    }
    .fa.dropdown-toggle {
        float: right;
		color: #fff;
		padding: 9px 0px;
		line-height: 20px;		
    }
    .dropdown > .fa.dropdown-toggle:before{
        content: "\f067";
    }
    .dropdown.open > .fa.dropdown-toggle:before{
        content: "\f068";
    }
	.portfolio-item {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	
}


