
 /**
 * Image Text
 * ----------------------------------------------------------------------------
 */
.b-image-text .b-image,
.b-image-text .b-content {
	width: 50%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: -2px;
}
.b-image-text .b-image {
	padding-right: 15px;
}

.b-image-text .b-content {
	padding-left: 15px;
}

.b-image-text .b-image img {
	width: 100%;
}
.b-image-text .b-btn {
	margin-left: 0px;
	margin-right: 0px;
}

/* Responsive Image Text */
.b-tablet-portrait .b-image-text .b-image,
.b-tablet-portrait .b-image-text .b-content,
.b-mobile .b-image-text .b-image,
.b-mobile .b-image-text .b-content {
	width: 100%;
	margin-right: 0px;
	padding: 20px 0px;
}


 /**
 * Pricing Table
 * ----------------------------------------------------------------------------
 */
.b-pricing-table {
	text-align: center;
	border: 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
} 

.b-pricing-table ul li {
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px dotted;
}

.b-pricing-title {
	line-height: 1;
	margin: 0px;
	padding: 10px;
	background-color: #434343;
	color: #fff !important;
}

.b-pricing-feature .b-pricing-title {
	background-color: rgba(0,0,0,0.1);
}

.b-pricing-feature .b-price {
	color: #fff !important;
}

.b-price {
	font-weight: bold;
	line-height: 1;
	vertical-align: bottom;
	margin: 0px;
	padding: 20px 10px;
}

.b-price span {
	font-size: 0.6em;
	vertical-align: bottom;
	line-height: 1.3;
	font-weight: normal;
}

 /**
 * Table
 * ----------------------------------------------------------------------------
 */
table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid;
	border-collapse: collapse;
	cursor: default;
}

table.b-style-2 {
	border: none;
}

tr {
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid;
}

.b-style-2 tr:first-child{
	border-bottom: none;
}

.b-style-2 tr:last-child{
	border-bottom: 3px solid;
}

th {
	padding: 20px;
	line-height: 1.5;
	border-right: 1px solid;
	text-align: left;
}

th:last-child {
	border: none;
}

td {
	padding: 10px 20px 10px 20px;
	line-height: 1.5;
	border-right: 1px solid;
}

.b-style-2  td:last-child {
	border: none;
}

/* Responsive */
.b-mobile th {
	display: none;
}
.b-mobile td {
	display: block;
	text-align: center;
	border-top: 1px solid;
	border-right: none;
}

.b-mobile td:first-child  {
	font-weight: bold;
}
.b-mobile .b-style-2 tr {
	border: none;
}

.b-mobile .b-style-2 td {
	border: none;	
}

 /**
 * Info Message
 * ----------------------------------------------------------------------------
 */
.b-message {
	padding: 20px 40px 20px 60px;
	border: 1px solid;
}

.b-message p {
	margin-bottom: 0px;
}

.b-message .b-icon ,
.b-message .b-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.b-icon {
	left: 20px;
	font-size: 2em;
}

.b-close {
	right: 20px;
	cursor: pointer;
}

 /**
 * Call Out
 * ----------------------------------------------------------------------------
 */
.b-callout {
	padding: 20px;
	border: 1px solid;
	position: relative;
	background-color: #FFF;
}

.b-callout:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0px;
	height: 100%;
	width: 3px;
}

.b-callout  p {
	margin-bottom: 0px;
}

.b-callout-title {
	margin-bottom: 5px;
}

.b-callout  .b-btn {
	float: right;
	margin: 5px 0px 5px 20px;
}

.b-mobile .b-callout-title {
	text-align: center;
}

.b-mobile .b-callout  p {
	margin-bottom: 70px !important;
	text-align: center;
}

.b-mobile .b-callout  .b-btn {
	float: none;
	position: absolute;
	text-align: center;
	width: 80%;
	left: 10%;
	right: 10%;
	bottom: 20px;
	margin: 5px 0px;
}

 /**
 * Slogan
 * ----------------------------------------------------------------------------
 */
.b-slogan-subtitle {
	font-size: 2.3em;
	margin-bottom: 0px;
}

.b-slogan-title {
	margin-bottom:5px;
}

.b-slogan p {
	font-size: 1.3em;
	line-height: 2;
}

 /**
 * Video
 * ----------------------------------------------------------------------------
 */
#video_background { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; overflow: hidden; }
.b-video-section {
position: relative; height: 450px; overflow: hidden;
}
.b-video-section:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 99%;
	background: url(../images/patterns/pattern-02.png) repeat;
}
 /**
 * Blog
 * ----------------------------------------------------------------------------
 */
/* Blog General Settings */
.b-element.b-post-element {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

.b-post-content {
	position: relative;
}

.b-post-title {
	margin-bottom: 0.278em;
	display: inline-block;
}


.b-post-meta,
.b-comment-date {
	font-size: 0.9em;
	margin-bottom: 1.818em;
}

.b-post-meta span {
	white-space: nowrap;
}

.b-post-meta span:before,
.b-comment-date:before {
	margin-right: 3px;
	font-size: 0.9em;
	opacity: 0.5;
}

.b-post-meta span:after  {
	margin-left: 5px;
	margin-right: 5px;
	content:"/";
	opacity: 0.5;
}

.b-post-meta span:last-child:after {
	content:"";
}

.b-post-date:before,
.b-comment-date:before {
	content: "\f017";
	font-family: FontAwesome;
}

.b-post-comments:before {
	content: "\f086";
	font-family: FontAwesome;
}

.b-post-author:before {
	content: "\f007";
	font-family: FontAwesome;
}

.b-read-more {
	display: block;
	margin-top: -25px;
}
/* Sticky Post */
.b-sticky-post:before {
	content: "\f08d";
	font-family: FontAwesome;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1000;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}

/* Blog 2 columns */
.b-desktop .b-column-1-2 .b-post-element .b-media {
	float: left;
	width: 50%;
	margin-right: 30px;
}

.b-desktop  .b-column-1-2 .b-post-element .b-post-content {
	overflow: hidden;
}

/* Blog Masonry */
.b-blog-masonry .b-post-content{
	border: 1px solid;
	background-color: #ffffff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.b-blog-masonry .b-post-content {
	padding: 20px;
}
.b-blog-masonry .b-post-media {
	margin-bottom: 0px;
}

/* Blog Large Media */
.b-blog-large-media .b-post-meta .b-post-author {
	position: absolute;
	width: 80px;
	text-align: center;
	left: 0px;
	top: 0px;
}

.b-blog-large-media .b-post-author .b-autho-image {
	display: block;
	margin-bottom: 10px;
}

.b-blog-large-media .b-post-content {
	padding-left: 110px;
}

.b-desktop .b-blog-large-media .b-post-author:before,
.b-tablet .b-blog-large-media .b-post-author:before,
.b-desktop .b-blog-large-media .b-post-author:after,
.b-tablet .b-blog-large-media .b-post-author:after  {
	content:"";
}

/* Responsive Blog Large Media */
.b-mobile .b-blog-large-media .b-post-author .b-autho-image {
	display: none;
}

.b-mobile .b-blog-large-media .b-post-meta .b-post-author {
	position: static;
	width: auto;
	text-align: left;
}

.b-mobile .b-blog-large-media .b-post-content {
	padding-left: 0px;
}

/* Blog Small Media */
.b-blog-small-media .b-media {
	width: 30%;
	float:left;
	margin-right: 30px;
}


.b-blog-small-media .b-post-content {
	overflow: hidden;
}

.b-desktop .b-blog-small-media .b-media,
.b-desktop .b-blog-small-media .b-post-content {
	vertical-align: middle;
}
/* Responsive Blog Small Media */
.b-mobile-portrait .b-blog-small-media .b-media,
.b-mobile-portrait .b-blog-small-media .b-post-content  {
	width: 100%;
	display: block;
	padding-left: 0px;
}

/* Blog Quote */
.b-post-quote {
	padding: 20px 20px 10px 0px;
}

.b-blog-large-media .b-post-quote:before {
	content: "\2018 \2018";
	position: absolute;
	font-size: 150px;
	left: 40px;
	top: 50%;
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
	letter-spacing: -0.5em;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
}

.b-isotope-item.b-post-quote:before {
	content: "\2018 \2018";
	position: absolute;
	font-size: 80px;
	left: 40px;
	top: 0px;
	letter-spacing: -0.5em;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
	z-index: 1;
}

.b-isotope-item.b-post-quote .b-post-content {
	padding-top: 40px;
}

.b-mobile .b-blog-large-media .b-post-quote {
	padding: 20px 20px 10px 20px;
}

.b-post-quote .b-post-title {
	line-height: 1.6;
}

/* Blog Link */
.b-post-link {
	padding: 20px 20px 10px 0px;
}

.b-blog-large-media .b-post-link:before {
	content: "\f0c1";
	position: absolute;
	font-size: 50px;
	left: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: -0.5em;
	line-height: 1;
	font-family: 'FontAwesome';
}

.b-isotope-item.b-post-link:before {
	content: "\f0c1";
	position: absolute;
	font-size: 25px;
	left: 35px;
	top: 15px;
	line-height: 1;
	font-family: 'FontAwesome';
	z-index: 1;
}

.b-mobile .b-isotope-item.b-post-link:before {
	top: 30px;
}

.b-isotope-item.b-post-link .b-post-content {
	padding-top: 40px;
}

.b-mobile .b-post-link {
	padding: 20px 20px 10px 20px;
}

.b-post-link .b-post-title {
	line-height: 1.6;
}

/* Blog Labeled */

.b-blog-label .b-filter li {
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 0px 0px 0px 30px;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0.5;
	position: relative;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.b-blog-label .b-filter li:before {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: center;
	left: 0px;
	position: absolute;
}

.b-blog-label .b-filter li.selected {
	opacity: 1;
}
.b-blog-label .b-filter li i {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: center;
	left: 0px;
	position: absolute;
}

.b-blog-label .b-post-format {
	position: absolute;
	top: 6px;
	left: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.b-blog-label .b-post-date {
	padding-left: 60px;
	opacity: 0.5;
	font-size: 0.846em;
	padding-top: 10px;
}
.b-blog-label .b-post-title {
	padding-left: 60px;
	margin-bottom: 15px;
}


/* Post Formats */
.b-standard-post:before {
	content: "\f040";
	font-family: FontAwesome;
}

.b-image-post:before {
	content: "\f03e";
	font-family: FontAwesome;
}

.b-video-post:before {
	content: "\f008";
	font-family: FontAwesome;
}

.b-audio-post:before {
	content: "\f028";
	font-family: FontAwesome;
}

.b-gallery-post:before {
	content: "\f009";
	font-family: FontAwesome;
}

.b-quote-post:before {
	content: "\f10d";
	font-family: FontAwesome;
}

 /**
 * Single Post
 * ----------------------------------------------------------------------------
 */
 
/* About Author */
.b-about-author {
	padding: 30px;
	margin: 30px 0px;
}

.b-author-info .b-title {
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 3px;
}

.b-author-info p {
	margin-bottom: 0px;
}

.b-avatar {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
}
.b-author-info {
	overflow: hidden;
	padding-left: 25px;
}

/* About Author Responsive */
.b-mobile .b-avatar  {
	float: none;
}
.b-mobile .b-author-info  {
	overflow: visible;
	display: block;
	padding: 0px;
	margin-top: 20px;
}
.b-mobile  .b-author-info .b-title {
	font-size: 1.3em;
}

 /**
 * Comments
 * ----------------------------------------------------------------------------
 */
.b-comment-content {
	overflow: hidden;
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
}

.b-comment-item .b-avatar {
	width: 80px;
	height: 50px;
	padding-right: 30px;
}


.b-comment-item  .b-author {
	margin-bottom: 0px;
}

.b-comment-item .b-comment-reply {
	position: absolute;
	top: 20px;
	right: 20px;
}
.b-comment-item p:last-child {
	margin-bottom: 0px;
}

#b-comments {
	margin-bottom: 50px;
}
#b-comments li ul li {
	padding-left: 30px;
}

/* Responsive */
.b-mobile .b-comment-item .b-avatar {
	margin-top: 60px;
	margin-bottom: 30px;
}

 /**
 * Form
 * ----------------------------------------------------------------------------
 */
.b-form {
	margin-left: -2px;
	margin-right: -2px;
}

.b-form-input {
	width:33.33333333333333%;
	float: left;
	padding: 0px 2px;
	position: relative;
}

.b-mobile .b-form-input {
	width:100%;
	float: left;
	padding: 0px 2px;
	position: relative;
}

.b-form-textarea {
	width:100%;
	float: left;
	padding: 2px;
	position: relative;
	margin-bottom: 30px;
}

.b-form-input i,
.b-form-textarea i {
	position: absolute;
	top: 12px;
	left: 10px;
}

.b-form-input input[type='text'],
.b-form-textarea textarea {
	width: 100%;
	padding-left: 30px;
	color:#fff;
}

.b-form-textarea textarea {
	min-height: 300px;
	overflow-y: hidden;
}
.b-form .b-btn {
	margin: 0px;
}

 /**
 * Inputs
 * ----------------------------------------------------------------------------
 */ 
input[type='text'],
input[type='input'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='search'],
textarea {
	border: none;
	padding: 10px;
	font-size: 0.85em;
}

input[type='text']:focus,
input[type='input']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='search']:focus,
textarea:focus {
	outline: none;
}


 /**
 * Media
 * ----------------------------------------------------------------------------
 */
.b-media {
	margin-bottom: 30px;
}

.b-blog-masonry .b-media {
	margin-bottom: 0px;
}

 /**
 * Audio Player
 * ----------------------------------------------------------------------------
 */
.b-blog-large-media .mejs-container {
	width: 100% !important;
	margin-bottom: 40px;
}

.b-desktop .b-blog-large-media .mejs-time-rail {
	width: 78% !important;
}

.b-tablet .b-blog-large-media .mejs-time-rail {
	width: 68% !important;
}

 /**
 * Portfolio
 * ----------------------------------------------------------------------------
 */
/* Portfolio General */
.b-portfolio-title {
	margin: 0px 0px 15px 0px;
	display: inline-block;
}

.b-portfolio-columns .b-image-hover .b-mask:after,
.b-portfolio-masonry .b-image-hover .b-mask:after {
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.05);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.b-portfolio-columns .b-image-hover:hover .b-mask:after,
.b-portfolio-masonry .b-image-hover:hover .b-mask:after {
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}

 /**
 * Isotope
 * ----------------------------------------------------------------------------
 */
.b-isotope-container,
.b-isotope-container {
	opacity: 0;
}

.b-filter {
	margin-bottom: 35px;
}

.b-filter ul {
	display: inline-block;
}

.b-filter li{
	display: inline-block;
	cursor: pointer;
	padding: 3px 10px;
	margin-bottom: 5px;
	border: 1px solid;
	font-size: 0.9em;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
}
.b-isotope-container ,
.b-isotope-container {
	margin: 0px -15px;
}
.b-isotope-item,
.b-isotope-item {
	padding: 0px 15px;
	margin-bottom: 30px;
}

 /**
 * Portfolio List
 * ----------------------------------------------------------------------------
 */
.b-portfolio-list  .b-media{
	width: 30%;
	float: left;
	margin-right: 30px;
}

.b-portfolio-list  .b-portfolio-content {
	overflow: hidden;
}

 /**
 * Portfolio Title
 * ----------------------------------------------------------------------------
 */
#b-portfolio-title {
	position: relative;
	padding: 60px 0px 10px 0px;
}

 /**
 * Portfolio Navigation
 * ----------------------------------------------------------------------------
 */
.b-portfolio-nav {
	border: 1px solid;
	display: table;
	width: 263px;
	margin-bottom: 30px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}
.b-tablet .b-portfolio-nav {
	width: 170px;
}

.b-mobile .b-portfolio-nav  {
	width: 100%;
	position: relative;
	top: 0px;
	margin-top: 10px;
}

.b-portfolio-nav li {
	display: table-cell;
	width: 33.33333333333333%;
	text-align: center;
	border-right: 1px solid;
}

.b-portfolio-nav li a{
	display: block;
	font-size: 20px;
	line-height: 40px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.b-portfolio-nav li a.b-portfolio-overview {
	font-size: 14px;
}
.b-portfolio-nav .b-portfolio-overview:hover {
	color: #fff !important;
}

.b-portfolio-nav li:last-child{
	border: none;
}


 /**
 * Portfolio Social
 * ----------------------------------------------------------------------------
 */
.b-portfolio-social {
	margin-bottom: 30px;
}

.b-portfolio-social li {
	display: inline-block;
	width: 31.33333333333333%;
	margin-right: 1.8%;
	border: 1px solid;
}

.b-tablet .b-portfolio-social li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 5px;
}

.b-tablet-portrait .b-portfolio-social li {
	width: 31.33333333333333%;
	margin-right: 1.8%;
}

.b-portfolio-social li:last-child{
	margin-right: 0px;
}

.b-portfolio-social li a,
.b-portfolio-social li span {
	width: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.b-portfolio-social li span {
	border-left: 1px solid;
}

 /**
 * Portfolio Fields
 * ----------------------------------------------------------------------------
 */
.b-fields {
	margin-bottom: 30px;
}

.b-fields .b-fields-content {
	display: none;
	padding: 15px 25px;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.b-fields li:last-child .b-fields-content {
	margin-top: 0px;
}

.b-fields .b-fields-title {
	cursor: pointer;
	display: block;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.b-fields li:last-child .b-fields-title {
	margin-bottom: 0px;
}

.b-fields .b-fields-title:before {
	content: "\f105";
	font-size: 10px;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	transition: all 0.2s linear 0.1s;
	-webkit-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
}

.b-fields .b-fields-title.active:before {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

 /**
 * Gallery Stamp
 * ----------------------------------------------------------------------------
 */
.b-stamp-masorny {
	opacity: 0;
	margin-bottom: 30px;
	margin-left: -2px;
}

.b-stamp-element .b-image-hover {
	padding: 1px;
}

.b-stamp-element img {
	width: 100%;
}


 /**
 * Gallery
 * ----------------------------------------------------------------------------
 */
.b-gallery .b-isotope-container ,
.b-gallery .b-isotope-container {
	margin: 0px -1px;
}
.b-gallery .b-isotope-item,
.b-gallery .b-isotope-item {
	padding: 0px 1px;
	margin-bottom: 2px;
}
 
 /**
 * Carousel
 * ----------------------------------------------------------------------------
 */
.b-carousel {
	opacity:0;
}
.b-carousel-item {
	float:left;
	margin:0px 25px;
}
.b-carousel-item img {
	width: 100%;
}
.b-carousel-wrapper {
	margin-right: -25px;
	margin-left: -25px;
}
.b-carousel-inner {
	cursor: -moz-grab!important;
	cursor: -webkit-grab!important;
}
.b-carousel-inner.active {
	cursor: -moz-grabbing!important;
	cursor: -webkit-grabbing!important;
}
.b-fullscreen .b-carousel-item,
.b-fullscreen .b-carousel-wrapper,
.b-carousel .b-media{
	margin: 0px;
}

 /**
 * Box
 * ----------------------------------------------------------------------------
 */
.b-box img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: auto;
}

.b-box .b-media {
	border: 2px solid #D5D5D5;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.b-box-title {
	display: inline-block;
	line-height: 1;
	font-weight: 400;
}

.b-icon-box .b-box-title {
	margin: 20px 0px 5px 0px;
	display: inline-block;
}

/* Icon Box */
.b-icon-box.b-align-center .b-icon{
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
}

.b-icon-box.b-align-left .b-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: -8px;
	left: 0;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
}
.b-icon-box.b-align-left .b-box-content {
	padding-left: 50px;
}

.b-icon-box.b-align-left .b-box-title {
	margin-top: 0px;
}

/* Icon Box Small */
.b-icon-box-small .b-icon {
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}

.b-icon-box-small .b-box-title {
	padding-left: 30px;
	font-weight: bold;
	margin: 0px;
}

.b-element.b-icon-box-small p {
	line-height: 1.4;
	margin-top: 15px;
}

/* Responsive Icon Box */
.b-tablet-portrait .b-icon-box.b-align-left,
.b-mobile-portrait .b-icon-box.b-align-left {
	text-align: center;
}

.b-tablet-portrait .b-icon-box.b-align-left .b-icon,
.b-mobile-portrait .b-icon-box.b-align-left .b-icon {
	position: relative;
	margin-bottom: 20px;
}

.b-tablet-portrait .b-icon-box.b-align-left .b-box-content,
.b-mobile-portrait .b-icon-box.b-align-left .b-box-content  {
	padding-left: 0px;
}

 /**
 * Accordion & Toggles 
 * ----------------------------------------------------------------------------
 */
.b-accordion .b-content,
.b-toggle .b-content {
	display: none;
	padding-left: 30px;
	margin-bottom: 30px;
}

.b-element.b-accordion .b-content p,
.b-element.b-toggle .b-content p {
	margin-top: 0px;
	margin-bottom: 30px;
}

.b-accordion .active > .b-content,
.b-toggle .active > .b-content {
	display: block;
}

.b-accordion .b-title,
.b-toggle .b-title {
	font-size: 1.077em;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 1.429em;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}


.b-accordion .b-title:before,
.b-toggle .b-title:before {
	content: "\f105";
	font-size: 10px;
	opacity: 0.5;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	transition: all 0.2s linear 0.1s;
	-webkit-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
}
.b-accordion .b-title.active:before,
.b-toggle .b-title.active:before {
	opacity: 1;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

.b-accordion.b-style-2 .b-title,
.b-toggle.b-style-2 .b-title {
	padding-top: 10px;
	padding-bottom: 10px;
}

.b-accordion.b-style-2 .b-title:before,
.b-toggle.b-style-2 .b-title:before {
	opacity: 1;
	top: 10px;
	left: 5px;
}

 /**
 * Tabs 
 * ----------------------------------------------------------------------------
 */
.b-tabs-title {
	display: table;
	width: 100%;
}

.b-tabs-title li {
	cursor: pointer;
	padding: 10px;
	opacity: 0.7;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.b-tabs-title li.active {
	opacity: 1;
}

.b-tabs-wrapper {
	overflow: hidden;
}

.b-tab-content {
	display: none;
}

.b-element .b-tab-content  p{
	margin-top: 0px;
}

.b-tab-content.active {
	display: block;
}

/* Horizontal Tab */
.b-horizontal-tab .b-tabs-title li {
	display: table-cell;
	text-align: center;
	border-left-width: 0;
}

.b-horizontal-tab .b-tabs-title:after {
	display: block;
	content: " ";
	clear: both;
}

.b-horizontal-tab .b-tabs-title li {
	border-left: 1px solid;
}

.b-horizontal-tab .b-tabs-title li:first-child {
	border: none;
}

.b-horizontal-tab .b-tab-content {
	padding: 18px 0 0 0;
}

/* Vertical Tab */
.b-vertical-tab .b-tabs-title {
	float: left;
	width: 30%;
	min-width: 120px;
	max-width: 250px;
	display: block;
}

.b-vertical-tab .b-tabs-title li {
	border-top: 1px solid;
}

.b-vertical-tab .b-tabs-title li:first-child {
	border-top: none;
}

.b-vertical-tab .b-tabs-title li:last-child {
	margin-bottom: 30px;
}

.b-vertical-tab .b-tab-content {
	padding: 0px 0px 0px 20px;
}

/* Responsive Tab */
.b-mobile .b-tabs-title {
	display:block;
	width: 100%;
}
.b-mobile .b-tabs-title li {
	float: left;
	width: 100%;
	display: block;
	border: none;
	border-top: 1px solid;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0);   
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0);
}

.b-mobile .b-tabs-wrapper {
	overflow: visible;
	float: left;
}

.b-mobile .b-vertical-tab .b-tab-content {
	padding: 25px 0px;
}

 /**
 * Titles 
 * ----------------------------------------------------------------------------
 */
 
/* Title With Line */
.b-title-line {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
}
.b-title-line:after,
.b-align-center.b-title-line:before,
.b-align-right.b-title-line:before {
	content: "";
	width: 200%;
	height: 0.3em;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 2%;
	bottom: 0.05em;
	vertical-align: middle;
}

.b-align-center.b-title-line:before,
.b-align-right.b-title-line:before {
	left: 0;
	margin: 0 2% 0 -202%;
}

/* Title With Double Line */
.b-title-double-line {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
}
.b-title-double-line:after,
.b-align-center.b-title-double-line:before,
.b-align-right.b-title-double-line:before {
	content: "";
	width: 200%;
	height: .15em;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 2%;
	bottom: 0.05em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	vertical-align: middle;
}

.b-align-center.b-title-double-line:before,
.b-align-right.b-title-double-line:before {
	left: 0;
	margin: 0 2% 0 -202%;
}

/* Title With Dashed Line */
.b-title-striped {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
}
.b-title-striped:after,
.b-align-center.b-title-striped:before,
.b-align-right.b-title-striped:before {
	content: "";
	width: 200%;
	height: 0.5em;
	background: url(../images/patterns/pattern-01.png) repeat;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 2%;
	bottom: 0.05em;
	vertical-align: middle;
}

.b-align-center.b-title-striped:before,
.b-align-right.b-title-striped:before {
	left: 0;
	margin: 0 2% 0 -202%;
}

/* Title Light */
.b-title-light {
	font-weight: 300;
}

 /**
 * Dividers
 * ----------------------------------------------------------------------------
 */
.b-gap {
	height: 30px;
	width: 100%;
	display: inline-block;
}
hr {
	margin: 0px 0px 30px 0px;
	height: 1px;
	display: block;
	border: none;
	border-top: 1px solid;
	opacity: 0.2;
}

/* Double Line Divider */
hr.b-double-line-divider {
	height: 5px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	opacity: 0.2;
}

/* Dashed Line Divider */
hr.b-dashed-line-divider {
	border-top: 1px dashed;
	opacity: 0.2;
}

/* Big Line Divider */
hr.b-big-line-divider {
	height: 8px;
	border: none;
	opacity: 1;
}

/* Striped Divider */
hr.b-striped-divider {
	height: 10px;
	border: none;
	background: url(../images/patterns/pattern-01.png) repeat;
	opacity: 1;
}

/* Dividers Margins */
hr.b-margin-0{
	margin: 0px 0px 0px 0px;
}

hr.b-margin-10{
	margin: 0px 0px 10px 0px;
}

hr.b-margin-20{
	margin: 0px 0px 20px 0px;
}

hr.b-margin-30{
	margin: 0px 0px 30px 0px;
}

hr.b-margin-40{
	margin: 10px 0px 40px 0px;
}

hr.b-margin-50{
	margin: 20px 0px 50px 0px;
}

 /**
 * Single Image
 * ----------------------------------------------------------------------------
 */
.b-single-image.b-align-left,
img.b-align-left {
	float:left;
	margin: 0px 10px 0px 0px;
	z-index: 1;
}

.b-single-image.b-align-right,
img.b-align-right {
	float:right;
	margin: 0px 0px 0px 10px;
	z-index: 1;
}

.b-single-image.b-align-center,
img.b-align-center {
	display: block;
	margin: 15px auto;
	z-index: 1;
}

.b-single-image {
	position: relative;
}

.b-image-wrapper {
	position: relative;
	display: inline-block;
	position: relative;
}

.b-single-image .b-caption {
	font-size: 0.7em;
	letter-spacing: 0.15em;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 0px 8px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	-webkit-transition: width 0.2s ease;                  
	-moz-transition: width 0.2s ease;                 
	-o-transition: width 0.2s ease;   
	-ms-transition: width 0.2s ease;          
	transition: width 0.2s ease;
	text-align: left;
}

.b-single-image .b-caption:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 10px;
}

.b-image-wrapper:hover .b-caption {
	width: 100%;
}

 /**
 * List 
 * ----------------------------------------------------------------------------
 */
/* Code */
code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 0px 20px;
	white-space: pre;
	overflow-x: auto;
	height: auto;
	font: 12px "Courier New", Courier, monospace;
}

 /**
 * Quotes 
 * ----------------------------------------------------------------------------
 */
blockquote {
	position: relative;
	padding-left:20px;
}

blockquote:before {
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*-- Style 2 --*/
blockquote.b-style-2 {
	border:none;
	position:relative
}

blockquote.b-style-2:before {
	content:"\201C";
	position:absolute;
	left:-20px;
	top:-20px;
	font-size:90px;
	letter-spacing:-0.1em;
	line-height:1;
	width: 0px;
	font-family:"Times New Roman", Times, serif;
}

 /**
 * Drop Caps 
 * ----------------------------------------------------------------------------
 */
.b-dropcap span.b-style-1 {
	 float: left;
	 font-size: 3em;
	 line-height: 1em;
	 margin:4px 8px 0px 3px;
}

.b-dropcap span.b-style-2 {
	width:40px;
	height:40px;
	display: inline-block;
	float: left;
	line-height: 40px;
	text-align:center;
	font-size: 2.5em;
	margin:4px 6px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

 /**
 * List 
 * ----------------------------------------------------------------------------
 */
 .b-list li {
	font-size: .95em;
	line-height: 14px;
	padding: 0 0 0 20px;
	margin-bottom: 1em;
	position: relative;
}

.b-list li:before {
	width: 12px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* List Arrow */
.b-list.b-list-arrow li:before {
	content: "\f105";
	font-family: FontAwesome;
}

/* List Pencil */
.b-list.b-list-pencil li:before {
	content: "\f040";
	font-family: FontAwesome;
}

/* List Info */
.b-list.b-list-info li:before {
	content: "\f05a";
	font-family: FontAwesome;
}

/* List Plus */
.b-list.b-list-plus li:before {
	content: "\f067";
	font-family: FontAwesome;
}
 
/**
 * Team
 * ----------------------------------------------------------------------------
 */
.b-team-item {
	position: relative;
	overflow: hidden;
	font-size: 0.8em;
}

.b-team-item .b-title {
	position: absolute;
	top: 80%;
	left: 50%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	PADDING: 5px;
	white-space: nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.b-team-item li a {
	color: #fff;
}

.b-team-item:hover .b-title {
	top: 120%;
}

.b-team-item .b-image-hover .b-mask:after {
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.05);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.b-team-item .b-image-hover:hover .b-mask:after {
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}

/**
 * Slider
 * ----------------------------------------------------------------------------
 */
.b-slider {
	position: relative;
	overflow: hidden;
}

.b-slider img {
	width: 100%;
}

/* Direction Nav */
.b-slider .flex-direction-nav li a {
    font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -35px;
	display: inline-block;
	width: 50px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	background-color: rgba(0,0,0,0.1);
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.b-slider .flex-direction-nav li a:hover {
	background-color: rgba(0,0,0,0.3);
}

.b-slider .flex-direction-nav li a.flex-next {
	right: -50px;
	left: auto;
}

.b-slider:hover .flex-direction-nav li a.flex-next {
	right: 0px;
}

.b-slider:hover .flex-direction-nav li a.flex-prev {
	left: 0px;
}

/* Control Nav */
.b-slider .flex-control-nav {
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 10px;
	font-size: 0;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.b-slider .flex-control-nav li {
	display: inline-block;
	margin: 0px 5px;
}

.b-slider  .flex-control-nav li a {
	background-color: rgba(255,255,255,0.2);
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer; 
	text-indent: -9999px;
	border: 1px solid rgba(0,0,0,0.2);
}
.b-slider  .flex-control-nav li a:hover,
.b-slider  .flex-control-nav li a.flex-active {
	background-color: #fff;
}

/* Slider Caption */
.b-slider-caption {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.b-slider-caption-content {
	opacity: 0;
}

.b-slider-caption.b-align-left .b-slider-caption-content{
	max-width: 50%;
	float: left;
}

.b-slider-caption.b-align-right .b-slider-caption-content {
	max-width: 50%;
	float: right;
}

.b-slider-caption .b-dark-bg {
	padding: 10px;
	display: inline-block;
}

/* Slider Caption v1*/
.b-slider-caption_v1 {
	position: absolute;
	width: 100%;
	top: 85%;
	left: 0px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.b-slider-caption_v1-content {
	opacity: 0;
}

.b-slider-caption_v1.b-align-left .b-slider-caption_v1-content{
	max-width: 50%;
	float: left;
}

.b-slider-caption_v1.b-align-right .b-slider-caption_v1-content {
	max-width: 50%;
	float: right;
}

.b-slider-caption_v1 .b-dark-bg {
	padding: 10px;
	display: inline-block;
}


/**
 * Testimonial Carousel
 * ----------------------------------------------------------------------------
 */
.b-testimonial-carousel {
	text-align: center;
	position: relative;
}

.b-testimonial-carousel .b-testimonial-name {
	margin: 1em 0px;
	opacity: 0.6;
}

.b-testimonial-carousel .b-testimonial-image {
	border: 5px solid rgba(0,0,0,0.2);
}

/*  Testimonial Style 2 */
.b-testimonial-carousel.b-style-2 {
	text-align: left;
	width: 98%;
}

.b-style-2 .b-testimonial-person {
	float: left;
	width: 82px;
}

.b-testimonial-carousel.b-style-2  .b-testimonial-name {
	margin: 0.3em 0px;
}

.b-testimonial-carousel .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
}

.b-style-2 .b-testimonial-content {
	overflow: hidden;
	padding: 0px 30px;
}

.b-testimonial-carousel.b-style-2 .flex-control-nav {
	top: 0px;
	right: -40px;
	bottom: auto;
	width: 30px;
}

.b-testimonial-carousel.b-style-2 .flex-control-nav li {
	display: block;
	margin: 6px 0px;
}

.b-testimonial-carousel .flex-control-paging li a {
	background: #fff;
	background-color: rgba(255,255,255,0.1);
	width: 8px;
	height: 8px;
	display: block;
	cursor: pointer; 
	text-indent: -9999px;
}
.b-testimonial-carousel .flex-control-paging li a:hover,
.b-testimonial-carousel .flex-control-paging li a.flex-active {
	background-color: #fff;
}

.b-testimonial-carousel  .flex-control-nav {
	bottom: -30px;
	width: 100%;
	position: absolute;
	text-align: center;
}


 /**
 * Advanced Section
 * ----------------------------------------------------------------------------
 */
.b-advanced-section-btn  span{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px auto;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}
.b-advanced-section-btn span:before {
	content: "\f067";
	font-family: FontAwesome;
	width: 50px;
	height: 50px;
	border: 1px solid;
	line-height: 50px;
	display: inline-block;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}
.b-advanced-section-btn span.active:before {
	content: "\f068";	
}

.b-advanced-section {
	height: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}

 /**
 * Map
 * ----------------------------------------------------------------------------
 */

.b-map  img {
	max-width: inherit;
}
/* Advanced Map */
.b-advanced-map {
	position: relative;
}

.b-advanced-map .b-form-textarea textarea {
	min-height: 200px;
	overflow-y: hidden;
	resize:none;
}


.b-advanced-map .b-map:before {
	content: "";
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.b-contact-content {
	position: absolute;
	margin-top: 20px;
	z-index: 3;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


 /**
 * Progress Bars
 * ----------------------------------------------------------------------------
 */
.b-bar-line {
	width: 0px;
	height: 20px;
	position: relative;
}
.b-bar {
	display:block;
	border: 1px solid;
}
.b-percentage {
	position: absolute;
	top: 50%;
	left: 0px;
	line-height: 1;
	color: #fff;
	margin: 0.4em 0px 0px -30px;
	font-size: 0.8em;
}

/**
 * Widgets
 * ----------------------------------------------------------------------------
 */
 /* Widget Title */
.b-widget {
	position:relative;
	margin:0px 0px 30px 0px;
}

.b-widget-title {
	margin-bottom: 1em;
}

/* Socials */
#b-main-body .b-social li {
	display: inline-block;
}

#b-main-body .b-social li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid;
	text-align: center;
}

#b-main-body .b-social li i {
	font-size: 18px;
	opacity: 0.5;
}

#b-main-body .b-social li i:hover{
	opacity: 1;
}

 /* Latest News */
.b-latest-news li {
	padding-left: 40px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.b-latest-news .b-title {
	margin-bottom: 0px;
}

.b-latest-news-date{
	font-size: 0.8em;
	opacity: 0.5;
}

.b-latest-news li:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border: 1px solid;
}

 /* Recent Post */
.b-recent-post li {
	padding-left: 15px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.b-recent-post .b-title {
	margin-bottom: 0px;
}

.b-recent-post-date{
	font-size: 0.8em;
	opacity: 0.5;
}

.b-recent-post li:before{
	position: absolute;
	top: 3px;
	left: 0px;
	width: 10px;
	height: 10px;
	line-height: inherit;
	display: inline-block;
	text-align: center;
	content: "\f105";
	font-family: FontAwesome;
}

/* Latest Portfolio */
.b-latest-portfolio {
	margin-bottom: 25px;
}
 
.b-latest-portfolio li {
	display: inline-block;
}

.b-latest-portfolio li {
	width: 23.3%;
	margin-right: 1%;
	margin-bottom: 5px;
}
.b-latest-portfolio li:nth-child(4n) {
	margin-right: 0px;
}

 /* Archives */
.b-archives li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}
 /* Categories */
.b-categories li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

/* Contact Info */
.b-contact-info li {
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}
.b-contact-info li:before {
	position: absolute;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
}

.b-contact-info li.b-address:before {
	content: "\f015";	
}

.b-contact-info li.b-phone:before {
	content: "\f095";	
}

.b-contact-info li.b-mobile:before {
	content: "\f10b";	
}

.b-contact-info li.b-fax:before {
	content: "\f02f";	
}

.b-contact-info li.b-web:before {
	content: "\f0c1";	
}

.b-contact-info li.b-email:before {
	content: "\f0e0";	
}

/* Tags */
.b-tags ul {
	display: inline-block;
}

.b-tags li {
	float:left;
	margin: 0px 2px 2px 0px;
}

.b-tags li  a{
	border: 1px solid;
	display: inline-block;
	font-size: 0.9em;
	padding: 3px 8px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

/* Custom Navigation */
.b-custom-nav  ul  li {
	display: block;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}
 
.b-custom-nav  ul  li a{
	display: block;
}

.b-custom-nav .submenu {
	display: none;
	border-top: 1px solid;
	opacity: 0;
	padding-top: 15px;
	margin-top: 15px;
	margin-left: -25px;
	padding-left: 25px;
}

.b-custom-nav > ul > li ul li:last-child {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.b-custom-menu-btn {
	font-size: 13px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

.b-custom-menu-btn:before {
	content: "+";
	font-family: FontAwesome;

}

.b-custom-nav li.active > .b-custom-menu-btn:before  {
	content: "-";
}

/* Comments Widget */
.b-widget.b-comments .b-avatar {
	width: 50px;
	height: 50px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.b-widget.b-comments li {
	margin-bottom: 15px;
}

.b-widget.b-comments .b-comment-content {
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
	background: none;
	display: inline-block;
	vertical-align: middle;
}
.b-widget.b-comments .b-comment-date {
	margin-bottom: 0px;
}

/* Search Widget */
.b-search  {
	position: relative;
	max-width: 270px;
	width: 100%;
	display: inline-block;
}

.b-search-btn {
	font-family: FontAwesome;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 34px;
	border-left: 1px solid;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.b-search input[type='text'] {
	padding-right: 40px;
	width: 100%;
	margin: 0;
}