/*
Theme name: Fiftyfive
Theme URI:
Version: 2.1
Description:
Author: Koda Design
Author URI: https://koda.design
License:
License URI:
Tags:
*/


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




@font-face {
    font-family: 'MuseoSans';
    src: url('fonts/museosans-500-webfont.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/MuseoSans-700.woff") format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/MuseoSans-900.woff") format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'MyriadPro';
    src: url("fonts/MyriadPro-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'CrimsonText';
    src: url("fonts/CrimsonText-Roman.woff") format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'CrimsonText';
    src: url("fonts/CrimsonText-Semibold.ttf") format('truetype');
    font-weight: bold;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* body.home {
	overflow:hidden;
} */

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

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

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

[hidden],
template {
    display: none;
}



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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


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

button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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

body {
    background: #fafafa;
}

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

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

hr {
    border: 0;
    height: 1px;
    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;
}

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

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

@media all and (max-width: 568px) {
	ul,
	ol {
		margin-left:1.2em;
	}

	li > ul,
	li > ol {
		margin-left:1.2em;
	}

	dd {
		margin-left:1.2em;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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

select {
    border: 1px solid #ccc;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    background-color: transparent;
	font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
}
a:active,
a:hover,
a:focus {
    outline: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;

}

a.orange {
	color: #fff;
}
a.orange:hover {
	color: #dc9645;
	text-decoration: underline !important;
}

a.orange2 {
	color: #000;
}
a.orange2:hover {
	color: #dc9645;
	text-decoration: underline !important;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

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

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

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

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

.main-navigation ul ul li {
    width: 100%;
}

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

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

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

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

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


/* Small menu. */

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

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

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

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

.site-title {
    font-size: 24px;
    line-height: 52px;
    color: #666;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.site-title:hover {
    color: #333;
}

#site-navigation .module.left {
    padding-left: 15px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


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

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


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

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


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

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*!
// Contents
// ------------------------------------------------
1. Global Styles
2. Mixins
3. Typography
4. Colours
5. Sections
6. Buttons
7. Nav
8. Forms
9. Breadcrumbs
10. Pagination
11. Icon Features
12. Widgets
13. Image Tiles
14. Sliders
15. Galleries
16. Header Area
17. WooCommerce
18. Blog
19. Image Blocks
20. Portfolio
21. Footer
22. Spacing
23. Other
/*!---------- 1. GLOBAL STYLES ----------*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    overflow-x: hidden;
}

ul {
    list-style: disc;
}

.main-container {
    clear: both;
    /*max-width: 1300px;*/
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}

.bg-dark hr {
    border-color: #555;
}

.content hr {
    width: 128px;
    max-width: 60%;
    height: 2px;
    background: #DDD;
    margin: 50px auto;
    border: 0;
}

.list-inline {
    margin-left: 0;
}

.list-inline > li {
    padding: 0 8px;
}

.list-inline > li:last-child {
    padding-right: 0;
}

.list-inline > li:first-child {
    padding-left: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.right {
    right: 0;
}

.relative {
    position: relative;
    z-index: 2;
}

.container {
    position: relative;
    width: 100%;
    max-width: 950px;
}


/*!---------- 2. MIXINS ----------*/

.align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

@media all and (max-width: 991px) {
    .align-children {
        display: block !important;
    }
}

.align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
}


/*!---------- 3. TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote,
input,
textarea {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MuseoSans', "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #0e1015;
}

h1 {
    font-size: 56px;
    line-height: 64px;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 300;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    h6 {
        font-size: 12px;
        line-height: 24px;
        font-weight: 700;
    }
}

.uppercase {
    font-weight: 400;
    text-transform: uppercase;
}

h5.uppercase {
    letter-spacing: 2px;
    margin-right: -2px;
}

p,
span {
    font-weight: 400;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media all and (max-width: 767px) {
    p.lead {
        font-size: 13px;
        line-height: 24px;
    }
}




.image-bg a {
    color: #fff;
}

.image-bg a:hover {
    color: #fff;
    opacity: .9;
}


blockquote {
    overflow: hidden;
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
    background: #f5f5f5;
    padding: 32px;
    color: #777;
    font-weight: 300;
}

.number {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media all and (max-width: 767px) {
    blockquote {
        font-size: 16px;
        line-height: 32px;
    }
}

th,
td {
    line-height: 24px !important;
}


/*!---------- 4. COLOURS ----------*/

.bg-primary {
    background: #745cf9 !important;
}

.bg-secondary {
    background: #f5f5f5;
}

.bg-dark {
    background: #0e1015;
}


/*!---------- 5. SECTIONS ----------*/

footer {
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
    background-color: #323232;
	/*max-width: 1300px;
    margin: 0 auto;*/
}

.page-template-template-home-php .content-area {
    padding: 0;
}

.fullscreen {
    height: 100vh;
}

.image-bg h3,
.image-bg h1 {
    color: #ffffff;
}

.image-bg p,
.image-bg li {
    color: #ffffff;
}

.image-bg div[class*='col-'] {
    position: relative;
    z-index: 3;
}

.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #0e1015;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
}

.background-image-holder img {
    display: none;
}

.background-image-holder.fadeIn {
    opacity: 1;
}


/*!---------- 6. BUTTONS ----------*/

.btn,
.button {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #745cf9;
    padding: 0 26px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #745cf9;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:last-child,
.btn:last-of-type {
    margin-right: 0;
}

.btn:hover,
.button:hover {
    background: #745cf9;
    color: #fff;
}

.btn-lg {
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}

.btn-sm {
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
}

.btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #745cf9;
    color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 1em;
}

.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
    color: #fff;
    border-color: #fff;
}

.image-bg .btn.btn-filled {
    background: #745cf9;
    color: #fff;
    border-color: #745cf9;
}

.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.image-bg .btn.btn-filled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #5d47d7;
    border-color: #5d47d7;
    color: #fff;
}

.btn:visited {
    color: #745cf9;
}

.btn-white:visited,
.btn:visited:hover {
    color: #fff;
}

.btn-white:visited:hover {
    color: #222;
}

.btn-filled:visited {
    color: #fff;
}

.cfa-text {
    margin-bottom: 0;
    line-height: 45px;
}

.cfa-button {
    width: 100%;
}

.btn-filled:hover,
.btn:visited:hover {
    background: #5d47d7;
    border-color: #5d47d7;
}

input[type="submit"]:hover {
    background-color: #5d47d7;
    color: #fff;
}

.widget input[type="submit"] {
    border: none;
    margin-top: 5px;
}

.widget input[type="submit"]:hover {
    color: #5d47d7;
    background-color: #fff;
}


/*!---------- 7. NAVIGATION ----------*/

.nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: 65px;
}

nav {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: 65px;
}

nav ul {
    margin-bottom: 0;
    display: inline-block;
    float: right;
}

.module {
    display: inline-block;
    padding: 0 32px;
}

.module-group {
    display: inline-block;
}

.module.left {
    float: left;
}

.module.right,
.module-group.right {
    float: right;
}

nav .btn,
.nav-bar .btn {
    margin: 0;
    height: auto;
}

.nav-bar {
    height: 65px;
    line-height: 65px;
}

.nav-bar .menu-list {
    padding-right: 0;
}

nav:after {
    clear: both;
    content: '';
    display: block;
}

.nav-bar .module,
.nav-bar .module-group {}

.nav-bar a {
    display: inline-block;
    height: 55px;
}

#logo {
    height: 33px;
    width: 115px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.logo {
    background: url('/wp-content/themes/fifty/images/logo.svg');
	background-position: center;
	background-repeat: no-repeat;
    background-size: 100%;
    height: 33px;
    width: 115px;
    cursor: pointer;
}

body.home .logo {
    background-image: url('/wp-content/themes/fifty/images/logo-white.svg');
}

.menu > li.dropdown {
    padding-right: 18px;
}

.dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: "\f107";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.menu {
    width: 100%;
    height: 55px;
    display: table;
}

.menu li a {
    line-height: 65px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #323232;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    font-family: "MuseoSans";
}

.menu li a:hover {
    text-decoration: none;
}

.menu-list.white .menu li a {
    color: #fff;
}

.menu li a:hover::after {
    opacity: 1;
    transform: translateY(-10px);
}

.menu li a::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E8932D;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.menu li.current-menu-item a::after {
    opacity: 1;
    transform: none;
    bottom: -10px;
}

.menu > li {
    margin-right: 25px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    display: table-cell;
}

.menu > li:last-child {
    margin-right: 0;
}

.menu > li ul {
    left: 0;
    width: 200px;
    padding: 0;
    background: #0e1015;
    position: absolute;
    z-index: 99;
    top: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
}

.menu > li > ul > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}

.menu > li > ul > .dropdown:after {
    color: #0e1015;
    top: 3px;
    right: 24px;
    content: "\f105";
}

.menu > li > ul li a {
    color: #fff;
    height: auto;
    padding: 6px 24px;
}

.menu > li > ul > li > ul {
    left: 100%;
    top: 0;
}

.menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.menu > li > ul > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

nav.outOfSight {
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

nav.scrolled {
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
}

nav.fixed {
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}

nav.fixed {
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
}

.nav-bar.nav-open {
    height: 100vh;
}

.dropdown-menu {
    border-radius: 0;
}

.nav-open .navbar-collapse,
.nav-open #menu {
    display: block;
}

.navbar-collapse {
    float: right;
}

.module.widget-handle {
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

@media all and (max-width: 1100px) {
    .module.widget-handle {
        padding: 0 16px;
    }
}

@media all and (max-width: 991px) {
    .toggle-sub > ul {
        display: block !important;
    }
}

@media all and (max-width: 991px) {
    .menu li a::after {
        background: #fff;
    }
    body.home .logo {
        background-image: url('/wp-content/themes/fifty/images/logo.svg');
    }
}

.menu > li ul {
    background: #fff;
}

.menu > li ul {
    background: #fff;
}

.menu > li > ul li a {
    color: #292929;
    width: 100%;
}

.menu > li > ul li a:hover {
    background: #745cf9;
    color: #fff;
}

.menu > li > ul > .dropdown:hover:after {
    color: #fff;
}

@media all and (max-width: 1120px) {
    .menu > li {
        margin-right: 24px;
    }
}

@media all and (max-width: 991px) {
    .nav-bar,
    .nav-bar .module-group,
    .nav-bar .module {
        overflow: hidden;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .nav-bar .module {
        padding: 0 16px;
    }
    .nav-bar.nav-open {
        height: 100vh;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .nav-bar .module-group {
        text-align: center;
        width: 100%;
        padding: 16px 0;
        height: calc(100vh - 65px);
        position: relative;
        background-color: rgba(232, 147, 45, 0.95);
        z-index: 2000;
    }
    .nav-bar .module-group .module {
        display: block;
        float: none;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .menu {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .collapse.navbar-collapse.navbar-ex1-collapse.open {
        display: block !important;
    }
    .collapse.navbar-collapse.navbar-ex1-collapse {
        display: none;
        text-align: center;
        width: 100%;
        background-color: rgba(232, 147, 45, 0.9);
        position: absolute;
        top: 65px;
        left: 0;
        height: calc(100vh - 65px) !important;
        overflow: hidden !important;
        border: none;
		z-index: 100001;
    }
    .menu li a {
        height: auto;
        font-size: 20px;
        line-height: 24px;
        padding: 4px 0;
        color: #fff;
    }
    .menu li.current-menu-item a::after {
        bottom: 0;
        background: #fff;
        opacity: 1;
    }
    .menu li.current-menu-item a:hover::after {
        transform: none;
    }
    .menu li a:hover::after {
        opacity: 1;
        transform: translateY(-20px);
    }
    .menu li {
        line-height: 24px;
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .menu > li ul {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        left: 0;
    }
    .menu > li > ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
    }
    .menu > li > ul > .dropdown:after {
        content: "\f107";
    }
    .menu > li > ul > li > ul {
        left: 0;
        display: none;
        padding: 0;
    }
    .menu > li > ul li a {
        padding: 4px 16px;
    }
    .dropdown .dropdown li {
        padding-left: 18px;
    }
    .dropdown {
        padding-right: 0;
    }
    .module.widget-handle {
        border-left: none;
        line-height: 40px;
        min-height: 40px;
    }
    .module.widget-handle i {
        line-height: 40px;
    }
    .module.widget-handle .title {
        display: inline-block;
        position: relative;
        bottom: 3px;
        margin-left: 8px;
    }
    .widget-handle .function {
        width: 100%;
        max-width: 300px;
        position: relative;
        opacity: 1;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        visibility: visible;
        margin-top: 0;
        display: none;
        box-shadow: none !important;
    }
    .toggle-search .function {
        display: block;
    }
    .search-widget-handle .search {
        padding: 0 15px;
    }
    .mobile-toggle i {
        line-height: 53px !important;
        cursor: pointer;
    }
}


/*!---------- 8. FORMS ----------*/

input,
textarea {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"] {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="search"]:focus {
    outline: 1px solid #ccc;
}

textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}

textarea:focus {
    outline: 1px solid #ccc;
}

:-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

::-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
    color: #fff;
}

input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
    color: #fff;
}

input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
    color: #fff;
}

input[type="submit"] {
    background: #745cf9;
    border-radius: 0 !important;
    border: 2px solid #745cf9;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    line-height: 48px;
    max-width: 250px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.bg-primary input[type="submit"] {
    background: #fff;
    color: #745cf9;
}

input[type="submit"]:focus {
    outline: none;
}


/*!---------- 13. IMAGE TILES ----------*/

img {
    max-width: 100%;
}


/*!---------- Header Area ----------*/

header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4000;
    height: 65px;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
	/*max-width: 1300px;
	left: 0;
	right: 0;
	margin: 0 auto;*/
}

header.fixed.transparent {
    background-color: #fff;
    border-bottom: none;
}

.cover {
    margin: 0;
    padding: 0;
}

.cover p {
    color: #ffffff;
}

.cover:first-child .fullscreen {
    max-height: 100%;
}

@media all and (max-width: 767px) {
    .cover.fullscreen {
        height: auto;
        padding: 0;
    }
    header.fixed.transparent {
        background-color: #fff;
    }
    header.fixed.transparent .menu li a {
        color: #fff;
    }
}

@media all and (min-width: 991px) {
    header.fixed.transparent {
        background-color: transparent;
    }
    header.fixed.transparent .menu li a {
        color: #fff;
    }
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@media all and (max-width: 767px) {
    .comments input[type="submit"] {
        max-width: 100%;
        float: none;
    }
}

.flex-direction-nav a.flex-next {
    right: 16px;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    content: "\f105";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.flex-direction-nav a.flex-prev {
    left: 16px;
}

.flex-direction-nav a.flex-prev:before {
    content: "\f104";
}

.flex-direction-nav a {
    opacity: 1;
    text-shadow: none;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
}

.flex-control-nav li a {
    background: none;
    border: 2px solid #0e1015;
    width: 10px;
    height: 10px;
}

@media all and (max-width: 768px) {
    .flex-direction-nav {
        display: none;
    }
}

.text-slider .flex-direction-nav li a:before {
    color: #222;
}

.image-bg .text-slider .flex-direction-nav li a:before {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.image-bg .text-slider .flex-direction-nav li a:hover:before {
    opacity: 1;
}

.text-slider .flex-direction-nav a.flex-prev {
    left: -60px;
}

.text-slider .flex-direction-nav a.flex-next {
    right: -60px;
}

.content p.intro {
    padding-bottom: 20px;
    border-bottom: 3px double #ddd;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 155%;
    font-weight: 700;
    color: #745cf9;
}

.content blockquote {
    padding: 30px 30px 30px 90px;
    background: #fafafa;
    border: 1px solid #eee;
    position: relative;
    font-style: italic;
}

.content blockquote p {
    font-style: italic;
}

.content blockquote:after {
    content: '”';
    width: 90px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #745cf9;
    position: absolute;
    top: 31px;
    left: 0px;
}

.content blockquote cite {
    display: block;
    margin-top: 1.1em;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 120%;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content blockquote cite:before {
    content: "— ";
}

.content ul,
.content ol {
    margin-left: 1.5em;
}

.content ul {
    list-style: disc;
}

.content ul ul {
    list-style: circle;
}

.content ol {
    list-style: decimal;
}

.content ol ol {
    list-style: lower-alpha;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
    margin-bottom: 0;
}

.content li {
    margin-bottom: 0.5em;
    line-height: 170%;
}

.content ol > li:last-child,
.content ul > li:last-child {
    margin-bottom: 0;
}

.content ol > li:first-child,
.content ul > li:first-child {
    margin-top: 0.5em;
}


/* WordPress Tables */

.content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.content th,
.content td {
    padding: 2%;
    margin: 0;
    overflow: visible;
    line-height: 120%;
    border-bottom: 1px solid #DDD;
}

.content th {
    padding-top: 0;
}

.content th {
    font-weight: bold;
    color: #111;
}

.content table tbody > tr:nth-child(odd) > td {
    background: #f9f9f9;
}

.content ul.post-meta {
    margin-left: 0;
}

.content ul.post-meta li {
    list-style: none;
    margin-top: 0 !important;
}

.page-title-section {
    height: 140px;
    padding: 50px 0;
}

.page-title {
    margin-bottom: 0 !important;
}

@media all and (max-width: 767px) {
    .page-title-section,
    #breadcrumbs {
        text-align: center;
    }
}


/*!---------- 19. IMAGE BLOCKS ----------*/

.image-small {
    max-height: 80px;
}

.fade-half {
    opacity: 0.5;
}

.cast-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/*!---------- 21. FOOTER ----------*/

.home footer {
    display: none;
}

footer .contact-city {
    font-family: "MuseoSans";
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

footer .contact-address {
    font-family: "MuseoSans";
    font-weight: 500;
    color: #878787;
    font-size: 12px;
    line-height: 18px;
}

footer .footer-text {
    font-family: "MuseoSans";
    font-weight: 500;
    color: #878787;
    font-size: 12px;
    line-height: 18px;
	margin-top: 1em;
}

footer .contact-address a,
footer .footer-text a {
    color: #878787;
	text-decoration: none;
}

footer .contact-address a:hover,
footer .footer-text a:hover {
	text-decoration: underline;
}

footer .footer-icons img {
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
	max-height: 120px;
	margin: 1em 1em 0 0;
}

footer .contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    background-image: url('images/pin.svg');
	background-size:15px 20px;
	background-position:center;
	background-repeat:no-repeat;
    width: 16px;
    height: 21px;
    z-index: 1000;
}

footer .logo {
  background-image: url('/wp-content/themes/fifty/images/logo-white.svg');
}

footer .button-logo {
    width: 30%;
}

footer .footer-logo {
    width: 20%;
}

@media all and (max-width: 768px) {
    footer {
        padding: 30px 0;
    }
    footer .footer-logo {
        width: 100%;
        margin: 0 auto 20px;
    }
    footer .footer-logo img {
        width: 115px;
        display: block;
    }
    footer .button-logo {
        width: 100%;
        text-align: center;
		padding-top: 20px;
    }
    footer .button-logo .circle-button {
        width: 100%;
    }
    footer .contact-info {
        margin-left: 30px;
    }
}


/*!---------- 22. SPACING ----------*/

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb64 {
    margin-bottom: 64px;
}

.p24 {
    padding: 24px;
}

.p0 {
    padding: 0;
}

.pt48 {
    padding-top: 48px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0;
}

@media all and (max-width: 767px) {
    .mb-xs-24 {
        margin-bottom: 24px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
}


/*!---------- 23. OTHER ----------*/

section {}

.feature-1 i {
    font-size: 64px;
}

.parallax-section {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.small-screen .top-parallax-section {
    overflow: hidden;
    padding: 96px 0;
}

.social-list {
    font-size: 22px;
}

.testimonial-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-bottom: 16px;
}

.image-bg a {
    color: #745cf9;
}


/* Layout */

.has-sidebar-left #secondary {
    padding-right: 40px;
}

.no-sidebar {
    float: none;
    margin: 0 auto;
}

.full-width {
    width: 100%;
}

section {
    /*max-width: 1300px;*/
    width: 100%;
    position: relative;
}

section.content-area {
    margin: 0 auto;
	padding-top: 65px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

body.home section.content-area {
	padding-top: 0;
}

section.content-area.no-shadow {
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.site-footer {
    width: 100%;
}

.top-image {
    /*margin-top: 65px;*/
    position: relative;
    max-height: 550px;
    text-align: center;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vw;
}
.top-image.smaller {
    max-height: 450px;
}

.top-image.bulb {
    background-image: url('/wp-content/uploads/2016/08/55F-what-we-do-1.jpg');
}
.top-image.clients {
    background-image: url('/wp-content/uploads/2016/08/55F-our-clients.jpg');
}
.top-image.team {
    background-image: url('/wp-content/uploads/2016/08/55F-our-team.jpg');
}
.top-image.join {
    background-image: url('/wp-content/uploads/2016/08/55F-join-us.jpg');
}
.top-image.our-team {
    background-image: url('/wp-content/uploads/2016/08/55F-our-team_02.jpg');
}
.top-image.awards {
    background-image: url('/wp-content/uploads/2017/03/55F-awards.jpg');
}
.top-image.soc-gov {
    background-image: url('/wp-content/uploads/2017/09/55f-social-and-government-banner.jpg');
}

/*
.top-image.opportunity{
  background-image: url('/wp-content/uploads/2016/09/opportunity-id-fuel-retailer-1.jpg');
}
.top-image.opportunity2{
  background-image: url('/wp-content/uploads/2016/09/opportunity-id-fashion-landscape-1.jpg');
}
.top-image.brand{
  background-image: url('/wp-content/uploads/2016/09/brand-smes-1.jpg');
}
.top-image.brand2{
  background-image: url('/wp-content/uploads/2016/09/brand-craft-beer-1.jpg');
}
.top-image.innovation{
  background-image: url('/wp-content/uploads/2016/09/innovation-personal-finance-1.jpg');
}
.top-image.innovation2{
  background-image: url('/wp-content/uploads/2016/09/innovation-aussie-beer-brand-1.jpg');
}
.top-image.shopper{
  background-image: url('/wp-content/uploads/2016/09/shopper-category-energy-drink-1.jpg');
}
.top-image.shopper2{
  background-image: url('/wp-content/uploads/2016/09/shopper-category-wine-1.jpg');
}
.top-image.tracking{
  background-image: url('/wp-content/uploads/2016/09/tracking-performance-decision-making-tool-1.jpg');
}
*/

@media all and (max-width: 450px){
  .top-image.bulb {
    background-image: url('/wp-content/uploads/2016/08/55F-what-we-do-1-1024x433.jpg');
  }
  .top-image.clients {
      background-image: url('/wp-content/uploads/2016/08/55F-our-clients-1024x433.jpg');
  }
  .top-image.team {
      background-image: url('/wp-content/uploads/2016/08/55F-our-team-1024x433.jpg');
  }
  .top-image.join {
      background-image: url('/wp-content/uploads/2016/08/55F-join-us-1024x433.jpg');
  }
}
.top-image.bigger {
    position: relative;
    height: 670px;
	max-height: 670px;
    text-align: center;
    margin-top: 0;
}
.top-image .text {
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slide-up 1.5s;
}
.top-image.no-anim .text{
    animation: none;
}
.top-image .text h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "MuseoSans";
    letter-spacing: 1.5px;
    line-height: 25px;
}
.top-image .text h2.lowercase {
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    font-weight: normal;
    font-family: "CrimsonText";
}
.top-image .text p {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    font-family: "CrimsonText";
    line-height: 45px;
    max-width: 720px;
    margin: 0 auto;
}
.top-image .text p strong{
	color:#e8932d;
}
@media all and (max-width: 568px) {
    .top-image .text {
        animation: none;
		padding:20px 15px;
    }
    .top-image .text h3 {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .top-image .text p {
        font-size: 20px;
        line-height: 25px;
    }
}

.home-image {
    height: 100vh;
}

.home-image .text {
    text-align: center;
    width: 100%;
    max-width: 710px;
    position: absolute;
    top: calc(50% + 32px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    animation: slide-up 1.5s;
}
.home-image .text h3 {
    font-size: 35px;
    font-family: "CrimsonText";
    color: #fff;
    font-weight: 300;
}
.home-image .text h3 strong{
	color:#e8932d;
}

.home-image .text .author {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "MuseoSans";
    font-weight: 700;
    color: #fff;
}

@media all and (max-width: 768px) {
    .home-image .text {
        padding: 30px;
        animation: none;
    }
}

@media all and (max-width: 568px) {
    .home-image .text {
        padding: 30px 15px;
    }
    .home-image .text h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

.testi-image {
    position: relative;
    text-align: center;
    color: #fff;
    height: 550px;
	background-size: cover;
	background-position: center left;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.testi-image:not(:first-child) {}

.testi-image.right {
	background-position: center right;
    /*background-position-x: right;*/
}

/*
.laura {
    background: url('/wp-content/uploads/2016/08/55F-join-us-laura.jpg') no-repeat;
    background-size: cover;
}

.rob {
    background: url('/wp-content/uploads/2016/08/55F-join-us-laura.jpg') no-repeat;
    background-size: cover;
}

.rich {
    background: url('/wp-content/uploads/2016/08/55F-join-us-laura.jpg') no-repeat;
    background-size: cover;
}

.ken {
    background: url('/wp-content/uploads/2016/08/55F-join-us-ken.jpg') no-repeat;
    background-size: cover;
    background-position-x: right;
}

.lauren {
    background: url('/wp-content/uploads/2016/08/55F-join-us-lauren.jpg') no-repeat;
    background-size: cover;
    background-position-x: right;
}

.mel {
    background: url('/wp-content/uploads/2016/08/55F-join-us-mel.jpg') no-repeat;
    background-size: cover;
}
*/

.testi-image .text {
    width: 100%;
    max-width: 510px;
}

.testi-image .text .author {
    font-size: 15px;
    line-height: 35px;
}

.testi-image .text .author span {
    text-transform: uppercase;
    font-family: "MuseoSans";
    font-weight: 900;
    padding: 0 15px;
}

.testi-image .text .author .title {
    font-weight: 500;
}

.testi-image .text .quote {
    font-family: "CrimsonText";
    font-size: 35px;
    line-height: 35px;
}

.testi-image .text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.questions .arrow {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.questions .arrow:before,
.questions .arrow:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
}

.questions .arrow:before {
    right: 50%;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
}

.questions .arrow:after {
    left: 50%;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

.questions .arrow.active {
    display: block;
}

@media all and (max-width: 991px) {
    .testi-image {
        background: #E8932D !important;
        height: 380px;
    }
    .testi-image .text {
        padding: 20px;
    }
    .testi-image .text .quote {
        font-family: "CrimsonText";
        font-size: 25px;
        line-height: 25px;
    }
    .button-container {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .testi-image .circle-button.orange.open-tab {
        background-color: #fff;
        color: #E8932D;
    }
    .testi-image .text .author {
        font-size: 12px;
    }
    .pic {
        height: 300px;
        width: 100%;
        background-size: cover;
        display: block !important;
    }
    .pic.right {
		background-position: center right;
		/*background-position-x: right;*/
	}
}
@media all and (max-width: 568px) {
    .testi-image .text {
        padding: 20px 15px;
    }
}

.questions.active {
    display: block;
}

.questions {
    background-color: #fff;
    /* transition: max-height 0.4s linear; */
    /* max-height: 1400px; */
    margin-top: -20px;
	display: block;
}

.questions .container.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.questions .top-space {
    height: 20px;
}

.questions.close-slide {
    /* max-height: 0; */
    overflow: hidden;
	display: none;
}

.questions .question p,
.questions .questions-content h4 {
    font-family: "MuseoSans";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
	margin-top: 0;
}

.questions .answer p,
.questions .questions-content p {
    font-family: "CrimsonText";
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 40px;
}

.circle-button.white:hover {
    background-color: #f7f7f7;
    color: #E8932D;
}

.circle-button.white {
    background-color: #fff;
    color: #E8932D;
    cursor: pointer;
}

.circle-button.white img {
    position: relative;
    top: -2px;
}


.orange-section {
    padding: 100px 0 85px;
    background-color: #e8932d;
}
.orange-section .left {
    color: #ffffff;
    font-family: "CrimsonText";
    font-size: 32px;
    max-width: 340px;
}
#caseBtn {
    margin: 20px 0;
}
.orange-section .right {
    color: #ffffff;
    font-family: "CrimsonText";
    font-size: 20px;
}
.orange-section .text-orange {
    line-height: 1.2;
    vertical-align: middle;
    display: inline-block;
}
.orange-section .text-orange span {
    font-weight: 700;
}
@media all and (max-width: 768px) {
    .orange-section {
        padding: 30px 10px;
    }
    .orange-section .left {
        color: #ffffff;
        font-family: "CrimsonText";
        font-size: 25px;
        max-width: 340px;
    }
}
@media all and (max-width: 568px) {
    .orange-section {
        padding: 30px 0;
    }
}

.white-section {
    background-color: #ffffff;
    padding: 45px 0;
}
.white-section.our-services {
    background-color: #ffffff;
    padding: 45px 0 30px;
}
.white-section.bigger {
    padding: 65px 0;
}
.white-section .list-title {
    text-transform: uppercase;
    font-family: "MuseoSans";
    font-weight: 900;
    color: #000;
    font-size: 16px;
}
.white-section .list-content li {
    color: #e8932d;
}
.white-section .list-content p {
    margin: 0 0 8px 0;
    color: #000;
    font-size: 18px;
    font-family: "CrimsonText";
}
.white-section .list-item {
    padding: 30px 0 35px;
    border-bottom: 1px solid #e1e1e1;
}
.white-section .list-item:last-of-type {
    border-bottom: 0px;
}
.white-section .list-item:first-of-type {
    padding-top: 0;
}
.white-section .text-container {
    max-width: 700px;
    margin: 0 auto;
}
.white-section .text-container p {
    font-family: "CrimsonText";
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 50px;
}
.white-section .text-container .orange-text {
    font-family: "CrimsonText";
    font-size: 25px;
    line-height: 30px;
    color: #e8932d;
    text-align: center;
    margin-bottom: 0;
}
.white-section .fields {
    padding-bottom: 30px;
    font-family: "MuseoSans";
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 0;
}
.white-section .fields > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.white-section .work-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 70px 0 30px;
}
.white-section .work-item .list-content,
.white-section .work-item .list-content p {
    font-size: 16px;
    font-family: "CrimsonText";
    line-height: 22px;
}
.white-section .work-item .list-content li{color:#333;padding-left:20px;margin-bottom:8px;position:relative;}
.white-section .work-item .list-content li:before{content:'+';position:absolute;top:0;left:0;color:#e8932d;}
.white-section .work-item ul {
    margin-left: 0;
    list-style: none;
}
.white-section .work-item ul span {
    color: #e8932d;
    margin-right: 10px;
    font-weight: 700;
}
.white-section .work-item:first-child {
    padding-top: 40px;
}
.white-section .work-item:last-child {
    border-bottom: 0px solid #e1e1e1;
}
.white-section .work-item img {
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
}
.white-section .col-left,
.white-section .col-right {
    padding: 0 40px;
}
.white-section .icon {
    position: relative;
    height: 70px;
}
@media all and (max-width: 991px) {
    .white-section {
        padding: 40px 5px;
    }
    .white-section .fields {
        text-align: center;
    }
    .white-section .text-container .orange-text {
        font-size: 20px;
        line-height: 24px;
    }
    .white-section .list-item {
        padding-bottom: 10px;
    }
    .white-section .list-title {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 800px){
  .white-section h3.title {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 568px){
	.white-section {
		padding: 40px 0;
	}
	.white-section .col-left,
	.white-section .col-right {
		padding: 0 15px;
	}
}


.case-study {
    text-align: center;
    background-color: #ECECEC;
    padding: 70px 0 70px;
}
.case-study.clients h3.title {
  margin-bottom: 10px;
}
.case-study .category-list {
    display: flex;
    margin: 0 0 60px;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}
.case-study li {
    list-style: none;
    margin-right: 10px;
	width: 20% !important;
}
.case-study li span {
    font-family: "MuseoSans";
    font-size: 14px;
    font-weight: 900;
    position: relative;
    color: #000;
    cursor: pointer;
	text-transform: uppercase;
	display:inline-block;
}
.case-study li span.active::after {
    opacity: 1;
    bottom: -10px;
    transition: none;
}
.case-study li span.active:hover::after {
    transform: none;
}
.case-study li span:hover::after {
    opacity: 1;
    transform: translateY(-5px);
}
.case-study li span::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E8932D;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.case-study li span:before,
.mobile-categories h3:before{content:'';display:block;width:100%;height:40px;background-size:contain;background-position:center;background-repeat:no-repeat;margin-bottom:20px;}
.case-study li.category-1 span:before,
.mobile-categories h3.category-1:before{background-image:url('images/icon-1.svg');}
.case-study li.category-2 span:before,
.mobile-categories h3.category-2:before{background-image:url('images/icon-2.svg');}
.case-study li.category-3 span:before,
.mobile-categories h3.category-3:before{background-image:url('images/icon-3.svg');}
.case-study li.category-4 span:before,
.mobile-categories h3.category-4:before{background-image:url('images/icon-4.svg');}
.case-study li.category-5 span:before,
.mobile-categories h3.category-5:before{background-image:url('images/icon-5.svg');}
.case-study li.category-6 span:before,
.mobile-categories h3.category-6:before{background-image:url('/wp-content/uploads/2017/10/social-govt-icon-set-A.svg');}

.case-study li span:before,
.page-id-160 .mobile-categories h3:before{content:'';display:block;width:100%;height:40px;background-size:contain;background-position:center;background-repeat:no-repeat;margin-bottom:20px;}
.case-study li.category-1 span:before,
.page-id-160 .mobile-categories h3.category-1:before{background-image:url('/wp-content/uploads/2017/09/icon-brand-reputation.svg');}
.case-study li.category-2 span:before,
.page-id-160 .mobile-categories h3.category-2:before{background-image:url('/wp-content/uploads/2017/09/icon-comms.svg');}
.case-study li.category-3 span:before,
.page-id-160 .mobile-categories h3.category-3:before{background-image:url('/wp-content/uploads/2017/09/icon-service-innovation.svg');}
.case-study li.category-4 span:before,
.page-id-160 .mobile-categories h3.category-4:before{background-image:url('/wp-content/uploads/2017/10/social-govt-icon-set-B.svg');}
.case-study li.category-5 span:before,
.page-id-160 .mobile-categories h3.category-5:before{background-image:url('images/icon-5.svg');}

.case-study .category-description{font-family:"CrimsonText";font-size:25px;margin:0 0 65px;}
.page-id-6 .case-study .category-description{font-family:"CrimsonText";font-size:25px;margin:0 0 30px;}
@media all and (max-width: 991px) {
	.case-study .category-description{display:none;}
}

.case-study .project {
    margin-bottom: 25px;
    height: 369px;
    overflow: hidden;
    display: flex;
}
.case-study .project-text {
    text-align: center;
    width: 100%;
    padding: 0 15%;
    transition: all 0.4s;
    text-decoration: none;
}
.case-study .project-left {
    height: 369px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.case-study .project:hover .project-right img {
    transform: scale(1.05);
	  text-decoration: none;
}
.case-study .project-right img {
    width: auto;
    min-height: 369px;
    transition: all .35s ease-in-out;
}
.case-study .project-title {
    font-family: "CrimsonText";
    font-size: 35px;
    line-height: 35px;
	text-decoration: none;
    color: #e8932d;
}
.case-study .project-right {
    overflow: hidden;
}
.case-study .project-right,
.case-study .project-left {
    padding: 0;
}
.case-study .view-project {
    font-family: "MuseoSans";
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
	margin-top: 30px;
}
.case-study .view-project a {
	color:#337ab7;
}
.case-study .view-project a:hover {
	color:#23527c;
	  text-decoration: none;
}
.case-study .view-project img {
    top: -2px;
    position: relative;
}
.case-study .circle-button.orange.left {
    margin-top: 45px;
}
.case-study .project.hidde {
    display: none;
}
@media all and (max-width: 991px) {
    .case-study .project-left {
        display: block;
        height: auto;
        padding: 50px 20px;
    }
    .case-study .project-right {
        display: block;
    }
    .case-study .project-right img {
        width: 100%;
    }
    .case-study li {
        list-style: none;
        display: block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .case-study {
        padding: 40px 30px;
    }
    .case-study .category-list {
        margin-bottom: 20px;
        display: none;
    }
    .case-study li span::after {
        bottom: -10px;
    }
    .case-study .project {
        flex-wrap: wrap-reverse;
        height: auto;
        text-align: left;
        margin: 0 auto 50px;
        display: flex !important;
    }
    .case-study .project img {
        min-height: 0 ;
    }
    .arrow-right::after {
        display: none;
    }
    .case-study li span.active::after {
        opacity: 1;
        bottom: -5px;
        transition: none;
    }
}
@media all and (max-width: 568px) {
    .case-study {
        padding: 40px 0;
    }
}
@media all and (max-width: 500px) {
    .case-study .project-title {
        font-size: 20px;
        line-height: 20px;
        color: #e8932d;
    }
}

.contact {
    /*margin-top: 65px;*/
    /*background-color: #E8932D*/
}

.contact .info {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 7vh;
    color: #fff;
    min-height: 700px;
    height: calc(100vh - 300px);
    background: #E8932D;
}

.contact .info p.address a {
    color: #fff;
}

.contact .info h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5vh;
    font-family: "MuseoSans";
    font-weight: 900;
    font-size: 25px;
}

.contact .info h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "MuseoSans";
    margin-bottom: 2vh;
}

.contact .info p.address,
.contact .policy p {
    font-family: "MuseoSans";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2vh;
}

.contact .map {
    padding: 0;
    position: relative;
    background-color: #fff;
}

.contact .map .map-inside {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 700px;
}

.contact .policy p {
    color: #f4c996;
    margin-bottom: 2vh;
}

.contact .policy p a {
    color: #f4c996;
    text-decoration: underline;
}

.contact .circle-button {
    border-color: #fff;
    margin-bottom: 5vh;
    font-size: 14px;
    min-width: 150px;
}

.contact .circle-button:hover {
    background-color: #fff;
    color: #E8932D;
}

.contact .circle-button.active {
    background-color: #fff;
    color: #E8932D;
}

@media all and (max-width: 950px) {
    .contact .info {
        padding-left: 45px;
        padding-right: 45px;
    }
    .contact .info h5 {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .contact .info {
        min-height: 0;
        height: auto;
        text-align: center;
		width: 100%;
    }
    .contact .map {
        height: 400px;
        width: 100%;
    }
    .contact .map .map-inside {
        margin: 0 auto;
        height: 400px;
        min-height: 0;
    }
}

h3.title {
    margin-bottom: 65px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    font-family: "MuseoSans";
    color: #e8932d;
    text-align: center;
}

@media all and (max-width: 568px) {
    h3.title {
        margin-bottom: 40px;
        letter-spacing: 1.2px;
        font-size: 20px;
    }
}

h4.small-title,
.small-title h1,
.small-title h2,
.small-title h3,
.small-title h4 {
    font-family: "MuseoSans";
    color: #e8932d;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.circle-button {
    display: inline-block;
    font-family: "MuseoSans";
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #E8932D;
    border-radius: 55px;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    min-width: 200px;
    transition: background-color .1s linear;
    cursor: pointer;
	white-space: nowrap;
}

.circle-button:hover {
    background-color: #E8932D;
    color: #fff;
}

.circle-button:visited,
.circle-button:focus {
    color: #fff;
}

.circle-button img {
    margin-left: 15px;
}

@media all and (max-width: 900px) {
    .circle-button {
        padding: 0 20px;
    }
}

.arrow-right::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #fff;
    top: calc( 50% - 60px);
    position: absolute;
    right: -20px;
    z-index: 1000;
}

.arrow-down::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid #fff;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    bottom: -35px;
    position: absolute;
    right: calc(50% - 35px);
    z-index: 1000;
}

@media all and (max-width: 768px) {
    .arrow-down::after {
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        bottom: -20px;
        right: calc(50% - 20px);
    }
}

.arrow-up::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid #fff;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    top: -35px;
    position: absolute;
    right: calc(50% - 35px);
    z-index: 1000;
}

.orange-section.arrow-up::after{border-bottom-color:#e8932d;}

@media all and (max-width: 768px) {
    .arrow-up::after {
        border-bottom: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        top: -20px;
        right: calc(50% - 20px);
    }
}

.slider-row {
    position: relative;
}

.slider {
    text-align: center;
    width: 80%;
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative;
    height: 360px;
}

.slider .author {
    font-family: "MuseoSans";
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.slider .quote {
    font-family: "CrimsonText";
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.slider-previous {
    cursor: pointer;
    content: '';
    z-index: 1000;
    position: absolute;
    top: calc(50% - 50px);
    left: -30px;
    width: 48px;
    height: 48px;
    background: url('/wp-content/uploads/2016/09/arrowleft.svg') no-repeat;
    transition: all 0.3s linear;
}

.slider-previous:hover {
    transform: translateX(-10px);
}

.slider-next {
    cursor: pointer;
    content: '';
    z-index: 1000;
    position: absolute;
    top: calc(50% - 50px);
    right: -30px;
    width: 48px;
    height: 48px;
    background: url('/wp-content/uploads/2016/09/arrowright.svg') no-repeat;
    transition: all 0.3s linear;
}

.slider-next:hover {
    transform: translateX(10px);
}


.slider .slide {
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 1s;
}
.slider .slide.showw {
  opacity: 1;
}

@media all and (max-width: 800px) {
    .slider-previous {
        left: -30px;
    }
    .slider-previous:hover {
        transform: none;
    }
    .slider-next {
        right: -30px;
    }
    .slider-next:hover {
        transform: none;
    }
    .slider .slide {
        /*width: 400px;*/
    }
    .slider {
        /*width: 400px;*/
    }
    .slider .quote {
        font-size: 20px;
        line-height: 25px;
    }
}

@media all and (max-width: 580px) {
    .slider .slide {
        /*width: 300px;*/
    }
    .slider {
        /*width: 300px;*/
    }
    .slider .quote {
        font-size: 17px;
        line-height: 21px;
    }
}

@media all and (max-width: 568px) {
	.slider {
		width: 100%;
	}
    .slider-previous {
        top: auto;
		left: 0;
		bottom: 0;
    }
    .slider-next {
        top: auto;
        right: 0;
		bottom: 0;
    }
}

@media all and (max-width: 490px) {
    .slider .slide {
        /*width: 250px;*/
    }
    .slider {
        /*width: 250px;*/
    }
    .slider .quote {
        font-size: 15px;
        line-height: 19px;
    }
}

@media all and (max-width: 400px) {
    .slider .slide {
        /*width: 200px;*/
    }
    .slider {
        /*width: 200px;*/
    }
    .slider .quote {
        font-size: 15px;
        line-height: 19px;
    }
}
@media all and (max-width: 360px) {
    .slider .slide {
        /*width: 160px;*/
        flex: 1 0 160px;
    }
    .slider {
        /*width: 160px;*/
    }
    .slider .quote {
        font-size: 15px;
        line-height: 19px;
    }
}

.circle-button.orange {
    background-color: #E8932D;
	color: #fff !important;
    text-align: center;
}

.circle-button.orange:hover {
    background-color: #e18e2c !important;
    color: #fff;
}

.circle-button.orange.left img {
    margin-left: 0;
    margin-right: 15px;
    /*transform: rotate(180deg);*/
}

.circle-button.orange.mobile {
    display: none;
    max-width: 200px;
    margin: 0 auto;
}

@media all and (max-width: 768px) {
    .circle-button.orange.mobile {
        display: block;
    }
}

.center {
    text-align: center;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    transform: translate(-50%, -50%);
    background-image: url('wp-content/uploads/2016/08/55F-what-we-do-1.jpg');
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

@keyframes slide-up {
    from {
		opacity: 0;
		-webkit-transform: translate(-50%, -25%);
		-ms-transform: translate(-50%, -25%);
		transform: translate(-50%, -25%);
    }
    to {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }
}

nav#site-navigation {
    background: transparent;
}

.collapse.navbar-collapse.navbar-ex1-collapse {
    box-shadow: none !important;
}

.white-div {
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 65px;
}

@media all and (min-width: 768px) {
    body.home .white-div {
        background: transparent;
    }
}

.burger {
    display: none;
    background: none;
    position: absolute;
    top: 50%;
    right: 20px;
    float: right;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: none;
    outline: none;
}

.burger span {
    display: none;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #E8936D;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
    top: 0px;
}

.burger span:nth-child(2),
.burger span:nth-child(3) {
    top: 12px;
}

.burger span:nth-child(4) {
    top: 24px;
}

.burger.open span:nth-child(1) {
    top: 24px;
    width: 0%;
    left: 50%;
}

.burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
    top: 24px;
    width: 0%;
    left: 50%;
}

@media all and (max-width: 991px) {
    .burger,
    .burger span {
        display: block;
    }
}

.collapse.navbar-collapse.navbar-ex1-collapse:after {
    clear: both;
    content: "";
    display: block;
}

.mobile-hide {
    display: inline-block;
}

.mobile-only {
    display: none;
}

@media all and (max-width: 991px) {
    .mobile-only {
        display: inline-block;
    }
    .mobile-hide {
        display: none;
    }
}

.greybar {
    background-color: #E6E6E6;
    width: 1px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 73px;
}

.video-poster{
  margin-top: 65px;
  background-image: url('/wp-content/uploads/2017/03/home-mobile-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  height: calc(100vh - 65px);
  width: 100%;
}

@media all and (min-width: 768px){
    .container {
        width: 100% !important;
    }
}

.mobile-categories h3 {
    text-align: center;
    font-family: "MuseoSans";
    font-size: 16px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.mobile-categories p {font-family:"CrimsonText";font-size:16px;margin-bottom:40px;}

.big-container {
    width: 100%;
    /*max-width: 1300px;*/
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4 {
    margin-bottom: 65px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    font-family: "MuseoSans";
    color: #e8932d;
    text-align: center;
}

#case-studies{margin:-65px 0 65px}

@media all and (min-width: 951px){
	section.contact .col-sm-5{width:50%;width:calc(50% - 120px);}
	section.contact .col-sm-7{width:50%;width:calc(50% + 120px);}
	#info-container{text-align:right;}
	#info-container .info-container-inner{display:inline-block;width:90%;max-width:325px;text-align:left;}
}

@media all and (min-width: 569px){
	.main-container .content-area .container .text-orange .col-md-5{float:left;width:41.66666667%;}
	.main-container .content-area .container .text-orange .col-md-7{float:left;width:58.33333333%;}
}

@media all and (max-width: 568px){
	.main-container .content-area .container .text-orange .col-md-5{text-align:center;max-width:none;}
	.main-container .content-area .container .text-orange .col-md-7{text-align:center;}
}

.orange-section.interested-section h3{color:#fff;margin-bottom:22px;}
.orange-section.interested-section h3:before{content:'';display:block;width:100%;height:40px;background-image:url('images/icon-email.svg');background-size:contain;background-position:center;background-repeat:no-repeat;margin-bottom:30px;}
.orange-section.interested-section .text-container{max-width:560px;margin:0 auto;}
.orange-section.interested-section p{color:#fff;font-family:"CrimsonText";font-size:32px;text-align:center;}
.orange-section.interested-section a{color:#fff;}
@media all and (max-width: 768px) {
	.orange-section.interested-section p{font-size:25px;}
}

.white-section.awards .row{padding:30px 0 35px;}
.white-section.awards .row:first-of-type{padding-top:0;}
.white-section.awards .divider{display:block;width:100%;height:1px;background-color:#e1e1e1;}
.awards-header{color:#1D1D1B;font-family:"CrimsonText";font-size:25px;line-height:1;margin:30px 0;}
.awards-subheader{color:#e8932d;font-family:'MuseoSans';font-size:16px;font-weight:900;margin-top:30px;}
.awards-content{font-family:"CrimsonText";font-size:20px;margin-bottom:30px;}
.awards-image{width:100%;margin:30px 0;}
.awards-image-1{max-width:162px;}
.awards-image-2{max-width:150px;}
.awards-image-3{max-width:227px;}
.awards-image-4{max-width:160px;}

@media all and (max-width: 991px) {
	.awards-header{margin:0 0 30px;}
	.awards-image{margin:10px 0 30px;}
}
.sjb-page {
    font-size: 20px;
    font-weight: normal;
    font-family: "CrimsonText" !important;
}
.job-title {
    font-family: "MuseoSans";
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px;
}
.job-type, .job-location, .job-date {
	font-size: 20px !important;
}
.sjb-page .list-data .job-description p {
	font-family: "CrimsonText";
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 50px;
    margin: 20px 0 30px 0;
    word-wrap: break-word;
	color: #777;
}

.sjb-page .btn {
    display: inline-block;
    font-family: "MuseoSans";
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #E8932D;
    border-radius: 55px;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    min-width: 200px;
    transition: background-color .1s linear;
    cursor: pointer;
    white-space: nowrap;
	background-color: #fff;
}
.sjb-page a.btn-primary {
    background-color: #fff;
    color: #E8932D;
	border-color: #E8932D ;
}
.sjb-page a.btn-primary:hover {
    background-color: #E8932D !important;
    color: #fff !important;
	border: 1px solid #E8932D !important ;
}

.sjb-page .form-control,
.sjb-page #input.form-control,
::-moz-placeholder {
    color: #a4a4a4 !important;
    opacity: 1;
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: capitalize !important;
    font-family: "MuseoSans" !important;
	letter-spacing: 0.5px;
}
.sjb-listing header .row .col-md-1.col-sm-2.hidden-xs {
    display: none;
}
.sjb-page .list-data .job-info h4 {
    color: #3b3a3c;
    font-size: 16px;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    text-align: left;
}
.sjb-page .list-data .job-type,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date 
{
    color: #444 !important;
	font-family: "MuseoSans";
	font-size: 14px !important;
}

.sjb-page  .btn-search.btn.btn-primary {
	background-color: transparent;
	color: #E8932D;
	font-size: 49px;
	padding: 10px;
	margin-top: -20px;
	height: 65px;
	font-weight: 100;
}

list-data .fa {
    font-size: 20px;
    padding-right: 7px;
}

.job-description h4 {
    font-size: 18px;
    font-weight: 600 !important;
}
.job-description h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 30px;
}

.sjb-page .sjb-detail .list-data h3 {
	color: #333;
	font-family: "MuseoSans";
}

.sjb-page .sjb-detail .list-data h3 {
    font-size: 16px;
    margin: 49px 0 30px 0;
    font-weight: 800;
    color: #444 !important;
    text-transform: uppercase;
}

.sjb-page .sjb-detail .job-features .table td {
    font-family: "MuseoSans" !important;
	font-size: 14px;
	font-weight: bold !important;
}
	
.form-group label {
    font-family: "MuseoSans" !important;
    font-weight: bold !important;
    color: #AFAFAF;
    font-size: 14px !important;
}