/*
Theme Name: Superbrands Main Template
Theme URI: https://www.themealley.com/
Description: HTML5 & CSS3 Responsive WordPress Business theme with business style home page layout with welcome section, 3 product/services blocks and a client quote/testimonial section. 2 logo section layout options. 2 premade (Blue, Red) ready to use color schemes/skins. 3 widget areas in footer, 1 widget area in sidebar. 2 page layouts including a full width page template. Social media icons in footer. 
Version: 1.0.10 Superbrands Version 1.0
Author: ThemeAlley.com with  Superbrands and whiznet.com.au modifications to header.php, slider-video-one.php and style.css
Author URI: http://www.themealley.com/
Tags: black, blue, gray, red, dark, light, silver, white, two-columns, custom-menu, right-sidebar, fixed-width, flexible-width, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, superbrands
License: GNU General Public License
License URI: license.txt


ThemeAlley.Business WordPress Theme, Copyright 2013 ThemeAlley.com
ThemeAlley.Business is distributed under the terms of the GNU GPL

ThemeAlley.Business is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*loading issue*/

@import url(http://fonts.googleapis.com/css?family=Lato|Lato:100);

/* =Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('skins/fonts/font-awesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('skins/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  	   url('skins/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), 
	   url('skins/fonts/font-awesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), 
	   url('skins/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	text-rendering: optimizeLegibility;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: justify;
}
td {
	padding:1% 2%;	
}
.odd {
	background:url(images/ten.png);
}
.even {
	background:url(images/five.png);
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

select
{
	border:1px solid #999;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	font-size:14px;
	color:#888;
}

p {
    text-align: justify!important;
    margin-bottom: 1.5em !important;
}

.vc_custom_1509372699890 p {
	margin-bottom:0!important;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family:inherit;
	font-size: 100%;
	line-height: 1.75;
	word-wrap:break-word;	
	font-family: 'Lato', sans-serif!important;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Lato', sans-serif!important;
	line-height: 1.25;
}
h1{
	font-size: 40px;
	font-weight:700;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 32px;
}
h4{
	font-size: 28px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
}
hr {
	background-color: #dcd4ba;
	border: 0;
	height: 1px;
	margin-bottom:30px;
	margin-top:30px;
}


/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	padding:0 1.5em;
	border-left:1.0em solid #DDDFE2;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 1.5em 0;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.clear-both{
	clear:both;
}
/* Links */
a {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
}
a:hover,
a:focus,
a:active {
	color:#000;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto!important;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.clearboth {
	clear: both;
}

/* Containers
----------------------------------------------- */
#wrapper-one{
	width:100%;	
}
#wrapper-two{
	width:100%;	
}
#wrapper-three{
	width:100%;
}
#page{
	width:100%;
}
.responsive-container{
	width:100%;
}
.header-social{
	width:100%;
	background:#000;
	height:50px;
	display:none;
}
.site-header{
	width:100%;
	background:#111;
	text-align:center;
	padding-top:30px;
}
#inner-container{
	width:100%;	
}

.site-main{
	width:100%;
	padding:30px 0;
	background:#f4efe9!important;
}
.content-container{
	width:100%;
}
.full-page-content-area{
	width:100%;
	margin:5% 0;
	float:left;
}
.content-area{
	width:100%;
	margin:5% 0;
	float:left;
}
.site-content{
	width:100%;
	margin:0;	
}
.widget-area{
	width:100%;
	margin:5% 0 0 0;	
	float:left;
	background:#E4E6E9;
}
.footer-client-logos-container{
	width:100%;
	background:#DFE0E0; /* Grey */
	overflow:auto;
}
.footer-social{
	width:100%;
	background:#333437;
	margin-top:10px
}
.site-footer{
	width:100%;
	background:#eeeeee; /*changed from #1f2c22 */
}
.site-info{
	float:left;
	width:90%;
	padding:5%;
	color:#eee;
}
.footer-widget-two{
	float:left;
	width:90%;
	padding:5%;
	color:#fff;	
}
.footer-widget-three{
	float:left;
	width:90%;
	padding:5%;
	color:#fff;	
}
.footer-widget-four{
	float:left;
	width:90%;
	padding:5%;
	color:#fff;	
}
.footer-widget-two .widget select{
	width:90%;
	margin:5% 5% 5% 0;
	padding:2%;
	color:#fff;
	background:#000;
	border:none;
}
.footer-widget-three .widget select{
	width:90%;
	margin:5% 5% 5% 0;
	padding:2%;
	color:#fff;
	background:#000;
	border:none;
}
.footer-three-container{
	width:100%;
	margin:0;
}
.site-info-three{
	float:left;
	width:90%;
	padding:2% 5% 5% 5%;
	color:#fff;
}
.footer-widget-fourmap{
    color: #FFFFFF;
    float: left;
    padding: 5%;
    width: 90%;	
}
.footer-five-map{
	width:100%;
	background:#28292b;
	overflow:auto;
}
.bizsix-quote-container{
	width:100%;
	background:#E4E6E7;
	overflow:auto;	
}

/* Logo Section
----------------------------------------------- */
.site-header-half-width-logo{
	width:100%;
	margin:0;
	float:left;	
}
.site-branding{
	padding:7% 0;
}
.site-header-half-width-logo .site-branding{
	text-align:center;
}
.site-branding img{
	max-width:90%;
	height:auto;
}
.site-title a, .site-title a:visited{
	font-family: 'Lato', sans-serif!important;
	font-size: 60px;
	font-size: 6.0rem;
	color: #fff;
	text-decoration:none;
	line-height:1.1;
}
.site-description{
	color: #fff;
	font-family: 'Lato', sans-serif!important;
	font-size: 16px;
	font-size: 1.6rem;
}
.site-header-half-width-nav{
	width:100%;
	margin:0;
	float:left;
	border-top:1px solid #000;
}

/* =Menu
----------------------------------------------- */
.tinynav { width:80%; display: block; margin:4% auto; padding:1%; background:#000000; color:#fff; border:1px solid #000; font-size:14px; font-size:1.4rem; }
#main-nav { display: none }
	
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation-inner{
	width: 84%;
	padding:0 3%;
	margin:0 5% 2% 5%;
}
.main-navigation-inner .main-navigation {
	clear: both;
	display: block;
	float:none;
	width: 100%;
	padding:1% 0;
}
.main-navigation-inner .main-navigation .tinynav{
	width:100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display:inline-block;
	position: relative;
	padding:0.3em 1.5em;
	margin:0.5em 1.0em 0.5em 0;
}
.main-navigation li:hover {
	background:#000;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#fff;
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 2.3em;
		left: 0;
	z-index: 99999;
	background:#000;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	color:#fff;
}
.main-navigation ul ul li {
	margin:0;
	text-align:left;
}
.main-navigation ul ul li:hover {
	background:#252525;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}

.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item {
	background:transparent;	
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #d1ae55!important;
}

.nav-border-top{
	border-top:1px solid #000;
}

/* =Site-Header
----------------------------------------------- */

/* Custom Header */
.site-slider-custom-header{
	width:100%;
	margin:0;
	text-align:center;
	line-height:0;
}
.site-slider-custom-header img{
	max-width:100%;
}

/* Header One */
.site-slider-slider-one{
	width:100%;
	margin:7.9% 0;	
}
.site-slider-slider-one-image{
	float:left;
	width:90%;
	margin:0 5%;
	text-align:center;
}
.site-slider-slider-one-image img{
	max-width:90%;
	height:auto;
}
.site-slider-slider-one-text{
	float:left;
	width:90%;
	margin:0 5%;
}
.site-slider-slider-one-text-heading{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align: left;
	font-size:60px;
	font-size:6.0rem;
	text-shadow: 1px 1px #000000;
	color:#fff;
	line-height:1.0;
	font-family: 'Lato', sans-serif!important;
}
.site-slider-slider-one-text-description{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:justify;
	color:#eee;
	line-height:1.5;
}
.site-slider-slider-one-text-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.site-slider-slider-one-text-description ul li{
	width:80%;
	margin:0 10% 0 0;
	padding:0.7em 0 1em 0;
	border-bottom:1px solid #0272a8;
	line-height:1.2;
	text-align:justify;
}
.site-slider-slider-one-text-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#eee;	
	display:inline-block;
	margin-right:10px;
}
.site-slider-slider-one-text-description ul li a{
	color:#eee;
}
.site-slider-slider-one-text-button{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;	
}
.site-slider-slider-one-text-button a {
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	font-size:2.4rem;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
.site-slider-slider-one-text-button span{
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	color:#eee;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}

/* Header OnePlus */
.site-slider-slider-oneplus{
	width:100%;
	margin:7.9% 0;	
}
.site-slider-slider-oneplus-image{
	float:left;
	width:90%;
	margin:0 5%;
	text-align:center;
}
.site-slider-slider-oneplus-image img{
	max-width:90%;
	height:auto;
}
.site-slider-slider-oneplus-text{
	float:left;
	width:90%;
	margin:0 5%;
}
.site-slider-slider-oneplus-text-heading{
	width:86%;
	margin:0 7% 0 7%;
	padding:20px 0 40px 0;
	text-align:center;
	font-size:60px;
	text-shadow: 1px 1px #000000;
	color:#fff;
	line-height:1.0;
	font-family: 'Lato', sans-serif!important;
}
.site-slider-slider-oneplus-text-description{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
.site-slider-slider-oneplus-text-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.site-slider-slider-oneplus-text-description ul li{
	width:80%;
	margin:0 10% 0 0;
	padding:0.7em 0 1em 0;
	border-bottom:1px solid #0272a8;
	line-height:1.2;
	text-align:left;
}
.site-slider-slider-oneplus-text-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
}
.site-slider-slider-oneplus-text-description ul li a{
	color:#eee;
}
.site-slider-slider-oneplus-text-button{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;	
}
.site-slider-slider-oneplus-text-button a{
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
.site-slider-slider-oneplus-text-button span{
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}

/* Video One */
.site-slider-slider-video-one{
	width:100%;
	margin:7.9% 0;	
}
.site-slider-slider-video-one-video-cont{
	width:90%;
	margin:0 auto;	
}
.site-slider-slider-video-one-video {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.site-slider-slider-video-one-video img{
	max-width:90%;
	height:auto;
}
.site-slider-slider-video-one-text {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
	font-size:16px;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.site-slider-slider-video-one-text-heading{
	width:86%;
	margin:0 7% 0 7%;
	padding:20px 0 40px 0;
	text-align:center;
	font-size:48px;
	text-shadow: 1px 1px #000000;
	color:#fff;
	line-height:1.0;
	font-family: 'Lato', sans-serif!important;
}
.site-slider-slider-video-one-text-description{
	margin:0 5%;
	padding:0 0 40px 0;
	text-align:center;
	color:#000;
	line-height:1.5;
}
.site-slider-slider-video-one-text-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.site-slider-slider-video-one-text-description ul li{
	width:80%;
	margin:0 10% 0 0;
	padding:0.7em 0 1em 0;
	border-bottom:1px solid #0272a8;
	line-height:1.2;
	text-align:justify;
}
.site-slider-slider-video-one-text-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
	text-align:justify;
}
.site-slider-slider-video-one-text-description ul li a{
	color:#eee;
}
.site-slider-slider-video-one-text-button{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;	
}
.site-slider-slider-video-one-text-button a{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
.site-slider-slider-video-one-text-button span{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
/* Fluid videos */
.fluid_video_cont_themealley {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.fluid_video_cont_themealley iframe,  
.fluid_video_cont_themealley object,  
.fluid_video_cont_themealley embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right:0;
}
/* Header One Plus */
.site-slider-oneplus{
	width:100%;
	position:relative;
}
/* Slider Two */
.site-slider-slider-two{
	width:100%;
	margin:7.9% 0;	
}
.site-slider-slider-two-video-cont{
	width:100%;
	margin:0;	
}
.site-slider-slider-two-video{
	float:left;
	width:90%;
	margin:0 5%;
	text-align:center;
}
.site-slider-slider-two-video img{
	max-width:100%;
	height:auto;
}
.site-slider-slider-two-text{
	float:left;
	width:90%;
	margin:0 5%;
}
.site-slider-slider-two-text-heading{
	width:86%;
	margin:0 7% 0 7%;
	padding:30px 0 40px 0;
	text-align:center;
	font-size:48px;
	text-shadow: 1px 1px #000000;
	color:#fff;
	line-height:1.0;
	font-family: 'Lato', sans-serif!important;
}
.site-slider-slider-two-text-description{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
.site-slider-slider-two-text-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.site-slider-slider-two-text-description ul li{
	width:80%;
	margin:0 10% 0 0;
	padding:0.7em 0 1em 0;
	border-bottom:1px solid #0272a8;
	line-height:1.2;
	text-align:left;
}
.site-slider-slider-two-text-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
}
.site-slider-slider-two-text-description ul li a{
	color:#fff;
}
.site-slider-slider-two-text-button{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 40px 0;
	text-align:center;	
}
.site-slider-slider-two-text-button a{
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
.site-slider-slider-two-text-button span{
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;
}
.cycle-slideshow-captiony{
	width:96%;
	margin:1% 2%;
	text-align:left;
}
.cycle-slideshow-captiony h2 {
	font-family: 'Lato', sans-serif!important;	
	font-size:16px;	
	margin-bottom:0.5em;
	margin-top:0.5em;	
}
.cycle-slideshow-captiony h2 a{
	font-family: 'Lato', sans-serif!important;
	color:#fff;
	font-size:16px;	
}

/* SlitSlider */
.sl-slider h2 {
	font-size:24px;	
}

.sl-slider blockquote p{
	font-size:16px;
	margin-bottom:2em;
	display:none;	
}
.sl-slider blockquote p span{
	padding:0.5em 1em;
	background:#333437;
	display:inline-block;
}

.sl-slider blockquote cite {
	font-size:16px;
	font-size:1.6rem;
}
.sl-slider blockquote cite a{
	font-size:16px;
}
/* Fraction SLider */

/* Hero Header */
.hero-heading-container{
	width:100%;
	padding:4% 0 4% 0;
}
.hero-heading{
	width:86%;
	padding:0 0 0.25em 0;
	text-align:center;
	font-size:48px;
	text-shadow: 1px 1px #000000;
	color:#fff;
	line-height:1.0;
	font-family: 'Lato', sans-serif!important;
	margin:0 7%;	
}
.hero-heading-text{
	width:86%;	
	text-align:center;	
	text-shadow: 1px 1px #000000;
	color:#fff;
	margin:0 7%;
}
.fractionslider-wrapper-cont{
	width:100%;
	display:none;
}
.hero-pitch-container{
	width:100%;
	background:#dbdee1;
	overflow:auto;
	padding:7% 0;
}
.hero-pitch-text{
	width:90%;
	float:left;
	padding:0 5%;
	text-align:center
}
.hero-pitch-text h2{
	color:#000;
	font-size:24px;
	font-family: 'Lato', sans-serif!important;
}
.hero-pitch-text p{
	color:#000;
	margin-bottom:0;
}
.hero-pitch-button{
	width:90%;
	float:left;
	padding:0 5%;
	text-align:center;
}
.hero-pitch-button p{
	margin-bottom:0;
}
.hero-pitch-button p a{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 10px 20px;
	line-height:1.0;
	margin:2% 0 0 0;
}
.hero-pitch-button p a:after{
	content:"\f0a9";
	font-family:'FontAwesome';
	font-size:18px;
	color:#fff;
	display:inline-block;
	margin:0 0 0 5px;	
}
.hero-pitch-button p span{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 10px 20px;
	line-height:1.0;
	margin:2% 0 0 0;
}
.hero-pitch-button p span:after{
	content:"\f0a9";
	font-family:'FontAwesome';
	font-size:18px;
	color:#fff;
	display:inline-block;
	margin:0 0 0 5px;	
}
.fractionslider-wrapper-backup-cont{
	display:block;
}
.hero-pane-mobile{
	width:76%;
	margin:5% 7% 5% 7%;
	padding:5%;
	background:#333337;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
.hero-pane-mobile-img{
	width:100%;
	margin-bottom:5%;
	text-align:center;
}
.hero-pane-mobile-img img{
	max-width:100%;
}
.hero-pane-mobile-title{
	width:100%;
	padding:0;
	text-align:center;	
}
.hero-pane-mobile-title p{
	color:#fff;	
	font-size:22px;
	display:inline-block;
	margin:0;
	padding:10px 0 15px 0;
	font-family: 'Lato', sans-serif!important;
}
.hero-pane-mobile-desc{
	width:100%;
	padding:0;
	text-align:center;	
}
.hero-pane-mobile-desc p{
	color:#fff;	
	font-size:16px;
	display:inline-block;
	margin:0;
	padding:10px 0 15px 0;	
}
.hero-pane-mobile-details{
	width:100%;
	padding:0;
	text-align:center;	
}
.hero-pane-mobile-details p{
	color:#fff;	
	font-size:16px;
	display:inline-block;
	border-bottom:1px solid #252528;
	margin:0;
	padding:10px 0 15px 0;	
}
.hero-pane-mobile-details p:before{
	content:"\f00c";
	font-family:'FontAwesome';
	font-size:16px;
	color:#fff;	
	display:inline-block;
	margin-right:10px;
}
.hero-pane-mobile-button{
	width:90%;
	margin:5%;
	text-align:center;	
}
.hero-pane-mobile-button p{
	border-bottom: 2px solid #000000;
	background:#252528;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    padding: 0.8em 1.2em;
	color:#fff;
	font-size:16px;
	text-align:center;	
}
.hero-pane-mobile-button p a{
	color:#fff;	
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: inline;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.more-link{
	background:#c3c5c7;
	padding:0.2em 1.0em;
	margin:0.5em 0.5em 0.5em 0;
	display:inline-block;	
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-links a{
	margin: 0 0 0.5em 0.5em;
	background:#dddfe2;
	padding:0.2em 0.5em;
	font-size:13px;
}
.post .entry-title{
	border-bottom:1px solid #dddfe2;
	padding:0 0 0.2em 0;
}
.page .entry-title{
	border-bottom:0;
	padding:0 0 0.2em 0;
}
.post-ratings img{
	margin:2px 2px 2px 0;
}
.entry-featured-image{
	width:100%;
	margin:0 0 20px 0;
}
.entry-meta{
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #dddfe2;	
}
.entry-meta a{
	font-weight:600;	
}
.entry-meta-bottom{
	border-top:1px solid #dddfe2;
}
.entry-meta-bottom-item{
	padding:0.5em 0;
	border-bottom:1px solid #dddfe2;
}
.entry-meta-bottom-item a{
	font-weight:400;
	background:#c3c5c7;
	padding:0.2em 1.0em;
	margin:0 0.5em 0.5em 0;
	display:inline-block;
	font-size: 12px;	
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-navigation{
	background:#dddfe2;
	padding:1.5em 0;
}
.post-navigation .nav-previous{
	background:url(images/single_np_prev.png) no-repeat left;
	min-height:74px;
	width:100%;
	margin:2% 0;
}
.post-navigation .nav-next{
	background:url(images/single_np_next.png) no-repeat right;
	min-height:74px;
	width:100%;
	margin:2% 0;		
}
.post-navigation .nav-previous a{
	margin:0 0 0 50px;
	display:block;
	line-height:1.2;
}
.post-navigation .nav-next a{
	margin:0 50px 0 0;
	display:block;
	line-height:1.2;
}
.post-navigation .nav-previous .meta-nav{
	margin:0 0 0 50px;
}
.post-navigation .nav-next .meta-nav{
	margin:0 50px 0 0;
}

.paging-navigation{
	background:none;
}
.paging-navigation .nav-previous{
	background:#dddfe2 url(images/single_np_prev.png) no-repeat left center;
	padding:0.7em 0 0.9em 0;
	width:100%;
	margin:5% 0;
}
.paging-navigation .nav-next{
	background:#dddfe2 url(images/single_np_next.png) no-repeat right center;
	padding:0.7em 0 0.9em 0;
	width:100%;
	margin:5% 0;
}
.paging-navigation .nav-previous a{
	margin:0 0 0 50px;
	display:block;
	line-height:1.2;
}
.paging-navigation .nav-next a{
	margin:0 50px 0 0;
	display:block;
	line-height:1.2;
}
.paging-navigation .nav-previous .meta-nav{
	margin:0 0 0 50px;
}
.paging-navigation .nav-next .meta-nav{
	margin:0 50px 0 0;
}

/* =Comments
----------------------------------------------- */
.comments-area{
	background:#dddfe2;
	padding:5% 0;
	margin:5% 0;
}
.comments-title{
	width:90%;
	margin:2% 5%;	
}
.comment-navigation{
	width:90%;
	margin:5% 5% !important;	
}
.comment-navigation .nav-previous a{
	background:url(images/comments.png);
	padding:0.4em 1.5em;
	display:inline-block;
}
.comment-navigation .nav-next a{
	background:url(images/comments.png);
	padding:0.4em 1.5em;
	display:inline-block;
}
.comment-list{
	margin:2% 0;
	list-style:none;	
}
.comment, .pingback, .trackback, .no-comments{
	background:url(images/comments.png);
	padding:4% 0;
	width:90%;
	margin:4% 5% 0 5%;	
}
.comment-body{
	width:90%;
	margin:0 5%;
}
.comment-author{
	width:100%;
}
.comment-author cite{
	background:url(images/ten.png);
	padding:0.2em 1.5em;
	display:inline-block;
}
.comment-author time{
	font-size: 12px;
	font-weight:600;
}
.comment-author .edit-link{
	font-size: 12px;
}
.comment-author-image{
		
}
.comment-author-image img{
	max-width:100%;
	height:auto;
}
.comment-author-name{
}
.comment-author-name img{
	float:left;
	margin:0 20px 20px 0;
}
.comment-content{
	clear:both;
	width:100%;
}
.comment-body .reply a{
	background:#000;
	color:#fff;
	padding:0.4em 2.0em;
}
.comment-list ul{
	list-style:none;	
}
.comment-respond{
	width:90%;
	margin:7% 5% 2% 5%;	
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	width:80%;
	margin: 5% 5%;
	padding: 0 5%;
	color:#000;
}
.widget a{
	color:#000;
}
.widget h1 {
	margin: 0 0 0.5em 0;
}
.widget ul {
	margin: 0 0 1.5em 0;
	list-style:none;
}
.widget ul li{
	margin: 0 0 0 1.0em;
	border-bottom:1px solid #d0d2d5;
	padding:0.3em 0;	
}
.widget ul li a{
	text-decoration:none;
	color:#000;
}
.widget ul li ul {
	margin: 0 0 0.3em 0;
	padding:0.3em 0;	
}
.widget ul li ul li{
	margin: 0 0 0 1.0em;
	padding:0.3em 0;
	border-bottom:0;	
}
.search-field{
	width:95%;
	margin-bottom:10px;
	border-radius:0 !important;
	background:#D0D2D5 !important;
	border:0 !important;
	padding:0.7em 0 0.7em 5% !important;
}
.search-submit{
	display:inline-block;
	padding:0.7em 2.5em !important;
	background:#000 !important;
	color:#fff !important;
	border:0 !important;
	box-shadow:none !important;
	line-height:1;
	border-radius:0 !important;
}
/* Footer Widgets */
.site-footer .widget {
	width:80%;
	margin: 5% 5%;
	padding: 0 5%;
	color:#8C9094;
	font-size:14px;
}
.site-footer .widget a{
	color:#8C9094;
}
.site-footer .widget h1 {
	margin: 0 0 0.5em 0;
	color:#B0B5BB;
	font-size:18px;
}
.site-footer .widget ul {
	margin: 0 0 1.5em 0;
	list-style:none;
}
.site-footer .widget ul li{
	margin: 0;
	border-bottom:1px solid #151618;
	padding:0.3em 0;	
}
.site-footer .widget ul li a{
	text-decoration:none;
	color:#8C9094;
}
.site-footer .widget ul li ul {
	margin: 0 0 0.3em 0;
	padding:0.3em 0;	
}
.site-footer .widget ul li ul li{
	margin: 0 0 0 1.0em;
	padding:0.3em 0;
	border-bottom:0;	
}
.site-footer .search-field{
	background:#2F2F2F !important;
	color:#878786;
}
.site-footer .search-submit{
	background:#000 !important;
	color:#fff !important;
}
.site-footer .wp-caption {
	border: 1px solid #000;
}

/* Make sure select elements fit in widgets */
.widget select {
	width: 90%;
	margin:5%;
	background:#D0D2D5;
}

/* Search widget */
.widget_search .search-submit {
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* BizOne Section
----------------------------------------------- */
.biz0ne{
	width:100%;
}
.biz0ne-welcome{
	width:90%;
	padding:0 5% 5% 5%;
}
.biz0ne-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.biz0ne-welcome div{
	width:100%;
	text-align:left;
}
.biz0ne-welcome ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biz0ne-welcome ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.biz0ne-welcome ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biz0ne-products-services{
	width:90%;
	padding:0 5% 5% 5%;
	overflow:auto;
}
.biz0ne-products-services-item{
	width:100%;
	float:left;
	margin:0 0 7% 0;
}
.biz0ne-products-services-img{
	width:86%;
	margin:0 7%;
	text-align:center;
	line-height:0;	
}
.biz0ne-products-services-img img{
	max-width:100%;
	height:auto;
}
.biz0ne-products-services-name{
	width:86%;
	margin:0 7%;
	font-family: 'Lato', sans-serif!important;
	font-size:36px;
	padding:2% 0 0 0;
}
.biz0ne-products-services-description{
	width:86%;
	margin:0 7%;
}
.biz0ne-products-services-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biz0ne-products-services-description ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	line-height:1.3;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
}
.biz0ne-products-services-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biz0ne-quote{
	width:90%;
	border:1px solid #E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.biz0ne-quote-text{
	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
	min-height:60px;		
}
.biz0ne-quote-text p{
	margin:0 0 0 100px;
}
.biz0ne-quote-name{
	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;	
}
.biz0ne-quote-name span{
	padding:0.4em 2.0em;
	display:inline-block;
	background:#E4E7E9;
}

/* BizOnePlus Section
----------------------------------------------- */
.biz0neplus{
	width:100%;
}
.biz0neplus-welcome{
	width:86%;
	padding:0 7% 5% 7%;
}
.biz0neplus-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.biz0neplus-welcome p{
	width:100%;
	text-align:left;
}
.biz0neplus-welcome ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biz0neplus-welcome ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.biz0neplus-welcome ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biz0neplus-products-services{
	width:90%;
	padding:0 5% 5% 5%;
	overflow:auto;
}
.biz0neplus-products-services-item{
	width:100%;
	float:left;
	margin:0 0 7% 0;
	background:#E5E8EC;
}
.biz0neplus-products-services-img{
	width:100%;
	padding:0;
	background:#e0e2e6;
	line-height:0;
}
.biz0neplus-products-services-img img{
	max-width:100%;
	height:auto;
}
.biz0neplus-products-services-name{
	width:86%;
	margin:0 7%;
	font-family: 'Lato', sans-serif!important;
	font-size:36px;
	padding:3% 0 3% 0;
	line-height:1.2;
}
.biz0neplus-products-services-description{
	width:86%;
	margin:0 7%;
	padding-bottom:7%;
}
.biz0neplus-products-services-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biz0neplus-products-services-description ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.biz0neplus-products-services-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biz0neplus-products-services-cta{
	width:86%;
	padding:5% 7%;
	background:#e0e2e6;
	text-align:center;
}
.biz0neplus-products-services-cta a, .biz0neplus-products-services-cta a:visited{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.biz0neplus-products-services-cta span{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.biz0neplus-quote{
	width:90%;
	border:1px solid #E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.biz0neplus-quote-text{
	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
	min-height:60px;		
}
.biz0neplus-quote-text p{
	margin:0 0 0 100px;
}
.biz0neplus-quote-name{
	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;	
}
.biz0neplus-quote-name span{
	padding:0.4em 2.0em;
	display:inline-block;
	background:#E4E7E9;
}

/* BizTwo Section
----------------------------------------------- */
.biztwo{
	width:100%;
}
.biztwo-products-container{
	float:left;
	width:100%;	
}
.biztwo-welcome{
	width:90%;
	padding:0 5% 5% 5%;
}
.biztwo-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:50px;
	font-family: 'Lato', sans-serif!important;
}
.biztwo-welcome-desc {
	width:100%;
	text-align:left;
}
.biztwo-welcome-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biztwo-welcome-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.biztwo-welcome-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biztwo-products-services{
	width:100%;
}
.biztwo-products-services-item{
	width:90%;
	margin:4% auto;
	overflow:auto;
}
.biztwo-products-services-img{
	float:left;
	width:100%;
}
.biztwo-products-services-img img{
	max-width:100%;
	height:auto;
}
.biztwo-products-services-content{
	float:left;
	width:100%;	
}
.biztwo-products-services-name{
	width:86%;
	margin:0 auto 10px auto;
	text-align:left;
	font-family: 'Lato', sans-serif!important;
	font-size:36px;
	line-height:1.4;	
}
.biztwo-products-services-description{
	width:86%;
	margin:0 auto 10px auto;
	text-align:left;
}
.biztwo-products-services-content ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biztwo-products-services-content ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.3;
	text-align:left;
}
.biztwo-products-services-content ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biztwo-quote{
	width:90%;
	border:1px solid #E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.biztwo-quote-text{
	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
	min-height:60px;		
}
.biztwo-quote-text p{
	margin:0 0 0 100px;
}
.biztwo-quote-name{
	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;	
}
.biztwo-quote-name span{
	padding:0.4em 2.0em;
	display:inline-block;
	background:#E4E7E9;
}

.biztwo-portfolio-container{
	float:left;
	width:100%;	
}
.biztwo-portfolio{
	width:90%;
	margin:15px auto 0 auto;
	background:#E4E6E9;
	min-height:300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
.biztwo-portfolio-heading{
	width:90%;
	padding:0 5%;
	background:url(images/ten.png);
	font-size:36px;
	text-align:left;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;		
	margin:0 0 20px 0;
}
.biztwo-portfolio-item{
	padding:0 0 20px 0;
}
.biztwo-portfolio-item-image{
	width:86%;
	margin:0 auto;	
}
.biztwo-portfolio-item-image img{
	max-width:100%;
	height:auto;	
}
.biztwo-portfolio-item-name{
	width:90%;
	margin:0 auto;
	text-align:center;	
}

/* BizThree Section
----------------------------------------------- */
.bizthree{
	width:100%;
}
.bizthree-welcome{
	width:86%;
	padding:0 7% 5% 7%;
}
.bizthree-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizthree-welcome-desc {
	width:100%;
	text-align:left;
}
.bizthree-welcome-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizthree-welcome-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizthree-welcome-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizthree-products-services{
	width:90%;
	padding:5%;
	overflow:auto;
}
.bizthree-products-services-item{
	width:90%;
	float:left;
	margin:0 5% 7% 5%;
}
.bizthree-products-services-img{
	width:20%;
	padding:0;
	float:left;
	text-align:center;	
}
.bizthree-products-services-img img{
	max-width:100%;
	height:auto;
}
.bizthree-products-services-name-cont{
	width:80%;
	padding:0;
	float:left;
}
.bizthree-products-services-name{
	float:left;
	width:100%;
	margin:0;
	font-family: 'Lato', sans-serif!important;
	font-size:20px;
	padding:0 0 0.3em 0;
	line-height:1.1;
}
.bizthree-products-services-description{
	float:left;
	width:100%;
	margin:0;
	padding-bottom:7%;
	font-size:14px;	
	line-height:1.4;
}
.bizthree-products-services-name-cont .bizthree-products-services-name{
	width:93%;
	margin:0 0 0 7%;	
}
.bizthree-products-services-name-cont .bizthree-products-services-description{
	width:93%;
	margin:0 0 0 7%;	
}
.bizthree-products-services-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizthree-products-services-description ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizthree-products-services-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizthree-products-services-cta{
	width:86%;
	padding:5% 7%;
	background:#e0e2e6;
	text-align:center;
}
.bizthree-products-services-cta a{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizthree-products-services-cta span{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizthree-quote{
	width:90%;
	border:1px solid #E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.bizthree-quote-text{
	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
	min-height:60px;		
}
.bizthree-quote-text p{
	margin:0 0 0 100px;
}
.bizthree-quote-name{
	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;	
}
.bizthree-quote-name span{
	padding:0.4em 2.0em;
	display:inline-block;
	background:#E4E7E9;
}
.bizthree-products-services-divider{
	float:left;
	width:80%;
	height:1px;
	background:#e1e2e3;
	margin:0 10% 7% 10%;
	display:none;
}
/* BizFour Section
----------------------------------------------- */
.bizfour{
	width:100%;
}
.bizfour-welcome{
	width:86%;
	padding:0 7% 5% 7%;
}
.bizfour-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizfour-welcome-desc{
	width:100%;
	text-align:left;
}
.bizfour-welcome-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizfour-welcome-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizfour-welcome-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizfour-products-services{
	width:90%;
	padding:0 5% 5% 5%;
	overflow:auto;
}
.bizfour-products-services-item{
	width:100%;
	float:left;
	margin:0 0 7% 0;
	background:#E5E8EC;
}
.bizfour-products-services-img{
	width:100%;
	padding:0;
	background:#e0e2e6;
	line-height:0;
}
.bizfour-products-services-img img{
	max-width:100%;
	height:auto;
}
.bizfour-products-services-name{
	width:86%;
	margin:5% 7%;
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	padding:2% 0 0 0;
	line-height:1.3;
}
.bizfour-products-services-description{
	width:86%;
	margin:0 7%;
	padding-bottom:7%;
	font-size:14px;	
}
.bizfour-products-services-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizfour-products-services-description ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #E0E2E6;
	line-height:1.4;
	text-align:left;
}
.bizfour-products-services-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizfour-products-services-cta{
	width:86%;
	padding:5% 7%;
	background:#e0e2e6;
	text-align:center;
}
.bizfour-products-services-cta a, .bizfour-products-services-cta a:visited{
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizfour-products-services-cta span{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizfour-quote{
	width:87.5%;
	background:#E4E7E9;
	margin:0 auto 5% auto;
	overflow:auto;
	padding:30px 0;
}
.bizfour-quote-text{
	width:90%;
	float:left;
	margin:0 5% 15px 5%;
	background:url(images/quote.png) top left no-repeat;
	min-height:60px;		
}
.bizfour-quote-text p{
	margin:0 0 0 100px;
}
.bizfour-quote-name{
	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:right;	
}
.bizfour-quote-name span{
	padding:0.3em 2.0em;
	display:inline-block;
	background:url(images/ten.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size:14px;	
}
/* BizFive Section
----------------------------------------------- */
.bizfive{
	width:100%;
}
.bizfive-content-cont{
	float:left;
	width:90%;
	margin:0 5% 5% 5%;
}
.bizfive-welcome{
	width:86%;
	padding:3% 7% 3% 7%;
	background:#e4e6e7;
	margin:0 0 5% 0;
}
.bizfive-welcome h1{
	width:100%;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizfive-welcome-desc{
	width:100%;
	text-align:left;
}
.bizfive-welcome-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizfive-welcome-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizfive-welcome-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizfive-products-services{
	width: 100%;
	overflow:auto;
}
.bizfive-products{
	float:left;
	width: 100%;
    padding: 3% 0;
	margin:0 0 5% 0;
	background:#e4e6e7;
}
.bizfive-products h2{
	width:86%;
	margin:0 7% 5% 7%;
	font-size:32px;
	font-family: 'Lato', sans-serif!important;	
}
.bizfive-products-description{
	width:86%;
	margin:0 7% 7% 7%;
	font-size:14px;
	font-size:1.4rem;	
	line-height:1.5;
}
.bizfive-services{
	float:left;
	width: 100%;
    padding: 3% 0;
	margin:0 0 5% 0;
	background:#e4e6e7;
}
.bizfive-services h2{
	width:86%;
	margin:0 7% 5% 7%;
	font-size:32px;
	font-family: 'Lato', sans-serif!important;	
}
.bizfive-services-description{
	width:86%;
	margin:0 7% 7% 7%;
	font-size:14px;	
	line-height:1.5;

}

.volumes h2 {
    font-family: "Franklin Gothic Demi";
    font-size: 34px;
}

.site-header {
    text-align: left;
    width: 100%;
}

.site-header-half-width-logo {
    width: 26%;
}

.site-header-half-width-nav {
	margin: 6.5% 3% 2%;
    width: 62%;
}

.responsive-container-fullwidth {
    background-color: #fff;
    display: inline-block;
    margin-bottom: -10px;
    text-align: center;
    width: 100%;
}
.nav-border-top {
    border-top: 0;
}

.main-navigation {
    padding: 0;
}

.main-navigation ul {
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}

.main-navigation li {
    margin: 0.5em 0;
	padding: 0.3em 1.3em;
}

.main-navigation li a:hover {
    color: #d1ae55!important;
}

.main-navigation a {
    color: #000000;
    display: block;
    text-decoration: none;
}

.home.page #inner-container {
    margin-top: 0;
}
.full-page-content-area {
    margin: 0;
}

.site-footer.site-footer-dark {
    background: #cccccc none repeat scroll 0 0;
}
.site-footer {
    background: #ECEFF1 none repeat scroll 0 0;
}

.site-info {
    padding: 2% 0;
}


.footer-widget-three {
    padding: 2% 0;
}

.site-footer .widget ul li a {
    color: #0059b2;
}

.site-footer .widget ul li {
    border-bottom: medium none;
	padding: 3px 0;
}

.logoSlider {
    background-color: #FFFFFF;
    margin-top: 50px;
}

.logoSlider .bx-wrapper {
	max-width: 1240px !important
}

.site-slider-slider-video-one {
    margin: 3% 0 7.9%;
    width: 100%;
}

.CouncilMembers {
    margin: 0;
}

.CouncilMembers > li {
    display: inline-block;
    list-style: outside none none;
    margin: 30px 60px;
    padding: 0 10px;
    text-align: center;
}

.CouncilMembers > li .jobTitle {
    font-size: 12px;
}

.CouncilMembers > li .company {
    font-size: 13px;
    font-weight: bold;
}

.homeTitle {
    margin-top: 10px;
}

.homeTitle, .featuredTitle, .volumeTitle {
    background-color: #eee;
    color: #d1ae55;
    font-weight: regular;
    left: 0;
    padding: 6px;
    position: absolute;
    width: 100%;
}

.homeTitle .inner, .featuredTitle .inner, .volumeTitle .inner {
    margin: auto;
    max-width: 1200px;
}

.FeaturedBrands, .Volumes {
    margin: 60px 0 1.5em;
}

.FeaturedBrands > li {
    display: inline-block;
    list-style: outside none none;
	margin-bottom: 15px;
    padding: 0 10px;
}

.single-featuredbrands h2 {
    font-size: 34px;
}

.Volumes > li {
     display: inline-block;
    height: 100px;
    list-style: outside none none;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    width: 140px;
}

.Volumes > li img {
    max-height: 100px;
    max-width: 140px;
    width: auto;
}

.entry-content .soliloquy-container {
    margin: auto;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.page-template-page-featuredbrands .site-main, .tax-volume .site-main {
    background-color: #fff;
}


.site-slider-slider-video-one {
    margin: 3% 0 3%;
    width: 100%;
}

.homepage .custom {
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    display: inline-block;
    margin: 15px;
    padding: 10px;
    text-align: center;
    width: 45%;
}
.homepage .entry-header {
    display: none;
}

.featuredbrands .entry-content, .volume-volume-2 .entry-content, .volume-volume-6 .entry-content {
    -webkit-columns: auto 3; /* Chrome, Safari, Opera */
    -moz-columns: auto 3; /* Firefox */
    columns: auto 3;
	margin-top: 20px;
}

.twoColumnPage .entry-content {
    -webkit-columns: auto 2; /* Chrome, Safari, Opera */
    -moz-columns: auto 2; /* Firefox */
    columns: auto 2;
}

.ccf-form-wrapper {
	-webkit-column-span: 1;
    column-span: 1;
}

.single-volumes #inner-container #main .responsive-container {
    background-color: #fff;
    padding: 10px;
}

#bookcovers {
	display:none;
}

	
.lefts {
	float:none;
	width:100%;
	text-align:center;
}
.rights {
	float:none;
	width:100%;
	margin-top:14px;
}

.rights select {
	width: 100%;
}


.gmPhantomOld_LightboxWrapper {
	height:480px!important;
}

.moveme {
	margin-top:80px;
}

.heightbox p {
	maring-top:20px;
}

.gdc_column div.gdc_inner {
    margin: 1% 5% !important;
    padding: 5px !important;
}

.bizfive-products-services-item{
	width:86%;
	float:left;
	margin:0 7% 7% 7%;
}
.bizfive-products-services-img{
	width:20%;
	padding:0;
	float:left;
	text-align:center;	
}
.bizfive-products-services-img img{
	max-width:100%;
	height:auto;
}
.bizfive-products-services-name-cont{
	width:80%;
	padding:0;
	float:left;
}
.bizfive-products-services-name{
	float:left;
	width:100%;
	margin:0;
	font-family: 'Lato', sans-serif!important;
	font-size:20px;
	padding:0 0 0.3em 0;
	line-height:1.1;
}
.bizfive-products-services-description{
	float:left;
	width:100%;
	margin:0;
	padding-bottom:7%;
	font-size:14px;	
	line-height:1.4;
}
.bizfive-products-services-name-cont .bizfive-products-services-name{
	width:93%;
	margin:0 0 0 7%;	
}
.bizfive-products-services-name-cont .bizfive-products-services-description{
	width:93%;
	margin:0 0 0 7%;	
}
.bizfive-products-services-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizfive-products-services-description ul li{
	width:95%;
	margin:0 0 0 5%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizfive-products-services-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizfive-products-services-cta{
	width:86%;
	padding:5% 7%;
	background:#e0e2e6;
	text-align:center;
}
.bizfive-products-services-cta a{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizfive-products-services-cta span{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizfive-quote{
	width: 100%;
	overflow:auto;
	background:#e4e6e7;
}
.bizfive-blog-cont{
	float:left;
	width:90%;
	margin:0 5% 5% 5%;
}
.bizfive-blog{
	width:80%;
	padding:5% 10% 7% 10%;
	margin:0 0 7% 0;
	background:#e4e6e7;
	overflow:auto;
}
.bizfive-blog h2{
	width:100%;
	margin:0 auto;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizfive-news-item{
	width:100%;
	float:left;
	margin:0 0 10% 0;
}
.bizfive-news-name{
	width:100%;
	margin:0;
	font-family: 'Lato', sans-serif!important;
	font-size:20px;
	padding:0 0 0.3em 0;
	line-height:1.1;
}
.bizfive-news-description{
	width:100%;
	margin:0;
	padding-bottom:7%;
	font-size:14px;
	line-height:1.4;
}
.bizfive-news-description p{
	margin:0;
}
.bizfive-news-cta{
	width:100%;
	text-align:left;
}
.bizfive-news-cta a{
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.2em 2em 0.4em 2em;
	color:#fff;
}
.bizfive-testimonial{
	width:80%;
	padding:5% 10% 7% 10%;
	margin:0 0 7% 0;
	background:#e4e6e7 url(images/quote.png) no-repeat 10px 10px;
	overflow:auto;
}
.bizfive-testimonial h2{
	width:100%;
	margin:0 auto;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizfive-testimonial-text{
	width:100%;
	margin:0 0 4% 0;
	font-size:14px;
	line-height:1.4;	
}
.bizfive-testimonial-text p{
	width:100%;
	margin:0 0 0.5em 0;
}
.bizfive-testimonial-name{
	width:100%;	
}
.bizfive-testimonial-name span{
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.2em 2em 0.4em 2em;
	color:#fff;
}

/* BizSix Section
----------------------------------------------- */
.bizsix{
	width:100%;
}
.bizsix-welcome-container{
	width:100%;
	overflow:auto;
	background:#e4e6e7;	
}
.bizsix-welcome{
	width:86%;
	padding:10% 7% 10% 7%;
}
.bizsix-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:30px;
	font-family: 'Lato', sans-serif!important;
}
.bizsix-welcome-desc{
	width:100%;
	text-align:left;
	margin: 0 0 0.7em 0;
}
.bizsix-welcome-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizsix-welcome-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizsix-welcome-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizsix-welcome-cta-container{
	width:86%;
	padding:2% 7% 0 7%;	
	text-align:center;
}
.bizsix-welcome-cta-container span{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	border-bottom: 2px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 10px 36px;
	line-height:1.0;
	margin:0 1em 1em 0;
}
.bizsix-welcome-cta-container span a{
	color:#fff;	
}
.bizsix-products-item{
	width:86%;
	margin:2% 7% 2% 7%;
	overflow:auto;
	padding:5% 0;
}
.bizsix-products-item-top-border{
	border-top:1px solid #e4e6e7;
}
.bizsix-products-item-image{
	float:left;
	width:90%;
	margin:0 5% 5% 5%;
}
.bizsix-products-item-image img{
	max-width:100%;
	height:auto;
}
.bizsix-products-item-description{
	float:left;
	width:90%;
	margin:0 5% 5% 5%;
}
.bizsix-products-item-description h2{
	width:100%;
	padding:0 0 15px 0;
}
.bizsix-products-item-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizsix-products-item-description ul li{
	width:95%;
	margin:0 0 0 5%;
	padding:0.5em 0 0.7em 0;
	border-bottom:0px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizsix-products-item-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizsix-image-align-left{
	text-align:center;
}
.bizsix-image-align-right{
	text-align:center;
}
.bizsix-products-item-button{
	width:100%;
	text-align:left;
	margin:0 0 3% 0;
}
.bizsix-products-item-button a{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizsix-products-item-button span{
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.5em 2em;
	color:#fff;
}
.bizsix-quote{
	width:86%;
	margin:10% 7%;
	overflow:auto;
	padding:0;
	background:url(images/quote.png) no-repeat 10px 10px;	
}
.bizsix-quote-text{
	width:80%;
	margin:0 10%;	
}
.bizsix-quote-text p{
	width:100%;
	padding:0 0 20px 0;
	font-size:24px;
	font-family: 'Lato', sans-serif!important;
	margin:0;
	line-height:1.3;
}
.bizsix-quote-name{
	width:80%;
	margin:0 10%;
}
.bizsix-quote-name span{
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;
}

/* BizSeven Section
----------------------------------------------- */
.bizseven{
	width:100%;
}
.bizseven-welcome{
	width:86%;
	margin:10% 7% 10% 7%;
}
.bizseven-welcome h1{
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	font-size:30px;
	font-family: 'Lato', sans-serif!important;
}
.bizseven-welcome-desc{
	width:100%;
	text-align:left;
	margin: 0 0 0.7em 0;
}
.bizseven-welcome-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizseven-welcome-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizseven-welcome-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizseven-work{
	width:86%;
	margin:0 7% 10% 7%;	
}
.bizseven-work-intro{
	width:100%;
	padding:0 0 10% 0;	
}
.bizseven-work-intro h1{
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	font-size:30px;
	font-family: 'Lato', sans-serif!important;	
}
.bizseven-work-intro-desc{
	width:100%;
	padding:0 0 5% 0;	
}
.bizseven-work-intro-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizseven-work-intro-desc ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizseven-work-intro-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizseven-work-items{
	width:100%;
	padding:0 0 0 0;	
}
.da-thumbs {
	list-style: none;
	position: relative;
	overflow:auto;
	margin:0;
}
.da-thumbs li {
	float: left;
	position: relative;
	width:100%;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	max-width:100%;
	height:auto;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.bizseven-about{
	width:86%;
	margin:10% 7% 10% 7%;
}
.bizseven-about-title{
	width:100%;
	padding:0 0 0 0;	
}
.bizseven-welcome h1{
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	font-size:30px;
	font-family: 'Lato', sans-serif!important;
}
.bizseven-about-content{
	width:100%;
	padding:0 0 10% 0;	
}
.bizseven-about-content ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizseven-about-content ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizseven-about-content ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}

/* BizEight Section
----------------------------------------------- */
.bizeight{
	width:100%;
	overflow:auto;
}
.bizeight-welcome{
	width:86%;
	float:left;
	overflow:auto;
	margin:2.5% 7% 2.5% 7%;
	padding:2% 0;
	background:#E4E6E7;
}
.bizeight-welcome h2{
	width:86%;
	margin:0 7% 5% 7%;
	font-size:32px;
	font-family: 'Lato', sans-serif!important;	
}
.bizeight-products-description{
	width:86%;
	margin:0 7% 7% 7%;
	font-size:14px;	
	line-height:1.5;
}
.bizeight-products-services-item{
	width:86%;
	float:left;
	margin:0 7% 7% 7%;
}
.bizeight-products-services-img{
	width:20%;
	padding:0;
	float:left;
	text-align:center;	
}
.bizeight-products-services-img img{
	max-width:100%;
	height:auto;
}
.bizeight-products-services-name-cont{
	width:80%;
	padding:0;
	float:left;
}
.bizeight-products-services-name{
	float:left;
	width:100%;
	margin:0;
	font-family: 'Lato', sans-serif!important;
	font-size:20px;
	padding:0 0 0.3em 0;
	line-height:1.1;
}
.bizeight-products-services-description{
	float:left;
	width:100%;
	margin:0;
	padding-bottom:7%;
	font-size:14px;	
	line-height:1.4;
}
.bizeight-products-services-name-cont .bizeight-products-services-name{
	width:93%;
	margin:0 0 0 7%;	
}
.bizeight-products-services-name-cont .bizeight-products-services-description{
	width:93%;
	margin:0 0 0 7%;	
}
.bizeight-products-services-description ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.bizeight-products-services-description ul li{
	width:95%;
	margin:0 0 0 5%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.bizeight-products-services-description ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.bizeight-clients{
	width:86%;
	float:left;
	overflow:auto;
	margin:2.5% 7% 2.5% 7%;
	padding:2% 0;
	background:#E4E6E7;
}
.bizeight-clients h2{
	width:86%;
	margin:0 7%;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizeight-clients-cont{
	width:86%;
	margin:0 7%	
}
.bizeight-da-thumbs {
	list-style: none;
	position: relative;
	overflow:auto;
	margin:0;
}
.bizeight-da-thumbs li {
	float: left;
	position: relative;
	width:100%;
}
.bizeight-da-thumbs li a,
.bizeight-da-thumbs li a img {
	display: block;
	position: relative;
	max-width:100%;
	height:auto;
}
.bizeight-da-thumbs li a {
	overflow: hidden;
}
.bizeight-da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.bizeight-da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	font-size:12px;
}
.bizeight-blog{
	width:86%;
	float:left;
	overflow:auto;
	margin:2.5% 7% 2.5% 7%;
	padding:2% 0;
	background:#E4E6E7;
}
.bizeight-blog h2{
	width:86%;
	margin:0 7%;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.bizeight-news-item{
	width:86%;
	margin:0 7% 10% 7%;
	float:left;
}
.bizeight-news-name{
	width:100%;
	margin:0;
	font-family: 'Lato', sans-serif!important;
	font-size:20px;
	padding:0 0 0.3em 0;
	line-height:1.1;
}
.bizeight-news-description{
	width:100%;
	margin:0;
	padding-bottom:7%;
	font-size:14px;	
	line-height:1.4;
}
.bizeight-news-description p{
	margin:0;
}
.bizeight-news-cta{
	width:100%;
	text-align:left;
}
.bizeight-news-cta a{
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background:#434343;
	padding:0.2em 2em 0.4em 2em;
	color:#fff;
}

/* BizNine Section
----------------------------------------------- */
.biznine{
	width:100%;
	overflow:auto;
}
.biznine-products{
	width:86%;
	margin:0 7% 0 7%;
	padding:0 0 0 0;
	background:#dbdde1;
	overflow:hidden;
}
.biznine-products-item{
	width:100%;
	float:left;
	padding:7% 0 0 0;
	background:url(images/b10.png) bottom repeat-x;
}
.biznine-products-item-x-y{
	background:url(images/b10.png) bottom repeat-x;
}
.biznine-products-item-x{
	background:url(images/b10.png) bottom repeat-x;
}
.biznine-products-item-title{
	width:80%;
	margin:0 10% 0 10%;
	text-align:center;	
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	line-height:1.2;
	padding:0 0 5% 0;
}
.biznine-products-item-desc{
	width:80%;
	margin:0 10% 0 10%;
	text-align:center;
	font-size:14px;	
	line-height:1.5;
	padding:0 0 5% 0;
}
.biznine-products-item-desc ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biznine-products-item-desc ul li{
	width:95%;
	margin:0 0 0 5%;
	padding:0.5em 0 0.7em 0;
	border-bottom:0px solid #e1e1e1;
	line-height:1.4;
	text-align:center;
}
.biznine-products-item-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.biznine-products-item-image{
	width:100%;
	margin:0;
	text-align:center;
	line-height:0;	
}
.biznine-products-item-image img{
	max-width:100%;
	height:auto;	
}
.biznine-quote{
	width:86%;
	margin:0 7% 0 7%;
	padding:5% 0;
	background:#E0E2E6;
	overflow:auto;
}
.biznine-quote-text{
	width:86%;
	margin:0 7% 0 7%;
	font-family: 'Lato', sans-serif!important;
	font-size:30px;
	line-height:1.3;		
}
.biznine-quote-text p{
	margin:0 0 1em 0;
}
.biznine-quote-name{
	width:86%;
	float:left;
	margin:0 7% 0 7%;
	text-align:left;	
}
.biznine-quote-name span{
	padding:0.4em 2.0em;
	display:inline-block;
	background:#dbdde1;
}
.biznine-clients{
	width:86%;
	margin:0 7% 0 7%;
	padding:5% 0;
	background:#E0E2E6;
}
.biznine-about{
	width:86%;
	margin:0 7% 0 7%;
	padding:5% 0;
	background:#E5E8EC;
}
.biznine-about-inner{
	width:86%;
	margin:0 7% 0 7%;	
}
.biznine-about-inner h1{
	font-family: 'Lato', sans-serif!important;
	font-size:24px;
	line-height:1.2;
	padding:0 0 0.7em 0;
}
.biznine-about-inner-content {
	width:100%;	
}
.biznine-about-inner-content ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.biznine-about-inner-content ul li{
	width:95%;
	margin:0 0 0 5%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #DBDDE1;
	line-height:1.4;
}
.biznine-about-inner-content ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}

/* eOne Section
----------------------------------------------- */
.eone{
	width:100%;
}
.eone-welcome{
	width:90%;
	padding:0 5% 5% 5%;
}
.eone-welcome h1{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	font-size:36px;
	font-family: 'Lato', sans-serif!important;
}
.eone-welcome p{
	width:100%;
	text-align:left;
}
.eone-welcome ul{
	width:100%;
	list-style:none;
	margin:1em 0;
	padding:0;
}
.eone-welcome ul li{
	width:80%;
	margin:0 10%;
	padding:0.5em 0 0.7em 0;
	border-bottom:1px solid #e1e1e1;
	line-height:1.4;
	text-align:left;
}
.eone-welcome ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.eone-featured-rated-products{
	width:80%;
	margin:0 5% 5% 5%;
}
.eone-featured-rated-products ul{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
.eone-featured-rated-products ul li{
	display:inline-block;
	padding:0.5em 1.5em;
	background:rgba(0,0,0,0.10);
	font-size:20px;
}
.eone-featured-rated-products ul li h4{
	font-size:20px;	
}
.eone-featured-rated-products .liactive{
	background:rgba(0,0,0,0.05);
}
.eone-featured-rated-products-none{
	display:none !important;
}
.eone-featured-rated-products-block{
	display:block !important;
}
.eone-featured-products{
	width:90%;
	background:rgba(0,0,0,0.05);
	display:none;
	padding:5%;
	overflow:auto;
}
.eone-featured-product{
	width:100%;
	float:left;
	margin:0 0 7% 0;
	background:rgba(0,0,0,0.05);	
}
.eone-rated-products{
	width:90%;
	background:rgba(0,0,0,0.05);
	display:none;
	padding:5%;
	overflow:auto;
}


.eone-featured-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.eone-featured-product-image img{
	display:block;
}
.eone-featured-product-content{
	width:100%;
	background:rgba(0,0,0,0.12);
}
.eone-featured-product-content h4{
	width:80%;
	padding:5% 10% 5% 10%;
}
.eone-featured-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.eone-featured-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.eone-featured-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.eone-featured-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.eone-featured-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}

.eone-latest-products{
	width:80%;
	margin:0 5% 5% 5%;
	padding:5%;
	background:rgba(0,0,0,0.05);
	overflow:auto;	
}
.eone-product{
	width:100%;
	float:left;
	margin:0 0 7% 0;
	background:rgba(0,0,0,0.05);
}
.eone-latest-products-heading{
	float:left;
	width:100%;
	margin:0 0 5% 0;
}
.eone-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.eone-product-image img{
	display:block;
}
.eone-product-content{
	width:100%;
}
.eone-product-content h4{
	width:80%;
	padding:7% 10% 0 10%;
}
.eone-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.eone-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.eone-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:30px;
}
.eone-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.eone-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}

.eone-category-box{
	width:90%;
	background:rgba(0,0,0,0.05);
	padding:5%;
	overflow:auto;	
}

.eone-category-heading{
	float:left;
	width:100%;
	margin:0 0 5% 0;
}
.eone-category-product{
	width:100%;
	float:left;
	margin:0 0 7% 0;
	background:rgba(0,0,0,0.05);
}
.eone-category-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.eone-category-product-image img{
	display:block;
}
.eone-category-product-content{
	width:100%;
	background:rgba(0,0,0,0.12);
}
.eone-category-product-content h4{
	width:80%;
	padding:5% 10% 5% 10%;
}
.eone-category-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.eone-category-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.eone-category-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.eone-category-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.eone-category-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}

/* eTwo Section
----------------------------------------------- */
.etwo{
	width:100%;
}
.etwo-categories{
	width:80%;
	margin:0 5% 5% 5%;
	padding:5%;
	overflow:auto;
	background:rgba(0,0,0,0.05);
}
.etwo-category-box{
	float:left;
	width:100%;
	margin:0 0 5% 0;
	background:rgba(0,0,0,0.05);
}
.etwo-category-box-image{
	float:left;
	width:100%;	
}
.etwo-category-box-image img{
	display:block;
}
.etwo-category-box-caption{
	float:left;
	width:100%;
	text-align:center;
	padding:1em 0;	
}
.etwo-category-box-caption a{
	text-align:center;
	font-size:24px;
}

.etwo-featured-container{
	width:80%;
	margin:0 5% 5% 5%;
	padding:5%;
	background:rgba(0,0,0,0.05);
	position:relative;
}
.etwo-featured-heading{
	margin:0 0 0.8em 0;
}
.etwo-featured{
	width:90%;
	margin:0;
}
.etwo-featured-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.etwo-featured-product-image img{
	display:block;
}
.etwo-featured-product-content{
	width:100%;
	background:rgba(0,0,0,0.12);
}
.etwo-featured-product-content h4{
	width:80%;
	padding:5% 10% 5% 10%;
}
.etwo-featured-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.etwo-featured-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.etwo-featured-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.etwo-featured-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.etwo-featured-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}
.owl-theme .owl-controls .owl-buttons div{
	margin-right:0 !important;
	margin-left:0 !important;
    background: #869791;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 24px !important;
    opacity: 1;
    padding: 10px !important;
	font-family:'FontAwesome';	
}
.owl-prev{
	position:absolute;
	top:50%;
	right:0;
	margin-top:-1em !important;
}
.owl-next{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-1em !important;
}

.etwo-popular-container{
	width:80%;
	margin:0 5% 5% 5%;
	padding:5%;
	background:rgba(0,0,0,0.05);
	position:relative;
}
.etwo-popular-heading{
	margin:0 0 0.8em 0;
}
.etwo-popular{
	width:90%;
	margin:0;
}
.etwo-popular-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.etwo-popular-product-image img{
	display:block;
}
.etwo-popular-product-content{
	width:100%;
	background:rgba(0,0,0,0.12);
}
.etwo-popular-product-content h4{
	width:80%;
	padding:5% 10% 5% 10%;
}
.etwo-popular-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.etwo-popular-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.etwo-popular-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.etwo-popular-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.etwo-popular-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}

.etwo-rating-container{
	width:80%;
	margin:0 5% 5% 5%;
	padding:5%;
	background:rgba(0,0,0,0.05);
	position:relative;
}
.etwo-rating-heading{
	margin:0 0 0.8em 0;
}
.etwo-rating{
	width:90%;
	margin:0;
}
.etwo-rating-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.etwo-rating-product-image img{
	display:block;
}
.etwo-rating-product-content{
	width:100%;
	background:rgba(0,0,0,0.12);
}
.etwo-rating-product-content h4{
	width:80%;
	padding:5% 10% 5% 10%;
}
.etwo-rating-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.etwo-rating-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.etwo-rating-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.etwo-rating-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.etwo-rating-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}

.etwo-latest-container{
	width:80%;
	margin:0 5% 5% 5%;
	padding:5%;
	background:rgba(0,0,0,0.05);
	position:relative;
}
.etwo-latest-heading{
	margin:0 0 0.8em 0;
}
.etwo-latest{
	width:90%;
	margin:0;
}
.etwo-latest-product-image{
	width:100%;
	background:rgba(0,0,0,0.05);
}
.etwo-latest-product-image img{
	display:block;
}
.etwo-latest-product-content{
	width:100%;
	background:rgba(0,0,0,0.12);
}
.etwo-latest-product-content h4{
	width:80%;
	padding:5% 10% 5% 10%;
}
.etwo-latest-product-content-description{
	width:80%;
	padding:7% 10% 0 10%;
}
.etwo-latest-product-price{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.05);
}
.etwo-latest-product-price p{
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.etwo-latest-product-buy{
	width:80%;
	padding:5% 10%;
	background:rgba(0,0,0,0.10);
	text-align:center;	
}
.etwo-latest-product-buy span a{
	font-size:18px;
	font-family: 'Lato', sans-serif!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#434343;
	padding:0.3em 2em 0.4em 2em;
	color:#fff;	
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background:#434343;
}
.woocommerce-tabs{
	background:rgba(0,0,0,0.05);
	margin:0 0 5% 0;
}
.woocommerce-tabs .wc-tabs{
	background:none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding:5%;
	background:rgba(0,0,0,0.05);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding-top:1em !important;
	margin-bottom:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background:rgba(0,0,0,0.03);
	border:none !important;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background:rgba(0,0,0,0.05);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color:#434343;
	color:#fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color:#565656;
	color:#fff;	
	box-shadow:none !important;
	border-color:transparent;	
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
	background-color:#565656;
	color:#fff;
	box-shadow:none !important;
	border-color:transparent;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:#565656;
	color:#fff;	
}


.woocommerce .related{
	background:rgba(0,0,0,0.05);
	margin:0 0 5% 0;
	padding:5%;
}
.woocommerce .related h2{
	margin:0 0 1em 0;
}

.woocommerce .products ul, .woocommerce ul.products{
	padding:3% 0 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background:rgba(0,0,0,0.05);
    text-align: center;
	padding:0 0 3% 0;
}
.woocommerce ul.products li.product a img{
	display:block;
	margin:0;
}
.woocommerce ul.products li.product h3{
    padding: 5% 10%;
    width: 80%;
	font-size: 26px;
	background: rgba(0, 0, 0, 0.12);
	text-align:left;
}
.woocommerce ul.products li.product .price{
    font-size: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
	display:block;	
}
.woocommerce ul.products li.product .button{
	
}
.woocommerce nav.woocommerce-pagination ul{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: none;
    border-width: 0;
    display: inline-block;
    margin: 1px;
    padding: 0;
    white-space: nowrap;
	background: rgba(0, 0, 0, 0.05);	
}
.woocommerce nav.woocommerce-pagination ul li{
	 border-right: 1px solid rgba(0,0,0,0.05);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-ordering select{
	background: rgba(0, 0, 0, 0.05);
	border:0;
	padding:0 0 0 0.5em;
}

.woocommerce table.shop_table{
	border:none;
	background: rgba(0, 0, 0, 0.03);
}
.woocommerce table.shop_table thead{
	background: rgba(0, 0, 0, 0.05);
}
.woocommerce table.shop_table tr{
	background: rgba(0, 0, 0, 0.03);
}

.woocommerce table.shop_table td{
	border-bottom:1px solid rgba(0, 0, 0, 0.03);
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
	padding:2em;
	background: rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before{
	color:rgba(0, 0, 0, 0.40);
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info{
	border-top-color: rgba(0, 0, 0, 0.07);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	background: rgba(0, 0, 0, 0.05);
}

.woocommerce ul.products li.product .price{
	color:#000;
}

.woocommerce .col2-set, .woocommerce-page .col2-set{
	width:90%;
	background: rgba(0, 0, 0, 0.05);
	padding:5%;
	margin:0 0 5% 0;
}
.woocommerce-checkout #payment{
	background: rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout #payment div.payment_box{
	background: rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout .input-text, .woocommerce-checkout .select2-container{
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.10);
}

.woocommerce .order_details{
	background: rgba(0, 0, 0, 0.05);
	padding:1em 2em;
}

/* Portfolio Section
----------------------------------------------- */
.portfolio-content-area{
    float: left;
    margin: 5% 0;
    width: 100%;	
}
.portfolio-site-content{
    margin: 0 5%;
    width: 90%;
}
.portfolio-page-header{
	margin:0 0 3% 0;	
}
.portfolio-page-title{
}
.portfolio-description{
	margin:0 0 4% 0;
	border-bottom:2px solid #C3C5C7;
	border-top:2px solid #C3C5C7;
}
.portfolio-description p{
	margin:0.75em 0;
}
.portfolio-item-container{
	width:100%;
	margin:0 0 4% 0;
	overflow:auto;
}
/* Portfolio One */
.portfolio-one-item{
	width:100%;
	padding:5% 0;
	overflow:auto;
}
.portfolio-one-item-image{
	float:left;
	width:100%;
	margin:0 0 7% 0;
}
.portfolio-one-item-desc{
	float:left;
	width:100%;	
}
.portfolio-one-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:32px;
}
.portfolio-one-item-desc-desc{
	width:86%;
	margin:0 7% 5% 7%;	
}
.portfolio-one-item-desc-desc ul{
	width:90%;
	padding:5%;
	list-style:none;
	margin:0;
}
.portfolio-one-item-desc-desc ul li{
	padding:0.25em 0;
}
.portfolio-one-item-desc-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.portfolio-one-item-desc-link{
	width:86%;
	margin:0 7% 5% 7%;	
}
.portfolio-one-item-desc-link a, .portfolio-one-item-desc-link a:visited{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	border-bottom: 4px solid #000000;
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 15px 50px;
	line-height:1.0;	
}
/* Portfolio two */
.portfolio-two-item-odd{
	float:left;
	width:100%;
	padding:0;
	overflow:auto;
	margin:0 0 5% 0;
	background:#e3e6e8;
}
.portfolio-two-item-even{
	float:left;
	width:100%;
	padding:0;
	overflow:auto;
	margin:0 0 5% 0;
	background:#e3e6e8;
}
.portfolio-two-item-image{
	float:left;
	width:100%;
	margin:0 0 7% 0;
}
.portfolio-two-item-desc{
	float:left;
	width:100%;	
}
.portfolio-two-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:32px;
}
.portfolio-two-item-desc-desc{
	width:86%;
	margin:0 7% 5% 7%;	
}
.portfolio-two-item-desc-desc ul{
	width:90%;
	padding:5%;
	list-style:none;
	margin:0;
}
.portfolio-two-item-desc-desc ul li{
	padding:0.25em 0;
}
.portfolio-two-item-desc-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.portfolio-two-item-desc-link{
	width:86%;
	margin:0;
	background:#dee0e2;
	padding:3% 7%;
}
.portfolio-two-item-desc-link a, .portfolio-two-item-desc-link a:visited{
	font-family: 'Lato', sans-serif!important;
	font-size:18px;
	color:#fff;	
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 0.5em 1.5em;
	line-height:1.0;	
}

/* Portfolio three */
.portfolio-three-item-odd{
	float:left;
	width:100%;
	padding:0;
	overflow:auto;
	margin:0 0 5% 0;
	background:#e3e6e8;
}
.portfolio-three-item-even{
	float:left;
	width:100%;
	padding:0;
	overflow:auto;
	margin:0 0 5% 0;
	background:#e3e6e8;
}
.portfolio-three-item-image{
	float:left;
	width:100%;
	margin:0 0 7% 0;
}
.portfolio-three-item-desc{
	float:left;
	width:100%;	
}
.portfolio-three-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:32px;
}
.portfolio-three-item-desc-desc{
	width:86%;
	margin:0 7% 5% 7%;	
}
.portfolio-three-item-desc-desc ul{
	width:90%;
	padding:5%;
	list-style:none;
	margin:0;
}
.portfolio-three-item-desc-desc ul li{
	padding:0.25em 0;
}
.portfolio-three-item-desc-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.portfolio-three-item-desc-link{
	width:86%;
	margin:0;
	background:#dee0e2;
	padding:5% 7%;
}
.portfolio-three-item-desc-link a, .portfolio-three-item-desc-link a:visited{
	font-family: 'Lato', sans-serif!important;
	font-size:16px;
	color:#fff;	
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 0.5em 1.5em;
	line-height:1.0;	
}
/* Portfolio four */
.portfolio-four-item-odd{
	float:left;
	width:100%;
	padding:0;
	overflow:auto;
	margin:0 0 5% 0;
	background:#e3e6e8;
}
.portfolio-four-item-even{
	float:left;
	width:100%;
	padding:0;
	overflow:auto;
	margin:0 0 5% 0;
	background:#e3e6e8;
}
.portfolio-four-item-image{
	float:left;
	width:100%;
	margin:0 0 7% 0;
}
.portfolio-four-item-desc{
	float:left;
	width:100%;	
}
.portfolio-four-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:32px;
}
.portfolio-four-item-desc-desc{
	width:86%;
	margin:0 7% 5% 7%;	
}
.portfolio-four-item-desc-desc ul{
	width:90%;
	padding:5%;
	list-style:none;
	margin:0;
}
.portfolio-four-item-desc-desc ul li{
	padding:0.25em 0;
}
.portfolio-four-item-desc-desc ul li:before{
	content:"\f00c";
	font-family:'FontAwesome';
	color:#000;	
	display:inline-block;
	margin-right:10px;
}
.portfolio-four-item-desc-link{
	width:86%;
	margin:0;
	background:#dee0e2;
	padding:5% 7%;
}
.portfolio-four-item-desc-link a, .portfolio-four-item-desc-link a:visited{
	font-family: 'Lato', sans-serif!important;
	font-size:16px;
	color:#fff;	
	background:#333437;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    display: inline-block;
    padding: 0.5em 1.5em;
	line-height:1.0;	
}

/* Client logo Section
----------------------------------------------- */
.footer-client-logos{
	width:90%;
	padding:3% 5%;
	text-align:center;
	margin:0;
	list-style:none;
}
.footer-client-logos li{
	display:inline-block;
	width:46%;
	margin:2% 0;
	padding:0;
	text-align:center;
}
.footer-client-logos li img{
	max-width:85%;
	height:auto;
}

/* Social Section
----------------------------------------------- */
.footer-social-icons{
	width:90%;
	text-align:center;
	padding:15px 0 10px 0;
	margin:0 5%;
}
.footer-social-icons li{
	display:inline-block;
}

/* Footer Section
----------------------------------------------- */
.site-info a{
	color:#fff;
}
.site-info h3{
	font-size:48px;
	font-family:'ChunkFiveRegular';
	line-height:1.1;
	width:86%;
	margin:0 7%;
	text-align:center;
}
.site-info h3 a{
	color:#515254;
}
.site-info p{
	width:84%;
	margin:0 8% 5px 8%;
	color:#515254;
	line-height:1.3;
	text-align:center;
}
.site-info p a{
	color:#515254;
}
.site-info p a:hover{
	text-decoration:none;
}
.footer-search{
	width:64%;
	margin:20px auto 5px auto;	
}
.footer-search .search-field{
	background:#2F2F2F !important;
	color:#878786;
}
.footer-search .search-submit{
	background:#000 !important;
	color:#fff !important;
}
.footer-logo{
	width:64%;
	margin:0 auto 0 auto;
	text-align:center;	
}
.footer-logo img{
	max-width:100%;
	height:auto;
}

.site-info-three-divider{
	width:60%;
	margin:0 20% 4% 20%;
	height:1px;
	background:#121213;
}
.site-info-three a{
	color:#fff;
}
.site-info-three h3{
	font-size:48px;
	font-family:'ChunkFiveRegular';
	line-height:1.1;
	width:86%;
	margin:0 7%;
	text-align:center;
}
.site-info-three h3 a{
	color:#515254;
}
.site-info-three p{
	width:84%;
	margin:0 8% 5px 8%;
	color:#515254;
	line-height:1.3;
	text-align:center!important;
}
.site-info-three p a{
	color:#515254;
}
.site-info-three p a:hover{
	text-decoration:none;
}
.site-info-three .footer-logo{
	width:84%;
	margin:0 8% 5px 8%;	
	text-align:center;
}
.site-info-three .footer-search{
	width:64%;
	margin:20px 18% 5px 18%;	
}
.footer-widget-fourmap-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.footer-widget-fourmap-container iframe,   
.footer-widget-fourmap-container object,  
.footer-widget-fourmap-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-widget-fivemap-container {
    position: relative;
    padding-bottom: 28.125%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.footer-widget-fivemap-container iframe,   
.footer-widget-fivemap-container object,  
.footer-widget-fivemap-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-six-map-container{
	float:left;
	width:90%;
	padding:5%;
	color:#fff;		
}
.footer-six-address{
	float:left;
	width:90%;
	padding:5%;
	color:#fff;		
}
.footer-six-address a{
	color:#fff;		
}
.footer-six-address h3{
	font-size:48px;
	font-family:'ChunkFiveRegular';
	line-height:1.1;
	width:86%;
	margin:0 7%;
	text-align:center;
}
.footer-six-address-address{
	width:80%;
	margin:0 10%;
	text-align:center;
	padding:10px 0;
}
.footer-six-address-address p{
	margin:0;
}
.footer-six-email:before{
	content:"\f003";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
	line-height:1.1;
	font-size:16px;
}
.footer-six-email{
	line-height:1.1;
}
.footer-six-phone:before{
	content:"\f095";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
	line-height:1.1;
	font-size:16px;
}
.footer-six-phone{
	line-height:1.1;
}
.footer-six-fax:before{
	content:"\f02f";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
	line-height:1.1;
	font-size:16px;
}
.footer-six-fax{
	line-height:1.1;
}
.footer-six-skype:before{
	content:"\f17e";
	font-family:'FontAwesome';
	color:#fff;	
	display:inline-block;
	margin-right:10px;
	line-height:1.1;
	font-size:16px;
}
.footer-six-skype{
	line-height:1.1;
}
.footer-widget-sixmap-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.footer-widget-sixmap-container iframe,   
.footer-widget-sixmap-container object,  
.footer-widget-sixmap-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.four-search{
	max-width:450px;	
}
.fourohfour-widget-container{
	background:#E4E6E9;
	overflow:auto;
	margin:5% 0;
}

/* Contact form 7
----------------------------------------------- */
.wpcf7-text{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;
}
.wpcf7-number{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-range{
}
.wpcf7-date{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-textarea{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-select{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-checkbox{
}
.wpcf7-radio{
}
.wpcf7-acceptance{
}
.wpcf7-quiz{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-captchar{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-file{
	background:#e8e8e8;
	border:3px solid #e3e3e3 !important;	
}
.wpcf7-submit{
	background:#343336 !important;
	border:3px solid #e3e3e3 !important;
	color:#fff !important;
	padding:10px 30px !important;
	box-shadow:none !important;
	text-shadow:none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
}

.w3eden .col-md-4 {
    background-image: url("images/resultback.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border: thin solid #ccc;
    border-radius: 3px;
    height: 270px;
    margin: 14px auto;
    padding: 185px 14px 14px;
    width: 80%;
	position:relative;
}
.half {
	margin:5px 18px 0;
}
.adser .hide {
	display:block!important;
}

.plains .hide {
	display:none!important;
}

.searchbox p {
	text-align:center;
}

.bsearch {
	margin:10px auto!important;
}

.bsearch:after {
	display:table;
	content:"";
	clear:both;
}

.third {
	margin-top:5px;
}

.wdmap_button {
	width:100%!important;
}

.rss-aggregator {
	width:80%;
	margin:0 auto;
}


.vc_col-sm-3 {
    width: 25%;
    height: 340px!important;
}
.leftalign {
	text-align:center!important;
	}
	
.centerd {
	margin:8px auto!important;
}

/* Brandsearsch Page */


 x i{ display:none}
 
 #btnsearch::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "Search";
 }
 
#adminForm #txtfilename {
    width: 100%;
    mx-width: 100% !important;
    padding-left: 35px !important;
    background: #fff url(images/mike_red.svg) no-repeat 12px 14px !important;
    background-size: auto auto;
    background-size: 22px 22px !important;
    border-radius: 3px 0 0 3px !important;
    margin: 0 auto 15px;
    height: 42px;
    max-width: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: block !important;
    border: thin solid #ebebeb;
}
#btnsearch {
    background: #d1ae55 none repeat scroll 0 0 !important;
    border: thin solid #c7a54d !important;
    height: 40px !important;
    margin: 15px auto !important;
    border-radius:3px !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 4px !important;
    text-align: center;
    font-size: 16px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: block !important;
    float: none;
	text-shadow:none;
	width:100%;
	outline:none!important;
}
.box-search-filter {
    margin-top: 0!important;
	overflow:hidden;
}

.box-search-filter:after {
	display:table;
	content:"";
	clear:both;
}

#btnsearch:active {outline:none!important;}

 #adminForm #txtfilename::-moz-placeholder {
    color: #c90d23;
    font-size: 16px;
	opacity:1;
}

 #filter_catid {
    font-size: 16px!important;
    height: 42px;
    margin:0;
    width: 100%;
    color: #555;
    -moz-appearance: none;
    background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPjwvc3ZnPg==") no-repeat scroll calc(100% - 10px) center / 16px auto;
}

.ajadv #txtfilename {
    width:90%;
	margin:0 auto 15px;
	border-radius:4px;
	border:thin solid #ddd!important;
}

.ajadv .ui-widget {
    width: 90%;
	margin:0 auto;
}

#filter_catid {
	border:thin solid #ddd!important;
}

.ajbodyadv .ajmag,.ajbodyadv .ajadvbtn ,.page-id-61380 .box-search-filter{ display:none}

#wpfd-results .table th:nth-child(1) {padding-left:10px!important;}
#wpfd-results .table th:nth-child(3) {display:none!important;}
/*#wpfd-results .table th:nth-child(4) {display:none!important;}
#wpfd-results .table td:nth-child(4) {display:none!important;}*/

.created {display:none!important;}

.file-icon {background:none!important;}

.list-results table.table thead tr th, .list-results table.table thead tr th a {
    padding-left: 10px;
}

.by-feature .top {
    border-bottom: 1px solid #dcd4ba!important;
}

.by-feature .top .pull-left {
	padding-left:0;
}

.feature {
	padding:15px 0 0 0!important;
}

.box-search-filter h4 {
    display: none;
}

.by-feature .top .pull-left strong {
	font-weight:normal!important;
	color:#999999;
	font-size:14px;
}

.row-fluid .span3 {
    width: 90%;
	margin:0 auto;
}

#btnReset {
	border: thin solid #d1ae55 !important;
}

.box-search-filter a {
    box-shadow: none !important;
    padding: 4px;
}
#btnsearchbelow {
    background: #d1ae55 !important;
    font-size: 14px;
    text-shadow: none !important;
	width:100%;
	margin:15px auto;border:thin solid #d1ae55!important;
}

#btnsearchbelow:hover {
	background:#fff!important;
	color:#d1ae55!important;
	border:thin solid #d1ae55!important;
	box-shasdow:none!important;
	/*width:100%;
	margin:15px auto;*/
}

#filter_catid {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 42px;
}

.list-results table tbody tr td {
    padding: 5px 0;
}

.file-icon {
	padding:0!important;
}

.list-results table.table thead tr th, .list-results table.table thead tr th a {
	padding:15px 0;
    font-weight: normal;
}

.list-results table thead {
	font-size:16px!important;
}

.box-btngroup-below:after {
	display:table;
	content:"";
	clear:both;
} 

a.btnsearchbelow {
    background: none !important;
    color: #d1ae55 !important;
    font-size: 14px;
    display: block !important;
	margin:0 auto;
    padding: 4px !important;
}

.vc_custom_1516632193621 {
    padding-left: 0px !important;
    border-radius: 3px !important;
}


/* Responsive Rules
----------------------------------------------- */

/* styles for less than 400px */
@media screen 
and (max-width : 399px) {
/* Client logo Section */
.footer-client-logos li{
	width:46%;
	margin:2% 0;
}

.vc_col-sm-3 {
    height: 320px;
}
}

@media screen and (max-width: 450px) {
	.twoColumnPage .entry-content {
	    -webkit-columns: auto 1; /* Chrome, Safari, Opera */
  	  	-moz-columns: auto 1; /* Firefox */
		columns: auto 1;

	}
	
	.featuredbrands .entry-content, .volume-volume-2 .entry-content, .volume-volume-6 .entry-content {
		-webkit-columns: auto 1; /* Chrome, Safari, Opera */
		-moz-columns: auto 1; /* Firefox */
		columns: auto 1;
		margin-top: 20px;
	}
}

/* styles for 400px - 600px */
@media screen 
and (min-width : 400px) 
and (max-width : 599px) {
/* BizSeven Section */
.bizseven-welcome{
	margin:10% 7% 10% 7%;
}
.da-thumbs li {
	width:50%;
}
.bizeight-da-thumbs li {
	width:50%;
}
/* Client logo Section */
.footer-client-logos li{
	width:32%;
	margin:2% 0;
}	
.owl-carousel .owl-item{
	margin:0 10px 0 0;
}

.gdc_cquarter {
	width:50%!important;
}
.vc_col-sm-3 {
    height: 320px;
}
}

/* styles for 600px - 900px */
@media screen 
and (min-width : 600px) {
	
.site-branding{
	padding:5% 0;
}
/* SlitSlider */
.sl-slider h2 {
	font-size:36px;	
}

.sl-slider blockquote p{
	font-size:20px;
	display:block;
}

.sl-slider blockquote cite {
	font-size:20px;
}
.sl-slider blockquote cite a{
	font-size:20px;
}
/* Hero Header */
.hero-heading-container{
	padding:4% 0 1% 0;
}
.hero-heading{
	font-size:48px;
}
.fractionslider-wrapper-cont{
	width:100%;
	display:block;
}
.fractionslider-wrapper-backup-cont{
	display:none;
}

/* BizSix Section */
.bizsix-quote{
	margin:7% 7%;
}

/* BizSeven Section */
.bizseven-welcome{
	margin:7% 7% 7% 7%;
}
.bizseven-work-intro{
	padding:0 0 5% 0;	
}
.da-thumbs li {
	width:50%;
}
.bizeight-da-thumbs li {
	width:33%;
}
.owl-carousel .owl-item{
	margin:0 10px 0 0;
}
.gdc_cquarter {
    margin: 0 1.5%;
    width: 30% !important;
}
#bookcovers {
	display:block;
}

/* Client logo Section */
.footer-client-logos li{
	width:24%;
	margin:2% 0;
}
.site-slider-slider-video-one-text-description {
    color: #000;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 95%;
}
.site-slider-slider-video-one-text {
	margin:0;
}

.w3eden .col-md-4 {
    float: left;
    margin: 14px 2%;
    width: 46%;
}

.vc_col-sm-3 {
    height: 320px;
}

.lefts {
    float: left;
    padding-top: 2px;
    width: 62%;
	line-height:1.5;
	text-align:left;
}
.rights {
	float:right;
	width:35%;
	margin-top:0;
}

.rights select {
	width:100%;
}
.half {
    float: left;
    width: 40%;
}
.right {
	float:right!important;
	display:none;
}
.gmPhantomOld_LightboxWrapper {
	height:1400px!important;
}

.gdc_column div.gdc_inner {
    margin: 10% !important;
    padding: 5px !important;
}

.thirds {
	float:left;
	width:80%;
}

.third {
	float:right;
	width:20%;
	margin-top:0;
}


.bsearch {
	width:70%;
}

/* Brandsearch page */

#adminForm #txtfilename {
    float: left;
    width: 75%;
    margin: 0;
    border-radius: 4px !important;
}

 #btnsearch {	   
	float: right;
	margin:0!important;
    width: 25% !important;
    border-radius: 0 3px 3px 0 !important;
}

.ajadv #txtfilename {
    
    width: 32% !important;
	float:left;
	border:none;
}

.ajadv .ui-widget {
    float: left;
    width: 40%;
}

.ajadv #filter_catid {
    margin:0 0 0 3.5%;
}
}

@media screen 
and (min-width : 755px) {
	
.heightbox {
		height:400px;
	}

.leftalign {
	text-align:left!important;
	}
	
.row-fluid .span3 {
    width: 50%!important;
}

.box-btngroup-below {
					 width:50%;
}

a.btnsearchbelow {
    background: none !important;
    color: #d1ae55;
    font-size: 14px;
    display: block;
	margin:0;
    width: 48%;
    float: left;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#btnsearchbelow {
    float:right;
	width:48%;
	margin:0;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.list-results table.table thead tr th, .list-results table.table thead tr th a {
    padding-left: 0 !important;
}
}

/* styles for 901px - 1200px */
@media screen 
and (min-width : 900px) {
.full-page-content-area .site-content{
	width:90%;
	margin:0 5%;	
}
.site-slider-slider-video-one-video-cont{
	width:100%;
	margin:8px 0 0;	
}
.site-slider-slider-video-one-video {
    float: left;
    width: 100%;
    margin: 0 6%;
    text-align: center;
}

.site-slider-slider-video-one-text {
	margin:0;
}

.responsive-container{
	max-width:1200px;
	margin:0 auto;
}

.branding {
	padding:0!important;
}

/* Logo Section */
.site-header-half-width-logo{
	width:38%;
	margin:1.5% 3%;
	float:left;	
}
.site-header-half-width-logo .site-title, .site-header-half-width-logo .site-description{
	text-align:left;
}
.site-branding{
	padding:3% 0;
}
.site-header-half-width-logo .site-branding{
	text-align:left;
}
.site-header-half-width-nav{
	width:50%;
	float:left;
	margin:5% 3% 3.5% 3%;
	border-top:0;
}


/* Nav */
.main-navigation {
	padding:1.5% 0;
}
.tinynav { display: none }
#main-nav { display: block }

/* Header One */
.site-slider-slider-one-image{
	float:left;
	width:50%;
	margin:0;
}
.site-slider-slider-one-text{
	float:left;
	width:46%;
	margin:0 2%;	
}
.site-slider-slider-one-text-heading{
	text-align:left;
}
.site-slider-slider-one-text-description{
	text-align:left;
}
.site-slider-slider-one-text-button{
	text-align:left;	
}

/* Header OnePlus */
.site-slider-slider-oneplus-image{
	float:left;
	width:50%;
	margin:0;
}
.site-slider-slider-oneplus-text{
	float:left;
	width:46%;
	margin:0 2%;	
}
.site-slider-slider-oneplus-text-heading{
	text-align:left;
	padding:0 0 40px 0;
}
.site-slider-slider-oneplus-text-description{
	text-align:left;
}
.site-slider-slider-oneplus-text-button{
	text-align:left;	
}

/* Video One */
.site-slider-slider-video-one-video{
	float:left;
	width:48%;
	margin:0;
	padding:0 0 35px 0;
}
.site-slider-slider-video-one-video-cont{
	width:100%;
	margin:0 1%;	
}
.site-slider-slider-video-one-text{
	float:left;
	width:50%;
	padding:0;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.site-slider-slider-video-one-text-heading{
	text-align:left;
	padding:0 0 40px 0;
}
.site-slider-slider-video-one-text-description{
	text-align:justify;
}
.site-slider-slider-video-one-text-button{
	text-align:left;	
}

/* Slider Two */
.site-slider-slider-two-video{
	float:left;
	width:60%;
	margin:0;
}
.site-slider-slider-two-video-cont{
	width:84%;
	margin:0 7%;	
}
.site-slider-slider-two-text{
	float:left;
	width:36%;
	margin:0 2%;	
}
.site-slider-slider-two-text-heading{
	padding:0 0 40px 0;
	text-align:left;
}
.site-slider-slider-two-text-description{
	text-align:left;
}
.site-slider-slider-two-text-button{
	text-align:left;	
}
/* SlitSlider */
.sl-slider h2 {
	font-size:48px;	
}

.sl-slider blockquote p{
	font-size:20px;
	display:block;	
}

.sl-slider blockquote cite {
	font-size:24px;
}
.sl-slider blockquote cite a{
	font-size:24px;
}
/* Fraction SLider */

/* Hero Header */
.hero-heading-container{
	padding:4% 0 1% 0;
}
.hero-heading{
	font-size:60px;
}
.fractionslider-wrapper-cont{
	width:100%;
	display:block;
}
.fractionslider-wrapper-backup-cont{
	display:none;
}
.hero-pitch-container{
	padding:2% 0;
}
.hero-pitch-text{
	width:47%;
	padding:0 5% 0 8%;
	text-align:left;
}
.hero-pitch-text h2{
	color:#000;
	font-size:40px;
}
.hero-pitch-button{
	width:35%;
	padding:0 5% 0 0;
	text-align:left;
}
.hero-pitch-button p a{
	font-size:24px;
    padding: 15px 50px;
	margin:2% 0 0 0;
}
.hero-pitch-button p a:after{
	font-size:24px;
	margin:0 0 0 10px;	
}
.hero-pitch-button p span{
	font-size:24px;
    padding: 15px 50px;
	margin:2% 0 0 0;
}
.hero-pitch-button p span:after{
	font-size:24px;
	margin:0 0 0 10px;	
}
/* Content */
.content-area{
	width:60%;
	margin:2% 4% 2% 2%;
	float:left;
}
.site-content{
	width:100%;
	margin:0;	
}

/* Page-Post Navigation */
.paging-navigation .nav-previous{
	width:50%;
	margin:0;	
}
.paging-navigation .nav-next{
	width:50%;
	margin:0;	
}
.post-navigation .nav-previous{
	width:50%;
}
.post-navigation .nav-next{
	width:50%;
}

/* Widgets */
.widget-area{
	width:32%;
	margin:2% 2% 2% 0;	
	float:left;
}

/* Biz One */
.biz0ne-welcome h1{
	font-size:50px;
}
.biz0ne-products-services-item{
	float:left;
	width:33.33%;	
	margin:0;
}
.biz0ne-quote{
	margin:0 auto 2% auto;
}

/* Biz One Plus*/
.biz0neplus-welcome h1{
	font-size:50px;
}
.biz0neplus-products-services-item{
	float:left;
	width:30.33%;	
	margin:0 1.5% 3% 1.5%;
}
.biz0neplus-products-services-cta{
	text-align:left;
}
.biz0neplus-quote{
	margin:0 auto 2% auto;
}

/* Biz Two */
.biztwo-products-container{
	float:left;
	width:66%;	
}
.biztwo-welcome h1{
	text-align:left;
}
.biztwo-products-services-img{
	float:left;
	width:40%;
}
.biztwo-products-services-content{
	float:left;
	width:60%;	
}
.biztwo-portfolio-container{
	float:left;
	width:34%;	
}

/* BizThree Section */
.bizthree-welcome h1{
	font-size:50px;
}
.bizthree-products-services-item{
	float:left;
	width:29.33%;	
	margin:0 2% 3% 2%;
}
.bizthree-products-services-cta{
	text-align:left;
}
.bizthree-quote{
	margin:0 auto 2% auto;
}
.bizthree-products-services-divider{
	margin:0 10% 4% 10%;
	display:block;
}

/* Biz Four*/
.bizfour-welcome h1{
	font-size:50px;
}
.bizfour-products-services-item{
	float:left;
	width:22.5%;	
	margin:0 1.25% 3% 1.25%;
}
.bizfour-products-services-cta{
	text-align:left;
}
.bizfour-quote{
	margin:0 auto 2% auto;
}
/* BizFive Section */
.bizfive-content-cont{
	width:61%;
	margin:0 3% 3% 3%;
}
.bizfive-blog-cont{
	width:30%;
	margin:0 3% 3% 0;
}
.bizfive-products{
	width:47%;
	margin:0 6% 5% 0;
}
.bizfive-services{
	width:47%;
	margin:0 0 5% 0;
}
/* BizSix Section */
.bizsix-welcome{
	padding:5% 7% 5% 7%;
}
.bizsix-welcome h1{
	font-size:50px;
}
.bizsix-welcome-cta-container span{
	font-size:24px;
	font-size:2.4rem;
	border-bottom: 4px solid #000000;
    padding: 15px 50px;
	line-height:1.0;
	margin:0 1em 0.5em 0;
}
.bizsix-products-item-image{
	float:left;
	width:40%;
	margin:0 2.5%;
}
.bizsix-products-item-description{
	float:left;
	width:50%;
	margin:0 2.5%;
}
.bizsix-image-align-left{
	text-align:left;
}
.bizsix-image-align-right{
	text-align:right;
}
.bizsix-quote{
	margin:5% 7%;
}
.bizsix-quote-text p{
	font-size:24px;
	font-size:2.4rem;
}
/* bizseven Section */
.bizseven-welcome{
	margin:2% 7% 5% 7%;
}
.bizseven-welcome h1{
	font-size:50px;
}
.bizseven-work{
	width:86%;
	margin:0 7% 5% 7%;	
}
.bizseven-work-intro{
	width:100%;
	padding:0 0 5% 0;	
}
.bizseven-work-intro h1{
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	font-size:40px;
	font-family: 'Lato', sans-serif!important;	
}
.bizseven-work-items{
	width:100%;
	padding:0 0 0 0;	
}
.da-thumbs li {
	width:25%;
}
.bizeight-da-thumbs li {
	width:50%;
}
.bizseven-about{
	width:86%;
	margin:0 7% 5% 7%;
}
.bizseven-about-title{
	width:100%;
	padding:0 0 0 0;	
}
.bizseven-welcome h1{
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	font-size:40px;
	font-family: 'Lato', sans-serif!important;
}
.bizseven-work-intro-desc{
	padding:0 0 2% 0;	
}
.bizseven-about-content{
	width:100%;
	padding:0 0 0 0;
}
/* bizeight Section  */
.bizeight-welcome{
	width:30%;
	float:left;
	overflow:auto;
	margin:0 1.66% 0 1.66%;
	padding:2% 0;
	background:#E4E6E7;
}
.bizeight-clients{
	width:30%;
	float:left;
	overflow:auto;
	margin:0 1.66% 0 1.66%;
	padding:2% 0;
	background:#E4E6E7;
}
.bizeight-blog{
	width:30%;
	float:left;
	overflow:auto;
	margin:0 1.66% 0 1.66%;
	padding:2% 0;
	background:#E4E6E7;
}
/* MagNine */
.biznine-products-item{
	width:33.33%;
	float:left;
	padding:3% 0 0 0;
}
.biznine-products-item-x-y{
	background:url(images/b10.png) bottom repeat-x;
	background:url(images/b10.png) bottom repeat-x, url(images/v10.png) right repeat-y;
}
.biznine-products-item-title{
	min-height:65px;	
}
.biznine-products-item-desc{
	min-height:120px;	
}
.biznine-clients{
	padding:2% 0;
}

/* ecom one */
.eone-welcome h1{
	font-size:50px;
}
.eone-featured-rated-products{
	width:100%;
	margin:0 0 5% 0;	
}
.eone-featured-rated-products ul li h4{
	font-size:24px;
}
.eone-latest-products{
	width:90%;
	margin:0 0 5% 0;
	padding:5%;
	background:rgba(0,0,0,0.05);
	overflow:auto;	
}
.eone-latest-products-heading{
	float:left;
	width:97%;
	margin:0 1.5% 5% 1.5%;
}
.eone-featured-product{
	float:left;
	width:23%;	
	margin:0 1% 2% 1%;	
}
.eone-product{
	float:left;
	width:30.33%;	
	margin:0 1.5% 3% 1.5%;
}

.eone-category-box{
	width:90%;
	margin:0 0 5% 0;
	padding:5%;
	background:rgba(0,0,0,0.05);
	overflow:auto;	
}
.eone-category-product{
	float:left;
	width:23%;	
	margin:0 1% 2% 1%;	
}
.etwo-categories{
	width:100%;
	margin:0 0 5% 0;	
}
.etwo-category-box{
	float:left;
	width:30%;
	margin:0 1.5% 3% 1.5%;
}
.etwo-featured-container{
	width:100%;
	margin:0 0 5% 0;	
}
.etwo-popular-container{
	width:100%;
	margin:0 0 5% 0;			
}
.etwo-rating-container{
	width:100%;
	margin:0 0 5% 0;		
}
.etwo-latest-container{
	width:100%;
	margin:0 0 5% 0;		
}
.owl-carousel .owl-item{
	margin:0 20px 0 0;
}


/* Portfolio one */
.portfolio-one-item-image{
	float:left;
	width:45%;
	margin:0 5% 0 0;
}
.portfolio-one-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:40px;
}
.portfolio-one-item-desc{
	float:left;
	width:50%;	
}
/* Portfolio two */
.portfolio-two-item-odd{
	clear:both;
	float:left;
	width:48%;
	padding:0;
	overflow:auto;
	margin: 0 4% 5% 0;
}
.portfolio-two-item-even{
	float:left;
	width:48%;
	padding:0;
	overflow:auto;
	margin: 0 0 5% 0;
}
.portfolio-two-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:40px;
}
/* Portfolio three */
.portfolio-three-item-odd{
	float:left;
	width:30%;
	padding:0;
	overflow:auto;
	margin: 0 5% 5% 0;
}
.portfolio-three-item-even{
	float:left;
	width:30%;
	padding:0;
	overflow:auto;
	margin: 0 0 5% 0;
}
.portfolio-three-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:32px;
}

/* Portfolio four */
.portfolio-four-item-odd{
	float:left;
	width:22%;
	padding:0;
	overflow:auto;
	margin: 0 4% 5% 0;
}
.portfolio-four-item-even{
	float:left;
	width:22%;
	padding:0;
	overflow:auto;
	margin: 0 0 5% 0;
}
.portfolio-four-item-desc-title{
	width:86%;
	line-height:1.15;
	margin:0 7% 5% 7%;
	font-size:32px;
}

/* Client logo Section */
.footer-client-logos li{
	width:18%;
	margin:2% 0;
}

/* Footer */
.site-info{
	width:40%;
	padding:5% 0;
}
.site-info h3{
	text-align:left;
}
.site-info h3 a{
	color:#515254;
}
.site-info p{
	text-align:left;
}
.footer-search{
	width:64%;
	margin:20px 8% 5px 8%;	
}
.footer-logo{
	width:86%;
	margin:0 7% 0 7%;
	text-align:left;	
}

/* Footer Widgets */
.footer-widget-two{
	width:30%;
	padding:5% 0;
}
.footer-widget-three{
	width:20%;
	padding:5% 0;
}
.footer-three-container{
	width:86%;
	margin:0 7%;
}
.site-info-three .footer-search{
	width:40%;
	margin:20px 30% 5px 30%;	
}
.footer-widget-four{
	width:20%;
	padding:5% 2.5%;
}
.footer-widget-fourmap{
    padding:5% 2.5%;
    width:45%;
}
.footer-six-map-container{
	width:60%;
	padding:5% 2.5%;
}
.footer-six-address{
	width:30%;
	padding:5% 2.5%;
}
.footer-six-address h3{
	text-align:left;
}
.footer-six-address-address{
	text-align:left;
}

/* Superbrands CSS starts here */

.site-header {
    text-align: left;
    width: 100%;
    padding: 0 18px 10px;
}
.site-header-half-width-logo {
    width: 26%;
}

.site-header-half-width-nav {
	margin: 6.5% 3% 2%;
    width: 62%;
}

.responsive-container-fullwidth {
    background-color: #fff;
    display: inline-block;
    margin-bottom: -10px;
    text-align: justify;
    width: 100%;
}
.nav-border-top {
    border-top: 0;
}

.main-navigation {
    padding: 0;
}

.main-navigation ul {
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
.main-navigation li {
    margin: 5px 0;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.main-navigation a {
    color: #d3d3d3;
    display: block;
    text-decoration: none;
}

.home.page #inner-container {
    margin-top: 0;
}
.responsive-container {
    margin:10px auto;
}

.full-page-content-area {
    margin: 0;
}

.site-info {
    padding: 2% 0;
}

.logoSlider {
    background-color: #FFFFFF;
    margin-top: 50px;
}

.logoSlider .bx-wrapper {
	max-width: 1240px !important
}

.site-slider-slider-video-one {
    margin:0;
    width: 100%;
	overflow:hidden;
}

.CouncilMembers {
    margin: 0;
}

.CouncilMembers > li {
    display: inline-block;
    list-style: outside none none;
    margin: 30px 60px;
    padding: 0 10px;
    text-align: center;
}

.CouncilMembers > li .jobTitle {
    font-size: 12px;
}

.CouncilMembers > li .company {
    font-size: 13px;
    font-weight: bold;
}

.homeTitle {
    margin-top: 0px;
}

.homeTitle, .featuredTitle, .volumeTitle {
    background-color: #eee;
    color: #d1ae55;
    font-weight: regular;
    left: 0;
    padding: 6px;
    position: absolute;
    width: 100%;
}

.homeTitle .inner, .featuredTitle .inner, .volumeTitle .inner {
    margin: auto;
    max-width: 1200px;
}

.FeaturedBrands, .Volumes {
    margin: 60px 0 1.5em;
}

.FeaturedBrands > li {
    display: inline-block;
    list-style: outside none none;
	margin-bottom: 15px;
    padding: 0 10px;
}

.single-featuredbrands h2 {
    font-size: 32px;
}

.Volumes > li {
     display: inline-block;
    height: 100px;
    list-style: outside none none;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    width: 140px;
}

.Volumes > li img {
    max-height: 100px;
    max-width: 140px;
    width: auto;
}

.entry-content .soliloquy-container {
    margin: auto;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.page-template-page-featuredbrands .site-main, .tax-volume .site-main {
    background-color: #fff;
}
.homepage .custom {
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    display: inline-block;
    margin: 30px;
    padding: 10px;
   text-align: justify;
    width: 45%;
}
.homepage .entry-header {
    display: none;
}

.entry-content {
    font-size: 18px;
}

.featuredbrands .entry-content, .volume-volume-2 .entry-content, .volume-volume-6 .entry-content {
    -webkit-columns: auto 3; /* Chrome, Safari, Opera */
    -moz-columns: auto 3; /* Firefox */
    columns: auto 3;
	margin-top: 20px;
}

.twoColumnPage .entry-content {
    -webkit-columns: auto 2; /* Chrome, Safari, Opera */
    -moz-columns: auto 2; /* Firefox */
    columns: auto 2;
}

.ccf-form-wrapper {
	-webkit-column-span: 1;
    column-span: 1;
}

.single-volumes #inner-container #main .responsive-container {
    background-color: #fff;
    padding: 10px;
}

.forme {
    padding:18px 18px 0;	
}

.half {
    float: left;
    width: 25%;
}
.moveme {
	margin-top:0;
}

.advncd {
	width:85%;
	margin:0 auto;
}

}


@media screen 
and (min-width : 950px) {
.full-page-content-area .site-content{
	width:100%;
	margin:0;	
}

.gdc_cquarter {
    margin: 0 !important;
    padding: 0;
    width: 20% !important;
}
.site-header {
    padding: 30px 18px 20px;
}

.w3eden .col-md-4 {
    margin: 14px 2%;
    width: 29.3%;
}
.heightbox {
		height:300px;
	}

}

@media screen 
and (min-width : 1200px) {
.site-header {
    padding: 30px 0 20px;
}
	
.w3eden .col-md-4 {
    margin: 14px 1%;
    width: 23%;
}

.rss-aggregator {
	width:60%;
	margin:0 auto;
}

/* search pages */

.advncd {
	width:70%;
	margin:0 auto;
}

.vc_custom_1516632193621 {
    padding-left: 60px !important;
}

#wpfd-results .table th:nth-child(2) {width:40%;text-align:right!important;padding-right:40px;}
#wpfd-results .table td:nth-child(2) {width:40%;text-align:right!important;padding-right:40px;}
}


@media screen and (max-width: 450px) {
	.twoColumnPage .entry-content {
	    -webkit-columns: auto 1; /* Chrome, Safari, Opera */
  	  	-moz-columns: auto 1; /* Firefox */
		columns: auto 1;

	}
	
	.featuredbrands .entry-content, .volume-volume-2 .entry-content, .volume-volume-6 .entry-content {
		-webkit-columns: auto 1; /* Chrome, Safari, Opera */
		-moz-columns: auto 1; /* Firefox */
		columns: auto 1;
		margin-top: 20px;
	}

	.site-image {
		float: none!important;
		margin: 0 auto!important;
	}
	
	.post-43585 .widget select {
		width: 100%!important;
	}

	
	.halfwt {
	width:100%;
}
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px)  {

	/* Force table to not be like tables anymore */
	
	#wpfd-results table, #wpfd-results thead, #wpfd-results tbody, #wpfd-results th, #wpfd-results td, #wpfd-results tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#wpfd-results thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#wpfd-results tr { border: 1px solid #ccc; }
	
	#wpfd-results td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#wpfd-results td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	#wpfd-results td:nth-of-type(1):before { content: "Publication:"; }
	#wpfd-results td:nth-of-type(2):before { content: "Open:"; }
	#wpfd-results td:nth-of-type(3):before { content: "Date Created:"; }
	
	
	.table th:nth-child(5) {display:none!important;}
	
	.file-icon {padding:0!important;}
}

/* Superbrands universal CSS */

.branding {
	padding:0 18px;
}

.seal img {
	display:block;
	width:100%;
}

.site-image {
	float:left;
	margin:0;
}

.homeTitle {
    display: none;
}

.vc_custom_1474058723325 {
	border-radius:3px;
	background:#ffffff!important;
	border:thin solid #ddd;
	padding:30px;
}
.vc_custom_1479278064949 {
    background-color: #ffffff !important;
    border-top: thin solid #ddd !important;
    margin-top: 40px !important;
}

.vc_custom_1479278064949 .vc_column-inner {
	padding-top:0;
}
.marginl p {
	margin-bottom:5px!important;
}

.margin {
	margin:20px auto;
}

.margin-up {
	margin-top:-20px;
}

.vc_custom_1509047200966 .logo {
	display:block;
	padding-bottom:30px;
}
.nudge {
	margin:7px auto 0;
}

.vc_custom_1474058723325 select {
	display:block;
	margin:0 auto;
	width:250px;
}

.vc_custom_1473965526456 {
    background:none!important;
	padding:0!important;
    border-radius: 3px;
}

/*.vc_custom_1486033334506 .gdc_inner {
    background: #f4f4f4 none repeat scroll 0 0;
    border: thin solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    height: 180px;
    margin: 14px;
    padding: 14px;
}

.vc_custom_1486033334506 {
	padding-bottom:30px;
}

.vc_custom_1485965667684 .gdc_inner {
	margin:14px;
	padding:14px;
	background:#f4f4f4;
	border-radius:3px;
	border:thin solid #ddd;
	font-size:14px;
	height:220px;
}
.vc_custom_1473965526456 .gdc_inner {
	margin:14px;
	padding:14px;
	background:#f4f4f4;
	border-radius:3px;
	border:thin solid #ddd;
	font-size:14px;
	height:220px;
}
.vc_custom_1473969730152 .gdc_inner {
	margin:14px;
	padding:14px;
	background:#f4f4f4;
	border-radius:3px;
	border:thin solid #ddd;
	font-size:14px;
	height:220px;
}*/

.homesearchb .gdc_inner {
	margin:14px;
	padding:14px;
	background:#f4f4f4;
	border-radius:3px;
	border:thin solid #ddd;
	font-size:14px;
	height:180px;
}

.homeflags .gdc_inner {
	background:#f4f4f4;
	margin:14px;
	padding:14px;
	background:#f4f4f4;
	border-radius:3px;
	border: thin solid #b1b8a8;
	font-size:14px;
	height:190px;
}
.gdc_inner h4 {
    border-bottom: thin solid #ddd;
    font-size: 14px;
    height: 38px;
    margin: 2px 14px 14px;
    padding: 0;
}
.gdc_inner p {
    margin-bottom: 1px !important;
}
.gdc_inner a {
	color:#d1ae55;
}

.gdc_inner a:hover {
	color:#999;
}
.vc_custom_1473965526456 .gdc_row {
    float: left;
    height: auto;
    margin: 0;
    overflow: auto;
    width: 100%;
}

.vc_custom_1473969730152 .gdc_row {
    float: left;
    height: auto;
    margin: 0;
    overflow: auto;
    width: 100%;
}

.vc_custom_1479205959733 select {
	display:block;
	margin:0 auto;
}

.vc_custom_1479205959733 {
    background-color: #fff !important;
    border-top: thin solid #ddd;
    margin-top: 40px !important;
}
#bookcovers {
    background: #222 none repeat scroll 0 0 !important;
    border-bottom: thin solid #000;
    border-top: thin solid #000;
    color: #fff;
    font-size: 24px;
    left: 0;
    margin-top: 30px;
    text-align: center;
    width: 100%;
	padding-bottom:50px;
}
#GmediaGallery_25 .gmPhantom_ThumbContainer {
    height: 193px!important;
    width: 148px!important;
}

#GmediaGallery_25 .gmPhantom_ThumbContainer, #GmediaGallery_25 .gmPhantom_LabelBottom .gmPhantom_ThumbLabel {
    background-color: #555!important;
    border: thin solid #000 !important;
    border-radius: 3px!important;
}

.gmPhantom_Container {
	margin:0 auto!important;
}

.gdc_row {
    height: auto;
    margin: 15px 0;
    overflow: auto;
}

.portrait {
	margin:0!important;
}
.searchme {
    background: #f4f4f4 none repeat scroll 0 0;
    border: thin solid #ddd;
    border-radius: 3px;
    color: #333;
    margin: 8px 15px 0;
    padding: 24px 30px 30px;
}
.searchme:after {
	display:table;
	content:"";
	clear:both;
}

.searchmehome {
    background: #f4f4f4 none repeat scroll 0 0;
    border: thin solid #ddd;
    border-radius: 3px;
    color: #333;
    margin: 8px 15px 0;
    padding: 24px 30px 0;
}
.searchmehome:after {
	display:table;
	content:"";
	clear:both;
}
.searchmebooks {
    border-bottom: thin solid #dcd4ba;
    color: #333;
    margin: 0 5px 30px;
    padding: 0 0 18px;
}
.searchmebooks:after {
	display:table;
	content:"";
	clear:both;
}

.searchmebooksh {
    border-bottom: thin solid #dcd4ba;
    color: #333;
    margin: 0 5px;
    padding: 0;
}
.searchmebooksh:after {
	display:table;
	content:"";
	clear:both;
}


.searchmecnt {
    border: thin solid #ccc;
    border-radius: 3px;
    color: #333;
    margin: 0 14px;
    padding: 14px 14px 12px;
}
.searchmecnt:after {
	display:table;
	content:"";
	clear:both;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0!important;
}

.vc_row {
	margin-left:0!important;
	margin-right:0!important;
}

.vc_custom_1507534455792 {
	padding-left:0!important;
	padding-right:0!important;
}


/* Search page */

.w3eden #src:focus {
	border:1px solid #9e043b;
}
.w3eden #src {
    background: #fff url(images/mike_red.svg) no-repeat left center !important;
    background-size: 32px 28px !important;
    border-radius: 3px 0 0 3px!important;
    height: 40px;
}
.w3eden a {
    color: #d1ae55;
    text-decoration: none;
    text-transform: uppercase;
}
.w3eden .col-md-4 a  {
    background: #d1ae55 none repeat scroll 0 0;
    border: thin solid #c7a54d;
    border-radius: 3px;
    bottom: 14px;
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    height: 32px;
    padding: 4px;
    text-align: center;
    width: 150px;
    margin: 15px auto;
}
.w3eden .col-md-4 a:hover {
	background:#fff;
	color:#e2a81d;
	border:thin solid #e2a81d;
}
.wdmap_button a {
    background: #e2a81d none repeat scroll 0 0!important;
    border: thin solid #da9f12;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    height: 32px;
    margin-top: 5px;
    padding: 4px 15px;
    text-align: center;
    width: auto;
}
.wdmap_button a:hover {
	background:#fff!important;
	color:#e2a81d!important;
	border:thin solid #e2a81d!important;
}

.media-heading {
    clear: both;
    font-size: 14px !important;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 100% !important;
}
.pull-left {
	background-image:none!important;
	padding:0!important;
}

#wpdm-downloads {
	margin:14px 0 !important;
}
.site-footer {
    background: #000 none repeat scroll 0 0;
	margin:-10px 0 0 0;
}

.site-info-three p {
    color: #d1ae55;
}

.heightme {
	height:40px;
	width:100%;
}


/* Books */

#flexipages-6 {
    color: #000;
    margin: 14px auto;
    padding: 0;
    width: 100%;
}

.post-43635 p, .post-42276 p, .post-43585 p {
	margin-bottom:14px;
}

.post-43635 .widget, .post-42276 .widget {
    margin: 14px auto !important;
}

.post-43585 .widget {
	margin:0!important;
}
.widget select {
    background: #fff none repeat scroll 0 0;
    margin: 0;
}
.post-43585 .widget select {
    display: block;
    margin: 14px auto !important;
    width: 30%;
}
.post-43585 form {
	height:40px;
}

.post-43585 p {
	text-align:center;
	font-size:14px;
}
.vc_custom_1479306808700 {
	margin-top:-50px;
	padding-bottom:50px;
}
.site-slider {
    background-color: #f4efe9;
    background-image: none;
    padding:30px 30px 0;
    width: 100% !important;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-titles {
    font-size: 34px !important;
    color: #262626 !important;
    text-align: center !important;
	font-family: 'Lato', sans-serif!important;
    font-style: normal !important;
    font-weight: normal !important;
    padding: 0 0 30px 0 !important;
        padding-left: 0px;
    border-bottom: 3px double #dcd4ba !important;
    margin: 30px 0 !important;
}

.plain-titles {
    font-size:34px !important;
    color: #262626 !important;
    text-align: center !important;
	font-family: 'Lato', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin:30px 0 !important;
}

.light {
	color:#ccc;
}

.vc_custom_1473963382687 {
    margin-top: 25px !important;
}

.w3eden .breadcrumb {display:none;}

.w3eden .form-control::-webkit-input-placeholder {
color:#C90D23!important;
font-size:16px!important;
}
 
.w3eden .form-control:-moz-placeholder { /* Firefox 18- */
color:#C90D23!important; 
font-size:16px!important;
}
 
.w3eden .form-control::-moz-placeholder {  /* Firefox 19+ */
color:#C90D23!important;
font-size:16px!important;
}
 
.w3eden .form-control:-ms-input-placeholder {  
color:#C90D23!important;
font-size:16px!important;
}

.boldme {
    font-weight: 700;
}

.nsh {display:none;}

.halfwt {
	width:50%;
	margin:0 auto;
}

.page-id-42276 {
	background:#e7e5e5;
}

.searchslide {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 999999;
}
.searchslide p {display:none;}

.vc_custom_1485958623111 {
	width:96%;
	margin:0 auto!important;
	background:#dcd0c0;
	border:thin solid #e3ded2;
	border-radius:3px;
	padding:0 18px 30px;
}

.vc_custom_1485958623111 .vc_column-inner {
    padding-bottom: 50px!important;
    padding-top: 0!important;
}
.w3eden .media > .pull-left {
    display: none;
}

.homeflags p {display:none;}
.homeflags br {display:none;}

.vc_custom_1486033334506 p {display:none;}
.vc_custom_1486033334506 br {display:none;}

.homesearchb p {display:none;}
.homesearchb br {display:none;}

.gdc_inner p {display:block;}
.gdc_inner br {display:block;}

.vc_custom_1486047353009 {
	border-radius:3px 3px 0 0;
}

.homesearchb {
	padding-bottom:50px!important;
	margin-top:0!important;
	
}

.homesearcht {
	border-radius:3px 3px 0 0;
}

.w3eden label {
    text-transform: uppercase;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.3,1.3); }

.columntop {
	margin-top:-40px;
}
.blue {
	color:#eeeeee;
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    border-radius: 3px;
}

.soliloquy-container .soliloquy-pager {display:none;}

.soliloquy-container .soliloquy-prev {
    border: thin solid #666;
    left: -50px!important;
	border-radius:3px;
}
.soliloquy-container .soliloquy-next {
    border: thin solid #666;
    right: -50px!important;
	border-radius:3px;
}


.homeTitle, .featuredTitle, .volumeTitle {display:none!important;}

.site-main {
	padding:0;
}

.footer-social {
	margin-top:0;
}

.hentry {
	margin:0;
}

.responsive-container {
	margin:0 auto;
}

.space {
	margin-top:20px;
}

.spacey {
	margin-bottom:20px;
}

/* Media Page Styling */

.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background-color: #d79e00!important;
    border-color: #f0f0f0!important;
    color: #ddd!important;
}

.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a {
    background-color: #373333!important;
    border-color: #c8bba1!important;
    color: #fff!important;
}
#GmediaGallery_94 .gmPhantom_ThumbContainer {
    height: 70px!important;
    width: 80px!important;
}

.flag-gallery .gmPhantom_ThumbContainer {
    background: #ebebeb none repeat scroll 0 0!important;
    border: 1px solid #ddd!important;
    border-radius: 5px;
    height: 50px!important;
    width: 90px!important;
	box-shadow:none!important;
	margin-bottom:10px!important;
}
.flag-gallery .gmPhantom_Thumb img.portrait {
    display: block;
    height: auto !important;
    margin: 0 auto;
    width: 50px !important;
}
.flag-gallery .gmPhantom_Thumb {
    display: block;
    margin: 0 auto 8px!important;
    width: 50px!important;
}

.flag-gallery .gmPhantom_ThumbLabel {
    background-color: #373333 !important;  
}
.flag-gallery .gmPhantom_ThumbLabel a {
	color:#ddd!important;
}


/* news feed aggregator plugin */
.rss-aggregator {
    background: #f4f4f4 none repeat scroll 0 0;
    border: thin solid #ddd;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px;
}
.thumbnail-excerpt img {
    width: 50px !important;
}

.feed-item a {
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
	font-family: 'Lato', sans-serif !important;
}

.feed-source a {
	color:#3d7ce5!important;
	font-family: 'Lato', sans-serif !important;
}

.feed-item .thumbnail-excerpt {
	font-size:12px;
}

.wprss-feed-meta {
	font-size:11px;
	text-transform:uppercase;
	color:#666;
}

li.feed-item {
    border-bottom: thin dotted #666;
    padding-bottom: 10px;
	list-style:none!important;
}

.blueground .wpb_heading {font-size:14px;padding-bottom:5px;border-bottom:thin solid #ccc;font-weight:bold;}

.contentme {max-width:1200px;margin:0 auto!important;}

.contentme:after {
	display:table;
	content:"";
	clear:both;
}

#cff h3 {
    float: none !important;
    width: 100%;
    font-size: 34px !important;
    color: #262626 !important;
    text-align: center !important;
    font-family: 'Lato', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding: 0 0 30px 0 !important;
    border-bottom: thin solid #dcd4ba !important;
    margin: 30px 0 !important;
}

.cff-header span {
    float: none!important;
    display: block;
    text-align: center!important;
}

.wpb_wrapper p {
   margin-bottom:0;
}

.frame {
	width:100%;
	height:1200px;
	overflow:auto;
	}

.cff-header .fa-facebook-square {
	display:none;
	}

div.gmPhantom_ThumbContainer {
	background-color:#ffffff!important;
	}

.vc_custom_1508309424703 {
	text-align:justify;
	}
.statistics .stat {
    margin: 5px 25px!important;
}

.statistics {
	padding:0!important;
}

.statistics-inner {
    padding: 0 3%!important;
}

.vc_custom_1508945150185 .vc_column-inner {
	padding-top:0!important;
}

.vc_custom_1508945150185 .wpb_column {
	padding-top:35px!important;
}

.borderimg {
    padding: 2px!important;
    background: #fff!important;
    border: thin solid #ddd5b9!important;
    border-radius: 5px!important;
}

.borderimg img {
	display:block;
	width:100%;
}

.mediabox {
	background:#fbf8ed!important;
	border-radius:5px!important;
	border: thin solid #e8e3d2!important;
	margin-bottom: 40px !important;
    padding-top: 17px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(204,204,204,1);
		-moz-box-shadow: 2px 2px 2px 0px rgba(204,204,204,1);
			box-shadow: 2px 2px 2px 0px rgba(204,204,204,1);
}

.gdc_inner p {
	text-align:center!important;
}

.centertxt {
	text-align:center!important;
	color:#000!important;
}
.vc_col-has-fill>.vc_column-inner {
	padding-top:0!important;
}

.wpb_video_widget .wpb_video_wrapper {
    border: thin solid #dcd4ba;
    border-radius: 5px;
}

.blue-light {
	display:inline-block;
	color:#0b47d0;
	background:yellow;
	padding:2px 5px;
	border-radius:5px;
	font-weight:bold;
	margin-right:8px;
}

.ads {
	font-size:18px;
	color:#666!important;
	text-decoration:underline;
}

.ads:hover {
	color:#000!important;
}

.none {
	padding:0!important;
	margin:0!important;
}

.animated {
	animation:none!important;
}

.wdmap_button {
    background: #d1ae55 none repeat scroll 0 0!important;
    border: thin solid #c7a54d!important;
    height: 40px!important;
    margin-top: 0!important;
    border-radius: 0 3px 3px 0!important;
}

#wpdm-downloads * {
    font-size: 9pt!important;
}

/* photo gallery styling */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color: #e8dbbc!important;
	font-size:16px!important;
    color: #664a2c!important;
    border-radius: 6px!important;
    padding: 3px 15px!important;
    margin-bottom: 7px;
		background: #ddd4b5; /* Old browsers */
		background: -moz-linear-gradient(top, #ddd4b5 0%, #e3dcc4 23%, #d2c8a6 58%, #d3c9aa 92%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ddd4b5 0%,#e3dcc4 23%,#d2c8a6 58%,#d3c9aa 92%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ddd4b5 0%,#e3dcc4 23%,#d2c8a6 58%,#d3c9aa 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd4b5', endColorstr='#d3c9aa',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 1px 1px 3px 0px #666!important;
		-moz-box-shadow: 1px 1px 3px 0px#666!important;
		box-shadow: 1px 1px 3px 0px #666!important;
    margin-right:1px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    background: #dcd4ba!important;
    color: #cabf9d!important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a    {
	border:none!important;
    background: #D1ae55 !important;
    color: #fff !important;
	padding:6px 16px 7px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

div[id^="bwg_container"] a {
    width: 90px;
    margin: 0 auto 10px;
    background-image: url('images/arrow_left.png');
    background-repeat: no-repeat;
    background-position: 5px center;
	line-height: 1.2;
	text-align:center;
}

div#album_name_container {
    text-align: center!important;
    font-weight: bold!important;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: thin solid #dcd4ba;
}

/* loading effect social page */
/*    width:100%;
	top:0;
	left:0;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("http://simongoddard.com/wp-content/uploads/ajax-loader.gif") no-repeat center center rgba(255,255,255,0.85)
}*/

/* Photo gallery lightbox*/

.fa-remove:before, .fa-close:before, .fa-times:before {
    font-size: 32px;
}

.fa-chevron-left::before {
    font-size: 42px;
}

.fa-chevron-right::before { 
	font-size: 42px;
}

#aj-adv-search #srcp .thirds {
    float: left;
    width: 42%;
}
	
#aj-adv-search #srcp #src{width: 97%;}

#aj-adv-search #srcp .hide {
	float: left;
    width: 38%;
}

#aj-adv-search #srcp #wpdm-cats-compact{
	height: 40px;
    width: 97%;
}

#aj-adv-search #srcp label{ display:none}


@media screen and (max-width : 600px) {
	#aj-adv-search #srcp .hide,#srcp #src,#srcp .thirds{
    	width: 100%;
	}
	#aj-adv-search #srcp #wpdm-cats-compact {   
		margin: 5px 0;
		width: 100%;
	}
}

/* events and media pages */

#ajevent .vc_tta-tab i { display:none}
/*#ajevent .vc_tta-tab.vc_active > a{  background-color: #C90D23 !important; }*/
#ajevent .vc_tta-tab.vc_active .vc_tta-title-text, 
#ajevent .vc_tta-tab.vc_active i {
    color:white !important;
	/*display:inline;*/
}

#ajevent [class^="bwg_back_"], #ajevent [class^="bwg_gal_title_"] {
    margin-bottom: 10px;
}

#ajsyt figure {
    margin-right: 35px;margin-left: 50px;
}


.vc_active span.vc_tta-title-text {
  background: rgba(0, 0, 0, 0) url("images/ar.png") no-repeat scroll right 7px / 20px 19px;
    content: "";
    display: block;
    
    min-width: 112px;
    padding-right: 25px;
    padding-top: 0;
    z-index: 9999;
}

.page-id-56530 .vc_active span.vc_tta-title-text {
    background: rgba(0, 0, 0, 0) url("images/ar.png") no-repeat scroll 157px 7px / 20px 18px;
    content: "";
    display: block;
    min-width: 178px;
    z-index: 9999;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: transparent !important;
    padding: 0 !important;
}
.gmPhantom_LabelInside .gmPhantom_ThumbLabel, .gmPhantom_LabelHover .gmPhantom_ThumbLabel {
    color: #000!important;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.7)))!important;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.7) 100%)!important;
    background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.7) 100%)!important;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 100%)!important;

}

/* social feeds*/
.social-feed-container-59942 .social-feed-element {
	padding:0 0 20px 0!important;
}

.social-feed-container-59942 img {
	/*margin-top:-5px;*/
}
.social-feed-container-59928 {
    width: 90% !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{background-color: #f4efe9 !important;}


[class^="bwg_album_thumb_"],[class^="bwg_album_thumbnails_"]{background-color: #f4efe9 !important;}
[class^="bwg_title_spun"] {
    
    margin: 0 auto !important;;
          
    /*width: 160px !important;;*/
}
 

.social-feed-container-59928 {
    padding-top: 15px !important;
    
}
.social-feed-container-59942 .social-feed-element{ padding: 0 10px !important;}
.wpb_content_element .social-feed-container-59928 {
   
    width: auto !important;
}

.wpb_wrapper > p {
    font-family: Lato !important;}
 


.gmPhantomPro_ThumbLabel_title,.gmPhantomPro_ThumbLabel_title > a {
    color: #000 !important;
    font-family: Lato !important;
    font-size: 14px !important;
    font-weight: normal !important;   
    text-align: center !important;
	display:block!important;
}

.gmPhantomPro_ThumbLabel_title > a:hover{ text-decoration:none !important}

/* Brandsearch page */

.brand_button {
    background: #d1ae55 none repeat scroll 0 0 !important;
    border: thin solid #c7a54d !important;
    border-radius: 3px;
    clear: both;
    color: #fff!important;
    display: block;
    font-weight: normal;
    margin-top: 5px;
    padding: 5px 50px 8px;
    text-align: center;
    width: 200px;
    font-size: 18px;
    text-shadow: none;
    height: 30px !important;
}
.brand_button:hover {
	background:#fff!important;
	color:#e2a81d!important;
	border:thin solid #e2a81d!important;
}


#adminForm .feature { display:none}

#adminForm  .feature-toggle-up{
	background: rgba(0, 0, 0, 0) url("./images/arrow.png") no-repeat scroll  2px -37px !important;
	     width: 48px;
	     height: 30px;
}
#adminForm  .feature-toggle-down{
	background: rgba(0, 0, 0, 0) url("./images/arrow.png") no-repeat scroll 2px -2px !important;
	height: 30px;
    width: 48px;
}  
.by-feature .top{
	height: 36px !important;
}
.ajmag {
	display: none;
}
#adminForm .pull-left strong{
	display: none;
}

/* new media page

#GmediaGallery_411 .gmPhantomPro_Thumb img.landscape {
    height: 250px !important;
}

#wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li:hover .wonderplugintabs-header-title, #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active .wonderplugintabs-header-title {
    color: #d1ae55;
}

#GmediaGallery_411 .gmPhantomPro_ThumbContainer, #GmediaGallery_411 .gmPhantomPro_LoadMore {
    border: 1px solid #dcd4ba!important;
    border-radius: 3px!important;
} */
.envira-gallery-wrap .envira-album-title {
    color: #000 !important;
    font-family: Lato !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center !important;
    display: block !important;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #DAD2B8 !important;
    box-shadow: none !important;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(218,210,184,1)!important;
}

.mCS-3d-thick-dark.mCSB_scrollTools {

    box-shadow: inset 0 0 14px rgba(211,202,171,1)!important;

}


