/*
 * Lowel - The Modern HTML Template
 * By UXbarn
 * Themeforest Profile: http://themeforest.net/user/UXbarn?ref=UXbarn
 * Demo URL: http://themes.uxbarn.com/redirect.php?theme=lowel_html
 * Created: Nov 21, 2015
 * Version: 1.0.0
 */



/* Table of Content
 ==================================================
 #General Styles
 #Page Structure
 #Blog Page
 #Elements
 #Widgets and Plugins
 #Custom CSS of Foundation Framework



/* #General Styles
================================================== */
*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	background-color: #21261F;
	/*background-image: url(../images/bg/101f9136.png);*/
	background-attachment: fixed;
	font-family: 'Inconsolata', sans-serif;
	font-size: 15px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	color: #3f413e;
	/*font-family: 'Anonymous Pro', sans-serif;*/
	/*font-weight: 700;*/
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.7em;
	text-transform: uppercase;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}

.lowercase {
	letter-spacing: 0;
	text-transform: none;
}

.light {
	color: #999;
}

p {
	margin-bottom: 1em;
}

label {
	font-size: 0.875em;
	color: inherit;
}

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;
}

/* List Item */
ul,
ol {
	list-style: square;
	margin-bottom: 1.470588235294118em; /* 25/17 */
	margin-left: 1.133333333333333em; /* 15/17 */
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.7;
	margin-left: 1.058823529411765em; /* 18/17 */
	margin-bottom: 0.7058823529411765em; /* 12/17 */
	margin-top: 0.7058823529411765em;
}

li:last-child {
	margin-bottom: 0;
}

/***** Table Styles *****/
table {
	border: 1px solid #e7e7e7;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}

table th, table td {
	border: 1px solid #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;
}

hr,
.uxb-divider {
	border: 0;
	border-top: 1px solid #ddd;
}


/* Some solid colors */
#root-container .solid-green,
#root-container .bar_green { /* VC progress bar color */
	background: #71BB6D !important;
}

#root-container .solid-red,
#root-container .bar_red { /* VC progress bar color */
	background: #E66F66 !important;
}

#root-container .solid-yellow {
	background: #F9C445 !important;/*#FAB336 !important;*/
	color: #000 !important;
}

#root-container .solid-blue,
#root-container .bar_blue { /* VC progress bar color */
	background: #4F84C7 !important;
}

#root-container .solid-gray,
#root-container .bar_grey { /* VC progress bar color */
	background: #A2A2A2 !important;
}

#root-container .solid-gold {
	background: #C5AE87 !important;
}

#root-container .solid-pink {
	background: #EB9FCF !important;
}

#root-container .solid-purple {
	background: #9D75C2 !important;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.filled-bg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.col-center * {
	text-align: center !important;
}

.no-margin-bottom,
.wpb_text_column.no-margin-bottom p {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.extra-margin-bottom {
	margin-bottom: 70px !important;
}

.extra-margin-top {
	margin-top: 50px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.normal-align-left {
	text-align: left;
}

.normal-align-right {
	text-align: right;
}

.normal-align-center,
.center {
	text-align: center;
}

.display-block {
	display: block !important;
}

.uppercase {
	text-transform: uppercase;
}

/* the-studio */
.icon-style5 {
	color: #8CC7BE;
	font-size: 80px; 
}

.icon-style6 {
	color: #8DB4DF;
	font-size: 80px; 
}

.icon-style7 {
	color: #D47593;
	font-size: 80px; 
}

.icon-style8 {
	color: #B3D379;
	font-size: 80px; 
}

.icon-style9 {
	color: #C7BFBF;
	font-size: 80px; 
}



/* #Page Structure
================================================== */
#root-container {
	/* --------------- ADD WIDTH 100% @12/08/24 ----------- */
	width: 100%;
	/* max-width: 1900px; */
}

#header-container {
	background: #eee url(../images/loading.gif) top 50px right 50px no-repeat;
	background-size: 25px 25px;
	height: 900px;
	position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#header-container {
		background-image: url(../images/loading@2x.gif);
		background-size: 25px 25px;
	}
}

.header-small #page-slider-caption-box {
    top: 0;
}

.header-small #page-slider-nav {
    top: 33.33%;
}


/* This dummy is the base that is used for calculating the values for related elements in the design. The calculation is in the lowel.js file. */
#slider-base-height {
	position: absolute;
	height: 100%;
	width: 100%;
	/*z-index: -1;*/
	left: 0;
	top: 0;
}

.square-cell {
	min-height: 33.3333%;
	width: 20%;
}

#logo-container {
	background-color: #fff;
	display: table;
	height: 33.3333%;
	position: absolute;
	text-align: center;
	z-index: 100;
}

#logo {
	display: table-cell;
	vertical-align: middle;
}

#logo > a {
	display: inline-block;
}

#logo-container h1 img {
}

#logo-container h1 span {
	display: none;
}

#tagline {
	color: #404040;
	font-size: 18px;
	margin-top: 1.67%; /* 20 divided by 300 width of its cell */
	margin-bottom: 0;
}

#taglinebig {
	color: #404040;
	font-size: 22px;
	margin-top: 1.67%; /* 20 divided by 300 width of its cell */
	margin-bottom: 0;
}



/***** Page Slider *****/
#page-slider-container {
	height: 100%;
	overflow: hidden;
	position: relative;
}

#page-slider {
	height: 100%;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	z-index: 0;
}

#page-slider-container,
#page-slider,
#page-slider .page-slider-item {
	width: 100%;
}

.parallax-mirror,
.parallax-mirror img {
	/* left: 0 !important;
	width: 100% !important; */
}

#page-slider .slide-caption {
	display: none;
}

#page-slider-caption-box {
	background-color: rgb(33,38,31);
	background-color: rgba(33,38,31,0.9);
	color: #cccccc;
	display: none;
	font-size: 15px;
	opacity: 0;
	/*padding: 90px 60px;*/
	padding: 5% 4%; /* divided by 1500 width */
	position: absolute;
	right: 20%;
	top: 33.3333%;
	z-index: 50;
}

#page-slider-caption-box > div {
	/* for fixing a visible "ghost" after animating the opacity via JS code (seems to happen only on Chrome) */
	-webkit-backface-visibility: hidden;
}

#page-slider-nav {
	display: none;
	height: 16.6666%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 66.6666%;
	width: 20%;
	z-index: 50;
}

#page-slider-nav > a {
	background: rgb(33,38,31);
	color: #f2f2f2;
	display: table;
	font-size: 50px;
	height: 100%;
	opacity: 0.4;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 50%;
}

#page-slider-nav > a:hover {
	opacity: 0.5;
}

#page-slider-nav-prev {
	border-right: 1px solid #ccc;
}

#page-slider-nav-prev i {
	
}

#page-slider-nav-next {
	left: 50%;
}

#page-slider-nav > a > i {
	display: table-cell;
	vertical-align: middle;
}

.slider-grid-v {
	background: none;
	border-right: 1px solid #000;
	height: 100%;
	opacity: 0.17;
	position: absolute;
	width: 20%;
	z-index: 50;
	
	pointer-events: none;
}

.slider-grid-h {
	background: none;
	border-bottom: 1px solid #000;
	height: 33.3333%;
	opacity: 0.07;
	position: absolute;
	width: 100%;
	z-index: 50;
	
	pointer-events: none;
}



/***** Menu *****/
#menu-copyright-container {
	/*padding: 90px 80px 0;*/
	position: relative; /* to make submenu on top of the page slider */
	/*right: 0; */
	/* ----- REMOVED RIGHT DECREASED WIDTH TO 15% @12/08/24 ---------- */
	width: 15%;
}

#menu-position {
	padding: 4.7% 4.2% 0; /* divided by 1900 (width) */
	position: fixed;
}

#menu-container {
	font-size: 17px;
	/*margin-bottom: 80px;*/
	margin-bottom: 33.33%; /* divided by 240 width */
	position: relative;
	text-transform: uppercase;
	z-index: 50;
}

#menu-container ul {
	list-style: none;
	margin: 0;
}

#main-menu {
	letter-spacing: 1px;
}

#main-menu > li {
	line-height: 1.9;
	margin: 0 0 0 -40px;
	padding-left: 40px;
	position: relative;
}

#main-menu a {
	color: #939292;
	text-decoration: none;
}

#main-menu > li > a {
	/*font-weight: 700;*/
}

#main-menu a:hover,
#main-menu li.active > a,
#main-menu > li:hover > a {
	color: #fff;
}

#main-menu li.active > a:after {
	content: '\f3d5';
	font-family: 'Ionicons';
	font-size: 20px;
	line-height: 1;
	margin-left: 8px;
	vertical-align: middle;
}

/*** Submenu ***/
#main-menu .sub-menu {
	background: #E2E2E2;
	display: none;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 35px 40px;
	position: absolute;
	/*right: 270px;*/
	right: 96.4%; /* divided by 280 width of menu item */
	top: -28px;
	text-align: right;
	text-transform: none;
	width: 250px;
	z-index: 99;
	
	-webkit-box-shadow: -20px 20px 0px 0px rgba(33,38,31,0.4);
	-moz-box-shadow: -20px 20px 0px 0px rgba(33,38,31,0.4);
	box-shadow: -20px 20px 0px 0px rgba(33,38,31,0.4);
	
}

#main-menu .sub-menu li {
	line-height: inherit;
	margin: 0 0 6px;
}

#main-menu .sub-menu li:last-child {
	margin-bottom: 0;
}

#main-menu .sub-menu a {
	color: #000;
	display: inline-block;
	padding: 0 5px;
}

#main-menu .sub-menu a:hover {
	color: #fff;
	background-color: #21261F;
}


/*** Mobile Menu ***/
#mobile-menu {
	background-color: #21261F;
	display: none;
	text-align: center;
	padding: 10px 0 8px;
}

/*** Mobile menu toggle ***/
#mobile-menu-toggle {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

#mobile-menu-toggle i {
	font-size: 26px;
	margin-right: 8px;
	vertical-align: middle;
}

/* mobile menu panel */
.mm-panels, 
.mm-panels > .mm-panel {
	background-color: #21261F;
}

.mm-navbar {
	padding: 0;
	text-align: center;
}

#mobile-menu-entity .mm-navbar .mm-title {
	color: #777;
	font-size: 14px;
	font-weight: bold;
}

.mm-listview {
	padding-left: 20px;
}

#mobile-menu-entity .mm-listview .mm-next {
	background-color: #30332E;
	border-color: #666;
	height: 39px;
	width: 55%;
}

.mm-menu .mm-listview > li .mm-next:after, 
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.5);
}

#mobile-menu-entity .mm-navbar .mm-btn {
	border-bottom: 0;
}

/* menu items */
#mobile-menu-entity a {
	background: none;
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}




/***** Content *****/
#parent-content-container {
	background-color: #4F5458;
	position: relative;
	z-index: 50;
}

#content-container {
	color: #777;
	font-size: 17px;
	margin: 0 -15px;
}

main {
	background-color: #fff;
	color: #636363;
	float: right;
	overflow: hidden; /* for any float columns on small res */
	/*padding: 100px 150px;*/
	padding: 6.67% 8%; /*10%*/ /* divided by 1500 width */
	position: relative;
	width: 80%; /* ~1200px based on 1500px width */
}

main a {
	color: #3f413e;
	font-weight: 700;
	
}

#main-container,
#menu-copyright-container {
	float: left;
	vertical-align: top;
	z-index: 99;
}

#main-container {
	position: relative;
	/* width: 1500px; */
	/* ----------- REMOVED MAX-WIDTH & INCREASED WIDTH TO 85% @12/08/24 ---------- */
	width: 85%;
	/* max-width: 1500px; */
}



/*** Page Intro ***/
#page-intro {
	border-bottom: 1px solid #000;
	margin-bottom: 8.9%; /* 80px divided by 900 content width */
	padding-bottom: 5.5%; /* 50px divided by 900 content width */
}

#page-intro.page-404 {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#intro-title {
	color: #3f413e;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.blog-single #intro-title {
	text-transform: none;
}

#intro-title:last-child {
	margin-bottom: 0;
}

#intro-body {
	color: #333;
	font-size: 21px;
}

#intro-body:last-child {
	margin-bottom: 0;
}




/***** Sidebar *****/
#sidebar-container {
	color: #bebebe;
	font-size: 14px;
	padding: 6% 4%;
	width: 20%;
}

#sidebar-container a {
	color: #fff;
	text-decoration: none;
}

.widget-title {
	color: #ededed;
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
}

.widget-item {
	margin-bottom: 50px;
}

.icon-with-text {
	display: block;
	line-height: 1.3;
}

.icon-with-text i {
	font-size: 20px;
	margin-right: 8px;
}



/***** Footer *****/
#footer-container {
	color: #c7c7c7;
	font-size: 14px;
	overflow: hidden; /* for any float columns on small res */
	position: relative;
}

#footer-container .widget-title {
	font-size: 18px;
}

#inner-footer-container {
	margin: auto;
	overflow: hidden; /* for any float columns on small res */
	padding-top: 50px;
	position: relative;
	width: 80%;
	z-index: 2;
}

#footer-parallax-image,
#footer-bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#footer-bg-overlay {
	background-color: rgb(33,38,31);
	background-color: rgba(33,38,31,0.8);
	z-index: 1;
}

#footer-container a {
	color: #fff;
	text-decoration: none;
}

.footer-widget-item {
	margin-bottom: 40px;
}

.footer-widget-item:last-child {
	margin-bottom: 0;
}



/***** Copyright & Site Social Icons *****/
#copyright-social {
	border-top: 1px solid #5c5c5c;
	color: #939292;
	font-size: 14px;
	overflow: hidden;
	padding-top: 18.75%; /* 45 divided by 240 width */
}

#copyright-social ul {
	list-style: none;
	margin: 0;
}

#copyright {
	margin-bottom: 25px;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

ul.bar-social {
}

ul.bar-social li {
	float: left;
	margin: 0 7px 10px 0;
}

ul.bar-social li:last-child {
	margin-right: 0;
}

ul.bar-social li a img {
	opacity: 0.3;
}

ul.bar-social li a:hover img {
	opacity: 1;
}



/***** Portfolio *****/
.uxb-port-root-element-wrapper,
.uxb-port-root-element-wrapper * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uxb-port-root-element-wrapper {
	margin: 0 -1.428571428571429%; /* negative margins to deal with "portfolio-item" margins so the items are aligned with grid */
	/*padding-top: 15px;*/
	overflow: hidden;
	
	/* newly added to centering the loading icon using "absolute" position */
	/* (NOTE: UXbarn Portfolio plugin) */
	position: relative;
}

.uxb-port-loading-text {
	background: url('../images/loading-s.gif') no-repeat 50% 35%;
	border: 2px solid #eee;
	color: #3d3d3d;
	display: block;
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	width: 90px;
	height: 90px;
	
	/* newly added to centering the loading icon using "absolute" position */
	/* (NOTE: UXbarn Portfolio plugin) */
	position: absolute;
	left: 50%;
	margin-left: -70px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	.uxb-port-loading-text {
		background: url('../images/loading-s@2x.gif') no-repeat 50% 35%;
		background-size: 24px 24px;
	}
	
}

.uxb-port-loading-text span {
	margin-top: 60px;
	float: left;
	width: 100%;
	display: block;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.uxb-port-loaded-element-wrapper {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

#root-container ul.uxb-port-element-filters {
	list-style: none;
	margin: 0 15px 40px;
	padding: 0;
}

#root-container .uxb-port-element-filters li {
	display: inline-block;
	margin: 0;
	margin-right: -1px;
}

.uxb-port-element-filters li:after {
	color: #ddd;
	content: '/';
	font-size: 0.8em;
	font-weight: bold;
}

.uxb-port-element-filters li:last-child:after {
	content: '';
}

#content-container .uxb-port-element-filters li:first-child a {
	margin-left: 0;
}

#content-container .uxb-port-element-filters a {
	color: #919191;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 0;
	margin: 0 10px;
	text-decoration: none;
	text-transform: none;
}

#content-container .uxb-port-element-filters a:hover {
	color: #000;
}

#content-container .uxb-port-element-filters a.active,
#content-container .uxb-port-element-filters a.active:hover {
	color: #333;
	cursor: default;
	font-weight: bold;
}

.uxb-port-element-item {
	cursor: pointer;
	float: left;
	/*margin: 0 1.428571428571429% 30px;*/
	margin: 0 1.5% 30px;
	overflow: hidden;
	position: relative;
	opacity: 0;
	visibility: hidden; /* need to use this instead of "display: none" because isotope JS will have to calculate the dimension of the element */
}

.uxb-port-element-item.visible {
	opacity: 1;
}

.uxb-port-element-item-hover {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	/* display: table; */
	line-height: 1;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.uxb-port-element-item:hover .uxb-port-element-item-hover {
	opacity: 1;
}

.uxb-port-element-item a {
	border-bottom: 0 !important;
	font-weight: normal !important;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	/* to fix unclickable link on IE */
	background: #ccc;
	opacity: 0;
}

.uxb-port-element-item-hover-info {
	display: table;
	height: 100%;
	width: 80%;
	margin: auto;
	text-align: center;
}

#main-container .uxb-port-element-item-hover-info .portfolio-item-title {
	color: #333;
	display: table-cell;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	vertical-align: middle;
}

.uxb-port-element-item img {
	/*width: 100%;
	width: 99.8%; */ /* to fix 1px glitch at the right on Chrome (unused) */
}

/* 2 Columns */
.uxb-port-root-element-wrapper.col2 .uxb-port-element-item { /**/
	font-size: 16px; /* based font size for "em" usage on margins and item title */
	/* width: 30.4%; this works on all except safari... */
	width: 47%;
}

/* 2 Columns: inside various containing columns */
.vc_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%;
}


/* 4 Columns */
.uxb-port-root-element-wrapper.col4 .uxb-port-element-item {
	font-size: 8px; /* based font size for "em" usage on margins and item title */
	margin-bottom: 3.75em; /* 30/13 */
	/*width: 22.1%; this works on all except safari... */
	width: 21.88%; 
}

.uxb-port-root-element-wrapper.col4 .uxb-port-element-item.width-2x {
	font-size: 16px;
	width: 46.7%;
}

/* 4 Columns: inside various containing columns */
.vc_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: 11px; /* 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-item-meta {
	list-style: none;
	margin: 30px 0 0;
}

#uxb-port-item-meta a {
}

#uxb-port-item-meta li {
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.3;
}

#uxb-port-item-meta li:last-child {
	margin-bottom: 0;
}

#uxb-port-item-meta .title {
	color: #ddd;
	font-weight: bold;
	margin-right: 5px;
}

#uxb-port-item-meta .title:after {
	content: ':';
}

#uxb-port-item-categories {
	display: inline;
	margin: 0 !important;
	padding: 0;
}

#uxb-port-item-categories li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0 !important;
}

#uxb-port-item-categories li:after {
	content: '/';
}

#uxb-port-item-categories li:last-child:after {
	content: '';
}


/***** Team Page *****/
.uxb-team-thumbnail {
	margin-bottom: 18px;
}

#main-container ul.uxb-team-social,
#uxb-team-single ul.uxb-team-social {
	list-style: none !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#main-container .uxb-team-social li,
#uxb-team-single .uxb-team-social li {
	display: inline-block !important;
	line-height: 1 !important;
	margin: 0;
	margin-left: 0 !important;
	margin-right: 1px !important;
}

#main-container .uxb-team-social li:last-child,
#uxb-team-single .uxb-team-social li:last-child {
	margin-right: 0 !important;
}

#main-container .uxb-team-name {
	color: #333;
	font-size: 24px;
	margin-bottom: 0.2em;
	padding: 0;
	text-transform: none;
}

#main-container .uxb-team-name.smaller {
	font-size: 20px;
	font-weight: bold;
}

#main-container .uxb-team-name a {
	border: 0;
	text-decoration: none;
}

#main-container .uxb-team-position {
	color: #888;
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 1.07em;
	padding: 0;
	text-transform: none;
}

/*** Team Single Page ***/
#uxb-team-single-photo img {
	display: block;
	max-width: 100%;
}

#uxb-team-single {
	margin: 0 auto 68px;
}

#uxb-team-info {
}

.uxb-team-email-single {
	margin-bottom: 0.9em;
}

.uxb-team-email-single a {
	font-weight: normal;
}

#uxb-team-info .uxb-team-position-single,
.uxb-team-position-single {
	margin-bottom: 0.5em;
}

/***** Contact Page *****/
#success, 
#error {
	display: none;
}

#contact-form .row {
	margin-bottom: 0;
}

#search-form-404 {
	margin-top: 50px;
}



/* #Blog Page
================================================== */
/***** Blog List *****/
#content-container.blog-list {
	
}

#blog-wrapper {
	
}

#content-container.no-sidebar #blog-wrapper {
	padding-right: 0;
}

#blog-wrapper .blog-item {
	margin-bottom: 40px;
	position: relative;
}

#blog-wrapper .blog-thumbnail {
	position: relative;
	z-index: 1;
}

.blog-info {
	background-color: #fff;
	padding: 35px 0 35px 45px;
	position: absolute;
	top: 10.5%;
	left: 32%;
	z-index: 2;
}
/*
.blog-info.no-post-thumbnail {
	float: none;
	width: 100%;
}

#content-container.no-sidebar .blog-info {
	width: 68.5%;
}
*/
#blog-wrapper .blog-title {
	color: #3f413e;
	font-size: 22px;
	text-transform: none;
}

#blog-wrapper .blog-info.no-post-thumbnail .blog-title {
	padding-top: 0;
}

#blog-wrapper .blog-title a {
	border: 0;
	text-decoration: none;
}

.blog-meta-wrapper {
	border-top: 1px solid #aaa;
	color: #888;
	display: inline-block;
	font-size: 13px;
	/* font-style: italic; */
	letter-spacing: 1px;
	margin-top: 15px;
	padding-top: 12px;
}

.blog-single .blog-meta-wrapper {
	border-top: 0;
	color: #707070;
	font-size: 20px;
}

ul.blog-meta {
	list-style: none;
	margin: 0;
}

ul.blog-meta li {
	display: inline-block;
	margin: 0;
}

ul.blog-meta li:after {
	content: '/';
	padding: 0 5px;
}

ul.blog-meta li:last-child:after {
	content: '';
	padding: 0;
}

ul.blog-meta li a {
	border: 0;
	color: #888;
	font-weight: normal;
	text-decoration: none;
}

ul.blog-meta li a:hover {
	color: #3f413e;
}

#blog-pagination {
	font-size: 23px;
	margin-top: 70px;
	overflow: hidden;
	text-align: right;
}

#blog-pagination ul {
	float: right;
	list-style: none;
	margin: 0;
}

#blog-pagination ul li {
	float: left;
	margin: 0 5px 0 0;
}

#blog-pagination ul li a,
#blog-pagination span {
	border: 0;
	color: #ccc;
	padding: 10px;
	text-decoration: none;
}

#blog-pagination ul li a:hover {
	color: #888;
}

#blog-pagination ul li.unavailable {
	display: none;
}

#blog-pagination ul li.current a,
#blog-pagination .current {
	color: #3f413e;
}

#blog-pagination ul li.current a:hover {
	color: initial;
	cursor: default;
}

#blog-pagination .arrow i {
	vertical-align: middle;
}

/***** Blog Single *****/

/*** Categories, Tags ***/
.blog-single .post-small-list {
	line-height: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-single .post-small-list a {
}

.blog-single .post-small-list li {
	display: inline-block;
	margin: 0;
}

.blog-single .post-small-list li:after {
	content: '/';
	padding-left: 7px;
}

.blog-single .post-small-list li:first-child {
	margin-right: 3px;
}

.blog-single .post-small-list li:first-child:after {
	content: ':';
	padding: 0;
}

.blog-single .post-small-list li:last-child:after {
	content: '';
}

.blog-single .post-small-list li:first-child:before {
	font-family: 'Ionicons';
	font-size: 16px;
	padding-right: 10px;
}

#post-categories li:first-child:before {
	content: '\f434';
}

#post-tags li:first-child:before {
	content: '\f48e';
}

.blog-single #categories-tags-wrapper {
	color: #333;
	margin-top: 40px;
}

/* Post paging */
.blog-single .post-paging ul {
	list-style: none;
	margin-left: 0;
}
.blog-single .post-paging ul li {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
.blog-single .post-paging {
	overflow: hidden;
	margin: 20px 0;
}
.blog-single .post-paging a {
	border: 0;
	font-weight: bold;
}

#blog-single-content {
	margin-bottom: 60px;
}

/*** Author Box ***/
#author-box {
	overflow: hidden;
	position: relative;
}

#author-photo-wrapper {
}

#author-photo-wrapper img {
	max-width: 250px;
}

#author-info {
	background-color: #fff;
	padding: 20px 0 20px 30px;
	position: absolute;
	left: 22%;
	top: 12%;
}

#author-name {
	font-size: 19px;
    font-weight: bold;
	text-transform: none;
}

#author-name a {
	border: 0;
}

ul#author-social {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}

ul#author-social li {
	float: left;
	line-height: 1;
	margin: 0 6px 0 0;
}

ul#author-social li:last-child {
	margin-right: 0;
}

ul#author-social a {
	border: 0;
	color: #555;
	font-size: 20px;
	text-decoration: none;
}


.blog-section {
	margin-bottom: 60px;
}

.blog-section-title {
	font-size: 20px !important;
}

#main-container .blog-section-title {
	font-weight: bold;
	margin-bottom: 40px;
	overflow: hidden;
	text-transform: none;
}

/* blog-single, contact */
.textarea-height {
	height: 150px;
}

/* elements-blockquotes-testimonials */
.tmnl-width {
	width: 50% !important;
}


/*** Comments ***/
#comment-content {
	font-size: 15px;
	margin-bottom: 0;
}

#comment-content .commenter-name a,
#comment-content .comment-date a,
#comment-content .reply a {
	border: 0;
	font-weight: normal;
	text-decoration: none;
}

#comment-content a:hover {
	/*border-bottom: 1px solid #ddd;*/
}

#comment-content > ul > li {
	margin-left: 0;
}

#comment-content ul.commentlist {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#comment-content ul.children {
	list-style: none;
	margin: 0 0 0 30px;
}

.comment-item, 
.comment {
	overflow: hidden;
}

#respond label {
	font-size: initial;
}

#respond .blog-section-title {
	padding: 0;
}

#respond #reply-title {
	margin: 0;
	padding: 0;
}

#respond .row,
#main-container .custom-form .row {
	margin-bottom: 12px;
}

.parent #respond {
	margin: 30px 0 80px;
}

.cancel-reply {
	float: right;
	font-size: 13px;
	font-weight: normal !important;
	margin-left: 15px !important;
	margin-top: 3px;
}

.comment.depth-2, 
.parent.depth-2 #respond, 
.comment.depth-3, 
.parent.depth-3 #respond, 
.comment.depth-4, 
.parent.depth-4 #respond, 
.comment.depth-5, 
.parent.depth-5 #respond {
	padding-left: 0;
}

.reply {
	color: #eaeaea;
}

.comment-body {
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.commenter-photo {
	float: left;
	margin-top: 5px;
	vertical-align: top;
}

.commenter-photo img {
	/*border-radius: 50%;*/
}

.comment-post-wrapper {
	display: block;
	margin: 0 0 0 70px;
}

#root-container .comment-post-wrapper .comment-post p {
	margin-bottom: 15px;
}

.comment-item-meta {
	display: inline-block;
	margin-bottom: 5px;
}

.commenter-name {
	color: #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: #888 !important;
	font-size: 13px;
	font-weight: normal !important;
}

.comment-awaiting-moderation {
	display: block;
	margin-bottom: 0;
}

.reply {
	float: right;
}

.reply a {
	font-size: 12px;
}

.parent.comment-item {
	margin: 0;
}

/* Pingback and trackback comment */
.pingback .comment-post p {
	font-style: italic;
}

.pingback .comment-post-wrapper {
	margin-left: 0;
}

/* Comment paging */
#comment-content .comment-paging {
	margin-bottom: 48px;
	text-align: center;
	width: 100%;
}

#comment-content .comment-paging a,
#comment-content .comment-paging a:visited, 
#comment-content .comment-paging span {
	background: #EEE;
	border: 0;
	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;
}





/* #Elements
================================================== */
/***** Image *****/
.image-element,
.wpb_single_image {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

.columns .image-element:last-child,
.columns .wpb_single_image:last-child {
	margin-bottom: 0;
}

#root-container .wpb_single_image a {
	border: 0;
}

.circle-shape {
	border-radius: 50em;
}

/***** Buttons *****/
#root-container .button {
	border: 2px solid #929A98;
	color: #929A98;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0.6em 0;
	padding: 0.4705882352941176em 1.2em; /* 8/17 */
	text-decoration: none;
}

#root-container .button:hover {
	border-color: #3f413e;
	color: #3f413e;
}

#sidebar-container .button:hover {
	border-color: #fff;
	color: #fff;
}

#root-container .button.disabled {
	border-color: #929A98;
	color: #929A98;
}

.button.tiny {
	font-size: 12px;
}

.button.small {
	font-size: 14px;
}

.button.large {
	font-size: 22px;
}

.button.radius {
	border-radius: 0.5em;
}

.button.expand {
	text-align: center;
	width: 100%;
}

.button.round {
	border-radius: 1000px;
}

.button.custom {
	border-color: transparent !important;
	color: #fff !important;
}

.button.custom:hover {
	/*opacity: 0.8;*/
}

.button i {
	margin-right: 8px;
}

/***** Icon *****/
.icon-shortcode,
i.uxb-icon {
	display: block;
	line-height: 1;
	margin: 15px auto;
}

i.uxb-icon.icon {
	height: auto;
	margin: 0;
	width: auto;
}

.icon-shortcode.large,
i.uxb-icon.large {
	font-size: 60px;
}

.icon-shortcode.float-left,
i.uxb-icon.float-left {
	float: left;
	margin: 0 12px 0 0;
}

.icon-shortcode.float-right,
i.uxb-icon.float-right {
	float: right;
	margin: 0 0 0 12px;
}

/* elements-buttons-icons */
.icon-style1 {
	color: #D8D8D8;
	font-size: 60px; 
}

.icon-style2 {
	color: #4DB7E9;
	font-size: 60px; 
}

.icon-style3 {
	color: #A4E778;
	font-size: 60px; 
}

.icon-style4 {
	color: #C9C9C9;
	font-size: 50px; 
}

/***** Video *****/
.embed,
.uxb-port-embed {
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	padding: 0;
	padding-bottom: 56.25% !important; /* 16:9 ratio*/
}

.embed:last-child {
	margin-bottom: 0;
}

.embed iframe, 
.embed object, 
.embed embed,
.uxb-port-embed iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/***** Gallery *****/
.gallery-wrapper {
	text-align: center;
}

.gallery-wrapper * {
	box-sizing: border-box;
}

.gallery-wrapper .gallery-item {
	background: #fff;
	display: inline-block;
	margin: 0 1.2% 30px;
	max-width: 21%;
	/* For fixing contained image movement on hovered when using with "transition" */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	
	vertical-align: top;
}

.gallery-wrapper.circle .gallery-item,
.gallery-wrapper.circle .gallery-item a,
.gallery-wrapper.circle .gallery-item img {
	border-radius: 50em;
}

#main-container .gallery-wrapper .gallery-item a {
	background: none;
	border: 0;
	display: block;
}

#main-container .gallery-wrapper .gallery-item img {
	border: 5px solid transparent;
	opacity: 1;
}

#main-container .gallery-wrapper .gallery-item a:hover img {
	border: 5px solid #ddd;
}

#main-container .gallery-wrapper .gallery-item a:hover img {
	
}

#main-container .gallery-wrapper .gallery-item .image-caption {
	font-size: 13px;
	margin-top: 10px;
}


/***** Blockquote & Testimonial *****/
blockquote {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 40px 30px;
}

blockquote p {
	color: #525252;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 0;
}

blockquote.left,
blockquote.right {
	padding: 20px 20px;
	width: 30%;
}

blockquote.left {
	float: left;
	padding-left: 0;
}

blockquote.right {
	float: right;
	padding-right: 0;
}

blockquote cite,
.uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	color: #000;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	margin-top: 0.9em; /* 18px */
}

blockquote cite:before {
	content: "\2014 \0020";
}

/*** Testimonial ***/
.uxb-tmnl-testimonial-wrapper * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uxb-tmnl-testimonial-wrapper {
	height: 220px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	width: 100%;
}

.uxb-tmnl-testimonial-list {
	width: 100%;
}

.uxb-tmnl-testimonial-item {
	float: left; /* this can prevent the element stacking up */
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	box-sizing: border-box;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 2;
	width: 200px;
	height: 200px;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width: 100%;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	margin: 60px 0 0 245px;
	min-height: 220px;
	z-index: 1;
}

#sidebar-container .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper,
#footer-container .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	min-height: 100px;
}

.uxb-tmnl-testimonial-item blockquote {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-cite:before {
	content: "\2014 \0020";
}

.uxb-tmnl-testimonial-bullets {
	position: absolute;
	top: 16px;
	right: 11px;
	z-index: 1;
}

.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-testimonial-bullets {
	/*top: 0;*/
}

.uxb-tmnl-testimonial-bullets a {
	background: #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	display: inline-block;
	font-weight: normal;
	margin: 0 3px;
	height: 15px;
	width: 15px;
	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-container .uxb-tmnl-blockquote-wrapper,
#footer-container .uxb-tmnl-blockquote-wrapper {
	padding: 0;
}
#sidebar-container .widget .uxb-tmnl-testimonial-item .uxb-tmnl-cite,
#footer-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	color: #000;
	font-size: 13px;
	margin-bottom: 0;
}

#sidebar-container .uxb-tmnl-testimonial-bullets a,
#footer-container .uxb-tmnl-testimonial-bullets a {
	margin: 0 2px;
	height: 12px;
	width: 12px;
}

#sidebar-container .widget.uxb-tmnl-testimonial-wrapper blockquote p,
#footer-container .widget.uxb-tmnl-testimonial-wrapper blockquote p {
	font-size: 15px !important;
	margin-bottom: 18px;
}

#footer-container .widget.uxb-tmnl-testimonial-wrapper blockquote p {
	font-size: 16px !important;
}
#footer-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	font-size: 14px;
	font-weight: bold;
}


/* For style 2 */
.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-blockquote-wrapper {
	background: none;
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 45px;
}

.uxb-tmnl-testimonial-wrapper.style2.left {
	float: left;
	margin-left: 0;
	margin-right: 25px;
}

.uxb-tmnl-testimonial-wrapper.style2.right {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}

.uxb-tmnl-testimonial-wrapper.style2.left .uxb-tmnl-testimonial-bullets {
	left: 11px;
	right: auto;
}

/* elements-blockquotes-testimonials */
.tmnl-width {
	width: 50% !important;
}



/***** Message Boxes ******/
.box {
  background-color: #2ba6cb;
  border: 0;
  color: #fff; 
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 1.25em;
  position: relative;
  padding: 15px 20px;
}

.box.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
  
.box.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px; 
}

.box.success {
	background-color: #D4FAD9;
	color: #37834E; 
}

#main-container .box.success *,
#main-container .box.success p {
	color: #37834E; 
}

.box.error {
	background-color: #FDE7E7;
	color: #D1525D; 
}

#main-container .box.error *,
#main-container .box.error p {
	color: #D1525D; 
}

.box.info {
	background-color: #DEEDFF;
	color: #3275BD; 
}

#main-container .box.info *,
#main-container .box.info p {
	color: #3275BD; 
}

.box.warning {
	background-color: #FCEAD3;
	color: #B8752D; 
}

#main-container .box.warning *,
#main-container .box.warning p {
	color: #B8752D; 
}

.box strong.title {
	color: inherit;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: bold;
	display: inline-block;
	margin-bottom: 12px;
}

#main-container .box p {
	margin-bottom: 12px;
}

.box p:last-child {
	margin-bottom: 0 !important;
}


/***** CTA Box *****/
.cta-box {
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 25px 0;
	overflow: hidden;
	position: relative;
	padding: 40px 30px;
}

.cta-box.bottom-line {
	border-bottom: 2px solid #000;
}

.cta-box.top-line {
	border-top: 2px solid #000;
}

.cta-box.left-line {
	border-left: 2px solid #000;
}

.cta-box.right-line {
	border-right: 2px solid #000;
}

.cta-box-content {
	/*font-size: 14px;*/
	margin-right: 35%;
	overflow: hidden;
}

.cta-box-content h1,
.cta-box-content h2, 
.cta-box-content h3, 
.cta-box-content h4, 
.cta-box-content h5 {
}

.cta-box-content.cta-full-width {
	margin-right: 0;
}

.cta-box-content {
	margin-bottom: 0;
}

.cta-box-content p:last-of-type {
	margin-bottom: 0 !important;
}

.cta-box-button .button {
	margin: 0;
}

#main-container .cta-box-button .button {
	margin: 0;
}

#main-container .cta-box-button .button.solid-color {
	/*background: #E66F66 !important;*/
}

.cta-box-button.right {
	margin-top: -20px;
	position: absolute;
	right: 5%;
	top: 50%;
}

.cta-box-button.bottom {
	margin-top: 25px;
	position: static;
	text-align: center;
}

.cta-box-button.right.large {
	margin-top: -25px;
}

.cta-box-button.right.small {
	margin-top: -12px;
}

.cta-box-button.right.tiny {
	margin-top: -9px;
}

/***** Progress Bar *****/
.progress-bar {
	/* border-bottom: 1px solid #888; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	height: 10px;
	margin: 40px 0;
	/* padding: 3px 0; */
	position: relative;
	-moz-box-shadow: 5px 5px 0 0 rgba(68,68,68,0.1);
	-webkit-box-shadow: 5px 5px 0 0 rgba(68,68,68,0.1);
	box-shadow: 5px 5px 0 0 rgba(68,68,68,0.1);
}

.progress-bar .bar-label {
	color: #3b3b3b;
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: -15px;
	text-transform: uppercase;
}

.progress-bar .bar-meter {
	display: block;
	height: 100%;
	width: 0; /* init width */
	/* margin-top: 20px; */
}



span.custom-icon-w-text {
	display: block;
	line-height: 1.8;
	margin-left: 12px;
}

span.custom-icon-w-text i {
	margin-right: 12px;
	/*vertical-align: top;*/
}

.columns span.custom-icon-w-text:last-of-type {
	margin-bottom: 26px;
}

span.custom-icon-w-text i.checked {
	color: #9FD355; 
	font-size: 1.4em;
}


/***** Accordion *****/
.accordion {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px; /* initial height, reset after loaded */
	opacity: 0;
	visibility: hidden;
}

.ui-accordion { 
	width: 100%;
	/*border-bottom: 1px solid #888;*/
	font-size: 100%;
	line-height: 100%;
}

#main-container .ui-accordion .ui-accordion-header { 
	background: #fcfcfc;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	cursor: pointer;
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: -1px;
	overflow: hidden;
	padding: 3px 5px;
}

#main-container .ui-accordion-header.ui-state-active {
	background: none;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

.ui-accordion .ui-accordion-li-fix { 
	display: inline; 
}

.ui-accordion .ui-accordion-header:focus {
	outline: none !important;
}

#main-container .ui-accordion .ui-accordion-header a {
	border: 0;
	color: #999;
	float: left;
	font-weight: normal;
	padding: 10px 15px;
	text-decoration: none;
}

#main-container .ui-accordion .ui-accordion-header:hover a {
	color: #222;
}

#main-container .ui-accordion .ui-accordion-header.ui-state-active a {
	color: #3b3b3b;
	font-weight: bold;
}

.ui-accordion .ui-accordion-content {
	border: none;
	color: inherit;
	display: none; 
	line-height: 1.5;
	overflow: auto; 
	padding: 25px; 
	position: relative; 
	zoom: 1; 
}

/* To fix image display in the content area on retina devices */
#root-container .ui-accordion .ui-accordion-content img {
	width: auto;
}

.ui-accordion .ui-accordion-content p {
}

.ui-accordion .ui-accordion-content-active { 
	display: block; 
}

.toggle {
	opacity: 0;
	visibility: hidden;
}

.ui-accordion,
.ui-accordion.toggle {
	margin-bottom: 15px;
}

.ui-icon, 
.ui-accordion-header-icon {
	width: 25px;
	height: 25px;
	margin: 4px 0 0 15px;
	float: left;
	opacity: 0.4;
}

.ui-icon-triangle-1-e,
.ui-accordion-header-icon {
	display: none;
	/*background: url('images/plus.png') left center no-repeat;*/
}


.ui-icon-triangle-1-s,
.ui-accordion-header-icon-active {
	display: none;
	/*background: url('images/minus.png') left center no-repeat;*/
}



/***** Tabs *****/
#root-container .uxb-tabs * {
	box-sizing: border-box;
}

#root-container .uxb-tabs {
	opacity: 0;
}

#root-container .uxb-tabs ul.tab-items {
	margin: 0;
	padding: 0;
}

#root-container .uxb-tabs ul.tab-items li {
	display: inline-block;
	line-height: 1;
	margin: 0 -1px 0 0;
}

#root-container .uxb-tabs ul.tab-items li a {
	background: #fff;
	border: 1px solid #dedede;
	color: #888;
	font-weight: normal;
	line-height: 1.4;
	padding: 15px 20px;
}

#root-container .uxb-tabs ul.tab-items li a:hover {
	color: #333;
}

#root-container .uxb-tabs ul.tab-items li.ui-state-active a {
	border-top: 1px solid #000;
	border-bottom: 0;
	color: #333;
	font-weight: bold;
}

#root-container .uxb-tabs .tab-content {
	background: #fff;
	border: 1px solid #dedede;
	display: none;
	margin-top: -2px;
	padding: 30px 30px;
}

/* To fix image display in tab content on retina devices */
#root-container .uxb-tabs .tab-content img {
	width: auto;
}

/*** Vertical Tabs ***/
#root-container .uxb-tabs.vertical-tabs {
	overflow: hidden;
	padding: 0;
}

#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 {
	border-bottom-width: 0;
	width: 100%;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li.ui-state-active a {
	border-top: 1px solid #dedede;
	border-left: 1px solid #000;
	border-right: 0;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li:last-child a {
	border-bottom-width: 1px;
}

#root-container .uxb-tabs.vertical-tabs .tab-items li:last-child.ui-state-active a {
	border-bottom: 1px solid #dedede;
}

#root-container .uxb-tabs.vertical-tabs .tab-content {
	float: left;
	margin-left: -1px;
	margin-top: 0;
	width: 75%;
}



/***** Image Slider *****/
.image-slider-root-container,
.image-slider-root-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.image-slider-root-container {
	/*background-color: #222;*/
	position: relative;
	max-width: 100%;
}

/* reset the height */
.auto-height {
	min-height: inherit !important; /* this is the key for using with "smoothHeight" of flexslider */
}

/* bullets */
.image-slider-root-container .flex-control-nav {
	bottom: -55px;
	margin-left: 0 !important;
}

.flex-control-nav li {
	margin: 0 4px !important;
}

.flex-control-paging li a {
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 13px;
	height: 13px;
}

.flex-control-paging li a:hover {
	background: #ccc;
}

.flex-control-paging li a.flex-active {
	background: #8e8e8e;
}


.image-slider-wrapper {
	background: url('../images/loading-s.gif') no-repeat center;
	min-height: 360px; /* init height */
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	transition: opacity .18s ease-in-out;
   -moz-transition: opacity .18s ease-in-out;
   -webkit-transition: opacity .18s ease-in-out;
   -o-transition: opacity .18s ease-in-out;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	.image-slider-wrapper {
		background-image: url('../images/loading-s@2x.gif');
		background-size: 24px 24px;
	}
	
}

.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 {
	display: none;
}

#main-container .image-slider-wrapper .image-slider {
	list-style: none;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

#main-container .image-slider-wrapper li {
	margin: 0;
}

.image-slider-item {
	display: none;
	position: relative;
	text-align: center;
}

.image-slider-item img {
	height: auto !important;
	margin: auto;
	width: auto;
}

#root-container .image-slider-item a {
	border: 0 !important;
	display: block;
}

.image-slider-item .image-caption-wrapper {
	position: absolute;
	left: 15px;
	bottom: 15px;
	max-width: 95%;
}

.image-slider-item .image-caption {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	/*font-family: 'Questrial', sans-serif;*/
	font-size: 13px;
	padding: 10px 20px;
	text-align: left;
	width: auto;
}

.image-slider-item .image-caption-wrapper.center-aligned {
	width: 100%;
}

.image-slider-item .image-caption-wrapper.center-aligned,
.image-slider-item .image-caption-wrapper.center-aligned .image-caption {
	text-align: center;
}

.slider-controller {
	background: #333;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !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;
}

.slider-prev {
	left: 15px;
}

.slider-next {
	right: 15px;
}

.slider-controller:hover {
	background: #555;
}



/***** Google Maps *****/
.google-map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.google-map a {
}

.google-map img {
	max-width: none !important;
}




/* #Widgets and Plugins
================================================== */
/***** Categories Widget *****/
.category-widget ul {
	list-style: none;
	margin: 0;
}

.category-widget li {
	margin-left: 0;
}

/***** Posts widget *****/
.posts-widget ul,
.widget_recent_entries ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.posts-widget li,
.widget_recent_entries li {
	line-height: inherit;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	overflow: hidden;
}

.widget_recent_entries li {
	margin-bottom: 15px;
}

.posts-widget li:last-child,
.widget_recent_entries li:last-child {
	margin-bottom: 0;
}

.posts-widget .post-thumbnail {
	float: left;
}

.posts-widget .post-title {
	margin-bottom: 18px;
	margin-left: 72px;
}

.posts-widget li:last-child .post-title {
	margin-bottom: 0;
}

.posts-widget .post-title.no-thumbnail {
	margin-left: 0;
}

.posts-widget .date,
.widget_recent_entries .post-date {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #999;
	margin-top: 5px;
}

/***** Tags widget *****/
.tags-widget {
	list-style: none;
	margin: 0;
}

.tags-widget li {
	display: inline-block;
	line-height: inherit;
	margin: 0 6px 12px 0;
}

#footer-container .tags-widget a {
	border: 2px solid #929A98;
	color: #929A98;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0.3571428571428571em 1.071428571428571em; /* 5/14, 17/14 */
}

#footer-container .tags-widget a:hover {
	border-color: #fff;
	color: #fff;
}


/* blog-single, contact */
.textarea-height {
	height: 150px;
}


/***** Fancybox *****/
#fancybox-thumbs ul {
	margin-left: 0;
}

#fancybox-thumbs ul li {
	margin: 0;
}

.fancybox-title {
	font-family: inherit;
}

/***** Validation Engine Plugin *****/
.formError .formErrorArrow div {
	background: #e13a3a;
	border: 0;
}

.formError .formErrorContent {
	background: #e13a3a;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 170px;
	font-size: 12px;
}





/* #Custom CSS of Foundation Framework
================================================== */
.row {
	margin: 0 auto 50px;
	max-width: none;
}

.row .row {
	margin-bottom: 45px;
}

#content-container > .row:last-child,
#content-container > .row .row:last-child {
	margin-bottom: 0;
}

.uxb-col.columns {
	padding: 0 15px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="submit"],
textarea,
#root-container .input-text {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	height: auto;
	line-height: 1.7;
	padding: 0.71428571428571428571428571428571em; /* 10/14 */
}

input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus,
#root-container .input-text:focus {
	border-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sidebar-container input {
	background: none;
	border-color: #fff;
	color: #ccc;
}

select, select:hover {
	/* background set copied from foundation.css */
	background-color: #efefef;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	
	border: 0;
}

#root-container [type=text].search-field {
	font-size: 1em;
}

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;
}

.justified {
    text-align:justify;
}