/*
Theme Name: Lowel
Theme URI: http://themes.uxbarn.com/redirect.php?theme=lowel_wp
Description: For any update notification, you can <a href="https://twitter.com/uxbarn">follow us on Twitter</a> and <a href="https://www.facebook.com/UXbarn">Facebook</a>.

Author: UXbarn
Author URI: http://themeforest.net/user/UXbarn?ref=UXbarn
Version: 1.0.0
License: GPL, ThemeForest License
License URI: http://codex.wordpress.org/GPL, http://themeforest.net/licenses
Tags: white, black, one-column, two-columns, three-columns, four-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, sticky-post, theme-options, translation-ready
Text Domain: lowel
*/

/* Table of Content
 ==================================================
 #General Styles
 #Page Structure
 #Blog Page
 #Elements
 #Widgets and Plugins
 #Custom CSS of Foundation Framework



/* #General Styles
================================================== */
*:focus {
    outline : none;
}

html {
    -webkit-text-size-adjust : 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    background-color      : #21261F;
    background-attachment : fixed;
    font-family           : 'Inconsolata', sans-serif;
    font-size             : 15px;
}

strong {
    font-weight : 700;
}

em {
    font-style : italic;
}

h1, h2, h3, h4, h5, h6 {
    color          : #3F413E;
    /*font-family: 'Anonymous Pro', sans-serif;*/
    /*font-weight: 700;*/
    letter-spacing : 1px;
    line-height    : 1.4;
    margin-top     : 1.5em;
    margin-bottom  : 0.7em;
    text-transform : uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top : 0;
}

h1 {
    font-size : 28px;
}

h2 {
    font-size : 25px;
}

h3 {
    font-size : 23px;
}

h4 {
    font-size : 21px;
}

h5 {
    font-size : 19px;
}

h6 {
    font-size : 17px;
}

.lowercase,
.normalcase {
    letter-spacing : 0;
    text-transform : none;
}

.light {
    color : #999999;
}

p {
    margin-bottom : 1em;
}

label {
    font-size : 0.875em;
    color     : inherit;
}

form {
    margin-bottom : 0;
}

code,
kbd,
tt {
    background  : #EFEFEF;
    color       : #000000;
    display     : inline-block;
    font-family : Courier, serif;
    padding     : 0 6px;
}

pre {
    background    : #EFEFEF;
    color         : #000000;
    font-family   : Courier, serif;
    margin-bottom : 20px;
    overflow      : auto;
    padding       : 6px;
}

sub {
    font-size      : x-small;
    vertical-align : sub;
}

sup {
    font-size      : x-small;
    vertical-align : super;
}

em,
q,
var {
    font-style : italic;
}

/* List Item */
ul,
ol {
    list-style    : square;
    margin-bottom : 1.470588235294118em; /* 25/17 */
    margin-left   : 1.133333333333333em; /* 15/17 */
}

ol {
    list-style : decimal;
}

li {
    line-height   : 1.7;
    margin-left   : 1.058823529411765em; /* 18/17 */
    margin-bottom : 0.7058823529411765em; /* 12/17 */
    margin-top    : 0.7058823529411765em;
}

li:last-child {
    margin-bottom : 0;
}

/***** Table Styles *****/
table {
    border          : 1px solid #E7E7E7;
    border-spacing  : 0;
    border-collapse : collapse;
    margin-bottom   : 30px;
    width           : 100%;
}

table th, table td {
    border  : 1px solid #CCCCCC;
    padding : 10px;
}

table th {
    color       : #3B3B3B;
    font-size   : 1em;
    font-weight : bold;
}

table tbody td {
}

table tfoot td {
}

/***** Definition List *****/
dl {
    margin-bottom : 22px;
}

dt {
    float       : left;
    clear       : left;
    width       : 200px;
    text-align  : right;
    font-weight : bold;
}

dt:after {
    content : ':';
}

dt.wp-caption-dt:after {
    content : '';
}

dd {
    margin  : 0 0 0 210px;
    padding : 0 0 15px 0;
}

/***** MISC *****/
abbr,
acronym {
    text-transform : uppercase;
}

address {
    margin-bottom : 20px;
}

hr,
.uxb-divider {
    border     : 0;
    border-top : 1px solid #DDDDDD;
}

/* Some solid colors */
#root-container .solid-green,
#root-container .bar_green { /* VC progress bar color */
    background : #71BB6D !important;
}

#root-container .solid-red,
#root-container .bar_red { /* VC progress bar color */
    background : #E66F66 !important;
}

#root-container .solid-yellow {
    background : #F9C445 !important; /*#FAB336 !important;*/
    color      : #000000 !important;
}

#root-container .solid-blue,
#root-container .bar_blue { /* VC progress bar color */
    background : #4F84C7 !important;
}

#root-container .solid-gray,
#root-container .bar_grey { /* VC progress bar color */
    background : #A2A2A2 !important;
}

#root-container .solid-gold {
    background : #C5AE87 !important;
}

#root-container .solid-pink {
    background : #EB9FCF !important;
}

#root-container .solid-purple {
    background : #9D75C2 !important;
}

.center {
    text-align : center;
}

.hidden {
    display : none !important;
}

.clearfix:after {
    visibility : hidden;
    display    : block;
    font-size  : 0;
    content    : " ";
    clear      : both;
    height     : 0;
}

.filled-bg {
    background-repeat       : no-repeat;
    background-position     : center center;
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
}

.col-center * {
    text-align : center !important;
}

.no-margin-bottom,
.wpb_text_column.no-margin-bottom p {
    margin-bottom : 0 !important;
}

.no-margin-top {
    margin-top : 0 !important;
}

.extra-margin-bottom {
    margin-bottom : 70px !important;
}

.extra-margin-top {
    margin-top : 50px !important;
}

.margin-bottom-30 {
    margin-bottom : 30px !important;
}

.normal-align-left {
    text-align : left;
}

.normal-align-right {
    text-align : right;
}

.normal-align-center,
.center {
    text-align : center;
}

.display-block {
    display : block !important;
}

.uppercase {
    text-transform : uppercase;
}

/* the-studio */
.icon-style5 {
    color     : #8CC7BE;
    font-size : 80px;
}

.icon-style6 {
    color     : #8DB4DF;
    font-size : 80px;
}

.icon-style7 {
    color     : #D47593;
    font-size : 80px;
}

.icon-style8 {
    color     : #B3D379;
    font-size : 80px;
}

.icon-style9 {
    color     : #C7BFBF;
    font-size : 80px;
}

/***** WP Specific Classes *****/
.alignleft {
    float  : left;
    margin : 0 20px 8px 0;
}

.alignright {
    float  : right;
    margin : 0 0 8px 20px;
}

.aligncenter {
    float      : none;
    margin     : auto;
    text-align : center;
}

img.aligncenter {
    display : block;
}

.wp-caption {
    margin-bottom : 20px;
    max-width     : 100%;
}

.sticky.fixed {
    position : static;
    z-index  : 1;
}

.sticky-badge {
    /*display: none;*/
    float       : left;
    line-height : 1;
    margin      : 6px 18px 0 0;
    font-size   : 20px;
}

.sticky .sticky-badge {
    display : inline-block;
}

.bypostauthor {

}

.wp-caption-text,
.vc_figure-caption {
    font-size  : 0.9em;
    margin-top : 0.8823529411764706em;
    text-align : center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip     : rect(1px, 1px, 1px, 1px);
    position : absolute !important;
    height   : 1px;
    width    : 1px;
    overflow : hidden;
}

.screen-reader-text:focus {
    background-color : #F1F1F1;
    border-radius    : 3px;
    box-shadow       : 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip             : auto !important;
    color            : #21759B;
    display          : block;
    font-size        : 14px;
    font-size        : 0.875rem;
    font-weight      : bold;
    height           : auto;
    left             : 5px;
    line-height      : normal;
    padding          : 15px 23px 14px;
    text-decoration  : none;
    top              : 5px;
    width            : auto;
    z-index          : 100000; /* Above WP toolbar. */
}

/* #Page Structure
================================================== */
#root-container {
    /*width: 78.9%;*/
    max-width : 1900px;
    overflow  : hidden;
}

#header-container {
    background      : #EEEEEE url(images/loading.gif) top 50px right 50px no-repeat;
    background-size : 25px 25px;
    height          : 900px;
    position        : relative;
}

@media (-webkit-min-device-pixel-ratio : 2), (min-resolution : 192dpi) {
    #header-container {
        background-image : url(images/loading@2x.gif);
        background-size  : 25px 25px;
    }
}

#header-container.no-slider {
    /*height: 900px;*/
}

.header-small #page-slider-caption-box {
    top : 0;
}

.header-small #page-slider-nav {
    top : 33.33%;
}

/* This dummy is the base that is used for calculating the values for related elements in the design. The calculation is in the lowel.js file. */
#slider-base-height {
    position : absolute;
    height   : 100%;
    width    : 100%;
    /*z-index: -1;*/
    left     : 0;
    top      : 0;
}

.square-cell {
    min-height : 33.3333%;
    width      : 20%;
}

#logo-container {
    background-color : #FFFFFF;
    display          : table;
    height           : 33.3333%;
    /*padding: 20px;*/
    position         : absolute;
    text-align       : center;
    z-index          : 100;
}

#logo-link {
    text-decoration : none;
    border          : 0;
}

#logo h1 {
    font-size     : 40px;
    font-weight   : bold;
    line-height   : 1;
    margin-bottom : 0;
}

#logo {
    display        : table-cell;
    vertical-align : middle;
}

#logo > a {
    display : inline-block;
}

#logo-container h1 img {
}

#logo-container h1 span {
    display : none;
}

#tagline {
    color         : #404040;
    font-size     : 15px;
    margin-left   : auto;
    margin-right  : auto;
    margin-top    : 6.67%; /* 20 divided by 300 width of its cell */
    margin-bottom : 0;
    width         : 90%;
}

/***** Page Slider *****/
#page-slider-container {
    height   : 100%;
    overflow : hidden;
    position : relative;
}

#page-slider {
    height   : 100%;
    overflow : hidden;
    position : absolute;
    opacity  : 0;
    z-index  : 0;
}

#page-slider-container,
#page-slider,
#page-slider .page-slider-item {
    width : 100%;
}

#page-video-container {
    width    : 100%;
    height   : 100%;
    overflow : hidden;
    position : relative;
}

.page-video-cover {
    width    : 100%;
    height   : 100%;
    overflow : hidden;
    position : absolute;
    z-index  : 9;
}

#page-video {
    width    : 100%;
    height   : 100%;
    overflow : hidden;
    position : absolute;
    z-index  : 0;
}

video {
    position        : absolute;
    z-index         : 8;

    top             : 50%;
    left            : 50%;

    min-width       : 100%;
    min-height      : 100%;

    width           : auto;
    height          : auto;

    transform       : translateX(-50%) translateY(-50%);
    background-size : cover !important;
}

.parallax-mirror,
.parallax-mirror img {
    /* left: 0 !important;
	width: 100% !important; */
}

img.parallax-slider {
    /*left: 0 !important;
	max-width: 100% !important;*/
}

#page-slider .slide-caption {
    display : none;
}

#page-slider-caption-box {
    background-color : rgb(33, 38, 31);
    background-color : rgba(33, 38, 31, 0.9);
    color            : #CCCCCC;
    display          : none;
    font-size        : 15px;
    opacity          : 0;
    /*padding: 90px 60px;*/
    padding          : 5% 4%; /* divided by 1500 width */
    position         : absolute;
    right            : 20%;
    top              : 33.3333%;
    z-index          : 50;
}

#page-slider-caption-box > div {
    /* for fixing a visible "ghost" after animating the opacity via JS code (seems to happen only on Chrome) */
    -webkit-backface-visibility : hidden;
}

#page-slider-nav {
    display  : none;
    height   : 16.6666%;
    opacity  : 0;
    position : absolute;
    right    : 0;
    top      : 66.6666%;
    width    : 20%;
    z-index  : 50;
}

#page-slider-nav > a {
    background  : rgb(33, 38, 31);
    color       : #F2F2F2;
    display     : table;
    font-size   : 50px;
    height      : 100%;
    opacity     : 0.4;
    padding-top : 10px;
    position    : absolute;
    text-align  : center;
    width       : 50%;
}

#page-slider-nav > a:hover {
    opacity : 0.5;
}

#page-slider-nav-prev {
    border-right : 1px solid #CCCCCC;
}

#page-slider-nav-prev i {

}

#page-slider-nav-next {
    left : 50%;
}

#page-slider-nav > a > i {
    display        : table-cell;
    vertical-align : middle;
}

.slider-grid-v {
    background     : none;
    border-right   : 1px solid #000000;
    height         : 100%;
    opacity        : 0.17;
    position       : absolute;
    width          : 20%;
    z-index        : 50;

    pointer-events : none;
}

.slider-grid-h {
    background     : none;
    border-bottom  : 1px solid #000000;
    height         : 33.3333%;
    opacity        : 0.07;
    position       : absolute;
    width          : 100%;
    z-index        : 50;

    pointer-events : none;
}

/***** Menu *****/
#menu-copyright-container {
    /*padding: 90px 80px 0;*/
    position : relative; /* to make submenu on top of the page slider */
    /*right: 0;
	width: 21%;*/
}

#menu-position {
    padding  : 4.7% 3% 0; /* divided by 1900 (width) */
    position : fixed;
}

#menu-container {
    font-size      : 17px;
    /*margin-bottom: 80px;*/
    margin-bottom  : 33.33%; /* divided by 240 width */
    position       : relative;
    text-transform : uppercase;
    z-index        : 50;
}

#menu-container ul {
    list-style : none;
    margin     : 0;
}

#main-menu {
    letter-spacing : 1px;
}

#main-menu > li {
    line-height  : 1.9;
    margin       : 0 0 0 -40px;
    padding-left : 40px;
    position     : relative;
}

#main-menu a {
    color           : #939292;
    text-decoration : none;
}

#main-menu > li > a {
    /*font-weight: 700;*/
}

#main-menu > li > a:hover,
#main-menu > li.active > a,
#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current-menu-parent > a {
    color : #FFFFFF;
}

#main-menu > li.active > a:after,
#main-menu > li.current-menu-item > a:after,
#main-menu > li.current-menu-parent > a:after {
    content        : '\f3d5';
    font-family    : 'Ionicons';
    font-size      : 20px;
    line-height    : 1;
    margin-left    : 8px;
    vertical-align : middle;
}

/*** Submenu ***/
#main-menu .sub-menu {
    background     : #E2E2E2;
    display        : none;
    font-size      : 13px;
    letter-spacing : 0;
    line-height    : 1.4;
    padding        : 35px 40px;
    position       : absolute;
    /*right: 270px;*/
    right          : 96.4%; /* divided by 280 width of menu item */
    top            : -28px;
    text-align     : right;
    text-transform : none;
    width          : 250px;
    z-index        : 99;

    box-shadow     : -20px 20px 0px 0px rgba(33, 38, 31, 0.4);

}

#main-menu .sub-menu .sub-menu {
    top : 0;
}

#main-menu .sub-menu li {
    line-height : inherit;
    margin      : 0 0 6px;
}

#main-menu .sub-menu li:last-child {
    margin-bottom : 0;
}

#main-menu .sub-menu a {
    color   : #000000;
    display : inline-block;
    padding : 0 5px;
}

#main-menu .sub-menu a:hover {
    color            : #FFFFFF;
    background-color : #21261F;
}

/*** Mobile Menu ***/
#mobile-menu {
    background-color : #21261F;
    display          : none;
    text-align       : center;
    padding          : 10px 0 8px;
}

/*** Mobile menu toggle ***/
#mobile-menu-toggle {
    color           : #FFFFFF;
    display         : inline-block;
    font-size       : 14px;
    font-family     : 'Arial', sans-serif;
    font-weight     : bold;
    letter-spacing  : 2px;
    text-transform  : uppercase;
    text-decoration : none;
}

#mobile-menu-toggle i {
    font-size      : 26px;
    margin-right   : 8px;
    vertical-align : middle;
}

/* mobile menu panel */
.mm-panels,
.mm-panels > .mm-panel {
    background-color : #21261F;
}

.mm-navbar {
    padding    : 0;
    text-align : center;
}

#mobile-menu-entity .mm-navbar .mm-title {
    color       : #777777;
    font-size   : 14px;
    font-weight : bold;
}

.mm-listview {
    padding-left : 20px;
}

#mobile-menu-entity .mm-listview .mm-next {
    background-color : #30332E;
    border-color     : #666666;
    height           : 39px;
    width            : 55%;
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color : rgba(255, 255, 255, 0.5);
}

#mobile-menu-entity .mm-navbar .mm-btn {
    border-bottom : 0;
}

/* menu items */
#mobile-menu-entity a {
    background      : none;
    border-bottom   : 1px solid #666666;
    color           : #FFFFFF;
    display         : block;
    font-family     : 'Arial', sans-serif;
    font-size       : 11px;
    font-style      : normal;
    font-weight     : normal;
    letter-spacing  : 1px;
    padding         : 10px 0;
    text-decoration : none;
    text-transform  : uppercase;
}

/***** Content *****/
#parent-content-container {
    background-color : #4F5458;
    position         : relative;
    z-index          : 50;
}

#content-container {
    color     : #777777;
    font-size : 17px;
    margin    : 0 -15px;
}

main {
    background-color : #FFFFFF;
    color            : #636363;
    float            : right;
    min-height       : 500px;
    overflow         : hidden; /* for any float columns on small res */
    /*padding: 100px 150px;*/
    padding          : 6.67% 30px; /*10%*/ /* divided by 1500 width */
    position         : relative;
    width            : 80%; /* ~1200px based on 1500px width */

    -ms-word-wrap    : break-word;
    word-wrap        : break-word;
}

.no-footer main {
    margin-bottom : 0 !important;
}

main a {
    color       : #3F413E;
    font-weight : 700;

}

#main-container,
#menu-copyright-container {
    float          : left;
    vertical-align : top;
    z-index        : 99;
}

#main-container {
    position  : relative;
    /* width: 1500px; */
    width     : 79%;
    max-width : 1500px;
}

/*** Page Intro ***/
#page-intro {
    border-bottom  : 1px solid #000000;
    margin-bottom  : 8.9%; /* 80px divided by 900 content width */
    padding-bottom : 5.5%; /* 50px divided by 900 content width */
}

#page-intro.page-404 {
    border         : 0;
    margin-bottom  : 0;
    padding-bottom : 0;
}

#intro-title {
    color          : #3F413E;
    font-size      : 34px;
    font-weight    : 700;
    letter-spacing : 1px;
    line-height    : 1.5;
    margin-bottom  : 15px;
}

.blog-single #intro-title {
    text-transform : none;
}

#intro-title:last-child {
    margin-bottom : 0;
}

#intro-body {
    color     : #333333;
    font-size : 21px;
}

#intro-body:last-child {
    margin-bottom : 0;
}

/***** Sidebar *****/
#sidebar-container {
    color     : #BEBEBE;
    font-size : 14px;
    /*margin-top: -1px;*/
    padding   : 6% 3%;
    width     : 20%;
}

#sidebar-container ul {
    margin-left : 0;
}

#sidebar-container a {
    color           : #FFFFFF;
    text-decoration : none;
}

.widget-title {
    color          : #FFFFFF; /*#ededed;*/
    font-size      : 17px;
    font-weight    : 700;
    text-transform : none;
}

.widget-item {
    margin-bottom : 50px;
}

.icon-with-text {
    display     : block;
    line-height : 1.3;
}

.icon-with-text i {
    font-size    : 20px;
    margin-right : 8px;
}

/***** Footer *****/
#footer-container {
    color     : #C7C7C7;
    font-size : 14px;
    /*min-height: 500px;*/
    overflow  : hidden; /* for any float columns on small res */
    position  : relative;
}

#footer-container .widget-title {
    font-size : 18px;
}

#inner-footer-container {
    margin      : auto;
    overflow    : hidden; /* for any float columns on small res */
    padding-top : 50px;
    position    : relative;
    width       : 80%;
    z-index     : 2;
}

#footer-parallax-image,
#footer-bg-overlay {
    position : absolute;
    width    : 100%;
    height   : 100%;
    z-index  : 0;
}

#footer-bg-overlay {
    /*background-color: rgb(33,38,31);
	background-color: rgba(33,38,31,0.8);*/
    background-color : rgb(21, 25, 19);
    background-color : rgba(21, 25, 19, 0.8);
    z-index          : 1;
}

#footer-container a {
    color           : #FFFFFF;
    text-decoration : none;
}

.footer-widget-item {
    margin-bottom : 40px;
}

.footer-widget-item:last-child {
    margin-bottom : 0;
}

/***** Copyright & Site Social Icons *****/
#copyright-social {
    border-top  : 1px solid #5C5C5C;
    color       : #939292;
    font-size   : 14px;
    padding-top : 18.75%; /* 45 divided by 240 width */
}

#copyright-social ul {
    list-style : none;
    margin     : 0;
}

#copyright {
    margin-bottom : 25px;
}

#copyright a {
    color           : #FFFFFF;
    text-decoration : none;
}

ul.bar-social {
}

ul.bar-social li {
    float  : left;
    margin : 0 7px 10px 0;
}

ul.bar-social li:last-child {
    margin-right : 0;
}

ul.bar-social li a img {
    opacity : 0.3;
}

ul.bar-social li a:hover img {
    opacity : 1;
}

/***** Portfolio *****/
.no-image {
    background : #CCCCCC;
    position   : absolute;
    width      : 100%;
    height     : 100%;
}

.uxb-port-root-element-wrapper,
.uxb-port-root-element-wrapper * {
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
}

.uxb-port-root-element-wrapper {
    margin   : 0 -1.428571428571429%; /* negative margins to deal with "portfolio-item" margins so the items are aligned with grid */
    /*padding-top: 15px;*/
    overflow : hidden;

    /* newly added to centering the loading icon using "absolute" position */
    /* (NOTE: UXbarn Portfolio plugin) */
    position : relative;
}

.uxb-port-loading-text {
    background  : url(images/loading-s.gif) no-repeat 50% 35%;
    border      : 2px solid #EEEEEE;
    color       : #3D3D3D;
    display     : block;
    font-size   : 10px;
    margin      : 20px auto;
    text-align  : center;
    width       : 90px;
    height      : 90px;

    /* newly added to centering the loading icon using "absolute" position */
    /* (NOTE: UXbarn Portfolio plugin) */
    position    : absolute;
    left        : 50%;
    margin-left : -70px;
}

@media (-webkit-min-device-pixel-ratio : 2), (min-resolution : 192dpi) {

    .uxb-port-loading-text {
        background      : url(images/loading-s@2x.gif) no-repeat 50% 35%;
        background-size : 24px 24px;
    }

}

.uxb-port-loading-text span {
    margin-top     : 60px;
    float          : left;
    width          : 100%;
    display        : block;
    letter-spacing : 1px;
    text-transform : lowercase;
}

.uxb-port-loaded-element-wrapper {
    opacity    : 0;
    overflow   : hidden;
    visibility : hidden;
}

#root-container ul.uxb-port-element-filters {
    list-style : none;
    margin     : 0 15px 40px;
    padding    : 0;
}

#root-container .uxb-port-element-filters li {
    display      : inline-block;
    margin       : 0;
    margin-right : -1px;
}

.uxb-port-element-filters li:after {
    color       : #DDDDDD;
    content     : '/';
    font-size   : 0.8em;
    font-weight : bold;
}

.uxb-port-element-filters li:last-child:after {
    content : '';
}

#content-container .uxb-port-element-filters li:first-child a {
    margin-left : 0;
}

#content-container .uxb-port-element-filters a {
    color           : #919191;
    display         : inline-block;
    font-size       : 16px;
    font-weight     : normal;
    padding         : 10px 0 0;
    margin          : 0 15px;
    text-decoration : none;
    text-transform  : none;
}

#content-container .uxb-port-element-filters a:hover {
    color : #000000;
}

#content-container .uxb-port-element-filters a.active,
#content-container .uxb-port-element-filters a.active:hover {
    color       : #333333;
    cursor      : default;
    font-weight : bold;
}

.uxb-port-element-item {
    cursor     : pointer;
    float      : left;
    /*margin: 0 1.428571428571429% 30px;*/
    margin     : 0 1.5% 30px;
    overflow   : hidden;
    position   : relative;
    opacity    : 0;
    visibility : hidden; /* need to use this instead of "display: none" because isotope JS will have to calculate the dimension of the element */
}

.uxb-port-element-item.visible {
    opacity : 1;
}

.uxb-port-element-item-hover {
    background  : rgb(255, 255, 255);
    background  : rgba(255, 255, 255, 0.8);
    /* display: table; */
    line-height : 1;
    margin      : 0;
    padding     : 0;
    opacity     : 0;
    position    : absolute;
    width       : 100%;
    height      : 100%;
}

.uxb-port-element-item:hover .uxb-port-element-item-hover {
    opacity : 1;
}

.uxb-port-element-item a {
    border-bottom : 0 !important;
    font-weight   : normal !important;
    display       : block;
    position      : absolute;
    width         : 100%;
    height        : 100%;
    z-index       : 1;

    /* to fix unclickable link on IE */
    background    : #CCCCCC;
    opacity       : 0;
}

.uxb-port-element-item-hover-info {
    display    : table;
    height     : 100%;
    width      : 80%;
    margin     : auto;
    text-align : center;
}

#main-container .uxb-port-element-item-hover-info .portfolio-item-title {
    color          : #333333;
    display        : table-cell;
    font-size      : 2em;
    font-weight    : bold;
    line-height    : 1;
    margin         : 0;
    padding        : 0;
    text-transform : uppercase;
    vertical-align : middle;
}

/* 2 Columns */
.uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 16px; /* based font size for "em" usage on margins and item title */
    /* width: 30.4%; this works on all except safari... */
    width     : 47%;
}

/* 2 Columns: inside various containing columns */
.vc_col-sm-2.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-2.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 4px;
}

.vc_col-sm-3.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-3.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 6px;
}

.vc_col-sm-4.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-4.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 8px;
}

.vc_col-sm-5.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-5.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 9px;
}

.vc_col-sm-6.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-6.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 11px;
}

.vc_col-sm-7.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-7.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 12px;
}

.vc_col-sm-8.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-8.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 13px;
}

.vc_col-sm-9.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-9.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 14px;
}

.vc_col-sm-10.wpb_column .uxb-port-root-element-wrapper.col2 .uxb-port-element-item,
.large-10.columns .uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
    font-size : 14px;
}

/* 4 Columns */
.uxb-port-root-element-wrapper.col4 .uxb-port-element-item {
    font-size     : 8px; /* based font size for "em" usage on margins and item title */
    margin-bottom : 3.75em; /* 30/13 */
    /*width: 22.1%; this works on all except safari... */
    width         : 21.88%;
}

.uxb-port-root-element-wrapper.col4 .uxb-port-element-item.width-2x {
    font-size : 16px;
    width     : 46.7%;
}

/* 4 Columns: inside various containing columns */
.vc_col-sm-2.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-2.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 2px;
}

.vc_col-sm-3.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-3.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 2px;
    width     : 21.7%;
}

.vc_col-sm-4.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-4.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 4px;
}

.vc_col-sm-5.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-5.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 6px;
}

.vc_col-sm-6.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-6.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 8px;
}

.vc_col-sm-7.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-7.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 9px;
}

.vc_col-sm-8.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-8.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 10px;
}

.vc_col-sm-9.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-9.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 11px;
    width     : 22%;
}

.vc_col-sm-10.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-10.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 12px;
    width     : 22%;
}

/* Portfolio 4 Columns: with sidebar */
.with-sidebar .large-2.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 2px;
}

.with-sidebar .large-3.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 2px;
    width     : 21.7%;
}

.with-sidebar .large-4.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 4px;
    width     : 21.7%;
}

.with-sidebar .large-5.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 4px;
}

.with-sidebar .large-6.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 6px;
}

.with-sidebar .large-7.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 8px;
}

.with-sidebar .large-8.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 9px;
}

.with-sidebar .large-9.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 10px;
    width     : 22%;
}

.with-sidebar .large-10.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
    font-size : 11px;
    width     : 22%;
}

/* 3 Columns */
.uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 11px; /* based font size for "em" usage on margins and item title */
    /* width: 30.4%; this works on all except safari... */
    width     : 30.3%;
}

/* 3 Columns: inside various containing columns */
.vc_col-sm-2.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-2.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 4px;
}

.vc_col-sm-3.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-3.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 6px;
    width     : 30%;
}

.vc_col-sm-4.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-4.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 7px;
}

.vc_col-sm-5.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-5.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 8px;
}

.vc_col-sm-6.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-6.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 9px;
}

.vc_col-sm-7.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-7.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 10px;
}

.vc_col-sm-8.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-8.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 11px;
}

.vc_col-sm-9.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-9.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 12px;
}

.vc_col-sm-10.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-10.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 13px;
    width     : 30.3%;
}

/* Portfolio 3 Columns: with sidebar */
.with-sidebar .large-2.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 2px;
    width     : 29.5%;
}

.with-sidebar .large-3.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 4px;
    width     : 30%;
}

.with-sidebar .large-4.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 6px;
    width     : 30.3%;
}

.with-sidebar .large-5.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 7px;
    width     : 30%;
}

.with-sidebar .large-6.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 9px;
}

.with-sidebar .large-7.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 11px;
    width     : 30%;
}

.with-sidebar .large-8.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 12px;
}

.with-sidebar .large-9.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 13px;
    width     : 30.3%;
}

.with-sidebar .large-10.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
    font-size : 14px;
    width     : 30.3%;
}

/***** Portfolio Single Page *****/
#uxb-port-item-meta {
    list-style    : none;
    margin        : 30px 0 0;
    -ms-word-wrap : break-word;
    word-wrap     : break-word;
}

#uxb-port-item-meta a {
}

#uxb-port-item-meta li {
    margin        : 0;
    margin-bottom : 15px;
    line-height   : 1.3;
}

#uxb-port-item-meta li:last-child {
    margin-bottom : 0;
}

#uxb-port-item-meta .title {
    color        : #DDDDDD;
    display      : block;
    font-weight  : 700;
    margin-right : 5px;
}

#uxb-port-item-meta .title:after {
    content : ':';
}

#uxb-port-item-categories {
    display : inline;
    margin  : 0 !important;
    padding : 0;
}

#uxb-port-item-categories li {
    display       : inline-block;
    margin-right  : 3px;
    margin-bottom : 0 !important;
}

#uxb-port-item-categories li:after {
    content : '/';
}

#uxb-port-item-categories li:last-child:after {
    content : '';
}

/***** Team Page *****/
.uxb-team-thumbnail {
    margin-bottom : 18px;
}

#main-container ul.uxb-team-social,
#uxb-team-single ul.uxb-team-social {
    list-style    : none !important;
    margin-bottom : 0 !important;
    margin-left   : 0 !important;
    padding-left  : 0 !important;
}

#main-container .uxb-team-social li,
#uxb-team-single .uxb-team-social li {
    display      : inline-block !important;
    line-height  : 1 !important;
    margin       : 0;
    margin-left  : 0 !important;
    margin-right : 1px !important;
}

#main-container .uxb-team-social li:last-child,
#uxb-team-single .uxb-team-social li:last-child {
    margin-right : 0 !important;
}

#main-container .uxb-team-name {
    color          : #333333;
    font-size      : 24px;
    margin-bottom  : 0.2em;
    padding        : 0;
    text-transform : none;
}

#main-container .uxb-team-name.smaller {
    font-size   : 20px;
    font-weight : bold;
}

#main-container .uxb-team-name a {
    border          : 0;
    text-decoration : none;
}

#main-container .uxb-team-position {
    color          : #888888;
    display        : block;
    font-size      : 16px;
    font-weight    : normal;
    letter-spacing : 2px;
    margin-bottom  : 1.07em;
    padding        : 0;
    text-transform : none;
}

/*** Team Single Page ***/
#uxb-team-single-photo img {
    display   : block;
    max-width : 100%;
}

#uxb-team-single {
    margin : 0 auto 68px;
}

#uxb-team-info {
}

.uxb-team-email-single {
    margin-bottom : 0.9em;
}

.uxb-team-email-single a {
    font-weight : normal;
}

#uxb-team-info .uxb-team-position-single,
.uxb-team-position-single {
    margin-bottom : 0.5em;
}

/***** Contact Page *****/
#success,
#error {
    display : none;
}

#contact-form .row {
    margin-bottom : 0;
}

#search-form-404 {
    margin-top : 50px;
}

/* #Blog Page
================================================== */
/***** Blog List *****/
#content-container.blog-list {

}

#blog-wrapper {

}

#content-container.no-sidebar #blog-wrapper {
    padding-right : 0;
}

#blog-wrapper .blog-item {
    margin-bottom : 40px;
    position      : relative;
}

#blog-wrapper .blog-thumbnail {
    position : relative;
    z-index  : 1;
}

.blog-info {
    background-color : #FFFFFF;
    padding          : 35px 0 35px 45px;
    position         : absolute;
    top              : 10.5%;
    left             : 32%;
    z-index          : 2;
}

.blog-info.no-post-thumbnail {
    position : relative;
    left     : 0;
    top      : 0;
    padding  : 0 0 20px 0;
}

/*
#content-container.no-sidebar .blog-info {
	width: 68.5%;
}
*/
#blog-wrapper .blog-title {
    color          : #3F413E;
    font-size      : 22px;
    text-transform : none;
}

#blog-wrapper .blog-info.no-post-thumbnail .blog-title {
    padding-top : 0;
}

#blog-wrapper .blog-title a {
    border          : 0;
    text-decoration : none;
}

.blog-meta-wrapper {
    border-top     : 1px solid #AAAAAA;
    color          : #888888;
    display        : inline-block;
    font-size      : 13px;
    /* font-style: italic; */
    letter-spacing : 1px;
    margin-top     : 15px;
    padding-top    : 12px;
}

.blog-single .blog-meta-wrapper {
    border-top : 0;
    color      : #707070;
    font-size  : 20px;
}

ul.blog-meta {
    list-style : none;
    margin     : 0;
}

ul.blog-meta li {
    display : inline-block;
    margin  : 0;
}

ul.blog-meta li:after {
    content : '/';
    padding : 0 5px;
}

ul.blog-meta li:last-child:after {
    content : '';
    padding : 0;
}

ul.blog-meta li a {
    border          : 0;
    color           : #888888;
    font-weight     : normal;
    text-decoration : none;
}

ul.blog-meta li a:hover {
    color : #3F413E;
}

#blog-pagination {
    font-size  : 23px;
    margin-top : 70px;
    overflow   : hidden;
    text-align : right;
}

#blog-pagination a,
#blog-pagination span {
    border          : 0;
    color           : #CCCCCC;
    padding         : 10px;
    text-decoration : none;
}

#blog-pagination a:hover {
    color : #888888;
}

#blog-pagination .current {
    color       : #3F413E;
    font-weight : bold;
}

#blog-pagination .current a:hover {
    color  : initial;
    cursor : default;
}

#blog-pagination i {
    vertical-align : middle;
}

/***** Blog Single *****/

.single-post #intro-title {
    text-transform : none;
}

/*** Categories, Tags ***/
.blog-single .post-small-list {
    line-height : 2;
    list-style  : none;
    margin      : 0;
    padding     : 0;
}

.blog-single .post-small-list a {
}

.blog-single .post-small-list li {
    display : inline-block;
    margin  : 0;
}

.blog-single .post-small-list li:after {
    content      : '/';
    padding-left : 7px;
}

.blog-single .post-small-list li:first-child {
    margin-right : 3px;
}

.blog-single .post-small-list li:first-child:after {
    content : ':';
    padding : 0;
}

.blog-single .post-small-list li:last-child:after {
    content : '';
}

.blog-single .post-small-list li:first-child:before {
    font-family   : 'Ionicons';
    font-size     : 16px;
    padding-right : 10px;
}

#post-categories li:first-child:before {
    content : '\f434';
}

#post-tags li:first-child:before {
    content : '\f48e';
}

.blog-single #categories-tags-wrapper {
    color      : #333333;
    margin-top : 40px;
}

/* Post paging */
.blog-single .post-paging ul {
    list-style  : none;
    margin-left : 0;
}

.blog-single .post-paging ul li {
    float        : left;
    margin-right : 10px;
    margin-left  : 0;
}

.blog-single .post-paging {
    overflow : hidden;
    margin   : 20px 0;
}

.blog-single .post-paging a {
    border      : 0;
    font-weight : bold;
}

#blog-single-content {
    margin-bottom : 60px;
}

/* Post paging */
#blog-single-content .post-paging ul {
    list-style  : none;
    margin-left : 0;
}

#blog-single-content .post-paging ul li {
    float        : left;
    margin-right : 10px;
    margin-left  : 0;
}

#blog-single-content .post-paging {
    overflow : hidden;
    margin   : 20px 0;
}

#blog-single-content .post-paging a {
    border      : 0;
    font-weight : bold;
}

/*** Author Box ***/
#author-box {
    overflow : hidden;
    position : relative;
}

#author-photo-wrapper {
}

#author-photo-wrapper img {
    max-width : 250px;
}

#author-info {
    background-color : #FFFFFF;
    padding          : 20px 0 20px 30px;
    position         : absolute;
    left             : 22%;
    top              : 12%;
}

#author-name {
    font-size      : 19px;
    font-weight    : bold;
    text-transform : none;
}

#author-name a {
    border : 0;
}

ul#author-social {
    list-style    : none;
    margin-bottom : 0;
    margin-left   : 0;
    overflow      : hidden;
}

ul#author-social li {
    float       : left;
    line-height : 1;
    margin      : 0 6px 0 0;
}

ul#author-social li:last-child {
    margin-right : 0;
}

ul#author-social a {
    border          : 0;
    color           : #555555;
    font-size       : 20px;
    text-decoration : none;
}

.blog-section {
    margin-bottom : 60px;
}

.blog-section-title {
    font-size : 20px !important;
}

#main-container .blog-section-title {
    font-weight    : bold;
    margin-bottom  : 40px;
    overflow       : hidden;
    text-transform : none;
}

/* blog-single, contact */
.textarea-height {
    height : 150px;
}

/* elements-blockquotes-testimonials */
.tmnl-width {
    width : 50% !important;
}

/*** Comments ***/
.comment-closed {
    font-style : italic;
}

#comment-content {
    font-size     : 15px;
    margin-bottom : 0;
}

#comment-content .commenter-name a,
#comment-content .comment-date a,
#comment-content .reply a {
    border          : 0;
    font-weight     : normal;
    text-decoration : none;
}

#comment-content a:hover {
    /*border-bottom: 1px solid #ddd;*/
}

#comment-content > ul > li {
    margin-left : 0;
}

#comment-content ul.commentlist {
    list-style    : none;
    margin-left   : 0;
    margin-top    : 0;
    margin-bottom : 0;
}

#comment-content ul.children {
    list-style : none;
    margin     : 0 0 0 30px;
}

.comment-item,
.comment {
    overflow : hidden;
}

#respond label {
    font-size : initial;
}

#respond .blog-section-title {
    padding : 0;
}

#respond #reply-title {
    margin  : 0;
    padding : 0;
}

#respond .row,
#main-container .custom-form .row {
    margin-bottom : 12px;
}

.parent #respond {
    margin : 30px 0 80px;
}

.cancel-reply {
    float       : right;
    font-size   : 13px;
    font-weight : normal !important;
    margin-left : 15px !important;
    margin-top  : 3px;
}

.comment.depth-2,
.parent.depth-2 #respond,
.comment.depth-3,
.parent.depth-3 #respond,
.comment.depth-4,
.parent.depth-4 #respond,
.comment.depth-5,
.parent.depth-5 #respond {
    padding-left : 0;
}

.reply {
    color : #EAEAEA;
}

.comment-body {
    border-bottom  : 1px solid #ECECEC;
    padding-bottom : 10px;
    margin-bottom  : 30px;
}

.commenter-photo {
    float          : left;
    margin-top     : 5px;
    vertical-align : top;
}

.commenter-photo img {
    /*border-radius: 50%;*/
}

.comment-post-wrapper {
    display : block;
    margin  : 0 0 0 70px;
}

#root-container .comment-post-wrapper .comment-post p {
    margin-bottom : 15px;
}

.comment-item-meta {
    display       : inline-block;
    margin-bottom : 5px;
}

.commenter-name {
    color         : #222222 !important;
    display       : inline-block;
    padding-right : 10px;
}

.commenter-name a {
    color       : #222222 !important;
    font-weight : bold !important;
}

.comment-date {
    display : block;
}

.comment-date, .comment-date a {
    color       : #888888 !important;
    font-size   : 13px;
    font-weight : normal !important;
}

.comment-awaiting-moderation {
    display       : block;
    margin-bottom : 0;
}

.reply {
    float : right;
}

.reply a {
    font-size : 12px;
}

.parent.comment-item {
    margin : 0;
}

/* Pingback and trackback comment */
.pingback .comment-post p {
    font-style : italic;
}

.pingback .comment-post-wrapper {
    margin-left : 0;
}

/* Comment paging */
#comment-content .comment-paging {
    margin-bottom : 48px;
    text-align    : center;
    width         : 100%;
}

#comment-content .comment-paging a,
#comment-content .comment-paging a:visited,
#comment-content .comment-paging span {
    background      : #EEEEEE;
    border          : 0;
    color           : #888888;
    display         : inline-block;
    line-height     : 1;
    padding         : 12px 14px;
    text-decoration : none;
}

#comment-content .comment-paging a:hover {
    background    : #DDDDDD;
    border-bottom : 0;
}

#comment-content .comment-paging .dots {
    background : none;
}

#comment-content .comment-paging .current,
#comment-content .comment-paging .current:hover {
    background  : #CCCCCC;
    color       : #333333;
    cursor      : default;
    font-weight : bold;
}

/* #Elements
================================================== */
/***** Image *****/
.image-element,
#content-container .wpb_single_image {
    margin-bottom : 25px;
    overflow      : hidden;
    position      : relative;
}

.vc_single_image {
    display   : block; /* fixed overflow image on Firefox */
    max-width : 100%;
}

.wpb_single_image figure {
    margin-left  : auto;
    margin-right : auto;
}

.columns .image-element:last-child,
.columns .wpb_single_image:last-child {
    margin-bottom : 0;
}

#root-container .wpb_single_image a {
    border : 0;
}

.circle-shape {
    border-radius : 50em;
}

/***** Buttons *****/
#root-container .button,
#root-container .vc_btn3 {
    display         : inline-block;
    font-size       : 16px;
    font-weight     : bold;
    letter-spacing  : 1px;
    line-height     : 1.5;
    margin          : 0.6em 0 0.6em 0;
    padding         : 0.4705882352941176em 1.2em; /* 8/17 */
    text-decoration : none;
    transition      : none;
}

#root-container .vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left : 48px;
}

#root-container .vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right : 48px;
}

#sidebar-container .button,
#sidebar-container .vc_btn3 {
    font-size : 14px;
}

#root-container .vc_btn3.vc_btn3-block {
    display : block;
    width   : 100%;
}

#root-container .button,
#root-container .vc_btn3[class*="theme-default"] {
    background : none;
    border     : 2px solid #929A98;
    color      : #929A98;
}

#root-container .button:hover,
#root-container .vc_btn3[class*="theme-default"]:hover {
    border-color : #3F413E;
    color        : #3F413E;
}

#sidebar-container .button:hover,
#sidebar-container .vc_btn3[class*="theme-default"] {
    border-color : #FFFFFF;
    color        : #FFFFFF;
}

#root-container .button.disabled,
#root-container .vc_btn3[class*="theme-default"].disabled {
    border-color : #929A98;
    color        : #929A98;
}

.button.tiny,
#root-container .vc_btn3.vc_btn3-size-xs {
    font-size : 12px;
}

.button.small,
#root-container .vc_btn3.vc_btn3-size-sm {
    font-size : 14px;
}

.button.large,
#root-container .vc_btn3.vc_btn3-size-lg {
    font-size : 22px;
}

.button.radius,
#root-container .vc_btn3.vc_btn3-shape-rounded {
    border-radius : 0.5em;
}

.button.expand {
    text-align : center;
    width      : 100%;
}

.button.round,
#root-container .vc_btn3.vc_btn3-shape-round {
    border-radius : 1000px;
}

.button.custom {
    border-color : transparent !important;
    color        : #FFFFFF !important;
}

.button.custom:hover {
    /*opacity: 0.8;*/
}

#root-container .button i,
#root-container .vc_btn3 .vc_btn3-icon {
    /* display: inline;
	font-size: inherit;
	height: auto;
	line-height: 1;
	margin-left: 0;
	    margin-right: 2px;
	    position: static;
	    vertical-align: top; */
    margin : 0 4px 0 0;
}

#root-container .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    margin : 0 0 0 4px;
}

/***** Icon *****/
.icon-shortcode,
i.uxb-icon {
    display     : block;
    line-height : 1;
    margin      : 15px auto;
}

i.uxb-icon.icon {
    height : auto;
    margin : 0;
    width  : auto;
}

.icon-shortcode.large,
i.uxb-icon.large {
    font-size : 60px;
}

.icon-shortcode.float-left,
i.uxb-icon.float-left {
    float  : left;
    margin : 0 12px 0 0;
}

.icon-shortcode.float-right,
i.uxb-icon.float-right {
    float  : right;
    margin : 0 0 0 12px;
}

/* elements-buttons-icons */
.icon-style1 {
    color     : #D8D8D8;
    font-size : 60px;
}

.icon-style2 {
    color     : #4DB7E9;
    font-size : 60px;
}

.icon-style3 {
    color     : #A4E778;
    font-size : 60px;
}

.icon-style4 {
    color     : #C9C9C9;
    font-size : 50px;
}

/***** Video *****/
.embed,
.uxb-port-embed {
    margin-bottom  : 18px;
    overflow       : hidden;
    position       : relative;
    padding        : 0;
    padding-bottom : 56.25% !important; /* 16:9 ratio*/
}

.embed:last-child {
    margin-bottom : 0;
}

.embed iframe,
.embed object,
.embed embed,
.uxb-port-embed iframe {
    height   : 100%;
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
}

iframe, object, embed {
    max-width : 100%;
}

/***** Gallery *****/
.gallery-wrapper,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul {
    text-align : center;
}

.gallery-wrapper *,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul * {
    box-sizing : border-box;
}

.gallery-wrapper .gallery-item,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul li {
    background                  : #FFFFFF;
    display                     : inline-block;
    margin                      : 0 1.2% 30px;
    max-width                   : 21%;
    /* For fixing contained image movement on hovered when using with "transition" */
    -webkit-backface-visibility : hidden;
    -webkit-transform           : translateZ(0) scale(1.0, 1.0);

    vertical-align              : top;
}

.gallery-wrapper.circle .gallery-item,
.gallery-wrapper.circle .gallery-item a,
.gallery-wrapper.circle .gallery-item img,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul li,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul img {
    border-radius : 50em;
}

#main-container .gallery-wrapper .gallery-item a,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a {
    background : none;
    border     : 0;
    display    : block;
}

#main-container .gallery-wrapper .gallery-item img,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul img {
    border  : 5px solid transparent;
    opacity : 1;
}

#main-container .gallery-wrapper .gallery-item a:hover img,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a:hover img {
    border : 5px solid #DDDDDD;
}

#main-container .gallery-wrapper .gallery-item a:hover img {

}

#main-container .gallery-wrapper .gallery-item .image-caption {
    font-size  : 13px;
    margin-top : 10px;
}

/***** Blockquote & Testimonial *****/
blockquote {
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
    margin             : 0;
    padding            : 20px 40px 30px;
}

blockquote p {
    color         : #525252;
    font-family   : 'Raleway', sans-serif;
    font-size     : 22px;
    font-weight   : 300;
    line-height   : 1.5;
    margin-bottom : 0;
}

blockquote.left,
blockquote.right {
    padding : 20px 20px;
    width   : 30%;
}

blockquote.left {
    float        : left;
    padding-left : 0;
}

blockquote.right {
    float         : right;
    padding-right : 0;
}

blockquote cite,
.uxb-tmnl-testimonial-item .uxb-tmnl-cite {
    color          : #000000;
    display        : block;
    font-family    : 'Raleway', sans-serif;
    font-size      : 20px;
    font-weight    : bold;
    letter-spacing : 1px;
    line-height    : 1.5;
    margin         : 0;
    margin-top     : 0.9em; /* 18px */
}

blockquote cite:before {
    content : "\2014 \0020";
}

/*** Testimonial ***/
.uxb-tmnl-testimonial-wrapper * {
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
}

.uxb-tmnl-testimonial-wrapper {
    height   : 270px;
    overflow : hidden;
    opacity  : 0;
    position : relative;
    width    : 100%;
}

.uxb-tmnl-testimonial-list {
    width : 100%;
}

.uxb-tmnl-testimonial-item {
    float : left; /* this can prevent the element stacking up */
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
    -webkit-border-radius : 50em;
    -moz-border-radius    : 50em;
    border-radius         : 50em;
    box-sizing            : border-box;
    position              : absolute;
    top                   : 55px;
    left                  : 0;
    z-index               : 2;
    width                 : 200px;
    height                : 200px;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail img {
    -webkit-border-radius : 50em;
    -moz-border-radius    : 50em;
    border-radius         : 50em;
    width                 : 100%;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
    /*margin: 60px 0 0 245px;*/
    padding    : 10px 0 45px 200px;
    margin     : 45px 0 0 45px;
    min-height : 220px;
    z-index    : 1;
}

#sidebar-container .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper,
#footer-container .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
    min-height : 100px;
}

.uxb-tmnl-testimonial-item blockquote {
    border  : 0;
    margin  : 0 0 20px;
    padding : 0;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-cite:before {
    content : "\2014 \0020";
}

.uxb-tmnl-testimonial-bullets {
    position : absolute;
    top      : 16px;
    right    : 11px;
    z-index  : 1;
}

.widget .uxb-tmnl-testimonial-bullets {
    top : 0;
}

.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-testimonial-bullets {
    /*top: 0;*/
}

.uxb-tmnl-testimonial-bullets a {
    background            : #E6E6E6;
    -webkit-border-radius : 50%;
    -moz-border-radius    : 50%;
    border-radius         : 50%;
    border                : 0;
    display               : inline-block;
    font-weight           : normal;
    margin                : 0 3px;
    height                : 15px;
    width                 : 15px;
}

.uxb-tmnl-testimonial-bullets a:hover {
    background : #CCCCCC;
}

.uxb-tmnl-testimonial-bullets a.selected {
    background : #8E8E8E;
}

/* Testimonials widget in sidebar and footer */
#sidebar-container .uxb-tmnl-blockquote-wrapper,
#footer-container .uxb-tmnl-blockquote-wrapper {
    padding : 0;
    margin  : 20px 0 40px 0;
}

#sidebar-container .widget .uxb-tmnl-testimonial-item .uxb-tmnl-cite,
#footer-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
    color         : #FFFFFF;
    font-size     : 13px;
    margin-bottom : 0;
}

#sidebar-container .uxb-tmnl-testimonial-bullets a,
#footer-container .uxb-tmnl-testimonial-bullets a {
    border : 0;
    margin : 0 2px;
    height : 12px;
    width  : 12px;
}

#sidebar-container .widget.uxb-tmnl-testimonial-wrapper blockquote p,
#footer-container .widget.uxb-tmnl-testimonial-wrapper blockquote p {
    color         : #FFFFFF;
    font-size     : 15px !important;
    margin-bottom : 18px;
}

#footer-container .widget.uxb-tmnl-testimonial-wrapper blockquote p {
    font-size : 16px !important;
}

#footer-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
    font-size   : 14px;
    font-weight : bold;
}

/* For style 2 */
.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-blockquote-wrapper {
    background : none;
    margin     : 45px 0 25px 0;
    padding    : 10px 20px 20px;
}

.uxb-tmnl-testimonial-wrapper.style2.left {
    float        : left;
    margin-left  : 0;
    margin-right : 25px;
}

.uxb-tmnl-testimonial-wrapper.style2.right {
    float        : right;
    margin-left  : 25px;
    margin-right : 0;
}

.uxb-tmnl-testimonial-wrapper.style2.left .uxb-tmnl-testimonial-bullets {
    left  : 11px;
    right : auto;
}

/* elements-blockquotes-testimonials */
.tmnl-width {
    width : 50% !important;
}

/***** Message Boxes ******/
.box {
    background-color : #2BA6CB;
    border           : 0;
    color            : #FFFFFF;
    display          : block;
    font-size        : inherit;
    font-weight      : inherit;
    margin-bottom    : 1.25em;
    position         : relative;
    padding          : 15px 20px;
}

.box.radius {
    -webkit-border-radius : 3px;
    border-radius         : 3px;
}

.box.round {
    -webkit-border-radius : 1000px;
    border-radius         : 1000px;
}

.box.success {
    background-color : #D4FAD9;
    color            : #37834E;
}

#main-container .box.success *,
#main-container .box.success p {
    color : #37834E;
}

.box.error {
    background-color : #FDE7E7;
    color            : #D1525D;
}

#main-container .box.error *,
#main-container .box.error p {
    color : #D1525D;
}

.box.info {
    background-color : #DEEDFF;
    color            : #3275BD;
}

#main-container .box.info *,
#main-container .box.info p {
    color : #3275BD;
}

.box.warning {
    background-color : #FCEAD3;
    color            : #B8752D;
}

#main-container .box.warning *,
#main-container .box.warning p {
    color : #B8752D;
}

.box strong.title {
    color         : inherit;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight   : bold;
    display       : inline-block;
    margin-bottom : 12px;
}

#main-container .box p {
    margin-bottom : 12px;
}

.box p:last-child {
    margin-bottom : 0 !important;
}

/***** CTA Box *****/
.cta-box,
#root-container .vc_cta3-style-theme-default {
    border     : 1px solid #DFDFDF;
    box-sizing : border-box;
    margin     : 25px 0;
    overflow   : hidden;
    position   : relative;
    padding    : 40px 30px;
}

.cta-box.bottom-line,
#root-container .vc_cta3.bottom-line {
    border-bottom : 2px solid #000000;
}

.cta-box.top-line,
#root-container .vc_cta3.top-line {
    border-top : 2px solid #000000;
}

.cta-box.left-line,
#root-container .vc_cta3.left-line {
    border-left : 2px solid #000000;
}

.cta-box.right-line,
#root-container .vc_cta3.right-line {
    border-right : 2px solid #000000;
}

.cta-box-content {
    /*font-size: 14px;*/
    margin-right : 35%;
    overflow     : hidden;
}

.cta-box-content h1,
.cta-box-content h2,
.cta-box-content h3,
.cta-box-content h4,
.cta-box-content h5 {
}

.cta-box-content.cta-full-width {
    margin-right : 0;
}

.cta-box-content {
    margin-bottom : 0;
}

.cta-box-content p:last-of-type {
    margin-bottom : 0 !important;
}

.cta-box-button .button {
    margin : 0;
}

#main-container .cta-box-button .button {
    margin : 0;
}

#main-container .cta-box-button .button.solid-color {
    /*background: #E66F66 !important;*/
}

.cta-box-button.right {
    margin-top : -20px;
    position   : absolute;
    right      : 5%;
    top        : 50%;
}

.cta-box-button.bottom {
    margin-top : 25px;
    position   : static;
    text-align : center;
}

.cta-box-button.right.large {
    margin-top : -25px;
}

.cta-box-button.right.small {
    margin-top : -12px;
}

.cta-box-button.right.tiny {
    margin-top : -9px;
}

/***** Progress Bar *****/
.progress-bar,
#root-container .vc_progress_bar .vc_single_bar {
    /* border-bottom: 1px solid #888; */
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
    background         : none;
    border-radius      : 0;
    height             : 10px;
    margin             : 40px 0;
    /* padding: 3px 0; */
    position           : relative;
    -moz-box-shadow    : 5px 5px 0 0 rgba(68, 68, 68, 0.1);
    -webkit-box-shadow : 5px 5px 0 0 rgba(68, 68, 68, 0.1);
    box-shadow         : 5px 5px 0 0 rgba(68, 68, 68, 0.1);
}

.progress-bar .bar-label,
#root-container .vc_progress_bar .vc_single_bar .vc_label {
    color          : #3B3B3B;
    font-family    : Arial, sans-serif;
    font-size      : 10px;
    letter-spacing : 1px;
    line-height    : 1;
    position       : absolute;
    left           : 0;
    top            : -15px;
    text-transform : uppercase;

    padding        : 0;
    text-shadow    : none;
}

.progress-bar .bar-meter,
#root-container .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius : 0;
    display       : block;
    height        : 100%;
    width         : 0; /* init width */
    /* margin-top: 20px; */
}

.wpb_pie_chart_heading {
    margin-top : 15px;
}

span.custom-icon-w-text {
    display     : block;
    line-height : 1.8;
    margin      : 15px 0 0 12px;
}

span.custom-icon-w-text + br {
    display : none;
}

span.custom-icon-w-text i {
    margin-right : 18px;
    /*vertical-align: top;*/
}

.columns span.custom-icon-w-text:last-of-type {
    margin-bottom : 26px;
}

span.custom-icon-w-text i.checked {
    color          : #9FD355;
    font-size      : 1.4em;
    vertical-align : top;
}

/***** Image Slider *****/
.image-slider-root-container,
.image-slider-root-container * {
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
}

.image-slider-root-container {
    /*background-color: #222;*/
    position  : relative;
    max-width : 100%;
}

/* reset the height */
.auto-height {
    min-height : inherit !important; /* this is the key for using with "smoothHeight" of flexslider */
}

/* bullets */
.image-slider-root-container .flex-control-nav,
#root-container .wpb_gallery_slides.wpb_flexslider .flex-control-nav {
    bottom      : -55px;
    margin-left : 0 !important;
    z-index     : 99;
}

.flex-control-nav li,
#root-container .wpb_gallery_slides.wpb_flexslider .flex-control-nav li {
    margin : 0 4px !important;
}

.flex-control-paging li a {
    background         : #E6E6E6;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    box-shadow         : none;
    width              : 13px;
    height             : 13px;
}

.flex-control-paging li a:hover {
    background : #CCCCCC;
}

.flex-control-paging li a.flex-active {
    background : #8E8E8E;
}

.image-slider-wrapper,
.wpb_gallery_slides.wpb_flexslider {
    background    : url(images/loading-s.gif) no-repeat center;
    min-height    : 200px; /* init height */
    margin-bottom : 35px;
    overflow      : hidden;
    text-align    : center;
    /*transition: opacity .18s ease-in-out;
   -moz-transition: opacity .18s ease-in-out;
   -webkit-transition: opacity .18s ease-in-out;
   -o-transition: opacity .18s ease-in-out;*/
}

@media (-webkit-min-device-pixel-ratio : 2), (min-resolution : 192dpi) {

    .image-slider-wrapper {
        background-image : url(images/loading-s@2x.gif);
        background-size  : 24px 24px;
    }

}

#root-container .wpb_gallery_slides.wpb_flexslider {
    border        : 0;
    border-radius : 0;
    background    : none;
    box-shadow    : none;
    position      : relative;
}

#root-container .wpb_gallery_slides.wpb_flexslider ul,
#root-container .wpb_gallery_slides.wpb_flexslider li {
    margin : 0;
}

#root-container .wpb_gallery_slides.wpb_flexslider a {
    border : 0;
}

.image-slider-wrapper.hide-bullets {
    margin-bottom : 0;
}

#uxb-port-inner-content-container .image-slider-wrapper {
    min-height : 480px; /* init height for port single page */
}

.image-slider-wrapper.hide-bullets .flex-control-nav,
.wpb_gallery.hide-bullets .flex-control-nav {
    display : none;
}

#main-container .image-slider-wrapper .image-slider {
    list-style : none;
    margin     : 0;
    opacity    : 0;
    overflow   : hidden;
    visibility : hidden;
}

#main-container .image-slider-wrapper li {
    margin : 0;
}

.image-slider-item {
    display    : none;
    position   : relative;
    text-align : center;
}

.image-slider-item img {
    height : auto !important;
    margin : auto;
    width  : auto;
}

#root-container .image-slider-item a {
    border  : 0 !important;
    display : block;
}

.image-slider-item .image-caption-wrapper {
    position  : absolute;
    left      : 15px;
    bottom    : 15px;
    max-width : 95%;
}

.image-slider-item .image-caption {
    background : rgb(255, 255, 255);
    background : rgba(255, 255, 255, .8);
    box-sizing : border-box;
    color      : #000000;
    display    : inline-block;
    /*font-family: 'Questrial', sans-serif;*/
    font-size  : 13px;
    padding    : 10px 20px;
    text-align : left;
    width      : auto;
}

.image-slider-item .image-caption-wrapper.center-aligned {
    width : 100%;
}

.image-slider-item .image-caption-wrapper.center-aligned,
.image-slider-item .image-caption-wrapper.center-aligned .image-caption {
    text-align : center;
}

.slider-controller,
#root-container .wpb_gallery_slides.wpb_flexslider .flex-direction-nav a {
    background         : #333333;
    border             : 1px solid #CCCCCC;
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
    color              : #FFFFFF !important;
    display            : block; /* initial display */
    font-family        : 'Ionicons';
    font-size          : 20px;
    line-height        : 1;
    margin-top         : -25px;
    padding            : 10px 17px;
    position           : absolute;
    text-align         : center;
    text-decoration    : none;
    top                : 50%;
    z-index            : 2;
}

.slider-controller {
    opacity : 0;
}

#root-container .wpb_gallery_slides.wpb_flexslider .flex-direction-nav a:before {
    font-family   : 'Ionicons';
    font-size     : 20px;
    font-weight   : normal;
    line-height   : 1;
    margin-bottom : 9999px; /* to push down "Next" and "Previous" text in the nav buttons */
}

.slider-prev,
#root-container .wpb_gallery_slides.wpb_flexslider .flex-direction-nav a.flex-prev {
    left : 15px;
}

#root-container .wpb_gallery_slides.wpb_flexslider .flex-direction-nav a.flex-prev:before {
    content : '\f3d2';
}

.slider-next,
#root-container .wpb_gallery_slides.wpb_flexslider .flex-direction-nav a.flex-next {
    right : 15px;
}

#root-container .wpb_gallery_slides.wpb_flexslider .flex-direction-nav a.flex-next:before {
    content : '\f3d3';
}

.slider-controller:hover,
#root-container .wpb_gallery_slides .flex-direction-nav a:hover {
    background : #555555;
}

/***** Google Maps *****/
.google-map {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
    background         : #EFEFEF;
    height             : 200px
}

.google-map a {
}

.google-map img {
    max-width : none !important;
}

/***** Accordion *****/
.accordion {
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
    height             : 400px; /* initial height, reset after loaded */
    opacity            : 0;
    visibility         : hidden;
}

.ui-accordion {
    width       : 100%;
    /*border-bottom: 1px solid #888;*/
    font-size   : 100%;
    line-height : 100%;
}

#main-container .ui-accordion .ui-accordion-header {
    background     : #FCFCFC;
    border         : 1px solid #DFDFDF;
    border-radius  : 0;
    cursor         : pointer;
    /*font-family: 'Raleway', sans-serif;*/
    font-size      : 18px;
    letter-spacing : 0;
    text-transform : none;
    line-height    : 1.5;
    margin-bottom  : 0;
    margin-top     : -1px;
    overflow       : hidden;
    padding        : 3px 5px;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a {
    background     : #FCFCFC;
    padding-top    : 17px;
    padding-bottom : 17px;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a:hover {
    color : #222222;
}

#root-container .vc_tta-panels-container .vc_tta-panel-title {
    text-transform : none;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading a {
    background  : #FFFFFF;
    border      : 1px solid #000000;
    color       : #333333;
    font-weight : bold;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panel-body {
    border     : 0;
    margin-top : 0;
}

#main-container .ui-accordion-header.ui-state-active {
    background   : none;
    border-color : #000000;
    border-width : 1px;
    border-style : solid;
}

.ui-accordion .ui-accordion-li-fix {
    display : inline;
}

.ui-accordion .ui-accordion-header:focus {
    outline : none !important;
}

#main-container .ui-accordion .ui-accordion-header a {
    border          : 0;
    color           : #999999;
    float           : left;
    font-weight     : normal;
    padding         : 10px 15px;
    text-decoration : none;
}

#main-container .ui-accordion .ui-accordion-header:hover a {
    color : #222222;
}

#main-container .ui-accordion .ui-accordion-header.ui-state-active a {
    color       : #3B3B3B;
    font-weight : bold;
}

.ui-accordion .ui-accordion-content {
    border      : none;
    color       : inherit;
    display     : none;
    line-height : 1.5;
    overflow    : auto;
    padding     : 25px;
    position    : relative;
    zoom        : 1;
}

/* To fix image display in the content area on retina devices */
#root-container .ui-accordion .ui-accordion-content img {
    width : auto;
}

.ui-accordion .ui-accordion-content p {
}

.ui-accordion .ui-accordion-content-active {
    display : block;
}

.toggle {
    opacity    : 0;
    visibility : hidden;
}

.ui-accordion,
.ui-accordion.toggle {
    margin-bottom : 15px;
}

.ui-icon,
.ui-accordion-header-icon {
    width   : 25px;
    height  : 25px;
    margin  : 4px 0 0 15px;
    float   : left;
    opacity : 0.4;
}

.ui-icon-triangle-1-e,
.ui-accordion-header-icon {
    display : none;
    /*background: url('images/plus.png') left center no-repeat;*/
}

.ui-icon-triangle-1-s,
.ui-accordion-header-icon-active {
    display : none;
    /*background: url('images/minus.png') left center no-repeat;*/
}

/***** Tabs *****/
#root-container .uxb-tabs * {
    box-sizing : border-box;
}

#root-container .uxb-tabs {
    opacity : 0;
}

#root-container .uxb-tabs ul.tab-items,
#root-container .vc_tta-tabs-container .vc_tta-tabs-list {
    margin  : 0;
    padding : 0;
}

#root-container .uxb-tabs ul.tab-items > li,
#root-container .vc_tta-style-theme-default .vc_tta-tabs-list .vc_tta-tab {
    /*display: inline-block;*/
    line-height : 1;
    margin      : 0 -1px 0 0;
}

#root-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    line-height : 1;
    margin      : 0;
}

#root-container .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body {
    /*height: auto !important;*/ /* to prevent random height-collapsed issue after switching tabs */
}

#root-container .uxb-tabs ul.tab-items li a,
#root-container .vc_tta-style-theme-default .vc_tta-tabs-list .vc_tta-tab a {
    background    : #FFFFFF;
    border        : 1px solid #DEDEDE;
    border-radius : 0;
    color         : #888888;
    font-weight   : normal;
    line-height   : 1.4;
    padding       : 15px 20px;
}

/* Start Block:
/* For Tabs: These will display on resolution <= 767px. Normally they are hidden on normal resolution. */
/* For Accordion: Normal styling */
#root-container .vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading {
    border : 0;
    margin : 0 0 -1px;
}

#root-container .vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading {
    margin-bottom : 2px;
}

#root-container .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title {
    color          : inherit;
    font-size      : 18px;
    letter-spacing : 0;
    margin         : 0;
    padding        : 0;
    text-transform : none;
}

#root-container .vc_tta-panels-container .vc_tta-panel-heading a {
    border-bottom : 0;
    /*color: inherit;*/
}

#root-container .vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a {
    border      : 1px solid #DEDEDE;
    color       : #888888;
    font-weight : normal;
}

#root-container .vc_tta-tabs.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading a {
    border-top  : 1px solid #000000;
    color       : #333333;
    font-weight : bold;
}

/* End Block */

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-bottom .vc_tta-tabs-list .vc_tta-tab a {
    margin-top : -1px;
}

#root-container .vc_tta-style-theme-default .vc_tta-tabs-list .vc_tta-tab a:before,
#root-container .vc_tta-style-theme-default .vc_tta-tabs-list .vc_tta-tab a:after {
    display : none;
}

#root-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    border-width        : 1px;
    border-bottom-color : transparent;
    color               : inherit;
    font-weight         : inherit;
    margin-right        : -1px;
}

#root-container .vc_tta-style-theme-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    border-bottom-color : #DEDEDE;
}

#root-container .uxb-tabs ul.tab-items li a:hover,
#root-container .vc_tta-style-theme-default .vc_tta-tabs-list .vc_tta-tab a:hover {
    color : #333333;
}

#root-container .uxb-tabs ul.tab-items li.ui-state-active a,
#root-container .vc_tta-style-theme-default .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-top    : 1px solid #000000;
    border-bottom : 0;
    color         : #333333;
    font-weight   : bold;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-bottom .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-bottom : 1px solid #000000;
    border-top    : 1px solid #FFFFFF;
}

#root-container .uxb-tabs .tab-content,
#root-container .vc_tta-style-theme-default .vc_tta-panel-body {
    background    : #FFFFFF;
    border        : 1px solid #DEDEDE;
    border-radius : 0;
    margin-top    : -2px;
    padding       : 30px 30px;
}

/* To fix image display in tab content on retina devices */
#root-container .uxb-tabs .tab-content img,
#root-container .vc_tta-style-theme-default .vc_tta-panel-body img {
    width : auto;
}

/*** Vertical Tabs ***/
#root-container .uxb-tabs.vertical-tabs {
    overflow : hidden;
    padding  : 0;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-panel-body {
    margin-top  : 0;
    margin-left : -1px;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-panel-body {
    margin-top   : 0;
    margin-right : -1px;
}

#root-container .uxb-tabs.vertical-tabs .tab-items {
    float : left;
    width : 25%;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li {
    width       : 100%;
    white-space : normal;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab a {
    border-bottom-width : 0;
    width               : 100%;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li.ui-state-active a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-top   : 1px solid #DEDEDE;
    border-left  : 1px solid #000000;
    border-right : 0;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-top   : 1px solid #DEDEDE;
    border-left  : 1px solid #FFFFFF;
    border-right : 1px solid #000000;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li:last-child a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:last-child a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab:last-child a {
    border-bottom-width : 1px;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li:last-child.ui-state-active a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active:last-child a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab.vc_active:last-child a {
    border-bottom : 1px solid #DEDEDE;
}

#root-container .uxb-tabs.vertical-tabs .tab-content {
    float       : left;
    margin-left : -1px;
    margin-top  : 0;
    width       : 75%;
}

/*** VC's Tab Bullets ***/
#root-container .vc_pagination,
#root-container .vc_pagination .vc_pagination-item {
    margin  : 0;
    padding : 0;
}

#root-container .vc_pagination {
    margin-top : 30px;
}

#root-container .vc_tta-tabs-position-bottom .vc_pagination {
    margin-top : -40px;
}

#root-container .vc_pagination .vc_pagination-item a {
    /*background: #e6e6e6;*/
    -webkit-box-shadow  : none;
    -moz-box-shadow     : none;
    box-shadow          : none;
    border-width        : 1px;
    border-bottom-color : transparent;
    /*width: 15px;
    height: 15px;*/

    /*border: 0;*/
}

/***** VC IE9 *****/
.ie9 #root-container #content-container .vc_tta-panel-title a,
.ie9 #root-container #content-container .vc_tta-tab a {
    background   : none;
    border       : 0;
    color        : #333333;
    font-weight  : bold;
    padding-left : 0;
}

.ie9 #root-container #content-container ul.vc_tta-tabs-list {
    margin-bottom : 20px;
}

.ie9 #root-container #content-container .vc_tta-panel-body {
    border        : 0;
    padding-left  : 0;
    padding-right : 0;
}

/***** WP Gallery *****/

/* For image caption of WP gallery (showing below the image) */
#main-container .gallery .gallery-item {
    margin-bottom : 2%;
}

#main-container .gallery .gallery-item .gallery-caption {
    margin-bottom  : 0.83333333333333333333333333333333em;
    margin-top     : 1em;
    padding-bottom : 0;
    /*font-style: italic;*/
    font-size      : 13px;
}

/* Override the default style of dt */
.gallery-item dt {
    float       : none;
    clear       : none;
    width       : auto;
    text-align  : center;
    font-weight : inherit;
}

.gallery-item dt:after {
    content : '';
}

/* Override default border style of WP */
#main-container .gallery-item img {
    border : 0;
}

/* #Widgets and Plugins
================================================== */
/***** WP Calendar *****/
#wp-calendar th {
    color : #FFFFFF;
}

#wp-calendar th,
#wp-calendar td {
    padding : 0;
}

/***** Categories and Other Widgets that have list items *****/
.category-widget ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_meta ul {
    list-style : none;
    margin     : 0;
}

.category-widget li,
.widget_categories li,
.widget_archive li,
.widget_recent_comments li,
.widget_meta li {
    margin-left : 0;
}

/***** Contact widget *****/
.contact-info-widget-logo {
    margin-bottom : 15px;
}

.contact-info-widget .contact-details span {
    display     : block;
    line-height : 1.8;
}

/***** Posts widget *****/
.posts-widget ul,
.widget_recent_entries ul {
    list-style    : none;
    margin-left   : 0;
    margin-bottom : 0;
}

.posts-widget li,
.widget_recent_entries li {
    line-height   : inherit;
    margin-bottom : 0;
    margin-left   : 0;
    margin-top    : 0;
    overflow      : hidden;
}

.widget_recent_entries li {
    margin-bottom : 15px;
}

.posts-widget li:last-child,
.widget_recent_entries li:last-child {
    margin-bottom : 0;
}

.posts-widget .post-thumbnail {
    float : left;
}

.posts-widget .post-title {
    margin-bottom : 18px;
    margin-left   : 72px;
}

.posts-widget li:last-child .post-title {
    margin-bottom : 0;
}

.posts-widget .post-title.no-thumbnail {
    margin-left : 0;
}

.posts-widget .date,
.widget_recent_entries .post-date {
    display    : block;
    font-size  : 13px;
    font-style : italic;
    color      : #999999;
    margin-top : 5px;
}

/***** Tags widget *****/
.tags-widget {
    list-style : none;
    margin     : 0;
}

.tags-widget li,
#root-container .tagcloud a {
    display     : inline-block;
    line-height : inherit;
    margin      : 0 6px 12px 0;
}

#footer-container .tags-widget a,
#root-container .tagcloud a {
    border         : 2px solid #929A98;
    color          : #929A98;
    display        : inline-block;
    font-size      : 1em !important;
    font-weight    : 700;
    letter-spacing : 1px;
    padding        : 0.3571428571428571em 1.071428571428571em; /* 5/14, 17/14 */
}

#footer-container .tags-widget a:hover,
#root-container .tagcloud a:hover {
    border-color : #FFFFFF;
    color        : #FFFFFF;
}

/* blog-single, contact */
.textarea-height {
    height : 150px;
}

/***** Fancybox *****/
#fancybox-thumbs ul {
    margin-left : 0;
}

#fancybox-thumbs ul li {
    margin : 0;
}

.fancybox-title {
    font-family : inherit;
}

/***** Validation Engine Plugin *****/
.formError .formErrorArrow div {
    background : #E13A3A;
    border     : 0;
}

.formError .formErrorContent {
    background         : #E13A3A;
    border             : 0;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    box-shadow         : none;
    width              : 170px;
    font-size          : 12px;
}

/***** Contact Form 7 *****/
#content-container .wpcf7-response-output {
    /*line-height: 1.5;*/
    margin  : 20px 0;
    padding : 20px 25px;
}

#content-container .wpcf7-mail-sent-ok {
    background-color : #D4FAD9;
    border           : 0;
    color            : #37834E;
}

#content-container .wpcf7-validation-errors {
    background-color : #FDE7E7;
    border           : 0;
    color            : #D1525D;
}

span.wpcf7-form-control-wrap {
    display : block;
}

#content-container .wpcf7-not-valid-tip {
    background : #FDE7E7;
    border     : 0;
    padding    : 5px;
    color      : #D1525D;
    left       : 0;
    top        : 20px;
    margin-top : -12px;
}

#content-container .wpcf7-form-control.wpcf7-textarea {
    height : 150px;
}

#content-container .wpcf7 p {
    margin-bottom : 20px;
}

#content-container .wpcf7 select {
    /*height: 2.3125em;*/
    padding : 5px;
}

.wpcf7-fixed-txb {
    max-width : 300px;
}

.wpcf7-list-item {
    display : block;
    margin  : 12px 0;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
    margin-bottom : 0;
}

#content-container .wpcf7-list-item .wpcf7-list-item-label {
    font-size : 13px;
}

/***** Visual Composer *****/
/* this will make the non-responsive version displays the correct column gutter */
#content-container .vc_column_container {
    padding-left  : 0;
    padding-right : 0;
}

.vc_row {
    margin-bottom : 50px;
}

#content-container .wpb_content_element {
    margin-bottom : 1em;
}

/* when using VC Frontend Editor, display the element right away */
body.vc_editor .uxb-port-loading-text {
    display : none;
}

body.vc_editor .uxb-port-loaded-element-wrapper,
body.vc_editor .uxb-port-element-item,
body.vc_editor .image-slider-wrapper,
body.vc_editor #main-container .image-slider-wrapper .image-slider,
body.vc_editor .slider-controller,
body.vc_editor .uxb-tmnl-testimonial-wrapper {
    opacity    : 1;
    visibility : visible;
}

body.vc_editor .image-slider-item:first-child {
    display : block;
}

/* with VC Frontend Editor, force to display the first thumbnail of testimonials */
body.vc_editor .uxb-tmnl-testimonial-item:first-child .uxb-tmnl-testimonial-thumbnail {
    z-index : 99;
}

#root-container .wpb_pinterest a {
    border : 0;
}

#root-container .vc_separator h4 {
    margin-bottom  : 0;
    padding-top    : 0;
    text-transform : none;
}

#root-container .vc_toggle h4 {
    text-transform : none;
}

/*** VC Image Carousel ***/
#root-container .wpb_images_carousel {
    line-height   : inherit;
    margin-bottom : 50px !important;
}

#root-container .wpb_images_carousel a {
    border : 0;
}

#root-container .wpb_images_carousel .vc_carousel-indicators,
#root-container .wpb_images_carousel .vc_carousel-indicators li {
    bottom      : -40px;
    line-height : 1;
    margin      : 0;
    padding     : 0;
}

#root-container .wpb_images_carousel .vc_carousel-indicators {
    margin-left : -30%;
}

#root-container .vc_images_carousel .vc_carousel-control {
    width            : 30px;
    background-color : #333333;
    color            : #FFFFFF;
}

#root-container .vc_images_carousel .vc_carousel-control .icon-next:before {
    font-family : 'Ionicons';
    content     : '\f3d3';
    font-size   : 16px;
    top         : -13px;
}

#root-container .vc_images_carousel .vc_carousel-control .icon-prev:before {
    font-family : 'Ionicons';
    content     : '\f3d2';
    font-size   : 16px;
    top         : -13px;
}

/*** VC Charts ***/
#root-container .vc_chart-legend,
#root-container .vc_chart-legend li {
    margin  : 0;
    padding : 0;
}

/*** VC Post Grid ***/
#root-container .vc_grid .vc_grid-item a,
#root-container .vc_pageable-load-more-btn a {
    /*border: 0;*/
}

/*** VC Icon ***/
#root-container .vc_icon_element {
    /*margin-bottom: 0;*/
}

/*** VC Toggle ***/
.vc_toggle_title * {
    letter-spacing : 0;
}

/***** WPML *****/
#wpml-language-selector {
    margin-top : 20px;
}

/***** Gravity Forms *****/
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_year input,
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
    margin : 0;
}

.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label {
    float        : left;
    margin-right : 10px;
    margin-top   : 5px;
}

#root-container .gform_wrapper .gfield_time_hour i {
    margin-top : 0;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
    margin : 0;
}

.ginput_container_multiselect select {
    background : #FEFEFE;
}

/* #Custom CSS of Foundation Framework
================================================== */
.row {
    margin    : 0 auto 50px;
    max-width : none;
}

.row .row {
    margin-bottom : 45px;
}

#content-container > .row:last-child,
#content-container > .row .row:last-child {
    margin-bottom : 0;
}

.uxb-col.columns {
    padding : 0 15px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="submit"],
textarea,
#root-container .input-text {
    background         : #FFFFFF;
    border             : 1px solid #DEDEDE;
    border-radius      : 0;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    box-shadow         : none;
    font-size          : 1em;
    height             : auto;
    line-height        : 1.7;
    padding            : 0.71428571428571428571428571428571em; /* 10/14 */
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
#root-container .input-text:focus {
    border-color       : #000000;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    box-shadow         : none;
}

#sidebar-container input {
    background   : none;
    border-color : #FFFFFF;
    color        : #CCCCCC;
}

select {
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;

    /* background set copied from foundation.css */
    background-color   : #FEFEFE;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
    /*background-size: 19px 6px;*/
    /*background-repeat: no-repeat;*/
    border             : 1px solid #DEDEDE;
    border-radius      : 0;
    font-family        : inherit;
    padding            : 0.4em;
}

select:hover {
}

#root-container [type=text].search-field {
    font-size : 1em;
}

.prefix,
.postfix {
    font-size : inherit;
}