p.trang-chu {
    background: #00f;
    padding: 10px 15px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/*	Table of contentss
/*-----------------------------------------------------------------------------------*/

/*
 Section 1. -- Default styles - overrides defaults from boostrap3
 Section 2. -- Navbar - Top menu
 Section 3. -- Footer s
 Section 4. -- Twitter feed 
 Section 5. -- Category
 Section 6. -- Contact us
 Section 7. -- About us
 Section 8. -- Checkout
 Section 9. -- My account
 Section 10. -- Product styles
 Section 11. -- Cart
 Section 12. -- Forgot password
 Section 13. -- Site map 
 Section 14. -- 404
 Section 15. -- Blog
 Section 16. -- Newsletter
 Section 17. -- Alert box
 Section 18. -- Autocomplete
 Section 19. -- Media queries
*/

.recover-password,.reset-success{display:none;}
.customer-login .alert, .recover-password .alert {display: none}
.account-user{ margin-right:60px; width:172px; font-size:14px;}
.account-user p{margin:0;}
.user-name{margin-bottom:20px;}
.account-table table{width:100%; text-align:left;}
.account-table td{padding-top:15px;}
.account-table td.money{text-align:right;}
.account-table tbody, .last-row td, .account-user .status{padding-bottom:15px;}
.account-table tfoot{text-align:right; border-top:1px solid #ccc;}
.cart-headers{border-bottom:1px solid #ccc;}

.cart-headers th {text-align: center}
.order-total, .order-quantity, .order-money {text-align:right;}
.return{border-top:1px solid #ccc; padding-top:15px;}

.add-address-wrapper{margin-bottom:30px; padding-bottom: 30px; border-bottom: 1px solid #ccc;}
.user-address{margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ccc;}
.user-address p, .user-address h3{margin:0;}
.last-address{border-bottom:none; padding:0;}
.update-address{margin-top:15px;}
.customer-address-table td{padding-top:15px;}
.pagination span.page {
	margin: 0 10px;
}
.pagination span.page.current {
	color: #999;
	font-weight: bolder;
}
/*-----------------------------------------------------------------------------------*/
/*	Default styles
/*-----------------------------------------------------------------------------------*/
a.head-2 img {
    width: 100%;
}

body
{
    font: roboto;
    background-size: cover;
    background-color: rgb(14, 164, 224);
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.container
{
	/*padding:0px 30px 30px;*/
	
}
a 
{
   font-size:16px;
   color:#777;
}
ul, ol
{
	list-style:none;
	
}
.page-container
{
    margin:0px auto;
	padding:0px;
}


img
{
	max-width:100%;
}

select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 220px;
}

select, input[type="file"] {
  height: 30px;
  line-height: 30px;
  padding:4px 6px;
}

input[type="image"]
{
    vertical-align:middle;
}


ul,ol
{
    margin:0px; 
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input
{
   padding:5px 5px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
   border-color:#ddd;
}
.required
{
   color:red;
   margin-left:5px;
}
.btn
{
   background-color:#FFD600;
   background-image:none;
   border:1px solid #eee;
   padding:5px 8px;
   font-size:12px;
   color:#fff;
   text-shadow:none;
   text-transform: uppercase;
   box-shadow:none;
   border-radius:0px;
   transition:all 0.4s ease 0s;
}
.btn:hover
{
   background-color:#4DC7EC;
   color:#fff;
}
.btn-primary
{
	background-color:#4DC7EC;
	color:#fff;
	padding:12px 25px 10px;
	transition:all 0.4s ease 0s;
}

.btn-primary:hover
{
   background-color:#aaa;
}

.buttons .right 
{
    text-align: right;
}

#button-review
{
	margin-bottom:20px;
}


.btn.selectpicker
{
	background:transparent;
	color:#555;
	text-transform:none;
	font-family:Arial, sans-serif;
} 

.navbar .bootstrap-select.btn-group
{
	margin-bottom:0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Navbar
/*-----------------------------------------------------------------------------------*/

.top-bar {
    font-size: 12px;
    line-height: 20px;
	display:none
}

.navbar-toggle .icon-bar
{
	background:#777;
}

.navbar-toggle
{
	border:2px solid #ccc;
}

.navbar .navbar-toggle
{
	border-color:transparent;
}

.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	margin:0px;
}


.navbar-toggle .icon-bar
{
	background:#1BBCB3;
}


.navbar .navbar-brand
{	
	text-shadow:none;
	font-family: 'Montserrat';
	font-size:15px;
	padding:0px;
	line-height:32px;
	margin-top:0px;
	margin-left:10px;
	background:transparent;
	text-transform:uppercase;
	color:#444;
}


.navbar-brand > img 
{
  margin-top:0px;
  margin-left:10px;
  margin-right:5px;
  vertical-align:middle;
  opacity: 1;
}

.navbar .navbar-brand span
{
	color:#555;
	text-shadow:none;
	display:inline-block;
	text-align:center;
}


	.header
	{
		
		min-height: 140px;
	}

ul.nav.navbar-nav {
    margin: 0;
}
	.navbar
	{
		background-image:none;
		border:none;
		font-family: 'Montserrat',sans-serif;
		border-radius:0px;
		box-shadow:none;
		padding:0px;
		min-height:0px;
	}
.navbar-nav>li {
    padding: 8px 0;
	    border-right: 1px solid #8EC3F7;
}

.menu-header {
    background: #005693;
}
	.navbar .dropdown-menu
	{
		background:#555;
		background:rgba(255, 255, 255, 0.85);
		background:transparent;
		padding:0px;
		border-radius:0px;
		box-shadow:none;
		border:none;
		min-width:200px;
	}
	
	
	.navbar-toggle .icon-bar
	{
		background:#1BBCB3;
	}
	
	.navbar .nav > li:hover
	{
		text-decoration: none;
		background: #55A5F3;
		outline: 0;
	}
.page-container >.container {
	padding:0
}
	.navbar .nav > li:hover > a
	{
	  /*background:#4DC7EC;*/
	  color:#fff;
	}

	a.menu:after, .dropdown-toggle:after 
	{
		content: none;
	}

	.navbar .dropdown-menu:after, .navbar .dropdown-menu:before
	{
		content:"";
		background:none;
		border:none !important;
	}

	.navbar .dropdown-menu > li > a, .navbar  .dropdown-menu > li > a:focus, 
	.navbar  .dropdown-menu > li > a:hover
	{
		color:#0E4377;
		font-size:13px;
		font-weight:bold;
		font-family:Montserrat, 'Open Sans';
		text-shadow:none;
		background:#C6E1FB;
		white-space:normal;
	}

	.navbar .dropdown-menu > li > a:hover
	{
		background:#777;
		background:rgba(0, 0, 0, 0.9);
		background:#4DC7EC;
		background:#55a5f3;
		color:#0e4377;
		text-shadow:none;
	}

	.navbar-collapse
	{
		z-index:9;
	}


	.navbar-nav
	{
		margin:0px;
	}
	
	.navbar-search .search-query 
	{
background: #FFFFFF;
    border: 1px solid #333;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 8px 15px 8px;
    font-size: 12px;
    -moz-transition: width 1s, opacity 1s;
    -webkit-transition: width 1s, opacity 1s;
    transition: width 1s, opacity 1s;
    margin: 0 0px 0 0px;
    width: 197px;
	}

	.navbar-form.navbar-left
	{
		margin:0px;
		margin-right:5px;
		padding:0px;
		font-size:12px;
	}
a.dropdown-toggle {
    padding: 0 !important;
    margin: 0 18px 0 0!important;
    line-height: 15px !important;
}
	
.navbar-form.navbar-right:last-child{
margin:1px 0!important
}
	.navbar-form.navbar-left select.form-control
	{
		font-size:12px;
		padding:6px 10px;
	}

.col-md-3.left-menu iframe, .col-md-3.left-menu img {
    max-width: 100%;
}
	form.navbar-search > div.input-group > button {
	 
		background:#fff url('//bizweb.dktcdn.net/100/073/045/themes/106023/assets/search.png?1526089272610') no-repeat center center;
		     height: 35px;
    display: inline-block;
    padding: 9px 17px!Important;
    margin-top: -1px;
	}

	form.navbar-search:hover > div.input-group > button,form.navbar-search.expand > div.input-group > button, .navbar-search .search-query:focus + button 
	{
	  background-color:#f7f7f7;
	  border-left:1px solid #eee;
	  color: #777;
	}


	#language, #currency
	{
		display:none;
	}
	



	.navbar .nav li.dropdown > .dropdown-toggle .caret
	{
		border-bottom-color: #FFFFFF;
		border-bottom-color:rgba(0, 0, 0, 0.2);
		border-top-color: #FFFFFF;
		border-top-color: rgba(0, 0, 0, 0.2);
		margin-bottom:2px;
		margin-left:2px;
		border-width:2px 2px 0;
	}

	.navbar .nav li.dropdown:hover > .dropdown-toggle .caret 
	{
	  border-bottom-color: #333333;
	  border-top-color: #333333;
	}

	.navbar .nav.cart > li > a
	{
		background-image:url("//bizweb.dktcdn.net/100/073/045/themes/106023/assets/cart2.png?1526089272610");
		background-repeat: no-repeat;
		background-position: 20px 10px;
		font-weight: 400;
		padding-left: 20px;
	/*    margin-right: 30px;
		padding-right: 10px;*/
		text-transform: none;
		line-height: 22px;
		z-index: 1;
		color:#999;
	}

	.navbar .nav.cart > li:hover > a, .navbar .nav.cart > li.open > a 
	{
		/*background:url("../img/cart_black.png") no-repeat 8px 45px #FFFFFF;*/
	}

	.navbar .nav.cart > li > a span
	{
		background:#4DC7EC;
		padding:2px 5px;
		border-radius:3px;
		font-weight:400px;
		font-family:Montserrat;
		color:#fff;
		margin-left:20px;
	}

@media (min-width: 768px)
{

	/*-----------------------------------------------------------------------------------*/
	/*	Navbar
	/*-----------------------------------------------------------------------------------*/
	
	.navbar-center
	{
		left: 50%;
		margin-left: -85px !important;
		position: absolute;
	}

	.navbar-nav
	{
		margin-top:6px;
		margin-right:30px;
	}

	/*bootstrap3 multi level menu*/

	.dropdown-submenu{
		position:relative;
	}

	.dropdown-submenu > .dropdown-menu
	{
		top:0;
		left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
	}

	.dropdown-submenu:hover > .dropdown-menu{
		display:block;
	}

	.dropdown-submenu > a:after{
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:8px;
		margin-right:-10px;
	}

	.dropdown-submenu:hover > a:after{
		border-left-color:#ffffff;
	}

	.dropdown-submenu .pull-left{
		float:none;
	}

	.dropdown-submenu.pull-left > .dropdown-menu{
		left:-100%;
		margin-left:10px;
		-webkit-border-radius:6px 0 6px 6px;
		-moz-border-radius:6px 0 6px 6px;
		border-radius:6px 0 6px 6px;
	}


	.nav > li > a:hover, .nav > li > a:focus
	{
		background-color:transparent;
	}


	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
	{
		background-color:#fff;
		color:#333;
	}


	.navbar .dropdown-menu.multi-2-columns
	{
		width:400px;
	}

	.navbar .dropdown-menu.multi-2-columns li
	{
		float:left;
		width:200px;
	}
	
	/*.navbar .nav > li:hover > a
	{
	  background-color:#FFFFFF;
	  background-color:rgba(255, 255, 255, 0.95);
	  color: #333;
	}*/
	
	.navbar .dropdown-menu > li > a, .navbar  .dropdown-menu > li > a:focus, 
	.navbar  .dropdown-menu > li > a:hover
	{
		padding:8px 20px;
	}

	.navbar-search
	{
		padding:0 0px 0 0px;
		margin:0px;
		    margin-bottom: 12px;
	}


	.navbar-search:hover ul.autocomplete.show, .search-query:focus + ul.autocomplete.show 
	{
	  display: block;
	  opacity: 1;
	}

	.navbar .nav.cart > li > a
	{
		background-position: 0px 2px;
	}

	.navbar .nav.cart > li > a span
	{
		margin:0px;
	}
	
	.cart
	{
		display:inline-block;
		border-left:1px solid #eee;
		float:right;
		margin-right:0px;
		margin-top:4px;
		padding-left:5px;
	}
	.cart img
	{
		vertical-align:text-top;
		cursor: pointer;
		margin-top: 2px;
		padding: 5px;
    	}
	.cart a 
	{
		color:#555;
		font-weight:600;
		font-size:12px;
	}
	.cart a:hover
	{
		text-decoration:none;
	}

	.cart .checkout
	{
		color:#999;
	}

	.cart .checkout a 
	{
		font-size:11px;
		color:#777;
		font-weight:normal;
	}

	.dropdown-menu .divider
	{
		background: #fff;
		background: rgba(255, 255, 255, 0.95);
		border-bottom:1px solid #FFFFFF;
		border-bottom:1px solid rgba(0, 0, 0, 0.2);
		margin:0px;
		padding:5px 1px;
	}


	.navbar .navbar-toggle
	{
		border-color:transparent;
	}

	.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
		background-color:#fff;
		margin:0px 20px;
	}



	.nav li + .dropdown-header
	{
		margin-top:0px;
	}

	.dropdown-header
	{
		text-shadow:none;
		text-transform:uppercase;
	}

	.dropdown .dropdown-menu .dropdown-header 
	{
	  background:#fff;
	  background: rgba(255, 255, 255, 0.95);
	  padding:10px 20px 0px;
	  color:#999;
	  font-weight:600;
	  font-size:11px;
	  text-shadow: 0 0 1px #EEEEEE;
	}

	.dropdown-menu .divider
	{
		border-bottom:1px solid rgba(0, 0, 0, 0.1);
	}


	.navbar .dropdown-menu 
	{
	 margin-top: 0px;
	}



	.navbar
	{
		margin:0px auto;
		border:none;
		border-radius:0px;	
		box-shadow:none;
	}

.navbar .nav > li > a
	{
    text-shadow: none;
    font-family: Arial;
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    z-index: 1;
    padding: 0px 12px;
    color: #fff;
	}
	
	.navbar .nav > .active > a{
	color:#fcff00 !important
	}
	/*.navbar .nav > .active, .navbar .nav > .active, .navbar .nav > .active,*/
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
	{
		box-shadow:none;
	}

	.navbar .btn-navbar
	{
		margin-top:15px;
	}



	.respond input[type="text"], .respond label,.respond textarea
	{
		width:300px;
	}
	.menu, .footer, .powered
	{
		padding:0px;
		width:1000px;
	}
	
	.menu
	{
		/*width:100%;*/
	}
	
	.menu .row
	{
		margin:0px;
	}
	
	.menu .navbar .nav
	{
		margin-left:10px;
	}
	.menu .row, 
	.menu .row .col-md-12,
	.powered .row
	{
		margin:0px;
		width:100%;
		padding:0px;
	}
	
	.page-container
	{
	}
	
	.footer
	{
		display:table;
		padding:30px 0px;
	}


	.order-notes textarea
	{
		width:440px;
	}


	.dropdown:hover > .dropdown-menu
	{
		display:block;
	}

	.dropdown-menu
	{
		margin:0px;
		z-index:9999999;
		border-radius:0px;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu{
		display: block;    
		background-color:#F5F5F5;
	}
	
	ul.nav li.dropdown-submenu:hover ul.dropdown-menu
	{
		border-top:none;
	}

	a.menu:after, .dropdown-toggle:after {
		content: none;
	}
	
/*end navbar*/ 
	.breadcrumb
	{
		margin-bottom:0px;
		padding:8px 0px;
	}


}
	



.nav-tabs > li > a
{
	border-radius:0px;
/*	border-color:#EEEEEE #EEEEEE transparent;*/
}

.logo
{
	color:#555;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
.logo a
{
    color:#333;
	font-size:18px;
	font-family:Montserrat;
	font-weight:400;
	line-height:32px;
}

.logo a span
{
	display:inline;
}

.logo img
{
	vertical-align:top;
	margin-right:5px;
	margin-top:0px;
}

.logo a:hover
{
    text-decoration:none;
}
.welcome
{
    display:inline-block;
	padding-top:30px;
}
.welcome a 
{
    font-size:12px;
	color:#999;
}
.welcome a:hover
{
    text-decoration:none;
	color:#000;
}

#search
{
	float:right;
}
#search input
{
   border-radius:0px;
   box-shadow:none;
   border:1px solid #eee;
   padding:9px 8px;
   color:#999;
   font-family:'Open Sans',Helvetica,Arial,sans-serif;
   font-size:12px;
   width:30px;
   display:inline-block;
   background:#fff;
   visibility:hidden;
}

#search button 
{
    margin-top:-10px;
	height:32px;
}
.button-search
{
    background: url("../img/search.png") no-repeat scroll center center transparent;
    cursor: pointer;


    height: 18px;
    margin-left: -35px;
    margin-top: -27px;
    left:100%;
    position: relative;
    width: 35px;
}

.nav-collapse.collapse
{
	z-index:10000;
}
.carousel
{
    margin-top:20px;
	margin-bottom:30px;
}
.carousel-control
{
	line-height:23px;
}


.left-menu
{
	margin-bottom:20px;
}


.left-menu .banner
{
	margin:0px;
	margin-top:20px;
	color:#555;
	/*color:#4DC7EC;*/
	padding:10px;
}

.left-menu .banner h4
{
	font-size:16px;
	text-align:center;
}

.left-menu .options
{
	margin-top:20px;
}

.left-menu .options > select
{
	min-width:50px;
	width:auto;
	background-color:#f7f7f7;
	display:inline-block;
	margin-right:5px;
	padding-right:15px;
	border:1px solid #fff;
}

.left-menu > div ul
{
}


.collec
{
	padding: 8px 16px;
	
}
.list-menu > .collec > a{
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/bt1.gif?1526089272610) no-repeat 3px 1px;
	    padding-left: 13px;
    line-height: 25px;
}
.list-menu > .collec > a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.left-menu-child > li > a{
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/bt1.gif?1526089272610) no-repeat 3px -48px !important;
	padding-left:10px;
	color:#b18c5e
}
.left-menu > div ul li a:hover
{
	text-decoration:none;
	color:#333;
}

.left-menu > div ul li.active > a
{
}
.box1{
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    border: 1px solid #ddd;
    height: 150px;
    overflow: hidden;
}
.title-product {
    margin: 0;
    background:url(tit-sidebkg.jpg);
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.left-menu h3
{

	    font-family: Montserrat, 'Open Sans';
	    font-weight: 600;
	    margin-bottom: 0px;=:=;
	    border: inherit;
	    border-bottom: 1px solid #fff;
	    padding: 7px 16px;
	    margin: 0;
	    background-color: #ffd600;
}
.ul-product h3 a{
    color: #fff;
    font-size: 14px;
}

h2
{
    font-size:14px;
    font-weight:400;
    color:#555;
    text-transform:uppercase;
    margin-bottom:20px;
	font-family:'Montserrat',sans-serif;
}

ul.slides
{
    margin-bottom:20px;
}

/*
.banners
{
	margin-bottom:30px;
}

.banners .banner
{
	height:100px;
	background:#fff;
}
*/

.heading
{
    display:none;
}
.maps iframe {
    max-width: 100%;
}
.product-home .col-sm-3 {
    padding: 0 1px;
}
.product {
    background: #fff;
    margin-bottom: 3px;
    text-align: center;
    border: 1px solid #ddd;
    min-height: 205px;
    margin-bottom: 15px;
}
.product-home h4 {
   font-weight: bold;
    margin: 0;
    line-height: 42px;
    color: #77604d;
    padding-left: 15px;
    font-size: 22px;
    text-transform: uppercase;
}
.box-padding{
	margin:15px 0
}
.product img{
	    height: 145px;
	    transition: all 0.5s ease-in-out;

}
.product img:hover {
	    transform: scale(1.2);
}
.inner-text img{
	    transition: all 0.5s ease-in-out;
}
.inner-text img:hover{
	transform: scale(1.1);
}
.inner-text{
	overflow:hidden;
}
.box-img-product {
    max-height: 189px;
    overflow: hidden;
	    padding: 5px;
	min-height: 161px;
}
.product > a
{
	display:block;
	padding:0px;
}
.product:nth-child(3n+3){
margin-right:0
}
.product_sale 
{
  background:#4DC7EC;
  background: none repeat scroll 0 0 rgba(77, 199, 236, 0.9);
  
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  margin-left: 25px;
  margin-top: 30px;
  padding: 2px 8px;
  position: absolute;
  line-height:17px;
  text-transform: uppercase;
}

/*.product:hover
{
   border:1px solid rgba(42, 127, 211, 0.2);
   box-shadow:0 0 15px -8px #4DC7EC;
}*/
.product .name
{
    text-align:center;
    max-height: 30px;
    overflow: hidden;    
}
.product .name a 
{
	color: #ffd600;
    font-family: 'Open Sans', Arial,Montserrat;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 7px 0;
    display: inline-block;
}
.product-content {
    font-size: 12px;
    min-height: 56px;
}
.more {
    display: inline-block;
    padding: 3px 14px;
    background-color: red;
    color: #fff;
    line-height: 23px;
}
.product-home-contact p.pull-right span {
    font-weight: bold;
    color: #7e5c2d;
}
.product .name a:hover
{
    color:#336699;
	text-decoration:none;
}
.product .price
{
    text-align:center;
    margin:0px;
}
.product .price p  
{
   font-size:12px;
   color:#999;
   font-family:Montserrat;
   margin:0px;
}
.product .addcart 
{
    text-align:center;
    height:45px;
    display:none;
}
.product .addcart a 
{
    background:#4DC7EC;
	padding:8px 15px;
	color:#fff;
	font-family:'Open Sans';
	font-weight:600;
	font-size:11px;
	text-transform:uppercase;
	
}
.product .addcart a:hover
{
    text-decoration:none;
	color:#fff;
	background:#aaa;
}


.image-additional
{
	    margin: -30px 10px;
}

.image-additional a 
{
  display: inline-block;
  padding:5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
p.de {
    margin-bottom: 0;
    color: #fff;
}
.footer 
{
        clear: both;
    /* overflow: hidden; */
    transition: bottom 1s ease 0s;
    width: 97%;
    z-index: 1000;
    margin-top: 10px;
    padding: 17px 0 0 0px;
	    margin-left: 15px;
 
}
.footer p {
    color: #fff;
}
.footer a{
	color: #fff;
}

.footer:hover 
{
  bottom: 0px;
}

.footer .arrow 
{
  height: 40px;
  right: 40px;
  margin-top: -4px;
  position: absolute;
  width: 30px;
  cursor:pointer;
  z-index:1000000;
}

.footer .caret 
{
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #fff;
  color: transparent;
  transition: border-top 1s ease 0s;
}

.footer:hover .caret 
{
	border-top: 15px solid #FAFAFA;
}


.footer .col-md-2 > div
{
	margin-bottom:10px;
}

.footer2 h3
{
   margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 10px;
}
.footer2 {
    background: #000;
    padding: 19px 0;
	clear:both
}
.footer ul 
{
    list-style:none;
    padding:0px;
}

.footer li 
{
    padding-top:5px;
	 color: #fff;
	    padding-left: 5px;
}

.footer a,.footer2 a 
{
	    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.box-left-menu {
    margin-bottom: 15px;
}
.footer a:hover,.footer2 a:hover
{
	opacity:1;
    text-decoration:none;
}
.footer li span {
    color: #ddd;
    font-weight: bold;
}

.footer.black
{
	background: #cf851c;
    color: #000;
}

.footer.black h3
{
	color:#000;
}

.footer.black a
{
	color:#000;
}

.footer.black #twitter_update_list span, #twitter_update_list span a
{
	color:#000;
}

.powered
{
    background:#FDFDFD;
    color:#000;
    font-size:11px;
    text-align:right;
    padding-top:30px;
    padding-bottom:30px;
}

.powered a
{
	font-size:11px;
	color:#777777;
}

.powered ul 
{
    list-style:none;
	text-align:right;
}

.powered-text, .payment-icons
{
	margin-right:20px;
}

.payment-icons li
{
    display:inline;
}
.payment-icons img 
{
    height:20px;
}


.social-network li
{
	display: inline-block;
}

.social-network li a
{
	line-height: 10px;
	padding:3px;
	font-size:16px;
	color:#fff;
	opacity:0.7;
}

.social-network li a:hover
{
	text-decoration:none;
	color:#fff;
	opacity:1;
}

.footer:hover + .social .social-network li a
{
/*	color:#fff;*/
}


.social 
{
  font-family: Montserrat;
  font-size: 11px;
  font-weight: normal;
  padding-top: 14px;
  text-align:right;
}

.social .copy
{
  text-align:right;
  margin-top:30px;
  margin-bottom:10px;
  opacity:0.5;
  font-family:'Open Sans';
  font-weight:600;
}

.social-network:hover
{
  opacity:1;
}


.social-network
{
  bottom: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 11px;
  line-height: 10px;
  padding-bottom: 10px;
}


#social_band
{
	background:#fff;
	color:#333;
	padding:20px 0px;
	font-size:12px;
	margin-top:40px;
}

#social_band + .footer
{
	margin-top:0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Twitter feed
/*-----------------------------------------------------------------------------------*/


.twitter
{
	text-align:left;
}

#twitter_update_list {
    font-size: 12px;
    line-height: 21px;
    list-style: none outside none;
}
#twitter_update_list li {
    /*background: url("../img/tweet.png") no-repeat scroll left 15px rgba(0, 0, 0, 0);*/
    padding: 10px 0 0px 0px;
}
#twitter_update_list span, #twitter_update_list span a 
{
    color: #333;
    line-height: 16px;
    font-size:11px;
    text-decoration: none;
    font-family:'Open Sans';
}
#twitter_update_list .user img 
{
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: middle;
    max-height:24px;
}
#twitter_update_list span span 
{
    font-weight: 600;
}
#twitter_update_list .tweet {
    clear: both;
    line-height: 18px;
    font-size:11px;
    margin-bottom: 0;
}
#twitter_update_list a {
    color: #4DC7EC;
}
#twitter_update_list a:hover {
    color: #3D3D3D;
}


/*-----------------------------------------------------------------------------------*/
/*	Category
/*-----------------------------------------------------------------------------------*/


.row.category-info 
{
    margin-bottom: 30px;
}

.category-info .col-md-12 .row
{
	background: #fff;
    background: rgb(255, 255, 255);
    margin:0px;
}

.category-info .col-md-10
{
	padding:20px;
}

.category-info p 
{
  font-size: 12px;
}

.cat_header
{
    font-size:24px;
	margin-top:5px;
	font-family:'Open Sans',sans-serif;
}
.cat_header h2 
{
   font-size: 16px;
    color: #555;
    line-height: 28px;
    font-weight: 600;
    margin: 10px auto 10px 15px;
}
.breadcrumb
{
    border-radius:0px;
	color:#999;
	font-size:12px;
	margin-top:15px;
}

.breadcrumb.prod
{
	/*margin:0 0 30px 20px;*/
}

.breadcrumb a 
{
    color:#999;
}
.breadcrumb a:hover
{
    color:#333;
	text-decoration:none;
}
.pagination ul 
{
	border-radius:0px;	
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span
{
	border-radius:0px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span
{
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
}

.pagination 
{
    font-size: 12px;
    color:#999;
}

.links {
	padding: 10px;
	display: block;
	margin-bottom: 0px;
	margin-top: 20px;
	border-top:1px solid #eee;
}
.links {
	float: left;
	padding: 0px 0 0;
}
.links a {
	display: inline-block;
	padding: 5px 10px 5px;
	text-decoration: none;
	color: #555;
	line-height:20px;
	background:#fff;
}

.links a:hover
{
	background:#555;
	color:#fff;
}

.links b {
	display: inline-block;
	background:#999;
	padding: 5px 10px 5px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	font-weight:400;
	line-height:20px;
}
.results {
	margin-top: 30px;
	float: right;
	padding: 8px 20px 8px;
	color:#777;
	font-size:11px;
}



/*end category*/


/*-----------------------------------------------------------------------------------*/
/*	Contact us
/*-----------------------------------------------------------------------------------*/

#map
{
	height:400px;
	margin-bottom:30px;
	max-width:none;
}

#map img
{
	max-width:none;
}

#map label { 
  width: auto; display:inline; 
} 

.location
{
   background:#fff;
   border:1px solid #f9f9f9;
   padding:20px;
   color:#555;
}
.location h3
{
    font-size:22px;
	font-family:'Montserrat',sans-serif;   
	color:#555;
	font-weight:normal;
    line-height:30px;	
}
.location .address
{
	font-size:14px;
	color:#444;
	font-weight:600;
	line-height:24px;
}
.location p
{
   color:#444;
   font-size:12px;
   line-height:20px;
}
.location b 
{
    font-size:12px;
	color:#333;
}
.contact_form 
{
   background:#fff;
   border:1px solid #f9f9f9;
   padding:20px;
   color:#555;  
}
.contact_form h3
{
    font-size:22px;
	font-family:'Montserrat',sans-serif;   
	color:#555;
	font-weight:normal;
	line-height:30px;
	
}
.contact_form b
{
   color:#777;
   font-size:12px;
   line-height:22px; 
   font-weight:normal;  
}

/*end contact us*/

/*about us*/

.text_about
{
   font-size:14px;
   color:#777;
   font-family:arial;
}
.img-polaroid
{
   border:1px solid #ddd;
   margin-top:20px;
   box-shadow:none;
}
.description h4
{
   color:#222;
   font-weight:normal;
}

.description p 
{
   color:#888;
   font-family:Arial;
}

/*end about us */

/*-----------------------------------------------------------------------------------*/
/*	Checkout
/*-----------------------------------------------------------------------------------*/


.show-login
{
   font-size:12px;
   color:#777;
   background:#fbfbfb;
   border:1px solid #f5f5f5;
   height:30px;
   padding-left:10px;
   padding-top:10px;
}
.show-login a 
{
   color:#4DC7EC;
   font-size:12px;
}
.show-login a:hover
{
   color:#444;
}

.error.col-md-12 
{
    color: #FF0000;
    display: block;
    margin: 20px;
}

.box
{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.box.padding
{
	padding:20px 20px;
}

.registerbox
{
	padding:20px 20px;
	background: #FFFFFF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.loginbox
{
	border:1px solid #eee;
	padding:20px 20px;
	background: #FFFFFF;
/*	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
}

h3 {
    color: #777777;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}

h3.related
{
    margin: 50px 20px 30px;

}

.order-notes  p 
{
   font-size:12px;
   color:#555;
}

.shiptobilling 
{
   text-align:right;
   
}
.shiptobilling h3
{
	float:left;
}

.shiptobilling  label
{
	float:right;
	margin:10px 10px 0;
	line-height:40px;
}

.shiptobilling  input[type="checkbox"]
{
	margin:13px 5px 0px;
}
.shipping-address
{
	display:none;
}
input:-moz-placeholder, textarea:-moz-placeholder
{
   font-size:12px;
}
label
{
   color:#888;
   font-size:12px;
   line-height:18px;
}
.form-horizontal .control-label
{
   text-align:left;
}
.your_order h3
{
   font-size:14px;
   color:#333;
   font-weight:400;
   line-height:22px;
}
/*.your_order table 
{
   border:1px solid #f6f6f6;
}
.your_order thead
{
   background:#fdfdfd;
}
.your_order table.table th, table.table td
{
   border-left:1px solid #f6f6f6;
   border-top:1px solid #f6f6f6;
   font-weight:normal;
}
.your_order  td
{
   font-size:12px;
   color:#888;
}
.your_order thead th 
{
   text-align:center;
}
.your_order tbody td
{
   text-align:center;
}
.your_order  td span
{
    color:#4DC7EC;
}
.your_order  .subtotal
{
   background:#FEFEFE;
}
.your_order p 
{
   border-top:1px solid #f0f0f0;
   margin-top:10px;
}*/
.your_order .btn
{
   float:right ;
   margin-top:10px;
}
.your_order label
{
   color:#888;
   font-size:12px;
   line-height:18px;
}
.your_order .radio
{
   cursor:pointer;
   color:#555;
}
.your_order .radio:hover
{
   color:#4DC7EC;
}
.your_order .radio img
{
   margin-left:5px;
}
.paypal p, .cheque p, .transfer p 
{
	font-size:12px;
	color:#777;
	border:none;
}
.paypal,.cheque,.transfer 
{
	background:#f5f5f5;
	padding:3px 10px;
}
.your_order .transfer,.your_order .cheque, .your_order .paypal
{
	display:none;
}
/*end checkout*/

/*-----------------------------------------------------------------------------------*/
/*	My account
/*-----------------------------------------------------------------------------------*/

.my_account p 
{
   font-size:22px;
   font-weight:normal;
   color:#333;
   line-height:40px;
}
input[type="text"],label
{
   color:#999;
   font-size:12px;
}
.form-vertical .control-label
{
   font-size:12px;
   color:#888;
}
.controls a 
{
   font-size:12px;
   color:#888;
}
.controls a:hover
{
   color:#4DC7EC;
}
/*end my account*/

/*-----------------------------------------------------------------------------------*/
/*	Product
/*-----------------------------------------------------------------------------------*/

.product-info
{
	background:#fff;
	margin:0px;
	margin-top:20px;
}

.product-info .col-md-6:first-child
{
	padding:0px;
}

.product-info .image-additional img
{
   max-width:74px;
   height:74px;
}

.image-additional a:focus 
{
  outline: 1px dotted #4DC7EC;
}

.product-info h1
{
   color: #333;
   font-family:'Open Sans',sans-serif;
   font-size: 20px;
   font-weight: 400;
   margin:40px 0px 30px;
   text-transform:uppercase;

}
.product-info li 
{
   list-style:none;
   color:#444;
   font-size:12px;
}
.product-info li  span
{
   color:#999;
}
.product-info li a 
{
   color:#444;
   border-radius:0px;	
}
.product-info li a:hover
{
   color:#4DC7EC;
}
.line
{
   border-bottom:1px solid #eee;
   margin-bottom:20px;
   margin-top:20px;
}
.selector-wrapper label {
	min-width: 50px;
}
.price
{
   color: #999;
   font-family: Montserrat;
   font-size: 12px;
   font-weight: 400;
   line-height: 24px;
   min-height:30px;
   margin:30px 0 10px;
}
.price strike
{
   color:#949494;
   font-size:18px;
}
.price strong
{
   color:#555;
   font-size:18px;
   font-weight:400;
}
.price-tax
{
   font-size:11px;
   color:#999;
}

.price .price-old
{
	text-decoration:line-through;
}

.product-info input[type="text"]
{
   text-align:left;
   float:none;
   padding:6px 8px;
   border:1px solid #ddd;
}
.product-info b 
{
   padding-right:5px;
   margin-top:5px;
   font-size:12px;
   color:#777;
}

.tab-content
{
	font-size:13px;
	line-height:26px;
	padding:20px 5px;
	color:#555;
	background:#fff;
}

.minimum 
{
    margin-bottom: 10px;
}

.product-info #button-cart
{
	 padding: 12px 25px 12px;
	 font-size:11px;
	 color:#fff;
	 border:none;
	 font-weight:600;
}


.product_wish_compare
{
	margin-top: 10px;
	cursor:pointer;
}

.product_wish_compare a
{
	font-size: 11px;
	cursor:pointer;
}

.product-info  .share 
{
    padding: 15px 0;
}

.product-info .nav-tabs
{
   border-bottom:1px solid #eee;
}



.tabs .nav-tabs > .active > a, .nav-tabs > .active > a:hover
{
   color:#555;
   border-color:#4DC7EC #eee transparent;
}

.nav > li > a:hover, .nav > li > a:focus
{
   outline:none;
}

#tab-description 
{
    /*max-height: 300px;
    overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}

.tabs
{
	margin-top:50px;
	display: inline-block;
    width: 100%;
}


.tabs li a
{
   color:#777;
   padding: 10px 20px;
   font-family:montserrat;
   text-transform:uppercase;
}
.tabs .table 
{
   border:1px solid #F3F3F3;
}
.table.specs td,.table.specs th
{
	border-top:1px solid #f3f3f3;
}

.tabs .table thead th
{
   border:1px solid #F3F3F3;
   background:#FBFBFB;
   font-size:12px;
   color:#777;
} 
.tab-pane .rating
{
   color:#777;
}
.tab-pane textarea
{
   width:300px;
}
.tab-pane
{
   font-size:12px;
   color:#888;
}
.tab-pane a 
{
   color:#4DC7EC;
   font-size:12px;
}
.product-info .control-label
{
   color:#333;
   margin-top:10px;
}
.product-info .controls select
{
   color:#777;
   font-size:12px;
}
.strike
{
	text-decoration:line-through;
}
/*end product*/


.well {
  background: #fff;
  border: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px;
  box-shadow:none;
  color:#555;
  font-size:12px;
  border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Cart
/*-----------------------------------------------------------------------------------*/

.cart-info
{
	background: #fff;
}

.table 
{
	background:#fff;
	border:none;
}
.table.cart-table td {
	vertical-align: middle;
}
.table thead > tr > th, 
.table tbody > tr > th, 
.table tfoot > tr > th, 
.table thead > tr > td,  
.table tbody > tr > td, 
.table tfoot > tr > td
{
	border:none;
}

.cart .cart-info
{
	/*width:260px;*/
}

.empty 
{
    padding: 10px 10px 20px;
    text-align: center;
    font-size:12px;
    font-family:Arial,Helvetica, sans-serif;	
}

.table thead > tr > th 
{
	padding:20px 10px;
	background: #fafafa;
}

.cart-totals .table td 
{
    text-align: right;
}

.cart-info tbody .quantity input[type="text"]
{
   width:auto;
}
.cart-info tbody .quantity input[type="image"]
{
   vertical-align:text-top;
}
.cart-info thead tr
{
   background:#FBFBFB;
   border-top:1px solid #f3f3f3;
}
.cart-info table.table th, table.table td
{
   border:1px solid #f3f3f3;
}
.cart-info thead th 
{
   color:#555;
   font-size:12px;
   font-weight:600;
}
.cart-info tbody .name a
{
   font-size:14px;
   color:#3A3A3A;
}
.cart-info tbody .name a:hover
{
   color:#336699;
}
.cart-info tbody td
{
   color:#777;
   font-size:12px;
   vertical-align:middle;
}

td.image 
{
  text-align: center;
}

td.image img
{
	max-width:100px;
}

.cart-info.dropdown-menu, .cart-info.dropdown-menu .table tbody
{
	border:none;
	font-size:12px;
}

.cart-info.dropdown-menu table
{
	margin:0px;
}

.cart-info.dropdown-menu > table td
{
	border:none;
	border-bottom:1px solid #eee;
}

.cart-info.dropdown-menu
{
	border:1px solid #eee;
	box-shadow:none;
    z-index: 10001;
    background:#fff;
    padding-top:10px;
}

.cart-info.dropdown-menu  tbody .name a
{
	font-size:12px;
}


.cart-total
{
	padding:10px;
	background:#fafafa;
	text-align:right;
}

.cart-total, .cart-total .checkout
{
}


.cart-total table
{
	display:inline-block;
}


.cart-totals table.table tr , table.table td
{
  border:1px solid #f3f3f3;
  
}
.cart-totals .table th, .table td
{
   border-top:none;
   color:#777;
   font-size:12px;
}

.cart-totals p 
{
	text-align:right;
}

.cart-totals .btn
{
   padding:12px 35px;
}


/*end cart*/

/*-----------------------------------------------------------------------------------*/
/*	Forgot password
/*-----------------------------------------------------------------------------------*/

.forgotten h3
{
   background:#fbfbfb;
   border:1px solid #F3F3F3;
   padding:5px 15px;
   font-size:12px;
   color:#333;
   font-weight:600;
}
p.forgotten-password
{
	color:#555;
	font-size:14px;
	line-height:24px;
}
.forgotten .form-horizontal .control-label
{
	padding-left:15px;
	
}
.forgotten .btn-primary
{
   float:right;
}

/*end forgot-password*/

/*-----------------------------------------------------------------------------------*/
/*	Sitemap
/*-----------------------------------------------------------------------------------*/

.sitemap ul
{
	
	padding:5px 15px;
} 
.sitemap ul li a 
{
	font-size:13px;
	color:#333;
	line-height:30px;
}
.sitemap  ul.subtitle a 
{
	font-size:12px;
	color:#888;
	font-weight:normal;
	line-height:26px;
	text-transform:none;
}
.sitemap .subtitle a:hover
{
	color:#4DC7EC;
}
.sitemap ul li a:hover
{
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------*/
/*	404
/*-----------------------------------------------------------------------------------*/


h1.e404
{
	margin:20px 0px 35px 50px;
	font-size:130px;
	line-height:120px;
	color:#888;
}
h1.page
{
	font-size:28px;
	font-weight:normal;
	color:#444;
}
h6.e404
{
	font-weight:normal;
	color:#555;
	font-size:13px;
	line-height:24px;
	margin-bottom:15px;
}

/*-----------------------------------------------------------------------------------*/
/*	Search
/*-----------------------------------------------------------------------------------*/

.search
{
	background:#fbfbfb;
	padding:35px 0 25px 15px;
	border:1px solid #eee;
}
.search select
{
	font-size:12px;
}
.search select option
{
	color:#555;
	line-height:50px;
	font-size:12px;
}

.search .category
{
	margin-left:15px;
	color:#777;
	font-size:12px;
}

.search  input[type="checkbox"]
{
	font-size:12px ;
	color:#777;
}
.search .checkbox.inline
{
	vertical-align:text-top;
	padding-top:0px;
	margin-left:5px;
}
.search-btn
{
	text-align:right;
	margin-top:25px;
}
h2.search-criteria
{
	font-family:'Open Sans';
	font-size:16px;
	color:#555;
	background:#f7f7f7;
	border:1px solid #f3f3f3;
	padding:0px 15px;
	margin-bottom:20px;
}
/*end search*/

/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
.row.content-blog{
	margin-top: 25px
}

h2.page-title
{
	font-size:18px;
	color:#444;
}
.content-blog img
{
}
.content-blog > .col-md-8 > div
{
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom: 20px;
}
.content-blog h3 a 
{
	font-size:18px;
	color:#383838;
	font-weight:600;
}
.content-blog h3 a:hover
{
	text-decoration:none;
	color:#4DC7EC;
}
.post-detail
{
	font-size:12px;
	color:#888;
}
.post-detail b 
{
	color:#444;
}
.post-detail a 
{
	color:#4DC7EC;
}
.post-detail a:hover
{
	text-decoration:none;
	color:#444;
}
.text-blog p 
{
	margin-top:20px;
	color:#444;
	font-size:12px;
}
.text-blog a em 
{
	color:#444;
	font-family:arial;
	    float: right;
}
.text-blog a em:hover
{
	color:#4DC7EC;
	text-decoration:none;
}

.text-blog img {
    padding: 10px 20px;
}

.col-post
{
	margin-bottom:35px;
}
.col-post h3 
{
	line-height:24px;
	color:#555;
	font-weight:600;
	font-size:14px;
}
.col-post ul.post-menu li
{
	border-bottom:1px dotted #eee;
	padding:3px 5px 5px;
}
.col-post ul.post-menu li a 
{
	color:#444;
}
.col-post ul.post-menu li a:hover
{
	color:#4DC7EC;
	text-decoration:none;
}
.col-post .post-menu b 
{
	font-size:12px;
	color:#555;
}
.col-post p 
{
	font-size:12px;
	color:#444;
}
.col-post ul.tags a 
{
	background:#eee;
	display:inline-block;
	padding:5px 10px;
	margin-top:10px;
}
.col-post ul.tags a:hover
{
	text-decoration:none;
	background:#4DC7EC; 
	color:#fff;
}
.col-post .tags li a 
{
	float:left;
	margin:0 5px 7px 0;
	color:#444;
	
}
.text-blog blockquote
{
	border-left:2px solid #eee;
}
.text-blog .quote-content p 
{
	color:#555;
	font-size:13px;
	font-family:'Open Sans';
	font-weight:00;
	line-height:22px;
}
.text-blog ul li 
{
	list-style-type:disc;
	color:#aaa;
	
}
.text-blog ul li span
{
	color:#555;
	font-size:12px;

}
.text-blog > ul
{
	margin-left:30px;
}
.quote-meta
{
	font-size:12px;
	margin-top:10px;
}
.content-blog >.col-md-8 >.blog-post
{
	border-bottom:none;
}

.rss-wrapper {
  background: url("../img/rss.png") no-repeat scroll center center / cover;
  display: block;
  height: 14px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 20px;
  width: 14px;
}

.blog-meta
{
	font-size:12px;
	margin-bottom:10px;
}


.pagination > li > a, .pagination > li > span
{
	border:none;
}

.pagination > .active > a, .pagination ul > .active > span
{
	background:#eee;
	color:#333;
}
.pagination > li > a:hover
{
	background:#4DC7EC;
	color:#fff;
}
.flickr-widget ul img
{
	height:70px;
	width:70px;
	margin:0px;
}
.flickr-widget ul li
{
	float:left;
	margin:0 5px 5px 0;
}
.comments 
{
}
.comments h3 
{
	margin-top:0px;
	color:#222;
}
.comments-content .avatar img
{
	min-height:60px;
	min-width:60px;
	width:100%;
}
.comments-details
{
	border-bottom:1px dotted #ddd;
}
.comments-details .comment-meta
{
	color:#777;
	font-size:12px;
}
.comment-text p 
{
	font-size:12px;
	color:#555;
}
.comments-content 
{
	margin-top:20px;
}

a.comment-reply-link
{
	color:#4DC7EC;
}

.respond
{

}
.respond .btn-primary
{
	padding:6px 20px;
}

.panel-default > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
}
.panel-default > .panel-heading {
    background-color: #FFFFFF;
    border-color: #fff;
    color: #333333;
}

/*-----------------------------------------------------------------------------------*/
/*	Newsletter
/*-----------------------------------------------------------------------------------*/

.newsletter
{
	background: #fff;
	padding:20px 30px;
}

.newsletter h3
{
	float:left;
	margin-top:10px;
	color:#777;
	font-size:11px;
}

.newsletter label
{
	font-size: 20px;
	font-weight:300;
	line-height: 40px;
}

.newsletter input
{
	font-size:11px;
	padding:10px 15px;
	margin-bottom: 0px;
	border:none;
}

.newsletter input.email
{
	font-size:13px;
	border: none;
	width:300px;
	padding:10px 15px;
	max-width:80%;
	margin-right:5px;
	background:#fafafa;
}

.newsletter div
{
	float:right;
	text-align:right;
}

/*-----------------------------------------------------------------------------------*/
/*	Alert box
/*-----------------------------------------------------------------------------------*/


.success, .warning, .attention, .information {
	padding: 7px 10px 7px 33px;
	color: #555555;
}
.success {
	background: #fff url('../img/success.png') 20px center no-repeat;
	/*border: 1px solid #A9C1D9;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	color: #313942;
}

.warning {
	background: #fff url('../img/warning.png') 20px center no-repeat;
	/*border: 1px solid #C9EAE6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	color: #313942;
}
.attention {
	background: #fff url('../img/attention.png') 20px center no-repeat;
	/*border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
}

.success, .warning, .attention, .information  {
	margin:15px;
    border: 2px solid #eee;
    color: #342D38;
    float: right;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size:12px;
	font-weight:600;
	line-height:24px;
	padding: 30px 20px 30px 60px;
    z-index: 99999999;
    opacity: 0.9;
}

#notification a,.success a
{
    color: #555;
    font-weight:600;
}

.attention
{
    right: 50%;
    top: 50%;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
	margin-left: 10px;
    padding: 5px;
}

.required {
	color: #668389;
	font-weight: 600;
	padding:10px 0px 0px 0px;
}
.error {
	display: block;
	color: #FF0000;
	font-size:12px;
	padding:10px 0px 0px 0px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}


.text-left
{
	text-align:left;
}


.text-right
{
	text-align:right;
}


.text-center
{
	text-align:center;
}

/*-----------------------------------------------------------------------------------*/
/*	Autocomplete
/*-----------------------------------------------------------------------------------*/

#search input.autocomplete-loading
{
	background-image:url(/catalog/view/theme/sapphire/img/loading.gif);
	background-position: right 10px center;
	background-repeat:no-repeat;
}
ul.autocomplete 
{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #000;
	display:none;
	z-index:1000;
	border: 1px solid #eee;
}
ul.autocomplete li 
{
  display: block; 
  padding: 5px; 
  overflow: hidden;
  width: 100%;
  cursor:pointer;
  font-size:12px;
  font-family:'Open Sans',Helvetica,Arial, sans-serif;
}

ul.autocomplete li.selected 
{
  background-color: #4DC7EC; 
  color: #fff;
}

ul.autocomplete li strong 
{
  color: #4DC7EC; 
  font-weight:600;
}

ul.autocomplete li.selected strong 
{
	color:#fff;
} 

ul.autocomplete li img
{
  max-width:50px;
  vertical-align:middle;
  margin-right:5px;
}


/*-----------------------------------------------------------------------------------*/
/*	Media queries
/*-----------------------------------------------------------------------------------*/



@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px)
{
	
}
@media(min-width:1200px){}


/*
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
*/

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/*-----------------------------------------------------------------------------------*/
/*	Camera Slideshow
/*-----------------------------------------------------------------------------------*/
/**************************
*
*	GENERAL
*
**************************/

.camera-caption
{
	position:absolute;
	bottom:10%;
	right:10px;
	margin-top:50px;
	padding:5px;
	font-size:14px;
	background:transparent;
	color:#000;
	max-width:40%;
}

.camera-caption h2, .camera-caption h3 
{
  color: #FFFFFF;
/*  color:rgba(255, 255, 255, 0.85);*/
  display: block;
  font-size: 12px;
  line-height: 26px;
  margin: 0;
  padding: 12px 25px;
  position: relative;
  font-family:'Montserrat';
  font-weight:400;

  background:rgba(0,0,0, 0.7);
}


.camera-caption h2
{
	background:#4DC7EC;
	background:rgba(77, 199, 236, 0.7);
	color:#fff;
	font-weight:400;
	margin-bottom:3px;
	display:inline-block;
}

.camera-caption h3 
{
	background:rgba(255, 255, 255, 0.7);
	color:#333;
	font-size:11px;
	font-weight:400;
}

div.camera-caption > a
{
	background:rgba(51, 51, 51, 0.5);
	padding:10px 20px;
	margin-top:10px;
	color:#fff;
	font-size:12px;
	font-weight:600;
	display: inline-block;
}

.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	direction: ltr;
	display: none;
	position: relative;
	z-index: 0;
	height:367px;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/blank.gif?1526089272610);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
	background: #fff url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera-loader.gif?1526089272610) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera-loader.gif?1526089272610) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera_skins.png?1526089272610) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera_skins.png?1526089272610) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}

.camera_wrap .camera_pag
{
	top:-54px;
	right:10px;
	position:relative;
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: 9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 1px;
	overflow: hidden;
	position: absolute;
	top: 1px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 50px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 2;
	padding:5px;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera_skins.png?1526089272610) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera_skins.png?1526089272610) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 51px;
	display: none;
}
.camera_commands > .camera_play {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera_skins.png?1526089272610) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/camera_skins.png?1526089272610) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 20px 5px;
	position: relative;
	text-indent: 9999px;
	width: 14px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay1.png?1526089272610) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay2.png?1526089272610) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay3.png?1526089272610) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay4.png?1526089272610) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay5.png?1526089272610) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay6.png?1526089272610) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay7.png?1526089272610) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay8.png?1526089272610) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay9.png?1526089272610) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(//bizweb.dktcdn.net/100/073/045/themes/106023/assets/overlay10.png?1526089272610) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #fff;
	background:rgba(255, 255, 255, 0.5);
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background:#4DC7EC;
	background:rgba(77, 199, 236, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: transparent;
	border:2px solid rgba(255, 255, 255, 0.3);
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}
.ul-product{
background:#edebec
}
.banner.visit {
    text-align: center;
}
.visit embed {
    width: 100%;
}
.visit{
    border: 1px solid #ddd;
    margin-top: -11px;
}
.banner.online {
    text-align: center;
}
.icon1_tuvan img {
    margin-right: 12px;
}
span.icon1_tuvan {
    margin: 9px 0 3px;
    display: block;
    font-weight: bold;
}
.online >div>p> span {
    color: red;
    font-weight: bold;
    font-size: 19px;
}
.banner.online > div {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	margin-top: -11px;
    padding-top: 12px;
}
.clearfix{
clear:both
}
@media screen and (min-width:1000px){
	.header-icon.icon-moblie{
		display:none;
	}
	.container{width:1024px;
		background:url('background.png');
	}
}
ul.list-menu {
    border: 1px solid #6C4830;
}
.footer h4 {
    color: #77604d;
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: bold;
}
.sidebar-body ul li img {
    margin-right: 5px;
	width:50px
}
.sidebar-body ul li p {
    margin: 0;
}
.sidebar-body ul li {
    border-bottom: 1px solid #ddd;
    padding: 11px 0;
}
p.phone-sp {
    color: red;
    font-weight: bold;
    font-size: 16px;
}
p.name-sp {
    color: #5c2b0b;
    font-weight: bold;
    font-size: 16px;
}

.sidebar-body {
    margin-bottom: 15px;
    padding: 10px;
}
.sidebar-sp-online .sidebar-body img {
    width: 50px;
    height: 50px;
    border-radius: 90%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 1px 1px #ddd;
}
.sidebar-sp-online ul {
    padding: 0;
}
.banner img {
    width: 100%;
	    height: 567px;
}
.ssf-blue-wrap {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    background: #1872CA;
    position: relative;
    z-index: 49;
}
.ssf-blue {
    float: left;
    width: 100%;
	line-height: 1.0;
}
.ssf-blue li.selected, .ssf-blue li.current-cat, .ssf-blue li.current-cat-parent, .ssf-blue li.current_page_item, .ssf-blue li.current_page_parent, .ssf-blue li.current_page_ancestor {
    background: #55A5F3;
}
.ssf-blue li {
    height: 30px;
    background: #1872CA;
	float: left;
    position: relative;
	text-align: center;
}
.ssf-blue, .ssf-blue * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ssf-blue a, .ssf-blue a:link, .ssf-blue a:visited {
    color: white;
}
.ssf-blue a {
    border: 0;
    padding: .75em 1em;
    text-decoration: none;
    border-right: 1px solid #8EC3F7;
	display: block;
    position: relative;
}
a > .sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px;
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('arrows-ffffff.png') no-repeat -10px -100px;
}
.ssf-blue li ul {
    padding: 0px;
    margin: 0px;
}
.sf-shadow ul {
    background: url('shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.ssf-blue ul {
    position: absolute;
    top: -999em;
    width: 10em;
}
.ssf-blue li li {
    height: auto;
    background: #C6E1FB;
}
.ssf-blue ul li {
    width: 100%;
}
.ssf-blue a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}
.ssf-blue li li a, .ssf-blue li li a:link, .ssf-blue li li a:visited {
    color: #0E4377;
}
.ssf-blue ul a > .sf-sub-indicator {
    background-position: 0 0;
}

.navbar-collapse.collapse {
    padding-left: 0px;
}
.col-md-8.col-sm-8.col-xs-12 {
    padding-left: 15px;
    
}
.main-content {
    padding-left: 15px;
    padding-top: 15px;
}
.right-content {
    /* width: 95%; */
    padding-right: 15px;
    float: right;
    padding-top: 15px;
	    width: 100%;
}
.img-content {
    margin-bottom: 20px;
	    overflow: hidden;
}
.img-content img {
    width: 100%;
	    transition: all 0.4s ease-in-out;
	height:200px;
}
i.fa.fa-sort-desc {
    margin-top: 1px!important;
    display: inline-block;
    float: right;
    margin-left: 9px;
}
div#slideshow0 {
    padding: 5px;
    /* background: #fff; */
    padding: 10px;
    max-width: 100%;
    background-color: #fff;
    border: solid 1px #fff;
    box-shadow: 0 0 3px #777;
    -moz-box-shadow: 0 0 3px #777;
    -webkit-box-shadow: 0 0 3px #777;
}
.col-md-3.col-sm-3.col-xs-12.right-index {
    padding-left: 0px;
}
.banner-inner {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.inner-text h4 {
        font-size: 25px;
    color: #fff;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-family: Dharma;
    font-weight: bold;
    background: #005693;
    text-align: center;
}
.inner-text h4:hover {
	color:red;
}
.inner-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
	margin-top:0px;
}
li.li-right a {
    color: #876642;
    font-weight: bold;
    line-height: 25px;
		font-size: 14px;
}
img.right-banner {
    margin-bottom: 15px;
}
.footer .container {
    background: #009300!important;
	    padding: 10px 20px;
}
.top-footer {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #D0C6BE;
}
.content-footer .col-xs-12.col-sm-3{
	border-right: 1px solid #D0C6BE;
}
.content-footer .col-xs-12.col-sm-2{
	border-right: 1px solid #D0C6BE;
}
.content-footer {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D0C6BE;
}
.img-content img:hover {
	        transform: scale(1.1);
}
.content-blog-list {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 3px 0 #555;
    -moz-box-shadow: 0 0 3px 0 #555;
    -webkit-box-shadow: 0 0 3px 0 #555;
    margin: 10px;
    padding: 15px;
}
.box h3 {
    /* padding-top: 0px!important; */
    margin-top: 0px;
}
@media (min-width:320px) and (max-width:767px){
	
}
.image img {
    
    float:left;
    padding: 15px;
}
.col-md-9.col-sm-9.col-xs-12.product-detail {
    padding-left: 25px;
}
ul.sub-menu-2 {
        position: absolute;
    left: 160px;
    width: 236px;
    top: auto;
    margin-top: -34px;
    display: none;
    
}
li.li-level3 a {
    display: block;
    padding: 7px 10px;
	background: #C6E1FB;
	    font-weight: bold;
	    font-size: 13px;
	
}
li.li-level3 a:hover{
background:#55a5f3
}
.li-submenu:hover ul.sub-menu-2{
	display:block!important;
	
}
.see-more {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.see-more a {
    font-size: 15px;
    font-weight: bold;
    float: right;
}
.blog_related h2 {
    text-transform: none;
    font-weight: bold;
    padding-left: 20px;
}
span.blog_entry-title a {
    line-height: 27px;
    padding-left: 21px;
    color: #000;
}
.content-index {
    background: #fff;
    padding: 10px;
}
@media (min-width:768px ) and ( max-width:1024px){
	.header-icon.icon-moblie{
		display:none;
	}
	.banner img{
		height:400px!important;
	}
	#slideshow {
    position: relative;
    height: 400px!important;
	}
	.navbar-nav {
    float: left;
    padding-left: 0px!important;
}
	.navbar .nav > li > a {
    text-shadow: none;
    font-family: Arial;
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    z-index: 6;
    padding: 0px 4px!important;
	}
	ul.nav-right {
    padding: 5px;
    background: #fff!important;
}
	.navbar-search .search-query{
		    width: 127px!important;
	}
	form.navbar-search > div.input-group > button {
    height: 33px!important;
    display: inline-block;
    padding: 9px 17px!Important;
    margin-top: 0px!important;
}
	.breadcrumb {
    border-radius: 0px;
    color: #999;
    font-size: 12px;
    margin-top: 15px;
    margin-left: -15px;
    margin-bottom: 10px;
}
	.right-content {
    /* width: 95%; */
    padding-right: 15px;
    float: right;
    padding-top: 0px!important;
    width: 100%;
}
	.breadcrumb{
		padding:8px 15px!important;
	}
}
@media (min-width:320px) and (max-width:767px){
	.image-product {
    width: 96%!important;
		    height: auto!important;

	}
	.image-product img {
    width: 100%;
    height: auto!important;
}
	.header-icon.destop{
		display:none;
	}
	.header-icon.icon-moblie {
    margin-top: 153px;
}
	.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 6px!important;

	}
	.navbar-nav {
    float: left;
    padding-left: 29px!important;
    background: blue;
    margin-left: 73px!important;
}
	#slideshow {
    position: relative;
    height: auto!important;
	}
	.col-md-9.col-sm-9.col-xs-12.product-detail {
    padding-left: 25px;
    padding-right: 25px;
}
	.tab-content {
    font-size: 13px;
    line-height: 26px;
    padding: 20px 8px 10px;
    color: #555;
    background: #fff;
}
	.tab-content img {
    height: auto!important;
}
	ul.nav-right {
    padding: 5px;
    background: #fff!important;
}
	.page-container >.container {
    padding: 0px!important;
}
	.banner img {
    width: 100%;
    height: 150px!important;
}
	img.img-menu {
    width: 91px;
		    margin-right: 13px;
}
	.navbar .navbar-toggle {
    border-color: transparent;
       margin-top: 152px;
		padding:0px;
}
	.menu-header {
    background: #005693;
    display: inline-block;
    width: 100%;
}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0px;
    color: #fff;
    text-transform: uppercase;
		    font-size: 13px;
}
	.main-content {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
	.camera_wrap img{
		height:200px!important;
	}
	.camera_wrap{
		    height: 201px!important;
	}
	.col-md-3.col-sm-3.col-xs-12.right-index {
    padding-left: 30px!important;
}
	form.navbar-form.navbar-search.navbar-right{
		display:none;
	}
}
.header-icon {
   float: right;
    padding-top: 5px;
}
.header-icon img {
    width: 35px;
    /* float: right; */
    margin-right: 6px;
}
.box-img-product a {
    display: block;
}
ul.nav-right {
    padding: 5px;
}
.navbar-nav{
	float:right;
	padding-left: 135px;
}
.box-product-home.row .addthis_native_toolbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1.name-product {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width:1200px){
	height: 122px!important;
}
.image-product {
       width: 22%;
    display: inline-block;
    margin: 6px 10px;
    
    border: 1px solid #ddd;
    padding: 4px;
    float: left;
}
.image-product img {
    width: 100%;
    height: 102px;
}
ol.flex-control-nav.flex-control-thumbs {
    display: none;
}
tr#showOnlineToday {
    display: none;
}
tr#showOnlineYesterday {
    display: none;
}
.box.padding ul {
    list-style: inherit;
}
p {
    margin: 10px 0 10px;
}
span.page a {
    padding: 7px 10px;
    border: 1px solid #ddd;
    margin-right: 11px;
    background: #0ea4e0;
    color: #fff;
}
.blog-page.text-center {
    margin-top: 20px;
}
ul#magicat {
    list-style: none;
}
li.levelin-.levelin.col-md-4.col-sm-4.col-xs-12 {
    margin-bottom: 35px;
    display: inline-block;
}
p.title-blog {
    text-align: center;
    font-weight: bold;
    color: #876642;
    margin-top: 15px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
span.page.current a {
    background: #FE0009;
}