/*
Theme Name: all3d
Theme URI: http://underscores.me/
Author: Martyna Lebryk
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all3d
Tags:

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.

all3d is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
	letter-spacing: 1px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #C9A260;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	color: #C9A260;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	display: block;
	text-shadow: none;

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}




button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #C9A260;
	color: #fff;
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #404040;
	border: none;
	border-bottom: 1px solid #404040;
	border-radius: 0px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #C9A260;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration: none;
}

a:visited {
	color: #C9A260;
}

a:hover,
a:focus,
a:active {
	color: #C9A260;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/


.site-header {
	border-top: 6px solid #5D5D5D;
}

.nodisplay{
	display: none;
}


.header-top{
	max-width: 1080px;
	margin: 0 auto;
}

.social-media {
    z-index: 1;
    padding: 0;
}

.social-media ul {
    float: right;
    list-style: none;
    margin: 0;
    padding:0;
}

.social-media ul li {
    float: left;
    padding: 5px 8px;
}


.social-media ul li a:hover {
    opacity: 0.7;
}

.fa-2x {
    font-size: 1.1em !important;
    color: #5D5D5D;
}


.site-branding {
    height: 150px;
    text-align: center;
}

.site-branding img{
	max-width: 100px;
	margin-top: -15px;
}

p.site-title{
	margin: 0;
}

p.site-title a {
    font-size: 0;
}

p.site-description {
    font-size: 0;
}







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.home-page-logo{
	display: none;
	margin: 0 auto;
}

.other-page-logo{
	margin: 0 auto;
}

.home .home-page-logo{
	display: block;
}
.home .other-page-logo{
	display: none;
}


.site-branding{
	max-width: 1080px;
	margin:0 auto;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	z-index: 1;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%,30px);
	-ms-transform: translate(-50%,30px);
	-o-transform: translate(-50%,30px);
	transform: translate(-50%,30px);
	min-width: 600px;
	text-align: center;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}



.main-navigation .current_page_item > a::before, 
.main-navigation .current-menu-item > a::before, 
.main-navigation .current_page_ancestor > a::before, 
.main-navigation .current-menu-ancestor > a::before, 
.main-navigation li:hover > a::before, 
.main-navigation li.focus > a::before, 
.single-solution .main-navigation .menu-item-111 a::before, 
.post-type-archive-case .main-navigation .menu-item-112 a::before, 
.single-case .main-navigation .menu-item-112 a::before, 
.post-type-archive-sectors .main-navigation .menu-item-29 a::before, 
.single-post .main-navigation .menu-item-16 a::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}



.postid-37 .navigation .menu-item-29 a::before, .postid-38 .navigation .menu-item-29 a::before, .postid-39 .navigation .menu-item-29 a::before, .postid-40 .navigation .menu-item-29 a::before{
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}





/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



button.menu-toggle span, button.menu-toggle span::before, button.menu-toggle span::after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background-color: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    right: 0;
}

button.menu-toggle.active span::before {
    transform: rotate(45deg);
    top: 0;
}

button.menu-toggle span::before {
    top: -10px;
}

button.menu-toggle.active span::after {
    transform: rotate(-45deg);
    bottom: 0;
}

button.menu-toggle span::after {
    bottom: -10px;
}

button.menu-toggle {
    cursor: pointer;
    border: none;
	z-index: 2;
}

button.menu-toggle:hover{
	background-color: transparent;
}


.menu-toggle {
    position: absolute;
    z-index: 1;
    right: 20px;
	top: 5px;
}

button.menu-toggle.active span {
    background-color: transparent;
}




/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear{
	clear: both;
}

.clear:before,
.clear: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.page-sectio:after,
section:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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 .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.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 {
	display: block;
}





/* BUTTONS */


a.button{
	border: 1px solid #C9A260;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 180px;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	font-size: 14px;
}

a.button:hover{
	background-color: #C9A260;
	color: #fff;
}





/* HOME PAGE */



.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#splash-video {
    max-width: 100%;
}


/* HOME INTRO */


.home section{
	text-align: center;
}


section h2{
	font-size: 36px;
	margin: 20px 0 50px;
	text-align: center;
	color: #8c8c8d;
}

#intro .page-section{
	max-width: 980px;
}


/* SECTORS & MEDIA */

#sectors{
	background-color: #f8f8f8;
}


.sectors-section img{ 
	max-width: 150px;
}

.sectors-section h5, .media-section h5{
	color: #8c8c8d;
	font-size: 16px;
	margin: 35px 0 0;
}

.sectors-section a, .media-section a{
	display: block;
}


.sectors-section a span, .media-section a span{
	color: #404040;
	font-weight: 100;
}

.sectors-section a:hover span, .media-section a:hover span{
	color: #C9A260;
}

.sectors-section a:hover .sector-icon-color{
	opacity: 1;
}

.sector-icon-box{
	position: relative;
	display: block;
	min-height: 125px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

img.sector-icon{
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.sector-icon-color{
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.sector-icon-no-color{
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#sectors-page .sector-icon.sector-icon-color {
    background: #fff;
    border-radius: 50%;
}

.media-section a:hover .sector-icon-color{
	opacity: 1;
}

.media-section .media-icon-box{
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

.media-section:hover .media-icon-box, .sectors-section:hover .sector-icon-box {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}



#sector-clients img{
	opacity: 0.7;
}

.row-centered{
	text-align: center;
}

.row.row-centered > div {
    display: inline-block;
    float: none;
    max-width: 150px;
}

.home .row.row-centered > div{
}






#sector-points ul {
    list-style: none;
    padding:0;
    margin:0;
}



#sector-points li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 10px;
}

#sector-points li:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 10px;
}

.postid-38 #sector-points li:before {
    color: #EAEAEA;
}



/* MEDIAS / SERVICES */



.media-diagram {
    min-height: 450px;
    position: relative;
    margin: 100px 0 50px;
}


.media-section{
	text-align: center;
    height: 200px;
    width: 230px;
}

.media-icon-box{
	position: relative;
	display: block;
	min-height: 200px;
}

.media-section h5{
	width: 130px;
	font-size: 14px;
	position: absolute;
	margin: 0;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

}
.media-section:hover h5{
	color: #fff;
}


.media-section img{ 
	max-width: 230px;
}

.media-section{
	position: absolute;
}


.media-section:first-child{
	top:0;
	left:0;
}


.media-section:nth-child(2){
	top: 100px;
	left: 175px;
}


.media-section:nth-child(3){
	top: 0;
	left: 350px;
}


.media-section:nth-child(4){
	top: 100px;
	left: 525px;
}



.media-section:nth-child(5){
	top: 200px;
	left: 0px;
}

.media-section:nth-child(6){
	top: 301px;
	left: 175px;
}

.media-section:nth-child(7){
	top: 200px;
	left: 350px;
}

.media-section:nth-child(8){
	top: 200px;
	left: 700px;
}

.slider-medias .slick-slide img {
    padding: 10px;
}






/* REQEST A QUOTE */


#request-quote {
    width: 100%;
    height: 350px;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
}


.color-overlay {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#request-quote .page-section {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    min-width: 480px;
}

.home .footer-quote-section{
	display: none;
}

section#request-quote h2{
	color: #C9A260;
}


.slider-content-overlayer{
	    width: 100%;
    height: 100%;
    position: absolute;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 1920px;
}



/* HOME BLOG */


.news-inner a{
	display: block;
	text-transform: uppercase;
	margin: 10px 0;
}




/* FOOTER */

footer{
	background-color: #333333;
	color: #fff;
}

footer .page-section{
	padding: 50px 15px 0;
}

.row-small{
	width: 20%;
	padding: 0 1.5%;
	float: left;
}
.row-big{
	width: 30%;
	padding: 0 1.5%;
	float: left;
}

.row-small a{
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.site-info{
	background-color: #231F20;
}

.site-info .page-section{
	padding: 10px 15px;
}


.site-info .fa-2x{
	color: #fff;
}


.twitter-widget{
	max-width: 320px;
}






/* NEWSLETTER */


footer #mc_embed_signup .mc-field-group input {
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ccc !important;
    border-bottom: 1px solid #fff !important;
    width: 80%;
	font-size: 14px;
}

#mc_embed_signup .indicates-required {
    line-height: 10px;
}


#mc_embed_signup .asterisk {
    line-height: 10px;
}


#mc_embed_signup .button {
    clear: both;
    background-color: transparent !important;
    border: 1px solid #C9A260 !important;
    border-radius: 0 !important;
    transition: all 0.23s ease-in-out 0s;
    color: #C9A260 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: normal;
    height: 35px !important;
	line-height: 30px !important;
    margin: 0px 50px 20px 0px;
    padding: 0px 22px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    float: right;
}

#mc_embed_signup .button:hover{
	background-color: #C9A260 !important;
	color: #fff !important;
}


#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup_scroll p{
	margin:0;
	padding: 0;
}


.mc-field-group {
    margin-bottom: 10px;
}


footer form br{
	display: none;
}


#mc_embed_signup .mc-field-group{
	margin-bottom: 0 !important;
	min-height: auto !important;
}


#mc_embed_signup #mce-success-response {
    color: #C9A260 !important;
}

#mc_embed_signup div.response {
    margin: 10px !important;
    padding: 0 !important;
    font-weight: 200 !important;
    float: none !important;
    top: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
}

#mc_embed_signup div#mce-responses {
    float: none !important;
    top: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    margin: 0 !important;
}








/* SECTORS */


.masthead-image {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: relative;
}


.masthead-image h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
}



.masthead-color{
	width: 100%;
	height: 35px;
	position: relative;
}

.masthead-color .color-grey{
	background-color: #8c8c8d;
	height: 35px;
}







#sectors-page .page-section {
    max-width: 600px;
}
#sectors-page .sectors-section img {
    max-width: 120px;
}

#sectors-page .sectors-section h5 {
    font-size: 14px;
    margin: 10px 0 0;
}

.sector-title{
	position: relative;
}


.media-sectors .page-section {
    padding: 50px 15px;
}


.sectors-section {
    text-align: center;
}


.sector-slider{
	padding: 20px 0 0;
	position: relative;
	color: #fff;
}

.slick-slide img {
    margin: 0 auto;
}


.sector-slider h4{
	color: #404040;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
}

.sector-slider h3{
	text-transform: uppercase;
}


.sector-slider .slick-slide img, .slider-sectors .slick-slide img{
	width: 100%;
}

.sector-slider .slick-slide, .slider-sectors .slick-slide{
	max-height: 1080px;
	overflow: hidden;
}


.slider-content{
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-5%,-50%);
	margin: 0;
	width: 100%;
	max-width: 500px;
	padding: 15px;
	font-size: 14px;
	background: rgba(0,0,0,0.5);
}



.slick-initialized .slick-slide {
    display: block;
    position: relative;
}




.slider-content a.button {
    margin: 10px auto 0;
    background-color: #C9A260;
	color: #fff;
}

.slider-content a.button:hover{
	color: #C9A260;
	background: transparent;

}


h2.media-title{
	font-size: 26px;
	text-transform: uppercase;
	text-align: left;
	margin: 50px 0 50px 80px;
}


.media-sectors .section-body{
	background-color: #f8f8f8;
}
.media-sectors ul{
padding: 0 0 0 5px;
}

.media-sectors .row.row-centered > div {
    padding: 15px;
}




.media-sectors .sector-icon-color{
	opacity: 1;
}

.media-sectors img.sector-icon {
    top: -10px;
    left: 0;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
    max-width: 60px;

}

.sector-service li{
	margin-bottom: 10px;
}


.sector-clients img{
	max-width: 100px;
}


.post-type-archive-sectors .slick-prev::before, .post-type-archive-sectors .slick-next::before {
    color: #fff !important;
}





/* PORTFOLIO */


#portflio {
    background-color: #f8f8f8;
}


#portflio .page-section {
    max-width: 600px;
}
#portflio .sectors-section img {
    max-width: 120px;
}

#portflio .sectors-section h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.portfolio-section img{
	width: 100%;
}


.portflio-title-box{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	max-height: 370px;
}

.portfolio-title{
	position: absolute;
	bottom: -10px;
	left: 1%;
	-webkit-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	max-width: 1080px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	min-width: 320px;
}



#portfolio-slider .slick-slide img{
	padding: 5px;
}







.header-image-overlay{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	overflow: hidden;
	max-height: 370px;
	width: 100%;
	height: 100%;
}


.slider-clients img.slick-slide{
	opacity: 0.6;
}


#cboxOverlay {
    opacity: 0.5 !important;
}



/* ABOUT US */


#about-overview .page-section{
	max-width: 980px;
}

#about-overview img{
	margin-top: 50px;
}






#why-all3d{
	background-color: #EAEAEA;
	text-align: center;
}




#why-all3d img{
	max-width: 120px;
}















#about-awards{
	background-color: #EAEAEA;
	text-align: center;
}

.single-award{
	font-size: 18px;
}


.logos-all{
	text-align: center;
}

#about-client-logos .logos{
	margin: 15px 0;
	opacity: 0.7;
	text-align: center;
    float: none;
    display: inline-block;
    width: 16%;
}



#about-client-logos img{
	max-width: 100px;
	margin: 0 auto;
}


#about-team .page-section{
	max-width: 800px;
}


#about-team p{
	text-align: center;
}

#about-team h3{
	margin: 5px 0;
}

#about-team h4{
	font-size: 14px;
}


.member-single{
	margin: 20px 0;
	text-align: center;
	position: relative;

	cursor: pointer;
}

.member-single-img{
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}



.member-single:hover .member-single-img{
	background-color: #000;
}

.member-single-img span{
	opacity: 0;
	position: absolute;
	color: #C9A260;

	top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.member-single:hover span{
	opacity: 1;
}


.member-single img{
-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.member-single:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);

	opacity: 0.5;
}



.bio{
	text-align: left;
	position: absolute;
	top: -3%;
	width: 100%;
	min-height: 350px;
	margin-left: -3.9%;

	background-color: rgba(201,162,96,.9);
	color: #fff;
	padding: 10px;

	display: none;

}


.bio i {
    padding-right: 10px;
    cursor: pointer;
    float: right;
    color: #fff;
}


.active{
	display: block;
	z-index: 2;
}







/* CONTACT PAGE */

#contact-page a{
	display: block;
	font-size: 18px;
	margin: 10px;
	font-weight: 600;
}

#contact-page a:hover{
	opacity: 0.8;
}


.nf-form-title{
	display: none;
}


#contact-map  {
	width: 100%;
	height: 350px;
	position: relative;
	margin-top: -16px;
}

#contact-map iframe {
    width: 100%;
    height: 350px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.map-overlay {
    background: transparent;
    width: 100%;
    height: 350px;
    top: 350px;
    margin-top: -350px;
    position: absolute;
	z-index: 1;
	opacity: 0.5;
}

.color-gold{
	background-color: #C9A260;
	color: #fff;
}

.color-gold a{
	color: #fff;
}

.contact-info{
	position: absolute;
	top:250px;
	right: 10%;
	width: 300px;
	z-index: 1;
}

.contact-info span{
	display: block;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.contact-info span i{
	margin: 3px 10px 0 0;
}

.color-gold i, .color-gold p{
	float: left;
}

.color-gold p{
	margin: 0;
	padding: 0;
}

.form-box{
	max-width: 450px;
	margin: 0 auto;
}


/* REQUEST A QUOTE */


#quote-page .page-section{
	max-width: 600px;
}



.nf-field-label label {
    font-weight: normal !important;
}

.page-template-quote-page #request-quote{
	display: none;
}




/* NEWS ALL */


.single-post-list h2{
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 18px;
}

.single-post-list h2 a{
	color: #404040;
}


.single-post-list {
    min-height: 300px;
}


.single-post-list .button {
    float: right;
    margin-right: 50px;
}


h2.widget-title{
	font-size: 18px;
	text-align: left;
	margin: 10px 0;

}


#blog-all button, #blog-all input[type="button"], #blog-all input[type="reset"], #blog-all input[type="submit"] {
    margin-top: 20px;
}





/* MEDIA */


#media{
	text-align: center;
}


#media-overview .page-section{
	max-width: 800px;
	text-align: center;
}


#media-all {
	background-color: #f8f8f8;
}

#media-all .page-section {
    max-width: 100%;
}

#media-all .media-sections {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 50px;

}

.media-sections{
	margin-bottom: 30px;
}

.media-sections h3{
	font-weight: bold;
}

.media-sections img{
	max-width: 120px;
	margin-top: 20%;
}

.media-sections.right {
    text-align: right;
}

.media-sections.right .col-xs-12.col-sm-2{
	float: right;
}


#media-all .slick-slider{
	margin-bottom: 50px;
}


img.slick-slide{
	padding: 10px;
}

.slick-prev::before, .slick-next::before{
	font-size: 60px !important;
	cursor: pointer !important;
	position: absolute;
	top:-5px;
}

.slick-prev::before {
    content: '\f104' !important;
    font-family: 'FontAwesome' !important;
    z-index: 10000 !important;
    color: #ccc !important;
    left:0;
}

.slick-next::before {
    content: '\f105' !important;
    font-family: 'FontAwesome' !important;
    color: #ccc !important;
    right: 0;

}

.slick-prev, .slick-next{
	width: 50px !important;
	height: 50px !important;
	cursor: pointer !important;
}

.slick-prev{
left: 5px !important;
z-index: 1000 !important;
}

.slick-next{
right: 5px !important;
z-index: 1000 !important;	
}

.slick-dots li button:before{
	font-size: 20px !important;

}
.slider-for.slick-slider .slick-list {

    top: 35%;
    -webkit-transform: translate(0%,-35%);
    -moz-transform: translate(0%,-35%);
    -o-transform: translate(0%,-35%);
    transform: translate(0%,-35%);

}





/* PROJECTS */


.project-section{
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
}


.project-overlay{
	position: absolute;
	top:0;
	left:0;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	max-height: 210px;
}


.project-section img{
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

.overlay-info{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	min-width: 200px;
}
.project-overlay h3{

	
}

.button span{
	color: #C9A260;
}


.project-section:hover .project-overlay{
	opacity: 1;
}


.project-section:hover img{
	transform: scale(1.2);
}

.button-filters{
	text-align: center;
}

.button-group button{
	display: inline-block;
	margin: 0 5px 10px;
}

.button:active,
.button.is-checked,
.button.is-selected {
  background-color: #C9A260;
  color: #fff;
}

.project {
    max-height: 240px;
    overflow: hidden;
    padding: 30px 0;
}



.portfolio-section {
    margin-bottom: 10%;
}








.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

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



.single-projects h3{
	text-transform: uppercase;
}





/* LAYOUT */


.page-section{
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 15px 100px;
}



.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-3a {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }

  .col-md-3a{
  	width: 20%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}






@media (min-width: 1600px){
	.slick-prev::before, .slick-next::before {
	    font-size: 80px !important;
	}

}

@media (max-width: 1189px){
	.masthead-image {
	    height: 150px;
	}
	#about-client-logos .logos {
	    width: 20%;
	}

}


@media (max-width: 1140px){
	.contact-info {
	    right: 1%;
	}
}



@media (max-width: 1018px){
	.masthead-image {
	    background-attachment: scroll;
	}
}


@media (max-width: 999px){
	.slider-content {
	    max-width: 750px;
	    right: 0%;
	}
}


@media (max-width: 991px){

	#sectors .page-section {
	    max-width: 600px;
	}
	.sectors-section {
	    margin-bottom: 20px;
	}

}

@media (max-width: 980px){
	.portfolio-title{
		font-size: 50px;
		line-height: 50px;
	}

}

@media (max-width: 960px){
		.row-small, .row-big{
			width: 50%;
		}

		footer .page-section{
			padding: 50px 50px 0;
		}

		.row-small{
			width: 35%;
		}
		.row-big{
			width: 65%;
		}
		#request-quote h2{
			margin: 0;
		}
		#request-quote a.button {
	    	margin: 0px auto 0;
	}
}


@media (min-width: 980px){

	#media .page-section {
	    max-width: 950px;
	}
}




@media (max-width: 899px){
	.service-item {
	    text-indent: 50px;
	}
	.service-item::before {
	    top: -5px;
	}
}




@media (max-width: 979px){


	#media .page-section {
	    max-width: 800px;
	}

	.media-section:nth-child(8) {
	    top: 301px;
	    left: 525px;
	}
}


@media (max-width: 790px){

	#media .page-section {
	    max-width: 615px;
	}

	.media-diagram {
	    min-height: 550px;
	}

	.media-section:nth-child(4) {
	    top: 401px;
	    left: 0px;
	}

	.media-section:nth-child(8) {
	    top: 401px;
	    left: 350px;
	}
.portfolio-title{
		font-size: 40px;
		line-height: 40px;
	}

	.slider-content{
		max-width: 600px;
	}
}



@media (max-width: 615px){

	#media .page-section {
	    max-width: 440px;
	}

	.media-diagram {
	    min-height: 850px;
	}

	.media-section:nth-child(3) {
	    top: 601px;
		left: 0;
	}

	.media-section:nth-child(7) {
	    top: 501px;
		left: 175px;
	}

	.media-section:nth-child(8) {
	    top: 701px;
		left: 175px;
	}
}


@media (max-width: 430px){

	#media .page-section {
	    max-width: 320px;
	}
	.media-diagram {
	    min-height: 600px;
	}

	.media-section img {
	    max-width: 160px;
	}

	.media-section {
	    height: 130px;
		width: 130px;
	}

	.media-section h5 {
	    width: 100px;
	    font-size: 12px;
	    margin: 0;
	    top: 80%;
	    left: 50%;
	}
	.media-icon-box {
	    min-height: 130px;
	}


	.media-section:nth-child(1) {
	    top: 0px;
		left: 20px;
	}

	.media-section:nth-child(2) {
	    top: 70px;
	    left: 140px;
	}

	.media-section:nth-child(5) {
	    top: 140px;
	    left: 20px;
	}

	.media-section:nth-child(6) {
	    top: 210px;
	    left: 140px;
	}
	.media-section:nth-child(4) {
	    top: 280px;
	    left: 20px;
	}

	.media-section:nth-child(7) {
	    top: 350px;
	    left: 140px;
	}

	.media-section:nth-child(3) {
	    top: 420px;
	    left: 20px;
	}

	.media-section:nth-child(8) {
	    top: 490px;
	    left: 140px;
	}





}









@media (max-width: 767px){

	.page-section {
		padding: 50px 15px 50px;
	}
	.sector-menu {
	    height: 200px;
	}
	.media-sections img{
		margin-top: 0;
	}
	.media-sections, .media-sections.right {
	    text-align: center;
	}
	.member-single {
	    max-width: 400px;
	    margin: 0 auto;
	    float: none;
	}

	.form-box{
		margin-top: 100px;
	}

	#contact-page .page-section{
		max-width: 450px;
	}
	.sector-services {
	    text-align: center;
	}
	h2.media-title {
	    text-align: center;
	    margin-left: 0;
	}
	.media-sectors img.sector-icon {
	    top: -90px;
	    left: 50%;
	    -webkit-transform: translate(-50%,0%);
	    -ms-transform: translate(-50%,0%);
	    -o-transform: translate(-50%,0%);
	    transform: translate(-50%,0%);
	}
	.media-sectors .page-section {
	    padding: 75px 15px 50px;
	}
	.sector-services{
		margin-top: 30px;
	}

	.media-sectors ul {
	    list-style: none;
	    text-align: center;
	}
	.sector-slider {
	    padding: 0;
	}
	.row.row-centered.sector-clients {
	    background: #fff;
	    padding: 25px 0;
	}

}


@media (max-width: 760px){
		footer .page-section{
			padding: 50px 15px 0;
		}
		#request-quote .page-section{
			padding: 15px;
		}

		.portfolio-title{
			font-size: 30px;
			line-height: 30px;
		}
		#request-quote{
			height: 300px;
		}

}

@media (max-width: 800px){
	.slider-content {
	    position: relative;
	    top: 0%;
	    right: 0%;
	    -webkit-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	    -o-transform: translate(0%,0%);
	    transform: translate(0%,0%);
	    margin: 0;
	    width: 100%;
	    max-width: 100%;
	    padding: 30px 45px;
	    font-size: 14px;
	    background-color: #8c8c8d;
	}
	.color-overlay{
		z-index: -1;
	}
	.slider-content-overlayer{

	    position: relative;

	    top: 0%;
	    left: 0%;
	    -webkit-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	    -o-transform: translate(0%,0%);
	    transform: translate(0%,0%);
	}
	.slider-sectors .slick-track{
		background-color: #8c8c8d;
	}
	.sector-slider h3 {
	    font-size: 20px;
	}
	.color-overlay{
		background-color: transparent;
	}
	.owl-stage{
		background-color: rgba(0,0,0,0.2);
	}

	.contact-info {
	    position: relative;
	    top: 0;
	    width: 90%;
	    margin: 0 auto;
	}

}


@media (max-width: 662px){
	.menu-main-menu-container{
		width: 100%;
	}

	#about-client-logos .logos {
	    width: 25%;
	}


}



@media (max-width: 640px){
	.slider-for {
	    display: block !important;
	}
	.slider-for.slick-initialized.slick-slider.slider-active {
	    position: relative;
	    z-index: 10000;
	    background: transparent;
	    height: auto;
	    width: 100%;
	}
	.slider-for.slick-slider .slick-list {
	    top: 0;
	    -webkit-transform: translate(0%,0);
	    -moz-transform: translate(0%,0);
	    -o-transform: translate(0%,0);
	    transform: translate(0%,0);
	}
	.portfolio-section {
	    margin-bottom: 20%;
	}
	.close-button.slider-active {
	    display: none !important;
	}
}





@media (max-width: 599px){
	nav button{
		margin: 0 auto;
		line-height: 30px;
		height: 30px;
		width: 100% !important;
	}

	.masthead-color{
		height: 45px;
	}
	.masthead-color .color-grey {
	    height: 45px;
	}

	.site-branding {
    height: 115px;
    position: relative;
	}
	.site-branding img {
	    max-width: 80px;
	    position: absolute;

	    left: 50%;
		top: 65%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.main-navigation li {
	    display: block;
	    position: relative;
	    padding: 5px 10px;
	    text-align: center;
	}
	.main-navigation ul {
	    left: 0;
		top: 0;
		-webkit-transform: translate(0%,0px);
		-ms-transform: translate(0%,0px);
		-o-transform: translate(0%,0px);
		transform: translate(0%,0px);
		background-color: #C9A260;
		width: 100%;
		padding: 30px 0;
		min-width: 100%;
	    
	}

	.main-navigation .current_page_item > a::before, 
	.main-navigation .current-menu-item > a::before, 
	.main-navigation .current_page_ancestor > a::before, 
	.main-navigation .current-menu-ancestor > a::before, 
	.main-navigation li:hover > a::before, 
	.main-navigation li.focus > a::before, 
	.single-solution .main-navigation .menu-item-111 a::before, 
	.post-type-archive-case .main-navigation .menu-item-112 a::before, 
	.single-case .main-navigation .menu-item-112 a::before, 
	.single-post .main-navigation .menu-item-16 a::before,
	.post-type-archive-sectors .main-navigation .menu-item-29 a::before {
	    background: transparent;
	}

	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current_page_ancestor > a, 
	.main-navigation .current-menu-ancestor > a, 
	.main-navigation li:hover > a, 
	.main-navigation li.focus > a, 
	.single-solution .main-navigation .menu-item-111 a, 
	.post-type-archive-case .main-navigation .menu-item-112 a, 
	.single-case .main-navigation .menu-item-112 a, 
	.single-post .main-navigation .menu-item-16 a{
		color: #000;
	}
	.social-media ul li {
	    padding: 5px 5px;
	}

		.row-small, .row-big{
			width: 100%;
		}

		footer .page-section{
			padding: 50px 50px 0;
		}




}
@media (max-width: 580px){

		#about-client-logos .logos {
		    width: 45%;
		}
}


@media (max-width: 504px){
	#sector-clients .col-xs-6 {
	    width: 50%;
	}
	.service-item {
	    hyphens: auto;
	}

}

@media (max-width: 499px){
	.masthead-image {
	    height: 95px;
	}
	section h2 {
	    font-size: 26px;
	}

	.overlay-info {
	    min-width: 180px;
	}
	#request-quote .page-section {
	    min-width: 320px;
	}
	#request-quote {
	    background-attachment: scroll;
	}
}


@media (max-width: 440px){
	#about-client-logos img {
	    max-width: 100px;
	}

	.overlay-info {
	    min-width: 150px;
	}

	.project {
	    padding: 10px;
	}

}


@media (max-width: 399px){
		footer .page-section{
			padding: 50px 15px 0;
		}
}



@media (max-width: 375px){
	.sectors-section img {
	    max-width: 120px;
	}
	.sectors-section h5 {
	    margin: 5px 0 0;
	}
	.sectors-section {
	    margin-bottom: 30px;
	}
}

@media (max-width: 360px){
	.project {
	    padding: 10px 0;
	}
	.col-xs-6.col-sm-4.col-md-3.project{
		padding: 5px;
	}
	.project-overlay {
	    min-height: 100px;
	}
	.bio {
	    margin-left: -4.1%;
	}
}


@media (max-width: 320px){
	.bio {
	    margin-left: -4.7%;
	}
		.sectors-section img {
	    max-width: 100px;
	}
	#sectors-page .sectors-section img {
	    max-width: 100px;
	}
}

body.locked {
	overflow:hidden;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(img/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;display: none !important;}
        #cboxCurrent{position:absolute; bottom:4px; left:15px; color:#949494; display: none !important;}
        #cboxLoadingOverlay{background:url(img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px;}
        #cboxPrevious{position:absolute; bottom:45%; left:0; font-size: 0; color: #ccc; opacity: 0.5;}
        #cboxPrevious::after{
        	    font-family: FontAwesome;
			    content: "\f104";
			    font-size: 48px;
			    padding: 10px;
        }
        #cboxPrevious:hover{opacity: 1;}
        #cboxNext{position:absolute; bottom:45%; right:0; font-size: 0;color: #ccc; opacity: 0.5;}
        #cboxNext::after{
        	    font-family: FontAwesome;
			    content: "\f105";
			    font-size: 48px;
			    padding: 10px;
			    right: 5px;
        }

        #cboxNext:hover{opacity: 1;}
        #cboxClose{position:absolute; bottom:0; right:0; font-size: 0; color: #000; opacity: 0.5; padding: 0 10px; height: 40px;}
        #cboxClose::after{
	    	font-family: FontAwesome;
			    content: "\00d7";
			    font-size: 30px;
			    display: none !important;
        }
        #cboxClose:hover{opacity: 1;}

