/*
	Theme Name: bPlus
	Theme URI: http://pegodesign.com/wp-themes/bplus/
	Description: Bplus: Business & Consultancy Wordpress Theme 
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.7
	Text Domain: bplus
	Domain Path: /languages
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
*/

/*------------------------------------------------------------------
[Table of contents]

1. Basic WP stlyes 
2. Content
3. Header
4. Page titles
5. Footer
6. Widgets
7. Single post
8. Search
9. Shortcodes

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Basic WP styles ]
*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #55595f;
	letter-spacing: 0;
	line-height: 1.6;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-webkit-font-smoothing: antialiased; 
}

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }
.bypostauthor { }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }

p {
	margin-bottom: 10px;
	color: #55595f;
	line-height: 1.8;
}
strong {
	font-weight: 700;
}

a {
	color: #444;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 36px;
	font-weight: 800;
}
h2 {
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: 800;
}
h3 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 800;
}
h4 {
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}
h6 {
	font-size: 14px;
	margin-bottom: 20px;
}
.has_border { line-height: 1; }
.title-sh.has_border { margin-bottom: 0px; }
.subtitle_bottom.subtitleh2,
.subtitle_bottom.subtitleh3,
.subtitle_bottom.subtitleh4,
.subtitle_bottom.subtitleh5 { font-size: 14px; }

/*------------------------------------------------------------------
[2. Content ]
*/

.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after {
    clear: both;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
    content: " ";
    display: table;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 50px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}



.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2,
.vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3,
.vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4,
.vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5,
.vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7,
.vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8,
.vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9,
.vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10,
.vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12,
.vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.vc_row-no-padding > div  {
	padding: 0 !important;
}

.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5,
.vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10,
.vc_col-sm-11, .vc_col-sm-12 {
    float: left;
 }

 .vc_col-sm-12 {
     width: 100%;
 }

.vc_col-sm-11 {
    width: 91.66666667%;
}

.vc_col-sm-10 {
    width: 83.33333333%;
}

.vc_col-sm-9 {
    width: 75%;
}

.vc_col-sm-8 {
	width: 66.66666667%;
}

.vc_col-sm-7 {
  width: 58.33333333%;
 }

.vc_col-sm-6 {
    width: 50%; 
}

.vc_col-sm-5 {
    width: 41.66666667%;
}

.vc_col-sm-4 {
     width: 33.33333333%;
 }
 
.vc_col-sm-3 {
    width: 25%;
}

.vc_col-sm-2 {
    width: 16.66666667%;
}

.vc_col-sm-1 {
     width: 8.33333333%;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 35px;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

body {
	word-break: break-word;
}

.global-wrapper {
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
}

.container-wrapper {
	position: relative;
}

.page-wrapper {
	padding: 35px 0;
}

.center {
	width: 1140px;
	margin: 0 auto;
}

.vc_row.fullwidth_row {
	margin-left: -100px;
	margin-right: -100px;
}

.vc_row.fullwidth_row_with_bg {
	margin-left: -85px;
	margin-right: -85px;
}

ul {
	list-style: disc outside none;
	margin: auto;
}

 ol {
    list-style: decimal outside none;
}

 li {
    margin: 0 0 0 2.57143rem;
}

 blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}

 blockquote p:last-child {
	margin-bottom: 0;
}

 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}

 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

 pre code {
	display: block;
}

 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

 dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

 dt {
	font-weight: bold;
	line-height: 1.714285714;
}

 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

  table,
  th,
  td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}


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

 dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}

.index-page {
	border-top: 1px solid #dee8ea;
}

.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
}

.pagination-wrapper .alignleft {
	margin-left: 10px; margin-bottom: 20px;
}

.pagination-wrapper .alignright {
	margin-right: 10px; margin-bottom: 20px;
}


/*------------------------------------------------------------------
[3. Header ]
*/

.upper-panel {
	width: 100%;
	float: left;
}

.upper-panel.upper-panel-type1 , .upper-panel.upper-panel-type1 p, .upper-panel.upper-panel-type1 a {
	background: #e5eef0;
	color: #8d969a;
	text-transform: uppercase;
	font-size: 13px;
}

.upper-panel.upper-panel-type1 {
	padding: 14px 0 10px;
}
.upper-panel-divider {
	float: left;
	background: #dae4e6;
	width: 1px;
	height: 46px;
	margin: -14px 30px -10px;
}
.upper-panel.upper-panel-type1 a {
	color: #8d969a;
}
.upper-panel.upper-panel-type1 a:hover {
	color: #23282f;
}

.upper-panel-with-icon { 
	float: left; 
}
.upper-panel-with-icon .upper-panel-icon {
	float: left;
	font-size: 20px;
	margin-right: 8px;
	color: #8d969a;
}

.upper-panel-with-icon .upper-panel-content {
	float: left;
}

.upper-panel.upper-panel-type2 {
	background: #1f2629;
}

.header-wrapper {
	float: left;
	width: 100%;
}

.header-wrapper .header-inner-wrapper {
    padding: 15px 0;
    display: table;
}

.header-wrapper .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#logoImageRetina {
	display: none;
	margin: 0 auto;
}

.header-wrapper .menu-wrapper {
   display: table-cell;
   vertical-align: middle;
   width: auto;
   margin-top: 0;
   text-align: right;
}

.mobile-menu-wrapper {
	display: none;
}

.menu-icon-retina {
	display: none;
	width: 27px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0;
}

.main-menu {
	float: right;
}

.main-menu ul.sf-menu {
	float: right;
}

.main-menu ul {
	color: #888;
    list-style: none;
    text-align: left;
}

.main-menu ul.sf-menu > li {
	display: inline-block;
    margin: 0 15px;
    position: relative;
}

.main-menu ul.sf-menu > li:last-child {
    margin-right: 0;
}
.main-menu ul.sf-menu > li > a {
	color: #93a1a7;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
span.sf-sub-indicator {
	display: none;
}

.main-menu ul.sf-menu > li:first-child::before {
    content: '';
}

.main-menu ul.sf-menu > li::before {
    content: "\2044";
    padding-right: 25px;
    display: inline-block;
    display: none;
}
/* submenu  */
.main-menu .sf-menu ul {
    position: absolute;
    min-width: 220px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    1px 2px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         1px 2px 5px 0px rgba(50, 50, 50, 0.1);
	visibility: hidden;
	display: none;
	padding: 25px 0 20px 10px;
}
.main-menu .sf-menu ul li {
	margin: 0;
	color: #888;
}
.main-menu .sf-menu ul li::before {
	content: "";
}
.main-menu .sf-menu ul li a {
	-webkit-font-smoothing: antialiased; 
	text-transform: none;
	font-size: 14px;
	padding: 0px 20px;	
	display: block;
	font-weight: 400;
	color: #888;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.main-menu .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 30px;
	left: 0;
}

.main-menu .sf-menu ul ul {
	margin-top: -50px;
	left: 220px;
} 

.main-menu ul.sf-menu > li li.current-menu-item > a, .main-menu .sf-menu ul li > a:hover, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li li.current-menu-item > a, .main-menu .sf-menu ul li.current-menu-parent >  a, .main-menu .sf-menu ul li.current-menu-ancestor >  a,
.main-menu ul.sf-menu > li > a:hover, .main-menu ul.sf-menu > li.sfHover > a, .main-menu ul.sf-menu > li.current-menu-item > a, .main-menu ul.sf-menu > li.current-menu-parent > a, .main-menu ul.sf-menu > li.current-menu-ancestor > a  { 
	color: #23282f;
}

.main-menu ul.sf-menu > li.highlighted-menu-item {
	background: #29c2e1; 
	padding: 5px 15px;
	border-radius: 15px;
}


.main-menu ul.sf-menu > li.highlighted-menu-item > a {
	color: #fff;	
}

/* mobile menu */

.mobile-menu-outher-wrapper {
   display: none;
}

.mobile-menu-icon {
	font-size: 28px;
	color: #161616;
	cursor: pointer;
	margin-top: 6px;
}

.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background-color: #fafafa;
	display: none;
	position: relative;
	height: auto;
	z-index: 2;
	float: left;
	border-top: 1px solid #e7e7e7;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu  li li a {
	padding-left: 60px;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu  li  a {
	width: 100%;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #e7e7e7;
	color: #93a1a7;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}


.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	color: #000;
}

/*-----------------------------------------------------------------
[4. Page titles ]
*/

.page-title-wrapper {
	text-align: center;
	background-color: #ececec;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}

.page-title-wrapper .page-title {
	padding: 105px 0;
}

.page-title-wrapper .page-title h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
}

.page-title-wrapper .page-title .page-subtitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}


/*-----------------------------------------------------------------
[5. Posts ]
*/

.single-post-wrapper {
	width: 828px;
	float: left;
	margin-right: 50px;
}

.sticky .single-post {
	padding: 30px !important;
	border: 1px solid #dee8ea !important;
}

.single-post-wrapper .single-post {
	padding-top: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #dee8ea;
	padding-bottom: 50px;
}
.single-post-type { margin-bottom: 30px; }

.single-post-wrapper .single-post:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

a.single-post-thumb, .single-post-type a {
	display: block;
	position: relative;
}

.single-post-type a img {
	display: block;
}

.single-post-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
}

.single-post-details .single-post-detail {
	float: left;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 5px 0;
	color: #23282f;
}

.single-post-details .single-post-detail a {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #23282f;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}
.single-post-details .single-post-detail a:hover {
	color: #f69b37;
}

.single-post-details .single-post-detail span {
	color: #f69b37;
}

.single-post-detail-separator {
	float: left;
	margin: 5px 10px;
	color: #23282f;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.single-post-content.post-excerpt p { 
	color: #888;
	margin: 20px 0 50px; 
}

a.single-post-readmore {
	text-align: center;
	background: #29c2e1;
	padding: 10px 25px 9px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}

a:hover.single-post-readmore {
	background: #23282f;
	color: #fff;
}

a.single-post-readmore {
	margin-bottom: 40px;
}

.single-post-type .audioplayer {
	width: 100%;
}

.single-post-type.with-thumb {
	position: relative;
}

.single-post-type.with-thumb .audioplayer {
	position: absolute;
	bottom: 10px;
	width: 95%;
	left: 2.5%;
	top: auto;
}

.audioplayer {
	background: rgba(0,0,0,0.5);
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	text-shadow: none !important;
}
.audioplayer-bar,
.audioplayer-bar div {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	height: 6px;
	background: #fff;
	opacity: 1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-top: -3px;
}
.audioplayer-bar-played {
	background: #f7941d !important;
	margin-top: -3px !important;
	height: 9px !important;
}

.view-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.view-overlay-bg  {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f69b37;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	z-index: 1;
}

a:hover .view-overlay-icon { 
	opacity: 1; 
	visibility: visible; 
}  

a:hover .view-overlay-bg { 
	opacity: 0.5; 
	visibility: visible; 
} 


/* for all owl sliders */

.owl_post_slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-prev, .owl-next {
    position: absolute;
	top: 47%;
	font-size: 48px;
	color: #fff;
	white-space: nowrap;
	margin-top: -25px;
}

.owl-prev::before {
 	font-family: 'Pe-icon-7-stroke';
	content: "\e687";
}

.owl-prev {
	float: left;
    left: 5px;
}

.owl-next::before {
 	font-family: 'Pe-icon-7-stroke';
	content: "\e685";
}

.owl-next {
 	float: right;
    right: 5px;
}

.owl-prev:hover, .owl-next:hover {
	color: #000;
}


.author-bio {
	background: #e3eef0;
	padding: 40px;
}

.author-bio .author_thumb {
	float: left;
}

.author-bio .author_thumb img {
	border-radius: 50%;
}

.author-bio .author-info {
	margin-left: 160px;
}

.author-bio .author-info .author-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px 0 10px;
}
p.author-description {
	font-size: 15px;
	color: #55595f;
}

.author-bio .author-info .author-name  span {
	color: #f69b37;
}

.author-info {

}

.single-post-separator {
	width: 100%;
	height: 1px;
	background: #e5eef0;
	margin: 60px 0 50px;
}

.single-post-comments {
	background: #fff;
	float: left;
	width: 100%;
}

.single-post-comments #respond input[type="text"], .single-post-comments #respond textarea {
    color: #23282f;
    font-size: 13px;
	border: none;
    line-height: 1.6;
    width: 100%;
    padding: 20px;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
	background: #e3eef0;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
}

.single-post-comments #respond ::-webkit-input-placeholder {
   color: #23282f;
}
.single-post-comments #respond :-moz-placeholder {
   color: #23282f;
}
.single-post-comments #respond ::-moz-placeholder {
   color: #23282f;
}
.single-post-comments #respond :-ms-input-placeholder {
   color: #23282f;
}

.single-post-comments #commentform #submit {
    background: #29c2e1;
	padding: 15px 30px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	border: none;
}
.single-post-comments #commentform #submit:hover {
    background: #23282f;
	color: #fff;
    cursor: pointer;
}  

.single-post-comments #respond label {
	color: #000;
	font-size: 14px;
}
.single-post-comments p.form-allowed-tags,
.single-post-comments p.form-allowed-tags abbr {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
}
.single-post-comments p.form-allowed-tags {display: none;}
.single-post-comments p.form-allowed-tags code {
	text-transform: none;
	color: 888;
	display: block;
	font-size: 10px;
}
.single-post-comments p.comment-notes {
	color: 888;
}

.single-post-comments  h1 {
	letter-spacing: 0;
	font-size: 18px;
	margin-bottom: 50px;
}

.single-post-comments .all-comments {
	list-style-type: none !important;
	counter-reset:li;
}
.single-post-comments .all-comments li:before {
	content: "";	
}
.single-post-comments .all-comments li {
	position: relative;
	float: left;
	width: 100%;
    padding: 0 0 30px 0;
    position: relative;
    list-style:none;
    
    margin-left: 0;
}
.single-post-comments .children {
	margin-top: 50px;
}

.single-post-comments .children li { 
	padding-left: 100px;
}

.single-post-comments .children li:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

.single-post-comments .reply {
	margin-bottom: 0 !important;
	margin-top: 20px;
}

.single-post-comments .reply a {
	text-transform: none;
	font-size: 11px;
	font-weight: 600;
	color: #1d1d1f;
}

.single-post-comments li.comment p {
	margin-bottom: 20px;
}
	
.single-post-comments .reply a:hover {
	color: #e29e29;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.single-post-comments span.says {
	display: none;
}

.single-post-comments .logged-in-as {
	float: left;
	color: #888;
}

.single-post-comments .logged-in-as a {
	color: #888;
}

.single-post-comments .logged-in-as a:hover {
	color: #f7941d;
}

.single-post-comments .comment-notes {
	display: none;
}
.single-post-comments h3#reply-title { 
	color: #23282f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 30px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.single-post-comments .comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.single-post-comments .comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.single-post-comments .vcard {
	width: 100%;
}

.single-post-comments .vcard img {
    float: left;
	height: 72px;
	width: 72px;
	border-radius: 50%;
}

.single-post-comments .fn {
	float: left;
	font-style: normal;
	text-transform: uppercase;
	color: #23282f;
}

.single-post-comments .fn a { 
	font-size: 16px;
	color: #000;
	font-style: normal;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased; 
}

.single-post-comments .fn a:hover {
	background: none;
	color: #f7941d;
}

.single-post-comments .comments-details-separator {
	float: left;
	margin: 0 10px;
}



.single-post-comments .comment-info {
	margin-bottom: 20px;
	position: relative;
}

.single-post-comments .comment-meta {
	margin-bottom: 10px;
}
.single-post-comments .comment-meta a {
	font-size: 14px !important;
	position: relative;
	color: #23282f;
	letter-spacing: 0;
}

.single-post-comments a.comment-reply-link {
	float: right;
	font-size: 14px !important;
	position: relative;
	color: #f69b37;
	text-transform: uppercase;
}

.single-post-comments a.comment-edit-link {
	float: right;
}

.single-post-comments .comment-form-author, .single-post-comments .comment-form-phone {
	width: 49%;
	margin-right: 2%;
	float: left;
}

.single-post-comments .comment-form-url, .single-post-comments .comment-form-email {
	width: 49%;
	margin-right: 0;
	float: left;
}


.single-post-comments span.required {
	display: none;
}

.single-post-comments p.comment-form-comment {
	width: 100%;
	float: left;
}
.single-post-comments div.reply { 
	display: none; 
}

.single-post-comments  .comment-author {
	width: 70px;
	height: 70px;
	float: left;
}

.single-post-comments  .comment-content-area {
	margin-left: 100px;
}

.single-post-content {
	margin: 20px 0;
}

.single-post-content ul {
	list-style: none;
}

.single-post-content ul li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: -20px; 
	color: #f69b37;
}

.single-post-content li {
  	position: relative;
  	padding-left: 0.4em; /* text distance to icon */
	margin-bottom: 10px;
	color: #23282f;
	margin-left: 100px;
}

.all-comments > .comment > .comment-body  {
	border-bottom: 1px solid #e5eef0 !important; 
	padding-bottom: 30px;
}

ul.children li {
	border-bottom: 1px solid #e5eef0 !important; 
	padding-bottom: 30px !important;
}

/*------------------------------------------------------------------
[6. Sidebar ]
*/

.sidebar {
	width: 262px;
	float: left;
}

h3.sidebar-title {
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	color: #23282f;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.widget {
	margin-bottom: 50px;
}

/* widget lists */
.widget ul {
	margin: 0;
	
}
.widget ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #4ebdeb;
	margin-left: 0;
}

.widget ul li.cat-item:after {
	font-family: "fontAwesome";
	content: "\f105";
	font-size: 16px;
	color: #55595f;
	float: right;
}

.widget ul li a {
	color: #777;
	padding-left: 0 !important;
	font-size: 14px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.widget ul.children li {
	border: none;
}
.widget ul li a:hover {
	color: #000;
	padding-left: 15px;
}


.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 150px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-size: 13px;
	  text-transform: uppercase;
	  background: #29c2e1;
	 padding: 20px 20px 20px 30px;
	  font-weight: 400 !important;
	  border-radius: 0;
	  font-family: 'Raleway', sans-serif;
	  margin-left: 0;
}

/* calendar */
#calendar_wrap caption {
	color: #fff;
	background: #f69b37;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
#calendar_wrap #today {
	color: #23282f;
	font-weight: 800;
}
#calendar_wrap th {
	color: #23282f;
	font-family: 'Karla', sans-serif;
	font-weight: 800;
	border: none;
	font-size: 14px;
}
#calendar_wrap td {
	text-align: center;
    font-family: 'Karla', sans-serif;
	font-weight: 400;
	color: #23282f;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
#calendar_wrap td.pad {
	color: #153e78;
	border: none;
}
#calendar_wrap a {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	color: #23282f;
	text-decoration: none;
}
table#wp-calendar { border: none; }

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form > div:after {
	position: absolute;
	font-family: "fontAwesome";
	content: "\f002";
	font-size: 16px;
	right: 25px;
	top: 13px;
	color: #55595f;
}
.search-form { position: relative; }
div.widget_search.search_page_search_form { margin: 20px 0; }

.widget_search input#s {
	width: 100%;	
	background: #fff;
	border: none;
	color: #afb3b7;
	padding: 15px 35px 15px 15px;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 400;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	outline: none;
	border: 1px solid #dee8ea;
	-webkit-appearance: none;
}

/*recent posts*/
.widget_recent_entries {

}

.widget_recent_entries ul {

}

.widget_recent_entries ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #4ebdeb;
	margin-left: 0;
}
.widget_recent_entries ul li a {
	color: #777;
	padding-left: 0 !important;
	font-size: 14px;
}
.widget_recent_entries ul li a:hover {
	color: #000;
}

.widget_recent_entries span.post-date {
	color: #bbbbbb;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
  
	list-style: none;
	color: #000;
}
.widget_rss ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 18px;
	display: block;
	line-height: 1.2;
}
.widget_rss ul li a:hover {
	color: #fff;
}

.widget_rss span.rss-date {
	font-size: 13px;
	color: #fff;
	background: #4ebdeb;
	margin: 5px 0;
	padding: 5px 10px;
	display: inline-block;
	width: auto;
}

.widget_rss .rssSummary {
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	font-weight: 300;
	margin-bottom: 5px;
}

/* sidebar tags widget */

.tagcloud a {
	color: #fff;
	background: #29c2e1;
	padding: 8px 15px 7px;
	text-transform: uppercase;
	font-size: 13px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.tagcloud a:hover {
	background: #23282f;
	color: #fff;
}


/*------------------------------------------------------------------
[7. Search ]
*/
.search-item {
	margin-bottom: 40px;
	width: 100%;
	float: left;
	padding-right: 30px;
}

.search-item .search-results-icon {
	font-size: 42px;
	margin-top: 40px;
	display: inline-block;
}

.search-item .search-thumb {
	width: 150px;
	height: 150px;
	background: #fafafa;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
}

.search-item .single-search-item-details {
	margin-left: 190px;
}

.search-item .single-search-item-details  h1.search-item-title {
	margin-bottom: 0;
}

.search-item .single-search-item-details  h1.search-item-title a {
	text-transform: none;
	letter-spacing: 0;
	 -webkit-font-smoothing: antialiased; 
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}

.search-item .single-search-item-details ul.search-item-details {
	list-style: none;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single, .search-item .single-search-item-details ul.search-item-details li.search-item-detail-single a {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single::after {
	content: "/";
	padding-left: 6px;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single:last-child::after {
	content: "";
}

.search-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.search-overlay-bg  {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f798aa;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	z-index: 1;
}

a.search-thumb:hover .search-overlay-icon, a.search-thumb:hover .search-overlay-bg { 
	opacity: 0.5;  
	visibility: visible; 
}  

/*------------------------------------------------------------------
[8. Footer ]
*/

.footer-wrapper {
	position: relative;
}	
	
.footer {
	position: relative;
}	

.footer h1.widget-title {
	color: #23282f;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 500;
	margin-bottom: 15px;
	min-height: 28px;
}

.footer .center {
	padding-top: 50px;
	width: 1170px;
}

.footer-top-border {
	width: 1140px;
	height: 1px;
	background: #ebebeb;
	margin: 0 auto;
}

.footer-bottom-border {
	width: 1140px;
	height: 1px;
	background: #ebebeb;
	margin: 0 auto;
}

.footer .footer-column {
	width: 20%;
	float: left;
	padding: 0 15px;
}

.footer .footer-column.footer-first {
	width: 15%;
}

.footer .footer-column.footer-second {
	width: 12%;
}	

.footer .footer-column.footer-third {
	width: 20%;
}	

.footer .footer-column.footer-fourth {
	width: 28%;
}	

.footer .footer-column.footer-fifth {
	width: 25%;
}		
		
.under-footer {
	text-align: center;
	color: #93a1a7;
	margin-left: 0;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .widget ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #93a1a7;
	margin-left: 0;
}
.footer .widget ul li a {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #93a1a7;
	margin-left: 0;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.mc4wp-form form {
	position: relative;
}

.mc4wp-form > div {
	position: relative;
}

.mc4wp-form label {
    color: #93a1a7;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-weight: 500 !important;
	letter-spacing: 1px;
}

input#mc4wp_email {
	border: 1px solid #dde8ea;
	padding: 13px 50px 13px 20px;
	width: 100%;
	color: #93a1a7;
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	outline: none;
	float: left;
	margin: 0;
	height: 45px;
	max-width: 100%;
}


input#mc4wp_email::-webkit-input-placeholder {
   color: #93a1a7;
}
input#mc4wp_email:-moz-placeholder {
   color: #93a1a7;
}
input#mc4wp_email::-moz-placeholder {
   color: #93a1a7;
}
input#mc4wp_email:-ms-input-placeholder {
   color: #93a1a7;
}

.mc4wp-form input[type="submit"] {
	color: #fff;
	border: none !important;
	background: #29c2e1;
	text-transform: uppercase;
	padding: 14px 13px 15px;
	position: absolute;
	margin: 0;
	height: 45px;
	right: 0;
	min-width: 45px;
	top: 23px;
}

.footer .textwidget {
	color: #93a1a7;
	margin-left: 0;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 2;
}
.footer .textwidget span {
	color: #3e4146;
}

ul.socials-list li {
	float: left;
	margin-right: 10px;
}
.footer .bplus_socials_widget {
	margin-top: -38px;
}
a.social-widget-icon i { 
	color: #adbdc1; 
	font-size: 16px;
	margin-right: 5px;
}
a.social-widget-icon i:hover { 
	color: #77797c; 
}

.before-footer-triangle {
	position: absolute;
	height: 100%;
}

.after-footer-triangle {
	position: absolute;
	bottom: 0;
	right: 0;
}


/*------------------------------------------------------------------
[9. Shortcodes ]
*/

/* titles */
.title_align_center {
	text-align: center;
}

.title_align_right {
	text-align: right;
}

.has_subtitle_bottom {
	margin: 0;
	line-height: 1;
}

.subtitle_bottom {
	color: #888;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.title_number {
	font-family: 'Raleway', sans-serif;
	color: #f69b37;
	font-weight: 700;
	border-bottom: 1px solid #f69b37;
	width: 40px;
	margin-bottom: 10px;
}

/* team */
.vc_team {
	margin-left: -15px;
	margin-right: -15px;
}

.team-member-single {
	width: 25%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

.team-member-single-thumb img {
	display: block;
}

.team-member-details {
	background: #fff;
	padding: 30px;
}

.team-member-name {
	color: #23282f;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
}

.team-member-position {
	color: #f69b37;
	letter-spacing: 1px;
	margin-bottom: 5px
}

.team-member-socials a .team-member-icons {
	color: #adbdc1;
	margin-right: 13px;
}

.team-member-socials a:hover .team-member-icons {
	color: #f69b37;
}

/* counter */

.counter-icon-wrapper {
	width: 70px;
	float: left;
	text-align: center;
	margin-top: 10px
}

.counter-description {
	margin-left: 90px;
}

.counter_execute, span.after-counter-text {
	font-size: 60px;
	color: #23282f;
	line-height: 1;
}

span.after-counter-text {
	display: none;
}

p.counter-title {
	text-transform: uppercase;
	color: #23282f;
	letter-spacing: 0.5px;
}

.counter-icon {
	font-size: 40px;
}

/* services type #1 */

.service-columns-1 {
	width: 100%;
}

.service-columns-2 {
	width: 50%;
}

.service-columns-3 {
	width: 33.3334%;
}

.service-columns-4 {
	width: 25%;
}

.services-type1-wrapper .single-service-item-url {
	display: block;
}

.services-type1-wrapper .single-service-item {
	margin-bottom: 20px;
}

.services-type1-wrapper .service-icon-wrapper {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid transparent;
	text-align: center;
}

.services-type1-wrapper .single-service-item-details {
	margin-left: 90px;
}

.services-type1-wrapper .service-icon {
	font-size: 40px;
}

.services-type1-wrapper .service-icon-image-after {
	display: none;
}

.services-type1-wrapper .single-service-item-title {
	color: #23282f;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
.single-service-item-excerpt p {
	color: #888;
}
.services-type1-wrapper .single-service-item-url:hover .service-icon-image-after {
	display: inline-block;
}

.services-type1-wrapper .single-service-item-url:hover .service-icon-image-before {
	display: none;
}

.services-type1-wrapper .single-service-item-url:hover .service-icon {
	color: #f69b37;
}
.services-type1-wrapper .single-service-item-url:hover .single-service-item-title {
	color: #f69b37;
}


.services-type1-wrapper .service-viewall-wrapper {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
}

.services-type1-wrapper .service-viewall-wrapper  a.service-url {
	background: #29c2e1;
	padding: 15px 30px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.services-type1-wrapper .service-viewall-wrapper  a.service-url:hover {
	background: #23282f;
	color: #fff;
}


/* services type #2 */

.services-type2-wrapper .single-service-item-url {
	display: block;
	padding: 60px 0;
	border-bottom: 1px solid #dee8ea;
}

.services-type2-wrapper .single-service-item:last-child .single-service-item-url {
	border: none;
}

.services-type2-wrapper .single-service-item {
	
}

.services-type2-wrapper .service-icon-wrapper {
	width: 140px;
	height: 140px;
	float: left;
	text-align: center;
}

.services-type2-wrapper .single-service-item-details {
	margin-left: 200px;
}

.services-type2-wrapper .service-icon {
	font-size: 120px;
}

.services-type2-wrapper .service-icon-image-after {
	display: none;
}

.services-type2-wrapper .single-service-item-title {
	color: #23282f;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0px;
	margin-bottom: 3px;
	float: left;
	padding-left: 10px;
	line-height: 1.1;
}
.single-service-item-title-border {
	background: #29c2e1;
	width: 3px;
	height: 22px;
	float: left;
}

.services-type2-wrapper .single-service-item-title-wrapper {
       width: 100%;
       float: left;
       margin-bottom: 20px;
}

.services-type2-wrapper .single-service-item-excerpt p {
	color: #888;
	margin: 20px 0 30px;
}

.services-type2-wrapper .service-viewall-wrapper {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
}

.services-type2-wrapper .service-viewall-wrapper  a.service-url {
	background: #29c2e1;
	padding: 15px 30px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
}

.services-type2-wrapper .service-button {
	background: #29c2e1;
	padding: 7px 20px 6px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	float: left;
}

.services-type2-wrapper .single-service-item-url:hover .service-icon-image-after {
	display: inline-block;
}

.services-type2-wrapper .single-service-item-url:hover .service-icon-image-before {
	display: none;
}

.services-type2-wrapper .single-service-item-url:hover .service-icon {
	color: #f69b37;
}
 
.services-type2-wrapper .single-service-item-url:hover .service-button {
	background: #f69b37;
}

.services-type2-wrapper .single-service-item-url:hover .single-service-item-title {
	border-color: #f69b37;
}
.services-type2-wrapper .single-service-item-url:hover .single-service-item-title-border {
    background: #f69b37;
}

/* single service */

.vc_service_single .single-service-icon-wrapper {
	text-align: center;
}
.vc_service_single .single-service-icon {
	font-size: 120px;
}

.vc_service_single .single-service-icon-image-after {
	display: none;
}

.vc_service_single .single-service-page-item-title {
	color: #23282f;
	font-size: 34px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0px;
	margin-bottom: 3px;
	padding-left: 10px;
	line-height: 1.1;
}

.vc_service_single .single-service-page-item-title-wrapper {
       width: 100%;
       text-align: center;
       margin-bottom: 40px;
}

.vc_service_single .single-service-page-item-excerpt p {
	color: #888;
	margin: 20px 0 30px;
}


.vc_service_single .single-service-item-url:hover .single-service-icon-image {
	display: inline-block;
}

.vc_service_single .single-service-item-url:hover .single-service-icon-image-before {
	display: none;
}


/* service list */

.vc_service_list .single-service-list-item-url {
	display: block;
	padding: 20px 20px;
	border: 1px solid #e5eef0;
	margin-top: -1px;
	z-index: 0;
	position: relative;
	
}
.vc_service_list { margin-right: 10px; }

.vc_service_list .single-service-list-item-url:hover {
	border-color: #f69b37;
	z-index: 1;
}

.vc_service_list .single-service-list-item {

}

.vc_service_list .service-list-icon-wrapper {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid transparent;
	text-align: center;
}

.vc_service_list .single-service-list-item-details {
	margin-left: 90px;
	padding-top: 10px;
}

.vc_service_list .service-list-icon {
	font-size: 40px;
}

.vc_service_list .service-list-icon-image-after {
	display: none;
}

.vc_service_list .single-service-list-item-title {
	color: #23282f;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0px;
	margin-top: 2px;
}

.vc_service_list .single-service-list-item-border {
	background: #29c2e1;
	width: 3px;
	height: 22px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.vc_service_list .single-service-list-item-url:hover .service-list-icon-image-after {
	display: inline-block;
}

.vc_service_list .single-service-list-item-url:hover .service-list-icon-image-before {
	display: none;
}

.vc_service_list .single-service-list-item-url:hover .service-list-icon {
	color: #f69b37;
}

.vc_service_list .single-service-list-item-url:hover .single-service-list-item-border {
	background: #f69b37;
}

.vc_service_list .single-service-list-item-url.active .service-list-icon-image-after {
	display: inline-block;
}

.vc_service_list .single-service-list-item-url.active .service-list-icon-image-before {
	display: none;
}

.vc_service_list .single-service-list-item-url.active .service-list-icon {
	color: #f69b37;
}

.vc_service_list .single-service-list-item-url.active .single-service-list-item-border {
	background: #f69b37;
}


/* quote with buttons */
.vc_bplus_quote_buttons {
	text-align: center;
	padding: 30px 0 80px;
}

.vc_bplus_quote_buttons .main-content {
	color: #23282f;
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
}

.vc_bplus_quote_buttons .main-content strong {
	font-weight: 400;
	color: #f69b37;
}

.vc_bplus_quote_buttons .secondary-content {
	text-transform: uppercase;
	color: #59686c;
	line-height: 1;
	margin-bottom: 30px;
}

.vc_bplus_quote_buttons .buttons-wrapper {

}

.vc_bplus_quote_buttons .buttons-wrapper a {
	text-align: center;
	background: #29c2e1;
	padding: 8px 30px 7px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}

.vc_bplus_quote_buttons .buttons-wrapper .button1-wrapper  {
	width: 50%;
	float: left;
}

.vc_bplus_quote_buttons .buttons-wrapper .button1-wrapper a {
	float: right;
	margin-right: 13px;
}

.vc_bplus_quote_buttons .buttons-wrapper .button2-wrapper {
	width: 50%;
	float: left;
}

.vc_bplus_quote_buttons .buttons-wrapper .button2-wrapper a {
	float: left;
	margin-right: 13px;
	background: #f69b37;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}

.vc_bplus_quote_buttons .buttons-wrapper a:hover,
.vc_bplus_quote_buttons .buttons-wrapper .button2-wrapper a:hover {
	background: #23282f;
	color: #fff;
}


/* column with top icon */

.vc_column_with_top_icon {
	text-align: center;
}

.coltop-icon-wrapper {
	border: 2px solid #29c2e1;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.coltop-icon {
	padding-top: 17px;
	padding-left: 0px;
	font-size: 31px;
}

.coltop-content {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 30px;
}



/*contact form*/
.popup-appointment-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.appointment-pretext {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #23282f;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.popup-appointment-wrapper > div {
	max-width: 800px;
	display: table-cell;
	vertical-align: middle;
}

.bplus-appointment-form input,
.bplus-appointment-form textarea {
	background: #e3eef0;
	border: none;
	padding: 18px 20px;
	color: #23282f;
	font-size: 13px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 14px;  
	-webkit-appearance: none;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

.bplus-appointment-form input::-webkit-input-placeholder,
.bplus-appointment-form textarea::-webkit-input-placeholder {
	color: #23282f;
	text-transform: uppercase;
}
.bplus-appointment-form input:-moz-placeholder,
.bplus-appointment-form textarea:-moz-placeholder {
   color: #23282f;
   text-transform: uppercase;
}
.bplus-appointment-form input::-moz-placeholder,
.bplus-appointment-form textarea::-moz-placeholder {
   color: #23282f;
   text-transform: uppercase;
}
.bplus-appointment-form input:-ms-input-placeholder,
.bplus-appointment-form textarea:-ms-input-placeholder {
   color: #23282f;
   text-transform: uppercase;
}

.bplus-appointment-form textarea {
	height: 120px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.bplus-appointment-form input.wpcf7-submit {
	text-align: center;
	background: #29c2e1;
	padding: 10px 35px 9px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	width: auto;
	margin: 0 auto;
	display: block;
}
.bplus-appointment-form input.wpcf7-submit:hover {
	background: #23282f;
	color: #fff;
	cursor: pointer;
}
.contact-submit {
	text-align: center;
}
.bplus-appointment-form .app-name   span.wpcf7-form-control-wrap  {
	float: left;
	width: 49%;
}
.bplus-appointment-form .app-phone   span.wpcf7-form-control-wrap  {
	float: right;
	width: 49%;
}
.bplus-appointment-form .app-type   span.wpcf7-form-control-wrap  {
	float: left;
	width: 49%;
}
.bplus-appointment-form .app-date   span.wpcf7-form-control-wrap  {
	float: right;
	width: 49%;
}

.bplus-appointment-form span.wpcf7-form-control-wrap.appointment-message {
    width: 100%;
    float: left;
}

.bplus-appointment-form span.wpcf7-not-valid-tip {
	color: red;
	font-size: 12px !important;
	display: block !important;
	font-style: italic !important;
	top: 3px;
	position: absolute;
	left: 19px;
}

div.wpcf7-validation-errors {
	background: #29c2e1;
	color: #fff;
	padding: 10px 0 8px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Karla', sans-serif;
	border: none !important;
	margin-top: 0px;
}

/* news */
.single-news-items {
	margin-left: -15px;
	margin-right: -15px;
}

.single-news-item {
	width: 33.3334%;
	padding: 0 15px;
}

.single-news-thumb {
	position: relative;
}

.single-news-thumb img {
	float: left;
}

.single-news-item-details {
	background: #e5eef0;
	text-align: center;
	padding: 30px 30px 40px;
}

.single-news-item-details .single-news-item-date-day {
	font-size: 54px;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.single-news-item-details .single-news-item-date-monthyear  {
	text-transform: uppercase;
	font-size: 16px;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
}
.single-news-item-excerpt p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #888;
}
.single-news-item-details .single-news-item-title {
	font-size: 20px;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 15px 0;
}
.single-news-thumb .arrow-up {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #e5eef0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	z-index: 9;
}

.single-news-thumb .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e5eef0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	z-index: 9;
}

.single-news-item-details .single-news-readmore {
	text-align: center;
	background: #29c2e1;
	padding: 10px 35px 9px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	margin-top: 20px;
}

a.single-news-item-url:hover .single-news-item-details .single-news-item-title {
	color: #f69b37;
}

a.single-news-item-url:hover .single-news-item-details .single-news-readmore {
	background: #000;
}

/* single news */

		
.single-news-page-thumb {
	position: relative;
}

.single-news-page-thumb img {
	float: left;
}

.single-news-page-item-details {
	background: #e5eef0;
	text-align: center;
	padding: 30px 50px 40px;
}

.single-news-page-item-details .single-news-page-item-date-day {
	font-size: 54px;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.single-news-page-item-details .single-news-page-item-date-monthyear  {
	text-transform: uppercase;
	font-size: 16px;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
}
.single-news-page-item-content p {
	font-size: 14px;
	color: #888;
}
.single-news-page-item-details .single-news-page-item-title {
	font-size: 24px;
	color: #23282f;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 15px 0;
}
.single-news-page-thumb .arrow-up {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #e5eef0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	z-index: 9;
}
.single-news-page-item-details .next-post-button, .single-news-page-item-details .prev-post-button {
	text-align: center;
	background: #29c2e1;
	padding: 10px 35px 9px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	margin-top: 20px;
	min-width: 140px;
}

.prev-post-wrapper {
	width: 50%;
	float: left;
}

 .next-post-wrapper {
	width: 50%;
	float: right;
}

.single-news-page-item-details .next-post-button {
	float: left;
	margin-left: 7px;
}

.single-news-page-item-details .prev-post-button {
	float: right;
	margin-right: 7px;
}

.prev-post-wrapper.only_one_nav,
.next-post-wrapper.only_one_nav {
	width: 100%;
	float: none;
	text-align: center;
}

.single-news-page-item-details .prev-post-wrapper.only_one_nav .prev-post-button,
.single-news-page-item-details .next-post-wrapper.only_one_nav .next-post-button {
	float: none;
}


/* portfolio */

.portfolio-items-wrapper {
	margin: 0 15px;
	
}
.portfolio-items-single {
	float: left;
	padding: 15px;
}

.portfolio-items-wrapper {
	position: relative;
	list-style: none;
}

.portfolio-items-single a,
.portfolio-items-single img {
	display: block;
	position: relative;
}

.portfolio-items-single a {
	overflow: hidden;
}

.portfolio-items-single-overlay-details {
	position: absolute;
	width: 100%;
	height: 100%;
}

.portfolio-items-single-overlay-details-inside-wrapper {
	padding: 10px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	position: relative;
}

.portfolio-items-single-overlay-details-inside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: red;
	background: rgba(255,255,255,0.85);	
}

.portfolio-items-single-overlay-details h1.portfolio-items-single-overlay-details-title {
	font-size: 16px;
	font-weight: 400;
}

.portfolio-items-single-overlay-details h1.portfolio-items-single-overlay-details-icon {
	font-size: 16px;
}

.portfolio-columns2 {
	width: 50%;
}

.portfolio-columns3 {
	width: 33.33334%;
}

.portfolio-columns4 {
	width: 24.9%;
}

.portfolio-columns5 {
	width: 19.9%;
}


/* testimonials */

.testimonial-thumb img {
	width: 120px;
	height: 120px;
	float: left;
}

.testimonial-thumb img {
	border-radius: 50%;
}

.testimonials-content-area {
	margin-left: 150px;
}

.testimonials-content-area .testimonial-content {
	margin-bottom: 20px;
	color: #888;
	font-size: 14px;
	padding-right: 30px;
}

.testimonials-content-area .testimonial-authorby {
	font-size: 13px;
	display: none;
}

.testimonials-content-area .testimonial-author {
	text-transform: uppercase;
	color: #f69b37; 
	font-weight: 700;
}

.testimonials-wrapper .owl-controls {
	text-align: center;
	margin-top: 30px;
}

.testimonials-wrapper .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.testimonials-wrapper  .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #b3cacf;
}

.testimonials-wrapper .owl-controls .owl-page.active span,
.testimonials-wrapper .owl-controls.clickable .owl-page:hover span{
	background: #29c2e1;
}

/* pricing columns */

.pricing-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.single-pricing-column {
	text-align: center;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

.single-pricing-width1 {
	width: 100%;
}

.single-pricing-width2 {
	width: 50%;
}

.single-pricing-width3 {
	width: 33.3334%;
}

.single-pricing-width4 {
	width: 25%;
}

.single-pricing-width5 {
	width: 20%;
}

.single-pricing-width6 {
	width: 16.6667%;
}

.single-pricing-column-inside {
	border: 1px solid #e6edee;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.single-pricing-column .single-pricing-title {
	text-transform: uppercase;
	color: #23282f;
	padding: 25px 10px 5px 10px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 1px;
	font-size: 19px;
	position: relative;
	display: inline-block;
}

.single-pricing-column .single-pricing-title span {
	position: absolute;
	width: 40px;
	height: 1px;
	background: #f69b37;
	bottom: -1px;
	left: 15px;
}

.single-pricing-column .single-pricing-main-content {
	border-bottom: 1px solid #e6edee;
	border-top: 1px solid #e6edee;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 1px;
	font-size: 17px;
	padding: 10px;
	color: #65686e;
}

.single-pricing-column .single-pricing-main-content span {
	color: #f69b37;
}

.single-pricing-column .single-pricing-content {
	min-height: 180px;
	padding: 30px 10px 0px 10px;
}

.single-pricing-column  .single-pricing-content .single-content-line {
	padding: 5px 10px;
	color: #55595f;
	font-size: 15px;
}


.single-pricing-column .single-pricing-url-wrapper {
	display: block;
	margin-top: 30px;
	margin-bottom: 50px;
}

.single-pricing-column .single-pricing-url-wrapper .single-pricing-url {
	background: #29c2e1;
	padding: 12px 30px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}

.single-pricing-column .single-pricing-url-wrapper .single-pricing-url:hover {
	background: #23282f;
	color: #fff;
}

.single-pricing-column .single-pricing-flag {
	position: absolute;
	left: 0;
	top: 0;
}

/*button*/
.bplus-button {
	text-align: center;
	background: #f7941d;
	padding: 10px 20px 10px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.bplus-button:hover {
	background: #23282f;
	color: #fff;
}

.single-service-list-item .service-icon-wrapper { 
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 5px;
}

/* dropcap */
.vc_dropcap .dropcap.type1 span.first_letter {
    float: left;
    font-size: 65px !important;
    margin-right: 10px;
   	line-height: 0.1;
	color: #444;
	font-weight: 400;
	margin-top: 20px;
}
.vc_dropcap .dropcap.type1, .vc_dropcap .dropcap.type1 span {
	font-size: 16px;
	color: #aaa;
	font-weight: 400;
	line-height: 1.6;
}

.vc_dropcap .dropcap.type2 span.first_letter {	
	float: left;
   	font-size: 32px !important;
   	margin-right: 15px;
	background: #29c2e1;
	color: #fff;
	font-weight: 400;
	padding: 10px 25px;
}

.vc_dropcap .dropcap.type2 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
/* Blockquote */
.blockquote.type1 {
    border-left: 3px solid #f69b37;
    padding: 0px 0px 0px 20px;
	margin-left: 70px;
}

.blockquote.type1 p {
	font-size: 18px;
	color: #23282f;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}

.blockquote.type2 {
    padding: 25px 30px 25px 50px;
    background: #f9f9f9 url(images/blockquote-icon-type2.png) no-repeat 40px center;
}

.blockquote.type2 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #808080;
    margin-left: 60px;
    line-height: 1.6;
}

.blockquote.type3 { padding: 0 80px; }
.blockquote.type3 .icon_holder {
    background: url(images/blockquote-icon-type3.png) no-repeat center center #f69b37;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.blockquote.type3 p {
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	font-weight: 400;
	margin-left: 120px;
}

.blockquote.type4 {
    padding: 0 50px;
    margin: 70px 0 !important;
}


.blockquote.type4 p {
   font-size: 13px !important;
   letter-spacing: 0.5px;
   color: #aaa;
   line-height: 2.2;
   position: relative;
   text-align: left;
   font-weight: 400;
	border-left: 1px solid #f3f3f3;
	padding-left: 40px;
}

.blockquote.type4 .blockquote4_quote_sign_start {
	color: #f69b37;
	font-size: 18px;
	font-weight: 800;
	top: -15px;
	left: 30px;
	position: absolute;
}

.blockquote.type4 .blockquote4_quote_sign_end {
	color: #f69b37;
	font-size: 18px;
	font-weight: 800;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
}


/* error page */
.vc_error_page_contruct {
	text-align: center;
}
.error-content1 {
	font-weight: 700;
	font-family: 'Roboto Slab', serif;;
	color: #23282f;
	font-size: 18px;
}
.error-content2 {
	font-weight: 800;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	color: #23282f;
	font-size: 250px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px
}
.error-content3 {
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	color: #23282f;
	font-size: 18px;
}

a.error-page-url {
	background: #29c2e1;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
	font-family: 'Karla', sans-serif;
	padding: 18px 40px;
	-webkit-appearance: none;
	letter-spacing: -1px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	display: inline-block;
	margin-top: 40px;
	border-radius: 30px;
	
	
	
}

a.error-page-url:hover {
	background: #23282f;
	color: #fff;
}
/* last line */