@charset "UTF-8";
/*
Theme Name: Fusion
Theme URI: http://www.portfoliotheme.org/fusion
Description: A clean, responsive multi-purpose app landing and design agency portfolio theme from LiveMesh. Follow us on <a href="http://twitter.com/live_mesh">Twitter</a> for updates
Version: 1.2
Author: <a href="http://portfoliotheme.org">LiveMesh</a>
Author URI: http://www.portfoliotheme.org/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, theme-options, threaded-comments, translation-ready,portfolio,mobile,app,one-page,single-page,ios,android,tags
*/
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont-webfont.eot');
    src: url('fonts/proximanova-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proximanova-regular-webfont-webfont.woff2') format('woff2'),
    url('fonts/proximanova-regular-webfont-webfont.woff') format('woff'),
    url('fonts/proximanova-regular-webfont-webfont.ttf') format('truetype'),
    url('fonts/proximanova-regular-webfont-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proximanova-light-webfont.woff2') format('woff2'),
    url('fonts/proximanova-light-webfont.woff') format('woff'),
    url('fonts/proximanova-light-webfont.ttf') format('truetype'),
    url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('fonts/proxima_nova_semibold-webfont-webfont.eot');
    src: url('fonts/proxima_nova_semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima_nova_semibold-webfont-webfont.woff2') format('woff2'),
    url('fonts/proxima_nova_semibold-webfont-webfont.woff') format('woff'),
    url('fonts/proxima_nova_semibold-webfont-webfont.ttf') format('truetype'),
    url('fonts/proxima_nova_semibold-webfont-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proxima_nova_bold-webfont.eot');
    src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
    url('fonts/proxima_nova_bold-webfont.woff') format('woff'),
    url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
    url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

/* --------- Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/index.html ----------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    /* TODO - revisit. Leads to lots of inheritance and overriding. See csswizardry for better reset. font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; */
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    /* remember to define focus styles! */
    outline: 0;
}

body {
    background: #fff;
}

strong{
    font-family:  'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
}

ol, ul, nav ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

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

a img {
    border: 0;
    display: block;
}

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

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

/*----------- Clearfix for floats ----------- */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix {
    zoom: 1;
}

.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* --- Default fonts to be used unless overridden by user in theme options panel --*/
/* ------------------------ Base CSS ----------------------------------- */
/*--------- General ------------ */
body {
    color: #464646;
    font-size: 16px;
    line-height: 28px;
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

/*--------- Alignment ------------ */
.center {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
    clear: both;
}

.block, .alignnone {
    display: block;
    margin: 0 0 20px 0;
}

/*------------------- Basic Styling ------------------------------------*/
/* Heading styling */
h1, h2, h3, h4, h5, h6 {
    font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0;
}

h1 {
    font-size: 54px;
    line-height: 54px;
    color: #383838;
}

h2 {
    font-size: 42px;
    line-height: 52px;
    color: #383838;
}

h3 {
    font-size: 32px;
    line-height: 42px;
    color: #383838;
}

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

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3 {
    margin-bottom: 20px;
}

h4, h5, h6 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold !important;
    color: #34A853;
}

@media only screen and (max-width: 767px) {
    h1, h2 {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #fff !important;
}

.dark-bg p, .dark-bg div {
    color: #fff;
}

.dark-bg a:hover {
    color: #ddd !important;
}

/* List Style */
ul {
    list-style-type: square;
}

ul ul {
    list-style-type: disc;
}

ul ul ul {
    list-style-type: circle;
}

ol {
    list-style-position: outside;
    list-style-type: decimal;
}

ol ol {
    list-style: upper-roman;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: upper-alpha;
}

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

ul {
    margin: 0 0 25px 18px;
}

ol {
    margin: 0 0 25px 28px;
}

ul li, ol li {
    margin: 5px;
}

ul ol {
    margin-bottom: 0;
}

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

ul ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 18px 3px;
}

dl dt {
    font-weight: bold;
    margin: 12px 0 0 0;
}

dl dd {
    margin: 6px 0 0 24px;
}

.small {
    font-size: 12px;
}

.large {
    font-size: 14px;
}

cite, em, i {
    font: italic 13px/20px "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

/* Paragraphs */
p {
    margin: 0 0 25px 0;
}

p:empty {
    display: none;
}

/* Input Boxes */
input, textarea {
    display: block;
    padding: 5px;
    border: 1px solid #DEDEDE;
    font-family: inherit;
}

/* Abbreviations */
abbr[title], dfn[title] {
    border-bottom: 0;
    cursor: auto;
}

/*---------------- Media Styles ------------ */
img {
    display: block;
    height: auto;
}

img.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

img.alignright, .wp-caption.alignright {
    margin: 5px 5px 10px 20px;
}

img.aligncenter, .wp-caption.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignnone, .wp-caption.alignnone {
    display: block;
    margin: 5px 0 20px 0;
}

.entry-content img, .comment-content img {
    overflow: hidden;
}

.entry-content .thumbnail.large {
    float: none;
    margin: 0;
    padding: 0;
    width: 620px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*-------------------  Responsive media styles ----------- */
img, object, embed {
    max-width: 100%;
    /* fit within the available area instead of overflowing */
}

audio {
    max-width: 100%;
}

video {
    width: 100%;
    height: auto;
}

/*------------------- Image captions --------- */
.wp-caption {
    max-width: 98%;
    /* To help prevent overflow of images and captions */
}

.wp-caption .wp-caption-text {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.entry-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
    list-style-position: inside;
}

/*----------- Links ---------------- */
a {
    color: #34A853;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

a:active, a:visited {
    color: #34A853;
    text-decoration: none;
}

a:hover {
    color: #34A853;
    text-decoration: none;
}

/*----------------------- Table Styling --------- */
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

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

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

table tr:nth-child(even) {
    background-color: #ffffff;
}

table tr.fixzebra {
    background-color: #f1f1f1;
}

table th {
    font-weight: 600;
}

table thead th {
    color: #ffffff;
    background-color: #555555;
    border: 1px solid #555555;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

table td, table tr th {
    border: 1px solid #d4d4d4;
    padding: 8px 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > table {
        margin-bottom: 0;
    }

    .table-responsive > table th, .table-responsive > table td {
        white-space: nowrap;
    }
}

/*----------------- Code and Pre Styling ---------------- */
code, .code, pre, .pre {
    font: normal 13px / 1.6 Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", monospace, Courier, "Courier New";
}

pre, .pre {
    display: block;
    overflow: auto;
    clear: both;
    padding: 10px;
    color: #555;
    background: #FFF;
    border: 1px solid #e5e5e5;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    width: 90%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 6px solid #E9E7E0;
}

code {
    background-color: #f9f9f9;
}

.code {
    background-color: #f9f9f9;
    background: url("images/bg-pre.gif") repeat scroll 0 0 white;
    padding: 19px 10px;
}

/* ------------------------ Forms, Input boxes ----------------------------------- */
input, textarea {
    background: #FDFDFD;
    color: #48484A;
    border: solid 1px #ccc;
    padding: 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    /* box-shadow: inset 0 0 10px #EAEAEA; */
}

input, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    font-size: 14px;
    line-height: 24px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"] {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus, textarea:focus {
    border: 1px solid #dddddd;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
}

input[type="submit"], input[type="file"] {
    width: auto;
}

input[type="number"], input[type="date"] {
    padding: 10px 10px;
    height: auto;
}

input[type="number"], input[type="date"], input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="range"] {
    width: 300px;
    max-width: 100%;
}

textarea {
    width: 300px;
    max-width: 100%;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    text-transform: none;
    color: #b2b2b1;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/* Helps make the height of input boxes uniform across browsers */
input[type="submit"], input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"] {
    line-height: normal !important;
}

input[type="submit"] {
    border-radius: 0;
}

/* Let button styles handle border radius */
/* Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Select box styling */
/*select {
    display: block;
    outline: none;
    width: 300px;
    border: 1px solid #e7e7e7;
    padding: 10px 5px 10px 10px;
    margin: 0;
    max-width: 100%;
    font-family: inherit;
    color: inherit;
    background-image: url(images/select.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    font-size: 14px;
    line-height: 20px;
}
*/

select[multiple] {
    background: none;
    height: auto;
}

/* ----------- Retina displays like iPhone 4+ and iPad 3+ -----------*/
.ios-device input[type=button], .ios-device input[type="submit"], .ios-device input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/*---------- Form Styles ------- */
.contact-form label, .wpcf7-form label {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    display: none;
    /* Hide the labels */
}

.contact-form label.form-error, .wpcf7-form label.form-error {
    float: left;
    color: #EB6666;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
}

.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=url], .contact-form input[type=email], .contact-form input[type=number], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form textarea, .wpcf7-form textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form ::-webkit-input-placeholder, .wpcf7-form ::-webkit-input-placeholder {
    color: #4c5152;
    -webkit-font-smoothing: antialiased;
}

.contact-form ::-moz-placeholder, .wpcf7-form ::-moz-placeholder {
    color: #4c5152;
    -moz-osx-font-smoothing: grayscale;
}

.contact-form :-ms-input-placeholder, .wpcf7-form :-ms-input-placeholder {
    color: #4c5152;
}

.dark-bg .contact-form ::-webkit-input-placeholder, .dark-bg .wpcf7-form ::-webkit-input-placeholder {
    color: #eee;
}

.dark-bg .contact-form ::-moz-placeholder, .dark-bg .wpcf7-form ::-moz-placeholder {
    color: #eee;
}

.dark-bg .contact-form :-ms-input-placeholder, .dark-bg .wpcf7-form :-ms-input-placeholder {
    color: #eee;
}

label.form-error {
    float: left;
    color: #EB6666;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
}

.success-msg {
    margin-bottom: 20px;
    font-weight: 500;
}

div.form-error {
    display: none;
}

input.form-error {
    border: 1px dotted #dd1e0e;
    margin-bottom: 10px !important;
}

/* -------- Contact Us etc. -------- */
#content .contact-form input[type=text], #content .contact-form input[type=tel], #content .contact-form input[type=url], #content .contact-form input[type=password], #content .contact-form input[type=email], #content .contact-form input[type=number], #content .contact-form input[type=range], #content .contact-form textarea, #content .wpcf7-form input[type=text], #content .wpcf7-form input[type=tel], #content .wpcf7-form input[type=url], #content .wpcf7-form input[type=password], #content .wpcf7-form input[type=email], #content .wpcf7-form input[type=number], #content .wpcf7-form input[type=range], #content .wpcf7-form textarea {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 24px;
    background: #f9f9f9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#content .contact-form input[type=text]:focus, #content .contact-form input[type=text]:hover, #content .contact-form input[type=tel]:focus, #content .contact-form input[type=tel]:hover, #content .contact-form input[type=url]:focus, #content .contact-form input[type=url]:hover, #content .contact-form input[type=password]:focus, #content .contact-form input[type=password]:hover, #content .contact-form input[type=email]:focus, #content .contact-form input[type=email]:hover, #content .contact-form input[type=number]:focus, #content .contact-form input[type=number]:hover, #content .contact-form input[type=range]:focus, #content .contact-form input[type=range]:hover, #content .contact-form textarea:focus, #content .contact-form textarea:hover, #content .wpcf7-form input[type=text]:focus, #content .wpcf7-form input[type=text]:hover, #content .wpcf7-form input[type=tel]:focus, #content .wpcf7-form input[type=tel]:hover, #content .wpcf7-form input[type=url]:focus, #content .wpcf7-form input[type=url]:hover, #content .wpcf7-form input[type=password]:focus, #content .wpcf7-form input[type=password]:hover, #content .wpcf7-form input[type=email]:focus, #content .wpcf7-form input[type=email]:hover, #content .wpcf7-form input[type=number]:focus, #content .wpcf7-form input[type=number]:hover, #content .wpcf7-form input[type=range]:focus, #content .wpcf7-form input[type=range]:hover, #content .wpcf7-form textarea:focus, #content .wpcf7-form textarea:hover {
    background: #fff;
}

#content .contact-form p, #content .wpcf7-form p {
    margin-bottom: 14px;
}

#content .contact-form textarea, #content .wpcf7-form textarea {
    height: 150px;
}

#content .contact-form .human-check label, #content .wpcf7-form .human-check label {
    display: inline-block;
}

#content .contact-form .human-check input, #content .wpcf7-form .human-check input {
    display: inline-block;
    margin-left: 15px;
    font-style: normal;
}

#content .wpcf7-form {
}

#content .wpcf7-form p {
    vertical-align: top;
}

#content .wpcf7-form p.full-width {
    width: 100%;
}

#content .wpcf7-form input, #content .wpcf7-form .wpcf7-list-item-label {
    vertical-align: middle;
}

#content div.wpcf7-response-output {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
#content div.wpcf7-mail-sent-ok{
    background: #C5EFDD;
    border: 0;
}
#content div.wpcf7-validation-errors{
    background: #F9F999;
    border: 0;
}

#content .dark-bg .contact-form input[type=text], #content .dark-bg .contact-form input[type=tel], #content .dark-bg .contact-form input[type=url], #content .dark-bg .contact-form input[type=email], #content .dark-bg .contact-form input[type=number], #content .dark-bg .contact-form input[type=range], #content .dark-bg .contact-form textarea, #content .dark-bg .wpcf7-form input[type=text], #content .dark-bg .wpcf7-form input[type=tel], #content .dark-bg .wpcf7-form input[type=url], #content .dark-bg .wpcf7-form input[type=email], #content .dark-bg .wpcf7-form input[type=number], #content .dark-bg .wpcf7-form input[type=range], #content .dark-bg .wpcf7-form textarea {
    background: transparent;
    border-color: #ccc;
}

#content .dark-bg .contact-form input[type=text]:focus, #content .dark-bg .contact-form input[type=text]:hover, #content .dark-bg .contact-form input[type=tel]:focus, #content .dark-bg .contact-form input[type=tel]:hover, #content .dark-bg .contact-form input[type=url]:focus, #content .dark-bg .contact-form input[type=url]:hover, #content .dark-bg .contact-form input[type=email]:focus, #content .dark-bg .contact-form input[type=email]:hover, #content .dark-bg .contact-form input[type=number]:focus, #content .dark-bg .contact-form input[type=number]:hover, #content .dark-bg .contact-form input[type=range]:focus, #content .dark-bg .contact-form input[type=range]:hover, #content .dark-bg .contact-form textarea:focus, #content .dark-bg .contact-form textarea:hover, #content .dark-bg .wpcf7-form input[type=text]:focus, #content .dark-bg .wpcf7-form input[type=text]:hover, #content .dark-bg .wpcf7-form input[type=tel]:focus, #content .dark-bg .wpcf7-form input[type=tel]:hover, #content .dark-bg .wpcf7-form input[type=url]:focus, #content .dark-bg .wpcf7-form input[type=url]:hover, #content .dark-bg .wpcf7-form input[type=email]:focus, #content .dark-bg .wpcf7-form input[type=email]:hover, #content .dark-bg .wpcf7-form input[type=number]:focus, #content .dark-bg .wpcf7-form input[type=number]:hover, #content .dark-bg .wpcf7-form input[type=range]:focus, #content .dark-bg .wpcf7-form input[type=range]:hover, #content .dark-bg .wpcf7-form textarea:focus, #content .dark-bg .wpcf7-form textarea:hover {
    background: transparent;
}

#content .dark-bg .contact-form input[type=text]:focus, #content .dark-bg .contact-form input[type=tel]:focus, #content .dark-bg .contact-form input[type=url]:focus, #content .dark-bg .contact-form input[type=email]:focus, #content .dark-bg .contact-form input[type=number]:focus, #content .dark-bg .contact-form input[type=range]:focus, #content .dark-bg .contact-form textarea:focus, #content .dark-bg .wpcf7-form input[type=text]:focus, #content .dark-bg .wpcf7-form input[type=tel]:focus, #content .dark-bg .wpcf7-form input[type=url]:focus, #content .dark-bg .wpcf7-form input[type=email]:focus, #content .dark-bg .wpcf7-form input[type=number]:focus, #content .dark-bg .wpcf7-form input[type=range]:focus, #content .dark-bg .wpcf7-form textarea:focus {
    border-color: #fec029;
}

.contact-form .button, .wpcf7-form input[type=submit]

/* Footer contact us widget --------*/
.sec-nav .contact-form input, .sec-nav .contact-form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height: auto;
    line-height: 24px;
}

.sec-nav .contact-form textarea {
    height: 100px;
}

.sec-nav .contact-form .text-input, .sec-nav .contact-form textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    float: left;
    background: #606163;
    border-color: #606163;
    margin-bottom: 10px;
    color: #cdcdcd;
}

.sec-nav .sixcol .contact-form p {
    width: 46%;
    margin: 0 2% 0 0;
    float: left;
}

#content .contact-form input:focus, #content .contact-form textarea:focus,
#footer .contact-form input:focus, #footer .contact-form textarea:focus {
    border: 1px solid rgba(232, 74, 82, 0.8);
}

@media only screen and (max-width: 479px) {
    #footer .contact-form .text-input, #footer .contact-form textarea {
        width: 100% !important;
    }
}

/*------------ Comment Form ---------------- */
#commentform label {
    display: inline;
}

#commentform input[type="text"], #commentform textarea {
    padding: 10px;
    margin: 0;
    height: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 24px;
}

#commentform input[type="text"] {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

#commentform textarea {
    width: 100%;
    clear: both;
}

@media only screen and (max-width: 479px) {
    #commentform p {
        margin-bottom: 10px;
    }

    #commentform input[type="text"] {
        float: none;
        width: 90%;
        margin: 0;
    }

    #commentform textarea {
        width: 90%;
        clear: both;
    }
}

p.form-allowed-tags {
    display: none;
}

/* ------------------------ Buttons ----------------------------------- */
/* ----- ---- --- -- - Default buttons - -- --- ---- ----- */
button, .button, input[type=button], input[type="submit"], input[type="reset"] {
    display: inline-block;
    padding: 9px 20px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font: bold 15px/20px 'proxima_nova_ltsemibold', Arial, Helvetica, san-serif;
    color: #fff;
    background-color: #1297e3;
    border: 1px solid #1297e3;
    border-radius: 3px;
}

.button::-moz-focus-inner, input[type="submit"].button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button:hover, .button:active, button:hover, button:active {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}

.button img, button img {
    display: inline-block !important;
    border: none;
    vertical-align: middle;
    width: auto !important;
}

.button [class^="icon-"], .button [class*=" icon-"], button [class^="icon-"], button [class*=" icon-"] {
    padding: 8px;
}

.button.small, button.small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 22px;
}

.button.small [class^="icon-"], .button.small [class*=" icon-"], button.small [class^="icon-"], button.small [class*=" icon-"] {
    margin-top: 0;
}

.button.large, button.large {
    padding: 12px 30px;
    font-size: 20px;
    line-height: 24px;
}

.button.large.rounded, button.large.rounded {
    border-radius: 36px;
}

.button.large [class^="icon-"], .button.large [class*=" icon-"], button.large [class^="icon-"], button.large [class*=" icon-"] {
    margin-top: 0;
    padding: 2px 12px 2px 0;
    font-size: 22px;
    vertical-align: middle;
}

.button.small.rounded, button.small.rounded {
    border-radius: 30px;
}

.button.med, button.med {
    padding: 12px 40px;
    font-size: 18px;
    min-width: 230px;
}

.button.rounded, button.rounded {
    border-radius: 36px;
}

.button.default [class^="icon-"], .button [class*=" icon-"], button.default [class^="icon-"], button [class*=" icon-"] {
    font-size: 12px;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,input[type="button"]:visited, input[type="submit"]:visited, input[type="reset"]:visited, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear;
    color: #FFF !important;
    background-color: #0F7FBF !important;
    border-color: #0F7FBF !important;
}

/*---------- - Color Variations --------------- */
.button.black {
    background-color: #363636;
    border-color: #222222 #222222 #000000;
}

.button.stride {
    background-color: #34A853;
    border-color: #34A853;
}

.button.stride.dark:hover {
    background: #2B8C45;
    color: white !important;
    border-color: #2B8C45;
}

.button.blue {
     background-color: #1297e3;
     border-color: #1297e3;
}

.button.border-blue {
    background: transparent;
    border-color: #1297e3;
    color: #1297e3;
}
.button.border-blue:hover {
    border-color: #0F7FBF;
    color: #0F7FBF;
}

.button.border-stride {
    background: transparent;
    border-color: #34A853;
    color: #34A853;
}
.button.border-stride:hover {
    border-color: #34A853;
    background-color: #34A853;
}

.button.cyan {
    background-color: #57c0dc;
    border-color: #61cfec #48a7c0 #48a7c0 #61cfec;
}

.button.green {
    background-color: #00a57d;
    border-color: #07b98e #028866 #028867 #07b98e;
}

.button.orange {
    background-color: #fec029;
    border-color: #fdc846 #fbb303 #fbb303 #fdc846;
    color: #745814 !important;
}

.button.pink {
    background-color: #dd5679;
    border-color: #f0678a #c64a6a #c64a6a #f0678a;
}

.button.red {
    background-color: #da4f49;
    border-color: #ec5e58 #c4403a #c4403a #ec5e58;
}

.button.teal {
    background-color: #28c2ba;
    border-color: #2dcdc5 #23b1aa #20a59e #2dcdc5;
}

.button.white {
    background-color: transparent;
    border-color: #ffffff;
    color: #fff;
}

.button.trans {
    color: #fff;
    background: transparent !important;
    border: 1px solid transparent;
    font-weight: normal;
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, Verdana, sans-serif;
}
/* Transparent button */
.button.trans:hover {
    background-color: transparent;
    border-color: transparent;
}

.button.black, .button.blue, .button.cyan, .button.green, .button.orange, .button.pink, .button.red, .button.teal {
    color: #fff !important;
}

/* @debug $skin-hover-elements; */
.button:hover, .button.default:hover, .button.black:hover, .button.blue:hover, .button.cyan:hover, .button.green:hover, .button.orange:hover, .button.pink:hover, .button.red:hover, .button.teal:hover {
    color: #fff !important;
    background-color: #0F7FBF;
    border-color: #0F7FBF;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear;
}

.button.theme {
    border-color: #acaba9;
    background-color: transparent !important;
    color: #acaba9 !important;
    border-width: 3px;
}

.button.theme:hover {
    background: #666666 !important;
    border-color: #666666 !important;
    color: #fff !important;
}

.dark-bg .button.theme {
    color: #fff !important;
    border-color: #fff;
}

/* ------------- Custom Styling for Buttons -------- */
#button-gallery .button {
    margin-left: 10px;
    margin-bottom: 10px;
}

.portfolio-link .button {
    padding: 10px 30px;
}

.contact-form .button, .wpcf7-form input[type=submit] {
    padding: 12px 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    float: right;
}
div.button-group {
    max-width: 800px;
    margin-left: auto; 
    margin-right: auto;
}

div.button-group div.button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*---------- Rounded css3 buttons ------- */
.rounded-button {
    display: inline-block;
    position: relative;
    background: #52b3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#dc4637), to(#52b3e3));
    background: -webkit-linear-gradient(top, #dc4637, #52b3e3);
    background: -moz-linear-gradient(top, #dc4637, #52b3e3);
    background: -ms-linear-gradient(top, #dc4637, #52b3e3);
    background: -o-linear-gradient(top, #dc4637, #52b3e3);
    padding: 5px 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: white !important;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out, 0;
    -moz-transition: all 0.4s ease-out, 0;
    transition: all 0.4s ease-out, 0;
}

.rounded-button:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rounded-button:active {
    background: #327ba8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* ------------------------ Images and WP Gallery ----------------------------------- */
/*-------------- Gallery Styling - Credit: Twenty Thirteen Theme ---------- */
.wp-smiley {
    margin: 0;
}

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery:after {
    clear: both;
}

.gallery:before, .gallery:after {
    content: "";
    display: table;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

dl.gallery-item dt {
    margin: 0;
}

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    text-align: center;
}

/* Account for 4px margin on the right when calculating width */
.gallery-columns-2 .gallery-item {
    width: 49%;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 31%;
    max-width: -webkit-calc(33% - 4px);
    max-width: calc(33% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.car-list {
    float: left;
    width: 19%;
    width: -webkit-calc(20% - 3px);
    width: calc(20% - 3px);
    margin-left: 2.5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px black inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/* ------ Gallery Styling for mobile resolutions ------*/
@media only screen and (max-width: 767px) {
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }

    .gallery-caption {
        display: none;
    }
}

@media only screen and (max-width: 359px) {
    .gallery {
        margin-left: 0;
    }

    .gallery .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }

    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }

    .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail {
        display: block;
    }

    .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }

    .gallery br {
        display: none;
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
}

/*--------- Isotope Portfolio Filtering ------------- */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* disabling Isotope CSS3 transitions */
/* infinite scroll loading message styling */
#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#infscr-loading img {
    float: left;
    width: auto !important;
}

#infscr-loading div {
    float: left;
    padding-left: 10px;
}

/* ------------ Image Frame Styles ---------------- */
.image-box {
    display: block;
}

.custom-img.image-box, .photo-frame.image-box {
    display: table;
    /* Use sparingly to avoid firefox max-width issue */
}

.image-area {
    position: relative;
    overflow: hidden;
    /* line-height: 0; */
}

.image-area a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.image-area img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
}

.image-area:hover .thumbnail {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: -webkit-transform 8.6s;
    -moz-transition: -moz-transform 8.6s;
    transition: transform 8.6s;
}

ul.post-list .image-area:hover .thumbnail {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.image-area:hover .image-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.1s;
    -moz-transition: -moz-transform 0.6s, opacity 0.1s;
    transition: transform 0.6s, opacity 0.1s;
}

@media only screen and (max-width: 479px) {
    #content .image-area {
        float: none;
    }
}

.image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.image-area:hover .image-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.rounded-img {
    border-radius: 50%;
}

@media only screen and (max-width: 479px) {
    .image-wrapper.alignleft, .image-wrapper.alignright {
        float: none;
        margin: 0;
    }
}

/*---------- Image Info Hover --------------------------*/
.image-info-buttons {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -22px;
    z-index: 100;
}

.image-info-buttons i {
    font-size: 16px;
    color: #fec029;
    display: block;
    padding: 15px;
    border-radius: 24px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.image-info-buttons i:hover {
    background: #ededed;
}

.image-info {
    display: block;
    z-index: 120;
    position: absolute;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s 0s;
    transition: transform 0.4s, opacity 0.4s 0s;
}

.image-info h3 {
    position: relative;
    top: 20%;
    padding: 10px;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .image-info h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

.image-info h3 a {
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.image-info h3 a:hover {
    color: #fec029;
}

.image-info .terms {
    position: relative;
    top: 20%;
    display: block;
    color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
    .image-info .terms {
        display: none;
    }
}

.image-info .terms a {
    color: #e2e2e2;
    position: relative;
    display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.image-info .terms a:hover {
    color: #fec029;
}

.type-portfolio .image-info .terms {
    display: block;
}

/* Four column layouts require less information to be shown in the image info 
since not everything will fit there */
.image-grid .threecol .image-info .terms {
    display: none;
}

.image-grid .threecol .image-info h3 {
    padding: 5px 0;
}

.image-grid .threecol.zero-margin .image-info .terms {
    display: block;
}

.image-grid .threecol .image-info-buttons {
    top: 50%;
}

.portfolio-link-item .image-area .image-info {
    display: none;
}

.portfolio-link-item .image-area .image-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}

.portfolio-link-item:hover .image-area .image-overlay {
    background: black;
}

.portfolio-link-item .portfolio-link-wrap {
    display: block;
    z-index: 120;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.portfolio-link-item a.portfolio-link {
    position: relative;
    top: 40%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: color ease-in-out 0.4s 0s;
    -moz-transition: color ease-in-out 0.4s 0s;
    -ms-transition: color ease-in-out 0.4s 0s;
    transition: color ease-in-out 0.4s 0s;
}

.portfolio-link-item a.portfolio-link i {
    font-size: 18px;
    line-height: 18px;
    vertical-align: bottom;
}

.portfolio-link-item a.portfolio-link:hover {
    color: #bbb;
}

@media only screen and (max-width: 767px) {
    .portfolio-link-item a.portfolio-link {
        font-size: 18px;
        line-height: 28px;
    }

    .portfolio-link-item a.portfolio-link i {
        font-size: 16px;
        line-height: 26px;
        vertical-align: bottom;
    }
}

/* ------------------------ Sliders - Nivo, Flex and Revolution Slider ----------------------------------- */
#slider-area {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background: #3F3B39;
}

#slider-area .image-area {
    background: none;
    box-shadow: none;
    border: none;
}

#slider-area #slider-error {
    padding: 240px 0;
    color: #bbb;
}

/*--------------------------------------------------------------------*/
/*	Responsive Flex Slider Styles
/*--------------------------------------------------------------------*/
/* * jQuery FlexSlider v2.0 * http://www.woothemes.com/flexslider/ * */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles *********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    /*-webkit-backface-visibility: hidden; */
}

.flexslider .slides img {
    display: block;
}

/* Causes issues with fixed backgrounds in Chrome/Safari */
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme *********************************/
.flex-slider-container {
    position: relative;
}

.flexslider {
    background: transparent;
    padding: 0;
    max-width: 100%;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 2s ease 1s;
    -moz-transition: all 2s ease 1s;
    transition: all 2s ease 1s;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flexslider .slides > li {
    margin: 0;
    position: relative;
}

.flexslider .slides .image-area {
    float: none;
}

.flexslider .slides img {
    display: block;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* Caption styles */
.flex-caption {
    position: absolute;
    left: 150px;
    bottom: 30%;
    width: 35%;
    max-width: 450px;
    z-index: 89;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .flex-caption {
        left: 70px;
        bottom: 20%;
    }
}

.flex-caption a, .flex-caption .flex-summary {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=55);
    /*IE*/
}

.flex-caption a {
    display: inline !important;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #EFEFEF !important;
    padding: 2px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .flex-caption a {
        font-size: 26px;
        line-height: 30px;
    }
}

.flex-caption .flex-summary {
    color: #ccc;
    margin-top: 5px;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 26px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
    display: block;
}

.flex-direction-nav li {
    margin: 0;
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    background-color: #888;
    z-index: 10;
    /* IE */
    background-color: rgba(55, 55, 55, 0.6);
    height: 25px;
    width: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flex-direction-nav a:hover {
    background-color: #666;
    /* IE */
    background-color: rgba(51, 51, 51, 0.8);
}

.flex-direction-nav .flex-next {
    right: 10px;
    bottom: 10px;
}

.flex-direction-nav .flex-prev {
    right: 40px;
    bottom: 10px;
}

.flex-direction-nav span {
    font-size: 22px;
    color: #ddd;
    display: block;
    text-align: center;
}

/* Control Nav */
.flex-control-nav {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

#slider-area .flex-control-nav, .segment .flex-control-nav {
    bottom: 0;
}

.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 10;
    text-indent: -9999px;
    background-color: #ddd;
    /* IE */
    background-color: rgba(218, 218, 218, 0.8);
    width: 14px;
    height: 14px;
    border-radius: 14px;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #fafafa;
    /* IE */
    background-color: rgba(255, 255, 254, 0.9);
}

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
    background-color: #fafafa;
    /* IE */
    background-color: rgba(255, 255, 254, 0.9);
}

ol.flexlite-control-nav.flexlite-control-paging {
    display: none;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    cursor: default;
}

.segment .flex-control-nav li a {
    width: 20px;
    height: 20px;
}

.segment .flex-control-nav li a:hover, .segment .flex-control-nav li a.flex-active {
    background-color: #999;
}

/* ----- Inline flex slider styling ----------*/
.flex-slider-container.loading, .tab-slider-container.loading {
    background: #202834 url(images/sliders/ajax-loader.gif) no-repeat 50% 50%;
}

.flex-slider-container .flexslider, .tab-slider-container .flexslider {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
}

.flex-slider-container.loading .flexslider, .tab-slider-container.loading .flexslider {
    visibility: hidden;
    opacity: 0;
}

/* --------- Slider Area styling ------ */
#slider-area .flex-direction-nav a {
    width: 60px;
    height: 60px;
    bottom: 50%;
    top: 45%;
    border-radius: 2px;
}

#slider-area .flex-direction-nav .flex-next span, #slider-area .flex-direction-nav .flex-prev span {
    height: 18px;
    width: 12px;
    top: 20px;
    left: 24px;
}

#slider-area .flex-direction-nav .flex-next span {
    background-position: right top;
}

#slider-area .flex-direction-nav .flex-prev span {
    background-position: left top;
}

#slider-area .flexslider .flex-next {
    right: 10px;
}

#slider-area .flexslider .flex-prev {
    left: 10px;
}

#slider-area .rev_slider_wrapper {
    border-bottom: none;
}

#slider-area .flex-caption a {
    font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
}

/*--------------------------------------------------------------------*/
/*	OTHER SLIDERS - NIVO
/*--------------------------------------------------------------------*/
/* === The Nivo Slider styles - do not modify unless you know what you are doing == */
/* === For customization, see below === */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles - customized */
.nivo-caption {
    position: absolute;
    left: 150px;
    bottom: 35%;
    color: #EFEFEF;
    font-weight: normal;
    width: 40%;
    max-width: 400px;
    z-index: 8;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .nivo-caption {
        left: 70px;
        bottom: 20%;
    }
}

.nivo-caption .nivo-summary {
    margin: 15px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 15px;
}

.nivo-caption a {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
    color: #EFEFEF !important;
    padding: 6px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .nivo-caption a {
        font-size: 26px;
        line-height: 30px;
    }
}

.nivo-caption h3 {
    margin: 0;
}

.nivo-caption .nivo-summary, .nivo-caption a {
    background: #333;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/* ===== Nivo Slider Custom styles - modify below if required === */
#nivo-slider-wrap {
    position: relative;
    background: #202834 url(images/sliders/ajax-loader.gif) no-repeat 50% 50%;
}

#nivo-slider {
    position: relative;
    margin: 0 auto;
    display: block;
    color: black;
    height: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
}

#nivo-slider.loading {
    height: 500px;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 1400px) {
    #nivo-slider.loading {
        height: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    #nivo-slider.loading {
        height: 310px;
    }
}

@media only screen and (max-width: 767px) {
    #nivo-slider.loading {
        height: 230px;
    }
}

@media only screen and (max-width: 479px) {
    #nivo-slider.loading {
        height: 140px;
    }
}

#nivo-slider a {
    border: 0;
}

.nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 8;
    margin-left: -30px;
}

.nivo-controlNav a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-right: 8px;
    float: left;
    text-indent: -9999px;
    background-color: #bbb;
    /* IE */
    background: rgba(180, 180, 180, 0.7);
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: rgba(255, 255, 255, 0.8);
}

.nivo-directionNav a {
    display: block;
    text-indent: -9999px;
    border: 0;
    width: 40px;
    height: 40px;
    bottom: 50%;
    top: 45%;
    background-color: #888;
    /* IE */
    background: rgba(77, 76, 76, 0.6);
    position: absolute;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nivo-directionNav a:hover {
    background-color: #666;
    /* IE */
    background: rgba(51, 51, 51, 0.8);
}

/* Direction nav styles (e.g. Next & Prev) */
a.nivo-nextNav {
    right: 0;
}

a.nivo-prevNav {
    left: 0;
}

.nivo-directionNav .nivo-prevNav span {
    position: absolute;
    height: 18px;
    width: 12px;
    top: 10px;
    left: 14px;
    display: block;
    background-image: url("images/sliders/arrows-sliders.png");
}

.nivo-directionNav .nivo-nextNav span {
    position: absolute;
    height: 18px;
    width: 12px;
    top: 10px;
    left: 14px;
    display: block;
    background-image: url("images/sliders/arrows-sliders.png");
    background-position: right top;
}

.nivo-directionNav .nivo-prevNav span {
    background-position: left top;
}

/* ----------- Responsive styles ------ */
@media only screen and (max-width: 767px) {
    /* Sliders */
    #nivo-slider-wrap {
        padding: 0;
    }

    .nivo-controlNav {
        display: none;
    }

    .nivo-caption {
        left: 50px;
        bottom: 20%;
        width: 50%;
    }

    .nivo-caption a {
        font-size: 22px;
    }

    .flex-caption .flex-summary, .nivo-caption .nivo-summary {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .nivo-directionNav a {
        height: 30px;
        width: 30px;
    }

    .nivo-directionNav .nivo-prevNav span, .nivo-directionNav .nivo-nextNav span {
        left: 9px;
        top: 6px;
    }

    .flex-caption {
        left: 0;
        bottom: 20px;
        max-width: 60%;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 50%;
    }

    .flex-caption a {
        font-size: 16px;
    }

    #slider-area .flex-control-nav, #slider-area .flex-direction-nav {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    /* SLiders */
    .flex-caption a, .nivo-caption a {
        font-size: 18px;
        padding: 5px;
    }

    .flex-caption .flex-summary, .nivo-caption .nivo-summary {
        display: none;
    }
}

/**
* BxSlider v4.0 - Fully loaded, responsive content slider
* http://bxslider.com by Steven Wanderski
*/
/** RESET AND LAYOUT ===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: url(images/sliders/bx_loader.gif) center center no-repeat white;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fec029;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/sliders/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/sliders/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background-color: #888;
    /* IE */
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*  ======================================================
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 *  ======================================================
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
    cursor: url(images/sliders/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* ======================================================
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*   =====================================================
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    filter: Alpha(Opacity=80);
    /*IE7 fix*/
    opacity: 0.8;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 24px;
    height: 5px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #8997A0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(images/sliders/AjaxLoader.gif) no-repeat center center;
}

/** THEME ===================================*/
/* Owl Carousel Customization */
.carousel-container .owl-carousel.owl-theme {
    z-index: 1;
}

.carousel-container .owl-carousel.owl-theme .owl-prev {
    margin-right: 6px;
}

.carousel-container .owl-carousel.owl-theme .owl-prev:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.carousel-container .owl-carousel.owl-theme .owl-next:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.carousel-container .owl-carousel.owl-theme .owl-buttons {
    position: absolute;
    display: block;
    bottom: 0;
    right: 10px;
    list-style: none;
}

.carousel-container .owl-carousel.owl-theme .owl-buttons div {
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #8997A0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    border-radius: 2px;
}

.carousel-container .owl-carousel.owl-theme .owl-buttons div i {
    font-size: 10px;
    line-height: 32px;
    display: block;
    color: #FFF;
}

.gallery-carousel .carousel-container .owl-carousel.owl-theme .owl-prev, .gallery-carousel .carousel-container .owl-carousel.owl-theme .owl-next {
    background: #fec029;
}

.gallery-carousel .carousel-container .owl-carousel.owl-theme .owl-buttons {
    top: 10px;
    right: 10px;
}

.carousel-container {
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
}

.carousel-container .post-snippets .hentry {
    margin: 0 10px 20px 10px;
}

@media only screen and (max-width: 767px) {
    .carousel-container .entry-summary {
        display: none;
    }

    .carousel-container .flexslider .slides .image-area {
        padding: 2px;
    }
}

@media only screen and (max-width: 479px) {
    .carousel-container .type-portfolio .image-info .image-info-buttons {
        display: none;
    }

    .carousel-container .type-portfolio .image-info h3.post-title {
        top: 25%;
    }
}

/* TODO: Remove references to iphone-slider-container - kept for compatibility to previous versions of theme */
.smartphone-slider, .iphone-slider-container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.smartphone-slider .flex-next, .iphone-slider-container .flex-next {
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
}

.smartphone-slider .flex-prev, .iphone-slider-container .flex-prev {
    right: 40px;
    bottom: 10px;
    border-radius: 50%;
}

.smartphone-slider .flex-prev, .smartphone-slider .flex-next, .iphone-slider-container .flex-prev, .iphone-slider-container .flex-next {
    display: none;
}

.smartphone-slider .flex-slider-container:hover .flex-prev, .smartphone-slider .flex-slider-container:hover .flex-next, .iphone-slider-container .flex-slider-container:hover .flex-prev, .iphone-slider-container .flex-slider-container:hover .flex-next {
    display: block;
}

.smartphone-slider .flex-slider-container.loading, .iphone-slider-container .flex-slider-container.loading {
    background-color: #333;
}

.smartphone-slider .flex-slider-container {
    position: absolute;
    overflow: hidden;
}

.smartphone-slider .flexslider {
    max-height: 100%;
}

.iphone-slider-container {
    max-width: 408px;
}

.iphone-slider-container .flex-slider-container {
    position: absolute;
    overflow: hidden;
}

.ipad-slider-container {
    max-width: 940px;
}

.galaxys4-slider-container, .htcone-slider-container {
    max-width: 331px;
}

.imac-slider-container {
    max-width: 790px;
}

.macbook-slider-container {
    max-width: 800px;
}

.browser-slider-container {
    max-width: 875px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
    -moz-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
    -ms-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
    box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
}

.imac-slider-container .flex-next, .macbook-slider-container .flex-next, .browser-slider-container .flex-next {
    right: 10px;
    top: 10px;
}

.imac-slider-container .flex-prev, .macbook-slider-container .flex-prev, .browser-slider-container .flex-prev {
    right: 40px;
    top: 10px;
}

.iphone-slider-container .flex-slider-container {
    width: 69.2%;
    height: auto;
    top: 10.7%;
    left: 12.9%;
}

.ipad-slider-container .flex-slider-container {
    top: 6.0%;
    left: 12.5%;
    width: 74.7%;
    height: 78.4%;
}

.galaxys4-slider-container .flex-slider-container {
    top: 9.2%;
    left: 4.8%;
    width: 90.8%;
    height: 81.6%;
}

.htcone-slider-container .flex-slider-container {
    top: 9.5%;
    left: 6.5%;
    width: 87%;
    height: 76.4%;
}

.imac-slider-container .flex-slider-container {
    top: 5%;
    width: 91%;
    left: 4.5%;
    height: 61.2%;
}

.macbook-slider-container .flex-slider-container {
    top: 5.7%;
    left: 14.7%;
    width: 71.3%;
    height: 74.1%;
}

.browser-slider-container .flex-slider-container {
    top: 11.2%;
    width: 100%;
    left: 0;
    height: 88.5%;
}

.browser-slider-container .address-bar {
    position: absolute;
    left: 13%;
    top: 7.2%;
    font-size: 12px;
    line-height: 12px;
}

@media only screen and (max-width: 767px) {
    .browser-slider-container .address-bar {
        display: none;
    }
}

/* Tab Slider and Team Slider navigation */
ul.tab-list {
    border-bottom: 1px solid #fec029;
    margin: 0 0 40px 0;
}

ul.tab-list li {
    display: inline;
    margin: 0 50px 0 0;
}

ul.tab-list li a {
    color: #292929;
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
}

ul.tab-list li a.visible, ul.tab-list li a.flex-active {
    border-bottom: 3px solid #fec029;
}

ul.tab-list li a:hover {
    color: #fec029;
}

@media only screen and (max-width: 479px) {
    ul.tab-list li {
        margin-right: 25px;
    }

    ul.tab-list li a {
        line-height: 36px;
    }
}

/* ------------------------ WordPress Widgets ----------------------------------- */
.widget {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.widget ol, .widget ul, .widget ol li, .widget ul li {
    margin: 0;
    list-style: none;
}

.widget li {
    padding: 12px 0;
}

.sec-nav .widget li {
    border-top: 1px solid #444;
}

.widget-title {
    color: #4b4949;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#sidebar-header .widget-title {
    display: none;
    /* Do not display titles for header widgets */
}

.widget .post-list .entry-text-wrap {
    float: none;
}

/*--------- 125x125 Advertisement Styling --------- */
#advertisement-125 {
    padding: 0;
    overflow: hidden;
}

#advertisement-125 a {
    display: block;
    float: left;
    padding: 0;
    margin: 10px 9px 0 9px;
}

#advertisement-125 img {
    padding: 2px;
    background: #FEFEFE;
    border: 1px solid #ccc;
    width: 125px;
    height: 125px;
}

/*---------- Social List ---------- */
ul.social-list {
    list-style: none;
    margin: 0;
    display: block;
}

ul.social-list.center {
    margin: 5px auto;
}

ul.social-list li {
    padding: 0;
    list-style: none;
    margin: 0 10px 0 0;
    background: none !important;
    display: inline-block;
}

ul.social-list li:last-child {
    margin-right: 0;
}

ul.social-list a {
    color: #777;
    display: block;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
}

ul.social-list a i {
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
}

ul.social-list a:hover i {
    color: #888;
}

.widget ul.social-list li {
    border: none !important;
    padding-left: 0 !important;
}

.sec-nav .widget ul.social-list {
    display: table;
}

.sec-nav .widget ul.social-list a {
    margin: 0 10px 10px 0;
}

.sec-nav .widget ul.social-list a i {
    font-size: 22px;
    color: #aaa;
}

@media only screen and (max-width: 479px) {
    .sec-nav .widget ul.social-list a {
        margin: 0 8px 5px 0;
    }

    .sec-nav .widget ul.social-list a i {
        font-size: 24px;
    }
}

.sec-nav .widget ul.social-list a:hover {
    color: #e3e3e3;
}

.sec-nav .widget ul.social-list a:hover i {
    color: #e3e3e3;
}

/*-------------- Search Widget ----------------- */
.widget-search {
    margin: 0 0 20px;
    padding: 0;
}

.widget-search h3 {
    display: none;
}

.search-form {
    position: relative;
    max-width: 233px;
    border: none;
    -moz-box-shadow: 0 0 3px white;
    -webkit-box-shadow: 0 0 3px white;
    box-shadow: 0 0 3px white;
    width: 100%;
}

.sec-nav .search-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.search-form label {
    display: none;
}

.search-form .search-text {
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    border: none;
    padding: 5px 5px 5px 30px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #777777;
    background-color: #Fbfbfb;
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 2px rgba(79, 79, 79, 0.5);
    -moz-box-shadow: inset 0px 1px 2px rgba(79, 79, 79, 0.5);
    -ms-box-shadow: inset 0px 1px 2px rgba(79, 79, 79, 0.5);
    box-shadow: inset 0px 1px 2px rgba(79, 79, 79, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-form .search-text:focus {
    color: #696969;
    background-color: #fff;
    font-style: normal;
}

.search-form .submit {
    background: url(images/icons/search-icon.png) no-repeat center transparent !important;
    display: block;
    margin: 0;
    padding: 5px 5px 5px 28px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    cursor: pointer;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.search-form .submit:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .search-form .submit {
        background-image: url(images/icons/search-icon@2x.png);
        background-size: 34px 37px;
    }
}

/* Text Widget */
#widget-text {
    margin: 0 0 20px 0;
}

/*------------- Flickr Widget -------------- */
#flickr-widget {
    margin: 10px 0 0 0;
}

#flickr-widget .flickr_badge_image {
    float: left;
    line-height: 100%;
    margin: 0 6px 6px 0;
}

.sec-nav #flickr-widget .flickr_badge_image {
    margin: 0 10px 10px 0;
}

#flickr-widget .flickr_badge_image img {
    display: block;
    width: 74px;
    height: 74px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#flickr-widget .flickr_badge_image img:hover {
    background-color: #f4f4f4;
    border: 4px solid #fec029;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

/* ------------ Author Widget ------ */
#author-widget .widget-title {
    border-bottom: none;
}

#author-widget .avatar-wrap {
    float: left;
    margin-right: 40px;
}

#author-widget .avatar-wrap img {
    border-radius: 50%;
}

#author-widget .author-name {
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
    margin-right: 10px;
}

/* Make an exception for author widget */
#sidebar-after-singular #author-widget {
    padding: 0;
}

/* Calendar Widget */
.widget_calendar caption {
    margin-bottom: 10px;
    font-weight: 600;
}

/*--------- Contact Info Widget ---------- */
.contact-info p span {
    display: block;
}

.contact-info .mini-separator {
    margin-bottom: 30px;
}

.widget .contact-info p {
    margin-bottom: 10px;
}

/* ---------- Recent Comments ---------- */
ul#recentcomments li.recentcomments {
    background: url(images/icons/comment-icon-sidebar.png) left center no-repeat transparent;
    padding-left: 26px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

ul#recentcomments li.recentcomments:first-child {
    background-position: 0 5px;
}

ul#recentcomments li.recentcomments a {
    display: inline !important;
    padding: 0;
    margin: 0;
    color: #fec029;
    font-style: normal;
}

ul#recentcomments li.recentcomments a:hover {
    color: #666;
}

.sec-nav ul#recentcomments li.recentcomments a:hover {
    color: #DBDBD9;
}

ul#recentcomments li.recentcomments a.url {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

ul#recentcomments li.recentcomments:after {
    font-family: 'icomoon';
    speak: none;
    line-height: 1;
}

/* ------------ Tag Cloud - Tag/Category/Taxonomy Term Cloud widget ----------------*/
.term-cloud {
    margin: 0;
    padding: 0 4px 10px;
}

.term-cloud a {
    display: inline;
    color: #55585b;
    float: left;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    font-size: 12px !important;
    text-transform: none;
    line-height: 20px;
    background-color: #eaeaea;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.term-cloud a:hover {
    color: #fff !important;
    background-color: #fec029;
}

.sec-nav .term-cloud a {
    color: #d5d5d5;
    background-color: #555;
}

.sec-nav .term-cloud a:hover {
    color: #fff !important;
}

/* --------- Mailchimp integration ---------- */
div.mc_merge_var, div.mc_signup_submit {
    display: inline-block;
    margin-top: 10px;
}

#mc_signup_form .mc_var_label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

#mc_signup_form .mc_input {
    display: inline-block;
    padding: 8px;
    margin: 0 15px 0 0;
    line-height: 20px;
}

.sec-nav #mc_signup_form .mc_input {
    background: #686868;
    border: 1px solid #444;
}

#mc_signup_submit {
    color: #ffffff !important;
    background-color: #fec029 !important;
    border-color: #37b4ee #1c8bbe #1c8bbe #37b4ee;
    padding: 8px 30px;
    margin: 0;
}

#mc-indicates-required {
    margin: 10px 0 0;
    display: none;
}

/* ------------------------ WordPress Shortcodes ----------------------------------- */
/*----------------- Highlighting --------------- */
.highlight1 {
    background: #ffff99;
}

.highlight2 {
    background: #555;
    color: #FFF;
}

/*----------------------- Pull Quotes --------- */
.pullquote {
    font: normal 18px/32px "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #555;
    font-family: "Georgia";
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    font-style: normal;
}

.quote-wrap.alignleft {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
    padding: 2px 0;
}

.quote-wrap.alignleft .pullquote {
    border-top: 3px solid #ccc;
    padding-top: 14px;
}

.quote-wrap.alignright {
    float: right;
    width: 230px;
    margin: 0 0 0 20px;
    padding: 2px 0;
}

.quote-wrap.alignright .pullquote {
    border-top: 3px solid #ccc;
    padding-top: 14px;
}

.quote-wrap.alignnone {
    padding: 2px 0;
}

.quote-wrap.alignnone .pullquote {
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding-top: 21px;
    padding-bottom: 21px;
}

blockquote {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 35px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    font-style: normal;
}

blockquote.alignleft {
    margin: 0 20px 0 0;
    width: 230px;
}

blockquote.alignright {
    margin: 0 0 0 20px;
    width: 230px;
}

blockquote p {
    margin-bottom: 0;
}

.dark-bg blockquote {
    color: #ddd;
}

.dark-bg blockquote > p {
    color: #ddd;
}

.quote-wrap .author, .quote-wrap em, .quote-wrap i, .quote-wrap cite {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #888;
    padding-left: 45px;
}

/*--------------------- Begin Typography: List Styles ----------------- */
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10, ul.list11, ul.list12, ul.list13 {
    position: relative;
    overflow: hidden;
    margin: 5px 0px 5px 4px;
}

ul.list1 li, ul.list2 li, ul.list3 li, ul.list4 li, ul.list5 li, ul.list6 li, ul.list7 li, ul.list8 li, ul.list9 li, ul.list10 li, ul.list11 li, ul.list12 li, ul.list13 li, ul.list-none li {
    margin: 0 0 5px 0;
    padding: 0 0 2px 28px;
    list-style: none outside none;
}

ul.list1 li {
    background: url("images/icons/bullet-arrow.png") no-repeat -2px 5px;
    padding-left: 20px;
}

ul.list2 li {
    background: url(images/icons/check.png) no-repeat scroll 3px 5px transparent;
}

ul.list3 li {
    background: url(images/icons/fugue/arrow.png) no-repeat scroll 0 3px transparent;
}

ul.list4 li {
    background: url(images/icons/fugue/heart.png) no-repeat scroll 0 3px transparent;
}

ul.list5 li {
    background: url(images/icons/fugue/light-bulb.png) no-repeat scroll 0 3px transparent;
}

ul.list6 li {
    background: url(images/icons/fugue/share.png) no-repeat scroll 0 3px transparent;
}

ul.list7 li {
    background: url(images/icons/fugue/sticky-note-pin.png) no-repeat scroll 0 3px transparent;
}

ul.list8 li {
    background: url(images/icons/fugue/medal.png) no-repeat scroll 0 3px transparent;
}

ul.list9 li {
    background: url(images/icons/fugue/fire.png) no-repeat scroll 0 3px transparent;
}

ul.list10 li {
    background: url(images/icons/fugue/star.png) no-repeat scroll 0 3px transparent;
}

ul.list11 li {
    background: url(images/icons/fugue/feed.png) no-repeat scroll 0 3px transparent;
}

ul.list12 li {
    background: url(images/icons/fugue/balloon-twitter.png) no-repeat scroll 0 3px transparent;
}

ul.list13 li {
    background: url(images/icons/fugue/card-address.png) no-repeat scroll 0 3px transparent;
}

ul.list-none li {
    position: relative;
    overflow: hidden;
}

.list-none {
    position: relative;
    overflow: hidden;
    margin: 5px 0px 5px 4px;
}

/** ---------------------------------- RSS Block --------------- */
.rss-block {
    background: #EAEAFF;
    border: 1px solid #CCCCFF;
    padding: 10px;
    margin: 10px 0;
    clear: both;
    font: normal 13px/1.5 "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    word-spacing: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/** ---------------------------------- Paypal Donate Button --------------- */
.donate-button {
    display: block;
    text-indent: -9999px;
    background: url(images/btn_donate_LG.gif) no-repeat scroll 0 3px transparent;
    width: 100px;
    height: 36px;
}

.donate-button-plus {
    display: block;
    text-indent: -9999px;
    background: url(images/btn_donateCC_LG.gif) no-repeat scroll 0 3px transparent;
    width: 155px;
    height: 55px;
}

/*----------------------- Divider Styling --------------------------------------------*/
.divider {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 19px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.divider-space {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.divider-line {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #bbb;
    margin-bottom: 19px;
    line-height: 0;
}

.divider-fancy {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 39px;
    height: 1px;
    background: url("images/border-gradient.png") no-repeat center center;
}

.header-fancy {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 0 10px;
    margin-top: 35px;
    margin-bottom: 40px;
    background: url("images/content-horizontal-seperator.png") no-repeat center center;
    text-align: center;
    height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.header-fancy span {
    display: inline-block;
    padding: 4px 16px;
    background-image: none !important;
    background-color: #fec029;
    color: #fff;
    font-size: 12px;
    word-spacing: 3px;
}

.mini-separator {
    height: 1px;
    width: 105px;
    background-color: #808080;
}

.mini-separator-thick {
    height: 4px;
    width: 85px;
    background-color: #808080;
    margin-top: 20px;
}

.heading2 .mini-separator {
    margin-bottom: 20px;
}

h3.fancy-header {
    color: #fefefe;
    background-color: #fec029;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 16px;
}

.top-of-page {
    position: relative;
    text-align: right;
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 12px;
}

.top-of-page a {
    color: #999;
}

.top-of-page a:active, .top-of-page a:visited {
    color: #999;
}

.top-of-page a:hover {
    color: #fec029;
}

/*-------------------- Box Styles ---------- */
.message-box {
    padding: 25px 55px 5px 25px !important;
    margin: 20px 0 !important;
    background: #EEE;
    word-spacing: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #555;
    overflow: auto;
    position: relative;
}

.message-box .contents {
    margin: 0 0 15px 0;
}

.message-box code {
    background: transparent;
    margin: 0 2px;
}

.message-box .title {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bolder;
}

.message-box p {
    margin: 0 0 10px 0;
}

.message-box a.close {
    position: absolute;
    right: 20px;
    top: 40%;
}

.message-box a.close i {
    color: #999;
    font-size: 24px;
}

.info {
    background: #E8F8FF;
    border: 1px solid #c6ebfb;
}

.note {
    background: #FEFED6;
    border: 1px solid #EDED03;
}

.attention {
    background: #F0F4F9;
    border: 1px solid #DEE1E5;
}

.warning {
    background: #FCF5E2;
    border: 1px solid #F4DC9D;
}

.tip {
    background: #FAF2EF;
    border: 1px solid #ECCDC1;
}

.success {
    background: #E8F8D8;
    border: 1px solid #cae88c;
}

.errors {
    background: #FFF4F4;
    border: 1px solid #ffd9d9;
}

/* ----------- Box Frame ----------*/
.box-frame {
    position: relative;
    border: 1px solid #d9d9d9;
    margin: 20px 0;
    background: #FAFAFA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1024px) {
    .box-frame {
        max-width: 280px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .box-frame {
        margin-bottom: 15px;
    }
}

.box-frame .box-header {
    font-size: 16px;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FFF;
    padding: 8px 30px;
    text-shadow: 0 1px #eee;
    text-align: center;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    background-image: -moz-linear-gradient(top, white, #f1f1f1);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(1, white));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}

.box-frame .box-contents {
    padding: 10px 20px;
}

.threecol .box-frame .box-contents {
    padding: 15px 10px;
}

.fourcol .box-frame .box-contents {
    padding: 20px;
}

/*---------------- Column shortcodes ------------------------------------------------------------------------------------*/
/* ------- Based on the 1240px Grid V2 by Andy Taylor \ http://cssgrid.net ------ */
.onecol, .twocol, .onefifthcol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    min-height: 1px;
    /* Prevents columns from collapsing when housing absolute elements or when lazy loading content */
}

.onecol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 5.17241%;
}

.onecol:last-child {
    margin-right: 0;
}

.twocol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 13.7931%;
}

.twocol:last-child {
    margin-right: 0;
}

.threecol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 22.41379%;
}

.threecol:last-child {
    margin-right: 0;
}

.fourcol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 31.03448%;
}

.fourcol:last-child {
    margin-right: 0;
}

.fivecol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 39.65517%;
}

.fivecol:last-child {
    margin-right: 0;
}

.sixcol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 48.27586%;
}

.sixcol:last-child {
    margin-right: 0;
}

.sevencol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 56.89655%;
}

.sevencol:last-child {
    margin-right: 0;
}

.eightcol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 65.51724%;
}

.eightcol:last-child {
    margin-right: 0;
}

.ninecol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 74.13793%;
}

.ninecol:last-child {
    margin-right: 0;
}

.tencol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 82.75862%;
}

.tencol:last-child {
    margin-right: 0;
}

.elevencol {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 91.37931%;
}

.elevencol:last-child {
    margin-right: 0;
}

.twelvecol, .fullwidth {
    float: left;
    display: block;
    width: 100%;
}

/*--------- Support for 5 column grid ----*/
.onefifthcol {
    float: left;
    display: block;
    margin-right: 2.73973%;
    width: 17.80822%;
}

.onefifthcol:last-child {
    margin-right: 0;
}

.onefifthcol.zero-margin {
    margin-right: 0;
    width: 20%;
}

/*-------- Remove margins on last column -----*/
.last {
    margin-right: 0;
}

/*--------- No margin columns ----*/
.zero-margin, #content .zero-margin {
    margin-right: 0;
}

.onecol.zero-margin, .twocol.zero-margin, .onefifthcol.zero-margin, .threecol.zero-margin, .fourcol.zero-margin, .fivecol.zero-margin, .sixcol.zero-margin, .sevencol.zero-margin, .eightcol.zero-margin, .ninecol.zero-margin, .tencol.zero-margin, .elevencol.zero-margin {
    margin-right: 0;
}

.onecol.zero-margin {
    width: 8.33333%;
}

.twocol.zero-margin {
    width: 16.66667%;
}

.threecol.zero-margin {
    width: 25%;
}

.fourcol.zero-margin {
    width: 33.33333%;
}

.fivecol.zero-margin {
    width: 41.66667%;
}

.sixcol.zero-margin {
    width: 50%;
}

.sevencol.zero-margin {
    width: 58.33333%;
}

.eightcol.zero-margin {
    width: 66.66667%;
}

.ninecol.zero-margin {
    width: 75%;
}

.tencol.zero-margin {
    width: 83.33333%;
}

.elevencol.zero-margin {
    width: 91.66667%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sixcol.zero-margin, .fourcol.zero-margin, .threecol.zero-margin {
        width: 50%;
    }
}

/*---------- Grid for portfolio items and posts grid layout ------------------*/
.image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
    padding: 0 !important;
    margin: 0;
    margin-right: 1.9% !important;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1024px) {
    .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
        margin-bottom: 18px;
    }
}

.image-grid .sixcol {
    width: 48%;
}

.image-grid .fourcol {
    width: 31.2%;
}

.image-grid .threecol {
    width: 22.9%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
        width: 48%;
        height: auto;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
        width: 100% !important;
        height: auto;
        margin: 0 0 20px 0 !important;
    }
}

/* ----- Packaged Image Grid ---------- */
.image-grid .sixcol.zero-margin {
    width: 49.9%;
}

.image-grid .fourcol.zero-margin {
    width: 33.3%;
}

.image-grid .threecol.zero-margin {
    width: 24.96%;
}

.image-grid .twocol.zero-margin {
    width: 16.64%;
}

@media only screen and (max-width: 1024px) {
    .image-grid .twocol.zero-margin {
        width: 24.96%;
    }
}

.image-grid .sixcol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .twocol.zero-margin {
    padding: 0 !important;
    margin: 0 !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .image-grid .sixcol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .twocol.zero-margin {
        width: 49.8%;
    }
}

@media only screen and (max-width: 479px) {
    .image-grid .sixcol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .twocol.zero-margin {
        width: 100%;
    }
}

/* Count the last column too for now */
/*----- Rounded portfolio changes -----*/
ul.image-grid.rounded .portfolio img {
    border-radius: 50%;
}

ul.image-grid.rounded .portfolio .image-info {
    border-radius: 50%;
}

ul.image-grid.rounded .portfolio .image-info h3 a {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

ul.image-grid.rounded li.fourcol.showcase-item {
    width: 26%;
    margin-right: 10.8% !important;
    margin-bottom: 40px !important;
}

ul.image-grid.rounded li.fourcol.showcase-item:nth-child(3n+3) {
    margin-right: 0 !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    ul.image-grid.rounded li.fourcol.showcase-item {
        width: 40%;
        margin-right: 0 !important;
    }

    ul.image-grid.rounded li.fourcol.showcase-item:nth-child(odd) {
        margin-right: 19% !important;
    }
}

@media screen and (max-width: 767px) {
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol,
    .onecol.zero-margin, .twocol.zero-margin, .threecol.zero-margin, .fourcol.zero-margin, .fivecol.zero-margin, .sixcol.zero-margin, .sevencol.zero-margin, .eightcol.zero-margin, .ninecol.zero-margin, .tencol.zero-margin, .elevencol.zero-margin {
        float: left;
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .onecol:last-child, .twocol:last-child, .threecol:last-child, .fourcol:last-child, .fivecol:last-child, .sixcol:last-child, .sevencol:last-child, .eightcol:last-child, .ninecol:last-child, .tencol:last-child, .elevencol:last-child,
    .onecol.zero-margin:last-child, .twocol.zero-margin:last-child, .threecol.zero-margin:last-child, .fourcol.zero-margin:last-child, .fivecol.zero-margin:last-child, .sixcol.zero-margin:last-child, .sevencol.zero-margin:last-child, .eightcol.zero-margin:last-child, .ninecol.zero-margin:last-child, .tencol.zero-margin:last-child, .elevencol.zero-margin:last-child {
        margin-right: 0;
    }
}

/* ---- Segment styles ------- */
.segment {
    padding: 80px 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.segment.border{
    border-bottom: 1px solid #dddddd;
}

.segment.border-both{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.segment.gray-bg{
    background: #f6f6f6;
}

@media only screen and (max-width: 1100px) {
    .segment {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}

.segment .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.segment .parallax-bg, .segment .image-bg {
    //position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.segment.ytp-bg .segment-content, .segment.parallax-banner .segment-content, .segment.image-banner .segment-content {
    position: relative;
}

.segment.mb_YTPlayer .image-bg {
    display: none;
}

.segment.parallax-banner {
    overflow: hidden;
}

.segment.parallax-banner .parallax-bg {
    height: 200%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.mobile-device .segment.parallax-banner .parallax-bg {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.first-segment {
    border-top: 10px solid #eaeaea;
}

.first-segment.regular-heading {
    padding-top: 60px;
}

.last-segment {
    border-bottom: 10px solid #eaeaea;
}

.segment .floating-text {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    /* Align in the center and leave position to individual elements */
    overflow: hidden;
}

/* Dual margin columns with margins on both sides used mainly for drawing middle lines/borders */
.threecol.dual-margin, .fourcol.dual-margin, .sixcol.dual-margin {
    padding-right: 1.9%;
    padding-left: 1.9%;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .threecol.dual-margin, .fourcol.dual-margin, .sixcol.dual-margin {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
        border: none;
    }
}

.dual-margin.first, .dual-margin:first-child {
    padding-left: 0;
}

.dual-margin.last, .dual-margin:last-child {
    padding-right: 0;
}

.mini-column, .maxi-column {
    float: left;
    position: relative;
}

.mini-column {
    width: 16.8%;
    margin-right: 4%;
}

.maxi-column {
    width: 79.2%;
}

/* --------- Toggle ------------------------*/
.toggle {
    position: relative;
    margin: 0 0 5px 0;
    background: #fff;
}

.toggle.first {
    margin-top: 25px;
}

.toggle.get-code {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    background: #FEFEFE;
}

.toggle-label {
    position: relative;
    cursor: pointer;
    padding: 12px 50px 12px 15px;
    margin: 1px 0;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.toggle-label:after {
    position: absolute;
    right: 20px;
    top: 50%;
    content: "\e1f6";
    font-family: 'icomoon';
    font-size: 20px;
    color: #999;
    height: 100%;
    margin-top: -12px;
    padding: 0;
}

.toggle-label:hover {
    background-color: #fec029;
    color: #fff;
}

.toggle-label:hover:after {
    color: #fff;
}

.active-toggle .toggle-label {
    margin-bottom: 0;
    border-bottom: none;
}

.active-toggle .toggle-label:hover {
    background-color: #fec029;
}

.active-toggle .toggle-label:after {
    content: "\e1f7";
}

.toggle-content {
    display: none;
    padding: 15px 0 10px 40px;
    border: 1px solid #e5e5e5;
    clear: both;
    overflow: hidden;
}

/* -------- jQuery Tabs ---------- */
/* root element for tabs */
.tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

.tabs li {
    float: left;
    padding: 0;
    margin: 0 4px -1px 0 !important;
    background: white;
    height: 42px;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.tabs li:first-child {
    margin-left: 0 !important;
}

@media only screen and (max-width: 479px) {
    .tabs li {
        height: 34px;
    }
}

.tabs a {
    display: block;
    height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 8px 28px 8px;
    margin: 0;
    position: relative;
    background: #F7F7F7;
    vertical-align: middle;
    color: #666 !important;
    border: 1px solid #DDD;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 479px) {
    .tabs a {
        padding: 4px 20px 4px;
    }
}

.tabs a:active {
    outline: none;
}

.tabs a:hover {
    background: #Fff;
}

.tabs a.current {
    cursor: default !important;
    color: #555 !important;
    background: #fff;
    border-bottom: none;
}

.tabs .current, .tabs .current:hover, .tabs li.current a {
    border-top: 2px solid #fec029;
}

/* single tab */
.panes {
    clear: both;
}

.panes .pane {
    padding: 20px;
    border: 1px solid #DDD;
    display: block;
    background: #fff;
    -moz-box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    box-shadow: 1px 1px 1px #eee;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}

/* initially all panes are hidden */
/*--------------- Image shortcodes --------------- */
.photo-frame {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* ------- Stats Bar --------- */
.stats-bar {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

.stats-title {
    margin: 0;
    display: block;
    font-style: normal;
}

.dark-bg .stats-title {
    color: #fff;
}

.stats-bar-wrap {
    position: relative;
}

.stats-bar-content {
    background: #fec029;
    display: block;
    height: 15px;
    width: 0;
    position: relative;
    z-index: 1;
}

.stats-bar-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    height: 15px;
    display: block;
    margin-top: -15px;
}

.dark-bg .stats-bar-bg {
    background: rgba(255, 255, 255, 0.1);
}

/*---- Pie Charts --------- */
.piechart {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.piechart canvas {
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 479px) {
    .piechart canvas {
        margin-bottom: 15px;
    }
}

.piechart .label {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 55%;
    max-width: 65%;
    color: #999;
}

.piechart .percentage span {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    color: #333;
}

.piechart .percentage sup {
    font-size: 18px;
    vertical-align: super;
}

.dark-bg .piechart .label {
    color: rgba(255, 255, 255, 0.7);
}

.dark-bg .piechart .percentage span {
    color: #eee;
}

/* --- Animate Numbers ---- */
.animate-numbers {
    font-size: 0;
    /* inline-block hack */
}

.animate-numbers .stats {
    display: inline-block;
    width: 22%;
    margin-right: 3%;
    min-width: 200px;
    box-sizing: border-box;
    vertical-align: top;
}

.animate-numbers .stats .number {
    font-size: 48px;
    line-height: 60px;
    color: #fec029;
}

.animate-numbers .stats .stats-title {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #aaa;
    text-transform: uppercase;
}

.animate-numbers .stats .stats-title i {
    font-size: 32px;
    margin-right: 10px;
    vertical-align: middle;
    color: #fec029;
}

@media only screen and (max-width: 1024px) {
    .animate-numbers .stats {
        text-align: center;
        width: 48.5%;
        margin-bottom: 30px;
    }

    .animate-numbers .stats:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .animate-numbers .stats {
        width: 100%;
        margin-right: 0;
    }

    .animate-numbers .stats:last-child {
        margin-bottom: 0;
    }
}

.stats-section.bg-yellow {
    background: #F2C74E;
}

.stats-section.bg-yellow .animate-numbers .stats .number {
    color: #333;
}

.stats-section.bg-yellow .animate-numbers .stats .stats-title i {
    color: #806825;
}

.stats-section.bg-yellow .animate-numbers .stats .stats-title {
    color: #555;
}

/* ---------- tooltip styling. by default the element to be styled is .tooltip ------------ */
.tooltip {
    display: none;
    font-size: 12px;
    line-height: 24px;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    width: auto;
    padding: 8px 15px;
    border-radius: 4px;
    max-width: 300px;
    position: absolute;
    margin-top: -20px;
    z-index: 800;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation-duration: 3s;
    -moz-animation-name: fadeIn;
    /* Fix for Firefox */
    animation: fadeIn 0.4s;
}

.tooltip:after {
    content: " ";
    border-width: 10px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    height: 0;
    width: 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .tooltip {
        display: none !important;
        /* Hide them completely on mobile */
    }
}

/* ------------------------ Animations ----------------------------------- */
.delay1 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay2 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay3 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#title-area .inner, #custom-title-area .inner, #content, .sidebar-right-nav, .sidebar-left-nav {
    -webkit-transition: opacity, 0.5s, ease-in-out 0s;
    -moz-transition: opacity, 0.5s, ease-in-out 0s;
    transition: opacity, 0.5s, ease-in-out 0s;
}

/* Delay should come after transition specified above for opacity */
#title-area .inner, #custom-title-area .inner {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#content {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.sidebar-left-nav, .sidebar-right-nav {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

/* ----------- Wrapper to help dim the elements on scroll -----------*/
.dim-wrap {
    background: #fff;
}

/* ----------- Headers, Menus, Page/Post Titles/Headings -------------------------*/
#header {
    display: block;
    position: fixed;
    z-index: 1020;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

#header > .inner {
    position: relative;
}

#header > .inner > .wrap {
    position: relative;
    min-height: 100px;
    -webkit-transition: height 0.3s ease-in-out 0s;
    -moz-transition: height 0.3s ease-in-out 0s;
    -ms-transition: height 0.3s ease-in-out 0s;
    transition: height 0.3s ease-in-out 0s;
}

#header-spacer {
    height: 100px;
}

.header-overlay #header-spacer {
    display: none;
}

.header-overlay #header:not(.sticky) {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-overlay #header:not(.sticky) #primary-menu > ul.menu > li > a, .header-overlay #header:not(.sticky) #primary-menu > ul.menu > li > span {
    color: #fff;
}
.header-overlay #header:not(.sticky) #primary-menu > ul.menu > li > a:hover, .header-overlay #header:not(.sticky) #primary-menu > ul.menu > li > span:hover, 
.header-overlay #header:not(.sticky) #primary-menu > ul.menu > li > a:focus, .header-overlay #header:not(.sticky) #primary-menu > ul.menu > li > span:focus {
    color: #34A853;
}

.side-nav-toggle {
    display: none;
}

#site-logo {
    position: absolute;
    display: block;
    left: 0;
    top: 27px;
    line-height: 0;
    -webkit-transition: top 0.3s ease-in-out 0s;
    -moz-transition: top 0.3s ease-in-out 0s;
    -ms-transition: top 0.3s ease-in-out 0s;
    transition: top 0.3s ease-in-out 0s;
    width: 160px;
    margin: 0;
}

#site-logo a{
    display: block;
}

#site-logo a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#site-logo a img.standard-logo {
    display: block;
}

/* Sidebar Header */
#sidebar-header {
    position: absolute;
    right: 0;
    top: 30px;
    width: 160px;
    -webkit-transition: top 0.3s ease-in-out 0s;
    -moz-transition: top 0.3s ease-in-out 0s;
    -ms-transition: top 0.3s ease-in-out 0s;
    transition: top 0.3s ease-in-out 0s;
}

#sidebar-header .widget{
    margin: 0;
}

#sidebar-header .button {
    border-color: #34A853;
    background: #34A853;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
#sidebar-header .button:hover{
    background-color: transparent;
    color: #34A853 !important;
}
.header-overlay #header:not(.sticky) #sidebar-header .button{
    border-color: #fff;
    background: transparent;
}

.header-overlay #header:not(.sticky) #sidebar-header .button:hover{
    color: #fff !important;
}

.header-overlay #header:not(.sticky) #sidebar-header .button.stride:hover{
    border-color: #34A853;
    background: #34A853;
}

.header-overlay #header:not(.sticky) #site-logo a img.standard-logo {
    display: none;
}

#site-logo a img.light-logo {
    display: none;
}

.header-overlay #header:not(.sticky) #site-logo a img.light-logo {
    display: block;
}

#header.sticky {
    position: fixed;
    z-index: 1020;
    width: 100%;
    background: #fff;
}

#header.sticky .wrap {
    min-height: 90px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}

.admin-bar #header.sticky {
    top: 32px;
}

#header.sticky #site-logo{
    top: 22px;
}

#header.sticky #sidebar-header {
    top: 25px;
}

/*----------------------------------- Dropdown Menus ---------------------------------------------------*/
/* Primary menu dropdown styling*/
.dropdown-menu-wrap ul {
    list-style-type: none;
}

.dropdown-menu-wrap ul li {
    position: relative;
    float: left;
    margin: 0;
}

.dropdown-menu-wrap ul li a {
    text-decoration: none;
    display: block;
    text-transform: none;
}

.dropdown-menu-wrap ul.sub-menu {
    display: none;
    position: absolute;
    width: 225px;
    background: #fff;
    z-index: 9999;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-wrap ul.sub-menu li {
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: background-color ease-in-out 0.2s;
    -moz-transition: background-color ease-in-out 0.2s;
    transition: background-color ease-in-out 0.2s;
}

.dropdown-menu-wrap ul.sub-menu li a {
    color: #777;
    font-size: 13px;
    padding: 6px 25px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.dropdown-menu-wrap ul.sub-menu li > ul.sub-menu {
    left: 226px;
    top: 0;
}

.dropdown-menu-wrap ul.sub-menu li:first-child > a {
    padding-top: 15px;
}

.dropdown-menu-wrap ul.sub-menu li:last-child > a {
    padding-bottom: 20px;
}

.dropdown-menu-wrap ul.sub-menu li:hover, .dropdown-menu-wrap ul.sub-menu li.sfHover {
    background: none;
}

.dropdown-menu-wrap ul.sub-menu li:hover > a {
    color: #fec029;
}

.dropdown-menu-wrap > ul.menu {
    margin: 0 auto;
}

.dropdown-menu-wrap > ul.menu > li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.dropdown-menu-wrap > ul.menu > li > a, .dropdown-menu-wrap > ul.menu > li > span {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown-menu-wrap > ul.menu > li:hover {
    border-color: #fec029;
}

.dropdown-menu-wrap > ul.menu > li.active {
    border-color: #fec029;
}

.dropdown-menu-wrap > ul.menu > li.sfHover {
    border-color: transparent;
}

.dropdown-menu-wrap > ul.menu > li > ul.sub-menu {
    left: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
}

/* Primary menu styling*/
#primary-menu {
    padding: 0;
    float: right;
    margin-right: 160px;
}

#primary-menu > ul.menu > li {
    padding-right: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#primary-menu > ul.menu > li > a, #primary-menu > ul.menu > li > span {
    letter-spacing: 1px;
    color: #a2a2a2;
    display: block;
    font: bold 14px/100px 'proxima_nova_ltsemibold', Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;

}

#primary-menu > ul.menu > li.current-menu-item > a, #primary-menu > ul.menu > li.current-menu-item > span,
#primary-menu > ul.menu > li > a:hover, #primary-menu > ul.menu > li > span:hover,
#primary-menu > ul.menu > li > a:focus, #primary-menu > ul.menu > li > span:focus {
    color: #34A853;
}

#primary-menu > ul.menu > li > ul.sub-menu {
    top: 100px;
}

@media only screen and (max-width: 800px) {
    table {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    #primary-menu > ul.menu > li > ul.sub-menu {
        top: 62px;
    }
}

.header-social-links #primary-menu {
    float: left;
}

#header.sticky #primary-menu {
    padding: 0;
}

#header.sticky #primary-menu > ul.menu > li > a, #header.sticky #primary-menu > ul.menu > li > span {
    line-height: 90px;
    cursor: pointer; 
}

#header.sticky #primary-menu > ul.menu > li > ul.sub-menu {
    top: 60px;
}


@media only screen and (max-width: 1024px) {
    #primary-menu {
        margin-right: 140px;
    }
    #primary-menu > ul.menu > li {
        padding-right: 20px;
    }
    #primary-menu > ul.menu > li > a, #primary-menu > ul.menu > li > span  {
        font-size: 12px;
    }

    #sidebar-header {
        width: 140px;
    }
    #sidebar-header .button{
        font-size: 14px;
    }
}

@media only screen and (max-width: 830px) {
    #primary-menu > ul.menu > li {
        padding-right: 14px;
    }
    #primary-menu > ul.menu > li > a, #primary-menu > ul.menu > li > span {
        font-size: 10px;
    }
    #sidebar-header .button{
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    #header > .inner {
        text-align: center;
    }

    .sticky-wrapper {
        height: auto !important;
    }

    #sidebar-header,
    #primary-menu {
        display: none;
    }

    .side-nav-toggle {
        display: block;
    }
}

/*---- Lava Lamp Effect ---- */
#primary-menu .hover-bg {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible !important;
    border-width: 0 0 3px;
    border-color: #fec029;
    border-style: solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------- Footer Menu styling ---------------*/
#footer-bottom .menu-container {
    float: none;
    display: block;
    padding: 30px 0 0;
    margin: 0;
}

#footer-bottom .menu-container ul {
    list-style: none;
    margin: 0;
}

#footer-bottom .menu-container ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#footer-bottom .menu-container ul li:before {
    content: "|";
    color: #666;
    margin: 0 12px 0 6px;
}

#footer-bottom .menu-container ul li:first-child {
    background: none;
    padding-left: 0;
}

#footer-bottom .menu-container ul li:first-child:before {
    content: "";
    margin: 0;
}

#footer-bottom .menu-container ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #A3A8AB;
}

#footer-bottom .menu-container ul li a:hover, #footer-bottom .menu-container ul li a:active {
    color: #ebebe9;
}

@media only screen and (max-width: 479px) {
    #footer-bottom .menu-container {
        float: left;
        padding: 20px 0 20px 0;
    }
}

/* --------- Mobile Menu - styling properties in responsive.css and used when needed only ---------- */
#mobile-menu {
    display: none;
    /* Hide on desktop */
    position: fixed;
    top: 0;
    margin: 0;
    width: 240px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10000;
    background: #4E5052;
    left: -240px;
}

#mobile-menu .menu-header {
    font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #EEE;
    padding: 5px 0 5px 25px;
    margin: 0;
    background: #4E5052;
}

#mobile-menu.slide-open {
    left: 0;
}

#mobile-menu ul {
    display: none;
    /* Hide all - the outermost parent is shown later - see below */
    list-style: none;
    text-transform: none;
}

#mobile-menu ul li {
    position: relative;
    border-top: 1px solid #5E5F61;
    border-bottom: 1px solid #3D3F41;
    margin: 0;
}

#mobile-menu ul li:first-child {
    border-top: none;
}

#mobile-menu ul li:last-child {
    border-bottom: none;
}

#mobile-menu ul li a {
    color: #ccc;
    display: block;
    padding: 10px 5px;
}

#mobile-menu ul li a:hover {
    color: #eee;
}

#mobile-menu ul li div {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#mobile-menu ul li div i {
    font-size: 12px;
    line-height: 12px;
    color: #bbb;
    height: 44px;
    width: 44px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#mobile-menu ul li.open > div i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#mobile-menu > ul {
    display: block;
    /* Display only the first level elements initially while the children are hidden*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #5E5F61;
    margin: 0 auto;
    max-width: 380px;
}

#mobile-menu-toggle {
    display: none;
    /* Hide on desktop */
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    background: #4E5052;
    border: none;
    z-index: 10000;
}

#mobile-menu-toggle i {
    font-size: 24px;
    color: #ddd;
}

@media only screen and (max-width: 767px) {
    #mobile-menu, #mobile-menu-toggle {
        display: block;
        /* Show on mobile only */
    }

    #mobile-menu, body {
        -webkit-transition: left 0.4s ease-in-out 0s;
        -moz-transition: left 0.4s ease-in-out 0s;
        transition: left 0.4s ease-in-out 0s;
        /* For slide out effect */
    }

    body {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    body.push-right {
        left: 240px;
    }
}

/* ------------------ Header Area Styling ---------------------*/
#title-area {
    display: block;
    padding: 85px 0 65px;
    background: #fec029;
    background-size: cover;
}

#title-area .inner {
    max-width: none;
}

#title-area h1, #title-area h2 {
    color: #F9F9F9;
    text-align: center;
}

#title-area p {
    width: 60%;
    color: #ddd;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
}

@media only screen and (max-width: 959px) {
    #title-area p {
        width: 100%;
    }
}

#title-area a {
    color: #fec029;
}

#title-area a:active, #title-area a:visited {
    color: #fec029;
}

#title-area a:hover {
    color: #666;
}

@media only screen and (max-width: 1024px) {
    #title-area {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 767px) {
    #title-area h3 {
        font-size: 22px;
    }

    #title-area h1, #title-area h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

#custom-title-area {
    overflow: hidden;
    clear: both;
    background: #fec029;
    background-attachment: fixed;
}

/*------------- Side Menu Styling -----------*/
.side-nav-toggle {
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 1080;
    cursor: pointer;
    -webkit-transition: top 0.3s ease-in-out 0s;
    -moz-transition: top 0.3s ease-in-out 0s;
    -ms-transition: top 0.3s ease-in-out 0s;
    transition: top 0.3s ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.side-nav-toggle .icon {
    display: block;
    width: 36px;
    height: 4px;
    position: relative;
    background: #464646;
    margin: 18px 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.side-nav-toggle .icon:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #464646;
    position: absolute;
    top: -10px;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.side-nav-toggle .icon:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #464646;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.header-overlay #header:not(.sticky) .side-nav-toggle .icon,
.header-overlay #header:not(.sticky) .side-nav-toggle .icon:before,
.header-overlay #header:not(.sticky) .side-nav-toggle .icon:after {
    background: #fff;
}

.side-nav-toggle.close-menu span {
    background: none !important;
}

.side-nav-toggle.close-menu span:before {
    top: 0 !important;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-nav-toggle.close-menu span:after {
    top: 0 !important;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-nav-toggle:hover span:before {
    top: -12px;
}

.side-nav-toggle:hover span:after {
    top: 12px;
}

#header.sticky .side-nav-toggle{
    top: 25px;
}

#sidenav {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 105px;
    position: fixed;
    background-color: #34A853;
    z-index: 1050;
    left: 0;
    top: 0;
}

#sidenav.open + #site-logo{
    z-index: 9999;
}
#sidenav.open + #site-logo .standard-logo{
    display: none;
}
#sidenav.open + #site-logo .light-logo{
    display: block;
}

#side-menu {
    padding-top: 60px;
    height: 100%;
}

#side-menu #sidebar-header{
    position: static;
    display: block;
    width: 214px;
    margin: 0 auto;
}

#sidenav.open #side-menu #sidebar-header {
    -webkit-animation: fadeInUp 0.4s;
    -moz-animation: fadeInUp 0.4s;
    -ms-animation: fadeInUp 0.4s;
    animation: fadeInUp 0.4s;
}

#sidenav.closed #side-menu #sidebar-header {
    -webkit-animation: fadeOutDown 0.4s;
    -moz-animation: fadeOutDown 0.4s;
    -ms-animation: fadeOutDown 0.4s;
    animation: fadeOutDown 0.4s;
}

#side-menu #sidebar-header .button{
    background: transparent;
    border-color: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 10px 5px 8px;
}

#side-menu ul.menu {
    text-align: center;
    padding: 25px 0 0;
    margin: 0;
}

#sidenav.open #side-menu ul.menu {
    -webkit-animation: fadeInUp 0.4s;
    -moz-animation: fadeInUp 0.4s;
    -ms-animation: fadeInUp 0.4s;
    animation: fadeInUp 0.4s;
}

#sidenav.closed #side-menu ul.menu {
    -webkit-animation: fadeOutDown 0.4s;
    -moz-animation: fadeOutDown 0.4s;
    -ms-animation: fadeOutDown 0.4s;
    animation: fadeOutDown 0.4s;
}

#side-menu ul.menu li {
    padding: 0;
}

#side-menu ul.menu li a {
    color: #fff;
    font: bold 24px/80px 'proxima_nova_ltsemibold', Arial, Helvetica, Verdana, sans-serif;
    padding: 0 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#sidenav-bottom-section {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

body.hide {
    overflow: hidden;
    display: block !important;
}

/* ------------ Main content area styling -----------------------------*/
@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        /* do not adjust size of text on iPhone */
    }
}

#container {
    width: 100%;
    clear: both;
}

#main {
    position: relative;
}

#container, #main {
    background: #fff;
}

/* ------------ Boxed Layout ------------ */
body.boxed {
    height: 100%;
    width: 100%;
    background: #2A2725;
}

.boxed #container {
    max-width: 1180px;
    width: 96%;
    margin: 0px auto;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1400px) {
    .boxed #container, .boxed #header {
        max-width: 1220px;
    }
}

/* ------- Page Loading --------*/
#page-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    background: #202834 url(images/sliders/preloader2.gif) no-repeat 50% 50%;
}

/* Content */
#content {
    float: left;
    padding: 20px 0;
}

#main .inner {
    display: block;
}

/*----------- Breadcrumb trail ---------- */
#breadcrumbs {
    margin: 0 0 20px 0;
    color: #9A9A9A;
    font-size: 13px;
    font-style: italic;
}

#breadcrumbs .sep {
    margin: 0 2px;
}

/*------------ Page Sections -------------- */
.fluid-width-page .type-page {
    position: relative;
}

.fluid-width-page .type-page .edit-button {
    color: #fff;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    border-radius: 0;
}

.fluid-width-page .type-page:hover .edit-button {
    display: block;
}

/* -------------------------------- Default widths ------------------------------- */
/* The sidebar fixed widths dictate how much space the #content gets */
.layout-1c #content {
    width: 100%;
}

.layout-2c #content {
    max-width: 820px;
}

.inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.inner::after {
    clear: both;
    content: "";
    display: table;
}

body.fluid-width-page #breadcrumbs, body.fluid-width-page .segment-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

body.fluid-width-page #breadcrumbs::after, body.fluid-width-page .segment-content::after {
    clear: both;
    content: "";
    display: block;
}

body.fluid-width-page #main > .inner {
    max-width: none;
    padding: 0 !important;
    margin: 0;
}

#custom-title-area .wide {
    max-width: none;
    padding: 0 !important;
    margin: 0;
}

body.fluid-width-page #content, body.fluid-width-page .entry-content {
    padding: 0;
    margin: 0;
}

body.fluid-width-page #breadcrumbs {
    display: none;
}

/* Disable the distracting breadcrumbs on full width pages */
/*--------- Post List Styling for category pages ------------ */
.post-list .byline span i {
    display: none;
}

#content div.post-list .hentry {
    padding: 15px 0;
    margin: 0;
}

#content div.post-list .hentry .entry-title {
    font-size: 16px;
}

ul.post-list li .entry-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}

#content div.post-list .hentry .entry-title a {
    color: #545454;
}

#content div.post-list .hentry .entry-summary {
    margin-top: 10px;
}

#content div.post-list .thumbnail {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
}

ul.post-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.post-list li {
    padding: 14px 0 15px;
    margin: 0;
    background: none !important;
    border-top: 1px dotted #aaa;
    overflow: hidden;
}

ul.post-list li:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
}

ul.post-list .thumbnail {
    display: block;
    max-width: 100%;
}

ul.post-list .image-area {
    float: left !important;
    margin: 0 15px 5px 0;
    background: #FEFEFE;
}

ul.post-list .image-area img {
    width: 90px;
}

ul.post-list.medium-size .image-area {
    margin: 0 15px 5px 0;
    background: #FEFEFE;
}

ul.post-list.medium-size .image-area img {
    width: 121px;
}

ul.post-list .entry-title a {
    font-style: normal;
    border: none;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
}

ul.post-list .published, ul.post-list .byline {
    font-size: 12px;
    line-height: 20px;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
}

ul.post-list .entry-meta {
    font-size: 12px;
    line-height: 20px;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    color: #757777;
    margin-top: 10px;
    border-bottom: 0;
    text-transform: none;
}

ul.post-list .entry-summary {
    margin-top: 10px !important;
    font-size: 14px;
}

ul.post-list .published {
    margin-right: 10px;
    background: none;
    padding-right: 10px;
    border-right: 1px solid #888;
}

.sec-nav ul.post-list .published {
    border-color: #aaa;
}

.widget ul.post-list .published {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.widget ul.post-list .published:after {
    content: '//';
    padding-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    #content ul.post-list.medium-size .image-area img {
        width: 124px !important;
    }

    #content ul.post-list .image-area img {
        width: 90px !important;
    }
}

#sidebars-footer .widget ul.post-list .image-area {
    padding: 0;
    background: none;
    border: none;
}

.widget ul.post-list .thumbnail {
    padding: 0;
    border: none;
}

.post-list .entry-title a:hover {
    color: #fec029;
    font-style: normal;
    border: none;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
}

.post-list .byline {
    color: #757777;
    margin-top: 10px;
    border-bottom: 0;
    text-transform: none;
}

.post-list .byline a, .post-list .byline a:active, .post-list .byline a:visited {
    color: #fec029;
}

.sec-nav ul.post-list .entry-meta, .sec-nav .post-list .byline {
    color: #888;
}

/** --------------------- Default Archive List styles ------------------------ **/
#content.default-list .hentry {
    margin-bottom: 80px;
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 479px) {
    #content.default-list .hentry {
        margin-bottom: 60px;
        padding-left: 0;
    }
}

.default-list .image-area {
    margin-bottom: 20px;
}

.default-list .entry-text-wrap {
    width: 100%;
    clear: both;
}

.default-list .image-area {
    display: block;
    margin: 0;
}

.default-list .thumbnail {
    float: none;
    margin: 0;
    padding: 0;
}

.default-list img {
    width: 100%;
}

.thumbnail-slider-container {
    position: relative;
}

/*------------------- Posts List for Widgets etc.-------------- */
.post-list {
    margin: 0;
}

.post-list li {
    margin: 0;
}

.post-list .entry-title a {
    color: #55585b;
}

.post-list .entry-title a:active, .post-list .entry-title a:visited {
    color: #55585b;
}

.sec-nav .post-list .entry-title a {
    color: #B3B3B1;
}

.sec-nav .post-list .entry-title a:active, .sec-nav .post-list .entry-title a:visited {
    color: #B3B3B1;
}

.sec-nav .post-list li a:hover, .sec-nav .post-list li .entry-title a:hover {
    color: #DBDBD9;
}

/** ---------------------------- Grid List styles -------------------------------- **/
.start-row {
    clear: both;
    border-bottom: 1px solid #eee;
}

/* ----------- Single Post Styling ------------ */
.single img.featured {
    margin-bottom: 20px;
    width: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.single .featured-slider-container {
    margin-bottom: 40px;
}

.single .thumbnail-slider-container {
    position: relative;
    margin-bottom: 20px;
}

/*----------------- Entry Content Styling ---------- */
.entry-content {
    margin-top: 20px;
}

/*----- Required WP styling ---- */
.bypostauthor {
    -webkit-font-smoothing: antialiased;
}

.sticky .entry-snippet {
    background: none;
    border-right: 5px solid #fec029;
    padding-right: 15px;
}

/*--------------- Generic Post and Archive Title Styling ---------------- */
.post h1.entry-title {
    margin: 0;
    font-size: 42px;
    line-height: 52px;
}

#content .hentry h2.entry-title {
    margin: 0;
}

#content .hentry h2.entry-title a {
    color: #4b4949;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#content .hentry h2.entry-title a:hover {
    color: #fec029;
}

#content .hentry .entry-summary {
    margin-top: 25px;
}

#content .hentry .nothumbnail .entry-summary {
    margin-top: 0;
}

#content .hentry .entry-meta {
    padding-top: 5px;
    margin: 15px 0;
    color: #56595c;
    font-size: 14px;
    font-style: normal;
    border-top: 1px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#content .hentry .entry-meta.taglist {
    padding-bottom: 5px;
    margin: 0;
}

#content .hentry .entry-meta a {
    font-style: normal;
    color: #999;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -ms-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#content .hentry .entry-meta a:hover {
    color: #fec029;
}

.entry-snippet {
    width: 100%;
    float: left;
}

.entry-meta span {
    display: inline-block;
    padding: 0;
    margin: 2px 1px 2px 0;
}

.entry-meta span a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

.entry-meta span.author {
    border: none;
    padding-left: 0;
}

.entry-meta span.author:after {
    content: '/';
    color: #999;
    padding-left: 9px;
    padding-right: 8px;
}

.entry-meta span i {
    color: #fec029;
}

.entry-meta span.published:after, .entry-meta span.category:after {
    content: '/';
    color: #999;
    padding-left: 9px;
    padding-right: 8px;
}

abbr.published {
    cursor: default;
}

.entry-header {
    float: left;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100px;
}

.entry-header span a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

.entry-header .published {
    position: relative;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    color: #Fefefe;
    background: none;
    border: 1px double #CCC;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    -ms-box-shadow: 1px 1px 1px #eee;
    box-shadow: 1px 1px 1px #eee;
    color: #444;
}

.entry-header .published abbr span {
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.entry-header .published abbr span.month {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.entry-header .published abbr span.date {
    font-size: 32px;
    line-height: 38px;
}

.entry-header .comments-link {
    display: block;
    margin-top: 15px;
    text-align: left;
}

.entry-header .comments-link a {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    .entry-header {
        width: auto;
        display: block;
        height: auto;
        position: relative;
        border: 1px solid #5B9AA9;
        margin-bottom: 15px;
    }

    .entry-header .published {
        font-size: 16px;
        line-height: 24px;
        padding: 2px 10px;
        border-radius: 0;
        display: inline-block;
    }

    .entry-header .published abbr span {
        display: block;
        text-align: center;
    }

    .entry-header .published abbr span.month {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        display: inline;
        padding-right: 5px;
        letter-spacing: 1px;
    }

    .entry-header .published abbr span.date {
        font-size: 16px;
        line-height: 24px;
        display: inline;
    }

    .entry-header .comments-link {
        display: inline;
        padding: 10px;
        margin: 0;
    }
}

.entry-meta span a:hover, .entry-header span a:hover {
    color: #fec029;
}

.byline span i {
    color: #fec029;
    padding-right: 5px;
}

.byline span:hover i {
    color: #888;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/*-------------- starter1 styles -------------- */
.starter1 .entry-text-wrap {
    width: 390px;
}

.starter1 .entry-text-wrap.nothumbnail {
    width: 620px !important;
}

/* --------- Read More Link ------------------ */
a.more-link {
    margin-top: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background: url(images/arrow-more.png) right center no-repeat;
    padding-right: 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a.more-link:hover {
    padding-right: 30px;
    color: #fec029;
}

div.more-link {
    clear: both;
    padding-top: 20px;
}

/* --------- Read More Link -----------------------------------*/
.read-more {
    margin-top: 30px;
    display: block;
}

.read-more a {
    color: #fec029;
}

.read-more {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #777 !important;
    border-bottom: 1px solid #777;
    padding-bottom: 2px;
    display: inline;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.read-more:hover {
    color: #fec029 !important;
    border-color: #fec029;
}

.dark-bg .read-more {
    color: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8);
}

.dark-bg .read-more:hover {
    color: #fff !important;
    border-color: #fff;
}

/* Blog Read More Button */
span.read-more-link {
    display: block;
    margin-top: 20px;
}

/* Password Form in Protected Post */
.post-password-form input[type="password"] {
    padding: 5px 10px;
}

.post-password-form input[type="submit"] {
    margin-top: 10px;
    padding: 8px 20px;
}

/*------------------- In Page Page Links Styling ----------------- */
.page-links, .pagination {
    clear: both;
    margin: 60px 0 60px 0;
    text-transform: uppercase;
}

.page-links a, .page-links a:visited {
    padding: 10px 15px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

.page-links > span {
    padding: 10px;
}

.pagination a, .pagination a:visited, .pagination span.current {
    padding: 10px 15px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

.pagination span.current {
    color: #f8f2f2;
    background: #444;
}

.pagination span.pages {
    float: right;
}

.page-links a, .page-links a:visited, .pagination a, .pagination a:visited {
    background: #fec029;
}

.page-links a:hover, .pagination a:hover {
    background: #444 !important;
    color: #f8f2f2;
}

.page-links a:active, .pagination a:active {
    position: relative;
}

.ajax-portfolio .pagination, .ajax-gallery .pagination {
    visibility: hidden;
    margin: 0;
}

/*------------- Loop Navigation - Next/Previous Links ------------- */
.loop-nav {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.loop-nav i {
    font-size: 18px;
    margin-right: 5px;
}

.loop-nav a {
    font-size: 18px;
    line-height: 30px;
}

.loop-nav .next {
    margin-top: 20px;
}

.loop-nav a {
    color: #666;
}

.loop-nav a:active, .loop-nav a:visited {
    color: #666;
}

.loop-nav a:hover {
    color: #fec029;
}

/* Responsive styles */
@media only screen and (max-width: 479px) {
    /* Posts Lists - Blog */
    .image-info h3.post-title {
        font-size: 16px;
        line-height: 24px;
    }

    #sitemap-template h2, #archives-template h2, .archive h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .entry-snippet {
        width: auto;
        display: block;
        height: auto;
    }

    #content .hentry .entry-meta {
        padding-top: 10px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .entry-meta span {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Attachment Page */
.single-attachment .posttitle {
    margin-top: 50px;
}

/* Error message */
.wp-error {
    margin: 20px 0;
}

/* ------------------------ Post page comments styling ----------------------------------- */
#comments-number, #reply-title {
    clear: both;
}

#comments-number {
    line-height: 48px;
}

#comments-number .number {
    display: block;
    text-align: center;
    float: left;
    padding: 0;
}

#reply-title {
    background: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.comments-header {
    background: none;
    padding: 0;
}

#cancel-comment-reply-link {
    text-transform: none;
    margin: 0 0 0 10px;
}

.comment-list {
    list-style: none outside none;
    margin: 25px 0 0;
    clear: both;
}

.comment ol.children {
    list-style: none outside none;
    margin: 25px 0 0;
    clear: both;
    margin-left: 40px;
    margin-top: 40px;
    /* Keep this value same as margin set between list elements. See next element */
}

.comment ol.children li {
    margin-left: 15px;
}

.comment ol.children li .line {
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #EFEFEF;
    margin: 35px 0 0 -15px;
}

.comment-list .line {
    display: none;
}

li.comment, li.trackback, li.pingback {
    margin: 0 0 40px 0;
}

.comment-meta-section {
    display: block;
    position: relative;
}

.comment-wrap {
    position: relative;
}

.comment-list .avatar-wrap {
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    position: relative;
    margin-right: 50px;
}

.comment-list .pingback .avatar-wrap {
    margin-right: -78px;
}

.comment-list .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comment-text-wrap {
    display: block;
    width: 100%;
    /* Helps avoid setting individual values for each layout */
}

.comment-text-wrap .entry-content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
}

.comment-box-wrap {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 0 0 30px 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px dotted #AAA;
}

.comment-list > li:last-child > .comment-wrap > .comment-box-wrap {
    border-bottom: none;
}

.comment-box-wrap .comment-text p:last-child {
    margin-bottom: 0;
}

.comment-arrow {
    position: absolute;
    top: 30px;
    left: 111px;
    height: 0;
    width: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 10;
}

.pingback .comment-arrow {
    display: none;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-meta .published {
    padding: 2px 0;
    line-height: 32px;
}

.comment-byline {
    display: inline;
    overflow: hidden;
    font-size: 14px;
}

.comment-byline abbr[title], .comment-byline dfn[title] {
    border-bottom: 0;
    cursor: auto;
}

.comment-author {
    display: block;
    float: left;
    margin-right: 10px;
}

.comment-author cite {
    font-size: 20px;
    line-height: 32px;
    display: block;
    font-style: normal;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

.comment-reply-link, .comment-edit-link {
    font-size: 12px;
    line-height: 22px;
    font-style: normal;
    margin: 0 0 0 5px;
    color: #f4f4f4;
    padding: 2px 12px 2px 10px;
    background-color: #fec029;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    float: right;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.comment-reply-link:visited, .comment-edit-link:visited {
    margin: 0 0 0 3px;
    color: #f4f4f4;
    padding: 2px 10px;
    background-color: #fec029;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    float: right;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
}

.comment-reply-link:hover, .comment-edit-link:hover {
    color: #fff;
    background: #4B4B4B;
}

#comments-template {
    margin: 0 0 35px 0;
}

#comments {
    margin-top: 0;
    padding-top: 30px;
    max-width: 820px;
    border-top: 1px solid #ddd;
}

.layout-1c #comments {
    max-width: 1020px;
}

#respond {
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

#respond .comment-notes {
    display: none;
}

#respond input[type=submit] {
    padding: 12px 30px;
}

@media only screen and (max-width: 767px) {
    /* Comments */
    .comment-wrap .comment-arrow {
        top: 80px;
        left: 30px;
        border-bottom-color: #FFF;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
    }

    .comment-box-wrap, .comment-list .avatar-wrap {
        float: none;
        display: block;
    }

    .comment-box-wrap {
        max-width: 100%;
        width: 100%;
        top: 20px;
    }

    .comment ol.children {
        margin-left: 10px;
    }

    /* Use touch controls */
    .layout-1c #commentform textarea {
        width: 80%;
    }
}

/* ----------------------- Sidebar Styling ---------------------------------- */
.sidebar-right-nav, .sidebar-left-nav {
    position: relative;
    display: block;
    min-height: 230px;
    margin-top: 70px;
}

.sidebar-right-nav {
    float: right !important;
}

.sidebar-left-nav {
    float: left;
}

.sidebar-right-nav div, .sidebar-left-nav div {
    position: relative;
    z-index: 2;
    /* Make sure the widgets themselves have higher priority in rendering */
}

.sidebar li > a {
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
}

.sidebar ul.post-list .entry-meta, .sidebar .post-list .byline {
    margin-top: 6px !important;
}

.sidebar .hentry .entry-summary {
    margin-top: 5px !important;
}

#sidebar-after-singular .post-list li, #sidebar-primary .post-list li {
    padding: 16px 0;
}

/* Custom Singular Widgets Styling */
#sidebar-after-singular {
    margin-top: 0;
}

#sidebar-after-singular .widget {
    float: none;
    clear: both;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 25px 0;
}

/*------------------ Post Level Layouts ---------------------------------------------------------*/
#content {
    /* Two column layout with content to the right and sidebars on left */
    /* Two column layout with content to the left and sidebars on right - Theme default layout */
}

.layout-default #content {
    float: left;
}

.layout-1c #content {
    margin: 0;
}

.layout-2c-r #content {
    float: right;
    margin-bottom: 40px;
}

.layout-2c-l #content {
    float: left;
}

.layout-1c .sidebar-left-nav {
    clear: left;
    float: left;
}

.layout-1c .sidebar-right-nav {
    clear: none;
    float: right;
}

.layout-1c .sidebar-left-nav, .layout-1c .sidebar-right-nav {
    width: 470px;
    margin-top: 25px;
    padding: 5px 0 0 5px;
}

/*--------- Sec Nav Widget Area ------------ */
.sec-nav .inner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    /* Helps the area not show up with its background painted if there are no widgets in footer area */
}

.sec-nav a, .sec-nav li > a {
    color: #464646;
    font-style: normal;
}

.sec-nav a:active, .sec-nav a:hover, .sec-nav li > a:active, .sec-nav li > a:hover {
    color: #1297e3;
}

.sec-nav .sidebars {
    margin: 0;
}

.sec-nav .sidebars .widget-title {
    color: #464646;
    border-bottom: none;
    font-size: 16px;
    font-family: 'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 0;
}

.sec-nav .sidebars .widget_text a.small {
    color: #fec029;
}

.sec-nav .sidebars .widget_text a.small:visited {
    color: #fec029;
}

.sec-nav .sidebars .widget_text a.small:hover {
    color: #fff !important;
}

.sec-nav ul.menu, .sec-nav ul.menu ul {
    list-style-type: none;
    margin: 0;
}

.sec-nav ul.menu li, .sec-nav ul.menu ul li {
    position: relative;
    background: none !important;
    margin: 0;
    border: none;
    padding: 0 0 12px 0;
}

.sec-nav ul.menu li a, .sec-nav ul.menu ul li a {
    text-decoration: none;
    display: block;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.sec-nav ul.menu li.menu-item-has-children, .sec-nav ul.menu ul li.menu-item-has-children {
    padding-bottom: 0;
}

.sec-nav ul.menu.sub-menu, .sec-nav ul.menu ul.sub-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 0 0 25px;
}

.sec-nav ul.menu.sub-menu li, .sec-nav ul.menu ul.sub-menu li {
    width: 100%;
}

.sec-nav ul.menu.sub-menu li:hover, .sec-nav ul.menu ul.sub-menu li:hover {
    padding-left: 0;
}

.sec-nav ul.menu.sub-menu li:hover > a, .sec-nav ul.menu ul.sub-menu li:hover > a {
    color: #ddd;
}

@media only screen and (max-width: 767px) {
    /*  Sidebars */
    .sidebar-right-nav, .sidebar-left-nav {
        background: none;
        padding: 20px 0 !important;
        float: none !important;
    }

    #content {
        float: none !important;
    }

    #sidebar-after-singular .widget {
        float: none;
        margin: 0 0 25px 0;
    }
}

/* ------------------------ Footer Area ----------------------------------- */
/*---- Back to top button --------*/
#go-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-indent: -999em;
    /* Hide text */
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(images/back-to-top.png);
    padding: 0;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index: 999;
    display: none;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
}

#go-to-top:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
    #go-to-top {
        height: 30px;
        width: 30px;
        background-size: cover;
    }
}

/*--------- Top Footer Area ------------ */
#footer{
    position: relative;
    border-top: 1px solid #dddddd;
}

#footer-top {
    position: relative;
    padding: 50px 0;
}
#footer-bottom {
    border-top: 1px solid #dddddd;
    padding: 16px 0;
}
#footer-top .inner,
#footer-bottom .inner{
    max-width: 1160px;
}

#sidebars-footer{
    position: relative;
}

#sidebars-footer .threecol{
    width: 18%;
    margin-right: 2%;
}
#sidebars-footer .threecol.last{
    width: 40%;
    margin-right: 0;
}

.sec-nav #sidebars-footer .widget{
    margin: 0;
}
.sec-nav #sidebars-footer .widget-title{
    padding-bottom: 15px;
}
.sec-nav #sidebars-footer .threecol.last .widget-title{
    font-size: 20px;
    padding-bottom: 12px;
}
.sec-nav #sidebars-footer ul.menu li{
    line-height: 1.7em;
    padding-bottom: 7px;
}
.sec-nav #sidebars-footer ul.menu li:last-child{
    padding-bottom: 0;
}
.sec-nav #sidebars-footer p{
    font-size: 14px;
    line-height: 2em;
}
.sec-nav #sidebars-footer .mc4wp-form ul{
    position: relative;
}
.sec-nav #sidebars-footer .mc4wp-form ul li{
    padding: 0;
    border: 0;
    width: 100%;
}
.sec-nav #sidebars-footer .mc4wp-form ul li.email-field:before{
    background: url("images/email-icon.png") no-repeat center top;
    content: '';
    width: 22px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 12px;
}
.sec-nav #sidebars-footer .mc4wp-form ul li input{
    font-size: 18px;
    height: 40px;
    padding: 8px 10px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sec-nav #sidebars-footer .mc4wp-form ul li input[type="email"]{
    padding-left: 60px;
    padding-right: 60px;
}
.sec-nav #sidebars-footer .mc4wp-form ul li input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border: 0;
    background: url("images/arrow-gray.png") no-repeat center center!important;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    padding: 0;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .sec-nav #sidebars-footer .mc4wp-form ul li input[type="submit"] {
        background-image: url("images/arrow-gray@2x.png")!important;
        -webkit-background-size: 10px 16px!important;
        -moz-background-size: 10px 16px!important;
        -o-background-size: 10px 16px!important;
        background-size: 10px 16px!important;
    }
}

#footer-bottom .inner{
    overflow: hidden;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 18px;
}
#footer-bottom #footer-bottom-text{
    float: left;
}
#footer-bottom ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
#footer-bottom ul li{
    float: left;
    margin: 0 0 0 20px;
}
#footer-bottom ul li a{
    color: #a2a2a2;
}
#footer-bottom ul.social-links{
    float: right;
}
#footer-bottom ul.social-links li{
    margin-left: 15px;
}
#footer-bottom ul.social-links li a{
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    z-index: 2;
}
#footer-bottom ul.social-links li.item-linkedin a{
    background: url("images/icon-linkedin.png") no-repeat left top;
}
#footer-bottom ul.social-links li.item-twitter a{
    background: url("images/icon-twitter.png") no-repeat left top;
}
#footer-bottom ul.social-links li.item-facebook a{
    background: url("images/icon-facebook.png") no-repeat left top;
}
#footer-bottom ul.social-links li.item-googleplus a{
    background: url("images/icon-goolge-plus.png") no-repeat left top;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    #footer-bottom ul.social-links li a{
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        -o-background-size: cover!important;
        background-size: cover!important;
    }
    #footer-bottom ul.social-links li.item-linkedin a{
        background-image: url("images/icon-linkedin@2x.png");
    }
    #footer-bottom ul.social-links li.item-twitter a{
        background-image: url("images/icon-twitter@2x.png");
    }
    #footer-bottom ul.social-links li.item-facebook a{
        background-image: url("images/icon-facebook@2x.png");
    }
    #footer-bottom ul.social-links li.item-googleplus a{
        background-image: url("images/icon-goolge-plus@2x.png");
    }
}

@media only screen and (max-width: 767px) {
    #footer-top{
        padding: 35px 0;
    }
    #footer-top #sidebars-footer .threecol{
        width: 100%;
        margin: 0 0 20px;
    }
    .sec-nav #sidebars-footer ul.menu{
        overflow: hidden;
    }
    .sec-nav #sidebars-footer ul.menu li{
        padding: 0 10px 5px 0;
    }
    .sec-nav #sidebars-footer ul.menu li,
    .sec-nav #sidebars-footer ul.menu li a{
        float: left;
    }
    .sec-nav #sidebars-footer ul.menu li:after{
        content: '|';
        float: left;
        font-size: 15px;
        margin-left: 10px;
    }
    .sec-nav #sidebars-footer ul.menu li:last-child{
        padding-right: 0;
    }
    .sec-nav #sidebars-footer ul.menu li:last-child:after{
        display: none;
    }

    #footer-bottom{
        padding: 35px 0;
    }
    #footer-bottom #footer-bottom-text,
    #footer-bottom ul{
        width: 100%;
        text-align: center;
    }
    #footer-bottom ul{
        margin-top: 20px;
    }
    #footer-bottom ul li{
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
}

/* ------------------------ Portfolio Support ----------------------------------- */
/*-------------- Portfolio Templates -------------- */
#showcase-full-width .entry-text-wrap, #showcase-template .entry-text-wrap, .post-snippets .hentry .entry-text-wrap {
    text-align: left;
    padding-top: 20px;
}

#showcase-full-width .entry-title, #showcase-template .entry-title, .post-snippets .hentry .entry-title {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#showcase-full-width .portfolio .entry-summary, #showcase-template .portfolio .entry-summary, .post-snippets .hentry .entry-summary {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
}

#showcase-template .hfeed .clear {
    padding: 25px 0;
}

#showcase-full-width .hfeed .clear {
    padding: 35px 0;
}

#showcase-full-width .thumbnail {
    width: 100%;
}

#showcase-template .thumbnail, .post-snippets img {
    width: 100%;
}

/*----------- Portfolio Isotope support ------- */
ul.image-grid {
    list-style-type: none;
    margin: 0;
}

ul.image-grid li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.image-grid .hentry, .post-snippets .hentry {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.image-grid img {
    width: 100%;
}

#content #showcase-items {
    margin-bottom: 60px;
}

.composite-page #content #showcase-items, .single-page_section #content #showcase-items {
    margin-bottom: 0;
}

#showcase-filter, #showcase-links {
    list-style-type: none;
    margin: 40px 0 40px 0;
    text-align: center;
}

#showcase-template #showcase-filter, #showcase-template #showcase-links {
    margin: 15px 0;
}

#showcase-filter li, #showcase-links li {
    display: inline-block;
    margin: 0 0px 0 0;
}

#showcase-filter .filter-text, #showcase-links .filter-text {
    font-size: 13px;
}

#showcase-filter a, #showcase-links a {
    color: #777;
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    border: 1px solid #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#showcase-filter a:hover, #showcase-filter a.active, #showcase-links a:hover, #showcase-links a.active {
    color: #fefefe !important;
    background: #fec029;
    border-color: #fec029;
}

.dark-bg #showcase-filter a, .dark-bg #showcase-links a {
    color: #DDD !important;
    background: #333;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
    #showcase-template .hfeed .clear, #showcase-template .sixcol, #showcase-template .fourcol, #showcase-template .threecol, #showcase-full-width .hfeed .clear, #showcase-full-width .sixcol, #showcase-full-width .fourcol, #showcase-full-width .threecol {
        padding: 0;
    }
}

/*----------- Portfolio Single Post ------- */
.portfolio-sidebar {
    background: #ededed;
    padding: 50px 0;
}

.portfolio-info {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 4px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #4b4949;
    background: #fff;
    padding: 5px 10px;
}

.portfolio-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    color: #fec029;
    padding: 0;
    margin: 0;
}

.portfolio-sidebar p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4949;
}

.portfolio-description {
    margin-bottom: 30px;
}

.portfolio-description .portfolio-label {
    margin-top: 10px;
}

/* The next, previous and index portfolio entries in a single portfolio page */
.portfolio-index {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 20px;
}

.portfolio-index i {
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #ddd;
}

.portfolio-index i:hover {
    color: #fff;
}

.portfolio-nav span {
    font-size: 24px;
    line-height: 32px;
    color: #ddd;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-nav span:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .portfolio-nav span {
        font-size: 18px;
        line-height: 26px;
    }
}

.single-portfolio .portfolio-nav {
    background-color: #55585c;
}

.single-portfolio .loop-nav {
    clear: both;
    font-weight: 600;
    margin-top: 0;
    border: none;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .single-portfolio .loop-nav {
        margin-top: 0;
    }
}

.single-portfolio .loop-nav, .portfolio-index {
    padding: 25px 0;
}

@media only screen and (max-width: 479px) {
    .portfolio-index {
        position: relative;
        padding: 10px 0;
    }
}

.single-portfolio .next, .single-portfolio .previous {
    display: inline-block;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    .single-portfolio .next, .single-portfolio .previous {
        float: none !important;
        display: block;
        text-align: center;
    }
}

.single-portfolio .next:after, .single-portfolio .previous:before {
    height: 28px;
    width: 33px;
    display: inline-block;
    padding: 5px;
    position: relative;
    top: 0;
    font-size: 24px;
    color: #ddd;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .single-portfolio .next:after, .single-portfolio .previous:before {
        font-size: 18px;
    }
}

.single-portfolio .next:hover:after, .single-portfolio .previous:hover:before {
    color: #fff;
}

.single-portfolio .next:after {
    content: "→";
}

.single-portfolio .previous:before {
    content: "←";
}

.single-portfolio .next:hover:after {
    margin-right: -10px;
}

.single-portfolio .previous:hover:before {
    margin-left: -10px;
}

.single-portfolio .next {
    float: right;
}

/*---------- Full Width Snippets of Posts, raw HTML etc. ---------- */
.post-snippets .clear {
    margin: 20px 0;
    display: block;
    height: 1px;
}

/*---------------- Post Snippets ----------------------------------------------*/
.post-snippets-title {
    margin-bottom: 15px;
    word-spacing: 0;
}

.post-snippets .hentry .entry-title {
    word-spacing: 0;
    margin: 0;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: 0;
    margin: 10px 0 5px;
}

.post-snippets .hentry .entry-title a {
    display: block;
    color: #4b4949;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

.post-snippets .hentry .entry-title a:hover {
    color: #fec029;
}

.post-snippets .hentry .entry-summary {
    margin-top: 10px !important;
}

.post-snippets .byline {
    color: #888;
    font-size: 14px;
    margin: 0;
    border: none;
    padding: 0;
}

.post-snippets .byline a {
    color: #888;
}

.post-snippets .byline a:hover {
    color: #fec029;
}

.post-snippets .published {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #aaa;
}

/* ------------------------ Theme Pages including Home Page, About Us etc. ----------------------------------- */
/* ------- JQuery Parallax -----------------*/
.parallax-section {
    position: relative;
    overflow: hidden;
}

.normal-background, .parallax-background {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.normal-background {
    background-position: center center;
}

.parallax-background.fixed {
    background-attachment: fixed !important;
}

/* ------ Pointer down button ------ */
.pointer-down {
    display: block;
    left: 50%;
    bottom: 10px;
    margin-left: -26px;
    position: absolute;
    font-size: 32px;
    z-index: 3;
    padding: 10px 20px;
    border-radius: 2px;
    -webkit-transition: all ease-in-out 0.3s 0s;
    -moz-transition: all ease-in-out 0.3s 0s;
    -ms-transition: all ease-in-out 0.3s 0s;
    transition: all ease-in-out 0.3s 0s;
    color: #333;
}

@media only screen and (max-width: 767px) {
    .pointer-down {
        display: none;
    }
}

.dark-bg .pointer-down {
    color: #fff;
}

.pointer-down:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ------ Headings -------- */
.heading {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 25px;
    text-align: center;
}

.heading .title {
    font-size: 26px;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-family: 'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
}

.heading .title.big {
    font-size: 44px;
    text-transform: none;
    letter-spacing: 0;
}

.heading .title.smaller {
    font-size: 18px;
}

.heading .title.small {
    font-size: 36px;
    line-height: 48px;
}

.heading .title.dashed {
    margin-bottom: 25px;
}

.heading .title.dashed:after {
    width: 35px;
    height: 2px;
    background: #1297e3;
    display: block;
    content: "";
    margin-top: 15px;
}

.heading2 {
    margin: 0 auto 20px;
}

.heading2 .title {
    font-size: 22px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.heading2 .pitch {
    margin: 0 auto;
    max-width: 700px;
    color: #787777;
}

.dark-bg .heading2 .pitch {
    color: #ddd;
}

.pitch {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .pitch {
        font-size: 15px;
        line-height: 26px;
    }
}

/* ------ Slogan Headings ------*/
.slogan .heading2 {
    margin-bottom: 0;
}

.slogan h2, .slogan h1, .slogan h3 {
    margin: 0 auto;
}

.segment.slogan {
    padding: 165px 0 145px;
}

.segment.slogan blockquote {
    position: relative;
    color: #efefef;
    font-weight: 300;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-size: 44px;
    line-height: 60px;
    font-style: normal;
    padding: 0;
    background: none;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.segment.slogan blockquote:after, .segment.slogan blockquote:before {
    position: absolute;
    font-size: 32px;
    color: #7d7f86;
}

@media only screen and (max-width: 767px) {
    .segment.slogan blockquote:after, .segment.slogan blockquote:before {
        font-size: 24px;
    }
}

.segment.slogan blockquote:before {
    left: -20px;
}

.segment.slogan blockquote:after {
    right: -20px;
    bottom: 0;
    display: block;
}

.segment.slogan blockquote .footer {
    margin: 0 auto;
    text-align: center;
}

.segment.slogan blockquote .footer cite {
    color: #fec029;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

@media only screen and (max-width: 1024px) {
    .segment.slogan {
        padding: 160px 0;
    }

    .segment.slogan blockquote {
        font-size: 32px !important;
        line-height: 48px !important;
    }

    .segment.slogan blockquote .footer cite {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .segment.slogan {
        padding: 90px 0 70px;
    }

    .segment.slogan blockquote {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .segment.slogan blockquote .footer cite {
        font-size: 16px;
        line-height: 24px;
    }
}

.segment.slogan .author {
    font-size: 18px;
    line-height: 36px;
    color: #9da0ab;
    font-style: italic;
    margin: 40px 0 0;
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .segment.slogan .author {
        font-size: 14px;
        line-height: 22px;
    }
}

.subtitle {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 20px;
}

.dark-bg .subtitle {
    color: #eee;
}

.subtitle:after {
    display: block;
    margin: 15px auto 0 auto;
    content: "";
    width: 60px;
    border-bottom: 2px solid #ddd;
}

@media only screen and (max-width: 1024px) {
    .subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .subtitle {
        font-size: 15px;
        line-height: 22px;
    }
}

/* ---------- Pricing table --------- */
.pricing-table {
    padding: 0;
    margin: 0;
}

.pricing-table .top-header {
    padding: 15px 0;
    background-color: #494949;
    border-bottom: 1px solid #2c2b2b;
}

.pricing-table .top-header h3 {
    font-size: 20px;
    line-height: 32px;
    color: #fefefe;
    margin: 0;
}

.pricing-table .top-header img {
    margin-top: 15px;
}

.pricing-table .top-header .tagline {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #EDEDED;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.pricing-table .pricing-plan {
    background: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.pricing-table .pricing-plan:hover {
    background: #f3f3f3;
}

.pricing-table .pricing-plan:hover .purchase {
    background: #d5d5d5;
}

.pricing-table .pricing-plan h4 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

.pricing-table .pricing-plan h4 span {
    font-size: 18px;
}

.pricing-table .plan-header {
    padding: 30px 0 30px;
    background-color: #494949;
}

.pricing-table .plan-price .text {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 25px;
    background: #2C2B2B;
}

.pricing-table .plan-price sup {
    font-size: 22px;
    line-height: 30px;
    vertical-align: bottom;
}

.pricing-table .plan-details ul {
    padding: 15px 0;
    margin: 0;
}

.pricing-table .plan-details ul li {
    list-style: none;
    display: block;
    padding: 6px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.pricing-table .plan-details ul li i {
    color: #777;
    font-size: 18px;
    display: inline;
    margin-right: 8px;
}

.pricing-table .plan-details ul li .title {
    color: #838383;
    margin-bottom: 10px;
}

.pricing-table .plan-details ul li .value-wrap {
    display: block;
}

.pricing-table .plan-details ul li .value-wrap:after {
    position: relative;
    content: "";
    background: #ddd;
    width: 120px;
    height: 1px;
    display: block;
    margin: 12px auto 0;
}

.pricing-table .plan-details ul li .value {
    color: #444;
    font-size: 24px;
    line-height: 32px;
    display: inline;
}

.pricing-table .plan-details ul li s {
    color: #b4c9d3;
}

.pricing-table .plan-details ul li:last-child .value-wrap:after {
    display: none;
}

.pricing-table .purchase {
    text-align: center;
    text-transform: none;
    padding: 15px 0;
    margin: 0 auto;
    background: #eee;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.pricing-table .purchase a {
    padding: 12px 25px;
    border-radius: 5px;
    letter-spacing: 0;
}

.pricing-table .pricing-plan.highlight {
    background: #f5f5f5;
    margin-top: -10px;
}

.pricing-table .pricing-plan.highlight .top-header {
    padding: 20px 0;
}

.pricing-table .pricing-plan.highlight .pricing-table .top-header h3 {
    color: #fec029 !important;
}

.pricing-table .pricing-plan.highlight .purchase {
    padding: 20px 0;
    background-color: #d5d5d5;
}

@media only screen and (max-width: 1024px) {
    .pricing-table .threecol {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .pricing-table .threecol.zero-margin {
        width: 50%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-table .threecol, .pricing-table .threecol.zero-margin {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
}

/* ----------- Miscelleneous Home Page styling ------------- */
#sitemap-template h2, #archives-template h2, .archive h2 {
    font-size: 32px;
    line-height: 42px;
}

.testimonials-slider-container {
    text-align: center;
}

.testimonials-slider-container .client-img {
    width: 100%;
}

.testimonials-slider-container .client-img img {
    max-width: 85px;
    margin: 0 auto;
}

.testimonials-slider-container .quote{
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}
.testimonials-slider-container blockquote {
    background: none;
    color: #fff;
    //font-style: italic;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold; 
}

.testimonials-slider-container .client-name {
    display: block;
    font:bold 18px/30px 'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.testimonials-slider-container .client-details {
    display: block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.testimonials-slider-container {
    z-index: 2;
    position: relative;;
}

.testimonials-slider-container .flexslider .slides {
    z-index: 2;
}

.testimonials-slider-container .flex-control-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    bottom: auto;
    font-size: 0;
    line-height: 0;
    margin: 0;
    text-align: center;
}
.testimonials-slider-container .flex-control-nav li{
    background: #fff;
    display: inline-block;
    margin: 0 18px;
    float: none;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    width: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonials-slider-container .flex-control-nav li img{
    width: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 10px 0 0;
    opacity: 0.5;
}
.testimonials-slider-container .flex-control-nav li img.flex-active{
    width: 90px;
    margin: 0;
    opacity: 1;
}

#client-testimonials {
    padding: 0;
}
#client-testimonials .testimonials-slider-container{
    padding: 90px 0 90px
}

@media only screen and (max-width: 767px) {
    .testimonials-slider-container blockquote{
        font-size: 20px;
    }
    .testimonials-slider-container .client-name{
        font-size: 16px;
    }
    .testimonials-slider-container .client-details{
        font-size: 15px;
    }

    .testimonials-slider-container .flex-control-nav{
        top: -35px;
    }
    .testimonials-slider-container .flex-control-nav li{
        margin: 0 10px;
    }
    .testimonials-slider-container .flex-control-nav li img{
        width: 50px;
    }
    .testimonials-slider-container .flex-control-nav li img.flex-active{
        width: 70px;
    }
}

#our-premium-clients .heading {
    margin-bottom: 60px;
}

#our-premium-clients img.photo-frame {
    margin: 15px 0;
    border-radius: 0;
    border: none;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #our-premium-clients .twocol {
        width: 30%;
        margin-right: 3.2%;
    }
}

/* Action Call shortcode */
.action-call h3 {
    text-align: center;
}

.action-call h3 strong {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .action-call h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

.action-call .button-wrap {
    text-align: center;
    margin-top: 30px;
}

/* Contact us Section */
#contact-us input, #contact-us textarea {
    -webkit-font-smoothing: antialiased;
}

#contact-us ::-webkit-input-placeholder {
    color: #878787;
}

#contact-us ::-moz-placeholder {
    color: #878787;
}

#contact-us :-ms-input-placeholder {
    color: #878787;
}

#contact-us .dark-bg input, #contact-us .dark-bg textarea {
    color: #dedede;
}

#contact-us .dark-bg ::-webkit-input-placeholder {
    color: #bbb;
}

#contact-us .dark-bg ::-moz-placeholder {
    color: #bbb;
}

#contact-us .dark-bg :-ms-input-placeholder {
    color: #bbb;
}

#contact-details p {
    color: #767a84;
    font-size: 16px;
    line-height: 28px;
}

#blog-header {
    padding: 80px 0;
}

#blog-header h1 {
    color: #f4f4f4;
    font-size: 48px;
    line-height: 52px;
}

#blog-header p {
    color: #e5e5e5;
    max-width: 600px;
}

@media only screen and (max-width: 479px) {
    #blog-header h1 {
        font-size: 36px;
        line-height: 48px;
    }

    #blog-header p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* ----- Our Clients ---- */
#client-list {
    overflow: hidden;
    margin: 0 auto;
}

#client-list img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    margin: 0;
}

#client-list img:hover {
    background: rgba(128, 128, 128, 0.1);
}

#client-list p {
    margin: 0;
}

#client-list .threecol {
    border-left: 1px solid #ddd;
    width: 25%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#client-list .threecol:nth-child(1), #client-list .threecol:nth-child(5) {
    border-color: transparent;
}

#client-list .threecol:nth-child(n+5) {
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    #client-list .threecol {
        width: 50%;
    }

    #client-list .threecol:nth-child(even) {
        border-left: 1px solid #ddd;
    }

    #client-list .threecol:nth-child(odd) {
        border-left-color: transparent;
    }

    #client-list .threecol:nth-child(n+3) {
        border-top: 1px solid #ddd;
    }
}

/* ------ Video styling --------------*/
#content .video-box {
    margin-bottom: 15px;
}

.video-play-button {
    background: url(images/video-play-button.png) center center no-repeat;
    width: 64px;
    height: 64px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.video-play-button:hover {
    background-image: url(images/video-play-hover.png);
}

/*------- Miscelleneous ------------- */
.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 16px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: #aaa;
    margin: 0 10px;
    padding: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.circle.small {
    font-size: 13px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}

.circle.tiny {
    font-size: 11px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    line-height: 30px;
}

.rounded-bg {
    display: inline-block;
    margin: 15px 30px;
    padding: 10px;
    float: left;
    background: #aaa;
    color: #333;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.showcase-section {
    position: relative;
}

.showcase-section .heading2 {
    margin-bottom: 30px;
}

.showcase-section #showcase-filter {
    position: relative;
    top: 0;
    padding: 0;
    max-width: 1240px;
    margin: 0 auto 45px auto;
}

.showcase-section #showcase-filter li {
    margin: 10px 0 0;
}

#portfolio-section .showcase-section #showcase-filter {
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .showcase-section .heading2 {
        margin-bottom: 20px;
    }

    .showcase-section #showcase-filter {
        position: relative;
        top: 0;
        left: 0;
    }
}

/* Services tab lists */
#services ul.slides h3 {
    margin-bottom: 20px;
}

/* Google Maps */
.googlemap {
    position: relative;
    z-index: 2;
}
.googlemap #map-canvas {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Backgrounds */
#testimonials2.segment {
    padding: 100px 0;
}

/* ------ Fixing missing background ------ */
#video-intro {
    position: relative;
    z-index: 1;
}

/* Image Toggles */
.image-toggle, .video-toggle {
    clear: both;
    overflow: hidden;
    position: relative;
}

.image-toggle .image-content, .image-toggle .video-content, .image-toggle .text-content, .video-toggle .image-content, .video-toggle .video-content, .video-toggle .text-content {
    width: 50%;
    margin: 0;
    display: block;
    box-sizing: border-box;
}

.image-toggle .text-content, .video-toggle .text-content {
    height: 100%;
}

.image-toggle .text-content .heading, .video-toggle .text-content .heading {
    text-align: left;
    margin-bottom: 20px;
}

.image-toggle .read-more, .video-toggle .read-more {
    position: absolute;
    bottom: 50px;
}

.image-toggle.left .image-content, .image-toggle.left .video-content, .video-toggle.left .image-content, .video-toggle.left .video-content {
    float: left;
}

.image-toggle.left .text-content, .video-toggle.left .text-content {
    position: absolute;
    left: 50%;
}

.image-toggle.right .image-content, .image-toggle.right .video-content, .video-toggle.right .image-content, .video-toggle.right .video-content {
    float: right;
}

.image-toggle.right .text-content, .video-toggle.right .text-content {
    position: absolute;
    left: 0;
}

.image-toggle .image-content, .image-toggle .video-content, .video-toggle .image-content, .video-toggle .video-content {
    overflow: hidden;
    position: relative;
}

.image-toggle .image-content img, .image-toggle .image-content video, .image-toggle .video-content img, .image-toggle .video-content video, .video-toggle .image-content img, .video-toggle .image-content video, .video-toggle .video-content img, .video-toggle .video-content video {
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -ms-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
    .image-toggle .image-content img, .image-toggle .image-content video, .image-toggle .video-content img, .image-toggle .video-content video, .video-toggle .image-content img, .video-toggle .image-content video, .video-toggle .video-content img, .video-toggle .video-content video {
        width: 100%;
        height: auto;
    }
}

.image-toggle .image-content video, .image-toggle .video-content video, .video-toggle .image-content video, .video-toggle .video-content video {
    opacity: 0.8;
    vertical-align: middle;
}

.image-toggle .image-content:hover video, .image-toggle .video-content:hover video, .video-toggle .image-content:hover video, .video-toggle .video-content:hover video {
    opacity: 1;
}

.image-toggle .image-content:hover img, .image-toggle .video-content:hover img, .video-toggle .image-content:hover img, .video-toggle .video-content:hover img {
    opacity: 0.8;
}

.image-toggle .image-content h2, .image-toggle .video-content h2, .video-toggle .image-content h2, .video-toggle .video-content h2 {
    position: absolute;
    bottom: 0;
    color: #FFF;
    padding: 20px 40px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .image-toggle .image-content h2, .image-toggle .video-content h2, .video-toggle .image-content h2, .video-toggle .video-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .image-toggle .image-content h2, .image-toggle .video-content h2, .video-toggle .image-content h2, .video-toggle .video-content h2 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 479px) {
    .image-toggle .image-content h2, .image-toggle .video-content h2, .video-toggle .image-content h2, .video-toggle .video-content h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.image-toggle .image-content h2:before, .image-toggle .video-content h2:before, .video-toggle .image-content h2:before, .video-toggle .video-content h2:before {
    margin-bottom: 10px;
    width: 35px;
    height: 3px;
    background: #ddd;
    display: block;
    content: "";
}

.image-toggle .image-content h2:before, .image-toggle .video-content h2:before, .video-toggle .image-content h2:before, .video-toggle .video-content h2:before {
    margin: 0;
    background: transparent;
    display: inline-block;
    content: "+";
    font-size: 42px;
    vertical-align: top;
    font-weight: 300;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .image-toggle .image-content h2:before, .image-toggle .video-content h2:before, .video-toggle .image-content h2:before, .video-toggle .video-content h2:before {
        font-size: 48px;
        margin: 0;
    }
}

.image-toggle .image-content p, .image-toggle .video-content p, .video-toggle .image-content p, .video-toggle .video-content p {
    margin: 0;
}

.image-toggle .text-content, .video-toggle .text-content {
    vertical-align: top;
    text-align: left;
    padding: 40px;
}

@media only screen and (min-width: 1400px) {
    .image-toggle .image-content img, .image-toggle .video-content video, .video-toggle .image-content img, .video-toggle .video-content video {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .image-toggle.left .image-content, .image-toggle.left .text-content, .image-toggle.left .video-content, .image-toggle.right .image-content, .image-toggle.right .text-content, .image-toggle.right .video-content, .video-toggle.left .image-content, .video-toggle.left .text-content, .video-toggle.left .video-content, .video-toggle.right .image-content, .video-toggle.right .text-content, .video-toggle.right .video-content {
        width: 100%;
    }

    .image-toggle.left .image-content, .image-toggle.left .video-content, .image-toggle.right .image-content, .image-toggle.right .video-content, .video-toggle.left .image-content, .video-toggle.left .video-content, .video-toggle.right .image-content, .video-toggle.right .video-content {
        height: auto;
        float: none;
    }

    .image-toggle.left .text-content, .image-toggle.right .text-content, .video-toggle.left .text-content, .video-toggle.right .text-content {
        position: relative;
        left: 0;
        padding: 30px 20px;
    }

    .image-toggle.left .read-more, .image-toggle.right .read-more, .video-toggle.left .read-more, .video-toggle.right .read-more {
        position: relative;
        bottom: 0;
    }
}

/* 3D Mockups Section */
.mockups-container {
    overflow: hidden;
    padding: 120px 0;
}

.mockups-container .mockups-wrap {
    position: relative;
}

.mockups-container.dark-bg {
    background: #2c3137;
}

.mockups-container.dark-bg .heading {
    margin-bottom: 30px;
}

.mockups-container.dark-bg .heading .title:after {
    background-color: #0ba798 !important;
}

.mockups-container.dark-bg p {
    color: #a3aab2;
}

.mockups-container .button {
    background: #0ba798;
    border: none;
    padding: 12px 30px;
    margin-top: 20px;
}

.mockups-container .button:hover {
    background: #11746B !important;
}

.mockups-wrap:hover #mockup1 {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.mockups-wrap:hover #mockup3 {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

@media only screen and (max-width: 1024px) {
    .mockups-wrap:hover #mockup1, .mockups-wrap:hover #mockup3 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

#mockup1, #mockup2, #mockup3 {
    position: absolute;
    right: -200px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#mockup1 {
    z-index: 3;
    top: -60px;
}

#mockup2 {
    z-index: 2;
    top: 40px;
}

#mockup3 {
    z-index: 1;
    top: 140px;
}

@media only screen and (max-width: 767px) {
    .mockups-container {
        padding: 70px 0;
    }

    .mockups-wrap {
        padding: 210px 0;
    }

    #mockup1, #mockup2, #mockup3 {
        right: 0;
    }

    #mockup1 {
        top: 0;
    }

    #mockup2 {
        top: 80px;
    }

    #mockup3 {
        top: 160px;
    }
}

@media only screen and (max-width: 600px) {
    .mockups-wrap {
        padding: 160px 0;
    }

    #mockup2 {
        top: 60px;
    }

    #mockup3 {
        top: 120px;
    }
}

@media only screen and (max-width: 479px) {
    .mockups-wrap {
        padding: 120px 0;
    }

    #mockup2 {
        top: 50px;
    }

    #mockup3 {
        top: 100px;
    }
}

@media only screen and (max-width: 320px) {
    .mockups-wrap {
        padding: 90px 0;
    }

    #mockup2 {
        top: 40px;
    }

    #mockup3 {
        top: 80px;
    }
}

/* Features iPhone Slider */
.features-list {
    padding: 60px 0 40px;
}

.features-list h4 {
    font-size: 20px;
    line-height: 32px;
    color: #868B9B;
}

.features-list p {
    color: #697174;
}

.features-list.dark-bg {
    background: #373D43;
}

.features-list.dark-bg h4 {
    color: #CFD1D5 !important;
}

.features-list.dark-bg p {
    color: #85898D;
}

.features-list [class*='col'] {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .features-list [class*='col'] {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .features-list h4, .features-list p {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .stats-section .piechart {
        margin: 0 0 30px 0;
    }

    .stats-section p {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .stats-section .threecol {
        width: 50%;
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .stats-section .threecol {
        width: 100%;
    }
}

/* App Benefits section */
.filler-img-label {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 10%;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    padding: 10px 30px;
    border: 2px solid #fff;
}

@media only screen and (max-width: 1280px) {
    .filler-img-label {
        left: 5%;
    }
}

@media only screen and (max-width: 1024px) {
    .filler-img-label {
        padding: 8px 20px;
        font-size: 32px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .filler-img-label {
        left: initial;
        right: 50%;
        top: 250px;
        margin-right: -113px;
    }
}

@media only screen and (max-width: 479px) {
    .filler-img-label {
        padding: 5px 10px;
        font-size: 22px;
        line-height: 32px;
        top: 140px;
        margin-right: -75px;
    }
}

.filler-img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
}

.filler-img.right {
    top: 0;
    left: 50%;
}

.filler-img.left {
    top: 0;
    right: 60%;
}

@media only screen and (max-width: 767px) {
    .filler-img {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }

    .filler-img.right {
        left: 0;
    }

    .filler-img.left {
        right: 0;
    }
}

.app-benefit, .agency-benefit {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .app-benefit, .agency-benefit {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .app-benefit, .agency-benefit {
        margin-bottom: 20px;
    }
}

.app-benefit i, .agency-benefit i {
    font-size: 32px;
    color: #fec029;
    float: left;
    margin-right: 20px;
}

.app-benefit h4, .agency-benefit h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

#app-benefits, #agency-benefits {
    padding: 90px 0 45px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #app-benefits, #agency-benefits {
        padding: 70px 0 0;
    }
}

/* --------- Image Text Toggle section --------- */
.image-text-toggle .segment-content{
    font-size: 0;
    line-height: 0;
}
.image-text-toggle .image-content,
.image-text-toggle .text-content {
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.image-text-toggle .image-content img {
    display: block;
    margin: 0 auto;
}
.image-text-toggle .image-content .heading2,
.image-text-toggle .image-content br{
    display: none;
}

@media only screen and (max-width: 767px) {
    .image-text-toggle-section {
        margin-left: -10px;
        margin-right: -10px;
    }

    .image-text-toggle {
        display: table;
    }

    .image-text-toggle .text-content, .image-text-toggle .image-content {
        width: 100%;
        text-align: center;
    }

    .image-text-toggle .text-content {
        display: table-footer-group;
    }

    .image-text-toggle .image-content {
        display: table-header-group;
    }

    .image-text-toggle .text-content .heading2{
        display: none;
    }
    .image-text-toggle .image-content .heading2{
        display: block;
        margin-bottom: 40px;
    }
}

/* Contact Us section */
.contact-info {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info h4 {
    font-size: 20px;
    line-height: 32px;
    color: #f8f9fc !important;
    font-weight: 600;
}

.contact-info .mo-icon {
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 30px;
}

.contact-info .mo-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-info i {
    font-size: 18px;
    line-height: 30px;
    color: #ddd;
    -webkit-transform: none;
    position: relative;
    display: block;
    text-align: center;
}

.contact-info .fourcol {
    position: relative;
    padding-left: 55px;
    color: #ddd;
}

#contact-us .contact-info i {
    color: #c0c7d5;
}

#contact-us .contact-info .mo-icon:before {
    border-color: #c0c7d5;
}

#contact-us .contact-form, #contact-us .wpcf7-form {
    max-width: 900px;
    margin: 55px auto 0;
}

@media only screen and (max-width: 767px) {
    #contact-us .contact-form, #contact-us .wpcf7-form {
        margin: 20px auto 0;
    }

    #contact-us .contact-form .sixcol, #contact-us .wpcf7-form .sixcol {
        margin-bottom: 0;
    }
}

#contact-us .contact-form label, #contact-us .wpcf7-form label {
    color: #caced9;
}

#contact-us .dark-bg .contact-form ::-webkit-input-placeholder, #contact-us .dark-bg .wpcf7-form ::-webkit-input-placeholder {
    color: #caced9;
    -webkit-font-smoothing: antialiased;
}

#contact-us .dark-bg .contact-form ::-moz-placeholder, #contact-us .dark-bg .wpcf7-form ::-moz-placeholder {
    color: #caced9;
    -moz-osx-font-smoothing: grayscale;
}

#contact-us .dark-bg .contact-form :-ms-input-placeholder, #contact-us .dark-bg .wpcf7-form :-ms-input-placeholder {
    color: #caced9;
}

#contact-us .dark-bg .contact-form input[type=text], #contact-us .dark-bg .contact-form input[type=tel], #contact-us .dark-bg .contact-form input[type=url], #contact-us .dark-bg .contact-form input[type=email], #contact-us .dark-bg .contact-form input[type=number], #contact-us .dark-bg .contact-form input[type=range], #contact-us .dark-bg .contact-form textarea, #contact-us .dark-bg .wpcf7-form input[type=text], #contact-us .dark-bg .wpcf7-form input[type=tel], #contact-us .dark-bg .wpcf7-form input[type=url], #contact-us .dark-bg .wpcf7-form input[type=email], #contact-us .dark-bg .wpcf7-form input[type=number], #contact-us .dark-bg .wpcf7-form input[type=range], #contact-us .dark-bg .wpcf7-form textarea {
    border-color: #989ca5;
}

#contact-us .dark-bg .contact-form .button, #contact-us .dark-bg .contact-form input[type=submit], #contact-us .dark-bg .wpcf7-form .button, #contact-us .dark-bg .wpcf7-form input[type=submit] {
    background: #ffc600;
    color: #1e222b !important;
    border: none;
}

#contact-us .dark-bg .contact-form .button:hover, #contact-us .dark-bg .contact-form input[type=submit]:hover, #contact-us .dark-bg .wpcf7-form .button:hover, #contact-us .dark-bg .wpcf7-form input[type=submit]:hover {
    background: #BD9C29 !important;
}

/* Team Section  */
#team-section {
    padding: 90px 0 0;
}

@media only screen and (max-width: 767px) {
    #team-section {
        padding: 60px 20px;
    }

    #team-section .heading {
        margin-bottom: 0;
    }
}

.member-profile .text-content {
    text-align: center;
}

.member-profile h3 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

.member-profile h3:after {
    width: 35px;
    height: 2px;
    background: #fec029;
    display: block;
    content: "";
    margin: 10px auto;
    text-align: center;
}

.member-profile .employee-title {
    padding: 2px 0;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: italic;
    color: #888;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.member-profile .profile-content {
    max-width: 400px;
    margin: 20px auto;
}

.member-profile .profile-content p {
    text-align: center;
}

/* Call to action */
#call-to-action .button {
    background-color: #02baf2;
    padding: 14px 25px 14px 40px;
    border: none;
}

#call-to-action .button-wrap i {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

/* Features Slider */
.app-features-list {
    padding: 90px 0 30px;
}

.app-features-list .text-content, .app-features-list .slider-content {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.app-features-list .text-content {
    width: 64%;
}

.app-features-list .text-content big, .app-features-list .text-content .big {
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    color: #333;
}

@media only screen and (max-width: 479px) {
    .app-features-list .text-content big, .app-features-list .text-content .big {
        font-size: 18px;
        line-height: 28px;
    }
}

.app-features-list .slider-content {
    width: 36%;
}

@media only screen and (max-width: 1024px) {
    .app-features-list {
        padding: 90px 0 20px;
    }

    .app-features-list .text-content, .app-features-list .slider-content {
        display: block;
        margin: 0;
        width: 100%;
    }

    .app-features-list .text-content {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .app-features-list {
        padding: 60px 0 0;
        display: table;
    }

    .app-features-list .text-content {
        display: table-footer-group;
    }

    .app-features-list .slider-content {
        display: table-header-group;
    }
}

@media only screen and (max-width: 479px) {
    .app-features-list .text-content {
        margin-bottom: 20px;
    }
}

#features-slider, #services-slider, #features-slider2 {
    vertical-align: middle;
}

#features-slider ul.tab-list, #services-slider ul.tab-list, #features-slider2 ul.tab-list {
    border: none;
    margin: 0 0 20px 0;
}

#features-slider ul.tab-list li, #services-slider ul.tab-list li, #features-slider2 ul.tab-list li {
    margin: 0 50px 0 0;
}

@media only screen and (max-width: 1240px) {
    #features-slider ul.tab-list li, #services-slider ul.tab-list li, #features-slider2 ul.tab-list li {
        margin: 0 25px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    #features-slider ul.tab-list li, #services-slider ul.tab-list li, #features-slider2 ul.tab-list li {
        margin: 0 25px 0 0;
    }
}

#features-slider ul.tab-list li a, #services-slider ul.tab-list li a, #features-slider2 ul.tab-list li a {
    text-align: center;
}

#features-slider ul.tab-list li a i, #features-slider ul.tab-list li a span, #services-slider ul.tab-list li a i, #services-slider ul.tab-list li a span, #features-slider2 ul.tab-list li a i, #features-slider2 ul.tab-list li a span {
    -webkit-transition: color 0.4s ease-in-out 0s;
    -moz-transition: color 0.4s ease-in-out 0s;
    -ms-transition: color 0.4s ease-in-out 0s;
    transition: color 0.4s ease-in-out 0s;
}

#features-slider ul.tab-list li a i, #services-slider ul.tab-list li a i, #features-slider2 ul.tab-list li a i {
    font-size: 60px;
    color: #bbb;
}

@media only screen and (max-width: 767px) {
    #features-slider ul.tab-list li a i, #services-slider ul.tab-list li a i, #features-slider2 ul.tab-list li a i {
        font-size: 40px;
    }
}

#features-slider ul.tab-list li a span, #services-slider ul.tab-list li a span, #features-slider2 ul.tab-list li a span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #aaa;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    #features-slider ul.tab-list li a span, #services-slider ul.tab-list li a span, #features-slider2 ul.tab-list li a span {
        font-size: 13px;
        line-height: 22px;
    }
}

#features-slider ul.tab-list li a:hover i, #features-slider ul.tab-list li a:hover span, #services-slider ul.tab-list li a:hover i, #services-slider ul.tab-list li a:hover span, #features-slider2 ul.tab-list li a:hover i, #features-slider2 ul.tab-list li a:hover span {
    color: #888;
}

#features-slider ul.tab-list li a.visible, #features-slider ul.tab-list li a.flex-active, #services-slider ul.tab-list li a.visible, #services-slider ul.tab-list li a.flex-active, #features-slider2 ul.tab-list li a.visible, #features-slider2 ul.tab-list li a.flex-active {
    border: none;
}

#features-slider ul.tab-list li a.visible i, #features-slider ul.tab-list li a.visible span, #features-slider ul.tab-list li a.flex-active i, #features-slider ul.tab-list li a.flex-active span, #services-slider ul.tab-list li a.visible i, #services-slider ul.tab-list li a.visible span, #services-slider ul.tab-list li a.flex-active i, #services-slider ul.tab-list li a.flex-active span, #features-slider2 ul.tab-list li a.visible i, #features-slider2 ul.tab-list li a.visible span, #features-slider2 ul.tab-list li a.flex-active i, #features-slider2 ul.tab-list li a.flex-active span {
    color: #fec029;
}

/* Featured List */
#featured-sources {
    padding: 90px 0 60px;
}

#featured-sources .heading {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    #featured-sources .heading {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #featured-sources {
        padding: 60px 0 40px;
    }

    #featured-sources .onefifthcol {
        width: 46%;
        margin-right: 3%;
    }
}

.featured-list img {
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

.featured-list img:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.widget .featured-list img {
    margin-right: 60px;
    margin-bottom: 20px;
    float: left;
}

/* Hero Header */
.segment.hero-header {
    height: 800px;
}
.segment.hero-header .segment-content{
    max-width: 1086px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.segment.hero-header .segment-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.segment.hero-header .segment-content > div{
    display: inline-block;
    width: 700px;
    vertical-align: middle;
}
.segment.hero-header h2{
    font-size: 44px;
    line-height: 1.1em;
    font-family: 'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 25px;
}
.segment.hero-header p{
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 30px;
}
.segment.hero-header p.buttons-box{
    margin-bottom: 0;
}
.segment.hero-header p.buttons-box .button + .button {
    display: block;
    margin-top: 10px;
}
.segment.hero-header .btn-arrow {
    border: 0;
    background: url("images/arrow-white-down.png") no-repeat left top;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    width: 17px;
    height: 23px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -8px;
    padding: 0;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .segment.hero-header .btn-arrow {
        background-image: url("images/arrow-white-down@2x.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#agency-intro .heading, #agency-intro .pitch {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#agency-intro .heading {
    margin-bottom: 30px;
}

#agency-intro .pitch {
    margin-bottom: 50px;
    color: #9fa4af;
}

#agency-intro .button {
    background-color: #8dc63f;
    border: none;
}

#agency-intro .button:hover {
    background-color: #6D9833 !important;
}

/* Agency Services */
#agency-services {
    padding: 120px 0 100px;
}

@media only screen and (max-width: 767px) {
    #agency-services {
        padding: 90px 0 20px;
    }
}

#services-slider .big {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    color: #333;
}

#services-slider ul.tab-list {
    border: none;
    margin: 0 0 20px 0;
}

#services-slider ul.tab-list li {
    margin: 0 85px 0 0;
}

#services-slider ul.tab-list li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1240px) {
    #services-slider ul.tab-list li {
        margin: 0 50px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    #services-slider ul.tab-list li {
        margin: 0 35px 0 0;
    }
}

#services-slider ul.tab-list li a {
    text-align: center;
}

#services-slider ul.tab-list li a i, #services-slider ul.tab-list li a span {
    -webkit-transition: color 0.4s ease-in-out 0s;
    -moz-transition: color 0.4s ease-in-out 0s;
    -ms-transition: color 0.4s ease-in-out 0s;
    transition: color 0.4s ease-in-out 0s;
}

#services-slider ul.tab-list li a i {
    font-size: 64px;
    color: #aaa;
}

@media only screen and (max-width: 767px) {
    #services-slider ul.tab-list li a i {
        font-size: 42px;
    }
}

#services-slider ul.tab-list li a span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #666;
    margin: 5px 0 30px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    #services-slider ul.tab-list li a span {
        font-size: 14px;
        line-height: 24px;
    }
}

#services-slider ul.tab-list li a.visible, #services-slider ul.tab-list li a.flex-active {
    border: none;
}

#services-slider ul.tab-list li a.visible i, #services-slider ul.tab-list li a.visible span, #services-slider ul.tab-list li a.flex-active i, #services-slider ul.tab-list li a.flex-active span {
    color: #fec029;
}

#services-slider ul.tab-list li a.visible:hover i, #services-slider ul.tab-list li a.visible:hover span, #services-slider ul.tab-list li a.flex-active:hover i, #services-slider ul.tab-list li a.flex-active:hover span {
    color: #fec029;
}

#services-slider ul.tab-list li a:hover i {
    color: #888;
}

#services-slider ul.tab-list li a:hover span {
    color: #333;
}

/* About Us */
#about-us {
    overflow: hidden;
}

#about-us .heading {
    margin-bottom: 30px;
}

#about-us p, #about-us .links-wrap a {
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    #about-us p, #about-us .links-wrap a {
        font-size: 14px;
        line-height: 24px;
    }
}

#about-us .links-wrap {
    margin-top: 40px;
}

#about-us .links-wrap a {
    text-decoration: underline;
}

/* App Intro */
#app-intro {
    text-align: left;
}

#app-intro .text-wrap {
    max-width: 780px;
    margin: 0 auto;
}

#app-intro .heading {
    margin-bottom: 30px;
}

#app-intro .heading .title {
    color: #fec029;
}

#app-intro .pitch {
    color: #443f3f;
    font-size: 18px;
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
    #app-intro .pitch {
        font-size: 15px;
        line-height: 26px;
    }
}

/* App Feature List */
#app-features .text-content * {
    max-width: 410px;
}

@media only screen and (max-width: 767px) {
    #app-features .text-content * {
        max-width: none;
    }
}

#app-features .text-content i {
    color: #b3b4b5;
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#app-features .text-content i:hover {
    color: #919393;
}

#app-features .text-content a {
    text-decoration: underline;
}

#app-features .text-content .heading {
    margin-bottom: 20px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    #app-features .text-content .heading {
        margin-top: 20px;
    }
}

#app-features .text-content.align-right * {
    float: right;
}

@media only screen and (max-width: 767px) {
    #app-features .text-content.align-right * {
        float: none;
    }
}

#app-features .text-content.align-right .platform-icons {
    width: 100%;
}

#app-features .text-content.align-right .platform-icons a {
    float: left;
}

@media only screen and (max-width: 767px) {
    #app-features .image-text-toggle {
        border-spacing: 0;
    }
}

/* Availability on Platforms */
#app-platforms {
    padding: 90px 0 60px;
}

#app-platforms img {
    margin: 0 auto;
}

#app-platforms .heading2 {
    margin-bottom: 20px;
}

#app-platforms .icon-wrap, #app-platforms .button-wrap {
    display: inline-block;
    margin-bottom: 60px;
}

@media only screen and (max-width: 479px) {
    #app-platforms .icon-wrap, #app-platforms .button-wrap {
        display: block;
        margin: 0;
    }
}

#app-platforms .icon-wrap i, #app-platforms .button-wrap i {
    color: #b3b4b4;
    font-size: 24px;
    line-height: 24px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#app-platforms .icon-wrap i:hover, #app-platforms .button-wrap i:hover {
    color: #919393;
}

#app-platforms .button-wrap {
    margin-left: 30px;
}

@media only screen and (max-width: 479px) {
    #app-platforms .button-wrap {
        margin: 30px 0 50px;
    }
}

#app-platforms .button-wrap .button {
    background-color: #02baf2;
    padding: 10px 35px;
    border: none;
}

/* Mailchimp Subscribe Section */
#subscribe-news {
    text-align: center;
}

#subscribe-news ::-webkit-input-placeholder {
    color: #888;
}

#subscribe-news ::-moz-placeholder {
    color: #888;
}

#subscribe-news :-ms-input-placeholder {
    color: #888;
}

#subscribe-news input {
    display: inline-block;
}

#subscribe-news input[type="email"] {
    margin-right: 15px;
    border-color: #aaa;
    background-color: transparent;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    #subscribe-news input[type="email"] {
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

#subscribe-news input[type="submit"] {
    background-color: #02baf2;
    border-color: #02baf2;
    padding: 10px 40px;
}

#subscribe-news .disclaimer {
    color: #888;
    font-size: 13px;
    line-height: 24px;
    font-style: italic;
    margin-top: 30px;
}

/* Footer Section */
#footer-section h3 {
    font-size: 24px;
    line-height: 36px;
    max-width: 600px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
    #footer-section h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

#footer-section .social-list {
    margin-bottom: 40px;
}

#footer-section .social-list li a i {
    font-size: 28px;
    color: #959494;
}

@media only screen and (max-width: 767px) {
    #footer-section .social-list li a i {
        font-size: 22px;
    }
}

#footer-section .button {
    border-radius: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    #footer-section .button {
        padding: 8px 30px;
        font-size: 12px;
        line-height: 22px;
    }
}

/* Sidenav Bottom Section Styling */
#sidenav-bottom-section .social-list li a {
    color: #64646B;
}

/* -------- Other Pages styling ----------*/
#column-shortcode-section p {
    color: #fff;
    line-height: 80px;
    background: #fec029;
    text-align: center;
    margin: 0;
}

#column-shortcode-section .divider-space {
    margin: 0;
}

/* ======== New Post Lists ======== */
#ajax-load-more {
    margin: 0 0 20px;
    text-align: center;
}

#ajax-load-more .alm-reveal {
    overflow: hidden;
}
#ajax-load-more .post {
    float: left;
    width: 33.33%;
    margin: 0 0 40px 0;
    padding: 0 20px;
}
#ajax-load-more .post:nth-child(3n+1){
    clear: left;
}

#ajax-load-more .post .image-area img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#ajax-load-more .post .category {
    color: #7e8890;
    display: block;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin: 40px auto 15px;
    text-transform: uppercase;
    width: 85%;
}

#ajax-load-more .post .category a {
    color: #7e8890;
}

#ajax-load-more .post .category a:hover {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #42484d;
}

#ajax-load-more .post h2 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    max-width: 270px;
    margin: 0 auto;
}

#ajax-load-more .post h2 a {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#ajax-load-more .post .excerpt-text {
    font-size: 14px;
    line-height: 2em;
    margin: 30px auto 0;
    width: 85%;
}

#ajax-load-more .post .excerpt-text p {
    font-size: 14px;
    line-height: 2em;
    margin: 0;
}

#ajax-load-more button.alm-load-more-btn {
    color: #00b5ed !important;
    text-transform: uppercase;
    background: none;
    border: 1px solid #00b5ed;
    font-weight: 600;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 0.125em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    padding: 12px 50px 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ajax-load-more button.alm-load-more-btn:hover {
    background: #00b5ed;
    color: #fff !important;
}

#ajax-load-more button.alm-load-more-btn.done {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #ajax-load-more .post {
        width: 50%;
        clear: none!important;
    }
    #ajax-load-more .post:nth-child(2n+1) {
        clear: left!important;
    }
}

@media only screen and (max-width: 639px) {
    #ajax-load-more .post {
        width: 100%;
        padding: 0;
    }
}

.single-post.layout-2c-l #content {
    float: none;
    max-width: 100%;
}

.single-post #content {
    float: none;
    padding: 0;
}

.single-post #main .inner {
    padding: 0;
    max-width: 100%;
}

.post-hero {
    background: #323a45;
    height: 540px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.post-hero .hero-bg {
    height: 110%;
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-hero .hero-bg .backstretch {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.post-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #252b33;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35;
}

.post-hero .header-content {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    max-width: 700px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.post-hero .header-content .category {
    display: block;
    font-weight: 600;
    font-size: 10px;
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #fff;
    margin-bottom: 0;
}

.post-hero .header-content .category a {
    color: #fff;
}

.post-hero .header-content h1 {
    font-size: 50px;
    line-height: 66px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
}

.post-hero .author-content {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 10;
}

.post-hero .author-content img {
    height: 40px;
    width: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.post-hero .author-content p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
}

.post-hero .author-content p a {
    color: #fff;
    font-weight: 600;
}

.column-articles {
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 99;
}

.column-inner {
    margin: 0 auto;
    max-width: 700px;
    width: 85%;
    padding-top: 50px;
}

.column-articles .entry-content {
    margin: 0;
}

.column-articles .entry-content blockquote {
    padding-left: 45px;
}
.column-articles .entry-content blockquote:before {
    position: absolute;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bbb;
}
.column-articles .entry-content blockquote p {
    margin: 0;
}

.fixed-post-hero .post-hero {
    position: fixed;
    top: 100px;
}

.fixed-post-hero #header.sticky + #header-spacer + #main .post-hero {
    top: 60px;
}

.fixed-post-hero .column-articles {
    top: 540px;
    margin-bottom: 540px;
}

.fixed-post-hero #footer {
    position: relative;
    z-index: 99;
    background: #2D2F30;
}

@media only screen and (max-width: 767px) {
    .fixed-post-hero .post-hero {
        position: relative;
        top: 0;
    }

    .fixed-post-hero #header.sticky + #header-spacer + #main .post-hero {
        top: 0;
    }

    .fixed-post-hero .column-articles {
        top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .post-hero .author-content {
        display: none;
    }

    .post-hero .header-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.single-post .mks_author_widget {
    border: 0 !important;
}

.author-card .divider {
    border: 0;
    padding: 0;
    margin: 0 0 25px;
    overflow: hidden;
}

.author-card .divider .copy {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #abb0b7;
    text-transform: uppercase;
    float: left;
}

.author-card .divider .line {
    margin-top: 6px;
    border-bottom: 1px solid #d0d5d8;
    overflow: hidden;
}

.author-card .author-block img {
    float: left;
    width: 13%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
}

.author-card .author-block .author-details {
    padding-left: 15px;
    overflow: hidden;
}

.author-card .author-block .author-details h4 {
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 8px;
}

.author-card .author-block .author-details p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 0;
}

.author-card .author-block .author-details .mks_author_link {
    font-size: 14px;
    display: block;
}

@media only screen and (max-width: 639px) {
    .author-card .author-block img {
        width: 18%;
    }
}

/* ========================= Media Queries ====================== */
/* --------------------- Desktops and laptops -------------------------------- */
/* -------------------------- Small screens -------------------------------------- */
/* -------------------------------------- Smaller than standard 960 (devices and browsers) -------------------------------------- */
/* --------------------------------------Tablet Portrait size to standard 960 (devices and browsers)-------------------------------------- */
@media only screen and (max-width: 767px) {
    #styleswitcher {
        display: none;
    }
}

/* --------------------------------------Mobile Landscape Size to Tablet Portrait (devices and browsers)-------------------------------------- */
@media only screen and (max-width: 600px) {
    html #wpadminbar {
        top: -46px;
    }
}

/* --------------------------------------Mobile Portrait Size to Mobile Landscape Size (devices and browsers) --------------------------------------*/
/* -------------------------------------- prettyPhoto styling for small screens --------------------------------------*/
@media only screen and (max-width: 767px) {
    .pp_pic_holder.pp_default {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important;
    }

    .pp_content {
        width: 100% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    .pp_fade iframe {
        width: 100% !important;
    }

    a.pp_expand, a.pp_contract {
        display: none !important;
    }

    .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        width: 94% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 20px;
        background-color: #fff;
        margin-top: -2px !important;
    }

    a.pp_close {
        right: 10px !important;
        top: 10px !important;
    }
}

/* Custom CSS */
/* Woocommerce styling to not display the cart icon in non-woocommerce pages */
.woocommerce-site .cart-contents {
    display: none;
}

.woocommerce-page .cart-contents {
    display: block;
}

.woocommerce-site #primary-menu, .woocommerce-site #header.sticky #primary-menu {
    margin-right: 200px;
}

.woocommerce-page #primary-menu, .woocommerce-page #header.sticky #primary-menu {
    margin-right: 260px;
}

.woocommerce-site #sidebar-header .social-list {
    right: 40px;
}

.woocommerce-page #sidebar-header .social-list {
    right: 110px;
}

.button.transparent {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #ccc !important;
    text-shadow: none;
    padding: 12px 28px !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.top-of-page a:hover, .post-list .byline a, .post-list .byline a:active, .post-list .byline a:visited, #content .hentry h2.entry-title a:hover, .entry-meta span i, .read-more a, .loop-nav a:hover {
    color: #00b5ed;
}

ul#recentcomments li.recentcomments a {
    color: #00b5ed;
}

.rev_slider .button {
    padding: 12px 28px !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.controls {
    //margin-bottom: 10px;
}

.contact-form .button, .wpcf7-form input[type=submit] {
    padding: 12px 30px;
    border-radius: 2px;
    display: block;
    float: right;
    width: 100%;
    font-weight: 900;
    font-size: 15px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    #cta {
        margin-left: 15px;
        display: block;
        margin-right: 15px;
        margin-top: 15px;
    }
}

/* ---------- Pricing table --------- */
.pricing-table {
    padding: 0;
    margin: 0;
}

.pricing-table .top-header {
    padding: 15px 0;
    background-color: #555;
    border-bottom: 1px solid #2c2b2b;
}

.pricing-table .top-header h3 {
    font-size: 20px;
    line-height: 32px;
    color: #fefefe;
    margin: 0;
}

.pricing-table .top-header img {
    margin-top: 15px;
}

.pricing-table .top-header .tagline {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #EDEDED;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.pricing-table .pricing-plan {
    background: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.pricing-table .pricing-plan:hover {
    background: #fff;
}

.pricing-table .pricing-plan:hover .purchase {
    background: #fff;
}

.pricing-table .pricing-plan h4 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.pricing-table .pricing-plan h4 span {
    font-size: 18px;
}

.pricing-table .plan-header {
    padding: 30px 0 0;
    background-color: #fff;
}

.pricing-table .plan-price .text {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 25px;
    background: #2C2B2B;
}

.pricing-table .plan-price sup {
    font-size: 22px;
    line-height: 30px;
    vertical-align: bottom;
}

.pricing-table .plan-details ul {
    padding: 15px 0;
    margin: 0;
}

.pricing-table .plan-details ul li {
    list-style: none;
    display: block;
    padding: 6px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.pricing-table .plan-details ul li i {
    color: #777;
    font-size: 18px;
    display: inline;
    margin-right: 8px;
}

.pricing-table .plan-details ul li .title {
    color: #838383;
    margin-bottom: 10px;
}

.pricing-table .plan-details ul li .value-wrap {
    display: block;
}

.pricing-table .plan-details ul li .value-wrap:after {
    position: relative;
    content: "";
    background: #ddd;
    width: 120px;
    height: 1px;
    display: block;
    margin: 12px auto 0;
}

.pricing-table .plan-details ul li .value {
    color: #444;
    font-size: 24px;
    line-height: 32px;
    display: inline;
}

.pricing-table .plan-details ul li s {
    color: #b4c9d3;
}

.pricing-table .plan-details ul li:last-child .value-wrap:after {
    display: none;
}

.pricing-table .purchase {
    text-align: center;
    text-transform: none;
    padding: 0 0 15px 0;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.pricing-table .purchase a {
    padding: 12px 25px;
    border-radius: 5px;
    letter-spacing: 0;
}

.pricing-table .pricing-plan.highlight {
    background: #fff;
    margin-top: -10px;
}

.pricing-table .pricing-plan.highlight .top-header {
    padding: 20px 0;
}

.pricing-table .pricing-plan.highlight .pricing-table .top-header h3 {
    color: #df6069 !important;
}

.pricing-table .pricing-plan.highlight .purchase {
    padding: 20px 0;
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    .pricing-table .threecol {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .pricing-table .threecol.zero-margin {
        width: 50%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-table .threecol, .pricing-table .threecol.zero-margin {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
}

#content .hentry .entry-meta {
    padding-top: 5px;
    margin: 15px 0;
    color: #56595c;
    font-size: 14px;
    font-style: normal;
    border-top: 1px solid #ddd;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
}

.segment .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.segment .parallax-bg, .segment .image-bg {
    //position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.segment.ytp-bg .segment-content, .segment.parallax-banner .segment-content, .segment.image-banner .segment-content {
    position: relative;
}

.segment.mb_YTPlayer .image-bg {
    display: none;
}

.segment.parallax-banner {
    overflow: hidden;
}

.segment.parallax-banner .parallax-bg {
    height: 200%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.mobile-device .segment.parallax-banner .parallax-bg {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.first-segment {
    border-top: 10px solid #eaeaea;
}

.first-segment.regular-heading {
    padding-top: 60px;
}

.last-segment {
    border-bottom: 10px solid #eaeaea;
}

cite, em, i {
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    font-size: inherit;
    font-style: italic;
    font-weight: inherit;
}

#profile-pic {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*========== New Theme ========*/
#agency-header {
    padding: 0;
    height: 86vh;
    overflow: hidden;
}
#agency-header .image-bg {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    margin: -10px;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
#agency-header .segment-content > div {
    padding-top: 5%;
}

.gray-box{
    background: #efefef;
}
.no-display{
    display: none!important;
}

#jv-sponsors{
    padding: 20px 0;
}
#jv-sponsors ul{
    list-style: none;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
#jv-sponsors ul li{
    display: inline-block;
    margin: 0;
    padding: 5px 50px;
}
#jv-sponsors ul li img{
    margin: 0 auto;
}

#jv-features .fourcol{
    width: 29%;
    margin-right: 4.5%;
}
#jv-features .fourcol.last{
    margin-right: 2%;
}
#jv-features .fourcol img{
    display: block;
    margin: 0 auto 30px;
}
#jv-features .fourcol h5{
    font-weight: normal;
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
#jv-features .fourcol p{
    margin-bottom: 0;
    line-height: 1.9em;
}

#jv-features .fourcol img {
    height: 76px;
}

#features .sixcol {
    width: 15%;
    margin-right: 1.66%;
    text-align: center;
}

#features .sixcol.last {
    margin-right: 0;
}

.form-horizontal {
    margin-left: auto; 
    margin-right: auto; 
    max-width: 300px;
}

.form-horizontal input {
    //margin-bottom: 10px;
}

.error-holder {
    width: 300px; 
    max-width: 100%; 
    text-align: left;
    margin-bottom: 10px;
}

.form-text {
    max-width: 600px; 
    margin-left: auto; 
    margin-right: auto; 
    color: #fff; 
    font-size: 16px;
}

.form-text p {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    #jv-features .fourcol, #features .sixcol {
        width: 100%;
        float: none;
        max-width: 460px;
        margin: 0 auto 50px!important;
    }
    #jv-features .fourcol.last, #features .sixcol.last {
        margin-bottom: 0!important;
    }

    .car-list {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.image-text-vertical .text-content{
    max-width: 740px;
    margin: 0 auto 30px;
    text-align: center;
}

.image-text-vertical .get-content{
    max-width: 1040px;
    margin: 0 auto 30px;
    text-align: center;
}

.get-content .fourcol {
    text-align: left;
}

.hoverchange:hover {
    background: rgba(0, 0, 0, 0.5);
}

.hoverchange .car-bottom, .hoverchange .car-top {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold; 
}

@media (min-width: 768px) {
    .hoverchange .car-bottom .show {
        color: #f6f6f6;
    }
}

.hoverchange:hover .car-bottom {
    background: #34A853;
    color: white !important;
}

.hoverchange:hover .car-top h5 {
    color: white !important;
}

#successMess {
    vertical-align: middle;
    color: #fff; 
    max-width: 400px;
    margin-left: auto; 
    margin-right: auto;
}

blockquote.text-callout {
    //background: rgba(0, 0, 0, 0.3); 
    padding: 20px 10px;
    display: block;
}

div.text-callout-div {
    padding: 0 0; 
}

div.text-callout-div .image-bg {
    padding-top: 40px; 
    padding-bottom: 40px;
}

h3.green {
    color: #34A853;
}

div.tc-list {
    max-width: 1000px;
    margin-right: auto; 
    margin-left: auto;
    margin-bottom: 10px; 
}

div.tc-list .tc-item {
    font-weight: bold;
    width: 20%;
    display: inline-block;
    vertical-align: top; 
}

div.tc-list .tc-content {
    width: 78%;
    display: inline-block;
    vertical-align: top; 
}

div.tc-list h4, div.tc-list h5 {
    color: #34A853;
}

.socialFooter {
    position: relative;
    background: #545454;
    width: 100%;
    min-height: 201px;
    padding-bottom: 20px;
}

.socialFooter .footer-third {
    padding-top: 10px;
    color: #34A853;
    font-weight: bold;
}

.footer-third {
    float: left;
    width: 33.3%;
    padding: 0;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 25px;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.socialFooter .footer-third p {
    line-height: 20px;
    font-size: 14px;
    color: white;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
}

.socialFooter .footer-third p a {
    color: white;
    text-decoration: none;
}

.six-img {
    height: 134px;
    background-image: url('img/icons.png'); 
    background-size: 1800px; 
    overflow: hidden;
}

.vfb-wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    background-image: none;
}

.vfb-wizard ul>li {
    display: block;
    padding: 0;
    margin: 0;
    background-image: none;
    width: 20%;
    float: left;
}

#uber-application-form .vfb-wizard ul li.current div {
    background: white;
    color: #101010;
}

#uber-application-form .vfb-wizard ul>li div {
    height: 50px;
    background: #34A853;
    text-align: center;
    text-transform: uppercase;
    color: white;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0px 2px 13px -7px #000;
    transition: all 0.04s linear;
    cursor: pointer !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vfb-wizard ul>li.current div, .vfb-wizard ul>li.current div:hover, .vfb-wizard ul>li.current div:active {
    background: #34A853;
    color: #fff;
    cursor: pointer;
}

.vfb-wizard ul>li div {
    display: block;
    width: auto;
    margin-right: 0.5em;
    padding: 14px;
    text-decoration: none;
    background: #eee;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.vfb-page-title {
    display: none;
}

#uber-application-form h2 {
    color: #34A853;
    letter-spacing: 3px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 60px;
}

#uber-application-form .vfb-control-label, #uber-application-form input, #uber-application-form label {
    color: #101010;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    display: block; 
    max-width: 100%; 
    margin-bottom: 5px;
}

.vfbp-form .vfb-form-control, .control-group .controls select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

#uber-application-form .vfb-fieldType-radio, #uber-application-form .vfb-fieldType-text, #uber-application-form .vfb-fieldType-textarea, #uber-application-form .vfb-fieldType-select, #uber-application-form .vfb-fieldType-number, #uber-application-form .vfb-fieldType-phone, #uber-application-form .vfb-fieldType-date {
    min-height: 98px !important;
}



#uber-application-form .iradio_square-red {
    margin-right: 10px;
}

#uber-application-form .iradio_square-red.checked {
    background-position-x: -48px;
}

.icheckbox_square-red, .iradio_square-red {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(img/red.png) no-repeat;
    border: none;
    cursor: pointer;
}

#uber-application-form .vfbp-form .vfb-radio label, #uber-application-form .vfbp-form .vfb-checkbox label {
    padding-left: 0;
}

#uber-application-form .vfb-control-label, #uber-application-form input, #uber-application-form label {
    color: #101010;
    font-size: 17px;
    font-weight: 400;
}

#uber-application-form .vfb-control-label, #uber-application-form input, #uber-application-form label {
    color: #101010;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    display: block;
    cursor: pointer; 
    max-width: 100%;
}

.vfbp-form .vfb-inline-group .vfb-radio, .vfbp-form .vfb-inline-group .vfb-checkbox {
    float: left;
    margin-right: 30px;
}

.vfbp-form .vfb-radio, .vfbp-form .vfb-checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#uber-application-form .vfbp-form .vfb-help-block {
    margin-top: 0;
    margin-bottom: 0;
}
.vfbp-form .vfb-help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
}

.vfb-ingo-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
}

.vfbp-form label {
    max-width: 100%;
    margin-bottom: 5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-12 {
    width: 100%; 
}

.col-sm-1 {

}

.vfb-col-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vfbp-form, .vfbp-form * {
    line-height: 1.42857143;
}

#uber-application-form .vfb-fieldType-radio div.hold {
    min-height: 50px !important;
}

.insure-extra {
    width: 100%;
    border: 1px #34A853 solid;
    padding-left: 5px;
    padding-right: 5px;
    height: 46px;
    margin-top: -1px;
}

.insure-extra .col-sm-1, .insure-extra .col-sm-2, .insure-extra .col-sm-3, .insure-extra .col-sm-4 {
    padding: 0;
    margin-top: 5px;
    border: 1px solid black;
}

.insure-extra div input {
    margin-bottom: 0px !important;
}

.redBorder {
    border: 1px red solid !important;
}

.contour-btn {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 30px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 1px solid #34A853;
}

.ins-delete {
    background-image: url(img/close_red.png);
    background-position: center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .vfb-wizard ul>li {
        width: 20%;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .vfb-wizard ul>li {
        width: 33.3%;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .vfb-wizard ul>li {
        width: 50%;
        margin-bottom: 5px;
    }

    .insure-extra {
        height: 210px;
    }

    .footer-third {
        width: 100%;
    }

    .insure-extra .col-sm-1, .insure-extra .col-sm-2, .insure-extra .col-sm-3, .insure-extra .col-sm-4 {
        width: 90%;
        float: left;
    }
}

.image-text-vertical .text-content p{
    margin-bottom: 0;
}
.image-text-vertical .text-content p .button{
    margin-top: 20px;
}

.widget_jobvibe-getstarted {
    margin: 0;
}
#subscribe-jobvibe{
    background: url("images/footer-subscribe-bg.png") repeat-x center top;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    padding: 80px 0;
}
#subscribe-jobvibe .widget{
    max-width: 642px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
#subscribe-jobvibe .heading{
    margin-bottom: 20px;
}
#subscribe-jobvibe .heading .title{
    color: #fff;
}
#subscribe-jobvibe p{
    margin-bottom: 30px;
}
#subscribe-jobvibe ul{
    overflow: hidden;
    margin: 0;
}
#subscribe-jobvibe ul li{
    float: left;
    padding: 0;
    margin: 0;
    width: 220px;
}
#subscribe-jobvibe ul li.email-field{
    width: 412px;
    margin-right: 10px;
    position: relative;
}
#subscribe-jobvibe ul li.email-field:before{
    background: url("images/email-icon.png") no-repeat center top;
    content: '';
    width: 22px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 12px;
}
#subscribe-jobvibe ul li input{
    border: 1px solid #fff;
    font-size: 18px;
    height: 40px;
    padding: 8px 10px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#subscribe-jobvibe ul li input[type="email"]{
    padding-left: 60px;
}
#subscribe-jobvibe ul li input[type="submit"]{
    background: transparent;
    line-height: 22px;
}

@media only screen and (max-width: 767px) {
    #subscribe-jobvibe{
        padding: 50px 0;
    }
    #subscribe-jobvibe ul li{
        width: 100%;
    }
    #subscribe-jobvibe ul li.email-field{
        width: 100%;
        margin: 0 0 20px;
    }
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    #subscribe-jobvibe{
        background-image: url("images/footer-subscribe-bg@2x.png");
    }
    #subscribe-jobvibe ul li.email-field:before{
        background-image: url("images/email-icon@2x.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.image-text-toggle:first-child{
    padding-top: 80px;
}
.image-text-toggle{
    padding: 10px 0;
}
.image-text-toggle .segment-content{
    max-width: 1160px!important;
}
.image-text-toggle .text-content.align-left,
.image-text-toggle .image-content.align-left{
    width: 44%;
    margin-right: 2.5%;
}
.image-text-toggle .text-content.align-left{
    padding-bottom: 30px;
}
.image-text-toggle .text-content.align-right,
.image-text-toggle .image-content.align-right{
    width: 53.5%;
}
.image-text-toggle .text-content.align-right{
    padding-left: 40px;
}

.image-text-toggle .heading{
    margin-bottom: 60px;
}
.image-text-toggle .text-content p{
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 0;
}
.image-text-toggle .image-content.align-left img{
    margin-left: 20px;
}

.box-has-diagonal{
    padding: 0 0 50px;
    position: relative;
    overflow: hidden;
}
.box-has-diagonal:after{
    background: #1297e3;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -85px;
    height: 170px;
    z-index: 1;
    -webkit-transform: skew(0deg, -3.5deg);
    -khtml-transform: skew(0deg, -3.5deg);
    -ms-transform: skew(0deg, -3.5deg);
    transform: skew(0deg, -3.5deg);
}
.box-with-diagonal-left:after{
    -webkit-transform: skew(0deg, 3.5deg);
    -khtml-transform: skew(0deg, 3.5deg);
    -ms-transform: skew(0deg, 3.5deg);
    transform: skew(0deg, 3.5deg);
}

.box-has-diagonal > div{
    position: relative;
    z-index: 9;
}

.blue-box{
    background: #1297e3;
}
.blue-box *{
    color: #fff;
}
.blue-box.box-has-diagonal:after{
    background: #fff;
}

.pricing-heading{
    padding: 80px 0 245px;
}
.pricing-heading .heading{
    margin: 0;
}
.pricing-heading .heading .title{
    margin-bottom: 15px;
}
.pricing-heading .heading .pitch{
    font-size: 22px;
    line-height: 1.4em;
}

.pricing-plans{
    margin: -195px 0 0;
    padding: 0;
}
.pricing-plans .segment-content{
    max-width: 1160px!important;
    text-align: center;
}
.pricing-plans .segment-content .fourcol{
    width: 31.33%;
    margin-right: 3%;
}
.pricing-plans .segment-content .fourcol.last{
    margin-right: 0;
}

.pricing-plans .segment-content .fourcol > div{
    background: #fff;
    padding: 38px 30px 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
}
.pricing-plans .segment-content .fourcol h4{
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #1297e3;
    margin: 0;
}
.pricing-plans .segment-content .fourcol p{
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}
.pricing-plans .segment-content .fourcol h4 + p{
    line-height: 2.4em;
}
.pricing-plans .segment-content .fourcol h4 + p strong{
    color: #1297e3;
}
.pricing-plans .segment-content .fourcol + p{
    display: none;
}

.pricing-plans .plan-details{
    height: 300px;
}
.pricing-plans .segment-content .fourcol .plan-details .price{
    font: 100px/1em 'proxima_novalight', Arial, Helvetica, Verdana, sans-serif;
    color: #1297e3;
    padding: 16px 0 10px;
}
.pricing-plans .segment-content .fourcol .plan-details .price span{
    font-size: 50px;
    line-height: 1em;
}
.pricing-plans .segment-content .fourcol .plan-details .price .symbol{
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}
.pricing-plans .segment-content .fourcol .plan-details p.price-desc{
    padding: 11px 0;
}
.pricing-plans .segment-content .fourcol .enterprise-plan .plan-details{
    display: table;
}
.pricing-plans .segment-content .fourcol .enterprise-plan .plan-details p{
    font-size: 20px;
    line-height: 1.7em;
    display: table-cell;
    vertical-align: middle;
}

.pricing-plans .plan-details ul{
    list-style: none;
    margin: 20px 0 0;
}
.pricing-plans .plan-details ul li{
    line-height: 1.9em;
    margin: 0;
}

.pricing-plans .segment-content .fourcol .plan-footer .button{
    color: #fff;
    font-size: 17px;
    font-family:  'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
    width: 100%;
    max-width: 190px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-decoration: none;
}
.pricing-plans .segment-content .fourcol .standard-plan .plan-footer .button{
    border-color: #fcaa00;
    background: #fcaa00;
}
.pricing-plans .segment-content .fourcol .standard-plan .plan-footer .button:hover{
    border-color: #e89c00;
    background: #e89c00;
}
.pricing-plans .segment-content .fourcol .enterprise-plan .plan-footer .button{
    border-color: #b1b1b1;
    background: #b1b1b1;
}
.pricing-plans .segment-content .fourcol .enterprise-plan .plan-footer .button:hover{
    border-color: #9b9b9b;
    background: #9b9b9b;
}

.pricing-plans .segment-content .fourcol .plan-footer p{
    color: #b1b1b1;
    line-height: 1.2em;
}
.pricing-plans .segment-content .fourcol .plan-footer p a{
    font-weight: bold;
    font-family:  'proxima_nova_rgbold', Arial, Helvetica, Verdana, sans-serif;
    color: #b1b1b1;
    text-decoration: underline;
}
.pricing-plans .segment-content .fourcol .plan-footer p a:hover{
    text-decoration: none;
}

.pricing-plans .segment-content .fourcol .standard-plan h4,
.pricing-plans .segment-content .fourcol .standard-plan h4 + p strong,
.pricing-plans .segment-content .fourcol .standard-plan .plan-details .price{
    color: #fcaa00;
}
.pricing-plans .segment-content .fourcol .enterprise-plan h4,
.pricing-plans .segment-content .fourcol .enterprise-plan h4 + p strong{
    color: #b1b1b1;
}

.middle-content{
    max-width: 1120px;
    margin: 0 auto;
}

.pricing-plans-text,
.about-us-values {
    padding-bottom: 0;
}
.pricing-plans-text .heading,
.about-us-values .heading {
    margin-bottom: 40px;
}

.pricing-plans-text ul,
.about-us-values ul{
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.pricing-plans-text ul li,
.about-us-values ul li{
    float: left;
    width: 31.33%;
    margin: 0 3% 0 0;
    padding-bottom: 80px;
}
.pricing-plans-text ul li:nth-child(3n+3),
.about-us-values ul li:nth-child(3n+3){
    margin-right: 0;
}
.pricing-plans-text ul li:nth-child(3n+1),
.about-us-values ul li:nth-child(3n+1){
    clear: left;
}
.pricing-plans-text ul li h4,
.about-us-values ul li h4{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 42px;
    background-position: left top;
    background-repeat: no-repeat;
}
.pricing-plans-text ul li p,
.about-us-values ul li p{
    font-size: 16px;
    line-height: 1.9em;
    margin: 0;
}
.pricing-plans-text ul li.item-1 h4{
    background-image: url("images/get-feedback.png");
}
.pricing-plans-text ul li.item-2 h4{
    background-image: url("images/improve-as-a-team.png");
}
.pricing-plans-text ul li.item-3 h4{
    background-image: url("images/discuss-together.png");
}
.pricing-plans-text ul li.item-4 h4{
    background-image: url("images/metrics.png");
}
.pricing-plans-text ul li.item-5 h4{
    background-image: url("images/user-manager.png");
}
.pricing-plans-text ul li.item-6 h4{
    background-image: url("images/web-and-mobile.png");
}

.about-us-values ul li.item-1 h4{
    background-image: url("images/heart-coffee-cup.png");
}
.about-us-values ul li.item-2 h4{
    background-image: url("images/document-shredder.png");
}
.about-us-values ul li.item-3 h4{
    background-image: url("images/listen-care.png");
}
.about-us-values ul li.item-4 h4{
    background-image: url("images/speak-up.png");
}
.about-us-values ul li.item-5 h4{
    background-image: url("images/flag-buoy.png");
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .pricing-plans-text ul li h4,
    .about-us-values ul li h4{
        -webkit-background-size: 28px 28px;
        -moz-background-size: 28px 28px;
        -o-background-size: 28px 28px;
        background-size: 28px 28px;
    }
    .pricing-plans-text ul li.item-1 h4{
        background-image: url("images/get-feedback@2x.png");
    }
    .pricing-plans-text ul li.item-2 h4{
        background-image: url("images/improve-as-a-team@2x.png");
    }
    .pricing-plans-text ul li.item-3 h4{
        background-image: url("images/discuss-together@2x.png");
    }
    .pricing-plans-text ul li.item-4 h4{
        background-image: url("images/metrics@2x.png");
    }
    .pricing-plans-text ul li.item-5 h4{
        background-image: url("images/user-manager@2x.png");
    }
    .pricing-plans-text ul li.item-6 h4{
        background-image: url("images/web-and-mobile@2x.png");
    }

    .about-us-values ul li.item-1 h4{
        background-image: url("images/heart-coffee-cup@2x.png");
    }
    .about-us-values ul li.item-2 h4{
        background-image: url("images/document-shredder@2x.png");
    }
    .about-us-values ul li.item-3 h4{
        background-image: url("images/listen-care@2x.png");
    }
    .about-us-values ul li.item-4 h4{
        background-image: url("images/speak-up@2x.png");
    }
    .about-us-values ul li.item-5 h4{
        background-image: url("images/flag-buoy@2x.png");
    }
}

.single-testimonial{
    padding: 60px 0;
}
.single-testimonial .testimonial{
    max-width: 720px;
    overflow: hidden;
    margin: 0 auto;
}
.single-testimonial .testimonial img{
    float: left;
}
.single-testimonial .testimonial p{
    font-size: 20px;
    line-height: 1.5em;
    overflow: hidden;
    padding-left: 4%;
    margin: 0;
}
.single-testimonial .testimonial p strong{
    display: block;
    font-size: 21px;
}

.pricing-about-us{
    padding: 100px 0!important;
}
.pricing-about-us .heading2{
    margin-bottom: 6px;
}
.pricing-about-us ul{
    list-style: none;
    margin: 0;
}
.pricing-about-us ul li{
    border-bottom: 1px solid #c3c3c3;
    font-size: 17px;
    line-height: 1.25em;
    margin: 0;
    padding: 22px 0;
    position: relative;
}
.pricing-about-us ul li a{
    font-weight: bold;
    font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, Verdana, sans-serif;
}
.pricing-about-us .image-content img{
    max-width: 510px;
    width: 100%;
    float: right;
}

.pricing-benefit{
    background: #f1f1f1;
    border-top: 1px solid #dedede;
    padding: 20px 0;
}
.pricing-benefit ul{
    list-style: none;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.pricing-benefit ul li{
    display: inline-block;
    margin: 0;
    padding: 12px 6%;
    font-size: 0;
    line-height: 0;
}
.pricing-benefit ul li:first-child{
    padding-left: 0;
}
.pricing-benefit ul li:last-child{
    padding-right: 0;
}
.pricing-benefit ul li img{
    max-height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.pricing-benefit ul li p{
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

#about-us .heading .title.small{
    text-transform: none;
    letter-spacing: 0;
}
.about-team .heading .title {
    font-size: 48px;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
}
.threecol.last + p{
    display: none;
}

.jobvibe-about-us .segment-content{
    max-width: 1160px!important;
}
.jobvibe-about-us ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.has-half-diagonal{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.has-half-diagonal:before{
    content: "";
    background: #1297e3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    -webkit-transform: skew(0deg, 20deg);
    -khtml-transform: skew(0deg, 20deg);
    -ms-transform: skew(0deg, 20deg);
    transform: skew(0deg, 20deg);
}
@media only screen and (min-width: 1600px) {
    .has-half-diagonal:before{
        -webkit-transform: skew(0deg, 13deg);
        -khtml-transform: skew(0deg, 13deg);
        -ms-transform: skew(0deg, 13deg);
        transform: skew(0deg, 13deg);
    }
}

.has-half-diagonal .segment-content{
    position: relative;
    z-index: 99;
}
.gray-diagonal.has-half-diagonal:before{
    background: #efefef;
}

.about-us-intro {
    padding-bottom: 40px;
}
.about-us-intro .heading{
    margin-bottom: 40px;
}
.about-us-intro .heading .title{
    margin-bottom: 15px;
}
.about-us-intro .heading .pitch{
    font-size: 22px;
    line-height: 1.4em;
}
.about-us-intro .sixcol p{
    line-height: 1.9em;
    margin-bottom: 30px;
}
.about-us-intro .sixcol p:last-child{
    margin-bottom: 0;
}
.about-us-intro .sixcol + p{
    display: none;
}

.about-us-gallery .fourcol{
    margin: 0;
    padding: 0 0 0 20px;
    width: 31.3%;
}
.about-us-gallery .fourcol:first-child{
    width: 37.4%;
    padding-left: 0;
}
.about-us-gallery img + img{
    margin-top: 20px;
}

.about-us-values ul li .read-more-values {
    border: solid 1px #1297e3;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 30px 29% 30px 10%;
    position: relative;
    margin-top: 38px;
}
.about-us-values ul li .read-more-values:hover{
    border-color: #0F7FBF;
}
.about-us-values ul li .read-more-values:after {
    background: url("images/arrow-blue-big.png") no-repeat left top;
    content: "";
    height: 39px;
    width: 21px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -20px;
}
.about-us-values ul li .read-more-values:hover:after{
    background-image: url("images/arrow-blue-big-hover.png");
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .about-us-values ul li .read-more-values:after {
        background-image: url("images/arrow-blue-big@2x.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .about-us-values ul li .read-more-values:hover:after{
        background-image: url("images/arrow-blue-big-hover@2x.png");
    }
}

.about-us-team{
    padding: 0 0 40px;
}
.about-us-team .core-team {
    margin-bottom: 80px;
}
.about-us-team .heading{
    margin-bottom: 40px;
}

.jobvibe-about-us ul.lists-team{
    text-align: justify;
    font-size: 0;
    line-height: 0;
}
.jobvibe-about-us ul.lists-team li{
    display: inline-block;
    width: 20%;
    padding: 0 10px;
    margin: 0 0 40px 0;
    vertical-align: top;
}
.jobvibe-about-us ul.lists-team li img{
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}
.jobvibe-about-us ul.lists-team li p{
    color: #a5a5a5;
    max-width: 140px;
    font-size: 14px;
    line-height: 1.4em;
    margin: 15px auto 0;
    text-align: center;
}
.jobvibe-about-us ul.lists-team li p strong{
    color: #464646;
}

.has-large-text-content.image-text-vertical{
    padding-bottom: 20px;
}
.has-large-text-content.image-text-vertical .text-content{
    max-width: 1060px;
    margin-bottom: 0;
}
.has-large-text-content.image-text-vertical .text-content p{
    font-size: 22px;
    line-height: 1.4em;
}
.download-buttons {
    max-width: 460px;
    margin: 60px auto 0;
    overflow: hidden;
}
.download-buttons .download-link{
    float: left;
    width: 43%;
}
.download-buttons .download-link:last-child{
    float: right;
}
.download-buttons br{display: none}

@media only screen and (max-width: 1024px) {
    .pricing-plans-text ul,
    .about-us-values ul {
        padding-bottom: 30px;
    }
    .pricing-plans-text ul li,
    .about-us-values ul li {
        clear: none!important;
        width: 48%;
        margin-right: 4% !important;
        padding-bottom: 50px;
    }
    .pricing-plans-text ul li:nth-child(2n+1),
    .about-us-values ul li:nth-child(2n+1) {
        clear: left!important;
    }
    .pricing-plans-text ul li:nth-child(2n+2),
    .about-us-values ul li:nth-child(2n+2) {
        margin-right: 0!important;
    }

    .pricing-benefit ul li{
        padding-left: 30px;
        padding-right: 30px;
    }
    .pricing-benefit ul li img{
        display: block;
        margin: 0 auto 15px;
    }
    .pricing-benefit ul li p{
        display: block;
        padding-left: 0;
    }

    .car-list {
        width: 32%;
        width: -webkit-calc(33% - 3px);
        width: calc(33% - 3px);
        margin-left: 2.5px;
    }

    .car-list:last-of-type {
        margin-right: 16%; 
    } 

    .car-list:nth-last-of-type(2) {
        margin-left: 16%; 
    }
}

@media only screen and (max-width: 929px) {
    .pricing-plans .segment-content .fourcol > div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .pricing-plans .segment-content .fourcol p.price-desc{
        font-size: 13px;
    }

    .jobvibe-about-us ul.lists-team li{
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .image-text-toggle{
        padding: 50px 0;
    }
    .image-text-toggle .text-content,
    .image-text-toggle .image-content{
        width: 100% !important;
        margin: 0!important;
    }
    .image-text-toggle .text-content.align-left{
        padding-bottom: 0;
    }
    .image-text-toggle .text-content p{
        padding-top: 30px;
    }
    .image-text-toggle .text-content.align-right{
        padding-left: 0;
    }
    .image-text-toggle .image-content.align-left img{
        margin-left: auto;
    }

    .box-has-diagonal:after{
        display: none;
    }

    .pricing-plans .segment-content .fourcol{
        width: 100%;
        margin: 0 0 30px;
    }
    .pricing-plans .segment-content .fourcol.last{
        margin-bottom: 0;
    }
    .pricing-plans .segment-content .fourcol > div{
        padding-left: 40px;
        padding-right: 40px;
    }
    .pricing-plans .segment-content .fourcol .free-plan .plan-details p.price-desc{
        padding: 0;
    }
    .pricing-plans .plan-details{
        height: auto;
        margin-bottom: 25px;
    }
    .pricing-plans .enterprise-plan .plan-details{
        margin-top: 16px;
    }

    .pricing-plans-text ul li,
    .about-us-values ul li {
        width: 100%;
        margin-right: 0 !important;
    }

    .pricing-about-us .image-content img{
        float: none;
        max-width: 100%;
    }

    .pricing-benefit ul li{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .about-us-gallery .fourcol{
        width: 50%;
        padding: 0 10px;
    }
    .about-us-gallery .fourcol:first-child{
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .about-us-gallery .fourcol:first-child img{
        max-width: 400px;
        width: 100%;
    }

    .about-us-values ul li .read-more-values{
        margin-top: 0;
    }

    .jobvibe-about-us ul.lists-team li {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    #side-menu {
        padding-top: 0;
    }
    #side-menu ul.menu li a {
        line-height: 68px;
    }

    #agency-header .segment-content > div {
        padding-top: 20%;
        width: 98%;
    }
    .segment.hero-header h2 {
        font-size: 34px;
    }
    .segment.hero-header p {
        font-size: 22px;
    }

    #jv-sponsors .segment-content {
        padding: 0!important;
    }
    #jv-sponsors ul li {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    #side-menu{
        overflow-y: auto;
    }

    #agency-header {
        height: auto;
    }
    #agency-header .segment-content > div {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar #header.sticky{
        top: 0
    }
}

@media only screen and (max-width: 479px) {
    #side-menu ul.menu {
        padding-top: 10px;
    }
    #side-menu ul.menu li a {
        line-height: 60px;
    }

    #agency-header p br {
        display: none;
    }

    .segment.hero-header h2,
    .heading .title,
    .heading .title.big {
        font-size: 22px;
    }
    .segment.hero-header h2 {
        margin-bottom: 20px;
    }

    .heading2 .title {
        font-size: 18px;
    }

    .button.large, button.large,
    .segment.hero-header p,
    .pricing-heading .heading .pitch,
    .about-us-intro .heading .pitch,
    .has-large-text-content.image-text-vertical .text-content p,
    .testimonials-slider-container blockquote {
        font-size: 16px;
    }

    ul li,
    p {
        line-height: 1.5em;
    }

    ul li,
    p,
    .pricing-plans-text ul li p,
    .about-us-values ul li p {
        font-size: 14px;
    }

    #side-menu ul.menu li {
        color: #fff; 
        font-size: 20px;
        line-height: 2em;
    }

    .single-text-content h4,
    .pricing-plans-text ul li h4,
    .about-us-values ul li h4,
    .single-testimonial .testimonial p {
        font-size: 18px;
    }
    .single-testimonial .testimonial p strong {
        font-size: 19px;
    }

    .testimonials-slider-container .client-name {
        font-size: 12px;
        line-height: 1.6em;
    }
    .testimonials-slider-container .client-details {
        font-size: 11px;
        line-height: 1.6em;
    }

    #jv-sponsors {
        padding: 10px 0;
    }
    #jv-sponsors ul li img {
        max-height: 25px;
        width: auto;
    }
    #jv-features .fourcol h5{
        line-height: 1em;
    }

    .single-testimonial .testimonial img {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .single-testimonial .testimonial p {
        padding: 0;
        text-align: center;
    }

    .about-us-gallery .fourcol {
        width: 100%;
        padding: 0 !important;
    }

    .about-us-gallery .fourcol.last {
        margin-top: 20px;
    }

    .about-us-gallery .fourcol img {
        max-width: 400px;
        width: 100%;
    }

    .jobvibe-about-us ul.lists-team li {
        width: 50%;
    }

    .download-buttons .download-link {
        width: 100%;
    }
    .download-buttons .download-link:last-child {
        margin-top: 30px;
    }
    .download-buttons .download-link img{
        width: 100%;
        max-width: 200px;
    }
}

.single-text-content {
    max-width: 1060px;
    margin: 0 auto;
}
.single-text-content .heading{
    margin-bottom: 50px;
}
.single-text-content h4{
    margin-bottom: 15px;
}
.single-text-content p,
.single-text-content ul{
    margin-bottom: 35px;
    line-height: 1.6em;
}
