*{
	outline:none;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	
	color: #505050;
	font-family:'Lato';
	margin: 0px;
	font-size:14px;
	padding: 0px;
	background-color:#efefef;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Oswald', sans-serif;
}
h1 {
	color: #000000;
	
	margin-bottom: 22px;
	font-size: 30px;
	font-weight: 400;
	text-transform:uppercase;
	margin-top:0;
}
h2 {
	color: #202020;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 18px;
	font-family:'Lato';
	text-transform:uppercase;
	font-weight:700;
}
h4{
	margin-bottom: 15px;
	font-weight:700;
	text-transform:uppercase;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a, a b {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-weight:400;
}
a:hover {
	text-decoration: none;
	color:#202020;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea,select {
	
	border: 1px solid #bdbdbd;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius:4px;
}
textarea{
	margin-top:6px;
	margin-bottom:9px;
}
input[type='text'], input[type='password']{
	height:40px;
	padding:7px 8px 9px;
	
	margin-top:6px;
	margin-bottom:9px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
	height:40px;
	padding:10px 7px 12px 5px;
	width:43%;
	margin-top:6px;
	margin-bottom:9px;
}
label {
	cursor: pointer;
}
ul{
	list-style:none;
}
ul li{
	margin-bottom:11px;
}
input, button, select, textarea {
    color: #000;
	font-family: 'Oswald', sans-serif;
}
input[type="radio"] {
    cursor: pointer;
    margin-bottom: 6px;
    margin-right: 3px;
    vertical-align: -2px;
}
.name > a{
	font-family:'Lato';
	font-size:14px;
	color:#202020;
	text-transform:uppercase;
}

.name > a:hover{
	color:#202020;
	text-decoration:underline;
}
.article-name a{
	font-size:20px;
	font-weight:700;
	text-transform:none;
	color:#202020;
	line-height:20px;
}
.article-name a:hover{
	color:#202020;
	text-decoration:underline;
}
.area {
    font-family:'Lato';
	font-size:16px;
	/* color:#fff; */
}
.price{
	font-family:'Lato';
	font-size:12px;
	color:#808080;
}
.price-new{
	/* color:#f10000; */
}
.price-old{
	text-decoration:line-through;
	margin-right:3px;
}
.wishlist, .compare {
    display: inline-block;
    margin-bottom: 3px;
}
.compare:after{
	content:"/";
}
.compare a{
	padding-right:6px;
}
.compare{
	margin-right:2px;
}
.compare a:hover,.wishlist a:hover{
	color:#505050;
	text-decoration:underline;
}
.image:hover img{
	opacity:0.4;
}

p.image:hover img{
	opacity:1;
}
#colorbox, #cboxOverlay, #cboxWrapper{
	overflow:visible!important;
}
.remove img:hover{
	opacity:0.7;
}
.box .box-content  ul > li a.active + ul{
	display:block;
}
.tags a:hover{
	text-decoration:underline;
}
.home_page > #page-container > #content{
	padding-left:0;
	padding-right:0;
	margin-bottom:10px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #757575;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #757575;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #757575;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #757575;
}

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

/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
/*	margin-top:6px;*/
}
#column-right {
	float: right;
	margin-top:6px;
}
#content {
	min-height: 300px;
	margin-bottom: 25px;
}

/* header */



#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}

/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

/*menu link*/
.boss-menu .menu_item,.boss-menu .navbar-nav > li {
	margin-right:34px;
	margin-bottom:0;
}
.boss-menu .menu_item > a,
.boss-menu .navbar-nav > li > a{
	color:#fff;
	font-size:21px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	padding:10px 0 10px;
	
}
.boss-menu .menu_item > li:hover > a,
.boss-menu .navbar-nav > li:hover > a{
	text-decoration:underline;
}
#megamenu.navbar{
	margin-bottom:0;
	min-height:0;
	border:none;
	margin-top: 4px;
}
.breadcrumb {
    /* background: #0071B8; */
	color: #CCCCCC;
	margin-bottom: 24px;
    padding: 15px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    font-weight: normal !important;
    color: #222222 !important;
}
.breadcrumb > li:last-child a {
    color: #222222;
}
.breadcrumb > li:last-child a:hover {
    font-weight: bold !important;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position:relative;
}
.success img.close{
	position:absolute;
	right:3px;
	top:3px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px 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;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	
}
.error {
	display: block;
	color: #FF0000;
	margin-bottom:5px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {

}
table.form > * > * > td {
	
}
table.form td {
	
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 25px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {

}
table.radio td label {
	display: block;
}

table.radio tr.highlight:hover td + td{
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	text-align:center;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {

}
.pagination .links a {
	display: inline-block;
	border: 1px solid #bdbdbd;
	background: #FFFFFF;
	text-decoration: none;
	width:42px;
	height:40px;
	border-radius:4px;
	line-height:37px;
	margin-right:8px;
	
}
.pagination .links b,.pagination .links a:hover {
	display: inline-block;
	border: 1px solid #bdbdbd;
	background: #f1f1f1;
	font-weight: normal;
	text-decoration: none;
	border-radius:4px;
	width:42px;
	height:40px;
	line-height:37px;
	margin-right:8px;
}
.pagination .results {
	
	margin-top: 9px;
}
/* button */



.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	
	line-height: 16px;
	
	width:100%;
	overflow:hidden;
	margin-bottom:27px;
}
.htabs ul li{
	overflow:hidden;
	display:inline-block;
}
.htabs a {
	
	float: left;
	font-family:'Lato';
	font-size: 20px;
	font-weight: 300;
	text-transform:uppercase;
	color:#808080;
	margin-right: 19px;
	
}
.htabs a.selected ,.htabs a:hover{		
	font-weight:700;
	color:#000000;	
}
#tab-description ul{
	list-style:disc;
	margin-left:17px;
}
#tab-description ul li{
	margin-bottom:8px;
}
#tab-description ol{
	margin-left:19px;
}
#tab-description ol li{
	margin-bottom:8px;
}
#tab-description .image_des{
	margin-top:29px;
	text-align:center;
}
.tab-content{
	overflow:hidden;
}
/* box */
.box {
	margin-bottom: 30px;
	border:1px solid #acacac;
	overflow:hidden;
}
.box .box-heading {
	padding: 15px 20px 9px 20px;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 700;
	text-transform:uppercase;
	color:#000000;
	background-color:#ffffff;

}
.box .box-content {
	background: #FFFFFF;		
	padding: 10px 20px;
}
.box .box-content ul li{
	margin-bottom:14px;
}
.box .box-content ul li.active a{
	font-weight:700;
	color:#202020;
}
.box_alphabet .box-content{
	padding-bottom:30px;
	padding-top:20px;
}

/* box products */
.box-product .image {
	display: inline;
    float: left;
   
    margin-right: 8px;
    position: relative;
	margin-bottom:10px;
	margin-left:7px;
}
#column-left .box-product .image,#column-right .box-product .image{
	margin-left:0;
}
.box-product .image img{
	width:100%;
}
#boss_homefilter_tabs0 .box-product .image,#boss_homefilter_tabs1 .box-product .image{
	
	float:none;
	display:inline-block;
	
}


.box-product > div{
	overflow:hidden;
	margin-bottom:25px;
}
.box-product .prod-detail{
	
	overflow:hidden;
	min-width:50%;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/*banner category */
.block-cate-page{
	margin-top:6px;
	margin-bottom:14px;
	overflow:hidden;
	
}
.block-cate-page img{
	width:100%;
}
.block-cate-page a{
	overflow:hidden;
	position:relative;
	display:block;
}
.block-cate-page span{
	left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: none;
    width: 100%;
}
.block-cate-page span img{
	transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1); 
transition: all 0.5s ease 0s;
}
.block-cate-page:hover span img{
	transform: scale(5);
-ms-transform: scale(5);
-webkit-transform: scale(5); 
opacity:0
}

.category-info .image{
	margin-top:6px;
}
.category-info h1{
	margin-bottom:12px;
}
/* box category */
.box .box-content ul li ul li{
	margin-bottom:10px;
}
.box .box-content .box-category > li{
	margin-bottom:14px;
} 
.box .box-content ul li ul{
	margin-top:17px;
	margin-left:20px;
	display:none;
}
.box .box-content > ul > li a.active + ul{
	display:block;
}
.box .box-content ul li a.active,.box .box-content ul li a:hover{
	font-weight:700;
	color:#202020;
}
.box .box-content ul li a{
	color:#505050;
}
.category-list{
	overflow:hidden;
	
	margin-bottom:30px;
}
.category-list ul {
    float: left;
    margin-bottom: 0;
    margin-right: 14px;
    padding-left: 0;
    width: 23%;
}
.category-list ul li{
	margin-bottom:8px;
}
.product-filter .display b, .article-filter .display b {
    display: none;
}
.product-filter .sort label:after, .product-filter .limit label:after, .article-filter .sort label:after, .article-filter .limit label:after {
    border-bottom: 1px solid #DDDDDD;
    color: #AAAAAA;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 2px;
}
.product-filter .text-control-label{
	display:none;
}
.product-filter .sort label:before,
.product-filter .limit label:before,
.article-filter .sort label:before,
.article-filter .limit label:before{
    content:'';
    right:5px; 
	top:-8px;
    width:33px; 
	height:35px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	background-image:url(../image/select.png);
   background-repeat:no-repeat;
   background-color:#ffffff;
   background-position:center;
}
.ie10 .product-filter .sort label:before,
.ie10 .product-filter .limit label:before,
.ie10 .article-filter .sort label:before,
.ie10 .article-filter .limit label:before{
	width:auto;
}
.product-filter .sort select, .product-filter .limit select, .b_manufacture select, .article-filter .sort select, .article-filter .limit select {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #202020;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0 0 7px;
    outline: medium none;
    padding: 9px 15px 9px;
    width:170px;
}
.product-filter .sort label, .product-filter .limit label, .article-filter .sort label, .article-filter .limit label{
    margin-right: 0;
    position: relative;
}
.product-filter .display .btn{
	padding-left:0;
	padding-right:0;
	width:42px;
	margin-right:2px;
}
.no-active-grid,.no-active-list,.active-grid,.active-list,.btn-list,.btn-grid{
	background-repeat:no-repeat;
	width:42px;
	height:40px;
	display:inline-block;
	text-indent:-9999px;
	border:none;
}
.active-list,.no-active-list:hover,.btn-list.active,.btn-list:hover{
	background-image:url(../image/list_hv.png);	
	margin-right:5px;
	background-color:transparent;
}
.active-grid,.no-active-grid:hover,.btn-grid.active,.btn-grid:hover{
	background-image:url(../image/grid_hv.png);	
	background-color:transparent;
}
.no-active-list,.btn-list{
	background-image:url(../image/list.png);	
	margin-right:5px;
	background-color:transparent;
}
.no-active-grid,.btn-grid{
	background-image:url(../image/grid.png);	
	background-color:transparent;
}
.active-list,.no-active-list{
	margin-left:5px;
}

/* content */
#content .content {	
	margin-bottom: 20px;	
}
/* #content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
} */
/* category */
.category-info {
	
	margin-bottom: 30px;
	overflow:hidden;
}
.category-info .image {
	float: left;
	
	margin-right: 15px;
	border: 1px solid #e5e5e5;
}


/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
    border-top: 1px solid #E5E5E5;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 20px;
	margin-top:30px;
}
.product-filter .display {
	
	float: right;
	
	
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
	margin-left:5px;
	
}
.product-filter .limit {
	
	float: right;
	
}
.limit-sort{
	float:right;
	margin-left: 18px;
}
.limit-sort b{
	display:none;
}
.product-compare {
	margin-top: 9px;	
	float:left;		
}
.product-compare a {
	text-decoration: none;
	
}
.product-compare a :hover{
	text-decoration:underline;
}
.caption{
	margin-bottom:19px;
}
.product-grid .caption{
	text-align:center;
	
}
.product-grid .button-group{
	text-align:center;
}
.product-grid{
	display:inline-block;
	float:none!important;
	margin-right:-3px;
	vertical-align:top;
}
.product-grid .price-tax,
.product-list .price-tax{
	display:block;
}

.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	
}
.product-thumb{
/*	margin-bottom:70px;*/
	overflow:hidden;
}
.product-grid .cart,.product-list .cart,.relt_product .cart {
	margin-bottom: 9px;
}
.product-grid .image{
	margin-bottom:20px;
	text-align:center;
}
.product-list .product-thumb .image {
    float: left;
	margin-right:20px;
	max-width:50%;
}

.product-list .description{
	margin-top:15px;
}


/* Product */
span.idProp {
    color: #000;
    font-size: 1.5em;
    padding-top: 10px;
}

.product-info {
/*	margin-bottom: 80px;*/
}
.product-info .image img{
	width:100%;
	max-width:100%;
	height:auto;
}
.product-info .image {

	margin-bottom: 20px;
	
	text-align: center;
}
.product-info .review a{
	color:#202020;
}
.product-info .review a:hover{
	text-decoration:underline;
}
.product-info .review > div{
	float:left;
}
.product-info .review .review_text{
	margin-top:1px;
}
.product-info .review .review_img{
	margin-right:80px;
}
.product-info .review{
	overflow:hidden;
	margin-bottom:9px;
}
.product-info .stock{
	font-weight:400;
	color:#1eb500;
}
.product-info h1{
	margin-bottom:17px;
	margin-top:0;
	font-size: 23px;
	text-align: left;
}
.product-info .description span{
	margin-right:2px;
}
.product-info .description{
	border-top: 1px solid #fca144;
    text-align: justify;
    margin-top: 30px;
    padding-top: 10px;
}
.product-info select.form-control,.product-info .form-control{
	width:100%;
}
.product-info b{
	font-weight:700;
	font-size: 1.1em
}
.product-info .option {
    margin-bottom: 24px;
    margin-top: 24px;
}
.product-info .boss_check .box-check{
	width:46%;
	float:left;
	margin-right:20px;
}
.product-info .boss_check .box-check input{
	margin-bottom:13px;
}
.product-info .boss_check{
	overflow:hidden;
}
.product-info .options{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:6px;
}
.product-info .select_number .form-control{
	width:40px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	border-radius:0;
}
.product-info .select_number .form-control:focus{
	box-shadow:none;
	border-color:#bdbdbd;
}
.product-info .decrease{
	background:url(../image/decrease.png) no-repeat;
	height:40px;
	width:30px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0;
}
.product-info .increase{
	background:url(../image/increase.png) no-repeat;
	height:40px;
	width:29px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:2px;
	top:0;
}
.product-info .select_number{
	position:relative;
	padding-left:29px;
	width:100px;
}
.product-info .quantily_info{
	margin-bottom:20px;
}
.product-info .cart{
	margin-top:24px;
}
.product-info .price,
.product-info .price-old,
.product-info .price-new{
	font-size:30px;
}
.product-info .price,
.product-info .price-old{
	color:#808080;
}
.product-info .price-tax{
	width:100%;
	float:left;
}
.product-info .reward{
	width:100%;
	float:left
}
.product-info .price_info{
	margin-bottom:16px;
	overflow:hidden;
}
.product-info .btn-cart{
	margin-bottom:14px;
}
.product-info .share {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    display: inline-block;
    margin-top: 17px;
    overflow: hidden;
    padding: 3px 0 0;
    vertical-align: top;
}

.image-additional li {
   
    vertical-align: top;
	
	float:left;
	margin:5px;
	 text-align:center;
	 width: auto !important;
	
}
.image-additional li a:hover{
	border:1px solid #505050;
}
.image-additional li a{
	display:inline-block;
	 border:1px solid transparent;
}

.image-additional{
	position:relative;
}
.image-additional .next,.image-additional .prev {
    background-image: url("../image/detail_add.png");
	background-repeat:no-repeat;
	position: absolute;
    text-indent: -9999px;
	top:-22px;
	width:17px;
	height:17px;
}
.image-additional .next{
	background-position: -18px 0;
	right:0
}
.image-additional .prev{
	 background-position: 0 0;
	right: 18px;
}
.image-additional .next:hover,.image-additional .prev:hover{
	opacity:0.5;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width:30%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	
	text-align: left;
}
.compare-info tr td:first-child {
	
	text-align: left;
}
.compare-info td {
	padding: 12px 20px 13px;
	width: 20%;
	
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.compare-info tbody td{
	padding:15px 20px 17px
}
.compare-info td.price{
	font-size:30px;
	color:#202020;
	vertical-align:middle;
}
.compare-info td.price .price-old,.compare-info td.price .price-new{
	font-size:30px;
}

.compare-info td .wishlist{
	width:100%;
	overflow:hidden;
}
.compare-info td.text_price_cp{
	vertical-align:middle;
}
.compare-info td.stock{
	color:#63bf00;
}
.compare-info td.model{
	text-transform:uppercase;
}

.compare-info .cart_cp{
	float:left;
	
}
.compare-info .button_cp{
	position:relative;
	overflow:hidden;
	margin-bottom:6px;
}
.compare-info .remove{
	position:absolute;
	right:0;
}
.compare-infomation {
    
    margin-bottom: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}
.dropdown-menu-inner .option {
    display: inline-block;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
	
}
.dropdown-menu-inner .option .url{
	margin-bottom:10px
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td,.checkout-product td {
	padding: 7px;
	text-align:center;
}
.wishlist-info thead td {

	
	border-bottom: 1px solid #e1e1e1;
}

.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e1e1e1;
}


.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	
	overflow: hidden;
}
.login-content .form-control {
    width: 80%;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%;
	border-left:1px solid #e5e5e5;
	padding-left:20px;
}
.checkout-content .login-content .right{
	padding-left:30px;
}

#shipping-address .checkout-content .form-control, 
#shipping-method .checkout-content .form-control, 
#payment-method .checkout-content .form-control,
#payment-address #payment-existing  select.form-control,
#payment-address #payment-new  .form-control{
	width:66%
}
#payment-address .checkout-content .form-control{
	width:90%;
}
#shipping-method table.radio tr td,#payment-method table.radio tr td{
	float:left;
}
.payment .btn{
	font-size: 18px;
    height: auto;
    padding:17px 52px 19px;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list_fr {
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
	border-right:none;
	border-bottom:none;
}
.order-list_fr table.list {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
	margin-bottom:0;
}
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 28px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 100%;
	margin-bottom:30px;
}
.return-opened {
	float: left;
	width: 100%;
	margin-right: 15px;
}
.return-opened textarea {
	
	vertical-align: top;
}

.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
	text-align:center;
}
.cart-info thead .image,
.wishlist-info thead .image,
.checkout-product thead .name {
	text-align:left;
}
.cart-info thead .name,
.cart-info tbody .name {
	text-align: left;
}

.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
	text-align:center;
}
.cart-info tbody td.quantity input[type="text"]{float:left;margin-right:7px;}
.cart-info tbody td.quantity .icon{float:left;margin-top:20px;}
.cart-info tbody .image,
 .wishlist-info tbody .image
{
	width:120px;
	padding-right:10px;
	
}
 .checkout-product tbody .name{
	text-align:left;
	width:auto;
 }
.cart-info .table > tbody > tr > td,
.wishlist-info .table > tbody > tr > td,
.checkout-product .table > tbody > tr > td{
	padding-top:20px;
	padding-bottom:25px;
}
.cart-info tbody .name,
.wishlist-info tbody .name{
	padding-left:10px;
	text-align: left;
}
.cart-info tbody .model,
.wishlist-info tbody .model,
.checkout-product tbody .model{
	text-transform:uppercase;
}
.cart-info tbody .stock,
.wishlist-info tbody .stock{
	color:#63bf00;
}
.cart-info tbody .quantity input[type='image'],
 .cart-info tbody .quantity img {
	position: relative;
	top: 0px;
	cursor: pointer;
	vertical-align:middle;
}
.cart-info tbody .quantity input[type='text']{
	padding-left:15px;
	padding-right:15px;
	width:75px;
	margin-top:11px;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info{
	margin-bottom:40px;
}
.cart-module > div {
	display: none;
}
.cart-total {
	
	overflow: hidden;
	border-top:1px solid #e6e6e6;
	margin-bottom: 15px;
	margin-top:-1px;
	padding-top:28px;
}
#confirm .cart-total{
	border:none;
	margin-top:0;
}
.cart-total table {
	float: right;
}
.cart-total td.left {
	padding: 3px;
	text-align: left;
	float:none;
}
.cart-total td.left.last b{
	display:block;
	margin-top:8px;
}
.cart-total td.right{
	text-align:right;
	color:#202020;
}
.cart-total td.left b{
	margin-right:44px;
	font-weight:400;
	color:#202020;
}
.cart-total td.right.last{
	font-size:30px;
}

.cart-total table {
    float: right;
    text-align: right;
    width: auto;
}
.buttons .checkout_cart .btn{
	height:60px;
	font-size:18px;
	padding:16px 52px 10px;
}
.cart-module #shipping,.cart-module #coupon,.cart-module #voucher,.cart-module #reward{
	border:1px solid #e6e6e6;
	padding:15px 20px 20px 20px;
	margin-bottom:0;
	
}
.cart-module input[type="text"],.cart-module select.form-control{
	width:25%;
}
.text_next_cart{
	font-size:20px;
	font-weight:700;
	
}
/*dropdown cart */
#cart .remove{
	position:absolute;
	bottom:0px;
	left:40%;
	
}
#cart .image{
	position:relative;
	margin-right:15px;
	
}
#cart .image .img-thumbnail{
	border:none;
	width:auto;
	max-width:none;
	transition:none;
}

#cart .dropdown-menu{
	width:280px;
	border:1px solid #696969;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:17px;
	margin-top:0;
	overflow-y:auto;
	background-color:#ffffff;
	max-height:500px;
	
}

#cart .dropdown-menu .text-center{
	margin-top:10px;
}
#cart .dropdown-menu td{
	padding:0;
	border:none;
	vertical-align:top;
	padding-bottom:15px;
}
#cart .minicart_total tr td{
	color:#202020;
}
#cart .minicart_total tr td.last{
	font-weight:700;
}
#cart .voucher .remove{
	position:relative;
	left:0;
	margin-top:20px;
}
#cart .buttons .btn{
	width:100%;
	height:50px;
	padding-top:12px;
}
#cart .buttons .checkout_bt{
	margin-bottom:3px;
	display:block;
}
/* checkout */
.checkout-heading {
	
	border: 1px solid #e5e5e5;
	padding: 15px 0 14px 20px;
	font-weight: 400;
	font-size: 20px;
	color: #808080;
	margin-bottom: 10px;
	text-transform:uppercase;
	
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	margin-right:15px;
}
.checkout-heading a:hover{
	text-decoration:underline;
}

.checkout-content {
	
	display: none;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
	border-top:none;
	margin-top:-10px;
	padding:30px;
	overflow:hidden;
	
}
.ck_footer{
	width:100%;
	overflow:hidden;
}
.checkout-content .buttons a b{
	color:#000000;
	font-weight:700;
}
.checkout-content .buttons a:hover b{
	text-decoration:underline;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.checkout-product thead td {
	color: #4D4D4D;
	border-bottom: 1px solid #DDDDDD;
}


.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}


.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/*register*/
.register .left{
	width:48%;
	float:left;
}
.register .right{
	width:48%;
	float:right;
}
.register a b:hover{
	text-decoration:underline;
}
form.register{
	overflow:hidden;
	border:1px solid #e5e5e5;
	width:100%;
	float:left;
	padding:30px;
}
.register table.form{
	margin-bottom:40px;
}
.sitemap-info ul li ul {
    padding-left: 20px;
}
.sitemap-info ul li a{
	margin-bottom:10px;
	display:block;
}
/*return*/
.return-product .four.columns{
	width:100%;
}
.notouch .main-bg{background-repeat:no-repeat;background-attachment:fixed;}
/*Quick shop*/
a.sft_quickshop_icon {
    background-image: url("../image/qs.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 65px;
    left: 50%;
    text-indent: -9999px;
    top: 50%;
    transform: scale(0, 0);
	-o-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
    transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    white-space: nowrap;
    width: 65px;
    z-index: 900;
}
a.sft_quickshop_icon:hover{
	 background-image: url("../image/qs_hv.png");
}
.image{
	position:relative;
}
.image:hover .sft_quickshop_icon {
    transform: scale(1, 1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.product-grid .image:hover img,
.product-list .image:hover img{
	opacity:0.5;
	background:#ffffff;
}
.right_header .link{
	float:right;
	margin-left:7px;
	margin-bottom:7px;
	font-size:12px;
}
.right_header .link a{
	font-size:12px;
	color:#505050;
}
.right_header .link a + a{
	margin-left:5px;
}
.right_header .link a span{
	padding-left:7px;
}
.right_header .link a:before{
	content:"  /";
}
.right_header .link a:hover span{
	text-decoration:underline;
}
#welcome{
	float:right;
	font-size:12px;
	color:#505050;
	margin-bottom:7px;
}
#welcome a,#welcome b{
	font-size:12px;
	color:#505050;
}

#welcome a:hover{
	text-decoration:underline;
}
#search{
	float:right;
	clear:both;
	text-align:right;
	position:relative;
}
.button-search {
    background-image: url("../image/search.png");
	background-repeat:no-repeat;
	background-position:center;
	
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 7px;
    width: 16px;
}
#search input{
	width:138px;
	font-family:'Lato';
	font-size:13px;
	font-style:italic;
	color:#505050;
	border:transparent;
	height:30px;
	
	margin:0 27px 0 0;
}
#logo{
	margin-top: 9px;
    padding-bottom: 9px;
}
.right_header{
	margin-top:5px
}
.menubar{
	/*background-color:#f7f7f7;*/
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.menubar .local{
	float:right;
}
header{
	padding-bottom:4px;
}
footer{
	/* background-color: #292929; */
	/* padding-top:15px; */
/*	margin-top:38px;*/
	/* padding-bottom: 15px; */
	width:100%;
	float:left;
	overflow:hidden;
}
.home_page footer{
	/* margin-top:20px; */
}
#cart #cart-total{
	background-image:url(../image/arow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}
.menubar .local > div{
	float:right;
}
.local  .dropdown-menu{
	right:0!important;
	left:auto;
}

.limba{
	float: right;
}

#language, #currency{
	position: relative;
	float: right;
}
#language button, #currency button{
	border: none;
    background: none;	
}
#language .dropdown-menu, #currency .dropdown-menu{
	right: 0px;
    min-width: inherit;
    float: right;
    left: inherit;
	z-index: 10000;
}

#language span,
#currency span{
	/* background-image:url(../image/arow.png); */
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:13px;
	font-family:'Lato';
	font-size:13px;
	text-transform:uppercase;
	color:#202020;
	cursor: pointer;
}
#language .dropdown-menu > li a,#currency .dropdown-menu > li a {
	text-transform:uppercase;
	display: block;
    padding: 10px;
    width: 70px;
}
#language .dropdown-menu > li,
#currency .dropdown-menu > li{
	margin-top:11px;
}

.btn-language:hover, .btn-currency:hover{
	font-weight:700;
}
#language,
#currency{
	float:left;
	padding:9px 0px 11px;
	position:relative;
	
}
#language{
	margin-right:15px;
}
#currency{
	
}
#cart{
	

	padding:9px 0 11px 14px;
	float:right;
	position:relative;
	margin-left:10px;
	
}
/* XOa dc*/
.block-hompage-special h3{
	font-size:30px;
	color:#202020;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:49px;
}
.block-hompage-special p{
	color:#808080;
	padding:0 100px
}
.block-hompage-special{
	text-align:center;
	clear:both;
	width:100%;
	overflow:hidden;
	
}
.block-hompage-special .block-1,.block-hompage-special .block-2,.block-hompage-special .block-3{
	position:relative;
	text-align:center;
	
}

.block-hompage-special .block-1 .title,.block-hompage-special .block-2 .title,.block-hompage-special .block-3 .title{
	
	background: none repeat scroll 0 0 #FF0000;
    display: inline-block;
   
	background-color:#ffffff;
	opacity:0.95;
	padding:0 30px 3px;
	font-weight:300;
	font-size:38px;
	font-family:'Lato';
	color:#404040;
	line-height:49px;
}
.block-hompage-special .block-1 .title span,.block-hompage-special .block-2 .title span,.block-hompage-special .block-3 .title span{
	font-weight:900;
}
.block-hompage-special .block-1 .center,.block-hompage-special .block-2 .center,.block-hompage-special .block-3 .center{
	 left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom:22px;
    width: 100%;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
}
.block-hompage-special .block-1:hover .center,
.block-hompage-special .block-2:hover .center,
.block-hompage-special .block-3:hover .center{
	bottom:93px;
}
.block-hompage-special .block-1 > div,
.block-hompage-special .block-2 > div,
.block-hompage-special .block-3 > div{
	/*transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;*/
	position:relative;
	
}
.block-hompage-special .block-1 > div:hover,
.block-hompage-special .block-2 > div:hover ,
.block-hompage-special .block-3 > div:hover  {
	/*background:#000000;*/
}
.block-hompage-special .block-1 > div:hover .title, 
.block-hompage-special .block-2 > div:hover .title, 
.block-hompage-special .block-3 > div:hover .title{
	background: transparent;
    color: #FFFFFF;
    opacity: 1;
	filter: alpha(opacity=100);
	
}
.block-hompage-special .block-1 > div:hover img,
.block-hompage-special .block-2 > div:hover img,
.block-hompage-special .block-3 > div:hover img{
	/*opacity:0.4;*/
	filter: alpha(opacity=40);
}
.block-hompage-special .block-1 > div img,
.block-hompage-special .block-2 > div img,
.block-hompage-special .block-3 > div img{
		width:100%
}


/**********************/
.block-hompage-special .block-1 a:before,
.block-hompage-special .block-2 a:before,
.block-hompage-special .block-3 a:before{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.block-hompage-special .block-1 a:hover:before,
.block-hompage-special .block-2 a:hover:before,
.block-hompage-special .block-3 a:hover:before{
	box-shadow: 0 0 0 150px rgba(0, 0, 0, 0.7) inset;
}

#boss_slider{
	
	position:relative;
	z-index:10;
}
.block-hompage-special .block-content{
	margin-top:55px;
}
.block-home-feature{
	overflow:hidden;
	
}
.block-home-feature p{
	font-family:'Lato';
	font-size:30px;
	font-weight:300;
	color:#ffffff;
	margin-bottom:90px;
}
.block-home-feature p span{
	font-weight:900
}
.newletter h3{
	font-size:30px;
	color:#202020;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:40px;
	margin-top:0;
}
.newletter p{
	color:#808080;
	margin-bottom:19px;
}
.newletter{
	
	text-align:center;
	
	
	
}
.newletter span{
    background-color:#FFFFFF;
    display: inline-block;
    max-width: 545px;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
.newletter h3.title:before {
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.newletter h3.title{
	position:relative;
	margin-bottom:0;
}
.newletter > div{
    padding: 5px;
}
.newletter .form-control{
	display:inline-block;
	width:100%;
	height:50px;
	margin:0;
	padding-left:18px;
	margin-right:18px;
	padding-right:18px;
}
.newletter .btn{
	height:50px;
	padding-top:12px;
    width: 100%;
}
.block-home-feature {
	text-align:center;
	padding-top:83px;
	padding-bottom:118px;
	margin-bottom:90px;
	margin-top:90px;
	background-attachment:fixed;
	background-size:cover;
	background-position:left top !important;
	
}
.block-home-feature h3{
	font-size:80px;
	font-weight:900;
	color:#ffffff!important;
	text-transform:uppercase;
	font-family:'Lato';
}
.block-home-feature > p{
	font-size:30px;
	font-weight:300;
	color:#ffffff;
	margin-bottom:86px;
}
.block-home-feature > p > span{
	font-weight:900;
}
.block-home-feature .feature-1 span,
.block-home-feature .feature-2 span,
.block-home-feature .feature-3 span,
.block-home-feature .feature-4 span{
	color:#ffffff;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	display:block;
	margin-bottom:13px;
	margin-left:10px;
	margin-right:10px;
	font-family:'Lato';
}
.block-home-feature .feature-1 p,
.block-home-feature .feature-2 p,
.block-home-feature .feature-3 p,
.block-home-feature .feature-4 p{
	color:#d2d2d2;
	font-size:16px;
	font-weight:400;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}
.block-home-feature .image{
	display:block;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.block-home-feature .learn-more{
	color:#d2d2d2!important;
	font-size:16px;
	font-weight:400;
	margin-left:10px;
	margin-right:10px;
	font-family:'Lato';
}
.block-home-feature .learn-more:hover{
	text-decoration:underline;
}
.block-feature-detail{
	overflow:hidden;
	margin-top:86px;
	margin-bottom:90px;
}
.block-home-feature .bt-buytheme .btn{
	height:60px;
	padding-top:15px;
	padding-left:50px;
	padding-right:50px;
	font-size:18px;
}
.popular-cate .box-heading h2{
	font-size:30px;
	text-transform:uppercase;
	color:#202020;
	font-weight:400;
	margin-bottom:58px;
}

.popular-cate{
	text-align:center;
	
}
.popular-cate .cate-image{
	margin-bottom:37px;
	display:inline-block;
	position:relative;
}
.popular-cate .cate-image img{
	width:100%;
}
.popular-cate .cate-image a:before{
	box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
	 transition: all 0.3s ease-in-out 0s;
	 content:"";
}
.popular-cate .cate-image a:hover:before{
	box-shadow:0 0 0 30px rgba(0, 0, 0, 0.07) inset;
	 
}
.popular-cate .cate-name{
	margin-bottom:30px;
}
.popular-cate .cate-name h3{
	font-size:18px;
	
}
.popular-cate .sub_item a{
	font-size:12px;
	color:#808080;
	text-transform:uppercase;
}
.popular-cate .sub_item a:hover{
	text-decoration:underline;
}
.popular-cate .sub_item{
	border-bottom:1px solid #eeeeee;
	margin-bottom:12px;
	padding-bottom:16px;
}
.block-banner-left p{
	text-align:center;
	position:absolute;
	width:100%;
	bottom:15px;
}
.block-banner-left{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.block-banner-left img{
	width:100%;
}
.block-banner-left span{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #404040;
    display: inline-block;
    font-family: 'Lato';
    font-size: 38px;
    font-weight: 300;
    line-height: 49px;
    opacity: 0.95;
    padding: 0 25px 3px;
}
.block-banner-left span > span{
	font-weight:900;
	padding:0
}
.block-home-testimonial{
	text-align:center;
	
}
.block-home-testimonial h3{
	 color: #202020;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 47px;
    text-transform: uppercase;
	margin-top:0;
}
.block-home-testimonial p{
	font-style:italic;
	font-size:20px;
	color:#202020;
	margin-bottom:30px;
}
.block-home-testimonial span{
	color:#808080;
	font-size:14px;
	text-transform:uppercase;
}
#gallery-container .photo{
	float:left;
	padding:0 10px;
	margin-bottom:20px;
}
#gallery-container.photos{
	
}
.boss_homefilter_tabs{
	
}
.block-home-shipping{
	background-color:#0071B8;
	padding-bottom:26px;
	padding-top:18px;
	margin-top:0px;
	margin-bottom:40px;
    text-align: center;
    font-weight: 300;
}
.home2.block-home-shipping{
	margin-top:0;
}
.block-home-shipping .title {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px;
}
.block-home-shipping p{
	margin-right:10px;
	margin-top:17px;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
	color:#fff;
    padding: 0 10%;
} 
.block-home-shipping a{
	text-transform:uppercase;
	font-size:12px;
	font-family:'Lato';
	color:#535353;
	border:1px solid #d9c187;
	display:block;
	overflow:hidden;
	float:left;
	padding:9px 19px 11px;
	border-radius:3px;
	margin-top:17px;
}


.block-home-shipping a:hover{
	color:#202020;
}
.block-home-shipping .title > span{
	font-weight:900;
}
#gallery-container a:before{
	box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	-moz-box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	-webkit-box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
	 transition: all 0.3s ease-in-out 0s;
	 content:"";
}
#gallery-container a:hover:before{
	box-shadow:0 0 0 30px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 0 0 30px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 0 0 30px rgba(0, 0, 0, 0.2) inset;
}


#gallery-container.photos{
	
}
.boss_gallery{
	text-align:center;
}
.gallery-title h3{
	font-size:30px;
	color:#202020;
	font-family:'Lato';
	font-weight:400;
}
.gallery-title{
	margin-bottom:40px;
}
/*****xoa****/
/****tagcloud***/
.tagcloud .block-content{
	padding-bottom:20px;
	text-align:center;
}
.powered-payment{
	
}
.footer_column{
	border-bottom:1px solid #dddddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.powered span{
	display:block;
}
.powered a{
	color:#202020;
}
.powered a:hover{
	text-decoration:underline;
}
#product-related .list_carousel li,
#tab-related .list_carousel li {
     display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: -3px;
    text-align: center;
    vertical-align: top;
}
#tab-related li .relt_product > div, #product-related li .relt_product > div{
	margin-right:10px;
}
#tab-related .box-product .image,#product-related .box-product .image{
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
	float:none;
}

#tab-related{
	margin-top:60px;
}
#product-related .nav_thumb,
#tab-related .nav_thumb,
.home_filter_content .next,
.home_filter_content .prev,
.boss-blog-featured .box-article .next,
.boss-blog-featured .box-article .prev{
	width:55px;
	height:55px;
	position:absolute;
	background-repeat:no-repeat;
	top:32%;
	text-indent:-9999px;
	opacity:0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	
}
#carousel0 .nav_thumb{
	width:33px;
	height:33px;
	position:absolute;
	background-repeat:no-repeat;
	top:22%;
	text-indent:-9999px;
	opacity:0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
#carousel0 ul{
	cursor:default;
}
#tab-related .nav_thumb.next,
#tab-related .nav_thumb.prev
{
	top:23%;
}
#product-related .nav_thumb.next,
#product-related .nav_thumb.prev{
	top:24%;
}

.boss-blog-featured .box-article .next,
.boss-blog-featured .box-article .prev{
	top:34%;
}
#product-related .next,
#tab-related .next,
.home_filter_content .next,
.boss-blog-featured .box-article .next{
	background-image:url(../image/next.png);
	right:-1%;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}


#carousel0 .next{
	background-image:url(../image/brand_next.png);
	right:-1%;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	width:33px;
	height:33px;
}


#product-related .next:hover,
#tab-related .next:hover,
.home_filter_content .next:hover,
.boss-blog-featured .box-article .next:hover{
	background-image:url(../image/next_hv.png);
}
#carousel0 .next:hover{
	background-image:url(../image/brand_next_hv.png);
}

#product-related .prev,
#tab-related .prev,
.home_filter_content .prev,
.boss-blog-featured .box-article .prev{
	background-image:url(../image/prev.png);
	left:-1%;
}

#carousel0 .prev{
	background-image:url(../image/brand_prev.png);
	left:-1%;
}

#product-related .prev:hover,
#tab-related .prev:hover,
.home_filter_content .prev:hover,
.boss-blog-featured .box-article .prev:hover{
	background-image:url(../image/prev_hv.png);
}
#carousel0 .prev:hover{
	background-image:url(../image/brand_prev_hv.png);
}

#product-related .list_carousel,
#tab-related .list_carousel
{
	position:relative;
	margin-top:55px;
}
.home_filter_content .list_carousel{
	position:relative;
}
#product-related .list_carousel:hover .next,
#tab-related .list_carousel:hover .next,
#carousel0 .box-content:hover .next,
.home_filter_content .list_carousel:hover .next,
.boss-blog-featured .box-article:hover .next
{
	
	right:0;
	opacity:1;
	
}
#product-related .list_carousel:hover .prev,
#tab-related .list_carousel:hover .prev,
#carousel0 .box-content:hover .prev,
.home_filter_content .list_carousel:hover .prev,
.boss-blog-featured .box-article:hover .prev
{
	
	left:0;
	opacity:1;
	
}


/*carousel*/
#carousel0 .carousel-content li {
    text-align: center;
	margin:0 10px;
	margin-bottom:0
}
#carousel0 .carousel-content li a {
	display:inline-block;
}
.carousel-content li {
    float: left;
}
#carousel0 .box-content,
.home_filter_content .box-content{
	
	position:relative;
}
 .footer-block-shipping i{
    border-radius: 100%;
    color: #000000;
    float: left;
    font-size: 27px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    width: 72px;
	background-color:#dadada;
	
}
 .footer-block-shipping i:hover{
	color:#ffffff;
	background-color:#000000;
 }
.footer-block-shipping .block-1,
.footer-block-shipping .block-2,
.footer-block-shipping .block-3{
	overflow:hidden;
}
 .footer-block-shipping b{
	display:none;
 } 
 .footer-block-shipping .icon, .footer-block-shipping .text {
	float:left;
 }
.footer-block-shipping .icon{
	margin-right:21px;
}
 .footer-block-shipping h3{
	margin-bottom:4px;
	margin-top:0;
 }
 .footer-block-shipping .text{
	margin-top:16px;
 }
 .footer-block-shipping .text span{
	font-size:12px;
	color:#808080;
	text-transform:uppercase;
 }
#carousel0{
	margin-bottom:20px;
	padding-bottom:33px;
	border-bottom:1px solid #dddddd;
	width:100%;
	float:left;
}
.footer-block-shipping{
	margin-top:20px;
	border-bottom:1px solid #dddddd;
	padding-bottom:45px;
	margin-bottom:38px;
	width:100%;
	float:left;
}
.footer-social ul li a{
	width:50px;
	height:50px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.footer-social ul li a i{
	font-size:20px;
	color:#505050;
	line-height:2;
	
}
.footer-social ul li a:hover i{
	color:#ffffff;
}
.footer-social ul li{
	  display: inline;
	   margin-right: 14px;
}
.contact-us .image{
	float:left;
	
}
.contact-us .address .image{
/* 	background-image:url(../image/about_icon1.png);
	background-repeat:no-repeat!important; */
	width:18px;
	height:18px;
	margin-right:7px;
	margin-top:2px;
	
	background-position:center center!important;
	
}
.contact-us .image span{
	display:none;
}
.contact-us .email .image{
/* 	background-image:url(../image/about_icon2.png);
	background-repeat:no-repeat!important; */
	width:18px;
	height:18px;
	margin-right:7px;
	margin-top:2px;
	
	background-position:center center!important;
}
.contact-us .font .image{
/* 	background-image:url(../image/about_icon3.png);
	background-repeat:no-repeat!important; */
	width:18px;
	height:18px;
	margin-right:7px;
	margin-top:2px;
	
	background-position:center center!important;
}
footer .column {
    color: #eee;
}
footer .column h3{
	margin-bottom:22px;
    color: #FFF;
}
footer .column a {
    color: #eee;
}
footer .column a:hover{
	color:#505050;
	text-decoration:underline;
}
.footer-about img{
	margin-bottom:12px;
}
.footer-contact{
	margin-bottom:27px;
}
.powered-payment {
    color: #eee;
}
.powered-payment a {
    color: #eee;
    text-decoration: underline;
}
.powered-payment ul li + li{
	color: #FFF;
	margin-left:7px;
}
.powered-payment ul li{
	display:inline;
}
.powered-payment .payment {
	text-align:right;
	margin-top:3px;
}
/*****menu*****/
.dropdown-menu-inner .option a.parent, .dropdown-menu-inner .option p.parent{
	font-size:17px;
	color:#202020;
	text-transform:uppercase;
	padding-left:21px;
	display:block;
	line-height:32px;
	margin-bottom:15px;
	padding-right:10px;
}
.dropdown-menu-inner .option > .image img{
	margin-left:20px;
}
.dropdown-menu-inner .column.product .name a{
	padding-right:10px;
}
.dropdown-menu-inner .option a.parent:hover{
	text-decoration:underline;
}
.dropdown-menu-inner .option ul.column li{
	padding-left:21px;
	padding-right:15px;
}
.dropdown-menu-inner .sub_category a{
	display:block;
	margin-bottom:11px;
}
.dropdown-menu-inner .staticblock .menu-block-main span{
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
.dropdown-menu-inner .staticblock .menu-block-main p{
	margin-bottom:19px;
}
.dropdown-menu-inner .staticblock .menu-block-main{
	
}
.dropdown-menu-inner .option ul.column.manufacturer li {
    text-align: center;
	padding:20px;
}
.dropdown-menu-inner .information{
	padding:0;
}
.dropdown-menu-inner .image{
	margin-bottom:20px;
}
.dropdown-menu-inner .image{
	transform: scale(1,1);
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1); 
-o-transform: scale(1,1);
-moz-transform: scale(1,1);
}
.dropdown-menu-inner .option .staticblock{
	padding:0 10px 0 21px;
}
.dropdown-menu-inner .option .staticblock p.parent{
	padding:0;
}
.dropdown-menu-inner .option .staticblock img{
	margin-bottom:17px;
}
.sub_menu_default > ul{
	margin:20px;
}
.boss-menu a:hover{
	text-decoration:underline;
}
.footer_column ul li a{margin-bottom:3px;}
.cloud-zoom {
    display: inline-block !important;
}
#back_top {
    background-color: rgba(255, 187, 35, 0.29);
    border-radius: 100%;
    bottom: 35px;
    color: #FFFFFF;
    cursor: pointer;
   display:none;
    padding: 8px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
	z-index:9998;
}
#back_top:hover{
	opacity:0.5;
}
#back_top span{
	background: none repeat scroll 0 0 #fca144;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
#back_top i{
	font-size:20px;
}
#page-container{
	position:relative;
}
#page-container.boxed {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 4px 2px #e1e1e1;
    margin: 0px auto;
    max-width: 1222px;
    padding: 0;
	overflow:hidden;
	background-color:#ffffff;
	background-image:none!important;
	
}
#page-container.boxed footer,#page-container.boxed header,#page-container.boxed .menubar,#page-container.wide header,#page-container.wide .menubar  {
	/* background-color:#ffffff; */
}

#page-container.wide{
	background-color:#ffffff;
	overflow:hidden;
}
#column-left  + #column-right  + #content .product-info .boss_check .box-check {
	width:100%;
	margin-bottom:5px;
}
.boss_scroll {
    opacity: 0.95;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
.video-content iframe { max-height: 100%; max-width: 100%;}
#page-container #content > .container{margin-bottom:0px;margin-top:20px;}
#tab-related li .relt_product, #product-related li .relt_product{
	
}
#column-left + #column-right + #content .limit-sort,
#column-left + #column-right + #content .product-filter .display{
	width:100%;
}
#column-left + #column-right + #content .product-filter .display{
	text-align:right;
}
.ie10 #search input{line-height:14px!important;}
/*****SAFARI*******/

@media screen and (-webkit-min-device-pixel-ratio){
	input[type="radio"], input[type="checkbox"]{
		margin-left:3px;
	}
}
.checkout-content .login-content input[type="radio"]{
	margin-left:4px;
	vertical-align:-1px;
} 
html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("../image/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../image/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  /* text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95; */
}

#swipebox-action {
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*******************************HOME2****************************/
.home2..block-home-shipping{
	margin-top:0;
}
.block-hompage2-content .block > div{
	background:#efefef;
	text-align:center;
	color:#202020;
	padding-top:66px;
	padding-bottom:38px;
	padding-left:45px;
	padding-right:45px;
	min-height:415px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.block-hompage2-content{
	border-top:1px solid #dbdbdb;
	padding-top:60px;
}
.block-hompage2-content .block > div:hover{
	background:#dadada;
}
.block-hompage2-content .block > div img{
	border:8px solid rgba(0,0,0,0);
	
}
.block-hompage2-content .block > div:hover img{
	background-color:#ffffff;
	border:8px solid rgba(0,0,0,0.3);
	border-radius:100%;
	transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
}
.block-hompage2-content .block a{
	color:#202020;
}
.block-hompage2-content .block a:hover{
	text-decoration:underline;
}
.block-hompage2-content .block span{
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato';
	color:#202020;
	display:block;
	margin-bottom:15px;
}
.block-hompage2-content .block .image{
	margin-bottom:37px;
}
.block-hompage2-content .block .image:hover img{
	opacity:inherit;
}
.block-hompage2-content{
	border-bottom:1px solid #dbdbdb;
	padding-bottom:70px;
}
.home2 .block-home-feature span{
	color:#202020;
	font-size:99px;
	font-weight:900;
	font-family:'Lato';
	text-transform:uppercase;
	display:block;
	width:40%;
	text-align:center;
	line-height:99px;
	margin-bottom:30px;
	
}
.home2 .block-home-feature{
	text-align:left;
	padding-top:110px;
	padding-bottom:40px;
}
.home2 .block-home-feature p{
	font-family:'Lato';
	font-size:29px;
	color:#202020;
	font-weight:400;
}
.home2 .boss-blog-featured .block-heading{
	text-align:center;
	color:#202020;
	font-size:30px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:50px;
}
.home2 .boss-blog-featured .time-stamp{
	position:absolute;
	left:0;
	background-color:#f2edd2;
	font-size:15px;
	color:#202020;
	top:20px;
	text-align:center;
	padding:8px 25px 11px 25px;
} 
.home2 .boss-blog-featured .image{
	
}
.home2 .boss-blog-featured .image img{
	width:100%;
}
.home2 .boss-blog-featured .article-detail{
	margin-top:17px;
	margin-bottom:17px;
	margin-right:10px;
}
.home2 .boss-blog-featured .time-date{
	display:block;
	
	font-size:20px;
}
.home2 .boss-blog-featured .time-month{
	display:block;
	font-size:14px;
}
.home2 .boss-blog-featured .article_content{
	border:1px solid #d8d8d9;
	margin-bottom:20px;
}
.home2 .boss-blog-featured .article-name{
	margin-bottom:19px;
}
.home2 .boss-blog-featured .image a:before{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.home2 .boss-blog-featured .image a:hover:before{
	box-shadow:0 0 0 20px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 0 0 20px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.home2 .boss-blog-featured .image:hover img{
	opacity:inherit;
}
.home2 .boss-blog-featured .box-article .row > div{
	display:inline-block;
	float:none!important;
	margin-right:-3px;
	vertical-align:top;
	
}
.home2 .boss-custom-pro .product-block{
	display:inline-block;
	float:none;
	margin-right:-3px;
	vertical-align:top;
	text-align:center;
	margin-bottom:45px;
}
.home2 .boss-custom-pro .main-product{
	text-align:center;
	margin-bottom:45px;
	margin-top:45px;
}
.home2 .boss-custom-pro .image:hover img{
	opacity:inherit;
}

.home2 .boss-custom-pro .border_block{
	border-left:1px solid #dbdbdb;
}
.home2 .boss-custom-pro{
	border-top:1px solid #dbdbdb;
	padding-top:30px;
	
}
.home2 .boss-custom-pro .box-items .row .items +.items{
	border-top:1px dashed #cccccc;
	padding-top:20px;
}

.home2 .boss-custom-pro .title h3{
	text-align:center;
	color:#202020;
	font-size:30px;
	text-transform:uppercase;
	font-weight:400;
	font-family:'Lato';
}
.home2 .boss-custom-pro .title{
	margin-bottom:55px;
}
/***************************HOME3******************************/
.boss-blog-featured .box-article ul li{
	display: inline-block;
    float: none;
    padding: 0;
    vertical-align: top;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:0;
	
}
.boss-blog-featured .box-article{
	position:relative;
}
.home3.block-home-shipping{
	background-color:transparent;
}
.home3.block-home-shipping .block_content{
	background-color:#F2EDD2;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}
.home3.block-home-shipping .title{
	font-size:53px;
}
.home3.block-home-shipping p{
	margin-top:26px;
}
.home3.block-hompage-special .block-content{margin-top:0px;} 
.home3.block_special{margin-top:20px;}
/*********************home4***********************/
.home4.block-home-golden,.home4.block-home-priest,.home4.block-home-theme{
	background-attachment: fixed;
    background-size: cover;
	
	overflow:hidden;
    padding-bottom: 118px;
    padding-top: 83px;
   
	
}
.home4.block-home-theme{
	margin-bottom:45px;
}
.home4.block-home-golden .text{
	float:right;
	text-align:center;
}
.home4.block-home-priest .text{
	float:left;
	text-align:center;
}
.home4.block-home-golden span,.home4.block-home-priest span{
	color:#202020;
	font-family:'Lato';
	font-size:98px;
	text-transform:uppercase;
	font-weight:900;
	line-height:98px;
	margin-bottom:40px;
	display:block;
}
.home4.block-home-theme span{
	font-family:'Lato';
	font-size:98px;
	text-transform:uppercase;
	font-weight:900;
	line-height:98px;
	margin-bottom:15px;
	display:block;
	color:#ffffff;
}
.home4.block-home-golden p,.home4.block-home-priest p{
	color:#202020;
	font-family:'Lato';
	font-size:30px;
	font-weight:400;
}
.home4.block-home-theme p{
	font-family:'Lato';
	font-size:30px;
	font-weight:300;
	color:#ffffff;
}
.home4.block-home-theme p b{
	font-weight:900;
}
.home4.block-home-theme {
	text-align:center;
	
}
.home4.block-home-provide{
	text-align:center;
	margin-top:45px;
	margin-bottom:50px;
}
.home4 .block-provide-detail h3{
	font-size:29px;
	
	font-weight:400;
	margin-bottom:75px;
}
.home4 .block-provide-detail .provide span{
	color:#202020;
	font-family:'Lato';
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin-bottom:40px;
}
.home4 .block-provide-detail .provide a:hover{
	text-decoration:underline;
	
} 
.home4 .block-provide-detail .provide .image{
	margin-bottom:60px;
}

.home4 .block-provide-detail .provide p{
	margin-bottom:17px;
}
.home4 .block-provide-detail .provide .image img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
/*****home5*******/
.home_page .header-home5{
	position:absolute;
	left:0px;
	top:20px;	
	height:100%;
	float:left;
	width:100%;
	padding-left:20px;
	padding-right:20px;	
}
.home_page .boxed .header-home5 header > .container,.home_page .boxed .header-home5 .menubar  > .container{
	width:auto;
}


.header-home5 header{position:relative;z-index:100;}
.header-home5 .menubar{position:relative;z-index:99;}


.home5.block-home-services{
	text-align:center;
	margin-top:80px;
	margin-bottom:10px;
}
.home5.block-home-services h3{
	font-size:29px;	
	font-weight:400;
	margin-bottom:45px;
}
.home5.block-home-services img{
	border:4px solid #f2f2f2;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.home5.block-home-services .image a{
	display:inline-block;
	border:1px solid #e3e3e3;
}
.home5.block-home-services .image:hover img{
	opacity:inherit;
	border:4px solid #e3e3e3;
}
.home5.block-home-services span{
	color:#202020;
	font-family:'Lato';
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin-bottom:20px;
}
.home5.block-home-services .image{
	margin-bottom:22px;
}
.home5.block-home-services p{
	margin-bottom:17px;
}
.home5.block-home-services .text a:hover{
	text-decoration:underline;
}
.home5.block-home-services .block-services-detail{
	border-top:1px solid #dbdbdb;
	padding-top:50px;
}
.home5.block-home-services img{
	width:100%;
}
.home5.block_special{
	margin-top:30px;
}
/**********home6*******/
@media (min-width: 768px) {
  .home-column-container {
    width: 740px;
	
  }
  .home-column-container #content > .container{
	width:auto
  }
}
@media (min-width: 992px) {
  .home-column-container {
    width: 960px;
  }
  .home-column-container #content > .container{
	width:auto
  }
}
@media (min-width: 1200px) {
  .home-column-container {
    width: 1200px;
  }
  .home-column-container #content > .container{
	width:auto
  }
}

#page-container .home-column-container #content > .container{
	margin-bottom:50px;
	margin-top:50px;
	padding-right:0;
	padding-left:0;
}
.home_page .home-column-container{
	margin:0 auto;
 }
.home_page .home-column-container #column-right{
	margin-top:97px;
 }
.block-hompage6-content .block > div{
	background:#efefef;
	text-align:center;
	color:#202020;
	padding-top:50px;
	padding-bottom:38px;
	padding-left:25px;
	padding-right:25px;
	
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	
}

.block-hompage6-content .block > div:hover{
	background:#dadada;
}
.block-hompage6-content .block > div img{
	border:8px solid rgba(0,0,0,0);
	
}
.block-hompage6-content .block > div:hover img{
	background-color:#ffffff;
	border:8px solid rgba(0,0,0,0.3);
	border-radius:100%;
	transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
}
.block-hompage6-content .block a{
	color:#202020;
}
.block-hompage6-content .block a:hover{
	text-decoration:underline;
}
.block-hompage6-content .block span{
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato';
	color:#202020;
	display:block;
	margin-bottom:15px;
}
.block-hompage6-content .block p{
	font-size:13px;
}
.block-hompage6-content .block .image{
	margin-bottom:37px;
}
.block-hompage6-content .block .image:hover img{
	opacity:inherit;
}
.home-column-container #boss_homefilter_tabs0 .home_filter_content .box-content h3, .home-column-container #boss_homefilter_tabs1 .home_filter_content .box-content h3{
	border-bottom:none;
}
.block-banner-home6 li img{
	width:100%;
}
.block-banner-home6{
	margin-top:50px;
	margin-bottom:50px;
}
.block-banner-home6.blockbottom{
	margin-bottom:20px;
}
.product-info .imgthumb{
	z-index:9;
}

/*custom code*/
.home_page .headerfull {
	background: #fca144;
	width: 100%;
	-webkit-box-shadow: 0px 1px 13px 0px rgb(142, 142, 142);
    -moz-box-shadow: 0px 1px 13px 0px rgb(142, 142, 142);
    box-shadow: 0px 1px 13px 0px rgb(142, 142, 142);
}
/* .home_page .headerfull2 {
	background: #FFF;
	width: 100%;
} */
.other_page .headerfull {
    background: #fca144;
    width: 100%;
    -webkit-box-shadow: 0px 1px 13px 0px rgb(142, 142, 142);
    -moz-box-shadow: 0px 1px 13px 0px rgb(142, 142, 142);
   box-shadow: 0px 1px 13px 0px rgb(142, 142, 142);
}
.other_page .headerfull #page-header{
	/* background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; */
}
.home-content h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.headerfull2 .telefon{
    display: block;
    font-size: 1.9em;
    font-weight: bold;
    color: #292929;
    text-align: right;
    margin-top: 20px;
}
/*=======================================================
			CALL US
========================================================*/
.call-us {
	background: url(../image/call-us.jpg) no-repeat;
	background-size: cover;
}
.call-us .overlay {
	padding: 50px 0;
	background: rgba(0,0,0,0.8)
}
.call-us ul {
	margin-bottom: 0px;
}
.call-us h4 {
	font-size: 22px;
	margin: 0px;
	color: #fff;
}
.call-us h6, .call-us h6 a{
	font-size: 25px;
	margin: 0px;
	color: #fff;
	font-weight: 600;
	font-family: 'Lato';
	text-transform: none;
	color: #4caf50;
	margin-top: 10px;
}
.call-us h1 {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 0px;
    line-height: 68px;
}
.call-us .btn {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #1b7d1f;
}
.call-us .btn:hover {
	background: #0072BA none repeat scroll 0 0;
    color: #fff;
}
.btn {
    background: #6f6561;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 6px 30px;
	height: 32px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
/*=======================================================
			CALL US
========================================================*/


/* bara */
.baraContact{background-color: #fca144; color:#FFF;}
.zonagri{
	background-color: #eeeeee;
	height: 70px;
}
.zonatext {position:relative;}
.zonatext .triunghi{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 25px;
	border-color: transparent transparent transparent #ffffff;
}

.blocGri{
	background-color: #eeeeee;
}

@media (min-width: 992px){
	.blocGri{ width: 24%; }
	.li1{height: 357px;}
}

.zonagri h3, .blocGri h3{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    color: #000000;
    font-size: 25px;
}

.zonagri h3{
    font-weight: 400;
}

.baraContact p{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
	color: #000000;
    font-size: 18px;
	margin-top: 7px;
}
.baraContact .telefon{
	display: block;
    font-size: 2.0em;
    font-weight: bold;
    color: #fff;
}

.li1{
    /* height: 357px; */
    color: #000000;
	text-align: justify;
}

.li1 h3{
	margin-bottom: 20px;
}

.li1 .btn-more{
	display: block;
}
.li1 .btn-more:hover{
	background: #fca144;
    color: #000000;
    border: 1px solid #fca144;
}

/*-------------------------------------------------------
			Proprietati homepage
--------------------------------------------------------*/

.property {
  margin-bottom: 10px;
  /* overflow: hidden; */
  /* position: relative; */
  width: 100%;
  border: 1px solid #CCC;
  cursor: pointer;
}
.property img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
  width: 100%;
  position: relative;
  top: 0;
}
.property span.propId {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border-right: 2px solid #fca144;
	border-bottom: 2px solid #fca144;
	color: #000000;
}
.property .overlay {
  z-index: 1;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,e8e8e8+100 */
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfff4 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	
	-moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.property .overlay h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 5px 0 3px 0 !important;
  line-height: 1.1;
  height: 35px;
}
.property .overlay figure {
  color: #000;
  font-weight: lighter;
}
.property .overlay .c-additional-info {
  margin: 0px 5px;
}
.property .overlay .additional-info {
  /* background-color: #073855; */
  border-top: 2px solid #fca144;
  display: table;
  height: 30px;
  list-style: none;
  width: 100%;
  padding: 8px 0px;
}
.property .overlay .additional-info li {
  color: #000;
  display: table-cell;
  width: 25%;
}
.property .overlay .additional-info li header {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.property .overlay .additional-info li figure {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.property .overlay .info {
  padding: 7px;
}
.property .price {
    /* color: #FFF !important; */
}
.property .property-image {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.property div.price {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
}

.property:hover img {
	moz-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.property:hover div.price {
	font-size: 13px;
}

.property:hover div.overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,cccccc+100 */
background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcfff4 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}


.container {
}
.agent {
    background: #eee;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
}
.margine-sus-10{
	margin-top: 10px;
}


.article-list2 {
    padding-top: 10px;
    margin-bottom: 10px;
}
.article-list2+.article-list2 {
    border-top: 1px dotted #0071B8;
}

.pginfo{
	font-size: 1.1em;
}

.pginfo p{
	text-align: justify;
	text-indent: 10px;
}

/* blocuri antet */
.h3Antet{
	background: url("../image/margineH3.jpg");
    background-repeat: repeat-x;
    background-position-y: 13px;
}

#boss_homefilter_tabs0 .home_filter_content .box-content h3.active a, #boss_homefilter_tabs1 .home_filter_content .box-content h3.active a, #boss_homefilter_tabs2 .home_filter_content .box-content h3.active a{
	background: #FFF;
	padding-left: 30px !important;
    padding-right: 30px !important;
}

.separator + .separator{
	border-left: 1px solid #DDD;
}

.search-panel-b{
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fca144;
    /* border-bottom: 1px solid #afafaf;; */
}
.mb15{margin-bottom: 15px;}

/* antete linie */
h3.titlu {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
	background: url("../image/margineH3.jpg");
    background-repeat: repeat-x;
     background-position: 50% 24%;
}
h3.titlu a {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #292929;
    font-size: 17px;
	background: #FFF;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* blocuri categorii */
.relativ{
	position: relative;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif !important;
}
.relativ a{
	color: #FFF;
}
.relativ h4{
	position: absolute;
    bottom: 30px;
    padding: 0px 10px;
    font-size: 30px;
    text-shadow: 3px 2px 4px black;
}
.relativ span{
	position: absolute;
	bottom: 10px;
	padding: 0px 10px 0px 20px;
	text-shadow: 3px 2px 4px black;
	font-style: italic;
	font-size: 20px;
}

/* parallax */
#parallax1 {
  padding: 80px 0;
  background: url(../img/img.jpg) left center fixed;
}

#parallax1 ul {
  display: table;
  margin: 0 auto;
}

#parallax1 li {
  display: inline-block;
  margin-left: 30px;
}

#parallax1 li:first-child {
  margin-left: 0px;
}

#parallax1 h1 {
  font-family: 'Raleway';
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
}

#parallax1 p {
  font-family: 'Raleway';
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
  text-align: center;
}

#parallax1 h1 span {
  color: #f0454d;
}

/* avantaje */
.dTitlu{
	text-align: center;
}

.dTitlu h3.avantaje_titlu{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    color: #FFFFFF;
    border-bottom: 2px solid #fca144;
    font-size: 25px;
    text-align: center;
    display: inline;
}

.avantaje{
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
}
.avantaje i.fa{
	display: block;
    width: 70px;
    height: 70px;
    background: #e43c4d;
    color: #FFFFFF;
    font-size: 40px;
    border-radius: 100%;
    line-height: 70px;
    text-align: center;
}

.img2_icon{
	display: none;
}

.relativ img {
  max-width: 100%;
  
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.relativ:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-info{
	background-color: #fca144;
    border-color: #fca144;
	color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	background-color: #907e6b;
	border-color: #907e6b;
}

.col-info .btn-info{
	width: 100%;
}

.col-info hr{
	border-top: 2px solid #fca144;
}

/*  Footer  */
.tz-footer {
  position: relative;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0f2d32;
  padding: 10px 0 10px;
  color: #aaa;
   background-image: url(../image/bk-footer.jpg);
}
.tz-footer .widget ul,
.tz-footer .widget ol {
  padding: 0;
  margin: 0;
}
.tz-footer .widget ul li,
.tz-footer .widget ol li {
  list-style: none;
}
.tz-footer .widget.widget_nav_menu a {
  color: #aaaaaa;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  padding: 0 5px 0px;
  position: relative;
  line-height: 1em;
}
.tz-footer .widget.widget_nav_menu a:first-child {
  padding-top: 0;
}
/* .tz-footer .widget.widget_nav_menu a:before {
  content: "\e944";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Linearicons';
  font-size: 10px;
  line-height: 13px;
  color: #57bb57;
} */
.tz-footer .widget.widget_nav_menu a:hover {
  color: #57bb57;
}
.tz-footer .widget {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.7em;
}
.tz-footer .widget .title-widget {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d8ecf0;
  line-height: 1.3em;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.tz-footer .widget .title-widget:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 0;
  border-bottom: 1px solid #57bb57;
}
.tz-footer .widget.widget_newsletterwidget form {
  position: relative;
  display: block;
  margin-top: 25px;
}
.tz-footer .widget.widget_newsletterwidget form:after {
  background: #43909f;
  content: "\e697";
  font-family: 'Linearicons';
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #d8ecf0;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.tz-footer .widget.widget_newsletterwidget form p {
  padding: 0;
}
.tz-footer .widget.widget_newsletterwidget form .newsletter-submit {
  background: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-indent: -9999px;
  z-index: 111;
  border: none;
}
.tz-footer .widget.widget_newsletterwidget input {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: none;
  color: #8d959a;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  padding: 10px 50px 10px 15px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-footer .tz-footer-one,
.tz-footer .tz-footer-two {
  padding: 4px 0;
  border-bottom: 1px solid rgba(141, 149, 154, 0.4);
}
.tz-footer .tz-footer-one h3.tz-property-box-title,
.tz-footer .tz-footer-two h3.tz-property-box-title {
  color: #d8ecf0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 15px;
  padding: 5px 0 16px 0;
  position: relative;
  text-transform: uppercase;
}
.tz-footer .tz-footer-one h3.tz-property-box-title:after,
.tz-footer .tz-footer-two h3.tz-property-box-title:after {
  border-bottom: 1px solid #57bb57;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 50px;
}
.tz-footer .tz-footer-one .tz-related-content,
.tz-footer .tz-footer-two .tz-related-content {
  padding-left: 70px;
  position: relative;
  display: block;
  background: transparent;
  box-shadow: none;
  margin-top: 22px;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des {
  padding: 0 15px;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des .tz-status,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des .tz-status {
  color: #f18038;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0 5px;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des .tz-status.RENT,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des .tz-status.RENT {
  color: #62b3ec;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des h5,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des h5 {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  padding-bottom: 4px;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des h5 a,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des h5 a {
  color: #aaaaaa;
  font-size: 13px;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des .tz-related-price,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des .tz-related-price {
  font-size: 14px;
}
.tz-footer .tz-footer-one .tz-related-content .tz-related-des .tz-related-price span,
.tz-footer .tz-footer-two .tz-related-content .tz-related-des .tz-related-price span {
  font-size: 10px;
}
.tz-footer .tz-copyright {
  color: #aaa;
  font-weight: 400;
  padding: 15px 0 0;
  text-align: center;
}
.tz-footer .tz-copyright p {
  color: #aaa;
  padding: 3px 0;
}
.tz-footer .tz-copyright h6 {
  color: #aaa;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.tz-footer .tz-copyright i {
  color: #27ae60;
  font-size: 11px;
}
.tz-footer .tz-copyright a {
  color: #aaa;
  font-weight: 400;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.tz-footer .tz-copyright a:hover {
  color: #27ae60;
}
.tz-footer .widget_tz_title {
  text-align: center;
  border: 1px solid rgba(141, 149, 154, 0.4);
  padding: 25px 40px;
}
.tz-footer .widget_tz_title .tzwidget-social i {
  font-size: 24px;
  line-height: 1.5em;
  color: #27ae60;
}
.tz-footer .widget_tz_title h3 {
  font-size: 14px;
  font-weight: 600;
  color: #d8ecf0;
  margin-top: 8px;
  margin-bottom: 15px;
}
.tz-footer .widget_tz_title p {
  color: #aaaaaa;
  font-weight: 400;
  padding-bottom: 9px;
  line-height: 1.7em;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social {
  position: relative;
  display: block;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social:after {
  content: "";
  display: table;
  clear: both;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a {
  background: transparent;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 1;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:before {
  background-color: #000;
  content: "";
  height: 120%;
  left: 110%;
  position: absolute;
  top: 90%;
  transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  width: 120%;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.facebook i {
  color: #3b5998;
  border: 1px solid #3b5998;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.facebook:before {
  background: #3b5998;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.twitter i {
  color: #019ac9;
  border: 1px solid #019ac9;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.twitter:before {
  background: #019ac9;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.google i {
  color: #6f3134;
  border: 1px solid #6f3134;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.google:before {
  background: #6f3134;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.flickr i {
  color: #cf487e;
  border: 1px solid #cf487e;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.flickr:before {
  background: #cf487e;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.linkedin i {
  color: #0176af;
  border: 1px solid #0176af;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.linkedin:before {
  background: #0176af;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.pinterest i {
  color: #cb2027;
  border: 1px solid #cb2027;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a.pinterest:before {
  background: #cb2027;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:hover,
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:active,
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:focus {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:hover:before,
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:active:before,
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:focus:before {
  left: -10%;
  top: -10%;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:hover i,
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:active i,
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:focus i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a:last-child {
  margin-right: 0;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact .tzwidget-social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
  vertical-align: middle;
  text-align: center;
}
.tz-footer .widget_tzcontact_info .tzwidget-contact p {
  font-weight: 300;
  color: #aaa;
  padding: 10px 0 0px;
  line-height: 1.7em;
}
.tz-footer .widget.widget_nav_menu ul {
  padding: 0;
}

/* -moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 2s ease;
-moz-transition: transform 2s ease;
-ms-transition: transform 2s ease;
-o-transition: transform 2s ease;
transition: transform 2s ease; */

.btn-act{
	background: #0F2E33;
    border-color: #000;
}
.btn-act:hover{
	background-color: #FCA144;
    border-color: #B97836;
}

.rosu{
	color: #F00;
}



/* cercuri */
a.cerc{
	display: inline-block;
    border-radius: 50%;
    border: 2px solid #fca144;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e2e2e2 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	position: relative;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

a.cerc:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #fca144 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#fca144 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#fca144 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fca144',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.cerc .txt_cerc{
    position: absolute;
    top: 47%;
    text-align: center;
    width: 100%;
	
	opacity: 0;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
} 

a.cerc .txt_cerc h4{
	font-size: 24px;
}

.img-cerc{
	max-width: 350px;
	border: 0px solid #fca144;
	
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a.cerc:hover .img-cerc{
	border: 20px solid #fca144;
    opacity: 0.4;
}

a.cerc:hover .txt_cerc{
    opacity: 1.0;
}

.linie-butoane{
	padding: 5px;
	background: #f3f3f3;
	margin-top: 10px;
}

.linie-butoane .butoane{
	display: inline-block;
    padding: 5px;
    font-size: 16px;
}
.linie-butoane .butoane i.fa{
	color: #fca144;
}

.pLogo{
	font-weight: bold;
	font-size: 15px;
	padding-top: 13px;
}

.mt6{margin-top: 6px;}
.mb10{margin-bottom: 10px;}
.mt20{margin-top: 20px;}

.col-sumar{
	position: relative;
}

.col-sumar h4{
	margin-bottom: 4px;
}

.zonapret{
	border: 2px solid #fca144;
    padding: 5px 0px;
   /*  position: absolute;
    bottom: 0px;
	width: 100%; */
}

.sl-mobil{
	padding: 5px 10px;
	text-transform: uppercase;
}
.formularmic-margin{
	background: #ffffff;
	border-bottom: 1px solid #fca144;
	border-top: 1px solid #fca144;
}

.formularmic{
	margin-top: 10px;
	border: 2px solid #fca144;
	padding: 10px;
	background: #f3f3f3;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: 8px;
  z-index:1;
}

.ribbon-green {
  font: bold 13px Sans-Serif;
  color: #FFFFFF;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.72) 1px 2px 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #07B245;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07B245), to(#04742D)); 
  background-image: -webkit-linear-gradient(top, #07B245, #04742D); 
  background-image:    -moz-linear-gradient(top, #07B245, #04742D); 
  background-image:     -ms-linear-gradient(top, #07B245, #04742D); 
  background-image:      -o-linear-gradient(top, #07B245, #04742D); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.ribbon-blue {
  font: bold 13px Sans-Serif;
  color: #FFFFFF;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.72) 1px 2px 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #4DA4EE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DA4EE), to(#0C5B9F)); 
  background-image: -webkit-linear-gradient(top, #4DA4EE, #0C5B9F);
  background-image:    -moz-linear-gradient(top, #4DA4EE, #0C5B9F); 
  background-image:     -ms-linear-gradient(top, #4DA4EE, #0C5B9F); 
  background-image:      -o-linear-gradient(top, #4DA4EE, #0C5B9F); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-blue:before, .ribbon-blue:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-blue:before {
  left: 0;
}
.ribbon-blue:after {
  right: 0;
}​

/* zona responsive */
/* sm */
@media (min-width: 768px){
	.headerfull2 .telefon{
		font-size: 1.7em;
		margin-top: 14px;
	}
	
	.baraContact {
		height: 70px;
	}
	.col-sumar {
		min-height: 490px;
	}
}

/* xs */
@media (max-width: 767px){
	.headerfull2 .telefon{
		font-size: 1.5em;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.sp20_mobil{ margin-bottom: 20px; }
	.zonagri h3{ text-align: center; }
	.baraContact .telefon{text-align: center;}
	.zonatext .triunghi{display: none;}
	h3.titlu{padding-bottom: }
	a.cerc .txt_cerc{opacity: 0.8;}
	.img-cerc{max-width: 100%;}
	a.cerc .txt_cerc h4 {font-size: 20px;}
	.col-sumar { padding: 0px 10px; }
	.formularmic{ margin: 10px 10px 0px; }
}