html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	font-size:13px;		
	line-height:1.692;
	color:#666666;
	font-weight:400;	
	font-family: 'Segoe UI',Meiryo,'Trebuchet MS','나눔고딕',NanumGothic,ng,'맑은 고딕','Malgun Gothic','돋움',Dotum,AppleGothic,sans-serif;
}

body.content_only {
	padding:15px;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	padding:0px;
	margin:0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #A4A4A4;
  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:#D36461;
  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 {
	color:#333;
}
.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.85em;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f2735a;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}

h1, h2, h3, h4, h5, h6 {
	color:#333;
}
h1 { }
h2 { }
h3 { }
h4 { }
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
label {
	font-weight:400;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;  
  line-height: 2.4;
}
address i {
	margin-right:5px;
}
code,
kbd,
pre,
samp {
}
.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 {	
	font-size:14px;
	line-height:1.8;
}
.dropcap {
	display:block;
	float:left;
	margin:-2px 5px 0 0;
	padding:0 10px;
	color:#000;
	font:49px/16px Arial, Helvetica, sans-serif
}
.dropcap.color {
	color:#1abc9c;
}
.dropcap.dark {
	color:#fff;
	background-color:#1abc9c;
}
.styled-list {
	position:relative;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	line-height:18px
}
.styled-list li {
	margin-bottom:6px;
	padding:0
}
.styled-list li span {
	display:block;
	overflow:hidden
}
.styled-list li i {
	width:16px;
	float:left;
	margin-right:10px;
	text-align:center;
	color:#000;
	font-size:1.07em
}
.styled-list li:before {
	color:#1abc9c;
	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:#1abc9c
}
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:#1abc9c;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#1abc9c
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #1abc9c
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
	border-top:4px solid #1abc9c
}
.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 #1abc9c
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#1abc9c;
	content: "\f05a";
	font-family: FontAwesome;
	font-size:3.61em;
	line-height:0.76
}
.comment {
	position:relative;
	color:#333
}
.comment .inside {
	padding:30px 15px 30px 100px;
	border-top:1px solid #eaeaea;
	position:relative
}
.comment .inside :before {
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:5.07em;
	line-height:19px;
	width:77px;
	height:77px
}
.comment a {
	color:#00B2BA;
	text-decoration:underline
}
.comment a:hover {
	text-decoration:none
}
.comment p {
	margin-bottom:.112px
}
.comments .comment {
	padding-left:10%
}
.comments>.comment:first-child {
	padding-left:0
}
.comments>.comment:first-child .inside {
	border:none
}
.icon-circle {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	height:101px;
	width:101px;
	margin:10px auto 15px
}
.icon-circle .fa {
	font-size:6em;
	line-height:25px
}
.icon-circle .fa-plane {
	font-size:4.3em;
	line-height:2.77
}
.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
	background:#1abc9c;
}
.icon-circle-sm {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:62px;
	width:62px;
	margin:0 20px 10px 0;
	text-align:center
}
.icon-circle-sm .fa {
	font-size:3.69em;
	line-height:1.92
}
.icon-circle-sm .fa-plane {
	font-size:2.65em;
	line-height:2.76
}
.icon-circle-xs {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:46px;
	width:46px;
	margin:0 3px 10px 0;
	text-align:center
}
.icon-circle-xs .fa {
	font-size:2.15em;
	line-height:2.5;
	color:#fff!important
}
.icons-set {
	line-height:32px;
	color:#000;
	margin:10px 0
}
.icons-set span span {
	font-size:1.46em;
	color:#000!important
}
.icons-set span span:before {
	padding-top:3px;
	display:block;
	float:left;
	margin-right:4px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color: #dddddd;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {	
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  display:inline;  
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  box-shadow: none;
  border-color: ##FF0030;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {    
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.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;
}
/********* 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 #d6d4d4;
}
.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 {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
}
.table-bordered {
  border: 1px solid #d6d4d4;
}
.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 #d6d4d4;
}
.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 {
    background: none repeat scroll 0 0 #FBFBFB;
}
/********* BUTTON *******/
.btn, .form-control {
	border-radius:0px;
}
.btn {
  background-color: transparent;
  color: #333333;
  padding: 14px 15px 13px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  background-color: #991111;
  border-color: #960707;
  color: #ffffff;
}
.btn-icon i {
  margin-right: 8px;
}
.btn-default {
  background-color: #333333;
  color: #ffffff;
}
.btn-primary {
  border-color: #7E0505;
  color: #ffffff;
}
.btn-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-grey {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #666666;
  min-width: 50px;
}
.btn-sm {
  min-width: 0;
  padding: 9px 20px 8px;
}
.btn-xs {
  padding: 4px;
  text-transform: none;
}
#bt_compare {
	padding: 6px 14px;
	background:#1abc9c;
	border:1px solid #1abc9c;
	color:#2e2e2e!important;
}
#button_order_cart  {
	width:100%;
}
/****** COLUMNS ********/
#columns {
	margin-top:40px;
}

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

/****** TOPBAR ********/
header {	
	z-index:2003;	
	width:100%;
	box-shadow:0px 1px 1px;
}
.topbar {	
	font-size:10px;
	font-weight:normal;
	min-height:34px;
	height:50px;
	color:#FFF;			
	background:#181818;
	text-transform:uppercase;	
}
.topbar .pull-left {
	line-height:50px;	
	letter-spacing:2px;		
}
.topbar p {
	margin:0px;
}
header i {
	font-size:12px;
}
header .btn-group.open .dropdown-toggle {
	box-shadow:none;
}
.topbar .btn-group .fa-caret-down {
    margin: 0 0 0 10px;
	color:#999;
}
.topbar .btn-group {	
	padding:0px 15px 0px 15px;	
	border-right:1px solid #282828;
}
.topbar .btn-group:first-child {		
	border-left:1px solid #282828;
}
.topbar .btn-group > a {	
	display:block;		
	border-radius:0px;
	color:#FFF;	
	margin:0px;
	font-size:10px;
	cursor:pointer;	
	text-align:center;
	padding:0px;
}
.topbar .btn-group > a {
	line-height:50px;	
	height:50px;	
	text-transform:uppercase;
}
.topbar .btn-group > a.btn-xs:hover > span,
.topbar .btn-group > a.btn-xs:hover > label,
.topbar .btn-group.open > a.btn-xs > span,
.topbar .btn-group.open > a.btn-xs > label {
	color:#FFF;
}
.topbar .dropdown-menu, 
.top-right .dropdown-menu {		
	line-height: 150%;	
	background-clip: padding-box;
	position: absolute;
	border-radius:0px;
	border:0px;
	z-index:2002;
	color:#FFF;
	margin:0px;
}

.dropdown-menu .divider {
	background-color:#3e3e3e;
}
.topbar .dropdown-menu li a,
.top-right .dropdown-menu li a {
	color: #FFF;
	padding:8px 10px;
}
#productsSortForm .dropdown-menu >li > a:focus,
#productsSortForm .dropdown-menu > li >a:hover,
.topbar .dropdown-menu >li > a:focus,
.topbar .dropdown-menu > li >a:hover ,
.top-right .dropdown-menu >li > a:focus,
.top-right .dropdown-menu > li >a:hover {
	color:#D36461;
	text-decoration:none; 
	background-color:transparent;
	background:none;
}
.dropdown-menu li {
	padding:0px 0px;
}

.shoppingcart-box {
	min-width:200px;
}
#jms_ajax_search input {
	border-radius:0px;
	border:1px solid #444;
	width:220px;
	background:#222;
}
#jms_ajax_search .dropdown-menu {
	padding:15px;
}
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:0px;
}
.group-my-account .fa-user {
	display:none;
}
.header-bar {	
	position:relative;	
	z-index:2001;
}

#outer-canvas > div.container {
	padding-left:0px;
	padding-right:0px;
}
.topnav {
}
.top-right {
	position:absolute;
	top:0px;
	right:0px;
}
.top-right .btn-group {
	line-height:19px;
	box-shadow:none;
	border-radius:0px;
}
#cart_block {
	position:relative;	
}

.navbar-logo {
	position:absolute;
	left:0px;
}
.mobile-navbar-logo {
	display:none;
}
.navbar-logo a {	
	display:block;
}

/********* SLIDESHOW *******/
.tp-leftarrow.default {
	left:0px!important;
}
.tp-rightarrow.default {
	right:0px!important;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	background:#333!important;
	border:0px;
	width:50px!important;
	height:50px!important;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#FFF;
	text-align:center;	
}
.tp-rightarrow.default:hover,
.tp-leftarrow.default:hover {	
	background:#1abc9c!important;
	border:0px;
}

.tp-leftarrow.default:before {
  content: "\f104";
  line-height:46px;
  font-size:30px;
}
.tp-rightarrow.default:before {
  content: "\f105";
  line-height:46px;
  font-size:30px;
}
.tp-bullets.simplebullets.square .bullet {
	width:22px!important;
	height:22px!important;
	background:none!important;
	margin:0px 5px!important;
	border:1px solid #FFF;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
	background:#1abc9c!important;
	border:1px solid #FFF;
}
/****** TOPSL *******/
.topsl {
	margin-top:50px;	
}

.testimonial-box {
	background: url("../img/parallax-bg1.jpg") no-repeat fixed 10% 0 rgba(0, 0, 0, 0);
	margin-top:50px;
}
.testimonial-box blockquote {
    border-left: 0 none;
    display: table-cell;
    font-size: 2.571em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.testimonial-box blockquote p {
    font-size: inherit;
}
.testimonial-carousel {
    padding: 65px 100px;
	color:#FFF;	
}
blockquote p {
  line-height: 1.4;
}
blockquote p:before {
  content: "\'\' ";
}
blockquote p:after {
  content: " \'\'";
}
.testimonial-box blockquote .author {
    font-size: 0.5em;
    padding: 15px 0 0;
    position: relative;
}
.testimonial-box blockquote .author:before {
  display: none;
}
.testimonial-box blockquote .author:after {
    border-top: 1px solid #ffffff;
    content: "";
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 0;
    width: 50px;
}
/******** BOTCONTENT ************/
.botcontent {
	background: url("../img/botcontent-bg.jpg") no-repeat fixed 20% 0 rgba(0, 0, 0, 0);
	background-size:cover;
	padding:90px 0px;
	text-align:center;
	color:#FFF;
	margin-top:40px;
}
.botcontent p {
	padding:10px 120px 20px 120px;
}
.title_block.style-2  {
	font-size: 34px;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	color:#FFF;
}
.title_block.style-2:after {
	content:'';
	width:50px;
	border-bottom:1px solid #FFF;
	height:2px;
	position:absolute;
	bottom:-25px;
	left:50%;
	margin-left:-25px;
}
.big_button {
	border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 30px;    
    text-transform: uppercase;
}	
.big_button:hover {
	border: 2px solid #1abc9c;
    color: #fff;
    background:#1abc9c;
}	
/******** IMAGE HOVER EFFECT ************/
.content_scene_cat .cat-info:before, 
.product-preview .preview-image:before,
.blog-item a.preview-image:before,
.top-banner-box:before {
  background-color: rgba(255, 255, 255, 0.1);
  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:after,
.product-preview .preview-image:after,
.blog-item a.preview-image:after,
.top-banner-box:after {
  background-color: rgba(255, 255, 255, 0.1);
  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:hover:after,
.content_scene_cat .cat-info:hover:before,
.product-preview .preview-image:hover:after,
.product-preview .preview-image:hover:before,
.blog-item a.preview-image:hover:after,
.blog-item a.preview-image:hover:before,
.top-banner-box:hover:after, 
.top-banner-box:hover:before {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
/****** SLIDESHOW ********/
.slideshow.container {
	margin-top:50px;
}
/****** Slider Products ********/
.title_block.style-1  {
	font-size: 1.714em;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
    text-transform: uppercase;

}
.slider-products-title {	
}
.slider-products-title h2 {
	text-transform:uppercase;	
	margin-bottom:45px;
	padding:0px;
	position:relative;
	text-align:center;
}
.slider-products-title h2:after {
	border-top: 1px solid #dddddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.slider-products-title h2 span{
	padding:0px 40px;
	background:#FFF;
	position:relative;
	z-index:2;
}
.hometab-section {
	margin-top:50px;
}
/****** PRODUCT WIDGETS *********/
.products-widget .slides li {
    border-bottom: 1px solid #e6e6e6;
    float: none !important;
    height: 120px !important;
    margin: 0 2px 0 0;
    overflow: hidden;
    padding: 0;
}
.products-widget .slides li:nth-child(3n) {
	border-bottom:0px;
}
.products-widget .product {
	padding:15px 0;
}
.products-widget .product > a {    
    display: block;
    float: left;
    margin-right: 17px;
    overflow: hidden;
    width: 65px !important;
}
.products-widget .slides li p.name {
	margin:0px;
}
.products-widget .slides li p.name a {
    line-height: 1.6;
    margin-bottom: 0;    
}
.products-widget .product .price {    
}
/******* BRAND LOGO ******/
.brand-logos {
	margin-top:40px;
}
.brand-carousel {
	border-top:1px solid #DDD;
	padding-top:50px;
}
.brand-carousel.owl-theme .owl-controls  {
	position:absolute;
	width:100%;
	z-index:1000;
	height:0px;
}
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:15px;
	position:absolute;
	border:0px;
	top:14px;
	width:20px;
	opacity:0;
}
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:15px;
	position:absolute;
	border:0px;
	top:14px;
	width:20px;
	opacity:0;
}
.brand-carousel.owl-theme:hover .owl-controls .owl-buttons div.owl-next,
.brand-carousel.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
	opacity:1;
}
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	border:0px;
}
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	font-size:38px;
}
/****** BOTSL ********/
.botsl {
	margin-top:40px;
	overflow:hidden;
}
.botsl-services {
	margin-top:40px;
	color:#c3eae1;
	font-size:12px;
}
.botsl-services .service-box {
	width:20%;
	display:inline-block;
	float:left;
} 
.botsl-services .service-box .service-content {
	padding:20px 20px 20px 20px;	
}
.botsl-services .service-box .service-content h3 {
	font-size:14px;
	color:#FFF;
	margin-bottom:5px;
}
.botsl-services .service-box .service-content .icon {
	width:55px;
	height:33px;
	display:block;
	float:left;
	background-image:url(../img/service-icons.png);
}
.delivery-box {
	background:#1abc9c;	
}
.delivery-box .icon {
	background-position:0px 0px;
}
.returns-box {
	background:#30c3a6;
}
.returns-box .icon {
	background-position:-55px 0px;
}
.call-box {
	background:#48c9b0;
}
.call-box .icon {
	background-position:-110px 0px;
}
.security-box {
	background:#5ed0ba;
}
.security-box  .icon {
	background-position:-165px 0px;
}
.guide-box {
	background:#76d7c4;
}	
.guide-box  .icon {
	background-position:-220px 0px;
}
/****** FOOTER ********/
footer {	
	font-size:0.92em;	
	color:#999;
	margin-top:40px;
	background:#181818;
}
footer a {
	color:#999;
}
.footer-navbar {		
}
.footer-navbar .container {
	padding-top:60px;
	padding-bottom:50px;
	border-bottom:1px solid #3e3e3e;
}
.footer-navbar li {
	line-height:2.3;
}
.footer-navbar li i {
	margin-right:6px;
}
.footer-navbar li a {
	line-height:2.3;	
	font-size:1em;		
}

.footer-navbar li a:hover,
.footer-navbar li a:focus {
	color:#1abc9c;
}
footer h4 a,
footer h4 {
	color: #ffffff;
    line-height: 1.714;
	text-transform:uppercase;
}
footer .title_block {
	margin-bottom:15px;
}
.footer-bottom-block {	
	padding:25px 0px;	
	text-align:center;	
}
#social_block {
	float:right;
}
#social_block i {
	font-size:18px;
	color:#999999;
}
#social_block i:hover {
	color:#1abc9c;
}
#social_block li {
	display:inline;
	padding-left:20px;
}

.footer-bottom-block a {
	color:#1abc9c;
}
.copyright-text {	
	color:#C1C1C1;
	text-align:left;
}
.newsletter-input-wrap {	
}
.newsletter-input {
	background:#FFF;
	position:relative;
	z-index:1000;
}
.newsletter-box .input-group  {
	width:100%;
}
#newsletter-input {
	background:#343434;
	height:37px;
	border:none;
	font-size:0.92em;
	color:#CBCBCB;
	width:100%;
}
.newsletter-box p {
	margin-bottom:30px;		
}
.newsletter-box .input-group-addon {
	background:#1ABC9C;
	position:relative;
	border:0px;
	border-radius:0px;	
}
.footer-block .input-group-addon button {
	background:none;
	border:none;	
	color:#FFF;
	font-size:0.92em;	
	
}
/******** PRODUCTS ********/
.products-list {         
    padding-top:30px;
}
/******** 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:#000;
}
#availability_value {
    background: none repeat scroll 0 0 #46A74E;
    border: 1px solid #36943E;
    color: #FFFFFF;
    display: inline-block;
    line-height: 18px;
    margin-left: 5px;
    padding: 3px 8px 4px;
}
#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 *************/
.form-box {
    border: 1px solid #DDD;
    margin-bottom: 40px;    
    padding: 20px;
    position: relative;    
}
.form-box-title {
	border:1px solid #DDD;
	border-bottom:0px;	
    font-size: 17px;
    margin: 10px 0 0;
    padding: 14px 34px;
    text-transform: uppercase;
}
h3.panel-heading {
	border:1px solid #DDD;	
    font-size: 17px;
    margin: 10px 0 0;
    padding: 14px 34px;
    text-transform: uppercase;
}
/********** FOOTER LINKS ***********/
ul.footer_links {
    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 {
	background:#CBCBCB;	
}
ul.footer_links .button .fa {
	margin-right:5px;
}
ul.footer_links .button:hover {
	background:#1abc9c;	
	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: #000;
    font-size: 1.15em;
    line-height: 1.61;
    font-weight: 700;    
    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: #d82731;      
      border-color: #d82731;
}
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 span:after {
            background: url(../img/order-step-a.png) right 0 no-repeat;
      }
}
ul.step li.step_current_end {
     font-weight: bold;
}
ul.step li.step_todo {
      background: #D9D9D9; 
	  border-color:#D9D9D9;     
}
ul.step li.step_todo span {
        display: block;
        color: #555;
        position: relative;
}
@media (min-width: 992px) {
     ul.step li.step_todo span {
            padding-left: 48px;
     }
     ul.step li.step_todo span:after {  
     	 background: url(../img/order-step-current.png) right 0 no-repeat;         
     }
}
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;
      }
      ul.step li.step_done a:after {
           background: url(../img/order-step-done.png) right 0 no-repeat;
      }
}
@media (min-width: 992px) {
      ul.step li.step_done.step_done_last a:after {
        	background: url(../img/order-step-done.png) right 0 no-repeat;
      }
}
@media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none;
      }
}
ul.step li em {
      font-style: normal;
}
@media (min-width: 480px) and (max-width: 767px) {
        ul.step li em {
          display: none;
        }
}
@media (max-width: 480px) {   
    ul.step li.step_done {
    	border-bottom-color:#FFF;
	}
	ul.step li.step_todo {
		border-top-color:#FFF;
	}
}
/************** ORDER *****************/
.page-heading span.heading-counter {
    color: #333333;
    float: right;
    font: bold 13px/22px Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    text-transform: none;
}
#cart_summary tbody td.cart_product img {
    border: 1px solid #D6D4D4;
}
.table tbody > tr > td.cart_quantity {
    padding: 25px 14px 25px;
    width: 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: #333333;
    font-size: 1.23em;
}
#order-detail-content #cart_summary tr {    
    overflow: hidden;
}
#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px;
}
#cart_summary tbody td.cart_product img {
    border: 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: #333333;
}
#cart_summary tfoot td.price {
  text-align: right;
  color:#1abc9c;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 16px/22px Arial, sans-serif;
  color: #000;  
}
#cart_summary tfoot td#total_price_container {
  font: 600 16px/25px Arial, sans-serif;
  color: #1abc9c;
}
#cart_summary .cart_unit .price {
	color:#000;
}
.carrier_price .price {
	color:#000;
}
@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block;
  }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal;
  }
  #order-detail-content #cart_summary td.cart_avail {
      clear: both;
  }
  #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
      padding: 9px 8px 11px 18px;
  }
  #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: right;
  }
  #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 8px;
        position: relative;
        top: -3px;
  }
  #order-detail-content #cart_summary td div {
      display: inline;
  }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block;
  }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }
  #order-detail-content #cart_summary tfoot td:before {
      display: inline;
  }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center;
  }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 270px;
  }
}
.cart_voucher {
  vertical-align: top !important;
}
.cart_voucher h4 {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
    padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px;
}
.cart_voucher fieldset {
    margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
      float: left;
      width: 219px;
      margin-right: 11px;
}
.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777777;
}
.cart_voucher #display_cart_vouchers span:hover {
      color: #515151;
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
    font-weight: normal;
}

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 2em;
  line-height: 2;
  color: #cfcccc;
}

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

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

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

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  color: white;
  background: #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: #333333;
    margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
    display: none;
}
#multishipping_mode_box .description_off div {
      margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc;
}

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

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

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

#ordermsg {
  margin-bottom: 30px;
}

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

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

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
    background: white;
    margin-bottom: 0;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
    height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
    margin-top: 10px;
    width: 100%;
    background: #5192f3;
    color: white;
    border: 1px solid #4b80c3;
    font-weight: bold;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px 11px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
    font-size: 1.53em;
    margin-right: 7px;
    vertical-align: -2px;
}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 54px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    width: 97px;
    padding-left: 21px;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
    width: 162px;
}

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}
.order_carrier_content .carrier_title {
    font-weight: bold;
    color: #333333;
}
.order_carrier_content .checkbox input {
    margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px;
}
.order_carrier_content + div {
    padding-bottom: 15px;
}
#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}
#carrierTable td.carrier_price {
  border: none;
}
p.checkbox.gift {
  margin-bottom: 10px;
}
#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
a.iframe {
  color: #333333;
  text-decoration: underline;
}
a.iframe:hover {
    text-decoration: none;
}
p.payment_module,
div.payment_module {
  margin-bottom: 10px;
}
p.payment_module,
div.payment_module{
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.35;
    color: #333333;
    padding: 20px 30px;
    position: relative;
	border-radius:0px;
}
p.payment_module a.bankwire,
div.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb;
}
p.payment_module a.cheque,
div.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb;
}
p.payment_module a.cash,
div.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,
div.payment_module a.cheque:after,
div.payment_module a.bankwire:after,
div.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,
div.payment_module:hover {
      background-color: #f6f6f6;
}
p.payment_module a span,
div.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;
}
/*********** TOP SELLER MODULE ********/
.top-seller {
	margin-top:50px;
}
/*********** FEATURED MODULE *********/
.latest-products,
.new-section {	
	margin-top:50px;
}
.jms-filtering {
	text-align:center;
}
.jms-filtering ul {
	text-align:center;
	margin-bottom:50px;
}
.jms-filtering li {
	display:inline-block;
	margin:0px 15px;
}
.jms-filtering li a {		
	border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 600;
	 min-width: 150px;
    text-transform: uppercase;
	min-width: 150px;
	line-height: 1.692;
	padding:10px 15px;
	display:block;
	cursor:pointer;
}
.jms-filtering li a:hover,
.jms-filtering li a.active {	
	color:#FFF;
	background:#000;
}
.btn-view-all {
	padding:5px 60px;
	background:#C1C1C1;
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	font-weight:700;
	margin-top:30px;
	font-size:0.92em;
	cursor:pointer;
}
/*********** HOME TAB ****************/
.hometab-section  .slider-products-title {
	border-bottom:2px solid #222;
}
.hometab-section .slider-products-title h3 {
	font-size:14px;
	text-transform:uppercase;
	color:#222;
	font-weight:600;
	margin:0px;
	padding-bottom:12px;
	line-height:26px;
}
.hometab-section > div:hover .jcarousel-skin-previews .jcarousel-prev,
.hometab-section > div:hover .jcarousel-skin-previews .jcarousel-next {
	opacity:1;
}
/*********** PRODUCT BOX *************/
.ca-item-main .item {
	margin-bottom:30px;
	min-height:300px;	
}
.ca-item-main .item:first-child {

}
.product-preview {
	padding:0px;	
}

.products-list-small .product-preview {
	border:none; 
} 

.product-preview .preview {
	position:relative;		
}
.product-preview .preview-image {
	display:block; overflow:hidden;
}
.product-preview .preview-image img {
	/*width:100%;*/height: 440px;
}
.product-preview .product-info {
	padding:15px 0px 5px;
	min-height:75px;
	border: 1px solid #dddddd;
}
.product-preview .product-info:hover {border-color:#D36461;}
.product .preview-image:hover .img-responsive,
.product-preview .preview:hover img {        
}
.product-preview .title {
    line-height: 1.6;
    margin-bottom: 0;
    padding-right: 75px;
}
.category-name a {
		color:#999;
}
.products-widget .price,
.product-preview .price-box {		
	 color: #1abc9c;
    font-size: 1em !important;
    line-height: 1.6;
}
.product-preview .title a:hover,
.product-preview .title a:focus {
	color:#333333;
}
.product-preview  .product-btn  {
	background-color: rgba(255, 255, 255, 0.85);
	width: 50px;
	height: 50px;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	text-align: center;
	display: block;
	position: absolute;
	top: 0%;
	margin-top: -22px;
	opacity: 0;
	left: 60%;
	border-radius: 50%;
}

.product-preview .product-btn i {
	line-height:50px;
	font-size:1.14em;
}
.product-preview  .cart-button {
	margin-left:10px;
}
.product-preview  .cart-button .fa-check {
	display:none;
}

.product-preview  .cart-button.checking,
.product-preview  .cart-button.checking:hover {
	background:#000 url(../img/ajax-loader.gif) no-repeat center center!important;
	transition:none;	
}
.product-preview  .cart-button.checked .fa-shopping-cart {
	display:none;
}
.product-preview  .cart-button.checked .fa-check {
	display:block;
}
.product-preview  .quick-view {
	margin-left:-54px;
}
.products-list .product-preview  .cart-button {
	margin-left:-25px;
}
.products-list .product-preview  .quick-view {
	margin-left:-89px;
}
.products-list .product-preview .add_to_compare {
	margin-left:39px;
}
.product-preview  .add_to_compare .fa-check {
	display:none;
}
.product-preview  .add_to_compare.checking,
.product-preview  .add_to_compare.checking:hover {
	background:#000 url(../img/ajax-loader.gif) no-repeat center center!important;
	transition:none;
}
.product-preview  .add_to_compare.checked .fa-retweet {
	display:none;
}
.products-list .product-preview .add_to_compare.checked .fa-check {
	display:block;
}
.product-preview  .product-btn.checking,
.product-preview  .product-btn.checked {
	opacity:1!important;
	margin-top:-22px!important;	
	top:50%!important;	
}
.product-preview:hover .product-btn {	
	opacity:1;
	margin-top:-22px;	
	top:50%;	
}

.product-preview .product-btn:hover {
	background-color:#AF1313;
}
.product-preview .product-btn.disable:hover {
	background-color:#FFF;
}
.product-preview:hover .product-btn.disable  i,
.product-preview .product-btn.disable  i{
	color:#DDD;
}
.product-preview  .cart-button.checking i,
.product-preview  .add_to_compare.checking i,
.product-preview .product-btn:hover i {
	color:#FFF;
}
.preview.hover-slide .preview-image img {
	-o-transition:top .3s ease-out;
	-moz-transition:top .3s ease-out;
	-webkit-transition:top .3s ease-out;
	-ms-transition:top .3s ease-out;
	transition:top .3s ease-out
}
.preview.hover-slide:hover .preview-image img {
	-o-transition:top .3s ease-out;
	-moz-transition:top .3s ease-out;
	-webkit-transition:top .3s ease-out;
	-ms-transition:top .3s ease-out;
	transition:top .3s ease-out;
	top:100%
}
.preview.hover-slide:hover .preview-image img:first-child {
	top:0
}
.product-preview .label {
	background:#E84350;
    color: #fff;
    font-size: 0.92em;
    height: 18px;    
    line-height: 18px;
    min-width: 25px;
    padding: 0 6px;    
    text-align: center;    
    width: auto;    
    border-radius:0px;    
    display:inline-block;
	position:absolute;
	top:15px;		
}
.label-new {	
	left:0px;
}
.label-sale {
	background:#E84350;
	right:0px;
}
.products-list-in-row .label-sale {	
}
.products-list-in-row .label-new {
	
}
.price {	
	color:B30000;
}
#amount {
	color:#000;
}
#cart_navigation .exclusive_large {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
}
#cart_navigation .button_large {
	padding: 9px 20px;
	border:1px solid #DDD;
	text-transform: uppercase;
	font-weight: bold;
}
#currency_payement {
	padding:5px;
}
#our_price_display {
	font-size:1.54em;
	line-height:30px;
}
.price.old {
	text-decoration:line-through;
	color:#CCC;		
	font-size:1em;
}
.old-price {
	text-decoration:line-through;
	float:left;
	margin-right:5px;
}
.price-percent-reduction {
	margin-right:10px;
	display:none;
}
.price-area {	
	padding:10px 0px;
}
.price-area #old_price_display {
	float:left;
	line-height:30px;
	margin-right:10px;
}
/************* BANNER BOX *************/
.top-banner-box {
	text-align:center;
}
.top-banner-box h3 {
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	color:#333;
	padding:25px 0px;
	margin:0px;
}
.top-banner-box p {
	margin-bottom:25px;
}
.top-banner-box img {
	width:100%;
}
.top-banner-box .readmore-btn {
	border: 2px solid #333;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.top-banner-box .readmore-btn:hover {
	border: 2px solid #1abc9c;
	background:#1abc9c;
	color:#FFF;
}
.banner-box {
	background:url(../img/bg-wood1.jpg);
	padding:30px 30px 20px;	
	text-align:center;
	position:relative;
	color: #ffffff;
    font-size: 0.929em;
	margin-top:50px;	
}
.layout-home2 .banner-box {
	background:#d55357!important;
}
.banner-box:after {
    border: 3px solid white;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
	display:block;
}
.banner-box h2 {
    color: #ffffff;
    font-size: 1.714em;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row-sm div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.col-left {
	clear:left;
}
.shop-intro {
  margin-bottom: 50px;
}
.shop-intro p {
  margin: 0;
}
.shop-intro p strong {
  font-size: .928em;
  text-transform: uppercase;
}
.shop-intro h1 {
  text-transform: uppercase;
}
.shop-intro h1:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 50px;
  height: 1px;
  background: #333333;
}
.collection-item {
  overflow: hidden;
  position: relative;  
}
.collection-item .collection-description {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.collection-item .collection-description h3,
.collection-item .collection-description a {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.collection-item .collection-description h3 {
  color: #ffffff;
  font-size: 1.714em;
  margin-bottom: 5px;
  padding:0px;
}
.collection-item .collection-description a {
  color: rgba(255, 255, 255, 0.5);
  font-size: .857em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.collection-item:hover .collection-description,
.collection-item:hover h3,
.collection-item:hover a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/************* PAGE NOT FOUND ****************/
.content-center .pagenotfound {
	margin-bottom:20px;
	text-align:center;
}
.content-center .pagenotfound #error-code {
    color: #FF1773;
    font-size: 9.23em;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin:20px 0px;
}
.content-center .pagenotfound p {
	color:#000;
	font-size:1.23em;
}
#mashead img,
#bigpic,
img#categoryImage {
	max-width:100%;
}
#mashead img {
	margin-bottom:15px;
}
/************ LOADER *****************/
.loader{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.9);
}
.bubblingG {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	margin:-36px 0 0 -57px;
	width:115px;
	height:73px
}

/*********** PRODUCT LIST *********************/
.product-carousel2 .ajax_block_product,
.product-carousel .ajax_block_product {
    margin: 0 15px;
}
.slider-products .ajax_block_product {
    padding-bottom: 25px;
}
.products-list .ajax_block_product {
	padding-bottom:30px;
	padding-top:20px;
}

@media (min-width:768px) and (max-width:991px) {
.responsive .products-list .ajax_block_product {
width:33.33333333333333%
}
}
@media (min-width:361px) and (max-width:767px) {
.responsive .products-list .ajax_block_product {
width:50%
}
}
@media (max-width:360px) {
.responsive .products-list .ajax_block_product {
width:100%
}
}
@media (min-width:992px) and (max-width:1199px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
width:25%
}
}
@media (min-width:768px) and (max-width:991px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
width:33.33333333333333%
}
}
@media (min-width:361px) and (max-width:767px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
width:50%
}
}
@media (max-width:360px) {
.responsive .col-lg-12 .products-list .ajax_block_product {
	width:100%
}
}
.responsive .products-list .ajax_block_product {
	width:20%;	
	position:relative;
	min-height:425px;
	padding:0px 15px 20px 15px;		
	float:left;
}
.responsive .products-list .ajax_block_product .product-preview {	
}
.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 {
	padding:10px 30px 10px 30px;
	margin:0px;
	width:67%;
	float:right;
}



@media (min-width:768px) and (max-width:991px) {
	.responsive .products-list .ajax_block_product {
		width:33.33%
	}		
}
@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:25%
	}
}

@media (max-width:360px) {
	.responsive .products-list .ajax_block_product {
		width:100%
	}
}
.compare-box {
	padding:15px 0px;
}
.product-sort {
	padding:15px 0px;	
}
.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 {
}
.sort-select a.dropdown-toggle {
	padding:1px 15px;
	text-transform:none;
}
.product-sort .dropdown-menu {
	top:41px;
	background:rgba(0,0,0,0.85);
}
.product-sort .dropdown-menu > li > a {
	color:#CBCBCB;
	font-size:0.92em;
}
.product-sort .dropdown-menu:after {
	border-bottom: 7px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 20%;
    position: absolute;
    top: -7px;
	
}
.view-mode {
	padding:15px 0px;	
}
.view-mode a {
	display:inline-block;	
	padding:6px 7px;	
	line-height:14px;
}
.view-mode a.active {
}
.view-mode a.active span{
	color:#FFF;
}
.view-mode a span {
	color:#2e2e2e;
	font-size:14px;
	line-height: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%;
}
.products-list-in-row .title {    
    margin-bottom: 5px;
    border:none;
	float:none;
}
.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;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #EFEFEF;
}

.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%;    
}
.products-list-in-row .product-btn {
	opacity:1;
	left:100%;
	bottom:30px;
	top:auto!important;
	border-radius:50%;
	background:none;
	border:2px solid #D1D1D1;
}
.products-list-in-row  .product-btn:hover {
	background:#1abc9c;
	border:2px solid #1abc9c;
}

.products-list-in-row .product-preview .cart-button {	
	margin-left:138px;		
}
.products-list-in-row .product-preview .quick-view {	
	margin-left:30px;	
}
.products-list-in-row .product-preview .add_to_compare {	
	margin-left:84px;	
}
.products-list-in-row .product-preview .product-btn i {
	color:#D1D1D1;
}
.products-list-in-row .product-preview .product-btn:hover i {
	color:#FFF;
}
.nbcomments {
	display:none;	
}
.pb-right-column .nbcomments {
	display:inline-block;
	margin-left:50px;
	letter-spacing:0px;
	text-transform:lowercase;
	color: #4f5050;
	font-size:0.92em;
}
.products-list-in-row .nbcomments {
	display:inline-block;
	margin-left:20px;
	letter-spacing:0px;
	text-transform:lowercase;
	color: #888;
	font-size:0.92em;
}
.rating {
    color: #1abc9c;
    display: block;
    font-size: 1em;
    letter-spacing: -0.2em;    
}
.rating i {	
	width:11px;
	height:10px;
	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;
    border-bottom:1px solid #DDD;
    margin:0px;
    clear:both;    
}
.filters-panel-bottom {
	padding:0px 15px;
    border-top:1px solid #DDD;
    margin:0px;
    clear:both;    
}
.filters-panel label {
	color:#2e2e2e;
	font-size:1em;
	line-height:20px;
	margin:0px;
}
#pagination {
    margin: 0;
    padding:15px;
    float:left;
}
ul.pagination {
	margin:0px;
	line-height:20px;
	float:left;
}
.product-count {
	padding:15px;
	line-height:26px;
	color:#2e2e2e;	
}
.filters-panel .divider:after {
    border-bottom: 1px solid #E9E9E9;
    content: " ";
    display: block;
    height: 10px;
}
.filters-panel .divider {
    height: 25px;
}
.btn-select .btn {
}
.expander-list, .expander-list ul {
    list-style-type: none;
}
.expander-list .name {
    /*border-bottom: 1px solid #EEE;*/
    display: block;
    padding: 10px 0px;
}
.expander-list .name a {
	color:#333;
}
.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 .expander {
    cursor: pointer;
    float: right;
    padding: 0 12px;
}
.expander-list li li {
    margin-left: 10px;
}
.page-content .breadcrumbs {
	display:none;
}
.breadcrumbs-section {
	background:url("../img/bg-breadcrumb.jpg") repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);	
	margin-bottom:50px;
	height:80px;	
}
.breadcrumbs-section .container {	
}	
.breadcrumbs {
    background: none!important;    
    line-height:80px;
    position: relative;
    z-index: 10;
    color:#FFF;
	text-transform:uppercase;
}
.breadcrumbs a {
	color:#FFF;
}
.breadcrumbs a:hover {
	color:#1abc9c;
}
.breadcrumbs .fa-angle-right {
    padding: 0 10px;
    font-size:0.92em;
    color:#FFF;
	line-height: 1;
}
.breadcrumbs .navigation-pipe {
	padding: 0 10px;
	color:#FFF;
	display: inline-block;	
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1.07em;	
}
.content-aside .block:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 30px;
}
.content-aside .block {
	margin-bottom:20px;		
    padding-bottom: 30px;
    position: relative;
}

.content-aside .block a {	
}
.content-aside .block a.selected {
	font-weight:400!important;
	color:#1abc9c;
}
.content-aside .block > h3,
.content-aside .block > h4.title_block,
.content-aside .block > h3 a,
.content-aside .block > h4.title_block a {	
	text-transform:uppercase;
	position:relative;				
	color:#333;	
	font-size:14px;
	font-weight:700;
}


.product-description .option .btn-toolbar, .product-description .option .input-group {
    margin-top: 3px;
}
.quantity-control {
    width: 92px;
    display:table!important;
}
.quantity-control .input-group-addon:first-child {    
}
.quantity-control .input-group-addon:last-child {    
}
.quantity-control .input-group-addon {
    background: none repeat scroll 0 0 #E1E1E1;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 8px;
}
.quantity-control .form-control {    
    height: 35px;
    line-height: 16px;
    margin: 0px;
    padding: 8px 0;
    text-align: center;
}
.quantity-cart {
	margin-top:10px;	
	padding:15px 0px;	
}

.product-util {
	background:#F2F2F2;
	float:right;
	padding:0px 10px;
	font-size:12px;
}
.product-util .product-btn {
	padding:6px 20px;
	display:inline-block;
}
.product-util .product-btn i {
	margin-right:10px;
}
.other-info {		
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
	border-top:1px solid #ececec;	
}
.btn-social {
	background:none;
	width:35px;
	height:35px;
	margin-right:20px;
	border:none;
	color:#FFF;
	font-size:1.07em;
}
.btn-facebook {
	background:#3B579D;
}
.btn-twitter {
	background:#00ACED;
}
.btn-google-plus {
	background:#DB4936;
}
.btn-pinterest {
	background:#C21C26;
}
.other-info p {
	float:left;
	width:100%;
	background:url(../img/check.png) no-repeat 0px 10px;
	line-height:26px;
	padding-left:15px;
	margin:0px;
}
.other-info label {
	margin-bottom:0px;
}
.product-description .option {
    display: inline-block;
}
.product-description .option b {
	float:left;
	line-height:30px;
}
.product-description .option #quantity_wanted_p {
	float:left;
	margin:0px 15px 0px 0px;
}
.product-description #add_to_cart {
    display: inline-block;
    vertical-align: top;    
    font-size:12px;
    background:#AC0C0C;
    margin-right:20px;
	padding:4px;
}
.product-description #add_to_cart:hover {
	background:#991111;
}
.product-description #add_to_cart span {
	padding:4px 18px;
	display:block;	
}
.product-description #add_to_cart i {	
	margin-right:5px;
}
.accordion-simple {
    text-align: left;
    clear:both;
	border-top:1px solid #333;
}
.accordion-simple .panel {
    border-bottom: 1px solid #333;
    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: 6px 0 6px;    
    font-weight:600;
    color:#333333;
}
.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;
	color:#e0e0e0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top:none
}
.panel-body {
	padding:15px 0px;
}
.content-center {	
}
.content-aside {	
	padding-top:10px;
}
.content-aside-inner {	
	
}
.content-aside-inner img {
	max-width:100%;
}
.socialsharing_product button {
    border: medium none;
    margin-bottom: 5px;
}
.socialsharing_product button .icon {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    color: #333333;
    height: 30px;
    line-height: 28px;
    width: 30px;
    padding:10px;
}
.padding-x {
	padding:0px 70px;
}

@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-size: 1.53em;
    margin-top: -5px;
    padding: 0 8px;
    text-decoration: none;
    color:#FFF;
}
#off-canvas-menu-toggle {
	display:none;
}
	
.services-block-box {
    color: #C7C7C7;
    line-height: 21px;
    padding: 0 0 15px;
    text-align: center;
}
.services-block-box .item {
    border: 1px solid #EE3B27;
    color: #000000;
    display: block;
    padding: 12px;
}

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

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

.back-to-top {
    background-color:rgba(0,0,0,0.7);
    bottom: 10%;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 45px;
    line-height: 1.6;
    position: fixed;
    right: 0;
    text-align: center;
    width: 45px;
    z-index: 1000;
    display:none;
}
.back-to-top:hover {
    background:#1abc9c;
    border-color: #1abc9c;
    color: #FFFFFF;
}
.back-to-top span {
	color:#FFF;
}
.content-center .slider-products {
	margin-top:40px;
}
.content-center .slider-products h4 {	
}
.content-center .slider-products h4 span {
	margin-left:15px;
	background:#000;
	color:#FFF;	
    display: inline-block;    
    font-size: 1em;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.content-center .slider-products h4 span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: "";
    left: 20px;
    position: absolute;
    top: 32px;
}    
.cmp_remove .icon-trash-2 {
	color:#000;
	font-size:1.23em;
}
.box-center {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:block;
}
.text-center {
	text-align:center;
	
}
.content-box, .content-row {    
} 
.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:#1abc9c;
	background:#1abc9c;
	color:#fff
}
.member-info .contact-icon:hover span {
	color:#fff
}

.cmp_remove i {
	font-size:1.53em;
}
.fontawesome-icon-list .fa-hover a {
    border-radius: 4px;
    color: #222222;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.fontawesome-icon-list .fa-hover a .fa {
    display: inline-block;
    font-size: 1.07em;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}
#jms-megamenu .preview-image {    
    display: block;
    float: left;    
}
#jms-megamenu .product-info {
	padding:10px 0px 0px 0px;
	float:left;
}
#jms-megamenu  .product-preview .title {
	padding-bottom:10px;
}
.mod-content ul li {
	float:left;
	padding:10px 0px;
	border-top:1px solid #EDEDED;
}
.mod-content ul li:first-child {
	border-top:none;
	padding-top:0px;
}
.panel {
	border-radius:0px;	
	border:0px;
}
.fancybox-skin {
	border-radius:0px!important;
}
/************* WISHLIST ************/
ul.products li {
	padding:5px 0px;
}
.ajax_cart_block_remove_link {
	float:right;
	font-size:13px!important;
}
select#wishlists {
	padding:5px;
	border:1px solid #E3E3E3;
}
#wishlist_block_list .quantity-formated {
	margin-left:10px;
}
.history_price .price {
	color:#000;
}
.wishlist_delete {
	text-align:center;
}
.history_invoice i {
	margin-right:10px;
}
.a-hidden {
	opacity:0;
}
.a-visible {
	opacity:1;
} 
.main-page-indent {
	padding-bottom:10px;
}
.jms-blog {
	margin-top:40px;
}
.blog_posts {
	margin-top:30px;
}
#itemsContent .blog_posts {
	margin-top:0px!important;
}
.blog_posts .title a {
    color: #333;
    display: inline-block;
    text-align:center;
}
.blog_posts .title a:hover {
	color:#1abc9c;
}
.blog_posts .post-info {
    min-height: 75px;
    padding: 20px 0;
}
.blog_posts .intro-text {
	display:block;
	
}
.blog_posts .title {
	margin:5px 0px 0px 0px;			
}
.blog_posts .add-info {					
	color:#999;	
	font-size:0.92em;	
}
.blog_posts .date {	
	float:left
}
.blog_posts .view {	
	float:right
}
.blog_posts .date i,
.blog_posts .view i {
	margin-right:5px;
	font-size:1em;
}
.blog_posts .readmore {
	color:#333;
	float:right;
}
.blog_posts .readmore:hover,
.jms_cat_wp .jms_cat_info a.readmore:hover,   
.jms_cat_wp .jms_cat_info h3 a:hover {
	color:#1abc9c;
}
/******** FIX UNIFORM CSS BUG ********/
.selector span {
	display:none;
}
#uniform-fileUpload .filename,
#uniform-fileUpload .action {
	display:none;
}
#compare_shipping_form #uniform-id_country,
#compare_shipping_form #uniform-id_state{
	width:250px!important;
}
.delivery_option_radio .radio {
	text-align:center;
	margin-left:20px;
}
.top .radio {
	padding-left:0px;
}
#uniform-optin,
#uniform-newsletter {
	display:inline-block;
}
/********* CONTACT PAGE *************/
.contacts .map, .contacts-form {
	padding-bottom:40px
}
.contacts-form .wrap-paper {
	/*margin:0 3.462% -1.3% 3.2%;
	position:relative;
	border:1px solid #eee;
	border-bottom:0;
	padding:30px 12% 0;
	background:#fafafa;
	background:-moz-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(253, 253, 253, 1)));
	background:-webkit-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:-o-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:-ms-linear-gradient(top, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%);
	background:linear-gradient(to bottom, rgba(250, 250, 250, 1)0, rgba(253, 253, 253, 1)100%)*/
}
.contacts-form .paper {
	margin-bottom:-42%;	
	width:100%;
	display:inline-block;
}
.contacts-form .back {
	width:100%;
	float:left;
}
.contacts-form  h3 {	
}
.contacts-form .form-group {
	margin-bottom:7px;
	position:relative
}
.contacts-form .btn {
	margin-top:9px
}
.contacts-form .form-control {
	border:1px solid #DDD;
	font-size:1em;
	padding-left:30px
}
.contacts-form input.form-control {	
	/*	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%;
}
_: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;
}



/*새로운 마음으로 준모에 씨에스에스가 시작된다 두둥*/
.junmo-full-width{width:100% !important; max-width:100% !important;}



header {position:fixed; color: #333; background: #131418;}
.header-bar {height:58px;}
#header-logo {padding: 15px 27px;}
#header-logo img{height:28px;}
.topnav {max-width: 375px; margin: auto;}
.top-right {line-height: 58px; right: 10px;}
.top-right a:hover {color: #ffffff;}
.top-right .shoppingcart-box{padding:15px;}
.header_user_info{position: relative; display: inline-block; vertical-align: middle;}
.topbar .dropdown-menu, .top-right .dropdown-menu {background: #131418; box-shadow: 0 1px 1px rgba(0,0,0,0.5);}

#ft_junmo{
	width:100%;
	height:32px;
	background:#1f1f1f;
	border-top:1px solid #303030;
	bottom:0;
	left:0;
	position:fixed;
	z-index:5;
}    
#maker_junmo{margin:0;padding-top:4px;font-size:11px;color:#CCC}
#maker_junmo a{
	padding: 1px 5px;
	line-height: 26px;
	font-family: Arial,sans-serif;
	color: #939393;
	font-size: 11px;
	font-weight: normal;
	height: 39px;
	padding-left: 15px;
}
#maker_junmo a.dodotn{
	border-right: 1px solid #000;
	outline: 1px solid #303030;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}
#maker_junmo a.dodotn:hover{text-decoration:none}
#maker_junmo a:hover{}
.ajajajajdididi{height: 23px;float: right;background: #1f1f1f;}
#my-account .myaccount_lnk_list a [class^="icon-"],
#my-account .myaccount_lnk_list a [class*=" icon-"] {margin-right: 7px; font-size: 1.92em;}

#opa_form_title,
#opa_form_command {background: #333 !important;color: #fff !important;font-weight: normal !important;}
#opa_form_content, #opa_form_content2{background: none !important;}

#off-canvas-menu-title{color: rgba(0, 0, 0, 0) !important; height: 1px;}
.junmo-mobile{display:none !important;}



.junmo-red,
.filters-panel .view-grid.active,
.filters-panel .view-list.active {
	background: #C90E09;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#E93D38),to(#C90E09));
	background: -webkit-linear-gradient(0% 0%,0% 100%,from(#E93D38),to(#C90E09));
	background: -moz-linear-gradient(center top,#E93D38,#C90E09);
	background: linear-gradient(#E93D38,#C90E09);
	border-color: #C90E09;
}
.junmo-red:hover,
.filters-panel .view-grid.active,
.filters-panel .view-list.active {
	background: #D50600;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#D50600),to(#BB0500));
	background: -webkit-linear-gradient(0% 0%,0% 100%,from(#D50600),to(#BB0500));
	background: -moz-linear-gradient(center top,#D50600,#BB0500);
	background: linear-gradient(#D50600,#BB0500);
	border-color: #630300;
}
.junmo-red:active{
	-webkit-box-shadow: inset 0 0 0 1px #7C0300,inset 0 1px 1px #530200;
	-moz-box-shadow: inset 0 0 0 1px #7C0300,inset 0 1px 1px #530200;
	box-shadow: inset 0 0 0 1px #7C0300,inset 0 1px 1px #530200;
}


@media (max-width:500px) {
.junmo-mobile{display:block !important;}
.junmo-mobile-none{display:none !important;}
.responsive #off-canvas-menu-close{-moz-opacity:0.8;}
.btn-xs{padding:0;}
}



.yongbefootbox{background: rgb(51, 51, 51);}
.yongbefootbox .btn{color:#FFFFFF}
input#submitMessage {
  background: rgb(19, 20, 24);
}

@media (max-width:500px) {
	
.ajajajajdididi{float: none;}
.shintaeho_hihihihihihihihihihihihi{width:100%}
}

@media (min-width: 992px){
#category .container {width: 96% !important; max-width:100% !important}
}










.payment_module div.radio{display:inline-block;}



.hide {
    display: none;
}


#template {
    display:none;
}







#gs-chained-selects7{
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	border: 1px solid #F3F3F3;
	background: url('../img/section_bg.jpg') repeat-x #f0f5f7;
	padding: 0 0px 20px;
}
select#gs-chained-selects7-0,
select#gs-chained-selects7-1,
select#gs-chained-selects7-2,
select#gs-chained-selects7-3,
select#gs-chained-selects7-4{
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	-ms-appearance: button;
	-ms-border-radius: 2px;
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-ms-padding-end: 20px;
	-ms-padding-start: 2px;
	-ms-user-select: none;
	appearance: button;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding-end: 20px;
	padding-start: 2px;
	user-select: none;
	background-color: #FFFFFF;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 10px;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 97%;margin-bottom: 0;
}







#my-account{display:none;}



/*리스트 알엠알에프 버른*/
.junmo_list_rmrf_sort_a{
	text-align: center;
	display: block;
	border-bottom: 1px solid #ddd;
	margin-top: -16px;
}
.product-preview .product-info:hover .junmo_list_rmrf_sort_a{background: #D36461;color: #ffffff;}
.product-info .title{}
.product-info .title,
.product-info .category-name{padding-left:10px; padding-right:10px;}
.product-preview .img-responsive{max-width:none;}
.junmo_product_tagtag{list-style:none;}




#category #product_list .preview-image.product_img_link{min-width:20%; min-height: 250px;background-size: auto 100%;background-repeat: no-repeat;}
@media only screen and (max-width: 2000px) and (min-width: 1365px) {
#category #product_list .preview-image.product_img_link{min-height: 350px;}
}
@media only screen and (max-width: 1364px) and (min-width: 480px) {
#category #product_list .preview-image.product_img_link{min-height: 250px;}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
#category #product_list .preview-image.product_img_link{min-width:25%;}
}
@media only screen and (max-width: 991px) and (min-width: 802px){
#category #product_list .preview-image.product_img_link{min-width:33.33%;min-height: 350px;}
}
@media only screen and (max-width: 801px){
#category #product_list .preview-image.product_img_link{background-size: 100% auto;min-height: 300px;}
}
@media only screen and (max-width: 480px){
#category #product_list .preview-image.product_img_link{background-size: 100% auto;min-height: 200px;}
}
@media only screen and (max-width : 1824px) {
.product-preview .preview-image img{}
}


@media only screen and (max-width : 1700px) {
/*.product-preview .preview-image img{height:297px;}*/
}

@media only screen and (max-width : 991px) {
body.off-canvas-menu-open.responsive #off-canvas-menu {right: auto !important;left: 0px !important;}
.topnav {left: 45px;right: auto !important;position: absolute;top: 0;}
.navbar-logo {position: relative;left: 0px;text-align: center;}
#off-canvas-menu-toggle span {line-height: 58px !important;}
#jms-megamenu.nav{padding-top: 50px;}
#header-logo {max-width: 155px;margin: auto;}
}
@media only screen and (max-width : 801px) {
.responsive .products-list .ajax_block_product{width:100%;}
.product-preview .preview-image img{height: auto;width: 100%;}
}

@media (max-width: 480px) {
.responsive .products-list .ajax_block_product{min-height: initial;}
.product-preview .preview-image img{width:100%; height:auto;}
#gs-chained-selects7{padding:0;}
select#gs-chained-selects7-0,
select#gs-chained-selects7-1,
select#gs-chained-selects7-2,
select#gs-chained-selects7-3,
select#gs-chained-selects7-4{
	width: 350px;margin: 20px 10px;
}
.topnav {left: auto;}
#jms-megamenu.nav{padding-top: 0px;}
}
@media (max-width: 360px) {
select#gs-chained-selects7-0,
select#gs-chained-selects7-1,
select#gs-chained-selects7-2,
select#gs-chained-selects7-3,
select#gs-chained-selects7-4{
	width: 280px;
}
}

@media (max-width: 320px) {
select#gs-chained-selects7-0,
select#gs-chained-selects7-1,
select#gs-chained-selects7-2,
select#gs-chained-selects7-3,
select#gs-chained-selects7-4{
	width: 250px;
}
}

#order-opc .cart_avail{display:none;}











.shintaeho_siltajungmal_iframe{max-width:800px;height: 470px;}
@media (max-width: 500px) {.shintaeho_siltajungmal_iframe{height: 217px;}}





.qweqweasfhuoi{
background-color: #fff;
border: 1px solid #d0d0d0;
width: 100%;
padding: 5px 10px;
}
.hjukukuk{
background: #444242;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(#444242),to(#343434));
background: -webkit-linear-gradient(0% 0%,0% 100%,from(#444242),to(#343434));
background: -moz-linear-gradient(center top,#444242,#343434);
background: linear-gradient(#444242,#343434);
border: 1px solid #333;
width: 100%;
padding: 5px 10px;
color:#FFFFFF;
}
.gfdgfdsag{
width:100%;
}


#assdasdsdsaqwqwrqexzczxvzxvczx,
.dfjjasdjkn_btn,
.dfjjasdjkn_bttttn,
.dfjjasdjkn_rf_btn{
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -ms-padding-end: 20px;
  -ms-padding-start: 2px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  padding-end: 20px;
  padding-start: 2px;
  background-color: #FF6464;
  border: 1px solid #E46363;
  color: #FFFFFF;
  padding: 3px 10px;
  width: 150px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.dfjjasdjkn_bttttn{
  background: #444242;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#444242),to(#343434));
  background: -webkit-linear-gradient(0% 0%,0% 100%,from(#444242),to(#343434));
  background: -moz-linear-gradient(center top,#444242,#343434);
  background: linear-gradient(#444242,#343434);
  border: 1px solid #333;
  color: #FFFFFF;
}
.dfjjasdjkn_bttttn:hover{
  background-color: #FF6464;
  background: linear-gradient(#FF8686,#FF6464);
  border: 1px solid #E46363;
  color: #FFFFFF;
}
.dfjjasdjkn_btn:hover,
#assdasdsdsaqwqwrqexzczxvzxvczx:hover{
  background: #444242;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#444242),to(#343434));
  background: -webkit-linear-gradient(0% 0%,0% 100%,from(#444242),to(#343434));
  background: -moz-linear-gradient(center top,#444242,#343434);
  background: linear-gradient(#444242,#343434);
  border: 1px solid #333;
  color: #FFFFFF;
}
#afqefqefeqfqedqwedqe{
border: 1px solid #E2E2E2;
border-top: none;
background: url('../img/section_bg.jpg') repeat-x #f0f5f7;
padding: 0 0 20px;
float: left;
width: 100%;
text-align: center;
margin-top: -5px;
position: relative;
top: -5px;
}
#messagee{float:left;width: 100%;}
.jihtgfjidgrij_wrap,
.dfjjasdjkn_rf_btn_wrap{text-align: right;}
.jihtgfjidgrij{display: inline-block;}
.jihtgfjidgrij span{font-size: 20px;padding: 0 10px;}
.jihtgfjidgrij2{}
.jihtgfjidgrij2 a{display: block;}
.dfjjasdjkn_rf_btn_wrap{float:right; margin-top:20px;position: absolute;right: 15px;}
.dfjjasdjkn_rf_btn{display:inline-block;}
.dfjjasdjkn_rf_btn_wrap #our_price_display{padding-right:10px;}






.hihihidden{display:none;}
.dididisplay{display:inline-block;}


.emdfhr_p{width:800px; margin:auto;}
.emdfhr_p #emdfhr1,
.emdfhr_p #emdfhr2{width:150px;}
@media (max-width: 500px) {img.aboutusimggggg{width:100%;}.emdfhr_p{width:100%;}}

