/*-----------------------------------------------------------------------------------
   Author: Harnish Design
   Author URI: http://harnishdesign.net
/*===================================================================================*/
/*  1. General Styles
/*===================================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans); 
  
html {
	overflow: -moz-scrollbars-vertical;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
} 
body {
	background:#fff;
	color:#222;
	font-family: 'Open Sans',"Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial,sans-serif,arial;
	line-height:18px;
    font-size:1.2em;  
    width:100%; 
    margin:auto;
    cursor:default;
    -webkit-font-smoothing: subpixel-antialiased;
}
a:visited { 
   background:#3e7cb4;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label { font-weight:normal; }
form {
	padding:0;
	margin:0;
	display:inline;
}
img { vertical-align:inherit; }
a, a b {
	color:#3e7cb4;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a b:hover {
	text-decoration:none;
	color:#000;
}
.row{margin:0px;}
a:focus { outline:none; }
/**===== Title =====**/
.title { margin:0px 0px 20px 0px;
         text-transform:uppercase;
         font-size:28px;
         font-weight:500;
         color:#d48800;
         padding-left:10px;
}
.title24 {
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	color: #d48800;
	padding-left: 10px;
}
.title4 { margin:0px 0px 20px 0px;
         text-transform:uppercase;
         font-size:24px;
         font-weight:600;
         color:#333;
         line-height:1.1em;
         padding:0 30px;
}
.title20 {
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 1.1em;
	padding: 0 30px;
}
.title2 { margin:0px 0px 10px 0px;
         text-transform:uppercase;
         font-size:24px;
         font-weight:500;
         color:#d48800;
         padding-left:0px;      
}
.title28 { margin:30px 0px 0px 0px;
         text-transform:uppercase;
         font-size:24px;
         font-weight:500;
         color:#d48800;
         text-align:center;       
}
.red{color:#cc0000;
     padding:3px;
     font-weight:600;}
.title3 { padding:10px 10px 10px 0px;
         text-transform:uppercase;
         font-size:14px;
         font-weight:400;
         color:#000;
}
.title-show  
{
     margin:50px 0px 20px 0px;
     text-transform:uppercase;
     font-size:28px;
     font-weight:600;
     color:#000;
}
.content-show  
{
     margin:20px;
     font-size:16px;
     font-weight:400;
     color:#000;
     line-height:1.5em;
}
 
div.background {
  background: url('../images/footer/showroom/showroom.jpg') no-repeat;
  height:465px; 
}
.containerBox {
    position: relative;
    display: inline-block;
}
.text-box {
    position: absolute;    
    height: 100%;
    text-align: center;    
    width: 100%;
}
.text-box:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
.txt_gold {
   display: inline-block;
   font-size: 20px; /*or whatever you want*/
   color: #d48800;   
}

/**===== Sub Title =====**/
.subtitle {
	position:relative;
	padding:0px;
	margin:0px 0px 20px 0px;
	line-height:normal;
	font-size:20px;
	color:#b43a3a;
	border-bottom:2px solid #ddd;
	padding-bottom:3px;
    text-align:center;
} 
.subtitle2 {
	position:relative;
	padding:10px;
	margin: 16px 0px 1px;
     width:100%;
    background-color:#eceae8;
	line-height:normal;
	font-size:1.4em;
    color:#000;
    border-top:2px solid #ddd;
    text-align:center;
   font-weight:400;   
}
.subtitle22 {
	position: relative;
	padding: 10px;
	margin: 16px 0px;
	width: 100%;
	font-size: 22px;
	color: #754836;
	border-top: 0px solid #ddd;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
}
.subtitle16 {
	position: relative;
	padding: 10px;
	margin: 16px 0px;
	width: 100%;
	font-size: 16px;
	color: #754836;
	border-top: 0px solid #ddd;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
}
.subtitle .viewall { font-size:12px; }

.subTop_menu{text-align:center;
        font-family: 'Open Sans',sans-serif,arial,helvetica,verdana;  
        font-size:12px;   
        margin:20px 0px 10px;
}
.subTop_menu img{ max-width:35px;}
.subTop_menu ul li{display:inline-block; padding-right:35px; border:0px; }
.subTop_menu a{color:#666666; font-size:1.0em; font-weight:600;}
.subTop_menu a:hover{color:#d48800;font-size:1.0em; font-weight:600;}
article{ font-size:14px; padding:0px  20px;font-weight:500;}
article p{text-align:left;color:#000;}
.sub_title_g{font-size:18px; text-align:center;font-weight:500;color:#d48800; padding:40px 10px 20px 10px;}
/*===================================================================================*/
/*  2. Layout
/*===================================================================================*/
.wrapper-box {
    margin:0px auto;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.video{max-width:853px;
       max-height:480px;}
  .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
} 
.wrapper-wide {
	max-width:100%;
	background:#fff;
    border-top:2px solid #eee;
}
.main-wrapper {
	max-width:1220px;
	margin:0px auto;
	padding:0 25px;
	clear:both;
}
.img-cover{
    margin: 0  0px 10px  0px;
    padding: 0  0px 10px  0px;
}
#container {
	text-align:left;
	margin-top:2px;
	margin-bottom:0px;
	width:100%;
}
#content { min-height:200px; }
.zoom-left{margin-left:-17px;}
/*===================================================================================*/
/*  3. Header
/*===================================================================================*/
#header {
	position: relative;
	padding:0px;
}
/*#header .htop { background:#3e7cb4; }*/
#header .header-row {
	position:relative;
	padding:5px 0;
    margin-top:4px;
}
#header .header-row .inner { padding:0; }
#header #logo img { display:inline-block!important; }
#header ul, #header ol {
	list-style:none;
    padding-left:15PX;
    padding-right:0PX; 
	margin:0;
}
 
.table-container {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table-container .col-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}
#top_menu {
    font-size:10px; 
    text-align:center;
    padding-top:5px;
    padding-bottom:2px; 
    margin-left:0px !important;
    margin-right:0px !important;
}
#top_menu .top_img{
    width:25px;
    height:25px;  
    margin: auto; 
    clear: both;  
 
}
.menu_HOF{left:-150px;}
.menu_lighting{left:-90px;}
.menu_Bedding{left:-190px;}
/**===== 3.1. Language & Currency =====
#language, #currency {
	float:left;
	border-right:1px dotted #5b9ad4;
}
#language span, #currency span {
	color:#fff;
	font-size:12px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}**/
#top .dropdown-menu {
	margin:0;
	border-radius:0px;
	padding:0;
	border:none;
	z-index:1013;
}
#top .dropdown-menu li a, #currency ul li .currency-select, #language ul li .language-select {
	color:#333;
	padding:7px 10px;
	text-align:left;
	font-size:12px;
	width:100%;
	background-color:#c8c8c8;
}
#top .dropdown-menu li + li a, #currency ul li + li .currency-select, #language ul li + li .language-select { border-top:1px solid #eee; }
/*#my_account:hover > a:after, #language:hover span:after, #currency:hover span:after, #header .links > ul > li.wrap_custom_block:hover > a:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #fff transparent;
	position:absolute;
	z-index:1014;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
}*/
#header .links > ul > li.wrap_custom_block:hover > a:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #fff transparent;
	position:absolute;
	z-index:1014;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
}
#language button .btn-link { border:none 0px; }
#header .links > ul > li.wrap_custom_block > a b {
	clear:both;
	content:' ';
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-color:#fff transparent transparent transparent;
	border-width:4px 5px 0px 5px;
	margin:0 0 1px 0;
}
.wrap-word{ word-break: keep-all;}
#language img {
	cursor: pointer;
	margin-right:5px;
}
#top .dropdown-menu li a:hover, #currency ul li .currency-select:hover, #language ul li .language-select:hover {
	color:#3e7cb4;
	background:none;
	text-decoration:none;
}
/**===== 3.2. Top Links =====**/
#header .links {
	position: relative;
	float:left;
	border-right:1px dotted #5b9ad4;
}
#header .links > ul > li {
	float:left;
	list-style-type:none;
	border-left:1px dotted #5b9ad4;
}
#header .links > ul > li.mobile, #header .links > ul > li.email { color:#fff; }
#header .links > ul > li.mobile { padding:0 10px; }
#header .links > ul > li > a, #header .links > ul > li .wrap_custom_block > a {
	padding:0px 10px;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	position:relative;
	display:block
}
#language .btn-link, #currency .btn-link {
	padding:0px 10px;
	border:none;
}
#language .btn-link:hover, #currency .btn-link:hover { text-decoration:none; }
#header .links > ul > li .fa-phone, #header .links > ul > li .fa-envelope {
	font-size:120%;
	margin-right:5px;
}
#header .links > ul > li.wrap_custom_block { position:relative; }
#header .links > ul > li.wrap_custom_block > div {
	display: none;
	background:#fff;
	position:absolute;
	z-index:1015;
	top:35px;
	padding:10px;
	box-shadow:0px 4px 8px rgba(0, 0, 0, 0.3);
}
#header .links > ul > li.wrap_custom_block > a b { margin-left:3px; }
#header .links > ul > li.wrap_custom_block > a:hover { text-decoration:none; }
#header .links > ul > li.wrap_custom_block > div ul li { list-style-type:none; }
#header #top-links {
	color:#fff;
	border-right:0px dotted #5b9ad4;
    margin-right:10px;
    color:#000;
}
#header #top-links > ul > li {
	float:left;
	border-left:0px dotted #5b9ad4;
}
#header #top-links > ul > li > a {
	color:#fff;
	text-transform:capitalize;
	display: inline-block;
	padding:0px 10px;
}
#header #top .links > ul > li, #header #top-links > ul > li, #language .btn-link span, #currency .btn-link span { line-height:27px; }
#header #top-links > ul > li > a:hover, #header .links > ul > li > a:hover { text-decoration:underline; }
.wrapper-box #header #top-links { border-right:none; }
.wrapper-box .htop .main-wrapper {
	max-width:1320px;
	padding:0;
}
/**===== 3.3. Mini Cart =====**/
#header #cart {
	position:relative;
	text-align:right;
}
 #location {
	position:relative;
	text-align:right;
}
#title{
	position:relative;
	text-align:left;
}
#header #cart #title .heading .cart-icon {
	width:20px;
	height:16px;
	background:#3e7cb4;
	position:relative;
	margin-right:5px;
	margin-top:8px; 
}
#header #cart #title .heading .cart-icon:before {
	clear:both;
	content:' ';
	display:block;
	width:14px;
	height:19px;
	top:-8px;
	left:3px;
	border:2px solid #3e7cb4;
	border-radius:50%;
	border-bottom:none;
	position:absolute;
}
#header #cart #title .heading .cart-icon:after {
	clear:both;
	content:' ';
	display:block;
	width:20px;
	height:2px;
	bottom:-2px;
	left:0px;
	border:1px solid #3e7cb4;
	border-top:none;
	position:absolute;
}
#header #cart .heading {
	text-decoration: none;
	font-size:12px;
	height:32px;
	color:#444;
	display:inline-block;
	position:relative;
	padding:0;
	background:none;
	border:none;
}
#header #cart .heading span {
	display:inline-block;
	line-height:28px;
    color:#000;
}
#header #cart.open .heading { color:#000; }
#header #cart.open .heading span:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #3e7cb4 transparent;
	position:absolute;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
	z-index:1012;
}
#header #cart .dropdown-menu {
	padding:8px;
	margin:0;
	z-index:1011;
	background: #FFF;
	border:3px solid #3e7cb4;
	border-width:3px 0px 0px 0px;
	width:420px;
	border-radius:0px;
	right:0;
	left:auto;
}
#cart .dropdown-menu li > p { margin:30px 0; }
#header #cart .dropdown-menu .remove {
	border-radius:100%;
	padding:0px 4px;
	line-height:normal;
}
 
#cart .dropdown-menu > li > .table > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	border-top:none 0px;
}
/**===== 3.4. Search Bar =====**/
#header #search {
	position:relative;
	display:block;
    height:20px;
    margin:0px; 
}
#header .button-search {
	width:20px;
	height:20px;
	font-size:12px;
	z-index:2;
	position:absolute;
	right:0;
	cursor:pointer;
	float:right;
	background:none;
	border:none;
	color:#bbb;
	padding:0;
}
.container-new
{  max-width:2000px; 
   margin:0 auto;
    }
#header #search input {
	background:#FFF;
	padding:0 10px 0 10px;
	height:26px;
	font-size:12px;
	color:#333;
	outline:none;
	display:block;
	border-radius:2px;
}
#header #search input:focus {
	border-color:#bbb;
	box-shadow:none;
}
#header.style2 #logo { text-align:center; }
#header.style2 #logo a img { display:inline-block; }
#header.style2 #cart { text-align:left; }
#header.style2 #cart .dropdown-menu {
	left:0;
	right:auto;
}
#header.style3 #cart { text-align:right; }
/*===================================================================================*/
/*  4. Menu
/*===================================================================================*/
#menu .navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}
#menu.navbar {
	border-radius:0px;
	min-height:50PX;	 
} 
#menu .navbar-nav {
	float:none;
	position:relative;
}
#menu-logo2 img{
display:none;
}
#menu-logo img{
vertical-align:middle;
}
#menu .nav > li > a.home_link span {
	text-indent:-99999px;
	position:relative;
	background:#656565;
	width:12px;
	height:5px;
	display:inline-block;
	vertical-align:middle;
	margin:0 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link span:before {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #656565 transparent;
	position:absolute;
	border-width:0 10px 9px;
	top:-9px;
	left:-4px;
	position:absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.row-clear{clear:both;}
#menu .nav > li > a.home_link span:after {
	clear:both;
	content:' ';
	display:block;
	width:12px;
	height:4px;
	border:1px solid #656565;
	border-width:0px 4px 0px 4px;
	position:absolute;
	bottom:-4px;
	left:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link:hover span {
	background:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link:hover span:before {
	border-bottom-color:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link:hover span:after {
	border-color:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu {
	border-bottom:3px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-right:0;
	border-left:0;
	margin-bottom:0px;
}
#menu .nav > li { height:50px; }
#menu .nav > li> img{ margin:5px 20px; }
#menu .nav > li > a {
	font-size:16px;
	color: #555;
	line-height:50px;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	z-index: 1009;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li:hover > a {
	color:#3e7cb4;
	background:#333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;   
}
.home_logo img:hover{
background:#000;
}
#menu .nav > li.sub:hover > a:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #3e7cb4 transparent;
	position:absolute;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
	z-index:1009;
}
#menu .nav > li .dropdown-menu { border-radius:0px; }
#menu .nav > li > .dropdown-menu {
	display: none;
	background:#fff;
	position:absolute;
	z-index:1010;
	padding:4px 0 0;
	border-top:3px solid #3e7cb4;
	border-bottom:0px none;
	border-left:0px none;
	border-right:0px none;
	font-size:12px;
    border-bottom:2px solid #c68d1e;
    padding-bottom:10px;
    border-radius: 0  0 0px 0px;
}
#menu .nav > li:hover > .dropdown-menu .custom_block ul { display:table-cell; }
#menu .nav > li > .dropdown-menu > ul { display:table-cell; }
#menu .nav > li > div > .column a span, #menu .nav > li > div > ul li a span {
	font-size:18px;
	line-height:13px;
	position:absolute;
	right:8px;
}
#menu .nav > li > div > ul {
	position:relative;
	width:160px; 
}

#menu .nav > li > div > ul li a { font-size:12px; }
#menu .nav > li ul + ul { padding-left: 20px; }
#menu .nav > li ul > li > a {
	text-decoration:none;
	padding:4px;
	display:block;
	min-width: 160px;
}
#menu .nav > li div > ul > li > a { color:#222; }
#menu .nav > li div > ul > li:hover > a { color:#3e7cb4; }
#menu .nav > li > div > ul { position:relative; }
#menu .nav > li > div > ul li + li { border-top:1px solid #eee; }
#menu .nav > li div > ul > li > a {
	font-size:12px;
	padding:6px 10px 6px 0px;
	display:block;
	color:#444;
	white-space:wrap;
}
#menu .nav > li > div > ul li:hover > a { color:#3e7cb4; }
#menu .nav > li > .dropdown-menu li { position:relative; }
#menu .nav > li > .dropdown-menu li .dropdown-menu {
	background:#fff;
	position:absolute;
	z-index:1008;
	padding:0px;
	box-shadow:0 6px 12px rgba(0, 0, 0, 0.3);
	display:none;
	border-top:2px solid #3e7cb4;
	left:100%;
	margin-top:-32px;
}
#menu .nav > li.mega-menu.dropdown, #menu .nav > li.menu_brands.dropdown  { position:static; }
#menu .nav > li.mega-menu.dropdown, #menu .nav > li.menu_brands2.dropdown { position:static; }
#menu .nav > li.mega-menu > div {
	display:none;
	background:#fff;
	margin-left:0px!important;
	width:100%;
	position:absolute;
	padding:10px 0px 0px 0px;
}
#menu .nav > li.mega-menu > div > .column {
	position:relative;
	display:inline-block;
	margin:0px 0px 15px 0px;
}
#menu .nav > li.mega-menu > div > .column > a {
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}
#menu .nav > li.mega-menu > div > .column > a, #menu .nav > li.mega-menu > div > .column > div > ul > li > a {
	padding:4px 0;
	display:block;
}
#menu .nav > li.mega-menu > div > .column:hover > a { color:#3e7cb4; }
#menu .nav > li.mega-menu > div > .column > div { display:block; }
#menu .nav > li.mega-menu > div > .column > div ul li { position:relative; }
#menu .nav > li.mega-menu > div .dropdown-menu ul li + li a { border-top:1px solid #eee; }
#menu .nav > li.menu_brands.name { position:relative; }
#menu .nav > li.menu_brands.name > div { padding:0px!important; }
#menu .nav > li.menu_brands2 > div {
	padding:15px 0px 0px!important;
	width:50%;
	margin-right:0px!important;
    float:right ;
}
#menu .nav > li.menu_brands2 > div > div {
	text-align:center;
	margin-bottom:10px;   
}
#menu .nav > li.menu_brands2 > div > div a {
	display:block;
	line-height:14px;
}
#menu .nav > li.menu_brands2 > div > div a img { display:inline-block;  margin-top:10px; vertical-align:auto; }

#menu .nav > li.menu_brands > div {
	padding:15px 0px 0px!important;
	width:100%;
	margin-left:0px!important;
}
#menu .nav > li.menu_brands > div > div {
	text-align:center;
	margin-bottom:10px;   
}
#menu .nav > li.menu_brands > div > div a {
	display:block;
	line-height:14px;
}
#menu .nav > li.menu_brands > div > div a img { display:inline-block;  margin-top:10px; vertical-align:auto; }
#menu .nav > li.custom-link-right { float:right; }
#menu .nav > li.wrap_custom_block > div.custom_block { padding:5px; }
/* Menu Center */
#menu.center .navbar-nav{text-align: center;}
#menu.center .nav > li{display: inline-block; float: none;}
.custom_block{ width:550px;}
.custom_block p {
	line-height:18px;
	margin:0;
}
.custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a { display:inline-block;color:#000;  margin-left:10px; }
.custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a:hover {color:#d48800;}
.nav > li.wrap_custom_block > div.custom_block a:hover{color:#d48800}
.custom_block { line-height:normal; }
.custom_block td, .custom_block th { padding:0px;
                                     width:240px;
}
.custom_block h1, .custom_side_block h1 {
	font-size:28px;
	margin-top:0px;
}
.custom_block h2, #custom_side_block h2 {
	font-size:24px;
	margin-top:0px;
}
.custom_block h3, #custom_side_block h3 {
	font-size:22px;
	margin-top:0px;
}
.custom_block h4, #custom_side_block h4 {
	font-size:20px;
	margin-top:0px;
}
.custom_block h5, #custom_side_block h5 {
	font-size:18px;
	margin-top:0px;
}
.custom_block .btn-sm { padding:5px 10px !important; }

.wish_pic  img
{ margin-right:10px;
  margin-bottom:20px;
  border:solid 0px #cc3377;
    }    
.wish_desc{padding-left:10px; }
.wish_info{font-size:12px;}
/*===================================================================================*/
/*  5. Feature box
/*===================================================================================*/
.custom-feature-box .feature-box {
	background:#f2f2f2;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
.custom-feature-box .feature-box .title {
	color:#555;
	font-size:13px;
	text-transform:uppercase;
	line-height:normal;
	margin:0;
}
.custom-feature-box .feature-box p {
	color:#888;
	font-size:12px;
	margin:0;
	line-height:normal;
}
.custom-line {border-bottom:2px solid #eee;width:80%; margin:0 auto; padding-top:20px;}
/*===================================================================================*/
/*  6. Breadcrumb
/*===================================================================================*/
.breadcrumb {
	color:#000;
	margin:7px;
    background:none;
	padding:0;
	border-radius:0px;
    float:left;
    font-size:12px;    
    text-transform:none;
    font-weight:500
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 2px;
    color: #ccc;
}
#breadcrumb { font-size:12px;
       float:left;
        }
#breadcrumb a { font-size:12px;
       text-decoration:none;
       text-transform:capitalize;
       font-weight:600;
       
        }
#share{ 
        float:right;
        font-size:12px !important;
        margin-top :7px;
        margin-right:18px;
}
 #share2{ 
       float:right;
        /*     
     margin-right:18px;*/ 
     margin-top:5px;
     margin-right:15px;
     
}
#breadcrumb ul li:first-child{padding-left:8px;}
#share ul li{display:inline-block;
             margin:0px;
             padding:0 5px;
             list-style: none;
}
#share ul li:last-child{padding-right:20px;}
#share ul li:first-child{padding-left:0px;}
.breadcrumb #share a {
	color:#999;
	font-size:10px;
}
.breadcrumb a:hover {
	color:#000;
	text-decoration:underline;
}
/*===================================================================================*/
/*  7. Category Page
/*===================================================================================*/

/**======= 7.1. Refine Search Category =======**/
.category-list-thumb, .category-list { margin-bottom:15px; }
.category-list-thumb > div {
	text-align:center;
	vertical-align:top;
	margin-bottom:10px;
}
.category-list-thumb > div img {
	max-width:100%!important;
	border:1px solid #dddddd;
	padding:3px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/**======= 7.2. Grid-List Icon =======**/
#list-view, #grid-view {
	font-size:18px;
	padding:0;
	background:none;
	margin-right:10px;
	color:#555;
}
#list-view:hover, #grid-view:hover { color:#000; }
#list-view:active, #grid-view:active {
	color:#444;
	box-shadow:none;
}
#list-view.selected, #grid-view.selected {
	color:#999;
	cursor:default;
}
/**======= 7.3. Produc Thumb =======**/

#rig, #rig11, #rig33, #rig3, #rig4, #rig2 {
	max-width: 100%;
	margin: 0 auto; /*center aligned*/
	padding: 0;
	font-size: 14px; /* Remember to change it back to normal font size if have captions */
	list-style: none;
	background-color: #fff;
}
 
.panel-title {
    font-size:13px;
    text-decoration:none; 
    font-weight:700;    
}
.panel-body {
    font-size:12px;
    line-height:20px;
    text-decoration:none; 
    font-weight:100;  
    border-top: 0px solid #ddd !important;  
}
 #collectionTitle {
    display:inline;
    margin-top:30px;
    position:absolute;
    margin-left:35px;
    color:#b41814;
    font-size:2em;
    z-index:99;
    text-transform:uppercase;
    text-align:center;
}
div .img-room{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:20px
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex .img-room {
  flex: 1 0 25%;
  box-sizing: border-box;
  background: #e0ddd5;
  color: #171e42;
  padding: 1px;
}
#collectionDiscription {
    display:inline;
    margin-top:60px;
    position:absolute;
    margin-left:15px;
    color:#808080;
    font-size:1em;
    text-align:left;
    line-height: inherit;
    z-index:99;
    width:40%;
    height:auto;
}
#rig li,#rig11 li {
    display: inline-block;
   * display:inline;/*for IE6 - IE7*/
    width:16.6%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:1px;
}
 #rig2 li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:50%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:6px;
}
#rig4 li {
	display: inline-block;
	*display: inline; /*for IE6 - IE7*/
	width: 25%;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0;
	padding: 6px;
} 
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 3px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
    text-align:center;     
}
.catlog-cell {
    margin:0px;
    display:block;
    box-shadow:0 0 0px rgba(0,0,0,0.3);
    position: relative;
    overflow:hidden;
    text-align:center;
    padding:10px;
 }
.no-border {  
    box-shadow:0 0 0px rgba(0,0,0,0.3) !important;     
}
 .rig-cell33 {
    /*margin:12px;*/
    box-shadow:0 0 3px rgba(0,0,0,0.3);
    display:block;
    position: relative;
    overflow:hidden;
    text-align:center;
}       
/* If have the image layer  transform:scale(1);*/
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transition:all 1s;
}
 .rig-img2 {
    display:block;
    width: 90%;
    height: auto;
    border:none;
   transition:all 0s;
}
.padding0{padding:0px;border:2px solid white;}
#rig li:hover .rig-img {
  /*  transform:scale(1.03);*/
   
}
.padding00{padding:0px;margin-left:0px;} 
.title_catalogs{
    color:#fff;
    font-size:32px;
    text-align:center;
    display:block;
    padding-top:30px;
    vertical-align:middle; 
    font-family:'Open Sans',sans-serif,arial;  
    text-transform:uppercase; 
}
.title_catalogs1 {
	color: #828283;
	font-size: 32px;
	text-align: center;
	display: block;
	padding-top: 30px;
	vertical-align: middle;
	font-family: 'Open Sans',sans-serif,arial;
	text-transform: uppercase;
}
.top-margin{margin-top:40px;}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}  
.showroom-title
{ color:#fff;
    font-size:32px;
    text-align:center;
    display:block;
    text-decoration: underline;
    font-family:'Open Sans',sans-serif,arial;  
    text-transform:uppercase; 
    margin-top:50px;
    }
.title-dealer
{ text-align:center;
  font-size:18px;
  color:#fff;
  padding:0px;
  margin-top:5px;
  text-transform:none !important;
    }
 .title-dealer a { color:#fff; }  
 .title-dealer a:hover {color:#fff; }     
 .title-gold{
    color:#d48800;
    font-size:18px;
    text-align:center;
    display:block;
    padding:30px 0 16px;
    vertical-align:middle; 
    font-family:'Open Sans', sans-serif;     
}
.title-gold2{
    color:#d48800;
    font-size:18px;
    text-align:left;
    padding: 15px 20px 0px;
    font-weight:600;    
}
.title-gray32 {
	color: #828283;
	font-size: 4em;
	text-align: center !important;
	padding: 15px;
	font-weight: 600;
}
.title-gray2 {
	color: #828283;
	font-size: 18px;
	text-align: left;
	padding: 15px 20px 0px;
	font-weight: 600;
}

.title-gold32 {
	color: #d48800;
	font-size: 4em;
	text-align: center !important;
	padding: 15px;
	font-weight: 600;
}
.title-info{
    color:#d48800;
    font-size:20px !important;
    text-align:left;
    padding: 15px 20px 0px;
    font-weight:600;    
}
.title-info2{
    color:#d48800;
    font-size:15px;
    text-align:left;
    padding: 0px 25px;
    font-weight:400;    
}
.title-white{
    color:#fff;
    font-size:18px;
    text-align:left;
    padding: 15px 0px 0px 23px;
    font-weight:500;    
}
.horizontal-line-white 
    { border-bottom: 1px solid  #fff; 
      padding-bottom: 5px;
      width:140px;
      margin:1px auto;
      line-height:110%;
   }
 .horizontal-line-black 
    { border-bottom: 1px solid  #000; 
      padding-bottom: 5px;
      width:140px;
      margin:1px auto;
      line-height:110%;
   } 
.horizontal-line-gray  
    {
    border-bottom: 1px solid  #666; 
    padding-bottom: 5px;
    width:140px;
    margin:1px auto;
}
.textBlack-14{ font-size:14px;
               color:#000000;
               padding:0px 15px;
               text-align:justify;}
.content_catalogs {
    font-size:14px;
    color:#fff;
    padding:10px ;
    font-family:'Open Sans', sans-serif;
    line-height:1.5em;
    margin:30px 0px;
    text-align:center;
}
.content_catalogs a{color:#fff;}
.content_catalogs a:hover{color:#333;}
.content_catalogs1 {
	font-size: 14px;
	color: #828283;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	margin: 30px 0px;
	text-align: center;
}
	.content_catalogs1 a {
		color: #828283;
	}

.content_catalogs1 a:hover {
	color: #333;
	}
.text_underline{
 text-decoration: none; 
  background: url(underline.gif) repeat-x 97% 90%;
  padding-bottom: 4px;
}     
.carrees {
    float: left;       
    width: 100%; 
    height:auto;}
.E-commerce
{ color:#000;
  font-size:16px;
  padding:7px 30px;
  font-weight:600;
}
.read-m
{  color:#d48800;
   font-size:13px;
   font-weight:600;
    padding:7px 30px;
}  
.car-white
    { position:relative;
      color:#fff;
      font-size:13px;
      padding:7px 50px;
      vertical-align:middle;
 }
.car-black
    { color:#000;
      font-size:13px;
      padding:7px 30px;
   }
   .txt_box1
   { text-align:center;
     padding:15px 60px 40px;
       
       }
/* If have the overlay layer 
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #3DC0F1 url(img/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);*//*For IE6 - IE8*/
   /* transition:all 0.6s;
}*/
#rig li:hover .rig-overlay {
    opacity:0.8;
   
}
 
.rig-text14 a{
    display:block;
    padding:15px 0px 15px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize;
    background-color:#fff;
    font-size:14px;
    font-weight:600;
    line-height:1.5em;
    min-height:70px;
}
.rig-text14 a:hover{
    display:block;
    padding:15px 2px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize;
    background-color:#fff;
    font-size:14px;
    font-weight:600;
    line-height:1.5em;
     min-height:70px;
}
.rig-text14sub a{
    display:block;
   padding:15px 2px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:uppercase;
    background-color:#fff;
    font-size:13px;
    font-weight:600;
    line-height:1.5em;
    min-height:70px;
}
.rig-text14sub a:hover{
    display:block;
    padding:15px 0px 15px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:uppercase;
    background-color:#fff;
    font-size:13px;
    font-weight:600;
    line-height:1.5em;
      min-height:70px;
}
.rig-text12 a{
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    font-size:0.9em;
    font-weight:500;
    line-height:1.5em;
    min-height:65px;
    text-transform:capitalize;  
}
.rig-text12 a:hover{
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#333;
    text-transform:capitalize;
    font-size:0.9em;
    font-weight:500;
    line-height:1.5em;
    min-height:65px;
}
.rig-text-cat {
    display:block;
    padding:22px 5px 0px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#333;
    text-transform:capitalize;
    font-size:18px;
    font-weight:600;
    line-height:1.3em;
   
}
.rig-text-cat a:hover{
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#333;
    text-transform:capitalize;
     font-size:22px;
    font-weight:600;
    line-height:1.5em;
    min-height:60px;
}
 
.rig-text5 a span{
    display:block;
    padding:20px 0px 0px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize !important;
    background-color:#fff;
    font-size:0.9em;
    font-weight:600 !important;
    line-height:2em;
    min-height:85px;
}
.rig-text5 {
    display:block;
   padding:10px 15px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize !important;
    background-color:#fff;
    font-size:11px;
     font-weight:600 !important;
    min-height:70px;
}
.rig-text4 a{
    display:block;
    padding:10px 0px 0px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize;
    background-color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:1.5em;
}
.rig-text4 {
    display:block;
    padding:10px 0px 1px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize;
    background-color:#fff;
    font-size:18px;
    font-weight:400;    
}
.text-download a  
{
   display:block;
    padding:10px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize;
    background-color:#fff;
    font-size:14px;
    font-weight:500; 
  }
  .text-download a:hover  
{
   display:block;
    padding:10px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#d48800;
    text-transform:capitalize;
    background-color:#fff;
    font-size:14px;
    font-weight:400; 
  }
   .rig-text2 {
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    font-size:0.9em;
    font-weight:600;
    line-height:1.5em;
    min-height:35px;
    text-transform:capitalize;
}
  .rig-text2 a{
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    font-size:0.9em;
    font-weight:600;
    line-height:1.5em;
    min-height:35px;
    text-transform:capitalize;
}
.rig-text2 a:hover{
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#333;
    text-transform:capitalize;
    font-size:0.9em;
    font-weight:600;
    line-height:1.5em;
    min-height:35px;
}
.rig-text28 {
    display:block;
    padding:15px 0px 10px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    background-color:#fff;
    font-size:24px;
    font-weight:400;
    color:#444;
    line-height:1.2em;   
}
.rig-text28 a:hover{color:#d48800;}
 
.rig-text18 a:hover{
    display:block;
    padding:10px 0px 10px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#444;
    text-transform:uppercase;  
    font-size:1.1em;
    font-weight:600;
}
.rig-text18 a{
    display:block;
   padding:10px 0px 10px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#444;
    text-transform:uppercase;  
    font-size:1.1em;
    font-weight:600;
}

.rig-text3 a{
    display:inline-block;
    padding:7px 10px;
    box-sizing:border-box;
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
    text-transform:capitalize !important;
    font-size:0.9em;
    line-height:1.5em;
    font-weight:600;
    height:60px;
   
}
#rig3 li{
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:23.7%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    height:auto;
}
#rig4 li {
	display: inline-block;
	*display: inline; /*for IE6 - IE7*/
	width: 25%;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0;
	height: auto;
}
#rig-cat li{
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:33%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    height:auto;
}
/* If have captions */
.rig-text  {
    display:block;
    padding:0 5px;
    box-sizing:border-box;
    position:relative;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:16px;
    font-weight:bold;
    font-weight:normal!important; 
    color:#444;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE
    transform:translateY(-20px);
    transition:all .3s;*/
}
.rig-text a{color:#444;}
div>a #collection-text {
   display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    color:#fff;
    font-size:14px;
    z-index:2;
    float:left;  
    margin:30px;
} 
#collection-text h4{color:#b41814; font-weight:bold;}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}
#rig33 li:hover .rig33-text {
    transform:translateY(0px);
    opacity:0.9;
}
#rig3 li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}
@media only screen and (min-device-width : 1201px) {
    #rig li { width:16.6%;  }
    #rig11 li { width:16.6%;}
    #rig33 li { width:33.33%; }
    #rig3 li { width:16.3%;}
	#rig4 li {
		width: 25%;
	}
    #rig-cat li { width:33%;}
} #rig li { width:16.6%;  }
@media only screen and (min-device-width : 768px) and (max-width: 1240px) {
    #rig li { width:25%;  }
    #rig11 li { width:25%;}
	#rig4 li {
		width: 25%;
	}
    #rig33 li { width:33.33%; }
    #rig3 li { width:24.5%;}
    #rig-cat li { width:49.5%;}
  
}


 

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
   #rig11 li {
        width:33.33%;
    }
      #rig33 li {
        width:50%;
    }
    #rig3 li {
        width:32.7%;
    }
	#rig4 li {
		width: 33.3%;
	}
   #rig-cat li { width:49%;}
}

@media (max-width: 550px) {
    #rig li {width:50%;}
    #rig11 li {width:50%;}
    #rig33 li {width:100%;}
    #rig3 li { width:49.1%;}
	#rig4 li {
		width: 50%;
	}
    #rig-cat li { width:100%;}

	.textBlack-14 {
		font-size: 12px;
		color: #000000;
		padding: 0px 5px;
		text-align: left;
		letter-spacing:normal;
	}
}
 
.product-filter {
	border:1px solid #EAEAEA;
	background:#F6F6F6;
	padding:6px 5px;
	line-height:18px;
}
.product-filter .form-control {
	padding:2px 12px 2px 8px;
	height:auto;
    
}
.product-list.row, .products-category.row 
{ margin:0 -7px;}
/* Carousel */
.owl-carousel { margin-bottom:20px; }
.owl-carousel .product-thumb .image { margin-bottom:5px; }
.owl-carousel .product-thumb {
	padding:7px;
	margin:0px 3px 0px 0px;
	position:relative;
	text-align: center;
	border:3px solid transparent;
}
@media only screen and (min-width:1025px) {
.owl-carousel .product-thumb:hover {
border-color:#eae9e9;
}
}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* Product Thumb */
.product-thumb .image { text-align: center; }
.product-thumb .image a { display: block; }
.product-thumb .image a img { display:inline-block; }
.product-thumb h4 {
	margin:0;
	padding-bottom:0px;
}
.product-thumb h4 a {
	font-size:13px;
	line-height:18px;
	text-decoration: none;
	display:inline-block;
	margin:0 auto;
	padding:0px;
	color:#333;
}
.product-thumb h4 a:hover { text-decoration:underline; }
.product-thumb .button-group button { border: none; }
.product-thumb .button-group .btn-primary {
	padding:4px 8px;
	margin-bottom:7px;
	font-size:11px;
	height:auto;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}
.btn-primary-black {
	padding:4px 8px;
	margin-bottom:7px;
	font-size:11px;
	height:auto;
	text-transform:uppercase;
    line-height:normal;
	background-color:#000;
	color:#fff;
}
.product-thumb .button-group .add-to-links button {
	background:none;
	color:#666;
	font-size:15px;
}
.product-thumb .button-group .add-to-links button:hover {
	color:#3e7cb4;
	cursor: pointer;
}
.product-thumb .rating { padding-bottom:7px; }
.product-thumb .rating span { vertical-align:top; }
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	font-weight:normal;
}
.product-thumb .price {
	margin:10px 0;
	font-size:13px;
	font-weight: bold;
}
.price-old {
	color: #F00;
	text-decoration: line-through;
	font-weight:normal;
	font-size:12px;
}
.price-new { font-weight: bold; }
.price, .price-new { color:#3e7cb4; }
.saving {
	background:#f12b63;
	border-radius: 100% 100% 100% 100%;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 40px;
}
/**======= 7.4. Grid Product =======**/
.product-grid {
	position: relative;
	text-align:center;
	vertical-align:top;
	background:#fff;
	padding:7px 7px 7px 7px;
	border:3px solid transparent;
	margin-bottom:15px;
}
.product-grid:hover { border-color:#eae9e9; }
.product-grid .product-thumb .image { margin-bottom:5px; }
.product-grid .product-thumb .image { float: none; }
.product-grid .product-thumb .description, .product-grid .product-thumb .price-tax, .owl-carousel .product-thumb .price-tax { display:none; }
.product-grid .product-thumb .button-group .add-to-links button, .owl-carousel .product-thumb .button-group .add-to-links button, {
padding:2px 6px;
}
@media only screen and (min-width:1025px) 
{
    .product-grid .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb .button-group .add-to-links { visibility:hidden;}
}
.product-grid:hover .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb:hover .button-group .add-to-links { visibility:visible; }
.product-grid .product-thumb .button-group .add-to-links button span { display:none; }
/**======= 7.5. List Product =======**/
.product-list {
	position:relative;
	padding:2px 0px;
	border-top:2px solid #eae9e9;
}
.product-list:first-child { border-top:none; }
.product-list .image {
	float:left;
	/*margin-right:15px;*/
}
.btnOK{color:Red;}
.product-list .product-thumb h4 { margin-bottom:8px; }
.product-list .product-thumb h4 a {
	font-weight: bold;
	font-size:15px;
}
.product-list .product-thumb .description { margin-bottom:0px; }
.product-list .product-thumb .button-group .btn-primary {
	float:left;
	margin-right:5px;
}
.product-list .product-thumb .button-group .add-to-links {
	float:left;
	padding:1px 0px;
	display:inline-block;
}
.product-list .product-thumb .button-group .add-to-links button span { font-size:12px; }
.product-list .saving {
	top:25px;
	left:16px;
}
.wish_title{ margin:20px 0 0 0;
            font-size:16px;
            color:#444;
            font-weight:600;
}
.wish_item{font-size:15px;
            margin-top:10px;
            color:#444;
            font-weight:600;
}
.wish_remove{ margin-top:50px;}
/**======= 7.6. Rating Star =======**/
.rating .fa-stack { font-size:6px; }
.rating .fa-star-o {
	color: #999;
	font-size: 13px;
}
.search_bar{ padding-left:15px;}
.rating .fa-star {
	color: #FC0;
	font-size: 13px;
     
}
.img-search{margin-top:0px;}
 img .img-search{margin-left:2px;margin-top:0px;}
.rating .fa-star + .fa-star-o { color: #E69500; }
/**======= 7.7. Pagination =======**/
.pagination { margin:0px; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #3e7cb4; }
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { border-radius:0px; }
.pagination > li > a, .pagination > li > span { color:#3e7cb4; }
/*===================================================================================*/
/* ROOM PAGE
/*===================================================================================*/
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center;
}
h4> .room-sub-title 
{
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px 15px;
}

.flex-container > div {
    padding: 10px;
    padding: 10px;
    margin:8px;
    flex: 1 50%;
    width:50%;
}
.flex-container > img {
    max-width:100%;
    padding: 10px;
    padding: 10px;
    margin:8px;
    flex: 1 100%;
}
/*section figure {
    position: relative;
    margin: 0 auto;  to center it 
    padding: 0px 0 0 0;  
    float:left;
    font-size: 22px;
    text-align: center;
}
section figure img {
    max-width: 100%;*/
   /* vertical-align: middle;  to make sure images behave like blocks 
    float:left;
}

section figure span{
    display: inline-block;
    position: relative;
}*/
 .content-right
{
    text-align:center;
    vertical-align:middle;
    }
/* section figure figcaption {
    position: absolute;
    right: 0; bottom: 0; left: 0;
    
    
}*/

/*===================================================================================*/
/*  8. Product Page
/*===================================================================================*/

.product-info { margin-bottom: 20px; }
.product-info .image {
	position:relative;
	text-align:center;
    max-width:100%;
    height:auto;
    border: 0px solid #ddd;
    border-radius: 4px;
    padding: 5px;     
}
.image-responsive {
    width:100%;
    height:auto;  
}
.product-info .zoomWrapper { display:inline-block; }
.product-info span.zoom-gallery {
	font-size:11px;
	line-height: 11px;
	font-style:italic;
	color:#666;
	padding:1px 0;
}
.product-info span.zoom-gallery .fa { font-size:13px; }
.product-info .image .zoomWrapper:after {
	visibility:hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.product-info .image-additional {
	overflow: hidden;
	margin-left: -7px;
	margin-top:15px;
}
.product-info .image-additional img {
	max-width:60px;
	height:auto;
	display:block;
	border:0px;
}
#column-left + #content .product-info .image-additional img, #column-right + #content .product-info .image-additional img { max-width:65px;margin-bottom:10px; padding:0px 2px; border:solid 1px #fff;}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left:3px;
	border-radius:0px;
	padding:1px 3px;
}
.product-info .image-additional a:hover, .product-info .image-additional a:focus, .product-info .image-additional a:active { border-color:#bbb; }
.product-info .image-additional a.active {
	opacity:0.5;
	outline: 0;
	cursor:default;
    border:solid 1px #d48800;
    padding:0px 2px;
 }
.product-info .description {
	line-height:25px;
	font-size:14px;
	margin-bottom:0px;
	padding-left:10px;
	color:#000;
}
.product-info {padding:2px 8px;}

/*.product-info .price-box {
	background:#F4F3F3;
	border:1px solid #eee;
	overflow: auto;
	padding:10px 5px;
	margin-bottom:20px;
}
.product-info .price {
	font-size:28px;
	font-weight: bold;
	color: #3e7cb4;
	line-height:24px;
}
.product-info .price-old {
	color:#F00;
	font-size:80%;
	text-decoration: line-through;
	font-weight:normal;
}*/
.product-info .cart {
	border-top: 0px solid #eae9e9;
	padding:25px 0px 10px;
	margin:20px 0px 10px;
	color: #4D4D4D;
	overflow: auto;
}
.related-img {
    max-width: 24%;
    text-align:center;
    font-size:11px;
    text-transform: uppercase;
  }
 #dimensions{padding-left:0px;
             font-size:12px;
 }
.product-info .cart div {
	vertical-align: middle;
	float:left;
}
.product-info .cart div.text-or { padding:5px 6px 0; }
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart div .wishlist {
	font-size:11px;
	display:inline-block;
	padding-top:3px;
	border:none;
	background:#cccccc;
	margin-left:0px;
}
.product-info .cart div .wishlist .fa { font-size:14px; }
.product-info .cart div .wishlist:hover { text-decoration:underline; }
.product-info .cart #button-cart {
	padding:11px 15px;
	text-transform: uppercase;
}
.product-info .cart .minimum {
	padding-top:5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .cart div .qty {
	margin-right:20px;
	float:left;
}
.addthis_toolbox {
	display:table;
	width:100%;
	font-size:11px;
}
/* Quantity plus minus */
.qty .control-label {
	margin-right:10px;
	margin-bottom:0px;
	float:left;
	padding:12px 0;
	display:inline-block;
}
.qty a {
	background: url("../images/plus.png") no-repeat 2px 2px #f5f5f5;
	display: inline-block;
	height:20px;
	width:20px;
	position: relative;
	text-indent: -9999px;
	border:1px solid #ccc;
	border-width:1px 1px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline:none;
}
.qty a.mines {
	background-position:2px -13px;
	border-width:1px 1px 1px 0px;
}
.qty a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#fff;
}
.qty #button-cart, .qty #input-quantity {
	float:left;
	font-size:15px;
	width:44px;
	padding-left:2px;
	padding-right:2px;
	height:40px;
	text-align:center;
}
/*===================================================================================*/
/*  9. Product Item for Left and Right Panel
/*===================================================================================
#column-right .side-item .product-thumb, #column-left .side-item .product-thumb {
	padding:0px 0px 7px 0px;
	text-align:left;
	border:0px none;
	margin:0;
	clear:both;
}
#column-right .side-item .product-thumb + .product-thumb, #column-left .side-item .product-thumb + .product-thumb {
	border-top:1px dotted #ccc;
	padding-top:7px;
}
#column-right .side-item .product-thumb .image, #column-left .side-item .product-thumb .image {
	float:left;
	margin-right:8px;
	margin-bottom:0px;
	width:50px;
}
#column-right .side-item .product-thumb .caption, #column-left .side-item .product-thumb .caption {
	float:left;
	max-width:202px;
}
#column-right .side-item .product-thumb h4, #column-left .side-item .product-thumb h4 { margin-bottom:2px; }
#column-right .side-item .product-thumb h4 a, #column-left .side-item .product-thumb h4 a {
	font-size:12px;
	display:block;
}
#column-right .side-item .product-thumb .price, #column-left .side-item .product-thumb .price {
	padding:0;
	margin:0px 0 2px 0;
	font-size:12px;
}
#column-right .side-item .product-thumb .saving, #column-left .side-item .product-thumb .saving {
	position:relative;
	line-height:normal;
	padding:0 3px;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	font-size:11px;
	border-radius:0px;
	display:inline-block;
}*/
 
/*===================================================================================*/
/*  10. Category Accordion
/*===================================================================================*/
.box-category ul, .list-item {
	list-style: none;
	margin-bottom:2px;
	margin-top:-5px;
	padding:0;
}
.box-category > ul > li, .list-item > li {
	display: block;
	position: relative;
}
.box-category .down {
	top:2px;
	right: 0;
	position: absolute;
	cursor: pointer;
	width:16px;
	height:24px;
	background: transparent url(../images/plus.png) 0px 4px no-repeat;
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.box-category .down:hover {
	opacity: 1;
	-moz-opacity: 1;
}
.box-category ul li a, .list-item li a {
	padding:5px 0px 0px 12px;
	color:#222;
	display: block;
	/*background: transparent url(../images/bullet-dark.png) 0px 10px no-repeat;*/
}
.box-category ul li.double a {
	display: inline-block;
	margin: 0;
}
.box-category ul li { position: relative; }
.box-category ul li ul li + li { border-top:1px dotted #ccc; }
.box-category > ul > li a.active + .down { background-position: 0px -12px; }
.box-category > ul > li > a {
	color: #333;
	text-transform: uppercase;
}
.box-category > ul > li ul {
	display: none;
	padding-left: 10px;
	margin-bottom:5px;
}
.box-category > ul > li a.active { font-weight: bold; }
.box-category > ul > li > a.active { margin-bottom:5px; }
.box-category > ul > li a.active + ul { display: block; }
.box-category a:hover, .list-item a:hover {
	text-decoration:underline;
	color:#3e7cb4;
}
.box-category > ul > li ul li a { margin-right: 16px; }
.box-category > ul > li ul li a:hover, .list-item a:hover { margin-right: 16px; }
.box-category > ul > li ul > li > a { text-decoration: none; }
/*===================================================================================*/
/*  11. buttons
/*===================================================================================*/
.buttons {
	border-top:1px solid #EEEEEE;
	overflow: auto;
	padding:15px 6px 0px 6px;
	margin-bottom: 20px;
}
.btn {
	padding:6.2px 12px;
	border:0px none;
	border-radius:0px;
	box-shadow:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu { font-size: 12px; }
.btn-group > .btn-lg { font-size: 15px; }
.btn-default {
	color: #444;
	background-color: #e7e7e7;
}
.btn-default:hover {
	background:#444;
	color:#fff;
}


.btn-primary-black:hover, .btn-primary-black:active, .btn-primary-black.active{
	background:#fff;
	color:#000;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #3e7cb4;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	color: #ffffff;
}
/*===================================================================================*/
/*  12. Tabs
/*===================================================================================*/
.nav-tabs > li > a.selected {
	color:#111;
	padding-bottom:5px;
	background:#FFFFFF;
	border-top: 2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	font-weight: bold;
}
.nav-tabs {
	margin-bottom:0px;
	border-width:2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-width:2px;
	font-weight:bold;
}
.nav-tabs > li { margin-bottom:-2px; }
.nav-tabs > li > a:hover {
	border-color:transparent;
	color:#444;
}
.nav-tabs > li > a {
	border-radius:0px;
	color:#666;
}
.tab-content {
	padding:15px 15px 10px;
	margin-bottom: 20px;
	z-index:2;
	border:2px solid #ddd;
	border-top:0px;
}
#tab-description ul {
	margin-left:20px;
	margin-bottom:15px;
}
.tab-sub {
	position:absolute;
	right:70px;
	top:-46px;
	border:none;
	padding:0;
	height:25px;
	line-height:25px;
}
.tab-sub a {
	padding:0px 7px;
	font-size:12px;
}
.tab-sub a.selected {
	padding:0px 10px;
	position:relative;
	border-width:2px;
	line-height:24px;
}
.tab-sub a.selected:hover {
	text-decoration:none;
	cursor:default;
}
.tab-sub a:hover { text-decoration:underline; }
.category-module-content { position:relative; }
.category-module .tabs {
	position:absolute;
	right:70px;
	top:-46px;
	height:25px;
	line-height:25px;
}
 .category-module .tabs li {
	float:left;
	list-style-type:none;
}
.category-module .tabs li a {
	padding:0px 7px;
	font-size:12px;
	display:inline-block;
	color:#333;
}
.category-module .tabs li.active a {
	position:relative;
	line-height:24px;
	color:#111;
	background:#FFFFFF;
	border-top: 2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	font-weight: bold;
}
.category-module .tabs li.active a:hover {
	text-decoration:none;
	cursor:default;
}
.category-module .tabs li a:hover {
	text-decoration:underline;
	color:#004B91;
}
.product-tab { margin-bottom:20px; }
.product-tab .tabs {
	height:32px;
	line-height:15px;
	padding-left:10px;
	border-bottom:2px solid #ddd;
	margin-bottom:20px;
}
.product-tab .tabs li {
	float:left;
	list-style-type:none;
}
.product-tab .tabs li a {
	padding:7px 15px 6px 15px;
	float:left;
	font-size:18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #222;
	margin-right: 2px;
	opacity:0.7;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
.product-tab .tabs li.active a {
	opacity:1;
	padding-bottom:8px;
	background: #FFFFFF;
	border-top:2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right:2px solid #ddd;
}
.product-tab .deactive, .category-module .deactive { display:none; }
.addthis_default_style > a { padding:0 }
/*===================================================================================*/
/*  13. Static Banner
/*===================================================================================*/
.marketshop-banner > div.row div { margin-bottom:5px; }
.marketshop-banner div img {
	width:100%;
    margin-left:0px;
    margin-right:0px;
	height:auto;
	display:block;
	opacity: 1;
	
}
.marketshop-banner div a img:hover {
	opacity:0.8;
	
}
.row2{margin:13px -6px; width:100%;}
/*===================================================================================*/
/*  14. Faq  warranty Page
/*===================================================================================*/
.faq .panel-title {
	font-size:15px;
	margin:2px 0;
	display:inline-block;
}
.faq .panel-title:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
.faq .panel-body { padding:10px; }
.faq .panel-body1 { padding:5px 0px 10px ;}
.content-line{line-height:1.6em;
                  text-align:left;}
/*===================================================================================*/
/*  15. Sitemap Page
/*===================================================================================
.sitemap {
	margin: 0;
	padding: 0;
}
.sitemap > li {
	display:block;
	position:relative;
	font-weight:bold;
	color:#222;
}
.sitemap li a {
	color:#222;
	padding:5px 8px 5px 0px;
	display:block;
	font-weight:bold;
}
.sitemap li ul {
	border-left:1px solid #ccc;
	list-style-type:none;
	margin:0px 0 0px 4px;
}
.sitemap li ul li {
	position:relative;
	padding:0px 0 0px 22px;
}
.sitemap li ul li:before {
	border-top: 1px solid #ccc;
	content: " ";
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	top: 12px;
	width: 15px;
}
.sitemap li ul li a { font-weight:normal; }
.sitemap li a:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
.sitemap-icon {
	font-size: 200px;
	color: rgb(238, 238, 238);
}*/
/*===================================================================================*/
/*  16. Footer
/*===================================================================================*/
#footer {
	border-top: #d8d8d8 1px solid;
	width: 100%;
	margin: 0;
	padding: 10px 3%;
	background-color: #eeeeee;
	border-bottom: #d8d8d8 1px solid;
}
.warranty{width:550px !important; margin: 0px auto;}
.foot-title{
    font-weight:600;
    padding-left:10px !important;
    text-transform:uppercase;
}
h5 .foot-title{ text-align:left;}
/**===== 16.1. Footer Links =====**/
#footer .fpart-first {
	 
	color:#444;
	padding:7px 10px 20px;	 
}
/**#footer .fpart-first a { color:#888; }*/
#footer .fpart-first a:hover {
	color:#3e7cb4;
	text-decoration:none;
}
#footer .fpart-first ul { padding:0; }
#footer .fpart-second {
	background-color:#fff;
	color:#666;
	padding:5px 0px 0px;  
}
#footer .fpart-second a { color:#3e7cb4; }
#footer .fpart-second a:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
#footer .custom-text { padding:0px 0px  15px;} 
#footer .custom-text p { margin:0; color:#ccc; font-size:14px; }
/*#footer h5 {
	color:#222;
	font-size:1em;
	margin:5px 0 5px 0;
	padding:0px 0px 5px 0px;
	font-weight:600; 
}*/
#footer .column ul li { list-style-type:none; }
#footer .column a {
	text-decoration: none;
	display:block;
	padding:5px 2px;
	line-height:0.9em;
	font-size:14px;
    color:#000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.QAtitle{vertical-align:middle;margin-right:10px;margin-bottom:10px;} 
.QA{ margin-right:10px; width:30px;} 
.clearfix {zoom: 1;}
.QA-left{float:left;}
.QA-right{float:right;}
.ROW-QA {padding:50px 50px 0px;}
.titleQA  
{
    padding:0px;
    text-transform:uppercase;
    font-size:16px;
    font-weight:400;
    color:#000;
}
.titleQA img {
		left: 0;
		position: absolute;
		top: 0;
		width:30px;
	} 
.contenQA
{
  padding: 0 0 0px 40px; /* 40px being the width of the img + how much space you want to put between it and your text */
  position: relative; /* So the img is relative to this */
  line-height:1.5em;
  font-size:14px;
}  
 .contenQA img {
		left: 0;
		position: absolute;
		top: 0;
		width:30px;
	}  
.clearfix:after {
    content: "";
    display: table;
}
newsletter-input {
    border-left: #dfdcdc 1px solid;
    border-top: #dfdcdc 1px solid;
    border-bottom: #dfdcdc 1px solid;
    padding: 0 9px;
    width:100% !important;
    height: 25px;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
}
.newsletter-submit {
    background: #999 url(../images/mail.png) no-repeat center;
    text-indent: -9999px;
    border: none;
    width: 28px;
    height: 24px;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
}
#footer .column a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**===== 16.2. Contact Block =====**/
#footer .contact ul li {
	font-size:14px;
	list-style-type:none;
	line-height:20px;
	padding-left:22px;
	position:relative;
}
#footer .contact > ul > li > .fa { position:absolute; left:0px; top:1px;}
#footer .contact > ul > li > .fa-map-marker { font-size:18px; }
#footer .contact > ul > li > .fa-phone { font-size:18px; }
#footer .contact > ul > li > .fa-envelope { font-size:15px; }
#footer .contact ul li + li { margin-top:12px; }
#footer .contact ul li.email a { text-decoration:underline; }
#footer .contact ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .contact ul li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
/**===== 16.3. footer_logo  =====**/
#footer .footer_logo {
	text-align:center;
	padding:0px 0 2px 0;
}
#footer .footer_logo  img {
	display:inline-block;
	margin:0px 3px 3px 3px;
	vertical-align:middle;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .footer_logo  img:hover {
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**===== 16.4. Social Icon =====**/
#footer .social {
	margin:0;
	text-align:left;
	padding:0px;
}
#footer .social a {
	float:left;
	margin:0px 0 0px 5px;
}
#footer .social a img{
  margin:0px 0 0px 0px;
}
#footer-logo{
  margin-left:10px 15px;
}
.term{text-align:center;margin-top:30px;}
/* 3.3 - Social Icons */
.social-icons {
	float: none;
}
.social-icons li {
	float: left;
}
.social-icons li:last-child span {
	margin: 0 !important;
}
.twitter_icon, 
.pinterest_icon, 
.facebook_icon, 
.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon, 
.youtube_icon, 
.rss_icon, .fa-map-marker_icon,
.flickr_icon {
    border:#ddd solid 0px; 
	display: block;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	margin: 0 2px 0 0;
	width: 30px;
	height: 30px;
    font-size:2em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fa-facebook-square:hover{
    color: #3B5998;}
 .fa-youtube-square:hover{
    color: #cc0000;}  
 .fa-twitter-square:hover{
    color: #0066cc;}  
.fa-map-marker_icon:hover
.twitter_icon:hover, 
.pinterest_icon:hover, 
.facebook_icon:hover, 
.googleplus_icon:hover, 
.tumblr_icon:hover, 
.vimeo_icon:hover, 
.youtube_icon:hover, 
.rss_icon:hover, 
.flickr_icon:hover {	 
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footer .social a img 
{
    max-width:25px;
	display:block;
	padding:0px;
	margin:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .social a img:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input#mc-embedded-subscribe{
background:url(../images/icons/email_submit.png);
background-repeat: no-repeat;
width:33px;
height:24px;
border: 0; 
text-indent:-999px; 
margin-left:-4px;
 
}
#mce-EMAIL
{  padding-left:6px;
   font-size:11px;
   width:160px;
    }
/* 

#footer .social .facebook a img:hover {
	background-color:#6699cc;	 
}
#footer .social .Twitter a img:hover {
	background-color:Blue;	 
}
#footer .social .instagram a img:hover {
	background-color:Blue;	 
}
#footer .social .youtube a img:hover {
	background-color:Blue;	 
}*/
/**===== 16.5. Powered by Text =====**/
#footer #powered {
	line-height:20px;
	padding:0px 0 25px;
	margin-bottom:25px;
	border-bottom:1px solid #E8E8E8;
}
#footer #powered a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer #powered a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .powered_text { padding-top:6px; }
#footer .powered_text p {
	line-height:18px;
	margin:0;
}
/**===== 16.6. Back To Top =====**/
#back-top { display:none; }
#back-top a {
	position:fixed;
	bottom:0px;
	right:10px;
	background-color:#333333;
	width:45px;
	height:30px;
	text-align:center;
	color:#fff;
	display:block;
	font-size:20px;
	line-height:28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#back-top a:hover {
	background-color:rgba(112, 151, 187, 0.66);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*===================================================================================*/
/*  17. Slide Block
/*===================================================================================*/
.sort-order-1 {
	top:210px;
	z-index:10000;
}
.sort-order-2 {
	top:270px;
	z-index:9999;
}
.sort-order-3 {
	top:330px;
	z-index:9998;
}
.sort-order-4 {
	top:390px;
	z-index:9997;
} 
.twitter_icon, 
.pinterest_icon, 
.facebook_icon, 
.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon, 
.youtube_icon, 
.rss_icon, 
.flickr_icon {
	background: url(../images/icons/social-icons.png) no-repeat #444;
}
.twitter_icon,
.twitter_icon:hover {
	background-position: 8px 8px;  
}
.twitter_icon:hover {
	 background-color: #2aabcf;      
}

.pinterest_icon,
.pinterest_icon:hover {
	background-position: -20px 8px;
}
.pinterest_icon:hover {
	 background-color: #ba1212;   
}
.facebook_icon,
.facebook_icon:hover {
	background-position: -47px 8px;
}
.facebook_icon:hover {
	 background-color: #3e7cb4;   
}
.googleplus_icon,
.googleplus_icon:hover {
	background-position: -77px 6px;
}

.tumblr_icon,
.tumblr_icon:hover {
	background-position: -105px 6px;
}

.vimeo_icon,
.vimeo_icon:hover {
	background-position: -133px 6px;
}

.youtube_icon
 {
	background-position: -158px 8px;     
}
.youtube_icon:hover {
	background-position: -158px 8px; 
    background-color: #bb2020;    
}
 
/**===== 17.3. Custom Side block =====**/
#custom_side_block {
	position:fixed;
	width:215px;
	background:#fff;
	border:3px solid #ed5f01;
	padding:5px 10px;
}
#custom_side_block.custom_side_block_left { left:-215px; }
#custom_side_block.custom_side_block_right { right:-215px; }
#custom_side_block img {
	width:100%!important;
	height:auto!important;
}
.custom_side_block_icon {
	width:30px;
	height:50px;
	cursor:pointer;
	display:block;
	text-align:center;
	line-height:54px;
	position:absolute;
	top:-3px;
	background-color:#ed5f01;
}
.custom_side_block_icon .fa-chevron-right, .custom_side_block_icon .fa-chevron-left {
	font-size:20px;
	color:#FFF;
}
.custom_side_block_left .custom_side_block_icon { right:-33px; }
.custom_side_block_right .custom_side_block_icon { left:-33px; }
/**===== 17.4. Video Box =====**/
#video_box {
	position:fixed;
	width:566px;
	background:#fff;
	border:3px solid #ff679a;
	padding:0px;
}
#video_box iframe { border-width: 0px; }
#video_box.vb-left { left:-566px; }
#video_box.vb-right { right:-566px; }
#video_box p {
	margin-bottom:0px;
	line-height:0px;
}
#video_box_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#ff679a;
}
#video_box .fa-play {
	font-size:16px;
	color:#FFF;
}
.vb-left #video_box_icon { right:-33px; }
.vb-right #video_box_icon { left:-33px; }
/*===================================================================================*/
/*  18. Five Grid Columns
/*===================================================================================*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.col-xs-5ths .col-md-5ths{
	width: 20%;
	float: left;
}
/*===================================================================================*/
/*  19. Contact Page
/*===================================================================================*/
.contact-info{padding-left:40px; position:relative; min-height:50px; margin-bottom:20px;}
.contact-info .contact-info-icon{position:absolute; left:0; font-size:30px; width:40px; height:40px; text-align:center; color:#aaa;}
.contact-info h4{font-size:17px; margin-top:0px; color:#000; padding-top:5px;}
#msg_succ {
    font-size: 16px;
    color: #514ea5;
    font-weight:600;

}
/*===================================================================================*/
/*  19-2. info Page
/*===================================================================================*/
.info-care {
    background-color: #323232;
    padding: 0 30px 30px;
    color: #fff;
}
    
.terms 
{   background-color:#c8c8c8;
    padding:30px; 
    color:#fff; 
    margin-top:30px;
    font-weight:500;
    line-height:1.5em;
    }
.terms-content
{
    line-height:1.7em;  
    }
.term ul li
{
    list-style-type:none;
    }
.terms ul li a
{
    color:#000;
    text-transform:uppercase;
    line-height:1.5em;
    list-style-type:none;
    }
    
.terms ul li a:hover{color:#d48800;
                     }   
    .info-parts 
{   background-color:#fff;
    padding:0 30px 30px; 
    color:#000; 
    }
.info-care ul li a{color:#fff;}
.info-care ul li a:hover{color:#d48800;}
.contact-info .contact-info-icon{position:absolute; left:0; font-size:30px; width:40px; height:40px; text-align:center; color:#aaa;}
.contact-info h4{font-size:17px; margin-top:0px; color:#000; padding-top:5px;}

/*===================================================================================*/
/*  20. Manufacturer Page
/*===================================================================================*/
.brand-index a{border:1px solid #eee; padding:2px 5px; margin:0 4px; font-size:14px; display:inline-block;}
.brand-index a:hover{border:1px solid #ccc; background: #f2f2f2}
.manufacturer-info .manufacturer-title{background: #c8c8c8;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.4em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 20px;
    text-transform:uppercase;
    clear:both;
    font-weight:600;
}

.manufacturer-info .manufacturer{text-align:center; margin-bottom:15px;}
.manufacturer-info .manufacturer .thumbnail{margin-bottom:5px; border-radius:0px; border:1px solid transparent;}
.manufacturer-info .manufacturer:hover .thumbnail{border:1px solid #ddd;}

/*===================================================================================*/
/*  21. Shortcodes
/*===================================================================================*/
 .divider {
	clear:both;
	height:40px;
}
 .divider30 {
	clear:both;
	height:30px;
}
.dropcap {
	display: block;
	float: left;
	font-size:40px;
	line-height: 1em;
	margin:0px 5px 0 0;
}
blockquote { font-size:12px; }
h4.panel-title a{ 
	padding:0; 
	font-size:14px;
	font-weight:600;
}
	.panel-heading{
		padding:10px 5px;
	}
.panel-body {
	padding: 5px;
}
	.simple-ul {
		margin: 0 0 15px 0;
		padding: 0;
		list-style: none;
	}
.simple-ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.simple-ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	font-family: fontawesome;
}
.simple-ul ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.simple-ul ul li:after {
	content: "•";
	font-size: 1em;
}
.decimal-list {
	margin:0px 0 15px 20px;
	padding: 0;
	list-style: decimal outside;
}
.decimal-list li {
	padding-left: 0;
	margin-bottom: 5px;
	text-indent: 0;
}
.decimal-list ul {
	margin: 5px 0 5px 17px;
	padding: 0;
	list-style: decimal outside;
}
/* Featured Box */
.featured-box{position:relative; margin-bottom:20px;}
.featured-icon{border-radius: 50%;
    color: #fff;
	background-color:#3e7cb4;
    display: inline-block;
    font-size: 40px;
    height: 110px;
    line-height: 110px;
    margin:5px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 1;}
.featured-box h4{font-size:22px;}

/* Feature Box */
.feature-box{margin-bottom:20px;}
.feature-box .feature-icon{
    color: #3e7cb4;
    display: inline-block;
    font-size: 40px;
    height:40px;
    text-align: center;
    width:40px; float:left;}
.feature-box .feature-content{padding-left:50px;}
.feature-box h4{font-size:22px; margin-top:0;}
/* Infographic */
.infographic{position:relative; margin-top:30px;}
.infographic-inner{padding-bottom:50px;}
.infographic .infographic-inner:before{content: "";
    display: block;
    height:15px;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    bottom:-5px;
    width:44px;
	background:#bbb;}
.infographic .infographic-inner:after{
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -4.5px;
    position: absolute;
    top:5px;
    width:9px;
    z-index: 0;
	border:2px solid #bbb;
	border-bottom:none;
	border-top:none;
	}
	
.infographic-box{width:50%; position:relative;}
.infographic-box-inner{width:80%; position:relative; background:#00a9a6; padding:15px; color:#fff; z-index:1;}
.infographic-box .infographic-year{position:absolute; right:-80px; color:#000; font-size:26px; top:6px; font-weight:600;}
.infographic-box:after{clear:both;
	content:' ';
	display:block;
	width:100%;
	height:4px;
	background:#00a9a6;
	position:absolute;
	top:15px;
	right:0;}
.infographic-box:before{clear:both;
	content:' ';
	display:block;
	width:25px;
	height:25px;
	background:#fff;
	z-index:1;
	position:absolute;
	border:7px solid #00a9a6;
	border-radius:50%;
	top:3px;
	right:-12px;}
.infographic-box.pull-right{margin-top:140px;}
.infographic-box.pull-right:after{left:0;}
.infographic-box.pull-right:before{left:-12px;}
.infographic-box.pull-right .infographic-year{left:-80px;}
.infographic-box h4{margin-top:0px; font-weight:600}
.infographic-box.dark-blue:before{border-color:#325b87;}
.infographic-box.dark-blue:after, .infographic-box.dark-blue .infographic-box-inner{background:#325b87;}
.infographic-box.red:before{border-color:#ee312d;}
.infographic-box.red:after, .infographic-box.red .infographic-box-inner{background:#ee312d;}
.infographic-box.orange:before{border-color:#f7982c;}
.infographic-box.orange:after, .infographic-box.orange .infographic-box-inner{background:#f7982c;}

/*===================================================================================*/
/*  22. Extra
/*===================================================================================*/
#ddlProducts{ height:31px;}
/* Fix some bootstrap improvment */ 
.radio-inline + .radio-inline .checkbox-inline + .checkbox-inline{margin-left:10px;}
input[type="radio"], input[type="checkbox"]{margin-top:2px;}
.checkbox-inline input[type="checkbox"]{margin-top:3px;}
.img-thumbnail { border-radius:0px; }
.well { border-radius:0px }
.panel, .panel-heading { border-radius:0px; }
.panel-group .panel { border-radius:0px;}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg { display: inline; }
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
} 
.container1 {
    background-image: url('images/headers/collections.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 42%; /* 2:1 */
}
.content1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction    : column;
  -ms-flex-direction          : column;
  flex-direction                : column;
  -webkit-justify-content   : center; 
  justify-content               : center; 
  position: absolute;
  top: 0; bottom: 0; left: 70px; right: 30px;
}
 .collection_title{
             text-decoration: none; 
             font-size:24px;
             color:#eee;
             font-weight:500;
             padding-bottom: 2px;        
            }
.collection_titleNew {
	text-decoration: none;
	font-size: 28px;
	color: #eee;
	font-weight: 500;
	padding-bottom: 0px;
}
 #CollectionCopy {
	margin: 0px;
	font-weight: 300;
	padding-top: 8px;
	font-size: 16px;
	line-height: 26px;
}
        .bg-image {
          /* The image used */
          background-image: url("photographer.jpg");

          /* Add the blur effect */
          filter: blur(8px);
          -webkit-filter: blur(8px);

          /* Full height */
          height: 100%;

          /* Center and scale the image nicely */
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        }

        /* Position text in the middle of the page/image */
        .bg-text {
          /*background-color: rgb(0,0,0);  Fallback color */
         /*  background-color: rgba(0,0,0, 0.3); Black w/opacity/see-through */
          color: white;
          font-weight: 500;
         /*border: 3px solid #f1f1f1; */
          position: absolute;
          top: 35%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2;
          width: 84%;
          padding: 0px ;
          text-align: center;
          font-size:12px;
          line-height:20PX;
        }

/* If the screen size is 768 px  max 834, set the font-size */

/* Optional CSS for Codepen demo only */
.content1 {  font-size: 120%;  color: #fff; }
#caption{font-size:78px;}
.content1  {
  margin: 0 0 16px;
  font-size:18px;
  color:#d48800;
}
.content1 p { margin: 0 0 16px;}
.content1 p:last-of-type {
  margin-bottom: 0;
}
.row-margin{ margin-left: 0px; margin-right: 0px; }
.row-padding-0{padding-left: 0px;padding-right: 0px;}
.row-margin5{ margin-left: 15px;margin-right: 15px;}
.add-line {border-top: #d8d8d8 1px solid;width: 100%;margin: 20px 0;padding: 40px 3% 0px;}
#msg_succ{margin:30px;}
.menuDiv {
	font-weight: 600;
	color: #666666;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

 