/*
	Argos FRP
	Website Stylesheet
	@author Cameron Fitzgerald, camandco@gmail.com
*/

/* ******************** Fonts ******************** */

@font-face {
	font-family: 'agendamedium';
	src: url('../fonts/Agenda-Medium-webfont.eot');
	src: url('../fonts/Agenda-Medium-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Agenda-Medium-webfont.woff2') format('woff2'),
			 url('../fonts/Agenda-Medium-webfont.woff') format('woff'),
			 url('../fonts/Agenda-Medium-webfont.ttf') format('truetype'),
			 url('../fonts/Agenda-Medium-webfont.svg#agendamedium') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'agendalight';
	src: url('../fonts/Agenda-Light-webfont.eot');
	src: url('../fonts/Agenda-Light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Agenda-Light-webfont.woff2') format('woff2'),
			 url('../fonts/Agenda-Light-webfont.woff') format('woff'),
			 url('../fonts/Agenda-Light-webfont.ttf') format('truetype'),
			 url('../fonts/Agenda-Light-webfont.svg#agendalight') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'agendabold';
	src: url('../fonts/Agenda-Bold-webfont.eot');
	src: url('../fonts/Agenda-Bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Agenda-Bold-webfont.woff2') format('woff2'),
			 url('../fonts/Agenda-Bold-webfont.woff') format('woff'),
			 url('../fonts/Agenda-Bold-webfont.ttf') format('truetype'),
			 url('../fonts/Agenda-Bold-webfont.svg#agendabold') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* ******************** Global ******************** */

* {
	margin: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(43,57,144);
	background: -webkit-linear-gradient(top, rgb(43,57,144), rgb(39,170,225));
	background: -o-linear-gradient(bottom, rgb(43,57,144), rgb(39,170,225));
	background: -moz-linear-gradient(bottom, rgb(43,57,144), rgb(39,170,225));
	background: linear-gradient(to bottom, rgb(43,57,144), rgb(39,170,225));
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: rgb(147, 149, 152);
	font-family: 'agendalight', sans-serif;
	font-size: 14.5pt;
	line-height: 21.5pt;
}

a img {
	border: none;
}

a, a:visited {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
	color: #299dd8;
}

a:hover {
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
	text-decoration: none;
}
img{
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/* Override Container for Print */
.print-only {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

/* ******************** Page Layout ******************** */

.container {
	background: none;
	/*width: 100%;*/
	z-index: 200;
}
.cf:before,
.cf:after,
.container:before,
.container:after{
	content: '';
	display: table;
}
.cf:after,
.container:after{
	clear: both;
}

.page-container {
	background: #FFFFFF;
	z-index: 100;
	padding: 30px 60px 30px 60px;
}

.page-container-base {
	padding-top: 0px !important;
	margin-top: -30px;
	/*padding-bottom: 0px !important;*/
}

.page-container p {
	font-family: 'agendalight', sans-serif;
	font-size: 14.5pt;
	line-height: 21.5pt;
	text-align: left;
	margin-bottom: 20px;
}

.page-container h1 {
	font-family: 'agendamedium', sans-serif;
	font-size: 2em;
	line-height: 34pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #2b4498;
}

.page-container h1.text {
	font-size: 22pt;
}

.page-container h2 {
	font-family: 'agendamedium', sans-serif;
	font-size: 21pt;
	line-height: 25pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #2b4498;
}

@media (max-width: 767px) {
	.page-container {
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px;
	}
	
	.page-container > p.lead {
		font-size: 17pt;
		line-height: 28pt;
	}
}

@media (min-width: 768px) {
	.container {
		width: 85%;
		margin-left: auto;
		margin-right: auto;  
	}
	
	.page-container {
		padding: 50px 90px 50px 90px;
	}
}

@media (min-width: 915px) {
	.page-container {
		padding: 50px 110px 50px 110px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 992px;
	}
	
	.page-container {
		padding: 40px 110px 60px 110px;
	}
	.page-container.text-home{
		padding: 15px 20px 18px;
	}
}
.alignleft{
	float: left;
	margin: 0 1em 1em 0;
}
.alignright{
	float: left;
	margin: 0 0 1em 1em;
}
.aligncenter{
	display: block;
	margin: 0 auto 1em;
}
/* ******************** Header ******************** */
header#top{
	padding: 10px 0 15px;
}
a.logo {
	float: left;
	width: 190px;
	margin: 5px 0 0 7px;
}
.header__right{
	float: right;
	line-height: normal;
}
.header__soc{
	text-align: right;
	margin: 0 0 8px;
	color: #fff;
}
.header__soc strong{
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 5px 0 0;
	letter-spacing: 0.5px;
}
.header__soc a{
	display: inline-block;
	vertical-align: bottom;
}
.header__phone{
	display: block;
	color: #fff;
	text-align: right;
	font-size: 31px;
	letter-spacing: 1px;
}
header .searchform{
	margin: 0 0 5px auto;
	width: 235px;
}
.search {
	background: #fff;
	padding: 4px 5px;
}

.search input {
	border: none;
	color: rgb(147, 149, 152);
	font-family: 'agendalight', sans-serif;
	font-size: 12.5pt;
	/*line-height: 21.5pt;*/
	margin: 0;
	padding: 5px 0;
	width: 190px;
	height: 20px;
}

.search button {
	border: none;
	background: #FFFFFF;
	color: rgb(147, 149, 152);
	font-size: 12.5pt;
	padding: 0;
	width: 24px;
	float: right;
	line-height: 30px;
}

#nav-main{
	margin: 15px -5px -15px;
}
#nav-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font:16px/18px 'agendamedium', sans-serif;
	text-transform: uppercase;
	color: rgb(167, 169, 172);
}
#nav-main > ul > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 16px 15px;
	cursor: pointer;
}
#nav-main > ul > li:before{
	content: '\\';
	font-size: 16px;
	position: absolute;
	left: -6px;
	top: 0;
	color: #fff;
}
#nav-main > ul > li:first-child:before{
	display: none;
}
#nav-main ul li:hover > ul{
	display: block;
}

#nav-main ul a, #nav-main ul a:visited, #nav-main ul a:active {
	/*color: rgb(167, 169, 172);*/
	color: #fff;
	text-decoration: none;
}

#nav-main ul a.active, #nav-main ul a:hover, #nav-main ul li.current-menu-item > a {
	color: rgb(167, 169, 172);
	text-decoration: none;
}
#nav-main ul ul{
	display: none;
	position: absolute;
	width: auto;
	left: 0;
	top: 100%;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	z-index: 1000;
}
#nav-main ul ul li{
	display: block;
	background: #2b3f94;
	margin: 0 0 1px;
}
#nav-main ul ul a{
	color: #fff;
	display: block;
	padding: 8px 16px;
	white-space: nowrap;
}
#nav-main ul ul li > a:hover,
#nav-main ul ul li.active > a,
#nav-main ul ul li.current-menu-item > a{
	color: #299dd8;
}


#nav-trigger, #nav-mobile {
	display: none;
}

#nav-trigger {
	display: none;
}
	
#nav-trigger > span {
	display: inline-block;
	padding: 6px;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #FFFFFF;
	color: rgb(167, 169, 172);
	cursor: pointer;
	text-transform: uppercase; 
}

#nav-trigger span:hover {
	background-color: rgb(167, 169, 172); 
	color: #FFFFFF;
}
			
nav#nav-mobile {
	display: none; 
	position: absolute;
	right: 0;
	top: 65px;
	background-color: rgba(167, 169, 172, 0.9); 
}
.admin-bar nav#nav-mobile {
	top: 100px;
}

nav#nav-mobile ul {
	display: none;
	list-style: none;
	text-align: right;
	padding: 0;
}

nav#nav-mobile li {
	display: block;
	border-bottom: solid 1px rgb(167, 169, 172); 
}
	
nav#nav-mobile li:last-child {
	border-bottom: none; 
}
nav#nav-mobile ul ul a{
	font-size: 14px;
	padding: 0 30px 0 20px;
}

nav#nav-mobile a {
	display: block;
	color: #FFFFFF;
	padding: 10px 20px; 
	text-decoration: none;
}

nav#nav-mobile a:hover {
	color: rgb(167, 169, 172);
	background-color: rgba(255, 255, 255, 0.9); 
}

.h-nav-tabs{
	margin: 15px 0 0;
	border: 2px solid #2b3f94;
}
.nav-tabs{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: -1px 0 0 -1px;
	font: 14px/18px Helvetica, sans-serif;
}
.nav-tabs li{
	text-transform: uppercase;
	float: left;
	border: 1px solid #2b3f94;
	margin: 0 -1px -1px 0;
}
.nav-tabs a{
	display: block;
	padding: 5px 12px;
	color: #2b3f94;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-tabs .current-menu-item a,
.nav-tabs a:hover{
	color: #299dd8;
	background: #2b3f94;
}

@media (max-width: 480px) {
	.nav-tabs li{
		float: none;
	}
}
@media (max-width: 400px) {
	.hide-sm {
		display: none;
	}
	
	#nav-trigger > span {
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	a.logo {
		float: none;
		display: block;
		margin: 0 auto 15px;
	} 
	#nav-trigger {
		display: block; 
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.admin-bar #nav-trigger{
		top: 55px;
	}
	header#top .container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.header__right{
		float: none;
	}
	header .searchform{
		width: 180px;
	}
	.search input{
		width: 140px;
	}
	nav#nav-main {
		display: none; 
	}

	nav#nav-mobile {
		display: block; 
	}
}

/* ******************** Argos FRP "Device" ******************** */

.device-padding {
	padding-bottom: 145px;
}

.device-clear {
	height: 170px;
}

.device {
	margin-left: -30px;
	float: left;
}

.device img {
	width: 300px;
}

/* ******************** Diagonal Line & "More" ******************** */

.diag {
	background: url('../images/line-device.png');
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	margin-top: -2px;
	margin-right: -1px;
	height: 63px;
	width: 34px;
}

a.more-button {
	float: right;
	margin-right: 5px;
	margin-top: 38px;
	font-family: 'agendabold', sans-serif;
	text-transform: uppercase;
	font-size: 14.7pt;
	line-height: 21.89pt;
	color: #FFFFFF;
	text-decoration: none;
}

a.more-button:hover {
	color: rgb(167, 169, 172);
}

@media (max-width: 767px) {  
	.device-padding {
		padding-bottom: 97px;
	}
	
	.device img {
		width: 200px;
	}  
	
	.device-clear {
		height: 120px;
	}
	
	.diag {
		display: none;
	}
	
	a.more-button {
		margin-top: 8px;
		margin-right: 20px;
	}
}

@media (max-width: 450px) {
	a.more-button {
		font-size: 10pt;
	}
}

/* ******************** Full-width Image Panel ******************** */

.full-width-panel {
	z-index: 1;
	width: 100%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: -webkit-linear-gradient(left, rgb(43,57,144), rgb(39,170,225) 20%, rgb(39,170,225) 80%, rgb(43,57,144));
	background: -o-linear-gradient(right, rgb(43,57,144), rgb(39,170,225) 20%, rgb(39,170,225) 80%, rgb(43,57,144));
	background: -moz-linear-gradient(right, rgb(43,57,144), rgb(39,170,225) 20%, rgb(39,170,225) 80%, rgb(43,57,144));
	background: linear-gradient(to right, rgb(43,57,144), rgb(39,170,225) 20%, rgb(39,170,225) 80%, rgb(43,57,144));
	overflow: hidden;
}

.flowing-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.front-all {
	width: 100%;
}

.front-pg {
	background-image: url("../images/front-image-sm-wt.png");
	height: 500px;
	z-index: 2;
	position: absolute;
	width: 100%;
}

.front-pg-2 {
	background-image: url("../images/front-image-sm-wt-2.png");
	height: 500px;
	z-index: 1;
	position: absolute;
	width: 100%;
}

.flow-normal {
	height: 270px;
}

.personnel {
	background-image: url("../images/personnel.png");
}

.personnel-new-cropped {
	background-image: url("../images/personnel-new-cropped.png");
}

.directors {
	background-image: url("../images/directors.png");
}

.personnel-new {
	background-image: url("../../../uploads/2015/03/personnel-new.png");
}

.what-is-frp {
	background-image: url("../images/what-is-frp.png");
}

.manufacturing-partner {
	background-image: url("../images/manufacturing-partner.png");
}

.key-products {
	background-image: url("../images/key-products.png");
}

.key-industries {
	background-image: url("../images/key-industries.png");
}

.timeline-bg {
	background-image: url("../images/timeline.png");
}

.contact-us {
	background-image: url("../images/contact-us.png");
	height: 380px;
}

@media (max-width: 1000px) {
	.front-pg, .front-pg-2{
		height: 450px;
	}
	
	.flow-normal {
		height: 250px;
	}
	
	.contact-us {
		height: 360px;
	}
}

@media (max-width: 900px) {
	.front-pg, .front-pg-2{
		height: 400px;
	}
	
	.flow-normal {
		height: 230px;
	}
	
	.contact-us {
		height: 340px;
	}
}

@media (max-width: 767px) {
	.flowing-image{
		height: auto;
		background-image: none;
	}
	.front-all{
		background-image: none;
	}
	
	.front-pg {
		position: relative;
	}
	
	.front-pg-2 {
		position: relative;
		display: none;
	}
	
	.mobile-only {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.no-mobile {
		display: none;
	}
}

/* ******************** Footer ******************** */

#wrap {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -60px;
}

#push {
	height: 60px;
}

footer {
	height: 40px;
	padding: 9px 0px 11px 0px;
	width: 100%;
	background-color: rgb(147, 149, 152);
	clear: both;
	font-family: 'agendalight', sans-serif;
	color: #52514F; /*rgb(108, 106, 103);*/
	font-size: 10pt;
	line-height: 17pt;
	text-align: center;
}

footer .links, footer .attribution {
	padding: 0px 15px 0px 15px;
}

footer a, footer a:visited {
	color: #52514F; /*rgb(108, 106, 103);*/
	text-decoration: none;
}

footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

@media (max-width: 700px) {
	#wrap {
		margin: 0 auto -80px;
	}
	
	.push {
		height: 80px;
	}
	
	footer {
		height: 60px;
	}
}

/* ******************** Who We Are ******************** */

.our-team {
	margin-top: 60px;
}

.team {
	padding-bottom: 20px;
	clear: both;
}

.team .open {
	font-family: 'agendalight', sans-serif;
	font-size: 15pt;
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	cursor: pointer;
}

.team .slash {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	background-image: url("../images/line-device-g.png");
	background-position: center center;
	background-size: auto 45px;
	background-repeat: no-repeat;
	width: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.team .info {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}

.team .name {
	font-family: 'agendabold', sans-serif;
	font-size: 15.7pt;
	line-height: 21.5pt;
	text-transform: uppercase;
}

.team .position {
	font-family: 'agendalight', sans-serif;
	font-size: 13.5pt;
	line-height: 23pt;
}

.team .para {
	margin-top: 20px;
	margin-left: 90px;
	margin-bottom: 30px;
	display: none;
}

@media (max-width: 600px) {
	.team .para {
		margin-left: 5px;
	}
}

.para-open {
	display: block;
}

.page-container .sub-menu {
	margin: 0;
	padding-bottom: 0;
	font-size: 12pt;
	padding-top: 10px;
}

.page-container .sub-menu .active {
	font-family: 'agendamedium', sans-serif;
	text-decoration: none;
}

/* ******************** Timeline ******************** */

.timeline {
	display: table;
}

.timeline-element {
	display: table-row;
}

.timeline-element .time {
	font-family: 'agendamedium', sans-serif;
	display: table-cell;
	white-space: nowrap;
	padding-right: 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12pt;
}

.timeline-element .element {
	font-family: 'agendalight', sans-serif;
	display: table-cell;
	padding-bottom: 30px;
}

@media (max-width: 600px) {
	.timeline, .timeline-element, .timeline-element .time, .timeline-element .element {
		display: block;
		padding-right: 0px;
		text-align: left;
	}
}

/* ******************** Contact Us ******************** */

#map-canvas {
	width: 100%;
	height: 350px;
}

@media (max-width: 700px) {
	#map-canvas {
		height: 300px;
	}
}

@media (max-width: 400px) {
	#map-canvas {
		height: 200px;
	}
}

.firstHeading {
	margin-top: 5px;
}

div.row {
	width: 100%;
	display: table-row;
}

div.half-width {
	width: 50%;
	display: table-cell;
}

h2.contact-left {
	padding-right: 30px;
}

h2.contact-right {
	padding-left: 30px;
}

div.contact-details {
	padding-right: 30px;
}

div.wpcf7 {
	padding-left: 30px !important;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
	color: rgb(147, 149, 152);
	font-family: 'agendalight', sans-serif;
	font-size: 14.5pt;
	line-height: 21.5pt;
	padding: 4px;
	background: #FFFFFF;
	border: rgb(147, 149, 152) 1px solid;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
	width: 100%;
}

textarea.wpcf7-form-control {
	height: 150px;
}

.wpcf7-submit {
	width: 80px !important;
	font-size: 12pt;
	text-transform: uppercase;
	font-family: 'agendamedium', sans-serif;
}

.wpcf7-submit:hover {
	background: rgb(147, 149, 152);
	color: #FFFFFF;
}

input.wpcf7-form-control.wpcf7-captchar {
	width: 150px !important;  
}

img.wpcf7-captchac {
	margin-top: 8px;
}

label {
	font-size: 12pt;
	text-transform: uppercase;
	font-family: 'agendamedium', sans-serif;
}

span.wpcf7-not-valid-tip {
	font-size: 10pt !important;
}

div.wpcf7-response-output {
	width: 100%;
	margin: 0px !important;
	font-size: 12pt !important;
	border-width: 1px !important;
}

@media (max-width: 1070px) {
	div.row {
		display: block;
	}
	
	div.half-width {
		width: 100%;
		display: block;
	}
	
	div.contact-details, div.wpcf7, h2.contact-left, h2.contact-right {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	input.wpcf7-form-control.wpcf7-captchar {
		width: 50%;
	}
}

/* ******************** What is FRP ******************** */

.callout-box {
	border: none;
	background: rgb(147, 149, 152);
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

/*.callout-box div {
	display: inline-block;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 4px;
	margin-bottom: 6px;
	background: #FFFFFF;
	color: rgb(147, 149, 152);
	box-shadow: rgb(100,100,100) 1px 1px 1px;
}*/

.callout-box li {
	width: 50%;
}

.callout-box ul li {
	float: left;
}

.callout-box div.clear {
	clear: both;
}

/*@media (max-width: 600px) {
	.callout-box div {
		display: block;
		font-size: 12pt;
		padding: 3px;
		padding-left: 6px;
		padding-right: 6px;
	}
}*/

@media (max-width: 970px) {
	.callout-box ul li {
		float: none;
		width: 100%;
	}
}

.callout-box h2 {
	margin-top: 0;
}

table.frp {
	border-collapse: collapse;
}

table.frp tr td, table.frp tr th {
	font-size: 10pt;
	line-height: 13pt;
	border: 1px #FFFFFF solid;
	padding: 4px;
	text-align: center;
}

table.frp tr th {
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: 'agendamedium', sans-serif;
}

table.frp tr td.test {
	text-align: left;
	border-top: none;
	border-left: none;
	border-bottom-color: rgb(147, 149, 152);
}

table.frp tr th.col {
	border: none;
}

table.frp tr td:not(.test) {
	background: #DDDDDD;
}

table.frp tr td.frp {
	background: rgb(147, 149, 152);
	color: #FFFFFF;
}

table.frp th.cat {
	width: 12% !important;
}

.bump-table-top {
	padding-bottom: 5px;
}

.bump-table {
	padding-top: 5px;
}

@media (max-width: 550px) {
	table.frp tr td, table.frp tr th {
		font-size: 8pt;
		line-height: 10pt;
		padding: 2px;
	}
	
	.bump-table {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.bump-table h2 {
		padding-left: 55px;
		padding-right: 55px;
	}
}

/* ******************** Projects ******************** */

.project {
	margin-top: 30px;
}

.project.single {
	margin-top: 0;
}
.project.single .image-full{
	margin: 0 0 30px;
}

.project div.entry-content img.preview {
	display: none;
}

.project-preview div.entry-content img.preview {
	display: block !important;
}
.project-preview .image{
	float: left;
	width: 200%px;
	margin: 0 20px 0 0;
}
.project-preview .description{
	overflow: hidden;
}
.project-preview .description h2{
	margin: -5px 0 10px;
}
.project-preview .description p{
	margin-bottom: 10px;
}

.project div.entry-content img {
	width: 200px;
	height: auto;
	float: left;
	clear: both;
	margin: 0 20px 15px 0;
}

/*.project.single div.entry-content img {
	width: 300px;
}*/

@media (max-width: 850px) {
	.project.single div.entry-content img {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.project div.entry-content img, .project.single div.entry-content img {
		float: none;
		text-align: center;
		width: 100%;
		padding: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.project div.entry-utility {
	clear: both;
	font-size: 12pt;
}

.project.single div.entry-utility {
	margin-bottom: 30px;
	margin-top: 15px;
}

.project-navigation {
	margin-top: 30px;
	clear: both;
	font-size: 12pt;
	text-transform: uppercase;
}

.project-navigation a, .project-navigation a:active, .project-navigation a:visited, 
.entry-utility a, .entry-utility a:active, .entry-utility a:visited,
.cat-list a, .cat-list a:active, .cat-list a:visited {
	text-decoration: none;
	color: rgb(167, 169, 172);
}

.project-navigation a:hover, .entry-utility a:hover, .cat-list a:hover {
	text-decoration: none;
	color: rgb(147, 149, 152);
}

.cat-list {
	margin-top: 20px;
	font-size: 12pt;
}

.category.project-navigation {
	padding-top: 30px;
}

/* ******************** Search ******************** */

.no-full-width {
	margin-bottom: 20px;
}

h1 > span {
	color: #52514F;
}

/* ******************** Image Classes ******************** */

.pg-img, .pg-img-3, .pg-img-time {
	float: right;
	padding: 20px;
	border: none;
	padding-top: 0px;
}

.pg-img-3, .pg-img-time {
	float: left;
	padding-left: 0px;
}

.pg-img-2 {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 700px) {
	.pg-img, .pg-img-3 {
		float: none;
		text-align: center;
		max-width: 100%;
		padding-top: 20px;
	}
	
	.pg-img-3 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 600px) {
	 .pg-img-time {
		float: none;
		text-align: center;
		max-width: 100%;
		padding-top: 20px;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	} 
}

.page-container.text-home{
	text-align: center;
}
.page-container.text-home h2{
	margin: 0;
	font-size: 18px;
	color: #4f4f4f;
}

/*h2 {
	clear: both;
}*/

/* ******************** Print ******************** */

@media print {
	header, footer .links {
		display: none;
	}
	
	.full-width-panel, .front-pg {
		width: 100%;
		height: auto !important;
		display: block;
	}
	
	.sub-menu, .team .open, .team .slash, .device, a.more-button, .device-clear, .contact-right, div.wpcf7 {
		display: none;
	}
	
	.team .para {
		display: block;
	}
	
	.device-padding {
		padding-bottom: 0;
	}
	
	.print-only {
		display: block;
		width: 100%;
	}
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?90139380');
  src: url('../fonts/fontello.eot?90139380#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?90139380') format('woff'),
       url('../fonts/fontello.ttf?90139380') format('truetype'),
       url('../fonts/fontello.svg?90139380#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?90139380#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-menu:before { content: '\e800'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.icon-minus:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e804'; } /* '' */