@charset "utf-8";

/* CSS Document */

/*--------------------------------------------------------------
 * >>> TABLE OF CONTENTS:
 *--------------------------------------------------------------
 * 0.0 - Fonts
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Buttons
 * 6.0 - Icons
 * 7.0 - Clearings
 * 8.0 - Media
 * 9.0 - Repeatable Patterns
 * 10.0 - Basic Structure
 * 11.0 - Navigations
 *   11.1 - Links
 *   11.2 - Menus
 * 12.0 - Header
 * 13.0 - Main Content
 *    13.1 - Home
 *    13.2 - About Us
 *    13.3 - Clients
 *    13.4 - Leaders
 *    13.5 - Momentum
 *    13.6 - Services
 *    13.7 - Work
 *    13.8 - News
 *    13.9 - Culture
 *    13.10 - Contact
 *    13.11 - Careers
 * 14.0 - Footer
 * 15.0 - Media Queries
 *    15.1 - Mobile First Queries
 *    15.2 - Non-Mobile First Queries
 * 16.0 - Error Page
 *------------------------------------------------------------*/
 

/*-----------------------------------------------------------------------------
* 0.0 Fonts
* -----------------------------------------------------------------------------
*/
@font-face {
    font-family: "Pacifico Regular";
    src: url('css/fonts/Pacifico-Regular.ttf') format("truetype"), 
    	 url('css/fonts/Pacifico-Regular.eot') format("embedded-opentype"),
    	 url('css/fonts/Pacifico-Regular.otf'),
    	 url('css/fonts/Pacifico-Regular.woff'),
    	 url('css/fonts/Pacifico-Regular.svg') format("svg");
}

@font-face {
    font-family: 'LatoWebRegular';
    src: url('css/fonts/Lato/Lato-Regular.eot'),
         url('css/fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Lato/Lato-Regular.woff') format('woff'),
         url('css/fonts/Lato/Lato-Regular.ttf') format('truetype'),
    	 url('css/fonts/Lato/Lato-Regular.svg') format('svg');
}


/*-----------------------------------------------------------------------------
* 1.0 Reset
* -----------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	font-family: "LatoWebRegular";
    font-size: 14px;
	line-height: 20px;
}

html,
body {
    width: 100%;
    position: relative;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    width: 100%;
    background-color: #ffffff;
    color: #262626;
    font-family: "LatoWebRegular", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
	outline: 0;
}

a:focus,
a:hover,
a:active {
    color: #81b53f;
}

a img {
	border: 0;
}


/*-----------------------------------------------------------------------------
* 2.0 Typography
* -----------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: inherit;
}

h1 {
    font-family: Pacifico, "LatoWebRegular", sans-serif;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    font-family: "LatoWebRegular", sans-serif;
}

h2 > span,
h3 > span {
    font-family: Pacifico, "LatoWebRegular", sans-serif;
}

h1 {
    font-size: 88px;
    line-height: 98px;
}

h2 {
    margin: 10px auto 0;
    font-size: 48px;
    line-height: 76px;
    text-align: center;
}

h3 {
    font-size: 36px;
    line-height: 50px;
}

h4 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
}

h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

p + p {
    margin-top: 10px;
}

h2 ~ p {
    margin: 0 120px;
}

h2 + p {
    margin-top: 30px;
}


/*-----------------------------------------------------------------------------
* 3.0 Elements
* -----------------------------------------------------------------------------
*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}


/*-----------------------------------------------------------------------------
* 4.0 Forms
* -----------------------------------------------------------------------------
*/
button,
input,
select,
textarea {
	max-width: 100%;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
    padding: 10px 20px;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #cfcfcf;
	color: #262626;
	font-size: 20px;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}



/*-----------------------------------------------------------------------------
* 5.0 Buttons
* -----------------------------------------------------------------------------
*/
.button {
    display: inline-block;
    background: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: none;
    border: none;
    box-sizing: content-box;
    cursor: pointer;
}

.button:link, 
.button:visited, 
.button:focus, 
.button:hover, 
.button:active {
    text-decoration: none;
    outline: none;
}

.button:focus,
.button:hover,
.button:active,
.button.current {
    opacity: 1;
}

.button-default {
    width: 180px;
    height: 45px;
    margin: 0 7px;
    padding: 0;
    color: #262626;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    border: solid 2px;
    border-color: #262626;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button-default:focus,
.button-default:hover,
.button-default:active {
    background-color: #81b53f;
    color: #ffffff;
    border-color: #81b53f;
}

.button-small {
    padding: 1.5%;
    margin: -0.3125em 0.15em;
}

.button-large {
    padding: 1.3% 2.5%;
    font-size: 1.2em!important;
}

.button-icon {
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 1.2em;
    text-align: center;
    opacity: 0.6;
    overflow: hidden;
}

.button-icon-large {
    width: 1.6em;
    height: 1.6em;
    margin: 0 3px;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.6em;
}

.button-group {
    max-width: 100%;
}

.button-group-center {
    text-align: center;
}

.button-group-left {
    text-align: left;
}

.button-group-right {
    text-align: right;
}

.button-close {
    width: 40px;
    height: 40px;
    display: block;
    font-family: ionicons;
    font-size: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.button-close:before {
    content: "\f404";
    display: block;
}

.button-close:focus,
.button-close:hover,
.button-close:active {
    border-color: #81b53f;
}

.video-button {
    width: 108px;
    height: 108px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 54px;
    cursor: pointer;
    z-index: 99; 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.video-button > div {
    width: 78px;
    height: 78px;
    margin: 15px;
    position: relative;
    border-radius: 39px; 
}

.video-button-arrow {
    width: 24px;
    height: 11px;
    -webkit-transform: translate(27px, 34px) rotate(90deg);
    -moz-transform: translate(27px, 34px) rotate(90deg);
    -o-transform: translate(27px, 34px) rotate(90deg);
    -ms-transform: translate(27px, 34px) rotate(90deg);
    transform: translate(27px, 34px) rotate(90deg);
}

.video-button-arrow:before {
    content: "";
    width: 15px; 
    height: 1px; 
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -moz-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -o-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -ms-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    transform: translate3d(-1px, 4px, 0px) rotate(-45deg); 
}

.video-button-arrow:after {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    position: absolute; 
    background-color: rgb(255, 255, 255);
    -webkit-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -moz-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -o-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -ms-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    transform: translate3d(10px, 4px, 0px) rotate(45deg);
}

.button-back {
    width: 46px; 
    height: 46px; 
    margin: 0;
    position: relative; 
    display: block;
    background-color: #262626;
    border-radius: 23px;
    cursor: pointer;
}

.button-back .button-arrow {
    width: 24px;
    height: 11px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(10px, 18px, 0px) rotate(90deg);
    -moz-transform: translate3d(10px, 18px, 0px) rotate(90deg);
    -o-transform: translate3d(10px, 18px, 0px) rotate(90deg);
    -ms-transform: translate3d(10px, 18px, 0px) rotate(90deg);
    transform: translate3d(10px, 18px, 0px) rotate(90deg);
}

.button-back .button-arrow:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -moz-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -o-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -ms-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.button-back .button-arrow:after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -moz-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -o-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -ms-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.button-back:hover .button-arrow:before{
    transform: translate3d(-1px, 7px, 0px) rotate(35deg);
}

.button-back:hover .button-arrow:after {
    transform: translate3d(10px, 7px, 0px) rotate(-35deg);
}


/*-----------------------------------------------------------------------------
* 5.0 Icons
* -----------------------------------------------------------------------------
*/
.icon:before {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: inherit;
    text-align: center;
    text-decoration: none !important;
}

.flag-icon-rounded {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    line-height: 20px;
    vertical-align: top;
    border-radius: 48%;
    box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.2), inset 0px -1px 4px 0px rgba(3,3,3,0.3);
}

.icon-facebook:hover {
    color: #3b5998;
}

.icon-pinterest:hover {
    color: #ce1312;
}

.icon-instagram:hover {
    color: #42719a;
}

.icon-twitter:hover {
    color: #00aced;
}


/*-----------------------------------------------------------------------------
* 6.0 Clearings
* -----------------------------------------------------------------------------
*/
.clearfix:before, 
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}


/*-----------------------------------------------------------------------------
* 7.0 Media
* -----------------------------------------------------------------------------
*/
video {
    max-width: 100%;
    height: auto;
    display: block;
}

video#video {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    max-height: none;
}

.media img,
.media video {
    width: 100%;
}

.ratio-169 video {
    position: absolute;
    top: 0;
    left: 0;
}


/*-----------------------------------------------------------------------------
* 8.0 Repeatable Patterns
* -----------------------------------------------------------------------------
*/
.no-margin {
    margin: 0!important;
}

.no-padding {
    padding: 0!important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-top-140 {
    padding-top: 140px;
}

.opaque {
    opacity: 1!important;
}

.block {
    display: block;
}


/*-----------------------------------------------------------------------------
* 9.0 Basic Structure
* -----------------------------------------------------------------------------
*/
#index,
#default {
    position: relative;
}

.page-content {
    margin: 0;
}

section {
    padding: 60px 0 100px;
}

.section-header {
    padding: 0 20px;
}

.section-header .sep {
    width: 50px;
    height: 1px;
    margin: 20px auto 0;
    display: block;
    background: #bfbfbf;
}
 
.section-body {
    margin-top: 30px;
}

.section-body > p {
    margin: 0 120px;
}

.block-full {
    width: 100%;
    position: relative;
}

.block-wide {
    max-width: 100%;
    margin: 0 10px;
}

.block-narrow {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.ratio-169 {
    padding: 0 !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ratio-169::before {
    content: "";
    width: 100%;
    padding-top: 56.25%;
    display: block;
}

.bg-placeholder {
    background-color: rgba(191,191,191,0.3);
}

.separator {
    width: 100%;
    height: 1px;
    margin: 20px auto;
    display: block;
    background: #cccccc;
}

.js-slideshow {
    width: 100%;
}

.js-slideshow figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.js-slideshow figure:first-child {
    position: static;
}

.js-slideshow figure img {
    width: 100%;
}

#js-slideshow-legende {
    min-height: 40px;
    margin-top: 20px;
    display: block;
    color: #262626;
}

.float-shadow {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.float-shadow:before {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    z-index: -1;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    pointer-events: none;
}

.float-shadow:active,
.float-shadow:focus,
.float-shadow:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.float-shadow:active:before,
.float-shadow:focus:before,
.float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.anim-701 {
    width: 35px; 
    height: 35px; 
    margin-top: 20px; 
    position: absolute;
    left: 40px; 
    bottom: 40px; 
    display: block;  
    background: rgb(255, 255, 255);
    transform-style: flat; 
    backface-visibility: hidden;
    border-radius: 100%;  
    transform: rotate(0deg); 
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer; 
}

.single .anim-701 {
    margin: 0;
    top: 50%;
    left: auto;
    right: 20px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(0deg);
}

.single {
    width: 100%;
    height: 100%;
    position: relative;
}

.single > .block-full {
    padding-top: 0; 
    position: relative;
}

.single #hero {
    width: 100%; 
    height: 100vh;
    position: relative;
    background-size: cover; 
    background-position: 50% 0%;
    background-repeat: no-repeat;
    content: 'viewport-units-buggyfill; height: 100vh;';
}

.single-content {
    margin-top: -40vh!important;
    margin-bottom: 20px; 
    padding: 20px;
    position: relative;
    opacity: 0.9;
    content: 'viewport-units-buggyfill; margin-top: -40vh;';
}

.single-content.is-open .anim-701 {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.single a:focus,
.single a:hover,
.single a:active {
    color: inherit;
    text-decoration: underline;
}

.single h3 {
    font-weight: 600;
}

.single h4 {
    font-weight: 600;
}

.single p {
    font-size: 14px;
    line-height: 20px;
}

.single .ssba a {
    width: 48px;
    height: 48px;
    padding: 5px;
    float: left;
    opacity: 1;
}

.single .ssba a:hover {
    opacity: 0.7;
}

.single .ssba a > img {
    width: 100%;
    height: auto;
}

/* Simple Slideshow */
.ss-slideshow {
    position: relative;
}

.ss-slideshow-bg {
    position: relative;
    z-index: 1;
}

.ss-slideshow-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ss-slideshow-wrapper > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ss-slideshow-nav {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ss-slideshow-btn {
    width: 46px; 
    height: 46px; 
    margin: 10px 0;
    position: relative; 
    display: block;
    background-color: #262626;
    border-radius: 23px;
    cursor: pointer;
}

.ss-slideshow-btn .btn-arrow {
    width: 24px;
    height: 11px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(10px, 18px, 0px) rotate(-90deg);
    -moz-transform: translate3d(10px, 18px, 0px) rotate(-90deg);
    -o-transform: translate3d(10px, 18px, 0px) rotate(-90deg);
    -ms-transform: translate3d(10px, 18px, 0px) rotate(-90deg);
    transform: translate3d(10px, 18px, 0px) rotate(-90deg);
}

.ss-slideshow-btn .btn-arrow:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -moz-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -o-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -ms-transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    transform: translate3d(-1px, 7px, 0px) rotate(45deg);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.ss-slideshow-btn .btn-arrow:after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -moz-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -o-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -ms-transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    transform: translate3d(10px, 7px, 0px) rotate(-45deg);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.ss-slideshow-btn:hover .btn-arrow:before{
    transform: translate3d(-1px, 7px, 0px) rotate(30deg);
}

.ss-slideshow-btn:hover .btn-arrow:after {
    transform: translate3d(10px, 7px, 0px) rotate(-30deg);
}

.ss-slideshow-btn#previous {
    transform: rotate(180deg);
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: transparent;
    cursor: pointer;
    z-index: 99999;  
}

.popup-wrapper {
    width: 90%;
    max-width: 520px;
    padding: 20px;
    position: absolute;
    top: 30%;
    left: 50%;
    background-color: #262626;
    color: #ffffff;
    -webkit-transform: translate(-50%,-30%);
    -moz-transform: translate(-50%,-30%);
    -o-transform: translate(-50%,-30%);
    -ms-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
}

.popup-close {
    width: 100%;
    min-height: 60px;
    position: relative;
    display: block;
}

.popup-close .button-close {
    margin-right: 0;
    margin-left: auto;
}

.popup-body {
    margin: 20px 0 30px;
    padding: 0 15px;
    text-align: left;
}

@-webkit-keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform:translateY(3px);
        opacity: 0.4
    }
    100% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
}

@-moz-keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform:translateY(3px);
        opacity: 0.4
    }
    100% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
}

@-o-keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform:translateY(3px);
        opacity: 0.4
    }
    100% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
}

@-ms-keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform:translateY(3px);
        opacity: 0.4
    }
    100% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
}

@keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform:translateY(3px);
        opacity: 0.4
    }
    100% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1;
    }
}

@-webkit-keyframes hue-rotation {
    0% {
        -webkit-filter: hue-rotate(0deg);
        -moz-filter: hue-rotate(0deg);
        -ms-filter: hue-rotate(0deg);
        -o-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }
    100%{
        -webkit-filter:hue-rotate(360deg);
        -moz-filter:hue-rotate(360deg);
        -ms-filter:hue-rotate(360deg);
        -o-filter:hue-rotate(360deg);
        filter:hue-rotate(360deg);
    }
}

@-moz-keyframes hue-rotation {
    0% {
        -webkit-filter:hue-rotate(0deg);
        -moz-filter:hue-rotate(0deg);
        -ms-filter:hue-rotate(0deg);
        -o-filter:hue-rotate(0deg);
        filter:hue-rotate(0deg);
    }
    100%{
        -webkit-filter:hue-rotate(360deg);
        -moz-filter:hue-rotate(360deg);
        -ms-filter:hue-rotate(360deg);
        -o-filter:hue-rotate(360deg);
        filter:hue-rotate(360deg);
    }
}

@-ms-keyframes hue-rotation { 
    0% {
        -webkit-filter:hue-rotate(0deg);
        -moz-filter:hue-rotate(0deg);
        -ms-filter:hue-rotate(0deg);
        -o-filter:hue-rotate(0deg);
        filter:hue-rotate(0deg);;
    }
    100%{
        -webkit-filter:hue-rotate(360deg);
        -moz-filter:hue-rotate(360deg);
        -ms-filter:hue-rotate(360deg);
        -o-filter:hue-rotate(360deg);
        filter:hue-rotate(360deg);
    }
}

@-o-keyframes hue-rotation {
    0% {
        -webkit-filter:hue-rotate(0deg);
        -moz-filter:hue-rotate(0deg);
        -ms-filter:hue-rotate(0deg);
        -o-filter:hue-rotate(0deg);
        filter:hue-rotate(0deg);
    }
    100%{
        -webkit-filter:hue-rotate(360deg);
        -moz-filter:hue-rotate(360deg);
        -ms-filter:hue-rotate(360deg);
        -o-filter:hue-rotate(360deg);
        filter:hue-rotate(360deg);
    }
}

@keyframes hue-rotation{
    0% {
        -webkit-filter:hue-rotate(0deg);
        -moz-filter:hue-rotate(0deg);
        -ms-filter:hue-rotate(0deg);
        -o-filter:hue-rotate(0deg);
        filter:hue-rotate(0deg);
    }
    100% {
        -webkit-filter:hue-rotate(360deg);
        -moz-filter:hue-rotate(360deg);
        -ms-filter:hue-rotate(360deg);
        -o-filter:hue-rotate(360deg);
        filter:hue-rotate(360deg);
    }
}

.scroll-fade-in-block-inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(20rem);
    -moz-transform: translateY(20rem);
    -ms-transform: translateY(20rem);
    -o-transform: translateY(20rem);
    transform: translateY(20rem);
    -webkit-transition: -webkit-transform .7s ease 0s,opacity .7s ease 0s;
    -moz-transition: -moz-transform .7s ease 0s,opacity .7s ease 0s;
    -ms-transition: -ms-transform .7s ease 0s,opacity .7s ease 0s;
    -o-transition: -o-transform .7s ease 0s,opacity .7s ease 0s;
    transition: transform .7s ease 0s,opacity .7s ease 0s;
}

.scroll-fade-in-block.show .scroll-fade-in-block-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 1.4s ease 0s,opacity 1.4s ease 0s;
    -moz-transition: -moz-transform 1.4s ease 0s,opacity 1.4s ease 0s;
    -ms-transition: -ms-transform 1.4s ease 0s,opacity 1.4s ease 0s;
    -o-transition: -o-transform 1.4s ease 0s,opacity 1.4s ease 0s;
    transition: transform 1.4s ease 0s,opacity 1.4s ease 0s;
}

.scroll-fade-in-block.show .scroll-fade-in-block-inner.late {
    -webkit-transition: -webkit-transform 1.4s ease .2s,opacity 1.4s ease .2s;
    -moz-transition: -moz-transform 1.4s ease .2s,opacity 1.4s ease .2s;
    -ms-transition: -ms-transform 1.4s ease .2s,opacity 1.4s ease .2s;
    -o-transition: -o-transform 1.4s ease .2s,opacity 1.4s ease .2s;
    transition: transform 1.4s ease .2s,opacity 1.4s ease .2s;
}


/*-----------------------------------------------------------------------------
* 10.0 Navigations
* -----------------------------------------------------------------------------
*/

/*-------------------------------------
 * 10.1 Links 
 *-----------------------------------*/


/*-------------------------------------
 * 10.2 Menus 
 *-----------------------------------*/
.main-menu {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid rgba(137,137,137,0.3);
    z-index: 99999;
}

.main-menu-wrapper {
    width: auto;
    padding: 10px 0 0;
    position: relative;
}

.nav-main {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.45;
}

.nav-main,
.nav-main .nav-sub:not(:empty) {
    background: #ffffff;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2);
}

.nav-main .nav-sub {
    z-index: 801;
}

.nav-main > .nav-item {
	margin: 20px 8px 20px 0;
	float: left;
    font-size: 18px;  
    font-weight: 600;
	line-height: 1.45;
    cursor: default;
}

.nav-main .nav-link {
    padding: 10px;
    position: relative;
}

.nav-sub {
    width: auto;
    padding: 0 10px 8px;
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    text-align: left;
    visibility: hidden;
}

.nav-sub:empty {
	display: none;
}

.nav-sub > li {
    display: inline-block;
    font-size: 14.5px;
    line-height: 30px;
}

@-webkit-keyframes submenu-intro {
	0% { 
		top: 35px;
		opacity: 0;
	}
	30% {
		opacity: 1.0;
	}
	100% {
		top: 50px;
	}
}

@-moz-keyframes submenu-intro {
	0% { 
		top: 35px;
		opacity: 0;
	}
	30% {
		opacity: 1.0;
	}
	100% {
		top: 50px;
	}
}

@-o-keyframes submenu-intro {
	0% { 
		top: 35px;
		opacity: 0;
	}
	30% {
		opacity: 1.0;
	}
	100% {
		top: 50px;
	}
}

@keyframes submenu-intro {
	0% { 
		top: 35px;
		opacity: 0;
	}
	30% {
		opacity: 1.0;
	}
	100% {
		top: 50px;
	}
}


/*-----------------------------------------------------------------------------
* 11.0 Header
* -----------------------------------------------------------------------------
*/
header,
.header {
    width: 100%;
    position: relative;
}

.header-light {
    width: 100%;
    position: fixed;
    padding: 20px 20px;
    top: 0;
    left: 0;
    z-index: 99999;
}

.header > .block-wide {
    padding: 80px 0 40px;
}

.header h3 {
    width: auto;
}

.header-logo {
    min-height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: left;
}

.header-logo > a > img {
    width: auto;
	height: 48px;
}

.header-bar,
.header-title {
    min-height: 80px;
    position: static;
    line-height: 80px;
}

.header-bar {
    text-align: right;
}

.header-title {
    color: #81b53f;
    font-size: 21px;
    text-align: center;
}

.header-bar .menu-toggle {
    width: 34px;
    height: 20px;
    margin-top: 30px;
    position: relative;
    display: block;
    float: right;
    border-bottom: 12px double #262626; 
    border-top: 4px solid #262626;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-bar .menu-toggle:hover,
.header-bar .menu-toggle.open {
    border-color: #81b53f;
}

.header-bar .menu-toggle.open:after {
    content: "";
    width: 0; 
	height: 0;
	margin-top: 16px;
	margin-left: 10px;
	display: block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #81b53f;
}

.header-social,
.header-language {
    min-height: 80px;
    padding: 0;
    line-height: 80px;
}

.header-social {
    padding-left: 10px;
}

.header-language {
    padding-right: 10px;
}

.header-language .language-dropdown {
    margin: 0;
    position: relative;
    text-align: right;
    z-index: 999;
}

.language-dropdown .dropdown-toggle {
    margin-right: 0;
    margin-left: auto;
}

.language-dropdown .dropdown-menu {
    min-width: 60px;
    top: 55px;
    left: auto;
    right: 10px;
    float: none;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.language-dropdown .dropdown-menu > li > a {
    padding: 3px 8px;
    color: #262626;
    font-weight: 500;
    opacity: 1;
}

.language-dropdown .dropdown-menu > li > a:hover {
    opacity: 0.8;
}

.language-dropdown .caret {
    border-top: 4px solid;
    opacity: 0.6;
    zoom: 1;
}

.header-social, 
.header-location,
.header-offices,
.header-language,
.header-contact-full,
.header-offices-bar {
    background-color: #0f0f0f;
    color: #ffffff;
}

.header-menu {
    width: 100%;
    margin-top: 1px;
    padding: 0 0 40px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 800;
}

.header-menu.is-open {
    display: block;
}

.header-location {
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background-image: url('images/europe.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 800;
}

.header-office,
.header-contact {
    padding: 10px 20px;
    border-width: 0;
    border-top-width: 1px;
    border-color: rgba(137,137,137,0.25);
    border-style: solid;
    cursor: pointer;
}

.header-office h2 {
    margin: 0;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.576;
}

.header-office h3 {
    margin: 5px 0;
    font-family: "LatoWebRegular", sans-serif;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
}

.header-contact > a {
    font-size: 16px;
}

.header-contact-full {
    margin: 0 auto;
    position: absolute;
    top: 0;
    display: none;
    z-index: 99999;
}

.header-contact-full.is-open {
    display: block;
}

.header-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    z-index: -10;
}

.header-overlay.on {
    display: block;
    background: #0f0f0f;
    opacity: 1;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.header-contact-full .button-close {
    margin: 20px 0;
    float: right;
}

.header-offices .offices-section {
    margin: 20px 40px 60px;
    padding-top: 20px;
}

.office + .office {
    margin-top: 40px;
}

.header-offices .offices-section a {
    opacity: 0.6;
}

.header-offices .office-tease {
    margin-top: 20px;
    padding: 0;
}

.header-offices .office-tease p + p {
    margin-top: 0;
}

.header-offices .office-tease-flag {
    width: 40px;
    margin-top: 5px;
    float: left;
}

.header-offices .office-tease-location {
    width: auto;
    overflow: hidden;
}

.header-offices .office-location {
    padding-left: 40px;
}

.header-offices h3 {
    font-family: "LatoWebRegular", sans-serif;
}

.header-offices .map {
    margin: 20px 0 0;
    padding-top: 53.8461538462%;
    position: relative;
}

.header-expand {
    width: 86px;
    margin: -20px 0;
    padding: 0.75em 0.65em;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #1c1c1c;
    font-size: 0.6em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}


/*-----------------------------------------------------------------------------
* 12.0 Main Content
* -----------------------------------------------------------------------------
*/
.media {
    margin: 0;
}

.media-16x9 {
    padding-top: 56%;
}

.media img {
    width: 100%;
    height: auto;
}

.media .media-text {
     width: 80%; 
     position: absolute; 
     left: 40px; 
     bottom: 90px;
}

.media .media-title,
.media .media-subtitle {
    display: block;
    font-family: "LatoWebRegular", sans-serif;
    text-align: left;
}

.media .media-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}

.media .media-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.media .media-date {
    padding-top: 6px;
    display: block;
    font-size: 15px;
}

.entries {
    background: rgba(186, 193, 186, 0.9);
}

.entry {
    padding: 0!important;
    background-color: rgb(186, 193, 186);
}

.entry:nth-child(2n+1) {
    background-color: rgba(186, 193, 186, 0.9);
}

.entry.more {
    cursor: default;
}

.entry.more a {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.entry.more a:hover {
    opacity: 0.6;
}

.entry.more:last-child {
    padding: 15px;   
}


/*-------------------------------------
 * 12.1 Home 
 *-----------------------------------*/
#home .hero {
    height: 100vh;
    margin-top: 0;
    position: relative;
    background: #000000 url(./images/poster.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    content: 'viewport-units-buggyfill; height: 100vh;';
}

#home .hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(./images/mask.png) repeat;
}
 
#home .hero-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
}

#home .hero-text {
    width: 100%;
    height: auto;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-text-shadow: 1px 1px 1px #000000;
    -moz-text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px #000000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .hero-title {
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

#home .hero-title span {
    color: #ff9900;
}

#home .hero-subtitle {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

#home #scroll-to {
    width: 34px;
    height: 66px;
    margin-left: -16px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: block;
    cursor: pointer;
    z-index: 9998;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: anim-subnav;
    -moz-animation-name: anim-subnav;
    -o-animation-name: anim-subnav;
    animation-name: anim-subnav;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}

#home section {
    padding: 60px 0;
}

#home section .section-body {
    margin-top: 60px;
}

#home #about-us .section-body, 
#home #partial-newsletter .section-body {
    margin-top: 40px;
}

/* Work Section */ 


/* Services Section */
.service {
    margin-bottom: 20px;
}

.service .service-content {
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    background-size: cover;
    vertical-align: middle;
}

.service-content .service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    left: 50%;
    top: 0;
    background-size: 100px 100px;
}

.service-content .service-text {
    margin-top: 20px;
}

.service-content .service-text > h5 {
    text-transform: uppercase;
}

.service-content .sep {
    width: 30px;
    height: 1px;
    margin: 20px auto;
    display: block;
    background: #bfbfbf;
}

.service-content p {
    font-size: 16px;
    line-height: 25px;
}


/* Culture Section */


/* Newsletter Section */
#partial-newsletter {
    background-color: #262626;
    color: #ffffff;
}

#partial-newsletter .newsletter {
    width: 100%;
    margin: 0 auto;
}

#partial-newsletter .newsletter .section-header {
    padding: 0;
}

#partial-newsletter blockquote {
    font-size: 36px;
    line-height: 42px;
}

#partial-newsletter input[type=text],
#partial-newsletter input[type=email] {
    width: 70%;
    height: 46px;
    float: left;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#partial-newsletter #newsletter-subscribe {
    width: 30%;
    height: 46px;
    margin: 0;
    padding: 10px 20px;
    float: left;
    background-color: #81b53f;
    color: #ffffff;
    line-height: 26px;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#partial-newsletter #newsletter-subscribe:hover {
    opacity: 0.8;
}

#partial-newsletter .alert-message {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
}


/*-------------------------------------
 * 12.2 About Us
 *-----------------------------------*/
#about-us .hero {
    background: transparent url(images/pages/about-us/hero-16x9@1x.jpg) no-repeat center center;
    background-size: cover;
}

#about-us .blob-container {
    height: 1000px;
    position: relative;
    overflow: visible;
    z-index: 0;
}

#about-us #blob {
    width: 100%;
    height: 1800px;
    position: absolute;
    top: -400px;
    pointer-events: none;
}


/*-------------------------------------
 * 12.3 Clients 
 *-----------------------------------*/
.client-entry {
    height: auto;
    padding: 0 !important;
    position: relative;
    display: block;
    opacity: 1; 
    overflow: hidden;
    cursor: pointer;
}

.client-entry > .media {
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
}

.client-entry .media-content {
    height: 100%;
}

.client-entry .media img {
    position: absolute;
    top: 0;
    left: 0;
}

.client-entry .media img:first-child {
    position: relative;
}

.client-entry .media-meta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    display: block;
    background-color: transparent;
    color: #FFFFFF; 
    text-align: left; 
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.client-entry:hover .media-meta {
    opacity: 1;
}

.client-entry:hover .anim-701 {
    transform: rotate(360deg);
}

/* Single Client */


 
/*-------------------------------------
 * 12.4 Our Team 
 *-----------------------------------*/
#our-team {
    
}

#team {
    background-color: #ff9900;
}

#team ul {
    margin-top: 50px;
    position: relative;
}

#team ul li {
    margin-bottom: 40px;
    list-style: none;
}

.team-member {
    padding: 0;
}

.team-member .media-content {
    width: 100%;
    height: 264px;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
    display: inline-block;
    background: url(images/pages/team/team-bg1.png) no-repeat;
    background-position: center;
    cursor: default!important;
}

.team-member .media-content img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.team-member .media-content img:first-child {
    -webkit-transition: opacity .3s linear;
    -moz-transition:opacity .3s linear;
    z-index: 10;
}

.team-member .media-content img:first-child:hover {
    opacity: 0;
    z-index: 10;
}

.team-member .media-meta {
    font-size: 23px;
    color: #ffffff;
    text-align: center;
}

.team-member .media-meta h3 {
    padding: 0;
    color: #262626;
    font-family: "LatoWebRegular", sans-serif;
    font-weight: 700;
}


/*-------------------------------------
 * 12.5 Services 
 *-----------------------------------*/
#services {
    position: relative;
}

#services .block.service {
    width: 100%;
    height: 160px;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    display: block;
    float: left;
    background-size: cover;
    background-position: center center;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#services .service.strategy-ux-design {
    background: #42e4ca;
}

#services .service.branding-campaigns {
    background: #37dbc1;
}

#services .service.web-mobile {
    background: #2ed1b7;
}

#services .service.digital-production {
    background: #24c1a8;
}

#services .service.design-animation {
    background: #1bb29a;
}

#services .service.social-content-search {
    background: #16a58e;
}

#services .block.service .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    vertical-align: middle;
}

#services .block.service .content .icon {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    left: 20px;
    background-position: 0 0;
    background-size: 90px 90px;
}

#services .block.service .content h4 {
    margin: 75px 25px 25px 125px;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    word-break: break-word;
}

#services .block.strategy-ux-design .icon {
    background-image: url(https://dpdk.com/images/icons/strategy-ux-design.svg);
}

#services .block.branding-campaigns .icon {
    background-image: url(https://dpdk.com/images/icons/branding-campaign.svg);
}

#services .block.web-mobile .icon {
    background-image: url(https://dpdk.com/images/icons/web-mobile.svg);
}

#services .block.digital-production .icon {
    background-image: url(https://dpdk.com/images/icons/digital-production.svg);
}

#services .block.design-animation .icon {
    background-image: url(https://dpdk.com/images/icons/design-animation.svg);
}

#services .block.social-content-search .icon {
    background-image: url(https://dpdk.com/images/icons/social-content-search.svg);
}


/*-------------------------------------
 * 12.6 Work 
 *-----------------------------------*/
.work-entry {
    height: auto;
    padding: 0 !important;
    position: relative;
    display: block;
    opacity: 1; 
    overflow: hidden;
    cursor: pointer;
}

.work-entry > .media {
    width: 100%;
    height: 100%;
    display: block;
}

.work-entry .media-content {
    height: 100%;
    position: relative;
}

.work-entry .media img {
    position: absolute;
    top: 0;
    left: 0;
}

.work-entry .media img:first-child {
    position: relative;
}

.work-entry .media-meta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    display: block;
    background-color: transparent;
    color: #FFFFFF; 
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.work-entry:hover .media-meta {
    opacity: 1;
}

.work-entry:hover .anim-701 {
    transform: rotate(360deg);
}

 
/*-------------------------------------
 * 12.7 News 
 *-----------------------------------*/
.news-entry {
    height: auto;
    padding: 0 !important;
    position: relative;
    display: block;
    opacity: 1; 
    overflow: hidden;
    cursor: pointer;
}

.news-entry > .media {
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
}

.news-entry .media-content {
    height: 100%;
}

.news-entry .media img {
    position: absolute;
    top: 0;
    left: 0;
}

.news-entry .media img:first-child {
    position: relative;
}

.news-entry .media-meta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    display: block;
    background-color: transparent;
    color: #ffffff; 
    text-align: left; 
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.news-entry:hover .media-meta {
    opacity: 1;
}

.news-entry:hover .anim-701 {
    transform: rotate(360deg);
}

 
/*-------------------------------------
 * 12.8 Culture 
 *-----------------------------------*/
.culture-entry {
    height: auto;
    padding: 0 !important;
    position: relative;
    display: block;
    opacity: 1; 
    overflow: hidden;
    cursor: default;
}

.culture-entry > .media {
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
}

.culture-entry .media-content {
    height: 100%;
    overflow: hidden;
}

.culture-entry .media img {
    position: absolute;
    top: 0;
    left: 0;
}

.culture-entry .media img:first-child {
    position: relative;
}

.culture-entry .media-meta {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: transparent;
    color: #ffffff; 
    text-align: left; 
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.culture-entry:hover .media-meta {
    opacity: 1;
}


/*-------------------------------------
 * 12.9 Contact 
 *-----------------------------------*/
#contact #office {
    background: transparent url("images/pages/contact/deuxhuithuit-endoftheday_nb-1417710073-1-1417726873.jpg") no-repeat center center;
    background-size: cover;
}

.contact-block {
    margin-bottom: 100px;
}

.contact-block h5 {
    line-height: 40px;
}

.contact-markdown {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.contact-markdown p {
    font-size: 36px;
    line-height: 50px;
}

.contact-button {
    width: 100%;    
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

.vertical-buttons .contact-button {
    width: 100%;
    display: block;
}

.contact-slideshow {
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    overflow: visible;
}

.say-hello {
    width: 100%;
    height: 100vh;
    min-height: 300px;
    position: relative;
    content: 'viewport-units-buggyfill; height: 100vh;';
}

.say-hello .typed-text {
    width: 100%;
    height: 100%;
    font-size: 7.2rem;
    line-height: 7.6rem;
}

.say-hello .typed-text > a {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #262626;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.say-hello .background-hue-animation {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #b3eac4;
    z-index: 1;
    -webkit-animation: hue-rotation 3.5s linear 0ms infinite!important;
    -moz-animation: hue-rotation 3.5s linear 0ms infinite!important;
    -ms-animation: hue-rotation 3.5s linear 0ms infinite!important;
    -o-animation: hue-rotation 3.5s linear 0ms infinite!important;
    animation: hue-rotation 3.5s linear 0ms infinite!important;
}

/* Contact Form */
#popup-contact {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: transparent;
    cursor: pointer;
    z-index: 99999;
}

#popup-contact.is-open {
    display: block;
}

.contact-form {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #262626;
    color: #ffffff;
    overflow: hidden;
    cursor: default;
}

.contact-form-wrapper {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    overflow: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
    box-sizing: content-box;
}

.contact-form-fields {
    width: 103%;
}

textarea#contact-form-email {
    width: 100%;
    min-height: 80px;
    padding: 40px 60px 10px;
    display: block;
    background-color: transparent;
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    border: none;
    border-bottom: 1px solid #333333;
    outline: 0;
    overflow: hidden;
    resize: none;
    word-wrap: break-word;
}

textarea#contact-form-text {
    width: 100%;
    min-height: 480px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    background-color: transparent;
    color: #ffffff;
    font-size: 60px;
    line-height: 82px;
    border: none;
    outline: 0;
    overflow: hidden;
    resize: none;
    word-wrap: break-word;
}

.contact-form-actions {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #262626;
}

.contact-form-button {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 22px;
    vertical-align: middle;
    line-height: 80px;
}

.contact-form-button > #contact-form-send {
    opacity: 1;
}

.contact-form-button > #contact-form-send.disabled,
.contact-form-button > #contact-form-send.disabled:hover {
    color: #ffffff;
    opacity: 0.6;
    cursor: default;
}

#contact-form-warnings {
    width: 100%;
    padding: 0 60px;
    display: block;
    background-color: #0f0f0f;
    color: #81b53f;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
}

.contact-form-close {
    width: 100%;
    min-height: 60px;
    padding: 20px 20px 0;
    position: relative;
    display: block;
}

.contact-form-close .button-close {
    float: right;
}


/*-------------------------------------
 * 12.10 Careers
 *-----------------------------------*/
#careers .hero {
    background: transparent url("images/pages/careers/hero-16x9@1x.jpg") no-repeat center center;
    background-size: cover;
}

#careers #pegboard {
    background: transparent url("images/pages/careers/pegboard-16x9@1x.jpg") no-repeat center center;
    background-size: cover;
}

#careers #lunch {
    background: transparent url("images/pages/careers/lunch-16x9@1x.jpg") no-repeat center center;
    background-size: cover;
}

#careers .accordion {
    padding: 60px 0 0;
}

#careers *+.accordion {
    padding-top: 120px;
}

#careers .accordion li.panel {
    position: relative;
    margin-bottom: 40px;
    padding: 0 60px;
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#careers .accordion h3 {
    width: 100%;
    padding: 0;
    position: relative;
    top: 2px;
    display: inline-block;
    color: inherit;
    font-family: "LatoWebRegular", sans-serif;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

#careers .accordion h3 a > span {
    padding-bottom: 5px;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid #bfbfbf;
}

#careers .accordion h3 a:hover > span {
    color: #81b53f;
    border-bottom: 1px solid #81b53f;
}

#careers .accordion li > div {
    margin-top: 40px;
    padding: 0 60px;
    text-align: left;
}

#careers .accordion .button {
    width: auto;
    height: 50px;
    margin: 60px auto 0;
    padding: 0 30px!important;
    display: inline-block;
    background-color: #ffffff;
    color: #262626;
    font-size: 18px;
    line-height: 46px;
    border: 1px solid #262626;
    -webkit-transition: border 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: border 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: border 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: border 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: border 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

#careers .accordion .button:hover {
    background-color: #262626;
    color: #ffffff;
}

#careers .accordion .button-container {
    text-align: center;
    display: block;
}

#careers .benefits {
    padding-top: 45px;
    overflow: hidden;
}

#careers .benefits li {
    padding: 0 60px 40px;
    text-align: left;
}

#careers .benefits > *:nth-child(2n+1) {
    clear: left;
}

#careers .benefits h5 {
    top: 18px;
}
 
 
/*-----------------------------------------------------------------------------
* 13.0 Footer
* -----------------------------------------------------------------------------
*/
footer {
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
    background-color: #ffffff;
    z-index: 10;
}

.footer .footer-header {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.footer .footer-header #footer-logo {
    width: 135px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.footer #footer-nav {
    width: 480px;
    margin: 0 auto 30px;
}

.footer #footer-nav ul {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    list-style: none;
}

.footer #footer-nav ul li {
    position: relative;
    display: inline-block;
    zoom: 1;
}

.footer #footer-nav ul li > a {
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer ul.footer-social {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.footer ul.footer-social li {
    display: inline-block;
    zoom: 1;
}

.footer .footer-language {
    margin: 0 0 30px;
    display: none;
    text-align: center;
}

.footer-language .dropdown {
    width: 160px;
    margin: 0 auto;
}

.footer-language .dropdown-menu {
    width: 100%;
    top: 27px;
    left: 0;
    border: 1px solid #cccccc;
}

.footer-language .dropdown-menu > li > a {
    color: #aaaaaa;
}

.footer-language .language-dropdown .dropdown-toggle {
    width: 100%;
    padding: 5px 10px;
    color: #aaaaaa;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #cccccc;
}

.footer-language .caret {
    margin: 7px 5px;
    float: right;
}

.footer .footer-cc {
    width: 100%;
    margin: 0 auto;
    padding: 0 1%;
    color: #bbbbbb;
    font-size: 12px;
    text-align: center;
}

.footer .footer-cc a {
    color: #262626;
}

.footer .footer-cc a:hover {
    color: #bbbbbb;
    text-decoration: underline;
}

.footer .footer-cc ul {
    margin: 20px 0 0;
    padding: 0;
}

.footer .footer-cc ul li {
    display: inline-block;
    zoom: 1;
}

.footer .footer-cc ul li > a {
    margin: 0 10px;
}

.footer #footer-nav .separator {
    width: 55%;
    height: 1px;
    margin: 0 auto;
    background: #cccccc;
    clear: both;
}


/*-----------------------------------------------------------------------------
* 14.0 Media Queries
* -----------------------------------------------------------------------------
*/
@media (min-aspect-ratio: 16/9) {
    video#video {
        max-width: 100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    video#video {
        max-height: 100%;
    }
}


/*-------------------------------------
 * 14.1 Mobile First Queries
 *-----------------------------------*/
 
/* Custom, iPhone Retina */ 
@media (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media (min-width : 480px) {
    
    .section-header {
        padding: 0 40px;
    }
    
    .block-wide {
        margin: 0 15px;
    }
    
}

@media (min-width: 620px) {
    
    #services .block.service {
        height: 0;
        padding-bottom: 100%;
    }
    
    #services .block.service .content .icon {
        width: 30%;
        height: 30%;
        margin-top: 0;
        position: absolute;
        top: 22%;
        left: 50%;
        background-size: 100%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    #services .block.service .content h4 {
        margin: 70% 25px 0;
        padding: 0;
        font-size: 19px;
        text-align: center;
        line-height: 18px;
    }

}

/* Small Devices, Tablets */
@media (min-width : 768px) {
    
    .header-menu {
        width: 66.6666666%;
    }
    
    .header h3 {
        width: 720px;
    }
    
    .nav-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .nav-sub {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .nav-main > .nav-item > .nav-link:after {
        content: "";
        width: 0;
        height: 4px;
        position: absolute;
        top: -12px;
        left: 0;
        background-color: #81b53f;
        z-index: 1;
    }
    
    .nav-main > .nav-item-active > .nav-link:after {
        width: 100%;
    }
    
    .nav-item:hover > .nav-sub {
    	visibility: visible;
    	-webkit-transition-delay: 0s;
    	-moz-transition-delay: 0s;
    	-o-transition-delay: 0s;
    	transition-delay: 0s;
    	-webkit-animation: submenu-intro 180ms linear both;
    	-moz-animation: submenu-intro 180ms linear both;
    	-o-animation: submenu-intro 180ms linear both;
    	animation: submenu-intro 180ms linear both;
    }
    
    .block-wide {
        margin: 0 30px;
    }
    
    .single-content {
        margin-bottom: 30px;
    }
    
    #home .hero {
        top: -91px;
        float: left;
    }
    
    #home .hero-text {
        margin-top: 50px;
        padding: 0 90px;
    }
    
    .services-info-holder {
        padding: 0 60px;
    }

    .services-info-holder ul.lists {
        width: 50%;
    }
    
    #popup-contact {
        padding: 40px;
    }
    
    .single .single-title {
        padding-left: 30px;
    }

    .single-news .single-title {
        padding-left: 15px;
    }

    .entry.more + .entry.more .media-meta {
        padding-left: 0;
    }
    
    .entry.more[data-hidden-md='yes'] + .entry.more .media-meta {
        padding-left: 15px;
    }
    
    .entry.more:not(:last-child) .media-meta {
        padding-right: 0;
    }

}

/* Medium Devices, Desktops */
@media (min-width : 992px) {
    
    .block-wide {
        margin: 0 40px;
    }
    
    .single-content {
        margin-bottom: 40px;
    }
    
    .header-menu {
        width: 75%;
    }
    
    #home .hero-text {
        padding: 0 180px;
    }
    
    .header h3 {
        width: 820px;
    }
    
    .services-info {
        min-width: 70%;
    }
    
    .contact-block {
        margin-bottom: 160px;
    }
    
    .contact-button {
        width: 50%;
        margin-bottom: 10px;
        display: inline-block;
        float: left;
    }
    
    .contact-slideshow {
        height: 460px;
    }
    
    #say-hello {
        padding: 80px;
    }
    
    .newsletter {
        max-width: 580px;
    }
    
    .section-header {
        padding: 0 60px;
    }
    
}

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
    
    #home .hero-text {
        padding: 0 240px;
    }
    
    .services-info {
        min-width: 50%;
    }
    
    .section-header {
        padding: 0 120px;
    }

    .entry.more + .entry.more .media-meta {
        padding-left: 0!important;
    }
    
}

@media (min-width : 1440px) {
    
    #home .hero-text {
        padding: 0 300px;
    }
    
    #about-us .hero {
        background-image: url(images/pages/about-us/hero-16x9@2x.jpg);
        background-size: cover;
    }
    
    #careers .hero {
        background-image: url("images/pages/careers/hero-16x9@2x.jpg");
    }
    
    #careers #pegboard {
        background-image: url("images/pages/careers/pegboard-16x9@2x.jpg");
    }
    
    #careers #lunch {
        background-image: url("images/pages/careers/lunch-16x9@2x.jpg");
    }
    
    #say-hello {
        padding: 100px;
    }
    
}

/* Extra Large Devices */
@media (min-width : 1600px) {
    
}
 
/*-------------------------------------
 * 14.2 Non Mobile First Queries
 *-----------------------------------*/
 
/* Extra Large Devices */
@media (max-width: 1599px) {
	
}

/* Large Devices, Wide Screens */
@media (max-width : 1199px) {
    
    h1 {
        font-size: 80px;
        line-height: 90px;
    }
    
    h2 {
        
    }
    
    h3 {
        
    }
    
    h4 {
        font-size: 26px;
        line-height: 32px;
    }
    
    h5 {
        
    }
    
    h6 {
        
    }
    
}

/* Medium Devices, Desktops */
@media (max-width : 991px) {
    
    h1 {
        font-size: 72px;
        line-height: 82px;
    }
    
    h2 {
        font-size: 44px;
        line-height: 70px;
    }
    
    h3 {
        font-size: 36px;
        line-height: 44px;
    }
    
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    
    h5 {
        
    }
    
    h6 {
        
    }
    
    .service:nth-child(2n+1) {
        clear: left;
    }
    
    .service {
        margin-bottom: 60px;
    }
    
    #partial-newsletter .newsletter {
        padding: 0 20px;
    }
    
    #partial-newsletter blockquote {
        font-size: 32px;
        line-height: 40px;
    }
    
}

/* Small Devices, Tablets */
@media (max-width : 767px) {
    
    h1 {
        font-size: 64px;
        line-height: 70px;
    }
    
    h2 {
        font-size: 38px;
        line-height: 60px;
    }
    
    h3 {
        padding-right: 80px;
        font-size: 32px;
        line-height: 36px;
    }
    
    h4 {
    }
    
    h5 {
        
    }
	
	p {
        font-size: 16px;
        line-height: 30px;
    }
    
    h2 ~ p {
        margin-left: 0;
        margin-right: 0;
    }
    
    .main-menu nav {
        top: auto;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    
    .nav-item ,
    .nav-link {
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	
    .nav-main > .nav-item {
        margin-top: 10px;
        margin-bottom: 10px;
		float: none;
	}
	
	.nav-sub {
		position: relative;
		left: 0;
		right: 0;
		text-align: left;
		visibility: visible;
		transition: none;
	}
	
	.nav-sub .nav-link {
	    padding: 0 10px;
	}
    
    .header-bar {
        min-height: 0;
    }
    
    .header-actions {
        position: absolute;
        top: 20px;
        right: 0;
    }
    
    .header-location {
        position: relative;
        margin-bottom: 20px;
    }
    
    .header-offices .offices-section {
        margin: 20px 0 60px;
        padding-top: 20px;
    }
    
    .services-image {
	    background-position: 72% bottom;
        background-size: cover;
	    opacity: 0.1;
	}
	
	.block-narrow {
	    width: auto;
        margin: 0 40px;
    }
    
    .no-padding-sm {
        padding: 0;
    }
    
    .section-body > p {
        margin-left: 0;
        margin-right: 0;
    }
    
    #careers .benefits li {
        padding: 0 0 25px;
    }
    
    #careers .accordion li > div {
        padding: 0 30px;
    }
    
    .say-hello .typed-text {
        font-size: 60px;
        line-height: 80px;
    }
    
    .contact-form-actions {
        width: 110%;
        position: relative;
        bottom: auto;
    }
    
    .contact-markdown p {
        font-size: 22px;
        line-height: 36px;
    }
    
    .single-work .single-content,
    .single-client .single-content {
        max-height: 80px;
        margin-top: -80px!important;
        margin-bottom: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.6s ease-in-out;
        -moz-transition: max-height 0.6s ease-in-out;
        -o-transition: max-height 0.6s ease-in-out;
        -ms-transition: max-height 0.6s ease-in-out;
        transition: max-height 0.6s ease-in-out;
    }
    
    .single-content.is-open {
        max-height: 9000px;
        margin-bottom: 20px;
    }
    
    .single .single-meta {
        margin-top: 40px;
    }
    
    #partial-newsletter blockquote {
        font-size: 28px;
        line-height: 36px;
    }
    
    textarea#contact-form-email {
        font-size: 32px;
        line-height: 48px;
    }
    
    textarea#contact-form-text {
        font-size: 40px;
        line-height: 60px;
    }
    
}

@media (max-width: 620px) {
    
    h3 {
        padding-right: 0;
    }

    .square {
        width: 100%;
        height: 100vw;
        margin: 0!important;
        content: 'viewport-units-buggyfill; height: 100vw;';
    }
    
    #team ul li {
        width: 100%;
    }
    
    #careers .benefits li {
        padding: 0 0 30px;
    }
    
    #careers .accordion li.panel,
    #careers .accordion li > div {
        padding: 0;
    }
    
    .footer .footer-header {
        width: 100%;
        padding: 0 10px;
        font-size: 13px;
    }
    
    .footer #footer-nav {
        display: none;
    }
    
}

/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
    
    h1 {
        font-size: 50px;
        line-height: 54px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
    
    input, 
    textarea {
        font-size: 16px;
        line-height: 24px;
    }
    
    section {
        padding: 40px 0;
    }

    .single {
        top: -91px;
    }
 
    .single-work {
        top: 0;
    }
    
    .button-default {
        width: 160px;
        height: 38px;
        line-height: 38px;
    }

    .ss-slideshow-nav {
        right: 20px;
    }
    
    .ss-slideshow-btn {
        width: 38px;
        height: 38px;
        margin: 7px 0;
    }
    
    .ss-slideshow-btn .btn-arrow {
        transform: translate3d(7px, 13px, 0px) rotate(-90deg);
    }
    
    .ss-slideshow-btn .btn-arrow:before {
        width: 12px;
        -webkit-transform: translate3d(0px, 7px, 0px) rotate(45deg);
        -moz-transform: translate3d(0px, 7px, 0px) rotate(45deg);
        -o-transform: translate3d(0px, 7px, 0px) rotate(45deg);
        -ms-transform: translate3d(0px, 7px, 0px) rotate(45deg);
        transform: translate3d(0px, 7px, 0px) rotate(45deg);
    }
    
    .ss-slideshow-btn .btn-arrow:after {
        width: 12px;
        -webkit-transform: translate3d(9px, 7px, 0px) rotate(-45deg);
        -moz-transform: translate3d(9px, 7px, 0px) rotate(-45deg);
        -o-transform: translate3d(9px, 7px, 0px) rotate(-45deg);
        -ms-transform: translate3d(9px, 7px, 0px) rotate(-45deg);
        -transform: translate3d(9px, 7px, 0px) rotate(-45deg);
    }
    
    #home .hero {
        top: -91px;
        float: left;
    }

    #partial-newsletter blockquote {
        font-size: 24px;
    }

    .header-menu {
        padding-bottom: 0;
    }
    
    .hidden-mobile {
        display: none;
    }
    
    textarea#contact-form-email {
        padding: 20px 20px 10px;
        font-size: 24px;
        line-height: 36px;
    }
    
    textarea#contact-form-text {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 30px;
        line-height: 48px;
    }
    
    #home section {
        padding: 40px 0;
    }

    .contact-form-button,
    #contact-form-warnings {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contact-form-close {
        padding-left: 0;
        padding-right: 0;
    }
    
    .footer .footer-language {
        display: block;
    }
    
    .work-entry .media-meta,
    .client-entry .media-meta {
        opacity: 1!important;
    }
    
    .work-entry .media-meta > div,
    .client-entry .media-meta > div {
        background-color: transparent!important;
    }
    
    .work-entry .media-text,
    .client-entry .media-text {
        display: none!important;
    }
    
    #selected-work .work-entry:last-child .media-text > div {
        background-color: rgb(175, 182, 176)!important;
    }
    
    #selected-work .work-entry:last-child .media-text {
        display: block!important;
    }

}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
    
    h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    input, 
    textarea {
        font-size: 14px;
    }
    
    .block-narrow {
	    width: auto;
        margin: 0 25px;
    }
    
    .media-meta {
        padding: 0!important;
    }
    
    .media .media-text {
         width: 90%; 
         left: 10px; 
         bottom: 60px;
    }
    
    .anim-701 {
        left: 10px;
        bottom: 10px;
    }
    
    .media .media-title {
        font-size: 20px;
        line-height: 28px;
    } 
    
    .media .media-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    
    #partial-newsletter blockquote {
        font-size: 22px;
        line-height: 30px;
    }
    
    #partial-newsletter input[type=text], 
    #partial-newsletter input[type=email],
    #partial-newsletter #newsletter-subscribe {
        width: 100%;
        float: none;
    }
    
    .single-content {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
}


/*-----------------------------------------------------------------------------
* 15.0 Error Page
* -----------------------------------------------------------------------------
*/