
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
	}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}

	html { 
		min-height: 100%;
		margin: 0;
		padding: 0;
	}

	img {
		max-width: 100%;
		height:auto;
		width: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	input[type="text"],input[type="password"],input[type="email"], textarea, select {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font: inherit;
	}

	iframe {
		width: 100%;
	}


/*-----------------------------------------------------------------*/
/* 2. Global styles
/*-----------------------------------------------------------------*/
	body{
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 22px;
		color: #848994;
	}
 .home {
    background-image: url(../images/body_img.jpg);
    background-size: cover;
    background-attachment: fixed;
}
	body.preloader{
		visibility: hidden;
	}

	.boxed_body_wrapper{
		width:1290px;
		margin:0 auto;
		background: #fff;
	}

	.boxed_body_wrapper #ABdev_main_header{
		position: static !important;
	}

	.boxed_body_wrapper #ABdev_header_spacer{
		display: none;
	}

	#jpreOverlay {
		background-color: #000000;
	}

	#jpreSlide{
		display: none;
	}

	#jpreLoader{
		width:50%;
		height:8px;
	}

	#jpreBar{
		width: 100%;
		margin-bottom: 10px;
		background: linear-gradient(to right, #50a2de, #5bd4b6);
		border-radius: 4px;
	}

	#jprePercentage {
		color:#aaa;
		font-family:Lato;
		text-align:center;
		color: #fff;
		font-size: 40px;
		margin-top: 20px;
	}

	a{
		color: #50a2de;
		text-decoration: none;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	a:hover{
		color: #056ab2;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	p{
		margin-bottom: 24px;
        font-size: 14px;
		text-rendering: optimizeLegibility;
	}

	hr{
		background-color: #e1e9e9;
		display: block;
		height: 1px;
		border-color: #e1e9e9; 
		border: 0;
		padding: 0;
		margin-bottom: 11px;
	}

	section{
		padding: 70px 0;
	}

	ul,
	ol{
		margin-left: 0;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
		margin-bottom: 14px;
		text-transform: uppercase;
		letter-spacing: 0px;
		text-rendering: optimizeLegibility;
	}

	h1{
		font-size: 32px;
		line-height: 32px;
	}

	h2{
		font-size: 28px;
		line-height: 28px;
	}

	h3{
		font-size: 25px;
		line-height: 25px;
	}

	h4{
		font-size: 22px;
		line-height: 22px;
	}

	h5{
		font-size: 18px;
		line-height: 18px;
	}

	h6{
		font-size: 14px;
		line-height: 14px;
	}

	pre {
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
	}

	blockquote{
		font-style: italic;
		font-size: 18px;
		margin-bottom: 40px;
	}

	blockquote cite{
		font-size: 13px;
		padding-top: 10px;
		display: block;
		font-style: normal;
	}

	.section_gray_body .dnd_section_content{
		background: #f4f4f4;
		padding: 55px 0;
	}

	.section_body_fullwidth .dnd_section_content .dnd_container{
		width: 100%;
	}

	input,select,textarea{
		border: 1px solid #d9d9d9;
		font-family: 'Open Sans', sans-serif;
		color: #939fa6;
		font-size: 14px;
		line-height: 26px;
		background: #f9f9f9;
	}

	input,
	select{
		padding: 6px 0 7px 20px;
		margin-bottom: 12px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	textarea{
		padding: 8px 0 8px 20px;
		margin-bottom: 36px;
	}

	button,
	input[type="submit"] {
		    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ed2024;
    background: #ed2024;
    color: #fff;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: Lato;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
	}

	button:hover,
	input[type="submit"]:hover{
		background: #505558;
	}
	
	.placeholder{
		color: #929292;
	}

	strong,
	.strong{
		font-weight: bold;
	}

	em{
		font-style: italic;
	}

	.pp_gallery{
		display: none !important;
	}

	.underlined{
		display: inline-block;
		background: url("images/underlined_bg.html") bottom repeat-x;
	}

	.italic{
		font-style: italic;
	}

	.highlighted,
	.search-highlight{
		background: #f1eb3c;
		display: inline-block;
		padding: 0 3px;
	}

	.alignleft{
		float: left;
		margin-right: 30px;
	}

	.alignright{
		float: right;
		margin-left: 30px;
	}

	.floatleft{
		float: left;
		margin-right: 30px;
	}

	.floatright{
		float: right;
		margin-left: 30px;
	}

	.color_highlight{
		color: #056ab2;
	}

	.blue_text{
		color: #50a2de;
	}

	.bold{
		font-weight: 700;
	}

	.bigtext{
		font-family: Lato,sans-serif;
		font-weight: 700;
		font-size: 38px;
		line-height: 38px;
	}

	.section_color_background{
		background: #056ab2;
		margin-bottom: 0;
	}

	.white_background {
		background: #fff;
		border-radius: 5px;
	}

	.leading_line{
		margin-bottom: 80px !important;
	}

	.leading_line:after{
		content: "";
		display: block;
		position: relative;
		bottom: -40px;
		width: 70px;
		height: 5px;
		background: #056ab2;
	}

	.center_aligned.leading_line:after{
		left: 50%;
		margin-left: -35px;
	}

	.right_aligned.leading_line:after{
		left: 100%;
		margin-left: -70px;
	}

	.last_child{
		margin-right: 0 !important;
	}

	.content_with_right_sidebar{
	}

	.content_with_left_sidebar{
		float:right !important;
	}

	.span12.content_with_right_sidebar{
		padding-right: 0;
	}

	.left_aligned{
		text-align: left;
	}

	.right_aligned{
		text-align: right;
	}

	.center_aligned,
	.aligncenter{
		text-align: center;
	}

	.no_padding_bottom{
		padding-bottom: 0;
	}

	.no_padding_top{
		padding-top: 0;
	}

	.no_padding{
		padding-top: 50px;
            padding-bottom: 50px
	}
	
	.padding_top145{
		padding-top: 145px;
	}

	.padding_top100{
		padding-top: 100px;
	}

	.padding_top60{
		padding-top: 60px;
	}

	.padding_top40{
		padding-top: 40px;
	}
	
	.padding_top30{
		padding-top: 26px;
	}

	.padding_bottom100{
		padding-bottom: 100px;
	}

	.padding_bottom80{
		padding-bottom: 80px;
	}

	.padding_bottom75{
		padding-bottom: 75px;
	}

	.padding_bottom60{
		padding-bottom: 60px;
	}
	
	.padding_bottom50{
		padding-bottom: 50px;
	}

	.padding_bottom40{
		padding-bottom: 50px;
	}

	.padding_left100{
		padding-left: 100px;
	}

	.padding_left70{
		padding-left: 70px;
	}

	.padding_left60{
		padding-left: 60px;
	}

	.padding_left10{
		padding-left: 10px;
	}

	.padding_right100{
		padding-right: 100px;
	}

	.padding_right70{
		padding-right: 70px;
	}

	.padding_right20{
		padding-right: 20px;
	}

	.margin_bottom{
		margin-bottom: 40px;
	}

	.white_text, 
	.white_text span{
		color: #ffffff !important;
	}
	
	.white_text p{
		color: #848994;
	}

	.white_text .dnd_section_dd header h3{
		color: #ffffff;
	}

	.dnd_section_dd.white_text_header header h3{
		color: #ffffff !important;
	}

	.text_blue{
		color: #50a2de;
	}
	.orange_text{
		color: #f3ae36;
	}

	a.dark_text{
		color: #3b4550!important;
		font-size: 11px;
	}

	.color_white{
		color: #ffffff;
	}

	.color_white h6 span{
		color: #fff;
		font-weight: 700;
	}

	.white_text_h3 h3{
		color: #fff;
	}

	.more_space{
		line-height: 28px;
	}

	.full, .full input[type="submit"]{
		width: 100%;
		margin-top: 7px;
	}

	sub {
		vertical-align: sub;
		font-size: smaller;
	}

	sup {
		vertical-align: super;
		font-size: smaller;
	}

	table {
		line-height: 2;
		margin: 0 0 40px;
		width: 100%;
	}

	th{
		font-weight: 700;
	}

	.pattern_overlayed{
		position: relative;
		color: #ffffff !important;
	}

	.pattern_overlayed:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background:rgba(20, 46, 153, 0.46);
		z-index: 0;	
	}

	.pattern_overlayed .dnd_container{
		z-index: 1;
		position: relative;
	}

	.wp-caption{
		max-width: 100% !important;
	}

	.wp-caption.aligncenter{
		width: 100% !important;
	}

	.sticky{
		background: #f2f2f2;
		margin-bottom: 40px;
		padding: 40px 20px 0 20px;
	}

	::selection {
		color: #fff;
		background: #50a2de;
	}

	.wp-caption-text{}
	.gallery-caption{}
	.bypostauthor{}

/*-------- 2.1. Inner columns --------*/
	.container,
	.dnd_container{
		width: 1170px;
		margin: 0 auto;
	}
	
	.content .dnd_container,
	.content_with_right_sidebar .dnd_container,
	.content_with_left_sidebar .dnd_container{
		width: 100%;
	}

	.row{
		width: 100%;
	}

	.row:before,
	.row:after{
		display: table;
		line-height: 0;
		content: "";
	}

	.row:after{
		clear: both;
	}

	.row > [class*="span"]{
		display: block;
		float: left;
		width: 100%;
		min-height: 20px;
		margin-left: 2.564102564102564%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
	}

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

	.row .span12{width: 100%;}
	.row .span11{width: 91.45299145299145%;}
	.row .span10{width: 82.90598290598291%;}
	.row .span9 {width: 74.35897435897436%;}
	.row .span8 {width: 65.81196581196581%;}
	.row .span7 {width: 57.26495726495726%;}
	.row .span6 {width: 48.71794871794872%;}
	.row .span5 {width: 40.17094017094017%;}
	.row .span4 {width: 31.62393162393162%;}
	.row .span3 {width: 23.07692307692308%;}
	.row .span2 {width: 14.52991452991453%;}
	.row .span1 {width: 5.982905982905983%;}

	.half,
	.third,
	.fourth,
	.fifth{
		float: left;
	}

	.alpha{
		margin-left: 0 !important;
	}

	.half{width: 50%;}
	.third{width: 33.33333%;}
	.fourth{width: 25%;}
	.fifth{width: 20%;}

	.left{
		float: left !important;
	}

	.right{
		float: right !important;
	}

	.no_margin{
		margin: 0;
	}

	.no_padding{
/*		padding: 0;*/
	}

	.bottom_margin{
		margin-bottom: 40px;
	}

	.img_top_padding{
		padding-top: 6px;
		margin-bottom: 10px;
	}

	.border_bottom{
		border-bottom: 1px solid #ebedef;
	}

	.border_top{
		border-top: 1px solid #ebedef;
	}

	.border_both{
		border-top: 1px solid #ebedef;
		border-bottom: 1px solid #ebedef;
	}


/*-------- 2.2. Clearfix --------*/
	.clearfix:before,
	.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}

	.clearfix:after {
	  clear: both;
	}


/*-----------------------------------------------------------------*/
/* 3. Header
/*-----------------------------------------------------------------*/
	#ABdev_main_header.default{
		padding: 0px 0 0px 0px;
/*		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);*/
		z-index: 9999;
		width: 100%;
		position: fixed;
		    z-index: 999;
/*		background: #fff;*/
	}

	#top_bar{
/*		background:#08152d;*/
		border-bottom: 1px solid #4a4a4a47;
		max-height: 200px;
		overflow: hidden;
		transition: all 600ms ease-in;
		-webkit-transition: all 600ms ease-in;
	}

	.top_social_icon{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 7px;
		padding-top: 15px;
		/*border-left: 1px solid #ebedef;*/
		float: left;
	}

	.top_social_icon:last-of-type{
		/*border-right: 1px solid #ebedef;*/
	}

	.top_social_icon i{
		font-size: 13px;
		color: #fff;
		position: relative;
		top: -3px;
	}

	#header_social_info .top_social_icon.top_social_icon_facebook:hover{background: #3B5998;}
	#header_social_info .top_social_icon.top_social_icon_twitter:hover{background: #4099FF;}
	#header_social_info .top_social_icon.top_social_icon_googleplus:hover{background: #d34836;}
	#header_social_info .top_social_icon.top_social_icon_linkedin:hover{background: #0e76a8;}
	#header_social_info .top_social_icon.top_social_icon_youtube:hover{background: #c4302b;}
	#header_social_info .top_social_icon.top_social_icon_pinterest:hover{background: #c8232c;}
	#header_social_info .top_social_icon.top_social_icon_github:hover{background: #171515;}
	#header_social_info .top_social_icon.top_social_icon_feed:hover{background: #ee802f;}
	#header_social_info .top_social_icon.top_social_icon_behance:hover{background: #1769ff;}
	#header_social_info .top_social_icon.top_social_icon_blogger:hover{background: #f57d00;}
	#header_social_info .top_social_icon.top_social_icon_delicious:hover{background: #3399ff;}
	#header_social_info .top_social_icon.top_social_icon_designContest:hover{background: #5faad2;}
	#header_social_info .top_social_icon.top_social_icon_deviantART:hover{background: #4e6252;}
	#header_social_info .top_social_icon.top_social_icon_digg:hover{background: #000;}
	#header_social_info .top_social_icon.top_social_icon_dribble:hover{background: #ea4c89;}
	#header_social_info .top_social_icon.top_social_icon_dropbox:hover{background: #007ee5;}
	#header_social_info .top_social_icon.top_social_icon_email:hover{background: #ed1c16;}
	#header_social_info .top_social_icon.top_social_icon_flickr:hover{background: #ff0084;}
	#header_social_info .top_social_icon.top_social_icon_forrst:hover{background: #5b9a68;}
	#header_social_info .top_social_icon.top_social_icon_instagram:hover{background: #3f729b;}
	#header_social_info .top_social_icon.top_social_icon_lastfm:hover{background: #c3000d;}
	#header_social_info .top_social_icon.top_social_icon_myspace:hover{background: #313131;}
	#header_social_info .top_social_icon.top_social_icon_picasa:hover{background: #9a45a0;}
	#header_social_info .top_social_icon.top_social_icon_skype:hover{background: #00aff0;}
	#header_social_info .top_social_icon.top_social_icon_stumbleUpon:hover{background: #f74425;}
	#header_social_info .top_social_icon.top_social_icon_vimeo:hover{background: #44bbff;}
	#header_social_info .top_social_icon.top_social_icon_zerply:hover{background: #9dcc7a;}

	#header_social_info .top_social_icon:hover i{
		color: #fff;
	}

	.quick_contact_phone,
	.quick_contact_mail{
		color: #fff;
		font-size: 14px;
		margin-left: 20px;
		display: inline-block;
		margin-top: 11px;
	}

	.quick_contact_phone{
		margin-right: 16px;
	}

	.quick_contact_mail a{
		color: #fff;
	}

	.quick_contact_mail a:hover{
		color: #50a2de;
	}

	.quick_contact_phone i,
	.quick_contact_mail i{
		margin-right: 11px;
		position: relative;
		top: 2px;
	}
	
	.shop_nav_links{
		color: #848994;
		font-size: 12px;
		margin-top: 11px;
		margin-bottom: 11px;
	}

	.shop_nav_links a{
		color: #848994;
	}

	.shop_nav_links a:hover{
		color: #50a2de;
	}

	.shop_nav_links a.link_cart{
		color: #50a2de;
		margin-left: 3px;
	}

	.shop_nav_links a.link_cart:hover{
		color: #056ab2;
	}

	#ABdev_main_slider{
		padding: 0;
		background-size: cover;
		position: relative;
		height: 455px;
		background: #f2f3f4;
		overflow: hidden;
	}

	#ABdev_main_slider_content{
		text-align: center;
	}

	#ABdev_main_slider_logo{
		position: absolute;
		top: 10%;
		width: 100%;
	}

	#ABdev_main_slider_text{
		font-size: 70px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 84px;
		position: absolute;
		top: 30%;
		width: 100%;
	}

	#ABdev_main_slider_text .bold{
		font-size: 84px;
		display: block;
	}

	#ABdev_main_slider_scroll{
		position: absolute;
		bottom:70px;
		width: 100%;
	}

	.ABdev_main_slider_scroll_icon{
		display: inline-block;
		background: rgba(0,0,0,0.5);
		padding: 9px 25px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.ABdev_main_slider_scroll_info{
		font-family: Lato;
		text-transform: uppercase;
	}

	.pattern_overlayed #ABdev_main_slider_content{
		z-index: 1;
	}

	#logo{
		float: left;
		margin-top: 15px;
	}
.sticky_header_low #logo {
    margin-top: 4px;
}
.inner {
    background: #222121ba;
}
/*-------- 3.1. Transparent Header  --------*/	
	#ABdev_main_header.transparent{
		background: rgba(0,0,0,0.2);
		padding: 0px 0 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	#ABdev_main_header.transparent #main_logo{
		display: none;
	}

	body.admin-bar #ABdev_main_header.transparent{
		top: 32px;
	}

	.transparent #top_bar{
		background: rgba(0,0,0,0.5);
		border-bottom: 1px solid rgba(0,0,0,0.5);
	}

	.transparent .top_social_icon{
		border-left: 1px solid rgba(0,0,0,0.5);
	}

	.transparent .top_social_icon:last-of-type{
		border-right: 1px solid rgba(0,0,0,0.5);
	}

	.transparent .search-box-wrapper{
		top: 97px;
		background: rgba(0,0,0,0.2);
		border: 1px solid rgba(255,255,255,0.2);
	}

	.transparent #search-container .widget_search input[type="text"]{
		background: rgba(255,255,255,0.1);
		color: #fff;
	}

	.transparent #search-container .widget_search input::-webkit-input-placeholder{
		color: #fff;
	}

	.transparent .search-icon i{
		background: rgba(255,255,255,0.2);
		color: #c5c9d2;	
	}

	.transparent .search-icon:hover i{
		color: #fff !important;
	}

	.transparent #search-container .widget_search i{
		color: #fff;
	}

	.transparent #search-container .widget_search i:hover{
		color: #50a2de;
	}

	body.page-template-page-onepage-php #ABdev_header_spacer.transparent{
		display: none;
	}

/*-------- 3.2. Header Style 1  --------*/
	#ABdev_main_header.header_layout_1{
		padding: 0px 0 0px 0px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
		z-index: 9999;
		width: 100%;
		position: fixed;
		background: #fff;
	}

	.header_layout_1 #logo_search_bar{
		border-bottom: 1px solid #e6e9eb;
	}

	.header_layout_1 #logo{
		float: none;
		text-align: center;
		margin-bottom: 33px;
		margin-top: 29px;
		position: relative;
	}

	.header_layout_1 #logo p{
		float: left;
		margin-bottom: 0;
	}

	.header_layout_1 #logo .my_account_link{
		margin-left: 20px;
	}

	.header_layout_1 #logo p.cart_right{
		position: relative;
		float: right;
		top: -6px;
	}

	.header_layout_1 #logo p.cart_right a.link_cart{
		margin-left: 10px;
	}

	.header_layout_1 #logo p.cart_right i,
	.header_layout_2 #logo p.cart_right i,
	.header_layout_3 p.cart_right i{
		font-size: 25px;
		margin-left: 20px;
		position: relative;
		top: 5px;
	}

	.header_layout_1 .widget_search{
		width: 250px;
		float: right;
	}

	.header_layout_1 .widget_search input{
		margin-top: 11px;
		border-radius: 20px;
		position: relative;
		outline: 0;
	}

	.header_layout_1 .widget_search input:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

	.header_layout_1 .widget_search i{
		top: 24px;
		position: absolute;
	}

	.header_layout_1 .widget_search i:hover{
		color: #50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.header_layout_1 #main_menu{
		float: left;
		padding-top: 9px;
	}

	.header_layout_1 nav > ul ul{
		top: 61px;
	}

	.header_layout_1 nav > ul > li a{
		padding-bottom: 10px;
		padding-right: 45px;
		margin-left: 0;
	}

	.header_layout_1 nav > ul ul > li a{
		padding: 0px 10px 0px 30px;
	}

	.header_layout_1 nav > ul > li.menu-item-has-children > a:after{
		right: 33px;
	}

	.header_layout_1 nav > ul > li.menu-item-has-children:hover > a:before{
		top: 45px;
		margin-left: -27px;
	}

	.header_layout_1 nav > ul > li > ul:before {
		content: "";
		display: block;
		position: absolute;
		width: 228px;
		min-width: 228px;
		height: 12px;
		top: -12px;
		left: 0;
		z-index: 2004;
	}

	.header_layout_1 .sf-mega{
		top: 61px;
		left: 0;
		margin-left: 0 !important;
	}

/*-------- 3.3. Header Style 2  --------*/
	#ABdev_main_header.header_layout_2{
		padding: 0px 0 0px 0px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
		z-index: 9999;
		width: 100%;
		position: fixed;
		background: #fff;
	}

	.header_layout_2 #logo_search_bar{
		border-bottom: 1px solid #e6e9eb;
	}

	.header_layout_2 #logo{
		float: none;
		margin: 0;
		position: relative;
	}

	.header_layout_2 #logo .logo{
		float: left;
		margin-top: 26px;
		margin-bottom: 30px;
		margin-right: 59px;
	}

	.header_layout_2 #logo p{
		text-align: right;
		padding-top: 17px;
	}

	.header_layout_2 #logo p.cart_right{
		position: relative;
		float: right;
		top: 3px;
		margin-bottom: 15px;
	}

	.header_layout_2 #logo p.cart_right a.link_cart{
		margin-left: 10px;
	}

	.header_layout_2 .widget_search{
		float: left;
		width: 250px;
	}

	.header_layout_2 .widget_search input{
		margin-top: 20px;
		border-radius: 20px;
		margin-bottom: 0;
		outline: 0;
	}

	.header_layout_2 .widget_search input:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

	.header_layout_2 .widget_search i{
		top: 33px;
	}

	.header_layout_2 .widget_search i:hover{
		color: #50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.header_layout_2 #main_menu{
		float: left;
		padding-top: 9px;
		padding-bottom: 10px;
	}

	.header_layout_2 nav > ul ul{
		top: 59px;
	}

	.header_layout_2 nav > ul > li a{
		padding-bottom: 0;
		padding-right: 45px;
		margin-left: 0;
	}

	.header_layout_2 nav > ul > li.menu-item-has-children > a:after{
		right: 33px;
	}

	.header_layout_2 nav > ul > li.menu-item-has-children:hover > a:before{
		top: 43px;
		margin-left: -27px;
	}

	.header_layout_2 nav > ul > li > ul:before {
		content: "";
		display: block;
		position: absolute;
		width: 228px;
		min-width: 228px;
		height: 10px;
		top: -10px;
		left: 0;
		z-index: 2004;
	}

	.header_layout_2 .sf-mega{
		top: 59px;
		left: 0;
		margin-left: 0 !important;
	}

/*-------- 3.4. Header Style 3  --------*/
	#ABdev_main_header.header_layout_3{
		padding: 0px 0 0px 0px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
		z-index: 9999;
		width: 100%;
		position: fixed;
		background: #fff;
		padding-bottom: 0 !important;
	}

	.header_layout_3 #logo_search_bar{
		border-bottom: 1px solid #e6e9eb;
	}

	.header_layout_3 #logo{
		float: none;
		margin: 0;
		position: relative;
	}

	.header_layout_3 #logo .logo{
		float: left;
		margin-top: 24px;
		margin-bottom: 28px;
		margin-right: 59px;
	}

	.header_layout_3 p{
		text-align: right;
		padding-top: 9px;
		margin-bottom: 0;
		padding-bottom: 22px;
	}

	.header_layout_3 p a.link_cart{
		padding-left: 10px;
	}
	
	.header_layout_3 .widget_search{
		float: right;
		width: 250px;
	}

	.header_layout_3 .widget_search input{
		margin-top: 18px;
		border-radius: 20px;
		margin-bottom: 18px;
		outline: 0;
	}

	.header_layout_3 .widget_search input:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}
	
	.header_layout_3 .widget_search i{
		top: 31px;
	}

	.header_layout_3 .widget_search i:hover{
		color: #50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.header_layout_3 #main_menu{
		float: left;
		padding-top: 9px;
		padding-bottom: 10px;
	}

	.header_layout_3 nav > ul ul{
		top: 59px;
	}
	
	.header_layout_3 nav > ul > li a{
		padding-bottom: 0;
		padding-right: 35px;
		margin-left: 0;
	}
	
	.header_layout_3 nav > ul > li.menu-item-has-children > a:after{
		right: 25px;
	}
	
	.header_layout_3 nav > ul > li.menu-item-has-children:hover > a:before{
		top: 43px;
		margin-left: -27px;
	}

	.header_layout_3 nav > ul > li > ul:before {
		content: "";
		display: block;
		position: absolute;
		width: 228px;
		min-width: 228px;
		height: 10px;
		top: -10px;
		left: 0;
		z-index: 2004;
	}
	
	.header_layout_3 .sf-mega{
		top: 59px;
		left: 0;
		margin-left: 0 !important;
	}

/*-------- 3.5. Dark Menu  --------*/
	.dark_menu_style nav > ul ul{
		background: #282c30;
		border: 1px solid #282c30;
	}

	.dark_menu_style nav > ul ul li{
		border-bottom: none;
	}

	.dark_menu_style nav > ul ul li:hover{
		background: #282c30;
		color: #50a2de;
	}
	
	.dark_menu_style nav > ul > li.menu-item-has-children:hover > a:before{
		border-bottom: 7px solid #282c30;
	}

	.dark_menu_style .sf-mega-inner{
		background: #282c30;
	}

	.dark_menu_style nav > ul .sf-mega-inner > ul > li{
		border-right: 1px solid #9fa4af;
		background: #282c30;
	}

	.dark_menu_style nav > ul .sf-mega-inner > ul > li > a,
	.dark_menu_style .megamenu_header a span{
		color: #fff;
	}

	.dark_menu_style .search-box-wrapper{
		background: #282c30;
	}

/*-------- 3.6. Sticky Header --------*/
	#ABdev_main_header.sticky_header_low nav > ul > li > ul:before{
		height: 15px;
		top: -15px;
	}


	.header_layout_1.sticky_main_header #top_bar{
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
		max-height: 400px;
	}

	#ABdev_main_header.sticky_header_low #top_bar{
		max-height: 0px;
		overflow: hidden;
		transition: all 600ms ease-in;
		-webkit-transition: all 600ms ease-in;
	}

	.header_layout_1.sticky_main_header #logo{
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
	}


	.header_layout_1.sticky_header_low #logo{
		margin-bottom: 15px;
		margin-top: 15px;
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
	}


/*-------- 3.6. Main Menu --------*/
	#ABdev_menu_toggle{
		display: none;
		cursor: pointer;
	}

	nav > ul{
		list-style: none;
		margin: 0;
		float: right;
		position: relative;
		padding-top: 16px;
	}

	nav > ul > li{
		float: left;
		line-height: 40px;
	}

	nav > ul > li a{
		color: #fff;
		font-family: Lato;
		font-weight: 600;
		font-size: 17px;
		text-align: center;
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		padding-right: 50px;
		position: relative;
		padding-bottom: 20px;
	}

nav > ul > li a:hover {
    color: #ed2024;
}
.sticky_header_low {
    background: rgba(12, 12, 12, 0.81);
}
	nav > ul > li.menu-item-has-children > a:after{
		content:"\f48b"; /*.ci_icon-chevron-down*/
		font-family:'WebHostingHub-Glyphs';
		color: #848994;
		font-size: 7px;
		position: absolute;
		top: 2px;
		right: 5px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	nav > ul > li:hover a{
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	nav > ul > li:hover a:after{
		color: #50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	nav > ul > li span{
		display: block;
	}

	nav > ul ul{
		display: none;
		list-style: none;
		position: absolute;
		background: #fff;
		border: 1px solid #e9eaec;
		border-radius: 5px;
		margin: 0;
		min-width: 228px;
		z-index: 2001;
		overflow: visible;
	}

	nav > ul > li.menu-item-has-children:hover > a:before{
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #b7b9c2;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -12px;
	}

	nav > ul li:hover > ul,
	nav > ul li.sfHover > ul{
		display: block;
		z-index: 2003;
	}

	nav > ul ul li{
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	nav > ul ul li:last-child{
		border-bottom: 0px solid #e9eaec;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;	
	}

	nav > ul ul li a{
		width: 100%;
		text-align: left;
		padding: 6px 13px 7px 13px;
		color: #848998;
		margin-left: 0;
	}

	nav > ul ul li:hover{
		background: #f5f6f8;
	}

	nav > ul ul li:hover a{
		color: #50a2de;
	}

	nav > ul ul ul{
		position: absolute;
		left: 100%;
		top: -1px !important;
		margin-left: 0px;
		margin-top: 0;
		z-index: 2002;
		border-top-left-radius: 0px;
	}

	nav > ul ul ul li > a{
		color: #848998!important;
	}

	nav > ul ul ul li > a:hover{
		color: #50a2de!important;
	}

	nav > ul ul ul:after{
		display: none;
	}

	.sf-arrows .sf-with-ul:after{
		content:"\f488"; /*.ci_icon-chevron-right*/
		font-family:'WebHostingHub-Glyphs';
		color: #aaa;
		margin-left: 5px;
		float:right;
		position: relative;
		top: 2px;
	}

	.sf-arrows ul .sf-with-ul:after{
		content:"\f105"; /*.ci_icon-keyboardalt*/
		top: 0;
	}

	.sf-arrows ul li:hover .sf-with-ul:after{
		color: #fff;
	}

	.sf-arrows > li:hover > .sf-with-ul:after{
		color: #d84949;
	}

	.sf-arrows .current_menu_ancestor .sf-with-ul:after{
		color: #333;
	}

	nav > ul > .current-menu-item > a,
	nav > ul > .current-post-ancestor > a,
	nav > ul > .current-menu-ancestor > a,
	nav > ul ul > .current-menu-item > a{
		color: #fff !important;
	}

	.whhg-search {
		float: right;
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-left: 34px;
		background: #f5f6f8;
		border-radius: 50%;
		text-align: center;
		font-size: 13px;
		margin-top: 17px;
	}

/*-------- 3.6.1. Transparent Main Menu  --------*/
	#ABdev_main_header.transparent nav > ul > .current-menu-item > a,
	#ABdev_main_header.transparent nav > ul > .current-post-ancestor > a,
	#ABdev_main_header.transparent nav > ul > .current-menu-ancestor > a {
		color: #50a2de;
	}

	#ABdev_main_header.transparent nav > ul > li a{
		color: #fff !important;
	}

	#ABdev_main_header.transparent nav > ul > li a:hover{
		color: #50a2de !important;
	}

	#ABdev_main_header.transparent .megamenu_header a span{
		color: #fff;
	}

	#ABdev_main_header.transparent nav > ul ul{
		list-style: none;
		position: absolute;
		background: rgba(0,0,0,0.2);
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 5px;
		margin: 0;
		margin-top: 20px;
		z-index: 2001;
		overflow: visible;
	}

	#ABdev_main_header.transparent nav > ul > li > ul:before {
		content: "";
		display: block;
		position: absolute;
		width: 228px;
		min-width: 228px;
		height: 20px;
		top: -20px;
		left: 0;
		z-index: 2004;
	}

	#ABdev_main_header.transparent nav > ul ul li:hover {
		background: rgba(0,0,0,0.2);
	}

	#ABdev_main_header.transparent nav > ul > li.menu-item-has-children:hover > a:before{
		bottom: -20px;
	}

	#ABdev_main_header.transparent .sf-mega{
		top: 96px;
		background: transparent !important;
		margin-left: 0 !important;
		margin-right: -66px;
	}

	#ABdev_main_header.transparent .sf-mega-inner{
		border: none;
		background: transparent !important;
		border: 1px solid rgba(255,255,255,0.2);
	}

	#ABdev_main_header.transparent nav > ul .sf-mega-inner > ul > li{
		background: transparent !important;
		border-right: 1px solid rgba(255,255,255,0.2);
	}

	#ABdev_main_header.transparent nav > ul .sf-mega-inner > ul > li:last-child{
		border-right: none;
	}

	#ABdev_main_header.transparent .sf-mega-inner ul ul{
		border: none;
		background: transparent !important;
	}

	#ABdev_main_header.transparent .sf-mega-inner ul ul li{
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

/*-------- 3.7. Mega Menu  --------*/
	.sf-mega {
		width: 1170px;
		position: absolute;
		right: 0;
		display: none;
		top: 100%;
		z-index: 9999;
	}
	
	.sf-mega-inner{
		background: #fff;
		border: 1px solid #e9eaec;
		border-radius: 5px;
	}
	
	nav > ul li:hover > .sf-mega,
	nav > ul li.sfHover > .sf-mega {
		display: block;
	}
	
	.sf-mega li,
	.sf-mega ul{
		position: static !important;
		display: block !important;
		padding: 0;
		margin: 0;
		border: none;
		height: auto !important;
		background: none;
		box-shadow: none;
	}
	
	.sf-mega-inner ul li ul ul > li:hover{
		background: #f5f6f8;
	}
	
	nav > ul .sf-mega-inner{
		display: table !important;
		width: 100%;
	}
	
	nav > ul .sf-mega-inner > ul {
		display: table-row !important;
	}
	
	nav > ul .sf-mega-inner > ul > li{
		border-right: 1px solid #e9eaec;
		display: table-cell !important;
		vertical-align: top;
		padding-bottom: 0;
		background: #fff;
	}

	nav > ul .sf-mega-inner > ul > li:first-child{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	nav > ul .sf-mega-inner > ul > li:last-child{
		border-right: none;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.sf-mega li,
	.sf-mega li{
		border-bottom: none;
	}
	
	nav > ul .sf-mega-inner > ul > li > a{
		font-family: Lato;
		font-weight: 700;
		text-transform: uppercase;
		color: #3b4550;
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
		
	nav > ul .sf-mega-inner > ul > li > ul > li a{
		font-size: 13px;
		line-height: 28px;
	}
	
	nav > ul .sf-mega-inner a{
		text-transform: none;
		padding: 7px 10px 6px 14px;
		margin-bottom: 1px;
	}
		
	nav > ul > .mega1 .sf-mega-inner > ul > li{width: 100%;}
	nav > ul > .mega2 .sf-mega-inner > ul > li{width: 50%;}
	nav > ul > .mega3 .sf-mega-inner > ul > li{width: 33.33333333333333%;}
	nav > ul > .mega4 .sf-mega-inner > ul > li{width: 25%;}
	nav > ul > .mega5 .sf-mega-inner > ul > li{width: 20%;}
	nav > ul > .mega6 .sf-mega-inner > ul > li{width: 16.66666666666667%;}
	nav > ul > .mega7 .sf-mega-inner > ul > li{width: 14.28571428571429%;}
	

	nav > ul > .mega1 ul,
	nav > ul > .mega2 ul,
	nav > ul > .mega3 ul,
	nav > ul > .mega4 ul,
	nav > ul > .mega5 ul,
	nav > ul > .mega6 ul,
	nav > ul > .mega7 ul{
		min-width: 0;
	}
	
	nav > ul .sf-mega-inner .description_menu_item{
		padding: 20px;
		font-size: 13px;
		font-weight: 300;
		line-height: 22px;
		color: #848994;
	}
	
	nav > ul .sf-mega-inner .description_menu_item a{
		display: inline;
		padding: 0;
		margin: 0;
		line-height: inherit;
		font-size: inherit;
		color: #50a2de;
	}
	
	nav > ul .sf-mega-inner .description_menu_item a:hover{
		color: #056ab2;
		background: none;
	}

	.sf-mega ul ul li:hover a{
		color: #50a2de !important;
	}

	#ABdev_main_header.default .sf-mega{
		right: -66px;
	}

	.megamenu_header:hover{
		background: #fff;
	}

	.megamenu_header a span{
		font-family: Lato;
		font-weight: 700;
		text-transform: uppercase;
		color: #3b4550;
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
	

/*-------- 3.8. Title/Breadcrumbs Bar --------*/
	#title_breadcrumbs_bar{
		background: #f6f6f6;
		padding:22px 0;
		font-family: Open Sans;
		font-weight: 300;
		font-size: 18px;
		border-bottom:1px solid #e9eaec;
	}

	#title_breadcrumbs_bar h1{
		font-size: 21px;
		color: #3b4550;
		line-height: 24px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-family: Lato ,sans-serif;
		font-weight: 700;
	}

	#title_breadcrumbs_bar .breadcrumbs{
		line-height: 36px;
	}

	#title_breadcrumbs_bar .breadcrumbs,
	#title_breadcrumbs_bar .breadcrumbs a,
	#title_breadcrumbs_bar .breadcrumbs i{
		color: #50a2de;
		font-size: 13px;
	}

	#title_breadcrumbs_bar .breadcrumbs a:hover{
		color: #056ab2;
	}

	#title_breadcrumbs_bar .breadcrumbs .current{
		color: #848994;
	}

	#title_breadcrumbs_bar .breadcrumbs i{
		font-size: 8px;
		top: 0;
		color: #848994;
		padding: 0 6px;
		
	}
 
/*-------- 3.9. Search --------*/
    .search-toggle {
        cursor: pointer;
        float: right;
		margin-left: 10px;
		position: relative;
    }
    
    .search-toggle:hover .search-icon i{
        background: #50a2de;
        -webkit-transition: all 180ms ease-in;
        transition: all 180ms ease-in;
    }

    .search-toggle:hover .search-icon i{
    	color: #fff;
    	-webkit-transition: all 180ms ease-in;
        transition: all 180ms ease-in;
    }

    .search-icon i{
    	float: right;
		width: 36px;
		height: 36px;
		line-height: 37px;
		margin-left: 20px;
		background: #f5f6f8;
		border-radius: 50%;
		text-align: center;
		font-size: 13px;
		margin-top: 17px;
		margin-bottom: 23px;
    }

    .search-icon.active i{
    	background: #50a2de;
    	color: #fff;
    }

    .search-toggle.active{
		background: #E4664D;
		color: #fff;
    } 
    
    .search-toggle .screen-reader-text i{ 
        color: #8a8d94;
        font-size: 15px;
        line-height: 76px;
    }
    
    .search-box-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
        position: absolute;
        top: 76px;
		right: 0;
        width: 250px;
        height: 74px;
        z-index: 2;
        background: #fff;
        border:1px solid #e9eaec;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 1px 1px rgba(151,156,162,0.1);
        -moz-box-shadow:    0px 1px 1px 1px rgba(151,156,162,0.1);
        box-shadow:         0px 1px 1px 1px rgba(151,156,162,0.1);
    }
    
    .search-box {
        padding: 12px;
    }
    
    .search-box:before {
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #b7b9c2;
		content: "";
		position: absolute;
		top: -8px;
		right: 10px;
	}

    #search-container .widget_search input[type="text"]{
        border: 0;
        background: #f5f6f8;
        text-align: left;
        outline:0;
        font-size: 13px;
        line-height: 22px;
        color: #848994;
        border: 1px solid #e9eaec;
        border-radius: 45px;
        width: 210px;
        height: 32px;
        margin: 6px 0 0 7px;
        position: relative;
    }

    #search-container .widget_search input[type="text"]:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

    #search-container .widget_search i{
    	color: #50a2de;
    	position: absolute;
    	top: 16px;
    	right: 20px;
    }

    #search-container .widget_search i:hover{
		color: #848994;
    }

    .hide{
        display: none;
    }

/*-----------------------------------------------------------------*/
/* 4. Slider place
/*-----------------------------------------------------------------*/
	#frontpage_slider{
		padding: 0;
		margin: 0;
	}

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		background: #fff;
		width: 48px;
		height: 48px;
		text-align: center;
		border-radius: 50%;
		line-height: 48px;
	}

	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before {
		font-family:'WebHostingHub-Glyphs';
		display: block;
		color: #505558;
		content:'\f489'; /*.ci_icon-chevron-left*/
		text-align: center;
		font-size: 16px;
		line-height: 48px;
		width: 100%;
		height: 100%;
	}

	.tp-leftarrow.default:hover:before,
	.tp-rightarrow.default:hover:before {
		color: #50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.tp-rightarrow.default:before {
		content:'\f488'; /*.ci_icon-chevron-right*/
	}

	.tp-bullets.simplebullets.round .bullet {
		background-image: url(images/bullet.html);
		background: #fff;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
	}

	.tp-bullets.simplebullets.round .bullet.selected{
		background:#50a2de;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
		border: 2px solid #50a2de;
	}

	.tp-bullets.simplebullets.round .bullet{	
		background:transparent;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
		border: 2px solid #fff;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected{	
		background-color:#50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.tp-caption.Blue_Button,
	.tp-caption.White_Button{
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.tp-caption.Blue_Button:hover{
		background-color:#fff;
		cursor: pointer;
	}

	.tp-caption.Blue_Button:hover a{
		color:#50a2de !important;
	}

	.tp-caption.White_Button:hover{
		background-color:#848994;
		cursor: pointer;
	}

	.tp-caption.White_Button:hover a,
	.tp-caption.White_Button:hover a i{
		color:#fff !important;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

/*-----------------------------------------------------------------*/
/* 5. Videos
/*-----------------------------------------------------------------*/
	.videoWrapper-youtube{
		position:relative;
		padding-bottom:56.25%;
		padding-top:0px;
		height:0;
		overflow:hidden;
	}

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

	.videoWrapper-vimeo{
		position:relative;
		padding-bottom:53%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}

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

	.wp-video {
		margin-left: auto;
		margin-right: auto;
	}


/*-----------------------------------------------------------------*/
/* 6. Blog
/*-----------------------------------------------------------------*/
	.sidebar_left{
		margin-left: 0 !important;
	}

	.post_padding ul,
	.post_padding ol,
	#default_page_row ul,
	#default_page_row ol,
	.post_content ul,
	.post_content ol{
		margin-left: 20px;
		margin-bottom: 40px;
	}

	.post_padding dl,
	#default_page_row dl,
	.post_content dl{
		margin-bottom: 40px;
	}

	.post_padding ul ul,
	.post_padding ol ol,
	.post_padding dl dl,
	#default_page_row ul ul,
	#default_page_row ol ol,
	#default_page_row dl dl,
	.post_content ul ul,
	.post_content ol ol,
	.post_content dl dl{
		margin-bottom: 0px;
	}

/*-------- 6.1. Blog Timeline --------*/



	.loadmore a{
		width:143px;
		height:38px;
		margin: 0 auto;
        background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:'Lato';
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding-top: 7px;
		display: block;
	}

	.loadmore a:hover{
		width:143px;
		height:38px;
    	background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff !important;
	}

	#timeline_posts{
		background: url("../images/timeline_line.png") center top repeat-y;
		overflow: hidden;
	}

	.timeline_post{
		box-shadow: 0 0 0 1px #e9eaec inset;
		background: #fff;
		width: 535px;
		float: left;
		margin-bottom: 80px;
		position: absolute;
		top: -2000px;
		transition: top 1s;
		-webkit-transition: top 1s; /* Safari */	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#timeline_posts img{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.timeline_post .post_main_inner_wrapper{
		padding: 30px;
	}

	.timeline_post h5{
		margin-bottom: 10px;
	}

	.timeline_post h5 a{
		color: #3b4550;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}

	.timeline_post h5:hover a{
		color: #50a2de;
	}

	.timeline_post_first{
		width: 535px;
	}

	.timeline_appended{
		transition: top 0s, opacity 1s;
		-webkit-transition: top 0s, opacity 1s; 
	}

	.timeline_postmeta{
		padding: 0px 0px 20px 0px;
		font-size: 13px;
		line-height: 20px;
	}

	.timeline_postmeta a{
		color: #848994;
	}
	.timeline_postmeta a:hover{
		color: #50a2de;
	}

	.timeline_postmeta p{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 25px;
	}

	.timeline_postmeta .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.timeline_postmeta .post_author span i{
		position: relative;
		font-size: 4px;
		top: -2px;
		right: -8px;
	}

	.timeline_postmeta .post_author span:last-child{
		margin-right: 0;
	}

	.timeline_content{
		padding: 0px 0px 7px 0px;
	}

	.timeline_post .post-readmore{
		padding: 10px 0px 0px 0px;
	}

	.timeline_post .post-readmore p{
		margin-bottom: 0px;
	}

	.timeline_post_left:after,
	.timeline_post_right:after{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -29px;
		width: 15px; 
		height: 15px;
		background: #50a2de;
		border: 2px solid #e9eaec;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		content: "";
	}

	.timeline_post_left:after{
		right: -60px;
	}

	.timeline_post_right:after{
		left: -59px;
	}

	.timeline_post_left:before,
	.timeline_post_right:before{
		content: "";
		display: block;
		top: 50%;
		margin-top: -20px;
		height: 1px;
		background: #e9eaec;
		position: absolute;
	}

	.timeline_post_left:before{
		width: 57px;
		right: -57px;
	}

	.timeline_post_right:before{
		width: 55px;
		left: -55px;
	}

	.timeline_post_first:after{
		margin-top: -93px;
	}

	.timeline_post_first:before{
		margin-top: -84px;
	}

	#timeline_loading{
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.timeline_loading_loader{
		background: url("images/ajax-loader.html") center 40px no-repeat;
	}

	#timeline_posts .post-readmore{
		padding-top: 0;
	}

	#timeline_posts .post-readmore a.more-link{
		width:143px;
		height:38px;
        background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding-top: 7px;
	}

	#timeline_posts .post-readmore a.more-link:hover{
		width:143px;
		height:38px;
    	background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}

	#timeline_posts .post-readmore .post_meta_comments{
		float: right;
		position: relative;
		top: 8px;
	}

	#timeline_posts .post-readmore .post_meta_comments i{
		position: relative;
		margin-right: 5px;
		top: 2px;
	}

/*-------- 6.2. Blog Masonry --------*/
	#grid_posts{
		overflow: hidden;
	}

	.grid_post{
		box-shadow: 0 0 0 1px #e9eaec inset;
		background: #fff;
		float: left;
		margin-bottom: 30px;
		transition: top 1s;
		-webkit-transition: top 1s;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#grid_posts img{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.grid_post .post_main_inner_wrapper{
		padding: 30px;
	}

	.grid_post h5{
		margin-bottom: 10px;
	}

	.grid_post h5 a{
		color: #3b4550;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}

	.grid_post h5:hover a{
		color: #50a2de;
	}

	.grid_post_first{
		width: 535px;
	}

	.grid_postmeta{
		padding: 15px 30px 15px 30px;
		font-size: 13px;
		line-height: 20px;
		box-shadow: 0 0 0 1px #e9eaec inset;				
		background: #f5f6f8;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		display: inline-block;
		width: 100%;
	}

	.grid_postmeta a{
		color: #848994;
	}
	.grid_postmeta a:hover{
		color: #50a2de;
	}

	.grid_postmeta p{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 25px;
	}

	.grid_postmeta .post_meta_comments{
		float: right;
		margin-right: 0;
	}

	.grid_postmeta i{
		margin-right: 6px;
		position: relative;
		top: 2px;
	}

	.grid_content{
		padding: 0;
		margin-bottom: 22px;
	}

	.grid_post .post-readmore{
		padding: 10px 0px 0px 0px;
	}

	.grid_post .post-readmore p{
		margin-bottom: 0px;
	}

	#grid_posts .post-readmore{
		padding-top: 0;
		width: 100%;
		text-align: center;
	}

	#grid_posts .post-readmore a.more-link{
		width:auto;
		height:auto;
        background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding: 7px 25px;
	}

	#grid_posts .post-readmore a.more-link:hover{
		width:auto;
		height:auto;
    	background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}

	#grid_posts .post-readmore .post_meta_comments{
		float: right;
		position: relative;
		top: 8px;
	}

	#grid_posts .post-readmore .post_meta_comments i{
		margin-right: 5px;
	}

/*-------- 6.2.1. Blog Masonry 2 Columns --------*/
	.blog_category_index_masonry2.grid_post{
		width: auto;
	}
	
	.span9_halved{
		width: 35.87948717948718% !important;
	}
	
	.span9_halved:nth-child(2).content_with_left_sidebar {
		margin-right: 30px;
	}
	
	.blog_category_index_masonry2_left.grid_post,
	.blog_category_index_masonry2_right.grid_post{
		width: auto;
		overflow: hidden;
	}

/*-------- 6.2.2. Blog Masonry 3 Columns --------*/
	.blog_category_index_masonry3_left.grid_post,
	.blog_category_index_masonry3_right.grid_post{
		width: 100%;
		overflow: hidden;
	}
	
	.span3.content_with_left_sidebar:last-child {
		margin-left: 0;
	}
	.span3.content_with_left_sidebar:first-child {
		margin-left: 2.564102564102564%;
	}

/*-------- 6.2.3. Blog Masonry 4 Columns --------*/
	.blog_category_index_masonry4.grid_post{
		width: 100%;
		overflow: hidden;
	}

/*-------- 6.3. Blog Style 1 --------*/
	.blog_category_index_right .post,
	.blog_category_index_left .post,
	.blog_category_index_none .post{
		border-bottom: 0;
	}
	
	.blog_category_index_right .post_main,
	.blog_category_index_left .post_main,
	.blog_category_index_none .post_main{
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
		margin-left: 96px;
	}
	
	.blog_category_index_right .post_date,
	.blog_category_index_left .post_date,
	.blog_category_index_none .post_date{
		width: 73px;
		height: 73px;
		border-radius: 5px;
		background: #50a2de;
		text-align: center;
		margin-bottom: 3px;
	}

	.blog_category_index_right .post_info .post_main_date,
	.blog_category_index_left .post_info .post_main_date,
	.blog_category_index_none .post_info .post_main_date{
		font-family: Lato,sans-serif;
		font-weight: 700;
		font-size: 25px;
		line-height: 24px;
		color: #fff;
		display: block;
		padding-top: 14px;
		padding-bottom: 1px;
	}
	
	.blog_category_index_right .post_info .post_main_month,
	.blog_category_index_left .post_info .post_main_month,
	.blog_category_index_none .post_info .post_main_month{
		font-family: 'Open Sans',sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
	}
	
	.blog_category_index_right .post_type,
	.blog_category_index_left .post_type,
	.blog_category_index_none .post_type{
		height: 56px;
		width: 73px;
		border-radius: 5px;
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		text-align: center;
		position: relative;
		margin-right: 0;
	}

	.blog_category_index_right .post_type i,
	.blog_category_index_left .post_type i,
	.blog_category_index_none .post_type i{
		font-size: 21px;
		color: #848994;
		position: absolute;
		top: 17px;
		left: 26px;
	}
	
	.blog_category_index_right .post_main,
	.blog_category_index_left .post_main,
	.blog_category_index_none .post_main{
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
	}

	.blog_category_index_right .post_main .videoWrapper-vimeo,
	.blog_category_index_left .post_main .videoWrapper-vimeo,
	.blog_category_index_none .post_main .videoWrapper-vimeo,
	.blog_category_index_right .post_main .videoWrapper-youtube,
	.blog_category_index_left .post_main .videoWrapper-youtube,
	.blog_category_index_none .post_main .videoWrapper-youtube,
	.blog_category_index_right .post_main iframe,
	.blog_category_index_left .post_main iframe,
	.blog_category_index_none .post_main iframe{
		margin-bottom: 0;
	}

	.blog_category_index_right .post_content .post_main .wp-post-image,
	.blog_category_index_left .post_content .post_main .wp-post-image,
	.blog_category_index_none .post_content .post_main .wp-post-image{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		margin-bottom: 0;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper,
	.blog_category_index_left .post_main .post_main_inner_wrapper,
	.blog_category_index_none .post_main .post_main_inner_wrapper{
		padding: 30px;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper h5,
	.blog_category_index_left .post_main .post_main_inner_wrapper h5,
	.blog_category_index_none .post_main .post_main_inner_wrapper h5{
		margin-bottom: 2px;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_left .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_none .post_main .post_main_inner_wrapper h5 a{
		color: #3b4550;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_left .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_none .post_main .post_main_inner_wrapper h5:hover a{
		color: #50a2de;
	}
	
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#848994;
		text-align:left;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author span i{
		position: relative;
		font-size: 4px;
		top: -2px;
		right: -8px;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author span:last-child{
		margin-right: 0;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_category a{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#848994;
		text-align:left;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_category a:hover{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#50a2de;
		text-align:left;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post_padding, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_padding,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_padding{
		padding-top: 16px;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore{
		border-top: 0;
		display: inline-block;
		width: 100%;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore .more-link, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore .more-link,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore .more-link{
		width:143px;
		height:38px;
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding-top: 7px;
		float: left;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore .more-link:hover, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore .more-link:hover,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		width:143px;
		height:38px;
	    background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags{
		position: relative;
		top: 8px;
		float: right;
	}
	
	.blog_category_index_right #blog_pagination .pagination,
	.blog_category_index_left #blog_pagination .pagination,
	.blog_category_index_none #blog_pagination .pagination{
		text-align: right;
	}

/*-------- 6.4. Blog Style 2 --------*/
	.blog_category_index_right2 .post,
	.blog_category_index_left2 .post,
	.blog_category_index_none2 .post{
		border-bottom: 0;
	}
	
	.blog_category_index_right2 .post_content .post_badges .avatar,
	.blog_category_index_left2 .post_content .post_badges .avatar,
	.blog_category_index_none2 .post_content .post_badges .avatar{
		width: 76px;
		height: 76px;
	}
	
	.blog_category_index_right2 .post_date,
	.blog_category_index_left2 .post_date,
	.blog_category_index_none2 .post_date{
		width: 73px;
		height: 73px;
		border-radius: 5px;
		background: #50a2de;
		text-align: center;
		margin-bottom: 3px;
	}
	
	.blog_category_index_right2 .post_info,
	.blog_category_index_left2 .post_info,
	.blog_category_index_none2 .post_info{
		position: absolute;
		top: 38px;
		left: 30px;
	}
	
	.blog_category_index_right2 .post_info .post_main_date,
	.blog_category_index_left2 .post_info .post_main_date,
	.blog_category_index_none2 .post_info .post_main_date{
		font-family: Lato,sans-serif;
		font-weight: 700;
		font-size: 25px;
		line-height: 24px;
		color: #fff;
		display: block;
		padding-top: 14px;
		padding-bottom: 1px;
	}

	.blog_category_index_right2 .post_info .post_main_month,
	.blog_category_index_left2 .post_info .post_main_month,
	.blog_category_index_none2 .post_info .post_main_month{
		font-family: 'Open Sans',sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
	}
	
	.blog_category_index_right2 .post_type,
	.blog_category_index_left2 .post_type,
	.blog_category_index_none2 .post_type{
		height: 56px;
		width: 73px;
		border-radius: 5px;
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		text-align: center;
		position: relative;
		margin-right: 0;
	}
	
	.blog_category_index_right2 .post_type i,
	.blog_category_index_left2 .post_type i,
	.blog_category_index_none2 .post_type i{
		font-size: 21px;
		color: #848994;
		position: absolute;
		top: 17px;
		left: 26px;
	}
	
	.blog_category_index_right2 .post_main,
	.blog_category_index_left2 .post_main,
	.blog_category_index_none2 .post_main{
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
		margin-left: 111px;
	}
	
	.blog_category_index_right2 .post_main .videoWrapper-vimeo,
	.blog_category_index_left2 .post_main .videoWrapper-vimeo,
	.blog_category_index_none2 .post_main .videoWrapper-vimeo,
	.blog_category_index_right2 .post_main .videoWrapper-youtube,
	.blog_category_index_left2 .post_main .videoWrapper-youtube,
	.blog_category_index_none2 .post_main .videoWrapper-youtube,
	.blog_category_index_right2 .post_main iframe,
	.blog_category_index_left2 .post_main iframe,
	.blog_category_index_none2 .post_main iframe{
		margin-bottom: 0;
	}
	
	.blog_category_index_right2 .post_content .post_main .wp-post-image,
	.blog_category_index_left2 .post_content .post_main .wp-post-image,
	.blog_category_index_none2 .post_content .post_main .wp-post-image{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		margin-bottom: 0;
	}

	.blog_category_index_right2 .post_main .post_main_inner_wrapper,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper{
		padding: 30px 30px 30px 135px;
		position: relative;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper h5,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper h5,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper h5{
		margin-bottom: 2px;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper h5 a{
		color: #3b4550;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper h5:hover a{
		color: #50a2de;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_author{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#848994;
		text-align:left;
	}

	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_author span:last-child{
		margin-right: 0;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_category a{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#848994;
		text-align:left;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_category a:hover{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#50a2de;
		text-align:left;
	}

	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post_padding, 
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post_padding,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post_padding{
		padding-top: 16px;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post-readmore, 
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post-readmore,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post-readmore{
		border-top: 0;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post-readmore .more-link, 
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post-readmore .more-link,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post-readmore .more-link{
		width:143px;
		height:38px;
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding-top: 7px;
	}		

	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post-readmore .more-link:hover, 
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post-readmore .more-link:hover,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		width:143px;
		height:38px;
	    background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}
	
	.blog_category_index_right2 .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags, 
	.blog_category_index_left2 .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags,
	.blog_category_index_none2 .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags{
		position: relative;
		top: 8px;
	}
	

/*-------- 6.5. Blog Style 3 --------*/

	.blog_category_index_right3 .post,
	.blog_category_index_left3 .post,
	.blog_category_index_none3 .post{
		border-bottom: 0;
	}
	
	.blog_category_index_right3 .post_date,
	.blog_category_index_left3 .post_date,
	.blog_category_index_none3 .post_date{
		width: 73px;
		height: 73px;
		border-radius: 5px;
		background: #50a2de;
		text-align: center;
		margin-bottom: 3px;
	}
	
	.blog_category_index_right3 .post_info,
	.blog_category_index_left3 .post_info,
	.blog_category_index_none3 .post_info{
		position: absolute;
		top: 38px;
		left: 30px;
	}
	
	.blog_category_index_right3 .post_info .post_main_date,
	.blog_category_index_left3 .post_info .post_main_date,
	.blog_category_index_none3 .post_info .post_main_date{
		font-family: Lato,sans-serif;
		font-weight: 700;
		font-size: 25px;
		line-height: 24px;
		color: #fff;
		display: block;
		padding-top: 14px;
		padding-bottom: 1px;
	}
	
	.blog_category_index_right3 .post_info .post_main_month,
	.blog_category_index_left3 .post_info .post_main_month,
	.blog_category_index_none3 .post_info .post_main_month{
		font-family: 'Open Sans',sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
	}
	
	.blog_category_index_right3 .post_type,
	.blog_category_index_left3 .post_type,
	.blog_category_index_none3 .post_type{
		height: 56px;
		width: 73px;
		border-radius: 5px;
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		text-align: center;
		position: relative;
		margin-right: 0;
	}
	
	.blog_category_index_right3 .post_type i,
	.blog_category_index_left3 .post_type i,
	.blog_category_index_none3 .post_type i{
		font-size: 21px;
		color: #848994;
		position: absolute;
		top: 17px;
		left: 26px;
	}
	
	.blog_category_index_right3 .post_main,
	.blog_category_index_left3 .post_main,
	.blog_category_index_none3 .post_main{
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
		margin-left: 0px;
	}
	
	.blog_category_index_right3 .post_main .videoWrapper-vimeo,
	.blog_category_index_left3 .post_main .videoWrapper-vimeo,
	.blog_category_index_none3 .post_main .videoWrapper-vimeo,
	.blog_category_index_right3 .post_main .videoWrapper-youtube,
	.blog_category_index_left3 .post_main .videoWrapper-youtube,
	.blog_category_index_none3 .post_main .videoWrapper-youtube,
	.blog_category_index_right3 .post_main iframe,
	.blog_category_index_left3 .post_main iframe,
	.blog_category_index_none3 .post_main iframe{
		margin-bottom: 0;
	}
	
	.blog_category_index_right3 .post_content .post_main .wp-post-image,
	.blog_category_index_left3 .post_content .post_main .wp-post-image,
	.blog_category_index_none3 .post_content .post_main .wp-post-image{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		margin-bottom: 0;
	}

	.blog_category_index_right3 .post_main .post_main_inner_wrapper,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper{
		padding: 30px 30px 30px 135px;
		position: relative;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper h5,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper h5,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper h5{
		margin-bottom: 2px;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper h5 a{
		color: #3b4550;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper h5:hover a{
		color: #50a2de;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_author{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#848994;
		text-align:left;
	}

	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_author span:last-child{
		margin-right: 0;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_category a{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#848994;
		text-align:left;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_category a:hover{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#50a2de;
		text-align:left;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post_padding, 
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post_padding,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post_padding{
		padding-top: 16px;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post-readmore, 
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post-readmore,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post-readmore{
		border-top: 0;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post-readmore .more-link, 
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post-readmore .more-link,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post-readmore .more-link{
		width:143px;
		height:38px;
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding-top: 7px;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post-readmore .more-link:hover, 
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post-readmore .more-link:hover,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		width:143px;
		height:38px;
	    background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}
	
	.blog_category_index_right3 .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags, 
	.blog_category_index_left3 .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags,
	.blog_category_index_none3 .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags{
		position: relative;
		top: 8px;
	}

/*-------- 6.6. Blog Mini --------*/
	.blog_category_index_right_mini .has-post-thumbnail.post_wrapper,
	.blog_category_index_left_mini .has-post-thumbnail.post_wrapper,
	.blog_category_index_none_mini .has-post-thumbnail.post_wrapper{
		margin-bottom: 50px;
		padding-bottom: 0;
		position: relative;
		border: 0;
	}
	
	.blog_category_index_right_mini .post_wrapper,
	.blog_category_index_left_mini .post_wrapper,
	.blog_category_index_none_mini .post_wrapper{
		margin-bottom: 100px;
		padding-bottom: 0;
		position: relative;
		border: 1px solid #e9eaec;
		border-radius: 5px;
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_content,
	.blog_category_index_left_mini .has-post-thumbnail .post_content,
	.blog_category_index_none_mini .has-post-thumbnail .post_content{
		padding-bottom: 50px;
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_content:before,
	.blog_category_index_left_mini .has-post-thumbnail .post_content:before,
	.blog_category_index_none_mini .has-post-thumbnail .post_content:before{
		content:"";
		border-bottom: 1px solid #e9eaec;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	
	.blog_category_index_right_mini .post_content,
	.blog_category_index_left_mini .post_content,
	.blog_category_index_none_mini .post_content{
		padding-bottom: 0px;
	}
	
	.blog_category_index_right_mini .post_content:before,
	.blog_category_index_left_mini .post_content:before,
	.blog_category_index_none_mini .post_content:before{
		content:"";
		border-bottom: 1px solid #e9eaec;
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
		height: 1px;
	
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_main,
	.blog_category_index_left_mini .has-post-thumbnail .post_main,
	.blog_category_index_none_mini .has-post-thumbnail .post_main{
		margin: 0;
		padding: 0;
	}
	
	.blog_category_index_right_mini .post_main,
	.blog_category_index_left_mini .post_main,
	.blog_category_index_none_mini .post_main{
		margin: 0;
		padding: 30px;
	}
	
	.blog_category_index_right_mini .post_type,
	.blog_category_index_left_mini .post_type,
	.blog_category_index_none_mini .post_type{
		display: inline-block;
		height: 28px;
		width: 38px;
		border-radius: 5px;
		background: #50a2de;
		text-align: center;
		position: absolute;
		line-height: 32px;
	}
	
	.blog_category_index_right_mini .post_type i,
	.blog_category_index_left_mini .post_type i,
	.blog_category_index_none_mini .post_type i{
		font-size: 15px;
		color: #fff;
		line-height: 26px;
	}
	
	.blog_category_index_right_mini .post_main h5,
	.blog_category_index_left_mini .post_main h5,
	.blog_category_index_none_mini .post_main h5{
		display: inline-block;
		line-height: 22px;
		padding-left: 55px;
		margin-bottom: 20px;
	}
	
	.blog_category_index_right_mini .post_main h5 a,
	.blog_category_index_left_mini .post_main h5 a,
	.blog_category_index_none_mini .post_main h5 a{
		color: #3b4550;
	}
	
	.blog_category_index_right_mini .post_main h5 a:hover,
	.blog_category_index_left_mini .post_main h5 a:hover,
	.blog_category_index_none_mini .post_main h5 a:hover{
		color: #50a2de;
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_main .post_author,
	.blog_category_index_left_mini .has-post-thumbnail .post_main .post_author, 
	.blog_category_index_none_mini .has-post-thumbnail .post_main .post_author{
		display: block;
		margin: 0 0 15px;
	}
	
	.blog_category_index_right_mini .post_main .post_author,
	.blog_category_index_left_mini .post_main .post_author, 
	.blog_category_index_none_mini .post_main .post_author{
		display: block;
		margin: 6px 0 15px;
	}

	.blog_category_index_right_mini .post_main .post_author span,
	.blog_category_index_left_mini .post_main .post_author span, 
	.blog_category_index_none_mini .post_main .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_right_mini .post_main .post_author span i,
	.blog_category_index_left_mini .post_main .post_author span i, 
	.blog_category_index_none_mini .post_main .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: 0px;
	}

	.blog_category_index_right_mini .post_main .post_author span:last-child,
	.blog_category_index_left_mini .post_main .post_author span:last-child, 
	.blog_category_index_none_mini .post_main .post_author span:last-child{
		margin-right: 0;
	}

	.blog_category_index_right_mini .post_main .post_author span.post_category a,
	.blog_category_index_left_mini .post_main .post_author span.post_category a, 
	.blog_category_index_none_mini .post_main .post_author span.post_category a{
		color: #848994;
	}

	.blog_category_index_right_mini .post_main .post_author span.post_category a:hover,
	.blog_category_index_left_mini .post_main .post_author span.post_category a:hover, 
	.blog_category_index_none_mini .post_main .post_author span.post_category a:hover{
		color: #50a2de;
	}
	
	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore{
		border-top: 0;
	}

	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags{
		padding-top: 8px;
		margin-bottom: 0;
	}
	
	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore .more-link, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore .more-link,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore .more-link{
		width:143px;
		height:38px;
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		text-align: center;
		padding-top: 7px;
	}
	
	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore .more-link:hover, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore .more-link:hover,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		width:143px;
		height:38px;
	    background: #50a2de;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}


/*-------- 6.6.1. Blog Mini 2 Columns --------*/
	.mini2_posts{
		overflow: hidden;
	}
	
	.post.mini2_post{
		position: relative;
		margin-bottom: 40px;
		border: 1px solid #e9eaec;
		border-bottom: 1px solid #e9eaec !important;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.mini2_post.has-post-thumbnail{
		border: 0;
	}
	
	.mini2_post .post_type{
		display: inline-block;
		height: 28px;
		width: 38px;
		border-radius: 5px;
		background: #50a2de;
		text-align: center;
		position: absolute;
		line-height: 32px;
	}
	
	.mini2_post .post_type i{
		font-size: 15px;
		color: #fff;
		line-height: 26px;
	}
	
	.mini2_post img{
		width: 100%;
		border-radius: 5px;
	}
	
	.mini2_post .videoWrapper-youtube iframe,
	.mini2_post .videoWrapper-vimeo iframe{
		width: 100%;
	}
	
	.mini2_post .post_info{
		display: block;
		margin: 0 0 15px;
		line-height: 0;
	}
	
	.mini2_post .post_date_inner{
		margin-right: 5px;
		position: relative;
	}

	.mini2_post .post_date_inner i{
		position: relative;
		font-size: 4px;
		right: -4px;
		top: -2px;
	}
	
	.mini2_post .post_category{
		margin: 0 5px;
		position: relative;
	}

	.mini2_post .post_category i{
		position: relative;
		font-size: 4px;
		right: -11px;
		bottom: 2px;
	}
	
	.mini2_post .post_category a{
		font-family: 'Open Sans';
		font-size: 13px;
		line-height: 22px;
		color: #848994;
		text-align: left;
	}
	
	.mini2_post .post_category a:hover{
		color: #50a2de;
	}
	
	.mini2_post .post_meta_comments{
		margin-left: 15px;
	}
	
	.mini2_post .post_meta_comments i{
		margin-right: 10px;
		position: relative;
		top: 2px;
	}
	
	.mini2_post.has-post-thumbnail .post_main_inner_wrapper{
		padding: 0 0 30px;
	}
	
	.mini2_post .post_main_inner_wrapper{
		padding: 30px;
	}
	
	.mini2_post .post_main_inner_wrapper h5{
		display: inline-block;
		line-height: 22px;
		padding-left: 55px;
		margin-bottom: 16px;
	}
	
	.mini2_post .post_main_inner_wrapper h5 a{
		color: #3b4550;
	}
	
	.mini2_post .post_main_inner_wrapper h5 a:hover{
		color: #50a2de;
	}
	
	.mini2_post .post_content{
		padding-bottom: 0;
		min-height: 0
	}

/*-------- 6.7. Blog Dual Sidebars --------*/
	.blog_category_index_dual .post_main{
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
	}
	
	.blog_category_index_dual .post_main .post_main_inner_wrapper{
		padding: 30px;
	}
	
	.blog_category_index_dual .post_main .post_main_inner_wrapper h5{
		margin-bottom: 8px;
	}
	
	.blog_category_index_dual .post_main .post_main_inner_wrapper h5 a{
		color: #3b4550;
		font-size: 18px;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}
	
	.blog_category_index_dual .post_main .post_main_inner_wrapper h5:hover a{
		color: #50a2de;
	}
	
	.blog_category_index_dual .post_main .post_author{
		display: block;
		margin: 0 0 15px;
	}

	.blog_category_index_dual .post_main .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_dual .post_main .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.blog_category_index_dual .post_main .post_author span:last-child{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_dual .post_main .post_author span.post_category a{
		color: #848994;
	}

	.blog_category_index_dual .post_main .post_author span.post_category a:hover{
		color: #50a2de;
	}
	
	.blog_category_index_dual .post_main .post_main_inner_wrapper .post-readmore .more-link {
		width: 143px;
		height: 38px;
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #50a2de;
		text-transform: uppercase;
		font-family: Lato;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		padding-top: 7px;
	}

	.blog_category_index_dual .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		color: #fff;
		background: #50a2de;
		border: 1px solid transparent;
	}
	
	.blog_category_index_dual .post_main .videoWrapper-vimeo,
	.blog_category_index_dual .post_main .videoWrapper-youtube,
	.blog_category_index_dual .post_main iframe{
		margin-bottom: 0;
	}

	.blog_category_index_dual .post_content .post_main .wp-post-image{
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: 0;
	}

/*-------- 6.8. Blog Posts --------*/
	.post{
		border-bottom: 0px;
	}

	.post_content{
		position: relative;
		padding-bottom: 20px;
	}

	.post_wrapper{
		margin-bottom: 40px;
	}

	.post_content .post_main{
		position: relative;
	}

	.post_content .post_main .wp-post-image,
	.post_content .post_main .videoWrapper-youtube,
	.post_content .post_main .videoWrapper-vimeo,
	.post_content .post_main iframe{
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 15px;
	}

	.post_content .post_main h3{
		margin-bottom: 21px;
		line-height: 30px;
	}

	.post_content .post_main h3 a{
		color: #3b4550;
	}

	.post_content .post_main h3 a:hover{
		color: #50a2de;
	}

	.post_content .post_badges{
		float: left;
		display: inline-block;
		text-align: center;
		color: #505558;
	}

	.post_content .post_badges .avatar{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-bottom: 13px;
	}

	.post_content .post_badges .post_author{
		display: block;
		border-bottom: 1px solid #e1e9e9;
		padding-bottom: 16px;
		margin-bottom: 8px;
	}

	.post_content .post_badges .post_date{
		display: block;
		font-size: 13px;
		color: #939fa6;
	}

	.postmeta-tags{
		text-align: left;
		display: inline-block;
		margin-bottom: 8px;
	}

	.post_meta_tags{
		font-size: 13px;
		float: right;
	}

	.post_meta_tags a{
		color: #9fa4af;
	}

	.post_meta_tags a:hover{
		color: #05a2de;
	}

	.post_meta_tags i{
		margin-right: 10px;
		margin-left: 0px;
		font-size: 14px;
		position: relative;
		top: 2px;
		color: #9fa4af;
	}

	.post_main .postmeta-above{
		border-bottom: 1px solid #e9eaec;
	}

	.post_main .postmeta-under{
		border-top: 1px solid #e9eaec;
		border-bottom: 1px solid #e9eaec;
	}

	.post_main .postmeta-above{
		color: #848994;
		font-size: 13px;
		line-height: 20px;
		padding: 0px 0 15px 0;
		margin-bottom: 24px;
	}

	.post_main .postmeta-above a{
		color: #848994;
		font-size: 13px;
		line-height: 20px;
		padding: 12px 0 15px 0;
		margin-bottom: 24px;
	}

	.post_main .postmeta-above a:hover{
		color: #50a2de;
	}

	.post_main .postmeta-above p{
		display: inline-block;
		margin-right: 25px;
		margin-bottom: 0;
	}

	.post_main .postmeta-above p i{
		margin-right: 6px;
		position: relative;
		line-height: 20px;
		top: 2px;
	}

	.post_main .postmeta-above .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.post_main .postmeta-above .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.post_main .post_main_inner_wrapper .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.post_main .post_main_inner_wrapper .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.post_main .postmeta-above .post_author span:last-child{
		margin-right: 0;
	}

	.post_main .postmeta-above .post_meta_comments{
		float: right;
		margin: 0;
	}

	.post_main .postmeta-under{
		padding: 15px 0;
		margin: 0 0 40px 0;
		text-align: center;
		display: block;
	}

	.post_main .postmeta-under p{
		margin-bottom: 0;
	}

	.post_meta_share a{
		left: 0;
		display: inline-block;
		background: #f5f6f8;
		color: #9fa4af;
		width: 36px;
		height: 36px;
		line-height: 39px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		text-align: center;
		margin-left: 10px;
	}

	.post_meta_share span{
		margin-right: 10px;
		font-family: Lato;
		font-weight: 700;
		font-size: 14px;
		color: #3b4550;
		position: relative;
		top: -1px;
		text-transform: uppercase;
	}

	.post_meta_share a:hover i{
		color: #fff;
	}

	.post_meta_share i{
		font-size: 13px;
		top: -2px !important;
		color: #9fa4af;
		position: relative;
	}

	.post_meta_share .post_share_facebook:hover{background: #3B5998;color: #fff;}
	.post_meta_share .post_share_twitter:hover{background: #4099FF;color: #fff;}
	.post_meta_share .post_share_googleplus:hover{background: #d34836;color: #fff;}
	.post_meta_share .post_share_linkedin:hover{background: #0e76a8;color: #fff;}
	.post_meta_share .post_share_pinterest:hover{background: #c8232c;color: #fff;}

	.post_about_author{
		margin-bottom: 50px;
	}

	.post_about_author img{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}

	.post_about_author h5{
		font-family:Lato;
		font-size:14px;
		font-weight:700;
		line-height:22px;
		color:#3b4550;
		text-align:left;
	}

	.post_about_author p{
		padding-right: 50px;
	}

	.post-readmore{
		border-top: 0px solid #e1e9e9;
	}

	.more-link{
		color: #50a2de;
		font-size: 14px;
		margin-bottom: 0px;
		display: inline-block;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.more-link:hover{
		color: #056ab2;
	}

	.more-link i{
		font-size: 8px;
		margin-left: 5px;
	}

	.post_excerpt{
		line-height: 38px;
		margin-top: -4px;
	}

	.sticky{
		background: #f2f2f2;
		margin-bottom: 60px;
		padding: 20px 20px 0 20px;
	}

	#comments_section #comments h3#comments-title{
		font-size: 18px;
	}

	#comments_section #comments h3#reply-title{
		font-size: 18px;
	}

	.post-navigation {
		padding-top: 1px;
	}

	.previous_post{
		float: left;
	}	

	.next_post{
		float: right;
	}

	.previous_post_icon{
		color: #9fa4af;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-right: 20px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #f5f6f8);
        background: -o-linear-gradient(#fff, #f5f6f8);
        background: -moz-linear-gradient(#fff, #f5f6f8);
        background: linear-gradient(#fff, #f5f6f8);
		text-align: center;	
	}

	.next_post_icon{
		color: #9fa4af;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-left: 20px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #f5f6f8);
        background: -o-linear-gradient(#fff, #f5f6f8);
        background: -moz-linear-gradient(#fff, #f5f6f8);
        background: linear-gradient(#fff, #f5f6f8);
		text-align: center;		
	}

	.previous_post a,
	.next_post a{
		color: #848994;
		cursor: pointer;
	}
	
	.previous_post:hover a,
	.next_post:hover a{
		color: #50a2de;
	}

	.previous_post_icon i,
	.next_post_icon i{
		font-size: 8px;
		line-height: 29px;
		margin: 0 5px;
		cursor: pointer;
	}

	.previous_post:hover i,
	.next_post:hover i{
		color: #50a2de;
	}

/*-------- 6.9. Related Articles --------*/
	#related_articles{
		padding: 0;
	}

	.related_item_meta a{
		color: #848994;
	}

	.related_item_meta a:hover{
		color: #50a2de;
	}

	.related_article .overlayed{
		position: relative;
	}

	.related_article .overlayed .overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		filter: alpha(opacity=0); 
		opacity: 0; 
		background: none; 
		color: #fff;
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out;
		z-index: 1;
	}

	.related_article .overlayed .overlay .overlay_icon {
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 60px;
		text-align: center;
	}

	.related_article .overlayed .overlay .overlay_icon i{
		font-size: 22px;
		line-height: 50px;
	}

	.related_article:hover .overlayed .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%); 
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.related_article:hover .overlayed_detailed .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%);
		border-radius: 5px;
	}

	.related_article .overlayed .overlay:before,
	.related_article .overlayed .overlay:after{
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	.related_article .overlayed .overlay:before{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
	}

	.related_article .overlayed .overlay:after{
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
	}

	.related_article:hover .overlayed .overlay:before,
	.related_article:hover .overlayed .overlay:after{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

/*-------- 6.10. Post Comments --------*/
	#comments_section{
		padding-bottom: 0;
		padding-top: 0;
	}

	#comments_section ul,
	#comments_section ol{
		list-style: none;
		margin-left: 0;
	}

	#comments_section .comment.depth-1:after{
		content:"";
		width: 100%;
		height: 1px;
		background: #e9eaec;
		position: absolute;
		bottom: 0;
		left: 0;
		visibility: visible;
	}

	.comment p{
		margin-bottom: 0;
	}

	#comments_section p.logged-in-as,
	#comments_section p.comment-notes{
		margin-bottom: 38px;
	}

	.comment {
		position: relative;
		padding-left: 112px;
		padding-bottom: 30px;
		min-height: 70px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.comment .children .comment{
		margin-top: 0;
		padding-bottom: 0;
	}

	.children .comment:last-child{
		margin-bottom: 0;
	}

	.comment .avatar{
		width: 90px;
		height: 90px;
		position: absolute;
		top: 0px;
		left: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 50%;
	}

	.comment .comment-text{
		padding-bottom: 34px;
		margin-top: 11px;
	}

	.comment .children{
		padding-top: 30px;
	}

	.comment .comment-author{
		font-size: 14px;
		color: #3b4550;
		font-family: Lato;
		font-weight: 700;
		margin-right: 20px;
	}

	.comment time{
		font-size: 13px;
		margin-right: 30px;
	}

	.comment .reply,
	.comment .edit-link,
	.comment .reply a,
	.comment .edit-link a{
		font-family:"Open Sans";
		font-size:13px;
		line-height:22px;
		color:#50a2de;
		float: left;
	}

	.comment .reply{
		float: right;
	}

	.comment .edit-link{
		float: right;
		margin-left: 30px;
	}

	.comment .reply a:hover,
	.comment .edit-link a:hover{
		color: #056ab2;
	}

	.comment .edit-link:before{
		margin-right: 7px;
	}

	#respond .comment-reply-title{
		text-transform: uppercase;
		font-family: Lato;
		font-weight: 700;
		font-size: 18px;
		color: #3b4550;
	}

	#respond .comment_fields p{
		width: 31%;
		margin-right: 30px;
		display: block;
		float: left;
		margin-bottom: 0;
	}

	#respond .comment_fields p:last-child{
		margin-right: 0;
	}

	#respond #comment{
		margin-bottom: 22px;
	}

	#respond .comment-form-comment{
		margin-bottom: 0;
		font-family: 'Open Sans';
		font-size: 13px;
		color: #848994;
	}

	#respond #comment-submit{
		-webkit-appearance: none;
		background: #50a2de;
		margin: 0;
		border: 1px solid transparent;
		text-transform: uppercase;
		font-weight: 700;
		font-family: Lato;
		font-size: 14px;
		padding: 9px 35px;
		margin-bottom: 23px;
		border-radius: 45px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	#respond #comment-submit:hover{
		background: #fff;
		color: #50a2de;
		border: 1px solid #50a2de;
	}

	#respond .comment-form input[type="text"],
	#respond .comment-form textarea[id="comment"]{
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		border-radius: 5px;
		font-family: 'Open Sans';
		font-size: 13px;
		color: #848994;
	}

	#respond .comment-form ::-webkit-input-placeholder{
		color: #848994;
	}

	#respond .comment-form :-moz-placeholder{
		color: #848994;
	}
	
	#respond .comment-form ::-moz-placeholder{
		color: #848994;
	}
	
	#respond .comment-form :-ms-input-placeholder{
		color: #848994;
	}

/*-------- 6.11. Post Pagination --------*/
	#blog_pagination{
		padding-top: 0;
		text-align: center;
		margin-top: 20px;
	}

	#blog_pagination .pagination{
		position: relative;
	}

	#blog_pagination .page-numbers{
		color: #9fa4af;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-right: 6px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #f5f6f8);
        background: -o-linear-gradient(#fff, #f5f6f8);
        background: -moz-linear-gradient(#fff, #f5f6f8);
        background: linear-gradient(#fff, #f5f6f8);
		text-align: center;
	    }


	#blog_pagination i{
		font-size: 8px;
		line-height: 29px;
		margin: 0 5px;
	}

	#blog_pagination .page-numbers:hover{
		background: #50a2de;
		color: #fff;
	}
	
	#blog_pagination .page-numbers.current{
		color: #50a2de;
		text-align: center;
	}

	#blog_pagination .page-numbers.current:hover{
		background: -webkit-linear-gradient(#fff, #f5f6f8);
        background: -o-linear-gradient(#fff, #f5f6f8);
        background: -moz-linear-gradient(#fff, #f5f6f8);
        background: linear-gradient(#fff, #f5f6f8);
		color: #50a2de;
	}

	#blog_pagination .prev{
		margin-right: 6px;
		text-align: center;
	}

	#blog_pagination .next{
		text-align: center;
	}

	#inner_post_pagination{
		margin-bottom: 40px;
	}

	#inner_post_pagination > span,
	#inner_post_pagination > a{
		color: #9fa4af;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-right: 6px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #f5f6f8);
        background: -o-linear-gradient(#fff, #f5f6f8);
        background: -moz-linear-gradient(#fff, #f5f6f8);
        background: linear-gradient(#fff, #f5f6f8);
		text-align: center;
	}

	#inner_post_pagination > a span{
		border: none;
	}

	#inner_post_pagination > a:hover{
		color: #50a2de;
	}


/*-----------------------------------------------------------------*/
/* Shop Pages
/*-----------------------------------------------------------------*/



 #slider-range,
  #slider-range{
    margin-bottom:1em
  }

  #slider-range_amount,
  #slider-range_amount{
    text-align:right;
    font-size:14px;
    padding-top: 20px;
  }

  #slider-range_amount .price_label,
  #slider-range_amount .price_label{
    padding-top: 7px;
  }

  #slider-range_amount .button,
  #slider-range_amount .button{
    float:left;
    padding: 9px 20px;
  }

  .ui-slider,
  .ui-slider{
    position:relative;
    text-align:left
  }

  .ui-slider .ui-slider-handle,
  .ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: #3c414c;
    outline: 0;
    top: -4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }

  .ui-slider .ui-slider-range,
  .ui-slider .ui-slider-range{
    position:absolute;
    z-index:1;
    display:block;
    background:#ea5748;
  }

  #slider-range,
  #slider-range{
    padding-top: 8px;
    background: #b5b8c0;
  }

  #slider-range .ui-widget-content,
  #slider-range .ui-widget-content{
    background:#b5b8c0;
  }

  .ui-slider-horizontal,
  .ui-slider-horizontal{
    height:6px;
  }

  .ui-slider-horizontal .ui-slider-range,
  .ui-slider-horizontal .ui-slider-range{
    top:0;
    height:100%
  }

  .ui-slider-horizontal .ui-slider-range-min,
  .ui-slider-horizontal .ui-slider-range-min{
    left:-1px
  }

  .ui-slider-horizontal .ui-slider-range-max,
  .ui-slider-horizontal .ui-slider-range-max{
    right:-1px
  }

    /* Element wrapper */
  .sp-wrap {
      display:none;
      line-height:0;
      font-size:0;
      position:relative;
      width: 100%;
      /**************
        Set max-width to your thumbnail width
      ***************/
  }

  /* Thumbnails */
  .sp-thumbs {
      text-align:left;margin-top: 10px;
      display:inline-block;
  }
  .sp-thumbs img {
      width:80px !important;
      height:110px !important;
      margin-right: 10px;
      margin-bottom: 10px;
  }

  .sp-thumbs a:link, .sp-thumbs a:visited {
      opacity:.4;
      display:inline-block;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }

  .sp-thumbs a:hover{
      opacity:1;
  }
  .sp-thumbs a:active, .sp-current {
      opacity:1!important;
      position: relative;
  }


  /* Unzoomed, big thumbnail */
  .sp-large {
      position:relative;
      overflow:hidden;
      top:0;
      left:0;
  }
  .sp-large a img {
      max-width:100%;
      height:auto;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
  }
  .sp-large a {
  }

  /* Panning Zoomed Image */
  .sp-zoom {
      position:absolute;
      left:0;
      top:0;
      cursor:zoom;
      cursor: -webkit-zoom-out;
      cursor: -moz-zoom-out;
      display:none;
      width: 300%;
  }

  /* Button to go full size */
  .sp-full-screen {
      position: absolute;
      z-index: 1;
      display: block;
      right: 0;
      top: 0;
      font-size: 20px;
      line-height: 1em;
      width: 19px;
      height: 20px;
      padding: 0 0 2px 1px;
      background: #F0353A;
  }
  .sp-full-screen a:link,
  .sp-full-screen a:visited {
      background: none;
      color: #fff;
      font-size: 20px;
      width: 20px;
      height: 20px;
      text-decoration: none;
      text-align: center;
      display: block;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  /* Lightbox */
  .sp-lightbox {
      position: fixed;
      top:0;
      left:0;
      height: 100%;
      width:100%;
      background:rgb(0,0,0);
      background:rgba(0,0,0,.8);
      z-index: 999;
      display: none;
  }
  .sp-lightbox img {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 100%;
      max-height: 100%;
  }

  /* Remove margin in mobile view */
  @media screen and (max-width: 400px) {
      .sp-wrap {
          margin:0 0 15px 0;
      }
  }


/**
 * Main YITH WooCommerce Wishlist CSS
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 1.1.1
 */


.summary .product_meta { margin-top: 45px; }

/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}

/* Wishlist table template */
.wishlist_table {}

.wishlist_table tr td { text-align: center; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name { text-align: left; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #50a2de; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }

/* Wishlist buttons */
.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button { margin: 0px; } 
.yith-wcwl-add-to-wishlist { margin-top: 0px; float: none;}
.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i { margin-right: 10px; }
.wishlist_table .add_to_cart.button { margin: 0px; padding: 9px 20px; border: none;}
.incomeup_single_wish_compare .yith-wcwl-add-to-wishlist { margin-top: 0px; float: left; display: block !important;}

/* Share buttons */
.yith-wcwl-share ul {
    margin-bottom: 10px;
    line-height: 38px;
}

.yith-wcwl-share h4{
    margin-right: 20px;
}

.yith-wcwl-share h4,
.yith-wcwl-share ul{
    display: inline-block;
}

.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 7px; }

.yith-wcwl-share li a {
    background-position: left bottom;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f6f8;
    text-align: center;
}

.yith-wcwl-share li a:hover { background-position: left top; }

.yith-wcwl-share li a.facebook:before,
.yith-wcwl-share li a.twitter:before,
.yith-wcwl-share li a.pinterest:before,
.yith-wcwl-share li a.googleplus:before,
.yith-wcwl-share li a.email:before { 
    font-family:'WebHostingHub-Glyphs';
    color: #848994;
    font-size: 13px;
    position: relative;
    top: -2px;
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
}

.yith-wcwl-share li a.facebook:before{
    content:'\f140';
}

.yith-wcwl-share li a.twitter:before { 
    content:'\f16a';
}
.yith-wcwl-share li a.pinterest:before { 
    content:'\f678';
}
.yith-wcwl-share li a.googleplus:before { 
    content:'\f165';
}

.yith-wcwl-share li a.email:before{
    content:'\f136';
}

.yith-wcwl-share li a.facebook:hover:before{
    color: #3B5998;
}

.yith-wcwl-share li a.twitter:hover:before{
    color: #4099FF;
}

.yith-wcwl-share li a.pinterest:hover:before{
    color: #c8232c;
}

.yith-wcwl-share li a.googleplus:hover:before{
    color: #d34836;
}

.yith-wcwl-share li a.email:hover:before{
    color: #ed1c16;
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: block !important;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
    position: absolute !important;
    left: 45px !important;
    top: 15px !important;
}

.add-to-wishlist-product-grid .yith-wcwl-add-button.show{
    width: auto !important;
}

.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse{
    display: block;
    height: 48px;
    width: auto;
    overflow: hidden;
    float: right;
    position: relative;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    margin-bottom: 20px;
}

.add-to-wishlist-product-grid .yith-wcwl-add-button a.add_to_wishlist,
.add-to-wishlist-product-grid .yith-wcwl-wishlistaddedbrowse,
.add-to-wishlist-product-grid .yith-wcwl-wishlistexistsbrowse{
    height: auto;
    width: auto;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: 0;
}

.yith-wcwl-add-button a.add_to_wishlist:before:hover,
.yith-wcwl-wishlistaddedbrowse:before:hover,
.yith-wcwl-wishlistexistsbrowse:before:hover{
    color: #fff;
}

.incomeup_single_wish_compare .yith-wcwl-add-button a.add_to_wishlist,
.incomeup_single_wish_compare .yith-wcwl-wishlistaddedbrowse,
.incomeup_single_wish_compare .yith-wcwl-wishlistexistsbrowse{
    display: inline-block;
    border: 0;
    float: none;
    width: 150px;
    position: relative;
    color: #848994;
    line-height: 50px;
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}

.incomeup_single_wish_compare .yith-wcwl-add-button a.add_to_wishlist{
    margin-bottom: 15px !important;
}

.incomeup_single_wish_compare .yith-wcwl-add-button a.add_to_wishlist:hover,
.incomeup_single_wish_compare .yith-wcwl-wishlistaddedbrowse:hover,
.incomeup_single_wish_compare .yith-wcwl-wishlistexistsbrowse:hover{
    color: #50a2de;
}

.add-to-wishlist-product-grid .yith-wcwl-add-button a.add_to_wishlist:hover,
.add-to-wishlist-product-grid .yith-wcwl-wishlistaddedbrowse:hover,
.add-to-wishlist-product-grid .yith-wcwl-wishlistexistsbrowse:hover{
    border: none;
    color: #50a2de;
     transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}

.yith-wcwl-add-button a.add_to_wishlist:before,
.yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse a:before{
    display: inline-block;
    height: 40px;
    width: 40px;
    content: "\f131";
    font-family: 'WebHostingHub-Glyphs';
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    top: 1px;
    position: relative;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}

.related .yith-wcwl-add-button a.add_to_wishlist:before,
.related .yith-wcwl-wishlistaddedbrowse a:before,
.related .yith-wcwl-wishlistexistsbrowse a:before{
    top: 3px;
}

.incomeup_single_wish_compare .yith-wcwl-add-button a.add_to_wishlist:before,
.incomeup_single_wish_compare .yith-wcwl-wishlistaddedbrowse a:before,
.incomeup_single_wish_compare .yith-wcwl-wishlistexistsbrowse a:before{
    display: inline-block;
    height: 40px;
    width: 40px;
    content: "\f131";
    font-family: 'WebHostingHub-Glyphs';
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #50a2de !important;
    position: absolute;
    border-radius: 50%;
    background: #f5f6f8;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    border: 1px solid #e9eaec;
    margin-right: 10px;
    margin-top: 17px;
    top: -12px;
    left: 0;
}

.incomeup_single_wish_compare .yith-wcwl-add-button a.add_to_wishlist:hover:before,
.incomeup_single_wish_compare .yith-wcwl-wishlistaddedbrowse a:hover:before,
.incomeup_single_wish_compare .yith-wcwl-wishlistexistsbrowse a:hover:before{
    background: #50a2de;
    color: #fff !important;
}

.incomeup_products_list_view .yith-wcwl-add-button a.add_to_wishlist:before,
.incomeup_products_list_view .yith-wcwl-wishlistaddedbrowse a:before,
.incomeup_products_list_view .yith-wcwl-wishlistexistsbrowse a:before{
    display: inline-block;
    height: 40px;
    width: 40px;
    content: "\f131";
    font-family: 'WebHostingHub-Glyphs';
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #50a2de !important;
    position: absolute;
    border-radius: 50%;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    border: 1px solid #e9eaec;
    margin-right: 10px;
    margin-top: 17px;
    top: -13px;
    left: 0;
}

.woocommerce ul.products li.product.incomeup_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist:before,
.woocommerce-page ul.products li.product.incomeup_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist:before{
    display: inline-block;
    height: 40px;
    width: 40px;
    content: "\f131";
    font-family: 'WebHostingHub-Glyphs';
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #50a2de !important;
    position: relative;
    border-radius: 50%;
    background: #f5f6f8;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    border: 1px solid #e9eaec;
    margin-right: 10px;
    margin-top: 17px;
}

.woocommerce .products .incomeup_products_list .button.compare:before,
.woocommerce-page .products .incomeup_products_list .button.compare:before{
    display: inline-block;
    height: 40px;
    width: 40px;
    content: '\f763';
    font-family: 'WebHostingHub-Glyphs';
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #50a2de !important;
    position: absolute;    
    border-radius: 50%;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    border: 1px solid #e9eaec;
    margin-right: 10px;
    margin-top: 17px;
    top: -17px;
    left: 0;
}


.woocommerce .products .incomeup_products_list .button.wishni:before,
.woocommerce-page .products .incomeup_products_list .button.wishni:before{
    display: inline-block;
    height: 40px;
    width: 40px;
    content: '\f131';
    font-family: 'WebHostingHub-Glyphs';
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #50a2de !important;
    position: absolute;    
    border-radius: 50%;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    border: 1px solid #e9eaec;
    margin-right: 10px;
    margin-top: 17px;
    top: -17px;
    left: 0;
}


.woocommerce ul.products li.product.incomeup_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist,
.woocommerce-page ul.products li.product.incomeup_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist{
    height: 50px !important;
}

.add-to-wishlist-product-grid .yith-wcwl-add-button a.add_to_wishlist:before,
.add-to-wishlist-product-grid .yith-wcwl-wishlistaddedbrowse a:before,
.add-to-wishlist-product-grid .yith-wcwl-wishlistexistsbrowse a:before{
    height: auto;
    width: 30px;
    content: "\f131";
    line-height: inherit;
    top: 3px;
}

.add-to-wishlist-product-grid .yith-wcwl-add-button a.add_to_wishlist:before{
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
}

.add-to-wishlist-product-grid .yith-wcwl-add-button a.add_to_wishlist:hover:before{
    color: #50a2de;
}

.add-to-wishlist-product-grid .yith-wcwl-wishlistaddedbrowse a:before,
.add-to-wishlist-product-grid .yith-wcwl-wishlistexistsbrowse a:before{
    color: #50a2de;
    font-size: 16px;
}

.yith-wcwl-add-to-wishlist.add-to-wishlist-product-grid .yith-wcwl-wishlistexistsbrowse.show.dnd_tooltip a:hover:before{
    color: #af0606;
}

.yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-button a.add_to_wishlist:hover:before{
    color: #50a2de;
    display: inline-block;
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback{
    display: none;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse{
    line-height: 45px;
    width: auto;
    margin-right: 20px;
}

.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a{
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
}

.incomeup_single_wish_compare .yith-wcwl-wishlistaddedbrowse a,
.incomeup_single_wish_compare .yith-wcwl-wishlistexistsbrowse a{
    color: #848994;
}

.incomeup_products_list .yith-wcwl-wishlistaddedbrowse a,
.incomeup_products_list .yith-wcwl-wishlistexistsbrowse a{
    color: #848994;
}

.incomeup_products_list .yith-wcwl-wishlistaddedbrowse:hover a:before,
.incomeup_products_list .yith-wcwl-wishlistexistsbrowse:hover a:before,
.woocommerce ul.products li.product.incomeup_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist:hover:before,
.woocommerce-page ul.products li.product.incomeup_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist:hover:before{
    color: #fff !important;
    background: #50a2de;
    border: 1px solid #50a2de;
}

.related .yith-wcwl-wishlistaddedbrowse a,
.related .yith-wcwl-wishlistexistsbrowse a{
    color: #fff;
}

.related .yith-wcwl-wishlistaddedbrowse:hover a,
.related .yith-wcwl-wishlistexistsbrowse:hover a,
.yith-wcwl-wishlistaddedbrowse:hover a,
.yith-wcwl-wishlistexistsbrowse:hover a{
    color: #50a2de;
}

.summary.entry-summary .yith-wcwl-wishlistaddedbrowse a,
.summary.entry-summary .yith-wcwl-wishlistexistsbrowse a{
    margin-top: -10px;
}

.yith-wcwl-wishlistexistsbrowse a:before{
    color: #50a2de !important;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}

.yith-wcwl-wishlistaddedbrowse:hover a:before,
.yith-wcwl-wishlistexistsbrowse:hover a:before{
    color: #50a2de !important;
}

.clear{
	clear:both
}

.nobr{
	white-space:nowrap
}

/*-----------------------------------------------------------------*/
/* 7. Contact Form 7
/*-----------------------------------------------------------------*/

		
	.wpcf7 input{
		margin-top: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
/*
        background: rgba(92, 94, 97, 0.61);
    border: 1px solid rgba(92, 94, 97, 0.61);
*/
		
		margin: 0 0 20px 0;
		
		outline: 0;
	}

	.contact1-style{
		margin-top: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #e9eaec;
		margin: 0 0 20px 0;
		background: #f5f6f8;
		outline: 0;
	}

	.wpcf7 input:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

	.wpcf7 textarea{
		height: 180px;
		margin: 0 0 21px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
/*		background: rgba(92, 94, 97, 0.61);*/
/*    border: 1px solid rgba(92, 94, 97, 0.61);*/
		font-size: 13px;
		outline: 0;
	}

	.contact1-style-textarea{
		height: 180px;
		margin: 0 0 21px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		font-size: 13px;
		outline: 0;
	}

	.wpcf7 textarea:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

	.wpcf7-submit{
		-webkit-appearance: none;
		cursor: pointer;
		transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
		-webkit-transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
		white-space: nowrap;
		text-decoration: none;
		display: inline-block;
		border: none !important;
		background: #50a2de;
		color: #fff;
		padding: 15px 30px;
		margin-right: 10px;
		margin-bottom: 20px;
		line-height: 20px !important;
		font-size: 14px;
		font-family: Lato;
		font-weight: 300;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.wpcf7-submit:hover{
		background: #505558 !important;
		transition: background 180ms, color 180ms, border-color 180ms;
		-webkit-transition: background 180ms, color 180ms, border-color 180ms;
	}

	.wpcf7-response-output{
		margin-top: 20px;
	}

	.wpcf7-not-valid-tip{
		width: auto;
		color: #f05347 !important;
		padding: 8px 8px;
		background: transparent;
		border: 1px solid #f05347;
		border-radius: 4px;
		margin-bottom: 20px;
	}

	.wpcf7-validation-errors{
		padding: 19px !important;
		background: #ffe9e9;
		color: #d04544;
		border: none !important;
		margin: 0 !important;
		border-radius: 4px;
	}

	#ABdev_contact_form_submit{
		-webkit-appearance: none;
		width: 100%;
		background: #056ab2 !important;
		height: 55px;
		margin-top: 0;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
	}

	div.wpcf7 img.ajax-loader {
		top: -20px;
		position: relative;
		left: 50%;
		margin-left: -8px;
	}

	.wpcf7 input[type="submit"]{
		background: #ed2024;
		font-size: 14px;
		border-radius: 25px;
		padding: 9px  67px 9px 66px;
		margin-top: -8px;
	}

	.wpcf7 p{
		margin-bottom: 0;
	}

/*-----------------------------------------------------------------*/
/* 8. Widgets
/*-----------------------------------------------------------------*/
	aside.sidebar_right{
		padding-left: 12px;
	}

	aside.sidebar_left{
		padding-right: 12px;
	}

	.widget input{
		margin-bottom: 0;
	}

	aside .widget{
		margin-bottom: 42px;
	}

	.sidebar-widget-heading h3,
	.sidebar-widget-heading,
	#comments-title,
	#reply-title{
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
		line-height: 24px;
		position: relative;
		margin-bottom: 10px;
		display: block;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.sidebar-widget-heading h3:after,
	#comments-title:after,
	#reply-title:after{
		display: none;
		content: "";
		width: 60px;
		height: 2px;
		background: #56b9ff;
		position: absolute;
		bottom: -2px;
		left: 0;
		margin-left: 0;
	}

	aside .widget a{
		color: #939fa6;
	}

	aside .widget a:hover{
		color: #50a2de;
	}

	h3.footer-widget-heading{
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 17px;
	}

	.textwidget{
		font-size: 13px;
		line-height: 22px;
		color: #9fa4af;
		padding-right: 22px;
		margin-bottom: 32px;
	}

/*-------- 8.1. Search --------*/	
	.widget_search form{
		position: relative;
	}

	.widget_search a{
		cursor: pointer;
	}

	.widget_search i{
		color: #c5c9d2;
		position: absolute;
		top: 13px;
		right: 15px;
		font-size: 13px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.widget_search i:hover{
		color: #50a2de;
	}
 
	.widget_search input{
		padding: 9px 13px;
		font-size: 13px;
		height: 38px;
		width: 100%;
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		outline: 0;
	}

	.widget_search input:focus{
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

	.search_results_content_item{
		padding-left: 41px;
		position: relative;
	}

	.search_resuls_number{
		font-family: Lato;
		font-size: 19px;
		font-weight: 300;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 19px;
	}

	.search_results_content_item h4{
		margin-bottom: 12px;
	}

	#search_results_sum_title{
		margin-bottom: 50px;
	}

/*-------- 8.2. Categories, Menu, Pages --------*/	
	.widget ul{
		list-style: none;
		margin-left: 0;
	}

	.widget ul li{
		position: relative;
	}

	.widget ul.children li{
		word-break:break-word;
	}

	.widget_pages li,
	.widget_recent_entries li,
	.widget_archive li,
	.widget_nav_menu li,
	.widget_meta li,
	.widget_categories li{
		border-bottom: 1px solid #e6ebed;
		position: relative;
		padding: 0;
		line-height: 36px;
	}

	.widget_pages ul.children,
	.widget_recent_entries ul.children,
	.widget_archive ul.children,
	.widget_nav_menu ul.sub-menu,
	.widget_meta ul.children,
	.widget_categories ul.children{
		border-top: 1px solid #e6ebed;
		position: relative;
		padding: 0;
	}

	.widget_pages li:last-child,
	.widget_recent_entries li:last-child,
	.widget_archive li:last-child,
	.widget_nav_menu li:last-child,
	.widget_meta li:last-child,
	.widget_categories li:last-child{
		border-bottom: none;
	}

	.widget_pages ul.children li a,
	.widget_recent_entries ul.children li a,
	.widget_archive ul.children li a,
	.widget_nav_menu ul.sub-menu li a,
	.widget_meta ul.children li a,
	.widget_categories ul.children li a{
		margin-left: 10px;
	}

	.widget_pages ul.children li li a,
	.widget_recent_entries ul.children li li a,
	.widget_archive ul.children li li a,
	.widget_nav_menu ul.sub-menu li li a,
	.widget_meta ul.children li li a,
	.widget_categories ul.children li li a{
		margin-left: 20px;
	}
	.widget_pages ul.children li li li a,
	.widget_recent_entries ul.children li li li a,
	.widget_archive ul.children li li li a,
	.widget_nav_menu ul.sub-menu li li li a,
	.widget_meta ul.children li li li a,
	.widget_categories ul.children li li li a{
		margin-left: 30px;
	}
	.widget_pages ul.children li li li li a,
	.widget_recent_entries ul.children li li li li a,
	.widget_archive ul.children li li li li a,
	.widget_nav_menu ul.sub-menu li li li li a,
	.widget_meta ul.children li li li li a,
	.widget_categories ul.children li li li li a{
		margin-left: 40px;
	}

	.widget_pages li:after,
	.widget_recent_entries li:after,
	.widget_archive li:after,
	.widget_nav_menu li:after,
	.widget_meta li:after,
	.widget_categories li:after{
		font-family: 'WebHostingHub-Glyphs';
		content: "\f488"; /*.ci_icon-chevron-right*/
		display: block;
		font-size: 8px;
		position: absolute;
		top: 0;
		line-height: inherit;
		right: 0px;
		color: #848994;
	}

	.widget_nav_menu #menu-widget-footer-links li{
		border-bottom: 0;
		line-height: 27px;
	}

	.widget_nav_menu #menu-widget-footer-links li:after{
		display: none;
	}

/*
	.widget_categories li{
		border-bottom: 1px solid #e6ebed;
		position: relative;
		padding: 6px 0px 8px 0;
	}

	.widget_categories li:last-child{
		padding-bottom: 0;
	}

	.widget_categories > ul > li:last-child{
		padding-bottom: 8px;
	}

	.widget_categories li a{
		color: #848994;
	}

	.widget_categories li.current-cat a{
		color: #3b4550;
	}



	.widget_nav_menu li.menu-item-has-children{
		border: none;
		padding-bottom: 0;
	}

	.widget_nav_menu li ul{
		border-top: 1px solid #e6ebed;
		margin-top: 7px;
		margin-bottom: 0;
	}

	.widget_nav_menu li ul li{
		padding-left: 20px;
		margin: 5px 0;
	}

	.widget_rss .rsswidget{
		font-family: Lato;
		color: #505558;
		font-size: 18px;
	}

	.widget_rss .rss-date{
		display: block;
	}
	.widget_rss .rssSummary{
		font-size: 13px;
	}

*/
/*-------- 8.3. Tag Cloud --------*/	
	.tagcloud{
		padding-top: 5px;
		margin-bottom: 20px;
	}

	.tagcloud a{
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 7px 9px 8px 9px;
		float: left;
		color: #9fa4af;
		font-size: 12px !important;
		line-height: 13px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #fff;
		border: 1px solid #e9eaec;
		text-transform: capitalize;
	}

	.tagcloud a:hover{
		background: #50a2de;
		color: #fff !important;
	}

	.tagcloud:after{
		display: block;
		clear: both;
		content: "";
		height: 0;
	}

	#ABdev_main_footer .tagcloud a{
		background: #1c1f23;
		border: 1px solid #1c1f23;
	}

	#ABdev_main_footer .tagcloud a:hover{
		background: #50a2de;
		color: #fff;
		border: 1px solid #50a2de;
	}

/*-------- 8.4. Flickr Stream --------*/	
	.flickr_stream a{
		float: left;
		margin: 0 9px 9px 0;
		display: inline-block;
		position: relative;
	}

	aside.sidebar .flickr_stream a{
		margin: 0 5px 5px 0;
	}

	.flickr_stream a:nth-child(3n+0){
		margin-right: 0;
	}

	aside.sidebar .flickr_stream a:nth-child(3n+0){
		margin-right: 5px;
	}

	aside.sidebar .flickr_stream a:nth-child(4n+0){
		margin-right: 5px;
	}

	.flickr_stream a:hover:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
	}

	.flickr_stream img{
		width: 84px;
		height: 84px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	aside.sidebar .flickr_stream img{
		width: 80px;
		height: 80px;
	}


/*-------- 8.5. Recent Posts Extended Widget --------*/
	.rpwe-block li{
		border-bottom: none;
		padding-bottom: 0;
		position: relative;
		padding-left: 81px;
		min-height: 50px;
		margin-bottom: 16px;
		padding-right: 0;
		padding-top: 10px;
	}

	.rpwe-block li a{
		text-transform: capitalize;
		font-size: 13px;
		color: #848994;
	}

	.rpwe-thumb {
		border: 0px;
		box-shadow: none;
		margin: 5px 0 0 0;
		padding: 0;
		width: 70px;
		height: 70px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.rpwe-title{
		margin-bottom: 0;
		font-family: 'Open Sans';
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
	}

	.rpwe-title a{
		color: #9fa4af;
	}

	.rpwe-title a:hover{
		color: #50a2de;
	}

	.rpwe-time{
		font-size: 12px;
		color: #848994;
		padding-left: 8px;
	}

	.rpwe-time:before{
		content: '\f20f';
		font-family: 'WebHostingHub-Glyphs';
		position: relative;
		left: -8px;
		font-size: 11px;
	}

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

	.rpwe-clearfix:after{
		clear:both;
	}

	.rpwe-clearfix{
		zoom: 1;
	}


/*-------- 8.6. Footer Widgets --------*/
	#ABdev_main_footer .widget{
		margin-bottom: 30px;
	}

	#ABdev_main_footer .rpwe-block li{
		padding-left: 80px;
		padding-top:6px;
	}

	#ABdev_main_footer .rpwe-title{
		line-height:22px;
	}
	
	#ABdev_main_footer .rpwe-time{
		font-family:'Open Sans';
		color:#6b7078;
		text-align:left;
	}
	
	#ABdev_main_footer a.footer_text_readmore{
		color: #fff;
	}

	#ABdev_main_footer .footer_text_readmore i{
		font-size: 8px;
		color: #fff;
		margin-left: 10px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	#ABdev_main_footer a.footer_text_readmore:hover{
		color: #50a2de;
	}

	#ABdev_main_footer a.footer_text_readmore:hover i{
		color: #50a2de;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

/*-------- 8.7. Sidebar Widgets --------*/

/*-------- 8.8. Contact Info Widget --------*/
	.contact_info_widget{
		margin-bottom: 13px;
	}

	.contact_info_widget p{
		padding-left: 29px;
		position: relative;
		margin-bottom: 10px;
            color: #e0e0e0;
	}

	.contact_info_widget i{
		position: absolute;
		left: 0;
		top: -5px;
		display: inline-block;
		background: transparent;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

/*-------- 8.9. Twitter Widget --------*/	

	.sidebar .ab-tweet-scroller {
		position: relative;
		padding-bottom: 0px;
	}

	.sidebar .ab-tweet-scroller .caroufredsel_wrapper{
		padding-bottom: 0px;	
	}

	.sidebar .ab-tweet-scroller-inner{
		width: 236px;
		padding-left: 15px;
	}

	.sidebar .ab-tweet-scroller:before {
		display: none;
		content: "";
	}

	.sidebar .ab-tweet-item{
		text-align: left;
		padding: 0px 10px 50px;
		position: relative;
		vertical-align: top;
	}

	.sidebar .ab-tweet-scroller-inner:before{
		content: '\f16a'; /*.ci_icon-twitter*/
		font-family: 'WebHostingHub-Glyphs';
		background: none;
		width: auto;
		height: auto;
		font-style: normal;
		font-size: 14px;
		color: #9fa4af;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.sidebar .ab-tweet-item .ab-tweet-username{
		font-size: 13px;
		color: #50a2de;
		position: relative;
		left: 61px;
		top: 0px;
	}

	.sidebar .ab-tweet-item .ab-tweet-date{
		font-size: 13px;
		font-style: italic;
		color: #a0a8ad;
		position: absolute;
		bottom: 20px;
		left: 72px;
	}
	
	.sidebar .ab-tweet-item .ab-tweet-text{
		font-size: 13px;
		color: #848994;
		margin-top: 0;
	}

	.sidebar .ab-tweet-text a{
		font-size: 13px;
		color: #848994;
	}

	.sidebar .ab-tweet-navigation{
		display: none;
	}

/*-------- 8.10. Calendar Widget --------*/
	#wp-calendar caption{
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
	}

	#wp-calendar thead tr th{
		font-weight: 700;
		color: #3b4550;
	}

	#wp-calendar tbody td{
		text-align: center;
	}

/*--------- 8.11. Recent Comments Widget --------*/
	.widget_recent_comments .recentcomments{
		margin-bottom: 10px;
		border-bottom: 1px solid #e6ebed;
		padding-bottom: 10px;
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
	}

	.widget_recent_comments .recentcomments .url{
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
	}

	.widget_recent_comments .recentcomments .url:hover{
		color: #50a2de;
	}

	.widget_recent_comments .recentcomments a{
		color: #939fa6;
		font-weight: 300;
	}

/*--------- 8.12. RSS Widget --------*/
	.widget_rss li{
		margin-bottom: 20px;
	}

	.widget_rss .rss-date{
		color: #848994;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.widget_rss cite{
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
	}

/*--------- 8.13. Secondary Sidebar Widgets --------*/

/*--------- 8.13.1. Newsletter Widget  --------*/
	.dual_sidebar .textwidget{
		padding-right: 0;
	}

	.dual_sidebar #text-7 .textwidget .dnd-button{
		display: block;
		margin: 0 auto;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us a{
		width: 40px;
		height: 40px;
		border-radius: 4px;
		margin: 0 14px 14px 0;
		border: 1px solid #e9eaec;
		background: #fff;
		line-height: 40px;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us a i{
		color: #848994;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us a:hover i{
		color: #ffffff;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_facebook:hover{background: #3B5998;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_twitter:hover{background: #4099FF;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_googleplus:hover{background: #d34836;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_linkedin:hover{background: #0e76a8;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_youtube:hover{background: #c4302b;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_pinterest:hover{background: #c8232c;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_github:hover{background: #171515;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_feed:hover{background: #ee802f;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_behance:hover{background: #1769ff;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_blogger_blog:hover{background: #f57d00;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_delicious:hover{background: #3399ff;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_designcontest:hover{background: #5faad2;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_deviantart:hover{background: #4e6252;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_digg:hover{background: #000;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_dribbble:hover{background: #ea4c89;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_dropbox:hover{background: #007ee5;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_emailalt:hover{background: #ed1c16;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_flickr:hover{background: #ff0084;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_forrst:hover{background: #5b9a68;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_instagram:hover{background: #3f729b;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_lastfm:hover{background: #c3000d;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_myspace:hover{background: #313131;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_picasa:hover{background: #9a45a0;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_skype:hover{background: #00aff0;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_stumbleupon:hover{background: #f74425;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_vimeo:hover{background: #44bbff;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_zerply:hover{background: #9dcc7a;}

	.dual_sidebar.sidebar_right .recentcomments{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e9eaec;
	}	

	.dual_sidebar.sidebar_right .recentcomments:last-child {
		border-bottom: 0;
	}

	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper.picture_bottom .testimonial_small,
	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper_static.picture_bottom .testimonial_small{
		padding: 25px 25px 40px;
	}

	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper.picture_bottom .testimonial_small p,
	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper_static.picture_bottom .testimonial_small p{
		font-size: 14px;
		line-height: 20px;
	}

	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper.picture_bottom .testimonial_small:after,
	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper_static.picture_bottom .testimonial_small:after{
		left: 50%;
		margin-left: -15px;
	}

	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper.picture_bottom .ABt_pagination,
	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination{
		right: auto;
		left: 50%;
		margin-left: -43px;
		bottom: 130px;
		margin-top: 0;
		margin-right: 0;
	}

	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper.picture_bottom .testimonial_small .source,
	.dual_sidebar.sidebar_right .ABt_testimonials_wrapper_static.picture_bottom .testimonial_small .source {
		position: absolute;
		width: 200px;
		bottom: -70px;
		left: 50%;
		text-align: center;
		margin-left: -100px;
	}


/*-----------------------------------------------------------------*/
/* 9. Pages
/*-----------------------------------------------------------------*/

	#default_page_row{
		padding: 100px 0;
	}

	#default_page_row .dnd_section_dd:first-child{
		padding-top: 0;
	}

	#default_page_row .dnd_section_dd:last-child{
		padding-bottom: 0;
	}

/*-------- 9.1. Portfolio --------*/
	.portfolio_item{
		color: #929292;
		-webkit-box-shadow: 0 0 0 2px #fff inset;
		-moz-box-shadow: 0 0 0 2px #fff inset;
		box-shadow: 0 0 0 2px #fff inset;
	}

	.portfolio_item,
	.portfolio_item .overlayed{
		position: relative; 
		text-align: center;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.portfolio_item h4{
		margin: 0px 0px 27px 0px;
		position: relative;
		z-index: 1;
	}

	.portfolio_item span{
		z-index: 1;
		position: relative;
	}

	.portfolio_item h4 a{
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		text-transform: uppercase;
		font-family: Lato;
	}

	.portfolio_item h4 a:hover{
		color: #056ab2;
	}

	.portfolio_item .overlayed .overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		filter: alpha(opacity=0); 
		opacity: 0; 
		text-align: center;
		background: none; 
		color: #fff;
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out;
		z-index: 1;
	}

	.portfolio_item img{
		width: 100%;
            HEIGHT: 230PX;
	}
	
	.ABdev_latest_portfolio .portfolio_item .overlayed .overlay .overlay_title{
		font-family: Lato;
		font-size: 20px;
		color: #fff;
		width: 250px;
		font-weight: 700;
		position: absolute;
		top: 63%;
		left: 50%;
		margin-bottom: 10px;
		margin-left: -125px;
		margin-top: -20px;
	}
	
	.ABdev_latest_portfolio .portfolio_item .overlayed .overlay .portfolio_item_tags{
		font-style: italic;
		margin-bottom: 0;
		font-family: Lato;
		font-weight: 300;
		position: absolute;
		top: 63%;
		left: 50%;
		margin-bottom: 10px;
		width: 250px;
		margin-left: -125px;
	}

	.portfolio_item .overlayed .overlay .overlay_title{
	    font-family: Lato;
    font-size: 22px;
    color: #fff;
    /* width: 250px; */
    font-weight: 700;
    /* position: absolute; */
    /* left: 0; */
    /* top: 34%; */
    /* margin-left: -125px; */
    margin-top: 23%;
    text-align: center;
	}
	
	.portfolio_item .overlayed .overlay .portfolio_item_tags{
		font-style: italic;
		margin-bottom: 0;
		font-family: Lato;
		font-weight: 300;
		position: absolute;
		top: 53%;
		left: 50%;
		margin-bottom: 10px;
		width: 250px;
		margin-left: -125px;
	}

	#related_portfolio .portfolio_item .overlayed .overlay .overlay_title{
		top: 50%;
		margin-top: -15px;
	}

	#related_portfolio .portfolio_item .overlayed .overlay .portfolio_item_tags{
		top: 53%;
	}

	.portfolio_item .overlayed:hover .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background: rgba(41, 46, 51, 0.8);
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.portfolio_item .overlayed_detailed:hover .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background: rgba(41, 46, 51, 0.8);
		border-radius: 5px;
	}

	.portfolio_icon{
		width: 41px;
		height: 41px;
		border: 1px solid #50a2de;
		border-radius: 50%;
		background: #50a2de;
		text-align: center;
		display: inline-block;
		position: relative;
		top: 32%;
	}

	.portfolio_icon:hover{
		background: transparent;
		border: 1px solid #fff;
	}

	.portfolio_icon i{
		line-height: 41px;
		color: #fff;
		font-size: 12px;
	}

	.portfolio_inner_content{
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
	}

	.detail_content{
		display: block;
		margin-top: 5px;
	}

	.single_portfolio{
		text-align: center;
		margin-bottom: 17px;
		margin-top: 24px;
	}

	.single_portfolio h6.column_title_left{
		text-align: center;
		font-size: 14px;
	}

	.single_portfolio .portfolio_item_meta_data{
		color: #9fa4af;
		font-size: 14px;
		font-family: Lato, sans-serif;
	}

	.single_portfolio_description{
		margin-top: 24px;
	}

	.single_portfolio_description .portfolio_single_detail{
		margin-bottom: 10px;
	}
		
	.single_portfolio_meta{
		color: #929292;
		margin-bottom: 33px;
	}

	.single_portfolio_meta .icon-calendar{
		margin-left: 30px;
	}

	.portfolio_item_meta h6,
	.portfolio_item_meta h5{
		margin-bottom: 5px;
		padding-bottom: 0px;
	}

	.portfolio_item_meta h6 a,
	.portfolio_item_meta h5 a{
		color: #ffffff;
        font-size: 13px;
	}

	.portfolio_item_meta h6 a:hover,
	.portfolio_item_meta h5 a:hover{
		color: #50a2de;
	}

	.portfolio_item_meta .portfolio_item_meta_label,
	#portfolio_item_meta .portfolio_item_meta_label{
		color:#3b4550;
		font-family: 'Open Sans';
		font-weight: bold;
		font-size: 13px;
	}

	.portfolio_item_meta .portfolio_item_meta_data{
		color:#9fa4af;
		font-size: 14px;
		font-family: Lato, sans-serif;
	}

	.portfolio_single_detail{
		margin-bottom: 6px;
	}

	.portfolio_item_meta p:last-child{
		border-bottom: none;
	}

	.portfolio_item_image{
		margin-bottom: 35px;
		border-radius: 5px;
	}

	.portfolio_item_view_link{
		margin-top: 28px;
		margin-bottom: 40px;
	}

	.portfolio_item_view_link a{
		display: inline-block;
		background: #50a2de;
		color: #fff;
		border: 1px solid transparent;
		-webkit-border-radius: 43px;
		-moz-border-radius: 43px;
		border-radius: 43px;
		padding: 8px 37px;
		font-family: Lato;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
	}

	.portfolio_item_view_link a:hover{
		display: inline-block;
		background: #fff;
		color: #50a2de;
		-webkit-border-radius: 43px;
		-moz-border-radius: 43px;
		border-radius: 43px;
		padding: 8px 37px;
		font-family: Lato;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		border: 1px solid #50a2de;
	}

	.portfolio_share_social{
		color: #3b4550;
		font-size: 14px;
		font-family: Lato;
		font-weight: 700;
		text-transform: uppercase;
	}

	.portfolio_share_social a:first-child{
		margin-left: 20px;
	}

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	      -ms-transition-duration: 0.8s;
	       -o-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	      -ms-transition-property: height, width;
	       -o-transition-property: height, width;
	          transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
	     -moz-transition-property:    -moz-transform, opacity;
	      -ms-transition-property:     -ms-transform, opacity;
	       -o-transition-property:      -o-transform, opacity;
	          transition-property:         transform, opacity;
	}

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
	     -moz-transition-duration: 0s;
	      -ms-transition-duration: 0s;
	       -o-transition-duration: 0s;
	          transition-duration: 0s;
	}

	.portfolio_filter{
		list-style: none;
		margin: 0;
		text-align: center;
		margin-bottom: 50px;
	}

	.portfolio_filter li{
		list-style: none;
		display: inline-block;
		background: -webkit-linear-gradient(#fff 50%, #f5f6f8); 
   	    background: -o-linear-gradient(#fff 50%, #f5f6f8); 
   	    background: -moz-linear-gradient(#fff 50%, #f5f6f8);
   	    background: linear-gradient(#fff 50%, #f5f6f8);
	}

	.portfolio_filter li:first-child {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 05px;
	}

	.portfolio_filter li:last-child {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	

	.portfolio_filter li a{
		color: #939fa6;
		font-family: Lato;
		font-size: 12px;
		font-weight: 700;
		border: 1px solid #e9eaec;
		border-left: none;
		padding: 10px 60px 10px 23px;
		display: inline-block;
		text-transform: uppercase;
	}

	.portfolio_filter li:first-child a{
		border-left: 1px solid #e9eaec;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.portfolio_filter li:last-child a{
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.portfolio_filter li a.selected,
	.portfolio_filter li:hover,
	.portfolio_filter li:hover a{
		color: #50a2de;
	}

	.portfolio_filter i{
		margin-right: 10px;
		margin-left: 15px;
		font-size: 9px;
		top: 0px;
	}

	.portfolio_item_5{
		width: 19.97%;
		display: block;
		float: left;
	}

	.portfolio_item_5 .portfolio_icon{
		top: 20%;
	}

	.section_body_fullwidth .portfolio_item_5 .portfolio_icon{
		top: 32%;
	}

	.portfolio_item_4{
		width: 24.96%;
		display: block;
		float: left;
	}

	.portfolio_item_4 .portfolio_icon{
		top: 27%;
	}

	.section_body_fullwidth .portfolio_item_4 .portfolio_icon{
		top: 35%;
	}

	.portfolio_item_3{
		width: 33.29%;
		display: block;
		float: left;
	}

	.portfolio_item_2{
		width: 49.96%;
		display: block;
		float: left;
	}

	#related_portfolio{
		padding: 100px 0;
	}

	#simple_item_portfolio{
		padding: 100px 0 0;
	}

	.single_portfolio_pagination_layout2{
		padding: 0;
		background: #fff;
		border-bottom: 1px solid #eef0f2;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination{
		margin: 5px 0;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination a{
		border: 0;
		padding: 0;
	}

	.single_portfolio_pagination_layout2 .prev{
		float: left;
		padding: 10px 0;
	}

	.single_portfolio_pagination_layout2 .list{
		padding: 10px 0;
		display: inline-block;
	}

	.single_portfolio_pagination_layout2 .next{
		float: right;
		padding: 10px 0;
	}

	.single_portfolio_pagination_layout2 .prev a i{
		margin-right: 10px;
	}

	.single_portfolio_pagination_layout2 .next a i{
		margin-left: 10px;
	}

	#porfolio_pagination{
		padding: 0;
	}

	.more_portfolio_link{
		margin: 42px 0 0px 0;
		text-align: center;
            margin-top: 15px;
	}

	.more_portfolio_link a{ 
/*	    background: #f5f6f8;  */
		border: 2px solid #eaecef;
		color:#fdfdfd;
		font-family: Lato;
		font-size: 16px;
		font-weight: 700;
		padding: 10px 30px 12px 30px;
/*		border-radius: 54px;*/
	}

	.more_portfolio_link a:hover{
		    background: #505558;
    color: #fff;
    border: 2px solid #fff;
	}

	.orange_button .more_portfolio_link a{
		background: #f3ae36;
		border: 1px solid #f3ae36;
		color: #fff;
	}

	.orange_button .more_portfolio_link a:hover{
		background: #505558;
		border: 1px solid #505558;
	}

	.portfolio-readmore{
		margin-top: 30px;
	}

	.portfolio-readmore .more-link{
		margin-top: 30px;
	}

	.single_portfolio_pagination{
		min-height: 42px;
		margin: 10px 0 50px 0;
		text-align: center;
	}

	.single_portfolio_pagination.single_portfolio_pagination_bottom{
		margin: 20px 0 70px 0;
	}

	.single_portfolio_pagination a,
	.single_portfolio_pagination.single_portfolio_pagination_bottom a{
		font-family: Lato;
		font-weight: 300;
		font-size: 15px;
		color: #9fa4af;
		border: 1px solid #e9eaec;
		padding: 11px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.single_portfolio_pagination a i,
	.single_portfolio_pagination.single_portfolio_pagination_bottom a i{
		font-size: 10px;
		color: #9fa4af;
	}

	.single_portfolio_pagination .list a i,
	.single_portfolio_pagination.single_portfolio_pagination_bottom .list a i{
		font-size: 14px;
		position: relative;
		top: 1px;
	}

	.single_portfolio_pagination .prev i,
	.single_portfolio_pagination.single_portfolio_pagination_bottom .prev i,
	.single_portfolio_pagination .next i,
	.single_portfolio_pagination.single_portfolio_pagination_bottom .next i{
		margin-right: 0px;
		position: relative;
		top: -1px;
	}

	.single_portfolio_pagination .prev:hover i,
	.single_portfolio_pagination .prev:hover a,
	.single_portfolio_pagination.single_portfolio_pagination_bottom .prev:hover i,
	.single_portfolio_pagination .list:hover i,
	.single_portfolio_pagination .list:hover a,
	.single_portfolio_pagination.single_portfolio_pagination_bottom .list:hover i,
	.single_portfolio_pagination .next:hover i,
	.single_portfolio_pagination .next:hover a,
	.single_portfolio_pagination.single_portfolio_pagination_bottom .next:hover i{
		color: #50a2de;
	}

	.single_portfolio_pagination i,
	.single_portfolio_pagination.single_portfolio_pagination_bottom i{
		color: #50a2de;
	}

	.container_fullwidth{
		width: 100%;
		margin: 0 auto;
	}

	.single_portfolio_pagination_layout2{
		border-bottom: 2px solid #e9eaec;
		position: relative;
		overflow: hidden;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination{
		margin: 0;
		padding: 11px 0;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination a{
		border: none;
		padding: 0;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination .prev{
		float: left;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination .prev i{
		padding-right: 14px;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination .next{
		float: right;
	}

	.single_portfolio_pagination_layout2 .single_portfolio_pagination .next i{
		padding-left: 14px;
	}

	#simple_item_portfolio .videoWrapper-vimeo,
	#simple_item_portfolio .videoWrapper-youtube,
	#simple_item_portfolio .container .row iframe{
		margin-bottom: 30px;
	}
.about_h {
    font-size: 18px;
    text-transform: inherit;
    margin-bottom: 40px;
    color: #565656;
    font-weight: 500;
}
.a_h
{
    color: #3a3939;
    text-transform: inherit;
    font-size: 24px;
    font-weight: 500;
    text-align: center; 
}
	.ABp_latest_portfolio .portfolio_icon_container{
		position: relative;
		top: 50%;
		margin-top: -20px;
		display: block;
	}

	.caroufredsel_wrapper{
		margin: 0 !important;
	}
	
	.ABp_latest_portfolio{
		padding: 0;
		list-style: none;
		display: block;
	}
	
	.ABp_latest_portfolio li{
		float: left;
		display: block;
		margin: 0 10px 0 0;
		padding: 0;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e9eaec;
		padding-bottom: 20px;
		background: #fff;
	}

	.ABp_latest_portfolio li.portfolio_item_4{
		width: 280px;		
	}

	.ABp_latest_portfolio li.portfolio_item_3{
		width: 377px;		
	}

	.ABp_latest_portfolio .overlay_title{
		margin-top: 20px;
		margin-bottom: 0;
		font-family: Lato;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 28px;
		color: #3b4550;
	}

	.ABp_latest_portfolio .portfolio_item_tags{
		margin-bottom: 0;
		font-family: Lato;
		font-weight: 400;
		font-size: 14px;
		line-height: 28px;
		color: #9fa4af;
	}

	.portfolio_navigation{
		margin-top: -20px;
		text-align: center;
		position: relative;
	}

	.portfolio_navigation a{
		color: #9fa4af;
		width: 48px;
		height: 48px;
		border: 1px solid #e9eaec;
		border-radius: 50%;
		display: inline-block;
		text-align: center;
		margin: 0 5px;
		background: -webkit-linear-gradient(#fff, #f5f6f8);
		background: -o-linear-gradient(#fff, #f5f6f8);
		background: linear-gradient(#fff, #f5f6f8);
	}

	.portfolio_navigation a:hover{
		color: #50a2de;
	}

	.portfolio_navigation a i{
		line-height: 47px;
	}

	.portfolio_prev{
		position: absolute;
		top: -125px;
		left: -20px;
		z-index: 10;
	}

	.portfolio_next{
		position: absolute;
		top: -125px;
		right: -8px;
		z-index: 10;
	}

	.section_body_fullwidth .portfolio_prev{
		left: 0;
		top: -188px;
	}

	.section_body_fullwidth .portfolio_next{
		right: 0;
		top: -188px;
	}


/*----------- 9.1.1. Portfolio - Masonry --------------*/
	.container_fullwidth {
		width: 100.4%;
		margin: 0 auto;
	}

	.small{
		width: 16.66%;
	}

	.medium_vert{
		width: 16.66%;
	}

	.medium_horiz{
		width: 33.33%;
	}

	.big{
		width: 33.33%;
	}

	.portfolio_item.portfolio_masonry_fullwidth:hover .overlayed .overlay{
		border-radius: 0;
	}

/*----------- 9.1.2. Portfolio - 1 Column --------------*/
	#portfolio_single_column .portfolio_single_column_item {
		margin-bottom: 40px;
	}

	#portfolio_single_column .portfolio_inner_content {
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
	}

	#portfolio_single_column .portfolio_description .portfolio_inner_content{
		box-shadow: none;
	}

	#portfolio_single_column .portfolio_item, .portfolio_item .overlayed {
		position: relative;
		text-align: center;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
        margin-bottom:15px;
	}

	#portfolio_single_column .single_portfolio {
		text-align: center;
		margin-bottom: 17px;
		margin-top: 24px;
		margin-left: 0;
	}

	#portfolio_single_column .single_portfolio h2.column_title_left {
		text-align: center;
		font-size: 14px;
	}

	#portfolio_single_column .portfolio_item_meta h2 a {
		color: #3b4550;
		font-size: 14px;
		font-family: Lato;
		font-weight: 700;
	}

	.portfolio_single_column_item img.attachment-post-thumbnail{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.portfolio_single_column_item.portfolio_description img.attachment-post-thumbnail{
		border-radius: 5px;
	}

	.portfolio_single_column_item.portfolio_description{
		margin-bottom: 18px;
	}

	.portfolio_single_column_item .more-link{
		margin-top: 39px;
		text-align: left;
	}

/*----------- 9.1.3. Portfolio - 2 Columns --------------*/
	.row.portfolio_2column .span6{
		width: 48.71794871794872%;
		margin-left: 2.564102564102564%;
	}

	.row.portfolio_2column .span6:nth-of-type(2n+1) {
		margin-left: 0;
	}

	.portfolio_2columns_description .portfolio_2column .portfolio_inner_content{
		box-shadow: none;
	}

	.portfolio_2column .portfolio_inner_content{
		margin-bottom: 30px;
	}

	.portfolio_2column .portfolio_inner_content .portfolio_item_meta{
		padding: 26px 0 23px;
		text-align: center;
	}

	.portfolio_2columns #blog_pagination{
		margin-top: 8px;
	}

	.portfolio_2columns_description .portfolio_item_meta_detail_description{
		margin-bottom: 42px;
	}

	.portfolio_2columns_description .portfolio_item_meta_detail_description h6{
		margin-top: 13px;
		margin-bottom: 0;
		line-height: 21px;
	}

	.portfolio_2columns_description .portfolio_item_meta_detail_description h6 a{
		color: #3b4550;
	}

	.portfolio_2columns_description .portfolio_item_meta_detail_description h6 a:hover{
		color: #50a2de;
	}

	.portfolio_2column .portfolio_2column_detail{
		margin-bottom: 10px;
	}

	.portfolio_2column .portfolio_2column_info{
		margin-bottom: 0;
	}
/*----------- 9.1.4. Portfolio - 3 Columns --------------*/
	.row.portfolio_3column .span4{
		width: 31.62393162393162%;
		margin-left: 2.564102564102564%;
	}

	.row.portfolio_3column .span4:first-child{
		margin-left: 0;
	}

	.row.portfolio_3column .span4:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.portfolio_3column .portfolio_inner_content{
		margin-bottom: 30px;
	}

	.portfolio_3columns_description .portfolio_3column .portfolio_inner_content{
		box-shadow: none;
	}

	.portfolio_3column .portfolio_inner_content .portfolio_item_meta{
		padding: 14px 0 23px;
		text-align: center;
	}

	.portfolio_3columns #blog_pagination{
		margin-top: 8px;
	}

	.portfolio_3columns_description .portfolio_item_meta_detail_description{
		margin-bottom: 42px;
	}

	.portfolio_3columns_description .portfolio_item_meta_detail_description h6{
		margin-top: 13px;
		margin-bottom: 0;
		line-height: 21px;
	}

	.portfolio_3columns_description .portfolio_item_meta_detail_description h6 a{
		color: #3b4550;
	}

	.portfolio_3columns_description .portfolio_item_meta_detail_description h6 a:hover{
		color: #50a2de;
	}

	.portfolio_3column .portfolio_3column_detail{
		margin-bottom: 10px;
	}

	.portfolio_3column .portfolio_3column_info{
		margin-bottom: 0;
	}

	.portfolio_item_3_boxed{
		width: 32.05%;
		display: block;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.portfolio_item_3_boxed:nth-of-type(3n){
		margin-right: 0;
	}

	.portfolio_item_3_boxed .overlay_title{
		padding: 0 20px;
	}

	.portfolio_item_3_boxed .overlayed,
	.portfolio_item_3_boxed:hover .overlayed .overlay{
		border-radius: 5px;
	}

/*----------- 9.1.5. Portfolio - 4 Column --------------*/
	.row.portfolio_4column .span3{
		width: 23.07692307692308%;
		margin-left: 2.564102564102564%;
	}

	.row.portfolio_4column .span3:first-child{
		margin-left: 0;
	}

	.row.portfolio_4column .span3:nth-of-type(4n+1) {
		margin-left: 0;
	}

	.portfolio_4column .portfolio_inner_content{
		margin-bottom: 30px;
            height: 284px;
	}

	.portfolio_4columns_description .portfolio_4column .portfolio_inner_content{
		box-shadow: none;
	}

	.portfolio_4column .portfolio_inner_content .portfolio_item_meta{
		padding: 16px 0 18px;
		text-align: center;
        background: #000;
	}

	.portfolio_4columns #blog_pagination{
		margin-top: 8px;
	}

	.portfolio_4columns_description .portfolio_item_meta_detail_description{
		margin-bottom: 42px;
	}

	.portfolio_4columns_description .portfolio_item_meta_detail_description h6{
		margin-top: 13px;
		margin-bottom: 0;
		line-height: 21px;
	}

	.portfolio_4columns_description .portfolio_item_meta_detail_description h6 a{
		color: #3b4550;
	}

	.portfolio_4columns_description .portfolio_item_meta_detail_description h6 a:hover{
		color: #50a2de;
	}

	.portfolio_4column .portfolio_4column_detail{
		margin-bottom: 10px;
	}

	.portfolio_4column .portfolio_4column_info{
		margin-bottom: 0;
	}

	.portfolio_item_4_boxed{
		width: 24.14%;
		display: block;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.portfolio_item_4_boxed .portfolio_icon{
		top: 27%;
	}

	.portfolio_item_4_boxed:nth-of-type(4n){
		margin-right: 0;
	}

	.portfolio_item_4_boxed .overlay_title{
		padding: 0 20px;
	}

	.portfolio_item_4_boxed .overlayed,
	.portfolio_item_4_boxed:hover .overlayed .overlay{
		border-radius: 5px;
	}

/*----------- 9.1.6. Portfolio - List Full Width --------------*/
	.portfolio_single_column_item.portfolio_list_fullwidth{
		margin-bottom: 60px;
		position: relative;
		box-shadow: 0 0 0 1px #e9eaec inset;
		border-radius: 5px;
		background: #fff;
		overflow: hidden;
	}

	.portfolio_single_column_item.portfolio_list_fullwidth .overlayed{
		width: 60%;
		display: inline-block;
		float: left;
	}

	.portfolio_single_column_item.portfolio_list_fullwidth:nth-child(2n) .overlayed{
		float: right;
	}

 	.portfolio_thumb{
		width: 58.5%;
		height: 100%;
		position: absolute;
	}

	.portfolio_list_fullwidth.portfolio_single_column_item .portfolio_item, 
	.portfolio_list_fullwidth.portfolio_single_column_item .portfolio_item .overlayed{
		height: 100%;
	}

 	.portfolio_list_fullwidth .portfolio_item_meta{
		position: relative;
		padding: 60px 60px 60px 65%;
	}

	.portfolio_single_column_item.portfolio_list_fullwidth:nth-child(2n) .portfolio_item_meta{
		position: relative;
		padding: 60px 65% 60px 60px;
	}

 	h5.portfolio_title{
		margin-bottom: 0;
	}
	
 	h5.portfolio_title a{
		line-height: 28px;
		color: #3b4550;
	}

 	.portfolio_list_fullwidth .portfolio_item_meta_category{
		font-family: Lato;
		font-size: 14px;
		line-height: 28px;
		color: #9fa4af;
		font-weight: 400;
		margin-bottom: 13px;
	}

 	.portfolio_list_fullwidth .post-readmore.portfolio-readmore{
		margin: 10px 0;
		padding: 0;
	}

 	.portfolio_list_fullwidth .post-readmore.portfolio-readmore a.more-link{
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		color: #50a2de;
		border-radius: 45px;
		padding: 7px 25px;
		margin-top: 0;
		font-family: Lato;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.1px;
	}

 	.portfolio_list_fullwidth .post-readmore.portfolio-readmore a.more-link:hover{
		background: #50a2de;
		border: 1px solid #50a2de;
		color: #fff;
	}


/*----------- 9.1.7. Portfolio - Gallery 1 Column --------------*/
	#portfolio_single_column_gallery .portfolio_single_column_item{
		margin-bottom: 60px;
	}

/*----------- 9.1.8. Portfolio - Gallery 2 Columns --------------*/
	.portfolio_2column_gallery .span6{
		margin-bottom: 30px;
	}

	.portfolio_2column_gallery img{
		border-radius: 0px;
	}

	.portfolio_2column_gallery_style2 .span6{
		margin-bottom: 6px;
		margin-left: 6px !important;
	}

	.portfolio_2column_gallery_style2 img{
		border-radius: 5px;
	}
	
/*----------- 9.1.9. Portfolio - Gallery 3 Columns --------------*/	
	.portfolio_3column_gallery .span4{
		margin-bottom: 30px;
	}

	.portfolio_3column_gallery img{
		border-radius: 5px;
	}

	.portfolio_3column_gallery_style2 .span4{
		margin-bottom: 6px;
		margin-left: 6px!important;
	}

	.portfolio_3column_gallery_style2 img{
		border-radius: 5px;
	}

	.row.portfolio_3column_gallery .span4:nth-of-type(3n+1) {
		margin-left: 0;
	}
	
	.row.portfolio_3column_gallery_style2 .span4:nth-of-type(3n+1) {
		margin-left: 0;
	}
	
/*----------- 9.1.10. Portfolio - Gallery 4 Columns --------------*/	
	.portfolio_4column_gallery .span3{
		margin-bottom: 30px;
	}

	.portfolio_4column_gallery img{
		border-radius: 5px;
	}

	.portfolio_4column_gallery_style2 .span3{
		margin-bottom: 6px;
		margin-left: 6px !important;
		width: 24.376923% !important;
	}

	.portfolio_4column_gallery_style2 img{
		border-radius: 5px;
	}

	.row.portfolio_4column_gallery .span3:nth-of-type(4n+1) {
		margin-left: 0;
	}
	
	.row.portfolio_4column_gallery_style2 .span3:nth-of-type(4n+1) {
		margin-left: 0;
	}

/*----------- 9.1.11. Nivo Slider --------------*/	
	.slider-wrapper{
        position: relative;        
    }

    #slider a {
        border:0;
        display:block;
    }
    
    .nivo-controlNav {
        padding: 20px 0;
        text-align: left;
    }

    .nivo-control img{
		width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
    }


/*-------- 9.2. About Us Page --------*/
	.section_stats{
		padding: 37px 0 0 0;
	}

/*-------- 9.3. 404 Page --------*/
	#page404{
		text-align: center;
		margin-bottom: 76px;
	}

	.big_404{
		font-size: 169px;
		line-height: 169px;
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
		text-align: center;
	}

	.big_404_text{
		font-size: 18px;
		line-height: 18px;
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
		text-align: center;
	}

	.page-template-404-php #page404{
		margin-bottom: 0;
		padding-bottom: 17px;
	}

	.page-template-404-php .big_404{
		font-size: 200px;
		line-height: 200px;
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
		text-align: center;
		margin-bottom: 11px;
	}

	.page-template-404-php .big_404_text{
		font-size: 28px;
		line-height: 28px;
		font-family: Lato;
		font-weight: 700;
		color: #3b4550;
		text-align: center;
		margin-bottom: 53px;
	}

/*-------- 9.4. Coming Soon Page --------*/

	#coming_soon_header{
		min-height: 120px;
		text-align: center;
		background-color: #181a1d;
	}
	
	#coming_soon_header #logo{
		float: none;
		margin: 0;
		display: inline-block;
		line-height: 120px;
	}

	.page-template-page-coming-soon-php #footer_copyright #footer_menu ul li{
		margin-left: 30px;
	}

	.ABss_inline_form p:first-child{
		width: 50%;
		display: inline-block;
		margin-right: 30px;
	}

	.ABss_inline_form .ABss_subscriber_email{
		background: #f5f6f8;
		border: 1px solid #e9eaec;
		border-radius: 25px;
		color: #848994;
		margin-top: 0;
		width: 100%;
		margin-right: 10px;
	}

	.ABss_inline_form p{
		margin-bottom: 0;
		margin-right: 0;
	}

	.ABss_inline_form .ABss_subscriber_email:focus{
		outline: 0;
		-moz-box-shadow:    inset 0 0 2px #50a2de;
		-webkit-box-shadow: inset 0 0 2px #50a2de;
		box-shadow:         inset 0 0 2px #50a2de;
	}

	.ABss_inline_form input[type="submit"] {
		background: #50a2de;
		font-size: 14px;
		font-weight: 700;
		border-radius: 25px;
		padding: 9px 50px 9px 50px;
		margin-top: 0;
		text-transform: uppercase;
		border: none; 
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.ABss_inline_form input[type="submit"]:hover{
		background: #505558;
	}

	.ABss_success_message{
		color: #50a2de;
		margin-bottom: 40px;
	}


/*-----------------------------------------------------------------*/
/* 10. Other
/*-----------------------------------------------------------------*/

/*-------- 10.1. AB Testimonials --------*/

/*-------- 10.1.1. AB Testimonials - Picture Middle --------*/
	.ABt_testimonials_wrapper.picture_middle .ABt_pagination,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination{
		margin-top: 0px;
	}
	
	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a{
		margin-right: 13px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #bbbfc6;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a:last-child,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a:last-child{
		margin-right: 0;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a.selected,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a.selected{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a:hover,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a:hover{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a span,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a span{
		display: none;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small{
		border: 1px solid #e9eaec;
		border-radius: 5px;
		padding: 25px 40px 25px 25px;
		position: relative;
		background: #fff;
		margin-top: 16px;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small .source,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small .source{
		position: absolute;
		width: 200px;
		bottom: -90px;
		left: 50%;
		margin-left: -100px;
		text-align: center;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_author,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_author{
		color: #3b4550;		
	}
	
	.ABt_testimonials_wrapper.picture_middle .testimonial_small p,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small p{
		border-bottom: 0px;
		font-size: 16px;
		color: #848994;
		line-height: 26px;
		margin-bottom: 33px;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small p:after,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small p:after{
		display: none;
	}
	
	.ABt_testimonials_wrapper.picture_middle .ABt_testimonials_slide li,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_testimonials_slide li{
		border-radius: 5px;
		padding-bottom: 50px;
		background: transparent;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small img,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small img{
		width: 70px;
		height: 70px;
		border-radius: 50%;
		position: absolute;
		bottom: -35px;
		left: 50%;
		margin-left: -35px;
	}

/*-------- 10.1.2. AB Testimonials - Big --------*/
	.ABt_testimonials_wrapper.testimonials_big,
	.ABt_testimonials_wrapper_static.testimonials_big{
		margin-top: 13px;
		padding: 0 80px;
		position: relative;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_testimonials_slide li,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_testimonials_slide li{
		background: transparent;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big{
		border-left: 0px;
		padding-bottom: 29px;
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big p,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big p{
		color: #3b4550;
		font-family: Lato,sans-serif;
		font-size: 24px;
		font-style: normal;
		margin-bottom: 17px;
		text-align: center;
	}
	
	.ABt_testimonials_wrapper.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big .source,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big .source{
		text-align: center;
		width: 350px;
		position: absolute;
		bottom: 8px;
		left: 50%;
		margin-left: -175px;
		z-index: 1;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big .source .ABt_author,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big .source .ABt_author{
		color: #3b4550;
	}


	.ABt_testimonials_wrapper.testimonials_big .ABt_pagination,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination{
		display: inline-block;
		text-align: center;
		margin-top: 21px;
		width: 100%;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_pagination a,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a{
		margin-right: 13px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #bbbfc6;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_pagination a.selected,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a.selected{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_pagination a:hover,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a:hover{
		background: #50a2de;
		border: 2px solid #50a2de;
	}

	.ABt_testimonials_wrapper.testimonials_big .ABt_pagination a span,
	.ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a span{
		display: none;
	}

/*-------- 10.1.3. AB Testimonials - Picture Bottom --------*/
	.ABt_testimonials_wrapper.picture_bottom,
	.ABt_testimonials_wrapper_static.picture_bottom{
		position: relative;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination{
		margin-right: -13px;
		margin-top: -51px;
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 30px;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a{
		margin-right: 13px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #bbbfc6;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a.selected,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a.selected{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a:hover,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a:hover{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a span,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a span{
		display: none;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small{
		border: 1px solid #e9eaec;
		border-radius: 5px;
		padding: 25px 40px 25px 25px;
		position: relative;
		background: #fff;
		margin-top: 16px;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small:after,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small:after{
		content: "";
		width: 15px;
		height: 15px;
		border-top: 1px solid #e9eaec;
		border-right: 1px solid #e9eaec;
		transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		background: #fff;
		position: absolute;
		bottom: -9px;
		left: 27px;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small .source,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small .source{
		position: absolute;
		width: 200px;
		bottom: -92px;
		left: 92px;
		text-align: left;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_author,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_author{
		color: #3b4550;		
	}
	
	.ABt_testimonials_wrapper.picture_bottom .testimonial_small p,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small p{
		border-bottom: 0px;
		font-size: 16px;
		color: #848994;
		line-height: 26px;
		margin-bottom: 0;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small p:after,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small p:after{
		display: none;
	}
	
	.ABt_testimonials_wrapper.picture_bottom .ABt_testimonials_slide li,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_testimonials_slide li{
		border-radius: 5px;
		padding-bottom: 60px;
		background: transparent;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small img,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small img{
		width: 70px;
		height: 70px;
		border-radius: 50%;
		position: absolute;
		bottom: -106px;
		left: 0;
	}

/*-------- 10.1.4. AB Testimonials - Picture Top --------*/
	.ABt_testimonials_wrapper.picture_top,
	.ABt_testimonials_wrapper_static.picture_top{
		position: relative;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_pagination,
	.ABt_testimonials_wrapper_static.picture_top .ABt_pagination{
		margin-left: -43px;
		z-index: 1;
		position: absolute;
		left: 50%;
		top: 193px;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_pagination a,
	.ABt_testimonials_wrapper_static.picture_top .ABt_pagination a{
		margin-right: 13px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #bbbfc6;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_pagination a:last-child,
	.ABt_testimonials_wrapper_static.picture_top .ABt_pagination a:last-child{
		margin-right: 0;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_pagination a.selected,
	.ABt_testimonials_wrapper_static.picture_top .ABt_pagination a.selected{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_pagination a:hover,
	.ABt_testimonials_wrapper_static.picture_top .ABt_pagination a:hover{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_pagination a span,
	.ABt_testimonials_wrapper_static.picture_top .ABt_pagination a span{
		display: none;
	}

	.ABt_testimonials_wrapper.picture_top .testimonial_small,
	.ABt_testimonials_wrapper_static.picture_top .testimonial_small{
		border: 1px solid #e9eaec;
		border-radius: 5px;
		padding: 33px 50px 91px 118px;
		position: relative;
		background: #fff;
		margin-top: 16px;
	}

	.ABt_testimonials_wrapper.picture_top .testimonial_small .source,
	.ABt_testimonials_wrapper_static.picture_top .testimonial_small .source{
		position: relative;
		display: inline;
		text-align: left;
	}

	.ABt_testimonials_wrapper.picture_top .ABt_author,
	.ABt_testimonials_wrapper_static.picture_top .ABt_author{
		color: #3b4550;		
	}
	
	.ABt_testimonials_wrapper.picture_top .testimonial_small p,
	.ABt_testimonials_wrapper_static.picture_top .testimonial_small p{
		border-bottom: 0px;
		font-size: 14px;
		color: #848994;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.ABt_testimonials_wrapper.picture_top .testimonial_small p:after,
	.ABt_testimonials_wrapper_static.picture_top .testimonial_small p:after{
		display: none;
	}
	
	.ABt_testimonials_wrapper.picture_top .ABt_testimonials_slide li,
	.ABt_testimonials_wrapper_static.picture_top .ABt_testimonials_slide li{
		border-radius: 5px;
		padding-bottom: 60px;
		background: transparent;
	}

	.ABt_testimonials_wrapper.picture_top .testimonial_small img,
	.ABt_testimonials_wrapper_static.picture_top .testimonial_small img{
		width: 70px;
		height: 70px;
		border-radius: 50%;
		position: absolute;
		top: 30px;
		left: 25px;
	}

/*-------- 10.2. AB Tweet Scroller --------*/
	.ab-tweet-scroller {
		position: relative;
		border: 0;
	}

	.ab-tweet-scroller:before{
		content: '\f16a'; /*.ci_icon-twitter*/
		font-family: 'WebHostingHub-Glyphs';
		background: none;
		width: auto;
		height: auto;
		font-style: normal;
		font-size: 38px;
		color: #fff;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -19px;
	}

	.ab-tweet-item{
		position: relative;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.ab-tweet-username{
		color: #d5edff;
		font-size: 16px;
		position: absolute;
		left: 50%;
		top: 53px;
		margin-left: -61px;
	}

	.ab-tweet-text{
		margin-top: 70px;
		font-family: Lato, sans-serif;
		font-size: 20px;
		color: #fff;
	}

	.ab-tweet-text a{
		font-family: Lato, sans-serif;
		font-size: 20px;
		color: #d5edff;
	}

	.ab-tweet-date {
		color: #dbf0ff;
		font-family: Lato, sans-serif;
		font-size: 14px;
		position: absolute;
		bottom: 12px;
		left: 50%;
		margin-left: -61px;
		z-index: 10;
	}

	.ab-tweet-navigation{
		margin: 0 100px;
	}

	.ab-tweet-prev{
		color:transparent;
	}

	.ab-tweet-next{
		color:transparent;
	}

	a.ab-tweet-prev:hover{
		color:transparent;
	}

	a.ab-tweet-next:hover{
		color:transparent;
	}

	.ab-tweet-prev:after{
		content: '\f489'; /*.ci_icon-chevron-left*/
		font-family: 'WebHostingHub-Glyphs';
		color: #fff;
		font-size: 20px;
		position: absolute;
		bottom: 50%;
		left: 0;
		right: auto;
		margin-bottom: -24px;
	}

	.ab-tweet-prev:hover:after{
		color: #d5edff;
	}

	.ab-tweet-next:hover:after{
		color: #d5edff;
	}

	.ab-tweet-next:after{
		content: '\f488'; /*.ci_icon-chevron-right*/
		font-family: 'WebHostingHub-Glyphs';
		color: #fff;
		font-size: 20px;
		position: absolute;
		bottom: 50%;
		right: 0;
		left:auto;
		margin-bottom: -24px;
	}

/*-------- 10.3. Additional Classes --------*/
	.left_column .column_title_left{
		margin-bottom: 15px;
	}

	.left_column .dnd_shortcode_ul{
		margin-bottom: 2px;
	}

	.left_column .dnd_shortcode_ul li{
		margin-bottom: -3px;
	}

	.dnd_section_dd.section_big_header header h3{
		font-size: 32px;
		position: relative;
		margin-bottom: 33px;
	}

	.dnd_section_dd.section_big_header header h3:after{
		content:"";
		width: 26px;
		height: 2px;
		background: #cbcbcb;
		position: absolute;
		bottom: -21px;
		left: 50%;
		margin-left: -13px;
	}

	.dnd_section_dd.section_big_header header p{
		font-size: 14px;
		color: #9fa4af;
	}

	.dnd_section_dd.section_alt_header header h3{
		font-size: 22px;
		position: relative;
		margin-bottom: 30px;
	}

	.dnd_section_dd.section_alt_header header h3:after{
		content:"";
		width: 26px;
		height: 2px;
		background: #cbcbcb;
		position: absolute;
		bottom: -17px;
		left: 50%;
		margin-left: -13px;
	}

	.dnd_section_dd.section_alt_header header p{
		font-size: 14px;
		color: #9fa4af;
	}

	.about_us_list{
		margin-right: 140px;
	}

	.list_right{
		float: right;
		margin-right: 100px;
	}

	.list_left{
		float: left;
	}

	.orange_text .ABt_testimonials_wrapper.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big .source .ABt_company,
	.orange_text .ABt_testimonials_wrapper_static.testimonials_big .ABt_testimonials_slide .testimonials_item .testimonial_big .source .ABt_company{
		color: #f3ae36;
	}

	.orange_text .ABt_testimonials_wrapper.testimonials_big .ABt_pagination a,
	.orange_text .ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a{
		margin-right: 13px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #bbbfc6;
		display: inline-block;
	}

	.orange_text .ABt_testimonials_wrapper.testimonials_big .ABt_pagination a.selected,
	.orange_text .ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a.selected{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #f3ae36;
		border: 0;
		display: inline-block;
	}

	.orange_text .ABt_testimonials_wrapper.testimonials_big .ABt_pagination a:hover,
	.orange_text .ABt_testimonials_wrapper_static.testimonials_big .ABt_pagination a:hover{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #f3ae36;
		border: 0;
	}

	.dnd_section_dd.big_header header h3{
		font-size: 32px;
		color: #3b4550;
	}

	.dnd_section_dd.section_with_header.big_header .dnd_container{
		margin-top: 24px;
		
	}

	.dnd_section_dd.onepage_contact .wpcf7 input[type="text"],
	.dnd_section_dd.onepage_contact .wpcf7 input[type="email"],
	.dnd_section_dd.onepage_contact .wpcf7 textarea{
		background: rgba(59,69,80,0.5);
		border: 0px;
		outline: none;
	}


	.onepage-input{
		background: rgba(59,69,80,0.5);
		border: 0px;
		outline: none;
	}

	.onepage-textarea{
		min-height: 240px	
	}


	.dnd_section_dd.onepage_contact .wpcf7 textarea{
		min-height: 240px	
	}

	.dnd_section_dd.onepage_contact .wpcf7 input[type="submit"]{
		font-weight: 700;
	}

	.dnd_section_dd.onepage_contact .wpcf7 ::-webkit-input-placeholder{
		color: #fff;
	}

	.dnd_section_dd.onepage_contact .wpcf7 :-moz-placeholder{
		color: #fff;
	}
	
	.dnd_section_dd.onepage_contact .wpcf7 ::-moz-placeholder{
		color: #fff;
	}
	
	.dnd_section_dd.onepage_contact .wpcf7 :-ms-input-placeholder{
		color: #fff;
	}

	.onepage-input ::-webkit-input-placeholder{
		color: #fff;
	}

	.onepage-input :-moz-placeholder{
		color: #fff;
	}
	
	.onepage-input ::-moz-placeholder{
		color: #fff;
	}
	
	.onepage-input :-ms-input-placeholder{
		color: #fff;
	}

	#fancybox-wrap{
		z-index: 9999;
	}


/*-----------------------------------------------------------------*/
/* 11. Footer
/*-----------------------------------------------------------------*/
	#ABdev_main_footer{
		color: #939fa6;
	}

	#ABdev_main_footer h3{
		color: #fff;
		text-transform: capitalize;;
	}

	#ABdev_main_footer a{
		color: #e0e0e0;
        font-size: 14px;
	}

	#ABdev_main_footer a:hover{
		color: #50a2de;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#ABdev_main_footer .dnd_follow_us a{
		background: #1c1f23;
	}

	#ABdev_main_footer .dnd_follow_us a i{
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_columns{
		padding: 50px 0 18px 0;
		background: rgba(6, 6, 6, 0.7);
	}

	#footer_copyright{
		background: #0f151a;
		color: #9fa4af;
		font-size: 13px;
		line-height: 30px;
		padding: 20px 0;
		margin-left: 0;
	}

	.footer_social{
		text-align: right;
	}

	.footer_social a{
		display: inline-block;
		background: #242e35;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.footer_social i{
		color:#939fa6;
		font-size: 16px;
	}

	#footer_onepage_container{
		background: #181a1d;
		min-height: 210px;
		position: relative;
	}
	#footer_onepage_container .footer_onepage_copyright{
		text-align: center;
		padding-top: 62px;
	}

	#footer_onepage_container #back_to_top{
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #26292e;
		position: absolute;
		left: 50%;
		top: -24px;
		margin-left: -24px;
		font-size: 20px;
		line-height: 48px;
		z-index: 1;	
		text-align: center;
	}

	#footer_onepage_container #back_to_top i{
		display: inline-block;
	}

	#footer_onepage_container #footer_onepage_social{
		text-align: center;
		margin-top: 20px;
	}

	#footer_onepage_container #footer_onepage_social a{
		width: 36px;
		height: 36px;
		border-radius: 50%;
		margin-right: 10px;
		background: #26292e;
		text-align: center;
		display: inline-block;
		font-size: 13px;
		line-height: 36px;
	}

	#footer_onepage_container #footer_onepage_social a i{
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_landing_container{
		background: #181a1d;
		min-height: 150px;
		position: relative;
	}

	#footer_landing_container .footer_landing_copyright{
		text-align: center;
		padding-top: 62px;
	}

	#footer_landing_container .container{
		position: relative;
	}

	#footer_landing_container #back_to_top{
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #26292e;
		position: absolute;
		right: 0;
		top: 50px;
		margin-left: -24px;
		font-size: 20px;
		line-height: 48px;
		z-index: 1;
		text-align: center;
	}

	#footer_landing_container #back_to_top i {
	display: inline-block;
	line-height: 44px;
	}
	#footer_landing_container #back_to_top:hover i{
		display: inline-block;
		color: #50a2de;
	}

/*----------- 11.1. Footer Menu --------------*/	
	#footer_copyright #footer_menu ul li{
		display: inline-block;
		margin-left: 10px;
	}

	#footer_copyright #footer_menu ul li a{
		color: #9fa4af;
	}

	#footer_copyright #footer_menu ul li a:hover{
		color: #50a2de;
	}

	#footer_copyright #footer_menu ul li.current-menu-item a{
		color: #ffffff;
	}

	.boxed{
		padding: 27px 30px 30px 30px;
		border: 1px solid #e9eaec;
		border-radius: 8px;
		text-align: center;
	}

	.boxed_title{
		margin-bottom: 16px;
	}

	.boxed_title_2{
		margin-top: 41px;
		margin-bottom: 28px;
	}
	
	.boxed_button{
		margin-top: 16px;
	}

	.wpcf7-list-item{
		display: block;
		margin-bottom: 10px;
	}

	.wpcf7-list-item input{
		margin: 0;
	}

	.squaredOne,
	.squaredTwo,
	.radioButtonOne,
	.radioButtonTwo{
		margin-bottom: 80px;
	}
/*
Style Name: Incomeup
*/

/********** Shortcode: Animation Box *************************************************************/
.tcvpb-animo,
.tcvpb-animo-children > *{
    visibility: hidden;
}

.tcvpb-animo.animated,
.tcvpb-animo.animation_completed{
    visibility: visible;
}

.tcvpb-animo-children .animation_completed{
    visibility: visible;
}


/********** Shortcode: Columns & sections *************************************************************/
.tcvpb_container:before,
.tcvpb_container:after{
	display: table;
	line-height: 0;
	content: "";
}

.tcvpb_container:after{
	clear: both;
}

.tcvpb_section_tc.section_with_header .tcvpb_container{
	margin-bottom: 6px;
	margin-top: 0;
}

.section_body_fullwidth .tcvpb_section_content .tcvpb_container{
	width: 100%;
}

.tcvpb_section_tc{
	position: relative;
	overflow:hidden;
	padding-bottom: 100px;
	padding-top: 100px;
}

.tcvpb_section_tc > *{
	z-index: 1;
	position: relative;
}

.tcvpb_video_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	visibility: hidden;
}

.tcvpb_video_background .mejs-container{
	background:none !important;
}

.tcvpb_video_background .mejs-overlay-loading{
	display: none !important;
}

.tcvpb-parallax{
	background-position: 50% top;
	background-attachment:fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.tcvpb_container [class*="column_tc_span"]{
	display: block;
	float: left;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section_no_column_margin .tcvpb_container [class*="column_tc_span"],
.tcvpb_container [class*="column_tc_span"]:first-child{
	margin-left: 0;
}

.tcvpb_column_tc_span12  {width: 100%;}
.tcvpb_column_tc_span11  {width: 91.45299145299145%;}
.tcvpb_column_tc_span10  {width: 82.90598290598291%;}
.tcvpb_column_tc_span9   {width: 74.35897435897436%;}
.tcvpb_column_tc_span8   {width: 65.81196581196581%;}
.tcvpb_column_tc_span7   {width: 57.26495726495726%;}
.tcvpb_column_tc_span6   {width: 48.71794871794872%;}
.tcvpb_column_tc_span5   {width: 40.17094017094017%;}
.tcvpb_column_tc_span4   {width: 31.62393162393162%;}
.tcvpb_column_tc_span3   {width: 23.07692307692308%;}
.tcvpb_column_tc_span2   {width: 14.52991452991453%;}
.tcvpb_column_tc_span1   {width: 5.982905982905983%;}

.section_no_column_margin .tcvpb_column_tc_span12  {width: 100%;}
.section_no_column_margin .tcvpb_column_tc_span11  {width: 91.6666666666665%;}
.section_no_column_margin .tcvpb_column_tc_span10  {width: 83.3333333333334%;}
.section_no_column_margin .tcvpb_column_tc_span9   {width: 74.9999999999999%;}
.section_no_column_margin .tcvpb_column_tc_span8   {width: 66.6666666666665%;}
.section_no_column_margin .tcvpb_column_tc_span7   {width: 58.3333333333332%;}
.section_no_column_margin .tcvpb_column_tc_span6   {width: 49.9999999999999%;}
.section_no_column_margin .tcvpb_column_tc_span5   {width: 41.6666666666665%;}
.section_no_column_margin .tcvpb_column_tc_span4   {width: 33.3333333333332%;}
.section_no_column_margin .tcvpb_column_tc_span3   {width: 24.9999999999999%;}
.section_no_column_margin .tcvpb_column_tc_span2   {width: 16.6666666666665%;}
.section_no_column_margin .tcvpb_column_tc_span1   {width:  8.3333333333332%;}

.section_equalize_5 .tcvpb_column_tc_span3,
.section_equalize_5 .tcvpb_column_tc_span2{
	width:  17.95084476%;
}

.section_equalize_5 .tcvpb_container [class*="column_tc_span"]{
	margin-left: 2.564102564102564%;
}

.section_no_column_margin.section_equalize_5 .tcvpb_container [class*="column_tc_span"],
.section_equalize_5 .tcvpb_container [class*="column_tc_span"]:first-child{
	margin-left: 0;
}

.section_no_column_margin.section_equalize_5 .tcvpb_column_tc_span3,
.section_no_column_margin.section_equalize_5 .tcvpb_column_tc_span2{
	width:  20%;
}

.tcvpb_section_tc header,
.tcvpb_section_tc footer{
	text-align: center;
}

.tcvpb_section_tc header h3{
	font-family: Lato, sans-serif;
	font-weight: 700;
	display: inline-block;
	color: #3b4550;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
	position: relative;
}

.tcvpb_section_tc.section_title_left header h3{
	display: block;
	text-align: left;
	font-size: 18px;
	padding-bottom: 10px;
}

.column_title_left{
	margin-bottom: 30px;
}

.tcvpb_section_tc header p{
	font-family: Open Sans;
	margin-bottom: 30px;
	padding: 0 10px;
}

.tcvpb_section_tc.pattern_overlayed{
	color: #fff;
}

.tcvpb_section_tc.pattern_overlayed header h3{
	color: #fff;
}


/********** Shortcode: Abbreviation *************************************************************/
.tcvpb-abbr{
	border-bottom: 1px dotted #666;
	cursor: help;
}


/********** jQuery UI helpers *************************************************************/
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

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

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}


/********** Shortcode: Tabs *************************************************************/
.tcvpb-tabs {
	position: relative;
	margin-bottom: 30px;
	clear: both;
}

.tcvpb-tabs .tab-pane p{
	margin-bottom: 7px;
}

.tcvpb-tabs .nav-tabs{
	margin: 0;
	display: inline-block;
	width: 100%;
}

.tcvpb-tabs .tab-content{
	position: relative;
}

.tcvpb-tabs .nav-tabs li a{
	text-align: center;
	clear:both;
	box-sizing: border-box;
	display: block;
	padding: 12px 18px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: none;
	color: #848994;
	font-size: 13px;
	text-decoration: none;
}

.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9eaec;
	border-left: 1px solid #e9eaec;
	border-right: 1px solid #e9eaec;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
	margin-right: 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-top .nav-tabs li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 1px solid #e9eaec;
	border-right: 0;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-top .nav-tabs li:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-top .nav-tabs li:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #e9eaec;
}

.tcvpb-tabs.tcvpb-tabs-position-top.tcvpb-tabs-boxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-top.tcvpb-tabs-boxed .nav-tabs li.active:hover a{
	background: transparent;
	color: #50a2de !important;
}

.tcvpb-tabs.tcvpb-tabs-position-top.tcvpb-tabs-unboxed .nav-tabs li:first-child:hover a{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-top.tcvpb-tabs-unboxed .nav-tabs li:last-child:hover a{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-top.tcvpb-tabs-unboxed .nav-tabs li.active:hover a{
	background: transparent;
	color: #50a2de !important;
}

.tcvpb-tabs.tcvpb-tabs-position-top.tcvpb-tabs-unboxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
}

.tcvpb-tabs .nav-tabs li.active{
	position: relative;
}

.tcvpb-tabs .nav-tabs li.active:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 999;
}

.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs li.active:after{
	content: "";
	display: none;
}

.tcvpb-tabs .nav-tabs li.active a{
	color: #50a2de;
	cursor: default;
}

.tcvpb-tabs .nav-tabs li:last-child{
	border-right: 1px solid #e9eaec;
}

.tcvpb-tabs.tcvpb-tabs-boxed .tab-content{
	border: 1px solid #e9eaec;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: -6px;
}

.tcvpb-tabs.tcvpb-tabs-unboxed .tab-content{
	border: none;
}

.tcvpb-tabs .tab-pane {
	display: none;
	border-width: 0;
	padding: 25px 30px;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs .tab-pane.active_pane{
	display: block;
	position: relative;
}


.tcvpb-tabs.tcvpb-tabs-unboxed .tab-pane {
	border-width: 0;
	padding: 25px 10px 25px 0;
}

.ui-tabs-hide {
	display: none;
}


/* bottom positioned tabs */

.tcvpb-tabs.tcvpb-tabs-position-bottom{
	margin-bottom: 75px;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom .tab-pane {
	border-width: 0;
	padding: 25px 30px;
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-bottom .nav-tabs li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9eaec;
	border-left: 1px solid #e9eaec;
	border-right: 1px solid #e9eaec;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
	margin-right: 2px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-bottom .nav-tabs{
	bottom: -44px;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-bottom .nav-tabs li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 1px solid #e9eaec;
	border-right: 0;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-bottom .nav-tabs li:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-bottom .nav-tabs li:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #e9eaec;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-boxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-boxed .nav-tabs li.active:hover a{
	color: #50a2de!important;
	background: #fff;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li:first-child:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li:last-child:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li.active:last-child:hover a{
	background: #fff;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li.active:hover a{
	color: #50a2de!important;
	background: #fff;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active {
	position: relative;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li.active:after{
	content: "";
	display: none;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active a{
	color: #50a2de;
	cursor: default;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li:last-child{
	border-right: 1px solid #e9eaec;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-boxed .tab-content{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .tab-content{
	border: none;
}

.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .tab-pane {
	border-width: 0;
	padding: 25px 10px 25px 0;
}

.tcvpb-tabs-position-bottom .nav-tabs {
	border-bottom: none;
	position: absolute;
	bottom:-43px;
}

.tcvpb-tabs-position-bottom .nav-tabs li.active:after{
	top: -1px;
	bottom: auto;
}


/* left or right positioned tabs */

.tcvpb-tabs-vertical .nav-tabs li a{
	padding: 13px 13px 13px 17px;
}

/* left positioned tabs */
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .tab-content{
	margin-left: 170px;
}

.tcvpb-tabs.tcvpb-tabs-position-left .tab-pane {
	border-width: 0;
	padding: 25px 30px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed.tcvpb-tabs-boxed .nav-tabs {
	width: 170px;
	float: left;
	margin-bottom: 30px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li{
	float: left;
	width: 170px;
	line-height: 14px;
	border-right: none;
	list-style-type: none;
	border-top: 1px solid #e9eaec;
	border-left: 1px solid #e9eaec;
	border-bottom: 1px solid #e9eaec;
	margin-bottom: 2px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li a{
	text-align: left;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li.active{
	background: #fff;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li.active:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: auto;
	left: auto;
	right: -1px;
	top: 0;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li.active:hover a{
	color: #50a2de!important;
	background: #fff;
}


/*unboxed*/

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .tab-content{
	margin-left: 170px;
	padding: 0 30px 30px 0;
}

.tcvpb-tabs.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .tab-pane{
	padding: 0;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs {
	width: 140px;
	float: left;
	margin-bottom: 30px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li{
	float: none;
	width: 140px;
	line-height: 14px;
	list-style-type: none;
	border-top: 1px solid #e9eaec;
	border-right: 1px solid #e9eaec;
	border-left: 1px solid #e9eaec;
	border-bottom: 1px solid #e9eaec;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:first-child{
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:last-child{
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li.active{
	background: #fff;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:first-child:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:last-child:hover a{
	color: #fff!important;
	background: #50a2de;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li.active:last-child:hover a{
	background: #fff;
}

.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li.active:hover a{
	color: #50a2de!important;
	background: #fff;
}

/* right positioned tabs */
.tcvpb-tabs-position-right.tcvpb-tabs-boxed .tab-content{
	margin-right: 170px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
}

.tcvpb-tabs.tcvpb-tabs-position-right .tab-pane {
	border-width: 0;
	padding: 25px 30px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed.tcvpb-tabs-boxed .nav-tabs {
	width: 170px;
	float: right;
	margin-bottom: 30px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li{
	float: right;
	width: 170px;
	line-height: 14px;
	border-right: none;
	list-style-type: none;
	border-top: 1px solid #e9eaec;
	border-bottom: 1px solid #e9eaec;
	margin-bottom: 2px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li a{
	text-align: right;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li.active{
	background: #fff;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li.active:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: auto;
	left: -1px;
	right: auto;
	top: 0;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li.active:hover a{
	color: #50a2de!important;
	background: #fff;
}


/*unboxed*/

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .tab-content{
	margin-right: 160px;
	padding: 0 10px 30px 0;
}

.tcvpb-tabs.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .tab-pane{
	padding: 0;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs {
	width: 140px;
	float: right;
	margin-bottom: 30px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li{
	float: none;
	width: 140px;
	line-height: 14px;
	border-right: none;
	list-style-type: none;
	border-top: 1px solid #e9eaec;
	border-left: 1px solid #e9eaec;
	border-right: 1px solid #e9eaec;
	border-bottom: 1px solid #e9eaec;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:first-child{
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:last-child{
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li.active{
	background: #fff;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:hover a{
	color: #fff!important;
	background: #50a2de;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:first-child:hover a{
	color: #fff!important;
	background: #50a2de;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:last-child:hover a{
	color: #fff!important;
	background: #50a2de;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li.active:hover a,
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li.active:first-child:hover a,
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li.active:last-child:hover a{
	background: #fff;
	color: #50a2de!important;
}


/* Bellow width break point */
.tcvpb-tabs.tcvpb-tabs-fullwidthtabs .nav-tabs li {
	margin-right: 0;
	width: 100%;
	margin-left: 0;
	float: none;
	text-align: left;
	padding: 5px 15px;
	border: 1px solid #e6ebed;
	border-bottom:none;
}

.tcvpb-tabs.tcvpb-tabs-fullwidthtabs .nav-tabs li.active{
	background: #f9f9f9;
}

.tcvpb-tabs.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after{
	display: none;
}

.tcvpb-tabs-position-bottom.tcvpb-tabs-fullwidthtabs .nav-tabs {
	position: relative;
}

.tcvpb-tabs-position-bottom.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after{
	display: none;
}

.tcvpb-tabs-position-bottom.tcvpb-tabs-fullwidthtabs .tab-pane {
	padding: 0;
}

.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs {
	margin: 0;
	border-bottom:none;
	border-right: 1px solid #eeeeee;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs li,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs li{
	float: none;
	text-align: left;
	line-height: 37px;
	padding: 5px 15px;
	margin-right: 0;
	margin-left: 0;
}

.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs li.active,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs li.active{
	background: #f9f9f9;
}

.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after{
	display: none;
}

.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .tab-pane,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .tab-pane{
	margin-left: 0;
	margin-right: 0;
	padding-top:0;
}

/* Timeline */

.tcvpb-tabs.tcvpb-tabs-timeline{
	list-style-type: none;
}

.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs li a{
	font-size: 14px;
	font-weight: 700;
	color: #3b4550;
}

.tcvpb-tabs.tcvpb-tabs-timeline ul li{
	list-style: none;
	float: left;
	white-space: nowrap;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0 ;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #3b4550;
}

.tcvpb-tabs.tcvpb-tabs-timeline ul li:hover a{
	color: #50a2de;
}

.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs li.active:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #e9eaec;
	background: #fff;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -11px;
	z-index: 100;
}

.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs li.active:after{
	content:" ";
	width: 15px;
	height: 15px;
	border-top: 1px solid #e9eaec;
	border-right: 1px solid #e9eaec;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background: #fff;
	position: absolute;
	bottom: -59px;
	left: 50%;
	margin-left: -7px;
	z-index: 1;
}

.tcvpb-tabs.tcvpb-tabs-timeline ul li:last-child{
	border-right: 0;
}

.tcvpb-tabs.tcvpb-tabs-timeline ul.nav-tabs:after{
	content: " ";
	width: 100%;
	height: 4px;
	background: #cfd3dc;
	-moz-box-shadow:    inset 0 0 3px #b9bfca;
    -webkit-box-shadow: inset 0 0 3px #b9bfca;
    box-shadow:         inset 0 0 3px #b9bfca;
   border-radius: 5px;
   position: absolute;
   top: 41px;
  left: 0;
}


.tcvpb-tabs.tcvpb-tabs-timeline .tab-content{
	margin-top: 45px;
	border: 1px solid #e9eaec;
	border-radius: 5px;
	position: relative;
	text-align: center;
}

.tcvpb-tabs.tcvpb-tabs-timeline .tab-content p{
	text-align: left;
}

.tcvpb-tabs.tcvpb-tabs-timeline .ui-tabs-anchor{
	margin-bottom: 8px;
}

.tcvpb-tabs.tcvpb-tabs-timeline .tab-pane{
	border-radius: 5px;
}

.tab_par_1 {width: 100%;}
.tab_par_2 {width: 50%;}
.tab_par_3 {width: 33.33%;}
.tab_par_4 {width: 25%;}
.tab_par_5 {width: 20%;}
.tab_par_6 {width: 16.66%;}
.tab_par_7 {width: 14.28%;}
.tab_par_8 {width: 12.5%;}
.tab_par_9 {width: 11.11%;}
.tab_par_10 {width: 10%;}
.tab_par_11 {width: 9.09%;}
.tab_par_12 {width: 8.33%;}
.tab_par_13 {width: 7.69%;}
.tab_par_14 {width: 7.14%;}
.tab_par_15 {width: 6.66%;}


/********** Shortcode: Accordion *************************************************************/
.tcvpb-accordion{
	margin-bottom: 60px;

}

.tcvpb-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	border: 1px solid #e9eaec;
	color:#848994;
	padding: 8px 0 7px 17px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	background: #fff;
	-webkit-box-shadow: 0 1px #f7f7f8;
	box-shadow: 0 1px #f7f7f8;
	-webkit-transition: all 180ms ease-in;
	transition: all 180ms ease-in;

}

.ui-accordion-header.ui-state-hover{
	background: #50a2de;
	color: #fff!important;
}

.tcvpb-accordion .ui-accordion-header-active {
	color:#50a2de;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.tcvpb-accordion .ui-accordion-header:first-child{
	margin-top: 0;
}

.tcvpb-accordion .ui-accordion-content {
	overflow: auto;
	border: 1px solid #e9eaec;
	background: #fff;
	border-top: 0;
	padding: 25px 30px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb-accordion .ui-accordion-header-icon{
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.tcvpb-accordion .ui-icon-triangle-1-s,
.tcvpb-accordion .ui-icon-triangle-1-e{
	height: 1px;
	width: 13px;
	background: #50a2de;
}

.tcvpb-accordion .ui-icon-triangle-1-e{
	background: #c7cbd2;
}

.tcvpb-accordion .ui-icon-triangle-1-e:before{
	content: "";
	display: block;
	height: 13px;
	width: 1px;
	background: #c7cbd2;
	position: relative;
	top: -6px;
	left: 6px;
}

.ui-state-hover .ui-icon-triangle-1-e:before{
	background: #fff;
	content: "";
}

.ui-state-hover .ui-icon-triangle-1-e{
	background: #fff;
	content: "";
}

.ui-state-hover .ui-icon-triangle-1-s{
	background: #fff;
	content: "";
}

.tcvpb-accordion.tcvpb_accordion_circled_icons .ui-accordion-header:before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #e9eaec;
	border-radius: 50%;
	right: 14px;
	top: 10px;
}

.tcvpb-accordion.tcvpb_accordion_circled_icons .ui-accordion-header-active:before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #50a2de;
	border-radius: 50%;
	right: 14px;
	top: 10px;
}

.tcvpb-accordion.tcvpb_accordion_circled_icons .ui-icon-triangle-1-e{
	width: 0;
	right: 36px;
}

.tcvpb-accordion.tcvpb_accordion_circled_icons .ui-icon-triangle-1-e:before{
	content: "";
	width: 10px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
}

.tcvpb-accordion.tcvpb_accordion_circled_icons .ui-icon-triangle-1-e:after{
	content: "";
	width: 2px;
	height: 10px;
	position: absolute;
	background: #c7cbd2;
	top: -4px;
	left: 10px;
}

.tcvpb-accordion.tcvpb_accordion_circled_icons .ui-icon-triangle-1-s{
	width: 10px;
	height: 2px;
	position: absolute;
	right: 20px;
}

.ui-state-hover .tcvpb_accordion_circled_icons .ui-accordion-header:before{
	color: #fff!important;
	border: 1px solid #fff !important;
	background: transparent;
}

.tcvpb_accordion_circled_icons .ui-state-hover.ui-accordion-header-active:before{
	color: #fff!important;
	border: 1px solid #fff !important;
	background: transparent;
}

.tcvpb_accordion_circled_icons .ui-state-hover .ui-icon-triangle-1-e:before{
	background: #fff;
	content: "";
}

.tcvpb_accordion_circled_icons .ui-state-hover .ui-icon-triangle-1-e:after{
	background: #fff;
	content: "";
}

.tcvpb_accordion_circled_icons .ui-state-hover .ui-icon-triangle-1-s{
	background: #fff;
	content: "";
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-accordion-header{
	padding-left: 45px;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-accordion-header:before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #e9eaec;
	border-radius: 50%;
	left: 14px;
	top: 10px;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-state-hover.ui-accordion-header:before{
	border: 1px solid #fff;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-accordion-header-active:before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #50a2de;
	border-radius: 50%;
	left: 14px;
	top: 10px;
	right: 0;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-icon-triangle-1-e{
	width: 0;
	right: 0;
	left: 21px;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-icon-triangle-1-e:before{
	content: "";
	width: 10px;
	height: 2px;
	position: absolute;
	left: -1px;
	top: 0;
	right: 0;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-icon-triangle-1-e:after{
	content: "";
	width: 2px;
	height: 10px;
	position: absolute;
	background: #c7cbd2;
	right: -5px;
	top: -4px;
	left: auto;
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-state-hover .ui-icon-triangle-1-e:after{
	background: #fff;
	content: "";
}

.tcvpb-accordion.tcvpb_accordion_icons_left .ui-icon-triangle-1-s{
	width: 10px;
	height: 2px;
	position: absolute;
	left: 20px;
	right: 0;
}

.tcvpb-accordion.tcvpb_accordion_borderless .ui-accordion-header{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 #f7f7f8;
	box-shadow: 0 0 #f7f7f8;
}

.tcvpb-accordion.tcvpb_accordion_borderless .tcvpb-accordion-body{
	border: 0;
}

/********** Shortcode: Toggle *************************************************************/
.tcvpb-toggle{
	margin-bottom: 20px;
}

/*.tcvpb-toggle.tcvpb-accordion.tcvpb_accordion_icons_left .ui-icon-triangle-1-e:after {
	content: "";
	width: 2px;
	height: 10px;
	position: absolute;
	background: #e9eaec;
	right: -5px;
	left: auto;
	top: auto;
	bottom: -5px;
} */

/********** Shortcode: Tables *************************************************************/
.tcvpb-table table{
	margin-bottom: 60px;
	border-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
	border-radius: 5px;
	border: 1px solid #e9eaec;
}


.tcvpb-table th{
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #3b4550;
	text-align: left;
	background: #f5f6f8;
	padding: 4px 20px;
	border-left: 1px solid #e9eaec;

}

.tcvpb-table th:first-child {
	 border-top-left-radius: 5px;
	 border-left: 0;
}

.tcvpb-table th:last-child {
	border-top-right-radius: 5px;
}

.tcvpb-table td{
	border-left: 1px solid #e9eaec;
	border-top: 1px solid #e9eaec;
	padding: 4px 20px;
}

.tcvpb-table td:first-child {
	border-left: 0 solid #e9eaec;
}

.tcvpb-table.tcvpb-table-alternative th{
	color: #fff;
	background: #3b4550;
	padding: 4px 20px;
	border-left: 0;
}

.tcvpb-table.tcvpb-table-alternative td{
		padding: 4px 20px;
}

.tcvpb-table-hover table tr,
.tcvpb-table-striped table tr,
.tcvpb-table-condensed table tr{
	border-top: 1px solid #eee !important;
}

.tcvpb-table-hover table th,
.tcvpb-table-striped table th,
.tcvpb-table-condensed table th,
.tcvpb-table-hover table td,
.tcvpb-table-striped table td,
.tcvpb-table-condensed table td{
	padding: 2px 10px;
}

.tcvpb-table-striped table tr:nth-child(2n){
	background: #f5f6f8;
}

.tcvpb-table-hover table tr:hover{
	background: #efefef;
}


/********** Shortcode: Alert boxes *************************************************************/
.tcvpb_alert_success,
.tcvpb_alert_info,
.tcvpb_alert_warning,
.tcvpb_alert_error{
	margin-bottom: 20px;
	padding: 7px 15px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tcvpb_alert_success i,
.tcvpb_alert_info i,
.tcvpb_alert_warning i,
.tcvpb_alert_error i{
	margin-right: 15px;
}

.tcvpb_alert_success p,
.tcvpb_alert_info p,
.tcvpb_alert_warning p,
.tcvpb_alert_error p{
	display: inline-block;
	margin-bottom: 0;
}

.tcvpb_alert_success,
.tcvpb_alert_success .tcvpb_alert_box_close{
	background: #eefbee;
	color: #73b96a;
	border: 1px solid #c8e9c8;
}

.tcvpb_alert_info,
.tcvpb_alert_info .tcvpb_alert_box_close{
	background: #eff5fa;
	color: #50a2de;
	border: 1px solid #cddeec;
}

.tcvpb_alert_warning,
.tcvpb_alert_warning .tcvpb_alert_box_close{
	background: #faf6e9;
	color: #a88558;
	border: 1px solid #e9dfbd;
}

.tcvpb_alert_error,
.tcvpb_alert_error .tcvpb_alert_box_close{
	background: #fef0ef;
	color: #f05347;
	border: 1px solid #f1c0bc;
}

.tcvpb_alert_success .tcvpb_alert_box_close,
.tcvpb_alert_info .tcvpb_alert_box_close,
.tcvpb_alert_warning .tcvpb_alert_box_close,
.tcvpb_alert_error .tcvpb_alert_box_close{
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 15px;
}


/********** Shortcode: Blockquote *************************************************************/
.tcvpb_blockquote{
	margin-bottom: 42px;
}


.tcvpb_blockquote p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #3b4550;
	font-style: italic;
	margin-bottom: 0;
}

.tcvpb_blockquote > small{
	margin-top: 9px;
}

.tcvpb_blockquote small{
	font-size: 13px;
	display: block;
	color: #50a2de;
}

.tcvpb_blockquote small small{
	font-size: 13px;
	line-height: 24px;
	color: #91a6b1;
}

/** Style 1 **/

.tcvpb_blockquote_style1{
	border-left: 6px solid #50a2de;
	padding: 22px 15px 21px 30px;
}

/** Style 2 **/

.tcvpb_blockquote_style2{
	padding: 22px 15px 21px 30px;
	position: relative;
}

.tcvpb_blockquote_style2:before{
	content: '\2018\2018';
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	position: absolute;
	color: #3b4550;
	top: 10px;
	left: 0;
	font-size: 70px;
	letter-spacing: -10px;
}

.tcvpb_blockquote_style2:after{
	content: '\2019\2019';
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	position: absolute;
	color: #3b4550;
	bottom: 10px;
	right: 0;
	font-size: 70px;
	letter-spacing: -10px;
}

/** Style 3 **/

.tcvpb_blockquote_style3{
	padding: 22px 15px 21px 30px;
	background: #f5f6f8;
	border-radius: 4px;
}

/** Style 4 **/

.tcvpb_blockquote_style4{
	padding: 22px 15px 21px 30px;
	background: #50a2de;
	border-radius: 4px;
	color:#ffffff;
}

.tcvpb_blockquote_style4 p{
	color: #fff;
}

.tcvpb_blockquote_style4 a{
	color: #3b4550;
}

.tcvpb_blockquote_style4 a:hover{
	color: #f5f6f8;
}

.tcvpb_blockquote.tcvpb_blockquote_style4 small{
	color: #fff;
}

/** Wide **/

.tcvpb_blockquote_wide{
	padding: 196px 120px 130px;
}

.tcvpb_blockquote_wide p{
	font-family: Lato, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
}

.tcvpb_blockquote_wide p small{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:14px;
	line-height: 38px;
	margin-top: 2px;
}

.tcvpb_blockquote.white_text,
.tcvpb_blockquote.white_text p,
.tcvpb_blockquote.white_text p small{
	color: #fff;
}


/********** Shortcode: UL *************************************************************/
.tcvpb_shortcode_ul{
    list-style: none !important;
    text-align: left;
}

.tcvpb_shortcode_ul li{
    list-style: none !important;
    padding-left: 23px;
    position: relative;
}

.tcvpb_shortcode_ul li p{
    margin-bottom: 5px;
}

.tcvpb_shortcode_ul li i{
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0;
}


/********** Shortcode: Follow us links ***************************************************/
.tcvpb_follow_us{
	font-size: 16px;
}

.tcvpb_follow_us a{
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	background: #f5f6f8;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#9fa4af;
	margin-bottom: 20px;
	font-size: 13px;
}

.tcvpb_follow_us a:last-child{
	margin-right: 0;
}

.info .tcvpb_follow_us{
	margin-top: -4px;
}

.white_social .tcvpb_follow_us{
	margin-top: -4px;
}

.white_social .tcvpb_follow_us a{
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#c5c9d2;
	margin-bottom: 20px;
	font-size: 13px;
}

.gray_social .tcvpb_follow_us a{
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	background: #f5f6f8;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#c5c9d2;
	margin-bottom: 20px;
	font-size: 13px;
}

.gray_social .tcvpb_follow_us a i{
	line-height: 36px;
}

.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon{
	width: 72px;
	height: 72px;
	background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    border: 1px solid #e9eaec;
    position: relative;
    top: -7px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon i {
	font-size: 32px;
	color: #9fa4af;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	line-height: 66px;
}

.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_facebook:hover i{color: #3B5998;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_twitter:hover i{color: #4099FF;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_googleplus:hover i{color: #d34836;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_linkedin:hover i{color: #0e76a8;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_youtube:hover i{color: #c4302b;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_pinterest:hover i{color: #c8232c;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_github:hover i{color: #171515;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_feed:hover i{color: #ee802f;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_behance:hover i{color: #1769ff;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_blogger_blog:hover i{color: #f57d00;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_delicious:hover i{color: #3399ff;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_designcontest:hover i{color: #5faad2;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_deviantart:hover i{color: #4e6252;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_digg:hover i{color: #000;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_dribbble:hover i{color: #ea4c89;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_dropbox:hover i{color: #007ee5;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_emailalt:hover i{color: #ed1c16;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_flickr:hover i{color: #ff0084;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_forrst:hover i{color: #5b9a68;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_instagram:hover i{color: #3f729b;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_lastfm:hover i{color: #c3000d;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_myspace:hover i{color: #313131;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_picasa:hover i{color: #9a45a0;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_skype:hover i{color: #00aff0;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_stumbleupon:hover i{color: #f74425;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_vimeo:hover i{color: #44bbff;}
.tcvpb_section_tc.big_social_icons .tcvpb_follow_us .tcvpb_socialicon_zerply:hover i{color: #9dcc7a;}

#ABdev_main_footer .tcvpb_socialicon_facebook:hover i{color: #3B5998;}
#ABdev_main_footer .tcvpb_socialicon_twitter:hover i{color: #4099FF;}
#ABdev_main_footer .tcvpb_socialicon_googleplus:hover i{color: #d34836;}
#ABdev_main_footer .tcvpb_socialicon_linkedin:hover i{color: #0e76a8;}
#ABdev_main_footer .tcvpb_socialicon_youtube:hover i{color: #c4302b;}
#ABdev_main_footer .tcvpb_socialicon_pinterest:hover i{color: #c8232c;}
#ABdev_main_footer .tcvpb_socialicon_github:hover i{color: #171515;}
#ABdev_main_footer .tcvpb_socialicon_feed:hover i{color: #ee802f;}
#ABdev_main_footer .tcvpb_socialicon_behance:hover i{color: #1769ff;}
#ABdev_main_footer .tcvpb_socialicon_blogger_blog:hover i{color: #f57d00;}
#ABdev_main_footer .tcvpb_socialicon_delicious:hover i{color: #3399ff;}
#ABdev_main_footer .tcvpb_socialicon_designcontest:hover i{color: #5faad2;}
#ABdev_main_footer .tcvpb_socialicon_deviantart:hover i{color: #4e6252;}
#ABdev_main_footer .tcvpb_socialicon_digg:hover i{color: #000;}
#ABdev_main_footer .tcvpb_socialicon_dribbble:hover i{color: #ea4c89;}
#ABdev_main_footer .tcvpb_socialicon_dropbox:hover i{color: #007ee5;}
#ABdev_main_footer .tcvpb_socialicon_emailalt:hover i{color: #ed1c16;}
#ABdev_main_footer .tcvpb_socialicon_flickr:hover i{color: #ff0084;}
#ABdev_main_footer .tcvpb_socialicon_forrst:hover i{color: #5b9a68;}
#ABdev_main_footer .tcvpb_socialicon_instagram:hover i{color: #3f729b;}
#ABdev_main_footer .tcvpb_socialicon_lastfm:hover i{color: #c3000d;}
#ABdev_main_footer .tcvpb_socialicon_myspace:hover i{color: #313131;}
#ABdev_main_footer .tcvpb_socialicon_picasa:hover i{color: #9a45a0;}
#ABdev_main_footer .tcvpb_socialicon_skype:hover i{color: #00aff0;}
#ABdev_main_footer .tcvpb_socialicon_stumbleupon:hover i{color: #f74425;}
#ABdev_main_footer .tcvpb_socialicon_vimeo:hover i{color: #44bbff;}
#ABdev_main_footer .tcvpb_socialicon_zerply:hover i{color: #9dcc7a;}


.tcvpb_follow_us a:hover{
	text-decoration: none;
	background: #999;
	color:#fff;
}

.tcvpb_follow_us .tcvpb_socialicon_facebook:hover{background: #3B5998;}
.tcvpb_follow_us .tcvpb_socialicon_twitter:hover{background: #4099FF;}
.tcvpb_follow_us .tcvpb_socialicon_googleplus:hover{background: #d34836;}
.tcvpb_follow_us .tcvpb_socialicon_linkedin:hover{background: #0e76a8;}
.tcvpb_follow_us .tcvpb_socialicon_youtube:hover{background: #c4302b;}
.tcvpb_follow_us .tcvpb_socialicon_pinterest:hover{background: #c8232c;}
.tcvpb_follow_us .tcvpb_socialicon_github:hover{background: #171515;}
.tcvpb_follow_us .tcvpb_socialicon_feed:hover{background: #ee802f;}
.tcvpb_follow_us .tcvpb_socialicon_behance:hover{background: #1769ff;}
.tcvpb_follow_us .tcvpb_socialicon_blogger_blog:hover{background: #f57d00;}
.tcvpb_follow_us .tcvpb_socialicon_delicious:hover{background: #3399ff;}
.tcvpb_follow_us .tcvpb_socialicon_designcontest:hover{background: #5faad2;}
.tcvpb_follow_us .tcvpb_socialicon_deviantart:hover{background: #4e6252;}
.tcvpb_follow_us .tcvpb_socialicon_digg:hover{background: #000;}
.tcvpb_follow_us .tcvpb_socialicon_dribbble:hover{background: #ea4c89;}
.tcvpb_follow_us .tcvpb_socialicon_dropbox:hover{background: #007ee5;}
.tcvpb_follow_us .tcvpb_socialicon_emailalt:hover{background: #ed1c16;}
.tcvpb_follow_us .tcvpb_socialicon_flickr:hover{background: #ff0084;}
.tcvpb_follow_us .tcvpb_socialicon_forrst:hover{background: #5b9a68;}
.tcvpb_follow_us .tcvpb_socialicon_instagram:hover{background: #3f729b;}
.tcvpb_follow_us .tcvpb_socialicon_lastfm:hover{background: #c3000d;}
.tcvpb_follow_us .tcvpb_socialicon_myspace:hover{background: #313131;}
.tcvpb_follow_us .tcvpb_socialicon_picasa:hover{background: #9a45a0;}
.tcvpb_follow_us .tcvpb_socialicon_skype:hover{background: #00aff0;}
.tcvpb_follow_us .tcvpb_socialicon_stumbleupon:hover{background: #f74425;}
.tcvpb_follow_us .tcvpb_socialicon_vimeo:hover{background: #44bbff;}
.tcvpb_follow_us .tcvpb_socialicon_zerply:hover{background: #9dcc7a;}



/********** Shortcode: Stats Excerpt *************************************************************/
.tcvpb_stats_excerpt{
	text-align: center;
	position: relative;
}

.tcvpb_stats_excerpt i{
	color: #097d89;
	font-size: 64px;
	line-height: 64px;
	top: 0;
	display: block;
	margin-bottom: 40px;
}

.tcvpb_stats_excerpt .tcvpb_stats_number_sign{
	font-size: 20px;
	line-height: 60px;
	font-weight: 700;
	font-family: Lato, sans-serif;
	display: block;
	color: #3b4550;
}

.tcvpb_stats_excerpt .tcvpb_stats_number{
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	font-family: Lato, sans-serif;
}

.tcvpb_stats_excerpt .tcvpb_stats_number:after{
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background: #56b9ff;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	margin-top: 11px;
}

.tcvpb_stats_excerpt p{
	font-size: 24px;
	font-weight: 300;
	font-family: Lato, sans-serif;
	margin-top: 32px;
}

.pattern_overlayed .tcvpb_stats_excerpt{
	color: #fff;
}

.pattern_overlayed .tcvpb_stats_excerpt i{
	color: #fff;
}

.white_text .tcvpb_stats_excerpt .tcvpb_stats_number_sign{
	color: #fff;
}

.tcvpb_stats_excerpt_1 .tcvpb_stats_number_sign{
	font-size: 14px;
	letter-spacing: 0.5px;
}

.tcvpb_stats_excerpt_1 .tcvpb_stats_number{
	font-weight: 700;
}

.tcvpb_stats_excerpt_1 .tcvpb_stats_number:after{
	display: none;
}

.tcvpb_stats_excerpt_1 .tcvpb_stats_excerpt_description{
	font-size: 24px;
	font-weight: 300;
	font-family: Lato, sans-serif;
	margin-top: 24px;
}

.tcvpb_stats_excerpt_2{
	border: 1px solid #e9eaec;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.tcvpb_stats_excerpt_2 i{
	font-size: 30px;
	line-height: 28px;
	margin-bottom: 10px;
}

.tcvpb_stats_excerpt_2 p{
	color: #3b4550;
}

.tcvpb_stats_excerpt_2 .tcvpb_stats_number_sign,
.tcvpb_stats_excerpt_2 .tcvpb_stats_number,
.tcvpb_stats_excerpt_2 p{
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	display: inline;
}

 .tcvpb_stats_excerpt_2 .tcvpb_stats_number:after{
	content: "";
	display: none;
}



/********** Shortcode: Knob *************************************************************/
.tcvpb_knob_wrapper{
	text-align: center;
}

.tcvpb_knob_inner_wrap{
	position: relative;
	text-align: center;
	margin-bottom: 17px;
}

.tcvpb_knob_wrapper input{
	display: none;
}

.tcvpb_knob_wrapper h5{
	margin-bottom: 0;
}

.tcvpb_knob_wrapper .tcvpb_knob_number_sign{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	font-size: 50px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	z-index: 2;
}


/********** Shortcode: Team *************************************************************/
.tcvpb_team_member{
	text-align: center;
	padding-bottom: 10px;
}

.tcvpb_team_member .tcvpb_overlayed{
	position: relative;
	line-height: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	max-width: 234px;
	display: inline-block;
}

.tcvpb_team_member .tcvpb_overlayed img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tcvpb_team_member:hover .tcvpb_overlayed .tcvpb_overlay {
	opacity: 1;
	background:rgba(80,162,222,0.7);
}

.tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -13px;
}

.tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p a{
	color: #fff;
	text-decoration: none;
}

.tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay i{
	font-size: 25px;
	margin: 0 8px;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p a:hover i{
	color: #000;
}

.tcvpb_team_member .tcvpb_team_member_name{
	display: block;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #3b4550;
	margin-top: 21px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tcvpb_team_member .tcvpb_team_member_position{
	display: block;
	font-style: italic;
	font-size: 13px;
	color: #9fa4af;
	margin-top: -2px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tcvpb_team_member_link .tcvpb_team_member_name:hover,
.tcvpb_team_member:hover .tcvpb_team_member_position{
	color: #50a2de;
}

.tcvpb_team_member_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 9999;
	overflow-y: auto;
	padding-top: 80px;
	text-align: left;
	width: 100%;
}

.tcvpb_team_member_modal h4,
.tcvpb_team_member_modal .tcvpb_team_member_position{
	text-align: center;
}

.tcvpb_team_member_modal .tcvpb_container{
	max-width: 960px;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

.tcvpb_team_member_modal_close{
	width: 32px;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 60px;
	right: 60px;
	cursor: pointer;
}

/********** Shortcode: Posts *************************************************************/
.tcvpb_posts_shortcode{
	margin-bottom: 13px;
	position: relative;
}

.tcvpb_latest_news_shortcode_thumb{
	margin-right: 0;
	height: 190px;
	float: left;
}

.tcvpb_latest_news_shortcode_thumb img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}

.tcvpb_latest_news_shortcode_content{
	background: #fff;
	border-radius: 5px;
}

.tcvpb_latest_news_shortcode_content h5{
	margin-top: 10px;
}

.tcvpb_latest_news_time{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 57px;
	height: 57px;
	text-align: center;
	color: #fff;
	background: #056ab2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tcvpb_latest_news_time .day{
	display: block;
	font-size: 21px;
}

.tcvpb_latest_news_time .month{
	display: block;
	text-transform: lowercase;
	font-size: 13px;
}

.tcvpb_latest_news_time .year{
	display: none;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1{
	margin-bottom: 9px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_thumb{
	margin-right: 0;
	height: 130px;
	width: 170px;
	float: left;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_thumb img{
	border-radius: 5px;
	height: 130px;
	width: 170px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content{
	background: #fff;
	padding-left: 170px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content h5{
	font-size: 14px;
	line-height: 20px;
	padding: 1px 0 0 30px;
	margin-top: 0;
	margin-bottom: 6px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content h5 a{
	color: #3b4550;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content h5 a:hover{
	color: #50a2de;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content p{
	padding-left: 30px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content .date_container{
	padding: 0 20px 0 30px;
	display: inline-block;
	margin-bottom: 10px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_date{
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 20px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_comments{
	display: inline-block;
	float: left;
	position: relative;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-1 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_comments i{
	position: relative;
	top: 2px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_thumb{
	margin-right: 0;
	height: 190px;
	float: none;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_thumb img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content{
	background: #fff;
	border:1px solid #e9eaec;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content h5{
	font-size: 14px;
	line-height: 20px;
	padding: 15px 30px 0 30px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content h5 a{
	color: #3b4550;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content h5 a:hover{
	color: #50a2de;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content p{
	padding: 0 30px 0 30px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content .date_container{
	border-top: 1px solid #e9eaec;
	padding: 10px 20px 34px 20px;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_date{
	display: inline-block;
	float: left;
	position: relative;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_date i{
	position: relative;
	top: 1px;
}


.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_comments{
	display: inline-block;
	float: right;
	position: relative;
}

.tcvpb_posts_shortcode.tcvpb_posts_shortcode-2 .tcvpb_latest_news_shortcode_content .date_container .tcvpb_posts_comments i{
	position: relative;
	top: 2px;
}


/********** Shortcode: Priceboxes *************************************************************/
.tcvpb_pricing-table-1,
.tcvpb_pricing-table-2{
	text-align: center;
}

.tcvpb_pricebox_feature_button .tcvpb-button{
	margin: 23px 0;
}

.tcvpb_pricing-table-1{
	border: 1px solid #e9eaec;
	border-radius: 5px;
	background: #fff;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_header{
	text-align: center;
	padding: 27px 0 0 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e9eaec;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_name{
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 27px;
	color: #3b4550;
	border-bottom: 1px solid #e9eaec;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_info{
	padding-top: 14px;
	background: #f5f6f8;
	padding-bottom: 15px;
	position: relative;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_currency{
	font-size: 40px;
	font-family: Lato, sans-serif;
	margin-right: 5px;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_price{
	font-size: 40px;
	line-height: 60px;
	font-family: Lato, sans-serif;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_monthly{
	font-size: 13px;
	display: block;
	margin-top: -10px;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_feature{
	border-bottom: 1px solid #e9eaec;
	display: block;
	padding: 7px 0 7px 0;
	text-align: center;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_feature:last-child{
	border-bottom: 0;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.tcvpb_pricing-table-1 .tcvpb_pricebox_description{
	display: block;
	font-style: italic;
}

.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_featured_text{
	background: #434342;
}

.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_info:after{
	padding-top: 14px;
	background: repeating-linear-gradient(45deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 20px);
	padding-bottom: 15px;
	content:'';
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-light .tcvpb_pricebox_info{
	background: #f5f6f8;
	color: #3b4550;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-dark .tcvpb_pricebox_info{
	background: #3b4500;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-yellow .tcvpb_pricebox_info{
	background: #f3ae36;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-green .tcvpb_pricebox_info{
	background: #5bd4b6;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-red .tcvpb_pricebox_info{
	background: #f05347;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-blue .tcvpb_pricebox_info{
	background: #50a2de;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-gray .tcvpb_pricebox_info{
	background: #848994;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-cyan .tcvpb_pricebox_info{
	background: #50c5de;
	color: #fff;
}

.tcvpb_pricing-table-1.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_info{
	background: #5fcbcd;
	color: #fff;
}

.tcvpb_pricing-table-2{
	background: #fff;
	position: relative;
	box-shadow: 0 0 0 1px #e9eaec inset;
	border-radius: 5px;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_header{
	text-align: center;
	padding: 27px 0 0 0;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_name{
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 27px;
	color: #3b4550;
}

.section_no_column_margin .tcvpb_pricing-table-2 .tcvpb_pricebox_header{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.section_no_column_margin .tcvpb_pricing-table-2 .tcvpb_pricebox_name:first-child {
	border-top-left-radius: 5px;
}

.section_no_column_margin .tcvpb_pricing-table-2 .tcvpb_pricebox_name:last-child {
	border-top-right-radius: 5px;
}

.section_no_column_margin .tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_header{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_info{
	padding-top: 14px;
	padding-bottom: 15px;
	position: relative;
	box-shadow: 0 0 0 1px #e9eaec inset;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_currency{
	font-size: 40px;
	font-family: Lato, sans-serif;
	margin-right: 5px;
	font-weight: 700;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_price{
	font-size: 40px;
	line-height: 60px;
	font-family: Lato, sans-serif;
	display: inline-block;
	font-weight: 700;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_monthly{
	font-size: 13px;
	display: block;
	margin-top: -10px;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_feature{
	border-bottom: 1px solid #e9eaec;
	display: block;
	padding: 7px 40px 7px 40px;
	text-align: center;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_feature:last-child{
	border-bottom: 0 solid #e9eaec;
	display: block;
	padding: 7px 0 7px 0;
	text-align: center;
}

.tcvpb_pricing-table-2 .tcvpb_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.tcvpb_pricing-table-2.tcvpb_popular-plan{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_header{
	position: relative;
	top: -20px;
	border: 1px solid #e9eaec;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_featured_text{
	background: #434342;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_name{
	margin-bottom: 19px;
	padding-bottom: 17px;
	padding-top: 10px;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_info:after{
	padding-top: 14px;
	background: repeating-linear-gradient(45deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 20px);
	padding-bottom: 15px;
	content:'';
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_info{
	padding-bottom: 15px;
	box-shadow: 0 0 0 1px transparent inset;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_feature{
	top: -21px;
	position: relative;
}

.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb-button{
	margin-top: 33px;
	margin-bottom: 12px;
	margin-right: 0;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-light .tcvpb_pricebox_info{
	background: #f5f6f8;
	color: #3b4550;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-dark .tcvpb_pricebox_info{
	background: #3b4500;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-yellow .tcvpb_pricebox_info{
	background: #f3ae36;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-green .tcvpb_pricebox_info{
	background: #5bd4b6;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-red .tcvpb_pricebox_info{
	background: #f05347;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-blue .tcvpb_pricebox_info{
	background: #50a2de;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-gray .tcvpb_pricebox_info{
	background: #848994;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-cyan .tcvpb_pricebox_info{
	background: #50c5de;
	color: #fff;
}

.tcvpb_pricing-table-2.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_info{
	background: #5fcbcd;
	color: #fff;
}

.tcvpb_pricing-table-2 .tcvpb_button{
	margin-top: 40px;
	margin-right: 0;
}

.tcvpb_pricing-table-3{
	box-shadow: 0 0 0 1px #e9eaec inset;
	border-radius: 5px;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_header{
	text-align: center;
	padding: 27px 0 0 0;
	margin-bottom: 0;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_name{
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 27px;;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_info{
	padding-top: 14px;
	background: #f5f6f8;
	padding-bottom: 15px;
	position: relative;
	color: #3b4550;
	box-shadow: 0 0 0 1px #e9eaec inset;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_currency{
	font-size: 40px;
	font-family: Lato, sans-serif;
	margin-right: 5px;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_price{
	font-size: 40px;
	line-height: 60px;
	font-family: Lato, sans-serif;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_monthly{
	font-size: 13px;
	display: block;
	margin-top: -10px;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_feature{
	border-bottom: 1px solid #e9eaec;
	display: block;
	padding: 7px 0 7px 0;
	text-align: center;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_feature:last-child{
	border-bottom: 0;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.tcvpb_pricing-table-3 .tcvpb_pricebox_description{
	display: block;
	font-style: italic;
}

.tcvpb_pricing-table-3 .tcvpb_popular-plan .tcvpb_pricebox_featured_text{
	background: #434342;
}

.tcvpb_pricing-table-3 .tcvpb_popular-plan .tcvpb_pricebox_info:after{
	padding-top: 14px;
	background: repeating-linear-gradient(45deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 20px);
	padding-bottom: 15px;
	content:'';
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-light .tcvpb_pricebox_header{
	background: #f5f6f8;
	color: #3b4550;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-dark .tcvpb_pricebox_header{
	background: #3b4500;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-yellow .tcvpb_pricebox_header{
	background: #f3ae36;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-green .tcvpb_pricebox_header{
	background: #5bd4b6;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-red .tcvpb_pricebox_header{
	background: #f05347;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-blue .tcvpb_pricebox_header{
	background: #50a2de;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-gray .tcvpb_pricebox_header{
	background: #848994;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-cyan .tcvpb_pricebox_header{
	background: #50c5de;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-3.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_header{
	background: #5fcbcd;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tcvpb_pricing-table-4{
	border: 1px solid #e9eaec;
	border-radius: 5px;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_header{
	text-align: center;
	padding: 27px 0 0 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e9eaec;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_name{
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 27px;
	color: #3b4550;
	border-bottom: 1px solid #e9eaec;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_info{
	padding-top: 14px;
	background: #f5f6f8;
	padding-bottom: 15px;
	position: relative;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_currency{
	font-size: 40px;
	font-family: Lato, sans-serif;
	margin-right: 5px;
	font-weight: 700;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_price{
	font-size: 40px;
	line-height: 60px;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_monthly{
	font-size: 13px;
	display: block;
	margin-top: -10px;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_feature{
	border-bottom: 1px solid #e9eaec;
	display: block;
	padding: 7px 40px 7px 40px;
	text-align: center;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_feature:nth-child(2n+1) {
	background: #f5f6f8;
}


.tcvpb_pricing-table-4 .tcvpb_pricebox_feature:last-child{
	border-bottom: 0;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.tcvpb_pricing-table-4 .tcvpb_pricebox_description{
	display: block;
	font-style: italic;
}

.tcvpb_pricing-table-4 .tcvpb_popular-plan .tcvpb_pricebox_featured_text{
	background: #434342;
}

.tcvpb_pricing-table-4 .tcvpb_popular-plan .tcvpb_pricebox_info:after{
	padding-top: 14px;
	background: repeating-linear-gradient(45deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 20px);
	padding-bottom: 15px;
	content:'';
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-light .tcvpb_pricebox_info{
	background: #f5f6f8;
	color: #3b4550;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-dark .tcvpb_pricebox_info{
	background: #3b4500;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-yellow .tcvpb_pricebox_info{
	background: #f3ae36;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-green .tcvpb_pricebox_info{
	background: #5bd4b6;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-red .tcvpb_pricebox_info{
	background: #f05347;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-blue .tcvpb_pricebox_info{
	background: #50a2de;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-gray .tcvpb_pricebox_info{
	background: #848994;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-cyan .tcvpb_pricebox_info{
	background: #50c5de;
	color: #fff;
}

.tcvpb_pricing-table-4.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_info{
	background: #5fcbcd;
	color: #fff;
}

.tcvpb_pricing-table-5{
	border: 1px solid #e9eaec;
	border-radius: 5px;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_header{
	text-align: center;
	padding: 27px 0 0 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e9eaec;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_name{
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 0;
	padding-top: 6px;
	color: #3b4550;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_info{
	padding-top: 11px;
	padding-bottom: 25px;
	position: relative;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_currency{
	font-size: 60px;
	font-family: Lato, sans-serif;
	margin-right: 5px;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_price{
	font-size: 60px;
	line-height: 60px;
	font-family: Lato, sans-serif;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-weight: 700;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_monthly{
	font-size: 13px;
	display: block;
	margin-top: 2px;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_feature{
	border-bottom: 1px solid #e9eaec;
	display: block;
	padding: 7px 40px 7px 40px;
	text-align: center;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_feature:last-child{
	border-bottom: 0;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.tcvpb_pricing-table-5 .tcvpb_pricebox_description{
	display: block;
	font-style: italic;
}

.tcvpb_pricing-table-5 .tcvpb_popular-plan .tcvpb_pricebox_name{
	color: #fff;
}

.tcvpb_pricing-table-5 .tcvpb_popular-plan .tcvpb_pricebox_featured_text{
	background: #434342;
}

.tcvpb_pricing-table-5 .tcvpb_popular-plan .tcvpb_pricebox_header:after{
	padding-top: 14px;
	background: repeating-linear-gradient(45deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 10px,
    rgba(80, 162, 222, 0.05) 20px);
	padding-bottom: 15px;
	content:'';
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-light .tcvpb_pricebox_header{
	color: #3b4550;
	background: #f5f6f8;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-dark .tcvpb_pricebox_header{
	background: #3b4500;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-yellow .tcvpb_pricebox_header{
	background: #f3ae36;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-green .tcvpb_pricebox_header{
	background: #5bd4b6;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-red .tcvpb_pricebox_header{
	background: #f05347;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-blue .tcvpb_pricebox_header{
	background: #50a2de;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-gray .tcvpb_pricebox_header{
	background: #848994;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-cyan .tcvpb_pricebox_header{
	background: #50c5de;
	color: #fff;
}

.tcvpb_pricing-table-5.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_header{
	background: #5fcbcd;
	color: #fff;
}

.section_no_column_margin .tcvpb_pricing-table-1{
	border-radius: 0;
}

.section_no_column_margin .tcvpb_pricing-table-2{
	border-radius: 0;
}

.section_no_column_margin .tcvpb_pricing-table-2.tcvpb_popular-plan{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.section_no_column_margin .tcvpb_pricing-table-3{
	border-radius: 0;
}

.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-light .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-dark .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-yellow .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-green .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-red .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-blue .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-gray .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-cyan .tcvpb_pricebox_header,
.section_no_column_margin .tcvpb_pricing-table-3.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_header{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.section_no_column_margin .pricebox_first.tcvpb_pricing-table-3 .tcvpb_pricebox_header{
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}

.section_no_column_margin .pricebox_last.tcvpb_pricing-table-3 .tcvpb_pricebox_header{
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.section_no_column_margin .tcvpb_pricing-table-4{
	border-radius: 0;
}

.section_no_column_margin .tcvpb_pricing-table-5{
	border-radius: 0;
}

.section_no_column_margin .tcvpb_pricing-table-5 .tcvpb_pricebox_header{
	border-radius: 0;
}

.section_no_column_margin .pricebox_first{
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}

.section_no_column_margin .pricebox_last{
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.tcvpb_pricebox_feature .ABdev_icon-ok{
	color:#01f001;
}

.tcvpb_pricebox_feature .ABdev_icon-remove{
	color:red;
}


/********** Shortcode: Progress bar *************************************************************/
.tcvpb_progress_bar{
	position: relative;
}

.tcvpb_progress_bar_default .tcvpb_meter {
	margin-bottom: 24px;
	background: #f5f6f8;
	height: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-moz-box-shadow:    inset 0 2px 2px  #e9eaec;
    -webkit-box-shadow: inset 0 2px 2px  #e9eaec;
    box-shadow:         inset 0 2px 2px  #e9eaec;
}

.white_bar_background .tcvpb_progress_bar_default .tcvpb_meter{
	background: #fff;
	-moz-box-shadow:    inset 0 2px 2px  #e9eaec;
    -webkit-box-shadow: inset 0 2px 2px  #e9eaec;
    box-shadow:         inset 0 2px 2px  #e9eaec;
}


.tcvpb_progress_bar_default .tcvpb_meter_label{
	margin-bottom: 11px;
	display: inline-block;
	line-height: 16px;
	color: #3b4550;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tcvpb_progress_bar_default .tcvpb_meter .tcvpb_meter_percentage {
	display: block;
	height: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #50a2de;
}

.tcvpb_progress_bar_default .tcvpb_meter .tcvpb_meter_percentage span{
	line-height: 14px;
	position: absolute;
	display: block;
	width: 42px;
	text-align: right;
	top: -25px;
	right: 0;
	color: #3b4550;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.tcvpb_progress_bar_thick .tcvpb_meter {
	margin-bottom: 20px;
	background: #f5f6f8;
	height: 28px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	-moz-box-shadow:    inset 0 0 6px  #e9eaec;
   -webkit-box-shadow: inset 0 0 6px  #e9eaec;
   box-shadow:         inset 0 0 6px  #e9eaec;
}

.tcvpb_progress_bar_thick .tcvpb_meter_label{
	margin-bottom: 0;
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 100;
	line-height: 16px;
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tcvpb_progress_bar_thick .tcvpb_meter .tcvpb_meter_percentage {
	display: block;
	height: 28px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.tcvpb_progress_bar_thick .tcvpb_meter .tcvpb_meter_percentage span{
	line-height: 14px;
	position: absolute;
	display: block;
	width: 42px;
	text-align: right;
	top: 6px;
	right: 10px;
	color: #3b4550;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.tcvpb_progress_bar_thin{
	margin-bottom: 34px;
	margin-top: 1px;
}

.tcvpb_progress_bar_thin .tcvpb_meter_label{
	margin-bottom: 11px;
	display: inline-block;
	line-height: 16px;
	color: #3b4550;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.3px;
}

.tcvpb_progress_bar_thin .tcvpb_meter {
	margin-bottom: 21px;
	background: #fbfcfd;
	height: 12px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border: 1px solid #eef0f2;
	position: relative;
	border-radius: 4px;
}

.tcvpb_progress_bar_thin .tcvpb_meter_percentage{
	height: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	border: 3px solid #fbfcfd;
	position: relative;
	overflow: visible !important;
}

.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_percentage span {
	line-height: 32px;
	position: absolute;
	display: none;
	width: 42px;
	text-align: right;
	top: -32px;
	right: 6px;
	color: #505558;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 16px;
	z-index: 100;
}

.tcvpb_progress_bar_thin .tcvpb_meter_percentage span{
	display: none;
}

.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above30 span,
.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above40 span,
.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above50 span,
.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above60 span,
.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above70 span,
.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above80 span,
.tcvpb_progress_bar_thin .tcvpb_meter .tcvpb_meter_above90 span{
	display: block;
}


/********** Shortcode: Search Field *************************************************************/

.tcvpb_search{
	position: relative;
}

.tcvpb_search input[type="text"]{
	border: 1px solid #e9eaec;
	background: #f5f6f8;
	border-radius: 5px;
}

.tcvpb_search input{
	outline: none;
}

.tcvpb_search input:focus{
	-moz-box-shadow:    inset 0 0 2px #50a2de;
	-webkit-box-shadow: inset 0 0 2px #50a2de;
	box-shadow:         inset 0 0 2px #50a2de;
}

.tcvpb_search .submit{
	position: absolute;
	top: 13px;
	right: 15px;
}

.tcvpb_search .submit i{
	font-size: 14px;
	color: #c5c9d2;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_search .submit i:hover{
	color: #50a2de;
}

/********** Shortcode: Service boxes *************************************************************/
.tcvpb_service_box{
	text-align: center;
	margin-bottom: 30px;
	padding-top: 0;
}

.tcvpb_service_box:hover a.tcvpb_icon_boxed{
	background: #50a2de;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box p a i{
	margin-left: 10px;
	color: #50a2de !important;
	font-size: 8px !important;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box p a:hover i{
	color: #056ab2 !important;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside:hover a.tcvpb_icon_boxed{
	background: #50a2de !important;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside:hover a.tcvpb_icon_boxed i{
	color: #fff!important;
}

.tcvpb_service_box_round_text_aside{
	text-align: left;
	position: relative;
	padding-top: 13px;
	position: relative;
	padding-left: 73px;
	padding-right: 10px;
}

.tcvpb_service_box_round_text_aside h3{
	font-size: 14px;
	margin-bottom: 11px;
}

.tcvpb_service_box_round_text_aside a:hover h3 {
	color: #50a2de;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.white_text .tcvpb_service_box_round_text_aside h3{
	color: #fff;
}

.tcvpb_service_box_round_text_aside p a{
	margin-top: 10px;
	display: block;
}

.tcvpb_service_box_round_text_aside .tcvpb_icon_boxed{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box_round_text_aside .tcvpb_icon_boxed i{
	font-size: 22px;
	line-height: 50px;
}

.tcvpb_service_box_round_text_aside_middle{
	text-align: left;
	padding-left: 46px;
	position: relative;
	padding-top: 13px;
	position: relative;
	padding-left: 73px;
	padding-right: 10px;
}

.tcvpb_service_box_round_text_aside_middle h3{
	font-size: 14px;
	margin-bottom: 11px;
}

.tcvpb_service_box_round_text_aside_middle a:hover h3{
	color: #50a2de;
	-webkit-transition:all 180ms ease-in-out;
	transition:all 180ms ease-in-out;
}

.tcvpb_service_box_round_text_aside_middle:hover a.tcvpb_icon_boxed{
	background: #50a2de !important;
}

.tcvpb_service_box_round_text_aside_middle:hover a.tcvpb_icon_boxed i{
	color: #fff !important;
}

.tcvpb_service_box_round_text_aside_middle.shop_service_box{
	padding-left: 60px;
	padding-bottom: 3px;
	margin: 15px 0;
}

.white_text .tcvpb_service_box_round_text_aside_middle h3{
	color: #fff;
}

.tcvpb_service_box_round_text_aside_middle .tcvpb_icon_boxed{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_round_text_aside_middle .tcvpb_icon_boxed i{
	font-size: 22px;
	line-height: 51px;
}

.tcvpb_service_box_boxed{
	margin-bottom: 0;
	margin-top: 45px;
	padding: 70px 31px 32px;
	border: 1px solid #e9eaec;
	border-radius: 10px;
	position: relative;
	background: #fff;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box_boxed h3{
	font-size: 14px;
	margin-bottom: 11px;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box_boxed a:hover h3{
	color: #50a2de;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_boxed .tcvpb_icon_boxed{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	top: -47px;
	left: 50%;
	margin-left: -45px;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box_boxed:hover a.tcvpb_icon_boxed{
	background: #50a2de!important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_boxed .tcvpb_icon_boxed i{
	font-size: 30px;
	line-height: 86px;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_service_box_boxed:hover a.tcvpb_icon_boxed i{
	color: #fff!important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_boxed p{
	margin-bottom: 0;
}

.tcvpb_service_box_unboxed_round{
	padding: 40px 17px 30px;
	position: relative;
	margin-bottom: 0;
}

.tcvpb_service_box_unboxed_round h3{
	font-size: 14px;
	margin-bottom: 11px;
}

.tcvpb_service_box_unboxed_round a h3{
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_unboxed_round a:hover h3{
	color: #50a2de;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_unboxed_round .tcvpb_icon_boxed{
	width: 76px;
	height: 76px;
	border-radius: 50%;
	margin: 0 auto 13px;
	display: block;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_unboxed_round:hover a.tcvpb_icon_boxed{
	background: #50a2de!important;
}

.tcvpb_service_box_unboxed_round:hover a.tcvpb_icon_boxed i{
	color: #fff!important;
}

.tcvpb_service_box_unboxed_round .tcvpb_icon_boxed i{
	font-size: 30px;
	line-height: 72px;
}

.tcvpb_service_box_unboxed_round p{
	margin-bottom: 0;
}

.tcvpb_service_box_unboxed_square{
	padding: 40px 17px 30px;
	position: relative;
	margin-bottom: 0;
}

.tcvpb_service_box_unboxed_square h3{
	font-size: 14px;
	margin-bottom: 11px;
}

.tcvpb_service_box_unboxed_square a:hover h3{
	color: #50a2de;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_unboxed_square .tcvpb_icon_boxed{
	width: 76px;
	height: 76px;
	border-radius: 5px;
	margin: 0 auto 14px;
	display: block;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.tcvpb_service_box_unboxed_square .tcvpb_icon_boxed i{
	font-size: 30px;
	line-height: 69px;
}

.tcvpb_service_box_unboxed_square p{
	margin-bottom: 0;
}

.tcvpb_service_box_unboxed_square p a i{
	margin-left: 10px;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside.right_icons{
	padding: 13px 73px 0 10px;
	position: relative;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside.right_icons p{
	text-align: right;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside.right_icons .tcvpb_service_box_header{
	text-align: right;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside.right_icons .tcvpb_icon_boxed{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	text-align: left;
}

.tcvpb_service_box.tcvpb_service_box_round_text_aside.right_icons .tcvpb_icon_boxed i{
	margin-left: 16px;
}

.tcvpb_column_tc_span2.service_box_process_full,
.tcvpb_column_tc_span2.service_box_process_empty{
	position: relative;
}

.service_box_process_empty:after{
	content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 100%;
    left: 38px;
    background: #50a2de;
    z-index: -1;
}

.service_box_process_full:after{
	    content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 100%;
    left: 119px;
    background: #50a2de;
    z-index: -1;
}

.service_box_process_full:first-child:after{
	content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 100%;
    left: 116px;
    right: 0px;
    background: #50a2de;
    z-index: -1;
}

.service_box_process_empty:last-child:after{
	    content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 100%;
    left: 0px;
    background: #50a2de;
    z-index: -1;
}

/********** Shortcode: Metro Box *************************************************************/

.tcvpb_metro_box{
	padding: 50px 35px 45px;
	text-align: center;
}

.tcvpb_metro_box:hover{
	background: #333!important;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.tcvpb_metro_box:hover p,
.tcvpb_metro_box:hover h3{
	color: #fff;
}

.tcvpb_metro_box p{
	margin-bottom: 0;
}

.tcvpb_metro_box.white_text p,
.tcvpb_metro_box.white_text h3{
	color: #fff;
}

.tcvpb_metro_box .tcvpb_icon_boxed{
	margin-bottom: 10px;
	margin-top: 11px;
}

.tcvpb_metro_box i{
	font-size: 48px;
}

.tcvpb_metro_box h3{
	font-size: 14px;
}

/********** Shortcode: Divider *************************************************************/
.tcvpb_divider{
	clear:both;
	text-align: right;
	line-height: 20px;
	border-top: 1px solid #eeeeee;
	margin: 10px;
}

.tcvpb_divider a{
	text-decoration: none;
	display: inline-block;
}

.tcvpb_divider a:hover{
	text-decoration: none;
}

.tcvpb_divider i{
	position: relative;
	top: 2px;
}

.tcvpb_divider_dashed{
	border-top: 1px dashed #eeeeee;
}

.tcvpb_divider_dotted{
	border-top: 1px dotted #eeeeee;
}


/********** Shortcode: Pullquote *************************************************************/
.tcvpb_pullquote{
	padding: 20px 20px 20px 0;
	font-size: 1.6em;
	float: left;
}

.tcvpb_pullquote_right{
	padding: 20px 0 20px 20px;
	font-size: 1.6em;
	float: right;
}


/********** Shortcode: Tooltip *************************************************************/
.tcvpb_tooltip{
	cursor: pointer;
}


/********** Shortcode: Source Code *************************************************************/
.tcvpb_prettyprint{
	padding: 24px !important;
}

.tcvpb_prettyprint ol{
	margin: 0 !important;
	padding: 0 !important;
	list-style: decimal outside !important;
}

.tcvpb_prettyprint li{
	margin-left: 20px !important;
	list-style: decimal outside !important;
}


/********** Shortcode: RSS Feed *************************************************************/
.tcvpb_rss,
.tcvpb_rss li{
	list-style: none !important;
	margin-left: 0 !important;
}


/********** Shortcode: Children *************************************************************/
.tcvpb_children,
.tcvpb_children li{
	list-style: none !important;
	margin-left: 0 !important;
}


/********** Shortcode: Sitemap *************************************************************/
.tcvpb_sitemap,
.tcvpb_sitemap li{
	list-style: none !important;
}

.tcvpb_sitemap{
	margin-bottom: 20px;
}


/********** Shortcode: Google Map *************************************************************/
.tcvpb_google_map img{
	max-width: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}


/********** Shortcode: Dropcap *************************************************************/
.tcvpb_dropcap{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 3px;
}

/** Style 1 **/

.tcvpb_dropcap_style1{
	font-size: 45px;
	line-height: 22px;
	color: #3b4550;
	margin-top: 11px;
	margin-left: -3px;
}

/** Style 2 **/

.tcvpb_dropcap_style2{
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	background: #50a2de;
	border-radius: 5px;
	color: #fff;
	margin-top: 7px;
	margin-right: 10px;
}



/********** Shortcode: Videos *************************************************************/
.tcvpb-videoWrapper-youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.tcvpb-videoWrapper-youtube iframe,
.tcvpb-videoWrapper-youtube object,
.tcvpb-videoWrapper-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.tcvpb-videoWrapper-vimeo{
	position:relative;
	padding-bottom:53%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.tcvpb-videoWrapper-vimeo iframe,
.tcvpb-videoWrapper-vimeo object,
.tcvpb-videoWrapper-vimeo embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/********** Shortcode: Clear *************************************************************/
	.tcvpb_clear{
		clear:both;
	}


/********** Shortcode: Callout Boxes *************************************************************/
	.tcvpb-callout_box{
		margin-bottom: 30px;
		padding: 50px 0 96px 0;
	}

	.tcvpb-callout_box_title{
		font-size: 32px;
		font-family: Lato, sans-serif;
		font-weight: 300;
		margin-bottom: 13px;
		color: #505558;
		display: block;
	}

	.tcvpb-callout_box p{
		margin-bottom: 0;
	}

	.tcvpb-callout_box .tcvpb_column_tc_span3{
		text-align: center;
		padding-top: 3px;
	}

	.tcvpb-callout_box .tcvpb-button{
		margin: 0;
	}

	.tcvpb-callout_box.color_white .tcvpb-callout_box_title,
	.tcvpb-callout_box.color_white p{
		color: #fff;
	}

	.tcvpb_button_1{
		margin-left: 10px;
	}

	/**** Style 1 ****/

	.tcvpb-callout_box_style_1{
		margin-bottom: 53px;
		margin-left: 125px;
		margin-right: 125px;
		padding-bottom: 45px;
	}

	.tcvpb-callout_box_style_1 .tcvpb-callout_box_title{
		font-family: Lato, sans-serif;
		font-size: 22px;
		line-height: 22px;
		color: #3b4550;
		display: inline-block;
		float: left;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.tcvpb-callout_box_style_1 .tcvpb-button1{
		float: right;
	}

	.tcvpb-callout_box_style_1 .tcvpb-button1:hover{
		background: #505558;
		color: #fff !important;
	}

	/**** Style 2 ****/

	.tcvpb-callout_box_style_2{
		margin-bottom: 35px;
		margin-left: 155px;
		margin-right: 155px;
		text-align: center;
		margin-top: 19px;
		padding-bottom: 45px;
	}

	.tcvpb-callout_box_style_2 .tcvpb-callout_box_title{
		font-family: Lato, sans-serif;
		font-size: 28px;
		line-height: 28px;
		color: #3b4550;
		margin-bottom: 0;
		margin-top: 10px;
		text-align: center;
	}

	.tcvpb-callout_box_style_2 p{
		color: #848994;
		display: inline-block;
		padding: 15px 30px 23px;
		text-align: center;
	}

	.tcvpb-callout_box_style_2 .tcvpb-button1{
		display: inline-block;
		text-align: center;
	}

	.tcvpb-callout_box_style_2 .tcvpb-button1:hover{
		background: #505558;
		color: #fff !important;
	}

	.tcvpb-button2{
		margin-left: 10px;
	}

	/**** Style 3 ****/

	.tcvpb-callout_box_style_3{
		margin-bottom: 0;
		border: 1px solid #e9eaec;
		border-radius: 5px;
		padding-left: 130px;
		padding-right: 130px;
		background: #f5f6f8;
	}

	.tcvpb-callout_box_style_3 .tcvpb-callout_box_title{
		font-family: Lato, sans-serif;
		font-size: 22px;
		line-height: 22px;
		color: #3b4550;
		float: left;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.tcvpb-callout_box_style_3 .tcvpb-button1{
		float: right;
	}

	/**** Style 4 ****/

	.tcvpb-callout_box_style_4{
		margin-bottom: 100px;
		padding-bottom: 86px;
		padding-top: 10px;
	}

	.tcvpb-callout_box_style_4 .tcvpb-callout_box_title{
		font-family: Lato, sans-serif;
		font-size: 22px;
		line-height: 22px;
		color: #3b4550;
		float: left;
		margin-bottom: 10px;
		margin-top: 50px;
	}

	.tcvpb-callout_box_style_4 p{
		float: left;
		width: 850px;
	}

	.tcvpb-callout_box_style_4 .tcvpb-button1{
		float: right;
		margin-top: -17px;
	}

	/**** Style 5 ****/

	.tcvpb-callout_box_style_5{
		margin-bottom: 50px;
		padding-bottom: 87px;
		padding-top: 13px;
		margin-left: 130px;
		margin-right: 130px;
	}

	.tcvpb-callout_box_style_5 .tcvpb-callout_box_title{
		font-family: Lato, sans-serif;
		font-size: 28px;
		line-height: 28px;
		color: #fff;
		float: left;
		margin-bottom: 10px;
		margin-top: 50px;
	}

	.tcvpb-callout_box_style_5 .tcvpb-icon-button{
		float: right;
		margin-top: 54px;
		margin-left: 19px;
	}

	.tcvpb-callout_box_style_5 .tcvpb-icon-button i{
		font-size: 22px;
		color: #fff;
		transition: all 180ms ease-in-out;
		-webkit-transition: all 180ms ease-in-out;
	}

	.tcvpb-callout_box_style_5 .tcvpb-icon-button i:hover{
		font-size: 22px;
		color: #50a2de;
	}


/********** Shortcode: Buttons *************************************************************/
.tcvpb-button{
	display: inline-block;
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 21px;
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-weight: 300;
}

.tcvpb-button i{
	margin-left: 10px;
	font-size: 12px;
}

.tcvpb-button_light{
    background: #f5f6f8;
	border: 1px solid #eaecef;
	color: #50a2de;
}

.tcvpb-button_dark{
	background: #3b4550;
	border: 1px solid #3b4550;
	color: #fff !important;
}

.tcvpb-button_yellow{
	background: #f3ae36;
	border: 1px solid #f3ae36;
	color: #fff !important;
}

.tcvpb-button_orange{
	background: #f39900;
	border: 1px solid #f39900;
	color: #fff !important;
}

.tcvpb-button_purple{
	background: #865bd4;
	border: 1px solid #865bd4;
	color: #fff !important;
}

.tcvpb-button_pink{
	background: #cd529a;
	border: 1px solid #cd529a;
	color: #fff !important;
}

.tcvpb-button_green{
	background: #5bd4b6;
	border: 1px solid #5bd4b6;
	color: #fff !important;
}

.tcvpb-button_red{
	background: #f05347;
	border: 1px solid #f05347;
	color: #fff !important;
}

.tcvpb-button_blue{
	background: #50a2de;
	border: 1px solid #50a2de;
	color: #fff !important;
}

.tcvpb-button_gray{
	background: #848994;
	border: 1px solid #848994;
	color: #fff !important;
}

.tcvpb-button_cyan{
	background: #50c5de;
	border: 1px solid #50c5de;
	color: #fff !important;
}

.tcvpb-button_aquamarine{
	background: #5fcbcd;
	border: 1px solid #5fcbcd;
	color: #fff !important;
}

.tcvpb-button:hover,
.tcvpb-button_yellow:hover,
.tcvpb-button_blue:hover{
	background: #505558;
	border: 1px solid transparent;
	color: #fff !important;
}

.tcvpb-button_dark:hover{
	background: #50a2de;
	color: #fff !important;
}

.tcvpb-button_light:hover{
	border: 1px solid #505558;
}

.tcvpb-button_small{
	padding: 4px 14px;
	font-size: 11px;
	font-family: Lato,sans-serif;
	font-weight: 700;
	letter-spacing: 0.9px;
}

.tcvpb-button_medium{
	padding: 9px 20px;
	font-size: 14px;
	font-family: Lato,sans-serif;
	font-weight: 700;
	letter-spacing: 0.9px;
}

.tcvpb-button_large{
	padding: 11px 23px;
	font-size: 16px;
	line-height: 23px;
	font-family: Lato,sans-serif;
	font-weight: 700;
	letter-spacing: 0.9px;
}

.tcvpb-button_xlarge{
	padding: 20px 25px;
}

.tcvpb-button_rounded.tcvpb-button_small{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.tcvpb-button_rounded.tcvpb-button_medium{
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
}

.tcvpb-button_rounded.tcvpb-button_large{
	-webkit-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
}

.tcvpb-button_rounded.tcvpb-button_xlarge{
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px;
	border-radius: 66px;
}


/********** Custom Section Classes *************************************************************/
.process_section .tcvpb_container>div{
	position: relative;
}

.process_section .tcvpb_service_box .tcvpb_icon_boxed{
	background: #056ab2;
	width: 100px;
	height: 100px;
}

.process_section .tcvpb_service_box .tcvpb_icon_boxed i{
	line-height: 100px;
	color: #fff;
}

.process_section .tcvpb_container>div:after{
	content: '\f488'; /*.ci_icon-chevron-right*/
	font-family: 'WebHostingHub-Glyphs';
	font-size: 11px;
	display: block;
	position: absolute;
	top: 40px;
	right: -20px;
}

.process_section .tcvpb_container>div:last-child:after{
	display: none;
}


/********** Shortcode: Countdown *************************************************************/

.tcvpb_countdown{
	text-align: center;
	margin-bottom: 60px;
}

.tcvpb_countdown,
.tcvpb_countdown * {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transform:translate3d(0,0,0);
}

.tcvpb_countdown .tcvpb_countdown_inner{
	display: inline-block;
	text-align: center;
	margin-bottom: 20px !important;
}

.countdown {
	font-family: Lato, sans-serif;
	font-weight: 100;
	font-size: 42px;
	line-height: 100px;
	color: #fff;
	background: #50a2de;
	width: 141px;
	height: 100px;
	border-radius: 5px;
	margin: 0 0 3px 26px;
}

.tcvpb_countdown_inner:first-of-type > .countdown,
.tcvpb_countdown_inner:first-of-type > span{
	margin-left: 0;
}

.tcvpb_countdown_inner:last-of-type > .countdown,
.tcvpb_countdown_inner:last-of-type > span{
	margin-right: 0;
}

.tcvpb_countdown_inner span{
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	background: #3b4550;
	width: 141px;
	height: 50px;
	border-radius: 5px;
	margin: 0 0 3px 26px;
	display: inline-block;
}

/*Flip style*/
.tcvpb_countdown.flip_style span{
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 50px;
	color: #3b4550;
	margin: 0;
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: -51px;
	left: 0;
	width: 100%;
	text-align: center;
}

.tcvpb_countdown.flip_style .time {
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	height: 105px;
	width: 75px;
	margin: 5px 5px 40px 5px;
}

.tcvpb_countdown.flip_style .count {
	background: #3b4550;
	color: #f8f8f8;
	font-weight: 700;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 42px;
	line-height: 105px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
}

.tcvpb_countdown.flip_style .count.top {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px 5px 0 0;
	height: 50%;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.tcvpb_countdown.flip_style .count.bottom {
	background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
	border-radius: 0 0 5px 5px;
	line-height: 0;
	height: 50%;
	top: 50%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.tcvpb_countdown.flip_style .label {
	font-size: normal;
	margin-top: 5px;
	display: block;
	position: absolute;
	top: 95px;
	width: 100%;
}

/* Animation start */
.tcvpb_countdown.flip_style .count.curr.top {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 3;
}
.tcvpb_countdown.flip_style .count.next.bottom {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	z-index: 2;
}
/* Animation end */
.tcvpb_countdown.flip_style .flip .count.curr.top {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.tcvpb_countdown.flip_style .flip .count.next.bottom {
	-webkit-transition: all 250ms ease-in-out 250ms;
	-moz-transition: all 250ms ease-in-out 250ms;
	-ms-transition: all 250ms ease-in-out 250ms;
	-o-transition: all 250ms ease-in-out 250ms;
	transition: all 250ms ease-in-out 250ms;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.hide_expired{
	display: none !important;
}



/******* Image Carousel ********/

	.caroufredsel_wrapper{
		margin: 0 !important;
	}

	.tcvpb-carousel{
		padding: 0;
		list-style: none;
		display: block;
	}

	.tcvpb-carousel li{
		float: left;
		display: block;
		margin: 0 12px 0 0;
		padding: 0;
		border-radius: 0;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.carousel_navigation{
		text-align: center;
		position: relative;
		margin: 20px auto 0;
		display: block;
	}

	.carousel_navigation a{
		color: #9fa4af;
		width: 48px;
		height: 48px;
		border: 1px solid #e9eaec;
		border-radius: 50%;
		display: inline-block;
		text-align: center;
		margin: 0 5px;
	background: -webkit-linear-gradient(#fff, #f5f6f8);
	background: -o-linear-gradient(#fff, #f5f6f8);
	background: linear-gradient(#fff, #f5f6f8);
	}

	.carousel_navigation a:hover{
		color: #50a2de;
	}

	.carousel_navigation a i{
		line-height: 47px;
	}

	.carousel_prev{
		z-index: 10;
	}

	.carousel_next{
		z-index: 10;
	}

	.section_body_fullwidth .carousel_prev{
		left: 0;
	}

	.section_body_fullwidth .carousel_next{
		right: 0;
	}




/********** Tipsy *************************************************************/
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/************************* Responsive **************************/

.visible-desktop {display: inherit !important;}
.visible-tablet {display: none !important;}
.visible-phablet {display: none !important;}
.visible-phone {display: none !important;}
.visible-desktab {display: inherit !important;}
.visible-phabphone {display: none !important;}
.hidden-desktop {display: none !important;}
.hidden-tablet {display: inherit !important;}
.hidden-phablet {display: inherit !important;}
.hidden-phone {display: inherit !important;}
.hidden-desktab {display: none !important;}
.hidden-phabphone {display: inherit !important;}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    .visible-desktop {display: none !important;}
    .visible-tablet {display: inherit !important;}
    .visible-phablet {display: none !important;}
    .visible-phone {display: none !important;}
    .visible-desktab {display: inherit !important;}
    .visible-phabphone {display: none !important;}
    .hidden-desktop {display: inherit !important;}
    .hidden-tablet {display: none !important;}
    .hidden-phablet {display: inherit !important;}
    .hidden-phone {display: inherit !important;}
    .hidden-desktab {display: none !important;}
    .hidden-phabphone {display: inherit !important;}
}

@media only screen and (max-width: 767px) {
    .visible-desktab {display: none !important;}
    .visible-phabphone {display: inherit !important;}
    .hidden-desktab {display: inherit !important;}
    .hidden-phabphone {display: none !important;}

    .tcvpb_column_tc_span12,
    .tcvpb_column_tc_span11,
    .tcvpb_column_tc_span10,
    .tcvpb_column_tc_span9,
    .tcvpb_column_tc_span8,
    .tcvpb_column_tc_span7,
    .tcvpb_column_tc_span6,
    .tcvpb_column_tc_span5,
    .tcvpb_column_tc_span4,
    .tcvpb_column_tc_span3,
    .tcvpb_column_tc_span2,
    .tcvpb_column_tc_span1{
        width: 100%;
        margin-left: 0;
    }

    .tcvpb_container [class*="column_tc_span"]{
        margin-left: 0;
        width: 100%;
    }

    .tcvpb_pricing-table-1,
    .tcvpb_pricing-table-2{
        margin-bottom: 20px;
    }

    .tcvpb_meter {
        margin-left: 0;
    }

    .tcvpb_meter_label{
        float: none;
        display: block;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .visible-desktop {display: none !important;}
    .visible-tablet {display: none !important;}
    .visible-phablet {display: inherit !important;}
    .visible-phone {display: none !important;}
    .hidden-desktop {display: inherit !important;}
    .hidden-tablet {display: inherit !important;}
    .hidden-phablet {display: none !important;}
    .hidden-phone {display: inherit !important;}
}

@media only screen and (max-width: 479px) {
    .visible-desktop {display: none !important;}
    .visible-tablet {display: none !important;}
    .visible-phablet {display: none !important;}
    .visible-phone {display: inherit !important;}
    .hidden-desktop {display: inherit !important;}
    .hidden-tablet {display: inherit !important;}
    .hidden-phablet {display: inherit !important;}
    .hidden-phone {display: none !important;}

}

.whatsaap {
    position: fixed;
    bottom: 9%;
    right: 4%;
    z-index: 9;
    border-radius: 100px;
    box-shadow: 0px 10px 20px -5px #00000045;
}
.whatsaap img {
    width: 45px;
}