@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,300&subset=latin,vietnamese);
body {
	background-image: url('/img/bg.jpg');
	font-family: 'Open Sans',sans-serif;
}
a:hover, a:focus
{
	text-decoration: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #337AB7;
}
.navbar-inverse .navbar-link {
	color: #fff;
}
.navbar-inverse .navbar-link:hover {
	color: #9d9d9d;
}
.navbar-brand {
	padding: 0px;
	margin-right: 25px;
	display: none;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left:hover,
.carousel-control.left:focus {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=50);
	outline: 0;
	opacity: .5;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=50);
	outline: 0;
	opacity: .5;
}
.slide
{
	margin-bottom: 0px;
}
img
{
	max-width: 100%;
	height: auto;
}
.content
{
	padding: 0px;
}
.main-content
{
	margin-top: 15px;
}
.content h2
{
	font-size: 24px;
	margin-top: 0px;
	font-weight: bold;
}
.headcate
{
	border-bottom: 2px solid;
}
.headcate h2
{
	border-bottom: 0px;
	margin-bottom: 0px;
}
.headcate > .row > .pull-right > a
{
	line-height:25px;
}
.row-product
{
	margin-bottom: 10px;
}
.row-product .media
{
	margin-top: 5px;
	margin-bottom: 10px;
}
.view-more
{
	margin-top: -10px;
	margin-bottom: 10px;
}
.row-product .slide
{
	margin-bottom: 10px;
}
.list-group .panel-group:first-child .panel:first-child {
	border-radius: 4px 4px 0px 0px;
}
.panel-group .panel + .panel {
	margin-top: 0px;
}
.panel-group .panel {
	margin-bottom: -1px;
}
.panel-white > .panel-heading {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #fff;
}
.list-group h4
{
	font-size: 14px;
	line-height: 1.5;
}
.list-group-child > a > h4
{
	font-weight: normal;
}
.list-group-child > a
{
	padding-left: 30px;
}
.image-product
{
	height: 190px;
	overflow: hidden;
}
.vip-image-product
{
	height: 180px;
	overflow: hidden;
}
.content hr
{
	margin-top: 0px;
}
.content .caption
{
	height: 75px;
}
.vip-caption-name
{
	float: left;
}
.caption-name h2
{
	margin: 0px;
	font-size: 16px;
	height: 40px;
	border-bottom: none;
	overflow: hidden;
}
.vip-caption-name h2
{
	margin: 0px;
	font-size: 16px;
	height: 40px;
	border-bottom: none;
	overflow: hidden;
}
.caption-cart
{
	float: right;
}
.support h4
{
	margin-bottom: 20px;
}
.support ul
{
	padding-left: 15px;
}
.support li
{
	padding-bottom: 10px;
}
.panel-heading h1
{
	margin: 0px;
	font-size: 18px;
}
.input-group-addon
{
	min-width: 150px;
	text-align: left;
}
.well-sm h1
{
	margin: 0px;
	font-size: 18px;
}
.panel-body h1
{
	margin-top: 0px;
	font-size: 24px;
}
.related li
{
	margin: 5px 0px;
}
.detail-product
{
	width: 100%;
}
h4.media-heading.product-title {
    padding-bottom: 8px;
    color: #e59341;
    text-transform: uppercase;
}
.simpleCart_items
{
	border: 1px solid #f6f7f9;
	border-radius: 4px;
	margin-bottom: 20px;
	transition: border 0.2s ease-in-out 0s;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.simpleCart_items img
{
	max-height: 100%;
	max-width: 100%;
}
.simpleCart_items table {
  width: 100%;
  margin-bottom: 20px;
}
.headerRow > .item-quantity
{
	width: 15%;
	float: left;
	padding: 4px;
}
.headerRow > div
{
	border-bottom: 1px solid #f6f7f9;
	border-right: 1px solid #fff;
	height: auto;
	background-color: #999;
	color: #fff;
	overflow: hidden;
	text-shadow: 1px 0 0 #000;
}
.headerRow > .item-name
{
	text-align: center;
}
.headerRow > .item-decrement
{
	display: none;
}
.headerRow > .item-increment
{
	display: none;
}
.headerRow > .item-remove
{
	display: none;
}
.headerRow > .item-total
{
	width: 25.002%;
	border-right: 0px solid;
}
.item-name
{
	width: 20%;
	float: left;
	padding: 4px;
	border-bottom: 1px solid #f6f7f9;
	border-right: 1px solid #f6f7f9;
	height: 150px;
	text-align: left;
}
.item-thumb
{
	width: 20%;
	float: left;
	padding: 4px;
	border-bottom: 1px solid #f6f7f9;
	border-right: 1px solid #f6f7f9;
	height: 150px;
}
.item-price
{
	width: 20%;
	float: left;
	padding: 4px;
	border-bottom: 1px solid #f6f7f9;
	border-right: 1px solid #f6f7f9;
	height: 150px;
}
.item-decrement
{
	width: 5%;
	float: left;
	border-bottom: 1px solid #f6f7f9;
	height: 150px;
	padding: 4px;
}
.item-quantity
{
	width: 5%;
	float: left;
	border-bottom: 1px solid #f6f7f9;
	height: 150px;
	padding: 4px;
}
.item-increment
{
	width: 5%;
	float: left;
	border-bottom: 1px solid #f6f7f9;
	border-right: 1px solid #f6f7f9;
	height: 150px;
	padding: 4px;
}
.item-total
{
	width: 20%;
	float: left;
	padding: 4px;
	border-bottom: 1px solid #f6f7f9;
	height: 150px;
}
.item-remove
{
	width: 5%;
	float: left;
	padding: 4px;
	border-bottom: 1px solid #f6f7f9;
	height: 150px;
}
.final-total h4
{
	font-size: 18px;
	font-weight: bold;
	color: blue;
	margin-top: 0px;
}
#OrderTimeHour
{
	width: 15%;
	float: none;
	min-width: 75px;
}
#OrderTimeMin
{
	width: 15%;
	float: none;
	min-width: 75px;
}
#OrderTimeMeridian
{
	width: 15%;
	float: none;
	min-width: 75px;
}
.module {margin-top: 0px; margin-bottom: 15px;
}
.content-module {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: block;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: border 0.2s ease-in-out 0s;
}
.content-module img {
	max-width: 100%;
}
.subadv
{
	margin-bottom: 20px;
	display: block;
}
.module > .list-group > .list-group-item > .media > a > img
{
	width: 75px;
}
.module h2
{
	font-size: 16px !important;
	border-bottom: 0px;
}
.module > .list-group > .list-group-item
{
	padding: 5px;
}
#cse-search-box
{
	width: auto;
	float: right;
	max-width: 350px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	margin: 8px 15px;
}
#cse-search-box input[type="text"]
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: auto;
	float: left;
}
#cse-search-box input[type="submit"]
{
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
	background-repeat: repeat-x;
	border-color: #28a4c9;
	color: #fff;
}
#cse-search-box input[type="submit"]:hover
{
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.mini-cart
{
	font-weight: bold;
	padding: 5px;
}
.cart-button
{
	margin-top: 20px;
}
.thumbnail:hover,
.thumbnail:focus,
.thumbnail.active
{
	border-color: #337ab7;
}
.google-plus
{
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
	background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
	background-image: -o-linear-gradient(top,#dd4b39,#d14836);
	background-image: linear-gradient(top,#dd4b39,#d14836);
	border: 1px solid transparent;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
	margin: 10px 0px;
	padding: 5px;
}
.google-plus a
{
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
}
.media-heading
{
	font-size: 16px !important;
	border-bottom: none !important;
}
.media-heading a
{
	color: #000;
}
.media-heading a:hover
{
	color: #555;
}
.footer
{
	background:#222222;
	color: #333;
	padding-top: 30px;
}
.footer .container
{
	background:#222222;
	box-shadow: 0px 0px 0px #000;
	color: #eee;
}
.footer a
{
	color:#ccc;
}
.footer a:hover
{
	color:#fff;
}
footer
{
	background:#222222;
	color: #eee;
}
footer a
{
	color: #ccc;
}
.social
{
	margin-bottom: 20px;
}
.social-widget
{
	position: fixed;
	right: 0px;
	width: 42px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #000;
	opacity: 0.75;
	text-align: center;
	border-radius: 4px;
}
.social-widget a
{
	color: #fff;
}
.social-widget a:hover
{
	color: #ccc;
}
.social-widget span
{
	border-bottom: 1px solid #eee;
	width: 42px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.social-widget img
{
	padding: 5px;
}
.social-widget img:hover
{
	opacity: 0.75;
}
.copyright
{
	padding: 10px 0px;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }


#topheader {
	cursor: pointer;
	position: relative;
	background: url('/img/banner.jpg') top center;
	height: 200px;
	width: 100%;
}
#topheader .col-md-4 {
	height: 100%;
}
.seachhd {
	display: inline;
}
.seach-form {
	bottom: -2px;
	right: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	padding: 4px;
	border-radius: 3px;
}
button.btn.btn-primary:hover {
	    background-color: #e59341;
}
.search .form-control {
	width: 74%;
	display: inline;
}
.seachtop {
	display: inline;
}
button.btn.btn-primary {
	background-image: none;
	background-color: #eaa867;
	border-color: transparent;
}
form.search {
	padding: 0px;
	margin-right: -10px;
}
nav.navbar.navbar-inverse {
    border:0px;
    border-radius: 0px;
}
ul.nav.navbar-nav li a {
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	text-shadow: 1px 1px 1px #cc
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
	background-image: none;
	background-color: transparent;
	box-shadow: none;
	color: #337AB7;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a:focus {
	color: #000;
	background-color: transparent;
}
a.logo {
	position: relative;
	z-index: 50;
}
.logo img {
    margin-top: 30px;
    margin-left: 5px;
}
nav.navbar.navbar-inverse {
	background: #3B5998;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2.title {
	width: 100%;
	float: left;
	border-bottom: #337AB7 solid 2px;
	margin-top: 5px;
}
h2.title span {
	width: 100%;
	padding: 12px 14px 12px 11px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #337AB7;
	margin-top: -2px;
	float: left;
	position: relative;
}
h2.title span a {
	color: #fff;
}
h2.title span a:hover {
	text-shadow: 1px 1px 1px #333;
}
h2.title span:before {
	left: 100%;
	top: 0;
	height: 0;
	width: 21px;
	position: absolute;
	content: " ";
	pointer-events: none;
	margin-left: 0;
	margin-top: 0;
	border-bottom: 42px solid #337AB7;
	border-right: 31px solid transparent;
}
h1.titlepage {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	border-bottom: #337AB7 solid 2px;
	margin-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px;
}
h1.title {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	border-bottom: #337AB7 solid 2px;
	margin-top: 5px;
}
h1.title span {
	width: 100%;
	padding: 12px 14px 12px 11px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	background: #337AB7;
	margin-top: -2px;
	float: left;
	position: relative;
}
h1.title span a {
	color: #fff;
}
h1.title span:before {
	left: 100%;
	top: 0;
	height: 0;
	width: 21px;
	position: absolute;
	content: " ";
	pointer-events: none;
	margin-left: 0;
	margin-top: 0;
	border-bottom: 42px solid #337AB7;
	border-right: 31px solid transparent;
}
.title-main {
	float: left;
}
.list-group-item {
	border: 0px solid #ddd;
	border-top: 1px dotted #337AB7;
	border-bottom: 1px dotted #337AB7;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom: 0px;
}
.list-group-item {
	text-align: left;
}
.list-new .list-group-item {
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
    padding: 5px  10px;
}
.list-new
{
	margin-bottom: 15px !important;
}
.list-new .list-group-item:last-child {
    border-bottom: 1px solid #ddd;
}
.list-new .titleleft {
    border: 1px solid #ddd;
    background: #fff;
    border-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
}
.list-new .titleleft h4{
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0px;
    padding-bottom: 10px;
}
.list-new .media-body h4{
    font-size: 14px !important;
    color: #000;
}
.list-new img
{
	height: 50px !important;
	margin-bottom: 10px;
}
.list-new .media
{
	border-bottom: 1px dotted #ddd;
}
.list-new > .list-group-item:last-child > .media
{
	border-bottom: 0px;
}
.list-new > .list-group-item:last-child img
{
	margin-bottom: 5px;
}
.support h4 {
	text-transform: uppercase;
    border-bottom: 1px solid #e5bf41;
    padding-bottom: 10px;
    color: #eee;
}
ul.related {
	float: left;
	list-style: none;
	font-size: 14px;
	margin-left: -20px;
}
ul.related li a {
	color: #333;
}
ul.related li a:hover{
	color: #337AB7;
}
a.list-group-item {
	text-transform: capitalize;
	font-size: 14px;
	color: #337AB7;
}
.leftstyle {
	border: 1px solid #337AB7;
	margin-bottom: 15px;
	border-radius: 4px;
}
.titleleft {
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	background: #337AB7;
	color: #fff;
}
.caption-name {
	width: 100%;
	float: none;
	text-align: center;
}
.caption-name h2 a{
	color: #337AB7;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.caption-name h2 a:hover {
	color: #666;
}
.caption-name h2 {
	padding-top: 5px;
	margin: 0px;
	font-size: 16px;
	height: 40px;
	border-bottom: none;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}
.content .caption {
	height: 180px;
	overflow: hidden;
}
.content .caption h4 {
	margin-top: 0px;
	height: 60px;
}
.caption-cart {
	padding-top: 4px;
	float: none;
	text-align: center;
}
.btn.btn-success {
	background-image: none;
	background-color: #e59341;
	border: 0px;
}
.btn.btn-success:hover {
	background: #666;
}
.caption-name b {
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default {
	border-color: transparent;
}
.leftstyle .panel-group
{
	margin-bottom: 0px;
}
.list-group {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	margin-bottom: 0px;
}
#goTop {
	z-index: 99;
	padding-top: 11px;
	background: #337AB7;
	display: block;
	width: 45px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}
span.glyphicon.glyphicon-chevron-up {
	color: #fff;
}
.item.active a img {
	height: 400px
}
.media img {
	height: 100px;
}
.media-body {
	text-align: left;
}
h2.media-heading a {
	color: #333;
}
li.list-group-item .media:hover a {
	color: #337AB7;
}
.customNavigation {
	position: absolute;
	padding: 5px;
	z-index: 9;
	overflow: hidden;
	margin-top: 2px;
	padding-top: -20px;
	right: -1px;
	z-index: 0;
}
.info
{
	display: none;
	z-index: 9999;
	position: relative;
}
.customNavigation a {
	color: #fff;
}
.btn.prevTOP {
	margin-right: 3px;
	padding: 8px 18px 8px 18px;
	background: #337AB7;
	border-radius: 0px !important;
}
.rolebtn {
	margin-top: 8px;
}
a.btn.nextTOP {
	margin-right: 0px;
	padding: 8px 18px 8px 18px;
	background: #337AB7;
	border-radius: 0px !important;
}
.btnfine {
	border-radius: 0px !important
}
ul.dropdown-menu li {
	border-bottom: 1px solid #e59341;
}
ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li a {
	color: #000;
	font-weight: 500;
}
ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li {
	border-right: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-image: none;
	background-color: #337AB7;
	color: #fff !important;
}
.dropdown-menu>li>a {
	padding: 6px 15px;
}
ul.dropdown-menu {
	margin: 0px;
	padding: 0px;
}
h2.media-heading {
	padding-top: 4px;
}
.text-center.cart-button {
	display: inherit;
}
.text-center.cart-button {
	display: inherit;
}
a.btn.btn-danger.simpleCart_empty.btnfine {
	border: 0px;
	background: #cc0000;
}

ul.nav.navbar-nav li:hover a {
	background: orange;
	color: #fff;
}
.infoname {
	color: #337AB7;
	padding: 6px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.infoimage img {
	width: 100%;
	height: 250px;
	padding: 4px;
	border: 1px solid #f7f7f7;
}
.infodescription {
	padding: 4px;
	color: #000;
	line-height: 25px;
}
#tooltip{
	position: fixed;
	width: 320px;
	border:1px solid #ccc;
	box-shadow: 0 0 4px #ccc;
	background: #fff;
	overflow: hidden;
	padding: 5px;
	line-height: 20px;
	border-radius: 5px;
	color:#B0B0B0
	z-index: 100000;
}
#tooltip p span{
	color: #000;
}
.row-product .thumbnail .image-product div.info{
	display: none;
}
.panel.panel-default.panel-white .panel-heading {
	background-color: #eaa867;
	color: #fff;
}
ul.list-group.list-group-child a.list-group-item {
	padding-left: 15px;
	background: url(../img/icon_catalogies.gif) no-repeat 2px;
	border-top: 1px solid #eee;
	margin-left: 12px;
}
ul.list-group.list-group-child h4.panel-title:hover {
	color: #337AB7;
}
.copyright p {
	background-color: #000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
fieldset {
	float: left;
}
.bg-home {
    float: left;
    position: relative;
    width: 100%;
}
.container { 
	background-color: white;
	box-shadow: 0 5px 5px #ccc;
}
.zoom_dis
{
	display: none;
}
@media (max-width: 767px)
{
	#topheader
	{
		display: none;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #337AB7;
	}
	.bg-home {
	    z-index: 99;
	    display: inline-block;
	    float: none;
	}
	.bg-home img {
		height: 170px !important;
	}
	.info
	{
		display: none;
	}
	.caption-name h2 {
	    font-size: 14px;
	    height: 42px;
	}
	.content .caption {
	    height: 120px;
	}
	h2.title {
		float: none;
		height: 40px;
	}
	.customNavigation {
		display: none;
	}
	.image-product {
		height: auto;
	}
	#goTop {
	    bottom: 60px;
	}
	.social-widget {
		width: 32px;
	}
	.social-widget span {
		width: 32px;
	}
	#zoom_mw
	{
		display: none;
	}
	.zoom_dis
	{
		display: relative;
	}
	h1.title span:before
	{
		display: none;
	}
	.navbar-brand
	{
		display: block;
	}
	.navbar-brand img
	{
		height: 48px;
	}
	.zoomContainer
	{
		display: none;
	}
	#tooltip
	{
		display: none;
	}
	.offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden; }
  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8; }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222; }
  .navbar-offcanvas {
  	margin-top: 0px;
  	background: #fff;
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
    .navbar-offcanvas.in {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .navbar-offcanvas.navbar-offcanvas-fade {
      opacity: 0; }
      .navbar-offcanvas.navbar-offcanvas-fade.in {
        opacity: 1; }
    .navbar-offcanvas.offcanvas-transform.in {
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
    .navbar-offcanvas.offcanvas-position.in {
      left: 0; }
    .navbar-offcanvas.navbar-offcanvas-right {
      left: auto;
      right: -250px; }
      .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
        -webkit-transform: translateX(-250px);
                transform: translateX(-250px); }
      .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
        left: auto;
        right: 0; }
    .navbar-offcanvas .dropdown.active .caret {
      border-top: 0;
      border-bottom: 4px solid; }
    .navbar-offcanvas .dropdown-menu {
      position: relative;
      width: 100%;
      border: inherit;
      box-shadow: none;
      -webkit-transition: height 0.15s ease-in;
              transition: height 0.15s ease-in; }
      .navbar-offcanvas .dropdown-menu.shown {
        display: block;
        margin-bottom: 10px; }
  .toggle-left {
    margin-left: 5px;
}
}
.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px); }

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0; }

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px); }
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fff;
    margin-bottom: 50px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 5px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.style-heading::after {
    border-left: 15px solid transparent;
}
.style-heading::before, .style-heading::after {
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    background-image: -moz-linear-gradient(transparent 49%, #337AB7 50%, #337AB7 51%, transparent 51%);
    background-image: -webkit-linear-gradient(transparent 49%, #337AB7 50%, #337AB7 51%, transparent 51%);
    background-image: linear-gradient(transparent 49%, #337AB7 50%, #337AB7 51%, transparent 51%);
    content: "";
    display: table-cell;
    width: 50%;
}
.style-heading::before {
    border-right: 15px solid transparent;
}
.style-heading {
    display: table;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    padding: 0px 15px 0px 15px;
    margin-bottom: -15px
}
.style-heading h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.thumbnail .thumb-img
{
	height: 175px;
	overflow: hidden;
}