html, html a {
    font-family: verdana !important;
	-webkit-font-smoothing:antialiased
}
html {
    font-family: verdana !important;
	-ms-overflow-style:scrollbar
            
}
body {	
	font-size:14px;		
	line-height:1.61429;
	color:#8A8A8A;
	font-weight:400;	
	font-family: verdana !important;
	background:#f3f3f3;
}

body.content_only {
	padding:15px;
}
.topnav .jms-megamenu .nav > li > a{
	text-transform: none !important;
}
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;
        font-family: "Foundry Sterling Book",Arial,Helvetica,"??","SimSun","Nimbus Sans L",sans-serif !important;
		font-weight:400;
		font-style: normal;
}
input,
button,
select,
textarea {
    font-family: verdana !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
    font-family: verdana !important;
  color: #8A8A8A;
  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:#0088cc;
  text-decoration: none;
  outline: none;
}
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: 500;
}
td,
tr td {  
}

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

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

.success {
	background: none repeat scroll 0 0 #43B754;
    border: 1px solid #43B754;
    font-size: 1em;
    margin: 0 0 10px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 500;
}
.warning,
.alert-warning,
.warning_inline {
    background-color: #FCF8E3;
    border-color: #E4752B;
    color: #8A6D3B;
}
.warning,
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 18px;
    padding: 15px;    
}
.error {
    background: none repeat scroll 0 0 #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 {
	background: #ffffff;
    color: #8A8A8A8A8A8A;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
	display:none ;
}
.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: #8A8A8A999;
}
.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', serif;	
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.0em;	
	font-family:'Roboto', serif;
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.71em;	
	font-family:'Roboto', serif;
}
h4 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.59em;	
	font-family:'Roboto', serif;
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.34em;	
	font-family:'Roboto', serif;
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1.3em;	
	font-family:'Roboto', 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 #8A8A8A999;
}
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: #8A8A8A999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 3.46em;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 2em;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 3.46em;
}
.jumbotron iframe {
  margin-top: 20px;
}
.jumbotron p {
  line-height: 1.4;
}

.page-content {	
}
.dropcap {
	display:block;
	float:left;
	margin:-2px 5px 0 0;
	padding:0 10px;
	color:#8A8A8A;
	font:49px/16px Arial, Helvetica, sans-serif
}
.dropcap.color {
	color:#0088cc;
}
.dropcap.dark {
	color:#fff;
	background-color:#0088cc;
}
.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:#8A8A8A;
	font-size:1.07em
}
.styled-list li:before {
	color:#0088cc;
	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:#0088cc
}
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:#0088cc;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#0088cc
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #0088cc
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
	border-top:4px solid #0088cc
}
.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 #0088cc
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#0088cc;
	content: "\f05a";
	font-family: FontAwesome;
	font-size:3.61em;
	line-height:0.76
}
.comment {
	position:relative;
	color:#8A8A8A
}
.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:#0088cc;
}
.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:#8A8A8A;
	margin:10px 0
}
.icons-set span span {
	font-size:1.46em;
	color:#8A8A8A!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: #8A8A8A999;
}
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: #8A8A8A999;
  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: #8A8A8A999;
}
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: #8A8A8A999;
}
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;  
  width: 21%;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #8A8A8A8A8A8A;
  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: #8A8A8A8A8A8A;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #8A8A8A8A8A8A;
  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: #0088cc;
}
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: #8A8A8A999;
}
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: #8A8A8A999;
  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: #8A8A8A999;
}
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: #8A8A8A999;
}
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 #ffffff;
    border-radius: 2px;
    padding-right: 5px;
    width: auto;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.attribute_list.product-options .form-control {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #ffffff;
    border-radius: 2px;
    color: #25292b;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 1.42857;
}
/********* TABLES ********/
table.std, table.table_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    width: 100%;
}
table.std td, table.table_block td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px;
    vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    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: #8A8A8A8A8A8A;
    vertical-align: middle;
}
.table-bordered {
  border: 1px solid #fff;
}
.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 #fff;
}
.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 #8A8A8A000;
    color: #8A8A8A000;
    padding: 9px 20px;
    text-transform: uppercase;
	font-size: 0.86em;
	border-radius: 2px;
}
.btn-mega {
    border-radius: 0;
    color: #8A8A8A000;
    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:#0088cc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background:#0088cc;
	border-color: #0088cc;
	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:#0088cc;
    border: 1px solid #0088cc;
    border-radius: 2px;
    color: #ffffff!important;
    font-size: 0.86em;
    font-weight: 400;
    opacity: 1;
    padding: 6px 15px;
    text-transform: none;
}
#bt_compare strong {
    font-weight: 400;
}
#button_order_cart {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 25px 0 0 ;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#button_order_cart:hover,
#button_order_cart:active,
#button_order_cart:focus{
	outline: 0;
	box-shadow: none;
}
#button_order_cart span  {
	background: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	font-family: "Roboto";
	font-size: 0.92em;
	font-weight: 700;
	padding: 10px 15px 7px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	border-radius: 2px;
}
#button_order_cart span:hover  {
	background:#0088cc; 	
	border-color: #0088cc;
	color: #fff;
}
/************ 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 #8A8A8A; 
}
@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:#8A8A8A;
	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:#8A8A8A;
	font-size:1em;
	padding:0px;
	margin:0px;
}
.breadcrumb .fa-home {
	font-size:1.38em;
	margin-right:5px;
	color:#8A8A8A;
}
.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:#8A8A8A;
	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: #8A8A8A;  
}
.tooltip.top .tooltip-arrow {
  border-top-color: #8A8A8A;
}

/****** TOPBAR ********/
header {	
	z-index:2003;	
	width:100%;
	color:#8A8A8A;	
	background: #fff;
}

header p {
	margin:0px;
} 

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

.topbar {	
	background: none repeat scroll 0 0 #8A8A8A;
    color: #ffffff;
    font-size: 0.86em;
    font-weight: 300;
    height: 40px;
    min-height: 40px;
}
.topbar-right {
	text-align:right;
}
.topbar-left p {
	float:left;
	line-height:40px;
}

.topbar  a.login {
    color: #ffffff;
    font-size: 12px;
    margin-left: 20px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}
.topbar a {
    color: #fff;
}
.topbar  a.login i{
	margin-right: 10px;
}
.topbar a.account {
    padding: 0 20px;
}
.topbar .text_phone .fa.fa-phone {
    margin-right: 5px;
}
.topbar .btn-group .btn-xs.dropdown-toggle span.fa-angle-down {
    border-right: 1px solid #636569;
    color: #ffffff;
    font-weight: bold;    
	padding-right:10px;
	margin-right:10px;
	padding-left:5px;
}
.user-info .btn-xs.dropdown-toggle span {
	border-right:0px!important;
}	
.topbar .btn-group .btn-xs.dropdown-toggle span.text-box {
    border: 0 none;
    font-weight: 300;    
}
.topbar .btn-group .btn-xs.dropdown-toggle span.icon-flag {
    border: 0;    
}
#search_query_top {
	border:1px solid #ccc;
	padding:5px 10px;
	color:#8A8A8A;
}
header .btn-group > a i.fa-user {    
}
.logout .fa {
   margin-right: 8px;
}
header .btn-group > a {	
	display:block;		
	border-radius:0px;
	margin:0px;
	padding: 0;
	cursor:pointer;
	text-align:center;
	font-size: 1em;
	color: #fff;
}
.topbar .btn-group > a {
	height: 40px;
    line-height: 40px;	
}
header .btn-group > a.btn-xs:hover > span,
header .btn-group > a.btn-xs:hover > label {
	color:#0088cc;
}
.topbar-left .btn-group .btn-xs.dropdown-toggle span {		
}
.topbar-left .btn-group .btn-xs.dropdown-toggle span.text-box {	
}
.topbar-left .btn-group:last-child .btn-xs.dropdown-toggle span {
	border-right:0px;
}
.header3 .btn-group {
	padding:0px;
}
header #jms_ajax_search.btn-group:hover a,
header #jms_ajax_search.btn-group.open a,
header #jms_ajax_search.btn-group:hover a span,
header #jms_ajax_search.btn-group.open a span {	
	color: #525b64;
} 
.quicksearch i,
.user-info i,
.icon-flag {
	margin-right:10px;
}
header .topbar .dropdown-menu {		
	background: none repeat scroll 0 0 #f2f2f2;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 3px #cccccc;
    line-height: 150%;
    padding: 10px;
    position: absolute;
    top: 38px;
    z-index: 2002;
}	
.dropdown-menu .divider {
	background-color:#3e3e3e;
}
header .topbar .dropdown-menu li a{
	color: #8A8A8A;
    font-size: 0.92em;
    font-weight: 300;
    line-height: 2.46;
    padding: 0 10px;
}

header .topbar .dropdown-menu li.selected a {
	color: #0088cc;
}
#productsSortForm .dropdown-menu >li > a:focus,
#productsSortForm .dropdown-menu > li >a:hover,
header .topbar .dropdown-menu >li > a:focus,
header .topbar .dropdown-menu > li >a:hover {
	color:#0088cc;
	text-decoration:none; 
	background-color:transparent;
	background:none;
}
.dropdown-menu li {
	padding:0px 0px;
}
.shoppingcart-box {
	min-width:200px;
}
#jms_ajax_search input {
	background:#ffffff;
    border: 1px solid #dfdfe0;
    border-radius: 0;
    height: 43px;
    width: 265px;
}
#jms_ajax_search .dropdown-menu {
	padding:15px;
}
.topcolumn > a {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dfdfe0;
    display: inline-block;
    height: 43px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    width: 43px;
	color: #5f6870;
	margin-left: 10px;
}
.topcolumn > a:hover{
	background:#0088cc;
	color: #fff;
	border-color: #0088cc;
}
.mywishlist {
	background: url(../img/compare.png) no-repeat center center #fff !important;
}
.mywishlist:hover {
	background: url(../img/compare-hover.png) no-repeat center center #0088cc !important;
}
form#searchbox {
	padding:0px!important;
}
.dropdown-menu {
	box-shadow:none;
	border-radius:0px;
}
.dropdown-menu:before {	
	margin-top: 3px;
}
.dropdown-menu:after {		
	z-index: 1;
}
.topbar .btn-xs > .selected {		
}

header .pull-right .dropdown-menu {
	left:auto;
	right:-50px;
}
header .pull-right .dropdown-menu.shoppingcart-box {
	min-width: 245px;
	background: #f2f2f2;
	padding: 20px;
	right: 0;
	border: 0;
	box-shadow: 0 0 3px #B8B4B4;margin-top: 10px;
	margin-top: 10px;
}
header .header3 .pull-right .dropdown-menu.shoppingcart-box,
header .header2 .pull-right .dropdown-menu.shoppingcart-box {
	margin-top:2px;
}
header .pull-right .dropdown-menu.shoppingcart-box:before {
	content: "";
	border-bottom: 9px solid #f2f2f2;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	position: absolute;
	top: -12px;
	right: 43% !important;
}
header .header3 .pull-right .dropdown-menu.shoppingcart-box:before,
header .header2 .pull-right .dropdown-menu.shoppingcart-box:before {
	border-bottom:0px;
}
header .pull-right  .dropdown-menu:before, 
header .pull-right  .dropdown-menu:after {
	left:auto;	
	right: 15px;	
}

.header-bar {	
	position:relative;	
	z-index:2001;
	height: 120px;	
}

#outer-canvas > div.container {
	padding-left:0px;
	padding-right:0px;
}
.top-nav {
	position: relative;
}
.topnav { 	
	margin-left:-20px;
}
.header3 .topnav,
.header2 .topnav {
	margin-left:0px;
}
.menucontent {
	display: none;
	min-width: 275px;
    position: absolute;
    z-index: 2005;
	background: #fff;
	box-shadow:0px 1px 6px;
}

.jms-search {    
	position:absolute;
	top: 40px;
}
.header2 .jms-search {
	right:10px;
}
.jms-search select {
    border-right: 1px solid #e0dfdf;
    color: #1e1f20;
    max-width: 160px;
	cursor: pointer;
}
.jms-search .input-group-addon {
	background: none;
    border: 1px solid #d7d7d7;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding: 0;
    position: relative;
}
.jms-search select,
.jms-search input {
	line-height:40px;	
	height:40px;
	padding:8px 10px;
	border:none;
	font-size:13px;
	font-weight: 300;
}
.jms-search input {
	width:280px;
}
.jms-search .keyword-group .input-group-addon{
	border:none!important;
}
.jms-search .input-group-addon button{
	background: none repeat scroll 0 0 #0088cc;
    border: medium none;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin: -1px;
    width: 48px;
}
.icon-drop-down:after {
    background: none repeat scroll 0 0 #ffffff;
    color: #8A8A8A000;
    content: "\f107";
    font-family: "FontAwesome";
    height: 100%;
    line-height: 36px;
    padding-right: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.top-right .btn-group {
	line-height:19px;
	margin-left:20px;
	box-shadow:none;
	border-radius:0px;
}
header #cart_block.btn-group > a {
    color: #8A8A8A;
    display: inline-block;
    float: right;
    margin-left: 10px;
}
#cart_block {
    margin-top: 35px;
}

#cart_block .shopping-cart {
    background: url(../img/cart-icon.png) no-repeat center center #005CAB;
    border-radius: 2px;
    display: inline-block;
    height: 41px;
    width: 45px;
	margin-top: 5px;
}
.box_cart {
    text-align: right;
	float: left;
}
#cart_block .box_cart p {
    color: #8A8A8A;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
	margin: 0;
}
.header3 #cart_block,
.header2 #cart_block {
	margin-top:0px;	
}
.header3 #cart_block .box_cart p,
.header2 #cart_block .box_cart p {
	display:none;
}
.header3  #cart_block .box_cart, 
.header2  #cart_block .box_cart {
	line-height:50px;
	color:#FFF;
}
.header3  #cart_block .shopping-cart,
.header2  #cart_block .shopping-cart {
	margin-top:0px;
	height:44px;
}
.navbar-logo {
	display:block;
}
.header3 .navbar-logo {
	text-align:center;
}
.navbar-logo a {	
	display:block;
	line-height: 120px;
}
.menu_navbar {
    background: #FFF;
}
.menu_navbar  .container{
	position: relative;
	height: 50px;
}
.top_column{
	background: #fff;	
}
.top_column li {
text-transform: uppercase;
border-bottom: 1px solid #dbdbdb;
}
.top_column li:last-child {
    border-bottom: 0 none;
}
.top_column .nav > li >a{
	padding: 15px 20px;
}
.jms-vermegamenu .nav li > a > i {
    margin-right: 5px;
    min-width: 20px;
    text-align: center;
	color: #6d6f73;
}
.vertical-mobile-menu{
	height: 50px;
}
.title_menu {
    background: none repeat scroll 0 0 #0088cc;
    color: #ffffff;
    height: 50px;
    text-transform: uppercase;    
    border-left: 1px solid rgba(255,255,255,0.15);
    padding: 0 20px;
	cursor:pointer;
}
.title_menu h3 {
    font-size: 1.14em;
    line-height: 50px;
    padding-bottom: 0;
}
.title_menu .fa.fa-bars.pull-right {
    line-height: 50px;
	font-size: 18px;
}
#off-canvas-menu-category{
	display: none;
}
.recommended_product > h3 {
    border-bottom: 1px solid #cbcbcb;
    font-size: 1.14em;
    font-weight: 400;
    margin-bottom: 25px;
}
.recommended_product .box-product {
    background: #fff;
	text-align: center;
}
.recommended_product .box-product .product-preview > a {
    font-size: 13px;
    text-transform: none;
}
.recommended_product .ratting {
    color: #f6a72a;	
    font-size: 10px;
	padding-top: 5px;
}
.recommended_product .price {
    color: #ed4c4c;
    font-size: 13px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.recommended_product .product-img {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
}
/********* SLIDESHOW *******/
.slideshow {    
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	display: none;
}
.tp-bullets.simplebullets .bullet {
	width:12px!important;
	height:12px!important;
	background:#0088cc !important;
	border-radius: 50%;
	border: 3px solid #fff;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
	background:#ed4c4c!important;
}
/****** HOME CONTENT *******/
.home-content {
	overflow: hidden;
}
.service-boxs {
    background: #fff;
    margin: 20px 0px 15px 0px;
	padding: 25px 30px;
}
.box-content p {
    font-size: 1.14em;
    color: #0088cc;
	margin-bottom: 0;
}
.box-content > div {
    display: inline-block;
    float: left;
}
.box-content em {
    color: #0088cc;
    float: left;
    font-size: 40px;
    line-height: 50px;
    margin-right: 15px;
}
.content_services {
    font-weight: 300;
    font-size: 0.96em;
}
.topsl {
    width: 100%;
    display: inline-block;
}
.top-banner-box {
    margin-top: 20px;
}
.category_content .owl-carousel .owl-wrapper {
    margin-top: 0px;
}
.category_content .owl-theme .owl-controls{
	top: -28px;
}
/******** IMAGE HOVER EFFECT ************/
.content_scene_cat .cat-info:before {
  background-color: rgba(0, 0, 0, 0.12);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.content_scene_cat .cat-info:before{
	background-color: rgba(0, 0, 0, 0.02);
}
.content_scene_cat .cat-info:after {
  background-color: rgba(0, 0, 0, 0.12);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-out 0s;
  width: 0;
  pointer-events: none;
}
.content_scene_cat .cat-info:after{
	background-color: rgba(0, 0, 0, 0.02);
}
.content_scene_cat .cat-info:hover:after,
.content_scene_cat .cat-info:hover:before{
  height: 100%;
  width: 100%;
  pointer-events: none;
}
/****** Slider Products ********/
.slider-products-title {
	height: 40px;
	border-bottom: 2px solid #0088cc;
	background: #fff;
	overflow: hidden;
}

.slider-products-title  span {
	margin-left: 5px;
}
.slider-products-title h3 {
	background:#0088cc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.14em;
    line-height: 41px;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
}
.slider-products-title h3:before {
    border-bottom: 42px solid #0088cc;
    border-right: 31px solid rgba(0, 0, 0, 0);    
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: -1px;
	z-index: 1;
}
#best-sellers_block_right .slider-products-title,
.hotdeal .slider-products-title {	
	border-bottom: 2px solid #ed4c4c;	
}
#best-sellers_block_right .slider-products-title h3,
.hotdeal .slider-products-title h3 {
	background:#ed4c4c;    
}
#best-sellers_block_right .slider-products-title h3:before,
.hotdeal .slider-products-title h3:before {
    border-bottom-color:#ed4c4c;    
}
.box-color1 .slider-products-title {
	border-color:#83b720!important;
}
.box-color1 .slider-products-title h3{
	background: #83b720;
}
.box-color1 .slider-products-title h3:before {
    border-bottom-color:#83b720;
}
.box-color1  {
	border-color:#83b720!important;
}
.box-color2 .slider-products-title {
	border-color:#19c59e!important;
}
.box-color2 .slider-products-title h3{
	background: #19c59e;
}
.box-color2 .slider-products-title h3:before {
    border-bottom-color:#19c59e;
}
.box-color2  {
	border-bottom-color:#19c59e!important;
}
.box-color3 .slider-products-title{
	border-bottom-color:#8c4161!important;
}
.box-color3 .slider-products-title h3{
	background: #8c4161;
}
.box-color3 .slider-products-title h3:before {
    border-bottom-color:#8c4161;
}
.box-color3  {
	border-bottom-color:#8c4161!important;
}
.box-color4 .slider-products-title{
	border-color:#ed4c4c!important;
}
.box-color4 .slider-products-title h3{
	background: #ed4c4c;
}
.box-color4 .slider-products-title h3:before {
    border-bottom-color:#ed4c4c;
}
.box-color4  {
	border-bottom-color:#ed4c4c!important;
}
.box-color5 .slider-products-title{
	border-color:#fe8606!important;
}
.box-color5 .slider-products-title h3{
	background: #fe8606;
}
.box-color5 .slider-products-title h3:before {
    border-bottom-color:#fe8606;
}
.box-color5  {
	border-bottom-color:#fe8606!important;
}
.home-section {
	margin-top:30px;
}
.home-section .module-box {
	overflow:hidden;
}
.jcarousel-item-vertical {
	width:100%;
}
/****** BOTSL ********/
.botsl {
	overflow:hidden;
}
/****** FOOTER ********/
footer {	
	color: #d9dada;
	font-size: 0.92em;
	font-weight: 300;
	line-height: 23px;
	background: #8A8A8A;
	padding: 40px 0 0;
	display: inline-block;
    width: 100%;
	margin-top:20px;
}
footer a {
	color: #d9dada;
}
footer li a {

}
.footer-navbar {
	margin-bottom:30px;
}
#block_contact_infos li {
    line-height: 35px;
}
#block_contact_infos li:first-child {
    line-height: 23px;
    margin-bottom: 15px;
}

.block-content ul {
    list-style: outside none disc;
	padding-left: 12px;
}
.footer-row h4.title_block,
.footer-row h3.title_block{
    border-bottom: 2px solid #ffffff;
    font-size: 1.384em;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-block .title_block {
    height: 35px;
    margin-bottom: 15px;
    margin-top: 3px;
}
.footer-block .box-title {
    border-bottom: 0 none;
}
.footer-block .title_block > span {
    display: inline-block;
    border-bottom: 2px solid #005CAB;
    padding: 0;
    height: 35px;
}
.footer-block .title_block > span.fa-flag{
	display: none;
}
.footer-block  h3.title_block:before,
.footer-block h3.title_block:after{
	content:"";
	border: 0;
}
.footer-block h3.title_block span.icon-tags{
	display: none;
	width: 0;
	height: 0;
}
.footer-block h3.title_block{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.footer-block div.tags_block .block_content{
	padding: 0 !important;
}
.footer-block  div.tags_block p a {    
    border: 1px solid #595c60;
	font-size: 13px;
	margin: 5px 10px 5px 0;
}
.newsletter-row {
	border-bottom:1px solid #454545;
	margin-bottom:40px;
	padding-bottom:10px;
	background:#303439;
	margin-top:-40px;
	padding-top:20px;
}
.newsletter-row .newsletter-box p {
	display:none;
}
.newsletter-row  .newsletter-box {
	text-align:center;	
} 
.newsletter-row .newsletter-box #newsletter-input {
	/*width:400px;*/
}
.newsletter-row .newsletter-box  .title_block {
	display:inline-block;
	border:0px!important;
	margin:0px 20px 0px 0px;
	line-height:50px;
	padding:0px;
}
.newsletter-row .newsletter-box form {
	display:inline-block;
}
.newsletter-row .newsletter-box  .title_block span {
	border:0px;
}
.jms-blog {
    background: #292929;
    display: inline-block;
    margin-top: -10px;
    padding: 10px 20px;
	margin-bottom: 20px;
    width: 100%;
}
.jms-blog h2 {
    border-bottom: 1px solid #7c7e81;
    padding-bottom: 12px;
}

.newsletter-input input {
    background: none repeat scroll 0 0 #595c60;
    border-color: #595c60;
    color: #ffffff;
    font-size: 12px;    
    min-width: 210px;
	height: 40px;
}
.newsletter-box .input-group  .input-group-addon {
    background:#0088cc;
    border-color: #0088cc;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
	min-width: 40px;
	border-radius:0px 2px 2px 0px;
	font-size: 15px;
}
.newsletter-box > p{
	margin-bottom: 35px;
}
.newsletter-box .input-group .input-group-addon .button {
    font-size: 15px;
    text-transform: uppercase;
    background: none;
    border: 0;
}
.newsletter-box .form-control {
    border-radius:2px!important;
}
footer .container {
    position: relative;
}
#paiement_logo_block_left img {
    margin-left: 10px;
    border-radius: 2px;
}
.paiement_logo_block.pull-right {
    margin-top: 5px;
}
.footer-bottom-block  p {
    font-size: 11px;
    color: #989797;
}
.footer-bottom-block a {
    color: #0189cd;
}

#block_contact_infos ul{
	padding: 0;
	list-style: none;
}
#block_contact_infos li i {
    color: #0088cc;
    font-size: 18px;
    margin-right: 10px;
}
footer > #social_block {
    position: fixed;
    right: 0;
    top: 35%;
	z-index: 2001;
}
footer > #social_block .fa.fa-times-circle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -26px;
    width: 50px;
	transition: all 1s ease 0s;
}
footer > .ov-close > ul {
    transform:translate(56px);
	transition: all 1s ease 0s;
}
footer > #social_block.ov-close .fa.fa-times-circle{
	width: 30px;
	transition: all 1s ease 0s;
}
footer > #social_block.ov-close .fa-times-circle:before{
	content:"\f104";
	font-size: 23px;
}
footer > #social_block ul{
	transition: all 1s ease 0s;
}
footer > #social_block li {
    height: 50px;
    line-height:50px;
    text-align: center;
    width: 50px;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease 0s;	    
	list-style:none;
	margin-left:10px;
}
footer > #social_block li:hover{
	width: 60px;
	margin-left:0px;
}
footer > #social_block li a{
	color: #fff;
	font-size: 20px;
}
footer > #social_block li:hover a{
	font-size: 24px;
}
footer > #social_block .facebook {
    background:#305891;    
}
footer > #social_block .twitter {
    background: #2ca8d2;	
}
footer > #social_block .google_plus{
    background: #ce4d39;	
}
footer > #social_block .rss {
    background: #fd8209;	
}
footer > #social_block .vimeo{
    background: #44bbff;	
}
footer > #social_block .instagram{
    background: #4498c8;	
}
.footer-block #social_block {
	text-align:center;
}

.footer-block #social_block li {
	display:inline-block;
	line-height:50px;
	margin:0px 30px;
}
.footer-block #social_block li i {
	font-size:20px;
}
.footer-block #social_block #close_social {
	display:none;
}
.footer-block #social_block .fa-facebook:hover {
	color:#305891;
}
.footer-block #social_block .fa-twitter:hover {
	color:#2ca8d2;
}
.footer-block #social_block .fa-google-plus:hover {
	color:#ce4d39;
}
.footer-block #social_block .fa-vimeo-square:hover {
	color:#44bbff;
}
.footer-block #social_block .fa-instagram:hover {
	color:#4498c8;
}
/******** PRODUCTS ********/
#product .topnav {
    margin-left: 0;
}
#product .breadcrumbs{
	padding-left: 0;
}
/******** COMPARE ********/
#product_comparison .info_block {
	background:#FFFFFF;
}
#product_comparison tr.comparison_header, 
#product_comparison td.comparison_feature_even {
    background: none repeat scroll 0 0 #F8F8F8;
}
#product_comparison tr.comparison_header {
	font-weight:bold;
}
#availability_label {
	color:#8A8A8A;
}
#availability_value {
}
#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 {
	margin:0px;
}
/********** 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 #8A8A8A000;
    border-radius: 2px;
    color: #010d0d;
    font-size: 0.86em;
    padding: 9px 20px;
    text-transform: uppercase;
}
ul.footer_links .button .fa {
	margin-right:5px;
}
ul.footer_links .button:hover {
	background:#0088cc;	
	border-color: #0088cc;	
	color:#FFF!important;
}

/*********** 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: #8A8A8A;
    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;
      background: #0088cc;      
      border-color: #0088cc;
}
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: #8A8A8A;
        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: #8A8A8A8A8A8A;
    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: 88px;
}
.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: #8A8A8A8A8A8A;
    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: 1px solid #d6d4d4;
}
#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: #8A8A8A8A8A8A;
}
#cart_summary tfoot td.price {
  text-align: right;
  font-size:1.07em;
  font-family:arial;
  color:#0088cc;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 16px/22px Arial, sans-serif;
  color: #8A8A8A;  
}
#cart_summary tfoot td#total_price_container {
  font: 600 16px/25px Arial, sans-serif;
  color: #0088cc;
}
#cart_summary .cart_unit .price {
	color:#8A8A8A;
}
.carrier_price .price {
	font-family:arial;
	color:#8A8A8A;
	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: #8A8A8A454;
    text-transform: uppercase;
    padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
    color: #8A8A8A8A8A8A;
 font-weight: bold;
margin-bottom: -14px;
margin-left: -28px;
margin-top: 20px;
}
.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 #303439;
    padding: 10px 0;
}
#HOOK_SHOPPING_CART #loyalty i {
  font-size: 2em;
  line-height: 2;
  color: #cfcccc;
}

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #8A8A8A999;
  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 #8A8A8A999;
}

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

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  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: #8A8A8A8A8A8A;
    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 {
    border: 1px solid #ffffff;
    margin: 30px 0;
    padding: 0 30px;
}
.opc-main-block .page-heading.step-num {
    margin: 0 -30px 20px;
}
#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;
}
.order_carrier_content {
  line-height: normal;
  padding: 20px 0;
}
.order_carrier_content .carrier_title {
    font-weight: 300;
    color: #8A8A8A8A8A8A;
}
.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 #8A8A8A999;
  border-bottom: none;
  background: white;
}
#carrierTable tbody {
  border-bottom: 1px solid #8A8A8A999;
}
#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 #8A8A8A999;
}
#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: #8A8A8A8A8A8A;
  text-decoration: underline;
}
a.iframe:hover {
    text-decoration: none;
}
p.payment_module {
  margin-bottom: 10px;
}
p.payment_module{
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.307em;
    line-height: 1.35;
    color: #8A8A8A8A8A8A;
    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: white !important;
}
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;
}
/*********** FEATURED MODULE *********/
.featured-section {
	padding:70px 0 20px;
}
.jms-filtering ul {
	border-bottom: 1px solid #ffffff;
    margin: 0;
    text-align: left;
}
.jms-filtering li {
	display:inline-block;
}
.jms-filtering li a {
	color: #8A8A8A;
    cursor: pointer;
    font-size: 1.71em;
    letter-spacing: 2px;
    padding: 5px 30px;
    text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
}
.jms-filtering li a:hover,
.jms-filtering li a.active {
	background: #fff;
}
.product-filter .ajax_block_product.animation .product-preview:first-child {
    margin-bottom: 60px;
}
/*******PRODUCT DEAL*******/
.hotdeal{
	overflow: hidden;
}
.hotdeal .product-preview img {
}
.countdown.is-countdown {
    color: #ffffff;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
	width: 100%;
}
.countdown-row{
	display: block;
}
.countdown-section{
	border-left: 1px solid #595c60;
    line-height: 30px;
    min-width: 67px;
    height: 30px;
	background: #8A8A8A;
    display: inline-block;
}
.countdown-section:first-child{
	border-left: 0;
	background: #ed4c4c;
}
.countdown-amount {
    margin-right: 5px;
}
/*********Best-sellers_block_center**********/
#best-sellers_block_center.block.products_block { 
	overflow:hidden;
}
#best-sellers_block_center .slider-products-title h3{
	background: #0088cc;
}
#best-sellers_block_center .slider-products-title h3:before {
    border-bottom: 40px solid #0088cc;
}
#best-sellers_block_center .slider-products-title{
	border-color: #0088cc;
}
/*********** PRODUCT BOX *************/
.ca-item-main .item {
	margin-bottom:30px;
	min-height:300px;	
}
.ca-item-main .item:first-child {

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

.product-preview:hover .compare-cart-wish {
	bottom: 20px;
	opacity: 1;
}
.product-preview  .product-btn  {
	border: 1px solid #b6b5b5;
    border-radius: 2px;
    color: #4e4e4e;
    height: 35px;
    line-height: 35px;
    text-align: center;
    min-width: 35px;
	display: inline-block;
	vertical-align: bottom;
	margin-left:5px;
}
.product-preview  .product-btn:hover{
	color: #fff;	
	background:#0088cc;  
	border-color: #0088cc;
}
.product-preview  .cart-button {
	display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    padding: 0 15px;
	min-width: 100px;
	margin-left:0px;
}
.product-btn.cart-button > span {
	background: url("../img/cart.png") no-repeat scroll left 8px;
    display: inline-block;
    padding-left: 20px;
}
.product-btn.cart-button:hover > span{
	background: url(../img/cart-hover.png) no-repeat left 8px;
}
.product-preview  .cart-button .fa-check {
	display:none;
    line-height: 35px;
    color: #fff;
    font-size: 1.28em;
}
.quick-view.product-btn {
	border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    height: 55px;
    left: 50%;
    line-height: 52px;
    margin-left: -28px;
    margin-top: -28px;
    position: absolute;
    top: -100%;
    transition: all 0.5s ease-in 0s;
    width: 55px;
	background:#0088cc;
    border-color: #0088cc;
    color: #ffffff;	
	z-index:1000;
}
.product-preview:hover .quick-view.product-btn {
	top: 50%;
}
.products-list-in-row .product-preview .product-info > .compare-cart-wish {
	display: none;
}
.product-preview  .product-btn i {
	line-height:35px;
}
.product-preview  .product-btn .fa-check,
.product-preview  .product-btn .fa-spin {
	display:none;
}
.product-preview  .product-btn.checking .fa-check,
.product-preview  .product-btn.checked .fa-copy,
.product-preview  .product-btn.checking .fa-copy {
	display:none;
}
.product-preview  .product-btn.checked .fa-check {
	display:block;
}
.product-preview .cart-button.checking span,
.product-preview .cart-button.checked span {
    display: none;
}
.product-preview  .product-btn.checking .fa-spin {
	display:inline-block;
	font-size:18px;
}
.product-preview .product-btn.checked,
.products-list-in-row .product-preview .product-btn.checked{
	background:#0088cc!important;
    border-color:#0088cc!important;
    color: #fff !important;
}

.product-preview  .product-btn.checking,
.product-preview  .product-btn.checked {
	opacity:1!important;
	background:#0088cc;
    border-color: #0088cc;
}

.product-preview .product-btn:hover {
	background-color: #0088cc;
    border-color: #0088cc;
    color: #fff;
}
.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
}
.label-wrapper {    
}
.product-preview .label {
	background: none repeat scroll 0 0 #ed4c4c;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 0.76em;
	font-weight: 500;
    height: 20px;
    line-height: 20px;
    min-width: 25px;
    padding: 0px 10px;
    position: absolute;
    right: 20px;
    text-align: center;    
    text-transform: uppercase;
    top: 25px;    
    width: auto;
}
.product-preview .label.label-new {
    left: 20px;
    right: auto;
    top: 25px;   
}
.label-wrapper.wrapper-new {
    left: 0;
    right: auto;
}
.label-new {	
	background:#19c59e!important;
	left:0px;
}
.label-sale {
	background:#ed4c4c;
	right:0px;
}
.image_swap .product-img1 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;	
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;	
	position:relative;
}


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

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

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

.price {	
	color: #ed4c4c;
    font-size: 1.14em;
    font-weight: 500;
}
#amount {
	color:#8A8A8A;
}
#cart_navigation .exclusive_large {
    background: none repeat scroll 0 0 #8A8A8A;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
}
#cart_navigation .button_large {
	 border: 1px solid #8A8A8A000;
    border-radius: 2px;
    color: #010d0d;
    font-size: 0.86em;
    font-weight: 400;
    padding: 8px 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
#cart_navigation .button_large:hover {
    background:#0088cc;
    border-color:#0088cc;
    color: #ffffff;
}
#currency_payement {
	padding:5px;
}
#our_price_display {
	font-size:24px;
}
.price.old {
	color: #787878;
    font-size: 1em;
    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 {	
    padding: 8px 0 15px;
}
.price-area #old_price_display {
	float: left;
    line-height: 30px;
    margin-right: 20px;
    margin-top: 6px;
}
/************* FOOTER BOX *************/
.services > div > div {
    display: inline-flex;
    padding: 0;
}
.services .last-box {
    margin-left: -15px;
}
.box-img .img-responsive {
    width: 100%;
}
.box-botsl {
    margin-top: 15px;
}
.box-img {    
	position: relative;	
}
.topright {
	overflow:hidden;
}
.topright  .box-img {
	overflow:hidden;
}
.topright .img-preview  {
	height:calc(50%);
	margin-top:20px;
}
.topright .img-preview:first-child {
	margin-top:0px;
}
.topright img {
	width:100%;
}
.content-aside .box-img {
	margin-bottom:20px;
}
.box-img .img-preview {
    position: relative;	
}
.box-botsl .img-preview {
	width:33.33%;
	float:left;
}
.box-botsl .img-preview img {
	width:100%;
}
.box-botsl .container {
	overflow:hidden;
}
.border-img {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border: 6px solid rgba(255,255,255,0.3);
    z-index: 1;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.box-img:hover > .border-img {
    opacity: 1;
    cursor: pointer;
}
.box-img >.img-preview:hover .border-img {
    opacity: 1;
    cursor: pointer;
}
/************* PAGE NOT FOUND ****************/
.content-center .pagenotfound {
	margin-bottom:20px;
	text-align:center;
}
.content-center .pagenotfound #error-code {
    color: #0088cc;
    font-size: 9.23em;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin:20px 0px;
}
.content-center .pagenotfound p {
	color:#8A8A8A;
	font-size:1.23em;
}
#mashead img,
#bigpic,
img#categoryImage {
	max-width:100%;
}
#mashead img {
	margin-bottom:15px;
}


/*********** PRODUCT LIST *********************/
.product-carousel2 .ajax_block_product,
.product-carousel .ajax_block_product,
.deal-carousel .ajax_block_product,
.carousel_categories .ajax_block_product,
.productcategory-carousel .ajax_block_product{
    margin: 0px;
	border-right:1px solid #efefef;
}
.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.8A8A8A8A8A8A8A8A8A8A8A8A33%
}
}
@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.8A8A8A8A8A8A8A8A8A8A8A8A33%
}
}
@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: 20px 10px 0;
    position: relative;
    width: 33.33%;
}
@media (max-width:480px) {
.responsive .products-list .ajax_block_product {
	width:100%
}
}
.responsive .products-list .ajax_block_product .product-preview {	
	overflow:  hidden;
}
.responsive .products-list-in-row .ajax_block_product .product-preview {
	border:1px solid #EFEFEF;
	width:100%;
	float:left;		
}	
.products-list-in-row .product-preview .product-info {
	border:  0 none;
    float: right;
    margin: 0;
    padding: 10px 30px;
    text-align: left;
    width: 67%;
}
@media (min-width:768px) and (max-width:991px) {
	.responsive .products-list .ajax_block_product {
		width:50%
	}		
}
@media (min-width:481px) and (max-width:767px) {
	.responsive .products-list .ajax_block_product {
		width:50%
	}
}
@media (min-width:361px) and (max-width:479px) {
	.responsive .products-list .ajax_block_product {
		width:100%
	}	
	.responsive .products-list .ajax_block_product .product-preview {
		float:none;
	}	
	
}
@media (max-width:360px) {
	.responsive .product-list .ajax_block_product {
		width:100%
	}
	
}

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

@media (max-width:360px) {
	.responsive .products-list .ajax_block_product {
		width:100%
	}
}
.compare-box {
	padding: 15px 30px;
	text-align: center;
}
.product-sort {
	padding: 15px 30px;
	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:#0088cc;
	border:1px solid #0088cc;
}
.sort-select a.dropdown-toggle {
	background: #fefefe;
    border: 1px solid #a6a6a6;
    color: #010514;
    font-size: 0.86em;
    line-height: 2.08;
    padding: 2px 25px;
    text-transform: none;
	border-radius: 2px;
}
.product-sort .dropdown-menu {
	top:41px;
	background:#08C;
}
.product-sort .dropdown-menu > li > a {
	color:#CBCBCB;
	font-size:0.92em;
}
.product-sort .dropdown-menu:after {
	border-bottom: 7px solid #8A8A8A;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 20%;
    position: absolute;
    top: -7px;
	
}
.view-mode {
	padding:15px 30px;
}
.view-mode a {
	border: 1px solid #8A8A8A999;
    border-radius: 2px;
    display: inline-block;
    height: 32px;
    line-height: 34px;
    text-align: center;
    width: 32px;	
}
.view-mode a.active {
	background:#0088cc;
    border-color: #0088cc;
    color: #ffffff;
}
.view-mode a.active span{
	color:#FFF;
}
.view-mode a span {
	color:#2e2e2e;
	font-size: 14px;
}
.products-list-in-row .item {
    float: none !important;    
    max-width: none !important;
    overflow: hidden;
    text-align: left !important;
    width: 100% !important;   
    padding-bottom:0px;
}

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

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

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

.products-list-in-row .product-btn.cart-button > span {
    background: url("../img/cart.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
}
.products-list-in-row .product-btn.cart-button:hover > span {
    background: url("../img/cart-hover.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
}
.products-list-in-row .list_button {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.products-list-in-row  .product-btn:hover {
    border: 1px solid #0088cc !important;
}
.products-list-in-row .product-preview .product-info .list_info .product-btn:hover, 
.products-list-in-row .product-preview .product-info .list_info .cart-button:hover,
.products-list-in-row .product-preview .product-btn:hover i{
	color: #fff;
}
.products-list-in-row  .price.old{
	line-height: 30px;
}
.nbcomments {
	display:none;	
}
.pb-right-column > h2 {
    font-size: 1.71em;
    padding-bottom: 15px;
}
.pb-right-column .nbcomments {
	color: #020202;
    display: inline-block;
    letter-spacing: 0;
    margin-left: 35px;
    text-transform: lowercase;
	font-weight: 300;
}
.products-list-in-row .nbcomments {
	display:inline-block;
	margin-left:20px;
	letter-spacing:0px;
	text-transform:lowercase;
	color: #020202;
	font-size:0.92em;
}
.rating {
     color: #0088cc;
    display: inline-block;
    font-size: 0.86em;
    letter-spacing: -0.1em;    
}
.rating i {	
	width:12px;
	height:12px;
	margin:0px 1px;
	display:inline-block;
}
.rating .star-full {
	background:url(../img/star-f.png) no-repeat; 
}
.rating .star-empty {
	background:url(../img/star-e.png) no-repeat; 
}
.filters-panel {
    padding:0px 15px;
    margin:0px;
    clear:both;
    background:#fff;
}
.filters-panel-bottom {
	padding:0px 15px;
    margin:20px 0 0px;
    clear:both;
    background:#fff;
}
.filters-panel label {
	color: #8A8A8A000;
    font-size: 0.86em;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
#pagination {
    margin: 0;
    padding:15px 15px 10px;
    float:left;
}
ul.pagination {
	margin:0px;
	line-height:20px;
	float:left;
}
.product-count {
	color: #8A8A8A;
    line-height: 31px;
    padding: 15px;
}
.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 solid #dadadd;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}
.expander-list li ul .name {
	text-transform: capitalize;
}
.expander-list > .last .name{
    border-bottom:none;    
}
.expander-list, .expander-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.expander-list li {
    margin: 0;
}
.expander-list li a:hover{
	color: #0088cc;
}
.expander-list li li a {
    padding-left: 20px;
	font-weight: 300 !important;
}
.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: 700;
	font-size: 17px;
}
.page-content .breadcrumbs {
	display:none;
}
.content-aside-inner > .menu_categories {
    margin-top: -130px;
	margin-bottom: 80px;
}
.breadcrumbs-section {
}
.breadcrumbs {
    display: inline-block;
    width: 100%;
	padding:10px 0 10px 0px;
	color: #8A8A8A;
    font-size: 0.92em;
    font-weight: 300;
	font-family: verdana !important;
}

.breadcrumbs .pull-left {
    color: #8A8A8A;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
	line-height: 50px;
	font-weight: 400;
}
.breadcrumbs .pull-right {
    color: #8A8A8A;
    font-size: 0.86em;
}
.breadcrumbs a {
	color: #8A8A8A;
    line-height: 50px;
}
.breadcrumbs a:hover {
	color:#0088cc;
}
.breadcrumbs .fa.fa-home {
    margin-right: 5px;
}
.breadcrumbs .fa-angle-right {
    padding: 0 10px;
    font-size:0.92em;
    color:#6F6F6F;
	line-height: 1;
}
.breadcrumbs .navigation-pipe {
	padding: 0 10px;
	color:#6F6F6F;
	display: inline-block;	
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1.07em;	
}
.content-aside .block {
	background:#ffffff;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.content-aside .block .block_content {
    padding: 20px;
}
.content-aside .block.blank {
	margin:0px -30px;
}
.content-aside .block.blank p {
	margin:0px;
}
.content-aside .block a {	
	color: #8A8A8A;
	font-weight: 400;
}
.content-aside .block a.selected {
	font-weight:400!important;
	color:#0088cc;
}
.content-aside .block > .box-title h3,
.content-aside .block > h4.title_block,
.content-aside .block > .box-title h3 a,
.content-aside .block > h4.title_block a {	
	background: none repeat scroll 0 0 #0088cc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.14em;
    font-weight: 500;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.content-aside .block.blue > h3,
.content-aside .block.blue > h4.title_block {
	
}
.content-aside .block.mega > h3,
.content-aside .block.mega > h4.title_block {	
}
.box-title {
    border-bottom: 2px solid #0088cc;
}
h3.title_block:before {
    border-bottom: 41px solid #0088CC;
    border-right: 31px solid transparent;    
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: -1px;
    z-index: 1;
}

h3.title_block span.icon-tags{
	background: url("../img/cart-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    width: 18px;
}
.title_block .fa.fa-bars {
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}
.topcontent-box {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    padding: 3px 25px;
    text-transform: uppercase;
}
.topcontent-box:hover{
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}
.product-description .option .btn-toolbar{
    margin-top: 3px;
}
.quantity-control {
    width: 60px;
    display:table!important;
}
.quantity-control .input-group-addon:first-child {    
}
.quantity-control .input-group-addon:last-child {
    bottom: 0;
    top: auto;
	border-radius:0 2px 2px 0 !important;
}
.quantity-control .input-group-addon {
    background: none;
    border-color: #9a9696;
    border-radius: 2px 0 0 2px !important;
    cursor: pointer;
    font-size: 15px;
    height: 25px !important;
    line-height: 15px;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    vertical-align: top;
    width: 25px !important;
}
.quantity-control .form-control {    
    background: none;
    border-color: #9a9696 !important;
    height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
	border-left: 0;
}
.product-util {
	float:left;
}
.product-util .product-btn {
	background:#ffffff;
    border: 1px solid #b6b5b5;
    float:left;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    text-align: center;
    vertical-align: top;
    width: 45px;
	border-radius: 2px;
}
.product-util .product-btn:hover {
	background:#0088cc;
	border-color: #0088cc;
	color: #fff;
}
.product-util .product-btn:hover i {
	color: #fff;
}
.product-util .product-btn .fa-check,
.product-util .product-btn .fa-spin,
.product-util .product-btn.checking .fa-copy,
.product-util .product-btn.checked .fa-copy {
	display:none;
}
.product-util .product-btn.checked .fa-check {
	display:inline-block;
}
.other-info {	
	border-top: 1px solid #d5d7db;
    float: left;
    font-size: 0.92em;
    margin: 10px 0 0;
    padding: 15px 0;
    width: 100%;
}
.btn-social {
	background:none;
	border: medium none;
    color: #ffffff;
    font-size: 1.28em;
    height: 40px;
    margin-right: 15px;
	float:left;
    width: 40px;
}
.btn-facebook {
	background:#3B579D;
}
.btn-twitter {
	background:#00ACED;
}
.btn-google-plus {
	background:#DB4936;
}
.btn-pinterest {
	background:#C21C26;
}
.other-info p {
	float:left;
	width:100%;
	line-height:26px;
	margin:0px;
}
.other-info label {
	margin-bottom:0px;
	color: #010101;
	font-weight: 300;
}
.other-info span {
    color: #0088cc;
	font-weight: 700;
}
.other-info .fa.fa-check-square-o {
    margin-right: 5px;
}
#short_description_content {
    border-bottom: 1px solid #d5d7db;
    color: #8A8A8A;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    margin-top: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.product-description .option {
    display: inline-block;
	float: left;
}
.product-description .option b {
	float:left;
	line-height:30px;
}
.product-description .option #quantity_wanted_p {
	float:left;
}
.product-description #add_to_cart {
    background: url("../img/cart.png") no-repeat scroll 15px 7px #ffffff;
    border: 1px solid #b6b5b5;
    border-radius: 2px;
    color: #8A8A8A;
    float: left;
    font-size: 11px;
    font-weight: 700;
    height: 35px;
    margin-left: 15px;
    padding: 0 10px 0 35px;
    vertical-align: top;
}
.product-description #add_to_cart:hover {
	background: #0088cc url("../img/cart-hover.png") no-repeat scroll 15px 7px!important;
    border-color: #0088cc;
    color: #ffffff;
}
.product-description #add_to_cart i {	
	margin-right:5px;
}
.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:#8A8A8A;
}
.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: #8A8A8A8A8A8A;
    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;
    background:#f5f5f5
}
.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: #8A8A8A000;
    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 {
    background:#0088cc;
    border-color: #0088cc;
    color: #FFFFFF;
}
.back-to-top span {
	color:#FFF;
}
.content-center .slider-products h4 {	
}
.content-center .slider-products h4 span {
	margin-left:15px;
	background:#8A8A8A;
	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 #8A8A8A;
    content: "";
    left: 20px;
    position: absolute;
    top: 32px;
}    
.cmp_remove .icon-trash-2 {
	color:#8A8A8A;
	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 {    
} 
.slider-products.content-box .slider-products-title h3:before {
    border-bottom: 40px solid #0088cc;
}
.slider-products.content-box .slider-products-title h3 {
    background:#0088cc;
}
.slider-products.content-box .slider-products-title{
	border-color: #0088cc;
}
.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;
	border-color:#0088cc;
	background:#0088cc;
	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;
}
.megamenu-ul .preview-image {    
    display: block;
    float: left;    
}
.megamenu-ul .product-info {
	padding:10px 0px 0px 0px;
	float:left;
}
.megamenu-ul  .product-preview .title {
	padding-bottom:10px;
}
.mod-content ul li {
	float:left;
	padding:10px 0px;
	border-top:1px solid #EDEDED;
}
.mod-content ul li:first-child {
	border-top:none;
	padding-top:0px;
}
.panel {
	border-radius:0px;	
}
.fancybox-skin {
	border-radius:0px!important;
}
/************* WISHLIST ************/
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:#8A8A8A;
}
.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;
}
.blog-container {
    margin-bottom: 70px;
}

.blog-item {
    border-bottom: 1px dotted #6a6c70;
    display: inline-block;
    width: 100%;
	padding: 10px 0px 20px 0px;
}
.blog-item .border-img{
	opacity: 1;
	border-width: 4px;
}
.blog-item .preview-image {
    box-shadow: 0 0 5px rgba(0,0,0,0.35);
    display: inline-block;
    float: left;
    margin-right: 5%;
    margin-top: 8px;
    position: relative;
    width: 40%;
}
.blog_content {
    float: left;
    width: 55%;
}
.blog_posts .title a {
    display: inline-block;
    font-size: 14px;
	font-weight: 400;
	line-height: 25px;	
}
.blog_posts .title a:hover {
	color:#0088cc;
}
.blog_posts .post-info {
    min-height: 75px;
    padding: 20px 0;
}
.blog_posts .intro-text {
	display:block;
	
}
.blog_posts .title {		
    padding-bottom: 0px;
}
.blog_posts .add-info, 
.add-info .comment-count a{	
	color: #fff;
    font-size: 13px;    
    font-weight: 300;
}
.post-comment .heading {
    background: none repeat scroll 0 0 #ffffff;
    margin: 20px 0;
    padding: 10px;
    text-transform: uppercase;
}
#new_comment_form_footer .btn-primary{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #8A8A8A000;
    color: #010101;
    font-weight: 400;
    text-transform: uppercase;
}
#new_comment_form_footer .btn-primary:hover{
	border-color:#0088cc;
	background:#0088cc;
	color: #fff;
}
.blog_posts .date i,
.blog_posts .view i {
	margin-right:5px;
	font-size:1em;
}
.blog_posts .readmore {	
    float: right;
    font-size: 11px;
    text-align: right;
	line-height: 20px;
    width: 100%;
	font-weight:600;
}

.blog_posts .readmore:hover,
.jms_cat_wp .jms_cat_info a.readmore:hover,   
.jms_cat_wp .jms_cat_info h3 a:hover {
	color:#0088cc;
}
/******** 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;
            margin-left: 23%;
}
.contacts-form .btn {
	margin-top:9px;

}
.contacts-form .form-control {
    width: 100%;
	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 > div {
    display: inline-block;
    float: left;
}
_:valid\0, .contacts-form input.form-control, .contacts-form textarea.form-control {
 padding-top: 6px;
}
#uniform-id_contact {
	width:100%!important;
}
#jms_contact_infos li {
	line-height:30px;
}
#jms_contact_infos li i {
	margin-right:10px;
}
#jms_contact_infos .contact-title {	
	font-size:1.1em;
}
#jms_contact_infos .map {
	margin-top:10px;
}
.map {
    margin-bottom: 30px;
}
/**********ORDER*********/
.product-name {
    margin: 0;
}
#order{
}
.checkbox #uniform-newsletter input[type="checkbox"],
.checkbox #uniform-optin  input[type="checkbox"]{
	position: inherit;
}
.comparison_product_infos {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
	padding: 0 15px;
}
#hideSendWishlist .fa.fa-times-circle {
    margin-right: 10px;
}
.clearfix.wlp_bought_list li {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    padding: 20px;
}
.clearfix.display_list.row {
    margin: 20px -15px;
}
.cat_desc.rte p{
color: gray !important;
}
.menu_categories{
display: none;
}


#mt, .mt{
margin-bottom: 17px !important; 
background-color: rgb(251, 251, 251) !important;
border-radius: 3px !important;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
border: 1px solid rgb(222, 222, 222) !important;

}

#mt h2, .mt h2{
 padding: 0 !important;   
 color: #c3c3c3 !important;
}
#mt table, .mt table{
margin-right: 1em !important; 
margin-top:1em !important;
}
#mt p, .mt p{
 padding-left: 2em !important;   
 padding-right: 2em !important;   
 padding-bottom: 1em !important;  
color: #8A8A8A;
}
#mt #panelmt, .mt .panelmt{
padding: 10px 15px !important;
border-top-right-radius: 3px !important;
border-top-left-radius: 3px !important;
border-bottom: 1px solid #D8D8D8 !important;
font-size: 0.8em !important;
width: 100% !important;
}

#prawa_kolumna{
   margin-left:1%;
   float: left;
   width: 30%;
}

#lewa_kolumna{
    width: 68%;
    float: right;
}

#moja_karta_wroc{
    float: left;


}
table{
    max-width:100%;
     display: table;
}
td{
    max-width:100%;
         display: table-cell;
		 color: #8A8A8A;
}
tr{
     display: table-row;
    max-width:100%;
}

@media screen and (max-width: 700px) {
   #prawa_kolumna{
       width: 100% !important; 
       
    }
     #lewa_kolumna{
       width: 100% !important; 
       
    }
}
#my-account .myaccount_lnk_list li a{
    
    width: 100% !important;
}

.addToWishlist{
    
    display: none !important
}

.menu_navbar{
    
    bacground-color: white !important;
}

.topbar {
    
    border-bottom: #F3F3F3 1px solid;
}
.menu_navbar{
     border-bottom: #F3F3F3 1px solid;
     border-top: #F3F3F3 1px solid;
}
.text-box, box_cart{
    color: #005CAB !important;
}
.dropdown-inner, dropdown-menu{
    
    background-color: white !important;
}

.footer-bottom-block{
    
    display: none;
}

#newsletter-input{
    background-color: #787878 !important;
}
.topnav .jms-megamenu .nav  > li:nth-child(1):hover{
background: #3857A7 url("../../../img/cms/tlo_menu.png") repeat scroll center center !important;
}

.topnav .jms-megamenu .nav    li:nth-child(2):hover{
background: #3B76C4 url("../../../img/cms/tlo_menu.png") repeat scroll center center !important;
}
.topnav .jms-megamenu .nav  li:nth-child(3):hover{
background: #3FBFEB url("../../../img/cms/tlo_menu.png") repeat scroll center center !important;
}
.topnav .jms-megamenu .nav  li:nth-child(4):hover{
background: #1DAB48 url("../../../img/cms/tlo_menu.png") repeat scroll center center !important;
}
.topnav .jms-megamenu .nav  li:nth-child(5):hover{
background: #FF5732 url("../../../img/cms/tlo_menu.png") repeat scroll center center !important;
}
.topnav .jms-megamenu .nav  li:nth-child(6):hover{
background: #fdb927 url("../../../img/cms/tlo_menu.png") repeat scroll center center !important;
}
#cart_block .box_cart p{
	
	color: #005CAB !important;
}
#cart_block{
color: #005CAB !important;	
}

.product-main-info, #product_condition, .add_to_compare{
	
	display: none;
}
#product_comments_block_tab a:hover{
color: #08C !important;
}
#short_description_content, #tabs-2 section table tbody tr td, #more_info_block .tab-content, #product_comments_block_tab a, .btn, #more_info_block .nav-tabs li a, .breadcrumbs , .breadcrumbs a, #add_to_cart, fieldset strong, fieldset select{
	
	color: #8A8A8A !important;
}

.attribute_label{
	font-size: 1.2em;
}
#more_info_block .nav-tabs li:last-child{
	display: none;
}

#uwaga{
	display: none;
color: red;
font-size: 1.2em;
text-align: center;
margin-bottom: 2em;

   
}

#more_info_block .nav-tabs li a{
    
    color: white !important;
}
.order_delivery{
    display: none;
}

ul.step li.second{
    display: none;
    
}
ul.step li{
text-align: left;
background-color: white !important;
border: none;

}
ul.step li a{
    color: #8A8A8A !important;
}
ul.step{
   border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
}
ul.step li.step_current span{
    color: #08C;
}

 #order-detail-content table th, #order-detail-content table tfoot
, #order-detail-content table td span, #order-detail-content table tr.cart_total_delivery td:first-child
, #order-detail-content table tr.cart_total_price td:first-child
, #order-detail-content table tr.cart_total_voucher td:first-child{
    
    color: #8A8A8A !important;
}
#order-detail-content table th.cart_availability, #order-detail-content table td.cart_avail{
    display: none;
}
.topnav .jms-megamenu .nav > li.active > a{
      color: #8A8A8A !important;
}

#prawa #blok_glowyn{
    clear:both;
}

#my-account .myaccount_lnk_list li{
    width: 96% !important;
}
#kontener{
    width: 75% !important;
}
@media only screen and (min-device-width: 319px) and (max-device-width: 768px) {
  #kontener {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 769px) and (max-width: 1220px) {
  #kontener {
  width: 60% !important;
  }
  #prawa_kolumna{
      width: 100%;
  }
  #lewa_kolumna{
      width: 100%;
  }
}



/****** karty adresów ********/
.address li a, ul#mt li{
    color: #8A8A8A !important;
    
}
ul#mt li h3, #kolo{
    color: #C3C3C3 !important;
    
}

/****** lewe menu na kartach pacjenta  ********/

#prawa2 ul li {
    display: block;
    padding: 4px;
    font-weight: 400;
    width: 276px;
    border: 1px solid #C0C0C0;
    margin: 10px;
}
#prawa2 ul li:first-child {
    display: block;
    padding: 4px;
    font-weight: 400;
    width: 276px;
    border: none;
    margin: 10px;
}
#prawa2{
    width: 30%;
float: left;
}
#lewa2{
    float: right;
width: 70%;
}

.myaccount_lnk_list2 li a {
    display: block;
  color: #005CAB !important;
    font-weight: 400;
    width: 276px;;
  
    margin: 10px;
}

.myaccount_lnk_list2 li a:hover{
  
  color: #08C !important;
 
}

.myaccount_lnk_list2 li .fa{
position: relative;
top: 0px;
left: 0px;
margin-right: 7px;
font-size: 1.92em;

}
#prawa2 ul li h3{
font-size: 1.7em !important;
}

footer > #social_block li a{
    color: white !important;
}

.cat_desc.rte p {
   text-transform: none !important;

}
#order-detail-content table th.cart_avail{
	display:none !important;
}

.attribute_list ul li div.radio span{
	margin-left: 7em !important;
	float: left !important;
}
.attribute_list ul li {
	display: block !important;
}
.attribute_list {
	font-size: 1.2em !important;
}
#short_description_content{
	display: none;
}
.shoppingcart-box .shipping, .shoppingcart-box .total{
	text-transform: none !important;
}
#productsSortForm{
display: none !important;	
}

#short_description_content table{ width: 400px !important;}
						.attribute_label {margin-top: 2em !important; }
						.other-info {display: none;}
						.rating{display: none !important;}
						
						
.discount_name.form-control {
    border: 1px solid gray;
}

.address_phone_mobile, .inline-infos.required.col-sm-offset-4.col-sm-8{
display: none !important;
}

div.attribute_list ul li span{
  color: #8A8A8A;  
}
select.id_order, select.productselect{
    
}

#mt.shopping-cart a, #mt.shopping-cart .price{
    color: #8A8A8A !important;
}
#order-detail-content a, #order-detail-content .price{
     color: #8A8A8A !important;
}

#HOOK_PAYMENT p a{
    color: #08C !important;
}
/* jeeeeeeeee menu */
ul.megamenu-ul li a{
    color: #005CAB;
}

ul.mega-nav.level1 li a{
    color: #005CAB;
}

#header-logo{
	margin-left: -100% !important;
}
@media only screen and (min-device-width: 500px) and (max-width: 1199px) {
#header-logo{
	margin-left: -69% !important;
}
}

@media only screen and (min-device-width: 0px) and (max-width: 500px) {
#header-logo{
	margin-left: -0% !important;
}
}
#short_description_content{
	display: block !important;
width: 45% !important;
float: right !important;
margin-right: -38px !important;
margin-top: -0.1em !important;
}
fieldset.attribute_fieldset{
	
	margin-top: - 10px !important;; 
}
#opisik{
	padding-top: 15px !important;
}
#old_price_display{
	display: none !important;
}
}
p.payment_module:hover{
	background: none !important;
}
p.payment_module img{
	width: 100px;
height: auto;
}
p.payment_module .payu img{
	margin-left: -20px;
margin-right: 28px;
}
.zoomPad img{
	width: 95% !important;
}
#cart_voucher {
    display: none;
}