html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	font-size:14px;		
	line-height:1.6;
	color:#292929;
	font-weight:300;	
	font-family:'Roboto Slab', serif;
	background:#fff;
}
.container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
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:#DF0024;
  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;
}

.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 #FFCCCC;
    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;
}
.page-heading {
    font-size: 20px;
    text-transform: uppercase;
}
.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:'Roboto Slab', serif;	
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.0em;	
	font-family:'Roboto Slab', serif;
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.428em;	
	font-family:'Roboto Slab', serif;
}
h4 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.39em;	
	font-family:'Roboto Slab', serif;
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.28em;	
	font-family:'Roboto Slab', serif;
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1.2em;	
	font-family:'Roboto Slab', 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;
}
.page-header {
	margin-top:0px;
}
.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:#000000;
}
.dropcap.dark {
	color:#fff;
	background-color:#000000;
}
.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:#000000;
	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:#000000
}
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:#000000;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#000000
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #000000
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
	border-top:4px solid #000000
}
.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 #000000
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#000000;
	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:#000000;
}
.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: #eeeeee;
}
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: #000000;
}
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 #eee;
    padding-right: 5px;
    width: 120px;
}
.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: #ffffff;
    border-color: #dddddd;
    border-radius: 0;
    color: #25292b;
    font-family: "Roboto";
    font-size: 0.86em;
    font-weight: 300;
    line-height: 1.42857;
    padding: 0 5px;
    width: auto;
}
/********* 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,
.table tfoot > tr > th,
.table tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom:none;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
.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 #fff;
}
.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 #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #eee;
}
.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: #f9f9f9;
}

.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 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #000000;
    padding: 9px 20px;
    text-transform: uppercase;
	font-size: 0.86em;
}
.btn-mega {
    border-radius: 0;
    color: #000000;
    font-size: 0.92em;
    padding: 6px 20px;    
	border-radius: 2px;  
}
.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:#000000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background:#DF0024;
	border-color: #DF0024;
	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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #292929;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: capitalize;
	opacity: 1;
}
#bt_compare strong {
    font-weight: 500;
}
#button_order_cart {
	border: 0 none;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-top: 18px;
}
#button_order_cart:hover,
#button_order_cart:active,
#button_order_cart:focus{
	outline: 0;
	box-shadow: none;
}

#button_order_cart span  {
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #3c3f44;
    color: #3c3f44;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    width: 100%;
}
#button_order_cart:hover span  {
    border-color: #DF0024;
    color: #ffffff;
}
/************ 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;
}
.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;
}
/****** TOOLTIP ********/
.tooltip-inner {  
  background-color: #333;  
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}

/****** TOPBAR ********/
header {	
	z-index:2003;	
	width:100%;
	color:#333;	
	background: #fff;
}
header p {
	margin:0px;
} 
header .btn-group.open .dropdown-toggle {
	box-shadow:none;
}
.topbar .header-block {
    display: inline-block;
}
header .topbar .dropdown-menu {		
	background:#eeeeee;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 3px #cccccc;
    line-height: 150%;
    min-width: 115px;
    padding: 5px 15px;
    position: absolute;
    top: 38px;
    z-index: 2002;
}	
#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 {
	text-decoration:none; 
	background-color:transparent;
	background:none;
}
.dropdown-menu li {
	padding:0px 0px;
}
#jms_ajax_search input {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 1px 2px #dddddd;
    height: 45px;
    margin: 0;
    width: 376px;
	font-size: 12px;
}
form#searchbox {
	padding:0px!important;
}
.icon-search{
	background: #fafafa url("../img/search.png") no-repeat scroll center center;
    border-left: 1px solid #eeeeee;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 2;
}
.header-bar .dropdown-menu.search-box ,
.dropdown-menu.search-box {
    border: 0 none;
    box-shadow: none;
    left: auto;
    margin-top: 7px;
    padding: 0;
    right: 0;
}
.dropdown-menu {
	box-shadow:none;
	border-radius:0px;
}
.dropdown-menu:after {		
	z-index: 1;
}
.header-bar {	
	position:relative;	
	z-index:2001;
}
.header-bar .container {
    border-bottom: 1px solid #ECECEC;
	padding: 30px 0 25px;
}
.header-bar .header-block {
    display: inline-block;
}
.header-position.header-right-box {
    text-align: right;
}
.header-bar .find-us .divider {
    display: inline-block;
    font-size: 1.21em;
    height: 41px;
    line-height: 39px;
    text-align: center;
    width: 41px;
}
.header-bar .find-us {
    margin-bottom: 0;
}
.header-bar .find-us .divider a{
    color: #898989;
}
.header-bar .find-us .divider:hover {
    border-color: #df0024;
}
.header-bar .find-us .divider:hover a {
    color: #df0024;
}
.header-bar .btn-group > a {
    color: #898989;
    display: block;
    font-size: 1.14em;
    height: 41px;
    line-height: 46px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    width: 41px;
}
.header-bar .btn-group.languages-info > a{
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
}
.header-bar .btn-group.currency-info > a  .selected.fa {
    font-size: 1em;
    font-weight: 300;
}

.header-bar .btn-group.currency-info > a {
    line-height: 45px;
}
.header-bar .btn-group > a:hover,
.header-bar .btn-group.open > a  {
    border-color: #df0024;
    color: #df0024;
}
.header-bar .dropdown-menu > li > a {
    color: #292929;
    font-size: 12px;
    font-weight: 300;
}
.header-bar .dropdown-menu > li > a:hover{
    color: #df0024;
	background: none;
}
.header-bar .dropdown-menu {
    border-color: #f1f1f1;
    box-shadow: 0 1px 2px #dddddd;
    margin-top: 10px;
    min-width: 120px;
    padding: 15px 0;
}
.dropdown-menu.shoppingcart-box{
	border: 0 none;
    box-shadow: 0 1px 2px #dddddd;
    min-width: 250px;
    padding: 25px 30px;
	right: 0;
	left: auto;
}
.topnav {
	position: static !important;
}
.jms-search .keyword-group .input-group-addon{
	border:none!important;
}
.navbar-logo {
	display:block;
	text-align: center;
}
#off-canvas-menu-category{
	display: none;
}
.menu_navbar {
    padding: 20px 0;
}
.menu_navbar .container {
    padding: 0;
	position: relative;
}
.menu_navbar .btn-group > a {
    border: 1px solid #ececec;
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
	border-radius: 0;
	padding: 0;
}
.wp-header .menu_navbar .btn-group > a{
	height: 50px;
	width: 50px;
	margin-left: 15px;
}
.menu_navbar .btn-group > a:hover,
.menu_navbar .btn-group.open > a{
	border-color: #df0024;
}
#jms_ajax_search.btn-group > a:hover,
#jms_ajax_search.btn-group.open > a{
	border-color: #000;
}
#cart_block.btn-group > a {
    background: url(../img/cart.png) no-repeat center center ;
}
#cart_block.btn-group > a:hover, 
#cart_block.btn-group.open > a{
    background: url(../img/cart-hover.png) no-repeat center center ;
}
/************HEADER 2*************/
.header-right-box #cart_block {
    float: none !important;
}
.header-bar .btn-group.user-info > a {
    min-width: 41px;
	background: url(../img/user.png) no-repeat center center;
}
.header-bar .btn-group.user-info > a:hover,
.header-bar .btn-group.open.user-info > a {
	background: url(../img/user-hover.png) no-repeat center center;
}
#jms_ajax_search.btn-group > a {
    min-width: 41px;
	background: url(../img/search-icon.png) no-repeat center center;
}
#jms_ajax_search.btn-group > a:hover,
#jms_ajax_search.btn-group.open > a {
	background: url(../img/search-icon-hover.png) no-repeat center center;
}
.header-bar .btn-group.user-info .text-box {
    color: #292929;
    font-size: 0.92em;
    margin-left: 10px;
}
.header-bar .btn-group.user-info .fa.fa-unlock-alt {
    margin-right: 10px;
}
.wp-header .menu_navbar {
    padding: 35px 0;
}
.wp-header .header-bar .container {
    border-bottom: 0 none;
    padding: 0;
}
.wp-header .header-bar {
    background: #ebebeb;
}
.wp-header.header-3 .header-bar{
	height: 35px;
}
.wp-header .header-bar .find-us .divider a {
    color: #757575;
}
.wp-header .header-bar .find-us .divider a:hover{
	color: #df0024;
}
.wp-header .header-bar .find-us .divider {
    font-size: 1.07em;
    line-height: 35px;
    text-align: center;
	height: auto;
}
.wp-header .header-bar .btn-group.currency-info > a {
    line-height: 35px;
	padding-right: 0;
}
.wp-header .header-bar .btn-group > a {
	color: #323232;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    text-transform: uppercase;
    width: auto;
    border-radius: 0;
	border-left: 1px solid #dcdcdc;
	padding: 0 30px;
    margin: 0;
}
.header-bar .btn-group > a:hover,
.header-bar .btn-group.open > a,
.header-bar .btn-group a:hover > i.fa,
.header-bar .btn-group.open a > i.fa{
	color: #df0024;
}
.wp-header .header-bar .menu_navbar{
    line-height: 50px;
}
.wp-header .topnav .jms-megamenu .nav > li > a {
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 25px;
}
.topnav .jms-megamenu .nav > li > a:hover{
	color: #df0024;
}
.wp-header .header-right-box .header-block {
    float: right;
}
.languages-info a > img {
    display: none;
}
.wp-header .languages-info a > img {
    display: inline-block;
}
.btn-text-box{
	display: none;
}
.wp-header  .btn-text-box {
    display: none;
}
.wp-header .btn-text-box {
    display: inline-block;
}
.wp-header .header-bar .btn-group.user-info > a {
    background: none;
    min-width: auto;
    width: auto;
	border-left: 0;
}
.wp-header .btn-name {
    display: none;
}

.header-bar .btn-group  a > i.fa {
    font-size: 1.07em;
    margin-left: 10px;
	display:none;
    color: #606060;
}
.wp-header .header-bar .btn-group  a > i.fa {
	display: inline-block;
}
.wp-header .languages-info img {
    margin-right: 10px;
    margin-top: -2px;
}
.wp-header .user-info .fa-user {
    margin-left: 0;
    margin-right: 10px;
}
.wp-header .navbar-right{
	margin-right: 0;
}
.wp-header .navbar-right .block-content {
    display: inline-block;
    float: right;
}
.wp-header #jms_ajax_search .btn-text-box i {
    margin-left: 0;
}
.wp-header .menu_navbar .btn-group > a {
    border: 0 none;
}
.wp-header  .topnav .jms-megamenu .nav {
    margin-right: -75px;
    text-align: right;
}
.wp-header .header-bar .dropdown-menu{
	margin-top: 0;
}
.wp-header  .ajax_cart_quantity{
	top: 5px;
	right: 5px;
}
/*********HEADER 3********/
.wp-header.header-3 .navbar-logo{
	margin-top: 0;
}
.header-3 p {
    font-size: 11px;
    line-height: 35px;
	float: left;
}
.header-3 .block-content strong {
    font-weight: 400;
}
.wp-header.header-3 .header-bar .btn-group > a{
	padding: 0 25px;
}
.wp-header.header-3 .menu_navbar ul.nav {
    margin: 0;
    text-align: center;
}
.wp-header.header-3 #jms_ajax_search > a {
    display: none;
}
.wp-header.header-3 #jms_ajax_search .dropdown-menu.search-box {
    display: block;
    opacity: 1;
    position: static;
	margin-top: 0;
}
.wp-header.header-3 #jms_ajax_search input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-size: 11px;
    font-weight: 300;
    height: 40px;
    margin: 0;
    width: 270px;
	box-shadow: none;
}
.wp-header.header-3 .icon-search {
    background: rgba(0, 0, 0, 0) url("../img/search.png") no-repeat scroll center center;
    border-left: 1px solid #e1e1e1;
    height: 30px;
    margin-top: 5px;
    width: 40px;
}
.wp-header.header-3 input[type="text"]::-moz-placeholder{
	color: #292929;
}
.wp-header.header-3 #cart_block {
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 40px;
    min-width: 112px;
    padding: 0 10px 0 15px;
}
.wp-header.header-3 .ajax_cart_quantity {
    right: 10px;
    top: 10px;
}
.wp-header.header-3 .box_cart {
    display: inline-block;
    float: right;
}
.wp-header.header-3 #cart_block.btn-group > a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin-right: 0;
    padding: 0;
    vertical-align: middle;
	background-position: center top;
    width: 15px;
}
.wp-header.header-3 #cart_block.btn-group > a::after {
    color: #292929;
    content: "Cart";
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 22px;
    text-align: right;
    text-transform: uppercase;
}
.wp-header.header-3 .navbar {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding-top: 35px;
}
.wp-header.header-3 .topnav .jms-megamenu .nav > li > a{
	line-height: 40px;
}
.wp-header.header-3 .menu_navbar{
	border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 2px 2px #e1e1e1;
    padding: 25px 0 5px;
}
.wp-header.header-3 .topnav .jms-megamenu .nav > li.open > .dropdown-menu, 
.wp-header.header-3 .topnav .jms-megamenu .nav > li:hover > .dropdown-menu{
	top: 22px;
}
/********* SLIDESHOW *******/
.slideshow-section {
    overflow: hidden;
}
.slideshow {    
    width: 100%;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	width: 43px !important;
	height: 85px !important;
	background: url(../img/arrow.png) no-repeat left center !important;
	z-index: 2003 !important;
}
.tp-rightarrow.default {
    background-position: right center !important;
}
.tp-leftarrow.default:hover{
	background: url(../img/arrow-hover.png) no-repeat left center !important;
}
.tp-rightarrow.default:hover{
	background: url(../img/arrow-hover.png) no-repeat right center !important;
}
.tp-bullets.simplebullets .bullet {
    background: none !important;
    height: 14px !important;
    margin-left: 10px !important;
    width: 14px !important;
    border: 2px solid #DF0024 ;
    border-radius: 50%;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
	background:#DF0024!important;
}
/****** HOME BANNER *******/
.home-banner {
    margin: 70px 0;
}
.wrapper-thumnail {
    overflow: hidden;
    position: relative;
}
.wrapper-content {
    color: #df0024;
    height: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100px;
    width: 100%;
}
.wrapper-content .title-banner {
    border-bottom: 1px solid #df0024;
    color: #292929;
    font-size: 17px;
    padding-bottom: 10px;
    display: inline-block;
}
.wrapper-thumnail img{
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	width: 100%;
}
.wrapper-thumnail:hover img {
    transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
h4.wp-content {
    font-size: 6.57em;
    font-weight: 100;
    padding-bottom: 0;
}
.wrapper-content > p {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.banner-two .wrapper-content {
    bottom: 35px;
    height: auto;
    padding: 0;
    top: auto;
}
.services-section {
    overflow: hidden;
	background: url(../img/services.jpg) no-repeat left bottom fixed;
	color: #fff;
    text-align: center;
	padding: 75px 0 55px;
}
.services-box .title{
    font-size: 1.2857em;
	padding-bottom: 18px;
}
.services-box .title  a{
    font-weight: 300;
    text-transform: uppercase;
	color: #fff;
}
.services-box .title  a:hover{
	color: #DF0024;
}
.services-box em {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #df0024;
    display: inline-block;
    font-size: 30px;
    height: 71px;
    line-height: 72px;
    margin-bottom: 25px;
    width: 71px;
}
.services-box em::after {
    border: 1px solid #ffffff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 79px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 79px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.services-box:hover em::after {
    height: 81px;
    left: -5px;
    top: -5px;
    width: 81px;
    border-width: 6px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
/*************HOME 2**************/
.home-2 .services-section {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #292929;
	padding: 70px 0 55px;
}
.home-2 .services-box .title a{
	color: #292929;
}
.home-2 .services-box em,
.home-3 .services-box em{
	background:none;
	border: 1px solid #DF0024;
	transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-2 .services-box:hover em,
.home-3 .services-box:hover em {
    background: #DF0024;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
	border-color: #DF0024;
    color: #fff;
}
.home-2 .services-box em::after,
.home-3 .services-box em::after{
	display: none;
}
.home-2 .services-box:hover em:before,
.home-3 .services-box:hover em:before{
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}
.home-2 .services-box em::before,
.home-3 .services-box em::before {
    display: block;
}
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
.home-2 .services-box .title a{
	font-weight: 400;
}
.home-2 .services-box .title {
    font-size: 1.21em;
}
.home-2 .services-box > div {
    padding: 0 25px;
}
.home-2 .owl-theme .owl-controls{
	top: -50px;
	opacity: 0;
}
.home-2 .filter-carousel.owl-theme .owl-controls{
	top: -63px;
}
.home-2  .featured-section:hover .owl-theme .owl-controls,
.home-2 #best-sellers_block_center:hover .owl-theme .owl-controls{
	opacity: 1;
}
.home-2 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 0 !important;
}
/**************HOME 3**************/
.slideshow_section {
    margin-top: 17px;
}
.vertical-megamenu .jms-vermegamenu {
    border: 1px solid #e5e5e5;
	width: 100%;
}
.vertical-megamenu .jms-vermegamenu li {
    border-bottom: 1px solid #e5e5e5;
}
.vertical-megamenu .jms-vermegamenu li:last-child{
	border-bottom: 0;
}
.menu-title {
    background: #404040;
}
.title_verticalmenu {
    font-size: 15px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.title_verticalmenu{
    color: #fff;
    font-size: 1em;
    line-height: 40px;
}
.title_verticalmenu .fa.fa-bars {
    background: #000;
    line-height: 41px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.home-3 .services-section {
    background: none;
    color: #292929;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 70px 0;
}
.home-3 .services-box > div {
    border: 1px solid #e1e1e1;
	padding: 45px 40px;
}
.home-3 .services-box .title a{
	color: #292929;
	font-weight: 400;
}
.home-3 .services-box em {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #df0024;
    display: inline-block;
    font-size: 30px;
    height: 57px;
    line-height: 59px;
    margin-bottom: 0;
    width: 57px;
	float: left;
    border: 1px solid #DF0024;
	text-align: center;
	margin-right: 15px;
	margin-top: -8px;
}
.home-3 .services-box .title {
    font-size: 1.14em;
    padding-bottom: 5px;
}
.home-3 .services-box div > p {
    font-family: "Roboto";
    font-size: 13px;
	margin-bottom: 0;
}
.home-3 .banner-newsletter {
    display: none;
}
.home-3 .newsletter-box {
    border: 0;
    margin: 0;
    padding: 0;
    position: static;
}
.home-3 .newsletter-block {
    border: 0;
    margin: 0;
    padding: 0;
}
.home-3 .wraper-newsletter {
    width: auto;
    padding: 0;
    margin: 0;
}
.home-3 #newsletter-input.form-control {
    font-size: 11px;
    width: 100%;
    background: #ebebeb;
    border-color: #ebebeb;
    height: 40px;
}
.home-3 .wrapper-content{
	top: 35px;
}
.home-3 .wrapper-banner {
    margin-bottom: 70px;
	margin-top: 12px;
}
.home-3 .slider-products-title span {
    background: #fff none repeat scroll 0 0;
    display: inline;
    font-weight: 400;
    padding-right: 10px;
    margin: 0;
    padding-bottom: 0;
    border: 0;
}
.home-3 .slider-products-title > h3 {
    font-size: 1.357em;
    line-height: 12px;
    padding: 0;
	margin-right: 85px;
	border-color: #E5E5E5;
}
.home-3 .owl-theme .owl-controls{
	top: -49px;
}
.proverbs{
	background: rgba(0, 0, 0, 0) url("../img/demo/testimonials.jpg") no-repeat center center / cover;
	margin: 13px 0 65px;
    padding: 35px 0 65px;
    display: inline-block;
    width: 100%;
}
.right_column #best-sellers_block_right .slider-products-title span {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
    padding: 0;
}
.right_column #best-sellers_block_right .slider-products-title {
    border-bottom: 1px solid #e5e5e5;
    border-top: 0 none;
    margin-bottom: 0;
    margin-top: 0;
}
.right_column .jms-blog.m-top-58 {
    margin-top: 25px;
    margin-bottom: 60px;
}
.right_column .blog-carousel .blog-content {
    position: static;
    width: 100%;
}
.right-column .blog-content .blog-info{
	padding: 0;
}
.right_column .blog-content > div{
	padding: 0;
}
.right_column .blog-content .add-info {
    display: block;
    padding: 0;
    text-align: left;
}
.right_column .blog-info .title {
	font-size: 1.07em;
    font-weight: 300;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
.right_column .blog-info .title a{
	color: #292929;
}
.right_column .blog-info .title a:hover {
    color: #df0024;
}
.right_column .date, 
.right_column .number-comment {
    float: left !important;
    font-family: "Roboto";
    font-size: 11px;
    margin-right: 25px;
    opacity: .8;
}
.right_column .blog-carousel.owl-carousel .owl-item:nth-child(2n) .blog-content .add-info{
	position: static;
}
.right_column .desc > p {
    font-family: "Roboto";
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 15px;
}
.right_column .blog-item .preview-image {
    display: inline-block;
    width: 100%;
    height: 153px;
    vertical-align: middle;
    overflow: hidden;
}
.right_column .blog-item .preview-image img {
    margin-top: calc(100% - 135%);
}
.blog-carousel .owl-pagination {
    display: none;
}
.right_column .blog-carousel .owl-pagination {
    display: block;
}
.right_column .owl-theme .owl-controls .owl-buttons{
	display: none;
}
.home-3 .jms-blog .slider-products-title > h3{
	margin-right: 0;
}
.home-3 .blog-carousel.owl-theme .owl-controls {
    top: auto;
    text-align: center;
	 bottom: -20px;
}
.home-3 .right_column .blog-carousel.owl-theme .owl-controls .owl-page span {
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    display: block;
    height: 9px;
    margin: 5px 3px;
    opacity: 1;
    width: 9px;
}
.home-3 .right_column .blog-carousel.owl-theme .owl-controls .owl-page.active span, 
.home-3 .right_column .blog-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #DF0024;
    opacity: 1;
    border-color: #DF0024;
}
.jms-blog .button-more {
    display: none;
}

.right_column .blog-content .border-item {
    display: none;
}
.right_column .jms-blog .button-more {
    display: block; 
	float: right;
	color: #292929;
	font-size: 0.86em;
}
.right_column .jms-blog .button-more:hover{
	color: #df0024;
}
.right_column .newsletter-block {
    text-align: left;
}
.right_column .newsletter-box .title_block > span::after{
	display: none;
}
.right_column .newsletter-box .title_block > span {
    background: #fff none repeat scroll 0 0;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 0;
	display: inline;
}
.right_column .newsletter-box .title_block {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 0;
	line-height: 12px;
    width: 100%;
}
.right_column .wraper-newsletter > p {
    font-size: 13px;
    font-family: "Roboto";
	margin-bottom: 25px;
}
.right_column .newsletter-input-wrap {
    display: inline-block;
    width: 100%;
}
.right_column .form-inline .input-group .form-control, 
.right_column .form-inline .input-group .input-group-addon, 
.right_column .form-inline .input-group .input-group-btn {
    display: inline-block;
    width: auto;
}
.right_column .newsletter-box .input-group-addon {
    background: #df0024 none repeat scroll 0 0;
    border-color: #df0024;
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 38px;
	margin-top: 22px;
    padding-bottom: 0;
    padding-top: 0;
}
/********PRODUCT FILTER********/
.featured-section {
    margin-top: 70px;
}
.featured-section  .slider-products-title {
    margin-bottom: 40px;
}
.jms-filtering {
    border-bottom: 1px solid #ddd;
    height: 12px;
    text-align: center;
}
.slider-productsfilter-title {
	display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.slider-productsfilter-title > li {
    display: inline-block;
    text-transform: uppercase;
}
.isotope{
	height: auto !important;
}
.home-2 .slider-products-title > h3 {
    border-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    text-align: center;
}
.home-2  .slider-products-title span{
	font-weight: 400;
	border: 0;
	position: relative;
}
.home-2 .slider-products-title span::after{
	background: rgba(0, 0, 0, 0) url("../img/border-filter.png") no-repeat scroll center center;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 13px;
    left: calc(50% - 80px);
    position: absolute;
    right: 0;
    width: 160px;
}
.text-title{
	display: none;
}
.home-2 .text-title{
	border-bottom: 1px solid #E9E9E9;
    text-align: center;
	margin-bottom: 40px;
	height: 12px;
	display: block;
}
.home-2 .text-title span{
	display: inline-block;
	background: #fff;
}
.padding .slider-productsfilter-title a {
    font-size: 15px;
    color: #292929;
    font-weight: 400;
    padding: 0 43px;
	position: relative;
	cursor: pointer;
}

.padding .slider-productsfilter-title a:before {
    background: rgba(0, 0, 0, 0) url("../img/shoes.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 17px;
}
.padding .slider-productsfilter-title li:last-child a::before{
	background: none;
	width: 0;
}
.padding .slider-productsfilter-title li:last-child a {
    padding-right: 10px;
}
.padding .slider-productsfilter-title li:first-child a {
    padding-left: 10px;
}
.padding .slider-productsfilter-title a.active,.padding .slider-productsfilter-title a:hover {
    color: #DF0024;
}
.home-2 .home-banner{
	margin-top: 0;
}
.padding .product-button li .product-btn{
	width: 35px;
	height: 35px;
	line-height: 33px;
	margin-bottom: 10px;
}
.padding .product-preview .product-btn i {
    line-height: 33px;
    font-size: 0.92em;
    color: #292929;
}

.padding .product-preview .product-btn:hover i {
    color: #fff;
}
.padding .product-preview .cart-button.product-btn {
    font-size: 12px;
    line-height: 33px;
    min-width: 102px;
}
.home-2 .home-banner .container {
    width: 100% !important;
	overflow: hidden;
}
.home-2 .home-banner .wrapper-banner .row > div {
    padding: 0 1px;
}
.home-2 .banner-two .wrapper-content {
    bottom: calc(50% - 35px);
}
.home-2  .wrapper-content > p{
	font-weight: 300;
}
.home-2 .brand-section .slider-products-title {
    display: none;
}
.home-2 .brand-item{
	border-color: #ddd;
	margin: 5px 15px;
}
.home-2 .brand-item:hover{
	box-shadow: 0 0 3px #ccc;
}
.home-2 .brand-section .block-content{
	margin-left: -15px;
	margin-right: -15px;
}
.home-2 .brand-section .owl-controls {
    display: none !important;
}
#best-sellers_block_center > p {
    text-align: center;
	display: none;
}
.home-2 #best-sellers_block_center > p {
    display: block;
}
.home-2 .bestseller-products{
	margin-top: 65px;
}
.home-2 .newsletter-block{
	margin: 0;
    border: 0;
    padding: 0;
}
.contact-box .newsletter-box {
    margin: 0;
    border: 0;
}
.contact-box .banner-newsletter{
	z-index: -1;
	top: 0;
}
.contact-box .container {
    border-bottom: 4px double #b4b4b4;
    border-top: 4px double #b4b4b4;
    margin-bottom: 70px;
    margin-top: 70px;
	overflow: hidden;
}
.contact-box .wraper-newsletter {
    color: #fff;
    margin: 0;
    padding: 32px 0;
	width: auto;
}
.contact-box .banner-newsletter::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.contact-box .banner-newsletter::after {
    border-left: 30px solid #fff;
    border-right: 160px solid transparent;
    border-top: 245px solid #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.contact-box #block_contact_infos li span {
    display: none;
}
.contact-box #block_contact_infos {
    text-align: center;
	padding: 32px 0;
}
.contact-box #block_contact_infos li {
    line-height: 35px;
    font-family: "Roboto";
    color: #000;
}
.contact-box #block_contact_infos .title_block .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
}
.contact-box #block_contact_infos .title_block .title {
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.contact-box #block_contact_infos .title_block .title::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    width: 70px;
}
.contact-box .newsletter-box .title_block > span{
	font-size: 17px;
}
.contact-box #block_contact_infos .title_block {
    margin-bottom: 18px;
}
.contact-box .newsletter-box .title_block > span::after{
	background: #fff;
	width: 70px;
}
.contact-box .newsletter-box .title_block{
	border: 0;
}
.contact-box .wraper-newsletter > p {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}
.contact-box #newsletter-input.form-control {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    height: 40px;
    width: 280px;
}
.contact-box .newsletter-box .input-group-addon {
    background: #df0024 none repeat scroll 0 0;
    border-color: #df0024;
    border-radius: 0;
    color: #fff;
}
.contact-box #block_contact_infos li.email_contact,
.contact-box #block_contact_infos li.number_phone {
    display: inline-block;
}
.contact-box #block_contact_infos li.number_phone:after {
    content: "/";
    margin-left: 5px;
}
.contact-box .input-group-addon .button {
    font-size: 11px;
    padding: 0 5px;
}
/******** 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;
}
/****** BOTSL ********/
.newsletter-block {
    border: 1px solid #b4b4b4;
    margin-bottom: 70px;
    padding: 0 8px;
    text-align: center;
}
.newsletter-box {
    border: 1px solid #b4b4b4;
    margin-bottom: -10px;
    margin-top: -10px;
    padding: 0;
	position: relative;
}
.wraper-newsletter {
    margin: 8px 0;
    padding: 50px 0 50px 40px;
    width: 530px;
}
.newsletter-box .title_block {
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
	margin-bottom: 20px;
}
.newsletter-box .title_block > span {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}
.newsletter-box .title_block > span::after {
    background: #000000 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin: 0 auto 0 -43px;
    position: absolute;
    width: 86px;
}
.wraper-newsletter > p {
    margin-bottom: 38px;
}
.banner-newsletter {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 8px;
	padding-left: 20px;
}
.wraper-newsletter-content  .banner-newsletter img{
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.wraper-newsletter-content:hover .banner-newsletter img {
   transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
#newsletter-input.form-control {
    border-color: #e6e6e6;
    font-size: 12px;
    font-weight: 300;
    height: 45px;
    width: 330px;
    color: #292929;
}
.newsletter-box .input-group-addon {
    background: #e3e3e3 none repeat scroll 0 0;
    border-color: #e3e3e3;
    border-radius: 0;
    color: #292929;
}

.newsletter-box .input-group-addon:hover {
    background: #DF0024;
    border-color: #DF0024;
    color: #fff;
}
.input-group-addon .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    text-transform: uppercase;
}
.jms-blog.container {
    overflow: hidden;
}
.blog-carousel.owl-theme .owl-controls .owl-buttons div {
    right: 15px;
}
.blog-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 55px;
}
/****BRANDS****/
.brand-section {
    margin-bottom: 40px;
    margin-top: 65px;
}
.brand-item {
    text-align: center;
    border: 1px solid #fff;
}
.brand-item:hover {
    border-color: #E6E6E6;
}
.close-map {
    background: #fff url(../img/close.png) no-repeat center center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 3px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50px;
    width: 50px;
    z-index: 2002;
	transition: transform 0.6s ease-out 0s;
}
.close-map:hover{
	cursor: pointer;
	transform: rotate(-180deg);
    transition: transform 0.6s ease-out 0s;
	background: #DF0024 url(../img/close-hover.png) no-repeat center center;
	border-color: #DF0024;
}
.section_maplocation{
	height: 130px;
	position: relative;
}
.map_location_bg {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.maplocation {
    overflow: hidden;
}
.maploc-stores.margin-box.hidden-xs a {
    color: #ffffff;
    font-size: 17px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    z-index: 1;
}
.maploc-stores.margin-box.hidden-xs a i {
    background: rgba(0, 0, 0, 0) url("../img/map.png") no-repeat scroll center 0;
	width: 100%;
    height: 64px;
}
.maploc-stores.margin-box.hidden-xs a i:hover {
    background: rgba(0, 0, 0, 0) url("../img/map-hover.png") no-repeat scroll center 0;
	cursor: pointer;
}
.maploc-stores .fa.fa-map-icon::after {
    background: #222222 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 5px #000000;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
	bottom: 0;
}
.maploc-stores .fa.fa-map-marker {
    display: block;
    font-size: 45px;
    margin-bottom: 10px;
	cursor: pointer;
}
/****** FOOTER ********/
footer {	
	margin-top: 60px;
}
#index footer{
	margin-top: 0;
}
footer a {
	color: #292929;
}
footer li a {
	line-height: 40px;
}

footer li a::before {
    color: #e84862;
    content: "\f1db";
    font-family: "FontAwesome";
    font-size: 9px;
    margin-right: 10px;
    vertical-align: bottom;
}
.footer-navbar {
	padding: 70px 0;
    background: none repeat scroll 0 0 #ececec;
}
.footer-content-box {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 45px;
    padding-bottom: 35px;
}
.footer-content-box > img {
    float: left;
    margin-right: 35px;
    vertical-align: middle;
    margin-top: 5px;
}
.footer-row h4.title_block,
.footer-row h3.title_block{
    border-bottom: 1px solid #cdcdcd;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 0px;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-row h4.title_block span, .footer-row h3.title_block {
    border-bottom: 1px solid #000000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.footer-left .footer-block .block-content ul li {
    border-bottom: 1px dotted #bbbbbb;
}
.footer-block .block-content ul li:last-child {
    border-bottom: 0;
}
.footer-bottom-block  p {
	font-size: 11px;
    text-align: left;
}
.footer-bottom-block a {
    color:#E84862;
}
#block_contact_infos li span {
    color: #e84862;
    font-size: 18px;
    margin-right: 10px;
}
#block_contact_infos li {
    line-height: 40px
}
#block_contact_infos .title_block {
    margin-bottom: 25px;
}
footer #block_contact_infos li a::before {
    content: "";
    margin-right: 0;
}
.footer-position.footer-right {
    float: right;
}
.footer-right .block-content > p {
    margin-bottom: 0;
    margin-top: 25px;
    overflow: hidden;
}
.footer-right .footer-block .block-content img {
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.footer-right .footer-block .block-content:hover img {
    transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.payment-logo {
    text-align: right;
}
#paiement_logo_block_left img {
    margin-left: 10px;
}
footer .box-title {
    display: none;
}
.footer-2 {
    font-family: "Roboto";
}
footer div.tags_block p a {
    border: 1px solid #c2c2c2;
    color: #292929;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 4px;
	font-family: "Roboto Slab";
    padding: 5px 20px;
}
footer div.tags_block p{
	text-align: left;
}
footer .footer-2 li a::before {
    content: "";
    margin: 0;
}
 footer .footer-2 li a {
    font-size: 15px;
    line-height: 40px;
    color: #000;
}
.footer-2 .block-content li {
    border-bottom: 1px dotted #BFBFBF;
}
.footer-2 .tags_block {
    margin-top: 30px;
}
.footer-2 .text_about {
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.footer-2 .block-content{
	overflow: hidden;
}
.footer-2 .banner-footer img {
    transform: scale(1, 1);
    transition: all 0.5s ease 0s;
}
.footer-2 .banner-footer:hover img {
    transform: scale(1.05, 1.05);
    transition: all 0.5s ease 0s;
}
footer .footer-2 li a:hover{
	color: #DF0024;
}
/*********FOOTER 3*********/
.footer-3 {
    margin-top: 12px;
}
footer .footer-3 li a::before {
    display: none;
    margin: 0;
}
.footer-3 #social_block ul li {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #e6e6e6;
    border-radius: 50%;
    text-align: center;
    font-size: 1.14em;
    float: left;
    margin-right: 12px;
}
.footer-3 #social_block ul li:hover {
    background: #df0024 none repeat scroll 0 0;
}
.footer-3 #social_block ul li a{
    color: #DF0024;
    line-height: 42px;
}
.footer-3 #social_block ul li:hover a {
    color: #fff;
}
.footer-3 .block-content li {
    border-bottom: 1px dotted #D0D0D0;
}
.footer-3 #block_contact_infos li {
    line-height: 40px;
    border-bottom: 0;
}
.footer-3 #social_block {
    border-top: 1px dotted #d0d0d0;
    padding-top: 20px;
}

.footer-3 .footer-navbar {
    background: none;
    box-shadow: 0 0 3px #ccc;
	padding: 60px 0;
}
.footer-3 .footer-bottom-block {
    background: #dfdfdf none repeat scroll 0 0;
	 padding: 10px 0 5px;
}
.footer-3 .footer-row h4.title_block, 
.footer-3 .footer-row h3.title_block {
    font-size: 16px;
    font-weight: 400;
}
footer .footer-3 .tags_block {
    margin-top: 25px;
}
.footer-3 .footer-bottom-block p {
    font-family: "Roboto";
}
/*****BLOG*****/
.post-name h2 {
    font-size: 1.285em;
    font-weight: 300;
    text-transform: uppercase;
}
.blog-container .post-name {
    margin-bottom: 0;
}
.post-thumb .img-responsive {
    width: 100%;
}
.blog-meta span {
    font-size: 0.92em;
    margin-right: 20px;
}
.post-thumb {
    margin: 20px 0 30px;
}
#comments {
    border-top: 4px double #ccc;
    margin-top: 50px;
	padding-top: 50px;
}
h3.blog-title {
    font-size: 1.285em;
    font-weight: 300;
    text-transform: uppercase;
}
.blog-container {
    border-bottom: 4px double #ccc;
    margin-top: 30px;
    padding-bottom: 30px;
}
.blog-container:first-child{
	margin-top:0;
}
.blog-content {
    margin-bottom: 30px;
}
/******** COMPARE ********/
.comparison_infos  .product-preview:hover .cart-button{
	bottom: 30px;
}
#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;
}
#availability_label {
	color:#000;
}
#availability_value {
	border: 1px solid #007fec;
    color: #007fec;
    padding: 0 5px;
	font-weight: 400;
}
#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;
}
/********** AUTHENTICATION *************/
h3.panel-heading {
	font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}
/********** FOOTER LINKS ***********/
ul.footer_links {
    border-top: 1px solid #E5E5E5;
    height: 65px;
    padding: 20px 0 0;
	margin-top:10px;
}
ul.footer_links li {
    float: left;
	list-style:none;
	margin-right:10px;
	margin-bottom:10px;
}
ul.footer_links .button {
	border: 1px solid #000000;
    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 {
}

/*********** ORDER ************/
#availableCarriers_table th {
	background:#FBFBFB;
	border:1px solid #e5e5e5;
	padding:10px;
}
ul.step {
 	 margin-bottom: 30px;
     width:100%;
 	 overflow: hidden;
}
@media (min-width: 480px) {
    ul.step {      
    }
}
ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #cacaca;
    border-right-color: #cacaca;
    border-left-width: 0px;
}
@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 {
    display: block;
    padding: 5px 10px 6px 13px;
    color: #000;
    font-size: 1.15em;
    line-height: 1.61;
    font-weight: 500;    
    position: relative;
}
@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 {
      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 {
      background: #D9D9D9; 
	  border-color:#e2e2e2;     
}
ul.step li.step_todo span {
        display: block;
        color: #555;
        position: relative;
}
@media (min-width: 992px) {
     ul.step li.step_todo span {
            padding-left: 48px;
     }
}
ul.step li.step_done {      
    background: #ADADAD;      
	border-top-color: #ADADAD;
    border-bottom-color: #ADADAD;        
}
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 *****************/
.page-heading span.heading-counter {
    color: #333333;
    float: right;
    font: bold 13px/22px Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    text-transform: none;
}
#cart_summary tbody td.cart_product img {
    border: 1px solid #D6D4D4;
}
.table tbody > tr > td.cart_quantity {
    padding: 25px 14px 25px;
    width: 140px;
}
.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 {
    color: #333333;
    font-size: 1.23em;
}
#order-detail-content #cart_summary tr {    
    overflow: hidden;
}
#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px;
}
#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: 480px;
}
#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}
#cart_summary tfoot td.text-right {  
  color: #333333;
}
#cart_summary tfoot td.price {
  text-align: right;
  font-size:1.07em;
  font-family:arial;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 16px/22px Arial, sans-serif;
  color: #000;  
}
#cart_summary tfoot td#total_price_container {
  font: 600 16px/25px Arial, sans-serif;
}
#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;
}
.footer-bottom-block {
    background: none repeat scroll 0 0 #cacaca;
    padding: 8px 0 5px;
}
#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;
  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 {
    margin-top: 20px;
}
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;
}
#carrier_area.opc-main-block {
    margin-bottom: 30px;
}
#opc_new_account.opc-main-block {
    margin-top: 60px;
}
.page-subheading.top-indent {
    margin-top: 30px;
}
.required.gender-line label {
    margin-right: 20px;
}
.order_carrier_content {
  line-height: normal;
}
.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;
}
a.iframe {
  color: #333333;
  text-decoration: underline;
}
a.iframe:hover {
    text-decoration: none;
}
p.payment_module {
  margin-bottom: 10px;
}
p.payment_module{
    display: block;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.307em;
    line-height: 1.35;
    color: #333333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
	border-radius:0px;
}
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;
}
/******PRODUCTS TITLE********/
.page-heading .big {
    text-transform: none;
}
.latest_products .home-row {
    overflow: hidden;
}
.latest_products {
    margin-bottom: 25px;
}
.slider-products-title {
    margin-bottom: 30px;
}
.slider-products-title > h3 {
    border-bottom: 1px solid #F2F2F2;
	padding: 0;
}
.slider-products-title span {
    border-bottom: 1px solid #2b2b2b;
    display: inline-block;
    font-weight: 300;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.product_center {
    margin-bottom: 25px;
}
.product_center .container {
    overflow: hidden;
}
.product_center .product-button li .product-btn {
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 7px;
    width: 30px;
}
.product_center .product-preview .product-btn i {
    line-height: 28px;
}
.product_center .product-preview{
	margin-bottom: 15px;
}
.product_center .product-preview .cart-button.product-btn {
    font-size: 11px;
    min-width: 95px;
    padding: 0px 10px;
    line-height: 30px;
}
.product_center .product-preview .add_to_cart_button{
	bottom: -15px;
}
.product_center .product-preview:hover .product-button {
    left: 10px;
    top: 10px;
}
.bestseller-products {
    margin-top: 70px;
}
.bestseller-products .product-button li .product-btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 35px;
}
.bestseller-products .product-preview:hover .product-button {
    left: 10px;
    top: 10px;
}
.bestseller-products .product-preview .cart-button.product-btn {
    font-size: 12px;
    min-width: 102px;
    line-height: 35px;
}
.bestseller-products .product-preview .product-btn i {
    line-height: 32px;
}
.bestseller-products .product-preview .cart-button.product-btn i{
	line-height: 33px;
}
.bestseller-products .product-preview .add_to_cart_button {
    bottom: -18px;
}
.bestseller-products .product-preview{
	margin-bottom: 25px;
}
/*********** PRODUCT BOX *************/
.ca-item-main .item {
	margin-bottom:30px;
	min-height:300px;	
}
.ca-item-main .item:first-child {

}
.carousel-inner > .item > a > img, 
.carousel-inner > .item > img, 
.img-responsive, 
.thumbnail a > img, 
.thumbnail > img{
	max-width: 100%;
	display: inline-block;
}
.product-preview {
	padding:0px;	
	position:relative;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.product-preview:hover{
	border: 1px solid #E6E6E6;
}
.product-preview .preview {
	position: relative;
	overflow: hidden;
}
.product-button {
    display: inline-block;
    left: -50px;
    position: absolute;
    top: 13px;
	transition: all .5s ease-in 0s;
	-moz-transition: all .5s ease-in 0s;
	-webkit-transition: all .5s ease-in 0s;
	-o-transition: all .5s ease-in 0s;
}
.product-preview:hover .product-button{
	left: 13px;
	transition: all .5s ease-in 0s;
	-moz-transition: all .5s ease-in 0s;
	-webkit-transition: all .5s ease-in 0s;
	-o-transition: all .5s ease-in 0s;
}
.product-button li .product-btn {
    border: 1px solid #c2c2c2;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    margin-bottom: 15px;
    font-size: 16.8px;
	display: inline-block;
	background: #fff;
	transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	-o-transform: translateX(-50px);
}
.product-preview:hover .product-button li .product-btn{
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
}
.product-preview .addToWishlist.product-btn{
    transition: transform 0.5s ease-out 0s;
	-moz-transition: transform 0.5s ease-out 0s;
	-webkit-transition: transform 0.5s ease-out 0s;
	-o-transition: transform 0.5s ease-out 0s;
}
.product-preview:hover .addToWishlist.product-btn{
    transition: transform 0.5s ease-in 0s;
	-moz-transition: transform 0.5s ease-in 0s;
	-webkit-transition: transform 0.5s ease-in 0s;
	-o-transition: transform 0.5s ease-in 0s;
}
.product-preview .add_to_compare.product-btn{
    transition: transform .7s ease-out 0s;
	-moz-transition: transform .7s ease-out 0s;
	-webkit-transition: transform .7s ease-out 0s;
	-o-transition: transform .7s ease-out 0s;
}
.product-preview:hover .add_to_compare.product-btn{
    transition: transform 0.7s ease-in 0s;
	-moz-transition: transform 0.7s ease-in 0s;
	-webkit-transition: transform 0.7s ease-in 0s;
	-o-transition: transform 0.7s ease-in 0s;
}
.product-preview .quick-view.product-btn{
    transition: transform 1s ease-out 0s;
	-moz-transition: transform 1s ease-out 0s;
	-o-transition: transform 1s ease-out 0s;
	-webkit-transition: transform 1s ease-out 0s;
}
.product-preview:hover .quick-view.product-btn{
    transition: transform 1s ease-in 0s;
	-moz-transition: transform 1s ease-in 0s;
	-o-transition: transform 1s ease-in 0s;
	-webkit-transition: transform 1s ease-in 0s;
}
.product-preview .product-button li .product-btn:hover {
    border-color: #df0024;
    background: #DF0024;
    color: #fff;
}
.product-preview .product-button li .product-btn:hover a{
    color: #DF0024;
}
.product-preview .preview img {    
	display: inline-block;
}
.product-preview .preview-image {
	background: #ffffff;
    display: block;	 
    text-align: center;
}
.product-preview .product-info {	
	display: inline-block;
    text-align: center;
    width: 100%;
	padding-bottom:20px;	
}
.content_price {
	display: inline-block;
    margin: 10px 0 13px;
    width: 100%;
}
.content_price.pull-left {
    margin: 0;
}
.content_price.pull-left span {
    line-height: 37px;
}
.product-preview :hover .product-img1{    
	opacity:0.7;
}
.product-preview .title {
	color: #292929;
    display: inline-block;
    float: left;
    line-height: 1.3;
    padding-bottom: 0;
    text-transform: capitalize;
    width: 100%;
    font-size: 1.07em;
}
.product-preview .title a {	
	color: #292929;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
}
.product-preview .title a:hover{
	color: #DF0024;
}
.product-preview  .product-btn  {
	position: relative;
	cursor:pointer;
	line-height: 38px;
}
.product-preview  .product-btn i{
	line-height: 38px;
}
.product-preview .add_to_cart_button {
    bottom: -20px;
    cursor: default;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.product-preview .cart-button.product-btn  {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    min-width: 127px;
	text-align: center;
    text-transform: uppercase;
	transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-o-transform: scale(0,0);
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.product-preview .cart-button.product-btn:hover{
	border-color: #DF0024;
	background: #DF0024;
	color: #fff;
}
.product-preview:hover .cart-button.product-btn {
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.product-preview  .product-btn.checking,
.product-preview  .product-btn.checking:hover {
	border-color: #df0024;
    color: #df0024;
}
.product-preview  .product-btn.checking:hover {
	color: #fff;
}
.product-preview  .product-btn.checking .fa-copy {
	display: none;
}
.product-preview .cart-button.checking{
    border-color: #df0024;
    color: #df0024;
}
.product-preview .cart-button.checking span{
	display: none;
}
.product-preview .product-btn.checked .fa-copy,
.products-list-in-row .product-preview .product-btn.checked .fa-copy {
    display: none;
}
.product-preview .product-btn.checked span {
    display: none;
}
.product-preview  .product-btn .fa-check,
.product-preview  .product-btn .fa-spinner {
	display: none;
}
.product-preview  .checking .fa-spinner{
	display: inline-block;
	font-size: 1.14em;
}
.product-preview  .product-btn.checked .fa-check {
	display:inline-block;
	color: #DF0024;
}
.product-preview  .product-btn.checked:hover .fa-check {
	transform: none;
	color: #fff;
}
.product-preview .product-btn.checked,
.products-list-in-row .product-preview .product-btn.checked{
	border-color: #DF0024;
}
.product-preview .product-btn.disable:hover {
	background: none repeat scroll 0 0 #b6b5b5;
    border-color: #b6b5b5;
    cursor: context-menu;
}
.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%
}
.preview.hover-slide:hover .preview-image img:first-child {
	top:0
}
.product-preview .label {
    border: 1px solid #df0024;
    border-radius: 0;
    color: #df0024;
    display: inline-block;
    font-family: "Roboto Slab";
    font-weight: 400;
    height: 22px;
    line-height: 20px;
    min-width: 38px;
    padding: 0 7px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 13px;
    font-size: 13px;
}
.label-new {
	border-color: #007fec !important;
	color: #007fec !important;
}
.image_swap .product-img2 {
    left: 0;
    position: absolute;
    top: 100%;
}
.image_swap img {
    backface-visibility: hidden;
    height: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
}
.image_swap:hover .product-img1 {
    transform: translate3d(0px, -100%, 0px);
}
.image_swap:hover .product-img2 {
    left: 0;
    top: 100%;
    transform: translate3d(0px, -100%, 0px);
}
.price {	
	color: #df0024;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
#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 {
	border: 1px solid #000000;
    color: #010d0d;
    display: inline-block;
    font-size: 0.86em;
    font-weight: 400;
    height: 38px;
    padding: 9px 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
#cart_navigation .button_large:hover {
    color: #ffffff;
	background: #DF0024;
	border-color: #DF0024;
}
#currency_payement {
	padding:5px;
}
#our_price_display {
	font-family: "Roboto";
    font-size: 1.428em;
    font-weight: 500;
}
.price.old {
	color: #949494;
    font-family: "Roboto";
    font-size: 0.92em;
    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 {	
}
.price-area #old_price_display {
	float: left;
    line-height: 30px;
    margin-right: 20px;
    margin-top: 6px;
}
.comparison_infos .product-preview .add_to_cart_button {
    position: inherit;
}
.comparison_infos .product-preview .cart-button.product-btn {
    bottom: auto;
    transform: scale(1, 1);
}
/************* PAGE NOT FOUND ****************/
.content-center .pagenotfound {
	margin-bottom:20px;
	text-align:center;
}
.content-center .pagenotfound #error-code {
    font-size: 9.23em;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin:20px 0px;
}
.content-center .pagenotfound p {
	color:#000;
	font-size:1.23em;
}
#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,
.product-carousel3 .ajax_block_product{
    margin: 0px;
}
.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:0 15px;
    position: relative;
    width: 33.33%;
}
.products-list-in-row  .cart-box {
	display:none!important;
}
@media (max-width:480px) {
.responsive .products-list .ajax_block_product {
	width:100%
}
}
.responsive .products-list .ajax_block_product .product-preview {	
}
.responsive .products-list-in-row .ajax_block_product .product-preview {
	float: left;
    width: 100%;	
	margin-bottom: 0;
}	
.products-list-in-row .product-preview .product-info {
	border:  0 none;
    float: right;
    margin: 0;
    padding: 30px;
    text-align: left;
    width: 68%;
}
.products-list-in-row .product-preview .cart-button.product-btn span {
    transform: scale(1, 1);
}
@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%
	}
}
.compare-box {
	padding: 12px 15px;
	text-align: center;
}
.product-sort {
	padding: 12px 15px;
    text-align: right;
}
.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: #000;
}
.sort-select a.dropdown-toggle {
	border: 1px solid #595959;
    border-radius: 0;
    color: #111;
    font-size: 0.86em;
    line-height: 2.08;
    padding: 2px 15px;
    text-transform: none;
}
.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: 12px 15px;
}
.view-mode a {	
	border: 1px solid #595959;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
	margin-right: 5px;
}
.view-mode a span {
	color:#595959;
	font-size: 14px;
}
.view-mode a.active span {
    color: #DF0024;
}
.view-mode a.active {
    border-color: #DF0024;
}
.view-mode a span:hover,
.view-mode a:hover,
.view-mode a:hover span{
    border-color: #DF0024;
    color: #DF0024;
}
.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: 0;
    width: 32%;
}
.products-list-in-row .title {
    float: none;
}
.products-list-in-row .product-preview .add_to_cart_button{
    position: static;
}
.products-list-in-row .product-preview .product-info > .add_to_cart_button {
    display: none;
}
.products-list-in-row .product-preview .add_to_cart_button .cart-button.product-btn{
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.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;
    padding-top: 23px;
    width: 100%;
}

.products-list-in-row .preview {
	border:none; 
}
.products-list-in-row .list_buttons {	  
    float:left;
	margin-top:10px;
}
.products-list-in-row .list_info {        
    display: block;
    margin-top: 10px;
    min-height: 70px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.products-list-in-row .list_button {
}
.nbcomments {
	display:none;	
}
.pb-right-column > h2 {
    font-size: 1.71em;
    font-weight: 300;
    padding-bottom: 15px;
}
.pb-right-column .nbcomments {
	display: inline-block;
    font-family: "Roboto";
    letter-spacing: 0;
    margin-left: 30px;
    text-transform: lowercase;
}
.products-list-in-row .nbcomments {
	display:inline-block;
	margin-left:20px;
	letter-spacing:0px;
	text-transform:lowercase;
	color: #111;
	vertical-align: top;
	font-size:0.92em;
}
.rating {
    display: inline-block;
    font-size: 0.86em;
    letter-spacing: -0.1em;    
}
.rating i {	
	display: inline-block;
    height: 14px;
    width: 14px;
}
.rating .star-full {
	background:url(../img/star-f.png) no-repeat; 
}
.rating .star-empty {
	background:url(../img/star-e.png) no-repeat; 
}
.filters-panel {
	border-bottom: 1px solid #D4D4D4;
    clear: both;
	margin-bottom: 35px;
    display: block;
}
.filters-panel-bottom {
	margin-top: 35px;
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    padding-bottom: 5px;
    width: 100%;
}
.filters-panel label {
	color: #000000;
    cursor: pointer;
    font-size: 0.92em;
    font-weight: 300;
    margin: 0 5px 0 0;
}
#pagination {
    margin: 0;
    float:left;
}
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 {
	border-bottom: 1px dotted #cbcbcb;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 43px;
    text-transform: uppercase;
}
.expander-list li ul .name {
	font-size: 1em;
    text-transform: capitalize;
}
#layered_block_left .nomargin a::before{
	padding-right: 10px;
}
.expander-list > .last .name{
    border-bottom:none;    
}
.expander-list, .expander-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.expander-list li {
    margin: 0;
}
.expander-list li a:hover{
}
.expander-list li li li a {
    padding-left: 40px;
}
.expander-list .expander {
    cursor: pointer;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0 12px;
	font-weight: 400;
	font-size: 14px;
}
.page-content .breadcrumbs {
	display:none;
}
.content-aside-inner > .menu_categories {
    margin-top: -130px;
	margin-bottom: 80px;
}
.breadcrumbs-section {
    margin-bottom: 45px;
	border-top: 1px solid #ececec;
}
#category .breadcrumbs-section,
#product .breadcrumbs-section{
	border-top: 0;
}
.breadcrumbs{
	text-align: left;
	margin-top: 30px;
}
#category .breadcrumbs ,
#product .breadcrumbs {
	color: #292929;
    display: inline-block;
    font-size: 0.92em;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 100%;
	margin-top: 0;
}
.breadcrumbs a {
	color: #292929;
    font-weight: 300;
}
.breadcrumbs a:hover {
}
.breadcrumbs .navigation-pipe {
	color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    vertical-align: bottom;
}
.breadcrumbs .navigation-pipe:before {
    color: #292929;
    content: "-";
    margin: 0 0 0 5px;
    vertical-align: bottom;
}
#category .breadcrumbs-content,
#product .breadcrumbs-content {
    bottom: 30px;
    position: absolute;
    width: 100%;
}
.content-aside .block {
	background:#ffffff;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.tags_block {
    margin-top: -10px;
}
.banner_right.box-img {
    margin-bottom: 75px;
}
.content-aside .block a {	
	color: #292929;
    font-weight: 300 !important;
}
.content-aside .block a:hover{
	color: #df0024;
}
div.tags_block p a:hover {
	color:#fff !important
}
.content-aside .block .expander-list li li a {
    font-weight: 300 !important;
    padding-left: 5px;
}
.content-aside .block > h4.title_block,
.content-aside .block > h4.title_block a,
.content-aside .block.blue > h3,
.content-aside .block.blue > h4.title_block,
.block .title_block {	
	border-bottom: 1px solid #cccbcb;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.content-aside .block > h4.title_block span,
.content-aside .block > h4.title_block a span,
.content-aside .block.blue > h3 span,
.content-aside .block.blue > h4.title_block span,
.block .title_block span{
	border-bottom: 1px solid #000000;
    display: inline-block;
    padding-bottom: 10px;
	margin-bottom: -1px;
}
.quantity-control {
    display:table!important;
}
.quantity-control .input-group-addon:first-child {    
}
.quantity-control .input-group-addon:last-child {
    bottom: 0;
    top: auto;
	border-radius:0 !important;
}
.quantity-control .input-group-addon {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: 500;
    height: 35px !important;
    line-height: 33px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 31px !important;
}
.quantity-control .form-control {    
	background: none;
	border-left: 0  !important;
	border-right: 0 !important ;
	border-color: #000 !important;
    color: #010101;
    font-weight: 700;
    height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 31px;
}
#add_to_cart {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
	margin-left: 15px;
	float: left;
}
.product-util {
    float: left;
}
.product-util .product-btn {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #000000;
    color: #010101;
    float: left;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 36px;
}
.product-util .product-btn:hover {
	color: #fff;
	background: #DF0024;
	border-color: #DF0024;
}
.product-util .product-btn:hover i {
	color: #fff;
}
.product-util .product-btn.checked .fa-check {
	display:inline-block;
}
.other-info {	
	border-bottom: 1px solid #dfdfdf;
    float: left;
    margin-bottom: 15px;
    margin-top: 3px;
    padding-bottom: 23px;
    width: 100%;
}
.other-info > p {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
	line-height: 23px;
	font-size: 12px;
}
.other-info > p::before {
    content: "-";
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    vertical-align: sub;
}
.other-info > p > label{
	margin-bottom: 0;
}
.other-info p span {
    color: #df0024;
}
.btn-social {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    float: left;
    font-size: 1.07em;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    width: 36px;
}
.btn-social:first-child {
    margin-left: 0;
}
.btn-social:hover {
    background: #df0024 none repeat scroll 0 0;
    border-color: #df0024;
    color: #ffffff;
}
#short_description_content {
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    margin-top: 10px;
    padding-top: 20px;
    width: 100%;
}
.product-description .option > label {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: middle;
}
.product-description .option b {
	float:left;
	line-height:30px;
}
.product-description .option #quantity_wanted_p {
	float:left;
	 width: auto;
}
#buy_block > #attributes {
    display: inline-block;
    margin: 25px -15px;
    width: 100%;
}
.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 {
    border: 1px solid #DDD;
    margin-bottom: 40px;
    min-height: 420px;
    padding: 45px;
    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-color:rgba(0,0,0,0.7);
    bottom: 10%;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 45px;
    line-height: 1.6;
    position: fixed;
    right: 0;
    text-align: center;
    width: 45px;
    z-index: 1000;
    display:none;
}
.back-to-top:hover {
    color: #FFFFFF;
	background: #df0024;
}
.back-to-top span {
	color:#FFF;
}
.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;
	
}
.content-box, .content-row {    
	margin-top: 10px;
} 
.productcategory-carousel.productscategory .product-preview:hover .compare-cart-wish {
    bottom: 15px;
}
#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;
	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;
}
.panel {
	border-radius:0px;	
}
.fancybox-skin {
	border-radius:0px!important;
}
/************* WISHLIST ************/
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;
}
.post-comment .heading {
    margin: 20px 0;
    text-transform: uppercase;
}
.post-name {
    margin-bottom: 60px;
}
#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{
	color: #fff;
}

.blog_posts .readmore:hover,
.jms_cat_wp .jms_cat_info a.readmore:hover,   
.jms_cat_wp .jms_cat_info h3 a:hover {
	 font-weight: 600;
    color: #000;
}
/******** 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 *************/
.contacts .map, .contacts-form {
	padding-bottom:40px
}
.contacts-form .wrap-paper {
	margin:0 3.462% -1.3% 3.2%;
	position:relative;
	border:1px solid #eee;
	border-bottom:0;
	padding:30px 12% 0;
	background:#fafafa;
	background:-moz-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(253, 253, 253, 1)));
	background:-webkit-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:-o-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:-ms-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:linear-gradient(to bottom, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%)
}
.contacts-form .paper {
	margin-bottom:-42%;	
	width:100%;
	display:inline-block;
}
.contacts-form .back {
	width:100%;
	float:left;
}
.contacts-form  h3 {	
}
.contacts-form .form-group {
	margin-bottom:7px;
	position:relative
}
.contacts-form .btn {
	margin-top:9px
}
.contacts-form .form-control {
	border:1px solid #eee;
	border:0 solid rgba(0, 0, 0, 0);
	box-shadow:0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .2);
	font-size:1em;
	padding-left:30px
}
.contacts-form input.form-control {
	height:30px;
	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 .row {
    margin: 0;
}
.form-group .row > div {
    display: inline-block;
    float: left;
	width: 150px;
}
_:valid\0, .contacts-form input.form-control, .contacts-form textarea.form-control {
 padding-top: 6px;
}
#uniform-id_contact {
	width:100%!important;
}
.map {
    margin-bottom: 30px;
}
/**********ORDER*********/
.product-name {
    margin: 0;
}
#order{
}
h1.page-subheading {
    font-size: 1em;
    text-transform: uppercase;
}
.checkbox #uniform-newsletter input[type="checkbox"],
.checkbox #uniform-optin  input[type="checkbox"]{
	position: inherit;
}
.comparison_product_infos {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
#hideSendWishlist .fa.fa-times-circle {
    margin-right: 10px;
}
.clearfix.wlp_bought_list li {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    padding: 20px;
}
.clearfix.display_list.row {
    margin: 20px -15px;
}
.account_creation select, 
.account_creation select.form-control, 
.account_creation select.inputbox, 
.account_creation select.input {
    border: 1px solid #eeeeee;
    padding-right: 5px;
    width: 120px;
	border-radius: 0;
}
.products_block.table-responsive {
    overflow: hidden;
}
.init_popup .close_popup{
	background: rgba(0, 0, 0, 0) url("../img/close.png") no-repeat scroll center center !important;
    width: 15px;
    height: 17px;
}