/*
Theme Name:     TotalBusiness Child
Description:    Total Business WordPress Theme Child
Author:         United Nations Global Compact Network Australia
Template:       totalbusiness-v1-01

/*------------------------------------------------------------------
[Table of contents]

1. Initiate Css
	1. Reset
	2. Wordpress Style ( caption / align style )
2. Theme Style
	1. Header
	2. Sidebar
	3. Footer
3.) Content Item
4.) Widget
5.) Default Plugin
6.) 10335 Soccer Plugin 
-------------------------------------------------------------------*/

/*--- reset ---*/
/*--- reset5 © 2011 opensource.736cs.com MIT ---*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,
mark,menu,meter,nav,output,progress,section,summary,time,video{ border:0; outline:0; 
	vertical-align:baseline; background:transparent; margin:0;padding:0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{ display:block; }
nav ul{ list-style:none; }
ol{ list-style:decimal; }
ul{ list-style:disc; }
ul ul{ list-style:circle; }
blockquote,q{ quotes:none; margin-top: 20px }
blockquote:before,blockquote:after,q:before,q:after{ content:none; }
ins{ text-decoration:underline; }
del{ text-decoration:line-through; }
mark{ background:none; }
abbr[title],dfn[title], acronym[title]{ border-bottom:1px dotted; cursor:help; }
table{ border-collapse:collapse;border-spacing:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin-top:2em; margin-bottom:10px; padding:0;}
input[type=submit],input[type=button],button{ margin:0; padding:0;}
input,select,a img{ vertical-align:middle; }

b, strong{ font-weight: 700; }
i, em{ font-style: italic; }

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

/*--- clear ---*/
.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clear-fix{ zoom: 1; }
.clear-fix:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/*--- wordpress core ---*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0;}
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border-width: 1px; border-style: solid; max-width: 96%;
    padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.sticky{}
.bypostauthor{}
dl { width:100%; overflow:hidden; }
dt { float:left; width: 30%; clear: left; margin-bottom: 12px; }
dd { float:left; width: 70%; margin-bottom: 15px; }
big{ font-size: 15px; }
code, kbd{ border: 1px dotted; padding: 5px 12px; margin: 0px 10px }
sup { vertical-align: super; font-size: 11px; }
sub { vertical-align: sub; font-size: 11px; }

.gallery-item .gallery-icon { margin-right: 10px; }
i{ margin-right: 5px; }
a{ text-decoration: none; }
p{ margin-top: 1.5%; }
ul, ol{ margin-bottom: 1%; margin-left: 30px; }
body { line-height: 1.8; font-family: Arial, Helvetica, sans-serif; overflow-y: scroll;
	-webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
h1 { font-weight: 900; }
h2, h3, h4, h5 { line-height: normal; margin-bottom: 0.5%; margin-top: 2.5%; font-weight: normal; text-transform: none; letter-spacing: 0.5px; }
h6 { line-height: normal; color: #c0c0c0 !important; margin-bottom: 0.5%; margin-top: 2.5%; font-weight: normal; text-transform: uppercase; letter-spacing: 0.5px; }	

.post-password-form input[type="submit"] { margin-left: 20px; margin-bottom: 0px; }
.post-password-form input[type="password"] { margin-left: 10px; padding: 10px 15px; }

/*----------------------------------------------------------------------*/
/*---------------             THEME STYLE             ------------------*/
/*----------------------------------------------------------------------*/

/*--- structure ---*/
.container{ padding: 0px; margin: 0px auto; /* position: relative; */ }
.column, .columns{ float: left; position: relative; min-height: 1px; }

.one-ninth{ width: 11.111%; }
.one-eighth{ width: 12.5%; }
.one-seventh{ width: 14.285%; }
.one-fifth{ width: 20%; }
.two-fifth{ width: 40%; }
.three-fifth{ width: 60%; }
.four-fifth{ width: 80%; }

.one{ width: 8.333% }
.two{ width: 16.666%; }
.three{ width: 25%; }
.four{ width: 33.333%; }
.five{ width: 41.666%; }
.six{ width: 50%; }
.seven{ width: 58.334%; }
.eight{ width: 66.667%; }
.nine { width: 75%; }
.ten { width: 83.334%; }
.eleven { width: 91.667%; }
.twelve{ width: 100%; }

.ie7 .sf-mega-section.three{ width: 24%; }

.totalbusiness-item{ margin: 0px 15px 20px; min-height: 1px; }
.totalbusiness-full-size-wrapper .totalbusiness-item-no-space{ margin-bottom: 0px; }
.totalbusiness-item-no-space{ margin: 0px 20px 40px; }
.totalbusiness-item-no-space .totalbusiness-item{ margin: 0px; }
.totalbusiness-item.totalbusiness-main-content { margin-bottom: 60px; }
.totalbusiness-item.totalbusiness-divider-item{ margin-bottom: 40px }
.section-container, .totalbusiness-item-start-content, .totalbusiness-parallax-wrapper, .totalbusiness-color-wrapper{ padding-top: 40px;  }
.totalbusiness-color-wrapper, .totalbusiness-parallax-wrapper, .totalbusiness-full-size-wrapper{ padding-bottom: 40px; }
.totalbusiness-full-size-wrapper .totalbusiness-item,
.totalbusiness-full-size-wrapper .totalbusiness-item-no-space{ margin-left: 0px; margin-right: 0px; }

.ie7 .totalbusiness-item-start-content{ overflow: hidden; }
audio{ width: 100%; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider{ position: relative; clear: both; float: right; top: -31px; }
img, video{ max-width: 100%; height: auto; width: auto; /* for ie8 */ }
.ms-container video{ max-width: none; }
input[type="text"], input[type="email"], input[type="password"], textarea{ 
	border: 0px; outline: none; padding: 6px; max-width: 100%; }

/*--- transition / color animation  ---*/
a{
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;    /* FF3.7+ */
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;      /* Opera 10.5 */
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms; /* Saf3.2+, Chrome */ }

/*--- boxed style ---*/
.body-wrapper{ overflow: hidden; }	
.body-wrapper.totalbusiness-boxed-style { margin: 0px auto;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); }	
	
img.totalbusiness-full-boxed-background{ min-height: 100%; min-width: 1024px;
  width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index: -1; }

@media screen and (max-width: 1024px) {
  img.totalbusiness-full-boxed-background { left: 50%; margin-left: -512px; }
}

.content-wrapper{ position:relative; z-index: 89; margin-bottom: 40px; }
	
/*--- top navigation ---*/
.top-navigation-wrapper{ position: relative; z-index: 98; 
	padding: 10px 0px 0px 0px; font-size: 13px; line-height: 18px; }
.top-navigation-left{ float: left; margin: 0px 15px; }
.top-navigation-right{ float: right; margin: 0px 15px; }

.top-social-wrapper .social-icon{ font-size: 14px; display: inline; margin-left: 6px; }
.top-social-wrapper .social-icon a{ opacity: 0.6; filter: alpha(opacity=60); }
.top-social-wrapper .social-icon a:hover{ opacity: 1; filter: alpha(opacity=100); }

/*--- form ---*/
.totalbusiness-navigation-substitute{ position: relative; z-index: 91; }

#totalbusiness-menu-search-button { margin: 2px 0px 0px 30px; float: right; cursor: pointer; 
	max-width: 15px; opacity: 0.7; filter: alpha(opacity=70); }
.totalbusiness-header-transparent #totalbusiness-menu-search-button{  opacity: 1; filter: alpha(opacity=100); }
#totalbusiness-menu-search{ position: absolute; top: 100%; right: 15px; width: 100%; display: none; }
#totalbusiness-menu-search input[type="text"]{ margin: 0px; background: transparent; padding: 20px 23px; }
#totalbusiness-menu-search input[type="submit"]{ display: none; }
.totalbusiness-menu-search-button-sep{ position: absolute; }

/*--- top login menu---*/
.totalbusiness-login-form input[type="text"], .totalbusiness-login-form input[type="email"], 
.totalbusiness-login-form input[type="password"]{ width: 200px; padding: 12px; margin-bottom: 5px; }
.totalbusiness-login-form label { display: block; margin-bottom: 4px; }
.totalbusiness-login-form p { margin-bottom: 0px; margin-top: 9px; overflow: hidden; }
.totalbusiness-login-form p:first-child{ margin-top: 0px; }
.totalbusiness-login-form input[type="submit"] { margin-bottom: 0px; }
.totalbusiness-login-form input[type="checkbox"] { margin: 2px 10px 0px 0px; float: left; }
.totalbusiness-login-form .login-remember{ padding-top: 3px; }

/*--- header ---*/
.totalbusiness-top-woocommerce-button{ cursor: pointer; width: 15px; text-align: right; font-size: 10px; position: relative; padding-top: 3px; }
.totalbusiness-top-woocommerce-button img{ opacity: 0.7; filter: alpha(opacity=70); }
.totalbusiness-top-woocommerce-button .totalbusiness-cart-item-count { position: absolute; right: -6px; top: -6px; }
.totalbusiness-top-woocommerce-wrapper{ float: right; padding-left: 30px; }
.totalbusiness-top-woocommerce{ text-align: center; display: none; top: 100%; position: absolute; right: 15px; }
.totalbusiness-top-woocommerce .totalbusiness-top-woocommerce-inner{ padding: 30px 40px 23px; }
.totalbusiness-top-woocommerce .totalbusiness-cart-count{ margin-bottom: 8px; }
.totalbusiness-top-woocommerce .totalbusiness-cart-amount{ margin-bottom: 20px; }
.totalbusiness-top-woocommerce-inner > a{ display: block; font-size: 14px; font-weight: bold; margin-bottom: 8px; }

.totalbusiness-header-wrapper{ z-index: 99; }
.totalbusiness-logo-container,
.totalbusiness-header-container{ position: relative; z-index: 97; }
.totalbusiness-logo{ float: left; margin-left: 15px; margin-right: 15px; }
.totalbusiness-logo h1{ margin-bottom: 0px; line-height: 0; }

.totalbusiness-fixed-header{ position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999; }
.totalbusiness-fixed-header .totalbusiness-logo { margin-top: 16px; margin-bottom: 16px; }
.totalbusiness-fixed-header .totalbusiness-logo img{ max-height: 38px; width: auto; }
.totalbusiness-fixed-header .totalbusiness-navigation-wrapper{ margin-top: 25px; }
.totalbusiness-fixed-header .totalbusiness-main-menu > li > a { padding-bottom: 15px; }
.totalbusiness-fixed-header .totalbusiness-navigation-slide-bar{ display: none; }
.totalbusiness-fixed-header.totalbusiness-header-inner{
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }
.totalbusiness-fixed-header .totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a { font-size: 14px; padding-bottom: 18px; }
.admin-bar .totalbusiness-fixed-header{ top: 32px }

.totalbusiness-navigation-wrapper{ margin: 0px 15px; float: right; }
.totalbusiness-navigation-wrapper .totalbusiness-navigation-container{ position: relative; line-height: 0; }
.totalbusiness-navigation-wrapper .totalbusiness-main-menu > li{ padding: 0px; }
.totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a{ font-size: 14px; padding: 0px 0px 0px 30px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: normal; }
.totalbusiness-navigation-wrapper .totalbusiness-main-menu > li:first-child > a{ padding-left: 0px; }
.totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a.sf-with-ul-pre,
.totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a.sf-with-ul{ padding-right: 0px; }
.totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a.sf-with-ul:after{ top: 10px; right: 0px; display: none; }

.totalbusiness-page-title-wrapper { padding: 42px 0px 48px; position: relative; z-index: 89; line-height: 1;
	background-image: url('images/page-title-background.jpg'); background-repeat: no-repeat; background-position: center; }
.totalbusiness-page-title-wrapper .totalbusiness-page-title-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background: #000; opacity: 0; filter: alpha(opacity=0); }
.totalbusiness-page-title-wrapper .totalbusiness-page-title-container{ position: relative; }
.totalbusiness-page-title-wrapper .totalbusiness-page-title{ font-size: 28px; margin: 0px 15px; display: block; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; }
.totalbusiness-page-title-wrapper .totalbusiness-page-caption{ font-size: 14px; margin: 0px 17px 0px; display: block; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; }
.totalbusiness-page-title-wrapper .totalbusiness-page-title-gimmick { font-size: 20px; display: block; margin-top: 20px; }	
.totalbusiness-full-size-wrapper .totalbusiness-item-title-head { margin-left: 15px; margin-right: 15px; position: relative; }

.totalbusiness-header-wrapper.header-style-2-wrapper { position: absolute; left: 0px; right: 0px; }
.totalbusiness-header-wrapper.header-style-2-wrapper .top-navigation-wrapper{ background: transparent; }
.totalbusiness-header-wrapper.header-style-2-wrapper .totalbusiness-header-inner{ background: transparent; }
.totalbusiness-header-wrapper.header-style-2-wrapper .totalbusiness-header-inner-overlay{ position: absolute; left: 15px; 
	right: 15px; top: 0px; bottom: 0px; z-index: -1; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.totalbusiness-header-wrapper.header-style-2-wrapper .totalbusiness-logo{ margin-left: 42px; }
.totalbusiness-header-wrapper.header-style-2-wrapper .totalbusiness-navigation-wrapper{ margin-right: 47px; }
.totalbusiness-header-wrapper.header-style-2-wrapper.totalbusiness-header-no-top-bar { padding-top: 40px; }
.header-style-2-title-wrapper.totalbusiness-page-title-wrapper{ padding-top: 190px; }
.totalbusiness-header-wrapper.header-style-2-wrapper  .totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a{ padding-bottom: 32px; }

.totalbusiness-header-wrapper.header-style-4-wrapper { position: absolute; left: 0px; right: 0px; }
.totalbusiness-header-wrapper.header-style-4-wrapper .top-navigation-wrapper{ background: transparent; }
.totalbusiness-header-wrapper.header-style-4-wrapper .totalbusiness-header-inner{ background: transparent; }
.totalbusiness-header-wrapper.header-style-4-wrapper .totalbusiness-header-inner-overlay{ position: absolute; bottom: 0px; left: 15px; right: 15px;
    border-bottom-width: 1px; border-bottom-style: solid; opacity: 0.4; filter: alpha(opacity=40); }
.header-style-4-title-wrapper.totalbusiness-page-title-wrapper{ 
    padding-top: 180px;
    padding-bottom: 78px; }

.header-style-3-wrapper .totalbusiness-logo-right-text { float: right; font-size: 14px; text-align: right; margin-right: 15px; }
.header-inner-header-style-3 .totalbusiness-navigation-wrapper { padding-top: 19px;  margin-top: 0px; }
.header-inner-header-style-3 .totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a{ padding-bottom: 19px; padding-left: 45px; font-weight: normal; }
.header-inner-header-style-3 .totalbusiness-navigation-wrapper .totalbusiness-main-menu > li:first-child > a{ padding-left: 0px; }
.header-inner-header-style-3 .totalbusiness-navigation-wrapper{ float: none; margin-right: 15px; }
.header-inner-header-style-3 .sf-menu .totalbusiness-normal-menu ul { font-weight: normal; font-size: 14px; }


.totalbusiness-header-wrapper.header-style-5-wrapper { position: absolute; left: 0px; right: 0px; }
.header-style-5-title-wrapper.totalbusiness-page-title-wrapper{ padding-top: 190px; }

.totalbusiness-header-wrapper.header-style-6-wrapper { position: absolute; left: 0px; right: 0px; }
.totalbusiness-header-wrapper.header-style-6-wrapper .top-navigation-wrapper{ background: transparent; }
.totalbusiness-header-wrapper.header-style-6-wrapper .totalbusiness-header-inner{ background: transparent; }
.header-style-6-title-wrapper.totalbusiness-page-title-wrapper{ padding-top: 220px; }
.totalbusiness-header-wrapper.header-style-6-wrapper .totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a{ font-size: 13px; padding-left: 35px; }
.totalbusiness-header-wrapper.header-style-6-wrapper .sf-menu > .totalbusiness-normal-menu ul, .totalbusiness-header-wrapper.header-style-6-wrapper .sf-mega-section-inner > ul{ font-size: 13px; }

.header-style-7-wrapper .totalbusiness-logo{ float: none; }
.header-style-7-wrapper .totalbusiness-logo-inner{ margin: 0px auto; }
.header-inner-header-style-7.totalbusiness-header-inner{ text-align: center; line-height: 0; }
.header-inner-header-style-7 .totalbusiness-navigation-wrapper{ padding-top: 19px; margin-top: 0px; 
	display: inline-block; text-align: left; float: none; line-height: 1.7; }
.header-inner-header-style-7 .totalbusiness-navigation-wrapper .totalbusiness-main-menu > li > a{ padding-bottom: 19px; font-weight: bold; }

/*--- header shortcode ---*/
.totalbusiness-heading-shortcode.with-background { padding: 8px 19px; display: inline-block; }
.totalbusiness-heading-shortcode i { margin-right: 10px; }

/*--- wrapper item ---*/
.totalbusiness-color-wrapper, 
.totalbusiness-parallax-wrapper{ overflow: hidden; background-position: center 0px; 
	background-repeat: repeat; position: relative; }
	
/*--- sidebar ---*/
.with-sidebar-container .with-sidebar-content{ float: right; }
.totalbusiness-widget-title { font-size: 18px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.totalbusiness-sidebar .totalbusiness-widget-title{ display: inline-block; padding-right: 4px; }
.widget.totalbusiness-widget { margin-bottom: 20px; }

/*--- stunning-text ---*/	
.totalbusiness-stunning-item .stunning-item-title{ font-weight: 300; font-size: 30px; margin-bottom: 14px; }

.totalbusiness-stunning-item.totalbusiness-stunning-left.totalbusiness-button-on { position: relative; padding-right: 150px; font-size: 16px; }
.totalbusiness-stunning-item.totalbusiness-stunning-left .stunning-item-button { position: absolute; right: 0px; top: 50%; margin-top: -21px; margin-right: 0px; } 


.totalbusiness-stunning-item.totalbusiness-stunning-small-left.totalbusiness-button-on { position: relative; padding-right: 150px; }
.totalbusiness-stunning-item.totalbusiness-stunning-small-left .stunning-item-title { font-size: 18px; font-weight: bold; margin-bottom: 0px; }
.totalbusiness-stunning-item.totalbusiness-stunning-small-left .stunning-item-button { position: absolute; right: 0px; top: 50%; margin-top: -21px; margin-right: 0px; } 

.totalbusiness-stunning-item.totalbusiness-stunning-center{ text-align: center; }
.totalbusiness-stunning-item.totalbusiness-stunning-center .stunning-item-button{ margin: 20px 9px 0px; }
.totalbusiness-stunning-item.totalbusiness-stunning-center  .stunning-item-title { font-size: 36px; }
.totalbusiness-stunning-item.totalbusiness-stunning-center .stunning-item-caption { font-size: 15px; }

.totalbusiness-stunning-text-item.type-center{ text-align:center;  margin-bottom: 35px; }
.totalbusiness-stunning-text-item.type-center .stunning-text-title{ font-size: 33px; font-weight: bold; margin-bottom: 25px; }
.totalbusiness-stunning-text-item.type-center .stunning-text-caption{ font-size: 16px; }
.totalbusiness-stunning-text-item.type-center .stunning-text-button{ margin: 15px 0px 0px; }

.totalbusiness-stunning-text-item.type-normal.totalbusiness-button-on{ padding-right: 190px; position: relative; }
.totalbusiness-stunning-text-item.type-normal .stunning-text-title{ font-size: 29px; margin-bottom: 18px; }
.totalbusiness-stunning-text-item.type-normal .stunning-text-caption{ font-size: 16px; }
.totalbusiness-stunning-text-item.type-normal .stunning-text-button{ position: absolute; right: 0px; top: 50%; 
	margin-top: -22px; margin-right: 0px; }

.totalbusiness-stunning-text-item.with-padding{ padding: 35px 35px 15px; }
.totalbusiness-stunning-text-item.with-padding.with-border{ border-width: 3px; border-style: solid; }
.totalbusiness-stunning-text-item.with-padding.totalbusiness-button-on{ padding-right: 200px; }
.totalbusiness-stunning-text-item.with-padding .stunning-text-button{ right: 40px; }
.totalbusiness-stunning-text-item.with-padding .stunning-text-caption{ margin-bottom: 20px; }

/*--- footer ---*/
.footer-wrapper{ position: relative; background-repeat: no-repeat; background-position: right top; }
.footer-wrapper a { cursor: pointer; }
.footer-wrapper .widget.totalbusiness-widget { margin-bottom: 40px; }
.footer-wrapper .totalbusiness-widget-title { margin-bottom: 20px; }
.footer-container{ padding-top: 50px; }
.ie7 .footer-wrapper{ overflow: hidden; }

.copyright-left { font-color: #9f9f9f; font-size: 14px; margin: 0px 15px; float: left; -webkit-text-size-adjust: 80%; -webkit-font-smoothing: antialiased; }
.copyright-right { font-size: 14px; margin: 0px 15px; float: right; -webkit-text-size-adjust: 80%; -webkit-font-smoothing: antialiased; }
.copyright-wrapper{ border-top-width: 0px; border-top-style: solid; }
.copyright-container{ padding: 14px 0px; }

/*--- shortcode ---*/
.totalbusiness-shortcode-wrapper { margin-left: -15px; margin-right: -15px; }

/*--- 404 page not found ---*/
.page-not-found-block { text-align: center; padding: 50px 50px 60px; margin: 50px 0px 50px; }
.page-not-found-block .page-not-found-title { font-size: 45px; line-height: 1; margin-bottom: 17px; }
.page-not-found-block .page-not-found-caption { font-size: 20px; margin-bottom: 35px; }
.page-not-found-block .page-not-found-icon { font-size: 89px; line-height: 1;  margin-bottom: 20px; }
.page-not-found-search { max-width: 300px; margin: 0px auto; }
.page-not-found-search  .gdl-search-form{ padding-right: 30px; }
.page-not-found-search  .gdl-search-form input[type="text"]{ padding: 12px 15px; font-size: 15px;
	border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.page-not-found-search  .gdl-search-form input[type="submit"]{
	background-image: url('images/light/icon-search.png'); }
	
body.search .page-not-found-block{ margin-top: 0px; }	

/*----------------------------------------------------------------------*/
/*---------------             CONTENT ITEM            ------------------*/
/*----------------------------------------------------------------------*/

/*--- item title ---*/
.totalbusiness-item-title-wrapper.totalbusiness-item{ margin-bottom: 20px; position: relative; }
.totalbusiness-item-title-wrapper .totalbusiness-item-title{ font-size: 28px; margin-bottom: 20px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px }
.totalbusiness-item-title-wrapper .totalbusiness-item-title-caption{ margin-top: 8px; font-size: 15px; }
.totalbusiness-item-title-wrapper .totalbusiness-item-title-link{ margin-top: 8px; font-size: 13px; font-style: normal; display: inline;  }

.totalbusiness-item-title-wrapper.totalbusiness-center{ text-align: center; }
.totalbusiness-item-title-wrapper.totalbusiness-left .totalbusiness-item-title,
.totalbusiness-item-title-wrapper.totalbusiness-left .totalbusiness-item-title-caption,
.totalbusiness-item-title-wrapper.totalbusiness-left .totalbusiness-item-title-link{ display: inline; margin-right: 10px; }
.totalbusiness-item-title-wrapper.totalbusiness-small .totalbusiness-item-title{ font-size: 14px; }
.totalbusiness-item-title-wrapper.totalbusiness-medium .totalbusiness-item-title{ font-size: 18px; }
.totalbusiness-item-title-wrapper.totalbusiness-extra-large .totalbusiness-item-title{ font-size: 36px; }
.totalbusiness-item-title-wrapper.totalbusiness-large.totalbusiness-left .totalbusiness-item-title-link,
.totalbusiness-item-title-wrapper.totalbusiness-extra-large.totalbusiness-left .totalbusiness-item-title-link{ position: absolute; 
	right: 0px; bottom: 1px; font-weight: normal; font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	
.totalbusiness-title-item{ margin-bottom: 20px; }
.totalbusiness-title-item .totalbusiness-item-title-wrapper.totalbusiness-item { margin-bottom: 0px; }

.totalbusiness-item-title-wrapper.totalbusiness-nav-container .totalbusiness-item-title { display: inline; margin-right: 20px; }
.totalbusiness-item-title-wrapper.totalbusiness-nav-container .totalbusiness-flex-prev{ font-size: 23px; margin-right: 13px; cursor: pointer; }
.totalbusiness-item-title-wrapper.totalbusiness-nav-container .totalbusiness-flex-next{ font-size: 23px; margin-left: 8px; margin-right: 0px; cursor: pointer; }
.totalbusiness-item-title-wrapper.totalbusiness-nav-container.totalbusiness-left .totalbusiness-nav-title{ position: absolute; right: 0px; top: 50%; margin-top: -13px; }

.totalbusiness-item-title-nav.totalbusiness-nav-container { margin: 0px 20px 30px; line-height: 1; }
.totalbusiness-item-title-nav i{ font-size: 24px; vertical-align: text-top; margin: 0px 11px; }
.totalbusiness-item-title-nav .totalbusiness-flex-prev,
.totalbusiness-item-title-nav .totalbusiness-flex-next{ font-size: 23px; cursor: pointer; }
.totalbusiness-item-title-nav img{ max-width: 40px; vertical-align: text-top; margin: 0px 20px; }

.totalbusiness-item-title-nav.totalbusiness-center{ text-align: center; }

/*--- accordion / toggle ---*/
.accordion-tab > .accordion-content{ display: none; }
.accordion-tab.active > .accordion-content{ display: block; }

.totalbusiness-accordion-item.style-1 .accordion-tab{ overflow: hidden; padding: 11px 0px; 
	border-top-width: 1px; border-top-style: solid; }
.totalbusiness-accordion-item.style-1 .accordion-tab:first-child{ border: 0px; padding-top: 0px; }
.totalbusiness-accordion-item.style-1 .accordion-title{ font-weight: normal; 
	font-size: 17px; line-height: 33px; margin-bottom: 0px; cursor: pointer; 
	transition: color 200ms; -moz-transition: color 200ms;
	-o-transition: color 200ms; -webkit-transition: color 200ms; }
.totalbusiness-accordion-item.style-1 .accordion-title i{ margin-right: 20px; font-size: 13px; 
	width: 9px; height: 13px; padding: 12px 14px 10px; display: inline-block; }
.totalbusiness-accordion-item.style-1 .accordion-content{ padding-top: 12px; margin-left: 57px; }
.totalbusiness-accordion-item.style-1 .accordion-title span { overflow: hidden; display: block; }
.totalbusiness-accordion-item.style-1 .accordion-title i{ float: left;
	transition: color 200ms, background-color 200ms; -moz-transition: color 200ms, background-color 200ms;
	-o-transition: color 200ms, background-color 200ms; -webkit-transition: color 200ms, background-color 200ms; }

.totalbusiness-accordion-item.style-2 .accordion-tab{ overflow: hidden; padding-bottom: 4px; }
.totalbusiness-accordion-item.style-2 .accordion-title{ padding-bottom: 16px; font-weight: 400; 
	font-size: 15px; line-height: 18px; margin-bottom: 0px; cursor: pointer; }
.totalbusiness-accordion-item.style-2 .accordion-title i{ margin-right: 20px; font-size: 13px;  }
.totalbusiness-accordion-item.style-2 .accordion-content{ margin-left: 31px;  }

/*--- button ---*/
input[type="submit"], input[type="button"]{ -webkit-appearance: none; }
.totalbusiness-button, input[type="button"], input[type="submit"]{ display: inline-block; 
    font-size: 13px;
    padding: 14px 27px;
	margin-bottom: 15px; margin-right: 15px; outline: none; cursor: pointer; text-transform: uppercase; 
	font-weight: normal; border: none; letter-spacing: 1px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.totalbusiness-button.small{ font-size: 12px; padding: 11px 17px; }
.totalbusiness-button.large{ font-size: 14px; padding: 15px 28px; }
.totalbusiness-button.with-border{ border-width: 3px; border-style: solid; }
.totalbusiness-button .totalbusiness-icon { margin-right: 5px; letter-spacing: 1px; }
.totalbusiness-border-button{ padding: 11px 25px; border-width: 2px; border-style: solid; 
	font-size: 12px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; }

/*--- about-us ---*/
.totalbusiness-normal .about-us-caption{ font-size: 15px; font-style: italic; margin-bottom: 22px; }
.totalbusiness-normal .about-us-title{ font-size: 34px; font-weight: 800; margin-bottom: 13px; }
.totalbusiness-normal .about-us-read-more{ font-size: 14px; margin-top: 4px; display: inline-block; }

.totalbusiness-plain .about-us-caption{ font-size: 15px; margin-bottom: 6px; font-style: italic; }
.totalbusiness-plain .about-us-title{ font-size: 28px; font-weight: bold; margin-bottom: 25px; }
.totalbusiness-plain .about-us-read-more{ margin-top: 4px; display: inline-block; }

.totalbusiness-plain-large .about-us-caption{ font-size: 22px; margin-bottom: 6px; }
.totalbusiness-plain-large .about-us-title{ font-size: 45px; font-weight: bold; margin-bottom: 24px; line-height: 1; }
.totalbusiness-plain-large .about-us-read-more { margin-bottom: 0px; margin-top: 6px; }

.totalbusiness-title-left .about-us-title-wrapper{ float: left; width: 27%; text-align: right; margin-right: 80px; }
.totalbusiness-title-left .about-us-title{ font-size: 35px; font-weight: bold; line-height: 1.2; margin-bottom: 22px;}
.totalbusiness-title-left .about-us-caption{ font-size: 35px; font-weight: normal; line-height: 1.2; }
.totalbusiness-title-left .about-us-title-divider{ border-top-width: 4px; border-top-style: solid; 
    width: 45px; margin-left: auto; }
.totalbusiness-title-left .about-us-read-more { margin-bottom: 0px; margin-top: 6px; }
.totalbusiness-title-left .about-us-content-wrapper { overflow: hidden; }
	
/*--- column service ---*/
.totalbusiness-column-service-item .column-service-icon{ margin-right: 15px; font-size: 24px; line-height: 24px; }
.totalbusiness-column-service-item .column-service-icon i{ margin: 0px; vertical-align: middle; }
.totalbusiness-column-service-item .column-service-title{ margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: normal; }

.totalbusiness-column-service-item.totalbusiness-type-1 .column-service-icon{ float: left; margin-right: 20px; }
.totalbusiness-column-service-item.totalbusiness-type-1 .column-service-icon.totalbusiness-skin-box{ background: transparent; }
.totalbusiness-column-service-item.totalbusiness-type-1 .column-service-content-wrapper{ font-size: 14px; margin-bottom: 10px; overflow: hidden; }
.totalbusiness-column-service-item.totalbusiness-type-1 .column-service-image { max-width: 35px; float: left; margin-right: 20px; }

.totalbusiness-column-service-item.totalbusiness-type-2{ text-align: center; }
.totalbusiness-column-service-item.totalbusiness-type-2 .column-service-icon{ width: 26px; height: 26px; font-size: 18px; padding: 5px;
	line-height: 26px; text-align: center; margin: 0px auto 28px; border-width: 2px; border-style: solid;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.totalbusiness-column-service-item.totalbusiness-type-2 .column-service-icon i{ font-weight: bold; }
.totalbusiness-column-service-item.totalbusiness-type-2 .column-service-image { margin-bottom: 25px; }
.totalbusiness-column-service-item.totalbusiness-type-2 .column-service-image img { max-width: 45px; }

.totalbusiness-column-service-item.totalbusiness-type-2-hover{ text-align: center; margin-left: 0px; margin-right: 0px; padding: 75px 30px 55px; }
.totalbusiness-column-service-item.totalbusiness-type-2-hover .column-service-icon{ width: 26px; height: 26px; font-size: 18px; padding: 5px;
	line-height: 26px; text-align: center; margin: 0px auto 38px; border-width: 2px; border-style: solid;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.totalbusiness-column-service-item.totalbusiness-type-2-hover .column-service-icon i{ font-weight: bold; }
.totalbusiness-column-service-item.totalbusiness-type-2-hover .column-service-image { margin-bottom: 35px; }
.totalbusiness-column-service-item.totalbusiness-type-2-hover{ 
	transition: background-color 400ms; -moz-transition: background-color 400ms;
	-o-transition: background-color 400ms; -webkit-transition: background-color 400ms; }
.totalbusiness-column-service-item.totalbusiness-type-2-hover .column-service-title,
.totalbusiness-column-service-item.totalbusiness-type-2-hover .column-service-content,
.totalbusiness-column-service-item.totalbusiness-type-2-hover .column-service-icon{
	transition: color 200ms; -moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; }

.totalbusiness-column-service-item.totalbusiness-type-3{ text-align: left; font-size: 14px; margin-bottom: 5px; }
.totalbusiness-column-service-item.totalbusiness-type-3 .column-service-icon{ text-align: center; margin: 0px auto 28px;}
.totalbusiness-column-service-item.totalbusiness-type-3 .column-service-image { text-align: center; margin-bottom: 20px; }

/*--- service with image ---*/	
.totalbusiness-service-with-image-item .service-with-image-thumbnail{ max-width: 190px; float: left; margin-right: 40px; 
	background: #fff; padding: 7px; border-width: 1px; border-style: solid;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }	
.totalbusiness-service-with-image-item .service-with-image-thumbnail img{ display: block; 
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }
.totalbusiness-service-with-image-item .service-with-image-title{ font-size: 18px; margin-top: 35px; }	
.totalbusiness-service-with-image-item .service-with-image-content-wrapper{ overflow: hidden; }	

.totalbusiness-service-with-image-item.totalbusiness-right{ text-align: right; }
.totalbusiness-service-with-image-item.totalbusiness-right .service-with-image-thumbnail{ float: right; margin-left: 40px; margin-right: 0px; }
	
/*--- service half background ---*/	
.totalbusiness-service-half-background-item{ overflow: hidden; }

.totalbusiness-service-half-background-item .totalbusiness-half-left .totalbusiness-item-margin{ margin: 0px 30px 0px 15px; }
.totalbusiness-service-half-background-item .totalbusiness-half-left { width: 50%; float: left; padding: 70px 0px 999px; margin-bottom: -939px; }
.totalbusiness-service-half-background-item .totalbusiness-half-left .half-container { margin-right: 0px; margin-left: auto; }
.totalbusiness-service-half-background-item .totalbusiness-left-service-title { font-size: 20px; font-weight: bold; }
	
.totalbusiness-service-half-background-item .totalbusiness-half-right .totalbusiness-item-margin{ margin: 0px 15px 0px 40px; }
.totalbusiness-service-half-background-item .totalbusiness-half-right { width: 50%; float: left; padding: 70px 0px 999px; margin-bottom: -939px; }
.totalbusiness-service-half-background-item .totalbusiness-half-right .half-container { margin-left: 0px; margin-right: auto; }
.totalbusiness-service-half-background-item .totalbusiness-right-service-title { font-size: 20px; font-weight: bold; margin-bottom: 25px; }
	
/*--- feature media ---*/		
.totalbusiness-feature-media-item .feature-media-button{ margin-top: 15px; }	
.totalbusiness-feature-media-item.totalbusiness-left .feature-media-thumbnail{ float: left; margin-right: 55px; width: 37%; }
.totalbusiness-feature-media-item.totalbusiness-left .feature-media-content-wrapper{ overflow: hidden; }
.totalbusiness-feature-media-item.totalbusiness-center{ text-align: center; }
.totalbusiness-feature-media-item.totalbusiness-center .feature-media-thumbnail{ max-width: 700px; margin: 0px auto 40px; }
.totalbusiness-feature-media-item.totalbusiness-center .feature-media-content-wrapper{ max-width: 700px; margin: 0px auto; }
.totalbusiness-feature-media-item.totalbusiness-center .feature-media-divider{ width: 300px; max-width: 100%; margin: 0px auto 40px;
	border-bottom-width: 5px; border-bottom-style: solid; } 	
.totalbusiness-feature-media-item .totalbusiness-item-title-wrapper.totalbusiness-item{ margin-left: 0px; margin-right: 0px; margin-top: 15px; }

/*--- divider ---*/
.totalbusiness-divider{ border-bottom-width: 1px; border-style: solid; margin: 0px auto; max-width: 100%; }
.totalbusiness-divider.double{ height: 3px; border-top-width: 1px; }
.totalbusiness-divider.dotted{ border-style: dashed; }
.totalbusiness-divider.double-dotted{ height: 3px; border-top-width: 1px; border-style: dashed; }
.totalbusiness-divider.thick{ border-bottom-width: 3px; }

.totalbusiness-divider-with-icon{ margin: 0px auto; position: relative; text-align: center; }
.totalbusiness-divider-with-icon .totalbusiness-divider-icon-outer{ display: inline-block; 
	padding: 7px; border-width: 1px; border-style: solid;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.totalbusiness-divider-with-icon .totalbusiness-divider-icon{ font-size: 15px; line-height: 15px; width: 15px; 
	text-align: center; margin: 0px auto; padding: 13px; color: #fff;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.totalbusiness-divider-with-icon-left,
.totalbusiness-divider-with-icon-right{ border-bottom-style: solid; border-bottom-width: 1px; position: absolute; top: 28px; }
.totalbusiness-divider-with-icon-left{ left: 0px; right: 50%; margin-right: 40px; }
.totalbusiness-divider-with-icon-right{ right: 0px; left: 50%; margin-left: 40px; }

/*--- box with icon ---*/
.totalbusiness-box-with-icon-item{ text-align: center; padding: 40px 30px 20px; position: relative; }
.totalbusiness-box-with-icon-item > i{ font-size: 45px; display: inline-block; margin-bottom: 22px; margin-right: 0; }	
.totalbusiness-box-with-icon-item .box-with-icon-title{ font-size: 20px; margin-bottom: 20px; display: block; }	

.totalbusiness-box-with-icon-item.pos-left{ text-align: left; padding: 30px 40px 20px; }
.totalbusiness-box-with-icon-item.pos-left > i{ float: left; margin: 5px 25px 0px 0px; }

.totalbusiness-box-with-icon-item.type-circle .box-with-circle-icon{ padding: 18px; display: inline-block; 
	width: 22px; text-align: center; line-height: 22px;
	position: absolute; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; }
.totalbusiness-box-with-icon-item.type-circle .box-with-circle-icon > i{ font-size: 22px; margin-right: 0; }	
.totalbusiness-box-with-icon-item.type-circle.pos-top{ padding-top: 50px; }
.totalbusiness-box-with-icon-item.type-circle.pos-top .box-with-circle-icon{ top: -30px; left: 50%; margin-left: -30px; }
.totalbusiness-box-with-icon-item.type-circle.pos-left{ margin-left: 40px; padding-left: 50px; }
.totalbusiness-box-with-icon-item.type-circle.pos-left .box-with-circle-icon{ left: -30px; top: 50%; margin-top: -30px; }

/*-- icon --*/
i.totalbusiness-icon { margin-right: 10px; }

/*--- frame ---*/
.totalbusiness-frame-shortcode{ line-height: 1; }
.totalbusiness-frame-shortcode.totalbusiness-align-left{ float: left; margin-right: 20px; margin-bottom: 20px; }
.totalbusiness-frame-shortcode.totalbusiness-align-right{ float: right; margin-left: 20px; margin-bottom: 20px; }
.totalbusiness-frame-shortcode.totalbusiness-align-center{ text-align: center; margin-bottom: 20px; }
.totalbusiness-frame-shortcode .totalbusiness-frame-caption{ display: block; text-align: center; margin-top: 15px; }

.totalbusiness-frame{ display: inline-block; max-width: 100%; position: relative; }
.totalbusiness-frame img{ display: block; }
.totalbusiness-frame.frame-type-border{ padding: 6px; border-style: solid; border-width: 1px; }
.totalbusiness-frame.frame-type-solid{ padding: 5px; }
.totalbusiness-frame.frame-type-rounded{ overflow: hidden; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.totalbusiness-frame.frame-type-circle{ overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

.totalbusiness-frame.frame-type-solid.frame-type-circle .totalbusiness-image-link-shortcode,
.totalbusiness-frame.frame-type-border.frame-type-circle .totalbusiness-image-link-shortcode{ overflow: hidden;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.totalbusiness-frame.frame-type-solid.frame-type-rounded .totalbusiness-image-link-shortcode,
.totalbusiness-frame.frame-type-border.frame-type-rounded .totalbusiness-image-link-shortcode{ overflow: hidden;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

.totalbusiness-image-frame-item{ text-align: center; line-height: 0; }
.totalbusiness-image-frame-item .image-frame-item{ display: inline-block; line-height: 1; }	
.totalbusiness-image-frame-item .totalbusiness-image-frame-content { position: absolute; top: 50%; right: 60px; left: 60px;
    line-height: 1.6; text-align: center; opacity: 0; }
.totalbusiness-image-frame-item .totalbusiness-image-frame-content-title{ font-size: 18px; margin-bottom: 15px; display: block; }	
.totalbusiness-image-frame-item .totalbusiness-image-frame-content-caption{ font-size: 13px; }	
.totalbusiness-image-frame-item .totalbusiness-image-frame-content p{ margin-bottom: 0px; }
.totalbusiness-link-type-content .totalbusiness-image-link-shortcode .totalbusiness-image-link-gradient{ 
	position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;
	background: url('images/image-hover-gradient.png') 0px 0px repeat-x; }
	
/*--- image link ---*/
.totalbusiness-image-link-shortcode{ position: relative; }
.totalbusiness-image-link-shortcode .totalbusiness-image-link-overlay{ position: absolute; top: 0px; right: 0px; 
	bottom: 0px; left: 0px; opacity: 0.5; filter: alpha(opacity=.5); }
.totalbusiness-image-link-shortcode .totalbusiness-image-link-icon{ color: #ccc; position: absolute; top: 50%; left: 50%; 
	font-size: 24px; line-height: 1; margin-left: -12px; margin-top: -12px; opacity: 0; filter: alpha(opacity=0);
	transition: none; -moz-transition: none; -o-transition: none; -webkit-transition: none; }	
.totalbusiness-image-link-shortcode .totalbusiness-image-link-icon i{ margin-right: 0px; }	

/*--- personnel ---*/	
.totalbusiness-personnel-item.carousel.round-style{ padding-top: 45px; }
.totalbusiness-personnel-item.carousel .personnel-item{ margin: 0px 15px; }
.totalbusiness-personnel-item.carousel.box-style .personnel-item{ padding-top: 35px; }
.totalbusiness-personnel-item.carousel .personnel-item:first-child{ margin-left: 0px; }
.personnel-content .totalbusiness-icon { margin-right: 5px; }
.totalbusiness-personnel-item.box-style .personnel-item-inner{ padding: 25px 30px; position: relative; }	
.totalbusiness-personnel-item.box-style .personnel-item-inner:after{ content: ''; height: 0px; width: 0px; 
	border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.totalbusiness-personnel-item.box-style .personnel-info{ margin-top: 30px; text-align: center; }
.totalbusiness-personnel-item.box-style .personnel-author{ font-size: 21px; font-weight: bold; }	
.totalbusiness-personnel-item.box-style .personnel-author-image{ width: 65px; height: 65px; 
	position: absolute; left: 50%; top: -35px; margin-left: -35px;
	border-width: 3px; border-style: solid; overflow: hidden;
	-moz-border-radius: 35px; -webkit-border-radius: 35px; border-radius: 35px; }
.totalbusiness-personnel-item.box-style .personnel-position{ font-size: 15px; }	
.totalbusiness-personnel-item.box-style .personnel-content{ text-align: center; margin-top: 15px; }	
.totalbusiness-personnel-item.box-style .personnel-social{ text-align: center; font-size: 20px; margin-top: 14px; }	
.totalbusiness-personnel-item.box-style .personnel-social i{ margin: 0px 1px; }	

.totalbusiness-personnel-item.plain-style .personnel-item-inner{ padding: 25px 30px; position: relative; }	
.totalbusiness-personnel-item.plain-style .personnel-item-inner:after{ content: ''; height: 0px; width: 0px; 
	border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.totalbusiness-personnel-item.plain-style .personnel-info{ margin-top: 20px; text-align: center; }
.totalbusiness-personnel-item.plain-style .personnel-author{ font-size: 21px; font-weight: bold; }	
.totalbusiness-personnel-item.plain-style .personnel-position{ font-size: 15px; }	
.totalbusiness-personnel-item.plain-style .personnel-content{ text-align: center; margin-top: 20px; }	
.totalbusiness-personnel-item.plain-style .personnel-social{ text-align: center; font-size: 22px; margin-top: 14px; }
.totalbusiness-personnel-item.box-style{ margin-top: 35px; }
.totalbusiness-personnel-item.plain-style .personnel-social i{ margin: 0px 10px 0px 0px; }	

.totalbusiness-personnel-item.plain-style.totalbusiness-left .personnel-author-image{ float: left; padding: 0px 30px 5px 0px }
.totalbusiness-personnel-item.plain-style.totalbusiness-left .personnel-info{ text-align: left; font-size: 14px; color: #3f3f3f; padding-bottom: 0px }
.totalbusiness-personnel-item.plain-style.totalbusiness-left .personnel-content{ text-align: left; font-size: 14px; color: #3f3f3f; padding: 0px 0px 30px 180px }
.totalbusiness-personnel-item.plain-style.totalbusiness-left .personnel-author { font-size: 18px; text-align: left; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.totalbusiness-personnel-item.plain-style.totalbusiness-left .personnel-position { font-size: 12px; text-align: left; text-transform: uppercase; letter-spacing: 1px; margin-bottom: -10px }
.totalbusiness-personnel-item.plain-style.totalbusiness-left .personnel-social{ font-size: 14px; text-align: left; }

.totalbusiness-personnel-item.round-style .personnel-item,
.totalbusiness-personnel-item.round-style .personnel-author-image{ position: relative; overflow: hidden;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.totalbusiness-personnel-item.round-style .personnel-item img{ display: block; }
.totalbusiness-personnel-item.round-style .personnel-item-inner{ position: absolute; opacity: 0; filter: alpha(opacity=0);
	top: 50%; left: 40px; right: 40px; text-align: center; background: transparent; }
.totalbusiness-personnel-item.round-style .personnel-author{ font-size: 20px; font-weight: bold; margin-bottom: 2px; }
.totalbusiness-personnel-item.round-style .personnel-position{ font-size: 16px; font-style: italic; }
.totalbusiness-personnel-item.round-style .personnel-content{ margin-top: 20px;  }

/*--- pie chart ---*/
.totalbusiness-pie-chart-item { text-align: center; }
.totalbusiness-pie-chart-item .totalbusiness-chart{ margin: 0px auto 30px;  }
.totalbusiness-pie-chart-item .pie-chart-title{ font-size: 17px; font-weight: 400; }

/*--- skill bar ---*/
.totalbusiness-skill-bar-wrapper{ margin-bottom: 15px; }

.totalbusiness-skill-bar-wrapper.totalbusiness-size-small .totalbusiness-skill-bar{ overflow: hidden;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.totalbusiness-skill-bar-wrapper .totalbusiness-skill-bar-progress{ width: 0; position: relative; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-small .totalbusiness-skill-bar-progress{ height: 6px;  }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-medium .totalbusiness-skill-bar-progress{ padding: 8px 0px; font-size: 15px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-large .totalbusiness-skill-bar-progress{ padding: 14px 0px; font-size: 17px; }

.totalbusiness-skill-bar-wrapper .skill-bar-content{ font-weight: normal; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-small .skill-bar-content{ margin-bottom: 10px; display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-small .skill-bar-percent{ float: right; font-weight: normal; font-size: 12px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-small { margin-bottom: 20px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-medium .skill-bar-content{ padding: 0px 16px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-medium .skill-bar-content i{ position: absolute; font-size: 15px; 
	right: 8px; top: 50%; margin-top: -8px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-large .skill-bar-content{ padding: 0px 22px; }
.totalbusiness-skill-bar-wrapper.totalbusiness-size-large .skill-bar-content i{ position: absolute; font-size: 18px; 
	right: 16px; top: 50%; margin-top: -9px;}

/*--- skill round ---*/	
.totalbusiness-skill-item-wrapper{ text-align: center; line-height: 1; }
.totalbusiness-skill-item-wrapper i{ font-size: 47px; line-height: 1; margin-bottom: 25px; }
.totalbusiness-skill-item-wrapper .totalbusiness-skill-item-title{ font-size: 47px; margin-bottom: 18px; font-weight: normal; }
.totalbusiness-skill-item-wrapper .totalbusiness-skill-item-divider{ width: 18px; border-bottom-width: 2px; border-bottom-style: solid;
	margin: 0px auto 25px; }
.totalbusiness-skill-item-wrapper .totalbusiness-skill-item-caption{ font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.totalbusiness-skill-item-wrapper.totalbusiness-type-2{ margin: 0px; padding: 80px 20px; }

/*--- notification ---*/
.totalbusiness-notification{ padding: 13px; }
.totalbusiness-notification > i{ float: left; margin-right: 15px; margin-top: 3px; }
.totalbusiness-notification > .notification-content{ display: block; overflow: hidden; }
.totalbusiness-notification.color-background{ padding: 16px;}
.totalbusiness-notification.color-border{ border-width: 3px; border-style: solid; }

/*--- tab ---*/	
.totalbusiness-tab-item.horizontal > .tab-title-wrapper{ overflow: hidden; }
.totalbusiness-tab-item.horizontal > .tab-title-wrapper .tab-title{ float: left; border-style: solid; border-width: 1px 1px 1px 0px;
	font-size: 13px; line-height: 19px; font-weight: bold; padding: 11px 20px; margin-bottom: 0px; cursor: pointer; }
.totalbusiness-tab-item.horizontal > .tab-title-wrapper .tab-title:first-child{ border-left-width: 1px; }
.totalbusiness-tab-item.horizontal > .tab-title-wrapper .tab-title i{ margin-right: 10px; }
.totalbusiness-tab-item.horizontal > .tab-title-wrapper .tab-title.active{ border-bottom-width: 0px; padding-bottom: 12px; }
.totalbusiness-tab-item.horizontal > .tab-content-wrapper{ margin-top: -1px; padding: 20px 20px 0px;
	border-width: 1px; border-style: solid; }
.totalbusiness-tab-item.horizontal > .tab-content-wrapper .tab-content{ display: none; }
.totalbusiness-tab-item.horizontal > .tab-content-wrapper .tab-content.active{ display: block; }
	
.totalbusiness-tab-item.vertical > .tab-title-wrapper{ float: left; margin-right: -1px; max-width: 40%; text-align: center; }
.totalbusiness-tab-item.vertical > .tab-title-wrapper .tab-title{ border-style: solid; border-width: 0px 1px 1px;
	font-size: 13px; line-height: 19px; font-weight: bold; padding: 11px 30px; margin-bottom: 0px; cursor: pointer; }
.totalbusiness-tab-item.vertical > .tab-title-wrapper .tab-title:first-child{ border-top-width: 1px; }
.totalbusiness-tab-item.vertical > .tab-title-wrapper .tab-title.active{ padding-bottom: 12px; border-right-width: 0px; }
.totalbusiness-tab-item.vertical > .tab-title-wrapper .tab-title i{ margin-right: 10px; }
.totalbusiness-tab-item.vertical > .tab-content-wrapper{ overflow: hidden; padding: 20px 20px 0px; 
	border-width: 1px; border-style: solid; }
.totalbusiness-tab-item.vertical > .tab-content-wrapper .tab-content{ display: none; }
.totalbusiness-tab-item.vertical > .tab-content-wrapper .tab-content.active{ display: block; }

.totalbusiness-tab-item.vertical.right > .tab-title-wrapper{ float: right; margin-left: -1px; margin-right: 0px; }
.totalbusiness-tab-item.vertical.right > .tab-title-wrapper .tab-title.active{ border-right-width: 1px; border-left-width: 0px; }

/*--- table ---*/
table{ width: 100%; text-align: left; }
table tr td{ padding: 15px 15px 20px; border-bottom-width: 1px; border-bottom-style: solid; }
table tr th{ padding: 13px 15px; font-size: 16px; font-weight: normal; }
table.style-2{ border-bottom-width: 0px; border-bottom-style: solid; }
table.style-2 tr td{ border-bottom-width: 0px; }

/*--- testimonial ---*/
.totalbusiness-testimonial-item-wrapper .totalbusiness-item-title-nav.totalbusiness-nav-container{ margin-top: 30px; }
.totalbusiness-testimonial-item.carousel .testimonial-item{ margin: 0px 15px; }
.totalbusiness-testimonial-item.carousel .testimonial-item:first-child{ margin-left: 0px; }

.totalbusiness-testimonial-item.round-style .testimonial-item{ padding-bottom: 35px; }	
.totalbusiness-testimonial-item.round-style .testimonial-item-inner{ padding: 30px 30px 60px; position: relative;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }	
.totalbusiness-testimonial-item.round-style .testimonial-info{ margin-top: 15px; }
.totalbusiness-testimonial-item.round-style .testimonial-author{ font-weight: bold; }
.totalbusiness-testimonial-item.round-style .testimonial-author-image{ width: 65px; height: 65px; 
	position: absolute; left: 50%; bottom: -35px; margin-left: -35px;
	border-width: 3px; border-style: solid; overflow: hidden;
	-moz-border-radius: 35px; -webkit-border-radius: 35px; border-radius: 35px; }

.totalbusiness-testimonial-item.box-style .testimonial-item{ padding-bottom: 75px; }	
.totalbusiness-testimonial-item.box-style .testimonial-item-inner{ padding: 25px 30px; position: relative; }	
.totalbusiness-testimonial-item.box-style .testimonial-item-inner:after{ content: ''; height: 0px; width: 0px; 
	border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.totalbusiness-testimonial-item.box-style .testimonial-info{ margin-top: 15px; text-align: right; }
.totalbusiness-testimonial-item.box-style .testimonial-author{ font-weight: bold; }
.totalbusiness-testimonial-item.box-style .testimonial-author-image{ width: 65px; height: 65px; 
	position: absolute; right: 34px; bottom: -75px; }	
	
.totalbusiness-testimonial-item.plain-style .testimonial-item { text-align: center; font-size: 16px; }	

.totalbusiness-testimonial-item.plain-style .testimonial-item-inner{ padding: 25px 30px; position: relative; }	
.totalbusiness-testimonial-item.plain-style .testimonial-item-inner:after{ content: ''; height: 0px; width: 0px; 
	border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.totalbusiness-testimonial-item.plain-style .testimonial-info{ margin-top: 15px; font-size: 17px; }
.totalbusiness-testimonial-item.plain-style .testimonial-author { font-weight: bold; }
.totalbusiness-testimonial-item.plain-style .testimonial-author:before { content: "- "; font-weight: bold; display: inline; }
.totalbusiness-testimonial-item.plain-style .testimonial-position{ font-size: 14px; font-style: italic; }
.totalbusiness-testimonial-item.plain-style.large .testimonial-item{ font-size: 18px; }

.totalbusiness-testimonial-item.plain-style.totalbusiness-left .testimonial-item { text-align: left; }	
.totalbusiness-testimonial-item.plain-style.totalbusiness-left .testimonial-author:before { display: none; }
.totalbusiness-testimonial-item.plain-style.totalbusiness-left .testimonial-author{ display: block; font-size: 16px; }
.totalbusiness-testimonial-item.plain-style.totalbusiness-left .testimonial-author span{ display: none; }
.totalbusiness-testimonial-item.plain-style.totalbusiness-left .testimonial-position{ display: block; font-size: 13px; margin-top: 2px; }

/*--- block quote ---*/
blockquote{ background-repeat: no-repeat; background-position: 20px 24px; font-size: 14px; font-style: normal; font-weight: normal; 
	background-image: url('images/dark/quote-small.png'); background-size: 24px 20px; padding: 0px 50px 0px 50px; border-bottom-width: 0px; border-top-width: 0px; border-style: solid; margin-bottom: 30px; }
blockquote.totalbusiness-align-left{ width: 33%; float: left; margin-right: 20px; margin-bottom: 20px; }
blockquote.totalbusiness-align-right{ width: 33%; float: right; margin-right: 20px; margin-bottom: 20px; }

/*--- dropcap ---*/
div.totalbusiness-dropcap{ margin-top: 2px; margin-bottom: 0px; margin-right: 7px; margin-left: 2px; float: left; font-size: 25px; font-size: 29px; 
	width: 32px; height: 32px; line-height: 30px; text-align: center; float: left; }
div.totalbusiness-dropcap.totalbusiness-type-circle{ -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; font-size: 18px; margin-right: 10px; }
	
/*--- styled box ---*/
.totalbusiness-styled-box-head-wrapper{ overflow: hidden; }
.totalbusiness-styled-box-head{ overflow: hidden; height: 40px; }
.totalbusiness-styled-box-corner{ float: right; height: 0px; width: 0px; border-style: solid;
	border-width: 0px 40px 40px 0px; border-right-color: transparent; }
	
.totalbusiness-styled-box-body{ padding: 20px 40px 25px; }
.totalbusiness-styled-box-body.with-head{ padding-top: 0px; }
.totalbusiness-styled-box-body .totalbusiness-styled-box-head-wrapper{ overflow: hidden; }

/*--- code item ---*/
pre{ overflow: auto; background: #f3f3f3; margin-bottom: 20px; padding: 10px 22px 5px; }

.totalbusiness-code-item{ padding: 7px 15px; border-width: 1px; border-style: solid; overflow: hidden; }
.totalbusiness-code-item .totalbusiness-code-title{ font-weight: bold; cursor: pointer; }
.totalbusiness-code-item .totalbusiness-code-title i{ font-size: 9px; margin-right: 7px; }
.totalbusiness-code-item .totalbusiness-code-content{ padding: 8px 14px; display: none; line-height: 2; }
.totalbusiness-code-item.active .totalbusiness-code-content{ display: block; line-height: 2; }

/*--- process ---*/
.totalbusiness-process-wrapper .totalbusiness-process-tab{ padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.totalbusiness-process-wrapper .totalbusiness-process-tab .totalbusiness-process-icon{ width: 24px; height: 24px; line-height: 24px;
	font-size: 22px; padding: 30px; overflow: hidden; border-width: 3px; border-style: solid;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.totalbusiness-process-wrapper .totalbusiness-process-tab .totalbusiness-process-icon i{ margin-right: 0px; }
.totalbusiness-process-wrapper .totalbusiness-process-tab .totalbusiness-process-tab-content{ overflow: hidden; }
.totalbusiness-process-wrapper .totalbusiness-process-tab .totalbusiness-process-title{ font-size: 21px; margin-bottom: 17px; font-weight: normal; }
.totalbusiness-process-wrapper .totalbusiness-process-tab .process-line{ position: absolute; }
.totalbusiness-process-wrapper .totalbusiness-process-tab .process-line .process-line-divider{ position: absolute;  }
	
.totalbusiness-process-wrapper.totalbusiness-vertical-process .totalbusiness-process-tab .totalbusiness-process-icon{ float: left; margin-right: 30px; text-align: center; }
.totalbusiness-process-wrapper.totalbusiness-vertical-process .totalbusiness-process-tab .process-line{ top: 110px; bottom: 0px; left: 35px; width: 20px; }
.totalbusiness-process-wrapper.totalbusiness-vertical-process .totalbusiness-process-tab .process-line .process-line-divider{ left: 50%; 
	margin-left: -1px; bottom: 5px; top: 0px; border-left-width: 1px; border-left-style: dashed; }
.totalbusiness-process-wrapper.totalbusiness-vertical-process .totalbusiness-process-tab .process-line .fa-chevron-down,
.totalbusiness-process-wrapper.totalbusiness-vertical-process .totalbusiness-process-tab .process-line .icon-chevron-down{ position: absolute; 
	bottom: 0px; margin: 0px; font-size: 20px; }

.totalbusiness-process-wrapper.totalbusiness-horizontal-process{ text-align: center; }
.totalbusiness-process-wrapper.totalbusiness-horizontal-process .totalbusiness-process-tab .totalbusiness-process-icon{ margin: 0px auto 30px;  }
.totalbusiness-process-wrapper.totalbusiness-horizontal-process .totalbusiness-process-tab .process-line{ top: 35px; left: 50%; right: -50%; height: 20px; }
.totalbusiness-process-wrapper.totalbusiness-horizontal-process .totalbusiness-process-tab .process-line .process-line-divider{ 
	left: 75px; right: 55px; top: 50%; margin-top: -1px; border-top-width: 1px; border-top-style: dashed; }
.totalbusiness-process-wrapper.totalbusiness-horizontal-process .totalbusiness-process-tab .process-line .fa-chevron-right,
.totalbusiness-process-wrapper.totalbusiness-horizontal-process .totalbusiness-process-tab .process-line .icon-chevron-right{ position: absolute; 
	right: 50px; margin: 0px; font-size: 20px; }

/*----------------------------------------------------------------------*/
/*---------------               MEDIA ITEM            ------------------*/
/*----------------------------------------------------------------------*/
	
/*--- banner ---*/
.totalbusiness-banner-images ul.slides li{ margin: 0px 15px; }	
.totalbusiness-banner-images ul.slides li:first-child{ margin-left: 0px; }	
.totalbusiness-banner-description-item .totalbusiness-banner-title{ font-size: 23px; margin-bottom: 15px; font-weight: normal; }
.totalbusiness-banner-description-item .totalbusiness-banner-description{ margin-bottom: 25px;  }
.totalbusiness-banner-description-item .nav-container{ overflow: hidden;  }
.totalbusiness-banner-description-item .nav-container.style-1 .flex-direction-nav{ margin-left: 0px; }
.totalbusiness-banner-description-item .nav-container.style-1 .flex-control-nav{ display: none;  }	
.totalbusiness-banner-images ul.slides li img { width: auto; display: inline-block; }
.totalbusiness-banner-images ul.slides li { text-align: center; }

.totalbusiness-banner-item-wrapper .flex-direction-nav{ line-height: 1; }
.totalbusiness-banner-item-wrapper .flex-direction-nav a{ padding-top: 18px; padding-bottom: 18px; opacity: 0; filter: alpha(opacity=0); }
.totalbusiness-banner-item-wrapper .flex-direction-nav .flex-prev { background: transparent; left: -60px; font-size: 30px; }
.totalbusiness-banner-item-wrapper .flex-direction-nav .flex-next { background: transparent; right: -60px; font-size: 30px; }
.totalbusiness-banner-item-wrapper:hover .flex-direction-nav .flex-prev,
.totalbusiness-banner-item-wrapper:hover .flex-direction-nav .flex-next{ opacity: 1; filter: alpha(opacity=100); }

/*--- gallery ---*/
.totalbusiness-gallery-item.totalbusiness-item{ margin: 0px 10px; }	
.totalbusiness-gallery-item.totalbusiness-item .gallery-item{ margin: 0px 5px 10px; }	
.totalbusiness-gallery-item.totalbusiness-item .gallery-item img{ display: block; margin: 0px auto; }	
.totalbusiness-gallery-item.totalbusiness-item .gallery-caption{ display: block; text-align: center; padding: 7px 0px 6px; }	

.totalbusiness-gallery-item.totalbusiness-item.totalbusiness-gallery-thumbnail .gallery-item{ padding: 5px; cursor: pointer; }
.totalbusiness-gallery-item.totalbusiness-item .totalbusiness-gallery-thumbnail-container{ margin: 0px 5px 10px; position: relative; overflow: hidden; }
.totalbusiness-gallery-item.totalbusiness-item .totalbusiness-gallery-thumbnail-container .totalbusiness-gallery-thumbnail{ display: none; }
.totalbusiness-gallery-item.totalbusiness-item .totalbusiness-gallery-thumbnail-container .totalbusiness-gallery-thumbnail:first-child{ display: block; }
.totalbusiness-gallery-item.totalbusiness-item .totalbusiness-gallery-thumbnail-container img{ margin: 0px auto; display: block; }
.totalbusiness-gallery-item.totalbusiness-item .totalbusiness-gallery-thumbnail-container .gallery-caption-wrapper{
	position: absolute; bottom: 0px; left: 0px; right: 0px; text-align: center; }
.totalbusiness-gallery-item.totalbusiness-item .totalbusiness-gallery-thumbnail-container .gallery-caption{ padding: 10px 15px; opacity: 0.8; filter: alpha(opacity=80); display: inline-block; max-width: 60%; }
.totalbusiness-banner-images.totalbusiness-item  .flex-direction-nav i { margin-right: 0px; font-size: 24px; }

/*--- slider caption / stack image ---*/	
.totalbusiness-caption-wrapper{ position: absolute; bottom: 0px; left: 0px; right: 0px; z-index: 90; }
.totalbusiness-caption-wrapper .totalbusiness-caption-inner{ margin: 0px auto; }
.totalbusiness-caption-wrapper.position-center{ text-align: center; }
.totalbusiness-caption-wrapper.position-left .totalbusiness-caption{ float: left; text-align: left; }
.totalbusiness-caption-wrapper.position-right .totalbusiness-caption{ float: right; text-align: left; }
.totalbusiness-caption-wrapper.position-center .totalbusiness-caption{ display: inline-block; }
.totalbusiness-caption-wrapper .totalbusiness-caption{ max-width: 40%; padding: 25px 28px; }
.totalbusiness-caption-wrapper .totalbusiness-caption .totalbusiness-caption-title{ font-size: 24px; line-height: 1; margin-bottom: 10px; }
.totalbusiness-full-size-wrapper .totalbusiness-caption-wrapper.position-post-right { max-width: 350px; }
.totalbusiness-caption-wrapper .totalbusiness-caption { opacity: 0.77; filter: alpha(opacity=77); }

.totalbusiness-caption-wrapper.post-slider .totalbusiness-caption{ max-width: none; background: transparent; }
.totalbusiness-caption-wrapper.post-slider .totalbusiness-caption .blog-info{ float: left; margin-right: 10px; margin-bottom: 13px; }
.totalbusiness-post-slider-item.style-post-bottom .totalbusiness-caption .blog-info{ display: none; }
.totalbusiness-caption-wrapper.position-post-left{ right: auto; top: 0px; max-width: 40%; }
.totalbusiness-caption-wrapper.position-post-right{ left: auto; top: 0px; max-width: 40%; }
.totalbusiness-post-slider-item.style-post-left .totalbusiness-caption,
.totalbusiness-post-slider-item.style-post-right .totalbusiness-caption{ padding: 30px 25px; }
.totalbusiness-post-slider-item.style-post-left .flex-direction-nav .flex-prev { left: 40%; }
.totalbusiness-post-slider-item.style-post-right .flex-direction-nav .flex-next { right: 40%; }
.totalbusiness-caption-wrapper.post-slider,
.totalbusiness-post-slider-item.style-post-left .flex-prev, 
.totalbusiness-post-slider-item.style-post-left .flex-next, 
.totalbusiness-post-slider-item.style-post-right .flex-prev, 
.totalbusiness-post-slider-item.style-post-right .flex-next{ opacity: 0.8; filter: alpha(opacity=80); }

.totalbusiness-post-slider-item { padding-bottom: 25px; }
.totalbusiness-post-slider-item.style-no-excerpt .totalbusiness-caption-wrapper .totalbusiness-caption{ position: relative; margin: 0px; display: inline-block; }
.totalbusiness-post-slider-item.style-no-excerpt .totalbusiness-caption-wrapper .totalbusiness-caption-inner{ position: relative; }
.totalbusiness-post-slider-item.style-no-excerpt .totalbusiness-caption-wrapper .totalbusiness-caption-date { position: absolute; top: -33px; left: 0px; padding: 5px 12px; }
.totalbusiness-post-slider-item.style-no-excerpt .totalbusiness-caption-wrapper .totalbusiness-caption-title { margin-bottom: 0px; }
.totalbusiness-post-slider-item.style-no-excerpt .totalbusiness-caption-wrapper .totalbusiness-title-link { font-size: 18px; position: absolute; right: -26px; top: 0px; height: 30px; padding: 22px 10px; }
.totalbusiness-post-slider-item.style-no-excerpt .totalbusiness-caption-wrapper .totalbusiness-title-link i{ margin-right: 0px; }

.totalbusiness-stack-image { position: relative; margin-bottom: 40px; }
.totalbusiness-stack-image img{ display: block; }

/* -- Layer slider style modification --*/
body .ls-v5 .ls-bottom-slidebuttons a { width: 18px; }
body .ls-v5 .ls-bottom-slidebuttons, body .ls-v5 .ls-nav-start, body .ls-v5 .ls-nav-stop, body .ls-v5 .ls-nav-sides { top: -45px; }
body .ls-v5 .ls-nav-prev { left: 20px; }
body .ls-v5 .ls-nav-next { right: 20px; }

/* -- Master slider style modification --*/
body .ms-skin-default .ms-nav-prev,
body .ms-skin-default .ms-nav-next{ width: 27px; height: 46px; margin-top: -13px; }
body .ms-skin-default .ms-nav-prev{ background: url('images/master-slider-left.png'); }
body .ms-skin-default .ms-nav-next{ background: url('images/master-slider-right.png'); }
body .ms-skin-default .ms-bullet { background-image: none; ;
	border-width: 2px; border-style: solid; border-color: #ffffff;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; 
	transition: background-color 200ms; -moz-transition: background-color 200ms;
	-o-transition: background-color 200ms; -webkit-transition: background-color 200ms;
	margin-bottom: 20px; width: 8px; height: 8px; }
body .ms-skin-default .ms-bullet-selected { background-image: none; }
body .ms-skin-default .ms-inner-controls-cont { position: static; }
body .ms-skin-default .ms-bullet.ms-bullet-selected,
body .ms-skin-default .ms-bullet:hover { background: #949494; }
body .ms-skin-default .ms-slide .ms-slide-vcbtn { top: auto; bottom: 60px; right: 50%; margin-right: -14px; }

/*--- price item ---*/
.totalbusiness-price-item { text-align: center; }
.totalbusiness-price-item .price-item-title { font-size: 18px; font-weight: 700; margin-bottom: 7px; }
.totalbusiness-price-item .price-item-image { margin-bottom: 18px; }

/*--- list menu ---*/
.totalbusiness-list-menu{ padding: 13px 22px; }
.totalbusiness-list-menu .totalbusiness-menu-item-content{ position: relative; min-height: 38px; }
.totalbusiness-list-menu .totalbusiness-menu-title { display: inline-block; font-size: 17px; letter-spacing: 0px; margin-bottom: 2px; font-weight: normal; }
.totalbusiness-list-menu .totalbusiness-menu-ingredients-caption { font-size: 14px; margin-bottom: 2px; }
.totalbusiness-list-menu .totalbusiness-menu-price { font-size: 20px; position: absolute; right: 0px; top: 0px; line-height: 1; font-weight: 600; }
.totalbusiness-list-menu .totalbusiness-list-menu-gimmick{ border-top: 1px; border-style: dashed; position: absolute; top: 10px; }
.totalbusiness-list-menu .totalbusiness-menu-icon{ margin-right: 12px; }

/*--- price table ---*/
.totalbusiness-price-inner-item{ margin: 0px 3px; border-style: solid; border-width: 1px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.08); 
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08); }	
.totalbusiness-price-item .price-title-wrapper{ padding-bottom: 5px; text-align: center; }
.totalbusiness-price-item .price-title{ font-size: 19px; padding: 6px 0px; margin: 0px; }	
.totalbusiness-price-item .price-tag{ font-size: 22px; line-height: 1; padding: 25px 0px; font-weight: bold;
	background-image: url('images/light/price-tag-shadow.png'); background-position: 0px 0px; background-repeat: repeat-x; }	
.totalbusiness-price-item .price-content{ text-align: center; font-size: 13px; line-height: 1.5; overflow: hidden; padding-bottom: 5px; }
.totalbusiness-price-item .price-content ul{ list-style: none; margin-left: 0px; }
.totalbusiness-price-item .price-content ul li{ padding: 12px 20px; border-bottom-width: 1px; border-bottom-style: solid; }
.totalbusiness-price-item .price-button{ text-align: center; }
.totalbusiness-price-item .price-button .totalbusiness-button{ margin: 0px 0px 25px; }

.totalbusiness-price-item .best-price{ margin-top: -25px; }
.totalbusiness-price-item .best-price .price-title{ font-size: 22px; }
.totalbusiness-price-item .best-price .price-tag { padding: 34px 20px; font-size: 30px; }
.totalbusiness-price-item .best-price .price-button { padding-bottom: 15px; }
	
/*----------------------------------------------------------------------*/
/*---------------            POST TYPE ITEM           ------------------*/
/*----------------------------------------------------------------------*/

/*--- pagination ---*/
.totalbusiness-pagination{ margin: 0px 20px; text-align: right; margin-bottom: 60px; }
.totalbusiness-pagination a{ cursor: pointer; }
.totalbusiness-pagination .page-numbers.current{ cursor: default; }
.totalbusiness-pagination .page-numbers{ display: inline-block; padding: 7px 12px; margin-right: 3px;
	-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

/*--- social share ---*/
.totalbusiness-social-share{ margin-bottom: 60px; line-height: 1; 
    background: transparent !important; }
.totalbusiness-social-share .social-share-title{ font-size: 15px; line-height: 23px; font-weight: normal; text-transform: uppercase; float: left; 
	margin-right: 20px; margin-bottom: 0px; margin-top: 2px; }
.totalbusiness-social-share a{ display: inline-block; width: 24px; margin-right: 10px; opacity: 0.3; filter: alpha(opacity=100); background: transparent !important;}
.totalbusiness-social-share a:hover{ opacity: 0.5; filter: alpha(opacity=100);  }
.totalbusiness-social-share a img{ display: block; }

/*--- post author ---*/
.totalbusiness-post-author{ margin-bottom: 45px; }
.totalbusiness-post-author .post-author{ font-size: 17px; margin-bottom: 10px; font-weight: 700; }
.totalbusiness-post-author .post-author-title{ font-size: 17px; font-weight: 800; text-transform: uppercase; 
	margin-bottom: 15px; padding-top: 10px; padding-bottom: 15px; border-bottom-width: 0px; border-bottom-style: solid; letter-spacing: 1px; } 
.totalbusiness-post-author .post-author-avartar{ float: left; margin-right: 20px; }
.totalbusiness-post-author .post-author-content{ overflow: hidden; }

/*--- comment ---*/
.totalbusiness-comments-area{ margin-bottom: 60px; }
.totalbusiness-comments-area .comments-title { font-size: 12px; font-weight: 700; text-transform: uppercase;
	margin-bottom: 20px; padding-top: 30px; padding-bottom: 8px; border-bottom-width: 0px; border-bottom-style: solid; letter-spacing: 1px; }
.totalbusiness-comments-area ol.commentlist { list-style: none; margin-left: 0px; }
.totalbusiness-comments-area ol.commentlist .comment-article{ margin-bottom: 30px; padding-bottom: 5px;
	border-bottom-width: 1px; border-bottom-style: solid; }
.totalbusiness-comments-area ol.commentlist ol.children{ list-style: none; margin-left: 40px; }
.totalbusiness-comments-area .comment-avatar{ float: left; overflow: hidden; margin-right: 20px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }
.totalbusiness-comments-area .comment-avatar img{ display: block; }
.totalbusiness-comments-area .comment-body{ overflow: hidden; position: relative; }
.totalbusiness-comments-area .comment-author{ font-size: 15px; font-weight: bold; margin-bottom: 4px; }
.totalbusiness-comments-area .comment-reply{ position: absolute; top: 0px; right: 0px; font-size: 15px; }
.totalbusiness-comments-area .comment-reply i{ margin-right: 12px; }
.totalbusiness-comments-area .comment-time { line-height: 20px; margin-bottom: 5px; }
.totalbusiness-comments-area .comment-time i { font-size: 16px; line-height: 20px; float: left; margin-right: 6px; }
.totalbusiness-comments-area .comment-time time{ font-style: italic; }
.totalbusiness-comments-area .comment-content{ margin-top: 15px; }

.comment-respond .comment-form{ width: 101%; }
.comment-respond .comment-reply-title{ font-size: 12px; font-weight: 700; text-transform: uppercase; 
	margin-bottom: 15px; padding-top: 10px; padding-bottom: 8px; border-bottom-width: 0px; border-bottom-style: solid; letter-spacing: 1px; } 
.comment-respond .comment-form-head > input{ float: left; width: 28.5%; margin: 0 0 0 1.5%; padding: 11px 1.5%; border: 0px; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.comment-respond .comment-form-head > input:first-child{ width: 30%; margin-left: 0%; }
.comment-respond .comment-form-comment > textarea{ margin: 9px 0 0; padding: 11px 2%; width: 95%; border: 0px; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: block; }
.comment-respond .comment-form-comment > textarea:focus{ outline: none; }
.comment-respond .form-submit > input[type="submit"]{ margin-bottom: 0px; margin-top: 20px; padding: 15px 20px; font-size: 11px; }
	
/*--- blog ---*/
.totalbusiness-blog-thumbnail { position: relative; text-align: center; }
.totalbusiness-blog-thumbnail .icon-bullhorn{ margin-right: 9px; }
.totalbusiness-blog-thumbnail .totalbusiness-sticky-banner { position: absolute; bottom: 0px;  
	font-size: 12px; font-weight: bold; padding: 7px 15px; right: 0; text-transform: uppercase; }

.totalbusiness-blog-thumbnail{ background: #ffffff; }
.totalbusiness-blog-thumbnail.totalbusiness-audio{ background: transparent; }
.format-gallery .totalbusiness-blog-thumbnail{ background: transparent; }
.totalbusiness-blog-thumbnail > a:hover{ opacity: 0.8; filter: alpha(opacity=80); }

.totalbusiness-blog-carousel-item.totalbusiness-item .totalbusiness-blog-grid:first-child{ margin-left: 0px; }
.totalbusiness-item.totalbusiness-blog-grid { margin-bottom: 40px; margin-top: 10px; }	
.totalbusiness-blog-carousel-item .flex-viewport { padding: 0px 4px; margin: 0px -4px; }
.totalbusiness-blog-grid .totalbusiness-blog-title{ font-size: 18px; margin-bottom: 10px; font-weight: normal; }
.totalbusiness-blog-grid .totalbusiness-blog-content{ margin-bottom: 0px; }
.totalbusiness-blog-grid .totalbusiness-blog-grid-content { margin: 20px 0px 0px 0px; padding: 0px 5% 0px 5%; }
.totalbusiness-blog-grid .totalbusiness-blog-info{ margin-bottom: 10px; margin-top: 10px; font-size: 12px; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; }
.totalbusiness-blog-grid .totalbusiness-blog-info .blog-info{ display: inline; }
.totalbusiness-blog-grid .totalbusiness-blog-info .totalbusiness-sep{ margin: 0px 7px; }
.totalbusiness-blog-grid .totalbusiness-blog-info .blog-info:first-child .totalbusiness-sep{ display: none; } 
.totalbusiness-blog-grid .excerpt-read-more{ font-weight: normal; font-size: 13px; display: inline-block; margin-top: 5px; }

.totalbusiness-blog-widget.totalbusiness-item{ margin-bottom: 0px; }
.totalbusiness-blog-widget .totalbusiness-blog-thumbnail { width: 70px; float: left; margin-right: 20px; margin-top: 0px; }
.totalbusiness-blog-widget .totalbusiness-blog-thumbnail .totalbusiness-sticky-banner{ display: none; } 
.totalbusiness-blog-widget .totalbusiness-blog-title{ font-size: 14px; font-weight: normal; text-transform: uppercase; margin-bottom: -3px; }
.totalbusiness-blog-widget .totalbusiness-blog-info .blog-info{ display: inline; font-size: 12px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; -webkit-text-size-adjust: 80%; -webkit-font-smoothing: antialiased; }
.totalbusiness-blog-widget .totalbusiness-blog-info .totalbusiness-sep{ margin: 0px 7px; }
.totalbusiness-blog-widget .totalbusiness-blog-info .blog-info:first-child .totalbusiness-sep{ display: none; }
.totalbusiness-blog-widget .post-header { overflow: hidden; }

.totalbusiness-item.totalbusiness-blog-medium { margin-bottom: 20px; }	
.totalbusiness-blog-medium .totalbusiness-blog-thumbnail{ margin-right: 20px; margin-bottom: 10px; float: none; width: 100%;  }
.totalbusiness-blog-medium .totalbusiness-blog-content-wrapper{ overflow: hidden; padding: 5px 5%; }
.totalbusiness-blog-medium .totalbusiness-blog-title{ font-size: 16px; font-weight: normal; margin-bottom: 5px;  }
.totalbusiness-blog-medium .totalbusiness-blog-info{ margin-bottom: 5px; font-size: 12px; font-weight: normal; text-transform: uppercase; }
.totalbusiness-blog-medium .totalbusiness-blog-info .blog-info{ display: inline; }
.totalbusiness-blog-medium .totalbusiness-blog-info .totalbusiness-sep{ margin: 0px 7px; }
.totalbusiness-blog-medium .totalbusiness-blog-info .blog-info:first-child .totalbusiness-sep{ display: none; }
.totalbusiness-blog-medium .totalbusiness-blog-content{ margin-bottom: 20px; font-size: 14px; }
.totalbusiness-blog-medium .excerpt-read-more{ font-weight: normal; font-size: 14px; display: inline-block; margin-top: 5px; }

.totalbusiness-item.totalbusiness-blog-full{ margin-bottom: 45px; }
.blog-item-holder .totalbusiness-blog-full .totalbusiness-blog-content { margin-bottom: 0px; }
.totalbusiness-blog-full{ border-bottom-width: 0px; border-bottom-style: solid; }
.totalbusiness-blog-full:last-child{ border-bottom-width: 0px; padding-bottom: 0px; }
.totalbusiness-blog-full .excerpt-read-more{ font-weight: bold; display: inline-block; margin-top: 22px; }
.totalbusiness-blog-full .totalbusiness-blog-title{ font-size: 22px; font-weight: normal; margin-bottom: 20px; }
.totalbusiness-blog-full .totalbusiness-blog-thumbnail{ text-align: center; margin-bottom: 30px; }
.totalbusiness-blog-full .totalbusiness-blog-info{ margin-bottom: 10px; margin-top: 10px; font-size: 14px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
.totalbusiness-blog-full .totalbusiness-blog-info .blog-info{ display: inline; }
.totalbusiness-blog-full .totalbusiness-blog-info .totalbusiness-sep{ margin: 0px 10px; }
.totalbusiness-blog-full .totalbusiness-blog-info .blog-info:first-child .totalbusiness-sep{ display: none; }
.totalbusiness-blog-full .totalbusiness-single-blog-tag{ margin-bottom: 25px; }
.totalbusiness-blog-full .totalbusiness-single-blog-tag i{ display: inline; font-size: 16px; line-height: 16px; 
	padding-top: 0px; margin-right: 20px; float: left; }
.totalbusiness-blog-full .totalbusiness-single-blog-tag a{ line-height: normal; padding: 0px 0px; display: inline-block; margin-right: 0px; letter-spacing: 1px; text-transform: uppercase; font-size: 14px; font-weight: normal; }
.totalbusiness-blog-full .totalbusiness-single-blog-tag .sep{ display: inline; }

body.single .totalbusiness-blog-full{ border-bottom: 0px; }
.totalbusiness-blog-thumbnail .flex-control-nav{ display:none; }
.totalbusiness-blog-thumbnail .flexslider .flex-prev, 
.totalbusiness-blog-thumbnail .flexslider .flex-next { opacity: 0.7; }

.totalbusiness-single-nav > div i{ vertical-align: text-top; font-size: 22px; font-weight: bold; line-height: 16px; padding: 0px 0px; background: transparent !important; }
.single-post .totalbusiness-single-nav{ margin-bottom: 60px; width: 100%; }
.single-post .totalbusiness-single-nav > div.previous-nav{ padding-right: 55%; float: left; text-align: left; }
.single-post .totalbusiness-single-nav > div.previous-nav i{ margin-right: 10px; }
.single-post .totalbusiness-single-nav > div.next-nav{ padding-left: 55%; float: right; text-align: right; }
.single-post .totalbusiness-single-nav > div.next-nav i{ margin-left: 10px; }
.single-post .totalbusiness-single-nav > div.next-nav, 
.single-post .totalbusiness-single-nav > div.previous-nav{ font-size: 14px; text-transform: uppercase; font-weight: normal; letter-spacing: 0.5px; }

.totalbusiness-outer-nav.totalbusiness-nav-container i { font-size: 30px; position: absolute; top: 50%; margin-top: -4px; }
.totalbusiness-outer-nav.totalbusiness-nav-container span{ cursor: pointer; 
	transition: background-color 200ms; -moz-transition: background-color 200ms;
	-o-transition: background-color 200ms; -webkit-transition: background-color 200ms;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);	}
.totalbusiness-outer-nav.totalbusiness-nav-container span.totalbusiness-flex-next{ display: block; position: absolute; 
	padding: 0px 15px; right: 0px; top: 0px; bottom: 0px; width: 13px; }
.totalbusiness-outer-nav.totalbusiness-nav-container span.totalbusiness-flex-next i{ margin-left: 5px; }
.totalbusiness-outer-nav.totalbusiness-nav-container span.totalbusiness-flex-prev{ display: block; position: absolute;
    padding: 0px 15px; left: 0px; top: 0px; bottom: 0px; width: 13px; }
.totalbusiness-outer-nav.totalbusiness-nav-container span.totalbusiness-flex-prev i{ margin-right: 5px; }

/*--- single portfolio lightbox ---*/
.totalbusiness-single-lightbox { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 199; overflow-y: auto; }
.totalbusiness-single-lightbox-overlay { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px;
    background: #111; padding: 5px;  opacity: 0.8; filter: alpha(opacity=80);
	background-image: url('images/port-loader.gif'); background-position: center; background-repeat: no-repeat; }
.totalbusiness-single-lightbox-wrapper { margin-top: 80px; margin-bottom: 80px; }
.totalbusiness-single-lightbox-close .totalbusiness-exit{ width: 25px; height: 25px; padding: 25px; float: right; cursor: pointer; 
	background: url('images/single-port-close.png') center no-repeat transparent; }
.totalbusiness-single-lightbox-container { padding: 40px; }
.totalbusiness-single-lightbox-title{ margin: 20px 20px 0px; font-size: 29px; text-transform: uppercase; font-weight: normal; text-align: center; }

/*--- single portfolio ---*/
.totalbusiness-portfolio-info .portfolio-info .info-head { font-weight: normal; margin-right: 7px; text-transform: uppercase; }
.totalbusiness-portfolio-info .totalbusiness-social-share { padding: 10px 0px 0px; background: transparent; }
.totalbusiness-portfolio-info .social-share-title { display: none; }

.single-portfolio .totalbusiness-single-nav i{ display: none; margin-right: 10px; }
.single-portfolio .totalbusiness-single-nav > div.previous-nav{ display: none; float: left; }
.single-portfolio .totalbusiness-single-nav > div.next-nav{ float: left; display: none; margin-right: -10px; }
.single-portfolio .totalbusiness-single-nav{ display: none; position: absolute; left: 0px; top: 5px; }

.totalbusiness-related-portfolio .head{ font-size: 21px; font-weight: normal; text-transform: uppercase; margin: 0px 20px 30px; }
.totalbusiness-related-portfolio.portfolio-item-holder { margin-bottom: 25px; }

.totalbusiness-portfolio-style1 .totalbusiness-portfolio-thumbnail{ text-align: center; margin-bottom: 55px; }
.totalbusiness-portfolio-style1 .totalbusiness-portfolio-thumbnail img{ display: block; margin: 0px auto;  }
.totalbusiness-portfolio-style1 .totalbusiness-portfolio-description{ width: 62%; float: left; margin-right: 3%; position: relative; }
.totalbusiness-portfolio-style1 .totalbusiness-portfolio-content .head{ font-size: 21px; font-weight: normal; margin-bottom: 30px; }
.totalbusiness-portfolio-style1 .totalbusiness-portfolio-info{ width: 35%; float: right; position: relative; }
.totalbusiness-portfolio-style1 .portfolio-info{ padding-bottom: 10px; margin-bottom: 10px; 
	border-bottom-width: 1px; border-bottom-style: solid; }
.totalbusiness-class-both-sidebar .totalbusiness-portfolio-style1 .totalbusiness-portfolio-description,
.totalbusiness-class-left-sidebar .totalbusiness-portfolio-style1 .totalbusiness-portfolio-description,
.totalbusiness-class-right-sidebar .totalbusiness-portfolio-style1 .totalbusiness-portfolio-description{ float: none; margin-right: 0px; width: auto; }
.totalbusiness-class-both-sidebar .totalbusiness-portfolio-style1 .totalbusiness-portfolio-info, 
.totalbusiness-class-left-sidebar .totalbusiness-portfolio-style1 .totalbusiness-portfolio-info, 
.totalbusiness-class-right-sidebar .totalbusiness-portfolio-style1 .totalbusiness-portfolio-info{ width: auto; float: none; margin-bottom: 30px; }
	
.totalbusiness-portfolio-style2.totalbusiness-item-start-content { margin-bottom: 0px; }
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail{ text-align: left; margin: 0px 30px 0px 0px; max-width: 60%; float: left; }
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail.totalbusiness-video,
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail.totalbusiness-slider{ width: 60%; }
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail img{ display: block; margin: 0px auto; }
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-content{ overflow: hidden; position: relative; }
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-content .head{ display: none; font-size: 21px; font-weight: normal; text-transform: lowercase; margin-bottom: 25px; }
.totalbusiness-portfolio-style2 .totalbusiness-portfolio-info{ display: none; margin-bottom: 0px;  }
.totalbusiness-portfolio-style2 .portfolio-info{ padding-bottom: 10px; margin-bottom: 10px; 
	border-bottom-width: 1px; border-bottom-style: solid; }
.totalbusiness-class-both-sidebar .totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail,
.totalbusiness-class-left-sidebar .totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail,
.totalbusiness-class-right-sidebar .totalbusiness-portfolio-style2 .totalbusiness-portfolio-thumbnail {
    max-width: 100%; float: none; margin-right: 0px; margin-left: 0px; width: auto !important;  }

/*--- portfolio ---*/
.portfolio-thumbnail{ position: relative; overflow: hidden; 
	transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); }
.portfolio-thumbnail .flex-control-nav{ display:none; }
.portfolio-thumbnail .portfolio-overlay{ position: absolute; top: 0px; right: 0px; 
	bottom: 0px; left: 0px; opacity: 0; filter: alpha(opacity=0); }
.portfolio-thumbnail .portfolio-overlay-icon{ position: absolute; top: 50%; left: 50%; 
	font-size: 24px; line-height: 1; margin-left: -12px; margin-top: -12px; opacity: 0; filter: alpha(opacity=0);
	transition: none; -moz-transition: none; -o-transition: none; -webkit-transition: none; }	
.portfolio-thumbnail .portfolio-overlay-icon i{ margin-right: 0px; }
.portfolio-thumbnail .portfolio-overlay-content { position: absolute; text-align: center;
    top: 50%; left: 20px; right: 20px; text-align: center; opacity: 0; filter: alpha(opacity=0); }
.portfolio-thumbnail .flexslider .flex-prev, 
.portfolio-thumbnail .flexslider .flex-next { opacity: 0.7; }



.totalbusiness-classic-portfolio.totalbusiness-item{ margin-bottom: 45px; }
.totalbusiness-classic-portfolio .portfolio-thumbnail{ margin-bottom: 26px; }
.totalbusiness-classic-portfolio .portfolio-thumbnail.totalbusiness-video .portfolio-content-wrapper{ display: none; }
.totalbusiness-classic-portfolio .portfolio-thumbnail img{ display: block; margin: 0px auto; }
.totalbusiness-classic-portfolio .portfolio-title{ font-size: 16px; font-weight: normal; margin-bottom: 2px; letter-spacing: 0px; }
.totalbusiness-classic-portfolio .portfolio-info{ font-size: 13px; font-style: normal; }
.totalbusiness-classic-portfolio .portfolio-info .info-head{ display: none; }
.totalbusiness-classic-portfolio .portfolio-excerpt{ margin-top: 14px; }
.totalbusiness-classic-portfolio .excerpt-read-more{ display: none; }
.type-classic-portfolio .totalbusiness-pagination { margin-top: 10px; position: relative; z-index: 10; }
.type-classic-portfolio-no-space .portfolio-classic-content { padding: 0px 20px; }
.type-classic-portfolio-no-space .totalbusiness-pagination { margin-top: -20px; }

.totalbusiness-isotope[data-layout="masonry"] .totalbusiness-modern-portfolio.totalbusiness-item { margin: 0 4% 30px; }
.totalbusiness-item-no-space .totalbusiness-isotope[data-layout="masonry"] .totalbusiness-modern-portfolio.totalbusiness-item { margin: 0; }
.totalbusiness-item-no-space .totalbusiness-modern-portfolio.totalbusiness-item{ margin-bottom: 0px; }
.totalbusiness-modern-portfolio.totalbusiness-item{ margin-bottom: 30px; }
.totalbusiness-modern-portfolio .portfolio-thumbnail img{ display: block; margin: 0px auto; }
.totalbusiness-modern-portfolio .portfolio-thumbnail.totalbusiness-video .portfolio-content-wrapper{ display: none; }
.totalbusiness-modern-portfolio .portfolio-thumbnail .portfolio-overlay-icon{	font-size: 18px; 
	bottom: 20px; right: 20px; top: auto; left: auto; }
.totalbusiness-modern-portfolio .portfolio-title{ font-size: 17px; margin-bottom: 2px; padding-bottom: 3px;
	text-transform: uppercase; letter-spacing: 1px; display: inline-block; font-weight: normal; }
.totalbusiness-modern-portfolio .totalbusiness-portfolio-info{ font-size: 13px; font-style: normal; margin-top: 2px; }
.totalbusiness-modern-portfolio .totalbusiness-portfolio-info .info-head{ display: none; }
.type-modern-portfolio .totalbusiness-pagination { margin-top: 20px; }
.type-modern-portfolio-no-space .totalbusiness-pagination { margin-top: 50px; }
.totalbusiness-item-no-space .portfolio-thumbnail{ margin-left: -1px; }

.totalbusiness-portfolio-carousel-item .totalbusiness-portfolio-item:first-child{ margin-left: 0px; }
.portfolio-item-filter{ margin: 0px 15px; text-align: center; padding-bottom: 50px; }
.portfolio-item-filter a { margin-left: 20px; font-size: 13px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; text-decoration: underline }
.portfolio-item-filter a:first-child { margin-left: 0; }
.totalbusiness-now-loading{ height: 32px; padding: 40px 0px 80px; display: none; background: url('images/dark/now-loading.gif') center no-repeat;  }

/*--- list with icon ---*/
.list-with-icon{ margin-bottom: 30px; padding-bottom: 0px; margin-top: 3px; }
.list-with-icon .list-with-icon-image{ width: 46px; font-size: 0; }
.list-with-icon .list-with-icon-icon{ width: 26px; height: 26px; font-size: 20px; padding: 10px;
	line-height: 26px; text-align: center; margin: 0px auto; border-width: 1px; border-style: solid;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.list-with-icon .list-with-icon-icon i{ margin: 0px; }
.list-with-icon .list-with-icon-title{ overflow: hidden; font-size: 17px; font-weight: bold; margin-bottom: 12px; }
.list-with-icon .list-with-icon-content{ overflow: hidden; }
	
.list-with-icon.totalbusiness-left{ text-align: left; }
.list-with-icon.totalbusiness-left .list-with-icon-image,
.list-with-icon.totalbusiness-left .list-with-icon-icon{ float: left; margin-right: 28px; }
.list-with-icon.totalbusiness-right{ text-align: right; }
.list-with-icon.totalbusiness-right .list-with-icon-image,
.list-with-icon.totalbusiness-right .list-with-icon-icon{ float: right; margin-left: 28px; }

/*--- aside format ---*/
.format-aside .totalbusiness-blog-content{ font-size: 20px; font-style: italic; padding: 30px 30px 30px; line-height: 1.5; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5 px; }
.format-aside .totalbusiness-blog-content p:last-child{ margin-bottom: 0px; }

/*--- quote format ---*/
.format-quote .totalbusiness-top-quote blockquote{ font-weight: bold; font-size: 25px; font-style: normal; 
	line-height: 1.4; padding: 0px 0px 0px 55px; border-top-width: 0px; border-bottom-width: 0px;
	background-size: 34px 29px; background-position: 0px 7px; background-image: url('images/dark/quote.png'); }
.format-quote .totalbusiness-top-quote blockquote,
.format-quote .totalbusiness-top-quote blockquote p{ margin-bottom: 12px; }
.format-quote .totalbusiness-quote-author{ font-size: 14px; font-weight: bold; padding-left: 55px; }
.post.format-quote .totalbusiness-blog-content { border-top-style: dashed; border-bottom-style: dashed; border-top-width: 1px; border-bottom-width: 1px; padding-top: 40px; padding-bottom: 20px; }
.totalbusiness-blog-grid .post.format-quote .totalbusiness-blog-content { padding: 30px; }

/*--- Link Format ---*/
.format-link .totalbusiness-blog-content { margin-bottom: 0px; }
.totalbusiness-blog-full .post.format-link .totalbusiness-blog-content { margin-bottom: 0px }
.post.format-link { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; margin-bottom: 30px; padding: 20px 0px 20px; }
.totalbusiness-blog-full .post.format-link .totalbusiness-blog-title{ margin-bottom: 5px; }
.totalbusiness-blog-full .post.format-link .totalbusiness-blog-info{ margin-bottom: 10px; margin-top: 10px; font-size: 14px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
.totalbusiness-blog-full .post.format-link .totalbusiness-blog-info .blog-info{ display: inline; }
.totalbusiness-blog-full .post.format-link .totalbusiness-blog-info .totalbusiness-sep{ margin: 0px 10px; }
.totalbusiness-blog-full .post.format-link .totalbusiness-blog-info .blog-info:first-child .totalbusiness-sep{ display: none; }
.totalbusiness-blog-full .post.format-link .totalbusiness-single-blog-tag{ margin-bottom: 25px; }
.totalbusiness-blog-full .totalbusiness-single-blog-tag i{ display: inline; font-size: 16px; line-height: 16px; 
	padding-top: 0px; margin-right: 20px; float: left; }
.totalbusiness-blog-grid .totalbusiness-single-blog-tag a{ line-height: normal; padding: 0px 0px; display: inline-block; margin-right: 0px; letter-spacing: 1px; text-transform: uppercase; font-size: 14px; font-weight: normal; }
.totalbusiness-blog-grid .totalbusiness-single-blog-tag .sep{ display: inline; }
.totalbusiness-blog-grid .post.format-link { padding: 20px; }

/*-- Blog --*/
.totalbusiness-blog-content { margin-bottom: 60px; }


/*----------------------------------------------------------------------*/
/*---------------                 WIDGET              ------------------*/
/*----------------------------------------------------------------------*/

/*--- list ---*/
.widget_recent_entries ul, .widget_recent_comments ul, #hiercat-2 ul, #hierpage-2 ul,
.widget_pages ul, .widget_rss ul, 
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul,
.widget_meta ul { position: relative; list-style: none; margin-left: 0px; }

.widget_recent_entries ul ul, .widget_recent_comments ul ul, #hiercat-2 ul ul, #hierpage-2 ul ul,
.widget_pages ul ul, .widget_rss ul ul, 
.widget_archive ul ul, .widget_categories ul ul, .widget_nav_menu ul ul,
.widget_meta ul ul{ margin-top: 15px; margin-bottom: 0px; }

.widget_recent_entries ul ul li:last-child, .widget_recent_comments ul ul li:last-child, #hiercat-2 ul ul li:last-child, #hierpage-2 ul ul li:last-child,
.widget_pages ul ul li:last-child, .widget_rss ul ul li:last-child, 
.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child{ padding-bottom: 0px; margin-bottom: 0px; border-bottom-width: 0px; }

.widget_recent_entries ul li, .widget_recent_comments ul li, #hiercat-2 ul li, #hierpage-2 ul li,
.widget_pages ul li, .widget_rss ul li, 
.widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, 
.widget_meta ul li{ margin-bottom: 10px; padding-left: 25px; line-height: 20px; padding-bottom: 10px;
	border-bottom-width: 1px; border-bottom-style: solid; }
	
.footer-wrapper .widget_recent_entries ul li,.footer-wrapper .widget_recent_comments ul li,.footer-wrapper .widget_pages ul li,.footer-wrapper .widget_rss ul li, .footer-wrapper, 
.widget_archive ul li,.footer-wrapper .widget_categories ul li, .footer-wrapper .widget_nav_menu ul li, 
.footer-wrapper .widget_meta ul li{  border-bottom-width: 0px; }	

.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, #hiercat-2 ul li:before, #hierpage-2 ul li:before,
.widget_pages ul li:before, .widget_rss ul li:before, 
.widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before,
.widget_meta ul li:before { content: "\f105"; font-family: FontAwesome; text-align: center;
	position: absolute; left: 0px; display: block; height: 20px; width: 20px; margin-top: -1px; }

/*--- tag could ---*/
.tagcloud a { line-height: normal; padding: 0px 0px; display: inline-block; margin-right: 5px; letter-spacing: 0.5px; text-transform: uppercase; font-size: 12px !important; font-weight: bold; }
.tagcloud a:hover { opacity: 0.8; filter: alpha(opacity=80); }
.tagcloud { display: inline-block; }


/*--- search form ---*/
.gdl-search-form{ padding-right: 22px; position: relative; padding-right: 32px; }
.gdl-search-form input[type="text"]{ letter-spacing: 1px; border-width: 1px; border-style: solid; width: 100%; padding: 15px 15px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 13px; }
.gdl-search-form input[type="submit"] { position: absolute; right: 15px; top: 50%; margin: -8px 0px 0px; 
	width: 16px; height: 16px; padding: 0px; background-color: transparent !important; background-size: 16px 16px;
	background-image: url('images/dark/icon-search.png'); border: none; }

/*--- recent post widget ---*/
.recent-post-widget{ margin-bottom: 0px; border-bottom-width: 0px; border-bottom-style: solid; padding-bottom: 10px; }
.recent-post-widget .recent-post-widget-thumbnail{ width: 30%; float: none; margin-right: 15px; }
.recent-post-widget .recent-post-widget-thumbnail img{ display: none; }
.recent-post-widget .recent-post-widget-content{ font-size: 12px; text-transform: uppercase; overflow: hidden; margin-top: 0px; letter-spacing: 1px; }
.recent-post-widget .recent-post-widget-title{ font-size: 14px; margin-bottom: 6px; margin-top: 5px; letter-spacing: 0.5px; line-height: normal; font-weight: 500; text-transform: uppercase; }
.recent-post-widget .recent-post-widget-info{ line-height: 16px; }
.recent-post-widget .recent-post-widget-info i{ text-transform: uppercase; letter-spacing: 1px; font-size: 12px; margin-right: 9px; }

.top-rated-post-widget{ padding-bottom: 15px;  margin-bottom: 15px;
	border-bottom-width: 1px; border-bottom-style: solid; overflow: hidden; }
.top-rated-post-widget .top-rated-post-rating{ color: #fff; background: #f5be3b; }
.top-rated-post-widget .top-rated-post-rating{ width: 26px; height: 20px; padding: 15px 12px; 
	text-align: center; float: left; margin-right: 20px; 
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; font-size: 13px; font-weight: 700; line-height: 19px; }
.top-rated-post-widget .top-rated-post-title{ overflow: hidden; margin-top: 10px; }
	
/*--- recent comment widget ---*/	
.totalbusiness-recent-comment-widget .recent-comment-widget-thumbnail{ overflow: hidden; float: left; margin-right: 20px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.totalbusiness-recent-comment-widget .recent-comment-widget-content { overflow: hidden; }
.totalbusiness-recent-comment-widget .recent-commnet-widget { padding-bottom: 20px; margin-bottom: 20px;
	border-bottom-width: 1px; border-bottom-style: solid; }
.totalbusiness-recent-comment-widget .recent-comment-widget-title{ font-size: 12px; font-weight: bold; 
	text-transform: uppercase; margin-bottom: 5px; }
.totalbusiness-recent-comment-widget .recent-comment-widget-info{ font-size: 12px; font-weight: bold; margin-bottom: 10px; }

/*--- twitter widget ---*/
.totalbusiness-twitter-text { font-size: 13px; line-height: 13px; font-weight: normal; }
.totalbusiness-twitter-time { font-size: 11px; color: transparent; font-weight: normal; margin-bottom: 10px; text-transform: uppercase; }
ul.totalbusiness-twitter-widget{ list-style: none; margin-left: 0px; }
ul.totalbusiness-twitter-widget li{ margin-bottom: 10px; border-bottom-width: 1px; border-bottom-style: solid; }
ul.totalbusiness-twitter-widget li:before{ font-size: 21px; line-height: 21px; float: left; margin-right: 10px;
margin-top: 4px; font-family: FontAwesome; 
	content: '\f099'; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;'); }
ul.totalbusiness-twitter-widget li .totalbusiness-twitter{ margin-bottom: 10px; overflow: hidden; }

/*--- recent port 2 widget ---*/
.totalbusiness-recent-port2-widget .recent-port-widget-thumbnail { max-width: 70px; float: left;
margin-right: 15px; margin-bottom: 15px; }
.footer-wrapper .totalbusiness-recent-port2-widget .recent-port-widget-thumbnail { max-width: 70px; }

/*--- flickr widget ---*/
.totalbusiness-flickr-widget .flickr_badge_image { max-width: 70px; float: left; 
	margin-right: 15px; margin-bottom: 15px; }
.footer-wrapper .totalbusiness-flickr-widget .flickr_badge_image { max-width: 57px; }
	
/*--- post slider widget ---*/	
.totalbusiness-post-slider-widget .flex-control-nav { display: none; }
.totalbusiness-post-slider-widget .totalbusiness-caption-title { padding: 7px; font-size: 13px; text-align: center; }
.totalbusiness-post-slider-widget .flex-direction-nav li a { padding-top: 15px; padding-bottom: 15px; 
	margin-top: -30px; }
	
/*--- Calendar Widget ---*/
.widget_calendar caption { text-align: left; font-size: 13px; margin-bottom: 13px; text-transform: uppercase; font-weight: normal; letter-spacing: 1px; }	
.widget_calendar th { font-size: 11px; font-weight: normal; }
.widget_calendar table, .widget_calendar tr, .widget_calendar td{ padding: 10px 0px; }
.widget_calendar table tfoot td { border-bottom: 0; }


/*----------------------------------------------------------------------*/
/*---------------                PLUGINS              ------------------*/
/*----------------------------------------------------------------------*/

/*--- Isotope Filtering ---*/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s; }
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width; }
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity; 
	-moz-transition-property: -moz-transform, opacity; 
	-ms-transition-property: -ms-transform, opacity; 
	-o-transition-property: -o-transform, opacity; 
	transition-property: transform, opacity; }
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s; 
	transition-duration: 0s; }
	
/*--- easy pie chart ---*/	
.totalbusiness-chart { position: relative; text-align: center; display: inline-block; }
.totalbusiness-chart canvas { position: absolute; top: 0; left: 0; max-width: 100%; max-height: 100%; 
	max-height: none\9; /*- for ie 8 and below-*/ }
.totalbusiness-chart .chart-content-wrapper { position: absolute; left: 50%; top: 50%; line-height: 1; z-index: 1; }
.totalbusiness-chart .chart-content-wrapper .chart-content-inner { position: relative; left: -50%; margin-top: -25%; }
.totalbusiness-chart .chart-content-wrapper .chart-content{ font-size: 16px; margin-bottom: 8px; display: block; }
.totalbusiness-chart .chart-content-wrapper .chart-percent-number { font-size: 24px; display: block; }	
.totalbusiness-chart .chart-content-wrapper .chart-content i { font-size: 25px; margin-top: -28px; margin-bottom: 10px; margin-right: 0; display: block; }

/*--- easy mailchimp form ---*/
.totalbusiness-mailchimp-form .yks-require-description{ display: none; }
.totalbusiness-mailchimp-form .yks-mailchimpFormDivRowLabel, 
.totalbusiness-mailchimp-form .yks-mailchimpFormDivRowField { display: block; margin-bottom: 3px; width: auto; }
.totalbusiness-mailchimp-form .yks-mailchimpFormDivRow{ margin-top: 9px; }
.totalbusiness-mailchimp-form .yks-mailchimpFormDivRow:first-child{ margin-top: 0px; }
.totalbusiness-mailchimp-form input[type="text"], .totalbusiness-mailchimp-form input[type="email"], 
.totalbusiness-mailchimp-form input[type="password"]{ width: 200px; padding: 12px; margin-bottom: 5px; }
.totalbusiness-mailchimp-form p, .totalbusiness-mailchimp-form input[type="submit"]{ margin-bottom: 0px; }
.totalbusiness-mailchimp-form .yks-status .yks-success { white-space: normal; text-align: center;
    margin: 0px auto; padding: 5px 12px; }
	
/*--- wpml ---*/
.totalbusiness-wpml-language-selector img{ margin-right: 12px; vertical-align: middle; }

/*--- woocommerce cart ---*/
.totalbusiness-woocommerce-cart .sub-menu-item{ padding-top: 12px; margin-top: 12px;
	border-top-width: 1px; border-top-style: solid; }
.totalbusiness-woocommerce-cart .sub-menu-item:first-child{ padding-top: 0px; border-top-width: 0px; }
.totalbusiness-woocommerce-cart .sub-menu-item .head{ font-weight: bold; }
.totalbusiness-woocommerce-cart .totalbusiness-button{ margin-bottom: 0px; }
.totalbusiness-woocommerce-cart .totalbusiness-button:last-child{ margin-right: 0px; }
.totalbusiness-woocommerce-cart .sub-menu-item .totalbusiness-button { margin-top: 9px; }

/*--- fitvids ---*/
.totalbusiness-fluid-video-wrapper { width: 100%; position: relative; padding: 0; }                                                            
.totalbusiness-fluid-video-wrapper iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  	

/*--- contact form 7 ---*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], 
.wpcf7 input[type="password"], .wpcf7 textarea { padding: 16px 19px; width: 100%; font-size: 13px; }
.wpcf7 input[type="submit"] { padding: 10px 20px; letter-spacing: 0; text-transform: none; }
.wpcf7 span.wpcf7-form-control-wrap {display: block; padding-right: 46px; margin-top: 7px; }	


.footer-wrapper .wpcf7 p{ margin-bottom: 10px; }
.footer-wrapper .wpcf7 input[type="text"], .footer-wrapper .wpcf7 input[type="email"], 
.footer-wrapper .wpcf7 input[type="password"], .footer-wrapper .wpcf7 textarea { padding: 15px 18px; width: 100%;}
.footer-wrapper .wpcf7 span.wpcf7-form-control-wrap { padding-right: 38px; margin-top: 5px; }	
	
.wpcf7 input:focus::input-placeholder{ color:transparent; }
.wpcf7 input:focus::-webkit-input-placeholder{ color:transparent; }
.wpcf7 input:focus::-moz-placeholder{ color:transparent; }
.wpcf7 input:focus:-moz-placeholder{ color:transparent; }
.wpcf7 input:focus:-ms-input-placeholder{ color:transparent; }
.wpcf7 textarea:focus::input-placeholder{ color:transparent; }
.wpcf7 textarea:focus::-webkit-input-placeholder{ color:transparent; }
.wpcf7 textarea:focus::-moz-placeholder{ color:transparent; }
.wpcf7 textarea:focus:-moz-placeholder{ color:transparent; }
.wpcf7 textarea:focus:-ms-input-placeholder{ color:transparent; }	
	
/*--- background player ---*/	
.totalbusiness-bg-player{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; }
.totalbusiness-player-overlay{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; background: #000; }

/* Rotating Tweets First - sort out the fonts */
div.rotatingtweet { font-size: 82%; }


/*----------------------------------------------------------------------*/
/*---------------                RETINA               ------------------*/
/*----------------------------------------------------------------------*/	
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	blockquote{ background-image: url('images/dark/quote@2x.png'); background-repeat: no-repeat; }
	.gdl-search-form input[type="submit"] { background-image: url('images/dark/icon-search@2x.png'); }
	.page-not-found-search  .gdl-search-form input[type="submit"]{ background-image: url('images/light/icon-search@2x.png'); }
}	

.totalbusiness-top-woocommerce-button{ color: #fff; }
.totalbusiness-top-woocommerce-inner{ background: #242424; }
.totalbusiness-top-woocommerce,
.totalbusiness-top-woocommerce-inner > a{ color: #fff; }

/*-- Master Slider --*/
.master-slider-parent { padding-bottom: 0px !important; }

/*--- Font Awesome ---*/
.icon-angle-left, .icon-angle-right, .icon-minus, .icon-plus{ line-height: 1; }
.icon-angle-left:before { content: "\f104"; font-family: fontAwesome; font-style: normal; }
.icon-angle-right:before { content: "\f105"; font-family: fontAwesome; font-style: normal; }
.icon-minus:before{ content: "\f068"; font-family: fontAwesome; font-style: normal; }
.icon-plus:before{ content: "\f067"; font-family: fontAwesome; font-style: normal; }

/*-- icno shortcode --*/
span.totalbusiness-icon-inline-text { letter-spacing: 1px; }
span.gdlr-icon-shortcode { display: inline-block; }

/*-- Hierarchical Pages Widget Go-to / WIDGET / list --*/


/*----------------------------------------------------------------------*/
/*---------------             DIV STYLES              ------------------*/
/*----------------------------------------------------------------------*/

#subLinks { margin-top: -25px; margin-bottom: 30px; }

#personnelname { font-size: 18px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
#personneltitle { font-size: 12px; color: #c0c0c0; text-transform: uppercase; letter-spacing: 1px; margin-top: 0px; margin-bottom: 10px; }
#personnelcontent { font-size: 14px; }

#devicereduce { -webkit-text-size-adjust: 80%; -webkit-font-smoothing: antialiased; line-height: normal; margin-bottom: 0.5%; margin-top: 2.5%; font-weight: normal; letter-spacing: 0.5px; }


/*----------------------------------------------------------------------*/
/*---------------            EVENT MANAGER            ------------------*/
/*----------------------------------------------------------------------*/	

div#em-loading { position:absolute; width:100%; height:100%; background:#FFFFFF url(../images/loading.gif) 50% 50% no-repeat; left:0px; top:0px; opacity:0.8; filter:alpha(opacity=80); z-index:99998; }
.em-search-ajax { position:relative; }
/* Warnings */
	.em-warning { margin:10px 0px; padding:10px; color:#333; border-radius:3px; }
	.em-warning p { margin:10px 0px !important; padding:0px; color:#333 }
	.em-warning-errors { background-color:#FFEBE8; border:1px solid #C00; }
	.em-warning-confirms { background-color:#f1fff0; border:1px solid #a8d144; }
	a.em-button { float:right; padding:5px 10px; margin:5px; background:#EEE; color:#333; border:1px solid #CCC; border-radius:3px; display:inline-block; text-decoration:none; }
	a.em-button:hover { text-decoration:none; }	
	
/* Search Form */
	.em-search div { display:inline; }
	.em-search label { display:none; }
	.em-search .hidden { display:none !important; }
	/* Custom Search CSS */
		div.css-search { margin-bottom:40px; }	
		div.em-search.css-search label { display:inline; } 
		div.em-search.css-search div { display:block; }
		div.css-search input, div.css-search select, div.css-search option, div.css-search div, div.css-search span, div.css-search button { 
			width:auto; height:auto; margin:0; padding:0; float:none; display:auto; font-size:14px; /* reset everything */
		}
		div.css-search input, div.css-search select { padding:5px; }
		div.css-search { background:#fff; border:1px solid #dedede; border-radius:3px; padding:5px; min-height:40px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; }	
		/* Main Search */
			div.css-search.has-advanced div.em-search-main { padding-bottom:8px; border-bottom:1px solid #dedede; }
			div.css-search div.em-search-main div { display:inline; }
			div.css-search div.em-search-field { padding:5px 0px; }
			div.css-search input.em-search-text, div.css-search input.em-search-geo { width:90%; font-size:16px; line-height:16px; padding:8px; border:none; outline:none !important; color:#666; text-overflow: ellipsis; }
			div.css-search div.em-search-geo { margin:0px 0px 0px 5px; padding-left:20px; background:url(../images/search-geo.png) 0px 3px no-repeat; }
			div.css-search div.em-search-text { margin:0px 0px 0px 5px; padding-left:20px; background:url(../images/search-mag-ico.png) 0px 4px no-repeat; }
			/* Placeholder text in main section */ 
				div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder { /* WebKit browsers */ font-size:16px; line-height:16px; padding:3px 0px; border:none; outline:none; color:#666; }
				div.css-search div.em-search-main div.em-search-field input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-size:16px; line-height:16px; padding:8px; border:none; outline:none; color:#666; }
				div.css-search div.em-search-main div.em-search-field input::-moz-placeholder { /* Mozilla Firefox 19+ */ font-size:16px; line-height:16px; padding:8px; border:none; outline:none; color:#666; }
				div.css-search div.em-search-main div.em-search-field input:-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:16px; line-height:16px; padding:8px; border:none; outline:none; color:#666; }			
			/* Geo field specifics */
				div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo { width:40%; }
				.pac-container .pac-item { padding:4px 4px !important; }
			/* Main Search Button */
				div.css-search div.em-search-main .em-search-submit {
					position:absolute;
					top: 5px; right: 5px;
					-moz-box-shadow: 0px 0px 0px 0px #ffffff;
					-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
					box-shadow: 0px 0px 0px 0px #ffffff;
					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b7d282), color-stop(1, #8eb56d) );
					background:-moz-linear-gradient( center top, #b7d282 5%, #8eb56d 100% );
					background-color:#b7d282;
					-moz-border-radius:6px;
					-webkit-border-radius:6px;
					border-radius:6px;
					border:1px solid #dcdcdc;
					display:inline-block;
					color:#ffffff;
					font-weight:bold;
					padding:8px 10px;
					text-decoration:none;
					text-shadow:1px 1px 0px #c7c5c7;
					line-height:16px;
				}
				div.css-search div.em-search-main .em-search-submit:hover {
					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C4DB99), color-stop(1, #A4C48A) );
					background:-moz-linear-gradient( center top, #C4DB99 5%, #A4C48A 100% );
					background:-ms-linear-gradient(top, #C4DB99, #A4C48A);
					background:-o-linear-gradient(top, #C4DB99, #A4C48A);
					background:linear-gradient(top, #C4DB99, #A4C48A);
					background-color:#A4C48A;
				}
				div.css-search div.em-search-main .em-search-submit img { border:none; padding:0; margin:0; box-shadow:none; border-radius:0; background:none; }
				/* IE7 Hack */ div.css-search div.em-search-main button.em-search-submit span { display:block; width:16px; height:16px; background:url('../images/search-mag.png') 0px 0px no-repeat; }			
		/* Advanced Search */
			div.css-search div.em-search-location, div.em-search-location-meta { margin:0px; padding: 0px; }
			div.css-search div.em-search-advanced, div.css-search div.em-search-options { padding:5px 8px; }
			div.css-search div.em-search-advanced > div { clear:both; }
			div.css-search div.em-search-advanced label { display:block; float:left; min-width:100px; }
			div.css-search div.em-search-advanced .em-search-submit { margin:10px 0px; }
			div.css-search.no-search-main div.em-search-advanced.visible div { display:inline; clear:none; }
			div.css-search.no-search-main div.em-search-advanced.visible label { display:none; }
			div.css-search div.em-search-options { text-align:right; }
	
/* Booking Form */
	.em-booking { margin:15px 0px 10px 0px; position:relative; }
	.em-booking-form  { position:relative; clear:left; }
	.em-booking-form-details  { padding:10px; width:360px; float:left; }  
	.em-booking-form-details input.input, .em-booking-form-details textarea { width:250px; }
	.em-booking-form p { clear:left; }
	.em-booking-form label { display:block; float:left; }
	.em-booking-form span.input-group input { margin-left:-20px; }
	.em-booking-form span.input-group { display:block; margin-left:120px; }
	.em-booking-form label  { display:inline-block; width:100px; }	
	.em-booking-form-details .em-booking-submit { width:auto; }	
	/* Tickets */
		.em-tickets { margin-bottom:20px; }
	/* Message Errors */
		div.em-booking-message { margin:10px 0px; padding:10px; color:#333; border-radius:3px; }
		div.em-booking-message p { margin:10px 0px !important; padding:0px; color:#333; }
		div.em-booking-message-success { background-color:#f1fff0; border:1px solid #a8d144; }	
		div.em-booking-message-error { background-color:#FFEBE8; border:1px solid #C00; }
	/* Optional Login Form */
		div.em-booking-login { padding: 10px 10px 10px 20px; margin: 0px 0px 0px 390px;	border-left: 1px solid black; }
		div.em-booking-login label { display:inline-block; width:90px; }
		div.em-booking-login p{ margin:10px 0px !important; padding:0px !important;	}	
		div.em-booking-login input { margin:0px; }
		
/* Events Admin */
#em-wrapper #posts-filter .subsubsub .current { font-weight:bold; }		
		
/* Add Event Form */
	#event-form h4 { margin:25px 0px 15px 0px; font-weight:bold; }
	#event-form p { margin-top:10px; }
	#event-form .inside { clear:both; margin-bottom:20px; }
	#buddypress .wp-editor-wrap table { width:auto; }
	#buddypress .wp-editor-wrap table tr td, #buddypress .wp-editor-wrap table tr th { padding:0; }
	#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] { padding: 0px 10px 1px; }
	/* Event Details */
		#event-form #event-name { width:80%; padding:2px; }
		#event-form .event-extra-details { margin-top:20px; }
		#event-form .event-extra-details select { vertical-align:top; }
	/*Tickets*/
		#event-rsvp-box { margin:10px; }
		#event-rsvp-options label { font-weight:bold; }
		/*Tickets*/
			.em-tickets-row .ticket-status span.ticket_on { display:block; width:10px; height:10px; background:green; }
			.em-tickets-row .ticket-status span.ticket_off { display:block; width:10px; height:10px; background:red; }
			.em-tickets-row .ticket-status span.ticket_new { display:block; width:10px; height:10px; background:grey; }
			#em-tickets-form th { width:auto; }
			#em-tickets-form th.ticket-status { width:20px; }
			/* Ticket Forms */
				.em-ticket-form .ticket-options { margin-top:10px; }	
				.em-ticket-form > div > div, #em-tickets-form .ticket-dates > div { clear:both; padding-top:4px; }
				.em-ticket-form label { display:block; float:left; min-width:105px; padding-right:5px; }
				#em-tickets-form .ticket-name input, #em-tickets-form .ticket-description textarea { width:50%} 
				#em-tickets-form .em-ticket-form-actions { clear:both; }
				#em-tickets-form .ticket-spaces input, #em-tickets-form .ticket-price input { width:80px; }
 				#em-tickets-form .ticket-dates input.em-date-input-loc { width:90px; }
				#em-tickets-form .ticket-dates-from-normal, #em-tickets-form .ticket-dates-from-recurring, 
				#em-tickets-form .ticket-dates-to-normal, #em-tickets-form .ticket-dates-to-recurring { display:inline; }
 				#em-tickets-form .ticket-required input, #em-tickets-form .ticket-roles input { width:auto; }
 				#em-tickets-form .ticket-roles div { margin-left:110px; }
	/* The editor */
		#wp-em-editor-content-wrap table { margin-bottom:0px; }
	/* Location form */
		#em-location-data table.em-location-data td, #em-location-data table.em-location-data th { vertical-align:top; border:none; }
		#em-location-data table.em-location-data select { width:100%; }
		#em-location-data table.em-location-data { width:50%; float:left; border:none; }
		#em-location-data .em-location-map-container { width: 50%; height: 300px; float:left; }
		#em-location-data .em-location-map-404, #em-location-data .em-location-map-content { width:100%; height:100%; }
		#em-location-data .em-location-map-404 { vertical-align:middle; text-align: center; }
/* Booking Admin */
	/* Generic Table Info */
	table.em-form-fields td, table.em-form-fields th { text-align:left; vertical-align:top; }
	table.em-form-fields th { padding:0px 20px 5px 0px; }		
	/* Bookings Table */
		.em_obj { position:relative; }
		.em_obj .table-wrap { clear:left; padding-top:5px; }
		.em-bookings-table .em-bookings-table-export, .em-bookings-table .em-bookings-table-settings { float:left; display:block; margin:2px 5px; width:25px; height:25px;  }
		.em-bookings-table .em-bookings-table-export { background:url(../images/csv.png) 0px 0px no-repeat; }
		.em-bookings-table .em-bookings-table-settings { background:url(../images/settings.png) 0px 0px no-repeat; }
		/* Settings & Export */
			#em-bookings-table-export, #em-bookings-table-settings { width:500px; height: 75%; }
			#em-bookings-table-export form, #em-bookings-table-settings form { height: 100%; overflow:auto; }
			/* Sorting */
				.em-bookings-table-overlay ul.em-bookings-cols-sortable { list-style-type: none; margin: 0; padding: 0 0 10px; float: left; margin-right: 10px; }
				.em-bookings-table-overlay ul.em-bookings-cols-sortable li { margin: 0 5px 5px 5px; padding: 3px 8px; font-size: 12px; width: 120px; font-weight:none; cursor:move; }
				.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-highlight {}
				.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default { color:#999; }
				#em-bookings-export-cols-inactive, #em-bookings-cols-inactive { width:300px; }	
				#em-bookings-export-cols-inactive li, #em-bookings-cols-inactive li { float:left; }
	/* Single Booking Edit View */
		#em-bookings-admin-booking .em-booking-single-info { display:none; }
		#em-bookings-admin-booking .em-booking-single-form { padding-right:20px; }		
		
/* Printable stuff */
	body#printable { font-family: Gill Sans, Helvetica, Arial, sans-serif; text-align: center; }  
	body#printable #container { margin: 0 auto; width: 780px; text-align: left; }
	body#printable table#bookings-table { width: 600px; border-spacing: 0px; }
	body#printable table#bookings-table td { padding: 5px 0; }
	body#printable table#bookings-table td.spaces-number { text-align: right; padding-right: 20px; }
	body#printable table#bookings-table th { text-align: left; margin-left: 5px; }   
	body#printable table#bookings-table tr#booked-spaces td{ border-top: 2px solid #999; }
	body#printable table#bookings-table td.total-label { text-align: right; }                                  
	body#printable table#bookings-table tr#booked-spaces td.spaces-number, table#bookings-table tr#available-spaces td.spaces-number { font-weight: bold; }

/* Calendar Styles */
	table.em-calendar td { padding: 2px 4px; text-align: center; }
	table.em-calendar.table tr.days-names { font-weight: bold; } 
	table.em-calendar td.eventless-pre, .em-calendar td.eventless-post { color: #ccc; }
	table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a{ color: #aaa; text-decoration:underline; }
	table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { color: #FD7E29; }
	table.em-calendar td.eventful-today a { font-weight: bold; }
	table.em-calendar td.eventless-today, table.em-calendar td.eventful-today { background-color: #CFCFCF; }
	table.em-calendar thead { font-size: 120%; font-weight: bold; }
	table.fullcalendar { border-collapse: collapse; }
	table.fullcalendar td { text-align: left; border: 1px solid #888; }
	div.em-calendar-wrapper { position:relative; }
/*
Maps - if the info balloons don't look right on your site, chances are it's a CSS issue. 
Google is VERY sensitive to CSS rules for the infowindows, making it hard to accommodate every theme in WP. 
Please edit your theme's CSS to override this 
*/
	.em-map-balloon .em-map-balloon-content { 
		margin:5px 0px 0px 0px !important; 
		padding:0px 0px 0px 0px !important; 
		font-size:13px !important;
		line-height:100%; !important;
		color:#3f3f3f  !important;
		width:auto !important; 
		max-width:none !important;
		height:auto !important;
		max-height:none !important;
	}
	.em-location-map img, .em-locations-map img, #em-map img { 
		max-width:none !important; 
		background:none !important; 
		border:none !important; 
		margin:0 !important; 
		padding:0 !important; 
		height:auto; 
		width:auto;
	}

/* Time Picker */
	#start-time, #end-time { width:7em;}
	#start-time.error, #end-time.error { border:#cc0000 1px solid; }
	div.time-picker {  position: absolute; height: 191px; width:5em; /* needed for IE */ overflow: auto; background: #fff; border: 1px solid #aaa; z-index: 99; margin: 0; }
	div.time-picker-12hours { width:7em; /* needed for IE */ }
	div.time-picker ul { list-style-type: none; margin: 0; padding: 0; }
	div.time-picker li { cursor: pointer; height: 10px; font: 12px/1 Helvetica, Arial, sans-serif; padding: 4px 3px; }
	div.time-picker li.selected { background: #0063CE; color: #fff; }


