/*
@font-face {
    font-family: 'deftone_stylusregular';
	
    src:  url('fonts/deftone/DEFTONE.ttf') format('ttf'),
	     url('fonts/deftone/deftone-webfont.woff2') format('woff2'),
         url('fonts/deftone/fodeftone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat/montserrat-v12-latin-regular.eot'); 
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	background-position-x: center;
    background-position-y: 200px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'montserrat';
    background-image: url(/img/30.gif);
    background-repeat: no-repeat;
}
.container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
body.content_only {
	padding:15px;
	margin: 0 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	padding:0px;
	margin:0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
 
}
a {
	color: #454545;
  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:#000;
  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 {  
}
.content {
    padding-bottom: 50px;
}
.label {
	font-weight:500;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.success,
.alert-success {
	background: #e7f6cd none repeat scroll 0 0;
    border: 1px solid #dce2ed;
    color: #84be20;
    font-size: 1em;
    margin: 0 0 10px;
    padding: 10px 30px;
}
.warning,
.alert-warning,
.warning_inline {
    background-color: #faf4d4;
    border-color: #dce2ed;
    color: #d49809;
	padding: 5px
}
.warning,
.alert {
    border: 1px solid #dce2ed;
    border-radius: 0;
    margin-bottom: 0px;
    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;
  line-height: 30px
}
.lead {
  margin-bottom: 20px;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.96em;
}
cite {
  font-style: normal;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
h1 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.25em;
	
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:1.875em;	
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.5em;	
	
}
h4 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.125em;	
	
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1em;	
	
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1em;	
	
}
.title-block{
	font-size: 24px;
	text-transform: uppercase;
	color: #444;
}
.page-heading {
    color: #000;
    font-size: 1.14em;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 24px;
    text-transform: uppercase;
}
.page-subheading {
    color: #000000;
    font-family: "montserrat"!important;
    font-weight:700;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.postcode input.uniform-input{
    
    border-color: #ccc;
}
.postcode input.uniform-input:hover{
	border-color:#ca2751;
}
label {
	margin-bottom: 10px;
	font-weight: 300;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #010101;
}
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: #010101;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page-header {
	margin-top:0px;
}
.form-group > label {
    margin-bottom: 6px;
}
.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 {	
	padding: 0px 25px;
}
.dropcap {
	display:block;
	float:left;
	margin:-2px 5px 0 0;
	padding:0 10px;
	color:#000;
	font:49px/16px Arial, Helvetica, sans-serif
}
.dropcap.color {
	color:#000000;
}
.dropcap.dark {
	color:#fff;
	background-color:#000000;
}
.styled-list {
	position:relative;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	line-height:18px
}
.styled-list li {
	margin-bottom:6px;
	padding:0
}
.styled-list li span {
	display:block;
	overflow:hidden
}
.styled-list li i {
	width:16px;
	float:left;
	margin-right:10px;
	text-align:center;
	color:#000;
	font-size:1.07em
}
.styled-list li:before {
	color:#000000;
	float:left
}
.styled-list .circle li, .styled-list.circle li {
	text-indent:0;
	margin-left:0;
	padding-left:0;
	list-style:none
}
.styled-list .circle li:before, .styled-list.circle li:before {
	content:"\25CF";
	margin:-1px 10px 0 0;
	font-size:0.92em
}
.styled-list.arrow>li {
	margin-left:-15px;
	padding-left:35px
}
.styled-list.arrow > li:before {
	margin:-1px 8px 0 -20px;
	content: "\f18e";
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list ul {
	margin-left:0;
	padding:5px 0 0
}
.styled-list ul.circle li:before {
	content:"\25CB";
	color:#000000
}
ul.sitemap.styled-list.circle ul li:before {
	content:"\25CF"
}
ul.sitemap.styled-list.circle ul ul li:before {
	content:"\25CB"
}
.styled-list.checkmark>li {
	margin-left:-15px;
	padding-left:35px;
	margin-bottom:10px
}
.styled-list.checkmark> li:before {
	margin:-1px 8px 0 -20px;
	content:'\e013';
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list.decimal {
	list-style:decimal outside;
	margin-left:25px
}
.styled-list.decimal li {
	padding-left:0;
	text-indent:0
}
.mark {
	background:#d9d9d9;
	padding:2px 2px 0
}
.color_mark {
	background-color:#000000;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#000000
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #000000
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
}
.testimonials .inside {
	padding:15px 15px 15px 114px;
	border:1px solid #eaeaea;
	position:relative
}
.testimonials .inside :before {
	display:block;
	position:absolute;
	top:18px;
	left:20px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:3.53em;
	line-height:1.52;
	width:77px;
	height:77px
}
.infobox {
	border:1px solid #000000
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#000000;
	content: "\f05a";
	font-family: FontAwesome;
	font-size:3.61em;
	line-height:0.76
}
.comment {
	position:relative;
	color:#333
}
.comment .inside {
	padding:30px 15px 30px 100px;
	border-top:1px solid #eaeaea;
	position:relative
}
.comment .inside :before {
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:5.07em;
	line-height:19px;
	width:77px;
	height:77px
}
.comment a {
	color:#00B2BA;
	text-decoration:underline
}
.comment a:hover {
	text-decoration:none
}
.comment p {
	margin-bottom:.112px
}
.comments .comment {
	padding-left:10%
}
.comments>.comment:first-child {
	padding-left:0
}
.comments>.comment:first-child .inside {
	border:none
}
.icon-circle {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	height:101px;
	width:101px;
	margin:10px auto 15px
}
.icon-circle .fa {
	font-size:6em;
	line-height:25px
}
.icon-circle .fa-plane {
	font-size:4.3em;
	line-height:2.77
}
.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
	background:#000000;
}
.icon-circle-sm {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:62px;
	width:62px;
	margin:0 20px 10px 0;
	text-align:center
}
.icon-circle-sm .fa {
	font-size:3.69em;
	line-height:1.92
}
.icon-circle-sm .fa-plane {
	font-size:2.65em;
	line-height:2.76
}
.icon-circle-xs {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:46px;
	width:46px;
	margin:0 3px 10px 0;
	text-align:center
}
.icon-circle-xs .fa {
	font-size:2.15em;
	line-height:2.5;
	color:#fff!important
}
.icons-set {
	line-height:32px;
	color:#000;
	margin:10px 0
}
.icons-set span span {
	font-size:1.46em;
	color:#000!important
}
.icons-set span span:before {
	padding-top:3px;
	display:block;
	float:left;
	margin-right:4px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color: #f6f6f6;
}
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: #ca2751;
  outline: 0;
 
 
}
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: #999;
}
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: #999;
  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: #999;
}
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: #999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline-block;
  font-weight: 300;
  min-height: auto;
}
.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-group.date-time-select .col-sm-6 > div {
  display: inline-block;
  margin-right: 30px;
}
.checkbox-margin input[type="checkbox"]{
	margin:6px 0 0 0;
	display: inline-block;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #000;
  background-color: #000;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #000;
  background-color: #000;
  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;
	color: #999999;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 24px;
}
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: #ca2751;
}
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: #999;
}
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: #999;
  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: #999;
}
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: #999;
}
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;
	color: #999999;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 24px;
}
@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 {  
	color: #999999;
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 24px;
    border-color: #ccc;
    height: 39px;
    width: 100%;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    min-width: 120px;
    padding-right: 5px;
    width: auto;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
sup {
    color: #ca2751;
    font-size: 15px;
    left: 7px;
    top: 0 !important;
}
/********* TABLES ********/
table.std, table.table_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    width: 100%;
}
table.std td, table.table_block td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px;
    vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom:none;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0 none;
    font-family: "Roboto Slab",sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 24px;
    text-transform: uppercase;
}
.table tbody + tbody {
    border-top: 2px solid #fff;
}
.table .table {
    background-color: white;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
}
.table-bordered {
	border: 1px solid #f0f0f0;
    color: #666;
    font-weight: 400;
    line-height: 30px;
}
.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 #f0f0f0;
	text-align: center;
}
.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 {
    
}
.unvisible {
    display: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
/********* BUTTON *******/
.btn,
.btn-default {
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.btn-default,
.button_large {
	border: 2px solid #000;
    font-size: 14px;
    padding: 13px 35px;
}
.button_large {
    padding: 9.5px 20px;
    vertical-align: middle;
}

.button_large:hover{
	background:#000000;
	color: #fff;
}
.btn-mega {
    border-radius: 0;
    color: #000000;
    font-size: 0.92em;
    padding: 6px 20px;    
	border-radius: 2px;  
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background:#9b9b9b;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background-color: #000000 ;
    border-color: #000000;
    color: #fff;
    outline: 0 none !important;
}

.btn-primary {
	opacity:1;
	background:#000000;
	padding:10px 35px;
}
.btn-primary:hover,
.btn-default.active:hover,
.btn.active:hover{
	background-color: #333e4e;
	border: 1px solid #333e4e;
	color:#fff;
}
.btn.active,
.btn:active{
	box-shadow:none;
}
#bt_compare {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #b6b6b6;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
    padding: 6px 18px;
    text-transform: capitalize;
}
#bt_compare:hover {
    border-color: #a1a1a1;
    color: #a1a1a1;
}
#bt_compare strong {
    font-weight: 500;
}
#button_order_cart {
    background: #239236 none repeat scroll 0 0!important;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "montserrat";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0;
    margin: 20px 0;
    padding: 0 30px;
    text-align: center;
	float:right;
}
#button_order_cart span {
    height: 40px;
    line-height: 36px;
    text-transform: none;
    width: 100%;
}

.checkout-info {
    clear: both;
}
#button_order_cart:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#jmstools .btn-action .btn{
	padding: 0 30px !important;
}
.cart_quantity .input-group-addon {
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 35px;
	border: 2px solid #e3e3e3;
	background: none;
	border-radius: 0;
}
.cart_quantity .input-group-addon.cart_quantity_down {
    border-right: 0 none;
}
.cart_quantity .input-group-addon.cart_quantity_up {
    border-left: 0 none;
}
.dropdown-menu {
	transform: translateY(30px);
	opacity: 0;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
}
.open > .dropdown-menu {
	background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    margin-top: 0;
    min-width: 120px;
    opacity: 1;
    padding: 10px 5px;
    transform: translateY(0px);
    visibility: visible;
    z-index: 5000;
	
}
.topbar .dropdown-menu > li > a {
    color: #999;
    line-height: 24px;
    padding: 3px 20px;
}
.hidden-delete-text{
	display:none;
}
/*home1*/
.playvideo .fa.fa-play-circle {
    color: #ca2751;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
.playvideo a {
    color: #ca2751;
    font-family: "montserrat";
    text-transform: uppercase;
	font-weight:700;
}
.playvideo span {
    margin-right: 12px;
}
.logo > span {
    color: #1e1e1f;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 1.5px 0 #1e1e1f;
	letter-spacing:1px;
}
.remove_link .ti.ti-close {
    font-size: 14px !important;
}
#off-canvas-menu li a:hover{
	color:#ca2751;
}
.footer1 .inputNew.form-control.grey.newsletter-input{
	padding:0;
}
.jms-row.topheader {
    position: relative;
    z-index: 1001;
	padding: 0px 12px;
}
.topheader .ti, .topheader_home2 .ti {
    font-size: 24px;
}
.top_right .addon-box {
    display: inline-block;
    padding-right: 10px;
}
.top_right {
    text-align: right;
}
 #cart_block .ajax_cart_quantity {
    background: #d90186 none repeat scroll 0 0;
    border-radius: 50px;
    height: 20px;
    left: -10px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
	top:-3px;
	color:#fff;
}
 #cart_block {
    position: relative;
}
.topheader {
    padding-top: 30px;
}
 .mega_menu {
    text-align: right;
}
.topheader .ti {
    font-size: 24px;
}
 .top_right .addon-box {
    display: inline-block;
    padding-right: 10px;
}
.top_right {
    text-align: right;
	padding:0;
}
 #cart_block {
    position: relative;
}
.topheader {
    padding-bottom: 20px;
    padding-top: 30px;
}
.mega_menu {
    text-align: right;
	padding-top:6px;
}
 footer li a:hover{
	 color:#ca2751;
 }
.ti.ti-align-justify {
    color: white;
    font-size: 24px;
}
header .ti,header .ti-search{
	color:white!important;
}
/*module*/
.btn-group.compact-hidden.currency-info.open .dropdown-menu , .btn-group.compact-hidden.languages-info.open .dropdown-menu{
    left: auto;
    right: 0;
    top: 41px;
	width:200px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ca2751;
}
.dropdown-menu .selected a {
    color: #ca2751 !important;
}

 .btn-group.module-group-box.open .ti.ti-menu::before {
    color: #1e1e1f;
    content: "";
    font-size: 24px;
}
.module-group-box.open .dropdown-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    left: auto;
    line-height: 26px;
    padding: 20px 30px;
    right: -260%;
    width: 324px;
    z-index: 9999;
	margin-top:14px;
}
.btn-group.compact-hidden.user-info {
    display: block;
}
.module-group-box ul {
    margin-bottom: 30px;
    margin-top: 18px;
}
.text-box {
    color: #1e1e1f;
    font-family: "montserrat";
    font-weight:700;
    font-size: 24px;
}
.module-group-box .btn-xs.dropdown-toggle.login, .currency-info .btn-xs.dropdown-toggle {
    padding: 0;
}

/*topsale*/
.product-preview  .product-btn .fa-spin,
.product-preview  .product-btn .fa-check,
.product-preview  .product-btn.checked .fa-spin,
.product-preview  .product-btn.checking .fa-check,
.product-preview  .product-btn.checked .fa-shopping-cart,
.product-preview  .product-btn.checking .fa-shopping-cart
{
	display: none;
}
.product-preview .product-btn.checking .fa.fa-spinner, .product-preview .product-btn.checked .fa.fa-check {
    display: inline-block !important;	
}
.product_action .product-btn:hover {
	background:#2b3470;
}
.product-preview .preview{
	position:relative;
}
.product_action .product-btn {
    background: #1e1e1f none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    letter-spacing: -1px;
    line-height: 44px;
    margin-right: 13px;
    min-width: 45px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.product_action .product-btn:last-child {
    margin-right: 0;
}
.product_action {
    position: absolute;
    text-align: center;
    top: 157px;
    width: 100%;
	opacity:0;
}
.product-preview:hover .product_action{
	opacity:1;
	transition:all 0.3s ease 0s;
}
.product-preview:hover .preview::before {
    transform: scaleX(1);
}
.product-preview .preview::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0PX;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.5s;
    transition-timing-function: ease-out;  
}
.color_to_pick_list.clearfix {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: -5px;
    opacity: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.color_to_pick_list.clearfix > li {
    display: inline-block;
}
.product-preview:hover .color_to_pick_list.clearfix {
    opacity: 1;
}
.color_to_pick_list.clearfix li a {
    display: inline-block;
    height: 17px;
    width: 17px;
}
.product-preview {
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 5px 5px 5px;
    background-color: white;
}

.label-box.sale-box {
    background: #d90186 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    height: 27px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    left: 10%;
    width: 80%;
    letter-spacing: 1px;
    padding: 1px 20px;
    border-radius: 3px 3px 50% 50%;
    border: 2px solid #ffffff;
	border-top: 0px;
    box-shadow: 1px 2px 4px 0px #0000005c;
}
.label-box.new-box{
	background: #234692 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    height: 27px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    left: 10%;
    width: 80%;
    letter-spacing: 1px;
    padding: 1px 20px;
    border-radius: 3px 3px 50% 50%;
    border: 2px solid #ffffff;
	border-top: 0px;
    box-shadow: 1px 2px 4px 0px #0000005c;
}
.product-info {
    text-align: center;
	padding:0px 0px 10px 0px;
}
.product-info > a {
    color: #5f5f5f;
    font-family: "montserrat";
    font-weight:700;
    font-size: 16px;
	height: 66px!important;
    display: block;
	overflow:hidden;
}
.rating .icon {
    background: rgba(0, 0, 0, 0) url("../img/star_empty.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin: 0 -2px;
    width: 13px;
}
.rating .icon.star-full{
	background: url("../img/star_full.png") repeat scroll 0 0;
}
.nbcomments{
	display:none;
}
.content_price{
	font-family:'poppins';
}
.price.new {
    font-size: 42px;
    color: #2b54ad;
    font-style: italic;
    font-weight: bold;
    text-shadow: 
	#fff 0 2px 0, 
	#fff 0 -2px 0, 
	#fff -2px 0px 0, 
	#fff 2px 0px 0, 
	#fff 2px 2px 0, 
	#fff -2px 2px 0, 
	#fff -2px -2px 0, 
	#fff 2px -2px 0, 
	rgba(0, 0, 0, 0.25) 6px 6px 8px, 
	rgba(0, 0, 0, 0.25) -2px -2px 8px, 
	rgba(0, 0, 0, 0.25) -2px 6px 8px, 
	rgba(0, 0, 0, 0.25) 6px -2px 8px;

}

.product-info .price.new {
    font-size: 30px;
	white-space: nowrap;
}
.old.price{
	display:none;
}

.extra-comment {
    margin-bottom: 10px;
    margin-top: -5px;
}
.topsale h3 , .newarrivals h3, .ourblog1 h3, .testimonial1 h3, .gallery_section h3, .featured_h3 h3, .blog_h3 h3{
    font-family: 'montserrat';
    font-size: 36px;
    line-height: 11px;
    text-align: center;
	position:relative;
	text-transform: capitalize;
}
.topsale h3 , .newarrivals h3,  .gallery_section h3, .featured_h3 h3{
	padding-bottom:40px;
}

.footer1_left .inputNew.form-control.grey.newsletter-input {
    padding: 0;
}
 .ourblog1 h3, .testimonial1 h3, .blog_h3 h3{
	padding-bottom:20px;
}
.topsale h3 , .newarrivals h3, .ourblog1 h3, .gallery_section h3, .blog_h3 h3{
	  color: #1e1e1f;
}
.topsale,  .ourblog1, .testimonial1{
	margin-top:15px;
}
.topsale h3 span , .newarrivals h3 span,.featured_h3 h3 span {
	  font-size: 14px;
	 font-family: "montserrat";
	 font-weight:500;
	  color: #5f5f5f;
	  text-transform: uppercase;
	  line-height: 5;
	  text-align: center;
	 letter-spacing:6px;
}
.topsale h3 span::after, .newarrivals h3 span::after {
    background: #d6d8dc none repeat scroll 0 0;
    bottom: 6px;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: calc(177px);
}
.aboutus {
	text-align:center;
	margin-top:100px;
}
.aboutus h3 {
    color: #1e1e1f;
    font-family: "Abril Fatface"; 
    font-size: 36px;
    line-height: 0;
}
.aboutus .addon-desc, .ourblog1 .addon-desc, .testimonial1 .addon-desc, .blog_h3 .addon-desc {
    font-family: "montserrat";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.aboutus .addon-desc, .ourblog1 .addon-desc,  .blog_h3 .addon-desc{
	color:#5f5f5f;
}
.aboutus .addon-desc::after, .ourblog1 .addon-desc::after, .blog_h3 .addon-desc::after {
    background: #d6d8dc none repeat scroll 0 0;
    bottom: 6px;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: calc(192px);
	top:18px;
}
.aboutus h3::before {
    background: rgba(0, 0, 0, 0) url("../img/aboutus.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 75px;
    margin: auto;
    position: relative;
    width: 102px;
	top: -43px;
}
.text_aboutus{
	margin-bottom:50px;
	padding:0 207px;
	margin-top:37px;
}
.readmore {
    background: #1e1e1f none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: "montserrat";
    font-size: 16px;
    font-weight: 700;
    height: 51px;
    line-height: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 182px;
}
.readmore:hover {
    background: #ca2751 none repeat scroll 0 0;
    color: #ffffff;
}
/*new arrivals*/
.newarrivals{
	margin-top:30px;
}
/*blog*/
.ourblog1 .blog-carousel{
    margin-top: 68px;
}
.ourblog1 .post-meta li {
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 23px;
    padding-top: 9px;
}
.post-meta li:first-child {
    padding-left: 0;
    padding-top: 12px;
}
.post-created {
    float: left;
    width: 20%;
	
	
}
.post-intro {
    width: 80%;
}
.ourblog1 .post-title  {
    border-bottom: 1px solid #cccccc;
    color: #1e1e1f;
    font-family: "Abril Fatface"; 
 font-weight:400;
    font-size: 18px;
    line-height: 5.1;
    padding-bottom: 0;
    text-align: center;
	 
}
.ourblog1 .post-created span{
  font-size: 36px;
  font-family: "Abril Fatface"; 
 font-weight:400;
  color: #1e1e1f;
  display:block; 
  text-align:center;
  height: 28px;
  line-height: 1.2;
}
.ourblog1 .post-created , .blog_h3 .post-created {
	font-family:'montserrat';
	color:#5f5f5f;
	text-align:center;
}
.ourblog1 .post-meta{
	font-family:'montserrat';
}

.ourblog1 .include_information {
    border: 1px solid #cccccc;
}
.ourblog1 .post-created > p {
	border-top:1px solid #ccc;
}
.ourblog1 .post-meta {
    margin-bottom: 0;
}
.ourblog1 .post-intro {
    border-left: 1px solid #cccccc;
}
.ourblog1 .blog-item:hover .post-title > a, .blog_h3 .blog-item:hover .post-title > a{
	color:#ca2751;
}
/*testi*/
.testimonial-img img {
    width: auto !important;
}
.testimonial1 {
    color: #ffffff;
    padding-bottom: 200px;
    padding-top: 100px;
}
.testimonial1 .addon-desc::after {
    background: #d6d8dc none repeat scroll 0 0;
    bottom: -19px;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: calc(185px);
}
.testimonial1 .testimonial-comment {
    font-family: "Abril Fatface"; 
    font-weight:400;
    font-style: italic;
    margin: 48px auto;
    text-align: center;
    width: 700px;
    font-size: 14px;
}
.include_testi div {
    display: inline-block;
}
.testimonial-author{
  font-size: 20px;
  font-family: "montserrat";
  font-weight:700;
  line-height: 1.8;
  text-align:left;
  margin-left: 23px;
  
}
.show_office{
	display:block;
   font-size: 14px;
  font-family: "montserrat";
  line-height: 0.7;
  font-weight:400;
}
.testimonial-img img {
    border-radius: 50%;
    height: 61px;
    margin: 0 auto -11px;
    width: 61px;
}
.include_testi {
    text-align: center;
	margin-top: 60px;
}
.jms-row.brand1 .container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    height: 172px;
    margin-top: -86px;
	padding:40px 0px;
}
#newsletter_block_left .text_left h4 {
  font-size: 60px;
  font-family: "Abril Fatface"; 
 font-weight:400;
  color: #1e1e1f;
  line-height: 1.067;
  padding:0;

}
.text_newsletter{
  font-size: 18px;
 font-family: "montserrat";
 font-weight:500;
  color: #5f5f5f;
  text-transform: uppercase;
  line-height: 5;
  letter-spacing:6px;
  line-height: 3.2;
}
.footer1 .container {
    padding: 40px 100px 30px;
}
.jms-row.footer1_2 li {
    line-height: 25px;
	display:block;
}

.footer1  .inputNew.form-control.grey.newsletter-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-style: none none solid;
    border-width: 0 0 2px;
    float: left;
    font-family: "montserrat";
    width: 70%;
	font-size:14px;
	color:#5f5f5f;
}
.footer1  .newsletter-btn.button.button-small {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-style: none none solid;
    border-width: 0 0 2px;
    font-size: 18px;
    margin-top: 7px;
    text-transform: uppercase;
	color:#1e1e1f;
	font-family:'montserrat'; 
 font-weight:500;
}
.footer1 .container {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 0;
}
.footer1 .block_content {
    margin-top: 62px;
}
 .footer1_2 h3 {
    color: #1e1e1f;
    font-family: "montserrat";
   font-weight:700;
    font-size: 24px;
    padding: 0 0 1em;
}

 .footer1_2 ul li {
    font-family: 'montserrat';
}
.footer1_2 .contact-info label {
    text-transform: capitalize;
}
.footer1_2 .container {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.footer2_center {
    border-left: 1px solid #cccccc;
}
.footer2_center {
    padding: 100px 30px;
}
.contact1 {
    padding-left: 45px;
    padding-top: 100px;
}
.footer1_3 {
    background: #234692 none repeat scroll 0 0;
}
.footer1_3 .divider {
    display: inline-block;
    float: right;
    padding: 0 15px;
}
.footer1_3 .divider:first-child {
    padding-right: 0;
}
.footer1_3 .container {
    padding-bottom: 5px;
    padding-top: 5px;
}
.footer1_3 .fa.fa-heart{
	color:#ca2751;
	font-family: "fontawesome";
}
.footer1_3 .divider a {
    color: #ffffff;
	font-size: 14px;
}
.footer1_3 .addon-box > p {
    color: #ffffff;
    font-family: "montserrat";
}
.footer1_3 .addon-box > p span {
    color: #ffffff;
    font-family: "montserrat";
    font-weight:700;
}
.footer1_3 .divider a:hover {
    color: #ca2751;
}
.addon-box  #social_block {
    margin-top: -9px;
}

.grouped_elements:hover img {
   -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
	border:8px solid #fff;
}
.home_1 .gallery-carousel .owl-item.active, .home_2 .gallery-carousel .owl-item.active{
	padding-bottom:4px;
}
.grouped_elements > img {
    transition: all 0.3s ease 0s;
}
.content_only .back-to-top {
    display: none;
}

.gallery-carousel{
    border-bottom:1px solid #ccc;
}
.gallery_section .fa.fa-instagram {
    color: #5f5f5f;
    font-size: 42px;
    text-align: center;
    width: 100%;
	margin-top:10px;
}
.gallery_section{
	text-align:center;
	margin-top:100px;
}
.gallery_section .text_add {
    color: #5f5f5f;
    font-family: "montserrat";
    font-weight:500;
    letter-spacing: 4px;
    line-height: 87px;
    text-transform: uppercase;
}
.gallery_section .addon-box > h3 {
    margin-bottom: -43px;
    text-transform: none;
}
.gallery_section .gallery-carousel {
    margin-top: 45px;
    padding-bottom: 27px;
	
}
	.countdown-section {
		display: inline-block;
		height: 51px;
		
	}
.countdown-period {
		color: #5f5f5f;
		display: block;
		text-align: center;
		width: 61px;
		 margin-top: 9px;
}
	
.countdown-amount {
    background: #d6d8dc none repeat scroll 0 0;
    display: block;
    font-family: "Abril Fatface"; 
 font-weight:400;
    font-size: 24px;
    height: 61px;
    line-height: 60px;
    margin-right: 22px;
    text-align: center;
    width: 61px;
	color:#1e1e1f;
	
}
.countdown-box.coundown_h2 > a {
    background: #1e1e1f none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: "montserrat";
    font-weight:700;
    font-size: 16px;
    height: 54px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}
.countdown-box.coundown_h2 > a:hover{
	background: #ca2751;
}
.jms-banner img{
	width:100%;
	
}
/*home2_3*/
.topheader_right .addon-box:first-child {
    padding: 0;
    text-align: center;
    width: 564px;
}
.topheader_right .addon-box{
	display:inline-block;
}
.topheader_right .addon-box:last-child {
    float: left;
    width: 100%;
	height: 64px;
	 border-top: 1px solid #cccccc;
}
.topheader_right .contact-info label {
    color: #5f5f5f;
    font-family: "montserrat";
    font-size: 16px;
    text-transform: uppercase;
	padding-right: 7px;
}
.topheader_right .contact-info li {
    color: #1e1e1f;
    font-family: "montserrat";
   font-weight:700;
    font-size: 16px;
}
.topheader_right .addon-box {

    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 99px;
	border-right: 1px solid #cccccc;
	margin-top:-1px;
}
.topheader_right{
	padding:0px;	
	border-right:1px solid #ccc;
}
.topheader_left .addon-box {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 64px 0;
	
}
.topheader_left {
	padding:0;
	text-align:center;
}
.topheader_left .logo.img-responsive {
    margin: 0 auto;
}
.topheader_right .addon-box:nth-child(4), .topheader_right .addon-box:nth-child(5){
	border-right:0px;
}
.topbar_home3 .contact-info li:first-child label{
	font-family:'poppinslight';
}
.service .container {
    text-align: center;
	border: 1px solid #cccccc;
    margin-top: 100px;
}
.service .layout-column.col-lg-4 {
    border-right: 1px solid #cccccc;
    padding-right: 0;
	padding-left:0;
}
.service .layout-column.col-lg-4:hover  i {
    background: #ca2751 none repeat scroll 0 0;
    border-radius: 0;
	border-color:#ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
.servicebox i {
    border:4px solid #ccc;
    border-radius: 50%;
    color: #5f5f5f;
    font-size: 24px;
    height: 60px;
    line-height: 52px;
    width: 60px;
	margin-right: 20px;
	text-align:center;
	float:left;
	transition:all 1s ease 0s;
}

.feature-box.servicebox i {
    transition: all 0.3s ease 0s;
}

.jms-row.service .container .row {
    margin-left: 0;
    margin-right: 0;
}
.content_service p {
    margin-bottom: 0;
}
.feature-box.servicebox {
    padding: 48px 45px;
}
.service .layout-column.col-lg-4:last-child{
	border-right:0;
}
.content_service {
    text-align: left;
}
 .service h2 {
    color: #1e1e1f;
    display: inline-block;
    font-family: "Abril Fatface"; 
 font-weight:400;
    font-size: 24px;
	padding:0;
}
.home_2 .jms-banner, .home_3  .specialdeal .jms-banner , .home_3 .testimonial1 .jms-banner {
    margin-bottom: -50px;
    margin-top: -50px;
    position: relative;
}

.home_2 .jms-row.brand1 .container {
    border-left: 0 none;
    border-right: 0 none;
    margin-bottom: 150px;
   
}
.coundown_home2 {
    background: #ffffff none repeat scroll 0 0;
    margin-left: -15px;
    padding: 43px 151px 26px 130px;
}

.jms-row.specialdeal {
    margin-bottom: 150px;
}

.home_2 .jms-row.ourblog1 {
    margin-bottom: 100px;
}
.home_2 .testimonial1 .row {
    margin-left: 0;
    margin-right: -30px;
}

.home_2  .testimonial1{
    padding-bottom: 0px;
    padding-top: 0px;
}
.featured_h3 h3 span::after {
    background: #d6d8dc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: calc(172px);
}
.home_2  .testimonial1 h3, .home_3  .testimonial1 h3 {
    position: relative;
    text-transform: capitalize;
	color:#1e1e1f;
	text-align:right;
	font-size:60px;
	margin-top:17px;
	padding-right:68px;
}
.home_2 .testimonial1 .addon-desc::after, .home_3 .testimonial1 .addon-desc::after {
    left: auto;
    position: absolute;
    right: 69px;
}
.home_2  .testimonial1 .addon-desc , .home_3  .testimonial1 .addon-desc {
  font-size:18px;
  text-align:right;
   color: #5f5f5f;
   padding-right:68px;
}
.home_2 .testimonial1 .testimonial-comment, .home_3 .testimonial1 .testimonial-comment {
    color: #5f5f5f;
    font-family: "montserrat";
    font-style: normal;
    padding: 0 70px;
    text-align: right;
    width: auto;
}
.testi_h2 {
    background: #ffffff none repeat scroll 0 0;
    margin-right: -15px;
    padding: 57px 146px 42px 73px;
}
.home_2 .jms-row.testimonial1 .owl-dots, .home_3 .jms-row.testimonial1 .owl-dots  {
    display: block !important;
}
.home_2  .owl-dot.active span, .home_3  .owl-dot.active span{
	background:#ca2751;
}
.coundown_home2 h3{
	font-size:60px;
	font-family: "Abril Fatface";
	color:#1e1e1f;
     padding: 0;
	
}
.countdown-box.coundown_h2 .text_countdown::after {
    background: #d6d8dc none repeat scroll 0 0;
    bottom: 73px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 55px;
    width: 172px;
}
.countdown-box.coundown_h2 .text_countdown{
	position:relative;
}

.text_countdown {
    color: #5f5f5f;
   font-family: "montserrat";
   font-weight:500;
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;
	line-height: 60px;
	
}
.countdown-box.coundown_h2 > p {
    margin-top: 60px;
	font-family: "montserrat";
	  margin-bottom: 32px;
}
.countdown.is-countdown {
    margin-bottom: 57px;
}
.home_2 .testimonial1 .testimonial-comment::before, .home_3 .testimonial1 .testimonial-comment::before  {
    content: "";
    font-family: "fontawesome";
    font-size: 36px;
    left: 0px;
    position: absolute;
	color:#dddddd;
	top:0;
	
}
.home_2 .testimonial1 .testimonial-comment::after , .home_3 .testimonial1 .testimonial-comment::after {
    content: " \f10e";
    font-family: "fontawesome";
    font-size: 36px;
    position:absolute;
	color:#dddddd;
	right:0;
	bottom:74px;
}

.home_2 .testimonial1 , .home_3 .testimonial1{
    padding: 0;
}
.home_2 .testimonial1   .owl-theme .owl-controls, .home_3 .testimonial1   .owl-theme .owl-controls{
	bottom:17px;
	top:auto !important;
	padding-right:68px;
}
.home_2 .testimonial1 .owl-dots, .home_3 .testimonial1 .owl-dots{
	text-align:right;
}

.back-to-top {
    background: #ca2751 none repeat scroll 0 0;
    bottom: 10%;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 48px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 48px;
    z-index: 9;
}
/*Swap*/
.img-responsive.product-img2 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.product-image.image_swap:hover .img-responsive.product-img2 {
    transition:all 0.3s ease 0s;
    opacity: 1;
}
.product-image.image_swap:hover .img-responsive.product-img1 {
    opacity: 0;
}
.product-image.image_swap .img-responsive.product-img1 {
    transition: all 0.3s ease 0s;
}
.gallery-carousel .owl-stage{
	width:2880px !important;
}
.vertical_menu .caret::before {
    display: none;
}
.cart_12{
	display:none;
}
.player .controls .play {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    left: 43% !important;
    position: absolute !important ;
    top: -113px !important;
}
.shopnows2:hover{
	background: #ca2751;
	color:#fff;
}
.shopnows2:hover a{
	color:#fff;
}

.jms-row.ourblog1 .blog-item p {
    line-height: 26px;
    margin-bottom: 0;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) url("../img/breadcumb.jpg") no-repeat scroll center center;
	 text-align: center;	
	 border-radius:0 !important;
	 height:472px;
	 width:100%;
 	color:#ffffff;
	font-weight:bold;
	margin-bottom:100px;
}
.breadcrumb .subcontent{
    margin-top: 190px;
}
.breadcrumb .navigation-pipe1 {
    font-family: abril fatface;
    font-size: 36px;
}
.breadcrumb .infor {
    background: #3a61b7 none repeat scroll 0 0;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    padding: 2px 0;
    width: 23%;
    margin-top:11px;
}

.breadcrumb {
    padding-left: 0;
    padding-right: 0;
}

.infor li {
    display: inherit;
}

.breadcrumb .home {
    color: #ffffff;
}
.breadcrumb  .navigation-pipe {
    padding: 0 7px;
}
footer{
	margin-top:157px;
}
#index footer{
	margin-top: 0 !important;
} 


.filte.view-modes a {
    background: #fff none repeat scroll 0 0;
    color: #5f5f5f;
    display: inline-block;
    /*float: right;*/
    height: 35px;
    margin-right: 4px;
    text-align: center;
    width: 35px;
	border:1px solid #ccc;
}
.filte.view-modes a:hover, .view-grid.active, .view-list.active{
	background: #234692 !important;
	color: #fff !important;
	border:1px solid #234692 !important;
}
.filte.view-modes a span {
    letter-spacing: -1px;
    line-height: 33px;
}
.filte.view-modes a:first-child {
    margin-right: 0;
}
#uniform-nb_item span {
    display: none;
}
.clearfix.selector1 div {
    display: inline-block;
}
.filte.filters-panel.col-lg-3 {
    padding: 0;
}

.filters-panel {
    margin-bottom: 20px;
	padding: 0px 0px;
}
#uniform-nb_item {
    font-family: "montserrat";
    font-weight:700;
    width: 40px !important;
	
}
#uniform-nb_item .form-control {
    border: 0 none;
    color: #1e1e1f !important;
}

#uniform-nb_item::before {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    content: "";
    font-family: "fontawesome";
    position: absolute;
    right: 10px;
    top: -4px;
}
.select.selector1 div {
    display: inline-block;
}
.select.selector1 label {
    display: inline-block;
    position: absolute;
    left:0;
}
.select.selector1 {
    position: relative;
}
.selectProductSort.form-control {
    border: 0 none;
    color: #1e1e1f;
    float: left;
    font-family: "montserrat";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 96% !important;
	padding:0px 5px;
    position: relative;
    left:10px;
	background-color: white;
	/*top: -2px;*/
}
.nav-tabs > li > a:hover{
	border-bottom:0 !important;
}

#index .custom-img-hover {
    overflow: hidden;
}
#index .cover-img:hover img {
    transform: scale(1.1);
}
#index .custom-img-hover img{
	width:100%;
	transition: all 1s ease 0s;
	
}
.brand-carousel.owl-carousel .owl-item:hover img {
    opacity: 1;
}
.brand-carousel.owl-carousel .owl-item img {
    display: inline;
    max-width: 100%;
    opacity: 0.7;
    width: auto;
}
#cart_title, .heading-counter {
    font-family: "montserrat";
    font-weight:700;
    font-size: 24px;
    letter-spacing: 0;
}

.fa.fa-trash-o {
    font-size: 16px;
}
#order .input-group .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
	border-top:0;
	border-bottom:0;
}

.btn, .btn-default {
    background: #234692 none repeat scroll 0 0!important;
    border: 0 none;
    color: #fff;
    font-family: "montserrat";
 font-weight:700;
    font-size: 14px;
    letter-spacing: 0;
	border: 2px solid #f9f9f9;
	border-radius: 50px;
}
.btn:hover, .btn-default:hover {
    background: #ca2751 none repeat scroll 0 0;
    color: #ffffff;
}
#order .price{
	font-size:16px;
	color:#ca2751;
	font-family:'poppinsbold';
}
#order  .input-group.quantity-control{
	border:1px solid #ccc;
	width:114px;
}
#order .cart_quantity .input-group-addon {
    border: 0 none;
}
#order .input-group .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
   font-family: "montserrat";
   font-weight:400;
   font-weight:500;
    font-size: 16px;
    text-align: center;
}
#order .input-group .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}
#order thead {
    background: #f3f3f3 none repeat scroll 0 0;
}
#order  .cart_description p a {
    font-size: 16px; 
}
#order  .cart_description {
    text-align: left !important;
}
#order  .cart_description small {
    display: block;
}
 #order th {
    color: #1e1e1f;
    font-family: "montserrat";

   font-weight:700;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
	text-align:left;
}
.required sup {
    left: 0;
}
#account-creation_form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccccc;
}
#account-creation_form input:hover, #account-creation_form  #uniform-days:hover, #account-creation_form  #uniform-months:hover, #account-creation_form  #uniform-years:hover   {
    border: 1px solid #ca2751;
}
#account-creation_form  #uniform-days, #account-creation_form  #uniform-months, #account-creation_form  #uniform-years {
	border:1px solid #ccc;
}

#submitAccount , .pull-right.required {
    margin-top: 30px;
}
#address .page-subheading, #order .page-heading {
    font-family: "montserrat";
    font-weight:700;
    font-size: 24px;
    letter-spacing: 0;
}
#address input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #cccccc;
}
#address input:hover{
	border-color: #ca2751;
}

div.selector span {
    display: none!important;
}
.date-select-form div.selector span, div#uniform-id_country.selector span, div#uniform-id_state.selector span{
	display:none!important;
}
div.selector {
    width: 100%!important;
}
div.selector::before{
    display:none;
}
div.selector select {
    width: 100%;
}
div.radio, div.radio span, div.radio input {
    width: 30px!important;
    height: 16px!important;
    margin-right: 10px!important;
	opacity:1!important;
}
#address .required div.selector{
	min-width:135px;
	border-right:1px solid #ccc;
}
#address .form-control{
	border-right:1px solid #ccc;
	min-width:170px;
}

#address .footer_links.clearfix span {
    display: block;
    padding: 9px;
}
#address .validate.form-control:hover{
	border-color:#ca2751;
}

 #order .page-subheading {
    font-family: "montserrat";
    font-weight:700;
    font-size: 18px;
    letter-spacing: 0;
}
#off-canvas-menu .menu-item.group{
	margin-bottom:0;
}
.navigation_page span a {
    color: #ffffff;
}
.navigation-pipe a {
    color: #ffffff;
}

.content-aside-inner {
    padding: 0px 0px 400px;
    max-height: 810px;
    overflow-y: auto;
}

.content-aside {
    position: fixed;
    background-color: white;
    height: 100%;
    min-width: 250px;
	max-width: 350px;
	width: 85%;
    z-index: 1000;
    box-shadow: 4px 0px 7px 0px #00000082;
    top: 55px;
    left: -360px;
	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease;
	padding-top: 35px;
}

.closefilter{
	/*position: relative;
    right: -203px;
    top: 6px;
    font-size: 25px;
	cursor:pointer;*/
}


.displayfilter{
	position: relative;
    display: block;
    font-size: 16px;
    color: black;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    padding: 2px 5px;
	
}

.displayfilter i{
    font-size: 14px;
}
header {
    position: fixed;
    width: 100%;
    top: -50px;
    background-color: #234692;
    box-shadow: 0 -2px 9px 3px black;
    z-index: 9999;
	padding-top:60px;
}

header .logo{display:none}

span.navigation_page {
    display: none;
}

.breadcrumb {
    background: none!important;
    text-align: center;
    border-radius: 0!important;
    height: 100px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px!important;
	margin-top: 25px;
}

.subcontent {
    position: absolute;
    width: 100%;
    top: 45px;
    margin-top: 0px!important;
}
.subcontent h3{
	display:none;
}
.breadcrumb div.infor {
	width: 100%!important;
	padding: 6px 20px!important;
	overflow: hidden;
    white-space: nowrap;
    border-right: 20px solid #3a61b7;
}

footer {
    margin-top: 0;
    position: fixed;
    width: 100%;
    bottom: -50px;
    z-index: 1000;
    padding-bottom: 50px;
    background-color: #234692;
}

.footer_links li {
    display: inline-block;
    margin-top: 10px;
}
.logo_footer{
	width: 90px;
	margin:auto;
}

.logo_header {
    width: 85px;
    margin: -6px auto 0;
}
.open-button{
	float:left;
}
div#page {
    background-color: #fff;
}

.products-list-in-row .product-btn.cart-button {
    background: #239236 none repeat scroll 0 0 !important;
    border: 0 none;
    color: #ffffff !important;
    display: inline-block !important;
    font-family: "poppins" !important;
    font-size: 16px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-right: 2px !important;
    text-align: center;
    text-transform: none !important;
    width: 100% !important;
	font-weight:400;
}

a.product-btn.cart-button.disable {
    background-color: #b3af7e!important;
}

img.img-responsive.product-img1 {
    margin: auto;
}

.addon-title h3 {
    background-color: #ffffff00;
    color: #2b54ad;
    font-weight: bold;
    border-bottom: 3px solid #2b54ad;
    line-height: 0px;
    padding: 15px 0px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
}

.open > .dropdown-menu {
    max-height: 500px;
    overflow: auto;
}

div.search-box.show{
	display:none!important;
}

.footer1_3 .btn-xs {
    color: #fff;
    font-size: 18px;
    background-color: #234692;
    padding: 5px 8px;
}



.layered_filter div.selector span{
	display:none!important;
}

.layered_filter .selector,.layered_filter select{
	width:100%!important;
}

.layered_filter div.selector select {
    padding: 5px;
    border: 1px solid #ccc;
    height: 35px;
}

.layered_filter div.selector::before{
	display:none;
}
.footer1_3 .layout-column {
    padding: 0px;
}
.footer1_3 .footer_right{
	padding-right:20px;
}
.footer1_3 .footer_left .addon-box,.footer1_3 .footer_center div.addon-box {
    float: left!important;
}
.footer1_3 .footer_right div.addon-box {
    float: right!important;
}
.footer1_3 .footer_center div.addon-box {
    padding-left: 1px;
	max-width: 26px;
}
.col-lg-1 {
    display: block;
    width: 8.33333%;
    float: left;
}

table.fichatecnica {
    width: 100%;
}

table.fichatecnica thead th {
    color: #2859b1;
    font-size: 20px;
    border-bottom: 3px solid #2859b1;
	text-transform:uppercase;
}

table.fichatecnica {
    width: 100%;
}

.fichatecnica tbody tr th:before {
    position: absolute;
    display: block;
    content: "\f00c";
    width: 16px;
    height: 16px;
    background-color: #2a558e00;
    left: 22px;
    margin-top: 0px;
    border-radius: 50%;
    font-family: FontAwesome;
    color: #234692;
    font-size: 14px;
    text-align: center;
    padding-top: 0px;
}

.fichatecnica tbody tr th {
   padding-left:28px;
    min-width: 145px;
    width: 45%;
}

.fichatecnica tbody tr.no_odd th {
    background-color: #f9f9f9;
}

.fichatecnica tbody tr.odd th {
    background-color:  #e5eaf5;
}

.fichatecnica tbody tr.no_odd td {
    background-color: #f9f9f9;
}

.fichatecnica tbody tr.odd td {
    background-color:  #e5eaf5;
}

#product .std.especificaciones h3, #product .box-collateral.box-additional h3 {
    margin-bottom: 7px!important;
    padding: 6px!important;
    border-bottom: 2px solid #2a558e;
    color: #2a558e!important;
}

#product .std.especificaciones > div, #product .box-collateral.box-additional > div {
    border-bottom: none!important;
    padding-bottom: 0px!important;
}

#product .std.especificaciones table.data-table {
    width: 100%;
}

#product .std.especificaciones table.data-table tbody tr th.label {
   padding-left:28px!important;
   min-width: 145px;
   width: 45%;
   line-height:20px!important;
}

#product .std.especificaciones table.data-table tbody tr td.data {
   width: 55%;
    line-height:20px!important;
}

#product .std.especificaciones table.data-table tr:nth-child(odd)  {
	background-color: #f9f9f9;
}
#product .std.especificaciones table.data-table tr:nth-child(even) {
	background: #e5eaf5;
}

#product .std.especificaciones table.data-table tbody tr th:before {
    position: absolute;
    display: block;
    content: "\f00c";
    width: 16px;
    height: 16px;
    background-color: #2a558e00;
    left: 22px;
    margin-top: 0px;
    border-radius: 50%;
    font-family: FontAwesome;
    color: #234692;
    font-size: 14px;
    text-align: center;
    padding-top: 0px;
}




table.tbl{
	width: 100%;
}

table.tbl  tbody  tr th {
    margin-bottom: 7px!important;
    padding: 6px!important;
    border-bottom: 2px solid #2a558e;
    color: #2a558e!important;
}

table.tbl tr:nth-child(odd)  {
	background-color: #f9f9f9;
}
table.tbl tr:nth-child(even) {
	background: #e5eaf5;
}

table.tbl  tbody tr td:first-child {
   padding-left:28px!important;
   min-width: 145px;
   width: 45%;
   line-height:20px!important;
   font-weight:bold;
}

table.tbl  tbody  tr td:second-child {
   width: 55%;
    line-height:20px!important;
}

table.tbl tbody tr td:first-child:before {
    position: absolute;
    display: block;
    content: "\f00c";
    width: 16px;
    height: 16px;
    background-color: #2a558e00;
    left: 22px;
    margin-top: 0px;
    border-radius: 50%;
    font-family: FontAwesome;
    color: #234692;
    font-size: 14px;
    text-align: center;
    padding-top: 0px;
}

div.product_discounts {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
}
div.discounts {
    margin-top: -20px;
	font-size: 1.1em;
}

th.label {
    color: #000000;
    font-weight: bold;
    font-size: 1.02em;
	display:block;
    text-align: left!important;
}

span.discount {
    margin-left: 10px;
    padding: 0px 5px;
    background-color: #d90186;
    color: white;
    border-radius: 4px;
}

span.old_price {
    text-decoration: line-through;
    font-style: italic;
    font-weight: bold;
    color: #757575;
}

.layout-column.top_images {
    padding: 0px!important;
}

.jms-row.top_image {
    margin-top: 8px;
    width: 94%;
    margin-left: 3%;
}

.product-count {
    display: none!important;
}

::-webkit-scrollbar {
	width: 4px;
	background: transparent
}

::-webkit-scrollbar-button {
	width: 8px;
	height: 5px;
	background:  #eee ;
}

::-webkit-scrollbar-track {
	background: #fefefe;
	border: thin solid #fefefe;
	-webkit-border-radius: 0;
	border-radius: 0
}

::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(top, #eee, #ddd );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 225, .5), inset 1px 0 0 rgba(255, 255, 255, .4), inset 0 1px 2px rgba(255, 255, 255, .3);
	border-radius: 0;
	-webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
	background: -webkit-linear-gradient(top, #eee, #ddd)
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(77, 161, 112, .6)
}

@import url('estilos.css');
