/*
    Themplate Name: Diba
    Edited by Barry
    Theme URI: http://my.studiopress.com/themes/diba/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: ColdAd
    Author URI: http://www.coldad.com/
    Version: 1.0.0

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 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
		- s
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- diba Pro Brown
		- diba Pro Green
		- diba Pro Orange
		- diba Pro Purple
		- diba Pro Red
		- diba 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: 100%; /* 10px browser default */
}

body {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #444444;
   	font-family: "Open Sans",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-s {
    color: #333;
}

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

a,
h2 a:hover {
    color: #D81921;
    text-decoration: none;
}

.diba-nav-menu a,
.diba-nav-menu li li a,
.diba-nav-menu li li a:link,
.diba-nav-menu li li a:visited {
    color: #666666;
}

.diba-nav-menu li a:hover,
.diba-nav-menu li:hover a,
.diba-nav-menu li li a:hover,
.diba-nav-menu .current-menu-item a {
    color: #444444;
}
.diba-nav-menu  a{
    color: #666666;
    display: block;
    padding: 16px 20px;
    position: relative;
}
.diba-nav-menu .current-menu-item > a {
    background-color: #D81921;
    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,
.diba-nav-menu .highlight-menu-item a,
.diba-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 {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #EEEEEE inset;
    color: #222222;
}
input,
select,
textarea,
.diba-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,
.diba-nav-menu,
.post-s,
.wp-caption,
#footer p,
#title {
    font-weight: 700;
}

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

h2 a,
h2 a:visited,
.diba-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;
}



.wrap {
	background-color:#fff;
}
.footer-container-boxs  {
    background: none repeat scroll 0 0 #222222;
}
#inline_boxs img{
	margin-bottom:20px;
}
#inline_boxs .more-link {
    display: block;
    margin: 30px 0 0;
}
#inline_boxs{
	padding:0 4rem 4rem 4rem;
	font-size:16px;
}


#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;
}

#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;
}

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

#head-wrap .wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#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**/

.blog-section {
    padding: 0 40px 10px;
	font-size: 16px;
}
.blog-section a{
    color:#D81921;
}
.top-blog{
	font-size:12px;
	background-color: #1E1E1E;
    clear: both;
    color: #777777;
    font-size: 12px;
    line-height: 5;
    margin: 0 0 24px -60px;
    max-width: 600px;
    overflow: hidden;
    padding-left: 60px;
    text-transform: uppercase;
}
.top-blog p{
	margin: 0;
}
.top-blog .comment-link {
	background: url("//cdn2.hubspot.net/hub/290612/file-737132846-png/diba_images/icon-comments.png?t=1399392889891") no-repeat scroll 20px center #D81921;
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	font-weight: 700;
	padding: 0 1rem 0 3rem;
	text-transform: uppercase;
}
.new-comments input , .new-comments  textarea{
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #EEEEEE inset;
    color: #222222;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 16px;
   
}

.new-comments label {
    display: block;
    font-size: 14px;
    margin: 1rem 2px;
}
#add-comment-button{
    background-color: #D81921;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 16px 20px;
    width: auto;
}
#comment-form {
    border-top: 2px solid #EEEEEE;
    margin-top: 2rem;
    padding-top: 20px;
}
.comment {
    padding: 0 !important;
}
.side-bar-blog .row-fluid-wrapper .row-fluid > .span12.newsletter-side-bar {
	padding: 1.8rem 0;
}
.side-bar-blog  .newsletter-side-bar {
    background: none repeat scroll 0 0 #222222;
    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: 15px;
    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: #D81921;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    text-transform: none;
    width: 100%;
	border: medium none;
    border-radius: 5px;
}
.newsletter-side-bar input[type="submit"]:hover {
    background-color: #FFFFFF;
	color: #333333;
}

.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");

}
.section.post-footer {
    padding: 0 4rem 1rem;
}
#hubspot-topic_data {
    border-top: 1px dotted #DDDDDD;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
	margin:0 1.2rem 1rem;
    padding:  1.25rem 0;
}
#hubspot-topic_data a{
	color:#D81921 ;
	
}
.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{
	text-transform:uppercase;
    background-color: #D81921;
    border-radius: 5px;
    border: medium none;
	font-size: 12px;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 6px;
	font-weight: 700;
    padding: 1rem 1.75rem;
    width: auto;
}
.blog-pagination .all-posts-link:hover{
     background: none repeat scroll 0 0 #6BD5F1;
	 text-decoration:none;
}
.blog-section .post-item ,
.blog-section  .blog-post-wrapper,
.bloc-s  #-form{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 40px 0 0 0 ;
}
.content-page{
	padding:0 60px 20px 60px;
	
}
.content-page h2{
	font-size:2.625rem;
	
}
.content-sidebar-wrap.post-item {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 3px 40px;
    padding: 0 60px 40px 60px ;

}
.bloc-s label{
    margin-left:5px;
}
.bloc-s .actions{
    margin-top: 20px;
}
.blog-section .post-item .more-link{
    display: inline-block;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 25px;
	color:#D81921;
}
.post-footer . {
    border: 0 none !important;
}
.bloc-s  #-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 #F5F5F5;
    clear: both;
    color: #333;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 1.2rem 2.5rem;
    overflow: hidden;
    padding: 1.25rem;
}


#comments-listing {
    background: none repeat scroll 0 0 #F5F5F5;
    font-size: 14px;
    padding: 0 1.25rem 1.25rem;
}
#comments-listing p{
    margin:0;
}
#comments-listing .comment-reply-to:hover {
    text-decoration: underline;
	background-color: transparent !important !important;
	
}
#comments-listing .comment-date{
	display:block;
}
.comment-from h4{
	margin: 8px 0;
	text-transform:capitalize;
}

#comments-listing  .comment-body {
    padding: 1rem;
}
#comments-listing .comment-reply-to {
	color: #D81921;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}
.blog-section .author .hs-author-name > span {
    display: inline-block;
    margin: 0 5px 0 0;
}
.blog-section .author p {
	margin: 0;
}
.blog-section .author h2 {
    font-size: 1rem;
    font-weight: 700;
	margin: 0;
}
.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.625rem;
    font-weight: 700;
    line-height: 1;
}
.blog-section .post-header p{
    display:inline-block;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-section .post-header .author-link{
	font-weight:bold;
	color: #FFFFFF;
	
}
.blog-section .post-header h2 a , .content-sidebar-wrap.post-item h2{
    color: #333333;
    font-weight: 700;
	font-size: 2.625rem;
    line-height: 1;
}
.blog-section .post-header h2 a:hover,
.blog-section .post-listing-simple a:hover{
    color: #D81921;
    text-decoration: none;
	
}
.side-bar-blog {
    color: #666666;

	 background-color: #F8F8F8;
    padding-bottom: 30px;
    font-size: 1rem;
}

.side-bar-blog   ul {
    padding: 0 ;
}
.side-bar-blog .row-fluid-wrapper .row-fluid > .span12  {
    padding: 0 2rem;
}
.side-bar-blog .widget-module li , #footer ul li {
	list-style:none;
    background: url("//cdn2.hubspot.net/hub/290612/file-715500131-png/diba_images/icon-li-footer.png") no-repeat scroll 0 7px / 8px 8px rgba(0, 0, 0, 0);
    padding-left: 16px;
}
.side-bar-blog .widget-title , .post-listing-wrapper h3 , .hs_cos_wrapper_type_post_listing h3{
    border: medium none;
    font-size: 1.25rem;
}
 .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;
}
.side-bar-blog .row-fluid-wrapper .row-fluid > .span12.search-bloc{
	padding:2rem;
}
.side-bar-blog   h3 , 
.side-bar-blog h4,
.search-bloc .hs-form label{
	 font-size: 16px;
	 text-transform: uppercase;
	 color: #333333;
}
.search-bloc .hs-form label{
	 font-weight:bold;
}
.search-bloc input{
	 color: #888888;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 16px;
    text-transform: uppercase;
}
/* 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-s {
    background: url(//cdn2.hubspot.net/hub/290612/file-513842812-png/images/Bita/images/post-s.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;
}

/********** Edit by HubSpot Support 10.20.14 to set size of featured images on listings page **********/

.hs-featured-image-wrapper a img {
    max-width: 400px;
}

/********** End HubSpot Support edits 10.20.14 **********/


/* 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-s {
    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 ul{
	margin:0;
}
.breadcrumb {
    color: #777777;
    font-size: 12px;
    border-left: 1px solid #FFFFFF;
	min-height: inherit !important;
    border-top: 1px solid #FFFFFF;
}
.breadcrumb .hs-breadcrumb-menu {
    background: none repeat scroll 0 0 #F5F5F5;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.hs-breadcrumb-menu-item {
    padding: 18px 0 18px 10px;
}
.breadcrumb .widget-type-rich_text {
	padding-top: 10px;
}
.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
---------------------------------------------------------------------------------------------------- */

.container-fluid {
	max-width: 1140px;
	margin: 0 auto;
}

#nav .diba-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;
}

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

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

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

.diba-nav-menu ul {
	text-align:right;
	padding:0;
    width: 100%;
	margin:0;
}
.diba-nav-menu li.hs-item-has-children:hover > .hs-menu-children-wrapper {
    left:auto;
    opacity:1;
}
.diba-nav-menu li.hs-item-has-children:hover > .hs-menu-children-wrapper li a {
    padding: 1rem 1.25rem;
	background-color: #fff;
    color: #666666;
}
.diba-nav-menu .hs-menu-children-wrapper li.active-branch a ,
.diba-nav-menu .hs-menu-children-wrapper li.active-branch  {
    background-color: #fff;
    color: #666666;
}
.diba-nav-menu li.hs-item-has-children:hover > .hs-menu-children-wrapper li a:hover {
    background-color: #F5F5F5;
    color: #222222;
}
.diba-nav-menu li {
    display: inline-block;
    list-style-type: none;
    text-align: left;

}
.diba-nav-menu li.active-branch ,
.diba-nav-menu li.active-branch:hover {
	background-color: #D81921;
}
.diba-nav-menu li.active-branch a,
.diba-nav-menu li.active-branch:hover a{
	color: #FFFFFF;
	background-color: #D81921;
}
.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;
}
.diba-nav-menu a {
    color: #666666;
    display: block;
    letter-spacing: 0.1rem;
    line-height: 1.5;
	text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 43px 19px;
    padding:2.7rem 1.2rem;
    position: relative;
}
.diba-nav-menu li ul a{
	font-size:12px;
	
}
.diba-nav-menu li:hover, .diba-nav-menu a:hover {
    background-color: #FFFFFF;
    color: #666666;
    text-decoration: none;
}
#header .diba-nav-menu a {
    padding: 14px 20px 5px 0;
    padding: 0.875rem 1.25rem 0.3125rem 0;
}

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

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

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

.diba-nav-menu li ul ul {
    margin: -33px 0 0 191px;
}

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

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

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

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

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

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


/* 05a - Primary Navigation Extras ----------- */

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

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

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

.diba-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;
}

.diba-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;
}


/*
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 .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 s
---------------------------------------------------------------------------------------------------- */

#s h3 {
    font-weight: 400;
}

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

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

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

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

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

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

.metadata {
    font-size: 12px;
}


.metadata a {
    font-weight: bold;
}

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

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

.-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;
}

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

.-header {
    overflow: hidden;
}

. { }

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

.bypostauthor { }

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

.-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;
}




/*
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: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
}
#footer .bottom-footer {
	padding:1% 0;
	color:#222222;
	font-size: 12px;
	
}
#footer .bottom-footer a{
	color:#222222;
}
#footer	.tagcloud {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
#footer  .hs-form label{
	font-weight: 700;
    text-transform: uppercase;
	color:#fff;
	margin: 0 0 20px;
	display:block;
}
#footer a:hover {
    text-decoration: underline;
}
.footer-container-boxs{
	 padding: 4% 2% 4% 4.8%;
}
.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% 0 0;
}
.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 {
    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,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    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;
}

.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: #D81921 !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;
}


input[type="reset"], input[type="submit"]{
    background-color: #D81921;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 16px 20px;
    width: auto;
}
input[type="reset"]:hover, input[type="submit"]:hover{
		
	background-color: #6BD5F1;
	border: medium none;
	text-decoration: none;
}
/*
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
}

.-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**/
#slider-inner{
	position:relative;
}
.hs_cos_flex-direction-nav{
    margin: 0;
    max-width: 1140px;
    padding: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 999;
}
.hs_cos_flex-direction-nav li{
	list-style:none;
}
.hs_cos_flex-direction-nav li a {
    background: url("//cdn2.hubspot.net/hub/290612/file-744443704-png/diba_images/icon-direction-nav.png?t=1399561229257") no-repeat scroll -50px 0 / 100px 98px rgba(0, 0, 0, 0);
    height: 49px;
    right: -20px;
    transition: none 0s ease 0s;
	text-indent:-9999px;
	top:50%;

    width: 50px;
}
.hs_cos_flex-direction-nav li a:hover {
    background-position: -50px -49px;
}
.hs_cos_flex-direction-nav li a.hs_cos_flex-prev:hover {
    background-position: 0 -49px;
}
.hs_cos_flex-direction-nav li a.hs_cos_flex-prev {
    position: absolute;
	left: -20px;
	background-position: 0 0;
}
.hs_cos_flex-direction-nav li a.hs_cos_flex-next {
    position: absolute;
	right: -20px;
}
/* 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%;
}

iframe{
	max-width:100%;
}
/*
23 Theme Colors
---------------------------------------------------------------------------------------------------- */

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

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

.diba #header {
    color: #444444;
}

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

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

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

.diba #subnav {
    background: #fff;
}

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

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

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

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

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

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



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

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

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

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

.diba-blue #header a {

    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    background-color: #1887e5;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    color: #fff;
}

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

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

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

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

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

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

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

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

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


/*
24 Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px)  {
	.hs_cos_flex-direction-nav
	
	{
		display:none;
	}
	
}
/* 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%;
    }
	.diba-nav-menu ul{
		text-align:center;
	}
	.header-image{
		text-align:center;
	}
	.side-bar-blog{
		word-wrap:break-word;
	}
	.hs_cos_flex-direction-nav
	{
		display:none;
	}
    .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%;
    }

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

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

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

    #title {
        margin: 16px 0;
        margin: 1rem 0;
    }
	.hs_cos_flex-direction-nav {
			display:none;
		}
    #header .search-form {
        margin: 32px auto 0;
        margin: 2rem auto 0;
        width: 50%;
    }

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

    .diba-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 .diba-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%;
    }
    #inline_boxs img{
        height: auto;
        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;
    }
	
	#inline_boxs {
		padding: 0 2%;
	}
		

	.content-page {
    	padding: 0 20px 20px;
	}
	.content-page h2 {
    	font-size: 2rem;
	}

	.blog-section{
		padding:0;
	}
	.hs_cos_flex-direction-nav
	{
		display:none;
	}
	.content-sidebar-wrap.post-item{
		padding:0;
	}
	

}
