/*
Theme Name: Thine
Theme URI: https://themes.uxbarn.com/wp/thine/
Description: Thine is a clean, modern and professional theme that is suitable for building the corporate or business websites. <a href="https://uxbarn.com">View more products on our website</a>.
Author: UXBARN
Author URI: https://uxbarn.com
Version: 1.4.1
License: GPL, ThemeForest License
License URI: http://codex.wordpress.org/GPL, http://themeforest.net/licenses
Tags: white, red, gray, one-column, two-columns, three-columns, four-columns, left-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, sticky-post, theme-options, translation-ready
Text Domain: uxbarn
*/


/* Table of Content
 ==================================================
 #General Styles
 #Page Structure
 #Blog Page
 #Elements
 #Widgets and Plugins
 #Custom CSS of Foundation Framework
 #Media Queries
*/


/* #General Styles
================================================== */
*:focus {
	outline: none;
}

body {
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

a, a:visited {
	color: #e13a3a;
	font-weight: bold;
	text-decoration: none;
}

#root-container a {
	transition: color .12s ease-in-out;
   -moz-transition: color .12s ease-in-out;
   -webkit-transition: color .12s ease-in-out;
   -o-transition: color .12s ease-in-out;
}

#content-container a:hover {
	color: #3b3b3b;
}

strong {
	color: #3b3b3b;
	font-weight: bold;
}

label {
	/*color: #ddd;*/
	font-size: 13px;
	/*font-weight: normal;*/
}

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;
	margin-bottom: 20px;
	overflow: auto;
	padding: 6px;
}

sub {
	font-size: x-small;
	vertical-align: sub;
}

sup {
	font-size: x-small;
	vertical-align: super;
}

em,
q,
var {
	font-style: italic;
}

.col-center * {
	text-align: center !important;
}

.no-margin-bottom,
.wpb_text_column.no-margin-bottom p {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.extra-margin-bottom {
	margin-bottom: 70px !important;
}

.extra-margin-top {
	margin-top: 50px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.normal-align-left {
	text-align: left;
}

.normal-align-right {
	text-align: right;
}

.normal-align-center,
.center {
	text-align: center;
}

.display-block {
	display: block !important;
}

.hide {
	display: none !important;
}

.uppercase {
	text-transform: uppercase;
}

hr.line-style {
	border: 0;
	border-top: 1px solid #d8d8d8;
	line-height: 1px;
	margin: 0;
}

hr#dynamic-side-line {
	position: absolute;
	left: 0;
}

/***** WP Specific Classes *****/
.alignleft {
	float: left;
	margin: 0 20px 8px 0;
}

.alignright {
	float: right;
	margin: 0 0 8px 20px;
}

.aligncenter {
	float: none;
	margin: auto;
	text-align: center;
}

img.aligncenter {
	display: block;
}

.wp-caption {
	margin-bottom: 20px;
}

.sticky.fixed {
	position: static;
	z-index: 1;
}

.sticky-badge {
	display: inline-block;
	float: left;
	line-height: 1;
	margin: 6px 18px 0 0;
	font-size: 20px;
}

.bypostauthor {
	
}

.wp-caption-text {
	font-size: 0.9em;
	margin-top: 5px;
	text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/***** 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: 2px;
}

table th {
	color: #3b3b3b;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

table tbody td {
}

table tfoot td {
}

/***** Definition List *****/
dl {
	margin-bottom: 22px;
}
  
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

dt:after {
	content: ':';
}

dt.wp-caption-dt:after {
	content: '';
}

dd {
	margin: 0 0 0 160px;
	padding: 0 0 15px 0;
}

/***** MISC *****/
abbr,
acronym {
	text-transform: uppercase;
}

address {
	margin-bottom: 20px;
}



/* Some solid colors */
#root-container .solid-green,
#root-container #content-container .wpb_solid-green,
#root-container .bar_green { /* VC progress bar color */
	background: #71BB6D !important;
	border: 0;
	color: #fff !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;
	border: 0;
	color: #fff !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: #fcda1c !important;/*#FAB336 !important;*/
	border: 0;
	color: #000 !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;
	border: 0;
	color: #fff !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;
}

/* blog-single, contact */
.textarea-height {
	height: 120px;
}

/* elements-blockquotes-testimonials */
.tmnl-width {
	width: 50% !important;
}

/* elements-buttons-icons */
.icon-style1 {
	color: #D8D8D8;
	font-size: 60px; 
}

.icon-style2 {
	color: #4DB7E9;
	font-size: 60px; 
}

.icon-style3 {
	color: #A4E778;
	font-size: 60px; 
}

/* investor */
.icon-style4 {
	color: #C9C9C9;
	font-size: 50px; 
}

/* the-studio */
.icon-style5 {
	color: #8CC7BE;
	font-size: 80px; 
}

.icon-style6 {
	color: #8DB4DF;
	font-size: 80px; 
}

.icon-style7 {
	color: #D47593;
	font-size: 80px; 
}

.icon-style8 {
	color: #B3D379;
	font-size: 80px; 
}

.icon-style9 {
	color: #C7BFBF;
	font-size: 80px; 
}



/* #Page Structure
================================================== */
#root-container {
	overflow: hidden;
}

#header-container {
	margin: auto;
	margin-bottom: 30px;
	position: relative;
}

.main-width {
	width: 1420px;
}

/* Shared background for elements */
.bg-set {
	background: #fff;
}


/*** Logo & Tagline ***/
#logo-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#logo-wrapper a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 400px;
	padding: 30px 30px 0 0;
}

#logo-wrapper h1 {
	color: #e13a3a;
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

#tagline {
	color: #7a7979;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	opacity: 0;
	padding: 0 0 20px 0;
	position: absolute;
	text-transform: lowercase;
	/*width: 100%; this doesn't work because the actual width is as the width of header-container. needed to set in JS. */ 
	z-index: 1;
	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}



/*** Header Slider ***/
#header-slider-container {
	background-color: #efefef;
	/*background-image: url('images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;*/
	/*min-height: 435px;*/
	overflow: hidden !important;
	width: 100%;
	position: relative;
}



#header-slider-container .rev_slider_wrapper,
#header-slider-container .rev_slider {
	max-width: 100%;
}

#header-slider-container .rev_slider_wrapper {
	left: 0 !important;
}




#header-image-type {
	height: 100%;
	position: absolute;
	width: 100%;
}

.filled-bg {
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header-slider-container.no-loading-icon {
	background-image: none;
}

#no-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: italic;
	top: 40%;
	padding: 0 30%;
	position: absolute;
	text-align: center;
	width: 100%;
}

#header-slider-container.hide-bullets .tp-bullets {
	display: none;
}

#header-slider-container.slider-fixed-height {
	height: 435px;
	/*max-height: 435px;*/
}

#header-slider-container.header-fixed-height {
	height: 310px;
}

#header-slider {
	overflow: hidden; /* prevent edge flickering on IE when changing slide */
	width: 100%;
	position: relative;
	z-index: 0;
}

#header-slider > ul > li {
	opacity: 0;
}

/* [Moved to "custom-revslider.php"] */
/* Slider bullets nav (this will override Rev Slider nav styles in "#header-container" )*/
/*
#header-container .tp-bullets {
	left: auto !important;
	right: 30px !important;
	top: 30px !important;
	bottom: auto !important;
}

#header-container .tp-bullets .bullet {
	background: #fff;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	float: none;
	margin: 8px 0;
	opacity: .5;
	height: 15px;
	width: 15px;
	transition: opacity .12s ease-in-out;
   -moz-transition: opacity .12s ease-in-out;
   -webkit-transition: opacity .12s ease-in-out;
   -o-transition: opacity .12s ease-in-out;
}

#header-container .tp-bullets .bullet:hover {
	opacity: .7;
}

#header-container .tp-bullets .bullet.selected {
	cursor: default;
	opacity: 1;
}

#header-container .tp-bullets .bullet:first-child {
	margin-top: 0;
}

#header-container .tp-bullets .bullet:last-child {
	margin-bottom: 0;
}
*/

/* Slider arrows nav */
/*
#header-container .tparrows {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.5);
	color: #666;
	font-family: 'Ionicons';
	font-size: 24px;
	text-align: center;
	transition: background .12s ease-in-out;
   -moz-transition: background .12s ease-in-out;
   -webkit-transition: background .12s ease-in-out;
   -o-transition: background .12s ease-in-out;
}

#header-container .tparrows:hover {
	background: rgba(255,255,255,.8);
	color: #222;
}

#header-container .tparrows.tp-leftarrow {
	left: 60px !important;
}

#header-container .tparrows.tp-leftarrow:before {
	content: '\f153';
	margin-right: 3px;
	vertical-align: middle;
}

#header-container .tparrows.tp-rightarrow:before {
	content: '\f154';
	vertical-align: middle;
}

#header-slider-container.hide-arrows-nav .tparrows {
	display: none !important;
}
*/





/*** Menu ***/
#menu-wrapper {
	padding: 20px 20px 0;
	position: absolute;
	bottom: -5px;
	left: 33.33%;
}

#menu-wrapper > ul > li {
	display: inline-block;
	position: relative;
}

#menu-wrapper > ul > li > a {
	color: #353535;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 19px 47px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-wrapper > ul > li > a:hover {
	color: #e13a3a;
}

#menu-wrapper > ul a.active,
#menu-wrapper > ul > li.current-menu-item > a,
#menu-wrapper > ul > li.current-menu-parent > a {
	color: #e13a3a;
}

#menu-wrapper > ul > li:hover > a {
	color: #e13a3a;
}

/* Submenu */
#menu-wrapper > ul li ul {
	/*background: #f4f4f4;*/
	background: #fff;
	border-top: 1px solid #e13a3a; 
	/*border-top: 1px solid #d8d8d8;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	left: 0;
	margin-left: -12px;
	padding: 0;
	position: absolute;
	text-align: left;
	text-transform: none;
	width: 200px;
	top: 46px;
	z-index: 99; /* to make it overlay on the "absolute" content section that is controlled by Isotope JS */
	
	-webkit-box-shadow: 10px 10px 0 0 rgba(68,68,68,0.2);
	-moz-box-shadow: 10px 10px 0 0 rgba(68,68,68,0.2);
	box-shadow: 10px 10px 0 0 rgba(68,68,68,0.2);
	
	/* use border */
	/*border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
}

/* fix 1px glitch only for Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 
	#menu-wrapper > ul li ul {
		top: 47px;
	}
	
}

#menu-wrapper > ul li ul a {
	border-bottom: 1px solid #f0f0f0;
	color: #666; /*828282 */
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	padding: 15px 30px;
	text-decoration: none;
	transition: all .12s ease-in-out;
   -moz-transition: all .12s ease-in-out;
   -webkit-transition: all .12s ease-in-out;
   -o-transition: all .12s ease-in-out;
}

#menu-wrapper > ul li ul li:last-child a {
	border-bottom: 0;
}

#menu-wrapper > ul li ul a:hover,
#menu-wrapper > ul > li > ul li:hover > a {
	background: #e13a3a;
	color: #fff;
	
}

#menu-wrapper > ul > li > ul > li {
	position: relative;
}

/* Sub sub menu */
#menu-wrapper > ul > li > ul li ul {
	top: 0;
	left: 100%;
}

/*** Mobile Menu ***/
#mobile-menu {
	background: none;
	-webkit-background-clip: padding-box; /* for Safari, to make border alpha channel works */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome, to make border alpha channel works */
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	display: none;
	margin: 15px 0 10px;
	text-align: center;
}

#mobile-menu * {
	
}

#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: 0 !important;
	top: 0;
}

.top-bar-section a {
	text-decoration: none !important;
}

/*** Mobile menu toggle ***/
.top-bar .toggle-topbar.menu-icon a {
	color: #333;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	margin-right: 10px;
	/*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 #414141, 0 7px 0 1px #414141, 0 14px 0 1px #414141;
	box-shadow: 0 0 0 1px #414141, 0 7px 0 1px #414141, 0 14px 0 1px #414141;
}

.top-bar.expanded .title-area {
	background: none;
}

.top-bar.expanded .title-area .menu-icon a span {
}

.top-bar-section ul {
	background: none;
	height: 100%;
}

.top-bar-section ul li {
	background: none;
}

#root-container .top-bar-section ul li a {
	background: none;
	border-bottom: 1px solid #eee;
	color: #414141;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

#root-container .top-bar-section ul li:last-child > a {
	border-bottom: 0;
}

#root-container .top-bar-section ul li > a:hover {
	/*background: #eee;*/
}

.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 {
	background: none;
	color: #414141;
	font-size: 13px;
}





/*** Page Intro ***/
#intro-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 50px 62px 0;
	position: relative;
	width: 33.33%;
}

#intro-wrapper.page-404 {
	float: none;
	padding: 50px 0 120px 0;
	text-align: center;
	width: 100%;
}

#intro-title {
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-size: 46px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 20px;
}

#intro-title:last-child {
	margin-bottom: 0;
}

#intro-body {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
}

#content-wrapper.no-intro {
	padding-left: 33.33%;
}

#inner-sidebar-wrapper.no-intro {
	margin-top: 0;
}



/*** Content ***/
#content-container {
	overflow: hidden;
	position: relative;
}

#inner-content-container {
	/*height: 100%;*/ /* for making "sidebar-wrapper" 100% height works */
	margin: auto;
	padding: 62px 0 0;
	overflow: hidden;
	position: relative;
}

/*#content-container > div {
	float: left;
	height: 600px;
}*/

#content-wrapper {
	clear: right;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 62px; /* same as top padding of "inner-content-container" */
	width: 66.66%;
}

#content-wrapper .columns {
	/*background: #888;
	color: #000;
	height: 100px;*/
}

#content-container, 
#content-container p {
}

#content-wrapper,
#content-wrapper p {
	color: #919191;
	line-height: 1.8;
	margin-bottom: 15px;
}

#content-wrapper p.credit {
	color: #888;
	font-size: 10px;
	text-align: right;
}

#content-wrapper p.credit a {
	color: #888;
	font-weight: normal;
	text-decoration: underline;
}

#content-wrapper {
	margin-bottom: 0;
}

#root-container .wpb_text_column:last-child p:last-child,
#root-container .wpb_content_element: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-wrapper h1,
#content-wrapper h2,
#content-wrapper h3,
#content-wrapper h4,
#content-wrapper h5,
#content-wrapper h6,
#page-404 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

#content-wrapper h1,
#content-wrapper h2,
#content-wrapper h3,
#content-wrapper h4,
#content-wrapper h5,
#content-wrapper h6,
#page-404 h1 {
	color: #3b3b3b;
}

#content-wrapper h1 span,
#content-wrapper h2 span,
#content-wrapper h3 span,
#content-wrapper h4 span,
#content-wrapper h5 span,
#content-wrapper h6 span,
#content-wrapper h1 strong,
#content-wrapper h2 strong,
#content-wrapper h3 strong,
#content-wrapper h4 strong,
#content-wrapper h5 strong,
#content-wrapper h6 strong {
	color: #e13a3a;
}

#content-wrapper h1.light,
#content-wrapper h2.light,
#content-wrapper h3.light,
#content-wrapper h4.light,
#content-wrapper h5.light,
#content-wrapper h6.light {
	color: #888;
}

#uxb-layerslider-container h1,
#content-wrapper h1,
#page-404 h1 {
	font-size: 28px;
	margin-bottom: 15px;
}

#uxb-layerslider-container h2,
#content-wrapper h2,
#content-wrapper h3.larger {
	font-size: 24px;
	margin-bottom: 18px;
}

#uxb-layerslider-container h3,
#content-wrapper h3,
#content-wrapper h2.smaller {
	font-size: 20px;
	margin-bottom: 12px;
}

#uxb-layerslider-container h4,
#content-wrapper h4 {
	font-size: 17px;
	margin-bottom: 12px;
}

#uxb-layerslider-container h5,
#content-wrapper h5 {
	font-size: 15px;
	margin-bottom: 8px;
}

#uxb-layerslider-container h6,
#content-wrapper h6 {
	font-size: 12px;
	margin-bottom: 5px;
}

/* List Item */
#content-container ul,
#content-container ol {
	list-style: square;
	margin-bottom: 25px;
	margin-left: 10px;
}

#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 {
	border-color: #e13a3a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 12px;
	margin-bottom: 25px !important;
}

.uxb-heading.h-center {
	text-align: center;
}

.uxb-heading.h-right {
	text-align: right;
}



/***** Portfolio *****/
.uxb-port-root-element-wrapper,
.uxb-port-root-element-wrapper * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uxb-port-root-element-wrapper {
	margin: 0 -1.428571428571429%; /* negative margins to deal with "portfolio-item" margins so the items are aligned with grid */
	padding-top: 15px;
	overflow: hidden;
	
	/* newly added to centering the loading icon using "absolute" position */
	/* (NOTE: UXBARN Portfolio plugin) */
	position: relative;
}

.uxb-port-loading-text {
	background: #fafafa url('images/loading-s.gif') no-repeat 50% 35%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #3d3d3d;
	display: block;
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	width: 140px;
	height: 90px;
	
	/* newly added to centering the loading icon using "absolute" position */
	/* (NOTE: UXBARN Portfolio plugin) */
	position: absolute;
	left: 50%;
	margin-left: -70px;
}

.uxb-port-loading-text span {
	margin-top: 60px;
	float: left;
	width: 100%;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.uxb-port-loaded-element-wrapper {
	/* newly edit (NOTE: UXBARN Portfolio plugin) */
	/*height: 300px;*/
	
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

#root-container ul.uxb-port-element-filters {
	list-style: none;
	margin: 0 15px 25px;
	padding: 0;
}

#root-container .uxb-port-element-filters li {
	display: inline-block;
	margin: 0;
	margin-right: -1px;
}

.uxb-port-element-filters li:after {
	color: #ddd;
	content: '/';
	font-size: 0.8em;
	font-weight: bold;
}

.uxb-port-element-filters li:last-child:after {
	content: '';
}

#content-wrapper .uxb-port-element-filters li:first-child a {
	padding-left: 0;
}

#content-wrapper .uxb-port-element-filters a {
	color: #919191;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: none;
}

#content-wrapper .uxb-port-element-filters a:hover {
	color: #3b3b3b;
}

#content-wrapper .uxb-port-element-filters a.active,
#content-wrapper .uxb-port-element-filters a.active:hover {
	color: #e13a3a;
	cursor: default;
	font-weight: bold;
}

.uxb-port-element-item {
	cursor: pointer;
	float: left;
	margin: 0 1.428571428571429% 30px;
	overflow: hidden;
	position: relative;
	opacity: 0;
	visibility: hidden; /* need to use this instead of "display: none" because isotope JS will have to calculate the dimension of the element */
}

.uxb-port-element-item.visible {
	opacity: 1;
}

.uxb-port-element-item:hover .uxb-port-element-item-hover {
	opacity: 1;
}

.uxb-port-element-item-hover {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.9);
	border-bottom: 2px solid #e13a3a;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	display: table;
	
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100.5%; /* to fix 1px glitch at the right on Chrome */
	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;
}

.uxb-port-element-item a {
	border-bottom: 0 !important;
	font-weight: normal !important;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	/* to fix unclickable link on IE */
	background: #ccc;
	opacity: 0;
}

.uxb-port-element-item-hover-info {
	font-family: 'Raleway', sans-serif;
	padding: 0 2.27em; /* 25/11 */
	/*position: absolute;*/
	text-transform: uppercase;
	width: 100%;
	
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
}

#content-container .uxb-port-element-item-hover-info .portfolio-item-title {
	color: #010101;
	font-size: 1em; /* 11/13 */
	font-weight:  bold;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
}

.uxb-port-element-item img {
	/*width: 99.8%; */ /* to fix 1px glitch at the right on Chrome (unused) */
}

/* Hover icon in portfolio element */
#content-wrapper .uxb-port-root-element-wrapper .uxb-port-element-item .image-hover-icon {
	/*padding: 12px 15px;*/
	padding: 0.92307692307692307692307692307692em 1.1538461538461538461538461538462em;
}

#content-wrapper .uxb-port-root-element-wrapper .uxb-port-element-item .image-hover-icon i {
	font-size: 2em;
}

/* 4 Columns */
.uxb-port-root-element-wrapper.col4 .uxb-port-element-item {
	font-size: 13px; /* based font size for "em" usage on margins and item title */
	margin-bottom: 2.307692307692308em; /* 30/13 */
	/*width: 22.1%; this works on all except safari... */
	width: 21.88%; 
}

.uxb-port-root-element-wrapper.col4 .uxb-port-element-item.width-2x {
	font-size: 16px;
	width: 46.7%;
}

/* 4 Columns: inside various containing columns */
.vc_span2.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-2.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 2px;
}

.vc_span3.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-3.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 2px;
	width: 21.7%;
}

.vc_span4.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-4.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 4px;
}

.vc_span5.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-5.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 6px;
}

.vc_span6.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-6.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 8px;
}

.vc_span7.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-7.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 9px;
}

.vc_span8.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-8.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 10px;
}

.vc_span9.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-9.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 11px;
	width: 22%;
}

.vc_span10.wpb_column .uxb-port-root-element-wrapper.col4 .uxb-port-element-item,
.large-10.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 12px;
	width: 22%;
}

/* Portfolio 4 Columns: with sidebar */
.with-sidebar .large-2.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 2px;
}

.with-sidebar .large-3.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 2px;
	width: 21.7%;
}

.with-sidebar .large-4.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 4px;
	width: 21.7%;
}

.with-sidebar .large-5.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 4px;
}

.with-sidebar .large-6.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 6px;
}

.with-sidebar .large-7.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 8px;
}

.with-sidebar .large-8.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 9px;
}

.with-sidebar .large-9.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 10px;
	width: 22%;
}

.with-sidebar .large-10.columns .uxb-port-root-element-wrapper.col4 .uxb-port-element-item { /**/
	font-size: 11px;
	width: 22%;
}




/* 3 Columns */
.uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 16px; /* based font size for "em" usage on margins and item title */
	/* width: 30.4%; this works on all except safari... */
	width: 30.25%;
}

/* 3 Columns: inside various containing columns */
.vc_span2.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-2.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 4px;
}

.vc_span3.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-3.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 6px;
	width: 30%;
}

.vc_span4.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-4.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 8px;
}

.vc_span5.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-5.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 9px;
}

.vc_span6.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-6.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 11px;
}

.vc_span7.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-7.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 12px;
}

.vc_span8.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-8.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 13px;
}

.vc_span9.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-9.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 14px;
}

.vc_span10.wpb_column .uxb-port-root-element-wrapper.col3 .uxb-port-element-item,
.large-10.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 15px;
	width: 30.3%;
}

/* Portfolio 3 Columns: with sidebar */
.with-sidebar .large-2.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 2px;
	width: 29.5%;
}

.with-sidebar .large-3.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 4px;
	width: 30%;
}

.with-sidebar .large-4.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 6px;
	width: 30.3%;
}

.with-sidebar .large-5.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 7px;
	width: 30%;
}

.with-sidebar .large-6.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 9px;
}

.with-sidebar .large-7.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 11px;
	width: 30%;
}

.with-sidebar .large-8.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 12px;
}

.with-sidebar .large-9.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 13px;
	width: 30.3%;
}

.with-sidebar .large-10.columns .uxb-port-root-element-wrapper.col3 .uxb-port-element-item { /**/
	font-size: 14px;
	width: 30.3%;
}

/***** Portfolio Single Page *****/
#uxb-port-slider {
	overflow: hidden;
}

#root-container #uxb-port-item-meta {
	list-style: none;
	margin-bottom: 0;
}

#uxb-port-item-meta a {
	border-bottom: 0;
}

#root-container #uxb-port-item-meta li {
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 1.6;
}

#root-container #uxb-port-item-meta li:last-child {
	margin-bottom: 0;
}

#uxb-port-item-meta .title {
	color: #010101;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 5px;
}

#uxb-port-item-meta .title:after {
	content: ':';
}

#uxb-port-item-categories {
	display: inline;
	margin: 0 !important;
	padding: 0;
}

#uxb-port-item-categories li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0 !important;
}

#uxb-port-item-categories li:after {
	content: ',';
}

#uxb-port-item-categories li:last-child:after {
	content: '';
}



/***** Team Page *****/
.uxb-team-thumbnail {
	margin-bottom: 18px;
}

ul.uxb-team-social,
#uxb-team-single ul.uxb-team-social {
	list-style: none !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.uxb-team-social li,
#uxb-team-single .uxb-team-social li {
	display: inline-block !important;
	line-height: 1 !important;
	margin-left: 0 !important;
	margin-right: 6px !important;
}

.uxb-team-social li:last-child,
#uxb-team-single .uxb-team-social li:last-child {
	margin-right: 0 !important;
}

#content-container .uxb-team-name {
	margin-bottom: 0.2em;
}

#content-container .uxb-team-name a {
	color: inherit;
	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-name a:hover {
	color: #e13a3a;
}

#content-container .uxb-team-position {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

/*** Team Single Page ***/
#uxb-team-single-photo img {
	display: block;
	max-width: 100%;
}

#uxb-team-single {
	margin: 0 auto 68px;
}

#uxb-team-info {
}

.uxb-team-email-single {
	margin-bottom: 0.9em;
}

.uxb-team-email-single a {
	font-weight: normal;
}

#uxb-team-info .uxb-team-position-single,
.uxb-team-position-single {
	margin-bottom: 0.5em;
}

#search-form-404 {
	margin: 40px auto 20px;
	width: 40%;
}

#search-form-404 input.search-field {
	
}



/* #Blog Page
================================================== */
/***** Blog List *****/
.blog-item {
	margin-bottom: 55px;
	overflow: hidden;
}

.blog-item.search-result {
	margin-bottom: 30px;
}

/*** Blog Meta ***/
#blog-list-wrapper .blog-meta {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 1px 10px 0;
}

.blog-meta-wrapper {
	clear: both;
}

#blog-list-wrapper .blog-meta li {
	display: inline-block;
	font-size: 10px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}

#blog-list-wrapper .blog-meta li:before {
	color: #8e8e8e;
	font-family: 'Ionicons';
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

#blog-list-wrapper .blog-meta li.meta-date:before {
	content: '\f3f3';
}

#blog-list-wrapper .blog-meta li.meta-author:before {
	content: '\f419';
}

#blog-list-wrapper .blog-meta li.meta-comments:before {
	content: '\f3f9';
}

#blog-list-wrapper .blog-meta li,
#blog-list-wrapper .blog-meta li a {
	color: #252525;
	font-weight: normal;
}

#blog-list-wrapper .blog-meta li a:hover {
	/*color: #fff;*/
}

#blog-list-wrapper .blog-meta li.readmore-link {
	float: right;
	margin-top: 11px;
}

#blog-list-wrapper .blog-meta li.readmore-link a {
	color: #e13a3a;
	font-weight: normal;
}

/*** Blog Item Thumbnail and Info ***/
.blog-thumbnail {
	float: left;
	margin-bottom: 0 !important;
	margin-right: 30px;
	width: 198px;
}

.blog-title-excerpt {
	
}

.blog-info {
	overflow: hidden;
}

#blog-list-wrapper .blog-title {
	/*font-family: 'Pontano Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;*/
}

#blog-list-wrapper .blog-title a {
	color: #3b3b3b;
}

#blog-list-wrapper .blog-title a:hover {
	color: #e13a3a;
}

.excerpt {
	/*margin-bottom: 30px;*/
}

/*** Blog Pagination ***/
#blog-pagination {
	text-align: right;
}

#blog-pagination ul {
	list-style: none;
	margin: 40px 0;
}

#blog-pagination li {
	display: inline-block;
	margin: 0 3px;
	line-height: 1;
}

#blog-pagination a,
#blog-pagination span.current {
	background: none;
	color: #222;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: auto -3px;
	text-decoration: none;
	width: auto;
	height: 15px;
	padding: 11px 10px 10px;
	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-wrapper #blog-pagination a {
	color: #222;
}

#content-wrapper #blog-pagination a:hover {
	color: #e13a3a;
}

#blog-pagination span.current,
#blog-pagination .current a {
	color: #222 !important;
	font-weight: normal;
	cursor: default;
}

#blog-pagination li.unavailable a,
#blog-pagination li.unavailable a:hover {
	opacity: 0;
}

#blog-pagination .current a:hover {
}

/*** Blog Single Page ***/
#blog-list-wrapper .blog-item.single .blog-title {
	margin-bottom: 20px;
}

#single-content-wrapper {
	margin-top: 30px;
}

.blog-section {
	margin-bottom: 50px;
}

#blog-list-wrapper .blog-item.single .blog-section-title {
	font-size: 18px;
	margin-bottom: 30px;
}

#blog-list-wrapper .post-categories {
	font-size: 0.9em;
	font-style: italic;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

#blog-list-wrapper .post-categories a {
	font-weight: normal;
}

#blog-list-wrapper .post-categories li {
	display: inline-block;
	margin-left: 0;
	margin-right: 5px;
}

#blog-list-wrapper .post-categories li:after {
	content: ',';
}

#blog-list-wrapper .post-categories li:first-child:after {
	content: ':';
}

#blog-list-wrapper .post-categories li:last-child:after {
	content: '';
}

/* 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: 20px 0;
}
#content-container .single.blog-item .post-paging a {
	font-weight: bold;
}

#author-box {
	border-top: 2px solid #ececec;
	border-bottom: 2px solid #3b3b3b;
	margin: -20px 0 70px;
	overflow: hidden;
	padding: 35px 55px;
}

#author-box #author-photo-wrapper {
	display: inline-block;
	float: left;
	margin-top: 5px;
}

#author-box #author-photo-wrapper img {
	border-radius: 50%;
}

#author-info {
	margin-left: 130px;
}

#content-container #author-info h3 {
	font-size: 14px;
	font-weight: bold;
}

ul#author-social {
	float: left;
	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 7px 12px 0;
}

#footer-content .tagcloud a,
#content-container .tags a {
	border: 1px solid #d8d8d8;
	color: #3b3b3b !important;
	display: inline-block;
	font-weight: normal;
	padding: 10px 15px;
	border-bottom-color: #555;
	transition: all .12s ease-in-out;
   -moz-transition: all .12s ease-in-out;
   -webkit-transition: all .12s ease-in-out;
   -o-transition: all .12s ease-in-out;
}

#footer-content .tagcloud a {
	font-size: inherit !important;
	line-height: 1.8;
	margin: 0 7px 12px 0;
}

#footer-content .tagcloud a:hover,
#content-container .tags a:hover {
	background: #e13a3a;
	border-color: transparent;
	color: #fff !important;
}


/*** Comments ***/
#comment-content {
	font-size: 13px;
	margin-bottom: 0;
}

#comment-content a {
	border: 0;
	font-weight: normal;
	text-decoration: none;
}

#comment-content a:hover {
	/*border-bottom: 1px solid #ddd;*/
}

#comment-content > ul > li {
	margin-left: 0;
}

#comment-content ul.commentlist {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#comment-content ul.children {
	list-style: none;
	margin: 0 0 0 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 solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.commenter-photo {
	float: left;
	margin-top: 5px;
	vertical-align: top;
}

.commenter-photo img {
	border-radius: 50%;
}

.comment-post-wrapper {
	display: block;
	margin: 0 0 0 70px;
}

#root-container .comment-post-wrapper .comment-post p {
	margin-bottom: 15px;
}

.comment-item-meta {
	display: inline-block;
	margin-bottom: 5px;
}

.commenter-name {
	color: #222 !important;
	display: inline-block;
	padding-right: 10px;
}

.commenter-name a {
	color: #222 !important;
	font-weight: bold !important;
}

.comment-date {
	display: block;
}

.comment-date, .comment-date a {
	color: #aaa !important;
	font-size: 12px;
	font-style: italic;
	font-weight: normal !important;
}

.comment-awaiting-moderation {
	display: block;
	margin-bottom: 0;
}

.reply {
	float: right;
}

.reply a {
	font-size: 12px;
}

.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;
}





/*** Footer ***/
#footer-root-container {
	overflow: hidden;
}

#footer-content-container,
#footer-bar-container {
	margin: auto;
}

#footer-content {
	color: #999;
	font-size: 14px;
	padding: 73px 0;
	margin-left: -15px;
	margin-right: -15px;
}

#footer-content a {
	font-weight: 600;
}

#footer-content a:hover {
	color: #3b3b3b;
}

#footer-content h5 {
	color: #3b3b3b;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#footer-content p {
	line-height: 1.8;
	margin-bottom: 15px;
}

#footer-content p:last-child {
	margin-bottom: 0;
}

#footer-content li {
	line-height: 1.8;
}

.footer-widget-item {
	margin-bottom: 40px;
	overflow: hidden;
}

.columns .footer-widget-item:last-child {
	margin-bottom: 0;
}

#footer-bar-container,
#footer-bar {
	overflow: hidden;
}

#footer-bar {
	color: #3b3b3b;
	font-size: 12px;
	padding: 33px 0 30px;
}

#footer-bar a {
	color: #3b3b3b;
	font-weight: normal;
	text-decoration: underline;
}

#footer-logo {
	float: left;
}

#copyright {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
}

/* in case of there is no footer logo */
#copyright:first-child {
	margin-left: 0;
}

ul.bar-social {
	float: right;
}

ul.bar-social li {
	display: inline-block;
	margin: 0 4px 8px;
}

ul.bar-social li a img {
	opacity: 0.7;
	transition: opacity .12s ease-in-out;
   -moz-transition: opacity .12s ease-in-out;
   -webkit-transition: opacity .12s ease-in-out;
   -o-transition: opacity .12s ease-in-out;
}

ul.bar-social li a:hover img {
	opacity: 1;
}


.bar-social .social-icon-font {
    font-size: 26px;
    margin: 0 6px;
}

.bar-social li:last-child {
	margin-right: 0 !important;
}

#root-container .social-icon-font a {
	color: #555;
	transition: color .18s ease-in-out;
}

#root-container .social-icon-font a:hover {
	color: #222;
}



/* #Blog Page
================================================== */




/*** Sidebar ***/
#sidebar-wrapper {
	/*height: 100%;*/ /* if 100% height is used, it won't work when the actual height of the sidebar is very long as it will be cropped out (miscalculated height) */
	
	opacity: 0;
	/*margin: 1px 50px 0 100px;*/
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
	width: 33.33%; /* same as Intro section */
	
}

#inner-sidebar-wrapper {
	background: #f9f9f9;
	box-sizing: border-box;
	float: right;
	margin: 50px 20px 60px;
	margin-right: 20px;
	padding: 80px 45px;
	width: 75%;
	
	-webkit-box-shadow: 10px 10px 0 0 rgba(68,68,68,0.1);
	-moz-box-shadow: 10px 10px 0 0 rgba(68,68,68,0.1);
	box-shadow: 10px 10px 0 0 rgba(68,68,68,0.1);
}

#sidebar-wrapper,
#sidebar-wrapper p,
#sidebar-wrapper a,
#sidebar-wrapper label,
#sidebar-wrapper input {
	font-size: 13px;
}

#content-container #sidebar-wrapper,
#content-container #sidebar-wrapper .columns,
#content-container #sidebar-wrapper p {
	color: #868686;
	line-height: 1.8;
	margin-bottom: 15px;
}

#content-container #sidebar-wrapper p:last-child {
	margin-bottom: 0;
}

#sidebar-wrapper .widget-item ul:last-child {
	margin-bottom: 0;
}

#sidebar-wrapper li {
	line-height: 1.5;
	margin-bottom: 8px;
}

#sidebar-wrapper .children,
#sidebar-wrapper .sub-menu {
	margin: 5px 0 10px;
}

#content-container #sidebar-wrapper a {
	font-weight: normal;
}

#sidebar-wrapper a:hover {
}

#sidebar-wrapper .widget-item h1,
#sidebar-wrapper .widget-item h2,
#sidebar-wrapper .widget-item h3,
#sidebar-wrapper .widget-item h4,
#sidebar-wrapper .widget-item h5,
#sidebar-wrapper .widget-item h6 {
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#sidebar-wrapper .widget-item {
	margin-bottom: 50px;
}

#sidebar-wrapper .widget-item:last-child {
	margin-bottom: 0;
}

.inner-widget-item {
	overflow: hidden;
}

.widget-item:last-child .inner-widget-item {
	border: 0;
}


/***** Contact Page *****/
#success, 
#error {
	display: none;
}


/***** Investor Relations *****/
.stock-style {
	display: block;
	line-height: 1.2;
}

.stock-price {
	color: #3b3b3b;
	font-size: 40px;
}

.stock-price.price-up {
	color: #8AC984;
	font-size: 25px;
}

.stock-volume {
	color: #666;
	font-size: 25px;
}

.stock-symbol {
	color: #444;
	font-size: 25px;
}





/* #Elements
================================================== */
/***** Blog Element *****/
#content-container .blog-element .row {
	margin-bottom: 30px;
}

#content-container .blog-element-thumbnail {
	margin-bottom: 20px;
}

#content-container .blog-element-thumbnail > a.image-link {
	display: block;
}

.blog-element-thumbnail img {
	height: auto;
	width: 100%;
}

#content-container .blog-element-title {
	font-size: 16px;
	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;
}

#content-container .blog-element-title a:hover {
	color: #e13a3a;
}

.blog-element-meta {
	line-height: 1.5;
	margin-top: -5px;
	margin-bottom: 12px;
}

.blog-element-date {
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-top: 0;
}

.blog-element-date:after {
	content: ' / ';
}

#content-container .blog-element-comments {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}

#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;
	margin-bottom: 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 & Testimonial *****/
#content-container blockquote {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px 20px;
	padding: 15px 30px;
}

#root-container #content-container blockquote p,
#content-container #sidebar-wrapper blockquote p,
#root-container #footer-content blockquote p {
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 0;
}

#content-container blockquote.left,
#content-container blockquote.right {
	padding: 12px 20px;
	width: 30%;
}

#content-container blockquote.left {
	padding-left: 0;
}

#content-container blockquote.right {
	padding-right: 0;
}

#content-container blockquote cite,
#content-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	color: #e13a3a;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 18px;
}

#content-container blockquote cite:before {
	content: "\2014 \0020";
}

/*** Testimonial ***/
.uxb-tmnl-testimonial-wrapper * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uxb-tmnl-testimonial-wrapper {
	height: 280px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	width: 100%;
}

.uxb-tmnl-testimonial-list {
	width: 100%;
}

.uxb-tmnl-testimonial-item {
	float: left; /* this can prevent the element stacking up */
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 5px solid #f1f1f1;
	box-sizing: border-box;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 2;
	width: 175px;
	height: 175px;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	border-radius: 0.8em;
	padding: 10px 0 45px 170px;
	margin: 45px 0 0 45px;
	min-height: 200px;
	z-index: 1;
}

#sidebar-wrapper .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper,
#footer-content .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	min-height: 100px;
}

#content-container .uxb-tmnl-testimonial-item blockquote {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-cite {
}

.uxb-tmnl-testimonial-item .uxb-tmnl-cite:before {
	content: "\2014 \0020";
}

.uxb-tmnl-testimonial-bullets {
	position: absolute;
	top: 16px;
	right: 11px;
	z-index: 1;
}

.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-testimonial-bullets {
	top: 0;
}

.uxb-tmnl-testimonial-bullets a {
	background: #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	font-weight: normal;
	margin: 0 3px;
	height: 15px;
	width: 15px;
	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;
}

.uxb-tmnl-testimonial-bullets a:hover {
	background: #ccc;
}

.uxb-tmnl-testimonial-bullets a.selected {
	background: #8e8e8e;
}

/* Testimonials widget in sidebar and footer */
#sidebar-wrapper .uxb-tmnl-blockquote-wrapper,
#footer-content .uxb-tmnl-blockquote-wrapper {
	padding: 0;
}
#content-container #sidebar-wrapper .widget .uxb-tmnl-testimonial-item .uxb-tmnl-cite,
#footer-content .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	color: #e13a3a;
	font-size: 13px;
	margin-bottom: 0;
}

#content-container #sidebar-wrapper .uxb-tmnl-testimonial-bullets a,
#footer-content .uxb-tmnl-testimonial-bullets a {
	margin: 0 2px;
	height: 12px;
	width: 12px;
}

#content-container #sidebar-wrapper .uxb-tmnl-testimonial-bullets a.selected {
}

#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;
}

#root-container #footer-content .widget.uxb-tmnl-testimonial-wrapper blockquote p {
	font-size: 16px !important;
}
#footer-content .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	font-size: 14px;
	font-weight: bold;
}


/* For style 2 */
.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-blockquote-wrapper {
	background: none;
	margin: 30px 0 25px 0;
	padding: 10px 20px 20px;
}

.uxb-tmnl-testimonial-wrapper.style2.left {
	float: left;
	margin-left: 0;
	margin-right: 25px;
}

.uxb-tmnl-testimonial-wrapper.style2.right {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}

.uxb-tmnl-testimonial-wrapper.style2.left .uxb-tmnl-testimonial-bullets {
	left: 11px;
	right: auto;
}

/***** Image *****/
.image-element,
#root-container .wpb_single_image {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

#root-container .wpb_single_image .vc_figure .vc_single_image-wrapper {
	margin-bottom: 0;
}

.columns .image-element:last-child {
	margin-bottom: 0;
}

.circle-shape {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

.image-element img {
}

.image-element .image-caption-wrapper,
#root-container .wpb_single_image .vc_figure-caption {
	position: absolute;
	right: 15px;
	bottom: 15px;
	max-width: 95%;
}

.image-element .image-link .image-caption-wrapper {
	right: auto;
	left: 15px;
	bottom: 15px;
}

.image-element .image-caption,
#root-container .wpb_single_image .vc_figure-caption {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.6);
	color: #2d2d2d;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 30px;
}

#root-container a.image-link,
#root-container a.image-box {
	/* display: inline-block;
	max-width: 100%;
	position: relative; */
}

#root-container a.image-link > img.BWFilter.BWfade,
#root-container a.image-box > img.BWFilter.BWfade,
#root-container .uxb-port-element-item > img.BWFilter.BWfade {
	top: 0 !important; /* to override the BW JS to always stick at the top to fix a glitch (happen sometimes) */
}


.image-hover-border {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.5);
	border-bottom: 2px solid #e13a3a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .18s ease-in-out;
	-o-transition: all .18s ease-in-out;
	-moz-transition: all .18s ease-in-out;
	-webkit-transition: all .18s ease-in-out;
}

#root-container a.image-link:hover .image-hover-border,
#root-container a.image-box:hover .image-hover-border,
#root-container .uxb-port-element-item:hover .image-hover-border,
#root-container .wpb_single_image .wpb_wrapper > a:hover .image-hover-border {
	opacity: 1;
}

#root-container a.image-link img,
#root-container a.image-box img {
	display: block;
	margin-bottom: 0;
	/* For fixing contained image movement on hovered when using with "transition" */
	/* (commented because it conflicts with black-and-white JS somehow...) */
	/*-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);*/
}

#root-container a.image-link:hover img,
#root-container a.image-box:hover img {
	/*opacity: .5;*/
}

#root-container .image-hover-icon {
	color: #3b3b3b;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 12px 15px;
	text-align: center;
	transition: all .12s ease-in-out;
	-o-transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-webkit-transition: all .12s ease-in-out;
	z-index: 2;
}

#root-container .image-hover-icon i {
	font-size: 26px;
	height: auto;
	line-height: 1;
	margin: 0;
	vertical-align: middle;
	width: auto;
}

#root-container a.image-link:hover .image-hover-icon,
#root-container a.image-box:hover .image-hover-icon,
#root-container .uxb-port-element-item:hover .image-hover-icon,
#root-container .wpb_single_image .wpb_wrapper > a:hover .image-hover-icon {
	background: #e13a3a;
	color: #fff;
}

/* Inside tab, accordion, toggle content */
.section-container .vc_single_image img,
.ui-accordion-content .vc_single_image img {
	width: auto;
}



.wpb_raw_code.wpb_content_element.wpb_raw_html {
	margin: 0;
}

/***** Button *****/
/* Fixed VC bug when using with icon in a button */
/* #root-container .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 20px;
}
#root-container .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 20px;
} */

#root-container .button,
#root-container .wpb_button_a .wpb_button,
#root-container .vc_btn3[class*="theme-default"] {
	background: none;
	border: 1px solid #d8d8d8;
	border-bottom-color: #555;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3b3b3b !important;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	transition: all .12s ease-in-out;
   -moz-transition: all .12s ease-in-out;
   -webkit-transition: all .12s ease-in-out;
   -o-transition: all .12s ease-in-out;
   text-shadow: none;
   border-radius: 0;
}

#root-container .wpb_button_a .wpb_button,
#root-container .button,
#root-container .vc_btn3 {
	font-family: inherit;
	line-height: inherit;
	margin-bottom: 12px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0.7142857142857143em 1.071428571428571em;
}

#root-container .button:last-child {
	/*margin-bottom: 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;
	/*padding: 8px 12px;*/
}

#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;
	/*padding: 10px 14px;*/
}

#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;
	padding: 1em 1.4em;
	/*padding: 15px 28px;*/
}

#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-bottom-color: #d8d8d8;
	border-radius: 1000px;
}

#root-container .button:hover,
#root-container .wpb_button_a .wpb_button:hover,
#root-container .vc_btn3[class*="theme-default"]:hover {
	background: #e13a3a;
	border-color: transparent;
	color: #fff !important;
}

#root-container .button.custom {
	border-color: transparent !important;
	color: #fff !important;
	transition: all .12s ease-in-out;
   -moz-transition: all .12s ease-in-out;
   -webkit-transition: all .12s ease-in-out;
   -o-transition: all .12s ease-in-out;
}

.button.custom:hover {
	/*color: #fff !important;*/
	opacity: 0.8;
	/*text-decoration: underline;*/
}

#root-container  .button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#root-container .button i,
#root-container .vc_btn3 .vc_btn3-icon {
	display: inline;
	font-size: inherit;
	height: auto;
	line-height: 1;
	margin-right: 4px;
	position: static;
	vertical-align: top;
}

#root-container .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	margin: 0 0 0 4px;
}

/***** Icon *****/
.icon-shortcode,
i.uxb-icon {
	display: block;
	line-height: 1;
	margin: 15px auto;
}

i.uxb-icon.icon {
	height: auto;
	margin: 0;
	width: auto;
}

.icon-shortcode.large,
i.uxb-icon.large {
	font-size: 60px;
}

.icon-shortcode.float-left,
i.uxb-icon.float-left {
	float: left;
	margin: 0 12px 0 0;
}

.icon-shortcode.float-right,
i.uxb-icon.float-right {
	float: right;
	margin: 0 0 0 12px;
}

/*** WP: For Heading element of UXBARN VC Extension plugin ***/
/* This will also override strange styling of i.icon from VC ... */
.uxb-heading i.icon {
	height: auto;
	width: auto;
	margin-right: 0.5em !important;
	margin-bottom: 3px;
	vertical-align: middle;
}

/***** 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%;
}

/*embed {
	height: auto;
}*/



/***** Gallery *****/
.gallery-wrapper,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul {
	margin: 0;
	text-align: center;
}

.gallery-wrapper *,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul * {
	box-sizing: border-box;
}

.gallery-wrapper .gallery-item,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul li {
	background: #fff;
	display: inline-block;
	margin: 0 1.4% 2.941176470588236%; /* ~15px (1500/1020) */
	width: 22.1%;
	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);
	
	vertical-align: top;
}

.gallery-wrapper.circle .gallery-item,
.gallery-wrapper.circle .gallery-item a,
.gallery-wrapper.circle .gallery-item img,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul li,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a,
.wpb_gallery.circle .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

#content-container .gallery-wrapper .gallery-item a,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a {
	background: none;
	display: block;
}

#content-container .gallery-wrapper .gallery-item img,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul img {
	opacity: 1;
	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 .gallery-wrapper .gallery-item a:hover img,
#root-container .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul a:hover img {
	opacity: 0.5;
}

#content-container .gallery-wrapper .gallery-item .image-caption {
	font-size: 13px;
	margin-top: 10px;
}


/***** WP Gallery *****/

/* 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;
}


/***** Image Slider *****/
.image-slider-root-container,
.image-slider-root-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.image-slider-root-container {
	/*background-color: #222;*/
	position: relative;
}

/* 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;
	z-index: 99;
}

.flex-control-nav li,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-control-nav li {
	margin: 0 3px !important;
}

.flex-control-paging li a {
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 15px;
	height: 15px;
}

.flex-control-paging li a:hover {
	background: #ccc;
}

.flex-control-paging li a.flex-active {
	background: #8e8e8e;
}


.image-slider-wrapper,
.wpb_gallery_slides.wpb_flexslider {
	background: url('images/loading-s.gif') no-repeat center;
	min-height: 100px; /* init height */
	margin-bottom: 35px;
	/*overflow: hidden;*/
	text-align: center;
	transition: opacity .18s ease-in-out;
   -moz-transition: opacity .18s ease-in-out;
   -webkit-transition: opacity .18s ease-in-out;
   -o-transition: opacity .18s ease-in-out;
}



#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 {
	list-style: none;
	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 {
	height: auto !important;
	margin: auto;
	width: auto;
}

#root-container .image-slider-item a {
	border: 0 !important;
	display: block;
}

.image-slider-item .image-caption-wrapper {
	position: absolute;
	right: 15px;
	bottom: 15px;
	max-width: 95%;
}

.image-slider-item .image-caption {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.6);
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #2d2d2d;
	display: inline-block;
	font-size: 13px;
	padding: 7px 30px;
	text-align: left;
	width: auto;
}

.image-slider-item .image-caption-wrapper.center-aligned {
	width: 100%;
}

.image-slider-item .image-caption-wrapper.center-aligned,
.image-slider-item .image-caption-wrapper.center-aligned .image-caption {
	text-align: center;
}

.slider-controller,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.7);
	border: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666 !important;
	display: block; /* initial display */
	font-family: 'Ionicons';
	font-size: 20px;
	line-height: 1;
	margin-top: -25px;
	/*opacity: 0;*/
	padding: 10px 17px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	z-index: 2;
	transition: color .18s ease-in-out, background-color .18s ease-in-out !important;
   -moz-transition: color .18s ease-in-out, background-color .18s ease-in-out !important;
   -webkit-transition: color .18s ease-in-out, background-color .18s ease-in-out !important;
   -o-transition: color .18s ease-in-out, background-color .18s ease-in-out !important;
}

.slider-controller {
	opacity: 0;
}

#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a:before {
	font-family: 'Ionicons';
	font-size: 20px;
	line-height: 1;
	margin-bottom: 9999px; /* to push down "Next" and "Previous" text in the nav buttons */
}

.slider-prev,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-prev {
	left: 15px;
}

#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-prev:before {
	content: '\f3d2';
}

.slider-next,
#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-next {
	right: 15px;
}

#root-container .wpb_gallery_slides.wpb_flexslider  .flex-direction-nav a.flex-next:before {
	content: '\f3d3';
}

.slider-controller:hover,
#root-container .wpb_gallery_slides .flex-direction-nav a:hover {
	background: rgba(255,255,255,.8);
	color: #222;
}

/***** Google Maps *****/
.google-map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #efefef;
    height: 200px;
}

.google-map a {
}

.google-map img {
	max-width: none;
}

/***** Accordion *****/
.accordion {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px; /* initial height, reset after loaded */
	opacity: 0;
	visibility: hidden;
}

.ui-accordion { 
	width: 100%;
	/*border-bottom: 1px solid #888;*/
	font-size: 100%;
	line-height: 100%;
}

#content-container .ui-accordion .ui-accordion-header { 
	background: #fcfcfc;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: -1px;
	overflow: hidden;
	padding: 3px 5px;
}

#content-container .ui-accordion-header.ui-state-active {
	background: none;
	border-color: #b8b8b8;
	border-width: 1px;
	border-style: solid;
	border-left: 3px solid #e13a3a;
}

.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 {
	color: #999;
	float: left;
	font-weight: normal;
	padding: 10px 15px;
	text-decoration: none;
}

#content-container .ui-accordion .ui-accordion-header:hover a {
	color: #222;
}

#content-container .ui-accordion .ui-accordion-header.ui-state-active a {
	color: #3b3b3b;
	font-weight: bold;
}

.ui-accordion .ui-accordion-content {
	/* border-top: 0; 
	position: relative; 
	overflow: auto; 
	display: none; 
	zoom: 1; 
	color: inherit;
	border: none; */
}

#root-container .ui-accordion .ui-accordion-content {
	padding: 25px; 
}

.ui-accordion .ui-accordion-content p {
}

.ui-accordion .ui-accordion-content-active { 
	display: block; 
}

.toggle {
	opacity: 0;
	visibility: hidden;
}

.ui-accordion,
.ui-accordion.toggle {
	margin-bottom: 15px;
}

.ui-icon, 
.ui-accordion-header-icon {
	width: 25px;
	height: 25px;
	margin: 4px 0 0 15px;
	float: left;
	opacity: 0.4;
}

.ui-icon-triangle-1-e,
.ui-accordion-header-icon {
	display: none;
	/*background: url('images/plus.png') left center no-repeat;*/
}


.ui-icon-triangle-1-s,
.ui-accordion-header-icon-active {
	display: none;
	/*background: url('images/minus.png') left center no-repeat;*/
}


/**** 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: #fcfcfc;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#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: #b8b8b8;
	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: #fff;
	color: #333;
	font-weight: bold;
}

#root-container .vc_tta-accordion.vc_tta-style-theme-default .vc_tta-panel-body {
	border: 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;
}

#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;
	background: #fff;
	transition: background-color .18s ease;
	-moz-transition: background-color .18s ease;
	-webkit-transition: background-color .18s ease;
	-o-transition: background-color .18s ease;
}

.section-container.auto > section > .title:hover, 
.section-container.auto > .section > .title:hover {
	background: none;
}

/* 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: #fff;
	border: 1px solid #cccccc;
	border-right-width: 0;
	color: #999 !important;
	display: block;
	font-size: inherit;
	font-weight: normal !important;
	line-height: 1.5;
	padding: 20px 18px;
	text-decoration: none;
}

#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 {
	color: #3b3b3b !important;
}

.section-container.auto > section:last-child .title, 
.section-container.auto > .section:last-child .title {
	border-right-color: #dfdfdf;
}

/* Active tab */
.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,
.section-container.vertical-tabs > section.active > .title a, 
.section-container.vertical-tabs > .section.active > .title a,
#root-container .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	color: #111 !important;
	background: #fff !important;
	border-color: #dfdfdf;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e13a3a;
	border-bottom-color: transparent;
	text-decoration: none;
}

/* 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-color: #dfdfdf;
	border: 1px solid #dfdfdf;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow: hidden;*/
	margin-top: -1px;
	padding: 30px;
	/*width: 100%;*/
	z-index: 2; /* to avoid overlaying the menu */
}

#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: #333 !important;
	border: 1px solid #666 !important;
	margin-top: 18px;*/
}

.section-container.vertical-tabs > section:last-child > .title,
.section-container.vertical-tabs > .section:last-child > .title {
	border-bottom: 1px solid #dfdfdf !important;
}

.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 {
	border-top-color: #cccccc;
	border-left-color: #e13a3a;
}

#root-container .wpb_content_element.wpb_tour .wpb_tabs_nav li.ui-tabs-active:last-child a {
	border-bottom-color: #ccc;
}

.section-container.vertical-tabs > section > .title, 
.section-container.vertical-tabs > .section > .title {
}

.section-container.vertical-tabs  > section > .title:hover, 
.section-container.vertical-tabs  > .section > .title:hover {
	/*background: #222;*/
}

.section-container.vertical-tabs > section:first-child > .title,
.section-container.vertical-tabs > .section:first-child > .title {
	border-top: 0 !important;
}

.section-container.vertical-tabs > section .content, 
.section-container.vertical-tabs > .section .content {
	margin-left: -1px;	
}

.section-container.vertical-tabs > section > .title a, 
.section-container.vertical-tabs > .section > .title a {
	white-space: normal;
}




/**** 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: #fff;
	border: 1px solid #dedede;
	border-radius: 0;
	color: #888;
	font-weight: normal;
	line-height: 1.4;
	padding: 15px 20px;
}



/* Start Block: 
/* For Tabs: These will display on resolution <= 767px. Normally they are hidden on normal resolution. */
/* For Accordion: Normal styling */
#root-container .vc_tta-style-theme-default .vc_tta-panels-container .vc_tta-panel-heading {
	border: 0;
	margin: 0 0 -1px;
}

#root-container .vc_tta-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-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 {
	border-top: 1px solid #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 {
	border-top: 1px solid #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: 1px solid #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: -1px;
}

#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-panel-body {
	margin-top: 0;
	margin-right: -1px;
}

#root-container .uxb-tabs.vertical-tabs .tab-items {
	float: left;
	width: 25%;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li {
	width: 100%;
	white-space: normal;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab a {
	border-bottom-width: 0;
	width: 100%;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li.ui-state-active a,
#root-container .vc_tta-style-theme-default.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	border-top: 1px solid #dedede;
	border-left: 1px solid #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 ******/
#root-container .vc_message_box h1,
#root-container .vc_message_box h2,
#root-container .vc_message_box h3,
#root-container .vc_message_box h4,
#root-container .vc_message_box h5,
#root-container .vc_message_box h6,
#root-container .vc_message_box strong,
#root-container .vc_message_box p {
	color: inherit;
}

.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: 15px 20px;
}

.box .close {
	border: 0 !important;
	font-family: Tahoma, sans-serif;
	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; 
	text-decoration: none;
}

.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; 
}

#content-container .box.success *,
#content-container .box.success p {
	color: #37834E; 
}

.box.error {
	background-color: #FDE7E7;
	color: #D1525D; 
}

#content-container .box.error *,
#content-container .box.error p {
	color: #D1525D; 
}

.box.info {
	background-color: #DEEDFF;
	color: #3275BD; 
}

#content-container .box.info *,
#content-container .box.info p {
	color: #3275BD; 
}

.box.warning {
	background-color: #FCEAD3;
	color: #B8752D; 
}

#content-container .box.warning *,
#content-container .box.warning p {
	color: #B8752D; 
}

.box strong.title {
	color: inherit;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 12px;
}

#content-container .box p {
	margin-bottom: 12px;
}

.box p:last-child {
	margin-bottom: 0 !important;
}

/***** CTA Box *****/
.cta-box,
#root-container .wpb_call_to_action,
#root-container .vc_cta3-style-theme-default {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	margin: 25px 0;
	overflow: hidden;
	position: relative;
	padding: 40px 30px;
}

.cta-box.bottom-line,
#root-container .vc_cta3.bottom-line {
	border-bottom-color: #e13a3a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.cta-box.top-line,
#root-container .vc_cta3.top-line {
	border-top-color: #e13a3a;
	border-top-width: 1px;
	border-top-style: solid;
}

.cta-box.left-line,
#root-container .vc_cta3.left-line {
	border-left-color: #e13a3a;
	border-left-width: 1px;
	border-left-style: solid;
}

.cta-box.right-line,
#root-container .vc_cta3.right-line {
	border-right-color: #e13a3a;
	border-right-width: 1px;
	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 {
}

.cta-box-content.full-width {
	margin-right: 0;
}

.cta-box-content {
	margin-bottom: 0;
}

.cta-box-content p:last-of-type {
	margin-bottom: 0 !important;
}

.cta-box-button .button {
	margin: 0;
}

#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: 5%;
	top: 50%;
}

.cta-box-button.bottom {
	margin-top: 25px;
	position: static;
	text-align: center;
}

.cta-box-button.right.large {
	margin-top: -25px;
}

.cta-box-button.right.small {
	margin-top: -12px;
}

.cta-box-button.right.tiny {
	margin-top: -9px;
}

/***** Progress Bar & Pie *****/
.progress-bar,
#root-container .vc_progress_bar .vc_single_bar {
	/* border-bottom: 1px solid #888; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fafafa;
	height: 15px;
	margin: 40px 0;
	/* padding: 3px 0; */
	position: relative;
	-moz-box-shadow: 5px 5px 0 0 rgba(68,68,68,0.1);
	-webkit-box-shadow: 5px 5px 0 0 rgba(68,68,68,0.1);
	box-shadow: 5px 5px 0 0 rgba(68,68,68,0.1);
	border-radius: 0;
}

.progress-bar .bar-label,
#root-container .vc_progress_bar .vc_single_bar .vc_label {
	color: #3b3b3b;
	font-size: 10px;
	/* letter-spacing: 1px; */
	line-height: 1;
	position: absolute;
	left: 0;
	top: -15px;
	text-transform: uppercase;
	text-shadow: none;
	padding: 0;
}

.progress-bar .bar-meter,
#root-container .vc_progress_bar .vc_single_bar .vc_bar {
	display: block;
	height: 100%;
	width: 0; /* init width */
	/* margin-top: 20px; */

	border-radius: 0;
}

.wpb_pie_chart_heading {
	margin-top: 15px;
}



span.custom-icon-w-text {
	display: block;
	line-height: 1.8;
	margin-left: 12px;
}

#content-wrapper .text-with-icon {
	margin-bottom: 10px !important;
}
#content-wrapper .text-with-icon p {
	line-height: 1.5;
	margin-bottom: 0;
}

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: 1.4em;
}

/***** Dropcap *****/
span.uxb-dropcap {
	color: #e13a3a;
	float: left;
	font-size: 24px;
	font-weight: 600 !important;
	margin: 3px 8px 3px 0;
	padding: 6px 13px;
	text-transform: uppercase;
}

span.uxb-dropcap.dark {
	background: #868484;
	color: #fff;
}

span.uxb-dropcap.light {
	background: #EBE9E9;
	color: #333 !important;
}

span.uxb-dropcap.simple {
	color: #fff;
	padding-top: 0;
	padding-right: 7px;
	padding-left: 0;
}



/***** Highlight *****/
span.uxb-highlight {
	background: #fcda1c;
	border-radius: 3px;
	color: #333;
	padding: 1px 7px;
}

span.uxb-highlight.dark {
	background: #868484;
	color: #fff;
}

span.uxb-highlight.light {
	background: #EBE9E9;
	color: #111 !important;
}

/***** Divider *****/
hr.uxb-divider.divider {
	border: 0;
	border-top: 1px solid #d8d8d8;
	/*margin: 20px 0;*/
}

hr.uxb-divider.divider.thin {
	border-color: #ddd;
}

hr.uxb-divider.divider.light {
	border-color: #EBE9E9;
	border-top-width: 2px;
}

hr.uxb-divider.divider.bold {
	border-color: #868484;
	border-top-width: 2px;
}

hr.uxb-divider.divider.dashed {
	border-style: dashed;
}

hr.uxb-divider.divider.dotted {
	background: url('images/hr-dotted.png') repeat;
	border: 0;
	height: 10px;
	opacity: .2;
}

.search-element {
	margin-bottom: 30px;
}





/* #Widgets and Plugins
================================================== */
/***** VC *****/
#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: -16px;
}

#root-container .vc_images_carousel .vc_carousel-control .icon-prev:before {
	font-family: 'Ionicons';
	content: '\f3d2';
	font-size: 16px;
	top: -16px;
}

/*** VC Charts ***/
#root-container .vc_chart-legend,
#root-container .vc_chart-legend li {
	margin: 0;
	padding: 0;
}

/*** VC Post Grid ***/
/*** VC Post Grid & Post Masonry Grid ***/
.grid-theme-default .vc-grid-block {
	margin-bottom: 10px;
}

#content-container .grid-theme-default .vc-grid-title * {
	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;
}

/*** VC Icon ***/
#root-container .vc_icon_element {
	/*margin-bottom: 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;
}

.vc_single_image { display: block; }

ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
.wpb_button {
	margin-bottom: 0 !important;
}

#root-container .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}



/***** Contact widget *****/
ul.contact li {
	line-height: 1.7;
}

/***** Contact widget *****/
ul.contact li {
	line-height: 22px; /* same as footer's p */
}

.contact-info-widget-logo {
	margin-bottom: 15px;
}

.contact-info-widget .contact-details span {
	display: block;
	line-height: 1.8;
}


/***** Posts widget *****/
#root-container .posts-widget ul,
#root-container .widget_recent_entries ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

#root-container .posts-widget li,
#root-container .widget_recent_entries li {
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: hidden;
}

#root-container .widget_recent_entries li {
	margin-bottom: 15px;
}

#root-container .posts-widget li:last-child,
#root-container .widget_recent_entries li:last-child {
	margin-bottom: 0;
}

.posts-widget .post-thumbnail {
	float: left;
}

.posts-widget .post-title {
	margin-bottom: 18px;
	margin-left: 72px;
}

#root-container .posts-widget li:last-child .post-title {
	margin-bottom: 0;
}

.posts-widget .post-title.no-thumbnail {
	margin-left: 0;
}

.posts-widget .date,
#root-container .widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

/***** Category widget *****/
#content-container .category-widget ul {
	margin-bottom: 0;
}

#content-container .category-widget li {
	margin-bottom: 10px;
}

/***** Tags widget *****/
.tags-widget li {
	display: inline-block;
	margin: 0 4px 12px 0;
}

#footer-content .tags-widget a {
	border: 1px solid #d8d8d8;
	color: #3b3b3b;
	display: inline-block;
	font-weight: normal;
	padding: 10px 15px;
	border-bottom-color: #555;
	transition: all .12s ease-in-out;
   -moz-transition: all .12s ease-in-out;
   -webkit-transition: all .12s ease-in-out;
   -o-transition: all .12s ease-in-out;
}

#footer-content .tags-widget a:hover {
	background: #e13a3a;
	border-color: transparent;
	color: #fff;
	/*border-bottom-color: #e13a3a;
	color: #e13a3a;*/
}

/***** Flickr Widget *****/
#root-container .flickr_badge_image {
	/*float: left;*/
	display: inline-block;
	margin: 2px;
	width: auto;
	height: auto;
}

#root-container .flickr_badge_image img {
	width: 65px;
}

#root-container .flickr_badge_image a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid transparent;
	display: inline-block;
}

#root-container .flickr_badge_image a:hover {
	border-color: #e13a3a;
}


/***** Validation Engine Plugin *****/
.formError .formErrorArrow div {
	background: #e13a3a;
	border: 0;
}

.formError .formErrorContent {
	background: #e13a3a;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 170px;
	font-size: 12px;
}


/***** Contact Form 7 *****/
#content-container .wpcf7-response-output {
	/*line-height: 1.5;*/
	margin: 20px 0;
	padding: 20px 25px;
}

#content-container .wpcf7-mail-sent-ok {
	background-color: #D4FAD9;
	border: 0;
	color: #37834E; 
}

#content-container .wpcf7-validation-errors {
	background-color: #FDE7E7;
	border: 0;
	color: #D1525D; 
}

span.wpcf7-form-control-wrap {
	display: block;
}

#content-container .wpcf7-not-valid-tip {
	background: #FDE7E7;
	border: 0;
	padding: 5px;
	color: #D1525D;
	left: 0;
	top: 20px;
	margin-top: -12px;
}

#content-container .wpcf7-form-control.wpcf7-textarea {
	height: 120px;
}

#content-container .wpcf7 p {
	margin-bottom: 20px;
}

#content-container .wpcf7 select {
	/*height: 2.3125em;*/
	padding: 5px;
}

.wpcf7-fixed-txb {
	max-width: 250px;
}

.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: inherit; /* 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;
}


/***** Revolution Slider *****/
#content-wrapper .rev_slider > ul {
	margin-left: 0;
}



/***** WPML *****/
#wpml-language-selector {
	margin-bottom: 10px;
	position: absolute;
	z-index: 50;
	right: 120px;
	top: 20px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	padding: 7px 7px 2px;
}

#wpml-language-selector.mobile-mode {
	position: absolute;
	right: 30px;
}

#wpml-language-selector.mobile-mode #lang_sel a {
	width: 100%;
	display: block;
	padding-right: 0;
}

#lang_sel_list,
#wpml-language-selector #lang_sel,
#wpml-language-selector #lang_sel_click {
	text-align: left;
	height: auto;
}

#lang_sel_list a {
	font-weight: normal;
}

#lang_sel_list.lang_sel_list_horizontal li {
	margin-left: 0 !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: #fff;
}

#root-container #lang_sel a {
	color: #333 !important;
	font-weight: normal;
	border-bottom: 1px solid #CDCDCD;
}

#footer-content #lang_sel {
	height: 80px;
}


/* #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 45px;
	max-width: none;
}

.row .row {
	margin-bottom: 45px;
}

#content-wrapper > .row:last-child,
#content-wrapper > .row .row:last-child {
	margin-bottom: 0;
}

.columns {
	padding: 0 14.5px;
}

.columns:first-child {
	/*padding-left: 0;*/
}

.columns:last-child {
	/*padding-right: 0;*/
}

.button {
	/*background: #1B83BE;*/
	font-weight: normal;
}

.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"],
input[type="submit"],
textarea,
#root-container .input-text {
	background: #fff;
	border: 1px solid #959595;
	color: #868686;
	font-size: 13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
}

input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus,
#root-container .input-text:focus {
	background: #fff;
	border-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

select, select:hover {
	border: 1px solid #BEBEBE;
}

input[type=text].search-field {
	font-size: 16px;
}

select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	color: inherit;
	font-family: inherit;
	padding: 0.4em;
}

.prefix, 
.postfix {
	font-size: inherit;
}


/* Override the "float" property from the default Foundation */
#root-container [class*="column"] + [class*="column"]:last-child { 
	float: left;
}

/* 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: #222;
	color: #fff;
}

::selection {
	background: #222;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #aaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #aaa;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #aaa;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #aaa;
}

/* 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; 
	} 
	
	#main-menu a.active:before,
	#main-menu a.active:after {
		letter-spacing: 0;
	}
	
	#main-menu a.active:before {
		padding-right: 5px;
	}
	
	#blog-list-wrapper .blog-meta li:after {
		letter-spacing: 0;
	}
	
}

/* 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;
}




/***** Retina *****/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	#header-slider-container {
		background: url('images/loading@2x.gif') no-repeat center center;
		background-size: 42px 42px;
	}
	
	.uxb-port-loading-text {
		background: #fafafa url('images/loading-s@2x.gif') no-repeat 50% 35%;
		background-size: 24px 24px;
	}
	
	.image-slider-wrapper {
		background: url('images/loading-s@2x.gif') no-repeat center;
		background-size: 24px 24px;
	}
	
}
