/**
 * Theme Name: New Store
 * Theme URI: https://xeniasites.com/
 * Description: Amazon Affiliate Store
 * Author: (Ghost) Dmitry Nizovsky
 * Author URI: https://xeniasites.com/
 * Version: 1.0
 */
 h1, .h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
a,
a:hover, 
a:focus,
.widget-title a:hover, 
.widget-title a:focus,
.b2-navbar.navbar-default .navbar-nav > .active > a,
.b2-navbar.navbar-default .navbar-nav > .active > a:hover,
.b2-navbar.navbar-default .navbar-nav > .active > a:focus,
.b2-short-products .item .price,
.b2-products .item .price {
	color: #3598DB;
}
.btn-orange,
.separator.orange:before,
.separator:before,
.b2-pagination span.current  {
	background-color: #3598DB;
	color: #fff;
}
.btn-orange:hover,
.btn-orange:focus {
	background-color: #52575D;
	color: #fff;
	-webkit-transition: background linear 300ms;
	-moz-transition: background linear 300ms;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.b2-navbar {
	background-color: #1B1E23;
	text-transform: uppercase;
	font-size: 13px;
}
.b2-navbar.navbar-default .navbar-nav > .active > a,
.b2-navbar.navbar-default .navbar-nav > .active > a:hover,
.b2-navbar.navbar-default .navbar-nav > .active > a:focus {
	background: none;
}
.b2-navbar.navbar-default .navbar-nav > li > a {
	color: #A8A8A8;
}
.b2-navbar.navbar-default .navbar-nav > li > a:hover,
.b2-navbar.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
a.gray, 
a.gray:hover, 
a.gray:focus {
	color: #5B5B5B;
}
img {
	max-width: 100%;
}
body {
	color: #5D5D5D;
}
#b2-header {
	
}
#b2-footer {
	background-color: #202020;
	color: #BCC4C7;
	padding: 20px 0;
}
.b2-content {
	margin-top: 20px;
	margin-bottom: 40px;
}
.b2-header-block-text {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 60px;
}
.b2-sidebar .b2-header, 
.b2-sidebar .widget-title,
.ghost-slidebar-on .b2-header,
.ghost-slidebar-on .widget-title {
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #1B1E23;
	padding: 9px 20px;
	color: #fff;
}
.b2-main-content .b2-header, 
.b2-main-content .widget-title {
	color: #575757;
}

a.b2-header {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
a.b2-header *{
	margin: 0;
	padding: 0;
}
.b2-header a, .widget-title a {
	text-decoration: none;
	color: #BBC2C8;
}
.widget-title a:hover, 
.widget-title a:focus {
	text-decoration: underline;
}
#b2-footer a {
	font-weight: bold;
}
#b2-footer .item {
	padding: 30px 0;
}
.b2-footer-custom-link a {
	color: #BCC4C7;
	text-decoration: underline;
}
.b2-footer-custom-link a:hover,
.b2-footer-custom-link a:focus {
	color: #fff;
	text-decoration: underline;
}
.items:before, 
.items:after,
.item:before, 
.item:after {
	display: table;
    content: " ";
}
.items:after, .item:after {
	clear: both;
}
.b2-short-products h4 {
	font-size: 15px;
}
.b2-short-products img {
	margin-right: 10px;
}
.b2-short-products .item {
	margin: 15px 0;
}
.b2-short-products .item a {
	color: #0F0F0F;
}
.b2-products .title h2 {
	font-size: 15px;
}
.b2-products .item a:hover .h4 {
	text-decoration: underline;
}
.b2-products .item .price {
	color: #AE1510;
	font-size: 16px;
	font-weight: bold;
}
.b2-short-products .item .image {
	overflow: hidden;
	width: 80px;
	height: 80px;
	text-align: center;
}
.b2-short-products .item .price {
	font-size: 24px;
}
.b2-short-products .item .image img {
	width: inherit;
	height: 100%;
}
.b2-short-products .media-body {
	text-align: left;
}
.b2-newsletter {
	background-image: url('web/custom/img/newsletter.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px;
}
.b2-newsletter p {
	color: #fff;
}
.b2-newsletter input[type="text"], 
.b2-newsletter input[type="email"] {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.b2-categories .item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.b2-categories .item a:hover {
	text-decoration: none;
}
.b2-categories .item a:hover .virtual-bar-indicator {
	width: 100%;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
}
.b2-categories .item .image {
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
}
.b2-categories .item .image img {
	max-width: 180px;
	max-height: 180px;
}
.b2-categories .item .title {
	color: #5D5D5D;
	height: 50px;
}
.b2-categories .item .virtual-bar {
	background-color: #C0C0C0;
	width: 100%;
	height: 4px;
}
.b2-categories .item .virtual-bar-indicator {
	width: 30%;
	height: 4px;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
}

.b2-brand img {
	width: 110px;
	height: 80px;
	padding: 10px;
}
.b2-pagination {
	padding: 20px 0 20px 0;
}
.b2-pagination .pages {
	display: none;
}
.b2-pagination span.current {
	background-color: #F39C11;
	color: #fff;
	padding: 2px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.b2-blog iframe {
	min-width: 320px;
	width: 100%;
}
.b2-single iframe {
	min-width: 320px;
	width: 100%;
}
.b2-blog span {
	font-size: 16px;
	color: #98A4A4;
}
.b2-blog .item {
	padding: 0 0 20px 0;
	margin-bottom: 24px;
}
.b2-blog .item .b2-h-link {
	color: #2D3E50;
	text-decoration: none;
}
.b2-blog .item .b2-h-link:hover,
.b2-blog .item .b2-h-link:focus {
	text-decoration: underline;
}
.b2-blog .description, 
.b2-single {
	font-size: 17px;
}
.b2-blog .description img {
	margin: 10px 0;
}
.b2-products {

}
.b2-products .item {
	font-size: 16px;
}
.b2-products .item .price {
	margin-bottom: 10px;
}
.b2-products .item a,
.b2-products .item a:hover {
	text-decoration: none;
}
.b2-products .item .title {
	color: #5D5D5D;
}
.separator {
	width: 100%;
	padding: 20px 0;
}

.separator {
	width: 100%;
	padding: 20px 0;
}
.separator:before {
	content: " ";
	background-color: #D5D5D5;
	width: 100%;
	height: 1px;
	display: block;
}
.separator.orange:before {
	background-color: #F39C11;
}
.separator.sepnone:before {
	background: none;
}

hr {
	width: 100%;
	padding: 20px 0;
	border: none;
}
hr:before {
	content: " ";
	background-color: #F39C11;
	width: 100%;
	height: 1px;
	display: block;
}
.b2-products .item .title {
	height: 40px;
}
.b2-products .item .image {
	overflow: hidden;
	width: 113px;
	height: 113px;
	margin: 0 auto;
}
.b2-products .item .image img {
	max-width: 113px;
	max-height: 113px;
}
.b2-products .separator {
	padding: 35px 0;
}
.b2-products .item, 
.b2-short-products .item {
	position: relative;
}
.b2-products .item .new, 
.b2-short-products .item .new {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #27AE61;
	padding: 5px 10px;
	color: #fff;
}
.b2-short-products .item .new {
	top: inherit;
	bottom: 0px;
}
.clear {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	margin: 0 6px;
}
.btn-amazon {
	background: #f49a10; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OWExMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTdjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f49a10 0%, #fe7c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49a10), color-stop(100%,#fe7c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f49a10 0%,#fe7c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f49a10 0%,#fe7c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f49a10 0%,#fe7c00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f49a10 0%,#fe7c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a10', endColorstr='#fe7c00',GradientType=0 ); /* IE6-8 */
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 40px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
}
.btn-amazon:hover,
.btn-amazon:focus {
	color: #fff;
	text-decoration: none;
	background: #fe7c00; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDlhMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fe7c00 0%, #f49a10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe7c00), color-stop(100%,#f49a10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe7c00 0%,#f49a10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe7c00 0%,#f49a10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe7c00 0%,#f49a10 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe7c00 0%,#f49a10 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7c00', endColorstr='#f49a10',GradientType=0 ); /* IE6-8 */
}
.btn-amazon:after {
	content: "at amazon.com";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 48px;
	font-size: 16px;
	color: #f49a10;
}

.b2-m-b-50 {
	margin-bottom: 50px;
}
.b2-single-prod-image img {
	margin-bottom: 20px;
}
.b2-single-prod-list, 
.b2-single-prod-feature {
	line-height: 30px;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}

.b2-sidebar .widget,
.ghost-slidebar-on .widget {
	margin-bottom: 40px;
}

.b2-full-width-block {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #fff;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 420px;
}
.b2-full-width-block .description {
	padding: 20px 0;
	font-size: 15px;
}
.b2-full-width-block .description .btn {
	margin-top: 30px;
}
.widget_calendar table td,
.widget_calendar table th {
	background-color: #fff !important;
}
.widget_calendar table {
	border-collapse: collapse !important;
}
.widget_calendar table {
  width: 100%;
  margin-bottom: 20px;
}
.widget_calendar table > thead > tr > th,
.widget_calendar table > tbody > tr > th,
.widget_calendar table > tfoot > tr > th,
.widget_calendar table > thead > tr > td,
.widget_calendar table > tbody > tr > td,
.widget_calendar table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: center;
}
.widget_calendar table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.widget_calendar table > caption + thead > tr:first-child > th,
.widget_calendar table > colgroup + thead > tr:first-child > th,
.widget_calendar table > thead:first-child > tr:first-child > th,
.widget_calendar table > caption + thead > tr:first-child > td,
.widget_calendar table > colgroup + thead > tr:first-child > td,
.widget_calendar table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.widget_calendar table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.widget_archive ul {
	list-style: none;
}
.widget_archive select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widget_archive ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.widget_archive ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.widget_archive ul li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.widget_archive ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.widget_rss ul li {
	padding-bottom: 20px;
}
.widget_rss ul li span {
	display: block;
}
.widget_rss ul {
	list-style: none;
	padding-left: 0;
}
.widget_rss {
	text-align: left;
}
.widget_nav_menu {
	text-align: left;
}
.widget_nav_menu ul {
	padding-left: 0;
	list-style: none;
}
.widget_nav_menu ul > li > a {
	color: #0F0F0F;
	text-decoration: none;
	padding: 2px 15px;
}
.widget_nav_menu ul > li > a:hover,
.widget_nav_menu ul > li > a:focus {
	color: #0F0F0F;
	text-decoration: underline;
	background: none;
}
.widget_nav_menu ul > li.current-menu-item > a,
.widget_nav_menu ul > li.current-menu-item > a:hover,
.widget_nav_menu ul > li.current-menu-item > a:focus {
	color: #0F0F0F;
	text-decoration: underline;
	background: none;
}
.b2-social-buttons {
	margin-top: 10px;
}
.b2-social-buttons a {
	display: inline-block;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
}
.b2-social-buttons a:hover,
.b2-social-buttons a:focus {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE 5.5+*/
	-moz-opacity: 0.6;                                          /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.6;                                        /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.6;                                               /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.b2-social-buttons .social-rss {
	background-image: url('web/custom/img/rss.png');
}
.b2-social-buttons .social-facebook {
	background-image: url('web/custom/img/face.png');
}
.b2-social-buttons .social-twitter {
	background-image: url('web/custom/img/tweet.png');
}
.b2-social-buttons .social-google {
	background-image: url('web/custom/img/google.png');
}
.navbar-logo {
	line-height: 50px;
}
.b2-search {
	position: relative;
}
.b2-search button {
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #1B1E23;
	color: #fff;
	border: none;
	padding: 0 20px;
	height: 36px;
}
.b2-search button:hover, 
.b2-search button:focus {
	background-color: #303236;
}
.b2-search .form-control {
	padding: 6px 122px 6px 12px;
	height: 44px;
}

.b2-newsletters {
	position: relative;
}
.b2-newsletters button {
	position: absolute;
	right: 0;
	top: 0;
}
.b2-newsletters .form-control {
	padding: 6px 72px 6px 12px;
}

.b2-single-prod-list a.btn-amazon {
	margin-left: 25px;
}
.b2-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 300px;
}
.b2-single {

}
.b2-single img {
	margin: 10px 0;
}
ul.b2-sitemap {
	list-style: none;
}
.b2-contact-form {
	max-width: 600px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #D4D4D4;
	padding: 20px 20px;
	margin-top: 35px;
}
.b2-contact-form span {
	color: #F39C11;
}
div.wpcf7-validation-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #EBCCD1 !important;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
div.wpcf7-validation-errors h4 {
  margin-top: 0;
  color: inherit;
}
div.wpcf7-validation-errors > p,
div.wpcf7-validation-errors > ul {
  margin-bottom: 0;
}
div.wpcf7-validation-errors > p + p {
  margin-top: 5px;
}
img.b2-black-and-white { 	
	filter: grayscale(100%);
	filter: url('web/custom/img/grayscale.svg#greyscale');  Firefox 4+ */
	filter: gray; /* IE 6-9 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
img.b2-black-and-white:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.b2-social {
	margin-top: 30px;
}
.b2-social ul li {
	padding: 5px 10px 5px 0;
	display: inline-block;
	vertical-align: top;
}
.b2-social ul {	
	list-style: none;
}
.b2-footer-sitename {
	text-transform: capitalize;
}
#b2-footer .footer-menu {
	margin: 0 auto;
}
#b2-footer .footer-menu ul {
	list-style: none;
}
#b2-footer .footer-menu ul li {
	display: inline-block;
	width: 50%;
	float: left;
}
.b2-before-footer {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}
.b2-before-footer .icon {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	line-height: 59px;
	text-align: center;
	position: absolute;
	background-color: #27B060;
	top: 0;
	left: 0;
	z-index: -1;
}
.b2-before-footer .title h4 {
	padding: 0;
	margin: 0;
}
.b2-before-footer .title {
	display: block;
	padding: 8px 10px;
	text-align: center;
	background-color: #27B060;
	margin-left: 50px;
	color: #fff;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}
.b2-before-footer-content {
	padding-top: 10px;
}
.b2-before-footer-content p {
	font-size: 16px;
}
.b2-before-footer-content span {
	color: #B8B8B8;
}
/* slidebar begin */
	.b2-sidebar h1, 
	.b2-sidebar h2,
	.b2-sidebar h3,
	.b2-sidebar h4,
	.b2-sidebar h5,
	.b2-sidebar h6 {
		margin-top: 0;
	}
	.ghost-slidebar-on {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 10px;
		width: 320px;
		display: block;
		background-color: #f1f1f1;
		overflow-y: scroll;
		box-shadow: 0px 0px 19px -5px #000;
		z-index: 9998;
	}
	a.ghost-slidebar-link-inset {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		background-color: #fff;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid #f1f1f1;
		text-align: center;
		margin-bottom: 20px;
	}
	a.ghost-slidebar-link {
		display: block;
		position: fixed;
		z-index: 9999;
		background-color: #f1f1f1;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 94px;
		color: #000;
		text-decoration: none;
		width: 20px;
		height: 100px;
		right: 0px;
		top: 50%;
		margin-top: -50px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		text-align: center;
	}
	.sidebar-home-bottom .widget {
		padding-bottom: 20px;
	}
	.sidebar-home-bottom {
		padding-top: 40px;
	}
/* slidebar end */

/* media begin */
	.container-fluid, 
	.container,
	#b2-header,
	#b2-footer
	 {
		min-width: 350px;
	}

	@media (max-width: 767px) {
		.text-left-xs {
			text-align: left;
		}
		.text-right-xs {
			text-align: right;
		}
		.text-center-xs {
			text-align: center;
		}
		.text-justify-xs {
			text-align: justify;
		}
		.pull-right-xs {
	  		float: right !important;
		}
		.pull-left-xs {
	  		float: left !important;
		}
		.b2-products .item {
			padding: 0 0 20px 0;
		}
		.b2-products .item .image {
			margin-right: 10px;
		}
		#b2-footer .footer-menu {
			width: 360px;
		}
		.b2-full-width-block {
			height: 520px;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.text-left-sm {
			text-align: left;
		}
		.text-right-sm {
			text-align: right;
		}
		.text-center-sm {
			text-align: center;
		}
		.text-justify-sm {
			text-align: justify;
		}
		.pull-right-sm {
	  		float: right !important;
		}
		.pull-left-sm {
	  		float: left !important;
		}
		.b2-products .item {
			padding: 20px 0;
		}
		.b2-blog iframe {
			height: 200px;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.text-left-md {
			text-align: left;
		}
		.text-right-md {
			text-align: right;
		}
		.text-center-md {
			text-align: center;
		}
		.text-justify-md {
			text-align: justify;
		}
		.pull-right-md {
	  		float: right !important;
		}
		.pull-left-md {
	  		float: left !important;
		}
		.b2-products .item {
			padding: 20px 0;
		}
		.b2-blog iframe {
			height: 250px;
		}
	}
	@media (min-width: 1200px) {
		.text-left-lg {
			text-align: left;
		}
		.text-right-lg {
			text-align: right;
		}
		.text-center-lg {
			text-align: center;
		}
		.text-justify-lg {
			text-align: justify;
		}
		.pull-right-lg {
	  		float: right !important;
		}
		.pull-left-lg {
	  		float: left !important;
		}
		.b2-blog iframe {
			height: 300px;
		}
	}
 /* media end */