/*
    Themplate Name: bita
    Author: ColdAd
	Author URI: http://www.coldad.com/
	Version: 1.0.0

*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- bita Pro Brown
		- bita Pro Green
		- bita Pro Orange
		- bita Pro Purple
		- bita Pro Red
		- bita Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	/* font-size: 62.5%; 10px browser default */
}

body {
	background:none repeat scroll 0 0 #F9F9F9;
    color: #444444;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
.white-box{
    background:#fff;
}
body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


::-moz-selection {
    background-color: #1e1e1e;
    color: #fff;
}

::selection {
    background-color: #1e1e1e;
    color: #fff;
}

a img {
    border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

    This section covers font colors, families, size, styles and weight.

    This style sheet uses rem values with a pixel fallback.
    The rem values are calculated per the examples below:

    12 / 16 =       0.75rem
    14 / 16 =       0.875rem
    16 / 16 =       1rem
    18 / 16 =       1.125rem
    20 / 16 =       1.25rem
    24 / 16 =       1.5rem
    30 / 16 =       1.875rem
    36 / 16 =       2.25rem
    42 / 16 =       2.625rem
    48 / 16 =       3rem

    Further reading on the use and compatibility of rems:

    http://caniuse.com/rem
    http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* 03a - Font Color ----------- */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/
body {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.post-comments {
    color: #333;
}

a:hover {
    color: #888888;
    text-decoration: underline;
}

a{
	 color: #000000;
	 text-decoration: none;
	// font-weight: 700;
}
h2 a:hover {
    color: #888888;
    
}

.bita-black .bita-nav-menu a,
.bita-black .bita-nav-menu li li a,
.bita-nav-menu li li a:link,
.bita-nav-menu li li a:visited {
    color: #fff;
}

.diba .bita-nav-menu a {
    color: #AAAAAA;
}

.bita-nav-menu li a:hover,
.bita-nav-menu li:hover a,
.bita-nav-menu li li a:hover,
.bita-nav-menu .current-menu-item a {
    color:#AAAAAA;
}
.bita-black .bita-nav-menu  a{
    color: #fff;
    display: block;
    position: relative;
}
.bita-nav-menu .current-menu-item > a {
    background-color: #64C9EA;
    color: #FFFFFF;
}
.post-info,
.post-meta,
#description {
    color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
    color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.bita-nav-menu .highlight-menu-item a,
.bita-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
}


/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
    font-family: 'Open Sans',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
    font-family: 'Open Sans',sans-serif;
}


/* 03c - Font Size ----------- */

#title {
    font-size: 42px;
    font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 46px;
}

blockquote::before {
    font-size: 32px;
    font-size: 2rem;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1 {
    font-size: 20px;
    font-size: 1.25rem;
}

.widgettitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
    font-size: 16px;
    font-size: 1rem;
}

.sidebar {
    font-size: 16px;
    line-height: 22px;
}

input,
select,
textarea,
.bita-nav-menu,
.wp-caption {
    font-size: 14px;
    font-size: 0.875rem;
}

.post-info {
    color: #aaa;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
}

.post-info a {
    color: #333;
    font-weight: 400;
}

.post-meta {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
}


/* 03d - Font Miscellaneous ----------- */

blockquote {
    background: url(//cdn2.hubspot.net/hub/290612/file-512573516-png/images/Bita/images/quote.png) no-repeat;
    border: none;
    color: #666;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin: 40px 0 0;
    padding: 0 0 20px 80px;
}

.footer-widgets blockquote {
    color: #bbb;
}

blockquote p {
    color: #666;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
}

.footer-widgets blockquote p {
    color: #bbb;
}

.quote {
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    padding: 20px;
}



.quote-gray {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    padding: 20px;
}



.quote-black {
    background: #121212;
    border: 1px solid #353535;
    color: #fff;
    padding: 20px;
}



.quote-black a {
    color: #aaa;
}

.quote-black p {
    color: #fff;
}

.quote strong {
    color: #333;
    padding: 10px 0 0;
}

code {
    background: #f5f5f5;
    font-size: 14px;
    overflow: auto;
}

pre {
    background: #f5f5f5;
    border: 1px solid #eee;
    display: block;
    font-size: 14px;
    margin: 0 10px 20px 10px;
    overflow: auto;
    padding: 10px;
}

strong {
    font-weight: bold;
}

cite {
    font-style: normal;
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.bita-nav-menu,
.post-comments,
.wp-caption,
#footer p,
#title {
    font-weight: 700;
}

input[type="radio"] {
    margin-right: 5px;
}

.wp-caption {
    text-align: center;
}

h2 a,
h2 a:visited,
.bita-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
    text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
    margin: 0 auto;
}

#inner {
    clear: both;
    overflow: hidden;
}

#inner .wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 1140px;
}

.wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 1140px;
}
#footer .wrap {
    background: none repeat scroll 0 0 #222222;
	padding: 60px 0;
}
#inline_boxs img{
	margin-bottom:20px;
}
#inline_boxs{
	padding:0 30px;
	font-size:16px;
}
#inline_boxs .row-fluid .span4 {
    padding: 0 2.8% 2.8%;
}
#inline_boxs .widget h4 {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#inline_boxs .widget_text{
	
}
.hs_cos_flex-slides{
	margin: 0;
    padding: 0;
}
/* 04b - 1152px CSS Grid ----------- */
.hs_cos_flex-slide-main{
    list-style:none;
}
.newsletter-side-bar {
    background: none repeat scroll 0 0 #222222;
    padding: 30px 40px;
	font-size: 14px;
}
.newsletter-side-bar h2{
	font-size: 16px;
    margin-bottom: 15px;
	color:#fff;
    text-transform: uppercase;
}
.newsletter-side-bar p {
    color: #DDDDDD;
}
.newsletter-side-bar label{
    text-indent:-9999px;
	display:none !important;
}
.newsletter-side .hs_cos_wrapper.form-title {
    margin: 0;
}
.newsletter-side-bar input {
    background-color: #FFFFFF;
    color: #888888;
    font-size: 10px;
    margin-bottom: 16px;
    text-transform: uppercase;
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #EEEEEE inset;
    padding: 16px;
    width: 100%;
}

.newsletter-side-bar input[type="submit"] {
	font-weight:normal;
	padding: 16px 20px;
    /* background-color: #FFFFFF; */ /* ---- Commented out by HubSpot Support on 07/29/2016 ---- */
    background-color: #65b361; /* ---- Added by HubSpot Support on 07/29/2016 ---- */
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    text-transform: none;
    width: 100%;
	border: medium none;
    border-radius: 5px;
}

/****/
#sidebar-alt {
    width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 30.555555555%; /* 352px / 1152px */
}

.sidebar {
    width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {

    width: 37.931034482%; /* 352px / 928px */
}




.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
    width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content {
    width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
    float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
    float: right;
}

#footer-widgets ul li, #sidebar ul li, #sidebar-alt ul li,#footer-widgets ul {
    list-style-type: none!important;
}

.side-bar-blog .widget-module li, #footer ul li, #footer-widgets ul li {
    background: rgba(0,0,0,0) url("//cdn2.hubspot.net/hub/290612/file-715500131-png/diba_images/icon-li-footer.png") no-repeat scroll 0 7px / 8px 8px;
    list-style-type: outside none none;
    padding-left: 16px;
}

#footer-widgets .hs-rss-item a,
#footer-widgets .hs-rss-item a span,
#footer-widgets ul li a,
#footer-widgets ul li p a,
#footer-widgets ul li p span,
#footer-widgets ul li a span{
    color: #65b361!important;
}

/* 04c - Header ----------- */

.bita-black #head-wrap {
	background: none repeat scroll 0 0 #303236;
    margin: 0 0 40px;
}

#header {
    color: #333333;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0;
    padding: 0.3125rem 0;
    max-width: 1140px;
}

#title {
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    margin: 0;
}

.header-image #title {
    margin: 0;
}

#title-area {
    width: 30%;
}

#title-area a {
    color: #fff;
    font-weight: 300;
}

#title-area a:hover {
    color: #aaa;
}

#description {
    color: #eee;
    line-height: 1.25;
    padding: 10px 0;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
    width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
    display: block;
    float: left;
    min-height: 120px;
    overflow: hidden;
    text-indent: -9999px;
    width: 50%;
}

.header-image #description {
    display: block;
    overflow: hidden;
}

#header .widget-area {
    overflow: hidden;
    width: 65%;
}

#header .widget {
    margin: 0 0 15px;
    overflow: hidden;
}

#header .widgettitle {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 10px;
}


/* 04d - Main Content ----------- */

#content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.home #content {
    padding: 0;
}

#content .post,
#content .page {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0 3px 40px;
    padding: 20px 0 0;
}

#content .post .entry-title {
    padding: 0 20px;
}

.entry,
.page .post.entry {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.single .entry {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.page .entry {
    margin: 0;
}

.entry-title {
    overflow: hidden;
    padding: 0 20px;
}

.entry-content {
    line-height: 1.625;
    overflow: hidden;
    padding: 0 20px 20px;
}

.entry-content p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

blockquote {
    padding: 0 60px 20px;
    padding: 0 3.75rem 1.25rem;
}

blockquote::before {
    display: block;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
/**About**/
.hs_cos_wrapper_type_blog_subscribe li{
    list-style: none;
}
.hs_cos_wrapper_type_blog_subscribe label{
    display: block;
    margin: 5px 0;

}
.hs_cos_wrapper_type_blog_subscribe  input[type="radio"] {
    width: auto;
    margin: 0 10px;
}
.hs_cos_wrapper_type_blog_subscribe .hs_submit{
    margin-top: 10px;
}
/**Blog**/
.side-bar-separator{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    height:1px;
}
/*social*/
.hs-author-social-links a{
    margin-top:10px;
    text-indent:-9999px;
    text-decoration:none;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
}
.hs-author-social-link.hs-social-facebook{
    background-image: url("//static.hubspot.com/img/follow/icon_facebook.png");


}
.hs-author-social-link.hs-social-linkedin{
    background-image: url("//static.hubspot.com/img/follow/icon_linkedin.png");

}
.hs-author-social-link.hs-social-twitter{
    background-image: url("//static.hubspot.com/img/follow/icon_twitter.png");

}
.hs-author-social-link.hs-social-google-plus{
    background-image: url("//static.hubspot.com/img/follow/icon_googleplus.png");

}
#hubspot-topic_data {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #636363;
    font-size: 12px;
    font-weight: 400;
    padding: 16px;
}

.blog-section .post-listing-simple .post-item{
    padding: 20px;

}
.blog-section .post-listing-simple a{
    color: #333333;
    font-weight: 400;
}
input[type="checkbox"] {
    width: auto;
}
.blog-pagination .all-posts-link{
    background-color: #1E1E1E;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 6px;
    padding: 0.5rem 1.25rem;
    width: auto;
}
.blog-pagination .all-posts-link:hover{
     background: none repeat scroll 0 0 #666666;
}
.blog-section .post-item ,
.blog-section  .blog-post-wrapper,
.bloc-comments  #comment-form{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 3px 40px;
    padding: 40px 0 0 0 ;
}
.content-sidebar-wrap.post-item {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 3px 40px;
    padding: 40px 20px ;

}
.bloc-comments label{
    margin-left:5px;
}
.bloc-comments .actions{
    margin-top: 20px;
}
.blog-section .post-item .more-link{
    display: inline-block;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 25px;
}
.bloc-comments  #comment-form {
    padding:40px 20px;
}
#hs_cos_wrapper_blog_social_sharing{
    display: block;
    margin-bottom: 14px;
}
.blog-section .post-item  .post-body ,
.blog-section .post-item .more-link,
.blog-section  .post-body {
    padding:0 20px 0 20px;
}
.blog-section  .post-body ul{
    margin-left:30px;
}
.blog-section .author {
    background: none repeat scroll 0 0 #111111;
    clear: both;
    color: #CCCCCC;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0.1875rem 2.5rem;
    overflow: hidden;
    padding: 1.25rem;
}
.blog-section .author .hs-author-name > span {
    display: inline-block;
    margin: 0 5px 0 0;
}
.blog-section .author h2 {
    font-size: 1rem;
    font-weight: normal;
}
.blog-section .author .hs-author-avatar {
    float: left;
    margin-right: 1.5rem;
}

.blog-section   .post-body.post-content {
    padding-bottom: 40px;
}
.blog-section .author{

}
.blog-section  .hs-blog-social-share-item{
    display: block;
    /*margin: 0 20px;*/
}
.blog-section  .hs-blog-social-share-item .fb_iframe_widget span{
    vertical-align:top !important;
}
.blog-section .post-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 20px 20px 20px;
    margin: 0 0 1.25rem;}
.blog-section .post-header h2{
    font-size: 2.25rem;
    margin-top:0;
    font-weight: 400;
    line-height: 1.3;
}
.blog-section .post-header p{
    display:inline-block;
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-section .post-header h2 a , .content-sidebar-wrap.post-item h2{
    color: #333333;
    font-weight: 400;
}
.blog-section .post-header h2 a:hover,
.blog-section .post-listing-simple a:hover{
    color: #888888;
}
.side-bar-blog {
    color: #666666;
    padding-bottom: 30px;
    font-size: 16px;
}
.side-bar-blog ul{
	padding:0;
}
.side-bar-blog .widget-title , .post-listing-wrapper h3 , .hs_cos_wrapper_type_post_listing h3{
    border: medium none;
   text-transform: uppercase;
    font-weight: 500 !important;
    color: #5563ac;
    font-size: 27px !important;
    font-family: 'ITC Avant Garde Std Md' !important;
}
 .post-listing-wrapper  ul li , .hs_cos_wrapper_type_post_listing ul li{
    margin-bottom: 10px;
    list-style: none;
 }
  .post-listing-wrapper  ul li a , .hs_cos_wrapper_type_post_listing ul li a{
    font-weight: normal;
 }
 .side-bar-blog #hs-search-module label {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}
/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
    clear: both;
    line-height: 1.5;
}

.post-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 0 20px 20px;
    text-transform: uppercase;
}

.footer-widgets .post-info {
    padding: 0 0 20px;

}


.post-comments {
    background: url(//cdn2.hubspot.net/hub/290612/file-513842812-png/images/Bita/images/post-comments.png) no-repeat center left;
    float: right;
    margin-left: 16px;
    margin-left: 1rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.post-meta {
    background: #eee;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

.categories,
.tags {
    display: block;
}


/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
    width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
    width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
    width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
    width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
    width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
    width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
    width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
    width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
    width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
    width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
    width: 82.638888888%; /* 952px / 1152px */
}

.first {
    margin-left: 0;
}


/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
    float: left;
}

.alignright {
    float: right;
}

.archive-page {
    width: 50%;
}

.author-box,
.sticky {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
    line-height: 1.5;
}

.breadcrumb {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.author-box {
    background: #303236;
    clear: both;
    color: #ccc;
    margin: 0 3px 40px;
    margin: 0 0.1875rem 2.5rem;
    overflow: hidden;
    padding: 20px 20px 0;
    padding: 1.25rem 1.25rem 0;
}

.author-box strong,
.author-box a {
    color: #fff;
}

.author-box p {
    margin: 0 0 20px;
}

.sticky,
.taxonomy-description {
    background-color: #fff;
    margin: 0 3px 48px;
    margin: 0 0.1875rem 3rem;
    overflow: hidden;
    padding: 32px;
    padding: 2rem;
}

.author-description p {
    margin: 0 0 25px;
}

.navigation {
    clear: both;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

#nav .wrap {
    margin: 0 auto;
    width: 1140px;
}

#nav .bita-nav-menu a {
    padding: 14px 20px 14px 0;
    padding: 0.875rem 1.25rem 0.875rem 0;
}

#subnav {
    background: #222;
}

#subnav .wrap {
    margin: 0 auto 20px;
    width: 1140px;
}

#subnav .bita-nav-menu a {
    padding: 8px 20px 8px 0;
    padding: 0.5rem 1.25rem 0.5rem 0;
}

.bita-nav-menu {
    clear: both;
    overflow: hidden;
}

#header .bita-nav-menu {
    float: right;
    margin: 0 auto;
    width: auto;
}

.bita-nav-menu ul {
    float: right;
	text-align:right;
    width: 100%;
	margin:0;
}
.bita-nav-menu li.hs-item-has-children:hover > .hs-menu-children-wrapper {
    left:auto;
    opacity:1;
}
.bita-nav-menu li {
    display: inline-block;
    list-style-type: none;
    text-align: left;
}

.bita-nav-menu li.active-branch a,
.bita-nav-menu li.active-branch:hover a{
	color: #AAAAAA;
}
.home-dark-col{
    background-color: #222222;
    color: #DDDDDD;
    float: left;
    padding: 28px 60px 20px;
    width: 100%;
}
.home-dark-col .button-blue{
	 margin-top: 1.5em;
}
.home-dark-col .button-blue p{
	 margin:0;
}
.home-dark-col h2{
    color: #FFFFFF;
	font-size: 24px;
}
.bita-nav-menu a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 16px;
    /*padding: 4rem 2rem;*/
	padding:40px 20px;
    position: relative;
    text-transform: capitalize;
}
@media screen and (min-width:960px){
  .bita-nav-menu a {
    padding:40px 11px;
  }
}
@media screen and (min-width:1280px){
  .bita-nav-menu a {
    padding:40px 20px;
  }
}
.bita-nav-menu li ul a{
	font-size:12px;
	color:#FFFFFF;
	
}
 .bita-nav-menu a:hover {
    color: #AAAAAA;
    text-decoration: none;
}

#header .bita-nav-menu a {
    padding: 14px 20px 5px 0;
    padding: 0.875rem 1.25rem 0.3125rem 0;
}

.bita-nav-menu li.highlight-menu-item {
    margin-left: 20px;
    margin-left: 1.25rem;
}

.bita-nav-menu li li a,
.bita-nav-menu li li a:link,
.bita-nav-menu li li a:visited {
    background-color: #222;
    padding: 20px;
    padding: 1.25rem;
    position: relative;
    width: 170px;
}

.bita-nav-menu li ul {
    left: -9999px;
    position: absolute;
	padding-left:0;
	font-size:12px;
    width: 162px;
    z-index: 99;
}

.bita-nav-menu li ul ul {
    margin: -33px 0 0 170px;
}

.bita-nav-menu li:hover ul ul,
.bita-nav-menu li.sfHover ul ul {
    left: -9999px;
}

.bita-nav-menu li:hover,
.bita-nav-menu li.sfHover {
    position: static;
}

ul.bita-nav-menu li:hover>ul,
ul.bita-nav-menu li.sfHover ul,
#header .bita-nav-menu li:hover>ul,
#header .bita-nav-menu li.sfHover ul {
    left: auto;
}

.bita-nav-menu li a .sf-sub-indicator,
.bita-nav-menu li li a .sf-sub-indicator,
.bita-nav-menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}

#header .bita-nav-menu ul li a,
#nav .bita-nav-menu ul li a,
#subnav .bita-nav-menu ul li a {
    padding: 9px 10px 8px;
}


/*
 * 
 * .about-dropdown {
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 0 4px 3px rgba(0,0,0,0.1);
  z-index: 3000;
  margin-top: 35px;
  margin-left: -35px;
  border-radius: 3px;
  display: none;
  transition: 0.8s;
}

.about-dropdown a {
  display: block;
  text-decoration: none;
  padding: 0px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  margin: 0;
  line-height: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-menu-item:hover + .about-dropdown {
  display: block;
}
 * 
 *  05a - Primary Navigation Extras ----------- */

.bita-nav-menu li.right {
    color: #ccc;
    float: right;
    padding: 14px 20px 14px 0;
    padding: 0.875rem 1.25rem 0.875rem 0;
}

.bita-nav-menu li.right a {
    color: #fff;
    display: inline;
    padding: 0;
}

.bita-nav-menu li.search {
    padding: 14px 0 0;
    padding: 0.375rem 0 0;
}

.bita-nav-menu li.rss a {
    background: url(//cdn2.hubspot.net/hub/290612/file-513880367-png/images/Bita/images/rss.png) no-repeat center left;
    margin-left: 20px;
    margin-left: 1.25rem;
    padding: 14px 0 14px 20px !important;
    padding: 0.875rem 0 0.875rem 1.25rem !important;
}

.bita-nav-menu li.twitter a {
    background: url(//cdn2.hubspot.net/hub/290612/file-510542473-png/images/Bita/images/twitter-nav.png) no-repeat center left;
    padding-left: 24px !important;
    padding-left: 1.5rem !important;
}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of bita-nav-menu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .bita-nav-menu,
  .bita-nav-menu .hs-menu-wrapper > ul,
  .bita-nav-menu .hs-menu-wrapper > ul li,
  .bita-nav-menu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#000000;
    overflow: hidden;
  }
  

  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #C6B34E;
    font-size: 16px;
    font-weight: normal;
    z-index: 99999999999;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #C6B34E; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#791c0b;
    background-color: #C6B34E; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#791c0b;
    background-color: #C6B34E; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #C6B34E; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #791c0b; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    z-index: 999;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .bita-nav-menu.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .bita-nav-menu.js-enabled .hs-menu-wrapper,
  .bita-nav-menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .bita-nav-menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .bita-nav-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .bita-nav-menu .hs-menu-wrapper{
    background-color:#C6B34E; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .bita-nav-menu .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .bita-nav-menu .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: hidden;
  }

  /* Level 1 and Higher Menu List Styles */
  .bita-nav-menu .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .bita-nav-menu .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#000000; /* link color set by global mobile-aColor variable */
  }
  .bita-nav-menu .hs-menu-wrapper >  ul li a br {
      display:none;
  }
  .bita-nav-menu .hs-menu-wrapper > ul li a:hover{
    color:#791c0b; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .bita-nav-menu .hs-menu-wrapper > ul ul {
      width: 100%;
      margin: 0;
  }
  .bita-nav-menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .bita-nav-menu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .bita-nav-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .bita-nav-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
    line-height: 1.2;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.author-box h1 {
    margin: 0
}

.taxonomy-description h1 {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

.archive-title {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}


/*
07 Welcome
---------------------------------------------------------------------------------------------------- */

#welcome {
    background: #303236;
    clear: both;
    color: #ccc;
    margin: 0 auto;
    text-align: center;
}

#welcome .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
    width: 1140px;
}

#welcome .widget {
    margin: 0 0 40px;
    overflow: hidden;
}

#welcome .widgettitle {
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
}

#welcome h4 {
    color: #fff;
}

#welcome p {
    color: #ccc;
    margin: 0 0 20px;
}

#welcome a {
    color: #fff;
}

.welcome-wide {
    clear: both;
}


/* 07a - Welcome Feature 1-3 ----------- */

#welcome-features {
    overflow: hidden;
    width: 100%;
}

#welcome-features h4 {
    font-size: 20px;
    line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
    float: right;
    width: 32%;
}

.welcome-feature-1 .widgettitle,
.welcome-feature-2 .widgettitle,
.welcome-feature-3 .widgettitle {
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.welcome-feature-1 h4,
.welcome-feature-2 h4,
.welcome-feature-3 h4 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0;

    padding: 0;
}

.welcome-feature-1 p,
.welcome-feature-2 p,
.welcome-feature-3 p {
    margin: 0 0 25px;
}


/*
08 Home Feature BG
---------------------------------------------------------------------------------------------------- */

#home-feature-bg {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

#home-feature-bg .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding:40px 0 80px;
    width: 1152px;
}

#home-feature-bg .featuredpage .page,
#home-feature-bg .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
}

#home-feature-bg .featuredpage .page h2,
#home-feature-bg .featuredpost .post h2 {
    margin: 10px 0;
}

#home-feature-bg .featuredpage .page h2 a,
#home-feature-bg .featuredpost .post h2 a {
    font-size: 15px;
}

#home-feature-bg .featuredpage img,
#home-feature-bg .featuredpost img {
    background: none;
    border: none;
    padding: 0;
}

#home-feature-bg .featuredpage img:hover,
#home-feature-bg .featuredpost img:hover {
    opacity: .7;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}

#home-feature-bg .byline,
#home-feature-bg .byline {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 0 8px !important;
}

#home-feature-bg p {
    margin: 0 0 25px;

}


/*
09 Home Feature BG Alt
---------------------------------------------------------------------------------------------------- */

#home-feature-bg-alt {
    background: #fff;
}
.home-feature-bg-alt .wrap{
     padding: 40px 0;
 }
#home-feature-bg-alt .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 80px;
    width: 1152px;
}

#home-feature-bg-alt .featuredpage .page,
#home-feature-bg-alt .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

#home-feature-bg-alt .featuredpage .page h2 a,
#home-feature-bg-alt .featuredpost .post h2 a {
    font-size: 15px;
}

#home-feature-bg-alt .featuredpage img,
#home-feature-bg-alt .featuredpost img {
    background: none;
    border: none;
    padding: 0;
}

#home-feature-bg-alt .featuredpage img:hover,
#home-feature-bg-alt .featuredpost img:hover {
    opacity: .7;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}

#home-feature-bg-alt .byline,
#home-feature-bg-alt .byline {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 0 8px !important;
}

#home-feature-bg-alt p {
    margin: 0 0 25px;
}


/*
10 Home Feature BG Dark
---------------------------------------------------------------------------------------------------- */

#home-feature-bg-dark {
    background: #303236;
    color: #aaa;
}

#home-feature-bg-dark .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding:40px 0 80px;
    width: 1152px;
}

#home-feature-bg-dark .featuredpage .page,
#home-feature-bg-dark .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

#home-feature-bg-dark .featuredpage .page h2 a,
#home-feature-bg-dark .featuredpost .post h2 a {
    font-size: 15px;
}

#home-feature-bg-dark .featuredpage img,
#home-feature-bg-dark .featuredpost img {
    background: none;
    border: none;
    padding: 0;
}

#home-feature-bg-dark .featuredpage img:hover,
#home-feature-bg-dark .featuredpost img:hover {
    opacity: .7;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}

#home-feature-bg-dark .byline,
#home-feature-bg-dark .byline {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 0 8px !important;
}

#home-feature-bg-dark h1,
#home-feature-bg-dark h2,
#home-feature-bg-dark h3,
#home-feature-bg-dark h4,
#home-feature-bg-dark h5,
#home-feature-bg-dark h6 {
    color: #fff;
}


#home-feature-bg-dark p {
    color: #aaa;
    margin: 0 0 20px;
}

#home-feature-bg-dark a {
    color: #fff;
}


/*
11 Home Features
---------------------------------------------------------------------------------------------------- */

/* 11a - Home Feature 1 ----------- */

.home-feature-1 {
    float: left;
    margin: 0 20px 0 0;
    width: 45%;
}

.home-feature-1 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}

.home-feature-1 .widgettitle {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px;
}


/* 11b - Home Feature 2 ----------- */

.home-feature-2 {
    float: right;
    margin: 0;
    width: 45%;
}

.home-feature-2 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}

.home-feature-2 .widgettitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}


/* 11c - Home Feature 3 ----------- */

.home-feature-3 {
    background: none;
    clear: both;
    margin: 0 auto ;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.home-feature-3 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11d - Home Feature 4 ----------- */

.home-feature-4 {
    margin: 0;
    width: 100%;
}

.home-feature-4 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11e - Home Feature 5 ----------- */

.home-feature-5 {
    margin: 0;
    width: 100%;
}

.home-feature-5 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11f - Home Feature 6 ----------- */

.home-feature-6 {
    margin: 0;
    width: 100%;
}

.home-feature-6 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11g - Home Feature 7 ----------- */

.home-feature-7 {
    margin: 0;
    width: 100%;
}

.home-feature-7 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11h - Home Feature 8 ----------- */

.home-feature-8 {
    margin: 0;
    width: 100%;
}

.home-feature-8 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11i - Home Feature 9 ----------- */

.home-feature-9 {
    clear: both;
    text-align: center;
}

.home-feature-9 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}

.home-feature-9 h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}


/* 11j - Home Feature 10 ----------- */

.home-feature-10 {
    float: left;
    margin: 0 1.3% 0 0;
    width: 24%;
}

.home-feature-10 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11k - Home Feature 11 ----------- */

.home-feature-11 {
    float: left;
    margin: 0 1.3% 0 0;
    width: 24%;
}

.home-feature-11 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11l - Home Feature 12 ----------- */

.home-feature-12 {
    float: left;
    margin: 0 1.3% 0 0;
    width: 24%;
}

.home-feature-12 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11m - Home Feature 13 ----------- */

.home-feature-13 {
    float: right;
    margin: 0;
    width: 24%;
}

.home-feature-13 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11n - Home Feature 14 ----------- */

.home-feature-14 {
    margin: 0;
    text-align: center;
    width: 100%;
}

.home-feature-14 .widget {
    margin: 0 0 40px;
    overflow: hidden;
}


/* 11o - Home Feature h4 ----------- */

.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4,
.home-feature-8 h4,
.home-feature-9 h4,
.home-feature-14 h4 {
    color: #333;
    font-size: 36px;
    font-size: 2.25rem;

    font-weight: 300;
    line-height: 46px;
}

.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px;
}


/*
12 Portfolio
---------------------------------------------------------------------------------------------------- */

#content .portfolio {
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.page-template-page_portfolio-php #content .portfolio p {
    margin: 0;
    padding: 0;
}

.page-template-page_portfolio-php .entry-title {
    padding: 0;
}

#content .portfolio .entry-title {
    margin: 12px 0;
    padding: 0;
}

#content .portfolio .entry-title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

#content .portfolio p {
    font-size: 16px;
    margin: 0 0 12px;
    line-height: 24px;
}

#content .portfolio .more-link {
    background: #303236;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    width: 90px;
}

#content .portfolio .more-link:hover {
    background: #000;
    color: #eee;
}

#content a:hover img {
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    opacity: .5;
    padding: 0;
}


/*
13 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
    line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
    margin-left: 40px;
    margin-left: 2.5rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}


/*
14 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #1e1e1e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px 6px;
    padding: 0.25rem 0.75rem 0.375rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #303236;
}


/*
15 Comments
---------------------------------------------------------------------------------------------------- */

#comments h3 {
    font-weight: 400;
}

#reply-title {
    font-weight: 400;
}

#comments,
#respond {
    line-height: 1.5;
    overflow: hidden;
}

.ping-list,
#comments {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

#author,
#email,
#url {
    width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.comment-author {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

.commentmetadata {
    font-size: 12px;
}


.commentmetadata a {
    font-weight: bold;
}

#comment {
    margin: 12px 0;
    margin: 0.75rem 0;
}

label {
    margin-left: 12px;
    margin-left: 0.75rem;
}

.comment-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 0 0 30px;
    padding: 0 0 1.875rem;
}

.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 32px;
    padding: 2rem;
}

.comment-list li ul li {
    border-left: 2px solid #ddd;
    padding: 0 0 0 30px;
}

.comment-header {
    overflow: hidden;
}

.comment { }

.comment-content p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.bypostauthor { }

#comments .navigation {
    margin-top: 32px;
    margin-top: 2rem;
}

.comment-reply-link {
    font-size: 14px;
}


/*
16 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    display: inline;
    line-height: 1.5;
}

.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.sidebar .widget {
    border-bottom: 1px solid #ccc;

    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    overflow: hidden;
}

.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}

.sidebar .widgettitle,
#footer-widgets .widgettitle {
    font-weight: 700;
    text-transform: uppercase;
}

#footer-widgets ul li,
#sidebar ul li,
#sidebar-alt ul li {
   /* list-style-type: disc;*/
   /* margin: 0 0 5px 20px;*/
    /*padding: 1px 0 5px 0;*/
}


/*
17 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
    clear: both;
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
}


#footer p {
    font-weight: 400;
	margin:0;
}

#footer .creds {
    text-align: right;
}

#footer .creds,
#footer .gototop {
    margin: 8px 0;
    margin: 0.5rem 0;
}

#footer a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
.footer-container-boxs{
	 padding: 30px;
}
.footer-container-boxs input  {
    background:/* url("images/icon-search.png") no-repeat scroll right center / 36px 16px */ #FFFFFF;
    color: #888888;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
}
.footer-container-boxs .span4.widget-span.widget-type-cell  {
    padding: 0 2.8%;
}
.footer-widgets {
    color: #C8C8C8;
    font-size: 14px;
}
.footer-widgets ul{
	padding:0;
}
.footer-container-boxs .widget-title , 
.footer-widgets h3  {
    font-size: 16px;
	color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/* 17a - Footer Widgets ----------- */

.footer-widgets {
     background-color: #222222;
    clear: both;
    color: #C8C8C8;
    font-size: 14px;
}



.footer-widgets p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.footer-widgets .widget {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.footer-widgets .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}

.footer-widgets .widgettitle {
    color: #fff;
}

.footer-widgets a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.footer-widgets h2 a {
    color: #fff;
}

.footer-widgets a:hover {
    color: #888;
    text-decoration: underline;
}

.footer-widgets-1 {
    margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
18 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 3px #EEEEEE;
    color: #999999;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding: 12px;
    width: 100%;
}
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 12px;
    width: 100%;
}

#header .search-form {
    float: right;
}

button,
input[type="button"],
input[type="submit"],
.btn {
    background-color: #1e1e1e;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
    background-color: #000;
}

.input ul,
.input .inputs-list.multi-container{
    list-style-type: none;
    padding-left: 0px;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#header .s {
    width: 220px;
}

.s {
    background: #fff url(//cdn2.hubspot.net/hub/290612/file-512438311-png/images/Bita/images/search-mag.png) right no-repeat;
    color: #888;
    font-weight: 300;
    padding: 3px 10px;
}


/* 18a - Custom Buttons ----------- */

a.button {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;
}

a.button:hover {
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    text-decoration: underline;
    transition:all .5s ease;
}

a.button.small {
    color: #fff;
    background-color: #303236;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
    color: #fff;
    background-color: #303236;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px;
}

a.button.large {
    color: #fff;
    background-color: #303236;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
    color: #fff;
    background-color: #303236;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

a.button.black {
    color: #fff !important;
    background-color: #303236 !important;
    border: 1px solid #000 !important;
}

a.button.blue {
	border-radius: 5px;
    background-color: #64C9EA !important;
    border: medium none !important;
    color: #fff !important;
}

a.button.darkblue {
    background-color: #293f5e !important;
    border: 1px solid #000 !important;

    color: #fff !important;
}

a.button.gray {
    color: #fff !important;
    background-color: #777 !important;
    border: 1px solid #555 !important;
}

a.button.green {
    color: #fff !important;
    background-color: #9dcb2a !important;
    border: 1px solid #83a924 !important;
}

a.button.orange {
    color: #fff !important;
    background-color: #ff7e00 !important;
    border: 1px solid #cb6400 !important;
}

a.button.pink {
    color: #fff !important;
    background-color: #ff55a9 !important;
    border: 1px solid #c14080 !important;
}

a.button.purple {
    color: #fff !important;
    background-color: #7154c4 !important;
    border: 1px solid #594299 !important;
}

a.button.red {
    color: #fff !important;
    background-color: #d91420 !important;
    border: 1px solid #a8271e !important;
}


/* 18b - Message Boxes ----------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;
    -moz-box-shadow: 0 2px 2px 0 #ddd;
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    background: #d9eca5 url(//cdn2.hubspot.net/hub/290612/file-512438311-png/images/Bita/images/download-arrow.png) no-repeat 10px 15px;
    border: 1px solid #c0d192;
    color: #3d5302;
    margin: 0 2px 20px;
    padding: 10px 15px 20px 55px;
    text-shadow: 1px 1px #fff;
}

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;
    -moz-box-shadow: 0 2px 2px 0 #ddd;
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    background: #cae0ec url(//cdn2.hubspot.net/hub/290612/file-512438311-png/images/Bita/images/info-button.png) no-repeat 10px 15px;
    border: 1px solid #aec3ce;
    color: #08557e;
    margin: 0 2px 20px;
    padding: 10px 15px 20px 55px;
    text-shadow: 1px 1px #fff;
}

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;
    -moz-box-shadow: 0 2px 2px 0 #ddd;
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    background: #ffadb9 url(//cdn2.hubspot.net/hub/290612/file-512438311-png/images/Bita/images/alert-button.png) no-repeat 10px 15px;
    border: 1px solid #e8929f;
    color: #c8001c;
    margin: 0 2px 20px;
    padding: 10px 15px 20px 55px;
    text-shadow: 1px 1px #eee;
}

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;
    -moz-box-shadow: 0 2px 2px 0 #ddd;
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    background: #ffec97 url(//cdn2.hubspot.net/hub/290612/file-512438311-png/images/Bita/images/note-button.png) no-repeat 10px 15px;
    border: 1px solid #ded5af;
    color: #776827;
    margin: 0 2px 20px;
    padding: 10px 15px 20px 55px;
    text-shadow: 1px 1px #eee;
}

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;
    -moz-box-shadow: 0 2px 2px 0 #ddd;
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #888;
    margin: 0 2px 20px;
    padding: 10px 15px 20px;
    text-shadow: 1px 1px #fff;
}


/* 18c - Circles ----------- */

.circle {
    background: #303236;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
    padding: 4px;
    text-align: center;
    width: 24px;
}

.circle li {
    list-style: none;
}


/* 18d - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px;
    padding: 0.3125rem;
}

#content div.gform_wrapper input[type="submit"] {
    padding: 6px 20px;
    padding: 0.375rem 1.25rem;
}

#content div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1rem 0 0;
}


/*
19 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
}

.alignleft .avatar {
    margin-right: 24px;
    margin-right: 1.5rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 1.5rem;
}

.author-box .avatar {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem
}

.comment-list li .avatar {
    float: right;
    margin: 0 10px 10px 0;
    margin: 0 0.625rem 0.625rem 0;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem
}

img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
    line-height: 1.2;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.gallery-caption {
}


/*
20 Pricing Plans
---------------------------------------------------------------------------------------------------- */

.plans {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
}

.plan-col {
    background: #eee;
    float: left;
    font-weight: 300;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

.plan-col-popular {
    background: #fff;
    float: left;
    font-weight: 300;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.plan-col,
.plan-col-popular {
    width: 25%;
}

.plan-col-wrap,
.plan-col-popular-wrap {
    border: 1px solid #d3d3d3;
    margin: 0 auto;
    padding: 40px 10px;
}

.plan-head h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.plan-head em {
    font-size: 14px;
}

.plan-pricing {
    background: url(//cdn2.hubspot.net/hub/290612/file-512604296-png/images/Bita/images/border-img-x.png) repeat-x scroll center bottom transparent;
    clear: both;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
}

.plan-price {
    font-size: 60px;
}

.plan-price sup {
    font-size: 24px;

}

.plan-pricing .monthly {
    font-size: 14px;
}

.plan-list {
    margin: 0 0 20px;
    overflow: hidden;
}

.plan-list li {

    list-style: none;
    margin: 0 0 20px;
}

.plan-list li a {
    font-weight: bold;
}

.plan-button {
    clear: both;
}

.plan-button a {
    background: #303236;
    color: #fff;
    font-size: 18px;
    padding: 6px 25px 8px;
}

.plan-button a:hover {
    text-decoration: underline;
}
/**Slider Plugin**/
.hs_cos_flex-direction-nav{
    display:none !important;
}


/* 22a - Content Align (Left & Right) ----------- */

.feature-left {
    float: left;
    margin: 0 2% 0 0;
    width:  48%;
}

.feature-right {
    float: right;
    width:  48%;
}

.feature-margin {
    margin-top: 80px;
}

/* 22b - Check List ----------- */

.check-list {
    list-style: none;
    margin: 0 0 30px;
}

.check-list li {
    background-image: url(//cdn2.hubspot.net/hub/290612/file-515527300-png/images/Bita/images/checkmark.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
}


/* 22c - Responsive Videos ----------- */

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

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


/*
23 Theme Colors
---------------------------------------------------------------------------------------------------- */

/* 23a - Bita Black ----------- */

.bita #head-wrap,
.bita #welcome,
.bita #home-feature-bg-dark,
.bita .author-box,
.bita .footer-widgets {
}

.bita #header {
    color: #444444;
}

.bita #header a {
    color:#444444;
}

.bita .bita-nav-menu a {
    color: #444444;
}

.bita .bita-nav-menu li li a,
.bita .bita-nav-menu li li a:link,
.bita .bita-nav-menu li li a:visited {
    background-color: #fff;
}

.bita #subnav {
    background: #fff;
}

.bita #content .portfolio .more-link,
.bita .plan-button a {
    background: #111;
}

.bita button:hover,
.bita input:hover[type="button"],
.bita input:hover[type="submit"],
.bita .btn:hover
.bita #content .portfolio .more-link:hover {
    background: #666;
    color: #fff;
}

.bita a.button.small,
.bita a.button.medium,
.bita a.button.large,
.bita .circle {
    background: #111;
}

.bita .navigation li a,
.bita .navigation li a:hover,
.bita .navigation li.active a,
.bita .navigation li.disabled {
    background: #555;
}

.bita .navigation li a:hover,
.bita .navigation li.active a {
    background-color: #111;
}

.bita .footer-widgets .post-info {
    color: #eee;
}



/* 23b - Bita Blue ----------- */

.bita-blue a {
    color: #1887e5;
 }

.bita-blue #head-wrap,
.bita-blue #welcome,
.bita-blue #home-feature-bg-dark,
.bita-blue .author-box,
.bita-blue .footer-widgets {
    background: #1887e5;
    color: #ddd;
}

.bita-blue #header {
    color: #f0f0f0;
}

.bita-blue #header a {
    color: #fff;
}

.bita-blue .bita-nav-menu a {
    color: #fff;
}

.bita-blue .bita-nav-menu li li a,
.bita-blue .bita-nav-menu li li a:link,
.bita-blue .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-blue #subnav {
    background: #333;
}

 .bita-blue h2 a {
    color: #333;
 }

.bita-blue h2 a:hover {
    color: #1887e5;
 }

.bita-blue #welcome,
.bita-blue #welcome p {
    color: #f0f0f0;
}

.bita-blue #home-feature-bg-dark p {
    color: #ddd;
}

.bita-blue #content .portfolio .entry-title a:hover {
    color: #1887e5;
    text-decoration: underline;
}

.bita-blue #content .portfolio .more-link,
.bita-blue .plan-button a {
    background: #1887e5;
    color: #fff;
}

.bita-blue #content .portfolio .more-link:hover {
    background: #666;
}

.bita-blue button,
.bita-blue input[type="button"],
.bita-blue input[type="submit"],
.bita-blue .btn {
    background-color: #1887e5;
}

.bita-blue button:hover,
.bita-blue input:hover[type="button"],
.bita-blue input:hover[type="submit"],
.bita-blue .btn:hover {
    background: #1887e5;
    color: #fff;
}

.bita-blue a.button.small,
.bita-blue a.button.medium,
.bita-blue a.button.large,
.bita-blue .circle {
    background: #1887e5;
}

.bita-blue .navigation li a,
.bita-blue .navigation li a:hover,
.bita-blue .navigation li.active a,
.bita-blue .navigation li.disabled {
    background: #555;
}

.bita-blue .navigation li a:hover,
.bita-blue .navigation li.active a {

    background-color: #1887e5;
}

.bita-blue .author-box a {
    color: #fff;
}

.bita-blue .footer-widgets a {
    color: #fff;
}

.bita-blue .footer-widgets h2 a:hover {
    color: #ccc;
}

.bita-blue .footer-widgets .post-info {
    color: #eee;
}

.bita-blue #footer {
    background: #222;
}


/* 23c - Bita Dark Blue ----------- */

.bita-darkblue a {
    color: #293f5e;
 }

.bita-darkblue #head-wrap,
.bita-darkblue #welcome,
.bita-darkblue #home-feature-bg-dark,
.bita-darkblue .author-box,
.bita-darkblue .footer-widgets {
    background: #293f5e;
}

.bita-darkblue #header {
    color: #f0f0f0;
}

.bita-darkblue #header a {
    color: #fff;
}

.bita-darkblue .bita-nav-menu a {
    color: #fff;
}

.bita-darkblue .bita-nav-menu li li a,
.bita-darkblue .bita-nav-menu li li a:link,
.bita-darkblue .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-darkblue #subnav {
    background: #333;
}

 .bita-darkblue h2 a {
    color: #333;
 }

.bita-darkblue h2 a:hover {
    color: #293f5e;
 }

.bita-darkblue #welcome,
.bita-darkblue #welcome p {
    color: #f0f0f0;
}

.bita-darkblue #home-feature-bg-dark p {
    color: #ddd;
}

.bita-darkblue #content .portfolio .entry-title a:hover {
    color: #293f5e;
    text-decoration: underline;
}

.bita-darkblue #content .portfolio .more-link,
.bita-darkblue .plan-button a {
    background: #293f5e;
    color: #fff;
}

.bita-darkblue #content .portfolio .more-link:hover {
    background: #666;
}

.bita-darkblue button,
.bita-darkblue input[type="button"],
.bita-darkblue input[type="submit"],
.bita-darkblue .btn {
    background-color: #293f5e;
}

.bita-darkblue button:hover,
.bita-darkblue input:hover[type="button"],
.bita-darkblue input:hover[type="submit"],
.bita-darkblue .btn:hover {
    background: #293f5e;
    color: #fff;
}

.bita-darkblue a.button.small,
.bita-darkblue a.button.medium,
.bita-darkblue a.button.large,
.bita-darkblue .circle {
    background: #293f5e;
}

.bita-darkblue .navigation li a,
.bita-darkblue .navigation li a:hover,
.bita-darkblue .navigation li.active a,
.bita-darkblue .navigation li.disabled {
    background: #555;
}

.bita-darkblue .navigation li a:hover,
.bita-darkblue .navigation li.active a {
    background-color: #293f5e;
}

.bita-darkblue .author-box a {
    color: #fff;
}

.bita-darkblue .footer-widgets a {
    color: #fff;
}

.bita-darkblue .footer-widgets h2 a:hover {
    color: #ccc;
}

.bita-darkblue .footer-widgets .post-info {
    color: #6b6;
}

.bita-darkblue #footer {
    background: #222;
}


/* 23d - Bita Gray ----------- */

 .bita-gray a {
    color: #777;
 }

 .bita-gray h2 a {
    color: #333;
 }

 .bita-gray h2 a:hover {
    color: #777;
 }

.bita-gray #head-wrap,
.bita-gray #welcome,
.bita-gray #home-feature-bg-dark,
.bita-gray .author-box,
.bita-gray .footer-widgets {
    background: #777;
    color: #f0f0f0;
}

.bita-gray #header {
    color: #f0f0f0;
}

.bita-gray #header a {
    color: #fff;
}

.bita-gray .bita-nav-menu a {
    color: #fff;
}

.bita-gray .bita-nav-menu li li a,
.bita-gray .bita-nav-menu li li a:link,
.bita-gray .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-gray #subnav {
    background: #333;
}

.bita-gray #welcome,
.bita-gray #welcome p {
    color: #f0f0f0;
}

.bita-gray #home-feature-bg-dark p {
    color: #f0f0f0;
}

.bita-gray #content .portfolio .entry-title a:hover {
    color: #777;
    text-decoration: underline;
}

.bita-gray #content .portfolio .more-link,
.bita-gray .plan-button a {
    background: #777;
    color: #fff;
}

.bita-gray #content .portfolio .more-link:hover {
    background: #666;
}

.bita-gray button,
.bita-gray input[type="button"],
.bita-gray input[type="submit"],
.bita-gray .btn {
    background-color: #777;
}

.bita-gray button:hover,
.bita-gray input:hover[type="button"],
.bita-gray input:hover[type="submit"],
.bita-gray .btn:hover {
    background: #777;
    color: #fff;
}

.bita-gray a.button.small,
.bita-gray a.button.medium,
.bita-gray a.button.large,
.bita-gray .circle {
    background: #777;
}

.bita-gray .navigation li a,
.bita-gray .navigation li a:hover,
.bita-gray .navigation li.active a,
.bita-gray .navigation li.disabled {
    background: #555;
}

.bita-gray .navigation li a:hover,
.bita-gray .navigation li.active a {
    background-color: #777;
}

.bita-gray .author-box a {
    color: #fff;
}

.bita-gray .footer-widgets a {
    color: #fff;
}

.bita-gray .footer-widgets h2 a:hover {
    color: #ccc;
}

.bita-gray .footer-widgets .post-info {
    color: #eee;
}

.bita-gray .footer-widgets blockquote p {
    color: #f0f0f0;
}

.bita-gray #footer {
    background: #222;
}


/* 23e - Bita Green ----------- */

 .bita-green a {
    color: #9dcb2a;
 }

.bita-green #head-wrap,
.bita-green #welcome,
.bita-green #home-feature-bg-dark,
.bita-green .author-box,
.bita-green .footer-widgets {
    background: #9dcb2a;
    color: #f0f0f0;
}


.bita-green #header {
    color: #f0f0f0;
}

.bita-green #header a {
    color: #fff;
}

.bita-green .bita-nav-menu a {
    color: #fff;
}

.bita-green .bita-nav-menu li li a,
.bita-green .bita-nav-menu li li a:link,
.bita-green .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-green #subnav {
    background: #333;
}

.bita-green h2 a {
    color: #333;
}

.bita-green h2 a:hover {
    color: #9dcb2a;
 }

.bita-green #welcome,
.bita-green #welcome p {
    color: #f0f0f0;
}

.bita-green #home-feature-bg-dark p {
    color: #f0f0f0;
}

.bita-green #content .portfolio .entry-title a:hover {
    color: #9dcb2a;
    text-decoration: underline;
}

.bita-green #content .portfolio .more-link,
.bita-green .plan-button a {
    background: #9dcb2a;
    color: #fff;
}

.bita-green #content .portfolio .more-link:hover {
    background: #666;
}

.bita-green button,
.bita-green input[type="button"],
.bita-green input[type="submit"],
.bita-green .btn {
    background-color: #9dcb2a;
}

.bita-green button:hover,
.bita-green input:hover[type="button"],
.bita-green input:hover[type="submit"],
.bita-green .btn:hover {
    background: #9dcb2a;
    color: #fff;
}

.bita-green a.button.small,
.bita-green a.button.medium,
.bita-green a.button.large,
.bita-green .circle {
    background: #9dcb2a;
}

.bita-green .navigation li a,
.bita-green .navigation li a:hover,
.bita-green .navigation li.active a,
.bita-green .navigation li.disabled {
    background: #555;
}

.bita-green .navigation li a:hover,
.bita-green .navigation li.active a {
    background-color: #9dcb2a;
}

.bita-green .author-box a {
    color: #fff;
}

.bita-green .footer-widgets a {
    color: #fff;
}

.bita-green .footer-widgets h2 a:hover {
    color: #ddd;
}

.bita-green .footer-widgets .post-info {
    color: #eee;
}

.bita-green .footer-widgets blockquote p {
    color: #f0f0f0;
}

.bita-green #footer {
    background: #222;
}


/* 23f - Bita Orange ----------- */

 .bita-orange a {
    color: #ff7e00;
 }

 .bita-orange h2 a {
    color: #333;
 }

 .bita-orange h2 a:hover {
    color: #ff7e00;
 }

.bita-orange #head-wrap,
.bita-orange #welcome,
.bita-orange #home-feature-bg-dark,
.bita-orange .author-box,
.bita-orange .footer-widgets {
    background: #ff7e00;
    color: #f0f0f0;
}

.bita-orange #header {
    color: #f0f0f0;
}


.bita-orange #header a {
    color: #fff;
}

.bita-orange .bita-nav-menu a {
    color: #fff;
}

.bita-orange .bita-nav-menu li li a,
.bita-orange .bita-nav-menu li li a:link,
.bita-orange .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-orange #subnav {
    background: #333;
}

.bita-orange #welcome,
.bita-orange #welcome p {
    color: #f0f0f0;
}

.bita-orange #home-feature-bg-dark p {
    color: #f0f0f0;
}

.bita-orange #content .portfolio .entry-title a:hover {
    color: #ff7e00;
    text-decoration: underline;
}

.bita-orange #content .portfolio .more-link,
.bita-orange .plan-button a {
    background: #ff7e00;
    color: #fff;
}

.bita-orange #content .portfolio .more-link:hover {
    background: #666;
}

.bita-orange button,
.bita-orange input[type="button"],
.bita-orange input[type="submit"],
.bita-orange .btn {
    background-color: #ff7e00;
}

.bita-orange button:hover,
.bita-orange input:hover[type="button"],
.bita-orange input:hover[type="submit"],
.bita-orange .btn:hover {
    background: #ff7e00;
    color: #fff;
}

.bita-orange a.button.small,
.bita-orange a.button.medium,
.bita-orange a.button.large,
.bita-orange .circle {
    background: #ff7e00;
}

.bita-orange .navigation li a,
.bita-orange .navigation li a:hover,
.bita-orange .navigation li.active a,
.bita-orange .navigation li.disabled {
    background: #555;
}

.bita-orange .navigation li a:hover,
.bita-orange .navigation li.active a {
    background-color: #ff7e00;
}

.bita-orange .author-box a {
    color: #fff;
}

.bita-orange .footer-widgets a {
    color: #fff;
}

.bita-orange .footer-widgets h2 a:hover {
    color: #ddd;
}

.bita-orange .footer-widgets .post-info {
    color: #eee;
}

.bita-orange .footer-widgets h2 a:hover {
    color: #ddd;
}

.bita-orange .footer-widgets .post-info {
    color: #eee;
}

.bita-orange .footer-widgets blockquote p {
    color: #f0f0f0;
}

.bita-orange #footer {
    background: #222;
}


/* 23g - Bita Pink  ----------- */

 .bita-pink a {
    color: #ff55a9;
 }

 .bita-pink h2 a {
    color: #333;
 }

 .bita-pink h2 a:hover {
    color: #ff55a9;
 }

.bita-pink #head-wrap,
.bita-pink #welcome,
.bita-pink #home-feature-bg-dark,
.bita-pink .author-box,
.bita-pink .footer-widgets {
    background: #ff55a9;
    color: #f0f0f0;
}

.bita-pink #header {
    color: #f0f0f0;
}

.bita-pink #header a {
    color: #fff;
}

.bita-pink .bita-nav-menu a {
    color: #fff;
}

.bita-pink .bita-nav-menu li li a,
.bita-pink .bita-nav-menu li li a:link,
.bita-pink .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-pink #subnav {
    background: #333;
}

.bita-pink #welcome,
.bita-pink #welcome p {
    color: #f0f0f0;
}

.bita-pink #home-feature-bg-dark p {
    color: #f0f0f0;
}

.bita-pink #content .portfolio .entry-title a:hover {
    color: #ff55a9;
    text-decoration: underline;
}

.bita-pink #content .portfolio .more-link,
.bita-pink .plan-button a {
    background: #ff55a9;
    color: #fff;
}

.bita-pink #content .portfolio .more-link:hover {
    background: #666;
}

.bita-pink button,
.bita-pink input[type="button"],
.bita-pink input[type="submit"],
.bita-pink .btn {
    background-color: #ff55a9;
}

.bita-pink button:hover,
.bita-pink input:hover[type="button"],
.bita-pink input:hover[type="submit"],
.bita-pink .btn:hover {
    background: #ff55a9;
    color: #fff;
}

.bita-pink a.button.small,
.bita-pink a.button.medium,
.bita-pink a.button.large,
.bita-pink .circle {
    background: #ff55a9;
}

.bita-pink .navigation li a,
.bita-pink .navigation li a:hover,
.bita-pink .navigation li.active a,
.bita-pink .navigation li.disabled {
    background: #555;
}

.bita-pink .navigation li a:hover,
.bita-pink .navigation li.active a {
    background-color: #ff55a9;
}

.bita-pink .author-box a {
    color: #fff;
}

.bita-pink .footer-widgets a {
    color: #fff;
}

.bita-pink .footer-widgets h2 a:hover {
    color: #ddd;
}

.bita-pink .footer-widgets .post-info {
    color: #eee;
}

.bita-pink .footer-widgets blockquote p {
    color: #f0f0f0;
}

.bita-pink #footer {
    background: #222;
}


/* 23h - Bita Purple ----------- */

 .bita-purple a {
    color: #8542c4;
 }

 .bita-purple h2 a {
    color: #333;
 }

 .bita-purple h2 a:hover {
    color: #8542c4;
 }

.bita-purple #head-wrap,
.bita-purple #welcome,
.bita-purple #home-feature-bg-dark,
.bita-purple .author-box,
.bita-purple .footer-widgets {
    background: #8542c4;
    color: #f0f0f0;
}

.bita-purple #header {
    color: #f0f0f0;
}

.bita-purple #header a {
    color: #fff;
}

.bita-purple .bita-nav-menu a {
    color: #fff;
}

.bita-purple .bita-nav-menu li li a,
.bita-purple .bita-nav-menu li li a:link,
.bita-purple .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-purple #subnav {
    background: #333;
}

.bita-purple #welcome,
.bita-purple #welcome p {
    color: #f0f0f0;
}

.bita-purple #home-feature-bg-dark p {
    color: #f0f0f0;
}

.bita-purple #content .portfolio .entry-title a:hover {
    color: #8542c4;
    text-decoration: underline;
}

.bita-purple #content .portfolio .more-link,
.bita-purple .plan-button a {
    background: #8542c4;
    color: #fff;
}

.bita-purple #content .portfolio .more-link:hover {
    background: #666;
}

.bita-purple button,
.bita-purple input[type="button"],
.bita-purple input[type="submit"],
.bita-purple .btn {
    background-color: #8542c4;
}

.bita-purple button:hover,
.bita-purple input:hover[type="button"],
.bita-purple input:hover[type="submit"],
.bita-purple .btn:hover {
    background: #8542c4;
    color: #fff;
}

.bita-purple a.button.small,
.bita-purple a.button.medium,
.bita-purple a.button.large,
.bita-purple .circle {
    background: #8542c4;
}

.bita-purple .navigation li a,
.bita-purple .navigation li a:hover,
.bita-purple .navigation li.active a,
.bita-purple .navigation li.disabled {
    background: #555;
}

.bita-purple .navigation li a:hover,
.bita-purple .navigation li.active a {
    background-color: #8542c4;
}

.bita-purple .author-box a {
    color: #fff;
}

.bita-purple .footer-widgets a {
    color: #fff;
}

.bita-purple .footer-widgets h2 a:hover {
    color: #ddd;
}

.bita-purple .footer-widgets .post-info {
    color: #eee;
}

.bita-purple .footer-widgets blockquote p {
    color: #f0f0f0;
}

.bita-purple #footer {
    background: #222;
}


/* 23i - Bita Red ----------- */

 .bita-red a {
    color: #d91420;
 }

 .bita-red h2 a {
    color: #333;
 }

 .bita-red h2 a:hover {
    color: #d91420;
 }

.bita-red #head-wrap,
.bita-red #welcome,
.bita-red #home-feature-bg-dark,
.bita-red .author-box,
.bita-red .footer-widgets {
    background: #d91420;
    color: #f0f0f0;
}

.bita-red #header {
    color: #f0f0f0;
}

.bita-red #header a {
    color: #fff;
}

.bita-red .bita-nav-menu a {
    color: #fff;
}

.bita-red .bita-nav-menu li li a,
.bita-red .bita-nav-menu li li a:link,
.bita-red .bita-nav-menu li li a:visited {
    background-color: #333;
}

.bita-red #subnav {
    background: #333;
}

.bita-red #welcome,
.bita-red #welcome p {
    color: #f0f0f0;
}

.bita-red #home-feature-bg-dark p {
    color: #f0f0f0;
}

.bita-red #content .portfolio .entry-title a:hover {
    color: #d91420;
    text-decoration: underline;
}

.bita-red #content .portfolio .more-link,
.bita-red .plan-button a {
    background: #d91420;
    color: #fff;
}

.bita-red #content .portfolio .more-link:hover {
    background: #666;
}

.bita-red button,
.bita-red input[type="button"],
.bita-red input[type="submit"],
.bita-red .btn {
    background-color: #d91420;
}

.bita-red button:hover,
.bita-red input:hover[type="button"],
.bita-red input:hover[type="submit"],
.bita-red .btn:hover {
    background: #d91420;

    color: #fff;
}

.bita-red a.button.small,
.bita-red a.button.medium,
.bita-red a.button.large,
.bita-red .circle {
    background: #d91420;
}

.bita-red .navigation li a,
.bita-red .navigation li a:hover,
.bita-red .navigation li.active a,
.bita-red .navigation li.disabled {
    background: #555;
}

.bita-red .navigation li a:hover,
.bita-red .navigation li.active a {
    background-color: #d91420;
}

.bita-red .author-box a {
    color: #fff;
}

.bita-red .footer-widgets a {
    color: #fff;
}

.bita-red .footer-widgets h2 a:hover {
    color: #ddd;
}

.bita-red .footer-widgets .post-info {
    color: #eee;
}

.bita-red .footer-widgets blockquote p {
    color: #f0f0f0;
}

.bita-red #footer {
    background: #222;
}


/*
24 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1200px) {

    #header,
    #nav .wrap,
    #subnav .wrap,
    .slider-inner,
    #welcome .wrap,
    #home-feature-bg .wrap,
    #home-feature-bg-alt .wrap,
    #home-feature-bg-dark .wrap,
    #inner .wrap,
    .footer-widgets .wrap,
    #footer .wrap {
        width: 960px;
    }

}


/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 960px) {

    #header,
    #nav .wrap,
    #subnav .wrap,
    #inner .wrap {
        padding: 0;
        width: 92%;
    }

    .slider-inner,
    #welcome .wrap,
    #home-feature-bg .wrap,
    #home-feature-bg-alt .wrap,
    #home-feature-bg-dark .wrap {
        margin: 0 auto;
        padding: 40px 0 0;
        width: 92%;
    }

    .feature-margin {
        margin: 0;
    }

    .footer-widgets .wrap,
    #footer .wrap {
        width: 92%;
    }

}


/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

    #wrap { }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .wrap,
    #footer .creds,
    #footer .gototop,
    #header .widget-area,
    #inner,
    #title-area,
    #wrap .sidebar,
    #wrap #content,
    #wrap #content-sidebar-wrap,
    #wrap #sidebar-alt {
        width: 100%;
    }

    .bita-nav-menu li,
    #footer .creds,
    #footer .gototop,
    #header ul.bita-nav-menu,
    #header .search-form {
        float: none;
    }

    .bita-nav-menu,
    #description,
    #footer .creds,
    #footer .gototop,
    #header .search-form,
    #title,
    #title-area {
        text-align: center;
    }

    .bita-nav-menu a {
        padding: 20px 16px;
        padding: 1.25rem 1rem;
    }

    #title {
        margin: 16px 0;
        margin: 1rem 0;
    }

    #header .search-form {
        margin: 32px auto 0;
        margin: 2rem auto 0;
        width: 50%;
    }

    #header .widget {
        text-align: center;
    }

    .bita-nav-menu li.right {
        display: none;
    }

    .feature-left,
    .feature-right {
        width: 45%;
    }

    .feature-margin {
        margin: 0;
    }

    .home-feature-10,
    .home-feature-12 {
        width: 48%;
    }

    .home-feature-11,
    .home-feature-13 {
        float: right;
        margin: 0;
        width: 48%;
    }

    .home-feature-12 {
        clear: left;
    }

    .home-feature-10 img,
    .home-feature-11 img,
    .home-feature-12 img,
    .home-feature-13 img {
        width: 100%;
    }

    .plan-col,
    .plan-col-popular {
        float: none;
        margin: 0 auto 40px;
        width: 80%;
    }

    #content .portfolio {
        width: 48%;
    }

    #content .portfolio img {
        width:  100%;
    }

    #footer .wrap {
        padding: 24px 0;
        padding: 1.5rem 0;
    }

    .footer-widgets-1,
    #header .bita-nav-menu {
        margin: 0;
    }

}


/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

    html {
        font-size: 87.5%; /* 14px base */
    }

    #header .search-form {
        width: 100%;
    }

    .welcome-feature-1,
    .welcome-feature-2,
    .welcome-feature-3 {
        margin: 0 auto;
        width: 100%;
    }

    #home-feature-bg .wrap,
    #home-feature-bg-alt .wrap,
    #home-feature-bg-dark .wrap {
        margin: 0 auto;
        padding: 40px 0 0;
        width: 92%;
    }

    .feature-left {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .feature-right {
        float: none;
        margin: 40px auto 0;
        text-align: center;
        width: 100%;
    }

    .home-feature-1,
    .home-feature-2 {
        margin: 0 auto 20px;
        width: 100%;
    }

    .home-feature-10,
    .home-feature-11,
    .home-feature-12,
    .home-feature-13 {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    #home-feature-bg .featuredpage .page,
    #home-feature-bg .featuredpost .post {
        float: none;
        margin: 0 auto;
    }

    #content .portfolio .more-link {
        margin: 15px auto 0;
        padding: 6px;
        width: 60%;
    }

    .archive-page,
    .five-sixths,
    .four-fifths,
    .four-sixths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .three-sixths,
    .two-fifths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    #content .portfolio {
        width: 99%;
    }
    .nomobile{
        display: none;
    }

}
.span12.widget-span.widget-type-widget_container.inner-page {
    max-height: inherit !important;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
height: auto !important;
  margin: 0 auto;
max-width: 100%;
}

input[type="radio"] {
    display: inline-block;
    box-shadow: none;
}

.hs-form-radio {
    display: inline-block;
    margin-left: 1px;
}

#hs_cos_wrapper_module_145917701340222280 span{
 margin-left: 10px;
}
/* lines 4707-4750 added by James Gilcher, coding for accordion layouts on FAQ page*/   
.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 box-shadow:0px 1px 3px rgba(0,0,0,0.25);
 border-radius:3px;
 background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:15px;
 display:inline-block;
 border-bottom:1px solid #1a1a1a;
background-color: rgba(4, 106, 56, 0.5);   /* red with opacity */
 transition:all linear 0.15s;
 /* Type */
 font-size:1.200em;
 text-shadow:0px 1px 0px #1a1a1a;
 color:#fff;
 text-decoration:none;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#c8c8c8;
 /* Type */
 text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
 border-bottom-color:white;
 padding-bottom:2px;
}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}


/*----- Case studies - 003 GDD CSS -----*/

.project-summary a {
    color: #65b361;
    font-size: 24px;
    font-weight: bold;
}


.project-summary p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.hs_cos_flex-slides-thumb>li {
    margin-left: 10px;
}


#hs_cos_wrapper_module_14597758318211862 .caption{
  display:none;
}

#hs_cos_wrapper_module_14597758318211862 .hs_cos_flex_thumbnavs-direction-nav {
  list-style-type:none;
}

.hs_cos_flex_thumbnavs-viewport::after {
    content: "";
    background: rgb(84,137,99) url(https://457166.fs1.hubspotusercontent-na1.net/hubfs/457166/images/arrow-ico-2-white.svg) no-repeat scroll 15px 75px / 10px 8px;
    display: block;
    float: right;
    position: absolute;
    width: 40px;
    height: 158px;
    opacity: 0.8;
    right: 0px;
}

.landing-slider-wrap{
      border: 3px solid #eaeaeb;
    padding: 30px 30px 0px 30px;
      margin-bottom: 4em;
}

.hs_cos_flex_thumbnavs-prev{
  display:none;
}


/*  .hs_cos_flex_thumbnavs-next {
   float: right;
    position: relative;
    bottom: 183px;
    height: 160px;
    background: transparent;
    opacity: 0;
} */

.hs_cos_flex_thumbnavs-next {
    position: absolute;
    bottom: 23px;
    height: 160px;
    background: transparent;
    opacity: 0;
    right: 0;
}

#hs_cos_wrapper_module_14597758318211862 .hs_cos_flex_thumbnavs-direction-nav {
    list-style-type: none;
    position: relative;
}

#hs_cos_wrapper_module_14597758318211862 .hs_cos_flex-active-slide img{
  width:100% !important;
}

#hs_cos_wrapper_module_14597758318211862 ul.hs_cos_flex-slides.hs_cos_flex-slides-thumb img{
  height:157px !important;
}
.anchor-links-nav ul{
     padding-left: 0;
  }


.anchor-links-nav ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.anchor-links-nav ul li a{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #303236;
}

.anchor-links-nav h4{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #303236;
  
}
@media only screen and (min-width:768px){
  .anchor-links-nav h4{
    padding-left: 37px;
  }
  .anchor-links-nav ul{
     padding-left: 37px;
  }
}

.hs-content-id-1 h4{
  color:rgb(51, 51, 51);
  display:block
  font-family:"Open Sans", sans-serif;
  font-size:18px;
  font-weight:700;
  height:auto;
  line-height:27px;
  text-size-adjust:100%;
  margin-top: 3px;
  margin-bottom: 4px;
}

.hs-content-id-1 h4 span {
  color:rgb(51, 51, 51);
  display:block
  font-family:"Open Sans", sans-serif;
  font-size:18px;
  font-weight:500;
  height:auto;
  line-height:27px;
  text-size-adjust:100%;
  margin-bottom: 2px;
}

#tab-8 {
  margin-bottom: 15px;
}
 .site-content {
    position: relative;
    padding: 0 15px;
}

@media only screen and (max-width:767px){
 
  /*.left-content {
    margin-top: 350px;
}
  .new-sidebar {
    position: absolute;
    top: 0;
}*/
}

.anchor-links-nav {
  position:relative;
  transition:all 0.5s ease-in-out 0s;
    z-index: 1;
    overflow-x: hidden;
}

.anchor-links-nav.cust-stuck{
  top:30px;
  position: fixed;
}
@media only screen and (min-width:768px){
 .anchor-links-nav::before {
   background: #303236;
    content: "";
    height: 175px;
    left: 6%;
    position: absolute;
    top: 31px;
    width: 1px;
    }
}
.widget-type-linked_image {
    margin: 10px 0 0 0 !important;
}
.cell-wrapper > span.hs_cos_wrapper_type_linked_image {
    display: block;
    vertical-align: text-bottom;
    min-height: 100px;
    overflow: hidden;
}

@media only screen and (max-width:768px){
.new-sidebar{
  display:none !important;
}
}

.hs-blog-social-share-item-twitter {
  margin-left: 20px !important;
}

.hs-blog-social-share-item-linkedin {
  margin-top: -4px !important;
  margin-left: -5px !important;
}


/* gdd 006 b css start */
h1{
padding:0 10px;
  font-size:1.9rem !important;
}
.site-intro {
   
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.si-content {
    
    padding: 20px 10px;
    background-color: rgba(34,34,34,0.9);
}
.si-heading {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 18px;
    margin-top: 0;
}
.si-cta-wrap {
    overflow: hidden;
}
.btn.si-cta1 {
    display: inline-block;
    vertical-align: top;
    background-color: #00703c;
    margin-right: 5px;
    border: 1px solid #00703c;
    border-radius: 2px;
    font-size: 12px;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 8px 14px;
  outline:none;
}
.btn.si-cta1:focus,.btn.si-cta1:active,.si-cta2:active,.si-cta2:focus {
  outline:0;
}
.btn.si-cta1:hover {
    text-decoration: none;
    background-color: transparent;
    color: #6ab66b;
    border: 1px solid #6ab66b;
}
.si-cta2 {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
   
    border: 1px solid #6ab66b;
    border-radius: 2px;
    font-size: 12px;
    padding: 8px 14px;
    color: #6ab66b;
    font-weight: 700;
  outline:none;
}
.si-cta2:hover {
    text-decoration: none;
    background-color: #00703c;
    color: white;
    border: 1px solid #00703c;
}
.si-image {
    display: block;
}
.si-image img {
    display: block;
}
@media screen and (max-width:639px){
  .site-intro{
    background-image:none !important;
  }
}
@media screen and (min-width:640px){
 
}
@media screen and (min-width:960px){
  h1{
  font-size:2.5rem !important;
  }
  .si-image {
    display: none;
}
  .si-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .site-intro{
        min-height: 403px;
  }
  .si-heading {
    font-size:24px;
  }
  .btn.si-cta1{
    font-size: 18px;
    
   margin-bottom: 5px;
    
    padding: 13px 31px;
  }
  .si-cta2{
        font-size: 18px;
    padding: 13px 31px;
  }
}

/* gdd 006 b css end */

/* gdd 007 css start */

/*=============Slick Slide==============*/
/**
 * Title:
 *    Animations
 * Description:
 *    List all the animations of the site in one file
 * Sections:
 *    $. Keyframes
 *    $. Classes
 */



/* $. Keyframes
\*----------------------------------------------------------------*/


/*@keyframes shrink {
    0% {
       color: #000000;
    }

    100% {
        color: rgba(0,0,0,0.5);
    }
}

@keyframes grow {
    0% {
        color: rgba(0,0,0,0.5);
    }

    100% {
        color:  rgba(0,0,0,0.5);
    }
}*/

/* $. Classes
\*----------------------------------------------------------------*/

.animate {
    //transform: translate3d(0,0,0);
    perspective: 1000;
    filter: blur(0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: center left;
  
}

.animate--shrink {
    animation-duration: 1s;
    animation-name: shrink;
    animation-timing-function: 'linear';
}

.animate--grow {
    animation-duration: 1s;
    animation-timing-function: 'linear';
    animation-name: grow;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    tap-highlight-color: transparent;
        padding-top: 40px;
    
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 0;
        outline: none;

        &:focus,
        &:active,
        &::selection{
            outline: none !important;
            border: 0 !important;
            box-shadow: none;
        }
    }
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-current{
    position: relative;
}


.stmlc-list .slick-slide{
    overflow: hidden;
        padding: 0 0;
    
}

.stmlc-list [aria-hidden]{
    transition: 1s;
}
/* 
.stmlc-list [aria-hidden="false"]{
    opacity: 1;
}

.stmlc-list [aria-hidden="true"] {
    opacity: 0;
}
 */
.stmlc-list .slick-current > span{
    box-sizing: border-box;
    display: block;
    @extend .animate--shrink;
    color: $black;
}
.stmlc-list .slick-current .hero__title-misc {
  opacity: 0.2;
}
.stmlc-list .slick-current + .slick-slide .hero__title-misc {
  opacity: 0.6;
}
.stmlc-list .slick-current + .slick-slide + .slick-slide + .slick-slide .hero__title-misc {
  opacity: 0.6;
}
.stmlc-list .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide .hero__title-misc {
  opacity: 0.2;
}
.stmlc-list .slick-current + .slick-slide + .slick-slide .hero__title-misc {
  opacity: 1;
  font-weight: 500;
}
/*.stmlc-list .slick-current + .slick-slide + .slick-slide + .slick-slide  + .slick-slide + .slick-slide .hero__title-misc {
  opacity: 0.2;
}*/
.stmlc-list .slick-current + .slick-slide + .slick-slide + .slick-slide  + .slick-slide + .slick-slide + .slick-slide .hero__title-misc {
  opacity: 0.6;
}
.stmlc-list .slick-current + .slick-slide > span{
    //@extend .animate--grow;
    //opacity: 1 !important;
}

.no-js .stmlc-list .slick-dupe:nth-child(2) > span{
    padding: 1em;
    @extend .animate--grow;
    opacity: 0.5;
}

/*=============== Industries module ===============*/
.industries-module {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; position: relative; }
.industries-module::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}
  .industries-module > .inner-wrap, .industries-module > .inner-wrap-narrow, .industries-module > .inner-wrap-wide, .industries-module > .inner-wrap-fullwidth {
    padding-left: 0;
    padding-right: 0; 
    position:relative;
    z-index:1;
    

}
  .industries-module .tabs {
    display: none; }
  .industries-module .tab_drawer_heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 1em;
    line-height: 1.625em;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-family: "Quicksand", sans-serif;
    text-decoration: none;
    padding: 1em 1.875em 0.8125em 1em;
    position: relative; }
    .industries-module .tab_drawer_heading:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .industries-module .tab_drawer_heading:after {
      content: "+";
      position: absolute;
      right: 0.625em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .industries-module .tab_drawer_heading.d_active {
      border-bottom: 0;
      background: #622562;
      /* Old browsers */
      background: -moz-linear-gradient(left, #622562 0%, #4d1d4d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #622562 0%, #4d1d4d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #622562 0%, #4d1d4d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      color: #ffffff; }
      .industries-module .tab_drawer_heading.d_active:after {
        content: "-"; }
  .industries-module .tab-content {
    padding: 1.875em 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media (min-width: 60em) {
    .industries-module {
      display: none; }
      .industries-module > .inner-wrap, .industries-module > .inner-wrap-narrow, .industries-module > .inner-wrap-wide, .industries-module > .inner-wrap-fullwidth {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-top: 0;
        padding-bottom: 0; }
      .industries-module .tab_drawer_heading {
        display: none; }
      .industries-module .tab_container {
        display: table-cell;
        width: calc(100% - 18.75em);
        padding-top: 5.3125em;
        padding-bottom: 5.25em;
        padding-right: 5%; }
      .industries-module .tab-content {
        padding: 0;
        border: 0; }
      .industries-module .tabs-wrap {
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        width: 18.75em; }
      .industries-module .tabs {
        display: block; }
      .industries-module li:first-child .tab-link {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .industries-module .tab-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: #ffffff;
        font-size: 1em;
        line-height: 1.625em;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        font-family: "Quicksand", sans-serif;
        text-decoration: none;
        padding: 1.5625em 1.875em 1.5625em 1.75em;
        position: relative; }
        .industries-module .tab-link span {
          position: relative;
          z-index: 1; }
        .industries-module .tab-link.active:after {
          position: absolute;
          content: "";
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          background: #622562;
          /* Old browsers */
          background: -moz-linear-gradient(left, #622562 0%, #4d1d4d 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #622562 0%, #4d1d4d 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #622562 0%, #4d1d4d 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          width: calc(100% + 1.5em);
          height: calc(100% + 0.75em); } }
  @media (min-width: 80em) {
    .industries-module .tab_container {
      padding-right: 21%; } }

.imi-title {
  font-size: 20px;
  line-height: 1.2666666667em;
  margin-top: 0;
  margin-bottom: 0.7333333333em;
  color: #ffffff;
  font-weight: 500;
  text-transform: none; }

.imi-text p {
    font-size: 1.125em;
    line-height: 0.5em;
    margin-top: 0;
    margin-bottom: 1.1111111111em;
    color: #ffffff;
}
.imi-text > * {
    display: inline;
    color: white;
}
.imi-text h2 {
    display: block;
}
.imi-text a {
    font-size: 12px;
    text-decoration: underline;
}

@media (min-width: 60em) {
  .imi-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
    width:90%;
}
  .imi-text p {
    font-size: 20px;
    line-height: 0.5em;
    margin-top: 0;
    margin-bottom: 1.1111111111em;
    color: #ffffff;
}
  .imi-text p span {
    font-size: 18px !important;
   
}
  .imi-text {
    padding-right: 1.1111111111em;
  width:90%;
  } }

.imi-icons-wrap {
  padding-top: 1.125em;
  margin-top: 1.25em; }

.imi-icon-wrap {
  background-image: url("img/hexa.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4.5em 3.9375em;
  display: inline-block;
  height: 3.9375em;
  vertical-align: top;
  width: 4.5em;
  position: relative;
  margin: 0 1.3125em 1.25em 0; }

.imi-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 2.3125em; }

.imi-btn {
  font-size: 0.9375em;
  line-height: 1.7333333333em;
  margin-top: 1.2666666667em;
  margin-left: 1.0666666667em;
  padding: 0.5333333333em 0.9333333333em 0.6666666667em; }
  @media (min-width: 60em) {
    .imi-btn {
      margin-left: 0; } 
.imi-text a {
    font-size: 17px;
    
}
}

/*=========== industries tab panel =============*/
.r-tabs {
  position: relative;
  display: table;
  width: 100%; }
  .r-tabs .r-tabs-accordion-title:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  font-size: 1em;
  display: block;
  color: #ffffff;
  padding: 1.5625em 1.875em 1.5625em 1.75em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.625em;
  font-weight: 500;
  font-family: "Quicksand", sans-serif; }

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  text-shadow: none;
  background: rgba(0,112,60,0.7);
  border-bottom: 1px solid rgba(83, 31, 83, 0.3);
  position: relative; }
  .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:before {
    content: '';
    background: #531f53;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  padding: 1.5625em 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media (min-width: 60em) {
    .r-tabs .r-tabs-panel {
      display: table-cell;
      width: 94%;
      padding-top: 5.3125em;
      padding-bottom: 5.25em;
      border-bottom: 0;
      padding-right: 21%; } }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  color: #ffffff;
  padding: 0.9375em 30px 0.9375em 20px;
  line-height: 1.625em;
  font-weight: 500;
  
  font-size: 14px;
  
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
    content: '+';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
   background: rgba(0,112,60,0.7) !important; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    content: '-'; }

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5; }

.r-tabs .r-tabs-nav {
  display: none; }
  @media (min-width: 60em) {
    .r-tabs .r-tabs-nav {
      display: block;
      margin: 0;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      width: 18.75em; } }

@media (min-width: 60em) {
  .r-first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3); } }

.r-tabs .r-tabs-tab {
  display: block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  display: none; }

.r-tabs .r-tabs-accordion-title {
  position: relative; }
  @media (min-width: 60em) {
    .r-tabs .r-tabs-accordion-title {
      display: none; } }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/*industries tab module*/
.industries-tab-module {
  display: none;
  width: 100%;
  background-size: cover; }
  .industries-tab-module .inner-wrap, .industries-tab-module .inner-wrap-narrow, .industries-tab-module .inner-wrap-wide, .industries-tab-module .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    min-height: 35em; }
  @media (min-width: 60em) {
    .industries-tab-module {
      display: block; 
    position:relative;
      min-height: 629px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
      vertical-align:top;
    } }

.itm-item {
  /* display: none;*/
  transition: all 0s ease-in-out 0s;
  /*opacity: 0;
    height: 0;*/ }

.itm-item.active {
  /*display: block;*/
  opacity: 1;
  height: auto;
  transition: all 2s ease-in-out 0s; }

.industry-slider .slick-current {
  background:rgba(0,112,60,0.7) !important;
  color: #ffffff; }

.location-pin {
  font-size: 15px;
  color: #ffffff;
  
  height: 6.53em;
/*   border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; */
  width: 100% !important;
  font-family: "Quicksand", sans-serif;
  
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  padding: 15px 1.75em;
  display: flex !important;
  align-items: center; }
  .location-pin span {
    display: table-cell;
    margin: 0;
    vertical-align: middle; }
  .location-pin.active-pin {
    /*background: -moz-linear-gradient(left, rgba(143,68,199,1) 0%, rgba(112,48,160,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(143,68,199,1) 0%,rgba(112,48,160,1) 100%); 
    background: linear-gradient(to right, rgba(143,68,199,1) 0%,rgba(112,48,160,1) 100%); 
    color: $white;*/ }
  .location-pin:hover {
    color: #ffffff; }
  .location-pin:focus {
    color: #ffffff; }
.slick-slide.slick-current.slick-active .location-pin {
/*     border-top: 1px solid #fff; */
}
.industries-tab-module .industry-image.active {
    opacity: 1 !important;
}
.itm-wrap {
  width: calc(100% - 271px);
float: right;
position: relative;
padding: 30px 30px;
min-height: 629px; }
.itm-wrap .slick-list {
    position: absolute;
  bottom:auto;
    width: calc(100% - 60px);
    left: 30px;
    overflow: hidden;  
  -webkit-transform: translate(0, 150%);
     -moz-transform: translate(0, 150%);
      -ms-transform: translate(0, 150%);
       -o-transform: translate(0, 150%);
          transform: translate(0, 150%);
}

.industries-tab-module .bx-wrapper {
  max-width: 18.75em !important;
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  position: absolute;
  left:0;
  top: 0;
  height: 100%;
  margin: 0;
  text-align: center;
  padding: 4.375em 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .industries-tab-module .bx-wrapper:before {
   
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 4.3125em; }

.industries-tab-module .bx-viewport {
  height: 26.25em !important; }

.industries-tab-module .bx-prev, .industries-tab-module .slick-arrow.slick-prev {
  
background: url(https://457166.fs1.hubspotusercontent-na1.net/hubfs/457166/img/up-arrow.png) !important;
    background-repeat: repeat;
background-size: 32px 24px;
height: 24px !important;
top: 10% !important;
left: 50% !important;
right: auto;
margin: 0 auto !important;
background-repeat: no-repeat !important;
cursor:pointer;
  transform: translateX(-50%);
}

.industries-tab-module .bx-next, .industries-tab-module .slick-arrow.slick-next {
    background: url(https://457166.fs1.hubspotusercontent-na1.net/hubfs/457166/img/down-arrow.png) !important;
        background-repeat: repeat;
        background-size: auto;
    background-size: 32px 24px !important;
    height: 24px !important;
    top: 87% !important;
    left: 50% !important;
right: auto;
    margin: 0 auto !important;
    background-repeat: no-repeat !important;
  cursor:pointer;
  transform: translateX(-50%);
}

@media (min-width: 60em) {
  .industries-tab-module .bx-wrapper {
    max-width: 271px !important;
    background: rgba(0,0,0,0.74) !important;
    position: absolute;
left: 0;
top: 50%;
height: 100%;
margin: 0;
    transform: translateY(-50%);
    }
  .bx-wrapper .slick-list{
    position: absolute;
top: 50%;
transform: translateY(-50%);
    left: 0;
width: 100%;
    height: 388px !important;
   border-top: 1px solid #fff;
border-bottom: 1px solid #fff; 
  }
}

.industries-tab-module button.slick-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: -9999px; }
  .industries-tab-module button.slick-arrow.slick-prev {
    top: 0; }
  .industries-tab-module button.slick-arrow.slick-next {
    bottom: 0; }
  .industries-tab-module button.slick-arrow:after {
    display: none; }
.industries-tab-module button.slick-arrow.slick-disabled{
  opacity:0.4;
}

.accordian-tabs-module ul.accordion-tabs li a {
  text-align: left;
  font-size: 1em;
  width: 30%;
  border-left: 1px solid #daddd8;
  border-top: 1px solid #daddd8;
  color: #7030a0;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  font-weight: 500;
  background-color: #eeeeee;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  padding: 0.6111111111em 0.5555555556em 0.7777777778em 1.7222222222em;
  position: relative; }
  .accordian-tabs-module ul.accordion-tabs li a.active {
    background-color: #7cb41b;
    color: #ffffff; }
  .accordian-tabs-module ul.accordion-tabs li a.is-active {
    background-color: #7cb41b;
    border-left: 1px solid #7cb41b;
    border-top: 1px solid #7cb41b;
    border-bottom: 1px solid #7cb41b;
    color: #ffffff; }
    .accordian-tabs-module ul.accordion-tabs li a.is-active:last-child {
      border-right: 1px solid #7cb41b; }

.accordion-tabs .tab-content {
  border-top: 4px solid #84b82b; }

.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    height: auto; }
  .wp-caption .wp-caption .wp-caption-text {
    text-align: center;
    font-size: 14px; }

.slider-wrap{
  position:relative;
  overflow:hidden;
  height:629px;
  display:block;
  vertical-align:top;
}
.slick-vertical .slick-slide {
    height: auto;
    display: block;
    outline: 0;
  border-bottom: 1px solid #fff;
}
.industries-tab-module .industry-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-position: center;
    background-size: cover;
}
.r-tabs-accordion-title {
    background-color: rgba(0,0,0,.74);
}
.cell-wrapper #hs_cos_wrapper_module_139189195310521669{
margin-bottom:0 !important;
}
#inline_boxs img {
    margin-bottom: 20px;
    width: auto !important;
    margin: 0 auto !important;
    display: inline-block;
    height: auto !important;
}
#inline_boxs .widget_text{
text-align:center;
}

  .cell-wrapper #hs_cos_wrapper_module_1461086397759877,.cell-wrapper #hs_cos_wrapper_module_14610864042481096,.cell-wrapper  #hs_cos_wrapper_module_14610864091191315,.cell-wrapper #hs_cos_wrapper_module_14610871183133686{
    margin-left: 0 !important;
text-align: center;
  }

.slick-vertical .slick-slide{
position:relative;
}

.slick-vertical .slick-slide:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
      width: 1px;
    height: 100%;
    background-color: #fff;
}


.imi-text h2{
  font-weight:400;
}
.imi-text h2 .imi-location-text{
    text-transform: uppercase;
  font-weight:500;
}


.itm-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}