body {
	font-family: "exo";
	font-size: 18px;
	background: #111;
	color: #666;
	margin: 0;
}
.mobile-only{
	display:none;
}

a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition:.5s;
}

.scale-to-grid {
	width: 100%;
	height: auto;
}

.btn-pro {
	background-color: #800F13;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 20px;
}
.btn-pro:hover {
	background-color: #011949;
	color: #ffffff;
}

/*TEXT*/
.content-text {
	font-size: 25px;
}
.contact {
	font-size: 22px;
}
.black-text {
	color: #000000;
}

.no-shadow {
	text-shadow: none !important;
}


/*PANELS*/
.inner {
	padding: 40px;
}
.inner .inner {
	padding: 0px 40px;
}

#slider {
	
}
.black-back {
	background-color: #000000;
	color: #ffffff;
}
.blue-back {
	background-color: #011949;
	color: #ffffff;
}
.red-back {
	background-color: #800F13;
	color: #ffffff;
}

.white-back {
	background-color: #ffffff;
	color: #000000;
}
#leadership {
	display: none;
}
.grey-grad-back{
	
	background: #f4f4f4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */

	
}

/*HEADINGS*/
h2.center-rule {
	text-align: center;
	padding: 0;
	border-bottom: 1px solid;
	text-transform: uppercase;
	margin: 0 0 70px;
}
h2.center-rule > span {
	position: relative;
	top: 18px;
}

.white-back h2.center-rule > span {
	background-color: #ffffff;
}

.black-back h2.center-rule > span {
	background-color: #000000 !important;
}

.blue-back h2.center-rule > span {
	background-color: #011949 !important;
}

.red-back h2.center-rule > span {
	background-color: #800F13;
}

h3.project-title {
	text-transform: uppercase;
	font-size: 34px;
	margin: 0 0 20px 0;
	color: #002065 !important;
}


/*NAVIGATION*/
ul.nav {
/* border-bottom: 4px solid #800f13;*/
height: 142px;
text-transform: uppercase;
float: right;
margin-right: 50px;
}
.navbar {
	background-color: rgba(0, 0, 0, 0.65) !important;
	background-image: none;
}
#logo-rule, #nav-rule {
	height: 4px;
}
#logo-rule{
	height: 4px;
	    position: absolute;
	    width: 355px;
	    bottom: 0;
	
}
.navbar-header {
/* border-bottom: 4px solid #011949;*/
}.navbar {
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.6);
}
#tag {
    position: absolute;
    padding: 4px 10px;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;

	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	 box-shadow: 0 6px 5px rgba(0, 0, 0, 0.6);
}
.navbar-brand {
	background-image: url("../images/logo-head.png");
	background-repeat: no-repeat;
	height: 123px;
	margin: 5px 0 10px 5px;
	opacity: 0.7;
	overflow: hidden;
	text-indent: -5000px;
	width: 350px;
}
a.navbar-brand {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition:.5s;
}
a.navbar-brand:hover {
	opacity: 1;
}


.navbar-nav > li > a {
	color: #ffffff !important;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-top: 45px;
	padding-bottom: 10px;
	padding-top: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition:.5s;
}

.navbar .networks {
	float: right;
	margin: 0 30px 0 0;
}
#nav-block .networks > a {
	font-size: 54px;
	color: #ffffff;
	margin: 0 3px !important;
	top: 30px;
	position: relative;
}
#nav-block .networks > a:hover {
	color: #800F13 !important;
}

#i-class-fa-fa-facebook-square-i-link, #i-class-fa-fa-twitter-square-i-link, #i-class-fa-fa-youtube-square-i-link, #i-class-fa-fa-linkedin-square-i-link {
	font-size: 50px;
	margin: 40px 0 0;
	padding: 5px;
}
.navbar-nav > li > a:hover {
	color: #800F13 !important;
}
.nav > li:nth-child(1) {
	margin-left: 20px;
}

.white-link a {
	color: #ffffff;
}
.white-link a:hover {
	color: #D20007 !important;
	text-decoration: none !important;
}

/*SLIDER*/

#slider {
	height:1024px;
	max-height: 1024px;
	overflow: hidden;
}


.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.slide-container {
	position: relative;
}

.carousel-control {
	bottom: 0;
	color: rgba(255, 255, 255, 0.24);
	font-size: 40px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.93), 1 1px 2px rgba(0, 0, 0, 0.49), 2 1px 4px rgba(0, 0, 0, 0.23);
	top: 50%;
	width: 5%;
}


.slide-content-wrap {
	display: -webkit-box; /* OLD: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* OLD: Firefox (buggy) */
	display: -ms-flexbox; /* MID: IE 10 */
	display: -webkit-flex; /* NEW, Chrome 21+ */
	display: flex; /* NEW: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-box-align: center; /* OLD… */
	-ms-flex-align: center; /* you know the drill now… */
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	height: 1024px;
	width: 100%; /* needed for Firefox */
	text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.16), 3px 3px 8px rgba(0, 0, 0, 0.11), 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.slide-content-wrap .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 10rem;
}


#slider .container {
	position: relative;
}

.flex-container {
}
.flex-box {
}
.slide-background {
	width: 100%;
	height: auto;
}


#slider h2 {
	font-size: 45px;
}
#slider h3 {
	font-size: 40px;
}
#slider h4 {
	text-transform: uppercase;
	font-size: 28px;
}

#slide-h2 {
}

#slide-h3 {
}
#html-content {
	margin: 160px 0 0 0 ;
}
#html-content i.fa-stack-2x {
	font-size: 75px;
}

#html-content i.fa-stack-1x {
	font-size: 40px;
}

#html-content .fa-stack {
	display: inline-block;
	height: 3em;
	line-height: 3em;
	position: relative;
	vertical-align: middle;
	width: 3em;
}

.blackscreen.content-text {
	background-color: rgba(0, 0, 0, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.54);
	box-shadow: 1px 1px 3px #000000;
	padding: 20px;
	text-align: left;
}
#projects-slider .carousel-control.left {
    left: -90px;
}
#projects-slider .carousel-control.right {
    right: -90px;
}
/*CLIENT*/

.client {
	display: -webkit-box; /* OLD: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* OLD: Firefox (buggy) */
	display: -ms-flexbox; /* MID: IE 10 */
	display: -webkit-flex; /* NEW, Chrome 21+ */
	display: flex; /* NEW: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-box-align: center; /* OLD… */
	-ms-flex-align: center; /* you know the drill now… */
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	height: 100px;
	text-shadow: 4px 4px 15px #000000, 3px 3px 8px #000000, 1px 1px 2px #000000;
}

.client item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 10rem;
}


/*OUTREACH*/
.vertical-center {
	display: -webkit-box; /* OLD: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* OLD: Firefox (buggy) */
	display: -ms-flexbox; /* MID: IE 10 */
	display: -webkit-flex; /* NEW, Chrome 21+ */
	display: flex; /* NEW: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-box-align: center; /* OLD… */
	-ms-flex-align: center; /* you know the drill now… */
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	min-height: 300px;
}
.vertical-center item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 10rem;
}
.vertical-center img {
	height: auto;
	width: 100%;
}

/*IN THE MEDIA*/
.news-service {
	display: inline-block;
	padding: 20px 20px;
}
.news-service img {
	max-width: 250px;
	height: auto;
}
/*PARALAX*/

.scene {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.fill {
	position: absolute;
	bottom: 5%;
	right: 5%;
	left: 5%;
	top: 5%;
}

.expand-width {
	width: 100%;
}

.border {
	border: 2px dashed #00FFAA;
}

.aspect {
}

.layer {
	width: 105%;
}

/*FOOTER */
#pminc {
	display: block;
	background-image: url(../images/pminc.png);
	background-repeat: no-repeat;
	height: 95px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -5000px;
}
.address {
}
.phone {
	display: block;
	margin: 10px 0 ;
}
a.phone {
	color: #CC0014;
}
#connect .networks {
	font-size: 50px;
	margin-bottom: 20px;
}

#connect .networks a {
	color: #ffffff !important;
}
#connect .networks a:hover {
	color: #800F13 !important;
}
#connect h4 {
	text-transform: uppercase;
	font-size: 40px;
}
#share-foot {
    text-align: right;
    margin-top: 50px;
}
#share-foot label {
    font-weight: 100;
    position: relative;
    top: -8px;
}

/*FORMS*/
placeholder {
	font-family: "exo" !important;
}

#connect .form-control {
	margin: 0px 0 25px 0;
	height: 45px;
	background-color: #161F30;
	border-color: #1B3469;
	font-size: 18px;
	font-family: "exo" !important;
}
#contact_form .form-control {
    background-color: #161f30;
    border-color: #1b3469;
    font-family: "exo" !important;
    font-size: 18px;
    height: 45px;
    margin: 0 0 25px;
}

.chzn-container {
    font-size: 18px;
    margin-bottom: 22px;
}
.chzn-container-single .chzn-single {	
	height: 42px;
    line-height: 42px;
    background-color: #161f30;
    border-color: #1b3469;
	background-image:none;
	color:#7C9299;
	box-shadow: none;

}
.chzn-container-single .chzn-single div b {
    background: url("../images/chosen-sprite.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
}
.btn-alert {
	background: #a71113; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3MTExMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDBjMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a71113 0%, #740c0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a71113), color-stop(100%,#740c0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a71113 0%,#740c0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a71113 0%,#740c0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a71113 0%,#740c0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a71113 0%,#740c0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71113', endColorstr='#740c0d',GradientType=0 ); /* IE6-8 */

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition:.5s;
	color: #ffffff;
	width: 100%;
	text-shadow: 1px 1px 2px #000000;
	border-color: #a71113;
}

.btn-alert:hover {
	background: #00497a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDk3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIwNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #00497a 0%, #002053 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00497a), color-stop(100%,#002053)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00497a 0%,#002053 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00497a 0%,#002053 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00497a 0%,#002053 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00497a 0%,#002053 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00497a', endColorstr='#002053',GradientType=0 ); /* IE6-8 */


	color:#ffffff;
	width: 100%;
	text-shadow: 1px 1px 2px #000000;
	border-color: #00497a;
}


.form-control.error {
	border-color: #C90000 !important;
	background-color: #400000 !important;
}
label.error {
	color: #a10000;
	position: absolute;
	top: 8px;
	right: 1px;
	font-size: 13px;
	border: 1px solid;
	padding: 5px;
	background-color: #000000;
	text-transform: uppercase;
	font-family: exo;
	font-weight: 300;
	 z-index: 999;
}

/*RESPONSIVE SOCIAL WIDGETS*/

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
	max-width: 100%;
}

.fb-comments, .fb-comments span, .fb-comments iframe[style] {
	width: 100% !important;
}

/*ARTICLES PAGE*/
.article-share span {
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -5500px;
    width: 50px;

 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
  	filter: alpha(opacity=50); 
  	opacity: 0.5;

	margin-bottom: 15px;

}
.article-share span:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  	filter: alpha(opacity=100); 
  	opacity: 1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition:.5s;
}
.article-share{
	margin:40px 0 0 0 ;	
}
#site-content{
	padding:160px 0 0 0 ;
	
	background: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #000000 0%, #f4f4f4 8%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(8%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#f4f4f4 8%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#f4f4f4 8%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#f4f4f4 8%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#f4f4f4 8%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


		
}
.block-text {
    margin: 50px 0;
}
.meta > ul {
    list-style: none outside none;
 margin: 0 0 10px;
    padding: 0;
}
.meta > ul > li {
    display: inline;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 1px;
}
li.user {
    margin-left: 20px;
}
h1 {
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 30px 0 -5px;
}
.st_facebook_custom{
		background: url("../images/share-fb.png") no-repeat scroll left top transparent;
			padding:0px 16px 0 0;
}
.st_twitter_custom{
			background: url("../images/share-tw.png") no-repeat scroll left top transparent;
				padding:0px 16px 0 0;
}
.st_googleplus_custom{
		background: url("../images/share-gp.png") no-repeat scroll left top transparent;
			padding:0px 16px 0 0;
}
.st_linkedin_custom{
			background: url("../images/share-li.png") no-repeat scroll left top transparent;
				padding:0px 16px 0 0;
}
.st_sharethis_custom{
	
		background: url("../images/share-st.png") no-repeat scroll left top transparent;
			padding:0px 16px 0 0;
}

/*FADE IN ANIMATION*/

.fadein{
  	opacity: 0;
	
}

/*LIST PAGE*/
a.white-back {
    background-color: #ffffff !important;
    color: #000000;
    display: block;
}
a.white-back:hover {
    background-color: #011949 !important;
    color: #ffffff;
    display: block;
	text-decoration:none;
	opacity:1;
}
.list a.item {
    margin-bottom: 30px;
    	height: 500px;
}
.list h5 {
    font-size: 30px;
    font-weight: 100;
}	
.list .description {
    font-size: 16px;
}
.pad {
	    padding: 10px 20px;
}
	
.clear-all.space {
    clear: both;
    float: none;
    padding: 15px;
}
.list .meta > ul > li {
    display: inline;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
}
.list h5 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: -3px;
}
.pagination > li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #011949;
	border-color: #011949;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	color: #FFFFFF;
	float: left;
	line-height: 1.42857;
	padding: 6px 12px 6px;
	text-decoration: none;
}
.pagination li a {
	background-color: rgba(0, 0, 0, 0);
	border: medium none;
	color: #ffffff !important;
	padding: 0;
}

.pagination li a:hover, .pagination > li:hover, .pagination > li:hover a {
	background-color: #800F13!important;
	color: #ffffff!important;
}
.pagination li.previous, .pagination li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li.next {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pagination {
	border-radius: 4px 4px 4px 4px;
	display: block;
	margin: 20px 0;
	padding-left: 0;
	font-size: 18px;
    font-weight: 100;
}

/*RESPONSIVE ADJUSTMENTS*/

#mobile-txt {
    padding-top: 110px;
}
#mobile-txt h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 1px;
}

#mobile-txt img {
    width:100%;
	height: auto;
}


@media only screen and (min-width: 1920px) {
	
	.list a.item {
	    margin: 0 auto 30px;
	    max-width: 660px;
	   	height: 550px;
	}
	
}
@media only screen and (min-width: 992px) and (max-width: 1600px){
	#slider {
		height: 800px;
	}
}	
	
@media only screen and (min-width: 769px) and (max-width: 991px){
	#slider {
	    height: 827px !important;
	}
}	


	
	
@media only screen and (max-width : 1365px) and (min-width: 768px) {
	


#nav-block .networks > a {
    color: #ffffff;
    font-size: 40px;
 	top: 40px;
}

}
@media only screen and (max-width : 1265px) and (min-width: 768px) {
.navbar-nav > li:last-child > a {
	padding-right: 0;
	margin-right: -18px;
}

#nav-block .networks > a {
	top: 10px;
}
ul.nav {
    float: right;
    
    margin-right: 50px;
  
    text-transform: uppercase;
}
}

@media only screen and (max-width : 1285px) and (min-width: 768px) {
	.navbar-nav > li:last-child > a {
		padding-right: 0;
		margin-right: -18px;
	}

	.navbar-nav > li:first-child > a {	
	}

	#nav-block .networks > a {
		top: 40px;
	}
	ul.nav {
	    float: right;
	    margin-right: 50px;
	    text-transform: uppercase;
	}
	.navbar-nav > li > a {
	    margin-top: 45px;
	}
}

@media only screen and (max-width : 1229px) and (min-width: 768px) {

	.navbar .networks {
	    float: right;
	 margin: -15px 30px 0 0;

	}
	ul.nav {
	    height: 98px;
	}
}


@media only screen and (max-width : 1069px) and (min-width: 768px){
	#nav-block .networks > a {
	/*	color:#a10000;*/
	}
	.navbar .networks {
	    float: right;
	    margin: -15px 30px 0 0;
	}
	ul.nav {
	    height: 98px;
	}
	.navbar-nav > li:first-child > a {
	    padding-left: 0;
	}
	.navbar-nav > li > a {
	  
	}
}


@media only screen and (max-width : 965px) and (min-width: 768px) {
	#nav-block .networks > a {
	/*color:#a10000;*/
	}
	ul.nav {
	    height: 98px;
	    margin-top: -54px;
	}
	
}
@media only screen and (min-width:769px) and (max-width : 965px) {
	h1 {
	    margin: 80px 0 -5px;
	}
}

@media only screen and (max-width : 768px) {
	#nav-block .networks > a {
	    color: #ffffff;
	    font-size: 54px;
	    margin: 0 3px !important;
	    position: relative;
	    top: 0;
	}
	.navbar .networks {
	    clear: both;
	    display: block;
	    float: none;
	    margin: 10px 0 0 0;
	    text-align: center;
	    width: 100%;
	}
	ul.nav {
	    clear: both;
	    float: none !important;
	    margin: 0 !important;
		height:auto !important;
	}
	ul.nav li{
	    clear: both;
	    float: none !important;
	    margin: 0 !important;
	}
	.navbar-nav > li > a{
		text-align:center;
		 margin: 0 !important;
	}
	body, #site-content, .grey-grad-back{
		background-image:none;
		background-color:#d1d1d1;
	}
	.navbar-brand{
		opacity: 1;
	}
	.fadein{
		opacity:1 !important;
	}
	
	.mobile-only{
		display:inline-block;
	}
	.desktop-only{
		display:none !important;
	}
	.list a.item {
	    height: auto;
	}

}

@media only screen and (max-width : 480px) {
	h1 {
	    margin: 0px 0 -5px;
	}
	.inner .inner {
	    padding: 0;
	}
	.inner {
	    padding: 20px;
	}
	.fadein{
		opacity:1 !important;
	}
}
@media only screen and (min-width : 414px) and (max-width : 812px) and  (orientation : landscape) {
	.navbar-brand {
	    background-image: url("../images/logo-wide.png");
	    background-repeat: no-repeat;
	    background-size: 100% auto;
	    height: 52px;
	    margin: 5px 0 10px 5px;
	    opacity: 1;
	    overflow: hidden;
	    text-indent: -5000px;
	    width: 400px;
	}
	.inner .inner {
	    padding: 0;
	}
	.inner {
	    padding: 20px;
	}
	.fadein{
		opacity:1 !important;
	}
}
@media only screen and (max-width : 414px) {
	.fadein{
		opacity:1 !important;
	}
	.navbar-brand {
	    background-position: center center;
	    background-size: 90% auto;
	    margin: -12px auto;
	    opacity: 1;
	    width: 253px;
	}
.list .description {
    display:none;
}


.inner .inner {
    padding: 0;
}
.inner {
    padding: 20px;
}
#share-foot {
    margin-bottom: 37px;
    margin-top: 50px;
    text-align: left;
}
#share-foot label {
    display: block;
    font-weight: 100;
    position: relative;
    top: -8px;
}
.st_sharethis_custom{
	display:none !important;
}
h1 {
    margin: -30px 0 -5px;
}
h1 {
    font-size: 47px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: -16px!important;
}

.content-text {
    font-size: 20px;
}
.vertical-center {
    min-height: 100px;
}
#projects-slider .carousel-control.left {
    display:none;
}
#projects-slider .carousel-control.right {
       display:none;
}
}

@media only screen and (max-width: 1014px){
	ul.nav {
	    clear: both;
	    float: none !important;
	    height: auto !important;
	    margin: 0 !important;
	}
	
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.collapse, .navbar-collapse.collapse {
		display: none !important;
		visibility: hidden;
	}
	.collapse.in {
		display: block !important;
		visibility: visible;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	ul.nav li {
	    clear: both;
	    float: none !important;
	    margin: 0 !important;
	}
	.navbar-nav>li>a {
	
		margin: 0 !important;
	    text-align: center;
	}
}


/*
DESIGN, HTML & CSS BY PSYCLONECREATIVE
*/