body {
	background: #f1f2f2;
	color: #808285;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 300;
}


h1, h2 {
	color: #00235d;
}

h1 {
  font-family: "district-pro",sans-serif;
  font-size: 25px;
  font-weight: 600;
  
  }
  
 h2, .entry-header h2 {
  font-family: "district-pro",sans-serif;
  font-size: 25px;
  font-weight: 700;
  
  }
  
  a {
	  color: #00235d;
  }
  
  a:hover {
	  color: #548AB8;
  }

/*TOP BAR */

#sp-top-bar{
	border-top: #0e1d37 9px solid;
	padding: 0;
}

#sp-top-bar p{
	margin: 0;
	font-size: 13px;
	font-weight: 400;
}

#sp-top-bar .sp-module {
    display: block;
}

#sp-top-bar a{
	display: inline-block;
	background: #0e1d37;
	padding: 0px 10px 2px;
	color: #fff;
	margin: 0 5px;
}

#sp-top-bar img{
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

/* LOGO AND TAGLINE */

a.logo h1{
	margin: 0 0 10px;
}

.customtagline p{
	color: #fff;
	font-family: "district-pro",sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-top: 30px;
}

/* HEADER MENU */

#sp-header{
	height: auto;
	border-top:1px solid #fff;
}

.sp-megamenu-parent{
	float: none;
	text-align: center;
}

.sp-megamenu-parent > li > a{
	height: 39px;
	text-transform: none;
	color: #fff;
	font-size: 15px;
	line-height: 39px;
	padding: 0 41px;
	font-weight: 400;
}

@media (max-width: 1199px){
	.sp-megamenu-parent > li > a{
		padding: 0 25px;
	}
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a{
	color: #fff;
	background: #3389bc;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0;
}

.sp-megamenu-parent > li.sp-has-child > a::after {
	font-family: "FontAwesome";
	content: "";
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid lightgray;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #939598;
	font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #ededed;
	color: #939598;
	
}

#offcanvas-toggler > i {
	color: #fff;
}

/* SLIDER */


#sp-slider .container{
	padding:0;
}

.page-header-image{
	position: relative;
}

.header-text {
	left: 30px;
	bottom: 30px;
	background: #fff;
	opacity: 1;
	-moz-opacity: 1;
	width: auto;
/*	position: absolute;*/
	color: #fff;
	z-index: 8;
	padding: 15px;
	overflow: hidden;
	filter: alpha(opacity=10);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

@media (min-width:768px){
	.header-text {
		position: absolute;
		max-width: 500px;
	}
}


.header-text h1 {
	color: #00235d;
	font-size: 53px;
	font-family: "district-pro",sans-serif;
	line-height: 64px;
	margin: 0 0 10px;
	font-weight: 700;
}

.header-text p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #00235d;
	font-weight: 600;
}

/*FRONT PAGE ARTICLE */

#sp-main-body #sp-component{
	padding: 0 5px 0 0;
	padding-bottom: 50em;
	margin-bottom: -50em;
	background: white;
}

article.item.leading-0{
	min-height: 221px;
}
	

#sp-main-body, #sp-projects-body{
	padding: 20px 0;
}

#sp-main-body .row, #sp-projects-body .row{
	overflow: hidden;
}

article.item {
    margin-bottom: 0px;
    background: #fff;
    padding: 15px 35px 9px 20px;
}

.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
    float: left;
    margin: -15px -35px -10px -20px;
}

.entry-header {
    position: relative;
    margin-bottom: 10px;
}

.entry-header h2 {
    margin: 8px 0 0;
}

.sp-module.feature-panel{
	background: #fff;
	padding-bottom: 50em;
	margin-bottom: -50em;
}

.sp-module.feature-panel img{
	display: inline-block;
}

.sp-module.feature-panel p{
	margin: 0;
}

.sp-module.feature-panel h2{
	text-align:right;
	padding-right: 10px;
	margin-top: 15px;
}

@media (max-width: 767px){
	.sp-module.feature-panel p{
		text-align: center;
	}

	.sp-module.feature-panel h2{
		text-align: center;
	}
}

#sp-position2, #sp-position3{
	padding-left: 5px;
	padding-right: 5px;
	height: 221px;
}


/* SEARCH BAR */

#sp-search{
	padding: 10px 0;
}

.search {
	float: right;
}


.search select, textarea, input[type="text"] {
    background: #1a396e;
    color: #fff;
    border: none;
	border-radius: 0;
    font-family: "Roboto", sans-serif;
	font-style: italic;
}

input[type="text"]:focus {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/* FOOTER MENU */

.sp-module ul > li > a::before {
	content: "";
	margin: 0;
}

.nav > li > a:hover, .nav > li > a:focus{
	background: transparent;
}

.sp-module ul > li.parent {
	display: inline-block;
	vertical-align: top;
	/*width: 29%;*/
	margin-left: 4.3%;
}

@media (max-width:767px){
	.sp-module ul > li.parent {
		margin-left: 0%;
	}
}

.sp-module ul > li {
	border: none;
}

.sp-module ul > li.parent > a, .sp-module.footer-navigation ul > li > a{
	text-transform: uppercase;
	font-weight: 700;
}

.sp-module ul > li > a {
	color: #fff;
	line-height: 26px;
}

.sp-module ul > li > a:hover {
	text-decoration: underline;
	color: #fff;
}

#sp-footer1 img{
	display:inline-block;
	margin: 0 5px;
}


.chrono_credits{
	display:none;
	}
	
/* FOOTER FORM  */

@media (max-width:767px){
 	#sp-bottom4	{
		clear: both;
		padding-top: 20px;
	}
}

#sp-bottom4 .gbs3 input, #sp-bottom4 .gbs3 textarea.form-control , #sp-bottom4 input[type="text"]{
	background: #17263f;
	border: none;
	border-radius: none;
	color: #fff;
}

#sp-bottom4 .gbs3 .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #17263f;
}

#sp-bottom4 .gbs3 .form-control {
    background-color: #17263f;
	color: #fff;
}

#sp-bottom4 input[type="text"]:focus {
    background-color: #17263f;
	color: #fff;
}

#sp-bottom4 .gbs3 textarea.form-control:focus {
    background-color: #17263f;
    border: none;
	color: #fff;
}

#sp-bottom4 .gbs3 .form-horizontal .control-label {
	display: none;
}

#fin-txtName, #fin-txtEmail{
	width: 100%;
}

#fin-txtMessage{
	width: 100%;
}

#chronoform-container-4{
	margin-left: 4%;
}

#sp-bottom4 #fin-btnSend{
	float: right;
}

input#btnSend.blue-button {
    font-size: 15px;
	text-transform: uppercase;
    color: #fff;
    padding: 4px 35px;
    background: #006bab !important;
    border: none;
	font-weight: 700;
    border-radius: 0 !important;
}

    input#btnSend.blue-button:hover {
        background: #575757;
    }
	
/* FOOTER */

#sp-footer {
	padding: 10px 0;
}

.sp-copyright,  #sp-footer a{
	font-size: 11px;
	color: #7ca5c9;
}

/* LEFT BAR */

#sp-left .sp-column {
	background: #fff;
	padding-bottom: 500em;
	margin-bottom: -500em;
}

#sp-left .sp-module ul > li {
	border-bottom: 2px solid #ededee;

}

#sp-left .sp-module ul > li > a {
	line-height: 40px;
	color: #939598;
	font-size: 15px;
	padding: 0 0 0 15px ;
	font-weight: 400;
}

#sp-left .sp-module ul > li > a:active , #sp-left .sp-module ul > li > a:hover {
	color: #6d6e71;
	font-weight: 500;
	background: #e4e4e4;
	text-decoration: none;
}

#sp-left{
	padding-left: 0;
}

#sp-right{
	padding-right: 0;
}

div.sigplus-gallery ul > li > img {
	margin-bottom: 20px !important;
}


/* PROJECT STYLING */

.project-wrapper{
	overflow:hidden;
}
.project-profile-box{
	background-color:#fff;
	width:25%;
	float:left;
	text-align:left;
	padding: 20px;
}
.project-profile-box h3{
	font-size:95%;
	color:#2C2C2C;
	font-weight:900;
	text-align:center;
	margin-top: 5px;
}

.project-profile-box .itemExtraFieldsLabel{
	display: block;
	color: #3389bc;
	font-weight: 900;
}

.project-profile-box .itemExtraFieldsValue{
	display: block;
	margin-bottom: 20px;
}

.project-details{
/*	margin-bottom: -50em;
	padding-bottom: 50em;*/
	background: white;
	width: 65%;
	float: left;
	margin-right: 1%;
	position: relative;
	min-height:200px;
}


h2.project-title{
	padding: 0 0 10px;
	display:block;
	margin:0;
	
}

h2.project-title a{
	color: #00235d;
	
}

.project-text{
	padding: 15px;
	position: relative;
}

.project-text p{
	margin: 0;
}

.itemFullText h3{
	font-size: 90%;
	color: #548AB8;
	font-weight: 1200;
}

.itemFullText{
display: block;	
margin-top:0;
margin-left:1%;
margin-right:1%;
width:48%;
background: #ffffff;
padding:20px;
float:left;
}

.itemImageGallery{
	margin-top:0px;
	padding:0px;
	width:25%;
	float:right;
	
}
.itemImageGallery ul{
margin:0px;
padding:0px;	
width:100%;

	
}
.itemImageGallery a{
border:0;
background-color:red;
margin:0px;
padding:0px;
display:block;
text-decoration:none;
}

.itemImageGallery ul li{
width:100%;	
margin-bottom:10px;
padding:0px;
border:0px;
text-decoration:none;
list-style: none; 
}

.itemImageGallery a{
	background-color: transparent;
}

@media (max-width: 767px){
div.itemImageGallery img{
height: 200px !important;
max-width: 100%;
background-size: auto !important;
background-repeat: no-repeat;
background-color: transparent;
background-position: 50%;
}
}

.read-more {
	position: absolute;
	bottom: 0;
	right: 0;
/*	margin-bottom: 50em;*/
	background: #00235d;
	display: block;
	padding: 2px 10px;
	font-family: "district-pro",sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.project-image{
	float: right;
	width: 34%;
	max-height: 200px;
}

.project-image img{

}

 a.k2ReadMore{
	display: inline-block;
	color: #fff;
}

 a.k2ReadMore img{
	display: inline-block;
	vertical-align: middle;
}

div.catItemView {
	margin-bottom: 20px;
	padding: 0px;
}

div.k2Pagination ul li.active a{
	color: #00235d;
	border-color: #00235d;
}

.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus{
	background-color:#00235d;
	border-color: #00235d;
}

@media (max-width: 767px) {
	.project-profile-box, 	.itemFullText, .itemImageGallery{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
}
}


/* BREADCRUMBS */

#sp-breadcrumb{
	padding: 0;
}


.breadcrumb{
	margin: 20px 0 0;
	background:#fff;
}

/* GALLERY */
.pg-cv-box{
	border: none;
	box-shadow: none;
	display: inline-block;
	float:none;
	
}

#pg-msnr-container {
    margin: 0 auto;
    text-align: center;
}