html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	font-size:14px;		
	line-height:1.61429;
	color:#747474 !important;
	font-weight:400;	
	font-family:'Lato', serif;
	background:#fff;
}
@media (min-width: 1140px){
	.container{
		width: 1140px;
	}
}
body.content_only {
	padding:15px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	padding:0px;
	margin:0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color:#867A60;
/*  font-weight: bold; */
  text-decoration: none;
  outline: none;
}
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: 500;
}
td,
tr td {  
}

.label {
	font-weight:500;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}

.success {
	background: none repeat scroll 0 0 #43B754;
    border: 1px solid #43B754;
    font-size: 1em;
    margin: 0 0 10px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 500;
}
.warning,
.alert-warning,
.warning_inline {
    background-color: #FCF8E3;
    border-color: #E4752B;
    color: #8A6D3B;
}
.warning,
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 18px;
    padding: 15px;    
}
.error {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #990000;
    font-size: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-weight: bold;
}
.error ol {
    margin-left: 20px;
}
ol, ul {
    /*list-style: none outside none;*/
}
p {
  margin: 0 0 10px;
}
.about_us .page-heading,
.contact_us .page-heading {
	color: #999999;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 80px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.about_us .page-heading:after,
.contact_us .page-heading:after {
    background: none repeat scroll 0 0 #c7c7c7;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    width: 55px;
}
.page-heading {
	color: #747474 !important;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
	padding-bottom: 0;
	
	
	padding:0 0 0.67em;
	font-size:1.2em;	
	font-family:'Lato', serif;
	font-weight: bold;	
}
.lead {
  margin-bottom: 20px;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.96em;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f2735a;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
h1 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.4em;
	font-family:'Lato', serif;	
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.0em;	
	font-family:'Lato', serif;
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.2em;	
	font-family:'Lato', serif;
	font-weight: bold;
}
h4 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.59em;	
	font-family:'Lato', serif;
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.34em;	
	font-family:'Lato', serif;
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1.3em;	
	font-family:'Lato', serif;
}
label {
	margin-bottom: 10px;
	font-weight: 300;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 3.46em;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 2em;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 3.46em;
}
.jumbotron iframe {
  margin-top: 20px;
}
.jumbotron p {
  line-height: 1.4;
}

.page-content {	
}
.dropcap {
	display:block;
	float:left;
	margin:-2px 5px 0 0;
	padding:0 10px;
	color:#000;
	font:49px/16px Arial, Helvetica, sans-serif
}
.dropcap.color {
	color:#c54457;
}
.dropcap.dark {
	color:#fff;
	background-color:#c54457;
}
.styled-list {
	position:relative;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	line-height:18px
}
.styled-list li {
	margin-bottom:6px;
	padding:0
}
.styled-list li span {
	display:block;
	overflow:hidden
}
.styled-list li i {
	width:16px;
	float:left;
	margin-right:10px;
	text-align:center;
	color:#000;
	font-size:1.07em
}
.styled-list li:before {
	color:#c54457;
	float:left
}
.styled-list .circle li, .styled-list.circle li {
	text-indent:0;
	margin-left:0;
	padding-left:0;
	list-style:none
}
.styled-list .circle li:before, .styled-list.circle li:before {
	content:"\25CF";
	margin:-1px 10px 0 0;
	font-size:0.92em
}
.styled-list.arrow>li {
	margin-left:-15px;
	padding-left:35px
}
.styled-list.arrow > li:before {
	margin:-1px 8px 0 -20px;
	content: "\f18e";
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list ul {
	margin-left:0;
	padding:5px 0 0
}
.styled-list ul.circle li:before {
	content:"\25CB";
	color:#c54457
}
ul.sitemap.styled-list.circle ul li:before {
	content:"\25CF"
}
ul.sitemap.styled-list.circle ul ul li:before {
	content:"\25CB"
}
.styled-list.checkmark>li {
	margin-left:-15px;
	padding-left:35px;
	margin-bottom:10px
}
.styled-list.checkmark> li:before {
	margin:-1px 8px 0 -20px;
	content:'\e013';
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list.decimal {
	list-style:decimal outside;
	margin-left:25px
}
.styled-list.decimal li {
	padding-left:0;
	text-indent:0
}
.mark {
	background:#d9d9d9;
	padding:2px 2px 0
}
.color_mark {
	background-color:#c54457;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#c54457
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #c54457
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
	border-top:4px solid #c54457
}
.testimonials .inside {
	padding:15px 15px 15px 114px;
	border:1px solid #eaeaea;
	position:relative
}
.testimonials .inside :before {
	display:block;
	position:absolute;
	top:18px;
	left:20px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:3.53em;
	line-height:1.52;
	width:77px;
	height:77px
}
.infobox {
	border:1px solid #c54457
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#c54457;
	content: "\f05a";
	font-family: FontAwesome;
	font-size:3.61em;
	line-height:0.76
}
.comment {
	position:relative;
	color:#333
}
.comment .inside {
	padding:30px 15px 30px 100px;
	border-top:1px solid #eaeaea;
	position:relative
}
.comment .inside :before {
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:5.07em;
	line-height:19px;
	width:77px;
	height:77px
}
.comment a {
	color:#00B2BA;
	text-decoration:underline
}
.comment a:hover {
	text-decoration:none
}
.comment p {
	margin-bottom:.112px
}
.comments .comment {
	padding-left:10%
}
.comments>.comment:first-child {
	padding-left:0
}
.comments>.comment:first-child .inside {
	border:none
}
.icon-circle {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	height:101px;
	width:101px;
	margin:10px auto 15px
}
.icon-circle .fa {
	font-size:6em;
	line-height:25px
}
.icon-circle .fa-plane {
	font-size:4.3em;
	line-height:2.77
}
.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
	background:#c54457;
}
.icon-circle-sm {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:62px;
	width:62px;
	margin:0 20px 10px 0;
	text-align:center
}
.icon-circle-sm .fa {
	font-size:3.69em;
	line-height:1.92
}
.icon-circle-sm .fa-plane {
	font-size:2.65em;
	line-height:2.76
}
.icon-circle-xs {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:46px;
	width:46px;
	margin:0 3px 10px 0;
	text-align:center
}
.icon-circle-xs .fa {
	font-size:2.15em;
	line-height:2.5;
	color:#fff!important
}
.icons-set {
	line-height:32px;
	color:#000;
	margin:10px 0
}
.icons-set span span {
	font-size:1.46em;
	color:#000!important
}
.icons-set span span:before {
	padding-top:3px;
	display:block;
	float:left;
	margin-right:4px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color: #E2E2E2;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: 300;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  display:inline;  
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  box-shadow: none;
  border-color: #c54457;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {   
  }
}
select,
select.form-control,
select.inputbox,
select.input {
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e2e2e2;
    min-width: 110px;
	margin-right: 20px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.attribute_list.product-options .form-control {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #ffffff;
    border-radius: 2px;
    color: #25292b;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 1.42857;
}
/********* TABLES ********/
table.std, table.table_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    width: 100%;
}
table.std td, table.table_block td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px;
    vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-bottom:none;
}
.table tfoot > tr > th,
.table tfoot > tr > td{
	border-color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #E2E2E2;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #E2E2E2;
}
.table .table {
    background-color: white;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
}
.table-bordered {
  border: 1px solid #E2E2E2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td{
    border: 1px solid #fff;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c1c1c1;
}
,
.table-bordered > tfoot > tr > th
.table-bordered > tfoot > tr > td{
} 
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #E2E2E2;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}
.table tbody > tr > td {
    vertical-align: middle;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4;
  }
  .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
  }
  .table-responsive > .table-bordered {
      border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
  }
  #order-list td > .label {
  		white-space:normal;
  }
   	 
}
.table tfoot tr {
    
}
/********* BUTTON *******/

.btn,
.btn-default {
	border-radius:0px;
}
.btn-default {
	background: none repeat scroll 0 0 #999999;
    border: 1px solid #2c2c2c;
    color: #eaeaea;
    font-size: 0.92em;
    padding: 13px 80px;
    text-transform: uppercase;
}
.btn-mega {
    color: #ffffff;
    font-size: 0.92em;
    padding: 6px 20px; 
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background:#867A60;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background:#867A60;
	border-color: #867A60;
	color:#FFF;
	outline: 0 !important;
}

.btn-primary {
	opacity:1;
	background:#8A191F;
	border:none;
	padding:6px 20px;
	font-weight:bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background:#8A191F;
	border:none;
	opacity:1;
}
.btn-icon:after {
	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\f178";
  	padding-left: 0px;
  	opacity: 0;
  	transition: all 0.2s ease-out 0s;
  	visibility:hidden;
  	width:0px;
}

.btn-icon:hover:after {
    opacity: 1;
    visibility:visible;
    padding-left: 15px;
    width:auto;
}
#bt_compare {
	background:#867A60;
    border: 1px solid #867A60;
    border-radius: 2px;
    color: #ffffff!important;
    font-size: 0.86em;
    font-weight: 400;
    opacity: 1;
    padding: 6px 15px;
    text-transform: none;
}
#bt_compare strong {
    font-weight: 400;
}
#button_order_cart {
	background: none repeat scroll 0 0 #999999;
    border: 0 none;
    border-radius: 0;
    font-size: 11px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 50%;
    letter-spacing: 1px;
	color: #fff;
}
#button_order_cart:hover,
#button_order_cart:active,
#button_order_cart:focus{
	outline: 0;
	box-shadow: none;
	background:#867A60; 	
}
/************ LOADER *****************/
#pageloader {
	background:rgba(0,136,204,0.75);
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 99999; 
	display: none;	
}
.loader {    
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -16px;
  z-index:5000;
}
.sp9 { 
	border-radius:30px; 
	overflow:hidden; 
	animation:.5s sp3Rorate infinite linear; 
	-webkit-animation:.5s sp3Rorate infinite linear; 
}
.sp9::before { 
	content:''; 
	display:block; 
	width:30px; 
	height:30px; 
	margin:5px; 
	border-radius:30px; 
	box-shadow:-10px 35px 25px 10px #000; 
}
@keyframes sp3Rorate{
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}

@-webkit-keyframes sp3Rorate{
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
/****** COLUMNS ********/
#columns {
	margin-top:40px;
}

/****** MODULES ********/
.sidebar .block {
	border-radius:2px;
	border:1px solid #E5E5E5;
	margin-bottom:20px;
	padding:10px 15px;
	background:#FCFCFC;
}
.sidebar .block-blank {
	margin-bottom:20px;	
}
.sidebar .title_block {
	background:url(../img/mod-title2.gif) repeat-x bottom left;
	line-height:40px;
	color:#333;
	margin:0px;
}
.sidebar .block_content {
	padding:10px 0px;
}
.sidebar img {
	max-width:100%;
}
.sidebar li a:hover,
.sidebar li a:focus {
	 color:#FF1773;
	 background: url("../img/arrow-active.png") no-repeat 0px 5px!important;
}
/****** BREADCRUMB ********/
.breadcrumb {
	background:none;
	color:#555;
	font-size:1em;
	padding:0px;
	margin:0px;
}
.breadcrumb .fa-home {
	font-size:1.38em;
	margin-right:5px;
	color:#000;
}
.breadcrumb .navigation-pipe {
	background:url(../img/arrow.gif) no-repeat 0px 5px!important;
	display:inline-block;
	height:12px;
	width:6px;
	margin:0px 5px;
	text-indent:-9999px;	
}
/****** PAGINATION ********/
.pagination {
	margin:0px 0px 20px 0px;
	
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius:0px;
}
.disabled.pagination_previous span,
.disabled.pagination_next span {
    display: none;
}
.pagination > li > a, .pagination > li > span {
	margin-left:4px;
	background:#FFF;
	padding:7px 10px;
	color:#000;
	font-size:1em;
	font-weight:400;
}
.pagination > li:hover > a,
.pagination > li.current > span {
}
#pagination_previous i {
	margin-right:5px;
}
#pagination_next i {
	margin-left:5px;
}
.carousel-inner > .item > a > img, 
.carousel-inner > .item > img, 
.img-responsive, .thumbnail a > img, 
.thumbnail > img{
	width: 100%;
}
/****** TOOLTIP ********/
.tooltip-inner {  
  background-color: #333;  
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}

/****** TOPBAR ********/
header {	
	z-index:2003;	
	width:100%;
	color:#e7e7e7;	
	position: relative;
}

header p {
	margin:0px;
} 

header .btn-group.open .dropdown-toggle {
	box-shadow:none;
}

.topbar {	
	background: none repeat scroll 0 0 #222222;
    color: #777777;
    font-size: 0.92em;
    font-weight: 400;
    height: 27px;
	position: relative;
    z-index: 2001;
    min-height: 27px;
}
.topbar a {
    color: #777777;
}
header .btn-group > a{
	color: #fff;
}
.topbar-right {
    text-align: right;
}
.header-row .header-block {
    display: inline-block;
}
header .btn-group > a {	
	display:block;		
	border-radius:0px;
	cursor:pointer;
	font-size: 1em;
	color: #474747;
	padding: 0;
}
header.header1 .btn-group > a {	
	color: #999999;
}
header.header1 .topnav .jms-megamenu .nav > li > a{
	color: #999999;
}
.topbar .btn-group > a {
    color: #FFF !important;
    height: 27px;
    line-height: 26px;
    padding: 0;
    margin-left: 25px;
}

.topbar .btn-group > a .fa {
    margin-left: 5px;
}
header .btn-group > a.btn-xs:hover > span,
header .btn-group > a.btn-xs:hover > label,
header .btn-group.open > a span {

}
header #jms_ajax_search.btn-group:hover a,
header #jms_ajax_search.btn-group.open a,
header #jms_ajax_search.btn-group:hover a span,
header #jms_ajax_search.btn-group.open a span {	
	color: #525b64;
} 
header .topbar .dropdown-menu {		
	background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 0;
    line-height: 150%;
    min-width: 100px;
    padding: 5px;
    position: absolute;
    top: 25px;
    z-index: 2002;
}	
header .topbar .dropdown-menu li a{
	color: #777;
    font-size: 0.92em;
    font-weight: 400;
    line-height: 22px;
    padding: 0 10px;
}

header .topbar .dropdown-menu li.selected a {
	color: #867A60;
}
#productsSortForm .dropdown-menu >li > a:focus,
#productsSortForm .dropdown-menu > li >a:hover,
header .topbar .dropdown-menu >li > a:focus,
header .topbar .dropdown-menu > li >a:hover {
	color:#867A60;
	text-decoration:none; 
	background-color:transparent;
	background:none;
}
.navbar-right {
    line-height: 40px;
    padding: 27px 15px;
    text-align: right;
    text-transform: uppercase;
}
.header-row .navbar-right .header-block{
	padding: 0 15px;
	vertical-align: middle;
}
.dropdown-menu {
    padding: 0px !important;
}
.navbar-right .dropdown-menu > li {
    width: 100%;
    height: 100%;
}
.navbar-right .dropdown-menu > li > a {
    clear: both;
    color: #999999;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 20px;
    text-transform: none;
    white-space: nowrap;
	background: none;
}
.navbar-right .dropdown-menu > li > a:hover{
	
/*
    color: #eaeaea;
	background: #867A60;
    border-color: #867A60;
*/    
    color: #867A60;
    outline: 0 !important;
	
}
.navbar-right .user-info .dropdown-menu {
	background: none repeat scroll 0 0 #fff;
    margin-right: -50px;
    opacity: .90;
/*
    margin-top: 30px;
    min-width: auto;
*/    
    padding: 10px 20px;
}

#jms_ajax_search input {
	 background: white;/* #323232; */
    border: 0;
    border-radius: 0;
    height: 28px;
    width: 440px;
}
#jms_ajax_search .dropdown-menu {
	background: none repeat scroll 0 0 #323232;
    border: 0 none !important;
    padding: 0;
    position: absolute;
    right: -5px;
    top: 4px;
    z-index: 0;
}
#jms_ajax_search > a{
	background: url("../img/search.png") no-repeat center center;
}
.mywishlist {
	background: url(../img/compare.png) no-repeat center center #fff !important;
}
.mywishlist:hover {
	background: url(../img/compare-hover.png) no-repeat center center #867A60 !important;
}
form#searchbox {
	padding:0px!important;
}
.dropdown-menu {
	box-shadow:none;
	border-radius:0px;
}
.header-bar {	
	z-index:2001;
	background: #FFF;
}
.header-bar .header-row.row {
}
#outer-canvas > div.container {
	padding-left:0px;
	padding-right:0px;
}
.top-nav {
	position: relative;
}
.header-row .topnav .header-block {
    display: inline;
}
.topnav{
	position: static;
}
.icon-drop-down:after {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    content: "\f107";
    font-family: "FontAwesome";
    height: 100%;
    line-height: 36px;
    padding-right: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.top-right .btn-group {
	line-height:19px;
	margin-left:20px;
	box-shadow:none;
	border-radius:0px;
}
.navbar-logo {
	display:block;
}
.navbar-logo a {	
    /*
	border: 2px solid #484848;
    color: #474747;
    display: block;
    font-size: 24px;
    font-weight: 300;
    height: 48px;
    letter-spacing: 5px;
    line-height: 46px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 161px;
    */
}
.header1 .navbar-logo a{
	color: #000;
}
.header6 .navbar-logo a {
    border: 2px solid #717171;
    color: #434343;
}
#off-canvas-menu-toggle {
    display: none;
}
/********* SLIDESHOW *******/
.slideshow-section .home-row.row {
    margin: 0;
}
.slideshow-section .home-row.row .home-position.col-lg-12.col-sm-12.col-md-12.col-xs-12 {
	padding: 0;
}
.slideshow-section .wp-home4 {
    margin-top: -210px;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	display: none;
}
.tp-bullets.hidebullets {
    opacity: 1 !important;
}
.tp-bullets {
    left: 70px !important;
    margin-left: 0 !important;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1000;
	margin-top: -40px;
}
.tp-bullets.simplebullets .bullet {
	background: transparent !important;
    border: 2px solid #bababa;
    border-radius: 50%;
    height: 20px !important;
    width: 20px !important;
	float: none !important;
	margin-bottom: 15px;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
	background:#8b8b8b!important;
}
/****** HOME CONTENT *******/
.wp-banner {
    background: none repeat scroll 0 0 #202020;
    color: #ffffff;
    height: 100%;
    padding: 100px 50px 80px;
    width: 100%;
}
.wp-banner.banner-right{
	background: url(../img/demo/banner-right.jpg) no-repeat left top / cover;
}
.home-banner .home-position {
    padding: 0;
}
.home-banner .home-row.row {
    margin: 0;
	position: relative;
}
.banner-content{
    text-transform: uppercase;
}
.banner-content > h3 {
    font-size: 4.285em;
    font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 0;
}
.banner-content .text-thin {
    font-weight: 300;
}
.banner-content > p {
    font-size: 2.14em;
}
.look-box  > a,
.banner-content > a {
    border: 2px solid #faf0f1;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.285em;
    letter-spacing: 2px;
    line-height: 50px;
    margin-top: 45px;
    min-width: 200px;
    padding: 0 45px;
}
.banner-content > a:hover,
.look-box > a:hover{
	background: #323232;
    border-color: #323232;
}
/******** IMAGE HOVER EFFECT ************/
.content_scene_cat .cat-info:before {
  background-color: rgba(0, 0, 0, 0.12);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.content_scene_cat .cat-info:before{
	background-color: rgba(0, 0, 0, 0.02);
}
.content_scene_cat .cat-info:after {
  background-color: rgba(0, 0, 0, 0.12);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-out 0s;
  width: 0;
  pointer-events: none;
}
.content_scene_cat .cat-info:after{
	background-color: rgba(0, 0, 0, 0.02);
}
.content_scene_cat .cat-info:hover:after,
.content_scene_cat .cat-info:hover:before{
  height: 100%;
  width: 100%;
  pointer-events: none;
}
/****** Slider Products ********/
.slider-products-title {
	color: #474747;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 55px;
}
.slider-products-title > h3 {
    font-size: 21px;
}
#featured-products_block_center {
    margin: 55px 0 70px;
}
.slider-products-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 22px;
	font-weight: 500;
}
.slider-products-title span:before {
    background: none repeat scroll 0 0 #c7c7c7;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    width: 55px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background:url(../img/arrow-active.png) no-repeat;	
}

.owl-theme .owl-controls .owl-buttons div {
	display:inline-block;
	right: -35px;
	background:url(../img/arrow.png) no-repeat;
	width:12px;
	height:21px;
}
/****** HOME 2 ********/
.wrapper-banner{
}
.wrapper-banner .container {
    display: table;
    height: 100%;
}
.wrapper-banner-inner {
    display: table-cell;
    vertical-align: middle;
}
.wrapper-banner.wrapper-banner0{
	background: url("../img/demo/banner-1.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
	text-align: right; 
}
.wrapper-banner.wrapper-banner0 .title-banner{
	padding-bottom: 8px;
}
.wrapper-banner0 .wrapper-banner-content > a {
    margin-top: 160px;
	border-color: #b1b1b1;
    border-radius: 2px;
    margin-top: 160px;
}
.wrapper-banner.wrapper-banner1{
	background: url("../img/demo/banner-2.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
	text-align: left; 
}
.wrapper-banner.wrapper-banner2{
	background: url("../img/demo/banner-3.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
}
.wrapper-banner.wrapper-banner3{
	background: url("../img/demo/banner-4.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
}
.wrapper-banner{
	color: #ffffff;
    text-transform: uppercase;
	text-align: center;
	background-attachment: fixed !important;
    background-position: left bottom !important;
}
.wrapper-banner:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.wrapper-banner.wrapper-banner1:before {
    background:none repeat scroll 0 0 rgba(210, 70, 91, 0.66);
}
.wrapper-banner.wrapper-banner2:before {
    background: none repeat scroll 0 0 rgba(41, 41, 41, 0.66);
}
.wrapper-banner-content {
    position: relative;
}
.wrapper-banner.wrapper-banner1 .wrapper-banner-content > p {
    font-size: 30px;
    letter-spacing: 1px;
	margin-bottom: -5px;
}
.wrapper-banner2 .wrapper-banner-content > p {
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: -8px;
}
.wrapper-banner2 .title-light {
     font-size: 100px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.wrapper-banner.wrapper-banner2 .wrapper-banner-content > a {
    background: none repeat scroll 0 0 #bd4254;
    border-color: #bd4254;
}
.title-medium {
    font-weight: 500;
}
.wrapper-banner-content > a {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    min-width: 225px;
    height: 50px;
    text-align: center;
    line-height: 48px;
	display: inline-block;
	transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
	-webkit-transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
}
.wrapper-banner-content > a:hover {
	padding: 0 65px;
	transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
	-webkit-transition: padding 0.3s ease 0s, min-width 0.3s ease 0s, opacity 0.3s ease 0s;
}
.wrapper-banner1 .wrapper-banner-content > a {
    background: #352d2e;
	border-color: #352d2e;
    margin-top: 40px;
}
.wrapper-banner.wrapper-banner3 .wrapper-banner-content > a {
	border-color: #5e5652;
    border-radius: 2px;
    color: #bababa;
    display: inline-block;
    font-weight: 600;
    margin: 60px auto 0;
    min-width: 225px;
}
.wrapper-banner3 .img-responsive {
    display: block;
    margin: 0 auto;
    width: auto;
}
.title-banner {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 2px;
}
.title-light {
    font-weight: 300;
}

/********HOME 4********/
.header4 .topbar {
    background: #FAFAFA;
}
.header4 .header-bar {
    background: none;
}
.topnav.slidedown .jms-megamenu .nav > li > .dropdown-menu{
	top: 206px;
}
.header4 .topnav.slidedown .jms-megamenu .nav > li > .dropdown-menu {
    top: 206px;
}
.header4 #header-logo > img {
    border: 2px solid #fff;
}
.header4 .topnav .jms-megamenu .nav,
.header4 .navbar-logo{
	text-align: center;
}
.header4 .topnav .jms-megamenu .nav > li.open > .dropdown-menu, 
.header4 .topnav .jms-megamenu .nav > li:hover > .dropdown-menu {
    background: #FFFFFF;
	border-color: #ccc;
}
.header4 .topnav .jms-megamenu .nav > li{
	display: inline-block;
	float: none;
}
.header4 .navbar-left {
    line-height: 40px;
    padding: 27px 15px;
    text-align: left;
    text-transform: uppercase;
}
.header4 #jms_ajax_search input{
	margin: 0;
}
.header4 #jms_ajax_search .dropdown-menu{
	left:-5px;
	right: auto;
}
.header4 .topnav .mega-nav > li > ul > li.group > a, 
.header4 .topnav .mega-nav > li.group > a{
	color: #474747;
}
.wp-banner-home > div {
    padding: 0;
}
.wrapper-banner-home4 {
    background: #323232;
    display: table;
    height: 100%;
    width: 100%;
}
.bn-new .wrapper-banner-home4 {
    background: #ffffff;
}
.bn-new .wrapper-banner-content > p ,
.bn-arv .wrapper-banner-content > p {
    color: #868686;
    font-size: 18px;
	margin-top: 40px;
    text-transform: none;
	margin-bottom: 70px;
	line-height: 25px;
}
.bn-new .wrapper-banner-content,
.bn-arv .wrapper-banner-content{
    width: 600px;
    margin: 0 auto;
}
.bn-new em,
.bn-arv em {
    color: #c6c6c6;
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    margin-top: -8px;
}
.bn-new .title-light,
.bn-arv .title-light {
    font-size: 60px;
	padding-bottom: 0;
}
.bn-new .wrapper-banner-content > a,
.bn-arv .wrapper-banner-content > a {
    background: none repeat scroll 0 0 #e44e67;
    border-color: #e44e67;
    font-weight: 500;
	min-width: 200px;
    border-radius: 2px;
}

.bn-new .wrapper-banner-content > a:hover,
.bn-arv .wrapper-banner-content > a:hover {
    background-color: #323232;
    border-color: #323232 !important;
	color: #fff;
}
.bn-arv .wrapper-banner-content > a {
    background: none ;
    border-color: #bababa;
    color: #707070;
    font-weight: 600;
	min-width: 225px;
}
.bn-new .title-light > strong,
.bn-arv .title-light > strong {
    margin-right: 15px;
}
.bn-arv .wrapper-banner-home4 {
    background: none repeat scroll 0 0 #eeeeee;
}
.bn-collec .wrapper-banner-home4 {
    background: #bd4254;
}
.bn-collec .wrapper-banner-content {
    margin: 0 auto;
    width: 400px;
}
.bn-collec .title-light {
    color: #ffffff;
    font-size: 72px;
    line-height: 62px;
	padding-bottom: 0;
}
.bn-collec .wrapper-banner-content > p {
    margin: 0;
}
.bn-collec .wrapper-banner-content > a {
    background: #352b2c;
    border-color: #352b2c;
    margin-top: 145px;
}
.banner-info.bn-collec {
    float: right;
    right: 0;
}
.banner-info {
    height: 100%;
    position: absolute;
	text-transform: uppercase;
}
.banner-two .banner-info{
    right: 0;
}
.banner-info.bn-new {
    left: 0;
}
.banner-two .banner-info .title-light {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 0;
}
.banner-two .banner-info .wrapper-banner-content {
    margin: 0 auto;
    width: 400px;
}
.banner-two .banner-info .wrapper-banner-content > a {
    color: #f0f0f0;
    font-weight: 500;
    margin-top: 170px;
    border-color: #a2a2a2;
    border-radius: 2px;
	min-width: 200px;
}
.wrapper-banner-content > p {
    color: #ffffff;
    font-size: 30px;
	margin-top: -13px;
}
.banner-info .home-block,
.banner-info .block-content{
    height: 100%;
}
/********HOME 5********/
.home-banner.services-box {
    background: none repeat scroll 0 0 #1c1c1c;
    color: #ffffff;
    min-height: 320px;
    text-align: center;
	margin-top: 30px;
    text-transform: uppercase;
	margin-bottom: 0;
}
.services-content {
    padding: 120px 0;
}
.services-box .container > h3 {
    font-size: 2.85em;
    padding-bottom: 5px;
	font-weight: 700;
}
.services-box .container > p {
    font-size: 1.2857em;
    color: #707070;
}
.product-box {
    background: #fbfbfb;
	padding: 70px 0;
}
.product-box ul li {
    margin-bottom: 6px;
}
.product-box .product-preview .preview {
    display: inline-block;
    float: left;
    margin-right: 15px;
	width: 70px;
}
.product-box .product-info {
    float: right;
    text-align: left;
    width: calc(100% - 85px);
}
.product-box .slider-products-title > h3 {
    font-size: 18px;
    text-align: left;
}
.product-box .slider-products-title span:before{
	left: 0;
	margin-left: 0;
}
.product-box .slider-products-title{
	margin-bottom: 28px;
}
.product-box .product-preview .title {
    margin-top: 0;
}

.product-box .product-info .rating {
    float: left;
	margin-bottom: 8px;
}
.product-box .slider-products-title span:before{
	width: 45px;
}

.brand-carousel.owl-theme .owl-controls {
    top: 40%;
}
.brand-box {
    padding: 85px 0;
}
.brand-box .home-row.row {
    margin: 0;
}
/********HOME 6********/
.header6 .header-bar{
	background: #fff;
}
header.header6 .topbar .dropdown-menu {
    background: #FAFAFA;
	box-shadow: 0 3px 3px;
}
.header6 #header-logo > img {
    border: 2px solid #484848;
    background: #474747;
}
.header6 .topnav .jms-megamenu .nav > li.open > .dropdown-menu, 
.header6 .topnav .jms-megamenu .nav > li:hover > .dropdown-menu {
    background: none repeat scroll 0 0 #ffffff;
}
.header6 .topnav .mega-nav > li > ul > li.group > a, 
.header6 .topnav .mega-nav > li.group > a {
    color: #7b7b7b;
}
header.header6 .btn-group > a {
    color: #474747;
}
header.header6 .topbar-right .btn-group > a {
    color: #777777;
}
.header6  .topnav a {
    color: #474747;
}
.header6 .topbar {
    background: #fafafa;
}
.wp-home6 .services-content{
	padding: 0;
}
.wp-home6 .home-banner.services-box{
	background: none;
	min-height: auto;
	margin-top: 0;
}
.wp-home6 .home-banner .services-content .container {
    background: none repeat scroll 0 0 #1c1c1c;
    color: #ffffff;
    min-height: 320px;
    text-align: center;
	margin-top: 0;
    text-transform: uppercase;
	padding: 120px 0;
}
.wp-home6 .product-box {
    background: #fff;
}
.product-box .slider-products-title span {
    font-weight: 600;
}
.wp-home6 .tp-bullets{
	bottom: 0px !important;
	top: auto !important;
	left: 50% !important;
	margin-top: 0!important;
    margin-left: -40px !important;
    top: 50%;
}
.wp-home6 .tp-bullets.simplebullets .bullet {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #ffffff;
    border-radius: 50%;
    float: left !important;
    height: 12px !important;
    margin-bottom: 15px;
    width: 12px !important;
}
.wp-home6 .tp-bullets.simplebullets .bullet:hover, 
.wp-home6 .tp-bullets.simplebullets .bullet.selected {
    background: none repeat scroll 0 0 #fff !important;
}
.wp-home6 .botcontent .home-position {
    padding: 0 7px;
}
.wp-home6 .botcontent .home-row.row {
    margin: 0 -7px;
}
.icon-banner {
    display: block;
    float: left;
    height: 44px;
    width: 54px;
    text-indent: -1000px;
	margin-right: 15px;
	overflow: hidden;
}
.content_layout {
    float: right;
    text-align: left;
    width: calc(100% - 70px);
}
.content_layout > h4 {
    color: #474747;
    font-size: 1.5em;
    text-transform: uppercase;
	padding-bottom: 20px;
}
.content_layout > p {
    color: #868686;
}
.icon-banner.icon-layout1 {
    background: url("../img/icon-6.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.icon-banner.icon-layout2 {
    background: url("../img/icon-7.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.icon-banner.icon-layout3 {
    background: url("../img/icon-8.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.top-banner {
    margin: 80px 0 30px;
}
.botcontent {
    margin: 40px 0;
}
.botcontent .block-content {
    display: table;
    width: 100%;
}
.botcontent-box {
    display: table-cell;
    height: 225px;
    min-height: 225px;
    vertical-align: middle;
    width: 100%;
	text-transform: uppercase;
	text-align: center;
}
.botcontent-box.box1 {
    background: #ea3b55;
    color: #fff;
}
.botcontent-box.box2 {
	background: url("../img/bag.jpg") no-repeat scroll left bottom #f7f7f7;
    padding-right: 20px;
	padding-top: 35px;
    text-align: right;
    vertical-align: top;
}
.botcontent-box.box2 > div {
    float: right;
    text-align: left;
    width: 45%;
}
.botcontent-box.box3 {
	background: url(../img/collec.jpg) no-repeat center center #383838;
	color: #fff;
}
.botcontent-box.box3 > a,
.botcontent-box.box4 > a {
    border: 2px solid #606060;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 28px;
    line-height: 26px;
    margin-top: 40px;
    width: 111px;
	letter-spacing: 1px;
}
.botcontent-box.box3 > a:hover,
.botcontent-box.box4 > a{
	background: #EA3B55;
	border-color: #EA3B55;
}
.botcontent-box.box4 > a {
    margin-top: 25px;
}
.botcontent-box.box4 > a:hover{
	background: #2c2c2c;
	border-color: #2c2c2c;
}
.botcontent-box.box3 > p {
    font-size: 2.14em;
}
.botcontent-box.box4 {
	border: 5px solid #efefef;
}
.botcontent-box.box4 > p {
    color: #393939;
}
.botcontent-box > p {
    font-size: 2.57em;
	margin-bottom: 0;
    font-weight: 700;
}
.botcontent-box > em {
    display: block;
    font-style: normal;
    margin-top: -10px;
}
.botcontent-box.box1 > em {
    margin-top: -5px;
}
.botcontent-box.box2  div  p {
    color: #424040;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}
.botcontent-box.box2  div  em {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    margin-top: -5px;
}
.title-brands{
	display: none;
}
.wp-home6  .title-brands{
	display: block;
    margin-top: 20px;
    margin-bottom: 75px;
}
/*********HOME 7**********/
.header7 #jms_ajax_search > a {
    background: url("../img/search-home7.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.header7 .topbar {
    background:#c33d51;
}
.header7 .header-bar {
    background: #d2465b;
}
.header7 .navbar-logo a {
    border: 2px solid #fff;
	color: #fff;
}
.header7 .topnav .jms-megamenu .nav > li > a{
	color: #fff;
}
header.header7 .btn-group > a.btn-xs:hover > span, 
header.header7 .btn-group > a.btn-xs:hover > label, 
header.header7 .btn-group.open > a span {
    color: #ffffff !important;
}
.header7 .topbar .btn-group > a{
	color: #ffffff !important;
}
.header7 .topnav .jms-megamenu .nav > li.active > a,
.header7 .topnav .jms-megamenu .nav > li > a:hover, 
.header7 .topnav .jms-megamenu .nav > li.open > a, 
.header7 .topnav .jms-megamenu .nav > li:hover > a,
.header7 .topnav .mega-nav > li > ul > li > ul > li a, 
.header7 .topnav .mega-nav > li > ul > li > a, 
.header7 .topnav .mega-nav > li > a {
    color: #fff;
}
header.header7 .btn-group > a{
	color: #fff;
}
.header7 .topnav .jms-megamenu .nav > li.open > .dropdown-menu, 
.header7 .topnav .jms-megamenu .nav > li:hover > .dropdown-menu {
    background: none repeat scroll 0 0 #d2465b;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header7 .topnav .mega-nav > li > ul > li > ul > li.open a, 
.header7 .topnav .mega-nav > li > ul > li.open > a, 
.header7 .topnav .mega-nav > li.open > a, 
.header7 .topnav .mega-nav > li > ul > li > ul > li a:hover, 
.header7 .topnav .mega-nav > li > ul > li > a:hover, 
.header7 .topnav .mega-nav > li > a:hover,
.header7 .topnav .no-mega .mega-nav > li:hover > a, 
.header7 .topnav .no-mega .mega-nav > li.open > a{
	color: #fff;
	font-weight: 600;
}
header.header7 .topbar .dropdown-menu {
    background: #C33D51;
}
header.header7 .topbar .dropdown-menu li.selected a, 
header.header7 .topbar .dropdown-menu > li > a:focus, 
header.header7 .topbar .dropdown-menu > li > a:hover {
    color: #fff;
	font-weight: 600;
}
header.header7 .topbar .dropdown-menu li a {
    color: #fff;
}

.home7 .product-preview .title {
    text-align: left;
}
/**********HOME 9**********/
.header9 .topnav .jms-megamenu .nav > li > a{
	padding: 0 10px;
}
.header9 .topnav .jms-megamenu .nav > li:first-child > a{
	padding-left: 10px;
}
.header9 #off-canvas-menu-toggle span {
    color: #474747;
}
.header9 .my-closet {
    display: none;
}
.header9 .topnav {
    padding: 21px 15px;
}
.header9 .topbar {
    background: #fafafa;
}
.header9 .header-bar{
	background: #fff;
}
.header9 .topnav a {
    color: #474747;
}
.header9 .navbar-right{
	padding: 35px 15px;
}
header.header9 .btn-group > a {
    color: #474747;
}
.header9 .navbar-logo a {
    border-color: #717171;
    color: #434343;
	margin-bottom: 34px;
}
.header9  .btn-group.compact-hidden.user-info{
	margin-left: 0;
}
.header9 .topnav.slidedown .jms-megamenu .nav > li > .dropdown-menu{
	top: 138px;
}
.header9 .topnav .jms-megamenu .nav > li.open > .dropdown-menu, 
.header9 .topnav .jms-megamenu .nav > li:hover > .dropdown-menu{
	background: #fff;
	border-color: #cbcbcb;
}
.header9 .topnav .mega-nav > li > ul > li.group > a, 
.header9 .topnav .mega-nav > li.group > a{
	color: #474747;
}
.header9 .topnav .mega-nav > li > ul > li > ul > li a, 
.header9 .topnav .mega-nav > li > ul > li > a, 
.header9 .topnav .mega-nav > li > a {
    color: #474747;
}
header.header9 .topbar .dropdown-menu {
    background: #FAFAFA;
}
.home-banner.banner-top {
    margin-top: 60px;
}
.banner-home9 > div {
    position: relative;
}
.banner-home9 {
    text-transform: uppercase;
    color: #fff;
	position: relative;
}
.banner-home9  a{
    color: #f1f1f1;
    display: block;
    font-size: 1.285em;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.banner-home9 > a:hover {
    color: #BB4455;
}
.slideshow-section.wp-home9 {
    margin-bottom: 60px;
}
.banner-home9 > div:first-child {
    margin-bottom: 22px;
}
.banner-home9 > div {
    position: relative;
}
.banner-home9:before {
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.87);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
    transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
    width: 100%;
}
.banner-home9:hover:before {
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.last-child {
    margin-top: 14px;
}
.featured_products {
    background: none repeat scroll 0 0 #fcfcfc;
	margin-top: 60px;
}
.featured_products #featured-products_block_center {
    margin: 50px 0 80px;
}
.services_ship {
    border: 7px solid #eaeaea;
    text-align: center;
	padding: 70px 0;
    text-transform: uppercase;
	margin-top: 45px;
}
.services_ship .title {
    font-size: 40px;
    color: #2c2c2c;
    padding: 0;
    font-weight: 700;
}
.services_ship > p {
    color: #747474;
    font-size: 18px;
    font-weight: 500;
}
.services-box {
    margin: 70px 0;
}
/****** FOOTER ********/
footer {	
    background: none repeat scroll 0 0 #FFF;
    color: #000;
    width: 100%;
    margin-top: 50px;
}
#category footer {	
	margin-top: 100px;
}
#cms footer{
	margin-top: 50px;
}
#index footer, #search footer{
	margin-top: 0;
}
footer a {
	color: #878787;
}
footer li a {
    line-height: 33px;
}
.footer-navbar {
	padding: 70px 0 0;
}
.footer2 .footer-navbar {
    /* background: #292929;*/ 
	padding: 45px 0 0;	
	display: none;
}
.off-canvas-menu-footer-open .footer2 .footer-navbar {
	display: block;
}
#block_contact_infos li {
    line-height: 35px;
}
.footer-block .input-group {
    border: 2px solid #3e3e3e;
}
footer h4.title_block {
    color: #c9c9c9;
    font-size: 1.34em;
    text-transform: uppercase;
	padding-bottom: 30px;
	font-weight: 600;
}
footer.footer2 .footer-top .footer-block > h4.title_block {
    display: inline-block;
    float: left;
    font-weight: 500;
    padding-bottom: 0;
    padding-right: 30px;
    padding-top: 10px;
}
.sign_up {
    display: none;
}
footer.footer2 .newsletter-box h4.title_block{
    display: none;
}
footer.footer2 #social_block > ul {
    margin: 0;
}
footer.footer2 .newsletter-box{
	margin-top: 0;
}
footer.footer2 .footer-top {
    padding: 40px 0 25px;	
}
footer.footer2 .menu-footer {
    cursor: pointer;
    display: inline;
    font-size: 0;
	display: block;
}
footer.footer2 .menu-footer:after {
    background: url("../img/icon-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 23px;
    width: 37px;
	margin-top: -8px;
}
footer.footer2 .block-content > #social_block {
    float: right;
}
#off-canvas-menu-footer-toggle {
	display: inline-block;
    height: 40px;
    line-height: 0;
}
.off-canvas-menu-footer-close .footer-top {
	margin-bottom: 0 !important;
}
#social_block ul li {
    border: 3px solid #515151;
    display: block;
    float: none;
    height: 41px;
    line-height: 40px;
    text-align: center;
    width: 41px;
    display: inline-block;
}
#social_block ul li:last-child {
    margin-right: 0;
}
#social_block ul li a {
    color: #515151;
    font-size: 20px;
}
#social_block ul li:hover,
#social_block ul li:hover a{	
    border-color: #c9c9c9;
    color: #c9c9c9;
    cursor: pointer;
}
.newsletter-box {
    margin-top: 15px;
    display: inline-block;
}
.newsletter-row {
	border-bottom:1px solid #454545;
	margin-bottom:40px;
	padding-bottom:10px;
	background:#303439;
	margin-top:-40px;
	padding-top:20px;
}
.newsletter-row .newsletter-box p {
	display:none;
}
.newsletter-row  .newsletter-box {
	text-align:center;	
} 
.newsletter-row .newsletter-box #newsletter-input {
	/*width:400px;*/
}
.newsletter-row .newsletter-box  .title_block {
	display:inline-block;
	border:0px!important;
	margin:0px 20px 0px 0px;
	line-height:50px;
	padding:0px;
}
.newsletter-row .newsletter-box form {
	display:inline-block;
}
.newsletter-row .newsletter-box  .title_block span {
	border:0px;
}
.blog_posts.owl-theme .owl-controls {
    top: 28%;
}
.right-column .blog_posts.owl-theme .owl-controls{
	top: -80px;
}
.blog-box .home-row.row {
    margin: 0;
}
.blog-box {
    background: #f8f8f8;
	padding:65px 0 75px;
}
.blog_content {
    text-align: left;
	margin-top: 40px;
}
.blog-content > p {
    color: #868686;
}
.blog-item {
    margin: 0 15px;
}
.jms-blog h2 {
    border-bottom: 1px solid #7c7e81;
    padding-bottom: 12px;
}
.jms-blog .slider-products-title{
	margin-bottom: 45px;
}
.blog_content .title {
    font-size: 21px;
    text-transform: capitalize;
	padding-bottom: 20px;
}
.blog_content .title a{
    color: #474747;
}
.blog_content .title a:hover{
	color: #867A60;
}
.blog_content .add-info {
    display: inline-block;
    margin-top: 7px;
}
.read_more{
	display: none;
}
.add-info i {
    background: none repeat scroll 0 0 #3a3a3a;
    color: #f1f1f1;
    font-size: 14px;
    height: 15px;
    margin-left: 10px;
    text-align: center;
    width: 15px;
}
.number-comment {
    color: #b1b1b1;
}
.date_created {
    background: none repeat scroll 0 0 #3a3a3a;
    border-bottom: 1px solid #7e7e7e;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    line-height: 14px;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 42px;
	margin-right: 10px;
	color: #f1f1f1;
}
.introtext > p {
    color: #868686;
}
.date_created > span {
    display: block;
    font-size: 0.86em;
    width: 100%;
}
.post_info {
    float: right;
    width: calc(100% - 52px);
}
.post_info .img_post {
    color: #fbfbfb;
}
.post_info .img_post:hover {
    color: #867A60;
}
.blog-container {
	display: inline-block;
    margin-bottom: 70px;
    width: 100%;
}
.blog-container:last-child{
	margin-bottom: 0;
}
.blog-container .blog-title {
	padding-bottom: 25px;
}
.widget-tabs article h6 {
  font-weight: 500;
  font-size: 14px;
  font-size: 14px;
  margin: 0px;
  padding-bottom: 3px;
}
.widget-tabs article, .widget-tabs article {
	display: inline-block;
    margin: 11px 0 24px;
}
.widget-tabs article p {
    color: #7e7e7e;
}
.widget-tabs article p {
    font-size: 13px;
    margin-bottom: 0;
}
.blog-widget {
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
}
.look_book{
	background: url(../img/demo/lookbook.jpg) no-repeat center center / cover;
    color: #fff;
    text-transform: uppercase;
	text-align: center;
	min-height: 467px;
}
.look_book .home-row.row {
    margin: 0;
}
.look-box > strong {
    font-size: 4.285em;
    font-weight: 600;
}
.look-box > strong em {
    font-style: normal;
    font-weight: 500;
}
.look-box > p {
    font-size: 2.14em;
	margin-top: -18px;
}
.look-box > a{
	margin-top: 25px;
}
.look_book .container {
    display: table;
    height: 467px;
}
.look-box {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
}
.newsletter-input input {
    background: none repeat scroll 0 0 #595c60;
    border-color: #595c60;
    color: #ffffff;
    font-size: 12px;    
    min-width: 210px;
	height: 40px;
}
.newsletter-box .input-group  .input-group-addon {
    background: url("../img/newsletter.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    min-width: 40px;
    text-transform: uppercase;
}
.newsletter-box > p{
	margin-bottom: 35px;
}
.newsletter-box .input-group .input-group-addon .button {
    font-size: 15px;
    text-transform: uppercase;
    background: none;
    border: 0;
}
.newsletter-box .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0 !important;
    border-right: 0 none;
	color: #5f5f5f;
    font-size: 14px;
}
footer .container {
    position: relative;
}
#paiement_logo_block_left img {
    margin-left: 10px;
    border-radius: 2px;
}
.paiement_logo_block.pull-right {
    margin-top: 5px;
}

.footer-bottom-block {
	background: none repeat scroll 0 0 #FFF;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom-block  p {
    color: #7b7b7b;
    font-size: 13px;
	margin: 0;
}
.footer-bottom-block a {
    color: #fff;
}
/******** PRODUCTS ********/
#product .topnav {
    margin-left: 0;
}
#product .breadcrumbs{
	padding-left: 0;
}
.social_sharing .btn-social {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #575757;
    font-size: 20px;
    margin: 10px;
}
.social_sharing .btn-social:hover{
    color: #867A60;
}
.social_sharing{
	margin-top: 15px;
}
/******** COMPARE ********/
#product_comparison .info_block {
	background:#FFFFFF;
}
#product_comparison tr.comparison_header, 
#product_comparison td.comparison_feature_even {
    background: none repeat scroll 0 0 #F8F8F8;
}
#product_comparison tr.comparison_header {
	font-weight:bold;
}
#cluetip {
	background:rgba(0,0,0,0.9);	
	color:#FFF;
	padding:15px;
}
#cluetip .comment {
	color:#FFF;
}
#cluetip .customer_name {
	font-weight:700;
}
/******** TAB MODULE **********/
#tabs .nav-tabs li.active {
	background:#D82731;
}
#tabs .nav-tabs li.active a {	
	color:#FFF;
	cursor:pointer;
	background:none;
}
/******** CART MODULE *********/
.unvisible {
	display:none;
}
.remove_link a{
	background: url("../img/del.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 47px;
    width: 47px;
}
/********** AUTHENTICATION *************/
h3.panel-heading {
	margin:0px;
}
.authentication label { 
    font-weight: 400;
	margin-bottom: 5px;
}
body#authentication.content_only {
    background: none repeat scroll 0 0 #292929;
	color: #e0e0e0;
}
body#authentication.content_only .page-heading{
	color: #fff;
}
body#authentication.content_only h3.page-subheading{
	color: #f3f3f3;
    text-transform: uppercase;
	padding-bottom: 45px;
}
#authentication.content_only .lost_password.form-group > a {
    color: #e0e0e0;
}
#authentication.content_only .form-control{
	background-color: rgba(0, 0, 0, 0);
    border-color: #606060;
    border-radius: 1px;
    height: 50px;
}
#authentication.content_only .btn-default {
    background: none repeat scroll 0 0 #393939;
    border: 1px solid #2c2c2c;
    color: #eaeaea;
    font-size: 0.92em;
    letter-spacing: 1px;
    min-width: 220px;
    padding: 13px 50px;
    text-transform: uppercase;
}
#authentication.content_only .btn-default:hover {
    background: none repeat scroll 0 0 #bd4254;
}
#authentication.content_only .form-group {
    margin-bottom: 25px;
}
#authentication.content_only .submit {
    float: left;
}
#authentication.content_only .lost_password.form-group {
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-left: 40px;
    margin-top: 13px;
    vertical-align: middle;
}
/********** FOOTER LINKS ***********/
.page_not_found ul.footer_links {
    height: 65px;
    margin-top: 40px;
    padding: 20px 0 0;
    text-align: center;
}
ul.footer_links li {
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin-bottom: 10px;
    margin-right: 10px;
}
.page_not_found ul.footer_links li .btn-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #2e2e2e;
    color: #6f6f6f;
    font-size: 0.92em;
    padding: 13px 80px;
    text-transform: uppercase;
}
.page_not_found ul.footer_links li .btn-default:hover{
	background: none repeat scroll 0 0 #867A60;
    border-color: #867A60;
    color: #ffffff;
    outline: 0 none !important;
}
ul.footer_links .button {
	border: 1px solid #000000;
    border-radius: 2px;
    color: #010d0d;
    font-size: 0.86em;
    padding: 9px 20px;
    text-transform: uppercase;
}
ul.footer_links .button .fa {
	margin-right:5px;
}
ul.footer_links .button:hover {
	background:#867A60;	
	border-color: #867A60;	
	color:#FFF!important;
}

/*********** ORDER ************/
#availableCarriers_table th {
	background:#FBFBFB;
	border:1px solid #e5e5e5;
	padding:10px;
}
ul.step {
 	 margin-bottom: 90px;
     width:100%;
 	 overflow: hidden;
}
.order ul.step {
 	 margin-bottom: 0px;
}
@media (min-width: 480px) {
    ul.step {      
	border-bottom: 3px solid #e5e5e5;
    border-top: 1px solid #c1c1c1;
	padding: 0 15px;
    }
}
ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border:0;
}
@media (max-width: 479px) {
    ul.step li {
        width: 100%;        
	}
}

ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    color: #000000;
    display: block;
    font-weight: 500;
    height: 48px;
    padding: 13px 0;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 1.15em;
    }
}
@media (min-width: 992px) {
    ul.step li a:after,
    ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
          content: ".";
          position: absolute;
          top: 0;
          right: -31px;
          z-index: 0;
          text-indent: -5000px;
          display: block;
          width: 31px;
          height: 52px;
          margin-top: -2px;
    }
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
    text-decoration: none;
    outline: none;
}
ul.step li.first {    
}

ul.step li.first span,
ul.step li.first a {
    z-index: 5;
    padding-left: 23px!important;
}
@media (max-width: 480px) {
    ul.step li.first span,
    ul.step li.first a {
   		padding-left: 13px!important;
    }
    
}
ul.step li.second span, ul.step li.second a {
    z-index: 4;
}
ul.step li.third span, ul.step li.third a {
    z-index: 3;
}
ul.step li.four span, ul.step li.four a {
    z-index: 2;
}
ul.step li.last span {
    z-index: 1;
}
@media (min-width: 480px) {
    ul.step li.last {
    	
    }
    ul.step li.last span {
         
    }
}
ul.step li.step_current {
    background: none repeat scroll 0 0 #867A60;
    font-weight: bold;
}
ul.step li.step_current span {            
      position: relative;
		color:#FFF;
}
@media (min-width: 992px) {
      ul.step li.step_current span {
            padding-left: 48px;
      }
}
ul.step li.step_current_end {
     font-weight: bold;
}
ul.step li.step_todo {
	  border-color:#e2e2e2;     
}
ul.step li.step_todo span {
        color: #474747;
		display: block;
		font-size: 14px;
		position: relative;
		text-transform: uppercase;
}
@media (min-width: 992px) {
     ul.step li.step_todo span {
            padding-left: 48px;
     }
}
ul.step li.step_done {      
    background: #999999;      
	border-top-color: #999999;
    border-bottom-color: #999999;        
}
ul.step li.step_done a {        
}

@media (min-width: 992px) {
      ul.step li.step_done a {
            padding-left: 48px;
      }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none;
      }
}
ul.step li em {
      font-style: normal;
}
@media (min-width: 480px) and (max-width: 767px) {
        ul.step li em {
          display: none;
        }
}
@media (max-width: 480px) {   
    ul.step li.step_done {
    	border-bottom-color:#FFF;
	}
	ul.step li.step_todo {
		border-top-color:#FFF;
	}
}
/************** ORDER *****************/
.cart_navigation{
    text-align: right;
}
#cart_summary tbody td.cart_product img {
    border: 1px solid #D6D4D4;
}
.table tbody > tr > td.cart_quantity {
    padding: 25px 40px;
    width: 120px;
}
.table tbody > tr > td.cart_delete {
    padding: 25px 40px;
}
.table tbody > tr > td.cart_total {
    padding: 25px 40px;
	color: #414141;
    font-size: 1.285em;
    text-align: center;
}
.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
    border-radius:0px;
}
.form-control.grey {
    background: none repeat scroll 0 0 #FBFBFB;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 2px;
    margin-top:2px;
}
.btn.button-plus, .btn.button-minus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DEDCDC #C1BFBF #B5B4B4 #DAD8D8;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #C0C0C0;
    font-size: 1.07em
    line-height: 1;
    padding: 5px 7px;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
}
.cart_delete a.cart_quantity_delete, 
a.price_discount_delete,
.lnkdel {
    background: url("../img/del.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 1.23em;
    height: 18px;
    width: 17px;
}
#order-detail-content #cart_summary tr {    
    overflow: hidden;
}
#cart_summary tbody td.cart_product {
	padding: 10px 15px;
    width: 173px;
}
#cart_summary tbody td.cart_product img {
    border: 0;
}
#cart_summary tbody td.cart_unit .price span {
  display: block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
}
#cart_summary tbody td.cart_description {
  width: 300px;
}
.cart_description > span {
    color: #414141;
    display: inline-block;
    font-size: 1.285em;
    margin-bottom: 15px;
}
.cart_description a {
    color: #747474;
    font-size: 14px;
}
#cart_summary tbody td.cart_description small {
    display: block;
    padding: 10px 0 0 0;
}
#cart_summary tfoot td.text-right {  
	color: #3e3e3e;
    font-weight: 300;
}
#cart_summary tfoot td.price {
  text-align: right;
  font-size:1.1em;
  font-family:arial;
  color:#3e3e3e;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 1.1em Lato, sans-serif;
  color: #474747;  
}
#cart_summary tfoot td#total_price_container {
  font: 600 1.1em Lato, sans-serif;
  color: #474747;
}
#cart_summary .cart_unit .price {
	color:#000;
}
.carrier_price .price {
	font-family:arial;
	color:#000;
	font-size:1.07em;
}
@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block;
  }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal;
  }
  #order-detail-content #cart_summary td.cart_avail {
      clear: both;
  }
  #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
      padding: 9px 8px 11px 18px;
  }
  #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: right;
  }
  #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 8px;
        position: relative;
        top: -3px;
  }
  #order-detail-content #cart_summary td div {
      display: inline;
  }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block;
  }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }
  #order-detail-content #cart_summary tfoot td:before {
      display: inline;
  }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center;
  }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 270px;
  }
}
.cart_voucher {
  vertical-align: top !important;
}
.cart_voucher h4 {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
    padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px;
}
.cart_voucher fieldset {
    margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
      float: left;
      width: 219px;
      margin-right: 11px;
}
.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777777;
}
.cart_voucher #display_cart_vouchers span:hover {
      color: #515151;
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
    font-weight: normal;
}
#HOOK_SHOPPING_CART #loyalty i {
  font-size: 2em;
  line-height: 2;
  color: #cfcccc;
}

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: white;
}

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold;
}

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  color: white;
  background: #867A60;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
#multishipping_mode_box .title {
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
    display: none;
}
#multishipping_mode_box .description_off div {
      margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc;
}

#multishipping_mode_box.on .description_off {
  display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

#order .address_add.submit {
  margin-bottom: 20px;
}

#ordermsg {
  margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
  clear:both;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left;
}
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px;
}
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
    background: white;
    margin-bottom: 0;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
    height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
    margin-top: 10px;
    width: 100%;
    background: #5192f3;
    color: white;
    border: 1px solid #4b80c3;
    font-weight: bold;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px 11px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
    font-size: 1.53em;
    margin-right: 7px;
    vertical-align: -2px;
}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 54px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    width: 97px;
    padding-left: 21px;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
    width: 162px;
}
.opc-main-block {
}
.opc-main-block .page-heading.step-num {
}
#opc_payment_methods-content > div {
}
h3.page-subheading {
    font-size: 18px;
}
.form-group.date-select .row > div {
    display: inline-block;
	margin: 10px 30px 0 15px;
}
.submit.opc-add-save button {
    margin-bottom: 30px;
}
.checkbox #uniform-addressesAreEquals input[type="checkbox"]{
	margin-left: 0;
} 
.delivery_option_radio .radio input[type="radio"], 
.delivery_option_radio .radio-inline input[type="radio"]{
	position: inherit;
}
.order_carrier_content {
  line-height: normal;
  padding: 20px 0;
}

.order_carrier_content .checkbox{
  font-size: 1.2em;
}

.order_carrier_content .carrier_title {
    font-weight: 300;
    color: #333333;
}
.order_carrier_content .checkbox input {
     margin-left: 0;
}
.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px;
}
.order_carrier_content + div {
    padding-bottom: 15px;
}
#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}
#carrierTable td.carrier_price {
  border: none;
}
p.checkbox.gift {
  margin-bottom: 10px;
}
#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.panel{
	background: none;
	border: 1px solid #e2e2e2;
}
a.iframe {
  color: #333333;
  text-decoration: underline;
}
a.iframe:hover {
    text-decoration: none;
}
p.payment_module {
  margin-bottom: 10px;
}
p.payment_module{
    border: 1px solid #e2e2e2;
    border-radius: 0;
    color: #333333;
    display: block;
    font-size: 1.307em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.35;
    padding: 30px;
    position: relative;
}
p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb;
}
p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb;
}
p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb;
}
p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 1.92em;
      height: 22px;
      width: 14px;
      color: #777777;
}
p.payment_module:hover {
      background-color: #f6f6f6;
}
p.payment_module a span {
      font-weight: bold;
      color: #777777;
}
.payment_module.box {
  margin-top: 20px;
}

p.cheque-indent {
  margin-bottom: 9px;
}
.cheque-box .form-group {
  margin-bottom: 0px;
}
.cheque-box .form-group .form-control {
    width: 269px;
}

.order-confirmation.box {
  line-height: 29px;
}
.order-confirmation.box a {
    text-decoration: underline;
}
.order-confirmation.box a:hover {
      text-decoration: none;
}

.delivery_option_carrier td {
  width: 200px;
}
.delivery_option_carrier td + td {
  width: 280px;
}
.delivery_option_carrier td + td + td {
  width: 200px;
}
.delivery_option_carrier tr td {
  padding: 5px;
}
.delivery_option_carrier.selected {
  display: table;
}

.delivery_option_carrier.not-displayable {
  display: none;
}
.addresses .select label, .addresses .selector, .addresses .addresses .address_select {
	clear:both;
	float:left;
}
#carriercompare_submit,
#update_carriers_list {
	margin-bottom:10px;
}
/*********** PRODUCT BOX *************/
.rating {
    color: #867A60;
    float: right;
    font-size: 0.86em;
    letter-spacing: -0.1em;   
	line-height: 22px;
}
.rating i {	
	display: inline-block;
    height: 14px;
    margin: 0 1px;
    vertical-align: bottom;
    width: 15px;
}
.rating .star-full {
	background:url(../img/star-f.png) no-repeat; 
}
.rating .star-empty {
	background:url(../img/star-e.png) no-repeat; 
}
.ca-item-main .item {
	margin-bottom:30px;
	min-height:300px;	
}
.ca-item-main .item:first-child {

}
.product-preview {
	padding:0px;	
	overflow: hidden;
	position:relative;
}
.products-list-small .product-preview {
	border:none; 
} 
.product-preview .preview {
	position:relative;
	overflow: hidden;	
}
.product-preview .preview img {    
	display: inline-block;
	width: 100%;
}
.product-preview .preview-image {
    display: block;	 
    text-align: center;
}
.product-preview .preview-image img {
}
.product-preview .product-info {	
	text-align: left;
}
.content_price {
   float: left;
}
.product-preview :hover .product-img1{    
	opacity:0.7;
}
.product-preview .title {
	float: left;
    line-height: 0.92;
    margin-top: 25px;
    padding-bottom: 0;
    text-transform: capitalize;
    width: 100%;
}
.product-preview .title a {	
	color: #747474;
    display: inline-block;
/*    font-size: 0.583em; */
    font-weight: 400;
}
.product-preview .title a:hover,
.product-preview .title a:focus {
	color:#867A60;
}
.compare-cart-wish {
    background: #ffffff;
    bottom: -40px;
    display: inline-block;        
    opacity: 0;
    transition: all 0.5s ease-in 0s;
	position:absolute;
	width:100%;
	left:0px;
}
.products-list-in-row .content_price {
    margin: 5px 0;
}

.product-preview:hover .compare-cart-wish {
	bottom: 20px;
	opacity: 1;
}
.product-preview  .product-btn  {
    color: #979797;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
	cursor:pointer;
}
.product-preview  .product-btn:hover{
	color: #2e2e2e;
}
.product-preview  .product-btn i {
	color: #7b7b7b;
    font-size: 16px;
    left: 43%;
    line-height: 42px;
	opacity: 0;
    position: absolute;
}
.product-preview  .product-btn .fa-check {
	display:none;
}
.product-preview  .product-btn.checking .fa-check {
	display:none;
}
.product-preview  .product-btn.checked .fa-check {
	display:block;
}
.product-preview .product-btn.checked,
.products-list-in-row .product-preview .product-btn.checked{
	background:#867A60!important;
    border-color:#867A60!important;
    color: #fff !important;
}

.product-preview  .product-btn.checking i{
	opacity: 1;
}
.product-preview  .product-btn.checking span{
	color: #ccc;
}
.product-preview .product-btn.disable:hover {
	cursor: context-menu;
    color: #979797;
}
.product-preview:hover .product-btn.disable  i,
.product-preview .product-btn.disable  i{
	color:#DDD;
}

.preview.hover-slide .preview-image img {
	-o-transition:top .3s ease-out;
	-moz-transition:top .3s ease-out;
	-webkit-transition:top .3s ease-out;
	-ms-transition:top .3s ease-out;
	transition:top .3s ease-out
}
.preview.hover-slide:hover .preview-image img {
	-o-transition:top .3s ease-out;
	-moz-transition:top .3s ease-out;
	-webkit-transition:top .3s ease-out;
	-ms-transition:top .3s ease-out;
	transition:top .3s ease-out;
	top:100%
}
.product-preview .label {
	background: none repeat scroll 0 0 #2e2e2e;
    border-radius: 0;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    left: 0;
    line-height: 55px;
    min-width: 66px;
    padding: 0 10px;
    position: absolute;
    right: auto;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.button-cart-wish {
    background: none repeat scroll 0 0 #ffffff;
    bottom: -40px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
	text-align: center;
    transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.product-preview:hover .button-cart-wish {
    bottom: 3px;
    transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.product-preview:hover .label-wrapper{
	display: none;
}
.image_swap .product-img1 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;	
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;	
	position:relative;
}


.image_swap:hover .product-img1 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.image_swap .product-img2 {  	
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;

	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position:absolute;
	left:0; top:0;
	height: auto;
    max-width: 100%;
	width: 100%;
	}
	
.image_swap:hover .product-img2 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);	
	}

.price {	
	color: #414141;
    font-size: 18px;
}
#amount {
	color:#000;
}
#cart_navigation .exclusive_large {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
}
#cart_navigation .button_large {
	background: none repeat scroll 0 0 #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #ffffff;
    font-size: 0.92em;
    font-weight: 400;
    padding: 14px 80px;
    text-transform: uppercase;
    vertical-align: middle;
}
#cart_navigation .button_large:hover {
    background:#867A60;
    border-color:#867A60;
    color: #ffffff;
}
#currency_payement {
	padding:5px;
}
#our_price_display {
	font-size:2.14em;
}
.price.old {
	color: #A7A7A7;
    font-weight: 400;
    margin-right: 20px;
    text-decoration: line-through;
}
.old-price {
	text-decoration:line-through;
	float:left;
	margin-right:5px;
}
.price-percent-reduction {
	margin-right:10px;
	display:none;
}
.price-area {	
	margin-top: -3px;
}
.price-area #old_price_display {
	float: left;
    line-height: 30px;
    margin-right: 20px;
    margin-top: 14px;
}
/************* PAGE NOT FOUND ****************/
.page_not_found {
    display: table;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.content-center .pagenotfound {
    display: table-cell;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
}
.content-center .pagenotfound #error-code {
    color: #292929;
    font-size: 400px;
    font-weight: 300;
    line-height: 1;
    margin: 10px 0;
    text-align: center;
}
.content-center .pagenotfound p {
	color: #efefef;
    font-size: 2.14em;
    font-weight: 300;
    letter-spacing: 1px;
}
#mashead img,
#bigpic,
img#categoryImage {
	max-width:100%;
	width: 100%;
}
#mashead img {
	margin-bottom:15px;
}
/*********** PRODUCT LIST *********************/
.product-carousel2 .ajax_block_product,
.product-carousel .ajax_block_product,
.deal-carousel .ajax_block_product,
.carousel_categories .ajax_block_product,
.productcategory-carousel .ajax_block_product{
    margin: 0px 15px;
}
.slider-products .ajax_block_product {
}
.products-list .ajax_block_product {
	padding-bottom:30px;
	padding-top:20px;
}

@media (min-width:768px) and (max-width:991px) {
.responsive .products-list .ajax_block_product {
width:33.33333333333333%
}
}
@media (min-width:361px) and (max-width:767px) {
.responsive .products-list .ajax_block_product {
width:50%
}
}
@media (max-width:360px) {
.responsive .products-list .ajax_block_product {
width:100%
}
}
@media (min-width:992px) and (max-width:1199px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
width:25%
}
}
@media (min-width:768px) and (max-width:991px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
width:33.33333333333333%
}
}
@media (min-width:361px) and (max-width:767px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
width:50%
}
}
@media (max-width:360px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
	width:100%
}
}

.responsive .products-list .ajax_block_product {
	float: left;
    min-height: 1px;
    overflow: hidden;
    padding: 30px 15px 20px;
    position: relative;
    width: 33.33%;
}
@media (max-width:480px) {
.responsive .products-list .ajax_block_product {
	width:100%
}
}
.responsive .products-list .ajax_block_product .product-preview {	
	overflow:  hidden;
}
.responsive .products-list-in-row .ajax_block_product .product-preview {
	border:1px solid #EFEFEF;
	width:100%;
	float:left;		
}	
.products-list-in-row .product-preview .product-info {
	border:  0 none;
    float: right;
    margin: 0;
    padding: 10px 30px;
    text-align: left;
    width: 67%;
}
@media (min-width:768px) and (max-width:991px) {
	.responsive .products-list .ajax_block_product {
		width:50%
	}		
}
@media (min-width:481px) and (max-width:767px) {
	.responsive .products-list .ajax_block_product {
		width:50%
	}
}
@media (min-width:361px) and (max-width:479px) {
	.responsive .products-list .ajax_block_product {
		width:100%
	}	
	.responsive .products-list .ajax_block_product .product-preview {
		float:none;
	}	
	
}
@media (max-width:360px) {
	.responsive .product-list .ajax_block_product {
		width:100%
	}
	
}

@media (min-width:992px) and (max-width:1199px) {
	.responsive .products-list .ajax_block_product {
		width:50%
	}
}

@media (max-width:360px) {
	.responsive .products-list .ajax_block_product {
		width:100%
	}
}
.content-aside {
    margin-top: 20px;
}
.product-sort {
	text-align: left;
	padding: 0;
}
.product-sort .btn-default.active,
.product-sort .btn-default:active,
.product-sort .btn-default:focus,
.product-sort .btn-default:hover,
.product-sort .open .dropdown-toggle.btn-default {
	color:#FFF;
	background:#867A60;
	border:1px solid #867A60;
}
.sort-select a.dropdown-toggle {
    border: 1px solid #dadada;
    border-radius: 0;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    line-height: 33px;
    min-width: 197px;
    padding: 0 15px;
    text-align: left;
    text-transform: none;
	background: none;
}
.btn .caret{
	background: url("../img/caret.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    float: right;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 11px;
}
.btn-group.btn-select:hover .caret {
    background: url("../img/caret-active.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.product-sort .dropdown-menu {
	top:41px;
	background:rgba(0,0,0,0.85);
}
.product-sort .dropdown-menu > li > a {
	color:#CBCBCB;
	font-size:0.92em;
}
.product-sort .dropdown-menu:after {
	border-bottom: 7px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 20%;
    position: absolute;
    top: -7px;
	
}
.view-mode {
	padding:15px 30px;
}
.view-mode a {
	border: 1px solid #999999;
    border-radius: 2px;
    display: inline-block;
    height: 32px;
    line-height: 34px;
    text-align: center;
    width: 32px;	
}
.view-mode a.active {
	background:#867A60;
    border-color: #867A60;
    color: #ffffff;
}
.view-mode a.active span{
	color:#FFF;
}
.view-mode a span {
	color:#2e2e2e;
	font-size: 14px;
}
.products-list-in-row .item {
    float: none !important;    
    max-width: none !important;
    overflow: hidden;
    text-align: left !important;
    width: 100% !important;   
    padding-bottom:0px;
}

.products-list-in-row .product-preview .preview {
    float: left;
    margin:0px;
    width: 33%;
	border-right: 1px solid #e2e2e2;
}
.products-list-in-row .title {
    float: none;
	padding-bottom: 7px;
}
.list_info {
    display: none;
}
.list-price {
	margin-bottom:5px;
}
.list-price .price.old {
	float:left;
	margin-right:10px;
}
.list-price .price {
	float:left;
}
.list_description {
	float: left;
    font-size: 0.92em;
    font-weight: 300;
    padding-top: 10px;
    width: 100%;
}

.products-list-in-row .preview {
	border:none; 
}
.products-list-in-row .list_buttons {	  
    float:left;
	margin-top:10px;
}
 .products-list-in-row .pull-left,
.products-list-in-row .pull-right  {    
    display: none;    
}

.products-list-in-row .list_info {        
    min-height:70px;
    text-align:left;
    display: block;
    overflow: hidden;    
    position: relative;    
	width:100%;    
	margin-top: 10px;
	border-top: 1px solid #e2e2e2;
}
.products-list-in-row .product-preview .product-info  .list_info  .product-btn,
.products-list-in-row .product-preview .product-info  .list_info  .cart-button{
	opacity: 1;
    position: inherit;
    transform: scale(1, 1) !important;
	float: left;	
	bottom: auto;
	top: auto;
	left: auto;
	border-color: #3c3f44;
	color: #3c3f44;
	height: 40px;
	line-height: 40px;
	margin:0px 10px 0px 1px!important;
}

.products-list-in-row .product-btn.cart-button > span {
    background: url("../img/cart.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
}
.products-list-in-row .product-btn.cart-button:hover > span {
    background: url("../img/cart-hover.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
}
.products-list-in-row .list_button {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.products-list-in-row  .product-btn:hover {
    border: 1px solid #867A60 !important;
}
.products-list-in-row .product-preview .product-info .list_info .product-btn:hover, 
.products-list-in-row .product-preview .product-info .list_info .cart-button:hover,
.products-list-in-row .product-preview .product-btn:hover i{
	color: #fff;
}
.products-list-in-row  .price.old{
	line-height: 30px;
}
.nbcomments {
	display:none;	
}
.pb-right-column > h2 {
    font-size: 1.71em;
    padding-bottom: 0;
}
.pb-right-column .nbcomments {
    display: none;
}
.product-main-info #new_comment_tab_btn {
    display: none;
}
.products-list-in-row .nbcomments {
	display:inline-block;
	margin-left:20px;
	letter-spacing:0px;
	text-transform:lowercase;
	color: #020202;
	font-size:0.92em;
}
.filters-panel {
    padding:0px 15px;
    margin:0px;
    clear:both;
    background:#fff;
}
.filters-panel-bottom {
	padding:0px 15px;
    margin:35px 0 0px;
    clear:both;
    background:#fff;
}
.filters-panel label {
	color: #000000;
    font-size: 0.86em;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
#pagination {
    margin: 0;
}
ul.pagination {
	margin:0px;
	line-height:20px;
	float:left;
}
.product-count {
}
.filters-panel .divider:after {
    border-bottom: 1px solid #E9E9E9;
    content: " ";
    display: block;
    height: 10px;
}
.filters-panel .divider {
    height: 25px;
}
.btn-select .btn {
    font-size: 1.23em;
}
.expander-list, .expander-list ul {
    list-style-type: none;
}
.expander-list .name {
    display: block;
    padding: 20px 0;
    text-transform: uppercase;
}
.expander-list li ul .name {
	line-height: 24px;
    padding: 0;
    text-transform: capitalize;
}
.expander-list > .last .name{
    border-bottom:none;    
}
.expander-list, .expander-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.expander-list ul {
    padding: 7px 0 35px;
}
.expander-list li {
    margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
.expander-list li a:hover{
	color: #867A60;
}
.expander-list li li a {
    color: #7a7a7a !important;
    padding-left: 15px;
}
.expander-list li li li a {
    padding-left: 40px;
}
.expander-list li ul li {
    border: 0 none;
}
.expander-list .expander {
    cursor: pointer;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0 12px;
	font-weight: 500;
	font-size: 16px;
}
.page-content .breadcrumbs {
	display:none;
}
.content-aside-inner > .menu_categories {
    margin-top: -130px;
	margin-bottom: 80px;
}
.breadcrumbs {
    color: #474747;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
	padding: 40px 0;
	margin-bottom: 10px;
}
.breadcrumbs a {
	font-weight: 300;
}
.breadcrumbs a:hover {
	color:#867A60;
}
.breadcrumbs .fa-angle-right {
    padding: 0 10px;
    font-size:0.92em;
    color:#6F6F6F;
	line-height: 1;
}
.breadcrumbs .navigation-pipe {
	padding: 0 10px;
	color:#6F6F6F;
	display: inline-block;	
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1.07em;	
}
.content-aside .block {
}
.content-aside .block .block_content {
}
.content-aside .block.blank {
}
.content-aside .block.blank p {
}
.content-aside .block a {	
	color: #999999;
    font-weight: 400;
}
.content-aside .block > .box-title h3,
.content-aside .block > h4.title_block,
.content-aside .block > .box-title h3 a,
.content-aside .block > h4.title_block a {	
}
.content-aside .block.blue > h3,
.content-aside .block.blue > h4.title_block {
	
}
.content-aside .block.mega > h3,
.content-aside .block.mega > h4.title_block {	
}
.quantity-control {
    width: 60px;
    display:table!important;
}
.quantity-control .input-group-addon:first-child {    
}
.quantity-control .input-group-addon:last-child {
    bottom: 0;
    top: auto;
	border-radius:0 2px 2px 0 !important;
}
.quantity-control .input-group-addon {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 0 none;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 15px;
    height: 44px !important;
    line-height: 43px;
    overflow: hidden;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    width: 44px !important;
	color: #A6A6A6;
}
.quantity-control .form-control {    
    background: none repeat scroll 0 0 #f5f5f5;
    border: 0 none !important;
    height: 44px;
    margin: 0 3px;
    position: relative;
    text-align: center;
	font-size: 1.285em;
    width: 44px;
	color: #A6A6A6;
}
.product-util {
	float:left;
}
.product-util .product-btn {
	color: #a5a5a5;
    float: left;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}
.product-util .product-btn:hover {
	color: #867A60;
}
.product-util .product-btn:hover i {
	color: #fff;
}
.product-util .product-btn .fa-check,
.product-util .product-btn .fa-spin,
.product-util .product-btn.checking .fa-copy,
.product-util .product-btn.checked .fa-copy {
	display:none;
}
.product-util .product-btn.checked .fa-check {
	display:inline-block;
}
.other-info {	
    float: left;
    width: 100%;
	margin-bottom: 37px;
}

.other-info p {
	color: #a2a2a2;
    font-size: 0.92em;
    font-weight: 300;
    margin-bottom: 0;
}
.other-info label {
	color: #a2a2a2;
    font-family: "Lato";
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0;
}
fieldset.attribute_fieldset {
    margin-bottom: 10px;
}
#short_description_content {
    display: inline-block;
    width: 100%;
}
.product-description .option {
    display: inline-block;
	float: left;
}
.product-description .option b {
	float:left;
	line-height:30px;
}
.product-description .option #quantity_wanted_p {
	float:left;
}
.product-description #add_to_cart {
    background: none repeat scroll 0 0 #292929;
    border-color: #292929;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 44px;
    letter-spacing: 2px;
    line-height: 44px;
    margin-left: 15px;
    padding: 0 65px;
    vertical-align: top;
}
.product-description #add_to_cart:hover {
    border-color: #867A60;
    background: #867A60;
}
.product-description #add_to_cart i {	
	margin-right:5px;
}
/*****RIGHT COLUMN****/
.content-aside-inner .products_block .slider-products-title {
    margin-bottom: 0;
    text-align: left;
}
.products_block .jcarousel-skin-previews .jcarousel-clip-vertical{
	height: 362px;
}
.box-right .title {
    color: #474747;
    font-size: 19px;
    text-transform: uppercase;
	padding-bottom: 35px;
}
.title_gallery{
	display: none;
}
.block_right {
    margin-bottom: 70px;
}
.gallery.block_right {
    display: inline-block;
}
.tweets em {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: middle;
}
.tweets p {
    color: #3a3a3a;
	margin-bottom: 0;
	padding-left: 20px;
}
span.comment {
    color: #747474;
}
.tweets a {
    color: #747474;
	width: 100%;
    display: block;
}
.tweets a:hover {
    color: #EC4A62;
}
.time-comment {
    color: #a5a5a5;
    padding-left: 20px;
}
.tweets .box-right {
    margin-bottom: 0;
}
.tweets.block_right {
    margin-bottom: 30px;
}
.tweets > div {
    margin-bottom: 40px;
}
.box-right .title_gallery{
	display: none;
}
.content-aside .box-right .title_gallery{
	display: block;
}
.accordion-simple {
    text-align: left;
    clear:both;
}
.accordion-simple .panel {
    border-bottom: 1px solid #E7E7E7;
    box-shadow: none;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow:none;
}
.accordion-simple .panel-heading {
    border: 0 none;
}
.accordion-simple .panel-heading {
    padding: 0;
}
.accordion-simple .panel-heading a {
    display: block;    
    padding: 13px 0 15px;
    text-transform: uppercase;
    font-weight:700;
    color:#000;
}
.accordion-simple .collapsed .arrow-down {
    display: inline;
}
.accordion-simple .arrow-down, .accordion-simple .collapsed .arrow-up {
    display: none;
}
.accordion-simple .arrow-down, .accordion-simple .arrow-up {
    float: right;
    font-size: 0.92em;
    position: relative;
    top: 3px;
}
.content-aside-inner {	
	
}
.content-aside-inner img {
	max-width:100%;
}
.socialsharing_product button {
    border: medium none;
    margin-bottom: 5px;
}
.socialsharing_product button .icon {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    color: #333333;
    height: 30px;
    line-height: 28px;
    width: 30px;
    padding:10px;
}
.padding-x {
	padding:0px 70px;
}
.container-with-large-icon {        
    position: relative;
}
.container-with-large-icon .large-icon {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
@media (max-width:768px) {
	.responsive .collapsed-block {
	    border-bottom: 1px solid #1E1E1E;
	    margin: 0;
	    padding-top: 15px;
	}
}
.responsive .collapsed-block .tabBlock {
	display:none
}
@media (min-width:768px) {
.responsive .footer-navbar .tabBlock {
display:block!important
}
}
.footer-navbar .collapsed-block:last-child {
	border-bottom:0px; 
}
.responsive .collapsed-block .expander {
    cursor: pointer;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.53em;
    margin-top: -5px;
    padding: 0 8px;
    text-decoration: none;
    color:#FFF;
}
#off-canvas-menu-toggle {
	display:none;
}
	
.services-block-box {
    color: #C7C7C7;
    line-height: 21px;
    padding: 0 0 15px;
    text-align: center;
}
.services-block-box .item {
    border: 1px solid #EE3B27;
    color: #000000;
    display: block;
    padding: 12px;
}

.services-block-box .icon {
    transition: transform 0.5s ease 0s;
}
.services-block-box .icon {
    background: none repeat scroll 0 0 #EE3B27;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 3.76em;
    height: 92px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
    width: 92px;
}

.services-block-box .full-text {
    background: none repeat scroll 0 0 #EE3B27;
    color: #FFFFFF;
    display: block;
    font: 19px Arial,Helvetica,sans-serif;
    margin: 10px -12px -12px;
    padding: 16px 0;
}

.back-to-top {
    background: url("../img/back_to_top.png") no-repeat scroll center center #292929;
    bottom: 10%;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 55px;
    line-height: 1.6;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 55px;
    z-index: 1000;
}
.back-to-top:hover {
    background-color:#867A60;
    border-color: #867A60;
    color: #FFFFFF;
}
.content-center .slider-products h4 {	
}
.content-center .slider-products h4 span {
	margin-left:15px;
	background:#000;
	color:#FFF;	
    display: inline-block;    
    font-size: 1em;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.content-center .slider-products h4 span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: "";
    left: 20px;
    position: absolute;
    top: 32px;
}    
.cmp_remove .icon-trash-2 {
	color:#000;
	font-size:1.23em;
}
.box-center {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:block;
}
.text-center {
	text-align:center;
	
}
#product .jmsbetsellers {
    padding: 0;
    width: 100%;
}
.divider-md {
    clear: both;
    height: 30px;
}
.member-info .name {
    padding-bottom: 8px;
}
.member-info {
    line-height: 21px;
    padding-bottom: 20px;
}
.member-info .about {
    padding-bottom: 18px;
}
.member-info .photo {
    padding-bottom: 25px;
}
.member-info .contact-icon {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;    
    color: #8A8A8A;
    display: inline-block;
    font-size: 1.3em;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px;
    transition: all 0.3s ease 0s;
}
.member-info .contact-icon span {
	color:#8a8a8a
}
.member-info .contact-icon:hover {
	text-decoration:none;
	border-color:#867A60;
	background:#867A60;
	color:#fff
}
.member-info .contact-icon:hover span {
	color:#fff
}

.cmp_remove i {
	font-size:1.53em;
}
.fontawesome-icon-list .fa-hover a {
    border-radius: 4px;
    color: #222222;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.fontawesome-icon-list .fa-hover a .fa {
    display: inline-block;
    font-size: 1.07em;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}
#jms-megamenu .preview-image {    
    display: block;
    float: left;    
}
#jms-megamenu .product-info {
	padding:10px 0px 0px 0px;
	float:left;
}
#jms-megamenu  .product-preview .title {
	padding-bottom:10px;
}
.mod-content ul li {
	float:left;
	padding:10px 0px;
	border-top:1px solid #EDEDED;
}
.mod-content ul li:first-child {
	border-top:none;
	padding-top:0px;
}
.panel {
	border-radius:0px;	
}
.fancybox-skin {
	border-radius:0px!important;
}
/************* WISHLIST ************/
.wishlistLinkTop .btn-default{
	padding: 13px 30px;
}
ul.products li {
	padding:5px 0px;
	border-bottom: 1px solid #e1e1e1;
}
.ajax_cart_block_remove_link {
	float:right;
}
select#wishlists {
	padding:5px;
	border:1px solid #E3E3E3;
}
#wishlist_block_list .quantity-formated {
	margin-left:10px;
}
.history_price .price {
	color:#000;
}
.wishlist_delete {
	text-align:center;
}
.history_invoice i {
	margin-right:10px;
}
.a-hidden {
	opacity:0;
}
.a-visible {
	opacity:1;
} 
.main-page-indent {
	padding-bottom:10px;
}
#itemsContent .blog_posts {
	margin-top:0px!important;
}
#new_comment_form_footer .btn-primary{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #010101;
    font-weight: 400;
    text-transform: uppercase;
}
#new_comment_form_footer .btn-primary:hover{
	border-color:#867A60;
	background:#867A60;
	color: #fff;
}
.blog_posts .date i,
.blog_posts .view i {
	margin-right:5px;
	font-size:1em;
}
.blog_posts .readmore {	
    color: #2c2c2c;
    font-size: 12px;
    text-transform: uppercase;
}

.blog_posts .readmore:hover,
.jms_cat_wp .jms_cat_info a.readmore:hover,   
.jms_cat_wp .jms_cat_info h3 a:hover {
	color:#c54457;
}
/******** FIX UNIFORM CSS BUG ********/
.selector span {
	display:none;
}
#uniform-fileUpload .filename,
#uniform-fileUpload .action {
	display:none;
}
#compare_shipping_form #uniform-id_country,
#compare_shipping_form #uniform-id_state{
	width:250px!important;
}
.delivery_option_radio .radio {
	text-align:center;
	margin-left:20px;
}
.top .radio {
	padding-left:0px;
}
#uniform-optin,
#uniform-newsletter {
	display:inline-block;
}
/********* CONTACT PAGE *************/
.contact footer{
	margin-top: 0px;
}
.contact .map {
    margin-top: 25px;
}
.contact .container.page-content {
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.contact .content-center.container {
    width: 100%;
}
.contact_us {
    text-align: center;
}
.contact_us > p {
    color: #868686;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
}
.contact_us .page-heading {
    margin-bottom: 50px;
}
.wrap-paper .control-label {
    color: #6f6f6f;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
.contacts .map, .contacts-form {
	padding-bottom:40px
}
.contacts-form .wrap-paper {
}

.contacts-form .paper {
	width:100%;
	display:inline-block;
	text-align: left; 
}
.contacts-form .back {
	width:100%;
	float:left;
}
.contact-right-column p {
    margin-bottom: 30px;
}
.contacts-form .form-group {
	margin-bottom:15px;
	position:relative;
	margin-left: 0;
    margin-right: 0;
}
.contact-right-column .table-bordered > tbody > tr > th,
.contact-right-column .table-bordered > tbody > tr > td,
.contact-right-column .table-bordered {
    border: 0;
	padding:10px 0;
}
.contact-right-column .table-bordered tbody tr:first-child {
    color: #2c2c2c;
    font-size: 1.285em;
}
.contact-right-column .table.table-bordered strong {
    display: block;
    width: 100%;
}
.contacts-form .btn {
	margin-top:9px
}
.contacts-form .form-control {
	padding-left:30px
}
.contact-right-column {
    padding-top: 30px;
    text-align: left;
}
.contact-right-column .title {
    color: #474747;
    font-size: 21px;
    padding-bottom: 25px;
    text-align: left;
}
.contacts-form input.form-control {
	height:34px;
	line-height:1;
	/*	padding-top:9px */
}
.contacts-form textarea.form-control {
	height:124px;
	/*	padding-top:9px;
*/	resize:none
}
.contacts-form input.form-control, .contacts-form textarea.form-control {
	padding-top: 9px\0;
	width:100%;
}
.form-group  .date_of_birth  > div {
    display: inline-block;
    float: left;
}
.date_of_birth > div > div {
    width: auto !important;
}
_:valid\0, .contacts-form input.form-control, .contacts-form textarea.form-control {
 padding-top: 6px;
}
#uniform-id_contact {
	width:100%!important;
}
#jms_contact_infos li {
	line-height:30px;
}
#jms_contact_infos li i {
	margin-right:10px;
}
#jms_contact_infos .contact-title {	
	font-size:1.1em;
}
#jms_contact_infos .map {
	margin-top:10px;
}
/**********ORDER*********/
.product-name {
    margin: 0;
}
#order{
}
.checkbox #uniform-newsletter input[type="checkbox"],
.checkbox #uniform-optin  input[type="checkbox"]{
	position: inherit;
}
.comparison_product_infos {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
	padding: 0 15px;
}
#hideSendWishlist .fa.fa-times-circle {
    margin-right: 10px;
}
.clearfix.wlp_bought_list li {
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding: 10px 0;
}
.wishlistLinkTop .wlp_bought_list .btn-default{
    margin: 43% 0 0 20%;
}
.lnkdel{
	margin: 50% 0 0% 20%;
}
.wishlistLinkTop .wlp_bought_list .btn-default .fa {
    margin-right: 10px;
}
.clearfix.display_list.row {
    margin: 20px -15px;
}
/*********CMS*********/
.about_us {
    text-align: center;
}
.about_us .owl-theme .owl-controls{
	top: 50%;
}
.about-carousel.owl-carousel.owl-theme {
    margin-top: 125px;
}
.about_us > p {
    color: #868686;
    font-size: 1.285em;
}
.about_us .item.ajax-item-about > p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin: 55px auto;
    width: 65%;
}
.about_us .item.ajax-item-about > strong {
    color: #b8b8b8;
    font-size: 1.285em;
    font-weight: 400;
}
.about-content {
    margin-top: 20px;
    padding: 70px 0;
    text-align: left;
}
.cms-about-us footer{
	margin-top: 0;
}
.page-subheading {
    color: #474747;
    font-size: 1.5em;
    padding-bottom: 30px;
}
.faqs .slider-title h3 {
    border-bottom: 2px solid #c7c7c7;
    color: #474747;
    display: inline-block;
    font-size: 1.5em;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.icon-carousel {
    background: url("../img/icon-faq-op.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 12px;
    margin: 12px 0;
    width: 12px;
}
.ov-open .icon-carousel {
    background: url("../img/icon-faq-ov.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.item-faq.ov-open .dropdown-item {
    display: block;
}
.dropdown-item{
	display: none;
	border-bottom: 2px solid #e5e5e5;
}
.item-faq > a {
    border-bottom: 1px solid #c1c1c1;
    color: #474747;
    display: block;
    font-size: 1.5em;
    padding: 15px 0;
    width: 100%;
}
.dropdown-item .inner-item {
    padding: 25px 0 15px;
}
/*******404******/
#pagenotfound footer{
	margin-top: 0;
}
#pagenotfound .container.page-content {
    background: url("../img/demo/404.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    padding: 0 15px;
    width: 100%;
	position: relative;
}
#pagenotfound .container.page-content:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.account-popup {	
	overflow-x:auto;    	
    position:fixed;
    right:0;	
    display: none;
    left: 0;    
    top:0px;
	bottom:0px;
    z-index: 8010;		
	background:rgba(0,0,0,0.5);
	color:#c8c8c8;
	line-height:26px;
	
}
.account-content  {
	border-top:3px solid #353535;
	width:100%;
	top: 193px;
	padding:80px 0px;
	background:#292929;
	position:absolute;
	text-transform:none;
}
.account-form {
	text-align:left;
	height:auto;	
}
.close-popup {
	position:absolute;
	top:40px;
	right:50px;
	background:url(../img/del-large.png) no-repeat top left;
	width:27px;
	height:25px;
	cursor:pointer;
}
.account-popup .page-subheading  {
	color:#f3f3f3;
	text-transform:uppercase;
}
.account-popup .btn-default {
	/* background:#393939; */
	letter-spacing:2px;
	font-weight:600;
	color:#d2d2d2;
}
.account-popup input.form-control {
	/* background:none; */
	border:1px solid #4d4d4d;
	max-width:460px;
	height:50px;
	color: #999999;
}
.account-popup .submit {
	float:left;
	margin-right:20px;
}
#create-account_form p {
	margin-bottom:25px;
}
.lost_password {
	line-height:50px;
}
.account-popup .form-group {
	margin-bottom:25px;
}
#voucher .form-group {
  display: block;
  margin: 0;
}
#voucher .form-group input {
  height: 45px;
  margin-bottom: 20px;
  width: 100%;
}

/* Modal Products - by mrivas*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* End modal products - by mrivas */

#availability_statut {
    margin: 0;
    font-size: 14px;
    line-height: 1.61429;
    color: #747474 !important;
    font-weight: 400;
    font-family: 'Lato', serif;
}
.label-warning{
    background-color: red !important;
    color: #fff !important;
}





/* Para imagenes */
#view_full_size {
  position: relative;
  width: auto;
}

.img-responsive {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#view_full_size:hover .img-responsive {
  opacity: 0.3;
}

#view_full_size:hover .middle {
  opacity: 1;
}

.mostraLupa {
  background: url(../img/search.png) no-repeat center center;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}



#opc_account_saved{
    clear: both;
}

.banner-discount {
    text-align: center;
    background-color: #B51F29;
    padding: 10px 0px 10px 0px;
    font-size: xx-large;
}

