* {
  outline: none !important;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  padding-top: 50px;
  background-color: #ffffff;
}

a, a:hover{ 
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }

.navbar-custom .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-custom .nav > li {
  padding-left: 10px;
}
.navbar-custom .nav > li:first-child > a {
  padding-left: 0;
  border-left: none;
}

.navbar-custom .nav > li > a {
  border-left: solid 1px #404040;
}
.navbar-custom .navbar-nav .active:hover a {
  background-color: transparent;
}
.navbar-custom .navbar-nav .active a {
  background-color: transparent;
}
.navbar-custom .navbar-nav > li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-custom .navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #cccccc;
  text-transform: uppercase;
  padding-left: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar-custom .navbar-nav > li > a .glyphicon {
  vertical-align: top;
  margin-right: 5px;
  line-height: 17px;
  top: 0px;
}
.custom-submit {
  background-color: #2a2a2a;
  color: #aeaeae;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 2px #aeaeae;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-submit:hover {
  background-color: #f0877c;
  border-color: #f0877c;
  color: #2a2a2a;
}
.custom-button {
  background-color: transparent;
  color: #666666;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 2px #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 6px 8px;
}
.custom-button.custom-button-inverted {
  background-color: #f0877c;
  border-color: #f0877c;
  color: white;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}
.custom-button.custom-button-inverted:hover {
  color: #444444;
}
.custom-button:hover {
  background-color: #f0877c;
  border-color: #f0877c;
  color: #ffffff;
}
.custom-button.btn-sm {
  padding: 4px 5px 3px;
  font-size: 13px;
  line-height: 18px;
  color: #a3a3a3;
  border-color: #a3a3a3;
}
.custom-button.btn-sm:hover {
  color: white;
  border-color: #f0877c;
}
.custom-button.btn-lg {
  padding: 12px 40px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom:20px;
}
header {
  padding-top: 20px;
  width: 100%;
  border-bottom: solid 3px #e5e5e5;
  float: left;
}

#logo {   display: inline-block;
    padding: 0 19px 20px;
    text-align: center;
    width: 333px; }

#logo img {width:100%;}


.banner {text-align:center;}

footer {
  padding: 50px 0;
  background-color: #2a2a2a;
  width: 100%;
  float: left;
}
#main {
  padding: 0px 0 20px;
  float: left;
  width: 100%;
}
#main.blog-page {
  padding: 60px 0;
}
.register-block {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #888888;
}
.register-block a {
  color: #888888;
  text-decoration: none;
}
.brand {
  font-size: 42px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #272727;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.brand a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #272727;
}
.wrapper-block {
  width: 100%;
  border-top: solid 1px #eeeeee;
}
body.fixed-adjust {
  padding-top:95px;
}
#fixed-logo {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width:0;
  height:0;
  display:block;
  overflow:hidden;
}
#fixed-logo img {
  width:0;
  height:0;
}
#menu-only {
  width:100%;
  float:left;
}
body.fixed-adjust #menu-only {
  position: fixed;
  z-index: 1030;
  top: 50px;
  background: #FFF;
  border-bottom: solid 3px #e5e5e5;
}
body.fixed-adjust #menu-only .wrapper-block {
  border-top:1px solid transparent;
  text-align:left;
}
body.fixed-adjust #menu-only #fixed-logo, body.fixed-adjust #menu-only nav {
  width:auto;
  display:inline-block;
  vertical-align:middle;
}
body.fixed-adjust #menu-only #fixed-logo {
  margin-right: 30px;
  height:auto;
  width:25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.fixed-adjust #menu-only #fixed-logo img {
  width:25px;
  height:auto;
}
.stick-nav .col-sm-10 {
  position:inherit;
}
.main-nav {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.main-nav > li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-nav > li:hover > ul > li:hover > a {
  color: #f0877c;
  background-color: #eaeaea;
}
.main-nav > li:hover > ul > li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-nav > li:hover > ul > li:hover > ul > li:hover > a {
  color: #f0877c;
  background-color: #eaeaea;
}
.main-nav > li:hover > ul > li:hover > ul > li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-nav > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > a {
  color: #f0877c;
  background-color: #eaeaea;
}
.main-nav > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-nav > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > a {
  color: #f0877c;
  background-color: #eaeaea;
}
.main-nav > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-nav > li {
  float: left;
  margin-left: 50px;
  border-top: solid 2px transparent;
  margin-top: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* position: relative; */
}
.main-nav > li:first-child {
  margin-left: 0px;
}
.main-nav > li.active {
  border-top: solid 2px #444444;
}
.main-nav > li.active > a {
  color: #f0877c;
}
.main-nav > li:hover {
  border-top: solid 2px #444444;
}
.main-nav > li:hover > a {
  color: #f0877c;
}
.main-nav > li > a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  padding:12px 0px 11px;
  float:left;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav > li > a.has-dropdown {
  position: relative;
}
.main-nav > li > a.has-dropdown:after {
  content: "";
  position: absolute;
  border-right: 4px solid transparent;
  border-top: 4px solid #444444;
  border-left: 4px solid transparent;
  border-top-color: #444444;
  top: 7px;
  right: -14px;
}
.main-nav > li > ul {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 150px;
  background-color: #f2f2f2;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  margin: 0;
  z-index: 201;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.main-nav > li > ul.sub-nav.catalog {
  width:100%;
}
.main-nav > li > ul > li {
  float: left;
  width: 150px;
  position: relative;
}
.main-nav > li > ul.sub-nav.catalog > li {
  float: left;
  width: 100%;
  position: relative;
  margin:0;
  text-align:left;
}
.main-nav > li > ul > li:hover > a {
  color: #f0877c;
  background-color: #eaeaea;
}
.main-nav > li > ul > li > a {
  float: left;
  width: 100%;
  padding: 10px 15px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav > li > ul > li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 150px;
  background-color: #f2f2f2;
  padding: 10px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  margin: 0;
  z-index: 200;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.main-nav > li > ul.sub-nav.catalog > li ul {
	position: relative;
	width: 100%;
	float: left;
	left: inherit;
	overflow: visible;
	display: block;
	top: inherit;
	height: inherit;
	z-index: 999999;
	opacity: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
}
.main-nav > li > ul > li ul li {
  float: left;
  width: 100%;
  position: relative;
}
.main-nav > li > ul > li ul li a {
  float: left;
  width: 100%;
  padding: 10px 15px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav > li > ul > li ul li a:hover {
  color: #f0877c;
}
.main-nav > li > ul > li ul li h4 {
  text-align:center;
}
.main-nav > li > ul > li ul li a img {
  float:left;
  max-width:100%;
}
.search-block {
  margin-top: 15px;
}
.search-block input {
  border: solid 1px transparent;
  border-right: solid 1px #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 15px;
  font-family: "Roboto", Arial, sans-serif;
  color: #a4a4a4;
  padding: 3px 12px;
  height: 24px;
  background-color: transparent;
}
.search-block input:focus {
  border: solid 1px #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-block .btn {
  border: none;
  padding: 2px 12px;
  color: #a4a4a4;
  background-color: transparent;
}
.search-block .btn:hover {
  background-color: transparent;
}
.site-selectors .btn-group.open .dropdown-toggle {
  background: #4b4a4a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  text-align: left;
}
.site-selectors .btn-group.open .dropdown-toggle:hover {
  background: #4b4a4a;
}
.site-selectors .btn-group .btn {
  width: 100px;
  border: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: transparent;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.site-selectors .btn-group .btn:hover {
  background-color: #f2f2f2;
}
.site-selectors .btn-group .dropdown-menu {
  width: 100px;
  min-width: 100px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  margin-top: 0px;
  background-color: #f2f2f2;
}
.site-selectors .btn-group .dropdown-menu > li > a {
  padding: 3px 10px;
  color: #555555;
}
.site-selectors .btn-group .dropdown-menu > li > a:hover {
  background-color: #dedede;
  color: #555555;
}
.flag {
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background: url('icon-flag.png') no-repeat;
  margin-bottom: 2px;
}
.flag.flag-gb {
  background-position: 0px 0px;
}
.flag.flag-it {
  background-position: 0px -13px;
}
.flag.flag-ge {
  background-position: 0px -26px;
}
.flag.flag-es {
  background-position: 0px -52px;
}
.flag.flag-fr {
  background-position: 0px -39px;
}
.footer-widget {
  width: 100%;
  float: left;
  margin-top:20px;
  margin-bottom:20px;
}
.footer-widget .widget-title {
  width: 100%;
  float: left;
  border-bottom: solid 1px #212121;
  margin-bottom: 20px;
  position: relative;
}
.footer-widget .widget-title h1, .footer-widget .widget-title h2 {
  color: #cccccc;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: solid 1px #999999;
  margin-bottom: -1px;
  display: inline-block;
}
.footer-widget .widget-title h1 {
  font-size: 20px;
  font-weight:300;
}
.footer-widget .widget-title h2 {
  font-size: 18px;
}
.footer-widget .widget-content {
  width: 100%;
  float: left;
}
.footer-widget .widget-content .links {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widget .widget-content .links li {
  width: 100%;
  display: inline-block;
}
.footer-widget .widget-content .links li a {
  width: 100%;
  display: inline-block;
  color: #aaaaaa
    text-decoration: none;
  padding: 5px 0;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
}
.footer-widget .widget-content .links li a:hover {
  color:#ffffff;
  text-decoration: none;
}
.footer-widget .widget-content address {
  line-height: 31px;
  width: 100%;
  display: inline-block;
  color:#aaaaaa;
  text-decoration: none;
  padding: 5px 0;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
}
.footer-widget .slider-controls button {
  color: #ffffff;
}
.footer-widget .slider-controls button:hover {
  border: solid 2px #ffffff;
}
.footer-widget .flexslider {
  background-color: transparent;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.copyright a { color: #f0877c !important; }
.copyright a:hover  {text-decoration:underline;}

.widget {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.widget .widget-title {
  width: 100%;
  float: left;
  border-bottom: solid 2px #e9e9e9;
  margin-bottom: 20px;
  position: relative;
}
.widget .widget-title .slider-controls {
  position: absolute;
  top: 5px;
  right: 0px;
}
.widget .widget-title h2, .widget .widget-title h3 {
  color: #444444;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: solid 2px #444444;
  margin-bottom: -2px;
  display: inline-block;
}
.widget .widget-title h2 {
  font-size: 28px;
  line-height: 40px;
}
.widget .widget-title h2.contact-widget {
  padding-bottom: 13px;
  text-transform:lowercase;
}
.widget .widget-title h3 {
  font-size: 23px;
}
.widget .widget-content {
  float: left;
  width: 100%;
}
.widget .flexslider {
  background-color: transparent;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget .contact-line {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  margin-top:10px;
}
.widget .contact-line .figure {
  width: 37px;
  height: 37px;
  float: left;
  border: solid 2px #999999;
  color: #999999;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.widget .contact-line .text {
  margin-left: 52px;
  color: #999999;
  font-size: 14px;
  font-family: "Verdana", Arial, sans-serif;
  line-height: 20px;
  font-weight: 300;
  margin-top: -4px;
}
.widget .contact-line .text .line {
  width: 100%;
  display: inline-block;
}
.footer-form .input-group {
  margin-bottom: 10px;
}
.footer-form .input-group-addon {
  background: transparent; 
  border-right: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color:#aaaaaa;
}
.footer-form input[type='text'], .footer-form input[type='email'], .footer-form textarea {
  background-color: #2a2a2a;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #444444;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  padding: 6px 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-form input[type='text']::-webkit-input-placeholder, .footer-form input[type='email']::-webkit-input-placeholder, .footer-form textarea::-webkit-input-placeholder {
  color:#aaaaaa;
  /**text-transform: uppercase;*/
}
.footer-form input[type='text']::-moz-placeholder, .footer-form input[type='email']::-moz-placeholder, .footer-form textarea::-moz-placeholder {
  color:#aaaaaa;
  /*text-transform: uppercase; **/
}
.footer-form input[type='text']:-ms-input-placeholder, .footer-form input[type='email']:-ms-input-placeholder, .footer-form textarea:-ms-input-placeholder {
  color:#aaaaaa;
 /** text-transform: uppercase; */
}
.footer-form input[type='text']:-moz-placeholder, .footer-form input[type='email']:-moz-placeholder, .footer-form textarea:-moz-placeholder {
  color:#aaaaaa;
 /** text-transform: uppercase; **/
}
.footer-form input[type='text']:focus, .footer-form input[type='email']:focus, .footer-form textarea:focus { 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-form textarea {
  background-image: url('pencil.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 37px;
}
.footer-form input[type='text'], .footer-form input[type='email'] {
  height: 44px;  
  padding: 6px 12px 6px 0px;
}
.footer-form textarea {
  margin-bottom: 20px;
}
.footer-most-favorite ul {height:300px;overflow:hidden;}

.favorite-item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.favorite-item > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.favorite-item figure {
  width: 120px;
  height: 144px;
  float: left;
  background-color: #cccccc;
  position: relative;
}
.favorite-item figure .corner-sign {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 3px 5px;
  color: #444444;
  text-transform: uppercase;
  border: solid 2px #444444;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  z-index: 100;
}
.favorite-item figure .corner-sign.red {
  color: #f0877c;
  border: solid 2px #f0877c;
}
.favorite-item figure img {
  width: 100%;
  height: auto;
}
.favorite-item .favorite-text {
  margin-left: 140px;
  font-family: "Roboto", Arial, sans-serif;
}
.favorite-item .favorite-text h2 {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif;
}
.favorite-item .favorite-text .price {
  font-size: 15px;
  color: #cccccc;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
}
.favorite-item .favorite-text .old-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.separator {
  width: 100%;
  display: inline-block;
  position: relative;
  border-bottom: solid 1px #eeeeee;
  margin: 50px 0;
}
.separator.middle:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #444444;
  top: -1px;
  left: 50%;
  margin-left: -30px;
}
.separator.footer-separator {
  border-bottom: solid 1px #212121;
}
.separator.footer-separator.middle:after {
  background-color: #999999;
}
.separator .scroll-top {
  width: 34px;
  height: 24px;
  position: absolute;
  
  top: -12px;
  left: 50%;
  margin-left: -19px;
  border: solid 2px #505050;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #2a2a2a url('scroll-top.png') center center no-repeat;
  text-indent: -9999px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.separator .scroll-top:hover {
  background-color: #f0877c;
  border: solid 2px #f0877c;
}
.social-links ul {
  list-style: none;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  width: 40px;
  height: 40px;
/*  background-color: #3b3b3b; */
  text-indent: -9999px;
  text-align: left;
  text-transform: capitalize;
  margin-left: 3px;
  display: inline-block;
  background-image: url('social.png');
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social-links ul li a:hover {
  background-color: #f0877c;
}
.social-links ul li a.facebook {
  background-position: 0 0;
}
.social-links ul li a.twitter {
  background-position: 0 -40px;
}
.social-links ul li a.rss {
  background-position: 0 -80px;
}
.social-links ul li a.digg {
  background-position: 0 -120px;
}
.social-links ul li a.linkedin {
  background-position: 0 -160px;
}
.social-links ul li a.flickr {
  background-position: 0 -200px;
}
.social-links ul li a.skype {
  background-position: 0 -240px;
}
.social-links ul li a.email {
  background-position: 0 -280px;
}
.social-links ul li a.gplus {
  background-position: 0 -320px;
}
.social-links ul li a.pinterest {
  background-position: 0 -360px;
}
.social-links ul li a.youtube {
  background-position: 0 -400px;
}
.social-links ul li a.instagram {
  background-position: 0 -440px;
}

.social-links ul li a.dribbble {
  background-position: 0 -480px;
}

#payment-options {
  margin:0;
  padding:0;
  list-style-type:none;
  float:right;
  height:35px;
  display:block;
  position:relative;
  top:-10px;
  width:88%;
}
.payment-option {
  float:left;
  display:block;
  height:35px;
  margin-left:24px;
  
  background:url('//cdn.shopify.com/s/files/1/0584/3841/t/2/assets/payment-sprite.png?17564196885109720670') no-repeat 0 0; 
  
  text-indent:-9999px;
}

.payment-option.first { margin-left:0px;}
#pay-paypal {
  width:64px;
  background-position:-11px -6px;
}
#pay-visa {
  width:52px;
  background-position:-109px -5px;
}
#pay-mastercard {
  width:50px;
  background-position:-191px -5px;
}
#pay-amex {
  width:37px;
  background-position:-270px -5px;
}
#pay-discover {
  width:69px;
  background-position:-331px -5px;
}
#pay-cirrus {
  width:49px;
  background-position:-426px -5px;
}
#pay-maestro {
  width:47px;
  background-position:-504px -5px;
}
#pay-google {
  width:131px;
  background-position:-579px -5px;
}
#pay-dankort {
  width:54px;
  background-position:-730px -5px;
}
#pay-bitcoin {
  width:107px;
  background-position:-803px -5px;
}
.product-details .row .col-sm-4 .selector-wrapper label{
  display:block;
}
.product-details .row .col-sm-4 .selector-wrapper select{
  padding: 7px 23px 8px;
  border: 1px solid #CCC;
  color:#888;
  width:130px;
}
.product-details .row .col-sm-4 .selector-wrapper select.single-option-selector { padding:7px 10px 8px; }

.product-details .row .col-sm-4 .selector-wrapper{
  float:left;
  margin-right:20px;
  margin-bottom:15px;
}
.product-details .row .col-sm-4{
  float: left;
  width: 98%;
}
.product-details .row .col-sm-4 #product-variants{
  float:left;
}
.product-details .row .col-sm-4 .input-group{
  float: left;
  width: 190px;
}
#shipping-calculator-form-wrapper .form-group{
  float: left;
  width: 100%;
  clear: both;  
}
#shipping-calculator-form-wrapper .form-group label{width:115px;line-height:36px;}
#shipping-calculator-form-wrapper .form-group .col-lg-9{width:72%}
#shipping-calculator-form-wrapper .form-group select{
  padding: 10px;
  width: 80%;
}
#shipping-calculator-form-wrapper #get-rates-submit{
  background: none;
  border: 1px solid #a1a1a1;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#shipping-calculator-form-wrapper #get-rates-submit:hover{
  background: #e4e4e4;
}

.copyright p {
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 40px;
  color: #777777;
}
.read-more {
  font-size: 13px;
  color: #ff6b5e;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}
.article-slider {
  width: 100%;
}
.article-slider .slider-title {
  width: 100%;
  float: left;
  border-bottom: solid 2px #e9e9e9;
  margin-bottom: 20px;
}
.article-slider .slider-title h1 {
  font-size: 30px;
  color: #444444;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: solid 2px #444444;
  margin-bottom: -2px;
  display: inline-block;
}
.article-slider ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-slider ul li {
  width: 100%;
  float: left;
}
.article-slider article {
  width: 100%;
  float: left;
  margin-left: 0px;
}
.article-slider article figure {
  float: left;
  width: 100%;
}
.article-slider article figure img {
  width: 100%;
  height: auto;
}
.article-slider article .text {
 /* margin-left: 290px; */
  text-align:left;
}
.article-slider article .text h2 {
  background-color: #ff6c62;
    color: #ffffff;
    font-family: "source code pro",Arial,sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    padding-left: 10px;
    padding-top: 23px;
    text-transform: uppercase;
}
.article-slider article .text p {
  color: #777777;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}
.page-title {
  background-color: #ececec;
  width: 100%;
  float: left;
  padding: 0;
}
.page-title h1 {
  font-size: 26px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 40px;
  margin: 0;
  font-weight: normal;
  color: #444444;
}
.page-title .breadcrumb {
  margin: 0;
  padding: 8px 0;
  background-color: transparent;
}
.page-title .breadcrumb a {
  color: #999999;
}
.page-title .breadcrumb .active {
  color: #555555;
}
.page-title .breadcrumb > li + li:before {
  content: "\2192 ";
  color: #999999;
}
.blog-article {
  width: 100%;
  float: left;
  margin-bottom: 90px;
}
.blog-article .left-article {
  float: left;
  width: 170px;
}
.blog-article .left-article .bold-text {
  width: 100%;
  float: left;
  color: #a3a3a3;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: right;
}
.blog-article .left-article .bold-text a {
  color: #a3a3a3;
}
.blog-article .left-article .small-text {
  width: 100%;
  float: left;
  color:#aaaaaa;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: right;
}
.blog-article .left-article .small-text a {
  color:#aaaaaa;
}
.blog-article .left-article .blog-stats {
  float: right;
}
.blog-article .left-article .blog-stats {
  color: #777777;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 20px;
  font-weight: 400;
}
.blog-article .left-article .blog-stats span {
  margin-left: 10px;
}
.blog-article .left-article .info-separator {
  border-bottom: solid 2px #d5d5d5;
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 20px;
}
.blog-article .left-article .info-separator .separator-icon {
  position: absolute;
  width: 25px;
  background-color: #fbfbfb;
  height: 15px;
  top: -8px;
  right: 0;
  background-position: 12px center;
  background-repeat: no-repeat;
}
.blog-article .left-article .info-separator .separator-icon.photo {
  background-image: url('separator-photo.png');
}
.blog-article .left-article .info-separator .separator-icon.write {
  background-image: url('separator-write.png');
}
.blog-article .left-article .info-separator .separator-icon.video {
  background-image: url('separator-video.png');
}
.blog-article .right-article {
  margin-left: 190px;
  margin-bottom: 50px;
}
.blog-article .right-article h2 {
  color: #555555;
  margin-top: -5px;
  margin-bottom: 15px;
}
.blog-article .right-article h2 a {
  color: #555555;
}
.blog-article .right-article .text .right {
  float: left;
  width: 100%;
  margin-left: 0;
}
.blog-article h2 {
  width: 100%;
  float: left;
  margin: 10px 0 24px;
  font-size: 22px;
  line-height: 23px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  color: #d7d7d7;
  text-transform: uppercase;
}
.blog-article h2 a {
  color: #555555;
  text-decoration: none;
}
.blog-article figure {
  background-color: #cccccc;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.blog-article figure img {
  width: 100%;
  height: auto;
}
.blog-article .text {
  width: 100%;
  float: left;
}
.blog-article .text .left-info {
  float: left;
  width: 170px;
}
.blog-article .text .bold-text {
  width: 100%;
  float: left;
  color: #a3a3a3;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-article .text .bold-text a {
  color: #a3a3a3;
}
.blog-article .text .small-text {
  width: 100%;
  float: left;
  color:#aaaaaa;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog-article .text .small-text a {
  color:#aaaaaa;
}
.blog-article .text .info-separator {
  border-bottom: solid 2px #d5d5d5;
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 20px;
}
.blog-article .text .info-separator .separator-icon {
  position: absolute;
  width: 0px;
  background-color: #FFF;
  height: 15px;
  top: -8px;
  left: 0;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.blog-article .text .info-separator .separator-icon.write {
  background-image: url('separator-write.png');
}
.blog-article .text .info-separator .separator-icon.video {
  background-image: url('separator-video.png');
}
.blog-article .text .right {
  margin-left: 190px;
}
.blog-article .text .right .bottom-line {
  width: 100%;
  float: left;
}
.blog-article .text .right .read-more {
  float: left;
}
.blog-article .text .right .blog-stats {
  float: right;
}
.blog-article .text .excerpt {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 20px;
}
.blog-article .text .blog-stats {
  color: #777777;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 20px;
  font-weight: 400;
}
.blog-article .text .blog-stats span {
  margin-left: 10px;
}
.blog-article .share-line {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-article .share-line .title {
  color: #6d6c67;
  font-size: 12px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-article .share-line .share-widget {
  display: inline-block;
  vertical-align: middle;
}
.category-article {
  float: left;
  margin-bottom: 30px;
}
.category-article.category-list {
  margin-bottom: 60px;
}
.category-article.category-list figure {
  width: 215px;
  float: left;
  position: relative;
}
.category-article.category-list figure img {
  width: 100%;
  height: auto;
}
.category-article.category-list figure figcaption {
  margin-top: 10px;
  text-align: center;
}
.category-article.category-list figure .corner-sign {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 6px 10px;
  color: #444444;
  text-transform: uppercase;
  border: solid 2px #444444;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  z-index: 100;
}
.category-article.category-list figure .corner-sign.red {
  color: #f0877c;
  border: solid 2px #f0877c;
}
.category-article.category-list .color-selector {
  width: 25px;
  height: 12px;
  border: solid 1px #bdbdbd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  margin: 2px 3px;
}
.category-article.category-list .color-selector .real-color {
  border: solid 1px white;
  width: 23px;
  height: 10px;
  background-color: #fafafa;
  text-indent: -9999px;
  text-align: left;
  float: left;
}
.category-article.category-list .text-wrap {
  margin-left: 235px;
}
.category-article.category-list .text-wrap .text {
  margin-right: 175px;
  border-right: solid 1px #eeeeee;
  padding-right: 20px;
}
.category-article.category-list .text-wrap h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 5px 0;
  color: #555555;
}
.category-article.category-list .text-wrap h2 a {
  color: #555555;
  text-decoration: none;
}
.category-article.category-list .text-wrap .rating-line {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.category-article.category-list .text-wrap .rating-line .stars {
  display: inline-block;
  vertical-align: middle;
}
.category-article.category-list .text-wrap .rating-line .review-count {
  display: inline-block;
  vertical-align: middle;
}
.category-article.category-list .text-wrap .rating-line .review-count a {
  color: #999999;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
.category-article.category-list .text-wrap .excerpt {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}
.category-article.category-list .text-wrap .right {
  width: 155px;
  float: right;
}
.category-article.category-list .text-wrap .right a {
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.category-article.category-list .text-wrap .right a:hover {
  color: #666666;
}
.category-article.category-list .text-wrap .right a:hover .wrap-icon {
  background-color: #f0877c;
  border: solid 2px #f0877c;
  color: white;
}
.category-article.category-list .text-wrap .right a .wrap-icon {
  padding: 2px 5px 0px;
  border: solid 2px #999999;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
}
.category-article.category-list .text-wrap .price {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.category-article.category-list .text-wrap .old-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #999999;
  text-decoration: line-through;
  margin-right: 10px;
}
.category-article.category-list .text-wrap .new-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #222222;
  font-weight: bold;
}
.category-article.category-list .text-wrap .custom-button {
  margin-bottom: 10px;
}
.category-article.category-grid {
  margin-bottom: 15px;
  position: relative;
  
  min-height:150px;
  
  list-style:none;
}
.category-article.category-grid figure {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.category-article.category-grid .text {
  width:100%;
  float:left;
  position:relative;
}
.category-article.category-grid figure:hover .figure-overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.category-article.category-grid figure:hover .figure-overlay:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.category-article.category-grid figure .figure-overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  z-index: 3;
}
.category-article.category-grid figure .figure-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.category-article.category-grid figure .figure-overlay .rating-line {
 	clear: both;
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
    top: 26px;
    width: 100%;
    z-index: 3;
}
.category-article.category-grid figure .figure-overlay .rating-line .stars-white {
  display: inline-block;
  vertical-align: middle;
}

.spr-badge-caption {color: #FFFFFF !important;}

.category-article.category-grid figure .figure-overlay .excerpt {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  margin: 10px 0;
  z-index: 3;
  position: relative;
}
.category-article.category-grid figure .figure-overlay .custom-button {
  font-size: 13px;
  font-weight:bold;
  border-color: white;
  color: white;
  padding: 3px 12px 4px;
  margin: 10px 0px;
  z-index: 3;
  position: relative;
}
.category-article.category-grid figure .figure-overlay .custom-button:hover {
  border: solid 1px #f0877c;
}
.category-article.category-grid figure .figure-overlay a {
  z-index: 3;
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.category-article.category-grid figure .figure-overlay a:hover {
  color: #ffffff;
}
.category-article.category-grid figure .figure-overlay a:hover .wrap-icon {
  background-color: #f0877c;
  border: solid 2px #f0877c;
  color: white;
}
.category-article.category-grid figure .figure-overlay a .wrap-icon {
  padding: 2px 5px 0px;
  border: solid 2px white;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
}
.category-article.category-grid figure > img {
  width: 100%; 
  height: auto;
}
.category-article.category-grid .figcaption {
  margin-top: 10px;
  text-align: center;
  float: left;
  width: 100%;
  min-height: 20px;
}

.category-article.category-grid .coll-prod-caption { text-align:center; margin-top:10px; }

.category-article.category-grid .text h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin: 5px 0 1px;
  color: #555555;
  text-align: center;
}
.category-article.category-grid .text h2 a {
  color: #555555;
	text-decoration: none;
	height: 20px;	
	text-align: center;
	overflow: hidden;
	margin-top:4px;
	display: inline-block;
}
.new-price > del {font-wight:normal;color:#999999;}

.category-article.category-grid .text .price {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.category-article.category-grid .text .old-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #999999;
  text-decoration: line-through;
  margin-right: 10px;
}
.category-article.category-grid .text .new-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #222222;
  font-weight: bold;
}
.category-article.category-grid .text .new-price del, .category-article.category-grid .text .new-price em{
  text-decoration: line-through;
  color:#a1a1a1;
}
.category-article.category-grid .text .new-price del span.money{
  color:#a1a1a1;
}
.category-article.category-grid .color-selector {
  width: 25px;
  height: 12px;
  border: solid 1px #bdbdbd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  margin: 2px 3px;
}
.category-article.category-grid .color-selector .real-color {
  border: solid 1px white;
  width: 23px;
  height: 10px;
  background-color: #fafafa;
  text-indent: -9999px;
  text-align: left;
  float: left;
}
.category-article.category-grid .corner-sign {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 6px 10px;
  color: #444444;
  text-transform: uppercase;
  border: solid 2px #444444;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  z-index: 100;
}
.category-article.category-grid .corner-sign.red {
  color: #f0877c;
  border: solid 2px #f0877c;
}
.main-bottom {
  width: 100%;
  float: left;
  margin: 20px 0 30px;
}
.main-bottom .half {
  width: 50%;
  float: left;
}
.pagination {
  margin: 0;
  float:left;
  width:100%;
}
.pagination li {
  border: solid 1px transparent;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  margin-left: 3px;
}
.pagination li:hover a {
  border: solid 1px #a3a3a3;
  background-color: white;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li:first-child a {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.pagination li:last-child a {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.pagination li.active a {
  color: #666666;
  background-color: white;
  border: solid 1px #d6d6d6;
  font-weight: bold;
}
.pagination li.active a:hover {
  background-color: white;
  color: #666666;
  border: solid 1px #d6d6d6;
}
.pagination li a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: white;
  border: solid 1px #d6d6d6;
  color: #999999;
  padding: 4px 10px;
}
  .pagination>li>a.current {background:#eee;}
.pagination>li>a.paginate-hide { display:none; }

  .main-bottom.pagination-top .main-bottom.pagination-top, .main-bottom.pagination-bottom .main-bottom.pagination-bottom {
    margin:0;
  }
.sold-out-banner {
background: #d3272a;
color: #FFF;
padding: 10px;
position: absolute;
bottom: 100%;
left: 50%;
text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.right.visible-lg .sold-out-banner {
  position:relative;
  left:inherit;
  bottom:inherit;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
  display:block;
  margin-top:10px;
}
.page-counter {
  margin:0px;
  font-size: 14px;
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
}
.accordion {
  width: 100%;
  float: left;
}
.accordion.accordion-second .panel-body {
  border: none;
}
.accordion.accordion-second .panel-heading {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 0;
}
.accordion.accordion-second .panel-heading .panel-title > a {
  color: #444444;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: -2px;
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  text-transform: none;
}
.accordion.accordion-second .panel-heading .panel-title > a .border {
  border-bottom: solid 2px #444444;
  padding-bottom: 10px;
  display: inline-block;
}
.accordion.accordion-second .panel-heading .panel-title > a:after {
  content: "";
  background-image: url('chvron-up.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
}
.accordion.accordion-second .panel-heading .panel-title > a.collapsed:after {
  content: "";
  background-image: url('chvron-down.png');
}
.accordion .panel {
  background-color: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion .panel-heading {
  background-color: transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  border-bottom: double 3px #eeeeee;
  padding: 10px 5px 15px;
}
.accordion .panel-heading .panel-title {
  font-size: 17px;
  color: #666666;
  line-height: 17px;
  font-family: Verdana, Arial, sans-serif;
}
.accordion .panel-heading .panel-title > a {
  color: #666666;
  width: 100%;
  display: inline-block;
  position: relative;
}
.accordion .panel-heading .panel-title > a:hover {
  text-decoration: none;
}
.accordion .panel-heading .panel-title > a:hover:after {
  border: solid 2px #444;
}
.accordion .panel-heading .panel-title > a:after {
  content: "-";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 2px transparent;
  color: #444;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.accordion .panel-heading .panel-title > a.collapsed:after {
  content: "+";
}
.accordion .panel-body {
  padding: 5px 0px 5px 20px;
  border-bottom: double 3px #eeeeee;
}
.accordion .panel-body > ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}
.accordion .panel-body > ul > li {
  width: 100%;
  float: left;
  border-top: solid 1px #eeeeee;
}
.accordion .panel-body > ul > li:first-child {
  border-top: none;
}
.accordion .panel-body > ul > li > a {
  color: #666666;
  font-size: 15px;
  line-height: 40px;
  font-family: Verdana, Arial, sans-serif;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}

.accordion .panel-body > ul > li > a:hover  {color:#f0877c;}
.accordion .panel-body > ul > li > ul {
  padding-left: 20px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  list-style: none;
}
.accordion .panel-body > ul > li > ul > li {
  width: 100%;
  float: left;
}
.accordion .panel-body > ul > li > ul > li > a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-family: Verdana, Arial, sans-serif;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-transform: none;
  text-decoration: none;
}
.accordion .panel-body > ul > li > ul > li > a:hover {
  color: #f0877c;
}
.accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.tag-cloud {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tag-cloud li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px transparent;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
}
.tag-cloud li:hover {
  border: solid 1px #555555;
}
.tag-cloud li a {
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
}
.tag-cloud li .btn {
  background-color: transparent;
  border: solid 1px #555555;
}
.latest-post-slider {
  width: 100%;
  float: left;
}
.latest-post-slider ul {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
  padding: 0;
}
.latest-post {
  width: 100%;
  float: left;
}
.latest-post figure {
  width: 100%;
  float: left;
}
.latest-post figure img {
  width: 100%;
  height: auto;
}
.latest-post h2 {
  color: #555555;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin: 20px 0 10px;
  width: 100%;
  float: left;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}
.latest-post h2 a {
  color: #555555;
  text-decoration: none;
}
.latest-post .excerpt {
  width: 100%;
  float: left;
  color: #777777;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 20px;
}
.comments-widget {
  width: 99%;
  float: left;
}
.comments-widget .comment-box {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border: solid 1px #dfdfdf;
  margin-bottom: 20px;
  position: relative;
  margin-top: 30px;
}
.comments-widget .comment-box:first-child {
  margin-top: 0;
}
.comments-widget .comment-box h2 {
  color: #555555;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
  float: left;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}
.comments-widget .comment-box h2 a {
  color: #555555;
  text-decoration: none;
}
.comments-widget .comment-box p {
  width: 100%;
  float: left;
  color: #777777;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 18px;
}
.comments-widget .comment-box:before {
  position: absolute;
  bottom: -13px;
  right: 49px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 13px solid #dfdfdf;
  border-left: 10px solid transparent;
  border-top-color: #dfdfdf;
  content: '';
}
.comments-widget .comment-box:after {
  position: absolute;
  bottom: -12px;
  right: 50px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-top: 12px solid #fbfbfb;
  border-left: 9px solid transparent;
  content: '';
}
.comments-widget .avatar-line {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.comments-widget .avatar-line figure {
  float: left;
  width: 70px;
  height: 70px;
}
.comments-widget .avatar-line figure img {
  width: 100%;
  height: auto;
}
.comments-widget .avatar-line .text {
  margin-left: 90px;
}
.comments-widget .avatar-line .text .name {
  color: #666666;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
  margin: 10px 0 5px;
  display: inline-block;
}
.comments-widget .avatar-line .text .time {
  color: #666666;
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
  display: inline-block;
}
.latest-video {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.latest-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 35.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 65px;
  margin-top:20px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.video-container {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-controls {
  position: relative;
  left: 0px;
  bottom: 0px;
}
.slider-controls.new-arrivals-controls {
  right: 10px;
  top: 10px;
}
.slider-controls button {
  width: 30px;
  height: 28px;
  background-color: transparent;
  border: solid 2px transparent;
  color: #444444;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* float: right; */
  margin-left:2px; 
}
.container-featured .slider-controls button.next {
float: none;
left: -50px;
top: -180px;
position: absolute;
}
.container-featured .slider-controls button.prev {
float: none;
right: -50px;
top: -180px;
position: absolute;
}
.slider-controls button:hover {
  border: solid 2px #444444;
}
.slider-controls button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.photo-gallery {
  position: relative;
}
.photo-gallery.flexslider {
  background-color: transparent;
  margin: 0;
  margin-bottom: 30px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.photo-gallery .slider-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
  z-index: 200;
}
.photo-gallery .slider-controls button {
  font-size: 22px;
  height: 36px;
  width: 30px;
  border: solid 2px #444444;
  color: #444444;
  padding-left: 1px;
}
.photo-gallery .slider-controls button:hover {
  border: solid 2px #f0877c;
  background-color: #f0877c;
  color: white;
}
.photo-gallery .slider-controls .next {
  float: left;
  margin-left: 20px;
}
.photo-gallery .slider-controls .prev {
  float: right;
  margin-right: 20px;
}
.page-head {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.page-head figure {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-head figure img {
  width: 100%;
  height: auto;
  position:relative;
  top:50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-head figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
}
.page-head figcaption h1 {
  font-size: 70px;
  font-family: "Roboto", Arial, sans-serif;
  color: white;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.page-head figcaption .separator {
  width: 70px;
  border-bottom: solid 4px white;
  margin: 10px 0;
}
.page-head figcaption ul {
  float: left;
  list-style: none;
  padding: 0;
  margin-left: 30px;
}
.page-head figcaption ul:first-of-type {
  margin-left: 0;
}
.page-head figcaption ul li:before {
  content: "â¢ ";
  color: white;
  margin-right: 10px;
}
.page-head figcaption ul li a {
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}

.cat_description {
    float: left;
    text-align: justify;
    width: 100%;
}


.promo-slider figure {
  position: relative;
}
.promo-slider figure img {
  width: 100%;
  height: auto;
}
.promo-slider figure figcaption {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0px;
  text-align: center;
  float: left;
}

.promo-slider figure figcaption h3 {
  color: white;
  font-size: 50px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.promo-slider figure figcaption h3 a {
  color: white;
  text-decoration: none;
}
.promo-slider figure figcaption h3 .red {
  color: #f0877c;
}
.promo-slider figure figcaption h3 .grey {
  color: #b5b5b5;
}
.promo-slider figure figcaption h4 {
  color: white;
  font-size: 22px;
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  font-weight: normal;
}
.promo-slider figure figcaption h4 a {
  color: white;
  text-decoration: none;
}
.promo-slider figure figcaption h4 .black {
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: bold;
}
.promo-slider figure figcaption .separator {
  width: 70px;
  border: solid 3px white;
  display: inline-block;
  margin: 10px;
}
.promo-slider .flex-control-nav {
  bottom: 15px;
}
.promo-slider .flex-control-paging li a {
  border: solid 2px white;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-slider .flex-control-paging li a.flex-active {
  border: solid 2px #f0877c;
  background: #f0877c;
}
.promo-slider .flex-control-paging li a:hover {
  border: solid 2px #f0877c;
  background: #f0877c;
}
.custom-checkbox {
  padding-left: 6px;
  float: left;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-checkbox.half-size {
  width: 50%;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
.custom-checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -7px;
  background-color: transparent;
  border: solid 1px #cccccc;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  background-color: #f8d8d5;
}
.filter-bar {
  background-color: #eeeeee;
  width: 100%;
  padding: 6px 15px 5px;
  float: left;
  margin-bottom: 0;
}
.filter-bar .half {
  width: 33.33%;
  float: left;
}
.filter-bar label {
  font-size: 13px;
  line-height: 30px;
  font-family: "Verdana", Arial, sans-serif;
  color: #999999;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.filter-bar .sort-wrap {
  display: inline-block;
  vertical-align: middle;
}
.filter-bar .chosen-select {
  width: 150px;
}
.filter-bar .chosen-container {
  width: 150px;
}
.filter-bar .chosen-container.chosen-container-single .chosen-single {
  height: 30px;
}
.filter-bar .chosen-container.chosen-container-single .chosen-single span {
  line-height: 27px;
  margin-right: 30px;
}
.filter-bar .chosen-container.chosen-container-single .chosen-single div {
  width: 30px;
}
.chosen-select {
  width: 200px;
  height: 20px;
}
.chosen-select.full-width {
  width: 100%;
}
.chosen-container {
  vertical-align: middle;
}
.chosen-container.chosen-with-drop {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chosen-container.chosen-container-active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chosen-container.chosen-container-single .chosen-single {
  background: white;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 13px;
  line-height: 17px;
  font-family: "Verdana", Arial, sans-serif;
  border: solid 1px #d6d6d6;
  color: #999999;
  height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chosen-container.chosen-container-single .chosen-single span {
  font-size: 13px;
  line-height: 33px;
}
.chosen-container.chosen-container-single .chosen-single div {
  border-left: solid 1px #d6d6d6;
  width: 35px;
}
.chosen-container.chosen-container-single .chosen-single div b {
  background-position: 6px 4px;
  background-image: url('select-icon.png') !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container .chosen-drop {
  border: solid 1px #d6d6d6;
  font-size: 13px;
  line-height: 17px;
  font-family: "Verdana", Arial, sans-serif;
  color: #999999;
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #d6d6d6;
  color: black;
}
.chosen-container .chosen-drop .chosen-results li.result-selected {
  background: #d6d6d6;
  color: black;
}
.show-wrap {
  display: inline-block;
}
.show-wrap label {
  font-size: 13px;
  line-height: 30px;
  font-family: "Verdana", Arial, sans-serif;
  color: #999999;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.show-wrap .chosen-select {
  width: 100px;
  height: 30px;
}
.show-wrap .chosen-container {
  width: 150px;
}
.show-wrap .chosen-container.chosen-container-single .chosen-single {
  height: 30px;
}
.show-wrap .chosen-container.chosen-container-single .chosen-single span {
  line-height: 27px;
  margin-right: 30px;
}
.show-wrap .chosen-container.chosen-container-single .chosen-single div {
  width: 30px;
}
.range-wrap {
  margin-left: 30px;
}
.custom-range .slider-handle {
  width: 9px;
  height: 14px;
  border: solid 2px #a3a3a3;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: white;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.custom-range .slider-handle b {
  display: inline-block;
  top: -15px;
  position: relative;
  right: -9px;
  font-size: 13px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  line-height: 13px;
  color: #a3a3a3;
}
.custom-range .slider-selection {
  background: #a3a3a3;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.custom-range .slider.slider-horizontal .slider-track {
  height: 6px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin-top: -3px;
}
.custom-range .slider.slider-horizontal .slider-handle {
  margin-left: -4px;
  margin-top: -4px;
}
.custom-range .slider.slider-horizontal {
  height: 17px;
}
.text-editor {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-family: "Verdana", Arial, sans-serif;
}
.text-editor em {
  font-size: 13px;
  line-height: 18px;
  font-family: "Roboto", Arial, sans-serif;
}
.text-editor ul {
  padding-left: 15px;
}
.text-editor h1 {
  color: #555555;
  font-size: 25px;
  line-height: 25px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  border-bottom: solid 2px #555555;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 15px;
}
.text-editor .space-separator {
  width: 100%;
  margin: 30px 0;
  display: inline-block;
  clear: both;
}
.text-editor .image-overlay {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.text-editor .image-overlay img {
  width: 100%;
  height: auto;
}
.text-editor .image-overlay .overlay {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
}
.text-editor .image-overlay .overlay .title {
  border-top: solid 4px white;
  padding: 15px 10px 0;
  font-size: 45px;
  line-height: 45px;
  color: white;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
}
.text-editor .image-overlay .overlay .small-separator {
  border-top: solid 4px white;
  width: 70px;
  display: inline-block;
}
.text-editor blockquote {
  border-left: solid 3px #999999;
  font-style: italic;
  color: #999999;
  padding: 0 0 0 20px;
  margin: 45px 10px 45px 20px;
  font-weight: 300;
}
.highlight.red {
  color: #f0877c;
}
.team-member {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.team-member figure {
  width: 100%;
  -webkit-border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 200px;
  -moz-background-clip: padding;
  border-radius: 200px;
  background-clip: padding-box;
  margin-bottom: 10px;
  position: relative;
}
.team-member figure:hover .social-buttons {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-member figure:hover .overlay {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.team-member figure img {
  -webkit-border-radius: 2000px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2000px;
  -moz-background-clip: padding;
  border-radius: 2000px;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
.team-member figure .overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: black;
  -webkit-border-radius: 2000px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2000px;
  -moz-background-clip: padding;
  border-radius: 2000px;
  background-clip: padding-box;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.team-member figure .social-buttons {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  margin-top: -20px;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.team-member figure .social-button {
  background-color: transparent;
  background-image: url("social-icon-white.png");
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  text-align: left;
  text-indent: -9999px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 40px;
  border: solid 2px white;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.team-member figure .social-button:hover {
  background-color: #f0877c;
  border: solid 2px #f0877c;
}
.team-member figure .social-button.facebook {
  background-position: -1px -1px;
}
.team-member figure .social-button.twitter {
  background-position: -1px -41px;
}
.team-member .title {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-family: "Roboto", Arial, sans-serif;
  color: #999999;
  display: inline-block;
}
.team-member .name {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  color: #666666;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.product-details {
  width: 100%;
  float: left;
}
.product-details h1 {
  color: #555555;
  font-size: 25px;
  line-height: 25px;
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
  margin: 10px 0;
}

.product_nav {
    float: left;
    margin-left: 65px;
    margin-top: 10px;
    padding: 10px;
    width: 75%;
}
.product_nav .next {float:right;}
.product_nav .prev {float:left;}

.product-details hr {
  border-top-color: #eeeeee;
  margin: 10px 0;
}
.hidden {
  display:block;
}
.product-details .rating-line {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  color: #afafaf;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.product-details .rating-line .stars {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.product-details .rating-line .review-count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.product-details .rating-line .review-count a {
  color: #afafaf;
  text-decoration: none;
}
.product-details .details {
  margin-bottom: 20px;
}
.product-details .details .detail-line {
  width: 100%;
  display: inline-block;
  color: #777777;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}
.product-details .details strong {
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  color: #555555;
  width:125px;
  float:left;
  font-weight:normal;
}
.product-details .description {
  display: inline-block;
  color: #777777;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}
.product-details .buttons {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.product-details .buttons .chosen-select {
  width: 100%;
}
.product-details .buttons .form-control {
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
  height: 36px;
  text-align: center;
  border-left: none;
  font-weight: normal;
  font-size: 16px;
  font-family: "Verdana", Arial, sans-serif;
  color: #999999;
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-details .buttons .form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-details .buttons .input-group-btn .btn {
  padding: 7px 12px;
  color: #999999;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 400;
	border:1px solid #ccc;
  -webkit-background-clip: padding-box;

  -moz-background-clip: padding;
  background-clip: padding-box;
}


.input-group-btn .btn.qtyminus { 
  border-radius: 2px 0px 0px 2px;   
  -webkit-border-radius: 2px 0px 0px 2px;
	  -moz-border-radius: 2px 0px 0px 2px;
}

.input-group-btn .btn.qtyplus { 
  border-radius: 0px 2px 2px 0px;
-webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;}




/* qTip2 v2.2.0 css3 | qtip2.com | Licensed MIT, GPL | Tue Mar 25 2014 04:20:19 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:400px;min-width:100px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}
.tooltip-content { display:none; }

.product-details .price-line {
  width: 100%;
  display: inline-block;
}
.product-details .price-line .price {
  color: #222222;
  font-size: 23px;
  line-height: 23px;
  font-family: "Roboto", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-weight: 700;
}
.product-details .price-line .price del{
  color:#a1a1a1;
  text-decoration: line-through;
}
.product-details .price-line .price del .money{
  color:#a1a1a1;
}
.product-details .price-line .custom-button {
  margin-right: 20px;
}
.product-details .price-line .small-buttons {
  display: inline-block;
  vertical-align: middle;
}

  
.product-details .price-line .small-buttons a {
  color: #999999;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.product-details .price-line .small-buttons a:hover {
  color: #666666;
}
.product-details .price-line .small-buttons a:hover .wrap-icon {
  border: solid 2px #666666;
  color: #666666;
}
.product-details .price-line .small-buttons a .wrap-icon {
  padding: 0px 4px 0px;
  border: solid 2px transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
}
.product-details .share-line {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product-details .share-line .title {
  color: #6d6c67;
  font-size: 12px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product-details .share-line .share-widget {
  display: inline-block;
  vertical-align: middle;
}
.widget-review-line {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #888888;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.widget-review-line .name {
  font-family: "Roboto", Arial, sans-serif;
  color: #555555;
  font-size: 17px;
}
.widget-review-line .stars {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.widget-review-line .review-count {
  display: inline-block;
  vertical-align: middle;
}
.widget-review-line .review-count a {
  color: #999999;
  text-decoration: none;
}
.product-collapse .panel-title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-top: -1px;
  text-transform: uppercase;
}
.product-collapse .panel-title a {
  text-decoration: none;
  display: inline-block;
  border-top: solid 1px #444444;
  padding-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color:#555555;
}
.product-collapse .panel-title a.collapsed {
  border-top: solid 1px transparent;
}
.product-collapse .panel-group {
  border-bottom: solid 1px #eeeeee;
}
.product-collapse .panel {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-collapse .panel-heading {
  padding: 0;
  padding-bottom: 10px;
}
.product-collapse .panel-default > .panel-heading {
  background-color: transparent;
  border-top: solid 1px #eeeeee;
}
.product-collapse .panel-body {
  padding: 15px 0;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
}
.product-collapse .panel-body ul {
  padding-left: 20px;
  line-height: 30px;
}
.product-collapse .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.product-collapse .panel-group .panel:last-child .panel-heading + .panel-collapse .panel-body {
  border-bottom: solid 1px #eeeeee;
}
.product-collapse .category-article.category-list figure {
  width: 170px;
}

.category-article .coll-image-wrap img { width:100%;}

.product-collapse .category-article.category-list .text-wrap {
  margin-left: 185px;
}
.product-collapse .category-article.category-list .text-wrap .right {
  width: 130px;
}
.product-collapse .category-article.category-list .text-wrap .text {
  margin-right: 145px;
  padding-right: 10px;
}
.spacer {
  display: inline-block;
  width: 100%;
  margin: 37px 0;
}
.section-title {
  width: 100%;
  float: left;
  border-top: solid 1px #eeeeee;
}
.section-title h1 {
  font-size: 18px;
  line-height: 19px;
  color: #333333;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  border-top: solid 1px #444444;
  margin-top: -1px;
  padding-top: 10px;
  margin-bottom: 37px;
  text-transform: uppercase;
  display: inline-block;
  font-weight:bold;
}
.show-more-line {
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: solid 1px #eeeeee;
  display: inline-block;
}
.show-more-line .button {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: solid 2px #444;
  position: absolute;
  width: 34px;
  height: 34px;
  top: -18px;
  left: 50%;
  margin-left: -17px;
  text-align: center;
  font-size: 23px;
  line-height: 34px;
  color: #444;
  font-size: 33px;
  font-family: "Verdana", Arial, sans-serif;
  line-height: 27px;
  text-decoration: none;
}
.shopping-cart {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
.shopping-cart .table thead > tr > th, .shopping-cart .table tbody > tr > th, .shopping-cart .table tfoot > tr > th, .shopping-cart .table thead > tr > td, .shopping-cart .table tbody > tr > td, .shopping-cart .table tfoot > tr > td {
  padding: 0;
}
.shopping-cart .table thead > tr > th {
  text-align: center;
}
.shopping-cart .table thead > tr > th:first-child .title-wrap {
  border-left: none;
}
.shopping-cart .title-wrap {
  border-left: solid 1px #cccccc;
  margin: 8px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #444444;
}
.shopping-cart .cart-product {
  display: inline-block;
  weight: 100%;
  margin: 20px 0;
}
.shopping-cart .cart-product figure {
  width: 175px;
  float: left;
}
.shopping-cart .cart-product figure img {
  width: 100%;
  height: auto;
}
.shopping-cart .cart-product .text {
  margin-left: 195px;
  margin-right: 20px;
}
.shopping-cart .cart-product .text h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
  margin: 0;
  margin-bottom: 5px;
}
.shopping-cart .cart-product .text h2 a {
  color: #555555;
  text-decoration: none;
}
.shopping-cart .cart-product .text .details {
  width: 100%;
  display: inline-block;
}
.shopping-cart .cart-product .text .details .detail-line {
  width: 100%;
  display: inline-block;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
  font-family: "Verdana", Arial, sans-serif;
}
.shopping-cart .cart-product .text .details .detail-line strong {
  color: #555555;
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}
.shopping-cart .product-code {
  margin: 26px 0;
  width: 100%;
  padding: 0 8px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-family: "Verdana", Arial, sans-serif;
}
.shopping-cart .price {
  margin: 26px 0;
  width: 100%;
  padding: 0 8px;
  text-align: center;
  color: #222222;
  font-size: 17px;
  line-height: 17px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
}
.shopping-cart .quantity {
  margin: 20px 0;
  width: 100%;
  padding: 0 8px;
  text-align: center;
}
.shopping-cart .quantity .form-control {
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
  height: 31px;
  text-align: center;
  border-right: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Verdana", Arial, sans-serif;
  color: #999999;
}
.row .col-sm-12 a.btn.btn-default.btn-lg.custom-button.pull-left{
  margin-right:15px;
}

.shopping-cart .quantity .input-group {
  margin: 0 10px;
}
.shopping-cart .quantity .input-group-btn .btn {
  padding: 4px 12px 5px;
  color: #999999;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
.shopping-cart .subtotal {
  margin: 26px 0;
  width: 100%;
  padding: 0 8px;
  text-align: center;
  color: #f0877c;
  font-size: 17px;
  line-height: 17px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
}
.shopping-cart .custom-button {
  margin-top: 20px;
  padding: 2px 5px 0px;
  border-color: transparent;
  color: #444444;
}
.shopping-cart .custom-button:hover {
  border: solid 2px #444444;
  background-color: transparent;
  color: #444444;
}
.compare-product {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.compare-product .table thead > tr > th, .compare-product .table tbody > tr > th, .compare-product .table tfoot > tr > th, .compare-product .table thead > tr > td, .compare-product .table tbody > tr > td, .compare-product .table tfoot > tr > td {
  padding: 0;
  text-align: center;
}
.compare-product .table thead > tr > th {
  text-align: center;
}
.compare-product .table thead > tr > th:first-child .title-wrap {
  border-left: none;
}
.compare-product .title-wrap {
  border-left: solid 1px #cccccc;
  margin: 8px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #444444;
}
.compare-product .product-code {
  margin: 26px 0;
  width: 100%;
  padding: 0 8px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-family: "Verdana", Arial, sans-serif;
}
.compare-product .price {
  margin: 15px 0;
  width: 100%;
  padding: 0 8px;
  text-align: center;
  color: #222222;
  font-size: 17px;
  line-height: 17px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
}
.compare-product .rating-line {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.compare-product .rating-line .stars {
  display: inline-block;
}
.compare-product .weight {
  margin: 15px 0;
  width: 100%;
  padding: 0 8px;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
.compare-product .dimensions {
  margin: 15px 0;
  width: 100%;
  padding: 0 8px;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
.compare-product .summary {
  width: 90%;
  padding: 0 5%;
  margin: 15px 0;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
  font-family: "Verdana", Arial, sans-serif;
  text-align: center;
}
.compare-product .brand-name {
  margin: 15px 0;
  width: 100%;
  padding: 0 8px;
  color: #222222;
  font-size: 16px;
  line-height: 17px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.compare-product .availability {
  margin: 15px 0;
  width: 100%;
  padding: 0 8px;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
.compare-product .product-wrap {
  text-align: center;
  padding: 15px;
}
.compare-product .product-wrap figure {
  display: inline-block;
  width: 175px;
  margin-bottom: 20px;
}
.compare-product .product-wrap figure img {
  width: 100%;
  height: auto;
}
.compare-product .product-wrap h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  margin: 0;
  display: inline-block;
  width: 175px;
}
.compare-product .custom-button {
  margin-top: 15px;
}
.compare-product .custom-button.no-border {
  margin-top: 20px;
  padding: 2px 5px 0px;
  border-color: transparent;
  color: #444444;
}
.compare-product .custom-button.no-border:hover {
  border: solid 2px #444444;
  background-color: transparent;
  color: #444444;
}
.compare-product .strong {
  padding: 15px 15px;
  width: 100%;
  text-transform: uppercase;
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  text-align: left;
}

#wrapper-response { padding-left:15px; margin-top:15px; }
#wrapper-response ul#shipping-rates { float:left; margin-left:0px; }

.total-box .table thead > tr > th, .total-box .table tbody > tr > th, .total-box .table tfoot > tr > th, .total-box .table thead > tr > td, .total-box .table tbody > tr > td, .total-box .table tfoot > tr > td {
  text-align: center;
}
.total-box .table tbody > tr > td:first-child {
  border-right: solid 1px #ddd;
}
.total-box .table tfoot > tr > td:first-child {
  border-right: solid 1px #ddd;
}
.total-box .table tfoot > tr > td {
  border-top: double 3px #ddd;
  border-bottom: double 3px #ddd;
}
.total-box .strong {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #777777;
  padding: 8px 0 8px;
}
.total-box .price {
  color: #222222;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding: 2px 0;
}
.total-box tfoot .strong {
  font-size: 18px;
  color: #666666;
}
.total-box tfoot .price {
  font-size: 20px;
  color: #f0877c;
}
.total-box.checkout {
  margin-top: 30px;
}
.total-box.checkout .table tr td:first-child {
  text-align: right;
  padding-right: 50px;
}
.margin-top {
  margin-top: 30px;
}
.total-cost-selectors {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}
.total-cost-selectors .nav-stacked > li:first-child {
  border-top: none;
}
.total-cost-selectors .nav-stacked > li {
  border-top: solid 1px #ddd;
}
.total-cost-selectors .nav-pills > li.active > a, .total-cost-selectors .nav-pills > li.active > a:hover, .total-cost-selectors .nav-pills > li.active > a:focus {
  background: transparent;
  border-top: solid 1px #444444;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-weight: bold;
  color: #555555;
}
.total-cost-selectors .nav > li > a:hover, .total-cost-selectors .nav > li > a:focus {
  background: transparent;
}
.total-cost-selectors .nav > li > a {
  border-top: solid 1px transparent;
  margin-top: -1px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 20px;
  color: #555555;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0 12px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.total-cost-selectors .nav-stacked > li + li {
  border-top: solid 1px #ddd;
  margin-top: 5px;
}
.total-cost-selectors .tab-content {
  min-height: 170px;
  padding-top: 13px;
  margin-bottom: 30px;
}
.total-cost-selectors .tab-content .info {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 25px;
}
.total-cost-selectors .form-group {
  margin-bottom: 20px;
}
.total-cost-selectors .form-group label {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  color: #777777;
  text-align: left;
  line-height: 17px;
  font-weight: 300;
}
.total-cost-selectors .form-group .form-control {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: 300;
  color: #757575;
  font-family: "Verdana", Arial, sans-serif;
  border-color: #d6d6d6;
  padding: 4px 12px;
  height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.total-cost-selectors .form-group .custom-button {
  padding: 5px 8px;
}

.total-cost-selectors .col-sm-5 { padding-right:10px;}
.total-cost-selectors .col-sm-7 { padding-left:5px;}

.required {
  color: #f0877c;
}
.checkout-form {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.checkout-form .panel {
  background: transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkout-form .panel-heading .panel-title > a {
  color: #444444;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.checkout-form .panel-heading .panel-title > a .step-count {
  text-transform: none;
}
.checkout-form .panel-heading .panel-title > a:hover:after {
  border: solid 2px #444;
}
.checkout-form .panel-heading .panel-title > a:after {
  position: absolute;
  content: "";
  background-image: url('../img/chvron-up.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  top: -4px;
  right: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 2px transparent;
  color: #444;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkout-form .panel-heading .panel-title > a.collapsed:after {
  content: "";
  background-image: url('chvron-down.png');
}
.checkout-form .panel-default > .panel-heading {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: transparent;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}
.checkout-form .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.checkout-form .panel-body {
  border-top: none;
  padding: 50px 0;
}
.checkout-form h2 {
  color: #444645;
  font-size: 25px;
  line-height: 25px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.checkout-form .info {
  color: #ababab;
  font-size: 14px;
  line-height: 22px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.checkout-form .form-space {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.checkout-form .custom-checkbox {
  margin: 2px 0 5px;
  padding-left: 20px;
  width: 100%;
  display: inline-block;
}
.checkout-form .custom-checkbox:first-of-type {
  margin-top: 0;
}
.checkout-form .custom-checkbox label {
  color: #ababab;
  font-size: 14px;
  line-height: 22px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  padding-left: 5px;
}
.checkout-form .custom-checkbox label:before {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.checkout-form .custom-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  background-color: transparent;
  background-image: url("tick.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.checkout-form .input-group {
  margin-bottom: 20px;
}
.checkout-form .input-group:last-of-type {
  margin-top: 0;
}
.checkout-form .input-group .form-control {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-left: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px 6px 6px;
  color: #9d9d9d;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  height: 45px;
  border-width: 2px;
}
.checkout-form .input-group .form-control:focus {
  border-color: #ccc;
}
.checkout-form .input-group .input-group-addon {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: transparent;
  padding: 6px 0px 6px 12px;
  color: #c4c4c4;  
}
.checkout-form .privacy-policy {
  color: #f0877c;
}
.checkout-form .chosen-container-single {
  margin-bottom: 18px;
}
.checkout-form .chosen-container-single .chosen-single {
  height: 35px;
  background-color: transparent;
}
.checkout-form .chosen-container-single .chosen-single span {
  line-height: 33px;
  margin-right: 35px;
}
.checkout-form .chosen-container-single .chosen-single div {
  width: 35px;
  background-color: white;
}
.checkout-form .chosen-container-single .chosen-single div b {
  width: 25px;
  margin: 4px 5px;
}
.checkout-form .chosen-container-single .chosen-single {
  height: 46px;
  border: solid 2px #ccc;
}
.checkout-form .chosen-container-single .chosen-single span {
  line-height: 43px;
  margin-right: 45px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  color: #9d9d9d;
}
.checkout-form .chosen-container-single .chosen-single div {
  width: 45px;
  border-left: solid 2px #ccc;
}
.checkout-form .chosen-container-single .chosen-single div b {
  width: 45px;
  margin: 0;
}
.checkout-form .shopping-cart .quantity .form-control {
  border-left: 1px solid #ccc;
  height: 30px;
  border-width: 1px;
}

.pagination>li {
  display:inline-block !important;
}

.figure-overlay .contact-form {margin-bottom:15px;clear:both;float:left;}

form#customer_login .contact-form { margin-top:40px; }

.wish_btn {height:30px;width:30px;}

.customer-logged-in .contact-form h2 { margin-bottom:20px; margin-top:20px;}

.customer-logged-in .contact-form th { padding-left: 10px; text-align: left; }
.customer-logged-in .contact-form td { padding-right: 15px; text-align: right; }

.contact-form {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.contact-form h2 {
  font-size: 25px;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
  color: #444645;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.contact-form .input-group {
  margin-bottom: 20px;
  text-transform:uppercase;
}

.contact-form .input-group .form-control {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;  
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px 6px 6px;
  color: #9d9d9d;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: inherit;
  height: 45px;
}
.contact-form .input-group .form-control:focus {
  border-color: #ccc; 
}
.contact-form .input-group .input-group-addon {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: transparent;
  padding: 6px 6px 6px 12px;
  color: #c4c4c4;

}
.contact-form .info {
  color: #ababab;
  font-size: 14px;
  line-height: 18px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top:2px;
}
.contact-form .form-control {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px 6px 12px;
  color: #9d9d9d;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: inherit;
  
}
.contact-form input.form-control {
  height: 45px;
}
.contact-form textarea {
  margin-bottom: 10px;
  display: inline-block;
  height: 165px;
  padding-left: 37px !important;
  background-image: url('pencil.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;  
}
.contact-form .captcha-wrap {
  border: solid 2px #ccc;
  display: inline-block;
  width: 100%;
  height: 45px;

}
.contact-form .captcha-wrap img {
  width: 100%;
  height: auto;
}
.contact-form input[type="submit"] {
  margin-top: 20px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
}
.author-box {
  width: 100%;
  border: double 3px #cacaca;
  padding: 20px;
  float: left;
  margin: 60px 0 100px;
}
.author-box .name-box {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.author-box .name-box h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: "Roboto", Arial, sans-serif;
  color: #555555;
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 2px #cacaca;
  text-align: right;
}
.author-box .name-box .social-href {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.author-box .name-box .social-href li {
  width: 100%;
}
.author-box .name-box .social-href li a {
  color: #999999;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}
.author-box figure {
  float: left;
  width: 135px;
}
.author-box figure img {
  width: 100%;
  height: auto;
}
.author-box .text {
  margin-left: 265px;
}
.author-box .text h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", Arial, sans-serif;
  color: #555555;
  margin-bottom: 10px;
  font-weight: 600;
}
.author-box .text p {
  font-family: "Verdana", Arial, sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.main-widget {
  float: left;
  width: 100%;
  position:relative;
  margin-bottom: 30px;
}
.main-widget .widget-title {
  width: 100%;
  float: left;
  border-bottom: solid 2px #e9e9e9;
  margin-bottom: 30px;
  position: relative;
}
.container-featured .main-widget .widget-title {
  width: 100%;
  position: absolute;
  height:100%;
}
.main-widget .widget-title .slider-controls {
  position: absolute;
    right: 0;
    text-align: right;
    top: 5px;
    width: 100%;
  height:100%;
}
.main-widget .widget-title h2, .main-widget .widget-title h3 {
  color: #444444;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: solid 2px #444444;
  margin-bottom: -2px;
  display: inline-block;
}
.main-widget .widget-title h2 {
  font-size: 28px;
  line-height: 40px;
}
.main-widget .widget-title h3 {
  font-size: 23px;
}
.main-widget .widget-content {
  float: left;
  width: 100%;
}
.related-posts-slider {
  width: 100%;
  float: left;
}
.related-posts-slider.flexslider {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.related-posts-slider figure {
  width: 100%;
  float: left;
}
.related-posts-slider figure img {
  width: 100%;
  height: auto;
}
.related-posts-slider h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  color: #555555;
  margin-bottom: 10px;
  font-weight: 600;
}
.related-posts-slider h2 a {
  color: #555555;
  text-decoration: none;
}
.blog-comments {
  margin-bottom: 100px;
}
.blog-comments .comment {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.blog-comments .user {
  float: left;
  width: 105px;
}
.blog-comments .user figure {
  width: 90px;
  float: left;
  margin-bottom: 10px;
}
.blog-comments .user figure img {
  width: 100%;
  height: auto;
}
.blog-comments .user .name {
  width: 100%;
  display: inline-block;
  color: #666666;
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto", Arial, sans-serif;
}
.blog-comments .user .date {
  width: 100%;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", Arial, sans-serif;
}
.blog-comments .text {
  margin-left: 130px;
}
.blog-comments .text h3 {
  width: 100%;
  display: inline-block;
  color: #555555;
  font-size: 17px;
  line-height: 18px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
.blog-comments .text .reply {
  color: #f0877c;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: none;
}
.blog-comments .text .text-wrap {
  font-family: "Verdana", Arial, sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.blog-comments .comment-style {
  float: left;
  width: 100%;
  border: solid 1px #cacaca;
  padding: 20px;
  position: relative;
}
.blog-comments .comment-style:before {
  position: absolute;
  top: 23px;
  left: -13px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 13px solid #cacaca;
  border-bottom: 10px solid transparent;
  border-right-color: #cacaca;
  content: '';
}
.blog-comments .comment-style:after {
  position: absolute;
  top: 24px;
  left: -12px;
  display: inline-block;
  border-top: 9px solid transparent;
  border-right: 12px solid #fbfbfb;
  border-bottom: 9px solid transparent;
  content: '';
}
.blog-comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-comments ul > li > ul {
  padding-left: 70px;
}
.blog-comments ul > li > ul > li > ul {
  padding-left: 70px;
}
.not-found-image {
  padding: 30px;
}
.not-found-image img {
  width: 100%;
  height: auto;
}
.not-found-form {
  background-color: #ededed;
  padding: 20px 30px 40px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  position: relative;
  margin: 100px 5px 50px;
}
.not-found-form:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -57px;
  height: 57px;
  width: 97px;
  background-image: url('not-found-form.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.not-found-form h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: normal;
  margin: 10px 0;
  width: 100%;
  color: #2a2a2a;
  text-transform: uppercase;
}
.not-found-form h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin: 10px 0 20px;
  width: 100%;
  color: #2a2a2a;
}
.not-found-form p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
  margin: 10px 0 20px;
  width: 100%;
  color: #777777;
}
.not-found-form .input-group .form-control {
  background-color: #f4f4f4;
  border-right: none;
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
  color: #a4a4a4;
  height: 45px;
}
.not-found-form .input-group .form-control:focus {
  border-color: #ccc;
}
.not-found-form .input-group .input-group-btn .btn {
  border-left: none;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
  background: #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
}
.homepage-products {
  float: left;
  width: 100%;
  margin-bottom:60px; 
}
.homepage-products .nav-tabs {
  border-top: solid 1px #eeeeee;
  border-bottom: none;
  margin-bottom: 20px;
}
.homepage-products .nav-tabs > li.active > a, .homepage-products .nav-tabs > li.active > a:hover, .homepage-products .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-top: solid 1px #444444;
  color: #444444;
}
.homepage-products .nav-tabs > li {
  margin-left: 60px;
}
.homepage-products .nav-tabs > li:first-child {
  margin-left: 0;
}
.homepage-products .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #666666;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  border: none;
  border-top: solid 1px transparent;
  margin-top: -1px;
  padding: 10px 0;
}
.homepage-products .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  border-top: solid 1px #444444;
}
.newsletter-widget {
  width: 100%;
  border: double 3px #cacaca;
  background: white;
  text-align: center;
  padding: 40px 30px;
  float: left;
}
.newsletter-widget h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  color: #555555;
  margin: 0;
  text-transform: uppercase;
}
.newsletter-widget .small-separator {
  width: 70px;
  display: inline-block;
  border-top: solid 4px #555555;
  margin: 16px 0px 21px;
}
.newsletter-widget p {
  color: #777777;
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:23px;
}
.newsletter-widget .form-control {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: solid 1px #cacaca;
  height: 40px;
  text-align: center;
  color: #999999;
  background-color: #fbfbfb;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}
.logo-slider figure {
  width: 100%;
  float: left;
  overflow:hidden;
}
.logo-slider figure img {
  width: 201%;
  height: auto;
}
.logo-slider figure img:hover  {
  width: 201%;
  height: auto;
  float:right;
  opacity: .8;
}
.text-widget h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555555;
  margin: 0;
  margin-bottom: 10px;
}
.text-widget p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #777777;
}
.team-slider {
  width: 100%;
  position: relative;
  float: left;
}
.team-slider .slider-controls {
  top: -3px;
}
.team-slider h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555555;
  margin: 0;
  margin-bottom: 10px;
}
.team-slider p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #777777;
}
.team-slider figure {
  float: left;
  width: 170px;
}
.team-slider figure img {
  
  width: 100%;
  height: auto;
}
.team-slider .text {
  margin-left: 190px;
}
.team-slider .text h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555555;
  margin: 0;
  margin-bottom: 5px;
}
.team-slider .text .function {
  font-style: italic;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #777777;
  display: block;
}
.team-slider .text p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #777777;
}
.combined-boxes {
  width: 100%;
  float: left;
}
.combined-boxes .big-image {
  margin-top: 29px;
}
.combined-boxes .big-image:first-child {
  margin-top: 0;
}
.presentation-boxes {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.big-image {
  width: 100%;
  float: left;
  position: relative;
}
.big-image img {
  width: 100%;
  height: auto;
}
.big-image figcaption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
}
.big-image figcaption .content {
  float: left;
  width: 100%;
}
.big-image figcaption .small-separator {
  width: 70px;
  border-top: solid 4px white;
  margin: 10px 0;
  display: inline-block;
}
.big-image figcaption h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 115px;
  line-height: 115px;
  color: #f0877c;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.big-image figcaption h1 a {
  color: #f0877c;
  text-decoration: none;
}
.big-image figcaption h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: white;
  margin: 95px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.big-image figcaption h2 a {
  color: white;
  text-decoration: none;
}
.big-image figcaption h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: white;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.big-image figcaption h3 a {
  color: white;
  text-decoration: none;
}
.big-image figcaption .image-link {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.homepage-slider {
  width: 100%;
  float: left;
  /* margin: 20px 0 0; */
}
.homepage-slider .sliderTypeOne {
  width: 100%;
  float: left;
  position: relative;
}
.homepage-slider .sliderTypeOne.flexslider {
  background-color: transparent;
  margin: 0;
  margin-bottom: 30px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.homepage-slider .sliderTypeOne .slider-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
  z-index: 200;
}
.homepage-slider .sliderTypeOne .slider-controls button {
  font-size: 22px;
  height: 36px;
  width: 50px;
  border: solid 2px white;
  color: white;
  padding-left: 7px;
}
.homepage-slider .sliderTypeOne .slider-controls button:hover {
  border: solid 2px white;
  background-color: #f0877c;
  color: white;
}
.homepage-slider .sliderTypeOne .slider-controls .prev {
  float: left;
  margin-left: 20px;
}
.homepage-slider .sliderTypeOne .slider-controls .next {
  float: right;
  margin-right: 20px;
}
.homepage-slider .sliderTypeOne li {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.homepage-slider .sliderTypeOne li .slide-content {
  text-align: center;
  margin-top:200px;
  vertical-align: middle;
  height: 550px;
}
.slides > li {
  list-style: none;
}
.homepage-slider .sliderTypeOne li .slide-content.all-white h1 {
  color: white;
  border-top-color: #ffffff;
}
.homepage-slider .sliderTypeOne li .slide-content.all-white .small-separator {
  border-top-color: #ffffff;
}
.homepage-slider .sliderTypeOne li .slide-content.all-white p {
  color: white;
}
.homepage-slider .sliderTypeOne li .slide-content.all-white .custom-button {
  color: white;
  border-color: white;
}
.homepage-slider .sliderTypeOne li .slide-content .inner {
  display: inline-block;
  width: 80%;
  text-align: center;
}
.homepage-slider .sliderTypeOne h1 {
  border-top: solid 4px #555555;
  padding: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  color: #555555;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
}
.homepage-slider .sliderTypeOne h1.alternate {
  border-top: none;
  text-transform: none;
}
.homepage-slider .sliderTypeOne .small-separator {
  width: 100px;
  border-top: solid 4px #555555;
  margin: 10px 0;
  display: inline-block;
}
.homepage-slider .sliderTypeOne p {
  width: 70%;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  color: #555555;
}
.product-slider-small {
/*  width: 117px; */
  width:100%;
  margin-right: 10px;
  float: left;
}
.jcarousel-skin-tango {
  width:100%;
}
.jcarousel-skin-tango .jcarousel-container-horizontal, .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width:100% !important;
  height:120px !important;
}
.jcarousel-prev.jcarousel-prev-horizontal, .jcarousel-next.jcarousel-next-horizontal {
  position:absolute;
  top:80px;
  left:0;
  cursor:pointer;
}
.jcarousel-next.jcarousel-next-horizontal {
  left:inherit;
  right:0;
}
.product-slider-small ul {
  list-style: none;
  padding: 0;
}
.product-slider-small img {
  width: 117px;
  height: auto;
  margin-bottom: 10px;
  position:relative;
  top:50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-image-big {
/*  margin-left: 127px;
  height: 440px; */
  height:585px;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display:block;
}
.product-image-big:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon-zoom.png);
}
.product-image-big img {
  display:none;
}

@media (max-width: 1199px) {
  .product-image-big {
    height:455px;
  }
}

@media (max-width: 959px) {
  .product-image-big {
    height:345px;
  }
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
  border: solid 2px #222;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 25px;
  text-align: center;
}
.jcarousel-skin-tango .jcarousel-prev-vertical i {
  line-height: 16px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
  border-color: #f0877c;
  background-color: #f0877c;
  color: white;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
  border: solid 2px #222;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 25px;
  text-align: center;
}
.jcarousel-skin-tango .jcarousel-next-vertical i {
  line-height: 16px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
  border-color: #f0877c;
  background-color: #f0877c;
  color: white;
}
.nav-bar-dropdown.open {
  background-color: #f2f2f2;
}
.nav-bar-dropdown.open .dropdown-toggle {
  background-color: #f2f2f2 !important;
  color: #7b7b7b !important;
}
.nav-bar-dropdown.open .dropdown-menu {
  border-top: solid 1px #f2f2f2;
  border: none;
}
.nav-bar-dropdown .dropdown-menu {
  background-color: #f2f2f2;
  padding: 15px;
  width: 305px;
}
.nav-bar-dropdown .nav-bar-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.nav-bar-dropdown .nav-bar-item figure {
  width: 80px;
  float: left;
}
.nav-bar-dropdown .nav-bar-item figure img {
  width: 100%;
  height: auto;
}
.nav-bar-dropdown .nav-bar-item p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7b7b7b;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.nav-bar-dropdown .nav-bar-item .custom-button {
  float: right;
}
.nav-bar-dropdown .nav-bar-item .custom-button.no-border {
  margin-top: -4px;
  padding: 2px 5px 0px;
  border-color: transparent;
  color: #444444;
}
.nav-bar-dropdown .nav-bar-item .custom-button.no-border:hover {
  border: solid 2px #444444;
  background-color: transparent;
  color: #444444;
}
.nav-bar-dropdown .nav-bar-item .text {
  margin-left: 100px;
  margin-right: 30px;
}
.nav-bar-dropdown .nav-bar-item .text h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.nav-bar-dropdown .nav-bar-item .text h2 a {
  color: #666666;
  text-decoration: none;
}
.nav-bar-dropdown .nav-bar-item .text .price-line {
  width: 100%;
  display: inline-block;
}
.nav-bar-dropdown .nav-bar-item .text .price-line .old-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #999999;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 10px;
}
.nav-bar-dropdown .nav-bar-item .text .price-line .new-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #222222;
  font-weight: bold;
  display: inline-block;
}
.type-selector {
  display: inline-block;
}
.type-selector span {
  color: #999999;
  line-height: 17px;
  font-size: 13px;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.type-selector .custom-button.no-border {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 5px 0px;
  border-color: transparent;
  color: #999999;
}
.type-selector .custom-button.no-border:hover {
  -moz-box-shadow: inset 0 0 0 2px #999999;
-webkit-box-shadow: inset 0 0 0 2px #999999;
box-shadow: inset 0 0 0 2px #999999;
  background-color: transparent;
  color: #999999;
}
.product-collapse {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
  margin-top:0;
}
.twitter-widget {
  margin-top: 50px;
}
.twitter-widget .custom-button {
  margin-top: 6px;
  padding: 4px 8px;
  background-color: white;
}
.twitter-widget .custom-button:hover {
  background-color: #f0877c;
}
.twitter-widget .item {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.twitter-widget .item .user {
  float: left;
  width: 100%;
}
.twitter-widget .item .user figure {
  width: 32px;
  height: 32px;
  float: left;
}
.twitter-widget .item .user figure img {
  width: 100%;
  height: auto;
}
.twitter-widget .item .user .name {
  margin-left: 45px;
}
.twitter-widget .item .user .name a {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  color: #444645;
  line-height: 18px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.twitter-widget .item .user .name .hash {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  font-family: "Verdana", Arial, sans-serif;
}
.twitter-widget .item .text {
  margin-top: 10px;
  float: left;
  width: 100%;
  color: #666666;
  font-size: 15px;
  font-family: "Verdana", Arial, sans-serif;
  line-height: 24px;
}
.twitter-widget .item .text a {
  color: #f0877c;
}
.twitter-widget .item .buttons-line {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.twitter-widget .item .buttons-line a {
  color: #777777;
  line-height: 14px;
  font-family: "Verdana", Arial, sans-serif;
  margin-right: 10px;
}
.twitter-widget .item hr {
  float: left;
  width: 100%;
  border-top: solid 1px #eeeeee;
  margin: 10px 0;
}
.twitter-widget .item .date {
  color: #999999;
  font-size: 14px;
  font-family: "Verdana", Arial, sans-serif;
}
.footer-success, .footer-error {
  display: block;
}
.flex-viewport {
  max-height: 100%;
}
@media (min-width: 980px) and (max-width: 1199px) {

.not-found-form {
  margin: 50px 5px;
}
.chosen-select {
  width: 145px;
}

header .wrapper-block .col-sm-10 { width:80%; }
header .wrapper-block .col-sm-2 { width:20%; }

.category-article.category-grid { min-height:0px;}
.category-article.category-list .text-wrap .text {
  width: 100%;
  float: left;
  border-right: none;
}
.category-article.category-list .text-wrap .right.hidden-lg {
  width: 100%;
  float: left;
}
.category-article.category-list .text-wrap .right a {
  vertical-align: middle;
}
.category-article.category-list .text-wrap .custom-button {
  font-size: 13px;
  margin-right: 10px;
}
.category-article.category-grid figure .figure-overlay {
  padding: 15px 20px;
}
.category-article.category-grid figure .figure-overlay .custom-button {
  font-size: 12px;
  margin-right: 2px;
  padding: 4px 8px;
}

.category-article.category-grid figure .figure-overlay { padding: 35px 20px; }

.category-article.category-grid figure .figure-overlay .excerpt { margin:10px 0px 0px;}

.category-article.category-grid figure .figure-overlay a { margin-bottom:0px;}

.category-article.category-grid figure .figure-overlay .custom-button { margin-bottom:5px 0px;}

.filter-bar .chosen-select { width:130px;}

#payment-options {width:100%;}
.payment-option { margin-left:30px;}

.copyright { width:100%; text-align:center;}


.input-group.search-block #searchsubmit { margin-right:0px;}

.figure-overlay .contact-form { margin-bottom:0px;}

}
@media (min-width: 768px) and (max-width: 999px) {

.col-sm-06 > iframe {width:100%;}

.copyright { text-align:center; }

.social-links { width:84%;}

ul#payment-options { width:80%;}

.big-image figcaption h2 { 
  	font-size: 35px;
    line-height: 35px;
    margin: 70px 0 0;
    padding: 0 10px; 
}

.big-image figcaption h1 { 
  	font-size: 60px;
    line-height: 40px;
    margin: 32px 0 0; }

.combined-boxes .big-image { margin-top:18px;}

.input-group.search-block #searchsubmit {
    margin-right: 0;
}

.article-slider article figure, .team-slider figure {
  width: 100%;
}
.article-slider article .text, .team-slider .text {
  margin-left: 0;
}
.category-article.category-grid figure > img {
  height: auto;
}
.not-found-form {
  margin: 50px 5px;
}
.author-box .text {
  display: inline-block;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}
.category-article.category-grid figure .figure-overlay {
  padding: 38px 10px;
}
.category-article.category-grid figure .figure-overlay .excerpt {
  display: none;
}
.category-article.category-grid figure .figure-overlay .custom-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding:2px 8px;
}

.category-article.category-grid figure .figure-overlay a .wrap-icon {
padding:0px 5px; 
}

.category-article.category-grid figure .figure-overlay a, .figure-overlay .contact-form { margin-bottom:0px;}

.wrapper-block .col-sm-10 { width:75%;}
.wrapper-block .col-sm-2 { width:25%;}

.chosen-select {
  width: 145px;
}
.category-article.category-list .text-wrap .text {
  width: 100%;
  float: left;
  border-right: none;
}
.category-article.category-list .text-wrap .right.hidden-lg {
  width: 100%;
  float: left;
}
.category-article.category-list .text-wrap .right a {
  vertical-align: middle;
}
.category-article.category-list .text-wrap .custom-button {
  font-size: 13px;
  margin-right: 10px;
}
.filter-bar .half {
  width: 100%;
}
.filter-bar .half:first-child {
  margin-bottom: 10px;
}
.filter-bar .half .custom-button.btn-sm {
  float: left !important;
}
.filter-bar .half .range-wrap {
  float: right !important;
}
.main-bottom .half {
  width: 100%;
}
.main-bottom .half:first-child {
  margin-bottom: 10px;
}

.page-head figcaption {
  padding: 10px 30px;
}
body {
  font-size: 12px;
}
.main-nav li {
  margin-left: 30px;
}
.main-nav li li {
  margin-left: 0px;
}
.footer-widget .widget-title h1 {
  font-size: 18px;
}
.footer-widget .widget-title h2 {
  font-size: 15px;
}
.footer-widget .widget-content .links li a {
  font-size: 12px;
  line-height: 19px;
}
.footer-widget .widget-content address {
  font-size: 12px;
  line-height: 25px;
}
.social-links ul li a {
  margin-left: 20px;
}
.pagination li {
  margin-left: 0;
}
.navbar-custom .nav > li { padding:0px;}

.navbar-inverse .navbar-nav>li>a { margin:10px 0px;}

.newsletter-widget { padding:40px 5px }

.newsletter-widget h2 { font-size:20px; }

}
@media (min-width: 320px) and (max-width: 767px) {
.homepage-slider .sliderTypeOne li .slide-content { padding:0px 10%;}
}

@media (min-width: 420px) and (max-width: 600px) {
.homepage-slider .sliderTypeOne li .slide-content { margin-top:100px;}
.category-article.category-grid { width:50% !important; }
}
@media (min-width: 320px) and (max-width: 420px) {
.homepage-slider .sliderTypeOne li .slide-content { margin-top:70px;}
}
@media (min-width: 200px) and (max-width: 767px) {

 .presentation-boxes {
    display: none;
  }

.col-sm-06 > iframe {width:100%;}



.big-image {
  margin-bottom: 20px;
}

.big-image figcaption h2 { 
  	font-size: 30px;
    line-height: 30px;
    margin: 90px 0 0;
    padding: 0 10px; 
}

.big-image figcaption h1 { 
  	font-size: 60px;
    line-height: 40px;
    margin: 60px 0 0; }

.homepage-slider .sliderTypeOne li .slide-content.all-white h1 { width:100%; font-size:40px; line-height:60px;}
.homepage-slider .sliderTypeOne li .slide-content.all-white p { width:60%;}

/*.homepage-products #myTabContent ul li{ width:50%; height:auto;}
.homepage-products #myTabContent ul li img { height:300px;}

li article.category-article.category-grid {width:33%; height: auto;}

.category-article.category-grid figure > img { height:215px; width:33%;} */

.category-article.category-grid figure > img { height:auto;}

.category-article.category-grid .text h2 a { float:none;}


.combined-boxes .big-image {
  margin-top: 0;
}
.article-slider article figure, .team-slider figure {
  width: 100%;
}
.article-slider article .text {
  margin-left: 0;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.newsletter-widget {
  padding: 10px;
}
.logo-slider figure {
  margin-bottom: 10px;
}
.team-slider .text {
  float: left;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}
.team-slider {
  margin-top: 20px;
}
.not-found-form {
  margin: 20px 5px;
}
.author-box .text {
  display: inline-block;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}

.blog-comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-comments ul > li > ul {
  padding-left: 10px;
}
.blog-comments ul > li > ul > li > ul {
  padding-left: 10px;
}
.category-article.category-grid {
  width: 100%;
}
.chosen-select {
  width: 100px;
}
.category-article.category-list figure {
  width: 100%;
}
.category-article.category-list .text-wrap {
  width: 100%;
  margin-left: 0;
}
.category-article.category-list .text-wrap .text {
  width: 100%;
  border-right: none;
  margin: 0;
  padding: 0;
  float: left;
}
.category-article.category-list .text-wrap .right.hidden-lg {
  width: 100%;
  float: left;
}
.category-article.category-list .text-wrap .right a {
  vertical-align: middle;
}
.category-article.category-list .text-wrap .custom-button {
  font-size: 13px;
  margin-right: 10px;
}
.page-head figcaption {
  padding: 5px 30px;
}
.page-head figcaption h1 {
  font-size: 30px;}

.page-head figcaption p { display:none;}


.page-head figcaption ul li a {
  font-size: 13px;
  line-height: 23px;
}
.filter-bar { padding:6px 35px 5px;}

.filter-bar .half {
  width: 100%;
}

.filter-bar .half .custom-button.btn-sm {
  float: left !important;
}
.filter-bar .half .range-wrap {
  float: right !important;
  margin-left: 15px;
}

.filter-bar .half label { width:70px;}
.filter-bar .half select { width:120px;}
.filter-bar .half .pull-right { float:none !important;}

.navbar-custom .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-custom .nav.pull-right {
  float: none !important;
}
.tinynav {
  width: 100%;
  height: 27px;
  font-size: 18px;
  margin: 10px 0;
}
.search-block {
  margin-bottom: 15px;
  background-color: #f2f2f2;
  padding: 5px 0;
  width:100%;
  text-align:center;
}
.site-selectors {
  width: 100%;
  text-align: center;
}
.register-block {
  text-align: center;
  margin-bottom: 10px;
}
.brand {
  font-size: 34px;
  margin-bottom: 28px;
}
.page-title h1 {
  font-size: 22px;
  line-height: 26px;
}
.page-title .breadcrumb {
  padding: 9px 0 2px;
  text-align: left;
}
#main {
  padding: 20px 0;
}
.blog-article .text .left-info {
  width: 100%;
}
.blog-article .text .left-info .bold-text {
  font-size: 16px;
  line-height: 16px;
}
.blog-article .text .left-info .small-text {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 8px;
}
.blog-article .text .left-info .info-separator {
  margin: 5px 0 15px;
}
.blog-article .text .right {
  float: left;
  width: 100%;
  margin-left: 0;
}
.main-bottom {
  margin: 15px 0;
}
.main-bottom .half {
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.social-links ul {text-align: center;
    width: 100%;}

.social-links ul li a {
  margin: 0 5px 10px;
}

.custom-button.custom-button-inverted { font-size:12px;}

.product_nav {margin-left:10px; width:90%;}

.pagination>li>a, .pagination>li>span { padding:4px 8px !important;}
.pagination>li { border:none !important; float:left; }

  
#payment-options { float: none; width:100%;}
.payment-options { margin-left:15px;  }

.footer-widget {
  margin-bottom: 20px;
}

.custom-button.btn-lg{
  float:none;
  width:100%;
}

.shopping-cart .cart-product figure { width:70px; }
.shopping-cart .cart-product .text { margin-left:20px;}

section.blog-page table tbody td .cart-product img { width:50spx;}
section.blog-page table tbody td { padding:4px;}

.copyright p {text-align:center;}


.main-nav.hidden-xs { display:none !important;}
}
/****/

.slides > li {
  display: inline-block;
}

/* Hiding the options drop-downs. 
.selector-wrapper { display:none !important; }
 */

/* Style the swatches */

.swatch .swatch-ul { list-style-type:none; margin:0; padding:0; }
.swatch .swatch-ul-li {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;  
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  
}
 

.swatch .swatch-ul-li.soldout span {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
 
 
/* Bring on animated tooltips */
.swatch .options .swatch-ul-li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
 
/* Tooltips */
.swatch .tooltip {
  /* Color and text alignment */
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  /* Positioning */
  display:block;
  position:absolute;
  width:100px;
  left:-30px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS Triangle */
.swatch .options .swatch-ul-li .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /* the color below  must match the color of the
  background of your tooltip */
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
/* Tooltip visible */
.swatch .swatch-ul-li:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
 
.product_image .category-grid:nth-child(6n+1){clear:both;}

.product_image .category-grid:nth-child(8n+1){clear:none;}


.container-slider {
  width:100%;
  overflow:hidden;
}

.container-featured {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
a img:hover {
  opacity: .6;
}

.container-artists {
  width:100%;
  background-color: #3f383a;
  border-top: 10px solid #ff6c62;
  border-bottom: 10px solid #ff6c62;
}

.container-artists .slider-controls {
    position: absolute;
/*    right: 22px;
    top: 21px; */
    z-index: 999;
  left:inherit;
  width:100%;
}

.container-artists .slider-controls button.next, .container-artists .slider-controls button.prev {
  left: -20px;
  position: absolute;
  margin-top: -230px;
}

.container-artists .slider-controls button.prev {
  left:inherit;
  right:-20px;
}

@media (max-width: 1199px) {
	.navbar .navbar-collapse.collapse {
		display: none!important;
    }
  	.navbar .navbar-toggle {
      display: inline-block!important;
    }
  	.navbar .navbar-header {
      float:none !important;
    }
  	.navbar-inverse .navbar-toggle {
      background:#f0877c;
      border:white;
    }
}

@media (max-width: 959px) {
  body.fixed-adjust {
    padding-top:0;
  }
  body.fixed-adjust #menu-only {
    position:relative !important;
    z-index:1000 !important;
    top:0 !important;
  }
  body.fixed-adjust #menu-only #fixed-logo {
    width: 0 !important;
	height: 0 !important;
	display: none !important;
  }
  .navbar-custom .nav > li > a {
    border-left:none;
    padding-left:0;
  }
}

/************************ TAKEN FROM BLACKSHOP ***************************/


.collectionheader {
  width:100% !important;
  height:350px;
  overflow:hidden;
}

.profile img{
  width:100%;}
.profile { margin-top:10px;}

#rebelmouse-embed-iframe, .rebelmouse-embed-iframe {
  margin-top:-50px;
}