/*
Theme Name: Snowbird
Theme URI: http://zozothemes.com/snowbird-blog/
Author: zozothemes
Author URI: http://zozothemes.com/
Description: Snowbird Wordpress Blog Theme
Version: 1.1.1
License: GNU General Public License v3.0
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
*/

/* ================================= CSS Structure =================================
1. EXTERNAL STYLES
	- ISOTOPE
	- FLEX SLIDER
	- BOOTSTRAP VALIDATOR
	- MEDIAELEMENT PLAYER
	- MB YTPLAYER
2.  GLOBAL
3.  HEADER
4.  MAIN NAVIGATION
5.  LAYOUT
6.  FOOTER
7.  OWL CAROUSEL
8.  RESPONSIVE VIDEO
9.  SOCIAL ICONS
10. BLOG
11. CONTACT US SECTION
12. SECONDARY MENU
13. TABS
14. WIDGETS
15. FEATURED SLIDER
16. CUSTOM CSS
17. WORDPRESS GALLERIES

=========================================================================== */

/* ================================================================
 * EXTERNAL STYLES
 * ================================================================ */

/* ================================================================
 * ISOTOPE
 * ================================================================ */

/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */

.isotope,
.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;
}
.isotope {
    -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-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;
}
/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* ================================================================
 * 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 !important;
}
/* FlexSlider Necessary Styles */

.flexslider {
    margin: 0;
    padding: 0;
    text-align: center;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    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 */

.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .slides > li {
    position: relative;
}
.flex-container {
    zoom: 1;
    position: relative;
}
.carousel li {
    margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 50px;
}
.flex-direction-nav a.flex-prev:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    display: inline-block;
    content: '\f104';
}
.flex-direction-nav a.flex-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    display: inline-block;
    content: '\f105';
}
.flexslider .flex-direction-nav a:hover:before {
    color: #fff;
}
/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 101;
}
.flex-control-nav li {
    margin: 0 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
}
.flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -webkit-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    -ms-transition: border-color 0.3s ease 0s;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.4);
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.4);
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    border-color: rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:after {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px #fff;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s, visibility 0s ease 0.3s;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease 0s, -o-transform 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: opacity 0.3s ease 0s, -ms-transform 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
}
.flex-control-paging li a.flex-active:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, -o-transform 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, -ms-transform 0.3s ease 0s;
    visibility: visible;
}
.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;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.flex-caption h3 {
    margin: 0 0 5px;
}
.flex-caption {
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 5px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    background: none;
}
@-webkit-keyframes slideIn {
    0% {
        left: 50%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@-moz-keyframes slideIn {
    0% {
        left: 50%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@-o-keyframes slideIn {
    0% {
        left: 50%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        left: 50%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
.animated-2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-3s {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* ================================================================
 * BOOTSTRAP VALIDATOR
 * ================================================================ */

/* BootstrapValidator v0.5.2, built on 2014-09-25 */

.bv-form .help-block {
    margin-bottom: 0;
}
.bv-form .tooltip-inner {
    text-align: left;
}
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}
.bv-form .bv-icon-no-label {
    top: 0;
}
.bv-form .bv-icon-input-group {
    top: 0;
    z-index: 100;
}

/* ================================================================
 * MEDIAELEMENT PLAYER ( AUDIO / VIDEO )
 * ================================================================ */

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
    background: #000;
}
.mejs-container.mejs-audio {
    background: transparent;
    font-family: inherit;
    width: 100%;
    height: 50px !important;
}
.mejs-overlay-button {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 !important;
}
/* Start: CONTROL BAR */

.mejs-container.mejs-audio .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #2C2C2C;
    border: 1px solid #404040;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.mejs-container.mejs-audio .mejs-controls div {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    background: none;
    font-family: inherit;
}
.mejs-container.mejs-audio .mejs-controls .mejs-button {
    width: 40px;
    height: 48px;
}
.mejs-container.mejs-audio .mejs-button button {
    display: block;
    position: absolute;
    width: 40px;
    height: 36px;
    background: url(images/play-pause-icon.png) no-repeat;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Start: Time (Current / Duration) */

.mejs-container.mejs-audio .mejs-controls .mejs-time {
    overflow: hidden;
    display: block;
    width: auto;
    height: 48px;
    padding: 0;
    color: #fff;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time span {
    display: block;
    float: left;
    width: auto;
    margin: 0 6px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    height: 48px;
    line-height: 48px;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */

.mejs-container.mejs-audio .mejs-playpause-button button {
    background-position: center 30px;
}
.mejs-container.mejs-audio .mejs-play button {
    background-position: center 10px;
}
.mejs-container.mejs-audio .mejs-pause button {
    background-position: center -26px;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
    direction: ltr;
    padding-top: 5px;
    margin-right: 10px;
    position: relative;
    top: 0;
    left: 0;
    height: 48px;
}
.mejs-container.mejs-audio .mejs-time-rail span,
.mejs-container.mejs-audio .mejs-time-rail a {
    display: block;
    position: absolute;
    height: 6px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mejs-container.mejs-audio .mejs-controls a:focus > .mejs-offscreen {
    height: auto;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail span a,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mejs-container.mejs-audio .mejs-time-rail .mejs-time-total {
    background: #DBE0E4;
    width: 100%;
    margin-top: 17px;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle {
    background: url(images/volume-handle.png) 0 0 no-repeat;
    border: none;
    width: 20px;
    height: 20px;
    top: -7px;
}
.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
}
.mejs-container.mejs-audio .mejs-time-loaded {
    width: 0;
    background: #DBE0E4;
}
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #DBE0E4;
}
.mejs-container.mejs-audio .mejs-time-rail .mejs-time-current {
    width: 0;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #f7f7f7;
    width: 45px;
    height: 18px;
    border: none;
    top: -26px;
    margin-left: -14px;
    text-align: center;
    color: #111;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border: none;
}
/* End: Progress Bar */
/* Start: Mute/Volume */

.mejs-container.mejs-audio .mejs-controls .mejs-volume-button {
    width: 34px;
    height: 48px;
    display: block;
}
.mejs-container.mejs-audio .mejs-volume-button button {
    width: 24px;
    height: 24px;
    background: url(images/volume-icon.png) 0 0 no-repeat transparent;
}
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
    height: 48px;
    width: 60px;
    position: relative;
    cursor: pointer;
    margin: 0 15px 0 0;
    display: inline-block;
}
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    top: 21px;
    left: 0;
    width: 60px;
    height: 5px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: #DBE0E4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    top: 21px;
    left: 0;
    width: 60px;
    height: 5px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    margin: 0;
    position: absolute;
    top: 14px;
    background: url(images/volume-handle.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
}
/* End: Mute/Volume */
/* Fix for last item dropping below the controls. */

.mejs-container.mejs-audio .mejs-controls > a:last-of-type,
.mejs-container.mejs-video .mejs-controls > div:last-of-type {
    position: relative;
    clear: both;
    float: right;
    top: -48px;
    margin-left: 5px;
}
.mejs-container.mejs-video .mejs-controls > div:last-of-type {
    top: -27px;
}

/* ================================================================
 * MB YTPLAYER
 * ================================================================ */

/* 19/08/14 19.57 */
@font-face {
  font-family: 'ytpregular';
  src: url('fonts/ytp-regular.eot');
}
@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'),
  url('fonts/ytp-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.mb_YTPlayer:focus {
    outline: 0;
}
.mb_YTPlayer {
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    box-sizing: border-box;
}
.mb_YTPlayer.fullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none !important;
}
.mb_YTPlayer.fullscreen .mbYTP_wrapper {
    opacity: 1 !important;
}
.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}
.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}
.inline_YTPlayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}
/*CONTROL BAR*/

.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular';
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px;
}
.mb_YTPBar {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1;
}
.mb_YTPBar .buttonBar {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
    width: 130px;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
    width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
    left: 185px;
    right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
    width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
    color: white;
}
.mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPPlaypause img {
    cursor: pointer;
}
.mb_YTPMuteUnmute {
    cursor: pointer;
}
/*PROGRESS BAR*/

.mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}
.mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}
.mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #fff;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box;
}
/*RASTER OVERLAY*/

.YTPOverlay.raster {
    background: url("images/raster.png");
}
.YTPOverlay.raster.retina {
    background: url("images/raster@2x.png");
}
.YTPOverlay.raster-dot {
    background: url("images/raster_dot.png");
}
.YTPOverlay.raster-dot.retina {
    background: url("images/raster_dot@2x.png");
}

/* GLOBAL
----------------------------------------------- */

body {
    color: #505050;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #f2f2f2;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.75;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
    color: #303030;
}
/* Links */
a {
    outline: none;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
}
/* Text Elements */
blockquote p {
    font-style: italic;
}
dd {
    margin-bottom: 1em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Tables */
table {
    width: 100%;
    margin-bottom: 20px;
}
table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}
table tbody + tbody {
    border-top: 2px solid #ddd;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
    border: none;
}
/* Clearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix {
    min-height: 1px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
/* Override the bootstrap style */
blockquote,
.blockquote-reverse {
    border-left: none;
    border-right: none;
    padding: 15px;
    position: relative;
    font-size: 20px;
    color: #999999;
    font-family: Georgia;
    width: 90%;
    margin: 20px auto;
    text-align: center;
}
/* Insert the pseudo element - replicating what FontAwesome does */

blockquote:before,
blockquote:after {
    background: #c4c4c4;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 150px;
}
blockquote:before {
    top: 0;
}
blockquote:after {
    bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    font-weight: 500;
}
blockquote blockquote {
    padding: 0;
    margin: 0;
}
blockquote blockquote:before,
blockquote blockquote:after {
    content: none;
}
.btn,
.btn.btn-default {
    font-weight: 400;
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #FFFFFF;
    border: none;
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}
.btn:active,
.btn.active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.btn[disabled] {
    color: #fff;
}
.btn.btn-wide {
    max-width: 210px;
}
.btn-top-margin {
    margin-top: 10px;
}
.search-form .btn {
    padding: 3px 12px;
    font-size: 17px;
    font-weight: 400;
}
.widget .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget .btn-wide {
    max-width: none;
}
.btn-search {
    background: transparent;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    background: #303030;
    color: #fff;
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background-color: #333;
    color: #fff;
}
.inline-block,
.inline-title {
    display: inline-block;
}
.no-padding {
    padding: 0;
}
.zozo-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.animated {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.pager li a,
.pager li span {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
}
.pager li i {
    font-weight: 700;
    font-size: 15px;
}
.pager li.previous i {
    padding-right: 5px;
}
.pager li.next i {
    padding-left: 5px;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:active,
.pager li > span:active,
.pager li > a:focus,
.pager li > span:focus {
    background-color: transparent;
}
.input-group-addon {
    background: #222;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-color: #dbdbdb;
    font-size: 15px;
    width: 35px;
    color: #fff;
    padding: 0;
}
.input-group-addon i {
    color: #fff;
}
.zozo-input-group-addon input.form-control {
    border-left: none;
}
.input-group input.form-control {
    background: #fff;
    height: 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.input-group-btn .btn {
    height: 45px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.input-group .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
hr {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 45px;
}
#back-to-top {
    bottom: 15px;
    color: #fff;
    right: 15px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
#back-to-top:hover,
#back-to-top:active {
    background-color: #000;
}
/* ------------------ Search Form ------------------ */
.search-form .input-group input.form-control,
.search-form .input-group-btn .btn {
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    height: 50px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: 1px solid #EFEFEF;
    border-right: none;
    padding: 5px 16px;
}
.search-form .input-group-btn .btn {
    border: 1px solid #EFEFEF;
    border-left: none;
    font-style: normal;
    line-height: 18px;
    color: #777777;
}
.search-form .input-group-btn .btn .fa {
    padding-right: 0;
}
/* ------------------ Page Loader ------------------ */
.pageloader {
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/* ------------------ Page Header ------------------ */
.page-title-section {
    padding: 35px 0;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
    background: #222;
}

.page-title-section-outer {
    position: relative;
    margin-bottom: 50px;
    margin-top: -82px;
}
.angled .page-title-section-outer {
    position: relative;
    margin-bottom: 90px;
    margin-top: -82px;
}
.angled .page-title-section:after {
    background: #222;
    content: "";
    height: 45px;
    bottom: -30px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.angled .page-title-section:before {
    background: #222;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 20px;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.page-title-section .page-title-header h1.entry-title {
    margin: 0 0 5px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.page-title-section .page-title-header h1.entry-title::after {
    content: "";
    display: block;
    height: 1px;
    margin: 12px auto 0;
    width: 120px;
    border-bottom: 1px solid;
}
.page-title-section .page-entry-slogan {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}
.search .main-section .page-title-header,
.archive .main-section .page-title-header,
.page .main-section .page-title-header {
    padding-top: 0px;
}

.angled .search .main-section .page-title-header,
.angled .archive .main-section .page-title-header,
.angled .page .main-section .page-title-header {
    padding-top: 30px;
}

/* ================================================================
 * HEADER 
 * ================================================================ */
#zozo_wrapper #header,
#zozo_wrapper #header-sticky {
    width: 100%;
    position: relative;
    z-index: 9999;
}
#zozo_wrapper #header-sticky.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header-section,
.header-logo-center {
    position: relative;
    background: #fff;
}
#header-sticky.header-fixed .header-main-section {
    left: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    font-size: inherit;
    height: inherit;
    position: relative;
    z-index: 99;
    padding: 0 15px;
}
.navbar-brand.site-logo-text:hover {
    color: #333;
}
.extra-nav {
    min-width: 50px;
    text-align: center;
}
.extra-nav:last-child {
    min-width: 28px;
    text-align: right;
}
.extra-nav:last-child > div {
    text-align: right;
}
.extra-nav > div {
    line-height: inherit;
    padding: 0;
    float: left;
}
/* ------------------ Navbar ------------------ */
.header-section .navbar {
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
}
.header-main-section.navbar {
    min-height: 110px;
}
/* ------------------ Logo ------------------ */
.navbar-header.zozo-logo {
    height: 100%;
    position: relative;
}
.zozo-logo img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    padding: 12px 0;
    position: relative;
}
/* ------------------ Logo Left ------------------ */
.logo-left .zozo-main-bar {
    float: right;
    margin-right: -15px;
}
.logo-left .zozo-logo img {
    float: left;
}
/* ------------------ Logo Center ------------------ */
.logo-center .header-main-section.navbar {
    min-height: 55px;
}
.logo-center .zozo-header-main-bar .navbar-nav {
    height: 55px;
}
.logo-center .zozo-header-main-bar .nav.navbar-nav.zozo-main-bar > li {
    line-height: 55px;
    height: 55px;
}
.logo-center .zozo-logo img {
    padding: 50px 0;
}
.logo-center .navbar-header.zozo-logo {
    float: none;
    text-align: center;
}
.logo-center .navbar-brand {
    float: none;
    display: inline-block;
}
.logo-center .zozo-header-main-bar {
    float: left;
    text-align: center;
    padding: 0;
    width: 100%;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
}
.logo-center .navbar > .container .navbar-brand {
    margin-left: 0;
}
.logo-center .zozo-header-main-bar .navbar-nav {
    float: none;
}
.logo-center .header-fixed .zozo-header-main-bar .navbar-nav li {
    float: left;
    display: block;
}
.logo-center .zozo-header-main-bar .navbar-nav li.extra-nav {
    float: right;
}
/* ------------------ Logo Right ------------------ */
.logo-right .navbar-header.zozo-logo,
.logo-right .navbar-brand {
    float: right;
}
.logo-right .navbar > .container .navbar-brand {
    margin-left: 0;
    margin-right: -15px;
}
.logo-right .navbar > .container .navbar-nav.zozo-main-bar {
    margin-left: -15px;
}
.logo-right .navbar-toggle {
    float: left;
}
.logo-right .zozo-header-main-bar {
    width: auto;
}
/* ------------------ Header Search ------------------ */
.header-search-form-area .search-form .input-group {
    line-height: 50px;
}
.header-search-form-area .input-group input.form-control,
.header-search-form-area .input-group-btn .btn {
    height: 50px;
}
.header-search-form-area .input-group-btn .btn {
    color: #fff;
    width: 50px;
    background: #2F2F2F;
    border: none;
}
.header-section .header-search-form .input-group input.form-control {
    line-height: 40px;
    float: none;
    color: #a0a0a0;
}
.header-section .header-search-form .input-group-btn .btn {
    line-height: 18px;
    color: #a0a0a0;
}
.header-section .header-search-form .input-group-btn .btn:hover {
    background-color: transparent;
}
.header-main-section .header-main-right-search {
    position: relative;
}
.header-main-right-search i {
    cursor: pointer;
    line-height: inherit;
    width: 16px;
    vertical-align: top;
}
.header-main-right-search .btn-trigger {
    width: 30px;
    text-align: center;
    color: #222222;
}
.logo-center .header-main-right-search .btn-trigger {} .header-main-section .header-search-form-area {
    display: none;
    width: 300px;
    position: absolute;
    right: -10px;
    z-index: 200;
}
/* ------------------ Header Social Icons ------------------ */
.header-section .zozo-social-icons li {
    margin: 0 7px 0 0;
    position: relative;
}
.header-section .zozo-social-icons li a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.header-section .zozo-social-icons.soc-icon-transparent li {
    margin: 0 15px 0 0;
}
.header-section .zozo-social-icons.soc-icon-flat li > a > i,
.header-section .zozo-social-icons.soc-icon-circle li > a > i {
    line-height: 30px;
}
.header-section .zozo-social-icons li i {
    color: #222222;
    font-size: 15px;
}
.header-section .zozo-social-icons.soc-icon-flat li i,
.header-section .zozo-social-icons.soc-icon-circle li > a > i {
    font-size: 16px;
}
.extra-nav .sidebar-social {
    margin-right: 0px;
}
/* ------------------ Header Custom Widget Area ------------------ */
.header-section .header-sidebar .widget {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

/* ================================================================
 * MAIN NAVIGATION
 * ================================================================ */
.nav.navbar-nav.zozo-main-bar > li {
    position: static;
}
.zozo-main-nav > li > a {
    padding: 0 20px;
    text-align: center;
    color: #222;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    line-height: inherit;
    z-index: 99;
}
.zozo-main-nav > li:first-child > a {
    padding-left: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}
.zozo-main-nav.navbar-nav .dropdown-menu li a:hover,
.zozo-main-nav.navbar-nav .dropdown-menu li:hover > a,
.zozo-main-nav.navbar-nav .dropdown-menu > li.current-menu-item > a:hover,
.zozo-main-nav.navbar-nav .dropdown-menu > li.current-menu-item.active > a,
.zozo-main-nav.navbar-nav .dropdown-menu > li.current-menu-parent > a,
.zozo-main-nav.navbar-nav .dropdown-menu > li.current-menu-parent > .sub-menu > .current-menu-item.active > a,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu li.active a,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:hover,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:active,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:focus {
    background: transparent;
}
.navbar-header .icon-bar {
    background: #7c7b7b;
}
.header-menu-bar .navbar-header .icon-bar {
    background: none repeat scroll 0 0 #000;
}
.header-logo-center {
    position: relative;
}
.home .header-logo-center {
    margin-bottom: 0px;
}
.angled .header-logo-center .navbar-header.zozo-logo:after {
    background: none repeat scroll 0 0 #fff;
    bottom: -38px;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 999;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header-logo-center .navbar-header.zozo-logo:after {
        bottom: -24px !important;
    }
}
.navbar-collapse {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.dropdown-toggle .caret {
    display: none;
}
.dropdown:hover .dropdown-menu,
.dropdown-menu .dropdown:hover .sub-menu,
.dropdown:hover .zozo-megamenu-wrapper {
    visibility: visible;
    animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
}
.dropdown-menu {
    border: none;
    background: #222;
    min-width: 220px;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.dropdown-menu,
.dropdown-menu .sub-menu,
.zozo-megamenu-container {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.zozo-main-nav > li:first-child > .dropdown-menu {
    left: -15px;
}
.dropdown-menu li {
    min-width: 220px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dropdown-menu li:first-child {
    border: none;
}
.dropdown-menu > li > a,
.dropdown-menu .sub-menu a {
    padding: 10px 20px;
    color: #fff;
}
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu li.active a,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:hover,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:active,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:focus {
    color: #000;
}
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu li.active a,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:hover,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:active,
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu a:focus {
    padding-left: 10px;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    min-width: 180px;
    list-style: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #222;
    border: none;
}
.zozo-main-nav.navbar-nav li:last-child .dropdown-menu .sub-menu {
    right: 100%;
    left: auto;
}
.dropdown-menu .sub-menu a {
    clear: both;
    display: block;
    line-height: 1.42857;
    white-space: nowrap;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.zozo-megamenu-wrapper {
    visibility: hidden;
    min-width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    background: #FFFFFF;
}
.zozo-megamenu-container,
.zozo-megamenu,
.zozo-megamenu .zozo-megamenu-submenu .sub-menu {
    list-style: none;
}
.zozo-megamenu .zozo-megamenu-submenu .sub-menu {
    padding: 0;
    margin: 0;
}
.zozo-megamenu {
    display: table;
    width: 100%;
    padding: 10px 0;
}
.zozo-megamenu > li {
    padding: 15px;
    float: none;
    display: table-cell;
    text-align: left;
}
.navbar-nav .zozo-megamenu > li a {
    color: #fff;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
}
.zozo-megamenu > li:last-child {
    border: none;
}
.zozo-megamenu-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
}
.zozo-megamenu-title .zozo-megamenu-icon,
.zozo-megamenu-icon {
    padding-right: 10px;
}
.zozo-megamenu-container a {
    display: block;
    padding: 10px 0;
}
.zozo-megamenu-bullet {
    padding-right: 15px;
    display: none;
}
.nav > li.zozo-megamenu-menu {
    position: static;
}
.nav > li.zozo-megamenu-menu .dropdown-toggle:after {
    display: none;
}
.mobile-sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li span.menu-toggler {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}
ul li span.menu-toggler i {
    display: block;
    line-height: 30px;
}
ul li span.menu-toggler .fa-angle-down {
    display: block;
}

/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #zozo_wrapper,
.boxed .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.boxed .wrapper-class{
	background:#f2f2f2;
}
.fullwidth .container {
    width: 100%;
    max-width: 1200px;
}
#zozo_wrapper {
    width: 100%;
    position: relative;
}
.two-col-right #single-sidebar-container #primary,
.two-col-left #single-sidebar-container #sidebar,
.three-col-right #single-sidebar-container,
.three-col-right #single-sidebar-container #primary,
.three-col-middle #single-sidebar-container #primary,
.three-col-middle #secondary-sidebar,
.three-col-left #single-sidebar-container #sidebar,
.three-col-left #secondary-sidebar {
    float: left;
}
.two-col-right #single-sidebar-container #sidebar,
.two-col-left #single-sidebar-container #primary,
.three-col-right #single-sidebar-container #sidebar,
.three-col-right #secondary-sidebar,
.three-col-middle #single-sidebar-container,
.three-col-middle #single-sidebar-container #sidebar,
.three-col-left #single-sidebar-container,
.three-col-left #single-sidebar-container #primary {
    float: right;
}
#content {
    padding: 0;
}
.main-col-small,
.main-col-full,
.content-col-small,
.content-col-full,
.pm-sidebar,
.sec-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}
.main-col-full {
    width: 100%;
}
.content-col-full {
    width: 100%;
}
.main-col-small {
    width: 78%;
}
.content-col-small {
    width: 72%;
}
.pm-sidebar {
    width: 28%;
}
.two-col-left .pm-sidebar {
    margin-top: -22px;
}
.sec-sidebar {
    width: 22%;
}
.home .main-section{
	padding-top:0;
}
.main-section {
    margin-top: 40px;
    margin-bottom: 30px;
}
.main-section {
    padding-top: 30px;
}
.angled .main-section {
    padding-top: 60px;
}

/* ================================================================
 * FOOTER
 * ================================================================ */
.zozo-footer-logo {
    padding: 30px 0;
}
.zozo-footer-logo,
.zozo-footer-logo .navbar-brand {
    width: 100%;
    float: left;
}
.zozo-footer-logo .navbar-brand.site-logo-img img {
    margin: 0 auto;
}
.footer-copyright-section {
    background: #000;
    padding: 20px 0 30px;
}
.footer-copyright-section p {
    margin-bottom: 0;
    line-height: 28px;
}
#footer-widgets-container .footer-widgets {
    min-height: 100px;
}
.footer-section {
    margin-top: 0;
}
.footer-widgets-section {
    padding: 40px 0;
    background: #222222;
    position: relative;
    margin-top: 60px;
}
.angled .footer-widgets-section:after {
    background: none repeat scroll 0 0 #222;
    top: -5px;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 999;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .footer-widgets-section:after {
        top: -10px !important;
    }
}
.footer-copyright-section {
    padding: 15px 0;
}
.widget .site-title {
    margin-bottom: 20px;
}
.footer-copyright-section .zozo-social-icons li {
    margin: 0px 8px;
}
.footer-copyright-section .zozo-social-icons i {
    color: #b7b7b7;
    font-size: 20px;
}

/* ================================================================
 * OWL CAROUSEL
 * ================================================================ */
.zozo-owl-carousel.owl-carousel {
    margin: 0 -15px;
    width: auto;
}
.owl-carousel .owl-wrapper-outer {
    z-index: 100;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    text-decoration: none;
    display: block;
    width: 50px;
    height: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 101;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:before {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 50px;
}
.owl-carousel.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    filter: alpha(opacity=100);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    left: -15px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    float: right;
    right: -15px;
}
.owl-carousel.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
    font-size: 30px;
    font-family: 'FontAwesome';
    display: inline-block;
    text-align: center;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
}
.owl-theme .owl-controls .owl-page {
    margin-top: 8px;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    background: #C9C9C9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 1;
}
.owl-slides-container {
    position: relative;
}
.owl-carousel .itemsScale .owl-item img {
    width: 100%;
}
/* Paginations */

.owl-pagination {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99999;
}

/* ================================================================
 * RESPONSIVE VIDEO
 * ================================================================ */
.video-bg .mb_YTVPBar {
    opacity: 1;
}
.video-bg .mb_YTVPBar:hover .buttonBar,
.video-bg .mb_YTVPBar .buttonBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    top: -25px;
}
.video-bg .mb_YTVPProgress {
    top: -33px;
    height: 8px;
}
.video-bg .mb_YTVPLoaded {
    height: 8px;
}
.video-bg .mb_YTVTime {
    height: 100%;
}
.video-bg .mb_YTVTime:after {
    background: #a4a4a4;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -2px;
    width: 4px;
}
.video-bg .buttonBar span {
    color: #a4a4a4;
}

/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */
@-webkit-keyframes zoslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes zoslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.zozo-social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.zozo-social-icons li {
    display: inline-block;
    margin: 10px 3px;
}
.fullwidth-menu-section .zozo-social-icons li {
    margin: 17px 3px;
}
.zozo-social-icons.soc-icon-flat li {
    width: 30px;
}
.zozo-social-icons li a {
    width: 30px;
    height: 30px;
    display: block;
}
.zozo-social-icons.soc-icon-transparent li a {
    width: auto;
    height: auto;
}
.zozo-social-icons i {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: inherit;
}
.zozo-social-icons.soc-icon-flat li i,
.zozo-social-icons.soc-icon-circle li i {
    color: #fff;
}
.zozo-social-icons.soc-icon-transparent i {
    font-size: 18px;
}
.soc-icon-circle li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #2d2d2d;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.soc-icon-circle li a:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.soc-icon-flat li a {
    background-color: #2d2d2d;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.soc-icon-flat li a:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.zozo-social-icons.soc-icon-transparent li.facebook a:hover,
.zozo-social-icons.soc-icon-transparent li.facebook a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.facebook a:hover {
    color: #3B5998;
    background: none;
}
.zozo-social-icons li.facebook a:hover {
    background-color: #3B5998;
}
.zozo-social-share-icons li.facebook a:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}
.zozo-social-icons.soc-icon-transparent li.twitter a:hover,
.zozo-social-icons.soc-icon-transparent li.twitter a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.twitter a:hover {
    color: #55ACEE;
    background: none;
}
.zozo-social-icons li.twitter a:hover {
    background-color: #55ACEE;
}
.zozo-social-share-icons li.twitter a:hover {
    background-color: #55ACEE;
    border-color: #55ACEE;
}
.zozo-social-icons.soc-icon-transparent li.linkedin a:hover,
.zozo-social-icons.soc-icon-transparent li.linkedin a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.linkedin a:hover {
    color: #007ab5;
    background: none;
}
.zozo-social-icons li.linkedin a:hover {
    background-color: #007ab5;
}
.zozo-social-share-icons li.linkedin a:hover {
    background-color: #007ab5;
    border-color: #007ab5;
}
.zozo-social-icons.soc-icon-transparent li.instagram a:hover,
.zozo-social-icons.soc-icon-transparent li.instagram a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.instagram a:hover {
    color: #4c7ba3;
    background: none;
}
.zozo-social-icons li.instagram a:hover {
    background-color: #4c7ba3;
}
.zozo-social-share-icons li.instagram a:hover {
    background-color: #4c7ba3;
    border-color: #4c7ba3;
}

.zozo-social-icons.soc-icon-transparent li.pinterest a:hover,
.zozo-social-icons.soc-icon-transparent li.pinterest a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.pinterest a:hover {
    color: #c91921;
    background: none;
}
.zozo-social-icons li.pinterest a:hover {
    background-color: #c91921;
}
.zozo-social-share-icons li.pinterest a:hover {
    background-color: #c91921;
    border-color: #c91921;
}
.zozo-social-icons.soc-icon-transparent li.googleplus a:hover,
.zozo-social-icons.soc-icon-transparent li.googleplus a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.googleplus a:hover {
    color: #dd4937;
    background: none;
}
.zozo-social-icons li.googleplus a:hover {
    background-color: #dd4937;
}
.zozo-social-share-icons li.googleplus a:hover {
    background-color: #dd4937;
    border-color: #dd4937;
}
.zozo-social-icons.soc-icon-transparent li.youtube a:hover,
.zozo-social-icons.soc-icon-transparent li.youtube a:hover i {
    color: #e22b26;
    background: none;
}
.zozo-social-icons li.youtube a:hover {
    background-color: #e22b26;
}
.zozo-social-icons.soc-icon-transparent li.rss a:hover,
.zozo-social-icons.soc-icon-transparent li.rss a:hover i {
    color: #f75f0b;
    background: none;
}
.zozo-social-icons li.rss a:hover {
    background-color: #f75f0b;
}
.zozo-social-icons.soc-icon-transparent li.tumblr a:hover,
.zozo-social-icons.soc-icon-transparent li.tumblr a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.tumblr a:hover {
    color: #34465d;
    background: none;
}
.zozo-social-icons li.tumblr a:hover {
    background-color: #34465d;
}
.zozo-social-share-icons li.tumblr a:hover {
    background-color: #34465d;
    border-color: #34465d;
}
.zozo-social-icons.soc-icon-transparent li.reddit a:hover,
.zozo-social-icons.soc-icon-transparent li.reddit a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.reddit a:hover {
    color: #FF4500;
    background: none;
}
.zozo-social-icons li.reddit a:hover {
    background-color: #FF4500;
}
.zozo-social-share-icons li.reddit a:hover {
    background-color: #FF4500;
    border-color: #FF4500;
}
.zozo-social-icons.soc-icon-transparent li.dribbble a:hover,
.zozo-social-icons.soc-icon-transparent li.dribbble a:hover i {
    color: #ea4886;
    background: none;
}
.zozo-social-icons li.dribbble a:hover {
    background-color: #ea4886;
}
.zozo-social-icons.soc-icon-transparent li.vimeo a:hover,
.zozo-social-icons.soc-icon-transparent li.vimeo a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.vimeo a:hover {
    color: #17B3E8;
    background: none;
}
.zozo-social-icons.soc-icon-transparent li.digg a:hover,
.zozo-social-icons.soc-icon-transparent li.digg a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.digg a:hover {
    color: #1b5891;
    background: none;
}
.zozo-social-icons li.digg a:hover {
    background-color: #1b5891;
}
.zozo-social-share-icons li.digg a:hover {
    background-color: #1b5891;
    border-color: #1b5891;
}
.zozo-social-icons.soc-icon-transparent li.flickr a:hover,
.zozo-social-icons.soc-icon-transparent li.flickr a:hover i {
    color: #ff0082;
    background: none;
}
.zozo-social-icons li.flickr a:hover {
    background-color: #ff0082;
}
.zozo-social-icons.soc-icon-transparent li.skype a:hover,
.zozo-social-icons.soc-icon-transparent li.skype a:hover i {
    color: #00a9f1;
    background: none;
}
.zozo-social-icons li.skype a:hover {
    background-color: #00a9f1;
}
.zozo-social-icons.soc-icon-transparent li.blogger a:hover,
.zozo-social-icons.soc-icon-transparent li.blogger a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.blogger a:hover {
    color: #ff9334;
    background: none;
}
.zozo-social-icons li.blogger a:hover {
    background-color: #ff9334;
}
.zozo-social-share-icons li.blogger a:hover {
    background-color: #ff9334;
    border-color: #ff9334;
}
.zozo-social-icons.soc-icon-transparent li.yahoo a:hover,
.zozo-social-icons.soc-icon-transparent li.yahoo a:hover i {
    color: #65106d;
    background: none;
}
.zozo-social-icons li.yahoo a:hover {
    background-color: #65106d;
}
.zozo-social-share-icons {
    padding: 11px 6px 5px 14px;
    margin: 0;
    list-style: none;
    display: inline-block;		
    background-color: #f2f2f2;
}
.author-info-page .zozo-social-share-icons{		
    background-color: transparent;
}
.author-media-links.zozo-social-share-box {
    height: 41px;
}
.zozo-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.zozo-subscribe-socials .zozo-social-icons {
    padding-left: 10px;
}
/* ================================================================
 * BLOG
 * ================================================================ */
 
/* ============ Blog Title ============ */
.large-layout .post h2.entry-title {
    font-size: 40px;
    line-height: 45px;
}
.large-layout .post {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.medium-layout .post h2.entry-title {
    font-size: 28px;
    line-height: 33px;
    display: inline-block;
}
.grid-layout .post h2.entry-title {
    font-size: 30px;
    line-height: 35px;
}
.grid-col-4 .post h2.entry-title {
    font-size: 22px;
    line-height: 28px;
}
.sticky {} 
#sc-posts-infinite-container,
#archive-posts-container,
.single-post-page,
.grid-post-page {
    position: relative;
}
#sc-posts-infinite-container.scroll-infinite,
#archive-posts-container.scroll-infinite {
    margin-bottom: 25px;
}
#sc-posts-infinite-container.grid-layout.scroll-infinite,
#archive-posts-container.grid-layout.scroll-infinite {
    padding-bottom: 40px;
}
article.post,
.search-results-item article.page {
    background: #fff;
    border: 1px solid #EDEDED;
    box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
}

article {
    margin-bottom: 60px;
}
.angled article {
    margin-bottom: 90px;
}
.angled article:after {
    background: none repeat scroll 0 0 #fff;
    bottom: -17px;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.angled article:before {
    background: none repeat scroll 0 0 #fff;
    top: -17px;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.large-layout article.post,
.single.single-post article.post,
.zozo-searchresults article.post,
.zozo-searchresults article.page {
    padding: 30px;
}
.medium-layout article.post {
    padding: 20px;
    margin-bottom: 70px;
	width: 100%;
}
.large-layout .posts-content-container .post-featured-image,
.single.single-post .posts-content-container .post-featured-image,
.grid-layout .posts-content-container .post-featured-image,
.zozo-searchresults article.post .posts-content-container .post-featured-image {
    margin: 0 -30px;
}
.grid-layout.grid-col-4 .grid-posts .post-featured-image {
    margin: 0 -15px;
}
.post.format-quote .posts-content-container .post-featured-image {
    margin: 0;
}
.medium-layout .format-quote .post-featured-image.blog-medium-image {
    padding: 15px 0 0;
}
.post.format-quote .post-featured-image .entry-thumbnail {
    margin-bottom: 20px;
}
.post.format-quote .post-featured-image .entry-thumbnail img {
    width: auto;
    max-width: 300px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: opacity 0.4s ease-in-out 0s;
    -ms-transition: opacity 0.4s ease-in-out 0s;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
.post.format-quote .post-featured-image .entry-thumbnail img:hover {
    opacity: 0.6;
}
.post.format-quote.has-post-thumbnail .entry-summary {
	overflow: hidden;
}
.post-featured {
    height: 40px;
    left: -5px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 40px;
    z-index: 10;
}
.grid-layout .post-featured {
    top: 5px;
}
.post-featured i {
    color: #ffffff;
}
.post-featured .sticky-post {
    height: 100%;
    line-height: 40px;
    vertical-align: middle;
    width: 100%;
}
.medium-layout .post-featured {
    right: -5px;
    left: auto;
}
.medium-layout .post-featured .sticky-post {
    float: right;
}
.post-featured-image .entry-thumbnail img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}
.post-featured-image .entry-thumbnail img:hover {
    -webkit-transform: scale(1.04) rotate(0.2deg);
    -moz-transform: scale(1.04) rotate(0.2deg);
    -o-transform: scale(1.04) rotate(0.2deg);
    -ms-transform: scale(1.04) rotate(0.2deg);
    transform: scale(1.04) rotate(0.2deg);
}
.entry-thumbnail {
    overflow: hidden;
    position: relative;
}
.blog-gallery-item {
    width: 100%;
	overflow: hidden;
}
.entry-header {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.posts-content-container .read-more {
    position: relative;
    text-align: center;
}
.read-more .read-more-link {
    font-size: 16px;
    font-weight: 500;
}
.entry-footer {
    position: relative;
}
.grid-post-page .entry-footer {
    position: inherit;
}
.posts-content-container .entry-footer {} .entry-meta {
    padding: 0;
    margin: 8px 0;
    list-style: none;
    width: 100%;
}
.entry-meta i {
    margin-right: 3px;
}
.entry-meta li,
.entry-meta a,
.posted-category .meta-name {
    color: #ADADAD;
}
.entry-meta-wrapper .entry-meta a:hover,
.entry-meta-wrapper .entry-meta a:active,
.entry-meta-wrapper .entry-meta a:focus {
    color: #333;
}
.entry-footer .social-share-container,
.share-options .zozo-social-share-box {
    text-align: center;
    position: absolute;
    z-index: 99;
    right: 0;
    left: 0;
    top: 2px;
}
.tag-quote .entry-footer .social-share-container,
.tag-quote .share-options .zozo-social-share-box {
    top: 50px;
}
.grid-post-page .entry-footer .social-share-container,
.grid-post-page .share-options .zozo-social-share-box {
    bottom: -25px;
    top: inherit;
}
.content-col-small .grid-post-page .entry-footer .social-share-container,
.content-col-small .grid-post-page .share-options .zozo-social-share-box {
    bottom: -32px;
    top: inherit;
}
.grid-layout .grid-post-page .entry-footer .social-share-container,
.grid-layout .grid-post-page .share-options .zozo-social-share-box {
    bottom: -25px;
    top: inherit;
}
.grid-layout .grid-post-page .posts-content-container .read-more {
    padding: 2px 0 25px;
}
.page-template-default .share-options .zozo-social-share-box {
    top: 17px;
}
.format-quote .entry-footer .social-share-container {
    top: 35px;
}
.entry-footer .post-comments-container {
    float: left;
}
.zozo-social-share-icons li {
    float: none;
    display: inline-block;
    margin: 0 7px 7px;
}
.large-layout .large-posts .zozo-social-share-icons li:first-child,
.medium-layout .medium-posts .zozo-social-share-icons li:first-child {
    margin-left: 0;
}
.zozo-social-share-box .zozo-social-share-icons li a {
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: transparent;
    color: #878787;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
    display: block;
    text-align: center;
}
.zozo-social-share-box .zozo-social-share-icons li a:hover {
    color: #fff;
}

/* ============ Blog Grid ============ */
article.post.grid-posts {
    border: none;
}
.grid-posts {
    background: #fff;
}
.grid-posts .posts-inner-container,
.grid-posts.format-quote.posts-inner-container {
    padding: 30px 30px 15px 30px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.grid-layout .grid-post-page article.post:after {
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.grid-layout .grid-post-page article.post:before {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
}
.grid-col-4 .grid-post-page article.post:before {
    height: 13px;
    top: -6px;
}
.grid-col-2 .grid-posts {
    width: 48%;
}
.grid-col-3 .grid-posts {
    width: 32%;
}
.grid-col-4 .grid-posts {
    width: 24%;
}
.grid-col-4 .grid-posts .posts-inner-container,
.grid-col-4 .grid-posts.post.format-quote .posts-inner-container {
    padding: 15px 15px;
}
.grid-layout {
    margin-bottom: 50px;
}
.post.format-quote .posts-inner-container,
.post.format-quote.timeline-posts .posts-inner-container {
    padding: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
}
.home .post.format-quote .posts-inner-container,
.home .post.format-quote.timeline-posts .posts-inner-container {
    margin-bottom: 10px;
}
article.post.format-quote:hover .posts-inner-container {
    border-color: transparent;
}
.grid-layout article.post.format-quote:hover .posts-inner-container {
    border-color: #e9e9e9;
}
.post.format-quote .posts-inner-container::before,
.post.format-quote .posts-inner-container::after {
    pointer-events: none;
}
.grid-layout .grid-posts .posts-inner-container::before,
.grid-layout .grid-posts .posts-inner-container::after {
    display: none;
}
.post.format-quote .posts-inner-container::before,
.post.format-quote .posts-inner-container::after {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s ease 0s, transform 0.4s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.4s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.4s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.4s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.4s ease 0s;
}
.post.format-quote .posts-inner-container::before {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
}
.post.format-quote .posts-inner-container::after {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
}
article.post.format-quote:hover .posts-inner-container::before,
article.post.format-quote:hover .posts-inner-container::after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.quote-format blockquote:before,
.quote-format blockquote:after {
    display: none;
}
.quote-format blockquote {
    color: #999999;
    font-size: 28px;
    line-height: 50px;
    margin: 0;
    padding: 10px;
    width: 100%;
}
.three-col-right .quote-format blockquote,
.three-col-middle .quote-format blockquote,
.three-col-left .quote-format blockquote {
    font-size: 27px;
    line-height: 40px;
}
.grid-layout .quote-format blockquote {
    font-size: 26px;
    line-height: 45px;
}
.grid-layout.grid-col-4 .quote-format blockquote {
    font-size: 23px;
    line-height: 35px;
}
.post.format-quote h2.entry-title {
    margin-bottom: 0;
    margin-top: 15px;
}
.grid-layout.grid-col-3 .post.format-quote h2.entry-title,
.grid-layout.grid-col-4 .post.format-quote h2.entry-title {
    margin-bottom: 10px;
}
h2.entry-title {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}
h2.entry-title a,
.single-post .post h1.entry-title {
    color: #303030;
    text-transform: capitalize;
}
.medium-layout .posts-content-container .read-more {
    text-align: left;
}
h2.entry-title:after,
.single-post .post h1.entry-title:after {
    content: "\f02e";
    font-family: 'FontAwesome';
    font-size: 18px;
    display: block;
    height: 1px;
    margin: 15px auto 0;
    width: 120px;
    background: #222;
    line-height: 12px;
}
.post.format-quote h2.entry-title:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    content: "";
}
.medium-layout .grid-post-page h2.entry-title:after {
    width: 100%;
    content: "";
}
.post.format-quote .posts-content-container .entry-title::before {
    margin-bottom: 25px;
}
.grid-post-page .post.format-quote .posts-content-container .entry-title::before {
    margin-bottom: 15px;
}
.grid-col-4 .grid-post-page .post.format-quote .posts-content-container .entry-title::before {
    margin-bottom: 7px;
}
.post.format-quote .posts-content-container .entry-title > a::after,
.single-post .post.format-quote h1.entry-title::after {
    display: none;
}
.btn.btn-more i {
    padding-left: 10px;
    padding-right: 0px;
}
.grid-posts .entry-thumbnail.quote-image {
    margin-bottom: 0;
}
.grid-posts .entry-thumbnail.quote-image img {
    width: 100%;
}
.grid-posts .entry-thumbnail.image-format {
    position: relative;
}
.entry-thumbnail,
.audio-player .mejs-audio,
.video-player .mejs-video,
.audio-player .soundcloud-shortcode,
.video-player .vimeo-shortcode {
    margin-bottom: 30px;
}
.large-posts .entry-thumbnail,
.large-posts .audio-player .mejs-audio,
.large-posts .video-player {
    margin-bottom: 30px;
}
.timeline-posts .entry-thumbnail.image-format {
    margin-bottom: 0;
}
.grid-layout.grid-col-3 .audio-player .mejs-container .mejs-time.mejs-currenttime-container,
.grid-layout.grid-col-3 .audio-player .mejs-container .mejs-time.mejs-duration-container,
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-currenttime-container,
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-duration-container {
    display: none;
}
.entry-thumbnail img {
    width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}
.quote-author {
    text-align: center;
}
.grid-col-3 .grid-posts .entry-footer .post-comments-container,
.grid-col-3 .grid-posts .entry-footer .social-share-container,
.grid-col-4 .grid-posts .entry-footer .post-comments-container,
.grid-col-4 .grid-posts .entry-footer .social-share-container,
.two-col-right .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.two-col-right .grid-col-2 .grid-posts .entry-footer .social-share-container,
.two-col-left .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.two-col-left .grid-col-2 .grid-posts .entry-footer .social-share-container,
.three-col-right .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.three-col-right .grid-col-2 .grid-posts .entry-footer .social-share-container,
.three-col-middle .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.three-col-middle .grid-col-2 .grid-posts .entry-footer .social-share-container,
.three-col-left .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.three-col-left .grid-col-2 .grid-posts .entry-footer .social-share-container {
    float: none;
    text-align: center;
}
.grid-col-3 .grid-posts .entry-footer .post-comments-container,
.grid-col-4 .grid-posts .entry-footer .post-comments-container,
.two-col-right .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.two-col-left .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.three-col-right .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.three-col-middle .grid-col-2 .grid-posts .entry-footer .post-comments-container,
.three-col-left .grid-col-2 .grid-posts .entry-footer .post-comments-container {
    margin-bottom: 10px;
}

/* ============ Blog Medium ============ */
.medium-layout article.medium-posts.format-quote {
    padding: 40px;
}
.medium-layout .post-content-medium {
    overflow: hidden;
}
.medium-layout .post-content-medium .entry-header {
    text-align: left;
    z-index: 99;
}
.search .medium-layout .post-content-medium .entry-header {
    text-align: center;
}
.search .medium-layout .post-content-medium .entry-title > a:after {
    margin-left: auto;
    margin-right: auto;
}
.medium-layout .post-content-medium .entry-meta {
    margin-top: 0;
}
.medium-layout .medium-posts .post-featured-image {
    float: left;
    height: 270px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.medium-layout .medium-posts .entry-thumbnail.blog-medium-image {
    left: 50%;   
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	margin-bottom: 0;
}
.medium-layout .medium-posts .entry-thumbnail img {
    max-width: none;
	width: auto;
    position: relative;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.entry-meta li {
    display: inline-block;
    margin: 0;
}
.grid-col-4 .grid-posts .entry-meta li {
    display: block;
}
.entry-meta li.comments-link {
    margin: 0 10px 5px;
}
.entry-meta li.divider {
    margin: 0 8px;
    position: relative;
}
.entry-meta .author a {
    text-transform: capitalize;
}
.entry-meta li.divider:before {
    background-color: #d9d9d9;
    bottom: 0;
    content: "";
    height: 15px;
    left: -8px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}
.category-image img {
    width: 100%;
}
.archive-header {
    margin-bottom: 15px;
}
.single-post .entry-header .entry-title {
    margin-bottom: 20px;
}
.post-tags {
    text-align: center;
}
.tags-title,
.sharing-title,
.comments-link i {
    font-size: 17px;
    display: inline-block;
    color: #878787;
}
.post-tags > a,
.post-comments-container .comments-link a {
    padding: 0;
    margin: 7px 0 5px 5px;
    display: inline-block;
    color: #878787;
}
.pagination {
    width: 100%;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.pagination > li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.pagination > li > a,
.pagination > li > span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: #fff;
    border: 1px solid #ededed;
    color: #111111;
    padding: 7px 14px;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    float: left;
    transition: all 0.35s ease-in-out 0s;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: transparent;
}
.pagination > li > span.current,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
}
.pagination > li > a.prev,
.pagination > li > a.next {
    padding: 7px 25px;
}
.pagination > li > a.prev:hover,
.pagination > li > a.prev:active,
.pagination > li > a.prev:focus,
.pagination > li > a.next:hover,
.pagination > li > a.next:active,
.pagination > li > a.next:focus {
    color: #fff;
}
.content-404page .error-title {
    color: #B2B2B2;
    font-size: 180px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.search-404page {
    margin-top: 20px;
    margin-bottom: 30px;
}
.search.search-no-results {
    background-color: #ffffff;
}
.zozo-searchresults.search-results-item {
    margin-bottom: 0px;
}
.angled .zozo-searchresults.search-results-item {
    margin-bottom: 35px;
}
.zozo-searchresults.search-results-item .product.type-product .entry-thumbnail img {
    width: auto;
    max-width: 300px;
    float: left;
    margin-right: 20px;
}
.author-info {
    background: #fff;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    float: left;
    clear: both;
}
.author-name a,
.author-info-page .author-title h4 {
    text-transform: capitalize;
    font-weight: 500;
}
.page-title-header .author-name {
    text-transform: capitalize;
}
.author-description {
    margin-top: 5px;
    color: #5d5d5d;
    margin-left: 95px;
}
.author-info-container {
    position: relative;
}
.author-title h4 {
    margin: 0;
}
.author-avatar {
    float: left;
}
.author-avatar img,
.comment-avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.author-info-container .author-avatar,
.author-info-page .author-avatar,
.comment-container .avatar {
    margin-right: 20px;
}
.author-info-container .author-name,
.author-info-page .author-title h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.author-info-page {
    background: #fff;
    border: 1px solid #EDEDED;
    padding: 30px;
    margin: 20px 0 50px 0;
	position:relative;
}
.angled .author-info-page{
	margin-bottom:80px;
}
.angled  .author-info-page:after {
    background: none repeat scroll 0 0 #fff;
    bottom: -17px;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.angled  .author-info-page:before {
    background: none repeat scroll 0 0 #fff;
    top: -17px;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.author-links {
    margin-left: 95px;
}
.author-links .zozo-social-share-icons li:first-child {
    margin-left: 0;
}
.author-links .author-social {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}
.form-allowed-tags {
    word-break: break-all;
}
.form-allowed-tags code {
    background: none;
    color: inherit;
}
.grid-posts .author-img {
    display: none;
}
.tags-share-section,
.posts-content-container .read-more {
    clear: both;
    z-index: 99;
}
.posts-content-container .read-more {
    padding: 15px 0;
}
.angled .medium-layout .posts-content-container .read-more {
    padding: 15px 0;
}
.medium-layout .posts-content-container .read-more {
    padding: 5px 0;
}
.tags-share-section .share-options {
    text-align: center;
    position: relative;
}
.tags-share-section .zozo-social-share-box {
    float: none;
    display: inline-block;
}
.vimeo-inner {
    max-width: 100% !important;
}
.vimeo-inner iframe {
    width: 100%;
}
.comment-respond label {
    display: block;
}
.comment-respond .comment-reply-title {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}
.comment-status-text {
    margin-left: 95px;
    color: #5d5d5d;
    font-size: 14px;
}
.comment-status-text .reply {
    padding-top: 10px;
}
.comment-status-text .reply a {
    font-weight: 700;
    font-size: 14px;
    padding: 6px 18px;
    text-transform: uppercase;
    border: 1px solid;
    background: transparent;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    transition: background 0.35s ease-out 0s;
    -moz-transition: background 0.35s ease-out 0s;
    -webkit-transition: background 0.35s ease-out 0s;
    -o-transition: background 0.35s ease-out 0s;
    -ms-transition: background 0.35s ease-out 0s;
}
.comment-status-text .reply a:hover,
.comment-status-text .reply a:active,
.comment-status-text .reply a:focus {
    color: #fff;
}
.comment-status-text .reply .edit a {
    margin-right: 10px;
}
#comment {
    width: 100%;
}
.comments-section {
    margin-bottom: 30px;
}
.comment-respond {
    margin-bottom: 60px;
}
.comments-title {
    margin-bottom: 15px;
}
.bypostauthor {} .zozo-all-comments {} .zozo-all-comments ul.children {
    list-style: none;
    padding-left: 80px;
}
.zozo-all-comments ul.children li .comment-container {
    position: relative;
}
.comment-container {
    padding: 30px;
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}
.comment-avatar {
    float: left;
}
.time-diff {
    text-transform: capitalize;
}
.comment-list .author-name {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 30px;
}
.comment-list .date {
    color: #939393;
}
.comment-list .edit {
    padding-right: 15px;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
.comment-form .form-group .input-group {
    width: 100%;
}
.comment-form input,
.comment-form input.form-control {
    padding: 5px 10px;
}
.comment-respond .form-control:focus {
    transition: box-shadow 0.4s ease-out 0s;
    -moz-transition: -moz-box-shadow 0.4s ease-out 0s;
    -webkit-transition: -webkit-box-shadow 0.4s ease-out 0s;
    -o-transition: -o-box-shadow 0.4s ease-out 0s;
    -ms-transition: -ms-box-shadow 0.4s ease-out 0s;
}
.comment-respond .form-submit {
    padding: 0 15px 0 0;
}
#respond.comment-respond .form-submit input[type="submit"] {
    background: transparent;
    border: 1px solid;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    transition: background 0.35s ease-out 0s;
    -moz-transition: background 0.35s ease-out 0s;
    -webkit-transition: background 0.35s ease-out 0s;
    -o-transition: background 0.35s ease-out 0s;
    -ms-transition: background 0.35s ease-out 0s;
}
#respond.comment-respond .form-submit input[type="submit"]:hover,
#respond.comment-respond .form-submit input[type="submit"]:active,
#respond.comment-respond .form-submit input[type="submit"]:focus {
    color: #FFFFFF;
}
#infscr-loading {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    background: none;
    padding: 8px 5px;
    height: 60px;
    color: #fff;
}
#infscr-loading img {
    margin: 0 auto;
}
.all-loaded {
    background: #eaeaea;
    color: #000;
    padding: 15px;
}
.pagination.infinite-scroll {
    display: none;
}
.zozo-hr-line {
    border-color: #eaeaea;
}
.video-player {
    background: #000000;
}
.video-player .mejs-container,
.wp-video-shortcode,
.mejs-overlay {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.wp-video-shortcode {
    max-width: 100%;
}
.wp-video {
    width: 100% !important;
}
.youtube-inner {
    max-width: 100% !important;
}
.timeline-layout {
    position: relative;
    float: left;
    width: 100%;
}
.timeline-layout.clearfix:after {
    background: none repeat scroll 0 0 #E3E3E3;
    bottom: 0;
    clear: none;
    content: "";
    display: block;
    height: 99%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 44px;
    visibility: visible;
    width: 2px;
}
.sc-timeline-title {
    display: inline-block;
    padding: 4px 12px;
    background: #EDEDED;
    position: relative;
    z-index: 99;
    margin-top: 10px;
}
.sc-blog-timeline-date {
    clear: both;
    text-align: center;
}
.timeline-icon {
    text-align: center;
    font-size: 35px;
}
article.post.timeline-posts {
    width: 50%;
    position: relative;
    background: transparent;
    border: none;
}
.timeline-posts .posts-inner-container {
    padding: 15px;
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 10px;
    position: relative;
    width: 92%;
    min-height: 220px;
}
.timeline-posts.pull-right .posts-inner-container {
    float: right;
}
.timeline-posts.pull-left {
    clear: left;
    margin-top: 10px;
}
.timeline-posts.pull-right {
    clear: right;
    margin-top: 50px;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-left .sc-blog-timeline-arrow:before,
.timeline-posts.pull-right .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    top: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-left .sc-blog-timeline-arrow:before {
    left: 100%;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-left .sc-blog-timeline-arrow:before {
    border-left-color: #E0E0E0;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:after {
    border-color: transparent;
    border-width: 5px;
    margin-top: -5px;
}
.timeline-posts.pull-right .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    right: 100%;
}
.timeline-posts.pull-right .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    border-right-color: #E0E0E0;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:before,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    border-width: 11px;
    margin-top: -11px;
}
.timeline-posts.pull-left:after,
.timeline-posts.pull-right:after {
    background: none repeat scroll 0 0 #E0E0E0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    top: 15px;
    width: 18px;
    z-index: 10;
}
.timeline-posts.pull-left:after {
    right: -9px;
}
.timeline-posts.pull-right:after {
    left: -9px;
}
.zozo-form-success,
.zozo-form-error {
    padding: 10px;
    text-align: center;
    display: none;
}
.entry-content .zozo-form-success,
.entry-content .zozo-form-error {
    margin-bottom: 15px;
}
.zozo-form-success i,
.zozo-form-error i {
    padding-right: 10px;
}

/* Related Posts */
.related-posts-container {
    margin-bottom: 30px;
    clear: both;
}
.related-post ul {
    padding: 0px;
    text-align: center;
}
.related-post li {
    text-align: center;
    list-style: none;
}
.related-title {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.related-post-item {
    position: relative;
    cursor: pointer;
}
.related-post-item .entry-thumbnail {
    margin-bottom: 10px;
}
.related-post img {
    width: 100%;
}
.related-post-item .related-item-mask:before {
    content: "";
    border: 1px solid #CECCCC;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.related-post-item .related-item-mask {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease-in-out 0s;
}
.related-post-item:hover .related-item-mask {
    opacity: 1;
}
.related-item-mask .entry-related-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.related-post-item h5 > a,
.related-post-item .post-date {
    color: #000;
}
.related-post-item h5 > a {
    display: block;
}
.post-navigation {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ededed;
    padding: 30px;
    margin-bottom: 30px;
    clear: both;
}
.post-navigation .pager {
    margin: 0;
}
.pager li {
    display: inline-block;
    float: left;
    text-align: left;
    width: 48%;
}
.pager li.next {
    float: right;
    text-align: right;
}
.pager li h5 {
    margin-top: 0;
}
.post-navigation .previous .post-nav-thumb {
    float: left;
    margin-right: 20px;
}
.post-navigation .next .post-nav-thumb {
    float: right;
    margin-left: 20px;
}
.post-navigation .post-nav-thumb img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    max-width: 60px;
}
.post-navigation .post-pager-content {
    overflow: hidden;
    padding-top: 5px;
}

/* ================================================================
 * CONTACT US
 * ================================================================ */
.input,
input.form-control {
    height: 40px;
}
input,
input.form-control,
textarea,
textarea.form-control {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    color: #494949;
    display: block;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
}
.zozo-input-submit .zozo-submit {
    background: transparent;
    border: 1px solid;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    transition: background 0.35s ease-out 0s;
    -moz-transition: background 0.35s ease-out 0s;
    -webkit-transition: background 0.35s ease-out 0s;
    -o-transition: background 0.35s ease-out 0s;
    -ms-transition: background 0.35s ease-out 0s;
}
.zozo-input-submit .zozo-submit:hover,
.zozo-input-submit .zozo-submit:active,
.zozo-input-submit .zozo-submit:focus {
    color: #FFFFFF;
}
#respond .form-submit input[type="submit"],
input[type="submit"],
.wpcf7 input[type="submit"],
button[type="submit"] {
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 1.42857;
}
#respond .form-submit input[type="submit"]:hover,
#respond .form-submit input[type="submit"]:active,
#respond .form-submit input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus {
    background-color: transparent;
}
.post-password-form label,
.post-password-form input {
    display: inline-block;
}
input,
input.form-control,
textarea,
textarea.form-control,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 14px;
}
input:focus,
.form-control:focus,
textarea:focus,
#respond input:focus,
#respond textarea:focus {
    border-color: #dbdbdb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #777777;
}
.form-control:-ms-input-placeholder {
    color: #777777;
}
.form-control::-webkit-input-placeholder {
    color: #777777;
}
.has-error .input-group-addon,
.has-success .input-group-addon {
    background-color: transparent;
}
.has-error .zozo-input-group-addon .input-group-addon,
.has-error .zozo-input-group-addon .form-control,
.has-error textarea.form-control:focus,
.has-error .zozo-input-group-addon input:focus,
.has-error textarea:focus,
.has-error .zozo-input-group-addon .form-control:focus {
    border-color: #a94442;
}
textarea:focus,
.form-group textarea.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    height: 35px;
    padding: 10px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 10px;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.wpcf7 input {
    height: 35px;
    width: 100%;
}
.wpcf7 textarea {
    max-height: 180px;
    width: 100%;
}
.wpcf7 p {
    font-weight: bold;
}
.gmap_canvas {
    margin-bottom: 30px !important;
}
.gmap_canvas img {
    max-width: none;
}
.zozo-contact-form-wrapper .input-group {
    width: 100%;
}
.zozo-contact-form-container {
    margin-top: 40px;
}
.zozo-contact-form-wrapper .form-group {
    margin-bottom: 30px;
}

/* ================================================================
 * SECONDARY MENU
 * ================================================================ */
.side-menu {
    text-align: center;
    padding: 0 7px;
}
.secondary_menu {
    position: fixed;
    background: #2B2B2B;
    overflow-y: hidden;
    visibility: hidden;
    z-index: 300;
    padding: 30px 15px 15px;
}
.secondary_menu.top {
    width: 100%;
}
.secondary_menu.right {
    width: 25%;
    right: 0;
    height: 100%;
}
.secondary_menu.left {
    width: 25%;
    left: 0;
    height: 100%;
    padding: 15px;
}
.secondary_menu_close {
    float: right;
    color: #FFFFFF;
    font-size: 22px;
    padding-right: 10px;
    margin-top: -30px;
}
.secondary_menu.right .secondary_menu_close {
    float: left;
}
.secondary_menu .widget {
    border: none;
    padding: 0;
}
.secondary_menu .widget_nav_menu .menu {
    margin: 0;
}
.secondary_menu .widget_nav_menu ul li.menu-item {
    padding: 9px 10px;
    border-bottom: 1px solid #4F4F4F;
    margin: 0;
}
.secondary_menu .widget_nav_menu ul li.menu-item > a {
    color: #ddd;
    text-transform: uppercase;
    display: block;
}
.secondary_menu .widget_text {
    color: #777777;
}
.secondary_menu .call-to-action-inner {
    background: transparent;
    border: none;
    padding: 10px 0;
}
.secondary_menu .call-to-action-inner .btn {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* ================================================================
 * TABS
 * ================================================================ */
.animated .zozo-tabs .tab-content > .active,
.animated .zozo-accordion .panel-collapse.collapse.in {
    visibility: hidden;
}
.animated.visible .zozo-tabs .tab-content > .active,
.animated.visible .zozo-accordion .panel-collapse.collapse.in {
    visibility: visible;
}
.tab-content > .tab-pane {
    padding: 20px;
}
.tab-content > .tab-pane p {
    font-size: 14px;
    line-height: 22px;
}
.zozo-left-vertical .tab-content > .tab-pane,
.zozo-right-vertical .tab-content > .tab-pane {
    padding: 0;
}
.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.nav-tabs.tabs-left > li,
.nav-tabs.tabs-right > li {
    float: none;
}
.nav-tabs.tabs-left > li {
    margin-right: -1px;
}
.nav-tabs.tabs-right > li {
    margin-left: -1px;
}
.nav-tabs.tabs-left > li > a {
    margin-right: 0;
    display: block;
}
.nav-tabs.tabs-right > li > a {
    margin-right: 0;
}
.nav-tabs > li:last-child > a {
    margin: 0;
}
.zozo-tabs .nav-tabs > li > a {
    font-size: 16px;
}
.zozo-tab-horizontal .nav-tabs > li > a,
.zozo-tab-horizontal .nav-tabs > li.active > a,
.zozo-tab-horizontal .nav-tabs > li.active > a:hover,
.zozo-tab-horizontal .nav-tabs > li.active > a:focus {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 15px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus {
    background: #333;
    color: #fff;
}
.zozo-tab-horizontal .nav-tabs {
    display: table;
    width: 100%;
    border: none;
}
.zozo-tab-horizontal .nav-tabs > li {
    float: none;
    display: table-cell;
}
.zozo-tab-horizontal .tab-content {
    border: 1px solid #ddd;
}
.zozo-left-vertical .nav-tabs,
.zozo-right-vertical .nav-tabs {
    border: none;
}
.zozo-left-vertical .nav-tabs.tabs-left > li.active > a,
.zozo-left-vertical .nav-tabs.tabs-left > li.active > a:hover,
.zozo-left-vertical .nav-tabs.tabs-left > li > a:hover,
.zozo-left-vertical .nav-tabs.tabs-left > li.active > a:focus,
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a,
.zozo-right-vertical .nav-tabs.tabs-right > li > a:hover,
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a:hover,
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a:focus {
    border: none;
    border-bottom: 1px solid #111111;
    box-shadow: none;
}
.zozo-left-vertical .nav-tabs.tabs-left > li > a,
.zozo-left-vertical .nav-tabs.tabs-left > li.active > a,
.zozo-left-vertical .nav-tabs.tabs-left > li.active > a:hover,
.zozo-left-vertical .nav-tabs.tabs-left > li.active > a:focus,
.zozo-right-vertical .nav-tabs.tabs-right > li > a,
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a,
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a:hover,
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a:focus {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.zozo-tabs .nav-tabs > li.active > a {
    position: relative;
}

/* ================================================================
 * WIDGETS
 * ================================================================ */
.sidebar .widget {
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
    padding: 25px;
    background: #fff;
}
.sidebar .widget {
    position: relative;
    margin-bottom: 50px;
}
.angled .sidebar .widget:after {
    background: #ffffff;
    content: "";
    height: 20px;
    bottom: -10px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.angled .sidebar .widget:before {
    background: #ffffff;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -10px;
    transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.widget-title {
    color: #1A1B1C;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.widget.widget_search .search-form .input-group input.form-control,
.widget.widget_search .search-form .input-group-btn .btn {
    background: #f1f1f1;
}
.widget.widget_search .widget-title {
    display: none;
}
.widget input,
.widget select,
.widget textarea {
    width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
    padding: 6px 4px;
}
.widget ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}
.widget ul.children {
    margin-left: 10px;
    margin-top: 15px;
}
.widget_categories ul.children,
.widget_pages ul.children {
    margin-bottom: 10px;
}
.widget li {
    list-style: none;
}
.widget_recent_comments li.recentcomments,
.widget_categories .categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_meta li,
.zozo_category_posts_widget ul li {
    position: relative;
    margin: 7px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
}
.widget_recent_comments li.recentcomments:last-child,
.widget_categories .categories li:last-child,
.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child,
.zozo_category_posts_widget ul li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.zozo_category_posts_widget .btn.btn-posts {
    margin-top: 20px;
}
.zozo-latest-posts li.posts-item,
.widget-posts-list li {
    margin: 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
}
.zozo-latest-posts li.posts-item:last-child,
.widget-posts-list li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.widget_categories .categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_meta li a,
.zozo_category_posts_widget ul li a,
.zozo-latest-posts li.posts-item a,
.widget-posts-list .widget-entry-content a {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
}
.widget_categories .categories li span,
.widget_archive li span {
    float: right;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    text-align: center;
    width: 20px;
    margin-top: 3px;
}
.widget_rss li {
    margin: 12px 0;
}
.footer-widgets .widget {
    margin-bottom: 0;
    border: none;
}
.widget_recent_entries .post-date {
    display: block;
    color: #A0A0A0;
    font-style: italic;
    font-size: 90%;
}
.posts-item:last-child {
    margin-bottom: 0;
}
.latest-posts-menu .posts-title,
.widget-posts-list li h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}
.widget-posts-list li h4 {
    margin-top: 0;
    line-height: 1.2;
}
.widget_nav_menu ul li.menu-item:before,
.widget_pages ul li.page_item:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.widget_nav_menu ul li.menu-item,
.widget_pages ul li.page_item {
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
.widget_nav_menu ul li.menu-item .sub-menu {
    margin-top: 5px;
}
.latest-posts-menu .entry-date {
    font-size: 13px;
    margin-top: -5px;
}
.latest-post-img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.latest-posts-menu li.posts-item:hover img,
.widget-posts-list li:hover img {
    opacity: 0.7;
}
.zozo-call-action.container {
    padding: 0;
}
.call-to-action-inner {
    background: #fff;
    border: 1px solid #ededed;
    padding: 15px;
}
.call-action-subtext {
    font-weight: 400;
    line-height: 1.6;
}
.call-btn-col {
    padding-top: 10px;
    text-align: center;
}
.widget.zozo_facebook_like_widget {
    padding: 0;
    border: none;
}
.fb_iframe_widget {
    width: 100%;
}
.fb_iframe_widget span {
    max-width: 100%;
}
.zozo_flickr_widget,
.zozo_instagram_widget {
    overflow: hidden;
}
.flickr-column-2 .flickr_photo_item,
.flickr-column-2 .flickr_item_size {
    width: 50%;
}
.flickr-column-3 .flickr_photo_item,
.flickr-column-3 .flickr_item_size {
    width: 33.33333%;
}
.flickr-column-4 .flickr_photo_item,
.flickr-column-4 .flickr_item_size {
    width: 25%;
}
.flickr_photo_item img,
.instagram-item img {
    width: 100%;
    padding: 0 2px 2px 0;
}
.flickr_photo_item:hover {
    opacity: 0.7;
}
.instagram-item {
    margin: 0;
    width: 33.33333%;
    float: left;
}
.zozo_mailchimp_form_widget .zozo-mailchimp-form {
    margin-top: 20px;
}
.zozo_mailchimp_form_widget .zozo-mailchimp-form .form-control {
    margin-bottom: 20px;
}
.widget.zozo_tabs_widget {
    border: none;
    padding: 0;
}
.zozo-tabs-widget .tabs {
    border: 1px solid #ededed;
}
.zozo-tabs-widget .nav-tabs {
    background: #eee;
    border: none;
    display: table;
    width: 100%;
}
.zozo-tabs-widget .nav-tabs > li > a {
    font-weight: 500;
}
.zozo-tabs-widget .nav-tabs > li.active > a,
.zozo-tabs-widget .nav-tabs > li.active > a:hover,
.zozo-tabs-widget .nav-tabs > li.active > a:focus {
    border: none;
    background: #fff;
    color: #303030;
}
.zozo-tabs-widget .nav-tabs > li > a:hover {
    background: #fff;
    color: #303030;
}
.zozo-tabs-widget .nav-tabs > li {
    display: table-cell;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.zozo-tabs-widget .nav-tabs > li > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    color: #303030;
}
.zozo-tabs-widget img {
    max-width: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.widget-posts-list li {
    clear: both;
    overflow: hidden;
    display: table;
    width: 100%;
}
.widget-posts-list .widget-entry-image {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px 0 0;
    width: 60px;
}
.widget-posts-list .widget-entry-meta i {
    padding-right: 4px;
}
.widget-posts-list .widget-entry-content p {
    margin-bottom: 0;
}
.widget-entry-content {
    display: inline-block;
}
.tagcloud a {
    border: 1px solid #e5e5e5;
    color: #303030;
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 4px 10px;
    text-transform: capitalize;
    font-size: 11px !important;
    font-weight: 500;
}
.tagcloud a:hover {
    color: #FFFFFF;
}
#wp-calendar #today {
    color: #fff;
}
.widget_calendar table th,
.widget_calendar table td {
    text-align: center;
}
.widget_calendar table #prev {
    text-align: left;
}
.widget_calendar table #next {
    text-align: right;
}

/* Twitter */
.tweet-item {
    padding-bottom: 20px;
    position: relative;
}
.tweet-item p {
    margin-bottom: 0;
}
.tweet-user-name a {
    font-size: 16px;
}
.tweet-item {
    position: relative;
    padding: 15px 0 15px 45px;
    border-bottom: 1px solid #eee;
}
.tweet-time {
    font-size: 13px;
    color: #939393;
    position: relative;
    display: block;
    margin-top: 8px;
}
.tweet-item h5 {
    margin-top: 0;
}
.tweet-item:before {
    content: "\f099";
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #7F7F7F;
    border: 1px solid #7F7F7F;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.tweet-item a {
    font-size: 16px;
    color: #303030;
}

/* About Me */
.widget.zozo_about_widget {
    padding: 0;
    text-align: center;
}
.widget.zozo_about_widget .zozo-about-widget .author-name {
    padding-top: 10px;
}
.widget.zozo_about_widget .zozo-about-widget .about-desc {
    padding: 5px 25px 25px;
}
.zozo-about-widget .author-image img {
    width: 100%;
}
.zozo-image-ads .ads-image {
    margin-top: 25px;
}
.zozo-image-ads .ads-image:first-child {
    margin-top: 0;
}
.zozo-image-ads .ads-image img {
    width: 100%;
}

/* ================================================================
 * FOOTER WIDGETS
 * ================================================================ */
.footer-widgets .widget .widget-title {
    color: #fff;
}
.footer-widgets div,
.footer-widgets p,
.footer-widgets .widget_categories ul li a,
.footer-widgets .bootstrapwidgetmenu ul li a,
.footer-copyright-section p {
    color: #dcdcdc;
}
.footer-widgets-section .widget {
    padding: 0 0 15px;
}
.footer-widgets-section .tweet-item a,
.footer-widgets-section .zozo-twitter-widget .tweet-user-name a {
    color: #dcdcdc;
}
.footer-widgets .widget_categories ul.categories > .cat-item,
.footer-widgets .bootstrapwidgetmenu ul li a {
    padding: 0;
}
.footer-widgets .widget_categories ul li a {
    display: block;
}
.footer-widgets .widget_categories .categories li a,
.footer-widgets .widget_recent_entries li a,
.footer-widgets .widget_recent_comments li a,
.footer-widgets .widget_archive li a,
.footer-widgets .widget_meta li a,
.footer-widgets .zozo_category_posts_widget ul li a,
.footer-widgets .zozo-latest-posts li.posts-item a,
.footer-widgets .widget-posts-list .widget-entry-content a {
    color: #dedede;
}
.footer-widgets .widget_recent_comments li.recentcomments,
.footer-widgets .widget_categories .categories li,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_archive li,
.footer-widgets .widget_meta li,
.footer-widgets .zozo_category_posts_widget ul li,
.footer-widgets .tweet-item,
.zozo-latest-posts li.posts-item,
.widget-posts-list li {
    border-color: #3d3d3d;
}
.footer-widgets .tagcloud a {
    border-color: #3d3d3d;
    color: #dedede;
}
address {
    color: #9a9999;
    font-size: 14px;
    font-weight: 300;
}
.entry-content address br {
    margin-bottom: 0;
}
.footer-widgets .btn:hover,
.footer-widgets .btn:active,
.footer-widgets .btn:focus,
.footer-widgets .btn.btn-default:hover,
.footer-widgets .btn.btn-default:active,
.footer-widgets .btn.btn-default:focus {
    background: #000;
}

/* ================================================================
 * FEATURED SLIDER
 * ================================================================ */
.featured-slider-section {
    width: 100%;
}
.zozo-featured-post-slider:after {
    position: relative;
}
.angled .zozo-featured-post-slider #featured-carousel:after {
    background: #f2f2f2;
    content: "";
    height: 50px;
    bottom: -45px;
    left: 0;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    -khtml-transform: skew(1deg) rotate(1deg);
    transform-origin: right bottom 0;
    width: 100%;
    z-index: 999;
}
.zozo-featured-post-slider.above_content {
    padding-bottom: 70px;
}
.zozo-featured-post-slider.below_header {
    margin-bottom: 60px;
}
.zozo-featured-post-slider .zozo-owl-carousel.owl-carousel,
.zozo-owl-carousel.owl-carousel.featured-carousel-slider {
    margin: 0;
    width: 100%;
}
.zozo-featured-post-slider .featured-item {
    position: relative;
    width: 100%;
    cursor: pointer;
    background-color: #000000;
    text-align: center;
}
.featured-item img {
    width: 100%;
    text-align: center;
}
.featured-item .featured-caption {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: background 0.35s ease-in-out 0s;
    -moz-transition: background 0.35s ease-in-out 0s;
    -webkit-transition: background 0.35s ease-in-out 0s;
    -o-transition: background 0.35s ease-in-out 0s;
    -ms-transition: background 0.35s ease-in-out 0s;
}
.featured-item:hover .featured-caption {
    opacity: 1;
    background: transparent;
}
.featured-caption .featured-caption-inner {
    background: rgba(0, 0, 0, .6);
    padding: 30px 30px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    bottom: auto;
}
.featured-item:hover .featured-caption .featured-caption-inner {
    top: 100%;
    transform: translateY(-105%);
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}
.featured-post-title {
    margin: 0 0 10px;
    font-size: 18px;
}
.featured-post-title > a,
.featured-content .entry-info a {
    color: #fff;
}
.featured-content .entry-info {
    color: #ececec;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
}
.fs-divider:before {
    content: "/";
}
.entry-info .fs-divider {
    padding: 0 5px;
}
/* .featured-category {
	float: left;
	padding: 0 8px;
	margin: 0 15px;
	transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
    transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	-webkit-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
} */
.featured-category {
    left: -30px;
    opacity: 0;
    position: absolute;
    padding: 0 8px;
    margin: 0 0px;
    bottom: 104px;
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}
.featured-item:hover .featured-category {
    left: 0px;
    bottom: 118px;
    opacity: 1;
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}
.featured-category:hover {
    background: rgba(0, 0, 0, 0.8);
}
/*.featured-item:hover .featured-caption .featured-category {
    transform: translateY(0px);	
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	margin: 15px 15px;
} */
.featured-category span a {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
.owl-carousel.featured-carousel-slider.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
}
.owl-carousel.featured-carousel-slider.owl-theme .owl-controls .owl-buttons div:before {
    background: rgba(0, 0, 0, 0.7);
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 24px;
}
/* ================================================================
 * CUSTOM CSS
 * ================================================================ */

a:hover,
a:active,
a:focus {
    color: #303030;
}
.zozo-count-number {
    border: 1px solid #333333;
}
/* Border Bottom Line */
.related-title::after,
.comment-respond .comment-reply-title::after,
.widget-title:after {
    content: "";
    display: block;
    height: 1px;
    margin: 15px 0 0;
    width: 60px;
    border-bottom: 1px solid;
}
.jumbotron {
    margin: 30px 0;
}
.zozo-jumbotron-overlay {
    max-width: 500px;
    background: rgba(255, 255, 255, 0.8);
    margin: 20px auto;
    padding: 30px 45px;
    color: #303030;
    text-align: center;
}
.zozo-jumbotron-overlay .fa {
    margin: 0 auto;
}

/* ================================================================
 * WORDPRESS GALLERIES
 * ================================================================ */
.gallery {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.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;
}
.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);
}
.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-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    -moz-box-shadow: 0 -10px 15px #000 inset;
    -webkit-box-shadow: 0 -10px 15px #000 inset;
    -o-box-shadow: 0 -10px 15px #000 inset;
    -ms-box-shadow: 0 -10px 15px #000 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;
}