
@charset "utf-8";

/* CSS Document */

/* loader */
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 1999; width: 100%; height: 100%; overflow: visible; background: #fff url() no-repeat center center; }


body {
	padding-top: 0px;
	font-family: "nimbus-sans-extended",sans-serif;
	overflow-x: hidden;
}

.navbar-inverse {
	background-color: rgba(18,20,24,1.00);
}

.navbar-collapse.collapse {
	overflow: hidden !important;
}

.navbar-ex1-collapse > ul {
	margin-top: 55px;
	margin-left: 1px !important;
	border-top: rgba(126,126,126,1.00) solid 2px;
	width: 110%;
	padding-left: 27.5%;
}

.dropdown-menu {
	width: 100%;
	position: fixed;
	top: 86px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}

.dropdown-menu li {
	display: inline-block;
}

.dropdown-menu li.dropdown .dropdown-menu {
	top: 86px;
}

.dropdown-menu li.dropdown {

}

.navbar-brand img {
	margin-right: -21px;
	
}
.subfeatures {
	margin-top: -45px;
}
.subfeatures a  {
	color: rgba(105,106,108,1.00);
	font-family: "nimbus-sans-condensed",sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
}
.subfeatures a:hover {
	color: rgba(60,74,131,1.00);
}
.subfeatures .responsive-image   {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 135px;
	margin-bottom: 50px;
	transition: ease 1s;
	background-origin: content-box;
}
.jumbotron {
	background-color: rgba(195,200,221,1.00);
	min-height: 170px;
	padding-top: 54px;
	padding-bottom: 50px;
	display: block;
	margin-bottom: -10px;
	margin-top: 70px;
}
.blueprint {
	background-repeat: no-repeat;
	background-image: url(../images/blueprint-bkg.jpg);
	background-size: cover;
}
.jumbotron h1 {
	color: rgba(233,233,233,1.00);
	text-shadow: 2px 2px 11px rgba(0,0,0,0.70);
	font-size: 3em;
	line-height: 60px;
}
.btn-primary {
	background-color: rgba(105,106,108,1.00);
	border-color: rgba(70,78,90,1.00);
}
.panel-body img {
	margin-bottom: 15px;
}
.panel-heading h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
label {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.required {
	color: rgba(255,1,5,1.00);
}
.bottom-links {
	margin-top: 100px;
	text-align: right !important;
}
.bottom-links a {
	color: rgba(105,106,108,1.00);
	text-decoration: none;
	
}
blockquote {
	color: rgba(70,78,90,1.00);
	font-weight: 300;
}
hr {
	border-bottom: 1px solid rgba(223,223,223,1.00);
	margin-top: 19px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.well {
	background-color: rgba(198,208,223,0.80);
	border-color: rgba(126,143,168,1.00);
}
#carousel-clients {
	margin-top: 25px;
	display: block;
	width: 100%;
}











.navbar-inverse {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.40);
}
#menu-header a, .dropdown .dropdown-toggle {
	padding: 4px 40px 4px 10px;
}

#menu-header a:nth-last-child(4) {
	padding-right: 0;
}

#menu-header li a {
	color: #ffffff;
	text-transform: uppercase;	
}

#menu-header li a:hover {
	color: #A7A7A7;
}
.dropdown .dropdown-toggle{
	color: #ffffff !important;
}
.dropdown .dropdown-toggle:hover {
	color: #A7A7A7 !important;
}
#menu-header li .dropdown a {
	color: rgba(105,106,108,1.00) !important;
	padding: 5px 20px;
}

#menu-header li .dropdown a:hover {
		background-color: rgba(60,74,131,0.20)
	
}


/*------------CAROUSEL---------------*/

#mycarousel {
	position: relative;
	width: 100%;
	height: 640px;
	top: 80px;
	;
}
.full-screen {
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}


.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	/* [disabled]overflow: auto; */
	background: 0;
	/* [disabled]cursor: pointer; */
}
.chevron-left {
	width: 85px;
	height: auto;
	display: block;
	overflow: auto;
	margin-left: 30%;
	font-size: 80px
}

.chevron-right {
	width: 85px;
	height: auto;
	display: block;
	overflow: auto;
	margin-left: 20%;
	font-size: 80px
	
}

.slider-text
{
    position: absolute;
    top: 280px;
    width: 35%;
    color: #FFF;
	left:10%;
}
.grey-bkg {
	background-color: rgba(105,106,108,0.60);
	margin-bottom: 5px;
}

.slider-text h1 {
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}

.slider-text h1 span {
	

	letter-spacing: 8px;
}
.slider-text h2{
	font-size: 70px;
	font-weight: 400;
	font-family: "nimbus-sans-condensed",sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.black-bkg {
	background-color: rgba(0,0,0,0.60)
}

#main {
	-webkit-box-shadow: -5px -8px 9px rgba(0,0,0,0.50);
	box-shadow: -5px -8px 9px rgba(0,0,0,0.50);
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding-top: 20px;
	display: block;
	z-index: 3;
	position: relative;
	padding-bottom: 20px;
	min-height: 551px;
}





.shadow {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.60) !important;
	-webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.60) !important;
}
.project-img img {
	margin-bottom: 10px;
	margin-top: 5px;
}


.headline h2 { 
	font-size: 29px;
	letter-spacing: 0px;
}

.mainbody p {
	font-size: 20px;
	line-height: 30px;
}
footer {
	background-image: -webkit-linear-gradient(270deg,rgba(33,36,42,1.00) 0%,rgba(70,78,90,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(33,36,42,1.00) 0%,rgba(70,78,90,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(33,36,42,1.00) 0%,rgba(70,78,90,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(33,36,42,1.00) 0%,rgba(70,78,90,1.00) 100%);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgba(255,255,255,1.00);
}

footer h3 {
	font-size: 32px;
	text-transform: uppercase;
	text-shadow: 2px 1px 5px rgba(0,0,0,0.51);
	
	
}

.left-rule {
	border-left: 2px solid rgba(255,255,255,1.00);
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}

footer p {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0px;
	line-height: 22px;
	margin-bottom: 0px;
}
.social a {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 14px;
	color: rgba(255,255,255,1.00);
	padding-top: 9px;
	font-size: 22px;
	margin-top: 9px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	transition: ease 1s;
}
.subfooter {
	background-color: rgba(13,13,13,1.00);
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.subfooter p {
	margin-bottom: 0px;
	margin-top: 0px;
	color: rgba(255,255,255,1.00);
	font-weight: 400;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
}
.subfooter a {
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
}

.social a:hover {
	background-color: rgba(162,171,208,0.65);
}

.logo
{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	margin-bottom: 15px;
}


.logo:hover
{
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.project-list h3 {
	margin-bottom: 2px;
	margin-top: 18px;
}


@media screen and (max-width:1600px){
.slider-text 
{
	position: absolute;
	top: 280px;
	width: 37%;
	color: #FFF;
	left: 10%;
}


#mycarousel {
	position: relative;
	width: 100%;
	height: 640px;
	top: 80px;
	margin-bottom: -20px;
}


}

@media screen and (max-width:1440px){


#mycarousel {
	position: relative;
	width: 100%;
	height: 559px;
	top: 80px;
	;
}
.slider-text h1 {
	font-weight: 700;
	font-size: 42px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.slider-text h1 span {
	letter-spacing: 7px;
}
.slider-text h2 {
	font-size: 65px;
	font-weight: 400;
	font-family: "nimbus-sans-condensed",sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}




}

@media screen and (max-width:1280px){
	.slider-text 
{
	position: absolute;
	top: 280px;
	width: 45%;
	color: #FFF;
	left: 10%;
}


#mycarousel {
	position: relative;
	width: 100%;
	height: 520px;
	top: 80px;
	margin-bottom: -20px;
}
}

@media screen and (max-width:1024px){
.navbar-ex1-collapse > ul {
	margin-top: 55px;
	margin-left: 1px !important;
	border-top: rgba(126,126,126,1.00) solid 2px;
	width: 110%;
	padding-left: 5%;
}
#mycarousel {
	position: relative;
	width: 100%;
	height: 420px;
	top: 80px;
	;
}
.carousel-control {
	height: 70%;
}
.slider-text 
{
	position: absolute;
	top: 150px;
	width: 49%;
	color: #FFF;
	left: 12%;
}
.slider-text h1 {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.slider-text h1 span {
	letter-spacing: 4px;
}
.slider-text h2 {
	font-size: 40px;
	font-weight: 400;
	font-family: "nimbus-sans-condensed",sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.subfeatures a {
	color: rgba(105,106,108,1.00);
	font-family: "nimbus-sans-condensed",sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0px;
	text-decoration: none;
}
.subfeatures .responsive-image {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 135px;
	margin-bottom: 20px;
	transition: ease 1s;
	background-origin: content-box;
}
.headline h2 {
	font-size: 24px;
	letter-spacing: 0px;
}
.mainbody p {
	font-size: 16px;
	line-height: 25px;
}
footer h3 {
	font-size: 27px;
	text-transform: uppercase;
	text-shadow: 2px 1px 5px rgba(0,0,0,0.51);
	
	
}
footer p {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0px;
	line-height: 17px;
	margin-bottom: 0px;
}

}

@media screen and (max-width:768px){
.navbar-ex1-collapse > ul {
	margin-top: 25px;
	margin-left: 1px !important;
	border-top: rgba(126,126,126,1.00) solid 2px;
	width: 110%;
	padding-left: 5%;
}

.dropdown-menu {
	width: 100%;
	top: 104px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}
#menu-header li .dropdown a {
	color: rgba(105,106,108,1.00) !important;
	padding: 5px;
	font-size: 12px;
}

.carousel-fade .carousel-inner .item {
	width: 135%;
	margin-left: -120px;
}
.chevron-left {
	width: 85px;
	height: auto;
	display: block;
	overflow: auto;
	margin-left: 0%;
	font-size: 80px
}
.slider-text h1 {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.slider-text h1 span {
	letter-spacing: 4px;
}
.slider-text 
{
	position: absolute;
	top: 170px;
	width: 46%;
	color: #FFF;
	left: 12%;
}
footer h3 {
	font-size: 21px;
	text-transform: uppercase;
	text-shadow: 2px 1px 5px rgba(0,0,0,0.51);
	
	
}
.social a {
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 14px;
	color: rgba(255,255,255,1.00);
	padding-top: 6px;
	font-size: 16px;
	margin-top: 9px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	transition: ease 1s;
}
.jumbotron h1 {
	color: rgba(233,233,233,1.00);
	text-shadow: 2px 2px 11px rgba(0,0,0,0.70);
	font-size: 2.5em;
	line-height: 35px;
}
blockquote p {
	font-size: 80%;
}


}


@media (max-width: 768px) {

.navbar-ex1-collapse > ul {
	margin-top: 0;
	margin-left: 0 !important;
}

.navbar-collapse.collapse {
	width: 100%;
	margin-top: 80px;
}
	
}



@media screen and (max-width:767px){
.navbar-toggle {
	margin-top: 20px;
	border: 0;
	margin-right: 20px;
}
.navbar-header {
	padding-bottom: 24px;
}
.slider-text 
{
	position: absolute;
	top: 340px;
	width: 75%;
	color: #FFF;
	left: 12%;
	text-align: center;
}
.slider-text h1 {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.headline h2 {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 27px;
}
.subfeatures a {
	color: rgba(105,106,108,1.00);
	font-family: "nimbus-sans-condensed",sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 18px;
}
.dropdown-menu {
	background-color: rgba(209,209,209,1.00) !important;
}
.dropdown-menu .dropdown {
	display: block;
	text-align: left;
}
.navbar-ex1-collapse > ul {
	border: 0;
}




}

@media screen and (max-width:740px){
#mycarousel {
	position: relative;
	width: 100%;
	height: 370px;
	top: 80px;
	overflow: hidden;
}
.slider-text 
{
	position: absolute;
	top: 290px;
	width: 100%;
	color: #FFF;
	left: 12%;
	text-align: center;
	margin-left: -88px;
}


}

@media screen and (max-width:570px){
.slider-text 
{
	position: absolute;
	top: 290px;
	width: 100%;
	color: #FFF;
	left: 12%;
	text-align: center;
	margin-left: -70px;
}
.carousel-fade .carousel-inner .item {
	width: 160%;
	margin-left: -200px;
}
.social a {
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 14px;
	color: rgba(255,255,255,1.00);
	padding-top: 6px;
	font-size: 16px;
	margin-top: 9px;
	display: block;
	margin-right: auto;
	margin-left: -26px;
	padding-left: 12px;
	transition: ease 1s;
}



}

@media screen and (max-width:425px){
.col-xx-12 {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
	width: 212%;
	margin-left: -240px;
}
.slider-text 
{
	position: absolute;
	top: 280px;
	width: 101%;
	color: #FFF;
	left: 12%;
	text-align: center;
	margin-left: -50px;
}
.slider-text h1 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}
.subfeatures .responsive-image {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	margin-bottom: 20px;
	transition: ease 1s;
	background-origin: content-box;
}
.headline h2 {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 27px;
	margin-bottom: 16px;
}
footer h3 {
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 2px 1px 5px rgba(0,0,0,0.51);
	margin-top: 2px;
	
	
}
footer p {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 0px;
	text-align: center;
}
.left-rule {
	border-left: 2px;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}
.social a {
	width: 45px;
	height: 45px;
	
	border-radius: 14px;
	color: rgba(255,255,255,1.00);
	padding-top: 6px;
	font-size: 16px;
	margin-top: 9px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	transition: ease 1s;
}
.subfooter p {
	margin-bottom: 0px;
	margin-top: 0px;
	color: rgba(255,255,255,1.00);
	font-weight: 400;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}
.subfeatures a {
	color: rgba(105,106,108,1.00);
	font-family: "nimbus-sans-condensed",sans-serif;
	font-weight: 900;
	font-size: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 30px;
	margin-bottom: 14px;
}
.chevron-right {
	width: 85px;
	height: auto;
	display: block;
	overflow: auto;
	margin-left: -30%;
	font-size: 80px
	
}
.bottom-links {
	margin-top: 30px;
	text-align: center !important;
}
.project-list h3 {
	margin-bottom: 2px;
	margin-top: 18px;
	font-size: 20px;
	line-height: 22px;
}





}

@media screen and (max-width:375px){
.navbar-brand img {
	width: 90%;
}
.navbar-brand {
	width: 75%;
	padding-top: 22px;
	padding-bottom: 0px;
}
.carousel-fade .carousel-inner .item {
	width: 245%;
	margin-left: -325px;
}
.slider-text 
{
	position: absolute;
	top: 280px;
	width: 96%;
	color: #FFF;
	left: 12%;
	text-align: center;
	margin-left: -39px;
}
.slider-text h1 {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
}






}

@media screen and (max-width:320px){
.slider-text h1 {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.80);
	display: block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}
.slider-text 
{
	position: absolute;
	top: 220px;
	width: 96%;
	color: #FFF;
	left: 12%;
	text-align: center;
	margin-left: -29px;
	display: block;
}
.carousel-fade .carousel-inner .item {
	width: 245%;
	margin-left: -325px;
}
#mycarousel {
	position: relative;
	width: 100%;
	height: 320px;
	top: 80px;
	;
}
#menu-header li .dropdown a {
	color: rgba(105,106,108,1.00) !important;
	padding: 5px;
	font-size: 10px;
}
.jumbotron h1 {
	color: rgba(233,233,233,1.00);
	text-shadow: 2px 2px 11px rgba(0,0,0,0.70);
	font-size: 2.15em;
	line-height: 30px;
}






}
