/*
Theme Name: Fineliner
Theme URI: http://themes.uxbarn.com/redirect.php?theme=fineliner_wp
Description: Fineliner is a beautiful and clean responsive WordPress theme that is perfectly suitable for building any portfolio or business websites. You can follow me on Twitter for any update notification: <a href="https://twitter.com/uxbarn">Follow me on Twitter</a>

Author: UXbarn
Author URI: http://themeforest.net/user/UXbarn?ref=UXbarn
Version: 2.0.1
License: GPL, ThemeForest License
License URI: http://codex.wordpress.org/GPL, http://themeforest.net/licenses
Tags: light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-colors, custom-menu, featured-images, sticky-post, theme-options
Text Domain: uxbarn
*/



/* Table of Content
 ==================================================
 #General Styles
 #Page Structure
 #Blog Page
 #Elements
 #Widgets and Plugins
 #Custom CSS of Foundation Framework
 


/* #General Styles
================================================== */
*:focus {
	outline: none;
}

body {
	background: #f6f6f6;
	cursor:	auto;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

body.pattern-bg {
	background: #EDEDED url('images/bg/gplaypattern.png') repeat fixed;
}

body.full-bg {
	background: #EDEDED url('images/demo/full-bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

mark {
	background: #FFF6C8;
}

a, a:visited {
	/*color: #1B83BE;*/
}

strong {
	font-weight: 700;
}

.border {
	border: 6px solid #efefef;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.no-border img {
	border: 0;
}

label {
	font-size: inherit;
	font-weight: 400;
}

form {
	margin-bottom: 0;
}

code, 
kbd,
tt {
	background: #efefef;
	color: #000;
	display: inline-block;
	font-family: Courier, serif;
	padding: 0 6px;
}

pre {
	background: #efefef;
	color: #000;
	font-family: Courier, serif;
	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;
}

.col-center * {
	text-align: center !important;
}

hr.layout-divider {
	border: 0;
	border-top: 1px solid #cfcfcf;
}

hr.double-line {
	height: 9px;
	border-top: 1px solid #cfcfcf;
}

/* Fixed width for normal parts in a page (header, divider) */
.content-width {
	margin: auto;
	width: 1020px;
}

/* For major containers (content, footer) that contain ".row" and ".columns" (1020px + 15px*2 of left,right columns) */
.columns-content-width {
	float: none !important; /* to override the Foundation *column* selector */
	margin: auto;
	width: 1050px;
}

/*.row.content {
	margin: 0 auto 68px;
	width: 1050px; /* 1020px plus left and right paddings of the first and last columns (15px + 15px) 
}*/

.less-margin-bottom {
	margin-bottom: 30px !important;
}

.no-margin-bottom,
.wpb_text_column.no-margin-bottom p {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.normal-align-left {
	text-align: left;
}

.normal-align-right {
	text-align: right;
}

.normal-align-center,
.center {
	text-align: center;
}

.top-margin {
	margin-top: 35px !important;
}

.display-block {
	display: block !important;
}

#root-container .solid-green,
#root-container #content-container .wpb_solid-green,
#root-container .bar_green { /* VC progress bar color */
	/*background: #64946A !important;*/
	background: #71BB6D !important;
}

#root-container .solid-red,
#root-container #content-container .wpb_solid-red,
#root-container .bar_red,
#root-container .vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar { /* VC progress bar color */
	background: #E66F66 !important;
}

#root-container .solid-yellow,
#root-container #content-container .wpb_solid-yellow,
#root-container .vc_progress_bar.vc_progress-bar-color-bar_yellow .vc_single_bar .vc_bar,
#root-container .vc_progress_bar.vc_progress-bar-color-solid-yellow .vc_single_bar .vc_bar {
	background: #FAB336 !important;
}

#root-container .solid-blue,
#root-container #content-container .wpb_solid-blue,
#root-container .bar_blue,
#root-container .vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar,
#root-container .vc_progress_bar.vc_progress-bar-color-solid-blue .vc_single_bar .vc_bar { /* VC progress bar color */
	background: #4F84C7 !important;
}

#root-container .solid-gray,
#root-container .bar_grey,
#root-container .vc_progress_bar.vc_progress-bar-color-bar_grey .vc_single_bar .vc_bar,
#root-container .vc_progress_bar.vc_progress-bar-color-solid-grey .vc_single_bar .vc_bar { /* VC progress bar color */
	background: #A2A2A2 !important;
}

#root-container .solid-gold,
#root-container .vc_progress_bar.vc_progress-bar-color-solid-gold .vc_single_bar .vc_bar {
	background: #C5AE87 !important;
}

#root-container .solid-pink,
#root-container .vc_progress_bar.vc_progress-bar-color-solid-pink .vc_single_bar .vc_bar {
	background: #EB9FCF !important;
}

#root-container .solid-purple,
#root-container .vc_progress_bar.vc_progress-bar-color-solid-purple .vc_single_bar .vc_bar {
	background: #9D75C2 !important;
}

/* for any element using with CSS animation of VC */
.wpb_animate_when_almost_visible {
	opacity: 0;
}

/*** ScrollUp Button ***/
#scrollUp {
	bottom: 50px;
	right: 30px;
	padding: 17px 20px;
	background: #555;
	color: #fff;
	opacity: .6;
	border-radius: 50%;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
}

#scrollUp:before {
	font-family: 'FontAwesome';
	content: '\f106';
	vertical-align: baseline;
}


/***** WP Specific Classes *****/
.alignleft {
	float: left;
	margin: 0 20px 8px 0;
}

.alignright {
	float: right;
	margin: 0 0 8px 20px;
}

.aligncenter {
	float: none;
	text-align: center;
}

.sticky.fixed {
	position: static;
	z-index: 1;
}

.sticky-badge {
	display: inline-block;
	float: left;
	line-height: 1;
	margin: 6px 18px 0 0;
	padding-bottom: 18px;
	font-size: 20px;
}

.bypostauthor {
	
}


/***** 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 #ccc;
	padding: 4px;
}

table th {
	background: #eee;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

table tbody td {
	background: #fff;
}

table tfoot td {
	background: #e5e5e5;
}

/***** Definition List *****/
dl {
	margin-bottom: 22px;
}
  
dt {
	float: left;
	clear: left;
	width: 130px;
	text-align: right;
	font-weight: bold;
}

dt:after {
	content: ':';
}

dd {
	margin: 0 0 0 140px;
	padding: 0 0 15px 0;
}

/***** MISC *****/
abbr,
acronym {
	text-transform: uppercase;
}




/* #Page Structure
================================================== */
#root-border {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: rgb(158, 158, 158);
	background: rgba(158, 158, 158, .12);
	margin: 40px auto;
	padding: 12px;
	width: 1170px;
}

#root-container {
	background: #ffffff;
	/*box-shadow: 0px 0px 5px 0px rgba(193,193,193,1);*/
	overflow: hidden; /* mainly for supporting "stretch row" feature of VC so the row will only be contained within the container area */
	padding: 60px 0;
	position: relative;
}

#off-canvas {
	position: absolute;
    left: -5000px;
    top: -5000px;
}

/***** Header *****/
#header-container {
	min-height: 110px;
	margin-bottom: 40px;
	position: relative;
}

#header-container.horizontal-menu {
	margin-bottom: 0;
}

#logo-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
}

#logo-wrapper.horizontal-menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	position: static;
	text-align: center;
	width: 100%;
}

#logo {
	margin-bottom: 11.125px;
}

#tagline {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}

#logo h1 {
	color: #402E38;
	font-size: 40px;
}

#logo a {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
}



/***** Menu *****/
#menu-wrapper {
	position: absolute;
	right: 0;
	bottom: 2px;
}

#menu-wrapper.horizontal-menu {
	border-top: 1px solid #dfdfdf;
	line-height: 1;
	margin-top: 30px;
	/*overflow: hidden;*/
	padding: 25px 0 0;
	position: static;
	text-align: center;
}

#menu-wrapper.horizontal-menu .main-menu {
	font-size: 14px;
}

#menu-wrapper.horizontal-menu .main-menu a {
	letter-spacing: 0;
}

#rendered-menu-wrapper > ul.main-menu {
	display: none;
}

#root-container #menu-wrapper .menu-column {
	border-right: 1px solid #dfdfde;
	float: left;
	min-height: 60px;
	text-align: right;
	width: 174px;
}

#rendered-menu-wrapper {
	float: left;
	opacity: 0;
}

.menu-column.last {
	margin-right: 0;
	padding-right: 0;
}

.main-menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

#menu-wrapper.horizontal-menu .main-menu {
	display: inline-block;
	/*overflow: hidden;*/
	width: auto;
}

.main-menu li {
	position: relative;
}

#menu-wrapper.horizontal-menu .main-menu > li {
	float: left;
	padding: 0 17px;
}

.main-menu a {
	text-decoration: none;
}

.main-menu a.active,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-parent > a,
.main-menu > li.current-menu-ancestor > a {
	color: #333;
	font-weight: 700;
}

.main-menu .menu-marker {
	/*background: #e66f66;*/
	display: block;
	height: 10px;
	opacity: 0;
	position: absolute;
	right: -1px;
	top: 2px;
	width: 6px;
}

#menu-wrapper.horizontal-menu .main-menu .menu-marker {
	height: 2px;
	right: 0;
	bottom: -3px;
	top: auto;
	width: 100%;
	z-index: 1;
}

.main-menu > li {
	display: inline-block;
	float: right;
	clear: right;
	padding-right: 21px;
	line-height: 1;
}

.main-menu > li > a {
	color: #6a6a6a;
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 11.125px;
	text-transform: uppercase;
	line-height: 1;
}

#menu-wrapper.horizontal-menu .main-menu > li > a {
	padding-bottom: 20px;
	text-transform: none;
}

.main-menu > li:last-child > a {
	padding-bottom: 0;
}

.main-menu > li > a:hover {
	color: #444;
}

/*** Submenu ***/
.main-menu li ul {
	background: #fff;
	border: 1px solid #bebebe;
	display: none;
	left: 100%;
	position: absolute;
	text-align: center;
	top: -17px;
	width: 175px;
	z-index: 99;
}

#menu-wrapper.horizontal-menu .main-menu li ul {
	left: 0;
	top: 30px;
	text-align: left;
	width: 190px;
}

#menu-wrapper.horizontal-menu .main-menu > li > .sub-menu .sub-menu {
	left: 70%;
	top: 0
}

.main-menu li ul li ul {
	top: 0;
}

.main-menu li ul a {
	border-bottom: 1px solid #eee;
	color: #444;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	padding: 13px 18px;
	padding-left: 15px; /* making the items look really centered */
	transition: color .18s ease-in-out, background-color .18s ease-in-out;
   -moz-transition: color .18s ease-in-out, background-color .18s ease-in-out;
   -webkit-transition: color .18s ease-in-out, background-color .18s ease-in-out;
   -o-transition: color .18s ease-in-out, background-color .18s ease-in-out;
}

.main-menu li ul a:hover,
.main-menu li ul li:hover > a {
	background: #fafafa;
	/*color: #e66f66;*/
}

.main-menu li ul li:last-child > a {
	border-bottom: 0;
}

/***** Mobile Menu *****/
#mobile-menu {
	background: #e9e9e9;
	display: none;
	margin-bottom: 0;
	text-align: center;
}

#mobile-menu > ul {
	list-style: none;
	margin: 0 auto;
	text-align: left;
	width: 125px;
}

#mobile-menu li {
	line-height: 1;
	margin: 0 !important;
	text-align: left !important;
}

#mobile-menu .toggle-topbar.menu-icon {
	margin-top: 8px !important;
	top: 0;
}

.top-bar-section a {
	text-decoration: none !important;
}

/*** Mobile menu toggle ***/
.top-bar .toggle-topbar.menu-icon a {
	color: #5e5e5e;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: none;
	/*text-indent: -55px;*/
}

/*.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333;
	box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333;
}*/
/* hamburger icon */
.top-bar .toggle-topbar.menu-icon a span::after {
	-webkit-box-shadow: 0 0 0 1px #5e5e5e, 0 7px 0 1px #5e5e5e, 0 14px 0 1px #5e5e5e;
	box-shadow: 0 0 0 1px #5e5e5e, 0 7px 0 1px #5e5e5e, 0 14px 0 1px #5e5e5e;
}

.top-bar.expanded .title-area {
	background: none;
}

.top-bar.expanded .title-area .menu-icon a {
	color: #111;
}

.top-bar.expanded .title-area .menu-icon a span::after {
	-webkit-box-shadow: 0 0 0 1px #111, 0 7px 0 1px #111, 0 14px 0 1px #111;
	box-shadow: 0 0 0 1px #111, 0 7px 0 1px #111, 0 14px 0 1px #111;
}

.top-bar-section ul {
	background: none;
	height: 100%;
}

.top-bar-section ul li {
	background: none;
}

#root-container .top-bar-section ul li a {
	background: #f0f0f0;
	border-bottom: 1px solid #eee;
	color: #5e5e5e;
	font-family: inherit;
	/*font-size: 0.8125em;*/
	font-style: normal;
	font-weight: bold;
}

#root-container .top-bar-section ul li:last-child > a {
	border-bottom: 0;
}

#root-container .top-bar-section ul li > a:hover {
	background: #dfdfdf;
}

.top-bar-section a:hover,
.top-bar-section .dropdown li.title h5 a:hover {
}

/*** Submenu items ***/
.top-bar-section .dropdown li a {
	padding: 12px 0 12px 0.9375rem;
}

.top-bar-section .sub-menu.dropdown {
	border: 0;
}

/* right arrow icon */
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}

/* Back link */
#root-container .top-bar-section .dropdown li.title h5 a {
	font-size: 0.8125em;
}



/***** Header search *****/
#header-search {
	float: right;
	min-height: 60px;
	text-align: right;
	width: 120px;
}

#menu-wrapper.horizontal-menu #header-search {
	min-height: inherit;
}

#header-search a {
	color: #c3c3c3;
	font-size: 25px;
	position: absolute;
	bottom: -4px;
	right: 0;
	text-decoration: none;
	transition: color .18s ease-in-out;
   -moz-transition: color .18s ease-in-out;
   -webkit-transition: color .18s ease-in-out;
   -o-transition: color .18s ease-in-out;
}

#menu-wrapper.horizontal-menu #header-search a {
	bottom: 17px;
	right: -45px;
	z-index: 1;
}

#header-search a:hover {
	color: #6a6a6a;
}

#header-search-input-wrapper {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 110px;
	width: 450px;
}

#menu-wrapper.horizontal-menu #header-search-input-wrapper {
	bottom: 15px;
	right: auto;
	width: 100%;
}

#header-search-input {
	background: none;
	border: 0;
	color: #c3c3c3;
	box-shadow: none;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 0;
	padding: 0;
}

#menu-wrapper.horizontal-menu #header-search-input-wrapper #header-search-input {
	text-align: center;
}

/***** Home Slider *****/
#home-slider-container {
	background: url('images/loading.gif') no-repeat center;
	min-height: 600px; /* init height */
	margin: 35px 0;
	overflow: hidden;
	position: relative;
}

#home-slider-container .home-slider-slides, /* fade effect */
#home-slider-container .flex-viewport { /* slide effect */
	opacity: 0;
	overflow: hidden;
}

#home-slider-container .flex-control-nav {
	display: none;
}

.home-slider-item {
	display: none;
	height: 100%;
	position: relative;
}

#home-slider-container .home-slider-item.no-slide {
	background: #efefef;
	display: block !important;
	height: 600px;
}

.slider-caption {
	position: absolute;
	bottom: 66px;
	/*left: 66px;*/
	/* bottom: 11%; (66px * 100)/600 */
	left: 5.641025641025641%; /* (66px * 100)/1170 */
	width: 290px;
	z-index: 1;
}

.home-slider-item.no-slide .slider-caption {
	height: 130px;
	left: 50%;
	margin-left: -175px;
	margin-top: -65px;
	text-align: center;
	top: 50%;
	width: 350px;
}

.home-slider-item.no-slide .slider-caption .caption-title,
.home-slider-item.no-slide .slider-caption .caption-body {
	color: #666;
	display: block !important;
	opacity: 1 !important;
}

.slider-caption.right {
	/*right: 66px;*/
	right: 5.641025641025641%; /* (66px * 100)/1170 */
	left: auto;
	text-align: right;
}

.slider-caption .caption-title {
	font-family: 'Josefin Slab', serif;
	font-size: 30px;
	font-style: italic;
	margin-bottom: 16px;
	line-height: 1;
	opacity: 0;
}

.caption-title:last-child {
	margin-bottom: 0 !important;
}

.slider-caption .caption-body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	opacity: 0;
}

.slider-caption .caption-body p {
	margin-bottom: 16px;
}

.slider-caption .caption-body p:last-child,
#home-slider-container .caption-body .button {
	margin-bottom: 0;
}

.slider-caption.black .caption-title,
.slider-caption.black .caption-body {
	color: #4d4d4d;
}

.slider-caption.white .caption-title,
.slider-caption.white .caption-body {
	color: #efefef;
}

.home-slider-border-wrapper {
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	padding: 2.8%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-slider-item-border {
	border: 1px solid #fff;
	opacity: .4;
	width: 100%;
	height: 100%;
}

.slider-controller {
	background: #111111;
	border: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ececec !important;
	display: none; /* initial display */
	font-size: 24px;
	line-height: 1;
	margin-top: -45px;
	opacity: 0;
	position: absolute;
	text-decoration: none;
	top: 50%;
	width: 46px;
	height: 90px;
	z-index: 2;
	transition: background .18s ease-in-out;
   -moz-transition: background .18s ease-in-out;
   -webkit-transition: background .18s ease-in-out;
   -o-transition: background .18s ease-in-out;
}

.slider-prev {
	left: 0;
	padding: 31px 17px;
}

.slider-next {
	right: 0;
	padding: 31px 20px;
}

.slider-controller:hover {
	/*background: #e66f66 !important;*/
}


/***** Content *****/
#content-container {
	color: #666;
	margin-bottom: 0 !important;
	/*padding-bottom: 42px;*/
	padding-bottom: 80px;
	position: relative;
}

#content-container .row:last-child,
#content-container .row .row:last-child {
	margin-bottom: 0 !important;
}

#inner-content-container {
	margin-bottom: 0;
	margin-top: 80px;
}

#content-container a {
	border-bottom: 1px dotted #ccc;
	/*color: #E66F66;*/
	font-weight: 600;
	text-decoration: none;
}

#content-container a.image-link,
#content-container a.link-image,
#content-container a.image-box,
#root-container .wpb_single_image a {
	border: 0;
	display: inline-block;
	/*width: 100% !important;*/
	transition: all .18s ease-in-out;
   -moz-transition: all .18s ease-in-out;
   -webkit-transition: all .18s ease-in-out;
   -o-transition: all .18s ease-in-out;
	/* For fixing contained image movement on hovered when using with "transition" */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-backface-visibility: hidden;
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	max-width: 100%;
}

#content-container .columns {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#content-container,
#content-container p,
#content-container address,
#content-container pre,
#uxb-layerslider-container p,
.cta-box-content,
.cta-box-content p,
#content-container .blog-item .excerpt {
	line-height: 1.8;
	margin-bottom: 26px;
}

#root-container p:last-child {
    margin-bottom: 0;
}

#uxb-layerslider-container h1,
#uxb-layerslider-container h1,
#uxb-layerslider-container h2,
#uxb-layerslider-container h3,
#uxb-layerslider-container h4,
#uxb-layerslider-container h5,
#content-container h1,
#content-container h2,
#content-container h3,
#content-container h4,
#content-container h5,
#content-container h6 {
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	text-transform: uppercase;
}

#content-container h1,
#content-container h2,
#content-container h3,
#content-container h4,
#content-container h5,
#content-container h6 {
	color: #555;
}

#uxb-layerslider-container h1,
#content-container h1 {
	font-size: 30px;
	margin-bottom: 18px;
}

#uxb-layerslider-container h2,
#content-container h2,
#content-container h3.larger {
	font-size: 24px;
	margin-bottom: 18px;
}

#uxb-layerslider-container h3,
#content-container h3,
#content-container h2.smaller {
	font-size: 21px;
	margin-bottom: 18px;
}

#uxb-layerslider-container h4,
#content-container h4 {
	font-size: 17px;
	margin-bottom: 12px;
}

#uxb-layerslider-container h5,
#content-container h5 {
	font-size: 14px;
	margin-bottom: 6px;
}

#uxb-layerslider-container h6,
#content-container h6 {
	font-size: 12px;
	margin-bottom: 6px;
}

#content-container h1 span,
#content-container h2 span,
#content-container h3 span,
#content-container h4 span,
#content-container h5 span,
#content-container h6 span {
/*	color: #e66f66;*/
}

#content-container ul,
#content-container ol {
	list-style: circle;
	margin-bottom: 26px;
	margin-left: 11px;
}

#content-container ol {
	list-style: decimal;
}

#content-container li {
	line-height: 1.8;
	margin-left: 18px;
}

#content-container li:last-child {
	margin-bottom: 0;
}

.has-line,
.header-has-line header {
	/*border-color: #e66f66;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 12px;
	margin-bottom: 25px !important;
}

/***** Page Intro *****/
#intro-wrapper {
	/*margin-bottom: 110px;*/
}

#intro {
	margin: 0;
	padding:20px;
	text-align: center;
}

#intro.page-404 {
	padding-left: 20px;
	padding-right: 20px;
}

#intro h1,
#intro h2 {
	color: #555;
	font-family: 'Josefin Slab', serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 1.2;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#intro h1 span,
#intro h2 span {
	/*color: #e66f66;*/
	font-weight: 400;
}

#intro h1:last-child,
#intro h2:last-child {
	margin-bottom: 0;
}

#intro p {
	color: #888;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0 !important;
}


/***** Footer *****/
#footer-root-container a {
	color: #111;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .18s ease-in-out, color .18s ease-in-out;
   -moz-transition: border-color .18s ease-in-out, color .18s ease-in-out;
   -webkit-transition: border-color .18s ease-in-out, color .18s ease-in-out;
   -o-transition: border-color .18s ease-in-out, color .18s ease-in-out;
}

#footer-root-container a:hover {
	/*color: #e66f66;*/
}

#footer-content-container {
	color: #888;
	font-size: 13px;
	line-height: 22px;
	padding: 58px 0 45px;
}

#footer-content {
	margin-bottom: 0;
}

#footer-content h5 {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#footer-content p {
	line-height: 22px;
	margin-bottom: 18px;
}

#footer-content li {
	margin-bottom: 6px;
}

#footer-content .children,
#footer-content .menu-main-nav-container .sub-menu {
	margin: 6px 0 12px 15px;
}

.footer-widget-item {
	margin-bottom: 40px;
	overflow: hidden;
}

.columns .footer-widget-item:last-child {
	margin-bottom: 0;
}

#footer-bar-container {
	color: #888;
	font-size: 12px;
	margin: 45px 0 0;
	text-align: center;
}

#footer-bar {
	margin-bottom: 0;
}

#footer-logo {
	display: inline-block;
	margin-bottom: 14px;
}

#copyright-text {
	margin-bottom: 18px;
}

.bar-social li {
	display: inline-block;
	margin: 0 4px;
}

.bar-social a img {
	opacity: 0.7;
	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;
}

.bar-social a:hover img {
	opacity: 1;
}

.bar-social .social-icon-font {
    font-size: 20px;
    margin: 0 6px;
}

.bar-social li:last-child {
	margin-right: 0 !important;
}

#root-container .social-icon-font a {
	color: #aaa;
	transition: color .18s ease-in-out;
}

#root-container .social-icon-font a:hover {
	color: #666;
}

#header-social-icons {
	/*opacity: 0;*/
	position: absolute;
	top: -45px;
	right: 20px;
	z-index: 1;
}

#header-social-icons .social-icon-font {
    font-size: 16px;
}

#header-social-icons img {
	max-width: 20px;
}

.header-social-icons #root-border {
    margin-top: 60px;
}

#success, 
#error {
	display: none;
}



/* #Blog Page
================================================== */
/***** Blog List *****/
.blog-item {
	margin-bottom: 75px;
	overflow: hidden;
}

.post:last-of-type .blog-item {
	margin-bottom: 0;
}

.blog-item-thumbnail {
	margin-bottom: 30px;
	overflow: hidden;
}

.blog-item-thumbnail img {
	transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	/* For fixing contained image movement on hovered when using with "transition" */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	/*width: 100%;*/
}

.blog-item-thumbnail.zoom-effect:hover img {
	/*opacity: .9;*/
	transform: translateZ(0) scale(1.1, 1.1);
	-webkit-transform: translateZ(0) scale(1.1, 1.1);
	-moz-transform: translateZ(0) scale(1.1, 1.1);
	-o-transform: translateZ(0) scale(1.1, 1.1);
}

#content-container .blog-meta {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	float: right;
	font-size: 13px;
	font-style: italic;
	list-style: none;
	margin: 0 0 0 30px !important;
	padding: 30px 0 30px 30px;
	width: 232px;
}

/* To prevent the content "jumping" in single post page. This will be displayed again using JS */
#inner-blog-single-item .blog-meta {
	opacity: 0;
}

#content-container .blog-meta .title:after {
	content: ':';
}

#content-container .blog-meta li {
	line-height: 1.6;
	margin-left: 0;
	margin-bottom: 12px;
}

#content-container .blog-meta li:last-child {
	margin-bottom: 0;
}

.blog-meta .title,
#uxb-port-item-meta .title {
	color: #717171;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	margin-right: 3px;
	text-transform: uppercase;
}

#content-container .blog-meta a {
	border-bottom: 0;
	font-weight: normal;
}

#content-container .meta-categories ul {
	display: inline;
	margin: 0 !important;
}

#content-container .meta-categories li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}

.meta-categories li:after {
	content: ',';
}

.meta-categories li:last-child:after {
	content: '';
}

#content-container .blog-title {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: none;
	/*letter-spacing: 2px;*/
}

/* To prevent the content "jumping" in single post page. This will be displayed again using JS */
#inner-blog-single-item .blog-title {
	opacity: 0;
}


#content-container .blog-title a {
	border-bottom: 0 !important;
	color: #474545;
	/*font-weight: 700;*/
	transition: color .18s ease-in-out;
   -moz-transition: color .18s ease-in-out;
   -webkit-transition: color .18s ease-in-out;
   -o-transition: color .18s ease-in-out;
}

#content-container .blog-title a:hover {
	/*color: #e66f66;*/
}

.readmore-link {
	font-weight: 700 !important;
	text-transform: uppercase;
	border-bottom: 0 !important;
}

/*** Blog Pagination ***/
#blog-pagination {
	font-size: 18px !important;
}

#blog-pagination ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

#blog-pagination li {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

#blog-pagination a,
#blog-pagination span.current {
	background: none;
	border: 1px solid transparent;
	color: #aaa !important;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin: auto -3px;
	text-decoration: none;
	padding: 14px 16px;
	transition: border-color .18s ease-in-out;
   -moz-transition: border-color .18s ease-in-out;
   -webkit-transition: border-color .18s ease-in-out;
   -o-transition: border-color .18s ease-in-out;
}

#blog-pagination a:hover {
	border-color: #bbb;
}

#blog-pagination span.current,
#blog-pagination .current a {
	border: 1px solid #888;
	color: #666 !important;
	display: inline-block;
	font-weight: bold;
	cursor: default;
}

#blog-pagination .current a:hover {
	background: none;
}

/*** Sidebar ***/
#sidebar-wrapper,
#sidebar-wrapper p,
#sidebar-wrapper a,
#sidebar-wrapper label,
#sidebar-wrapper input {
	font-size: 13px;
}

#content-container #sidebar-wrapper .columns,
#content-container #sidebar-wrapper p {
	color: #898989;
}

#sidebar-wrapper li {
	line-height: 1.6;
}

#sidebar-wrapper .children,
#sidebar-wrapper .menu-main-nav-container .sub-menu {
	margin: 6px 0 12px;
}

#content-container #sidebar-wrapper a {
	border-bottom: 0;
	color: #111;
	font-weight: 600;
	transition: border-color .18s ease-in-out, color .18s ease-in-out;
   -moz-transition: border-color .18s ease-in-out, color .18s ease-in-out;
   -webkit-transition: border-color .18s ease-in-out, color .18s ease-in-out;
   -o-transition: border-color .18s ease-in-out, color .18s ease-in-out;
}

#sidebar-wrapper a:hover {
	/*color: #e66f66;*/
}

#sidebar-wrapper .widget-item h4 {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#sidebar-wrapper .widget-item {
	margin-bottom: 35px;
}

.inner-widget-item {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 35px;
}

.widget-item:last-child .inner-widget-item {
	border: 0;
}

#sidebar-wrapper .widget-item li {
	margin-bottom: 8px;
}


/***** Blog Single Page *****/
#content-container .blog-item.single {
	margin-bottom: 0;
}

#content-container .blog-section-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
}

#inner-blog-single-item {
	margin-bottom: 67px;
	overflow: hidden;
}

/* To prevent the content "jumping" in single post page. This will be displayed again using JS */
#single-content-wrapper {
	opacity: 0;
}

.loading-text {
	background: url('images/loading-s.gif') no-repeat 50% 35%;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	color: #888;
	display: block;
	font-size: 12px;
	margin: 24px auto;
	text-align: center;
	width: 150px;
	height: 90px;
}

.loading-text span {
	margin-top: 60px;
	float: left;
	width: 100%;
	display: block;
	letter-spacing: 1px
}

/*#single-content-wrapper,*/
.blog-section {
	margin-bottom: 67px;
}

/* Post paging */
#content-container .single.blog-item .post-paging ul {
	list-style: none;
	margin-left: 0;
}
#content-container .single.blog-item .post-paging ul li {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
#content-container .single.blog-item .post-paging {
	overflow: hidden;
	margin-bottom: 48px;
}
#content-container .single.blog-item .post-paging a {
	font-weight: bold;
}

#author-box {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
	font-size: 13px;
	margin-bottom: 67px;
	overflow: hidden;
	padding: 24px;
}

#author-box #author-photo-wrapper {
	border: 8px solid #eaeaea;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	display: inline-block;
	float: left;
}

#author-box #author-photo,
#author-box img.avatar {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

#author-info {
	margin-left: 130px;
}

#content-container #author-info h3 {
	/*color: #e66f66;*/
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

ul#author-social {
	float: right;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

ul#author-social li {
	display: inline-block;
	line-height: 1;
	margin-left: 0;
	margin-right: 3px;
}

ul#author-social li:last-child {
	margin-right: 0;
}

ul#author-social a {
	border: 0;
	color: #555;
	font-size: 20px;
	text-decoration: none;
}

#content-container .tags {
	margin-left: 0;
}

#content-container .tags li {
	display: inline-block;
	margin: 0 8px 12px 0;
}

#content-container .tags a {
	border: 1px solid #bebebe;
	color: #777;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 12px;
	transition: all .18s ease-in-out;
   -moz-transition: all .18s ease-in-out;
   -webkit-transition: all .18s ease-in-out;
   -o-transition: all .18s ease-in-out;
}

#content-container .tags a:hover {
	/*border-color: #e66f66;
	color: #e66f66;*/
}


/*** Comments ***/
#comment-content {
	font-size: 13px;
	margin-bottom: 0;
}

#comment-content a {
	border: 0;
	text-decoration: none;
}

#comment-content a:hover {
	border-bottom: 1px solid #ddd;
}

#comment-content 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 35px
}

.comment-item, 
.comment {
	overflow: hidden;
}

#respond label {
	font-size: 13px;
}

#respond .row,
#content-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 dashed #eaeaea;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.commenter-photo {
	float: left;
	vertical-align: top;
}

.commenter-photo img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

.comment-post-wrapper {
	display: block;
	margin: 0 0 0 70px;
}

.comment-item-meta {
	display: inline-block;
	margin-bottom: 5px;
}

.commenter-name {
	display: inline-block;
	padding-right: 10px;
}

.commenter-name a {
	color: #333 !important;
	font-weight: 600 !important;
}

.comment-date {
	display: block;
	font-style: italic;
}

/*.comment-date:before {
	content: ' / ';
}*/

.comment-date, .comment-date a {
	color: #999 !important;
	font-size: 12px;
	font-weight: normal !important;
}

.comment-awaiting-moderation {
	display: block;
	margin-bottom: 0;
}

.reply {
	float: right;
}

.reply a {
	font-size: 12px;
	font-weight: 400 !important;
}

.parent.comment-item {
	margin-bottom: 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: #EEE;
	color: #888;
	display: inline-block;
	line-height: 1;
	padding: 12px 14px;
	text-decoration: none;
}

#comment-content .comment-paging a:hover {
	background: #ddd;
	border-bottom: 0;
}

#comment-content .comment-paging .dots {
	background: none;
}

#comment-content .comment-paging .current, 
#comment-content .comment-paging .current:hover {
	background: #ccc;
	color: #333;
	cursor: default;
	font-weight: bold;
}


/***** Search Result Page *****/
.search-result.row {
	margin-bottom: 30px !important;
}




/* #Elements
================================================== */

/***** Blog Element *****/
#content-container .blog-element .row {
	margin-bottom: 30px;
}

#content-container .blog-element-thumbnail {
	margin-bottom: 26px;
}

#content-container .blog-element-thumbnail > a.image-link {
	display: block;
}

.blog-element-thumbnail img {
	height: auto;
	width: 100%;
}

#content-container .blog-element-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
}

#content-container .blog-element-title a {
	border: 0;
	color: inherit;
	transition: all .18s ease-in-out;
   -moz-transition: all .18s ease-in-out;
   -webkit-transition: all .18s ease-in-out;
   -o-transition: all .18s ease-in-out;
}

.blog-element-meta {
	line-height: 1.5;
	margin-top: -5px;
	margin-bottom: 12px;
}

.blog-element-date {
	display: inline-block;
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-top: 0;
}

.blog-element-date:after {
	content: ' / ';
}

#content-container .blog-element-comments {
	display: inline-block;
	font-size: 12px;
}

#content-container .blog-element-title a:hover {
	/*color: #e66f66;*/
}

/*** Blog Element Style 2 (List item style) ***/
.blog-element.list-item-style {
	overflow: hidden;
}

.blog-element.list-item-style .blog-element-item {
	clear: both;
	display: block;
	float: left;
	margin-right: 15px;
}

.blog-element.list-item-style .blog-element-thumbnail {
	float: left;
	width: 60px;
}

.blog-element.list-item-style .blog-element-title-wrapper {
	margin-left: 75px;
}

.blog-element.list-item-style .blog-element-title-wrapper.no-thumbnail {
	margin-left: 0;
}

#content-container .blog-element.list-item-style .blog-element-title {
	font-size: 14px;
}

/***** Blockquote *****/
#content-container blockquote {
	border-left-width: 2px;
	border-left-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px 18px;
	padding: 12px 30px;
}

#root-container #content-container blockquote p,
#content-container #sidebar-wrapper blockquote p,
#root-container #footer-content blockquote p {
	color: #a1a1a1;
	font-size: 18px;
	font-style: italic;
	line-height: 1.7;
	margin-bottom: 0;
}

#content-container blockquote.left,
#content-container blockquote.right {
	padding: 12px 20px;
	/*width: 30%;*/
}
/*

#content-container blockquote.left {
	float: left;
}

#content-container blockquote.right {
	float: right;
	margin-left: 24px;
	text-align: left;
}
*/

#content-container blockquote cite {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 18px;
}

#content-container blockquote cite:before {
	content: "\2014 \0020";
}

/***** Button *****/
#root-container .button,
#root-container .wpb_button_a .wpb_button,
#root-container .vc_btn3[class*="theme-default"] {
	background: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-style: normal;
	font-weight: normal;
    text-shadow: none;
	transition: all .18s ease-in-out;
   -moz-transition: all .18s ease-in-out;
   -webkit-transition: all .18s ease-in-out;
   -o-transition: all .18s ease-in-out;
}

#root-container .wpb_button_a .wpb_button,
#root-container .button,
#root-container .vc_btn3 {
	font-size: inherit;
	font-family: inherit;
	line-height: 1;
	margin-bottom: 12px;
	margin-right: 5px;
	padding: 1em 1.6em;
}

#root-container .wpb_button_a {
	border: 0;
}

#root-container .button.white {
	border-color: #efefef;
	color: #fff;
}

#root-container .button.black {
	border-color: #4d4d4d;
	color: #444;
}

#root-container .button.tiny,
#root-container .wpb_button_a .wpb_button.wpb_btn-tiny,
#root-container .vc_btn3.vc_btn3-size-xs {
	font-size: 10px;
}

#root-container .button.small,
#root-container .wpb_button_a .wpb_button.wpb_btn-small,
#root-container .vc_btn3.vc_btn3-size-sm {
	font-size: 12px;
}

#root-container .button.large,
#root-container .wpb_button_a .wpb_button.wpb_btn-large,
#root-container .vc_btn3.vc_btn3-size-lg {
	font-size: 1.25em;
}

#root-container .button.radius,
#root-container .vc_btn3.vc_btn3-shape-rounded {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#root-container .button.round,
#root-container .vc_btn3.vc_btn3-shape-round {
	border-radius: 1000px;
}

#root-container .button:hover,
#root-container .wpb_button_a .wpb_button:hover,
#root-container .vc_btn3[class*="theme-default"]:hover {
	/*border-color: #e66f66;
	color: #e66f66;*/
}

#root-container .wpb_button_a .wpb_button[class*='wpb_solid-'] {
	border: 0;
	color: #fff;
}

#root-container .wpb_button_a .wpb_button[class*='wpb_solid-']:hover {
	color: #fff;
}

.button.custom {
	border-color: transparent !important;
	color: #fff !important;
	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;
}

.button.custom:hover {
	color: #fff !important;
	opacity: 0.8;
}

#root-container  .button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#root-container .home-slider-item .button.white:hover {
	background: none;
	border-color: #efefef;
	color: #fff;
}

#root-container .home-slider-item .button.black:hover {
	background: none;
	border-color: #4d4d4d;
	color: #444;
}

#theme-body .button i,
#root-container .vc_btn3 .vc_btn3-icon {
	/*font-size: 1.1em;*/
	display: inline;
	font-size: inherit;
	height: auto;
	line-height: 1;
	margin-right: 4px;
	position: static;
	vertical-align: top;
}



/***** Video *****/
.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 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


/***** Single Image *****/
.vc_single_image,
#root-container .wpb_single_image {
	display: inline-block;
	margin-bottom: 26px;
	position: relative; /* for absolute caption */
	width: auto;
	max-width: 100%;
}

#root-container .wpb_single_image .vc_figure .vc_single_image-wrapper {
	margin-bottom: 0;
}

/* Inside tab, accordion, toggle content */
.section-container .vc_single_image img,
.ui-accordion-content .vc_single_image img {
	width: auto;
}



/***** Gallery *****/
/*** Specifically for WP gallery ***/
#content-container .gallery {
	margin-bottom: 18px;
}
/* WP image caption */
#root-container .wp-caption {
	background: #EEEEEE;
	border: 1px solid #D5D5D5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 18px;
	max-width: 100%; /* Image will then not overflow the content area */
	padding: 6px;
	text-align: center;
}
#root-container .wp-caption-text {
	font-size: 14px;
	line-height: 1.3;
	margin: 6px;
}

#footer-content .wp-caption-text {
	font-size: inherit;
}

/* For image caption of WP gallery (showing below the image) */
#content-container .gallery .gallery-item .gallery-caption {
	margin-bottom: 18px;
	margin-top: 12px;
	padding-bottom: 0;
}

/* Override the default style of dt */
.gallery-item dt {
	float: none;
	clear: none;
	width: auto;
	text-align: inherit;
	font-weight: inherit;
}
.gallery-item dt:after {
	content: '';
}


/* Override default border style of WP */
#content-container .gallery-item img {
	border: 0;
}

/*** Theme's gallery ***/
.gallery-wrapper,
.gallery-wrapper *,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-wrapper,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul {
	text-align: center;
	width: 100%;
}

#root-container .wpb_image_grid .wpb_image_grid_ul img {
	display: inline-block;
}

.gallery-wrapper .gallery-item-wrapper {
	display: inline-block;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.gallery-wrapper.col3 .gallery-item-wrapper {
	/*margin: 0 1.7% 3%;*/
	margin: 0 1.470588235294118% 2.941176470588236%; /* ~15px (1500/1020) */
	width: 30%;
}

.gallery-wrapper.col4 .gallery-item-wrapper {
	margin: 0 1.470588235294118% 2.941176470588236%; /* ~15px (1500/1020) */
	width: 21.5%;
}

.gallery-wrapper .gallery-item,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul li {
	border: 1px solid #ccc;
	background: #fff;
	display: inline-block;
	margin: 0 1.470588235294118% 2.941176470588236%;
	width: 21%;
	/*max-width: 240px;*/
	padding: 0.5%; /* estimated */
	transition: all .18s ease-in-out;
	-moz-transition: all .18s ease-in-out;
	-webkit-transition: all .18s ease-in-out;
	-o-transition: all .18s ease-in-out;
	/* For fixing contained image movement on hovered when using with "transition" */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.gallery-wrapper .gallery-item img,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul img {
	width: 100%;
}

.gallery-wrapper.circle .gallery-item,
.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 {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

#root-container .wpb_gallery .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a {
	border: 0;
	display: block;
}

.gallery-wrapper.circle .gallery-item img {
	
}

.gallery-wrapper .gallery-item:hover,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a:hover {
	/*border-color: #e66f66;*/
	/*opacity: 0.9;*/
}


.gallery-item-wrapper .image-caption {
	background: none;
	color: inherit;
	line-height: 1.5;
	margin-bottom: 18px;
	margin-top: 12px;
	padding: 0;
}

.image-caption,
.wp-caption-text {
	font-style: italic;
}

/***** Image Slider *****/
.image-slider-root-container,
.image-slider-root-container *,
#root-container .wpb_gallery_slides,
#root-container .wpb_gallery_slides * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.image-slider-root-container {
	position: relative;
}

/* 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: -65px;
	margin-left: 0 !important;
}

.flex-control-nav li,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-control-nav li {
	margin: 0 3px !important;
}

#root-container .flex-control-paging li a {
	background: #dfdfdf;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 13px;
	height: 13px;
}

#root-container .flex-control-paging li a:hover {
	background: #ccc;
}

#root-container .flex-control-paging li a.flex-active {
	/*background: #e66f66;*/
}


.image-slider-wrapper,
.wpb_gallery_slides.wpb_flexslider {
	background: url('images/loading.gif') no-repeat center;
	/*height: 360px;*/
	height: auto !important;
	min-height: 100px; /* init height */
	margin-bottom: 35px;
	/*overflow: hidden;*/
	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;
}



#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;
}

#content-container .image-slider-wrapper .image-slider {
	margin: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

#content-container .image-slider-wrapper li {
	margin: 0;
}

.image-slider-item {
	display: none;
	position: relative;
	text-align: center;
}

.image-slider-item img,
#root-container .wpb_gallery_slides .slides li img {
	border: 6px solid #efefef;
	/*box-sizing: border-box;*/
	width: 100%;
	margin: auto;
	width: auto;
}

.image-slider-item a {
	border: 0 !important;
	display: block;
}

.image-slider-item .slider-caption-wrapper,
.image-caption-wrapper {
	position: absolute;
	bottom: 38px;
	text-align: center;
	width: 100%;
}

.image-slider-item .slider-caption,
.image-caption {
	background: rgb(14,14,14);
	background: rgba(14,14,14, .5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #eee;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	padding: 14px 29px;
	position: static;
	width: auto;
	max-width: 80%;
}


.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: #111111;
	border: 0 !important;
	color: #ececec !important;
	display: block; /* initial display */
	line-height: 1;
    margin-top: -45px;
	/*opacity: 1;*/
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	top: 50%;
    width: 46px;
    height: 90px;
	z-index: 2;
	transition: all .18s ease-in-out !important;
   -moz-transition: all .18s ease-in-out !important;
   -webkit-transition: all .18s ease-in-out !important;
   -o-transition:  all .18s ease-in-out !important;
}

.uxb-port-slider-controller,
.slider-controller {
	display: none; 
}

#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: normal;
    font-style: normal;
	line-height: 1;
	margin-bottom: 9999px; /* to push down "Next" and "Previous" text in the nav buttons */
	text-shadow: none;
	color: #fff;
}

.slider-prev,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-prev {
	left: 0;
    padding: 31px 17px;
}

#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-prev:before {
	content: '\f104';
}

.slider-next,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-next {
	right: 0;
	padding: 31px 20px;
}

#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-next:before {
	content: '\f105';
}

.slider-controller:hover,
#root-container .wpb_gallery_slides .flex-direction-nav a:hover {
	/* background: rgba(255,255,255,.8); */
	color: #222;
}

#root-container .flexslider:hover .flex-direction-nav a {
	opacity: 1;
}


/***** Google Maps *****/
.google-map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #efefef;
    height: 200px;
	width: 100%;
}

.google-map a {
}

.google-map img {
	max-width: none;
}


/***** 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 #DEDEDE;
	font-size: 100%;
	line-height: 100%;
}

#content-container .ui-accordion .ui-accordion-header { 
	background: #f7f7f7;
	border: 1px solid #DEDEDE;
	border-bottom-width: 0;
	border-radius: 0;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 6px 10px;
}

#content-container .ui-accordion-header.ui-state-active {
	background: none;
	/*border: 1px solid #e66f66;*/
	border-width: 1px;
	border-style: solid;
	font-weight: bold !important;
}

.ui-accordion .ui-accordion-li-fix { 
	display: inline; 
}

.ui-accordion .ui-accordion-header:focus {
	outline: none !important;
}

#content-container .ui-accordion .ui-accordion-header a { 
	border: 0;
	color: #777;
	float: left;
	padding: 10px 15px;
}

#content-container .ui-accordion .ui-accordion-header.ui-state-active a {
	/*color: #e66f66;*/
}

.ui-accordion .ui-accordion-content {
	padding: 25px; 
	border-top: 0; 
	position: relative; 
	overflow: auto; 
	display: none; 
	zoom: 1; 
	color: inherit;
	border: none;
}

.ui-accordion .ui-accordion-content p {
}

.ui-accordion .ui-accordion-content-active { 
	display: block; 
}

.toggle {
	opacity: 0;
	visibility: hidden;
}

.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;*/
}


/**** New VC Accordion since VC 4.7.x ****/
#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a {
	background: #f7f7f7;
	border: 1px solid #DEDEDE;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.5;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a,
#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a .vc_tta-title-text {
	color: #777;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a:hover,
#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a:hover .vc_tta-title-text {
	/*color: #222;*/
}

#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_tta-panel-heading .vc_tta-title-text {
	color: #999;
}


#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading a {
	/*border-color: #fcda1c;*/
	/*border-left-color: #e13a3a;
	border-left-width: 2px;*/
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading {
	/*border-bottom: 1px solid #b8b8b8;*/
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading a,
#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading .vc_tta-title-text {
	background: none;
	color: #fcda1c;
	font-weight: bold;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panel-body {
	background: none;
	border: 0;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panel-body p:last-child {
	margin-bottom: 0;
}




/***** Tabs ******/
#content-container .section-container,
#content-container .section-container *,
#root-container .wpb_tabs *,
#root-container .wpb_tour * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content-container .section-container {
	display: none; /* initially hide and force display in JS */
}

#root-container .wpb_content_element .wpb_tabs_nav,
#root-container .wpb_tabs .wpb_tabs_nav li,
#root-container .wpb_tour .wpb_tabs_nav li {
	margin: 0 0 -1px 0;
}

#root-container .wpb_tabs .wpb_tabs_nav li,
#root-container .wpb_tour .wpb_tabs_nav li {
	white-space: inherit; /* overrided "nowrap" of VC so the long text can wrap to a new line */
}

#root-container .wpb_tour .wpb_tabs_nav {
	width: 20%;
}

/* p */
.section-container.tabs > section > .title, 
.section-container.tabs > .section > .title,
.section-container.auto > section > .title,
.section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title {
	line-height: 1 !important;
	margin-bottom: 0 !important;
	/*padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;*/
}

/* p > a */
.section-container.tabs > section > .title a, 
.section-container.tabs > .section > .title a,
.section-container.auto > section > .title a,
.section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a, 
.section-container.vertical-tabs > .section > .title a,
#root-container .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	background: #EFEFEF;
	border: 1px solid #ccc;
	color: #888;
	font-size: inherit;
	font-weight: normal !important;
	line-height: 1.5;
	margin-right: -1px;
	padding: 15px 18px;
	text-decoration: none;
	transition: background-color .18s ease;
   -moz-transition: background-color .18s ease;
   -webkit-transition: background-color .18s ease;
   -o-transition: background-color .18s ease;
}

#root-container .wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	/*border-right-width: 1px;
	border-bottom-width: 0;*/
}

#root-container .wpb_content_element.wpb_tabs .wpb_tabs_nav li:last-child a {
	/*border-right-width: 1px;*/
}

#root-container .wpb_content_element.wpb_tour .wpb_tabs_nav li:last-child a {
	/*border-bottom-width: 1px;*/
}

.section-container.auto > section > .title a:hover, 
.section-container.auto > .section > .title a:hover,
.section-container.vertical-tabs  > section > .title a:hover, 
.section-container.vertical-tabs  > .section > .title a:hover,
#root-container .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover {
	background: #e2e2e2;
	color: #888;
}

.section-container.auto > section:last-child .title, 
.section-container.auto > .section:last-child .title {
	border-right-color: #666;
}

/* Active tab */
.section-container.tabs > section.active > .title, 
.section-container.tabs > .section.active > .title,
.section-container.auto > section.active > .title,
.section-container.auto > .section.active > .title,
#root-container .wpb_content_element .wpb_tabs_nav li {
	
}

.section-container.tabs > section.active > .title a, 
.section-container.tabs > .section.active > .title a,
.section-container.auto > section.active > .title a,
.section-container.auto > .section.active > .title a,
#root-container .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	background: #fff !important;
	color: #000;
	/*border-color: #dedede;*/
}

/* Tab content */
.section-container.tabs > section .content, 
.section-container.tabs > .section .content,
.section-container.auto > section .content,
.section-container.auto > .section .content,
.section-container.vertical-tabs > section .content, 
.section-container.vertical-tabs > .section .content,
#root-container .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
#root-container .wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	background: #fff;
	border: 1px solid #dedede;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 24px;
	width: 100%;
}

#root-container .wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	margin-top: 0;
	margin-left: -1px;
	width: 80%;
}

#root-container .wpb_content_element.wpb_tour .wpb_tour_next_prev_nav {
	display: none;
}

/*** Vertical Tabs ***/
.section-container.vertical-tabs {
	background: #efefef !important;
	border: 1px solid #dedede !important;
	margin-top: 18px;
}

.section-container.vertical-tabs > section.active > .title, 
.section-container.vertical-tabs > .section.active > .title,
#root-container .wpb_content_element.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	background: #fff !important;
	border-top-color: #ccc;
	color: #000;
	/*border-left: 1px solid #e66f66;*/
	border-left-width: 1px;
	border-left-style: solid;
}


#root-container .wpb_content_element.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:hover {
	color: #000;
}



/**** New VC Tabs (since 4.7.x) ****/
#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;
}

#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 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: #EFEFEF;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #888;
	font-weight: normal;
	line-height: 1.4;
	padding: 15px 20px;
	max-width: 200px;
}



/* 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-panels-container .vc_tta-panel-heading .vc_tta-panel-title {
	margin: 0;
	padding: 0;
	color: inherit;
}

#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: #888;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
#root-container .vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading a span {
	color: #888;
}
#root-container .vc_tta-tabs.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading a {
	background: #fff;
	/*border-top-color: #e13a3a;*/
	color: #333;
	font-weight: bold;
}
#root-container .vc_tta-tabs.vc_tta-style-theme-default .vc_tta-panels-container .vc_active .vc_tta-panel-heading a span {
	color: #333;
}
/* 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;
	padding: 20px 18px;
}

#root-container .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
	border-right-width: 0;
}

#root-container .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child a {
	border-right-width: 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: #333;
}

#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 {
	background: #fff;
	/*border-top-color: #e13a3a;*/
	border-bottom: 1px solid #fff;
	color: #111;
	/*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-color: #e13a3a;*/
	border-top: 1px solid #fff;
}

#root-container .uxb-tabs .tab-content,
#root-container .vc_tta-style-theme-default .vc_tta-panel-body {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 0;
	margin-top: -1px;
	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: -2px;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-panel-body {
	margin-top: 0;
	margin-right: -2px;
}

#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 .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab {
	border-right: 1px solid #fff;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab {
	border-left: 1px solid #fff;
}

#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 #e13a3a;
	border-right: 1px solid #fff;
}

#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 #fff;
	border-right: 1px solid #e13a3a;
}

#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;
}

#root-container .vc_pagination .vc_pagination-item a:hover {
	/*background: #ccc;*/
}

#root-container .vc_pagination .vc_pagination-item.vc_active a {
	/*background: #8e8e8e;*/
}






/***** Message Boxes ******/
.box {
  background-color: #2ba6cb;
  border: 0;
  color: #fff; 
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.8;
  margin-bottom: 1.25em;
  position: relative;
  padding: 18px 24px;
}

.box .close {
	border: 0 !important;
	font-size: 1.375em;
	padding: 5px 4px 4px;
	line-height: 0;
	position: absolute;
	top: 0.4375em;
	right: 0.3125em;
	color: #333333 !important;
	opacity: 0.3; 
}

.box .close:hover, 
.box .close:focus {
	  opacity: 0.5; 
}

.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; 
}

.box.error {
	background-color: #FDE7E7;
	color: #D1525D; 
}

.box.info {
	background-color: #DEEDFF;
	color: #3275BD; 
}

.box.warning {
	background-color: #FCEAD3;
	color: #B8752D; 
}

.box strong.title {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 12px;
}

#content-container .box p {
	margin-bottom: 12px;
}

.box p:last-child {
	margin-bottom: 0 !important;
}


/***** CTA Box *****/
#root-container .header-has-line header h2,
#root-container .header-has-line header h3,
#root-container .header-has-line header h4 {
	margin-bottom: 0;
}

.cta-box,
#root-container .wpb_call_to_action,
#root-container .vc_cta3-style-theme-default {
	background: #fff;
	border: 1px solid #DEDEDE;
	margin: 26px 0;
	overflow: hidden;
	position: relative;
	padding: 35px 50px;
}

.cta-box.bottom-line,
#root-container .vc_cta3.bottom-line {
	/*border-bottom: 2px solid #e66f66;*/
   border-bottom-width: 2px;
   border-bottom-style: solid;
}

.cta-box.top-line,
#root-container .vc_cta3.top-line {
	/*border-top: 2px solid #e66f66;*/
   border-top-width: 2px;
   border-top-style: solid;
}

.cta-box.left-line,
#root-container .vc_cta3.left-line {
	/*border-left: 2px solid #e66f66;*/
   border-left-width: 2px;
   border-left-style: solid;
}

.cta-box.right-line,
#root-container .vc_cta3.right-line {
	/*border-right: 2px solid #e66f66;*/
   border-right-width: 2px;
   border-right-style: solid;
}

.cta-box-content {
	font-size: 14px;
	margin-right: 30%;
	overflow: hidden;
}

.cta-box-content h1,
.cta-box-content h2, 
.cta-box-content h3, 
.cta-box-content h4, 
.cta-box-content h5 {
	color: #333 !important;
}

.cta-box-content.full-width {
	margin-right: 0;
}

.cta-box-content {
	margin-bottom: 0;
}

.cta-box-content p:last-of-type,
#root-container .wpb_call_to_action p:last-child,
#root-container .vc_cta3 p:last-child {
	margin-bottom: 0 !important;
}

.cta-box-button .button {
	margin: 0;
}

#content-container .cta-box-button .button {
	margin: 0;
}

#content-container .cta-box-button .button.solid-color {
	/*background: #E66F66 !important;*/
}

.cta-box-button.right {
	margin-top: -20px;
	position: absolute;
	right: 36px;
	top: 50%;
}

.cta-box-button.bottom {
	margin-top: 24px;
	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 {
	background: none;
	border: 1px solid #eaeaea;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	height: 28px;
	margin-bottom: 26px;
	padding: 4px;
	position: relative;
}

.progress-bar .bar-label,
#root-container .vc_progress_bar .vc_single_bar .vc_label {
	color: #fff;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 8px;
	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;
	position: static;
	width: 0;/* init width */
}


.wpb_pie_chart_heading {
	margin-top: 15px;
}


span.custom-icon-w-text {
	display: block;
	line-height: 1.8;
	margin-left: 12px;
}

span.custom-icon-w-text i {
	margin-right: 12px;
	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: 22px;
}

/***** Dropcap *****/
span.uxb-dropcap.custom {
	background: #e66f66;
	color: #fff;
	padding: 6px 13px;
}

/***** Highlight *****/
span.uxb-highlight.custom {
	background: #e66f66;
	color: #fff;
}

.search-element {
	/*margin-bottom: 12px;*/
}


/***** Pie Chart *****/
#content-container .vc_pie_chart .vc_pie_wrapper {
	margin-bottom: 26px;
}

#content-container .wpb_content_element, 
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, .wpb_button {
	/*margin-bottom: 0;*/
}



/* #Widgets and Plugins
================================================== */

#sidebar-wrapper .widget_recent_entries ul,
#sidebar-wrapper .widget_recent_comments ul,
#sidebar-wrapper .widget_archive ul,
#sidebar-wrapper .widget_categories ul,
#sidebar-wrapper .widget_meta ul {
    margin-left: 0;
}

/***** VC *****/
#root-container .vc_toggle_title h4 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
}

#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: #333;
	color: #fff;
}

#root-container .vc_images_carousel .vc_carousel-control .icon-next:before {
	font-family: 'Ionicons';
	content: '\f3d3';
	font-size: 16px;
	top: -7px;
}

#root-container .vc_images_carousel .vc_carousel-control .icon-prev:before {
	font-family: 'Ionicons';
	content: '\f3d2';
	font-size: 16px;
	top: -7px;
}

/*** VC Charts ***/
#root-container .vc_chart-legend,
#root-container .vc_chart-legend li {
	margin: 0;
	padding: 0;
}

/*** VC Row/Col ***/
.vc_row {
	margin-bottom: 45px;
}

.vc_row:last-child {
	margin-bottom: 0;
}

/* 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,
body.vc_editor .uxb-tmnl-testimonial-item:first-child .uxb-tmnl-testimonial-thumbnail,
body.vc_editor #content-container .image-slider-wrapper .image-slider {
	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 {
	display: block;
	z-index: 99;
}

body .vc_column_container .vc_btn,
body .vc_column_container .wpb_button {
	margin-top: 0;
}



/***** Calendar *****/
#wp-calendar caption {
	margin-bottom: 6px;
}

/***** Contact widget *****/
ul.contact li {
	line-height: 22px; /* same as footer's p */
}

.contact-info-widget-logo {
	margin-bottom: 12px;
}

.contact-info-widget .contact-details span {
	display: block;
	line-height: 22px;
}

/***** Posts widget *****/
#root-container .posts-widget ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

#root-container .posts-widget li {
	margin-bottom: 12px;
	margin-left: 0px;
	overflow: hidden;
}

#root-container .posts-widget li:last-child {
	margin-bottom: 0;
}

.posts-widget .post-thumbnail {
	float: left;
}

.posts-widget .post-title {
	margin-bottom: 0;
	margin-left: 72px;
}

.posts-widget .post-title.no-thumbnail {
	margin-left: 0;
}

.posts-widget .date {
	display: block;
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-top: 0;
}

/***** Category widget *****/
#content-container .category-widget ul {
	margin-bottom: 0;
}

#content-container .category-widget li {
	margin-bottom: 8px;
}

/***** Tags widget *****/
.tags-widget li,
.tagcloud a {
	display: inline-block;
	margin: 0 4px 12px 0;
}

#sidebar-wrapper .tags-widget a,
#footer-content .tags-widget a,
#content-container #sidebar-wrapper .tagcloud a,
#root-container #footer-content .tagcloud a {
	border: 1px solid #bebebe;
	color: #777 !important;
	display: inline-block;
	font-size: 13px !important;
	font-weight: 400 !important;
	padding: 4px 12px;
}

#footer-content .tags-widget a:hover {
	/*border-color: #e66f66;
	color: #e66f66;*/
}

/***** Flickr Widget *****/
#root-container .flickr_badge_image {
	float: left;
	margin: 2px;
}

#root-container .flickr_badge_image img {
	width: 65px;
}

#root-container #sidebar-wrapper .flickr_badge_image a,
#root-container #footer-root-container .flickr_badge_image a {
	border: 3px solid transparent;
	display: inline-block;
}

#root-container .flickr_badge_image a:hover {
	/*border-color: #e66f66;*/
}

/*** VC Flickr element ***/
#content-container .wpb_flickr_widget a {
	border-bottom: 0;
}


/***** Validation Engine Plugin *****/
.formError .formErrorContent {
	background: #D35A5A;
	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;
}

#content-container .wpcf7-form-control.wpcf7-textarea {
	height: 120px;
}

#content-container .wpcf7 p {
	margin-bottom: 20px;
}

#content-container .wpcf7 select {
	/*height: 2.3125em;*/
	padding: 5px;
}

.wpcf7-fixed-txb {
	max-width: 270px;
}

.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;
}


/***** Gravity Forms *****/
body {
	position: inherit; /* this helps making Gravity Forms date picker displayed at the right position */
}

#root-container .gform_wrapper input[type=text], 
#root-container .gform_wrapper input[type=url], 
#root-container .gform_wrapper input[type=email], 
#root-container .gform_wrapper input[type=tel], 
#root-container .gform_wrapper input[type=number], 
#root-container .gform_wrapper input[type=password],
#root-container .gform_wrapper textarea,
#root-container .gform_wrapper select,
#root-container .gform_wrapper input[type="checkbox"],
#root-container .gform_wrapper input[type="radio"],
#root-container .gform_wrapper .gfield_radio label,
#root-container .gform_wrapper .gfield_checkbox label {
	font-size: 13px; /* as theme's */
	margin-bottom: 10px;
}

.gform_wrapper div.validation_error {
	line-height: 1.5;
}

.gform_body input[type="checkbox"],
.gform_body input[type="radio"] {
	margin-bottom: 0;
}

#root-container .gfield_radio,
#root-container .gfield_checkbox {
	margin: 12px 0 !important;
}

#root-container .gform_wrapper select {
	height: 31px;
	padding: inherit;
}

/* Select box */
#root-container .gform_wrapper select[size] {
	height: inherit;
}

#root-container .ui-datepicker-title select {
	margin: auto;
	width: inherit;
}

#root-container .gform_wrapper .gfield_time_hour label, 
#root-container .gform_wrapper .gfield_time_minute label {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#root-container .gform_wrapper .gfield_description {
	margin-bottom: 6px;
	padding: 0;
}

.ui-datepicker table {
	margin-bottom: 0;
}

.ui-datepicker-title select {
	width: auto;
}


#root-container .ui-datepicker {
	margin: auto;
}

#root-container .gform_wrapper p {
}

table.gfield_list td {
	background: none;
}

table.gfield_list td.gfield_list_icons {
	vertical-align: middle !important;
}

/* Values from default Foundation button (need these to be working on IE) */
#root-container .gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}


/***** LayerSlider *****/
#uxb-layerslider-container {
	margin: 35px 0;
	/*min-height: 600px;*/
	position: relative;
}

#uxb-layerslider .ls-container {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

#uxb-layerslider.no-slider {
	background: #efefef;
	min-height: 600px;
}

.no-layerslider-box {
	margin: auto;
	position: absolute !important;
	top: 40%;
	left: 50%;
	margin-left: -350px;
	line-height: 1.5;
	width: 700px;
}

/* Customize some default style of layerslider */
.ls-borderlesslight3d .ls-shadow {
	display: none !important;
}


/***** WPML *****/
#wpml-language-selector {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

#lang_sel_list.lang_sel_list_horizontal li {
	margin-left: 15px !important;
}

#root-container .lang_sel_list_horizontal a,
#root-container .lang_sel_list_horizontal a:visited {
	background: none;
	color: #a0a0a0;
}

#wpml-language-selector .lang_sel_list_horizontal a:hover img {
	opacity: 1;
}
/* Flag icon */
#root-container #lang_sel img.iclflag,
#root-container #lang_sel_list a img.iclflag {
	top: 0;
}

/* Active lang */
#root-container #wpml-language-selector .lang_sel_list_horizontal .lang_sel_sel,
#root-container #footer-content .lang_sel_list_horizontal .lang_sel_sel {
	color: #333;
}

#root-container #lang_sel a {
	font-weight: normal;
	border-bottom: 1px solid #CDCDCD;
}

#footer-content #lang_sel {
	height: 60px;
}


/***** UXbarn Portfolio: Portfolio Element *****/
/* Some selectors are prioritized by the theme so using this custom CSS with ID to style them correctly. */
#content-container .uxb-port-loaded-element-wrapper {
	height: auto;
}

.uxb-port-image-slider-wrapper {
	min-height: auto;
}

.uxb-port-image-slider-wrapper ul.uxb-port-image-slider {
    visibility: visible;
    opacity: 1;
}

li.uxb-port-image-slider-item:first-child {
    display: block;
    opacity: 1;
}

#content-container .uxb-port-element-filters a {
	border: 1px solid transparent;
	color: #888;
	font-weight: normal;
}

#content-container .uxb-port-element-filters a:hover {
	border-color: #bbb;
}

#content-container .uxb-port-element-filters a.active {
	border: 1px solid #666;
	color: #666;
}

#content-container .uxb-port-element-filters {
	margin: 0 0 60px;
}

#content-container .uxb-port-element-filters li {
	margin: 0;
}

#content-container .uxb-port-element-item-hover h3,
#content-container .uxb-port-element-item-hover h4 { /* for related items in single page */
	color: #fefefe;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 2.307692307692308em 0; /* 30/13 */
}

#content-container .uxb-port-root-element-wrapper .uxb-port-element-item-hover h3,
#content-container .uxb-port-root-element-wrapper .uxb-port-element-item-hover h4 { /* for related items in single page */
	font-size: 1em;
}

#content-container .uxb-port-image-slider-wrapper li {
	margin: 0;
}

.uxb-port-element-item img {
	width: auto;
}

.uxb-port-element-item-hover-wrapper {
	box-sizing: border-box;
	padding: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uxb-port-element-item-hover {
	position: static;
	top: auto;
	left: auto;
	width: 100.2%;
}



/***** UXbarn Portfolio: Single Page Template *****/
.uxb-port-single-image img {
	/*border: 0;*/
}

#uxb-port-single-images-container:hover {
	opacity: 1;
}

#uxb-port-inner-content-container {
	margin-top:20px;
}

#content-container #uxb-port-single-images-container li {
	margin-left: 0;
}

#content-container ul#uxb-port-item-meta {
	list-style: none;
	width: 100%;
}

#content-container ul#uxb-port-item-meta li {
	line-height: 1.6;
	margin-left: 0;
}

#content-container #uxb-port-item-meta a {
	border-bottom: 0;
	font-weight: normal;
}

.divider-set1 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.divider-set1 {
	margin: 0 auto 68px;
	position: relative;
	width: 55%;
}

.divider-set1 hr.middle {
	border: 0;
	border-top: 1px solid #ececec;
}

.divider-set1 hr.short {
	border: 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	height: 13px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: -13px;
	width: 36px;
}


/***** UXbarn Testimonials *****/
#content-container .uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
	border: 6px solid #efefef;
	width: 212px;
	height: 212px;
}

#content-container .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	background-color: #fafafa;
    border: 0;
}

#content-container .uxb-tmnl-testimonial-item blockquote {
	border-left-width: 0;
	margin: 0 10px 18px;
	padding: 0;
}

#content-container .widget .uxb-tmnl-testimonial-item .uxb-tmnl-cite,
#footer-content .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	font-size: 13px;
	margin-bottom: 0;
}

#content-container .uxb-tmnl-testimonial-bullets a,
#content-container #sidebar-wrapper .uxb-tmnl-testimonial-bullets a {
	border-bottom: 1px solid #bebebe;
}

#content-container .uxb-tmnl-testimonial-bullets a.selected,
#content-container #sidebar-wrapper .uxb-tmnl-testimonial-bullets a.selected {
	border-width: 3px;
	border-style: solid;
}

#content-container .widget.uxb-tmnl-testimonial-wrapper blockquote p,
#root-container #footer-content .widget.uxb-tmnl-testimonial-wrapper blockquote p {
	font-size: 15px !important;
	margin-bottom: 18px;
}

.uxb-tmnl-testimonial-wrapper {
	height: 280px;
}


/***** UXbarn Team *****/
#content-container .uxb-team-name {
	margin-bottom: 0.1em;
}

#content-container .uxb-team-name a {
	color: #555;
	border: 0;
	font-weight: 700;
	transition: color .18s ease-in-out;
   -moz-transition: color .18s ease-in-out;
   -webkit-transition: color .18s ease-in-out;
   -o-transition: color .18s ease-in-out;
}

#content-container .uxb-team-position {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
}

/*** UXbarn Team: Single Page ***/
#content-container #uxb-team-info .uxb-team-position {
	font-size: 20px;
}

/***** Sidebar Login *****/
.widget_wp_sidebarlogin .avatar_container, 
#sidebar-login .avatar_container {
	margin-bottom: 10px;
}

#root-container .pagenav.sidebar_login_links {
	float: left;
	margin: 0 !important;
}

#root-container .pagenav.sidebar_login_links li {
	margin-left: 0;
}

#root-container .pagenav.sidebar_login_links li:last-child {
	margin-bottom: 0;
}

.widget_wp_sidebarlogin form .input {
	margin: 0;
}

#root-container .widget_wp_sidebarlogin form p {
	margin-bottom: 10px;
}

.widget_wp_sidebarlogin form {
	margin: inherit;
}

.widget_wp_sidebarlogin .sidebar_login_error {
	background-color: #FDE7E7;
	border: 0;
	color: #D1525D !important; 
}



/*** VC Post Grid & Post Masonry Grid ***/
#content-container .grid-theme-default .vc-grid-title * {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: inherit;
	margin-bottom: 0;
	text-transform: none;
}

#content-container .grid-theme-default .vc-grid-title {
    margin-bottom: 5px;
}

#content-container .grid-theme-default .vc-grid-title a {
    border: 0;
    color: inherit;
}

.grid-theme-default .vc-grid-date {
    display: inline-block;
	font-size: 13px;
	color: #999;
	font-style: italic;
	margin-top: 0;
}

#content-container .grid-theme-default .vc-grid-block a {
	border: 0;
}

#content-container .grid-theme-default .vc-grid-info-col {
    padding: 15px 0 0 0;
}

.grid-theme-default .vc-grid-excerpt p:empty {
    display: none;
}



/* #Custom CSS of Foundation Framework
================================================== */
/* By default, it's "border-box" to all elements. 
 * This is to prevent CSS conflict on plugins. It usually affects the element size */
*, 
*:before, *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Then just apply it to the main elements only */
#menu-wrapper *,
.row,
.columns {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* for supporting non-breaking text */
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.row {
	margin: 0 auto 60px;
	max-width: none;
}

.row .row {
	margin-bottom: 60px;
}

.columns {
	padding: 0 15px;
}

.columns:first-child {
	/*padding-left: 0;*/
}

.columns:last-child {
	/*padding-right: 0;*/
}

.button {
	background: #1B83BE;
	font-weight: 400;
}

.button i {
	margin-right: 10px;
}

.button:hover {
	background: #4D9DCB;
}

.button.disabled:hover {
	border-color: #ccc !important;
	color: #666 !important;
}

button.secondary, 
.button.secondary {
	background-color: #e9e9e9;
	border: 1px solid #d0d0d0 !important;
	color: #333333; 
}


button.secondary:hover, 
button.secondary:focus, 
.button.secondary:hover, 
.button.secondary:focus {
	background-color: #d0d0d0; 
}
	
button.secondary:hover, 
button.secondary:focus, 
.button.secondary:hover, 
.button.secondary:focus {
	color: #333333; 
}

form.custom .custom.dropdown {
	font-size: inherit;
	font-weight: 600;
}

form.custom .custom.dropdown ul {
	margin-left: 0 !important;
}

form.custom .custom.dropdown li {
	margin-left: 0 !important;
}

.pagination {
	height: inherit;
}

.pagination li {
	height: inherit;
	margin: 0;
}

.pagination li.current a {
	background: #1B83BE;
}

.pagination li.current a:hover {
	background: #1B83BE;
}

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"],
textarea,
.input-text {
	border: 1px solid #BEBEBE;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #888;
	font-size: 13px;
}

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,
.input-text:focus {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

select, select:hover {
	background-color: #fff;
	border: 1px solid #BEBEBE;
}

input[type=text],
textarea,
input[type=submit],
#root-container .input-text {
	border: 1px solid #bebebe;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type=text],
textarea {
}

input[type=text]:focus,
textarea:focus,
.input-text:focus {
	background: #fff;
}

input[type=text].search-field {
	font-size: 16px;
}

select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	color: #888;
	font-family: inherit;
	padding-left: 4px;
}

.prefix, 
.postfix {
	font-size: inherit;
}

/* Override the "float" property from the default Foundation */
#root-container [class*="column"] + [class*="column"]:last-child { 
	/*float: none; */
}

/* And use this instead of the above one because *column* class seems too much generic
 * and may cause some trouble on other plugin styles
 */
#root-container [class*="uxb-col"]:last-child { 
	/*float: right !important; */
}
#root-container .uxb-col.column, 
#root-container .uxb-col.columns {
	/*float: left !important;*/
}



::-moz-selection {
	/*background: #e66f66;*/
	color: #fff;
}

::selection {
	/*background: #e66f66;*/
	color: #fff;
}

/* Fixed some styles for Firefox */
@-moz-document url-prefix() { 
	#root-container input.button {
		/*padding-top: 6px;
		padding-bottom: 6px;*/
		padding-bottom: 0.75em;
		padding-top: 0.8125em; 
	} 
	
}

/* Ignore any default styles of iOS */
input[type=text],
textarea,
input[type=submit],
input[type=button],
input[type=number] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}




