/*
Theme Name:         FoundationPress
Theme URI:          https://github.com/olefredrik/foundationpress.git
Description:        FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version:            1.0.0
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ---------------------------------------------------------------------------- 
  
  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanlilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /scss folder.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html
  
	font-family:'UniversLTW01-53Extended';
	font-family:'UniversLTW01-53ExObl';
	font-family:'Univers W01 63 Bold Ex';
	font-family:'UniversW01-63BoldExObl';
	font-family:'Univers W01 73 Black Ex';
	font-family:'UniversW01-73BlackExObl';
	font-family:'UniversW01-93ExtraBlack';
	font-family:'UniversW01-93ExtraBkExO';
	font-family:'Univers LT W01 45 Light';
	font-family:'Univers LT W10 45 Light';
	font-family:'UniversLTW10-45LightObl';
	font-family:'UniversLTW01-45LightObl';
	font-family:'Univers LT W01 55 Roman';
	font-family:'Univers LT W10 55 Roman';
	font-family:'UniversLTW01-55Oblique';
	font-family:'UniversLTW10-55Oblique';
	font-family:'Univers LT W01 65 Bold';
	font-family:'Univers LT W10 65 Bold';
	font-family:'UniversLTW10-65BoldObli';
	font-family:'UniversLTW01-65BoldObli';
	font-family:'Univers LT W01 75 Black';
	font-family:'Univers LT W10 75 Black';
	font-family:'UniversLTW10-75BlackObl';
	font-family:'UniversLTW01-75BlackObl';
	font-family:'UniversLTW01-85ExtraBla';
	font-family:'UniversLTW10-85ExtraBla';
	font-family:'UniversLTW10-85ExtraBkO';
	font-family:'UniversLTW01-85ExtraBkO';
	font-family:'UniversLTW10-47LightCn';
	font-family:'UniversLTW01-47LightCn';
	font-family:'UniversLTW01-47LightCnO';
	font-family:'UniversLTW10-47LightCnO';
	font-family:'UniversLTW01-57Condense 723821';
	font-family:'UniversLTW10-57Condense 726513';
	font-family:'UniversLTW01-57Condense 723818';
	font-family:'UniversLTW10-57Condense 726510';
	font-family:'UniversLTW01-67BoldCn';
	font-family:'UniversLTW10-67BoldCn';
	font-family:'UniversLTW10-67BoldCnOb';
	font-family:'UniversLTW01-67BoldCnOb';
	font-family:'UniversLTW10-39ThinUltr';
	font-family:'UniversLTW01-39ThinUltr';
	font-family:'UniversLTW01-49LightUlt';
	font-family:'UniversLTW10-49LightUlt';
	font-family:'UniversLTW01-59UltraCn';
	font-family:'UniversLTW10-59UltraCn';



---------------------------------------------------------------------------- */

body, html {
	font-family: 'UniversLTW10-47LightCn', Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}

body {
	background-repeat: no-repeat;
	background-position: 0 17.85714286rem;
	background-size: cover;
	background-attachment: fixed;
}

.clear {
	clear: both;
}

strong, b {
	font-family:'UniversLTW10-57Condense 726513', Arial, sans-serif;
	font-weight: normal;
}

em, i {
	font-family:'UniversLTW10-47LightCnO', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

strong em, em strong, b em, em b, strong i, i strong, b i, i b {
	font-family:'UniversLTW10-57Condense 726510', Arial, sans-serif;
	font-weight: normal;
	font-style: italic;	
}

a {
	color: rgba(237, 29, 37, 1.0);
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

a:hover, a:focus {
	color: rgba(199, 22, 29, 1.0);
}

.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 0;
}

.single-post .entry-content h1 {
	font-size: 2rem;
}

.single-post .entry-content h2 {
	font-size: 1.75rem;
}

.single-post .entry-content h3 {
	font-size: 1.5rem;
}

.single-post .entry-content h4 {
	font-size: 1.25rem;
}

.single-post .entry-content h5 {
	font-size: 1.125rem;
}

.single-post .entry-content h6 {
	font-size: 1rem;
}


/* ---------- Header ---------- */

.header-container {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.75);
	position: fixed;
	max-height: 1000px;
	z-index: 1000;
	overflow: ;
	-webkit-transition: margin-top 0.2s linear;
	-moz-transition: margin-top 0.2s linear;
	-ms-transition: margin-top 0.2s linear;
	-o-transition: margin-top 0.2s linear;
	transition: margin-top 0.2s linear;
}

.single .header-container {
	padding-bottom: 30px;
}

.nav-shrink {
	margin-top: -30px;
}

header {
	position: relative;
	padding-bottom: ;
	-webkit-transition: padding-bottom 0.6s linear;
	-moz-transition: padding-bottom 0.6s linear;
	-ms-transition: padding-bottom 0.6s linear;
	-o-transition: padding-bottom 0.6s linear;
	transition: padding-bottom 0.6s linear;
}

.left-off-canvas-menu, .left-off-canvas-menu #menu-primary {
	overflow-y: scroll !important;
}

.header-padding {
	padding-bottom: 30px;
}

.page-content {
	padding: 0 0 0 40px;
}

.page-content2 {
	padding: 0 0 0 40px;
}

.page-content p {
	font-size: 20px;
	padding-right: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-content2 p {
	font-size: 20px;
	padding-right: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.top-bar-border {
	background: #dbdbdb;
	height: 30px;
	position: absolute;
	padding-right: 357.14285714rem;
	left: 40px;
}

.top-bar-container {
	margin-top: 60px;
}

.container {
	padding-top: 480px;
}

.single .container {
	padding-top: 180px;
}

.home .container {
	margin-top: 0;
	padding: 0;
}

#menu-primary-1 .menu-item {
	letter-spacing: 0.075rem;
}

.nav-content-container {
	height: 100%;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}

.cta {
	background-color: #FBB31F;
	padding: 20px 0;
	margin-top: -40px;
	position: relative;
}

.cta-close {
	position: absolute;
	top: 50%;
	right: 20px;
	cursor: pointer;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-content {
	padding-left: 40px;
	padding-right: 60px;
	font-size: 1.125rem;
	font-style: italic;
	color: rgba(255, 255, 255, 1.0);
	line-height: 1.4;
	font-weight: bold;
}




/* ---------- Isotope ---------- */

.site-content {
	padding-left: 40px;
}


.portfolio-image img {
	width: 100%;
	height: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.item {
	width:  33.3%;
	height: 158px;
	padding: 5px;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.w2 {
	width:   66.6%;
}

.w3 {
	width: 100%;
}


.h2 {
	height: 316px;
}

.h3 {
	height: 474px;
}

.isotope .isotope-container {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: none;
}

.isotope .isotope-header {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 10px 10px;
	margin: 0;
	color: rgba(255, 255, 255, 1.0);
}

.isotope .isotope-over {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}


.isotope .item:nth-of-type(even) .isotope-over {
	max-height: 0;
	-webkit-transition: max-height 1.0s ease-out;
	-moz-transition: max-height 1.0s ease-out;
	-ms-transition: max-height 1.0s ease-out;
	-o-transition: max-height 1.0s ease-out;
	transition: max-height 1.0s ease-out;
}

.isotope .item:nth-of-type(odd) .isotope-over{
	max-width: 0;
	-webkit-transition: max-width 1.0s ease-out;
	-moz-transition: max-width 1.0s ease-out;
	-ms-transition: max-width 1.0s ease-out;
	-o-transition: max-width 1.0s ease-out;
	transition: max-width 1.0s ease-out;
}

.isotope .item:nth-of-type(even) .isotope-container:hover .isotope-over {
	max-height: 1000px;
}

.isotope .item:nth-of-type(odd) .isotope-container:hover .isotope-over {
	max-width: 1000px;
}

.isotope .over-container {
	width: 100%;
	height: 100%;
	display: table;
}

.isotope .over-content {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	-webkit-transition: padding 0.3s ease-out;
	-moz-transition: padding 0.3s ease-out;
	-ms-transition: padding 0.3s ease-out;
	-o-transition: padding 0.3s ease-out;
	transition: padding 0.3s ease-out;
}

.isotope .isotope-image-container {
	width: 100%;
	height: 100%;
	display: table;
}

.isotope .isotope-image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.isotope .packery-lets-talk .over-content {
	color: rgba(231, 158, 9, 1.0);
	font-size: 4.57142857rem;
	background: url('images/phone-large.png') center no-repeat;
}

.packery-lets-talk .isotope-header {
	bottom: 0;
	left: 0;
	top: 50%;
	margin-top: -13px;
	font-size: 1.75rem;
	width: 100%;
	text-align: center;
}

.work .isotope .over-content {
	font-size: 1.71428571rem;
}

.team .isotope-image img {
	height: 100%;
}

.team .isotope-image {
	text-align: right;
}






/* ---------- Single ---------- */

figure {
	margin-left: 0;
	margin-right: 0;
}

.single figure img {
	width: 100%;
	height: auto;
	margin-left: 0 !important;
}

pre {
	padding-left: 0 !important;
}


/* ---------- Footer ---------- */


footer {
	margin-top: 8.57142857rem;
	color: rgba(255, 255, 255, 1.0);
	padding: 40px 0;
	background: rgba(0, 0, 0, 1.0);
	width: 100%;
	font-size: 0.85714286rem;
}

footer .large-6:last-of-type {
	text-align: right;
}

.footer-links a {
	color: rgba(255, 255, 255, 1.0); 
}



/* ---------- Contact ---------- */


.contact {
	background: rgba(251, 179, 31, 1.0);
}

.contact .large-4 {
	padding: 20px 0 20px 0;
	color: rgba(255, 255, 255, 1.0);
}

.contact .large-8 {
	padding: 20px 20px 0 20px;
}

.contact .wpcf7 span.wpcf7-not-valid-tip {
	background: rgba(237, 29, 37, 1.0);
	color: rgba(255, 255, 255, 1.0);
	padding-left: 10px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.contact .wpcf7 div.wpcf7-validation-errors {
	background: rgba(237, 29, 37, 1.0);
	color: rgba(255, 255, 255, 1.0);
	border: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0 0 20px 0;
}

.contact input[type="text"], .contact input[type="password"], .contact input[type="date"], .contact input[type="datetime"], .contact input[type="datetime-local"], .contact input[type="month"], .contact input[type="week"], .contact input[type="email"], .contact input[type="number"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="time"], .contact input[type="url"], .contact textarea {
	margin: 0;
	background: rgba(231, 158, 9, 1.0);
	border: none;
	color: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	width: 100%;
	max-width: 100%;
}

.contact input[type="text"]:focus, .contact input[type="password"]:focus, .contact input[type="date"]:focus, .contact input[type="datetime"]:focus, .contact input[type="datetime-local"]:focus, .contact input[type="month"]:focus, .contact input[type="week"]:focus, .contact input[type="email"]:focus, .contact input[type="number"]:focus, .contact input[type="search"]:focus, .contact input[type="tel"]:focus, .contact input[type="time"]:focus, .contact input[type="url"]:focus, .contact textarea:focus {
	color: rgba(76, 76, 76, 1.0);
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact input[type="submit"] {
	padding: 10px 20px;
	margin: 0;
	color: rgba(255, 255, 255, 1.0);
	background: rgba(237, 29, 37, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;

}

.contact input[type="submit"]:focus, .contact input[type="submit"]:hover {
	background: rgba(199, 22, 29, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact ::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 1.0); 
}

.contact :-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 1.0);  
}

.contact ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 1.0); 
}

.contact :-ms-input-placeholder {  
   color: rgba(255, 255, 255, 1.0);  
}




/* ---------- Careers Contact ---------- */


.careers {
	background: rgba(237, 29, 37, 1.0);
}

.careers .large-4 {
	padding: 20px 0 20px 0;
	color: rgba(255, 255, 255, 1.0);
}

.careers .large-8 {
	padding: 20px 20px 0 20px;
	color: rgba(255, 255, 255, 1.0);
}

.careers .wpcf7 span.wpcf7-not-valid-tip {
	background: rgba(251, 179, 31, 1.0);
	width: 100%;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 10px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.careers .wpcf7 div.wpcf7-validation-errors {
	background: rgba(251, 179, 31, 1.0);
	color: rgba(255, 255, 255, 1.0);
	border: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0 0 20px 0;
}

.careers input[type="text"], .careers input[type="password"], .careers input[type="date"], .careers input[type="datetime"], .careers input[type="datetime-local"], .careers input[type="month"], .careers input[type="week"], .careers input[type="email"], .careers input[type="number"], .careers input[type="search"], .careers input[type="tel"], .careers input[type="time"], .careers input[type="url"], .careers textarea {
	margin: 0;
	background: rgba(199, 22, 29, 1.0);
	border: none;
	color: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	width: 100%;
	max-width: 100%;
}

.careers input[type="text"]:focus, .careers input[type="password"]:focus, .careers input[type="date"]:focus, .careers input[type="datetime"]:focus, .careers input[type="datetime-local"]:focus, .careers input[type="month"]:focus, .careers input[type="week"]:focus, .careers input[type="email"]:focus, .careers input[type="number"]:focus, .careers input[type="search"]:focus, .careers input[type="tel"]:focus, .careers input[type="time"]:focus, .careers input[type="url"]:focus, .careers textarea:focus {
	color: rgba(237, 29, 37, 1.0);
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.careers input[type="submit"] {
	padding: 10px 20px;
	margin: 0;
	color: rgba(255, 255, 255, 1.0);
	background: rgba(251, 179, 31, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;

}

.careers input[type="submit"]:focus, .careers input[type="submit"]:hover {
	background: rgba(231, 158, 9, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.careers ::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 1.0); 
}

.careers :-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 1.0);    
}

.careers ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 1.0);  
}

.careers :-ms-input-placeholder {  
   color: rgba(255, 255, 255, 1.0);   
}




/* ---------- General Contact ---------- */


.wpcf7-form-control-wrap {
	width: 100% !important;
}


.wpcf7 .wpcf7-mail-sent-ok {
	color: rgba(255, 255, 255, 1.0);
	background: rgba(251, 179, 31,1.0);
	border: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0 0 20px 0;
}



.wpcf7 span.wpcf7-not-valid-tip {
	background: rgba(237, 29, 37, 1.0);
	color: rgba(255, 255, 255, 1.0);
	padding-left: 10px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.wpcf7 div.wpcf7-validation-errors {
	background: rgba(237, 29, 37, 1.0);
	color: rgba(255, 255, 255, 1.0);
	border: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0 0 20px 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	margin: 0;
	background: rgba(178, 178, 178, 1.0);
	border: none;
	color: rgba(100, 100, 100, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	width: 100%;
	max-width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	color: rgba(76, 76, 76, 1.0);
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="submit"] {
	padding: 10px 20px;
	margin: 0;
	color: rgba(255, 255, 255, 1.0);
	background: rgba(237, 29, 37, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;

}

input[type="submit"]:focus, input[type="submit"]:hover {
	background: rgba(199, 22, 29, 1.0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 1.0); 
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 1.0);   
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 1.0); 
}

:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 1.0);   
}



/* ---------- Testimonials ---------- */

.test-title, .test-content {
	padding: 20px;	
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.test-content {
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-top: -1px; 
	padding-left: 360px;
	padding-bottom: 0;
	max-height: 1000px;
	background: url('images/quotes.png') 20px 20px no-repeat rgba(219, 219, 219, 1.0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.test-closed {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

.test-container {
	margin-bottom: 10px;
	min-width: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.test-title {
	cursor: pointer;
	width: 100%;
	color: rgba(255, 255, 255, 1.0);
	background: url('images/dropdown-arrow.png') 98% 50% no-repeat rgba(251, 179, 31, 1.0);
	padding: 15px;	
}

.test-title-arrow {
	background: url('images/dropdown-arrow-2.png') 98% 50% no-repeat rgba(251, 179, 31, 1.0);
}




/* ---------- Brand Studies ---------- */

.brand-content {
	width: 100%;
	height: auto;
}

.brand-image {
	width: 100%;
	height: 316px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.brand-content {
	padding: 10px 20px 0 20px;
	position: absolute;
	bottom: 0;
	height: auto;
	color: rgba(255, 255, 255, 1.0);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}

.brand-content h4, .home .brand-content h4 {
	color: rgba(255, 255, 255, 1.0); line-height: 100%; 
} 

.brand-container {
	padding: 5px;
	position: relative;
	overflow: hidden;
}

.read-more {
	margin-bottom: 0;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.brand-container:hover .read-more {
	line-height: normal;
	margin-bottom: 20px;
}



/* ---------- Blog ---------- */

.single-post > article > header {
	border-bottom: 1px solid rgba(68, 68, 68, 1.0);
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	
}

.single-post > article {
	padding-right: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.single-post > article > header div {
	display: inline-block;
	font-size: 1.14285714rem; 
}

.single-post h1 {
	margin: 0;
	font-size: 2.875rem;
	line-height: 100%;
	margin-bottom: 20px;
}


.blog-name {
	color: rgba(237, 29, 37, 1.0);
	padding-left: 0.4rem;
}

.widget_recent_entries h6, .widget_text h6 {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: -5px;
}

.widget_recent_entries ul {
	list-style-type: none;
	margin-bottom: 40px;
}

#sidebar {
	padding-top: 40px;
}

.widget_recent_entries a {
	color: rgba(152, 152, 152, 1.0);
	font-size: 0.875rem;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.widget_recent_entries a:hover {
	color: rgba(102, 102, 102, 1.0);
}

pre {
	font-family: 'UniversLTW10-47LightCn', Arial, sans-serif;
	padding: 0 0 10px 20px;
	font-size: 0.875rem;
}

.single .container figure img, .single .container img  {
	/* -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.2); */
	margin-bottom: 10px;
	right: 0px;
	width: 100% !important;
	height: auto !important;
}

.single .container img.small-1 {
	width:8.33333% !important;
}

.single .container img.small-2 {
	width:16.66667% !important;
}

.single .container img.small-3 {
	width:25% !important;
}

.single .container img.small-4 {
	width:33.33333% !important;
}

.single .container img.small-5 {
	width:41.66667% !important;
}

.single .container img.small-6 {
	width:50% !important;
}

.single .container img.small-7 {
	width:58.33333% !important;
}

.single .container img.small-8 {
	width:66.66667% !important;
}

.single .container img.small-9 {
	width:75% !important;
}

.single .container img.small-10 {
	width:83.33333% !important;
}

.single .container img.small-11 {
	width:91.66667% !important;
}

.single .container img.small-12 {
	width:100% !important;
}

.single .container figure {
	margin-bottom: 0;
}


/* ---------- Work Pages ---------- */

.sorting-categories {
	list-style-type: none;
	padding: 0 5px 0 0;
	margin: 0 0 20px -2px;
	width: 33.333333%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	cursor: pointer;
}

.sorting-categories li {
	color: rgba(255, 255, 255, 1.0);
	padding: 10px;
	background: rgba(0, 0, 0, 1.0);
	width: 100%;
}

.sorting-categories > li {
	position: relative;
	background: url('images/dropdown-arrow.png') 95% 20px no-repeat rgba(0, 0, 0, 1.0);
}

.sorting-categories > li.dropdown-arrow {
	background: url('images/dropdown-arrow-2.png') 95% 20px no-repeat rgba(0, 0, 0, 1.0);
}

.sorting-categories li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 1005;
	top: 45px;
	left: 0;
	max-height: 0;
	background: rgba(0, 0, 0, 0.8);
	height: auto;
	overflow: hidden;
	-webkit-transition: max-height 0.6s linear;
	-moz-transition: max-height 0.6s linear;
	-ms-transition: max-height 0.6s linear;
	-o-transition: max-height 0.6s linear;
	transition: max-height 0.6s linear;	
}

.sorting-categories li ul.sort-dropdown {
	max-height: 1000px;
}

.sorting-categories li ul li {
	padding: 7px 10px;
	background: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sorting-categories li ul li:hover {
	background: rgba(0, 0, 0, 1.0); 
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}




/* ---------- Work Child Pages ---------- */

.ml-slider .flexslider {
	margin: 0;
}

.flexslider .flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 999;
}

.flexslider .flex-control-paging li a { 
	width: 8px;
	height: 8px;
}

.flexslider .flex-control-paging li a.flex-active { 
	background: #ee1c24; 
	background: rgba(238, 28, 36, 0.9);
}

.flexslider:hover .flex-next { 
	right: 0;

}
 .flexslider:hover .flex-prev {
	left: 0;
}

#content .work-child {
	background: rgba(251, 179, 31, 1.0);
	margin-right: 0;
}

.work-child .large-8 { 
	padding: 0;
}

.work-child .large-4 {
	padding: 0 20px 20px 20px;
	color: rgba(255, 255, 255, 1.0);
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.work-child a, .services-child a.go-back {
	color: rgba(255, 255, 255, 1.0);
	display: block;
}

.services-child a {
	color: rgba(237, 29, 37, 1.0);
}

.work-child h4 {
	margin-top: 20px;
}

.work-child .metaslider .flexslider, .services-child .metaslider .flexslider {
	margin-bottom: 0;
}

.work-return {
	display: inline-block;
	margin-top: 30px;
}


/* ---------- Services Child Pages ---------- */

#content .services-child {
	background: rgba(152, 152, 152, 1.0);
}

.services-child .large-4, .work-child .large-4 {
	line-height: 1.6;
}


/* ---------- Our Process Page ---------- */

.page-id-38 footer, .page-template-page-templatesnoindex-page-php footer {
	margin-top: 0;  
}


/* ---------- Working with Us Page ---------- */

.page-id-40 footer {
	margin-top: 0;
}



/* ---------- Callout Button ---------- */

.callout-button-container {
	width: 33.333333%;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	padding-left: 20px;
}

.page-template-page-templateswork-child-page-php .callout-button-container, .page-template-page-templatesservices-child-page-php .callout-button-container  {
	padding-left: 10px;
}

.callout-button {
	padding: 10px 20px;
	text-align: center;
	cursor: pointer;
	font-size: 1.71428571rem;	
	color: rgba(255, 255, 255, 1.0);
	background: rgba(239, 24, 32, 1.0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,24,32,1) 0%, rgba(197,20,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,24,32,1)), color-stop(100%,rgba(197,20,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,24,32,1) 0%,rgba(197,20,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,24,32,1) 0%,rgba(197,20,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,24,32,1) 0%,rgba(197,20,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,24,32,1) 0%,rgba(197,20,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef1820', endColorstr='#c5141a',GradientType=0 ); /* IE6-9 */
}

.callout-button-click {
	background: rgba(218, 218, 218, 1.0);
	position: fixed;
	width: 20.625rem;
	height: 100%;
	z-index: 10001;
	top: 0;
	left: 0;
	overflow-y: scroll;
	padding: 40px 20px;
	margin-left: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.callout-button-cover {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}

.callout-button-closed {
	margin-left: -50.625rem;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;

}

.callout-button-cover-closed {
	background: rgba(0, 0, 0, 0);
	z-index: -1000;
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;

}

.home-callout-click {

}

.home-callout-click li {
	line-height: 1.4;
}

.home-callout-click ul {
	list-style-type: none;
	font-size: 0.875rem;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.home-callout-click h4 {
	font-size: 1.1rem;
	color: rgba(239, 24, 32, 1.0);
	margin-bottom: 0;
}




/* ---------- Home ---------- */	

.page-template-page-templatesfront-page-php .container {
	margin-top: 80px;
}

.home .metaslider {
	margin-top: 50px;
}

.home-video-container {
	margin-top: 75px;
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
	overflow: hidden;
	height: 316px;
	max-height: 312px;
	background: rgba(0, 0, 0, 1.0);
	background-image: url(images/video-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-video-container video {
	width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 

.play-button {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


#mybar1{
    position:relative;
    padding: 0px 0px 15px 6px;
    background:#fff;
    color:#000;
    text-align: left;
}

#mybar2{
    position:relative;
    padding: 15px 0px 0px 6px;
    background:#fff;
    color:#000;
    text-align: left;
}

.home-think {
	margin-top: 20px !important;
}

.mobile-logo {
	display: none;
	z-index: 1000001;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ---------- Responsive ---------- */

@media only screen and (max-width:100.000em) {
	
.home .metaslider {
	margin-top: 200px;
}
	
}



@media only screen and (max-width:64.063em) {
	
.item {
	width:  50%;	
}

.w2 {
	width:   100%;
}

.site-content {
	padding-right: 10px;
}

.home .metaslider {
	margin-top: 260px;
}

.callout-button-container {
	width: auto;
}

.callout-button {
	padding-right: 40px;
	padding-left: 40px;
}

.sorting-categories {
	width: 100%;
	padding: 0;
}

.sorting-categories li ul {
	top: 42px;
}

.contact .large-4, .careers .large-4  {
	padding: 20px;
}

.brand-container {
	width: ;
}

#menu-primary-1 .menu-item {
	letter-spacing: 0.03rem;
}

.mobile-logo {
	display: none;
}

.cta-close {
	top: 25px;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#sidebar {
	padding-left: 40px;
}

#sidebar ul {
	margin: 0;
}


}


@media only screen and (max-width:40.063em) {	
	
.item {
	width: 100%;	
}

.nav-content-container {
	max-height:;
}

.home .metaslider {
	margin-top: 0;
}

.container {
	padding-top: 80px;
}

.header-container {
	margin-bottom: 0;
}

.callout-button-container {
	display: none;
}

.small-nav-bg {
	background: none;
	height: 45px;
	position: fixed;
	z-index: 1008;
	width: 100%;
}

.brand-container {
	width: 100%;
}

.brand-image {
	height: 474px;
}

.test-content {
	padding-left: 20px;
	background-image: none;
}

.page-content {
	padding-top: 80px;
}

.sub-menu {
	list-style-type: none;
	margin-left: 0;
}

.sub-menu li a {
	padding-left: 20px !important;
	background: rgba(255, 255, 255, 0.1);
}

.header-container {
	position: relative;
}

.site-content {
	padding-left: 10px;
	padding-right: 10px;
}

.page-content {
	padding-left: 10px;
	padding-right: 0;
	padding-bottom: 40px;
}

.home-video {
	display: none;
}

.mobile-logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -42px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.metaslider .slides img {
}

.isotope .packery-lets-talk .over-content {
	font-size: 4rem;
}

.page-id-38 .container, .page-id-40 .container {
	padding-top: 0;
}

.ls-nav-next, .ls-nav-prev {
	display: none;
}

#recent-posts-2 {
	display: none;
}

footer {
	line-height: 1.6;
}

.footer-links {
	margin-bottom: 20px;
}

.single-post > article {
	padding-right: 0;
}

.single .container {
	padding-top: 120px;
}

/* html {
	font-size: 87.5%;
} */


}