/*

Theme Name: Ayrshire Precision

Theme URI: https://concept.co.uk/

Author: Concept

Author URI: https://www.concept.co.uk/

Description: Concept Website is a beautiful WordPress theme with Parallax design. Parallax design has become popular and is being adopted because 3D effects are possible with it, you can add some sphere to your product, it is the best way of storytelling, you can draw your visitors in, it is interactive, engaging, makes your visitors curious, fun, surprise, effective to trigger action, invite your visitors in great Call to Action, great conversion rates and many more. This is probably the most beautiful, feature rich and complete free WordPress parallax theme with features like: fully responsive, advance theme option panel, featured slider, advance post settings, services/team/blog/portfolio/testimonial layout, Google map integration, custom logo/fav icon, call to action, CSS animation, SEO friendly, translation ready, RTL support, custom CSS/JS and more! 

Version: 1.00.0

License: GNU General Public License v3 or later

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Text Domain: ayrshireprecision-website

Domain Path: /languages/

Tags: black, red, custom-background, custom-colors, custom-header, custom-menu, dark, featured-images, fluid-layout, gray, light, one-column, orange, right-sidebar, theme-options, threaded-comments, translation-ready, two-columns, white



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.


*/



/*--------------------------------------------------------------

1.0 - Reset

--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	/*font-size: 62.5%;*/ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	
	height: 100%;

}

*,

*:before,

*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */

	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */

	box-sizing:         border-box;
	

}

body {

	background: #fff; /* Fallback for when there is no custom background color defined. */

	/*background: url(images/bg.png);*/
	
	height: 100%;

}

div {
	margin: 0 auto;
}

article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}



a img {

	border: 0;

}



/*--------------------------------------------------------------

Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

	color: #404040;

	font-family: 'Roboto', sans-serif;

	line-height: 1.5;

	font-weight: 300;

	font-size: 16px;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-family: 'Oxygen', sans-serif;

}

h1{

	font-size: 24px;

}

h2{

	font-size: 22px;

}

h3{

	font-size: 20px;

}

h4{

	font-size: 18px;

}

h5{

	font-size: 16px;

}

h6{

	font-size: 14px;

}

p {

	margin-bottom: 20px;

}
p + ul{
	margin-top: -10px;
}
b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 20px;

}

address {

	margin: 0 0 20px;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	line-height: 1.6;

	margin-bottom: 20px;

	max-width: 100%;

	overflow: auto;

	padding: 20px;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}



/*--------------------------------------------------------------

Elements

--------------------------------------------------------------*/

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 20px;

}

ul, ol {

	margin: 0 0 15px 0;

}

ul {

	list-style: none;

}

ol {

	list-style: decimal;

}

li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 20px;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 20px 20px;

}

img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

	vertical-align: middle;



}

figure {

	margin: 0;

}

table {

	margin: 0 0 20px;

	width: 100%;

}

th {

	font-weight: bold;

}



/*--------------------------------------------------------------

Forms

--------------------------------------------------------------*/

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

}

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    position: relative;

	background: #00AEEF;

	display: inline-block;

	line-height: 1;

	padding: 12px 20px;

	text-decoration: none;

	color: #ffffff;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

    cursor: pointer;

    border:none;

}

button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {



}

button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {



}

input[type="checkbox"],

input[type="radio"] {

	padding: 0; /* Addresses excess padding in IE8/9 */

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

	color: #333;

	border: 1px solid #DDD;

	border-radius: 1px;

	max-width: 100%;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

	padding: 3px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding: 5px 10px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 100%;

}



/*--------------------------------------------------------------

Links

--------------------------------------------------------------*/

a {

	color: #00AEEF;

}



/*--------------------------------------------------------------

Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



/*--------------------------------------------------------------

Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 20px;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 20px;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/*--------------------------------------------------------------

Clearings

--------------------------------------------------------------*/

.clearfix:before,

.clearfix:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after,

.row:after,

.row:before {

	content: '';

	display: table;

}



.clearfix:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after,

.row:after {

	clear: both;

}



/*--------------------------------------------------------------

Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 20px;

}



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



/* Search widget */

.widget_search .search-submit {

	display: none;

}



#secondary .widget{

	background: #FFF;

	padding: 10px;

}



#secondary .widget:last-child{

	margin-bottom: 0;

}

.blog-widget{
	width:20%;
	
}

/*--------------------------------------------------------------

Content

--------------------------------------------------------------*/

.mid-content{ 

	width: 1170px; 

	margin: 0 auto;

}
.home .content-area{display: block;}
.content-area{display: flex;}

.parallax-section{ 

	padding: 60px 0 80px;

	position: relative;

}



.parallax-section h1{

	font-size: 34px;

	text-transform: uppercase;

	line-height: 1.2;

	text-align: center;

	padding: 0 20px;

	font-weight: 300;

	margin-bottom: 50px;
	
	color: #333;

}

.parallax-section h1 span{

	position: relative;

	display: inline-block;

}

.parallax-section h1 span:after{

	content: "";

	position: absolute;

	width: 50%;

	top:100%;

	left:50%;

	margin-left: -25%;

	margin-top: 10px;

	border-bottom: 2px solid;

    border-color: #ed1c24;

}



.parallax-section .overlay{

	position: absolute;

	left:0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 99;

}



.parallax-section .mid-content{

	position: relative;

	z-index: 499;

}



.parallax-section .page-content{

	margin: 0 0 40px;

}



#content > .mid-content{

	margin-top: 30px;

}



#primary{

	width: 70%;

	float: left;

}

#secondary{

	width: 28%;

	float: right;

	font-size: 16px;

}

#secondary ul{

	list-style: none;

	margin-left: 0;

}

#secondary ul li{



}

#secondary ul li a{

	text-decoration: none;

	color: #333;

}

#secondary h2.widget-title{

	border-bottom: 1px solid #00AEEF;

	margin-bottom: 10px;

	line-height: 1.2;

	font-size: 18px;

}

#secondary h2.widget-title span{

	color: #333;

	display: inline-block;

	padding: 8px 0;

}

#secondary .search-form input[type="search"]{

	width: 100%;

}


.content-full{
	width:100%;
}

.content-sidebar{
	width:75%; margin-right: auto;
}


/*--------------------------------------------------------------

Posts and pages

--------------------------------------------------------------*/

.sticky {

}

.site-title{

	font-size: 24px;

	font-weight: bold;

	text-transform: uppercase;

	white-space: nowrap;

}

.site-title a{

	text-decoration: none;

}

.site-description{

	font-size: 14px;

	font-style: italic;

}

.hentry {

	margin: 0 0;

	position: relative;

}

.single .hentry {


}

.byline,

.updated {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

	font-style: italic;

	font-size: 14px;

}

.single .byline a,

.group-blog .byline a{

	color: #333;

	text-decoration: none;

}

.page-content,

.entry-content,

.entry-summary {

	margin: 20px 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 20px;

}

.entry-header h1.entry-title{


}

.entry-header h1.entry-title.no-date{

	margin-left: 0;

}

.page .entry-header h1.entry-title{

	margin-left: 0;
	margin-bottom:10px;
	position:relative;
}

.entry-header h1.entry-title a{

	color: #333;

	text-decoration:none;

}

.entry-header h2{

}

.entry-header h2+h2::before{
	content:", ";
}

.posted-on{

	position: absolute;

	left: 20px;

	top: -14px;

	background: #00AEEF;

	width: 60px;

	text-align: center;

	color: #FFF;

	font-family: "Oxygen",sans-serif;

	font-size: 14px;

	padding: 10px;

	line-height: 1.2;

	text-transform: uppercase;

}

.posted-on:before {

    border-color: transparent transparent #BA4F28 #BA4F28;

    border-style: solid;

    border-width: 7px 5px;

    top: 0;

    content: "";

    height: 0;

    right: -10px;

    position: absolute;

    width: 0;

    z-index: -1;

    }

.posted-on span{

	display: block;

}

.posted-on span.posted-day{

	font-size: 24px;

	font-weight: bold;

	margin-bottom: 3px;

}

.bypostauthor{



}

.entry-footer{

	font-size: 14px;

	font-family: "Oxygen",sans-serif;

}

.entry-footer span{

	margin-right: 15px;

}

.entry-footer .fa{

	margin-right: 5px;

	color: #666;

}

.entry-footer a{

	text-decoration: none;

	font-style: italic;

	color: #333;

}

.edit-link{

	background: #333;

	display: inline-block;

	padding: 5px 10px;

	line-height: 1.2;

	border-radius: 2px;

	font-size: 13px;

	margin-top: 15px;

}

.edit-link a{

	color: #FFF;

	text-decoration: none;

}

.edit-link a .fa{

	color: #FFF;

	margin-right: 5px;

}

.page .entry-footer .edit-link{

	float: none;

}

.page-header{

	background: #FFF;

	padding: 10px;

	margin-bottom: 30px;

	border-bottom: 3px solid #00AEEF;

}

.entry-thumb{

	margin: -20px -20px 15px;

	text-align: center;

}

/*--------------------------------------------------------------

Asides

--------------------------------------------------------------*/

.news .format-aside .entry-title, .blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



/*--------------------------------------------------------------

Comments

--------------------------------------------------------------*/

#comments{

	background: #FFF;

	padding: 10px;

	margin-bottom: 15px;

	font-size: 16px;

}

#comments p{

	margin-bottom: 10px;

}

#reply-title{

	background: #333;

    color: #fff;

    display: inline-block;

    padding: 8px 10px;

    font-size: 18px;

    line-height: 1.2;

}

#commentform{

	border-top:2px solid #333;

	padding-top: 15px;

}

.comment-content a {

	word-wrap: break-word;

}

#comments input[type="submit"]{

	background: #333;

	border: none;

}

.comments-title{

	margin-bottom: 10px;

}

#commentform label{

	display:block;

}

textarea#comment{ 

	height: 150px;

}

#author, #email, #url{

	width: 100%

}

/*Comment Lists*/

.comments-area ol{

	margin: 0;

	padding: 0;

	list-style: none;

}

.comments-area ol.children{

	margin: 0 0 0 15px;

}

.comment-list li .comment-body{

	margin-bottom: 10px;

	padding: 10px;

	background: #FCFCFC;

	border-radius: 5px;

}

.comment-author img{

	vertical-align: text-top;

	margin-right: 10px;

}

.comment-author .fn{

	font-style: normal;

	font-size: 15px;

	text-transform: capitalize;

	font-weight: normal;

}

.comment-metadata a{

	text-decoration: none;

	font-size: 13px;

	font-style: italic;

}

.comment-metadata .edit-link{

	display: none;

}

.comment-author .fn .url{

	color: #333;

}

.comment-author .says{

	display: none;

}

.commentmetadata{ 

	float: right;

	font-family: 'Lato', sans-serif;

	font-weight: normal;

	font-size: 12px;

	font-style: italic;

}

.commentmetadata a{

	color: #666;

}

.commentmetadata .comment-edit-link{

	color:#01AEFD;

}

.commentmetadata + .clear{

	margin-bottom: 20px;

}

.reply .comment-reply-link{

	background: none repeat scroll 0 0 #293037;

    border-radius: 3px;

    color: #FFFFFF;

    font-size: 13px;

    line-height: 1;

    padding: 2px 10px;

    text-decoration: none;

}

#respond{

	margin-top: 10px;

}

#commentform .form-submit{

	margin-bottom: 0;

}

.comment-awaiting-moderation{

	background: #111;

	position: absolute;

	left: 50%;

	top: -20px;

	color:#FFF;

	font-size: 13px;

	width: 250px;

	margin-left: -125px;

}

.comment-awaiting-moderation + br{

	display: none;

}

#cancel-comment-reply-link{

	font-style: italic;

	color: #333;

}

#cancel-comment-reply-link:before{

	font-family: FontAwesome;

	content: "\f057";

	margin:0 5px 0 20px;

	font-style: normal;

	color: #333;

}

.logged-in-as a{

	color: #333;

}

/*--------------------------------------------------------------

Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

Media

--------------------------------------------------------------*/

.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



/*--------------------------------------------------------------

Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 20px;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 0 auto;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



/*--------------------------------------------------------------

Galleries

--------------------------------------------------------------*/

.gallery {

	margin-bottom: 20px;

}

.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

	padding:0 4px 4px 0;

}

.gallery-item .gallery-icon{

	position: relative;

}

.gallery-item a:after{

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background:url(images/zoom.png) no-repeat center rgba(0,0,0,0.3);

	display: none;

}

.gallery-item:hover a:after{

	display: block;

}

.gallery-columns-2 .gallery-item {

	max-width: 50%;

}

.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}

.gallery-columns-4 .gallery-item {

	max-width: 24%;

}

.gallery-columns-5 .gallery-item {

	max-width: 20%;

}

.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}

.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}

.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}

.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}

.gallery-caption {

	font-size: 14px;

	line-height: 1.2;

	margin-top: 5px;

}



/*--------------------------------------------------------------

Main Header

--------------------------------------------------------------*/

#masthead{

	/*width: 100%;

	z-index: 500;

	background: #FFF;

	padding: 20px 0;

	position: relative;
	
	border-bottom: 3px solid #ed1c24;
	
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	
	height: 100px;*/

}

#masthead.logo-top{

	/*text-align: center;*/

}

body.parallax-on #masthead{

	position: fixed;

	left: 0;

	top: 0;

	right: 0;

}

body.logged-in.parallax-on #masthead{

	top: auto;

}

body.parallax-on .wpcf7-not-valid-tip{

	text-align: center;

	font-size: 13px;

}

#site-logo{

	float: left;

}

#site-logo img{

	width:200px;
	transition: all 0.1s ease-in-out 0s;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;

}

#site-logo img.shrunk{

	width:160px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.logo-top #site-logo{

	float: none;

	width: auto;

	padding:10px 0; 

}

.main-navigation {

	float: right;

	max-width: 80%;

	margin-top: 10px;
	
	transition: all 0.1s ease-in-out 0s;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;

}

.nav-search-form{
	float: right; margin-top: 10px; margin-left:20px;
}
@media screen and (max-width: 768px){
	.nav-search-form{
		display:none;
}
}
.nav-search-form .search-form{
	margin-left: -215px;
    position: absolute;
    z-index: 999;
	display:none;
}
.nav-search-form .search-form .search-submit{
	display:none;
}
.search-icon{
	position:relative; cursor:pointer;
}
.search-icon::after{
	content: "\f002";
	font-family: "FontAwesome";
	color:#ed1c24;
	margin-right:20px;
	font-size:20px;
}

.main-navigation-shrunk {

	float: right;

	max-width: 80%;

	margin-top: 7px;
	
	transition: all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;

}


.logo-top .main-navigation{

	float: none;

	width: auto;

	text-align: center;

	max-width: none;

}

.main-navigation ul {

	list-style: none;

	margin: 0;

	padding-left: 0;

	display: inline-block;

}

.main-navigation ul li{

	position: relative;

}

.main-navigation > ul > li {

	float: left;

	position: relative;

	font-family: 'Oxygen', sans-serif;	

    font-weight: 400;

}

.main-navigation > ul > li > a{

	text-transform: uppercase;

	font-size:15px;

	padding: 5px 15px;

}

.main-navigation > ul > li.current a{

	color: #00AEEF;

}

.main-navigation a {

	display: block;

	text-decoration: none;

	color:#333;

}

.main-navigation ul ul {

	background: #FFF;

	position: absolute;

	top: 100%;

	left:0;

	z-index: 99999;

	padding:0 10px;

	font-size: 15px;

	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);

	display: none;

}

.main-navigation ul ul ul {

	left: 100%;

	top: 0;

}

.main-navigation ul ul a {

	min-width: 200px;

}

.main-navigation ul ul li {

	border-bottom: 1px solid #EEE;

	padding: 8px 0;

}

.logo-top .main-navigation ul ul li{

	text-align: left;

}

.main-navigation ul ul li:last-child{

	border:none;

}

.main-navigation li:hover > a {

	color: #00AEEF;

}

.main-navigation ul li:hover > ul {

	display: block;

}

.main-navigation .current_page_item > a,

.main-navigation .current-menu-item > a {

	color: #ed1c24;

}

/* Small menu */

.menu-toggle {

	display: none;

}



.site-main .comment-navigation,

.site-main .paging-navigation,

.site-main .post-navigation {

	margin: 0 0 20px;

	overflow: hidden;

}

.comment-navigation .nav-previous,

.paging-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}

.comment-navigation .nav-previous a .fa,

.paging-navigation .nav-previous a .fa,

.post-navigation .nav-previous a .fa{

	margin-right: 10px;

	font-size: 16px;

}

.comment-navigation .nav-next,

.paging-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

.comment-navigation .nav-next a .fa,

.paging-navigation .nav-next a .fa,

.post-navigation .nav-next a .fa{

	margin-left: 10px;

	font-size: 16px;

}

.site-main .comment-navigation a,

.site-main .paging-navigation a,

.site-main .post-navigation a{

	background: #333;

	padding: 8px 25px;

	color: #FFF;

	text-decoration: none;

	font-size: 14px;

	font-family: "Oxygen",sans-serif;

	display: inline-block;

}



/*--------------------------------------------------------------

Main SLider

--------------------------------------------------------------*/

#main-slider{

	position: relative;

	margin-bottom: 30px;

}



.parallax-on #main-slider,

#main-slider.full-screen-,

.page-template-home-page-php #main-slider{

	margin-bottom: 0;

}



#main-slider .overlay{

	background:url(images/overlay4.png) repeat rgba(0,0,0,0.3);

	position: absolute;

	height: 100%;

	width: 100%;

	z-index: 999;

}



.full-screen-yes .slides{

	background-size: cover;

	background-position: top center;

	background-repeat: no-repeat;

}



.slider-caption{

	position: absolute;

	top:53%;

	left:0;

	width: 100%;

	z-index: 99999;

	text-align: center;

}



.slider-caption .caption-title{

	font-size: 42px;

	font-weight: bold;

	text-transform: uppercase;

	color:#FFF;

	position: relative;

	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	
	margin-bottom:15px;
	
	line-height:42px;
	
	margin-left: 80px;
	
	margin-right: 80px;

}

.slider-caption .caption-title span{
	color:#cf0409;
	margin-top:-30px;
	margin-left:-40px;
	position:absolute;
	font-size:64px;
}

.slider-caption .caption-description{

	font-size: 24px;

	color:#FFF;

	position: relative;

	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);

	font-weight: 300;

}



.slider-caption .caption-description p{

	margin-bottom: 20px;
	
	margin-left: 80px;
	
	margin-right: 80px;


}



.slider-caption .caption-description a, 

.btn,

.call-to-action a{

	position: relative;

	border: 2px solid #ffffff;

	display: inline-block;

	line-height: 1;

	padding: 12px 20px;

	text-decoration: none;

	color: #ffffff;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

	font-size: 20px;

}



.slider-caption .caption-description a:hover{

	background: #ed1c24  !important;

	border: 2px solid #ed1c24  !important;

	color:#FFF !important;

}



.next-page{

	position: absolute;

	height: 60px;

	width: 60px;

	border: 1px solid #FFF;

	border-radius: 50%;

	bottom:15%;

	left: 50%;

	margin-left: -30px;

	z-index: 999;

}



.next-page a{

	display: block;

	background: url(images/down-arrow.png) no-repeat center;

	position: absolute;

	left: 0;

	top:0;

	height: 100%;

	width: 100%;

	-webkit-animation: flow-down 2s linear 3s infinite; /* Chrome, Safari, Opera */

    animation: flow-down 2s linear 3s infinite; /* Standard syntax */

}



/* Chrome, Safari, Opera */

@-webkit-keyframes flow-down {

    0%   {top:0px; opacity: 0.8;}

    50%  {top:9px; opacity: 1;}

    100% {top:0; opacity: 0.8;}

}



/* Standard syntax */

@keyframes flow-down {

    0%   {top:0px; opacity: 0.8;}

    50%  {top:9px; opacity: 1;}

    100% {top:0; opacity: 0.8;}

}

/*--------------------------------------------------------------

Default Section

--------------------------------------------------------------*/

.parallax-section input[type="text"], 

.parallax-section input[type="email"], 

.parallax-section input[type="url"], 

.parallax-section input[type="password"], 

.parallax-section input[type="search"], 

.parallax-section input[type="tel"], 

.parallax-section textarea{

	background:rgba(0, 0, 0, 0.1);

	border:1px solid;

    border-color:inherit;

	color:inherit; 

	padding: 5px 10px;

	line-height: 32px;

	width: 100%;

	margin: 0 auto;

	display: block;

}



.parallax-section textarea{

	height: 50px;

	line-height: 1.5;

	width: 100%;

	margin: 0 auto;

	display: block;

	height: 180px;

} 

.parallax-section .wpcf7-form .wpcf7-submit{

    width:100%;

    margin: 0 auto;

    display: block;

    background: rgba(0, 0, 0, 0.1);

}

.parallax-section .wpcf7-form p{

    margin-bottom: 10px;

}

.parallax-section .slider-caption .caption-description a, 

.parallax-section .btn{

	border-color:inherit;

	color:inherit;

}

/*--------------------------------------------------------------

Main Section

--------------------------------------------------------------*/

#main{}

#main .blog-excerpt{}

#main .blog-excerpt h3{text-transform:uppercase; font-size:20px;margin-bottom:10px; padding-bottom:10px; border-bottom: 3px solid #ed1c24;
}

/*--------------------------------------------------------------

Why Choose Us? Section

--------------------------------------------------------------*/

#chooseus{ 
	background:#2c2c2c;
}

#chooseus .chooseus-listing{
	padding:20px; text-align:center;
}

#chooseus h1{ 
	color:#FFF;
}

#chooseus .chooseus-listing .slideshow_container_style-light .slideshow_description_box{
	background:rgba(0,0,0,0.00);
}

#chooseus .chooseus-listing .slideshow_container_style-light .slideshow_transparent{
	opacity:1;
}

#chooseus .chooseus-listing .slideshow_container_style-light .slideshow_pagination{
	bottom:-20px;
}

#chooseus .chooseus-listing .slideshow_container_style-light .slideshow_pagination_center .slideshow_currentView{
	background:#ed1c24;
}

#chooseus .chooseus-listing .slideshow_container_style-light .slideshow_pagination ul li{
	background-image:none; background:#FFF; width:25px; height:25px;
}


#chooseus .blog-excerpt{}

#chooseus .blog-excerpt h3{text-transform:uppercase; font-size:20px;margin-bottom:10px; padding-bottom:10px; border-bottom: 3px solid #ed1c24;}


/*--------------------------------------------------------------

Client Logos Section

--------------------------------------------------------------*/

#clientlogos{
	background:#ececec; border-top:5px #ed1c24 solid;
}

/*--------------------------------------------------------------

Service Section

--------------------------------------------------------------*/

.homepage-our-company-intro{
	text-align: center;
	
	margin-bottom: 50px;
	
}

.service-list{

	width: 48%;

	margin-bottom: 20px;

}

.service-list h3{

	margin-bottom: 10px;

	line-height: 1.2;

}

.service-list .service-image{

	height:80px;

	width: 80px;

	border-radius:50%;

	margin-top: 15px;

	overflow: hidden;

	border:1px solid;

    border-color: inherit;

	background:rgba(255,255,255,0.1);

}

.service-list .service-image img{

	padding: 15px;

}

.service-list .service-detail{

	width: 460px;

}

.service-list .service-detail a{

	text-decoration:none;
	color:#cf0610;

}

.service-list.odd{

	float: left;

	text-align: right;

}

.service-list.odd .service-image{

	float: right;

}

.service-list.odd .service-detail{

	float: left;

}

.service-list.even{

	float: right;

}

.service-list.even .service-image{

	float: left;

}

.service-list.even .service-detail{

	float: right;

}

/*--------------------------------------------------------------

Testimonial Section

--------------------------------------------------------------*/

#testimonials{
	background-image:url(images/testimonials-bg.png);
	background-position:top center;
	background-repeat:no-repeat;	
}

#testimonials h1{
	margin-bottom:260px;
}



.testimonial-listing{

	padding-bottom: 40px;

}

.testimonial-list{

	text-align: center;

}

.testimonial-list .testimonial-content{

	font-size: 20px;

	font-style: italic;

	margin-bottom: 30px;

	line-height: 1.4;

	position: relative;

	padding: 0 50px;

}

.testimonial-list .testimonial-content:before{

	position: absolute;

	left: 0;

	top:0;

	content: '\f10d';

	font-size: 24px;

	line-height: 1;

	height: 30px;

	font-family: "FontAwesome";

}

.testimonial-list .testimonial-content:after{

	position: absolute;

	right: 30px;

	bottom:0;

	content: "\f10e";

	font-size: 24px;

	line-height: 1;

	height: 30px;

	font-family: "FontAwesome";

}

.testimonial-list h3{

	font-size: 24px;

}

.testimonial-list .testimonial-image{

	width: 100px;

	height: 100px;

	border-radius: 50%;

	margin: 30px auto 20px;

}

.testimonial-list .testimonial-image img{

	border-radius: 50%;

}

.testimonial-listing .bx-wrapper .bx-controls-direction a{

	margin: 0;

	top: 100%;

	left: 50%;

	height: 38px;

	width: 38px;

	background: none;

	border: 1px solid;

    border-color: inherit;

	text-indent: 0;

	font-size: 26px;

	color: inherit;

	text-decoration: none;

	text-align: center;

	line-height: 38px;

	position: relative;

	display: inline-block;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

	font-family: Arial;

}

.testimonial-listing .bx-wrapper .bx-controls-direction a:hover{

    background: #00AEEF;

    border: 1px solid #00AEEF;

    color:#FFF;

}

.testimonial-listing .bx-wrapper .bx-controls-direction a.bx-prev{

	margin-left:-45px;

}

.testimonial-listing .bx-wrapper .bx-controls-direction a.bx-next{

	margin-left:5px;

}

/*--------------------------------------------------------------

Portfolio Section

--------------------------------------------------------------*/

#portfolio h1{
	color:#FFF;
}

.portfolio_template h1{
	color:#FFF;
}

.portfolio-list{

	

	margin-bottom: 1.5%;

	position: relative;

	overflow: hidden;

}
.resources-list{

	width: 31%;

	margin-right: 1%;
	
	margin-left: 1%;

	float: left;

	margin-bottom: 1.5%;

	position: relative;

	overflow: hidden;
	
	height: 190px;
	
	background-position: center;

}
@media screen and (max-width: 768px){
.page-template-page-ourprojects-child-alt .portfolio-list, .page-template-page-ourprojects-child .portfolio-list, .resources-list {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
}
}
.portfolio-list:nth-child(4n){

	/*margin-right: 0;*/

}

.portfolio-list .portfolio-overlay, .resources-list .resources-overlay {

	position: absolute;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.3);

	display: none;

	z-index: 9999;

}

.portfolio-list .portfolio-overlay span, .resources-list .resources-overlay span{

	width: 60px;

	height: 60px;

	margin-left: -30px;

	margin-top: -30px;

	position: absolute;

	top: 50%;

	left: 50%;

	background: #cf0610;

	font-size: 30px;

	text-align: center;

	line-height: 55px;

	color: #FFF;
	
	font-weight:bold;

}

.portfolio-list:hover .portfolio-overlay, .resources-list:hover .resources-overlay{

	display: block;
	/*margin-left: -15px;*/
}

.portfolio-list h3, .resources-list h3{

	position: absolute;

	width: 100%;

	padding:15px 10px;

	bottom: 0;

	/*left: 0;*/

	color: #FFF;

	/*background: url(images/portfolio-text-bg.png) repeat-x top left;*/

	font-size: 16px;

}

.portfolio-list:hover h3, .resources-list:hover h3{

	display: none;

}

.portfolio-list img, .resources-list img{

	transition:all 0.3s ease-in-out;

	-moz-transition:all 0.3s ease-in-out;

	-webkit-transition:all 0.3s ease-in-out;
	
}

.portfolio-list:hover img, .resources-list:hover img{

	-ms-transform: scale(1.2); /* IE 9 */

    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */

    transform: scale(1.2);

}

/*--------------------------------------------------------------

Call to Action Section

--------------------------------------------------------------*/

.call-to-action{

	text-align: center;

}

.call-to-action h1{

	margin: 30px 0 15px; 

}

.parallax-section .call-to-action .page-content{

	margin-bottom: 0;

}

.parallax-section.action_template{

    padding:30px 0;

}

/*--------------------------------------------------------------

Team Section

--------------------------------------------------------------*/

.team-tab{

	text-align: center;

	padding: 0 50px;

}

.team-image{

	width: 140px;

	height: 140px;

	border-radius: 50%;

	border:2px solid #FFF;

	display: inline-block;

	margin: 0 0 20px;

	position: relative;

}

/*.team-image.active:after{

	content: "";

	position: absolute;

	top: 100%;

	left: 50%;

	border-width: 15px;

	border-color: #00AEEF transparent transparent;

	border-style: solid;

	margin-left: -17px;

	margin-top: -1px;

	z-index: -1;

}*/

.team-image:hover, .team-image.active{

	border: 2px solid #00AEEF;

}

.team-image img{

	border-radius: 50%;

}

.team-list{

	display: none;

}

.team-content{

	margin-top: 60px;

}

.team-big-image{

	float: left;

	width: 35%;

	margin-right: 3%;

	border-radius: 50%;

	overflow: hidden;

	border:4px solid #FFF;

}

.team-big-image img{

	border-radius: 50%;

	width: 100%;

	padding: 3px;

}

.team-detail{

	float: left;

	width: 62%;

}

.team-detail h3{

	font-size: 30px;

	margin-bottom: 5px;

	line-height: 1.2;

}

.team-detail h3 > div > .textwidget{
	color: #cf0409;
}

.team-detail h4{

	font-size: 20px;

	font-style: italic;

	margin-bottom: 15px;

}

.team-tab .bx-wrapper .bx-viewport{

	border-radius: 66px;

}

.team-tab .bx-wrapper .bx-controls-direction a{

	text-indent: 0;

	font-size: 46px;

	text-decoration: none;

	height: 50px;

	line-height: 50px;

	margin-top: -30px;

	color: inherit;

	font-weight: normal;

}

.team-tab .bx-wrapper .bx-prev{

	background: none;

	left: -40px;

}

.team-tab .bx-wrapper .bx-next{

	background: none;

	right: -40px;

}

.blank-section{

	min-height: 300px;

}

/*--------------------------------------------------------------

What's Been Happening Section

--------------------------------------------------------------*/

#blog{
}

#blog h1 span{
	color:#FFF;
}
.homepage-twitter-widget{
	background:#FFF;
}
.homepage-twitter-widget h3{
	color:#FFF;
	background-color:#cf0409;
	padding:5px 0 5px 15px;
}

.homepage-twitter-widget .timeline-Widget{
	border-radius: 0;
}

.news_template h1{
	color:#FFF;
}

.homepage-latestnews-widget{
	background:#FFF;
	color:#FFF;
}
.homepage-latestnews-widget h3{
	color:#FFF;
	background-color:#cf0409;
	padding:5px 0 5px 15px;
}
.homepage-latestnews-widget article{
	padding:15px;
}
.homepage-latestnews-widget article header{
	border-bottom: 1px solid #cf0409;
	padding-bottom: 3px;
}
.homepage-latestnews-widget article header h1{
	color:#000;
	margin:0;
	padding:10px 0;
	font-size:14px;
	text-align:left;
}
.homepage-latestnews-widget article header .entry-meta{
}
.homepage-latestnews-widget article header .entry-meta .posted-on{
}
.homepage-latestnews-widget article .entry-content{
	margin:0;
}
.homepage-latestnews-widget article .entry-content p{
	color:#000;
}
/*--------------------------------------------------------------

Google Map Section

--------------------------------------------------------------*/

.parallax-section.google-map{

	padding: 0;

}

.parallax-section.google-map img{

	max-width: none;

}

.google-map iframe{

	width: 100% !important;

	display: block;

	height: 400px !important;

}

.googlemap-toggle{

	position: absolute;

	left: 50%;

	margin-left: -40px;

	background: #000000;

	top: 0;

	color: #FFF;

	padding: 0 30px 0 20px;

	line-height: 1;

	margin-top: -32px;

	cursor: pointer;

	border-radius: 2px 2px 0 0;

	z-index: 999;

	font-size: 14px;

	line-height: 32px;

	height: 32px;

}

.googlemap-toggle:after{

	content:"\f106";

	font-size: 20px;

	margin:15px 0 0;

	line-height: 0;

	position: absolute;

	right:10px;

	font-family: "FontAwesome";

}

.googlemap-toggle.active:after{

	content:"\f107";

}

#ap-map-canvas {

height: 450px !important;

width: 100%;

}

/*--------------------------------------------------------------

Footer Section

--------------------------------------------------------------*/

#footer{

	background: url(images/footer-bg.png) no-repeat top #272727;;
	height: 225px;
}


/*--------------------------------------------------------------

Blog Section

--------------------------------------------------------------*/

.blog-list{

	display: flex;

	width: 100%;

	/*margin-left: 1%;
	
	margin-right: 1%;
	
	margin-bottom:40px;*/

	background: #FFF;

	text-decoration: none;

	color: #333;
	
	padding: 20px 5px 20px 20px;
	
	border-bottom:1px #CCC solid;

}
@media screen and (max-width: 768px){
.blog-list{
	float:left;
	width: 100%;
}
}


.blog-list .blog-image{
	width:30%;

}


.blog-list .blog-image img{

    width:100%;
	display: flex;

}

.blog-list:hover{

	color: #333;

}

.blog-list:nth-child(3n){

	margin-right: 0;

}

.blog-list:nth-child(3n+1){
	clear:left;
}

.blog-list h3{

	border-bottom: 3px solid #ed1c24;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin-top:8px;

}

.blog-list .blog-excerpt{
width:70%;

	/*padding: 0 15px 50px;*/
	padding: 0 15px 0px;

	/*border-bottom: 3px solid #00AEEF;*/

	position: relative;

}

.blog-list .blog-excerpt .posted-date{

	font-size: 14px;

	font-style: italic;

	margin-bottom: 5px;

	color: #00AEEF;

}

.blog-list .blog-excerpt .posted-date .fa{

	margin-right: 5px;

}

.blog-list .blog-excerpt span{

	background: #333;

	color: #FFF;

	display: inline-block;

	position: absolute;

	bottom: 0;

	padding: 8px 15px;

	font-size: 14px;

}
.blog-list .blog-excerpt .readmore-excerpt-link{

    background: #333 none repeat scroll 0 0;
    bottom: 0;
	margin-top:10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
	text-align:center;
	float:right;
}
.blog-list:hover{ background:#f9f9f9;}
.blog-list:hover .blog-excerpt .readmore-excerpt-link{
    background: #ed1c24 none repeat scroll 0 0;
}

.blog-list .blog-excerpt .readmore-padding-left{
	content:" ";
	width:25%;
	display:inline-block;
}
.blog-list .blog-excerpt .readmore-padding-right{
	content:" ";
	width:25%;
	display:inline-block;
}

.btn-wrap{

	text-align: center;

	margin-top: 70px;

}

.blog-list:hover .blog-excerpt span{

	background: #ed1c24;

}

.blog-list:hover .blog-excerpt{

	border-color:#333;

}

/*--------------------------------------------------------------

News Section

--------------------------------------------------------------*/

.news-list{

	float: left;


width: 30%;

/*margin-left: 2%;

margin-right: 1%;*/

margin-top: 40px;
margin-bottom: 40px;
	
background: rgba(245,245,245,1.00);

text-decoration: none;

color: #333;

display: block;
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);

	padding: 10px;

	border: 10px solid #FFF;
}
.news-list:hover{
	background: rgba(240,240,240,1.00);
}
@media screen and (max-width: 768px){
.news-list{
	float:left;
	width: 100%;
}
}

.news-list .news-image img{

    width:100%;

}

.news-list:hover{

	color: #333;

}

.news-list:nth-child(1n){

	margin-left: 1.66%;
	margin-right: 1.66%;
}


.news-list:nth-child(3n+1){
	clear:left;
}

.news-list h3{

	border-bottom: 3px solid #ed1c24;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin-top:8px;

}

.news-list .news-excerpt{

	/*padding: 0 15px 50px;*/
	padding: 0 15px 0px;

	/*border-bottom: 3px solid #00AEEF;*/

	position: relative;

}

.news-list .news-excerpt .posted-date{

	font-size: 14px;

	font-style: italic;

	margin-bottom: 5px;

	color: #00AEEF;
	

}

.news-list .news-excerpt .posted-date .fa{

	margin-right: 5px;

}

.news-list .news-excerpt span{

	/*background: #333;

	color: #FFF;

	display: inline-block;

	position: absolute;

	bottom: 0;

	padding: 8px 15px;

	font-size: 14px;*/

}
.news-list .news-excerpt .readmore-excerpt-link{

    background: #333 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 30px;
    padding: 8px 15px;
    position: relative;
    width: 50%;
	text-align:center;
}

.news-list:hover .news-excerpt .readmore-excerpt-link{
    background: #ed1c24 none repeat scroll 0 0;
}

.news-list .news-excerpt .readmore-padding-left{
	content:" ";
	width:25%;
	display:inline-block;
}
.news-list .news-excerpt .readmore-padding-right{
	content:" ";
	width:25%;
	display:inline-block;
}

.btn-wrap{

	text-align: center;

	margin-top: 70px;

}

.news-list:hover .news-excerpt span{

	/*background: #ed1c24;*/

}

.news-list:hover .news-excerpt{

	/*border-color:#333;*/

}


.blog-widget{
	padding:10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	height: min-content;
}

.blog-widget .widget-title{
	background: #ed1c24;
	padding: 5px 8px;
	color: #FFF;
	border-radius:3px;
	margin-bottom:20px;
}

.page-child .blog-widget .widget-title{
	color: #FFF;
}

.blog-widget ul{
	list-style: none;
}
.blog-widget li{
	margin: 20px 0;
}
.blog-widget li a{
	text-decoration: none;

	color: #727272;
}

/*--------------------------------------------------------------

Footer Section

--------------------------------------------------------------*/

.site-footer{

	color: #FFF;

	font-size: 15px;
	

}



.top-footer{

	background: #303030;

	padding: 30px 0;
	
	border-top: 3px solid #ed1c24;

}

.top-footer ul{

	list-style: none;

	margin: 0;

}

.top-footer ul li{

	margin-bottom: 5px;

}

.top-footer h2{

	font-size: 18px;

	margin-bottom: 25px;

	position: relative;

}

.top-footer h2:after{

	content: "";

	position: absolute;

	top: 100%;

	width: 40px;

	border-bottom: 1px solid #FFF;

	left: 0;

	margin-top: 5px;

}

.top-footer a{

	color:#FFF;

	text-decoration: none;

}

.top-footer .top-footer-wrap{

    margin-left:-2%;

}

.footer-column-1 .footer-block{

	width: 100%;

}

.footer-column-2 .footer-block{

	width: 48%;

	margin-right: 2%

}

.footer-column-3 .footer-block{

	width: 31.333%;

	margin-right: 2%

}

.footer-column-4 .footer-block{

	width: 23%;

	margin-left: 2%

}

.footer-block{

	float: left;

}

.footer-block .widget, 

.footer-block .gallery{

    margin-bottom: 0;

}

.bottom-footer{

	background: #000;

	padding: 15px;

	font-size: 14px;

}

.bottom-footer a{

	color: #FFF;

}

.copy-right{

	float:left;

}

.site-info{

	float:right;

}
.widget_wpcom_social_media_icons_widget li a{
	font-size:26px;
	height:40px; width:40px; padding-top:6px;
	background-color:#cf0409;
}
.widget_wpcom_social_media_icons_widget li a:hover{
	opacity:0.8;
}

.tagcloud a{

	background: #000;

	padding:10px 15px;

	font-size: 13px !important;

	margin:0 0 5px 0;

	display: inline-block;

	line-height: 1;

}

#go-top{

	position: fixed;

	right: 30px;

	bottom: 30px;

	display: none;

	height: 50px;

	width: 50px;

	background: #cf0409;

	text-align: center;

	line-height: 50px;

	z-index: 999999;

}

#go-top a{

	display: block;

	color: #FFF;

}



/*--------------------------------------------------------------

Social

--------------------------------------------------------------*/

.social-icons{

	position: fixed;

	left: 0;

	top:50%;

	width: 30px;

	z-index: 9;

}

.social-icons a{

	background:#333;

	height: 30px;

	width: 30px;

	margin-bottom: 1px;

	line-height: 30px;

	text-align: center;

	color:#FFF;

	display: inline-block;

	position: relative;

}

.social-icons a:hover{

	background:#00AEEF

}

.social-icons a span{

	background: #333;

	padding:6px 10px;

	font-size: 11px;

	font-family: Arial;

	text-decoration: none;

	position: absolute;

	left: 130%;

	top: 2px;

	margin-left: 10px;

	border-radius: 1px;

	white-space:nowrap;

	line-height: 1;

	font-style: italic;

	opacity: 0;

	visibility: hidden;

	transition:left 0.3s ease;

	-moz-transition:left 0.3s ease;

	-webkit-transition:left 0.3s ease;

}

.social-icons a span:after{

	content: "";

	position: absolute;

	left: 0;

	border-color: transparent #333 transparent transparent;

	border-style: solid;

	border-width: 4px;

	margin-left: -8px;

	top: 50%;

	margin-top: -4px;

}

.social-icons a:hover span{

	opacity: 1;

	visibility: visible;

	left: 100%;

}



/*--------------------------------------------------------------

Responsive grid for pages

--------------------------------------------------------------*/

.row{

    margin-bottom: 25px;

}

.row:last-child{

    margin-bottom: 0;

}



.span1, .span2, .span3, .span4, .span5, .span6{

    float:left;

}



.col{

  margin-left: 3%;

}



.col:first-child {

  margin-left:0;

}





.span1{

  width: 14.1666666667%;

  

}

.span2{

  width: 31.3333333333%;

  

}

.span3{

  width: 48.5%;

  

}

.span4{

  width: 65.6666666667%;

  

}

.span5{

  width: 82.8333333333%;

  

}

.span6{

  width: 100%;

  margin-left: 0;

}



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



  .span1, .span2, .span3, .span4, .span5, .span6{

    width: 100%;

    float: none;

    margin-left: 0;

  }



}



/*RTL CSS*/

.rtl #site-logo{

	float: right;

}



.rtl .main-navigation{

	float: left;

}



.rtl .main-navigation > ul > li{

	float: right;

}



.rtl .blog-list .blog-excerpt .posted-date .fa{

	margin-right: 0;

	margin-left: 5px;

}



.rtl .service-list.even{

    text-align: left;

}



.rtl .top-footer h2:after{

    left:auto;

    right:0;

}



.rtl .comment-navigation .nav-next a .fa, 

.rtl .paging-navigation .nav-next a .fa, 

.rtl .post-navigation .nav-next a .fa{

    margin-left: 0;

    margin-right: 10px;

}



.rtl .comment-navigation .nav-previous, 

.rtl .paging-navigation .nav-previous, 

.rtl .post-navigation .nav-previous{

    text-align: left;

}



.rtl .comment-navigation .nav-previous a .fa, 

.rtl .paging-navigation .nav-previous a .fa, 

.rtl .post-navigation .nav-previous a .fa{

    margin-left: 10px;

    margin-right: 0;

}

.rtl .bx-wrapper .bx-controls-direction a{

	text-indent: 999999999px;

}




/* COMPARISON SLIDER */

.alfa {
background-image: url(images/demo/IFT_GRAYSFORKLIFT_AFTER.jpg); 
background-position:left;
/*width: 880px;*/
height: 500px;
padding: 0;
position: relative;
overflow: hidden;
}

.before {
background-image: url(images/demo/IFT_GRAYSFORKLIFT_BEFORE.jpg); 
background-position:left;
height: 500px;
resize: horizontal; 
position: absolute; 
top: 0; left: 0; 
min-width: 0;
max-width: 100%;
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}
.before:before {
content: '\00a0';
background-image:url(images/slider-divider-alt.png);
background-position: center center;
background-color:rgba(0,0,0,0.75);
width:20px;
font-size: 18px; 
color: white; 
top: 0; right: 0px;
height: 100%;
line-height: 500px;  
position: absolute; 
}

.charly{  
resize: horizontal; 
opacity: 0; 
position: relative; 
top: 50%;
left: 0px; 
margin-right: 0px;  
width: 100px; height: 15px; 
/*max-width: 874px;*/
min-width: 40px; 
outline: 0 solid transparent; 
cursor: grab;
transform: scaley(35);
transform-origin: center center;
animation: delta 8s 1 normal ease-in-out 1s;
}
.charly:click{  
cursor: grabbing;
}
@keyframes delta {
30% {width: 780px}
60% {width: 250px}
80% {width: 450px}
/*30% {width: 30%}
60% {width: 60%}
80% {width: 80%}*/
}
h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}

.aftertext{
	width:600px;
	background:rgba(0,0,0,0.35);
	margin:300px auto 0;
	text-align:center;
	padding:20px 25px 10px;
	}
.aftertext h1{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}
.aftertext h2{
	color:#ed1c24;
}
.aftertext p{
	color:#FFF;
	line-height:16px;
	font-size:14px;
}

.comparisonslider-wrapper{
	width:100%;
	position:relative;
	margin-top:-20px;
}

.comparisonslider-container{
	height:500px;
}

/* Concept Parallax Sections */
.parallax-image-header{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
	background-attachment:fixed;
	height:500px;
	margin-top:-30px;
}

/* Our Projects CSS */
.entry-header{margin:140px 0 40px;}
.category-our-projects h1{
	font-size: 64px; color:#cf0610; margin:60px 0 40px; font-weight:bold; line-height: 60px;
}
.entry-header h1.entry-title{
    
}
.our-projects-subheader{
	font-size:18px; font-style:italic; border-bottom:#656565 solid 1px;
}

.our-projects-projectsummary{
	text-align:center; padding:15px;
	background:#ececec;
	
}
.our-projects-projectsummary ul{
	margin:0;
}
.our-projects-projectsummary ul li{
	display: inline-block; word-wrap:break-word; margin:0 10px;
}
.parallax-caption{
	height:500px; background: rgba(0,0,0,0.64);
}
.parallax-caption h4{
	position:relative; margin:auto; color:#FFF; font-size: 48px;  text-align:center; padding-top:200px; text-shadow:#000000 5px 5px 5px; text-transform:uppercase;
}

.parallax-caption h4::before{
	content:"+";
	color: #cf0409;
    font-size: 64px;
    margin-left: -40px;
    margin-top: -30px;
    position: absolute;
}

.parallax-caption p{
	position:relative; margin:auto; color:#FFF; font-size: 28px;  text-align:center; padding-top:200px; text-shadow:#000000 5px 5px 5px;
}

.parallax-caption h4 + p{padding-top:0px; }

.our-team-member-thumb{
	width:22%; display:inline-block; height:300px;
}
.our-team-member-thumb > a > .our-team-member-thumb{
	margin-right:1%;
}


/* Custom CSS */
.home .more-link{
	/*display:none;*/
}

.home a.more-link{
	width:200px;
	/*margin:auto;*/
}
.home a.more-link::before{
	content:'+ ';
	color:#000;
	font-weight:bold;
}
.home a.more-link{
	padding:10px;
	border: #cf0610 solid 1px;
	color:#cf0610;
	text-decoration:none;
	display:inline-block;
}
.home a.more-link:hover{
	padding:10px;
	border: #cf0610 solid 1px;
	color:#FFF;
	background:#cf0610;
}
.homepage-latestnews-widget .more-link{
	/*display:none;*/
}

.homepage-latestnews-widget a.more-link{
	/*width:200px;
	margin:auto;*/
}
.homepage-latestnews-widget a.more-link::before{
	content:'+ ';
	color:#000;
	font-weight:bold;
}
.homepage-latestnews-widget a.more-link{
	padding:0 10px;
	border: none;
	color:#cf0610;
	text-decoration:none;
	display:inline-block;
}
.homepage-latestnews-widget a.more-link:hover{
	color:#FFF;
	background:#cf0610;
	padding:0 10px;
	border: none;
}
.homepage-latestnews-widget article header{
	height:42px; 
}
.homepage-latestnews-widget h1{
	display:inline-flex;
}
.homepage-latestnews-widget .entry-meta{
	display:inline-flex; float:right;
	border:1px solid #cf0409;
}
@media screen and (max-width: 368px){

.homepage-latestnews-widget .entry-meta{
	display:none;
}

}
.homepage-latestnews-widget .entry-meta:after{
	clear:both;
}
.homepage-latestnews-widget .posted-on{
	color:#FFF;
	background:#cf0409;
	left:0;
	line-height:1;
	padding:5px 0 0;
	position:relative;
	text-align:center;
	top:0; height:40px; 
}
.homepage-latestnews-widget .posted-on .entry-date{
	display:inline;
}
.homepage-latestnews-widget .posted-on .entry-date span.posted-day{
	font-size:16px;
}
.homepage-latestnews-widget .posted-on .entry-date span.posted-month{
		font-size:10px;
}
.home .homepagehide{
	display:none;
}
.readmorelink{
	height: 60px;
	margin:40px auto 0;
}
.readmorelink a::before{
	content:'+ ';
	color:#cf0610;
	font-weight:bold;
}
.readmorelink a{
	width:100%;
	text-align:center;
	padding:10px;
	border-top: #666 dashed 1px;
	color:#000;
	text-decoration:none;
	display:inline-block;
	font-size:18px;
}
.readmorelink a:hover{
	padding:10px;
	color:#000;
	background:#efefef;
}
.portfolio-listing .readmorelink{
	height: 60px;
	margin:40px auto 0;
}
.portfolio-listing .readmorelink::before{
	clear:both;
}
.portfolio-listing .readmorelink a::before{
	content:'+ ';
	color:#cf0610;
	font-weight:bold;
}
.portfolio-listing .readmorelink a, .homepage-news-content-area .readmorelink a{
	width:100%;
	text-align:center;
	padding:10px;
	border-top: #666 dashed 1px;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	font-size:18px;
}
.portfolio-listing .readmorelink a:hover, .homepage-news-content-area .readmorelink a:hover{
	padding:10px;
	color:#000;
	background:#efefef;
}



.portfolio-listing{
	/*margin:10px 0 30px;*/
}
.portfolio-listing .portfolio-image img{
	/*height:450px;*/
}
.portfolio-listing h2{
	border-bottom:1px solid #666;
	color:#cf0610;
	padding-bottom:10px;
	margin-bottom:20px;
}


.pagination{
	clear:both;
	margin: 30px 0 auto;
}
.pagination .nav-links{
	
}
.pagination .nav-links a.page-numbers {
	text-decoration: none;
	color: #7E7E7E;
}
.pagination .nav-links a:hover.page-numbers {
	text-decoration: none;
	color: #424242;
	background-color: #f4f4f4;
}
.pagination .nav-links .page-numbers {
	border: 1px solid #CCC;
	padding:5px 8px;
	border-radius:5px;
}
.pagination .nav-links .current{
	background-color: #ed1c24;
	color:#FFF;
	border: 1px solid #ed1c24;
}
.pagination .nav-links .prev, .pagination .nav-links .next{
}
.portfolio-listing{
	/*margin:10px 0 30px;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.portfolio-listing .portfolio-image img{
	/*height:450px;*/
}
.portfolio-listing h2{
	border-bottom:1px solid #666;
	color:#cf0610;
	padding-bottom:10px;
	margin-bottom:20px;
}

.employee-list a{
}
.employee-list > a:hover > .our-team-member-thumb{
	background-color:rgba(176,37,40,1.00);
}

.position-title{
	border-bottom:#666 1px solid;
	padding-bottom:20px;
	text-align:center;
	font-size:24px;
}
.home .position-title{
	border-bottom:none;
	padding-bottom:20px;
	text-align:left;
	font-size:14px;
}
blockquote{
		font-size:24px;
	color:#cf0610;
}
.wp-block-cover blockquote{
	font-size:16px;
	color:#FFF;
}
.wp-block-cover .wp-block-cover__inner-container {
	padding-top:20px;
	text-align: center;
}
.breadcrumbs{
	margin-top:20px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size:14px;
}

@media screen and (max-width: 480px){
	.breadcrumbs{
		display:none;
}
}
.breadcrumbs .home {
	color:#FFF;
	text-decoration:none;
}
.breadcrumbs .home:before {
	font-family: FontAwesome;
	content: "\f015";
	color:#FFF;
	background:#ed1c24;
	float:left;
	padding:5px 0 5px 10px;
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #ed1c24;
}
.breadcrumbs .home span{
	position: relative;
	background:#ed1c24;
	padding:5px 10px 5px 5px;
	display: inline-block;
}

.breadcrumbs .home span:after, .breadcrumbs .home span:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.breadcrumbs .home span:after {
	border-left-color: #ed1c24;
	border-width: 15px;
	margin-top: -15px;
}
.breadcrumbs .home span:before {
	border-width: 16px;
	margin-top: -16px;
}

.breadcrumbs span+span{
	padding-left:20px;
}


.breadcrumbs a.post-page {
	color:#ed1c24;
	text-decoration:none;
}
.breadcrumbs .post-page span{
	position: relative;
	padding:5px 15px 5px 0;
	display: inline-block;
}

.breadcrumbs .post-page span:after, .breadcrumbs .post-page span:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.breadcrumbs .post-page span:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 15px;
	margin-top: -15px;
}
.breadcrumbs .post-page span:before {
	border-width: 17px;
	margin-top: -17px;
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
}


.child-parallax-header{height:540px; background-size:cover; background-position:center;}
.child-parallax-header .bg{height:480px; background-size:cover; background-position:center; background-image:url(images/parallax-bg.png)}

.redbox{
	background: #ed1c24;
	color:#FFF;
	padding:30px 40px;
}
.redbox h3{
	border-bottom: 1px solid #fff;
    font-weight: bold;
    margin-bottom: 8px;
	padding-bottom: 8px;
}
.redbox h3::before{
	color: #fff;
    content: "+ ";
    font-size: 120px;
    font-weight: bold;
    margin-left: -55px;
    margin-top: -110px;
    position: absolute;
}
.redbox a{
	color:#FFF;
	padding-top:5px;
	display:inline-block;
}

.greybox{
	background: #e2e2e2;
	color:#222;
	padding:30px 40px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;

}
.greybox h3{
	border-bottom: 1px solid #ed1c24;
    margin-bottom: 8px;
	padding-bottom: 8px;
	color:#000;
	font-size:22px;
}
.greybox::before{

	color: #fff;
    content: "+ ";
    font-size: 120px;
    font-weight: bold;
    margin-left: -55px;
    margin-top: -105px;
    position: absolute;
}
.greybox a{
	color:#ed1c24;
	padding-top:5px;
	display:inline-block;
}

.showtab{
	display:block;
	}
.hidetab{
	display:none;
	}
	
#people-selector{
	border-bottom:#cf0610 solid 5px;
	text-align:center;
	margin-bottom:20px;
}
#people-selector ul{
	margin:0;
}
#people-selector li{
	display:inline-block; 
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#EFEFEF;
	cursor:pointer;
	padding:5px 10px;
	/*border-radius:5px 5px 0 0;*/
}
@media screen and (max-width: 368px){

#people-selector li{
	display:block; 
	width:100%;
	border-top:1px solid #cf0610;
	border-left:1px solid #cf0610;
	border-right:1px solid #cf0610;
	background:#EFEFEF;
	cursor:pointer;
	padding:5px 10px;
	border-radius:0;
}

}

#people-selector li:hover{
	background:#CCC;
	color:#000;
}


#people-selector .selected{
	background:#cf0610;
	color:#FFF;
	border-top:1px solid #cf0610;
	border-left:1px solid #cf0610;
	border-right:1px solid #cf0610;
	/*padding:10px 10px 5px;*/
	}
@media screen and (max-width: 368px){
	#people-selector .selected{
	background:#cf0610;
	color:#FFF;
	border-top:1px solid #cf0610;
	border-left:1px solid #cf0610;
	border-right:1px solid #cf0610;
	padding:5px 10px 5px;
	}

}

#people-selector li.selected:hover{
	background:#cf0610;
	color:#FFF;
}	
#people-selector .selected::before{
	/*content:"+ ";
	font-weight:bold;*/
	color:#FFF;
}

#people-selector #location::before{
	font-family:"FontAwesome";
	content:"\f041";
	padding-right:7px;
	}

#people-selector #position::before{
	font-family:"FontAwesome";
	content:"\f0e8";
	padding-right:7px;
	}
.panel-row-style-contact-details{
}
@media screen and (max-width: 768px){
.panel-row-style-contact-details .panel-grid-cell{
	width:50%;
	float:left;
}
}
@media screen and (max-width: 480px){
.panel-row-style-contact-details .panel-grid-cell{
	width:100%;
}
}
.panel-row-style-contact-details{
	padding:30px 0;
	color:#FFF;
}
.panel-row-style-contact-details h3{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #FFF;
}
.panel-row-style-contact-details h5{
	font-weight:bold;
	margin-bottom:5px;
}
.panel-row-style-contact-details a{
	display: inline-block;
    margin-bottom: 10px;
}
.panel-row-style-contact-details .ds-contact-form{
	border:1px #FFF solid;
	border-radius: 10px;
	background: rgba(0,0,0,0.65);
	padding:10px;
	display:inline-block;
}
#our-people-profilepic{width:30%; float:left; display:block; position:relative;}
#our-people-profilepic + article{
	float:right; width:65%; margin-left:5%;
}
@media screen and (max-width: 480px){
	#our-people-profilepic + article{
	margin-left:0; padding:0 3%;
}

}

.page-template-page-ourpeople-child .portfolio-listing-container{
	background:#ed1c24;	
	background-image:url(images/involvement-bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.page-template-page-ourpeople-child .portfolio-listing-container h2{
	text-align:center; 
	text-transform:uppercase; 
	color:#FFF; 
	position: relative;	 
	margin-top:15px; 
	margin-bottom:30px;
}
.page-template-page-ourpeople-child .portfolio-listing-container h2 span::after {
    border-bottom: 2px solid #FFF;
    border-color: #FFF;
    content: "";
    left: 50%;
    margin-left: -25%;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    width: 50%;
}
.page-template-page-ourpeople-child .portfolio-listing-container h2 span::before {
    content: "\f044";
	font-family: fontawesome;
	color:#FFF;
	margin-right:10px;
}
.page-template-page-ourprojects-child .portfolio-listing-container h2,
.page-template-page-ourprojects-child-alt .portfolio-listing-container h2{
	text-align:center; 
	text-transform:uppercase; 
	color:#FFF; 
	position: relative;	 
	margin-top:15px; 
	margin-bottom:40px;
}

.page-template-page-ourprojects-child .portfolio-listing-container h2 span::before,
.page-template-page-ourprojects-child-alt .portfolio-listing-container h2 span::before {
    /*content: "\f0fe";*/
	content: "\f0c0";
	font-family: fontawesome;
	color:#FFF;
	margin-right:10px;
}
.page-template-page-ourprojects-child .portfolio-listing-container h2 span::after,
.page-template-page-ourprojects-child-alt .portfolio-listing-container h2 span::after {
    border-bottom: 2px solid #FFF;
    border-color: #FFF;
    content: "";
    left: 50%;
    margin-left: -25%;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    width: 50%;
}
.page-template-page-ourpeople-child .portfolio-listing-container .portfolio-listing{
	padding:0 3%;
	text-align:center;
}
.page-template-page-ourpeople-child .portfolio-listing-container .portfolio-listing .portfolio-list{
	/*display:inline-block;
	clear:both;*/
}

.page-template-page-ourpeople-child .entry-content ul{margin-left:15px;}
.page-template-page-ourpeople-child .entry-content li{ color:#ed1c24; float:left; margin-right:45px;}

.team-detail ul{margin-left:15px; display:block; height:100px;}
.team-detail li{ color:#ed1c24; float:left; margin-right:45px;}
.team-detail ul::after{clear:both;}

.position-location{
	text-align:center;
}
.position-location h2{
	font-size:22px;
	margin-top:10px;
}
.pagepadding{height:100px;}

.page-child .widget-title{
	border-bottom:1px solid #aaa; /*font-size:16px; font-weight:bold;*/ 	margin-bottom: 10px;     padding-bottom: 10px; color:#cf0610;
}

.page-child .top-footer .widget-title{
	border-bottom:0; /*font-size:16px; font-weight:bold;*/ 	margin-bottom: 25px;     padding-bottom: 0px; color:#FFF;
}

.page-child .textwidget ul{
	margin-left:20px;
}
.page-child .textwidget ul li{
	list-style-image:url(images/bullet-square-red.png);
	padding-bottom:7px;
}
.page-child li::before{
	/*color:#cf0610;
	content:"+";*/
}

.gallery{
	background:rgba(228,228,228,1.00);
	padding:40px 0 30px;
	}
.gallery .gallery-item{
	margin-bottom:40px;
	}
.gallery .gallery-item img{
	cursor:pointer;
	}
.gallery .gallery-item img:hover{
	opacity:0.7;
	}
	
.staff-involved{
	background: #ed1c24 url("images/involvement-bg.png") no-repeat scroll right bottom;
}
.staff-involved .portfolio-listing-container{
}
.staff-involved .portfolio-listing-container .portfolio-list{
	margin-bottom:0;
}
.portfolio-calltoaction{
	background: #ececec; padding:4rem; text-align: center;
}

.portfolio-calltoaction .portfolio-calltoaction-text{	font-size: 3rem;}
.portfolio-calltoaction .portfolio-calltoaction-text .more-link{
	padding: 0.5rem 3.5rem;
	border: 2px solid rgba(190,21,27,1.00);;
	border-radius: 5rem;
	background: rgba(190,21,27,1.00);
	color: #FFF;
	text-decoration:none;
	font-size: 2rem;
}
.portfolio-calltoaction .portfolio-calltoaction-text .more-link:hover{
	border: 2px solid rgba(64,64,64,1.00);
	background: rgba(64,64,64,1.00);
	color: #FFF;
}
.page-child footer{
	margin-top:0;
}
.page-child .site-content{
	background-image:url(images/involvement-bg-red.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:40px;
}
.page-template-page-ourpeople-child .site-content, .page-template-page-ourprojects-child .site-content, .page-template-page-ourprojects-child-alt .site-content{
	padding-bottom:0;
}
.page-child .so-widget-image{
	margin-bottom:40px;
}


.entry-header span{
    position: relative;
	display: inline-block;
}

.entry-header span::after{
	border-bottom: 2px solid #ed1c24;
    border-color: #ed1c24;
    content: "";
    left: 50%;
    margin-left: -25%;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    width: 50%;
	}
.entry-header .posted-on::after, .entry-header .posted-day::after, .entry-header .posted-month::after{
	border-bottom: 0;
	}
	
#project-filter{
	text-align:center;
}

#project-filter li{
	display:inline-block;
	padding:5px;
	cursor:pointer;
	text-transform:capitalize;
	font-size:14px;
	transition: all 0.5s ease 0s;
}
#project-filter li:hover{
	color:#cf0610;
	background:#f6f6f6;
}
#project-filter li+li{
	margin-left:10px;
}

#project-filter .filter-active{
	background:#cf0610;
	color:#FFF;
}
#project-filter .filter-active:hover{
	background:#cf0610;
	color:#FFF;
}
.page-template-page-ourpeople-child .portfolio-listing-container #project-filter{
	margin-top:25px;
}
.page-template-page-ourpeople-child .portfolio-listing-container #project-filter .filter-active{
	background:#FFF;
	color:#cf0610;
}
.page-template-page-ourpeople-child .portfolio-listing-container #project-filter li{
	color:#FFF;
}
.page-template-page-ourpeople-child .portfolio-listing-container #project-filter li:hover{
	background-color:rgba(0,0,0,0.5); color:#FFF;
}


.portfolio-listing-seperator{
	display:inline-block;
	padding:20px;
	background:rgba(255,255,255,0.95);
	margin-bottom:30px;
}
.portfolio-listing-seperator::after{
	clear:both;
}

.portfolio-listing-seperator .portfolio-image{
	float: left;
    /*margin-bottom: 1.5%;
    margin-right: 1.3333%;*/
    overflow: hidden;
    position: relative;
    /*width: 24%;
	height:210px;*/
}
.portfolio-listing-text{
	display:inline-block;
	width:74%;
}


.portfolio-listing-seperator:nth-child(2) .portfolio-list{
	float:right; margin-right:0; margin-left: 1.3333%;
}
.portfolio-listing-seperator:nth-child(2) .portfolio-image{
	float:right; margin-right:0; /*margin-left: 1.3333%;*/
}

.portfolio-listing-seperator h1.entry-title {
    margin-bottom: 10px;
    margin-left: 0;
    position: relative;
	color: #333;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}


.portfolio-listing-seperator h1.entry-title::after {
  border-bottom: 2px solid #ed1c24;
    border-color: #ed1c24;
    content: "";
    left: 50%;
    margin-left: -25%;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    width: 50%;
}

.portfolio-listing-seperator .position-location h3 {
    display: inline-block;
	border:none;
	color: #cf0610;
	margin-bottom: 30px;
}


.portfolio-listing-seperator .position-location h3 + h3::before {
    content: ", ";
}

.portfolio-listing-seperator + .portfolio-listing-seperator{
	margin-top:30px;
	border-top:1px solid #ccc;
}


.portfolio-listing-seperator a.more-link::before {
    color: #000;
    content: "+ ";
    font-weight: bold;
}

.portfolio-listing-seperator a.more-link {
    border: 1px solid #cf0610;
    color: #cf0610;
    display: none;
    padding: 10px;
    text-decoration: none;
	width:150px;
}
.portfolio-listing-seperator a.more-link:hover {
    background: #cf0610 none repeat scroll 0 0;
    border: 1px solid #cf0610;
    color: #fff;
    padding: 10px;
}

.page #mobile-header{
	display:hide;
}
@media screen and (max-width: 768px){
.page-template-page-ourprojects-child-alt .portfolio-listing-seperator a.more-link, .page-template-page-ourprojects-child .portfolio-listing-seperator a.more-link {
    border: 1px solid #cf0610;
    color: #cf0610;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    width: 100%;
	text-align:center;
}
.page-template-page-ourprojects-child-alt .portfolio-listing-seperator .portfolio-listing-text{
	margin-top:20px;
}
}

@media screen and (max-width: 1000px){
	.parallax-caption p{
	width:100%;
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
}
}
@media screen and (max-width: 768px){
	.mobile-padding{
		padding-top:95px;
}
.page #parallax-header{
	display:none;
}
.page #mobile-header{
	display:block;
	height:300px;
	background-size:cover;
}
.pagepadding{height:0px;}

.portfolio-listing-seperator .portfolio-image{
	float: left;
    /*margin-bottom: 3.5%;*/
    margin-right: 0;
	margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 100%;

}

.portfolio-listing-seperator .portfolio-listing-text{ width:100%;}

}
@media screen and (max-width: 480px){
	.mobile-padding{
		padding-top:95px;
}
.page #parallax-header{
	display:none;
}
.page #mobile-header{
	display:block;
	height:300px;
	background-size:cover;
}
.pagepadding{height:0px;}
#our-people-profilepic{
	float:none;
	width:100%;
}
#our-people-profilepic + article{
	float:none;
	width:100%;
}
}
.entry-header span.byline{
	display:none;
}
.tag-name{
	text-transform:capitalize;
}

#myspecial-tags{
	display:none;
}

.page-template-page-ourpeople-child #myspecial-tags{
	display:inline-block;
}
.page-template-page-ourpeople-child #myspecial-tags ul::before{
	content:"";
}
.page-template-page-ourpeople-child #myspecial-tags #myspecial-tags-header{
	font-weight:bold;
}
.page-template-page-ourpeople-child #myspecial-tags #myspecial-tags-header::before{
	content:"+ ";
	color:#cf0610;
	font-weight:bold;
	font-size:36px;
}
.page-template-page-ourpeople-child #myspecial-tags li{
		text-transform:capitalize;
}



#search-results{}
#search-results .page-header{
	border:none;
	background:#cf0610;
}
#search-results .page-header h1{
	font-size:24px;
	color:#FFF;
	padding:30px;
	font-weight:normal;
}
#search-results .page-header h1 span{
	font-weight: bold;
	text-decoration:underline;
}
#search-results article + article{
	border-top: 1px dotted #ccc;
}
#search-results article header h1 a{
	color:#cf0610;
	border-bottom:2px solid #777;
	padding-bottom:15px;
}

.service_template{}
.service_template h1{}
.service_template .parallax-content{display:none;}
.service_template .service-listing{}

#building_surveying, #cost_management, #project_management{	
	margin-top: -200px;
    position: absolute;
}
#building-surveying, #cost-management, #project-management{	
}
#building-surveying h4, #project-management h4{
	font-weight:bold;	color:#cf0610;	
}
#cost-management h4{
	font-weight:bold;	color:#cf0610;	
} 
#building-surveying ul, #cost-management ul, #project-management ul{
	margin-left: 20px;		
}
#building-surveying ul li, #cost-management ul li, #project-management ul li{		
}

#project-management{
}
#project-management h3{
	border-bottom: 1px solid #ccc;
    display: inline;
	padding-bottom:3px;
	font-size:28px;
}
#project-management h3::before{
	content: "\f201";
	font-family: fontawesome;
	color:#cf0610;
	margin-right:20px;
	margin-bottom:20px;
	font-size:74px;
	float:left;
	margin-top:-25px;
	border: 2px solid #404040;
	width:140px; height:140px;
	border-radius:70px;
	padding-top: 10px;
    text-align: center;
}
#project-management h3 + div{
	margin-top:7px;
}

#cost-management{
		/*background:#cf0610;
		color:#FFF;*/
}
#cost-management h3{
	border-bottom: 1px solid #CCC;
    display: inline;
	padding-bottom:3px;
	font-size:28px;
	text-align:right;
}
#cost-management h3::before{
	content: "\f1ec";
	font-family: fontawesome;
	color:#cf0610;
	margin-right:20px;
	margin-bottom:20px;
	font-size:74px;
	float:left;
	margin-top:-25px;
	border: 2px solid #404040;
	width:140px; height:140px;
	border-radius:70px;
	padding-top: 10px;
    text-align: center;
}
#cost-management h3 + div{
	margin-top:7px;
}





#building-surveying{
}
#building-surveying h3{
	border-bottom: 1px solid #ccc;
    display: inline;
	padding-bottom:3px;
	font-size:28px;
}
#building-surveying h3::before{
	content: "\f1ad";
	font-family: fontawesome;
	color:#cf0610;
	margin-right:20px;
	margin-bottom:20px;
	font-size:74px;
	float:left;
	margin-top:-25px;
	border: 2px solid #404040;
	width:140px; height:140px;
	border-radius:70px;
	padding-top: 10px;
    text-align: center;
}
#building-surveying h3 + div{
	margin-top:7px;
}


.page-template-page-ourprojects .fpw-featured-link{position:relative;}
.page-template-page-ourprojects .fpw-featured-link .fpw-featured-image{}
.page-template-page-ourprojects .fpw-featured-link h3{
	background: #cf0610 none repeat scroll 0 0;
    float: left;
    margin-top: -60px;
	color:#FFF;
    padding: 10px 30px;	
	font-size: 18px;
	position:relative;	
	}
.page-template-page-ourprojects .fpw-featured-link h2{
	background:#000;
	float: left;
    margin-top: -107px;
    padding: 10px 50px 10px 30px;
	font-size: 18px;
	position:relative;	
}

.page-template-page-ourprojects .fpw-featured-link h2::after{
	content:"Featured Project:";
	color:#fff;
}
.page-template-page-ourprojects .fpw-featured-link h2::before{
	content:"+ ";
	color:#FFFFFF;
	font-size: 48px;
    font-weight: bold;
    position: absolute;
	top:-230px;
	left:20px;
}

@media screen and (max-width: 768px){
.page-template-page-ourprojects .fpw-featured-link h2::before{
	content:" ";
}
}

.page-template-page-awards{}
.page-template-page-awards .panel-grid{
	padding:10px;
}
.page-template-page-awards .panel-grid:nth-child(even){
	background:#EEE;
}
.page-template-page-awards .panel-grid .panel-grid-cell:nth-child(1){
	font-weight:bold;
}
.page-template-page-awards .panel-grid:nth-child(1) .panel-grid-cell{
	font-weight:normal;
}
.page-template-page-awards .panel-grid:last-child{
	background:#FFF;
}

.page-template-page-awards article ul{ list-style: none;}
.page-template-page-awards article ul li{ color:#cf0610;}
.page-template-page-awards article ul li::before{ content:"+ "; font-weight:bold;}
.page-template-page-awards article ul li ul{}
.page-template-page-awards article ul li ul li{content:"- "}

.page-template-page-awards article ul li span{color: #000;}



.service-project-management{}
.service-project-management .service-image .service-icon{
	padding:7px 10px 0 10px; text-align:center
}
.service-project-management .service-image .service-icon::before{
	content: "\f201";
	font-family: fontawesome;
	color:#cf0610;
	font-size:42px;
	}

.service-building-surveying{}
.service-building-surveying .service-image .service-icon{
	padding:7px 10px 0 10px; text-align:center
	}
.service-building-surveying .service-image .service-icon::before{
	content: "\f1ad ";
	font-family: fontawesome;
	color:#cf0610;
	font-size:42px;
	}

.service-cost-management{}
.service-cost-management .service-image .service-icon{
	padding:7px 10px 0 10px; text-align:center
	}
.service-cost-management .service-image .service-icon::before{
	content: "\f1ec";
	font-family: fontawesome;
	color:#cf0610;
	font-size:42px;
	}

.service-staff-development{}
.service-staff-development .service-image .service-icon{
	padding:7px 10px 0 10px; text-align:center
	}
.service-staff-development .service-image .service-icon::before{
	content: "\f19d";
	font-family: fontawesome;
	color:#cf0610;
	font-size:42px;
	}


#privacy-policy{}
#privacy-policy table{}
#privacy-policy thead{background:rgba(110,110,110,1.00); color:#FFF; font-weight:bold;padding:10px;}
#privacy-policy tbody tr:nth-child(odd){background:#EEE;padding:10px;}
#privacy-policy td{padding:10px;}

.site-by{
	text-align:center;
	margin-top:30px;
	font-size: 11px;
}
.site-by img{
	margin-top:-14px;
	margin-left:2px;
}

.homepage-twitter-content{
	float:left;
	width: 25%;
}
.homepage-blog-listing{
	float:right;
	width: 74%;
}
@media screen and (max-width: 768px){
.homepage-twitter-content{
	float:left;
	width: 100%;
}
.homepage-blog-listing{
	float:right;
	width: 100%;
}
}


#mc_custom_fields_cont{
	
}
#mc_custom_fields_cont .mc_custom_fields{
	width:120px; display:inline-flex;
}
#mc_custom_fields_cont input{
	margin-right:40px;
	margin-bottom:10px;
}


#mc_custom_checkboxes_cont{
	margin:30px 0;	
}
#mc_custom_checkboxes_cont div{
	margin:10px 0;	
}
#mc_custom_checkboxes_cont .mc_custom_checkboxes{
	width: 190px;

display: inline-block;
}

/* Print Styles */
@media print {
body { background:white; color:black; margin:0;}
#page, #content, .parallax-section, .mid-content{width:98%; margin:auto;}

.service-list{
}


#parallax-header{display:none;}
.breadcrumbs{display:none;}
.pagepadding{display:none;}
.siteorigin-panels-stretch{display:none;}
.bx-wrapper{display:none;} 
.social-icons{display:none;}
footer{display:none;}
#catapult-cookie-bar{display:none;}
.greybox::before {
    content: "";
}
}

#sitemap_posts{
	display:none;
}


.concept-development{display:none;}
.logged-in .concept-development{display:block;}

.logo-footer{
	border-top: 1px solid #DDDDDD;
	border-bottom: 27px solid #ed1c24;
	background:#f4f4f4;
}
.logo-footer-image-container{
	width:600px; margin:30px auto;
}
.logo-footer-image-container .logo-footer-left{
	text-align:center;
	margin-left: 2%;
	float:left;
}
.logo-footer-image-container .logo-footer-right{
	text-align:center;
	margin-right: 2%;
	float:right;
}
@media screen and (max-width: 368px){

.logo-footer-image-container{
	width:100%; margin:0;
}
.logo-footer-image-container .logo-footer-left{
	text-align:center;
	margin-left: 0;
	margin-top:30px;
	margin-bottom:5px;
	float:none;
}
.logo-footer-image-container .logo-footer-right{
	text-align:center;
	margin-right: 0;
	margin-bottom:30px;
	margin-top:5px;
	float:none;
}

}

.clearlr{
	clear:both;
}




.section-spacing{padding-right:2rem;}
.paragraph-spacing{padding-left:4rem; padding-right:2rem;}
.subparagraph-spacing{padding-left:6rem; padding-right:2rem;}


ul.policy_block{}
ul.policy_block li{list-style: none; padding: 5px 0;}
ul.policy_block li h1{font-weight:bold; border-bottom: 2px solid #ff0000; text-align: left; color: #000; padding-bottom:5px; margin-bottom:8px;margin-top:45px;}
ul.policy_block li span{font-weight:bold; padding-right:10px;}

ul.policy_block table{margin-top:25px;margin-bottom:45px;}
ul.policy_block table thead {background-color: #EFEFEF;}
ul.policy_block table thead tr{}
ul.policy_block table thead tr th{padding:10px;}
ul.policy_block table tbody{}
ul.policy_block table tbody tr{}
ul.policy_block table tbody tr:nth-child(odd){background-color: #F8F8F8;}
ul.policy_block table tbody tr td{padding:10px; font-weight:lighter;}


ul.policy_block table thead+tbody tr{background-color: #FFF;}
ul.policy_block table thead+tbody tr:nth-child(odd){background-color: #FFFFFF;}
ul.policy_block table thead+tbody tr:nth-child(even){background-color: #F8F8F8;}





#table1_container{margin:30px 0;}

#table1_container .table1_row{padding:10px;}
@media screen and (max-width: 480px){
	#table1_container .table1_row{margin:0 0 30px; border:solid 1px #DDD;}
}
#table1_container .table1_row:nth-child(odd){background-color: #F8F8F8;}

#table1_container .table1_header{font-weight:bold; width:30%; float:left;}

#table1_container .table1_content{ width:65%; float:right;}

@media screen and (max-width: 480px){
	#table1_container .table1_header{ width:100%; float:left;}
	#table1_container .table1_content{ width:100%; float:left;}
}



#table2_container{margin:30px 0;}

#table2_container .table2_row{padding:0;}
@media screen and (max-width: 480px){
	#table2_container .table2_row{margin:0 0 30px; border:solid 1px #DDD;}
}
#table2_container .table2_row:nth-child(even){background-color: #F8F8F8;}

#table2_container .table2_row .table2_column{float:left; width:15%;}

#table2_container .table2_row .column_wide{ width:70%;}

#table2_container .table2_header, #table2_container .table2_header_mobile{font-weight:bold; background-color:#EFEFEF; padding:10px; }

#table2_container .table2_header_mobile{display:none;}

#table2_container .table2_content{padding:10px;}

@media screen and (max-width: 480px){
	#table2_container .table2_row .table2_column{float:left; width:100%;}
	#table2_container .table2_row .column_wide{ width:100%;}
	#table2_container .table2_header_mobile{display:block;}
}


#table3_container{margin:30px 0;}

#table3_container .table3_row{padding:0;}
@media screen and (max-width: 480px){
	#table3_container .table3_row{margin:0 0 30px; border:solid 1px #DDD;}
}
#table3_container .table3_row:nth-child(even){background-color: #F8F8F8;}

#table3_container .table3_row .table3_column{float:left; width:15%;}

#table3_container .table3_row .column_wide{ width:55%;}

#table3_container .table3_header, #table3_container .table3_header_mobile{font-weight:bold; background-color:#EFEFEF; padding:10px; }

#table3_container .table3_header_mobile{display:none;}

#table3_container .table3_content{padding:10px;}

@media screen and (max-width: 480px){
	#table3_container{border:solid 1px #DDD;}
	#table3_container .table3_row .table3_column{float:left; width:100%;}
	#table3_container .table3_row .column_wide{ width:100%;}
	#table3_container .table3_header_mobile{display:block;}
}



.portfolio-image{height:33vh; overflow: hidden;}

.page-template-page-ourpeople .portfolio-image{height:380px;}

@media screen and (max-width: 480px){
	.portfolio-image{height:130px;}
}
.portfolio-image img{width:100%; /*height:100%;*/}

#page-image-header{
	height: 640px;
	padding:60px 0 0;
	background-position: center;
	background-size: cover;
}

.newsletter-icon{float:right;}

.page-template-page-testimonials{}

.page-template-page-testimonials .testimonial-image{
	height: 200px;
	width: 200px;
	margin: 10px auto 30px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	background-color: #FFF;
}

.page-template-page-testimonials .testimonial-motif{
	font-family: "Times New Roman", "serif";
	font-size: 2.5rem;
	color: #FFF;
	background-color: #cf0409;
	float: left;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 10px;
	text-align: center;
	padding:5px;
	position: absolute;
}
.page-template-page-testimonials .testimonial-motif img{
	vertical-align: inherit;
}

.page-template-page-testimonials .news-excerpt{
	padding:0;
	margin:0;
	height: 230px;
}
.page-template-page-testimonials .news-excerpt blockquote{
	text-align: justify;
	font-size: 1.3rem;
	color: #333;
	padding: 0;
	margin:0;
	height: 160px;
	overflow: hidden;
}
.news-excerpt > p{
	text-align:center;
	font-size: 1.3rem;
}
.news-excerpt > p:first-of-type{
	font-weight:bold;
	margin-bottom:5px;
}
.single-jetpack-testimonial blockquote{
	margin:0;
}
.single-jetpack-testimonial .entry-content > p:first-of-type{
	font-weight:bold;
	margin-bottom:5px;
}
.page-template-page-testimonials .hentry{
	margin-bottom:10px;
}

#featured-testimonial{
	display: flex;

background: rgba(245,245,245,1.00);

text-decoration: none;

color: #333;

-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);

-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);

box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);

padding: 0 20px 0 0;

border: 10px solid #FFF;
}

.featured-thumb{
	width:400px;
	height:420px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 480px){
	.featured-thumb{
	display:none;
}
}
.featured-content{
	margin:20px 0 0 20px;
	font-size: 1.3rem;
}

.center-page{
	margin: 0 auto;
}


.tabswitch{
	text-align: center;
}

.tabswitch .card{
	background: rgba(0,0,0,0.00);
}


.carousel-overlay{
	position:absolute;
	background-color: rgba(0,0,0,0.80);
	width:100vw;
	height:100vh;
}