

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/*Line 1350*/
.navbar-brand img {
	display: inline-block;
	height: 50px;
}
/*Line #1359*/
.navbar-nav > li > a {
    font-size: 15px;
	line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #506A85;
    padding: 15px 20px;
	border: 1px solid rgba(255,255,255,0);
	border-bottom: auto;
	-webkit-border-top-right-radius: 0;
	 -webkit-border-top-left-radius: 0;
	    -moz-border-radius-topright: 0;
	     -moz-border-radius-topleft: 0;
	        border-top-right-radius: 0;
	         border-top-left-radius: 0;
	-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	              border-radius: 3px;
	bottom: -1px;
	z-index: 1;
}
#hero p.intro {
	/*font-size: 30px;*/
	font-size: 22px;
	/*font-weight: 400;*/
	/*line-height: 150%;*/
}
.head-shot {
	vertical-align: baseline;
}
.inner-bottom-none {
	padding-bottom: 2px;
}
/*Line 1419*/
.nav > li.active > a {
    color: #F27A24;
}
/*Line 1623*/
.btn {
	padding: 12px 20px;
}
/*Line 1628*/
.btn-large {
    padding: 14px 26px;
	font-size: 15px;
}
.btn-submit {
	padding: 14px 26px;
	font-size: 15px;
}
/*Line 1656*/
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    /*background: #17A78B;*/
    color: #FFF !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    /*-webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,0);*/
    /*-moz-box-shadow: inset 0 0px 0 rgba(0,0,0,0);*/
    /*box-shadow: inset 0 0px 0 rgba(0,0,0,0);*/
}
.owl-quotes {
	text-align: left;
	cursor: default;
}
.owl-quotes .owl-page,
.owl-quotes .owl-buttons div {
	display: none;
}
.social a .icon-s-linkedin:after {
    background: #2688bb;
}
.element-no-bottom {
    margin-bottom: 0;
}

/*ISOTOPE PORTFOLIO ITEM WIDTH*/
/*Line 2657*/
.items.fullscreen li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
	width: 20%;
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.items.fullscreen li {
	    float: left;
	    position: relative;
	    background: none;
	    padding: 0;
		width: 25%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.items.fullscreen li {
	    float: left;
	    position: relative;
	    background: none;
	    padding: 0;
		width: 33.333333333%;
	}
}



ul.arrowed li:before {
    /*font-family: 'fontello';*/
    content: '\2192';
    font-weight: normal;
    color: #1ABB9C;
    margin-top: -1px;
	margin-left: -23px;
    vertical-align: top;
	position: absolute;
}
.txt-btn:after {
	/*font-family: 'fontello';*/
	content: '\2192';
	margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.portfolio-top-padding {
	padding-top: 80px;
}
/*@media (max-width: 1024px) {
	.portfolio-top-padding {
		padding-top: 80px;
		/*padding-top: 30px;*!/
	}
}
@media (min-width: 1025px) {
	.portfolio-top-padding {
		padding-top: 80px;
		/*padding-top: 30px;*!/
	}
}*/
@media (max-width: 767px) {
	/*Line 5698*/
	.footer-bottom p.pull-left,
	.footer-bottom ul.pull-right {
	    float: none !important;
	    text-align: left;
	}
}
/*@media (min-width: 768px) {
	/*Line 5061*!/
	.navbar-collapse.collapse {
		padding-bottom: 30px;
	}
}*/
@media (max-width: 1024px) {
	.navbar-brand img {
		margin-top: -5px;
	}
}

