/*
Theme Name: Platform 161
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

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

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

/* =Font Face/ Google Font
----------------------------------------------- */


/* =Global
----------------------------------------------- */

body {
	color: #4b4c4e;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow-x: hidden;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif; /* Declare font family if necessary */
}

h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* Links */
a {
	color: #cdd61f;
}
a:visited {
	color: #cdd61f;
}
a:hover,
a:focus,
a:active {
	color: #cdd61f;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

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


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.delay-05s {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay-1s {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.delay-15s {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.delay-20s {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.delay-25s {
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
    animation-delay: 1s;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* ============================================================================================
/* 		Author/ Designer Styles Start Here 
/* ============================================================================================

/* =Page Layout
----------------------------------------------- */

/* Please specify your container width here. e.g. 978px (PSD width) + 30px (15px left & 15px right - bootstrap gutter) =  1008px
.container {
	max-width: 1008px;
}*/

.container-fluid {
	max-width: 1170px;
}

.fixed-header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	left: 0;
}

.top-header {
	background-color: rgba(90,104,113,0.9);
	padding: 5px 0;
}
.section-navigation .menu-top-menu-container ul,
.section-navigation .menu-footer-menu-container ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}
.section-navigation .menu-top-menu-container ul li,
.section-navigation .menu-footer-menu-container ul li {
	float: left;
	font-size: 13px;
	margin-left: 20px;
}
.section-navigation .menu-top-menu-container ul li a,
.section-navigation .menu-footer-menu-container ul li a {
	color: #fff;
}
.section-navigation .menu-top-menu-german-container ul,
.section-navigation .menu-footer-menu-german-container ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}
.section-navigation .menu-top-menu-german-container ul li,
.section-navigation .menu-footer-menu-german-container ul li {
	float: left;
	font-size: 13px;
	margin-left: 20px;
}
.section-navigation .menu-top-menu-german-container ul li a,
.section-navigation .menu-footer-menu-german-container ul li a {
	color: #fff;
}
.site-header {
	background-color: rgba(110,129,142,0.9);
	padding: 0px 0;
}
.upperfooter {
	background-color: #545f65;
	padding: 50px 0;
}
.upperfooter h2 {
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.upperfooter p {
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.upperfooter .location {
	padding-left: 43px;
	background: url('images/icon-location.png') no-repeat left top;
	padding-top: 5px;
	margin: 0 0 20px;
}
.upperfooter .phone {
	padding-left: 43px;
	background: url('images/icon-phone.png') no-repeat left top;
	padding-top: 5px;
}
.upperfooter .email {
	padding-left: 43px;
	background: url('images/icon-email.png') no-repeat left top;
	padding-top: 5px;
}
.footer-menu-upper {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-upper li {
	margin: 0 0 5px;
}
.footer-menu-upper li a {
	font-size: 16px;
	color: #babdbe;
}
.footer-menu-upper li a:hover {
	color: #fff;
	text-decoration: none;
}
.lowerfooter {
	background-color: #545f65;
	padding: 25px 0 0;
}
.lowerfooter2 {
	background-color: #545f65;
    border-top: 1px solid #637077;
    padding: 25px 0 0;
}
.footer-right {
	float: right;
}
.footer-right img {
	margin: 0 0 20px;
}
.footer-right .social {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer-right .social li {
	display: inline-block;
	margin: 0 3px;
}
.footer-right .social li a {
	display: block;
	width: 40px;
	height: 45px;
}
.footer-right .social li.twitter a {
	background: url('images/icon-twitter2.png') no-repeat 0 0;
}
.footer-right .social li.facebook a {
	background: url('images/icon-facebook2.png') no-repeat 0 0;
}
.footer-right .social li.linkedin a {
	background: url('images/icon-linkedin2.png') no-repeat 0 0;
}
.footer-right .social li.googleplus a {
	background: url('images/icon-google.png') no-repeat 0 0;
}
.footer-right .social li.instagram a {
	background: url('images/icon-instagram2.png') no-repeat 0 0;
}
.footer-right .social li.twitter a:hover {
	background-position: 0 -45px;
}
.footer-right .social li.facebook a:hover {
	background-position: 0 -45px;
}
.footer-right .social li.linkedin a:hover {
	background-position: 0 -45px;
}
.footer-right .social li.googleplus a:hover {
	background-position: 0 -45px;
}
.footer-right .social li.instagram a:hover {
	background-position: 0 -45px;
}

.lowerfooter p {
	color: #fff;
}
.lowerfooter2 p {
	color: #fff;
	margin-bottom: 8px;
}
.footer-menu-lower2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-lower2 li {
	float: left;
	background: url('images/menu-divider.png') no-repeat right center;
	padding: 0 18px 0 10px;
}
.footer-menu-lower2 li:first-child {
	padding-left: 0;
}
.footer-menu-lower2 li:last-child {
	background: none;
	padding-right: 0;
}
.footer-menu-lower2 li a {
	color: #fff;
	font-size: 16px;
}
.footer-menu-lower {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.footer-menu-lower li {
	float: left;
	background: url('images/menu-divider.png') no-repeat right center;
	padding: 0 18px 0 10px;
}
.footer-menu-lower li:first-child {
	padding-left: 0;
}
.footer-menu-lower li:last-child {
	background: none;
	padding-right: 0;
}
.footer-menu-lower li a {
	color: #fff;
	font-size: 16px;
}

.site-footer {
	position: relative;
	overflow: hidden;
}
.digital-bg {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('images/digital-bg.png') no-repeat center 150% fixed;
}
.upperfooter > .container {
	position: relative;
	z-index: 200;
}
.lowerfooter > .container {
	position: relative;
	z-index: 200;
}
/* =Video Background
----------------------------------------------- */
.hero {
    position: relative;
    height: 1080px;
    overflow: hidden;
    width: 100%;
    display: block;
    color: #fff;
}
.video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}
.video-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
}
.bg-video {
    height: 100%;
    min-width: 100%;
    width: auto;
    overflow-y: hidden;
    z-index: -999;
}

/* =End of Video Background
----------------------------------------------- */

.main-banner {
    background: url(images/banner-bg.jpg) repeat center bottom #42494f;
	height: 650px;
}
.main-banner > .container-fluid {
    padding-top: 180px;
    padding-bottom: 180px;
    background: url(images/digital-bg-2.png) no-repeat center 30% fixed;
}
.main-banner h1 {
	margin: 0;
    color: #fff;
    text-align: center;
    font-size: 48px;
    letter-spacing: 1px;
}
.main-banner h1 strong {
	color: #cdd61f;
	font-weight: 500;
}
.banner-content {
	padding: 12% 0;
}
.who-we-are {
    background-color: rgba(128,172,1,0.8);
    padding: 60px 0;
    position: relative;
}
/*.who-we-are:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #3d474e;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}
*/
.who-we-are > .container-fluid {
	position: relative;
	z-index: 200;
}
.bubbles {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: url('images/bubbles.png') no-repeat center 10px;
}
.who-we-are h2 {
	color: #fff;
    font-size: 32px;
	margin: 0 0 25px;
}
.who-we-are h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.who-we-are p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
}
.who-we-are2 h2 {
	color: #fff;
    font-size: 40px;
	margin: 0 0 25px;
}
.who-we-are2 h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.who-we-are2 p {
	color: #fff;
	margin: 0 0 20px;
}

.what-we-do2 {
	padding: 100px 0;
    background: url(images/bg-box-p161-2.jpg);
    position: relative;
}
.what-we-do2 h2{
	font-size: 40px;
}
.what-we-do {
	background-color: #ffffff;
	padding: 30px 0 200px;
	position: relative;
}
.what-we-do:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ffffff;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}
.what-we-do h2 {
	color: #3d474e;
    font-size: 32px;
	margin: 0 0 5px;
}
.what-we-do h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.what-we-do h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.what-we-do p {
	font-size: 18px;
    margin: 0 0 30px;
}
.what-we-do2 p {
	font-size: 18px;
    margin: 0 0 30px;
}
.right-image {
	text-align: right;
	padding: 45px 0 0;
}
.left-image {
	text-align: left;
	padding: 45px 0 0;
}
.who-we-are .left-image {
	padding: 70px 0 25px;
    text-align: center;
}

.why-we-do-it {
	background-color: #ededed;
	padding: 60px 0 100px;
	position: relative;
}
.why-we-do-it:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ededed;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}
.why-we-do-it2 h2 {
	font-size: 40px;
}
.why-we-do-it h2 {
	color: #3d474e;
    font-size: 32px;
	margin: 0 0 5px;
}
.why-we-do-it h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.why-we-do-it h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.why-we-do-it p {
	font-size: 18px;
    margin: 0 0 30px;
}

.key-features2 {
    background-color: #22282c;
    padding: 100px 0 150px;
    position: relative;
    text-align: center;
}
.key-features {
	background-color: #3d474e;
	padding: 40px 0 150px;
	position: relative;
	text-align: center;
}
.key-features:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 100%;
  background: url('images/digital-bg-3.png') no-repeat center center #3d474e fixed;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}
.key-features h2 {
	color: #ffffff;
    font-size: 32px;
	margin: 0 0 25px;
}
.key-features h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.key-features p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 30px;
}
.key-features2 h2 {
	color: #ffffff;
    font-size: 40px;
	margin: 0 0 25px;
}
.key-features2 h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.key-features2 p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 30px;
}
.data2 {
	padding: 100px 0;
    background: url(images/bg-data-p161.jpg);
    position: relative;
}
.data {
	background-color: #ffffff;
	padding: 60px 0 100px;
	position: relative;
}
.data:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ffffff;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}
.data h2 {
	color: #3d474e;
    font-size: 32px;
	margin: 0 0 30px;
}
.data h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.data h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.data p {
	font-size: 18px;
    margin: 0 0 30px;
}
.data2 h2 {
	color: #3d474e;
    font-size: 40px;
}
.data2 h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.data2 h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.data2 p {
	font-size: 18px;
    margin: 0 0 30px;
}
.quote-saying {
	background-color: #a9c6da;
	padding: 40px 0 130px;
	position: relative;
}
.quote-saying2 {
	font-size: 21px;
	background-color: #ccd51f;
	padding: 80px 0;
	position: relative;
}
.quote-saying:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #a9c6da;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}
.quote-saying h4 {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.quote-saying p {
	font-size: 18px;
	font-style: italic;
    margin: 0 0 30px;
	color: #fff;
	font-weight: 300;
}
.quote-saying-container {
	text-align: center;
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	padding: 0 80px;
	position: relative;
}
.quote-saying-container:before {
	content: '';
	position: absolute;
	left: 20px;
    top: -15px;
	width: 44px;
	height: 48px;
	background: url('images/bubble-left.png') no-repeat 0 0;
}
.quote-saying-container:after {
	content: '';
	position: absolute;
	right: 20px;
    bottom: 5px;
	width: 44px;
	height: 48px;
	background: url('images/bubble-right.png') no-repeat 0 0;
}

.quote-saying2 h4 {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.quote-saying2 p {
	font-style: italic;
    margin: 0 0 30px;
	color: #fff;
	font-weight: 300;
}
.quote-saying-container2 {
	text-align: center;
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	padding: 0 80px;
	position: relative;
}
.quote-saying-container2:before {
	content: '';
	position: absolute;
	left: 20px;
    top: -15px;
	width: 44px;
	height: 48px;
	background: url('images/bubble-left.png') no-repeat 0 0;
}
.quote-saying-container2:after {
	content: '';
	position: absolute;
	right: 20px;
    bottom: 5px;
	width: 44px;
	height: 48px;
	background: url('images/bubble-right.png') no-repeat 0 0;
}

.how-we-do-it2 {
    background: url(images/bg-box-hexa.jpg);
	padding: 100px 0;
	position: relative;
}
.how-we-do-it {
	background-color: #ededed;
	padding: 50px 0 100px;
	position: relative;
}
.how-we-do-it:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ededed;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}
.how-we-do-it h2 {
	color: #3d474e;
    font-size: 32px;
	margin: 0 0 5px;
}
.how-we-do-it h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.how-we-do-it h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.how-we-do-it p {
	font-size: 18px;
    margin: 0 0 30px;
}
.how-we-do-it p a {
	color: #3690dd;
}
.how-we-do-it2 h2 {
	color: #3d474e;
    font-size: 40px;
}
.how-we-do-it2 h2 strong {
	color: #cdd61f;
	font-weight: 500;
}
.how-we-do-it2 h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.how-we-do-it2 p {
	font-size: 18px;
    margin: 0 0 30px;
}
.how-we-do-it2 p a {
	color: #3690dd;
}
.partners2 {
	background-color: #545f65;
	padding: 25px 0 15px;
	position: relative;
	text-align: center;
}
.partners {
	background-color: #ffffff;
	padding: 15px 0 45px;
	position: relative;
	text-align: center;
}
.partners:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ffffff;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}
.partners2 .partners-bottom{
	border: none;
	background-color: #545f65;
}
.partners2 .partners-bottom img{
	margin: 0;
	height: 60px;
    width: auto;
}
.partners-top {
	padding: 0;
	margin: 0;
	list-style: none;
}
.partners-top li {
	text-align: center;
}
.partners-top li img {
	margin: 0 auto;
}
.partners-bottom {
	border-top: 1px solid #ededed;
	padding: 30px 0 0;
}
.partners-bottom img {
	margin: 10px 20px;
}

.nav-tabs {
	margin: 45px 0 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
	border-top: 1px solid #53606a;
}
.nav-tabs > li {
	width: 20%;
	border-right: 1px solid #53606a;
}
.nav-tabs > li:last-child {
	border-right: none;
}
.nav-tabs > li > a {
	margin: 0;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	position: relative;
	padding: 150px 0 25px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #53606a;
	border: none;
	color: #fff;
}
.nav > li > a:focus, 
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
	color: #fff;
}
.nav-tabs > li > a.feature1:before {
	content: "";
    background: url('images/feature1.png') no-repeat top center;
	width: 78px;
	height: 87px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -39px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a.feature2:before {
	content: "";
    background: url('images/feature2.png') no-repeat top center;
	width: 78px;
	height: 87px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -39px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a.feature3:before {
	content: "";
    background: url('images/feature3.png') no-repeat top center;
	width: 78px;
	height: 87px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -39px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a.feature4:before {
	content: "";
    background: url('images/feature4.png') no-repeat top center;
	width: 78px;
	height: 87px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -39px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a.feature5:before {
	content: "";
    background: url('images/feature5.png') no-repeat top center;
	width: 78px;
	height: 87px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -39px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs > li.active a.feature1:before,
.nav-tabs > li:hover a.feature1:before {
	background-position: 0 -87px;
}
.nav-tabs > li.active a.feature2:before,
.nav-tabs > li:hover a.feature2:before {
	background-position: 0 -87px;
}
.nav-tabs > li.active a.feature3:before,
.nav-tabs > li:hover a.feature3:before {
	background-position: 0 -87px;
}
.nav-tabs > li.active a.feature4:before,
.nav-tabs > li:hover a.feature4:before {
	background-position: 0 -87px;
}
.nav-tabs > li.active a.feature5:before,
.nav-tabs > li:hover a.feature5:before {
	background-position: 0 -87px;
}
.tab-content > .tab-pane {
	background-color: #53606a;
	color: #fff;
	text-align: left;
    padding: 30px 30px 10px;
}
.tab-content > .tab-pane p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px;
}

.main-banner-inner {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 180px 0 80px;
}
.main-banner-inner h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
}

.management-container {
	background-color: #fff;
	padding: 60px 0 160px;
	position: relative;
}
.management-container .right-image {
	padding: 0;
}
.management-container h2 {
	color: #3d474e;
    font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 45px 0 0;
}


.management-container h2 span {
	color: #cdd61f;
}
.management-container h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.management-container p {
	font-size: 18px;
    margin: 0 0 30px;
}

.management-container-alter {
	background-color: #ededed;
	padding: 80px 0 160px;
	position: relative;
}
.management-container-alter .left-image {
	padding: 0;
}
.management-container-alter:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ededed;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}
.management-container-alter h2 {
	color: #3d474e;
    font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 15px 0 0;
}
.management-container-alter h2 span {
	color: #cdd61f;
}
.management-container-alter h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.management-container-alter p {
	font-size: 18px;
    margin: 0 0 30px;
}

.management-container-alter-2 {
	background-color: #fff;
	padding: 80px 0 160px;
	position: relative;
}
.management-container-alter-2 .right-image {
	padding: 0;
}
.management-container-alter-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #fff;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}
.management-container-alter-2 h2 {
	color: #3d474e;
    font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.management-container-alter-2 h2 span {
	color: #cdd61f;
}
.management-container-alter-2 h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #6e818e;
	margin: 0 0 25px;
}
.management-container-alter-2 p {
	font-size: 18px;
    margin: 0 0 30px;
}

.main-banner-inner select {
    position: absolute;
    top: 22px;
    right: 0;
    border: none;
    padding: 10px;
    max-width: 280px;
    width: 100%;
	border-radius: 5px;
}

.press-indi h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #6e818e;
    line-height: 28px;
}
.featured-image {
	position: relative;
	height: 207px;
    overflow: hidden;
}
.featured-image a.readmore {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #4b4c4e;
	display: block;
    font-weight: 600;
    font-size: 0;
    text-decoration: none;
    background: none;
    padding: 130px 0 0;
}
.featured-image a.readmore:hover {
	background: url(images/press-hover.png) center 35% no-repeat rgba(205,214,31,0.95);
	font-size: 18px;
}
.site-content-container {
	padding: 90px 0;
}
.item-indi.press-indi {
    min-height: 380px;
    padding: 0 0 50px;
}

.wp-pagenavi { text-align: center; }
.wp-pagenavi .pages { display: none; }
.wp-pagenavi .nextpostslink { display: none; }
.wp-pagenavi .last { display: none; }
.wp-pagenavi .first { display: none; }
.wp-pagenavi .previouspostslink { display: none; }
.wp-pagenavi a, .wp-pagenavi span { display: inline-block; border: none; width: 38px; height: 46px; font-size: 18px; padding: 10px; margin: 0 5px; }
.wp-pagenavi a { background: url(images/paginate.png) no-repeat 0 0; color: #fff; }
.wp-pagenavi span.current { background: url(images/paginate-active.png) no-repeat 0 0; color: #6e818e; }

.main-banner-inner-press {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 180px 0 80px;
}
.main-banner-inner-press h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
}
.main-banner-inner-default {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 180px 0 80px;
}
.main-banner-inner-default h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
}

.main-banner-inner-press-single {
	background: url('images/management-banner.jpg') no-repeat center center;
	padding: 175px 0 45px;
}
.main-banner-inner-press-single h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
}
.main-banner-inner-press-single p {
    color: #fff;
    font-size: 14px;
}
.main-banner-inner-press-single p a {
	color: #ededed;
}
.main-banner-inner-press-single p span {
	padding: 0 5px;
}
.site-content-single {
    padding: 50px 0;
}
.site-content-single h1 {
    color: #6e818e;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 35px;
    margin: 30px 0;
}
.contact-form { padding: 60px 0 0; }
.contact-form h5 { color: #6e818e; font-size: 24px; font-family: 'Open Sans', sans-serif; margin: 0 0 30px; }
.contact-info p { padding-bottom: 5px; padding-left: 40px; padding-top: 3px; font-size: 15px; }
.contact-info p.contact-location { background: url(images/contact-location.png) no-repeat left 5px; }
.contact-info p.contact-phone { background: url(images/contact-phone.png) no-repeat left 5px; }
.contact-info p.contact-email { background: url(images/contact-email.png) no-repeat left 5px; }
.contact-form input[type="text"] { width: 100%; padding: 16px; border: 1px solid #56636c; font-size: 18px; background: none; }
.contact-form input[type="email"] { width: 100%; padding: 16px; border: 1px solid #56636c; font-size: 18px; background: none; }
.contact-form input[type="tel"] { width: 100%; padding: 16px; border: 1px solid #56636c; font-size: 18px; background: none; }
.contact-form textarea { width: 100%; padding: 16px; border: 1px solid #56636c; font-size: 18px; background: none; }
.contact-form .section-submit { text-align: right; }
.contact-form .section-submit input[type="submit"] { background: url(images/contact-submit-new.png) no-repeat 0 0; width: 144px; height: 62px; display: inline-block; border: none; font-size: 0; line-height: 0; }
.wpcf7-form-control-wrap { display: block; }
span.wpcf7-not-valid-tip { font-size: 14px; color: #909616; }
.contact-form .wpcf7-not-valid { border: 1px solid #909616 !important; }

.contact-form input[type="text"]::-webkit-input-placeholder {
	color: #4a5c69;
}
.contact-form input[type="email"]::-webkit-input-placeholder {
	color: #4a5c69;
}
.contact-form input[type="tel"]::-webkit-input-placeholder {
	color: #4a5c69;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #4a5c69;
}

#item-1 { position: absolute; top: -150px; left: 0; width: 100%; height: 1px; }
#item-2 { position: absolute; top: -150px; left: 0; width: 100%; height: 1px; }
#item-3 { position: absolute; top: -150px; left: 0; width: 100%; height: 1px; }
#item-4 { position: absolute; top: -150px; left: 0; width: 100%; height: 1px; }
#item-5 { position: absolute; top: -150px; left: 0; width: 100%; height: 1px; }

#manage1 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }
#manage2 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }
#manage3 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }
#manage4 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }
#manage5 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }
#manage6 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }
#manage7 { position: absolute; top: -120px; left: 0; width: 100%; height: 1px; }

/* PANEL */
.mobile-nav { display: none; }
#menu-panel { display: none; }
.slideout-menu {
	position: fixed;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	box-shadow: 1px 0 3px #2e2e2e inset;
	background-color: #404041;
}
.slideout-menu h2 { color: #9e9e9e; margin: 0; padding: 10px 20px; border-bottom: 1px solid #333333; font-size: 18px; }
.slideout-menu ul.mobile-menu { padding: 0; margin: 0; list-style: none; }
.slideout-menu ul.mobile-menu li { margin: 0; line-height: normal; }
.slideout-menu ul.mobile-menu li a { display: block; color: #ffffff; margin: 0; padding: 10px 20px; border-bottom: 1px solid #333333; font-size: 14px; }
.slideout-menu ul.mobile-menu li a:hover { text-decoration: none; }
.slideout-panel {
	position:relative;
	z-index: 1;
	background: #fff;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}
.slideout-open #menu-panel.slideout-menu {
	display: block;
}
.lowfooter-seal{ margin: 15px 0 0 0;}
.footer-seal {margin: 0; padding: 5px 0 0 5px;}
/* PANEL */
.hs-form {
    background: #e4ecf3;
}
.contact-banner-buttons {
    position: absolute;
    right: 0;
    top: 17px;
}
.contact-banner-buttons .phone {
	color: #fff;
    font-size: 18px;
    background: url(images/outline-phone.png) no-repeat 20px center;
    display: inline-block;
    padding: 10px 17px 10px 50px;
    border: 1px solid #fff;
	margin: 0 7px;
}
.contact-banner-buttons .phone:hover {
	background: url(images/outline-phone-hover.png) no-repeat 20px center #cdd61f;
	border: 1px solid #cdd61f;
	text-decoration: none;
	color: #4b4c4e;
}
.contact-banner-buttons .email {
	color: #fff;
    font-size: 18px;
    background: url(images/outline-email.png) no-repeat 20px center;
    display: inline-block;
    padding: 10px 17px 10px 50px;
    border: 1px solid #fff;
	margin: 0 7px;
}
.contact-banner-buttons .email:hover {
	background: url(images/outline-email-hover.png) no-repeat 20px center #cdd61f;
	border: 1px solid #cdd61f;
	text-decoration: none;
	color: #4b4c4e;
}
.contact-content-container {
    padding: 100px 0;
}
.contact-content-container .map {
	padding: 0 0 20px;
}
.contact-content-container .map iframe {
	width: 100%;
}
.contact-content-container .map h3 {
	font-size: 18px;
	margin: 0;
	padding: 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #4b4c4e;
	line-height: 26px;
}
.contact-content-container .map p {
    padding: 0 10px;
}
.contact-form-container {
	position: relative;
	background-color: #ededed;
	padding: 20px 0 100px;
}
.contact-form-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 90px;
  background: #ededed;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}

/* Solutions */
.solutions-banner-buttons {
	position: absolute;
    right: 0;
    top: 17px;
}
.solutions-banner-buttons .for-brands {
	color: #fff;
    font-size: 18px;
    background: url(images/icon-for-brands.png) no-repeat 20px center;
    display: inline-block;
    padding: 10px 17px 10px 50px;
    border: 1px solid #fff;
	margin: 0 7px;
}
.solutions-banner-buttons .for-brands:hover {
	background: url(images/icon-for-brands-hover.png) no-repeat 20px center #cdd61f;
	border: 1px solid #cdd61f;
	text-decoration: none;
	color: #4b4c4e;
}
.solutions-banner-buttons .for-agencies {
	color: #fff;
    font-size: 18px;
    background: url(images/icon-for-agencies.png) no-repeat 20px center;
    display: inline-block;
    padding: 10px 17px 10px 50px;
    border: 1px solid #fff;
	margin: 0 7px;
}
.solutions-banner-buttons .for-agencies:hover {
	background: url(images/icon-for-agencies-hover.png) no-repeat 20px center #cdd61f;
	border: 1px solid #cdd61f;
	text-decoration: none;
	color: #4b4c4e;
}
.solutions-banner-buttons .for-publishers {
	color: #fff;
    font-size: 18px;
    background: url(images/icon-for-publishers.png) no-repeat 20px center;
    display: inline-block;
    padding: 10px 17px 10px 50px;
    border: 1px solid #fff;
	margin: 0 7px;
}
.solutions-banner-buttons .for-publishers:hover {
	background: url(images/icon-for-publishers-hover.png) no-repeat 20px center #cdd61f;
	border: 1px solid #cdd61f;
	text-decoration: none;
	color: #4b4c4e;
}
.solutions-content-container {
	background-color: #040d16;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 200px 0;
}
.solutions-content-container h1 {
	font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 58px;
    margin: 0 0 35px;
}
.solutions-content-container h1 strong {
	font-weight: 500;
	color: #cdd61f
}
.solutions-content-container p {
	font-size: 18px;
	color: #fff;
}
.reasons-content-container {
	background-color: #fff;
	padding: 70px 0;
}
.reasons-content-container h1 {
	font-size: 35px;
    text-align: center;
    margin: 0 auto 80px;
    max-width: 900px;
    line-height: 49px;
}
.reason-container {
	padding-left: 85px;
	padding-bottom: 20px;
	padding-right: 45px;
}
.reason-container.reason1 {
	background: url(images/reason-icon1.png) no-repeat left top;
}
.reason-container.reason2 {
	background: url(images/reason-icon2.png) no-repeat left top;
}
.reason-container.reason3 {
	background: url(images/reason-icon3.png) no-repeat left top;
}
.reason-container.reason4 {
	background: url(images/reason-icon4.png) no-repeat left top;
}
.reason-container.reason5 {
	background: url(images/reason-icon5.png) no-repeat left top;
}
.reason-container h3 {
	font-size: 21px;
	color: #53606a;
	margin: 0 0 10px;
	line-height: 30px;
}
.reason-container p {
	font-size: 18px;
	border-bottom: 1px solid #e0e0e0;
	min-height: 160px;
	padding-bottom: 30px;
}
.mini-casestudy-container {
	background-color: #ebebeb;
	padding: 65px 0 70px;
}
.mini-casestudy-container h1 {
	text-transform: uppercase;
	margin: 0 0 40px;
}
.mini-casestudy-container h1 strong {
	color: #c5cd24;
	font-weight: 500;
}
.study-container.casestudy {
	background: url(images/casestudy-icon.png) no-repeat center 35px #ffffff;
}
.study-container.infographics {
	background: url(images/infographics-icon.png) no-repeat center 35px #ffffff;
}
.study-container.productsheet {
	background: url(images/productsheet-icon.png) no-repeat center 35px #ffffff;
}
.study-container {
	border: 1px solid #ebebeb;
	min-height: 200px;
	padding: 95px 20px 20px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.study-container h2 {
    margin: 0 0 5px;
    font-size: 20px;
    min-height: 50px;
}
.study-container p {
	font-size: 14px;
}
.more-study {
	text-align: center;
}
.more-study a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	background: url(images/view-casestudy-btn.png) no-repeat 0 0;
	width: 264px;
	height: 62px;
}
.study-description {
    background-color: #cdd61f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 25px;
    text-align: left;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.study-container:hover .study-description {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.mfp-content {
	height: auto;
	position: static;
}
.open-popup-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 40px 30px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
}
.download-form-btn{
  	display: block;
	width: 174px;
	height: 62px;
	background: url('images/download.png') no-repeat 0 0;
	border: none;
	font-size: 0;
	line-height: 0;
	margin: 25px auto 0;
}
.download-form input[type="text"],
.download-form input[type="email"] {
	width: 100%;
    padding: 13px 17px;
}
.download-form select {
	width: 100%;
    padding: 13px 17px;
}

.download-pop p {
	display: block;
	text-align: center;
	margin: 0 0 18px;
	font-size: 14px;
}
.download-pop h3 {
	display: block;
	text-align: center;
	font-size: 21px;
	margin: 0 0 30px;
}
.download-form input[type="submit"] {
	display: block;
	width: 174px;
	height: 62px;
	background: url('images/download.png') no-repeat 0 0;
	border: none;
	font-size: 0;
	line-height: 0;
	margin: 25px auto 0;
}
.study-description > p {
    font-weight: 700;
    margin: 0 0 15px;
    max-height: 140px;
    overflow: hidden;
}
.study-meta {
    width: 50%;
    float: left;
}
.study-meta > p {
    margin: 0;
}

/* Resources */
.resources-content-container {
    background-color: #fff;
    padding: 55px 0;
}
.resources-banner-buttons input {
    position: absolute;
    top: 22px;
    right: 0;
    border: 1px solid #fff;
    padding: 10px 10px 10px 45px;
    max-width: 280px;
    width: 100%;
    background: url(images/search-icon.png) no-repeat 15px center transparent;
    color: #fff;
    font-size: 18px;
}
.resources-filter {
	margin: 0;
	padding: 0 0 45px;
	list-style: none;
	text-align: center;
}
.resources-filter li {
	display: inline-block;
	color: #6e818e;
	font-size: 18px;
	padding: 10px 25px;
	cursor: pointer;
}
.resources-filter li.active {
	color: #cdd61f;
	border: 1px solid #cdd61f;
}
/* Clients */
.clients-content-container {
    background-color: #fff;
    padding: 55px 0;
}
.clients-banner-buttons input {
    position: absolute;
    top: 22px;
    right: 0;
    border: 1px solid #fff;
    padding: 10px 10px 10px 45px;
    max-width: 280px;
    width: 100%;
    background: url(images/search-icon.png) no-repeat 15px center transparent;
    color: #fff;
    font-size: 18px;
}
.clients-filter {
	margin: 0;
	padding: 0 0 45px;
	list-style: none;
	text-align: center;
}
.clients-filter li {
	display: inline-block;
	color: #6e818e;
	font-size: 18px;
	padding: 10px 25px;
	cursor: pointer;
}
.clients-filter li.active {
	color: #cdd61f;
	border: 1px solid #cdd61f;
}
.clients-container {
    border: 1px solid #ebebeb;
    min-height: 280px;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.clients-container > .clients-logo {
	display: table;
	width: 100%;
	height: 200px;
}
.clients-container > .clients-logo > .clients-logo-middle {
	display: table-cell;
	width: 100%;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.clients-container > .clients-logo > .clients-logo-middle > img {
	margin: 0 auto;
}
.clients-description {
    background-color: #cdd61f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	padding: 0 20px 0 20px;
    text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.clients-container:hover .clients-description {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.clients-description > .top {
	display: table;
	width: 100%;
	height: 100%;
}
.clients-description > .top > .middle {
	display: table-cell;
    vertical-align: middle;
    height: 200px;
}
.clients-description > .top > .middle > .inner {
	margin-left: auto;
    margin-right: auto; 
    width: 100%;
}
.clients-description h3 {
	font-size: 21px;
	color: #3d474e;
	margin: 0 0 5px;
}
.clients-description p {
	font-size: 14px;
	margin: 0;
}
/* Partners */
.partners-content-container {
    background-color: #fff;
    padding: 55px 0;
}
.partners-banner-buttons input {
    position: absolute;
    top: 22px;
    right: 0;
    border: 1px solid #fff;
    padding: 10px 10px 10px 45px;
    max-width: 280px;
    width: 100%;
    background: url(images/search-icon.png) no-repeat 15px center transparent;
    color: #fff;
    font-size: 18px;
}
.partners-filter {
	margin: 0;
	padding: 0 0 45px;
	list-style: none;
	text-align: center;
}
.partners-filter li {
	display: inline-block;
	color: #6e818e;
	font-size: 18px;
	padding: 10px 25px;
	cursor: pointer;
}
.partners-filter li.active {

	color: #cdd61f;
	border: 1px solid #cdd61f;
}
.partner-container {
    border: 1px solid #ebebeb;
    min-height: 200px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.partner-container > .partner-logo {
	display: table;
	width: 100%;
	height: 200px;
}
.partner-container > .partner-logo > .partner-logo-middle {
	display: table-cell;
	width: 100%;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.partner-container > .partner-logo > .partner-logo-middle > img {
	margin: 0 auto;
}
.partner-description {
    background-color: #cdd61f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.partner-container:hover .partner-description {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.partner-description > .top {
	display: table;
	width: 100%;
	height: 100%;
}
.partner-description > .top > .middle {
	display: table-cell;
    vertical-align: middle;
    height: 200px;
}
.partner-description > .top > .middle > .inner {
	margin-left: auto;
    margin-right: auto; 
    width: 100%;
}
.partner-description h3 {
	font-size: 21px;
	color: #3d474e;
	margin: 0 0 5px;
}
.partner-description p {
	font-size: 14px;
	margin: 0;
}

/* This is for NON-Responsive Container ==
.container {
	max-width: none !important;
	width: 1008px; 
}*/


/* Navbar override styles here */
.navbar-default {
	border: none;
	background-color: transparent;
	margin: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #93d502 !important;
}
.navbar-default .navbar-nav > .selected > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #93d502 !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.vc_toggle_title {
    padding: 10px !important;
    background: #eee;
}
.vc_toggle_size_lg .vc_toggle_icon{
    margin-left: 10px;
}
.vc_toggle_title>h4{
    margin-left: 40px;
}
.bx-wrapper {
	padding: 0 0 20px;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
}

.footer-content {
    padding-top: 30px;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 140px;
    font-size: 15px;
    text-align: center;
    background: #697B88;
}
#menu-main-menu li:hover .sub-menu {
    display: block;
}
.sub-menu li a {
    color: #fff;
    width: 100%;
    float: left;
    padding: 5px 15px !important;
    text-decoration: none;
    text-align: left;
}
.sub-menu li a:hover {
    background: #cdd61f;
}
.sub-menu li {
    list-style: none;
}
.navbar-nav>li>a {
    padding: 30px 15px;
}
.site-branding {
    padding: 15px;
}

/* =MISC
----------------------------------------------- */
.half-bottom {margin-bottom: 10px;}
.half-top {margin-top: 10px;}
.add-bottom {margin-bottom: 20px;}
.add-top {margin-top: 20px;}
.nodisplay {display: none;}

/* =MEDIA QUERIES
----------------------------------------------- */

@media screen and (min-width: 75em) {
	/* width 1200px up */
}


@media only screen and (min-width: 62px) and (max-width: 75em) {
	/* 992px and 1200px */
	.banner-content {padding: 17% 0;}
}


@media screen and (max-width: 61.938em) {
	/* width: 991px; */
	.banner-content {padding: 27% 0;}
}


@media screen and (max-width: 48em) {
	/* width 768px */
	.banner-content {padding: 40% 0;}
        .who-we-are {padding: 20px 0;}
}
@media screen and (max-width: 767px) {
	.home #page { overflow: hidden; }
	.fixed-header {
		position: static;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		padding: 15px 0 0;
	}
	.nav-tabs > li {
		width: 50%;
		border: none;
	}
	.nav-tabs > li > a {
		font-size: 12px;
		padding: 115px 0 15px;
	}
	.nav-tabs > li > a:before {
		top: 15px !important;
	}
	.mobile-nav { cursor: pointer; display: block; background: url(images/mobile-nav.png) no-repeat; width: 26px; height: 18px; position: absolute; right: 15px; top: -35px; }
	.top-header { display: none; }
	.navbar-default { display: none; }
	.site-branding img { max-width: 200px; }
	
	.main-banner-inner { padding: 20px 0 80px; }
	.main-banner-inner h1 { font-size: 28px; }
	.main-banner-inner select { top: 45px; right: auto; }
	
	.main-banner-inner-press { padding: 20px 0; }
	.main-banner-inner-press h1 { font-size: 28px; }
	
	.main-banner-inner-press-single { padding: 20px 0; }
	.main-banner-inner-press-single h1 { font-size: 28px; }
	
	.main-banner-inner-default { padding: 20px 0; }
	.main-banner-inner-default h1 { font-size: 28px; }
	
	.footer-content { padding: 0 0 25px; }
	.footer-menu-lower { padding: 0 0 20px; float: none; text-align: center; }
	.footer-menu-lower li { float: none; display: inline-block; }
	.footer-menu-lower li a { font-size: 12px; }
	.lowerfooter p { color: #fff; text-align: center; font-size: 14px; margin: 0 0 15px; }
	
	.contact-banner-buttons { position: static; }
	.contact-banner-buttons a { margin: 0 0 15px !important; }
	.main-banner { height: 350px; }
}


@media screen and (max-width: 30em) {
	/* width 480px */
	.who-we-are {padding: 0;}
	.banner-content {padding: 20% 0;}
	.what-we-do2 {padding: 0;}
	.data2 {padding: 0;}
	.how-we-do-it2 {padding: 0;}
}