@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap&subset=latin-ext");
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:300,700,500,300italic);
@import url(styleswitcher.css);
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  overflow: hidden;
}

.flexslider.portfolio, .flexslider.simple_slide_show {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

[class*="slide_caption"] {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
}

.flex-direction-nav a {
  display: block;
  position: absolute !important;
  top: 50%;
  margin-top: -30px;
}

.flex-direction-nav .flex-prev {
  left: 20px;
}

.flex-direction-nav .flex-next {
  right: 20px;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 4.5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(250, 251, 251, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

body {
  background: #292f38;
  font: 300 14px/21px Arial, Helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
}

body.contentpane {
  background: #fff;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #f5f7f8;
}

a {
  outline: none !important;
}

a:hover {
  color: #373d45;
  outline: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

body input.inputbox {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 40px;
  line-height: 20px;
}

body input.inputbox:focus {
  border: 2px solid #e4e4e2;
}

h3.module-title,
.order h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

h3.module-title.no-products {
  background: #e6f1f8;
  border-radius: 6px;
  padding: 5px 20px 18px;
  font-size: 14px;
  line-height: 20px;
  color: #2980b9;
  display: block;
  text-transform: capitalize;
  float: none;
}

h3.module-title.no-products i {
  margin-right: 15px;
  font-size: 36px;
  line-height: 36px;
  color: #3498db;
  position: relative;
  bottom: -7px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

div.not_text {
  font-size: 14px;
}

.clear {
  clear: both;
}

.t3-module {
  margin-bottom: 10px;
}

.t3-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}

/* boxed */
.boxed-version .boxed {
  max-width: 1220px;
  margin: 0 auto;
}

/* top header */
.top-block {
  position: relative;
}

.top-block.fix #t3-mainnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.center-block {
  position: relative;
}

.bottom-block {
  position: relative;
}

.header-top {
  border-bottom: 1px solid #e2e6e7;
  padding: 4px 0;
  font-size: 12px;
  line-height: 22px;
}

.header-top .t3-module {
  margin-bottom: 0;
}

.fancybox-overlay {
  z-index: 20000;
}

.module.login {
  padding-top: 0px;
  position: relative;
  z-index: 100000;
}

.module.login a:hover {
  text-decoration: none;
}

.module.login .modal-header {
  border: none;
}

.module.login .modal-body {
  padding: 0 30px;
}

.module.login span.title {
  font-size: 20px;
  display: block;
  padding-top: 10px;
  padding-left: 14px;
}

.module.login .modal-dialog {
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -220px 0 0 -200px;
}

.module.login .modal-dialog .close {
  color: #292f38;
  font-size: 36px;
  opacity: 1;
}

.module.login .modal-dialog .close:hover {
  color: #e74c3c;
  opacity: 1;
}

.module.login #form-login input {
  width: 99%;
  height: 40px;
  line-height: 20px;
  padding: 6px 10px;
  border-radius: 3px;
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  box-shadow: none;
  margin-bottom: 15px;
}

.fleft.log label {
  font-weight: 300;
  font-size: 14px;
}

.wrapper_remember {
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
}

.wrapper_remember .jq-checkbox {
  border: 2px solid #e2e6e7;
  float: left;
  background: #f5f7f8;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
}

.wrapper_remember .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.wrapper_remember .jq-checkbox.checked span,
.wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 1px;
}

.wrapper_remember .jq-checkbox.disabled span {
  display: none;
}

.wrapper_remember label {
  float: left;
  margin: 0;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
}

.button-log {
  padding-top: 20px;
  padding-bottom: 30px;
}

.button-log .Forgot {
  float: right;
  margin: -6px 0 0 0;
  padding: 0;
  list-style: none;
}

.button-log .Forgot li a {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.create_customer {
  background: #ecf0f1;
  padding: 22px 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 0 0 6px 6px;
}

.create_customer span {
  font-size: 20px;
  display: inline-block;
  padding-right: 18px;
}

#logins .admin {
  float: left;
  padding-top: 2px;
  padding-right: 5px;
}

#logins #login-form2 {
  float: left;
}

#logins #login-form2 .button {
  height: 28px;
  line-height: 26px;
}

.module.phone {
  text-align: center;
}

.module.phone span {
  font-weight: 500;
}

.module.menu {
  width: auto;
  float: right;
  margin-right: -5px;
}

.module.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.module.menu ul li {
  float: left;
  margin: 0;
  padding: 0 7px 0 9px;
  background: url(../frontend/images/top-menu-marker.gif) left center no-repeat;
}

.module.menu ul li:first-child {
  background: none;
}

.module.menu ul li a {
  margin: 0;
  padding: 0;
  background: none;
  text-decoration: none;
}

/* header */
#t3-header {
  position: relative;
  z-index: 10000;
  background: #fafbfb;
}

.mod-right .fright {
  float: right;
  padding-top: 28px;
}

.mod-right .fleft {
  float: left;
}

.mod-cart {
  float: left;
  margin-right: -5px;
}

.logo-image h1 {
  margin-top: 24px;
  margin-left: 0px;
  margin-bottom: 30px;
}

/* header - row - curencies */
.mod-languages,
.mod-currencies,
.mod-compare,
.mod-wishlist {
  margin-left: 5px;
}

#cur-lang {
  position: relative;
  padding-bottom: 10px;
}

#cur-lang .heading {
  background: #ecf0f1;
  height: 40px;
  width: 75px;
  padding: 0 0 0 15px;
  border-radius: 4px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: -10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#cur-lang .heading:hover,
#cur-lang.act .heading {
  background: #2c3e50;
}

#cur-lang .heading:hover span,
#cur-lang.act .heading span {
  color: #fff !important;
}

#cur-lang .heading span {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}

#cur-lang .heading span:first-child {
  padding-right: 1px;
}

#cur-lang .heading img {
  position: relative;
  top: -2px;
}

#cur-lang ul {
  padding: 0px 0;
  background: #34495e;
  border-top: 3px solid #34495e;
  margin: 20px 0 0 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 50px;
  min-width: 170px;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-oute;
  transition: all 0.2s ease-in-out;
}

/* var border */
#cur-lang:hover ul {
  display: block;
  margin: 0px 0 0 0;
  visibility: visible;
  opacity: 1;
}

#cur-lang ul i.fa.fa-sort-desc {
  color: #34495e;
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 18px;
}

/* var marker color */
#cur-lang ul li a {
  padding: 8px 10px 8px 10px;
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cur-lang ul div {
  margin-top: -2px;
}

#cur-lang ul li.firstItem a {
  border-radius: 4px 4px 0 0;
}

#cur-lang ul li.lastItem a {
  border-radius: 0 0 4px 4px;
}

#cur-lang ul li a:hover,
#cur-lang ul li a.act {
  background: #2c3e50;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding-left: 15px;
}

/* var hover color */
#cur-lang ul li a.act {
  cursor: default;
}

#cur-lang.header-button-compare,
#cur-lang.header-button-wishlist {
  padding-bottom: 0;
}

#cur-lang.header-button-compare .heading,
#cur-lang.header-button-wishlist .heading {
  width: 49px;
  padding: 6px 0 0 10px;
  position: relative;
}

#cur-lang.header-button-compare .heading i,
#cur-lang.header-button-wishlist .heading i {
  display: inline-block;
  font-size: 22px;
}

#cur-lang.header-button-compare:hover .heading i,
#cur-lang.header-button-wishlist:hover .heading i {
  color: #fff;
}

#cur-lang.header-button-compare .heading span,
#cur-lang.header-button-wishlist .heading span {
  display: inline-block;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  background: #e74c3c;
  position: absolute;
  left: 21px;
  top: 14px;
  border-radius: 12px;
}

/* top menu */
#t3-mainnav {
  border: none;
  background: #323a45;
  min-height: 60px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#t3-mainnav .t3-navbar {
  position: relative;
}

#t3-mainnav .navbar-nav > li > a,
#t3-mainnav .navbar-nav > li > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#t3-mainnav .navbar-nav > li > a:hover,
#t3-mainnav .navbar-nav > li > a:focus,
#t3-mainnav .navbar-nav > li > span:hover,
#t3-mainnav .navbar-nav > li > span:focus,
#t3-mainnav .navbar-nav > .active > a,
#t3-mainnav .navbar-nav > .active > a:hover,
#t3-mainnav .navbar-nav > .active > a:focus,
#t3-mainnav .navbar-nav > .active > span,
#t3-mainnav .navbar-nav > .active > span:hover,
#t3-mainnav .navbar-nav > .active > span:focus,
#t3-mainnav .navbar-nav > .open > a,
#t3-mainnav .navbar-nav > .open > a:hover,
#t3-mainnav .navbar-nav > .open > a:focus,
#t3-mainnav .navbar-nav > .open > span,
#t3-mainnav .navbar-nav > .open > span,
#t3-mainnav .navbar-nav > .open > span {
  color: #fff;
  background-color: #e74c3c;
}

#t3-mainnav .navbar-nav .t3-module img {
  width: 100%;
}

#t3-mainnav .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

#t3-mainnav .dropdown-menu {
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.176);
  border-radius: 4px;
  margin-top: 10px;
}

#t3-mainnav .dropdown-menu .dropdown-menu {
  border: none;
  border-top: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.176);
  border-radius: 4px;
  margin-top: -13px;
  margin-left: 26px;
}

#t3-mainnav .dropdown-menu:before {
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  height: 8px;
  content: ' ';
  position: absolute;
  left: 20px;
  top: -11px;
}

#t3-mainnav .dropdown-menu .dropdown-menu:before {
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  height: 8px;
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  content: ' ';
  position: absolute;
  left: -21px;
  top: 20px;
}

#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 5px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a:focus {
  padding-left: 15px;
  background: #ecf0f1;
}

#t3-mainnav .t3-megamenu .mega-nav > li a {
  font-weight: 300;
  font-size: 14px;
  padding: 5px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#t3-mainnav .t3-megamenu .mega-nav > li a:hover,
#t3-mainnav .t3-megamenu .mega-nav > li.open > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li.active > a,
#t3-mainnav .t3-megamenu .mega-nav > li a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  padding-left: 15px;
  background: #ecf0f1;
}

/* top search */
#t3-mainnav {
  position: relative;
  z-index: 9999;
}

#t3-mainnav.srcbg {
  background: #fff !important;
  -webkit-animation: srcbg 300ms ease-out;
  -moz-animation: srcbg 300ms ease-out;
  animation: srcbg 300ms ease-out;
}

#t3-mainnav.srend {
  background: #323a45;
  -webkit-animation: srcbg2 600ms ease-out;
  -moz-animation: srcbg2 600ms ease-out;
  animation: srcbg2 600ms ease-out;
}

.serchline {
  width: 100%;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}

.serchline form {
  display: none;
}

#t3-mainnav.srcbg form {
  display: block;
}

#t3-mainnav.srcbg .sropen {
  display: none;
}

#t3-mainnav.srcbg .srclose {
  display: block;
}

.serchline input {
  width: 100%;
  height: 60px;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

/* top Slider */
#Slider {
  position: relative;
  z-index: 1;
  max-height: 480px;
  background: #fafbfb;
}

#Slider .cap_box {
  max-width: 1170px;
  margin: 0 auto;
}

.cap_box {
  text-align: center;
}

#Slider .cap_box.cap_slide2 {
  max-width: 550px;
  margin: 0 0;
}

#Slider .cap_box.cap_slide3 {
  max-width: 550px;
  margin: 0;
  float: right;
}

#Slider .cap-img {
  text-align: center;
  padding-top: 57px;
}

#Slider .text1 {
  font-size: 43px;
  line-height: 46px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-top: -2px;
}

#Slider .text2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 90px;
  padding-bottom: 20px;
  position: relative;
}

#Slider .text2:after {
  content: ' ';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 58px;
  border-top: 2px solid rgba(50, 58, 69, 0.1);
  margin-left: -29px;
}

#Slider .text2.rev {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 20px;
  position: relative;
}

#Slider .text2.rev:after {
  content: ' ';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 58px;
  border-top: 2px solid rgba(50, 58, 69, 0.1);
  margin-left: 0px;
}

#Slider .text3 {
  font-size: 43px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

#Slider .text4 {
  font-size: 43px;
  line-height: 46px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

#Slider .cap_box.cap_slide3 .text2 {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 90px;
  padding-bottom: 20px;
  position: relative;
}

#Slider .cap_box.cap_slide3 .text2:after {
  content: ' ';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 58px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-left: -29px;
}

#Slider .text2_2.rev {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 20px;
  position: relative;
}

#Slider .text2_2.rev:after {
  content: ' ';
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 0;
  width: 58px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-left: 0px;
}

#Slider .cap_box.cap_slide3 .text3 {
  color: #fff;
  font-size: 43px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

#Slider .cap_box.cap_slide3 .text4 {
  color: #fff;
  font-size: 43px;
  line-height: 46px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

#Slider .price {
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

#Slider .cap_box .price {
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}

#Slider .button {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 60px;
  border-radius: 4px;
  display: inline-block;
  height: 60px;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  margin: 15px auto 0;
  color: #fff;
}

#Slider .button:hover {
  color: #fff;
}

#Slider .cap_box .button {
  margin-top: 40px;
}

#Slider .cap_slide3 .button {
  margin-top: 15px;
}

.camera_prev:hover,
.camera_next:hover {
  opacity: 0.8;
}

/* rev */
#Slider .tp-leftarrow,
#Slider .tp-rightarrow {
  cursor: pointer;
  padding: 0 0 0 0;
  height: 60px;
  width: 60px;
  opacity: 0.5;
  border-radius: 4px;
  background: #292f38;
}

#Slider .tp-leftarrow:after {
  background: url(../frontend/images/arrows.png) no-repeat left top;
  content: ' ';
  width: 12px;
  height: 19px;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -6px;
}

#Slider .tp-rightarrow:after {
  background: url(../frontend/images/arrows.png) no-repeat right top;
  content: ' ';
  width: 12px;
  height: 19px;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -6px;
}

#Slider .tp-leftarrow:hover,
#Slider .tp-rightarrow:hover {
  opacity: 0.8;
}

/* rev */
.boxed-version #Slider .cap_box .button {
  height: 38px;
  line-height: 36px;
  font-size: 18px;
  text-transform: none;
}

.boxed-version #Slider .cap_slide1 .button {
  display: none;
}

.boxed-version #Slider .cap-img {
  padding-top: 20px;
}

.boxed-version #Slider .cap_box .text2 {
  margin-top: 20px;
}

/* top Top banners */
#Toprow {
  position: relative;
  background: #fafbfb;
  padding-bottom: 10px;
}

#Toprow .container.t3-sl {
  padding-bottom: 0;
}

#Toprow .t3-module {
  margin-bottom: 0;
}

.banneritem {
  float: left;
  margin-left: 30px;
}

.banneritem:first-child {
  margin-left: 0;
}

.banneritem img {
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banneritem:hover img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.botbanners {
  width: 100%;
}

.botbanners .bannergroupbotbanners {
  width: 100%;
}

.botbanners .banneritem {
  float: left;
  margin-left: 30px;
  max-width: 555px;
  width: 50%;
}

.botbanners .banneritem:first-child {
  margin-left: 0;
}

.botbanners .banneritem img {
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100% !important;
  height: auto !important;
}

.botbanners2 {
  width: 100%;
  margin-bottom: 20px;
}

.botbanners2 .bannergroupbotbanners {
  width: 100%;
}

.botbanners2 .banneritem {
  float: left;
  margin-left: 38px;
  max-width: 555px;
  width: 47%;
}

.botbanners2 .banneritem:first-child {
  margin-left: 0;
}

.botbanners2 .banneritem img {
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100% !important;
  height: auto !important;
}

.top-breadcrumbs {
  background: #f2f4f5;
  font-size: 13px;
}

.top-breadcrumbs a {
  text-decoration: none;
}

.top-breadcrumbs .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: '\f105';
}

/* top Bot banners */
.module.botbanners {
  margin-bottom: 50px;
  margin-top: 20px;
}

/* top prods layout  */
.MainRow {
  position: relative;
  background: #fafbfb;
}

.MainRow .t3-mainbody {
  padding-top: 40px;
  padding-bottom: 0;
}

.MainRow .t3-content {
  padding-bottom: 0;
  padding-top: 0;
}

.mod_vm2products {
  width: 100%;
  clear: both;
}

ul.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.layout li {
  width: 103%;
}

#vm2product li {
  width: 104%;
}

.prod-row div.tooltip {
  width: 33%;
  font-size: 11px;
}

ul.layout .prod-row {
  float: left;
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
  width: 262px;
}

ul.layout .product-box {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 290px;
}

ul.layout .product-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.layout .product-box .browseImage {
  position: relative;
  width: 100;
}

ul.layout .product-box .browseImage a {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 242px;
  display: inline-block;
  text-align: center;
}

ul.layout .product-box .browseImage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  line-height: 100%;
}

ul.layout .product-box .Title {
  padding-top: 18px;
  width: 100%;
  overflow: hidden;
  clear: both;
}

ul.layout .product-box .Title a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

ul.layout .product-box .Title a:hover {
  color: #ea6456;
}

ul.layout .product-box .Price {
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding-top: 10px;
}

ul.layout .product-box .Price .WithoutTax {
  color: #6a6a6a;
  text-decoration: line-through;
  padding-right: 5px;
}

ul.layout .product-box .wrapper-slide {
  padding-top: 20px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

ul.layout .product-box .addtocart-button {
  padding: 0 20px;
}

ul.layout .product-box .addtocart-area2 {
  float: left;
}

ul.layout .product-box .wishlist,
ul.layout .product-box .compare_cat {
  float: right;
  margin-left: 5px;
}

ul.layout .product-box .add_wishlist,
ul.layout .product-box .add_compare {
  background: #e2e6e7;
  font-weight: 300;
  padding: 2px 10px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  border-bottom: 2px solid #bdc3c7;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

ul.layout .product-box .add_wishlist i,
ul.layout .product-box .add_compare i {
  font-size: 20px;
  display: block;
  text-indent: 0px;
  display: inline-block;
}

ul.layout .product-box .add_wishlist span,
ul.layout .product-box .add_compare span {
  display: none;
}

ul.layout .product-box .add_wishlist:hover,
ul.layout .product-box .add_wishlist.active,
ul.layout .product-box .add_wishlist:focus,
ul.layout .product-box .add_compare:hover,
ul.layout .product-box .add_compare.active,
ul.layout .product-box .add_compare:focus {
  background: #34495e;
  border-bottom: 2px solid #2c3e50;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  ul.layout .product-box .add_wishlist,
  ul.layout .product-box .vote,
  ul.layout .product-box .add_compare {
    position: relative;
    right: 0px;
    top: -10px;
    z-index: 998;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
  }
  ul.layout .product-box:hover .add_wishlist,
  ul.layout .product-box:hover .add_compare {
    top: 0px;
    visibility: visible;
    opacity: 1;
  }
  ul.layout .product-box .vote {
    position: relative;
    left: -10px;
    top: 0px;
    z-index: 998;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    visibility: hidden;
  }
  ul.layout .product-box:hover .vote {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

ul.layout .prod-row .lbl-box {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -14px;
  right: -14px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.layout .prod-row .lbl-box .discount,
ul.layout .prod-row .lbl-box .hit {
  position: relative;
  top: 21px;
  left: -10px;
  height: 24px;
  width: 140px;
  background: #e74c3c;
  position: relative;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -kthtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.layout .prod-row .lbl-box .discount {
  background: #e67e22;
}

ul.layout .prod-row .lbl-box .hitafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) right top no-repeat;
}

ul.layout .prod-row .lbl-box .hitbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) right bottom no-repeat;
}

ul.layout .prod-row .lbl-box .discafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) left top no-repeat;
}

ul.layout .prod-row .lbl-box .discbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) left bottom no-repeat;
}

.count_holder_small {
  display: none;
}

.mod_vm2products .quantity-box,
.mod_vm2products .quantity-controls,
.mod_vm2products .attributes,
.prod_box .quantity-box,
.prod_box .quantity-controls,
.prod_box .attributes,
.slide_box .quantity-box,
.slide_box .quantity-controls,
.slide_box .attributes {
  display: none;
}

ul.layout .product-box .vote {
  float: right;
  padding-top: 10px;
}

.ratingbox {
  width: 70px;
  height: 14px;
  background: url(../frontend/images/virtuemart/stars.png) left top repeat-x;
  position: relative;
}

.stars-orange {
  position: absolute;
  left: 0;
  top: -1px;
  height: 14px;
  background: url(../frontend/images/virtuemart/stars.png) left bottom repeat-x;
}

ul.layout .product-box a .front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  position: relative;
}

ul.layout .product-box a .front img {
  display: inline-block;
}

ul.layout .product-box:hover a .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

ul.layout .product-box a .back {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  max-height: 280px;
  max-width: 100%;
  width: 100%;
}

ul.layout .product-box:hover a .back {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
}

a.modal {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  overflow: inherit;
  z-index: 0;
}

ul.layout2 .product-box .call-a-question {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 17px;
}

ul.layout .product-box .call-a-question {
  margin-bottom: 0px;
  padding-top: 0px;
  float: left;
  margin-right: 5px;
}

ul.layout .product-box .slide-hover .wrapper {
  position: relative;
  overflow: inherit;
}

/* top prods layout2  */
.MainRow {
  position: relative;
  background: #fafbfb;
}

.MainRow .t3-mainbody {
  padding-top: 50px;
  padding-bottom: 40px;
}

.MainRow .t3-content {
  padding-bottom: 0;
  padding-top: 0;
}

.mod_vm2products {
  width: 100%;
  clear: both;
}

ul.layout2 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.layout2 li {
  width: 103%;
}

ul.layout2 .prod-row {
  float: left;
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
  width: 262px;
}

ul.layout2 .product-box {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 280px;
}

ul.layout2 .product-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.layout2 .product-box .browseImage {
  position: relative;
  width: 100;
}

ul.layout2 .product-box .browseImage a {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 242px;
  display: inline-block;
  text-align: center;
}

ul.layout2 .product-box .browseImage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  line-height: 100%;
}

ul.layout2 .product-box .Title {
  padding-top: 18px;
  width: 100%;
  overflow: hidden;
  clear: both;
  text-align: center;
}

ul.layout2 .product-box .Title a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

ul.layout2 .product-box .Price {
  float: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding-top: 0px;
}

ul.layout2 .product-box .Price .WithoutTax {
  color: #6a6a6a;
  text-decoration: line-through;
  padding-right: 5px;
}

ul.layout2 .product-box .wrapper-slide {
  padding-top: 20px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

ul.layout2 .product-box .addtocart-button {
  padding: 0 20px;
}

ul.layout2 .product-box .addtocart-area2 {
  float: none;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}

ul.layout2 .product-box .wishlist {
  float: left;
  margin-left: 0px;
  position: relative;
}

ul.layout2 .product-box .wishlist:after {
  content: ' ';
  position: absolute;
  right: -25%;
  top: 7px;
  width: 1px;
  height: 9px;
  background: #e2e6e7;
}

ul.layout2 .product-box .compare_cat {
  float: right;
  margin-left: 0px;
}

ul.layout2 .product-box .add_wishlist,
ul.layout2 .product-box .add_compare {
  background: none;
  font-weight: 300;
  padding: 0px 0px;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border: none;
  border-radius: 0px;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

ul.layout2 .product-box .add_wishlist i,
ul.layout2 .product-box .add_compare i {
  font-size: 20px;
  display: block;
  text-indent: 0px;
  display: none;
}

ul.layout2 .product-box .add_wishlist span,
ul.layout2 .product-box .add_compare span {
  display: inline-block;
}

ul.layout2 .product-box .add_wishlist:hover,
ul.layout2 .product-box .add_wishlist.active,
ul.layout2 .product-box .add_wishlist:focus,
ul.layout2 .product-box .add_compare:hover,
ul.layout2 .product-box .add_compare.active,
ul.layout2 .product-box .add_compare:focus {
  background: none;
  border-bottom: none;
  text-decoration: none;
}

ul.layout2 .prod-row .lbl-box {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -14px;
  right: -14px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.layout2 .prod-row .lbl-box .discount,
ul.layout2 .prod-row .lbl-box .hit {
  position: relative;
  top: 21px;
  left: -10px;
  height: 24px;
  width: 140px;
  background: #e74c3c;
  position: relative;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -kthtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.layout2 .prod-row .lbl-box .discount {
  background: #e67e22;
}

ul.layout2 .prod-row .lbl-box .hitafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) right top no-repeat;
}

ul.layout2 .prod-row .lbl-box .hitbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) right bottom no-repeat;
}

ul.layout2 .prod-row .lbl-box .discafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) left top no-repeat;
}

ul.layout2 .prod-row .lbl-box .discbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) left bottom no-repeat;
}

ul.layout2 .product-box .vote {
  float: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.ratingbox {
  width: 70px;
  height: 14px;
  background: url(../frontend/images/virtuemart/stars.png) left top repeat-x;
  position: relative;
  margin: 0 auto;
}

.stars-orange {
  position: absolute;
  left: 0;
  top: -1px;
  height: 14px;
  background: url(../frontend/images/virtuemart/stars.png) left bottom repeat-x;
}

ul.layout2 .product-box a .front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  position: relative;
}

ul.layout2 .product-box a .front img {
  display: inline-block;
}

ul.layout2 .product-box:hover a .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

ul.layout2 .product-box a .back {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  max-height: 280px;
  max-width: 100%;
  width: 100%;
}

ul.layout2 .product-box:hover a .back {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
}

/* top prods slider  */
.slide_box .owl-item {
  margin-right: 0px;
}

.slide_box ul.layout2 li,
.slide_box ul.layout li {
  float: none;
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
}

.slide_box ul.layout2 .prod-row,
.slide_box ul.layout .prod-row {
  margin-right: 0;
  float: none;
  width: auto;
}

.slide_box_width {
  width: 102%;
  overflow: hidden;
  margin-left: -14px;
  padding-right: 0px;
  padding-top: 55px;
  margin-top: -55px;
}

.slide_box {
  width: 100%;
}

.slide_box .owl-carousel .owl-wrapper-outer {
  overflow: inherit !important;
}

.owl-wrapper {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

ul.layout2 .product-box:hover,
ul.layout .product-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.owl-controls {
  position: absolute;
  right: 10px;
  top: -50px;
  overflow: hidden;
}

.owl-prev,
.owl-next {
  background: #e2e6e7;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
  float: left;
  margin-right: 5px;
}

.owl-prev:hover,
.owl-next:hover {
  color: #fff;
}

.owl-pagination {
  display: none;
}

/* brands prods slider */
.module.brands {
  margin-top: 30px;
}

.list_carousel_brand {
  margin-bottom: 30px;
}

.list_carousel_brand ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_carousel_brand ul li {
  float: none;
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
}

.list_carousel_brand {
  width: 102%;
  overflow: hidden;
  margin-left: -14px;
  padding-right: 0px;
  padding-top: 55px;
  margin-top: -55px;
  padding-bottom: 20px;
}

.slide_box {
  width: 100%;
}

.list_carousel_brand .owl-carousel .owl-wrapper-outer {
  overflow: inherit !important;
}

.list_carousel_brand li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.list_carousel_brand li a img {
  height: auto;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-height: 100%;
  max-width: 100%;
}

.list_carousel_brand li a:hover img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* footer */
#t3-footer {
  border: none;
  background: none;
}

#t3-footer aside.t3footnav {
  border: none;
}

#t3-footer .t3-copyright {
  border: none;
  padding: 0;
}

.t3-footnav {
  padding: 35px 0 40px 0;
}

#t3-footer .module-title {
  font-size: 20px;
  color: #f9f9f9;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 10px;
}

.t3-footnav .t3-module {
  background: none;
  color: #bdc3c7;
}

#t3-footer .menu.nav {
  margin: -8px 0 0 0;
  padding: 0;
  list-style: none;
}

#t3-footer .menu.nav li {
  padding: 0;
  border-top: 1px solid #404852;
  line-height: 16px;
  font-weight: 300;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}

#t3-footer .menu.nav li:first-child {
  border: none;
}

#t3-footer .menu.nav li a {
  color: #fff;
  background: none;
  padding: 10px 0;
  display: block;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#t3-footer .menu.nav li:hover a,
#t3-footer .menu.nav li.active a,
#t3-footer .menu.nav li:hover > i,
#t3-footer .menu.nav li.active > i {
  margin-right: 5px;
}

#t3-footer .menu.nav li > i {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu.nav li i {
  display: none;
}

#t3-footer .acymailing_form {
  text-align: left;
  margin: 0;
  width: 100%;
}

.acymailing_form input.inputbox {
  border: 2px solid #e4e4e2;
  height: 40px;
  padding: 6px;
  margin-bottom: 15px;
}

.acymailing_form input.inputbox:focus {
  box-shadow: none;
}

.acymailing_form .acysubbuttons {
  text-align: left;
}

.customfoot1,
.acymailing_module_newsletter {
  font-size: 14px;
  line-height: 21px;
}

.social {
  padding-top: 10px;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #838a8f;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social a.facebook:hover {
  background: #3b5998;
  color: #fff;
}

.social a.twitter:hover {
  background: #2daae1;
  color: #fff;
}

.social a.google:hover {
  background: #f63e28;
  color: #fff;
}

.social a.pinterest:hover {
  background: #cb2027;
  color: #fff;
}

.social a.instagram:hover {
  background: #835e42;
  color: #fff;
}

.social a.linkedin:hover {
  background: #0073b2;
  color: #fff;
}

.social a.vimeo:hover {
  background: #44b0de;
  color: #fff;
}

.social a.youtube:hover {
  background: #ff3132;
  color: #fff;
}

.social a.flickr:hover {
  background: #ff0084;
  color: #fff;
}

.t3-copyright .module {
  font-size: 14px;
  font-weight: 300;
  background: url(../frontend/images/footer_bg.png) right 20px no-repeat;
  padding: 20px 0;
}

.t3-copyright span {
  color: #fff;
}

.t3-copyright a:hover {
  text-decoration: none;
  color: #fff;
}

/* solcial tabs */
#social_slider i.fa {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  margin: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px 0 0 2px;
  position: relative;
  cursor: pointer;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: -41px;
  top: 0;
}

#social_slider .fa-facebook {
  background: #3b5998;
}

#social_slider .fa-twitter {
  background: #2daae1;
}

#social_slider .fa-envelope-o {
  background: #1abc9c;
}

#social_slider .fa-youtube {
  background: #e74c3c;
}

.t3-wrapper {
  overflow: hidden;
}

.center-block > div {
  position: relative;
  z-index: 1;
}

.ssocial.lider-custom {
  height: 0;
  position: relative;
  z-index: 2;
}

.ssocial.lider-custom.fixed {
  right: 0;
  position: fixed;
}

.boxed-version .ssocial.lider-custom {
  position: fixed;
  right: 0;
}

/* Category page */
.prod_cat {
  background: #fff;
  padding: 10px;
  width: 320px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.prod_cat img {
  width: 100%;
  height: 100%;
}

.prod_desc {
  font-size: 16px;
  line-height: 23px;
  float: left;
  width: auto;
  width: 58%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.prod_desc img {
  margin-top: -20px;
}

.category-view .marg {
  margin-left: -15px;
}

.cat_row {
  background: #fff;
  padding: 10px;
  width: 157px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cat_row:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.cat_row h2 {
  margin: 0;
}

.cat_row a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-title {
  padding-top: 10px;
}

.cat_row img {
  width: 100%;
  height: 100%;
}

.orderby-displaynumber {
  background: none;
  padding: 0;
  padding-top: 20px;
  margin: 0 0px 0 0px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: none;
}

.orderby-displaynumber.bot {
  padding: 0;
  border-top: 1px solid #e4e4e2;
  padding-top: 30px;
  margin-top: 10px;
}

.orderby-displaynumber.bot .Results {
  margin-top: 0;
}

.z-index {
  position: relative;
  z-index: 3;
}

.orderby-displaynumber .box-style {
  padding-bottom: 10px;
}

.border_bot {
  border-bottom: 1px solid #e4e4e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.orderby-displaynumber .width90 div.clear {
  display: none;
}

.orderlistcontainer {
  font-size: 12px;
  line-height: 18px;
  color: #818181;
  margin: 0;
  position: relative;
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
}

.orderby-displaynumber .title {
  padding-right: 0px;
  padding-top: 2px;
  font-size: 13px;
  line-height: 20px;
  color: #6a6a6a;
  display: none;
}

.orderlistcontainer .Manufactur {
  display: none;
}

.orderlistcontainer div.activeOrder {
  margin-top: 0px;
  background: #f5f7f8;
  cursor: pointer;
  border: solid #e4e4e2 2px;
  font-size: 13px;
  padding: 3px 25px 3px 10px;
  float: left;
  min-width: 110px;
  height: 30px;
  border-radius: 0;
  position: relative;
  z-index: 10;
  cursor: default;
  border-radius: 3px 3px 3px 3px;
  font-weight: 300;
  cursor: pointer;
}

.orderlistcontainer div.activeOrder:after {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
  height: 5px;
  content: ' ';
  background: url(../frontend/images/cat_arrow.png) left bottom no-repeat;
}

.orderlistcontainer div.activeOrder.block.hover:after {
  background-position: left top;
}

.orderlistcontainer:first-child div.activeOrder {
  margin-top: 0;
}

.Order {
  margin-top: 20px;
  background: #fff;
  cursor: pointer;
  border: solid #e4e4e2 2px;
  font-size: 12px;
  padding: 3px 35px 3px 9px;
  color: #bebeba;
  float: left;
  min-width: 110px;
  height: 26px;
  border-radius: 0;
  cursor: default;
  position: relative;
  z-index: 10;
}

.orderlistcontainer:first-child div.activeOrder {
  min-width: 80px;
}

.orderlistcontainer div.activeOrder.block.hover {
  background: #fff;
}

.orderlistcontainer a {
  text-decoration: none;
  display: block;
  color: #1b1b1b;
}

.orderlistcontainer a:hover {
  text-decoration: none;
  display: block;
}

.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  top: 32px;
  left: 0px;
  border: solid #e4e4e2 2px;
  background: #fff;
  cursor: pointer;
  padding: 4px;
  min-width: 152px;
  width: 105%;
  border-radius: 3px;
  z-index: 999;
}

.orderlistcontainer:first-child div.orderlist {
  left: 58px;
  min-width: 140px;
  width: 105%;
}

.orderlistcontainer div.orderlist div {
  padding: 0;
  margin: 0;
}

.orderlistcontainer div.orderlist div a {
  color: #333;
  padding: 2px 12px 2px 10px !important;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.orderlistcontainer div.orderlist div a:hover {
  background: #f4f4f4;
  padding-left: 14px !important;
}

.Results {
  font-size: 13px;
  line-height: 22px;
  color: #6a6a6a;
  margin: 20px 0 0 0;
}

.Results .display-number {
  padding-top: 5px;
}

.Results .jq-selectbox {
  min-width: 60px;
  width: 20%;
  float: none;
  display: inline-block !important;
  margin-right: 0px;
  border: 2px solid #e4e4e2;
  box-shadow: none;
  border-radius: 3px;
  background: #f5f7f8;
  padding: 2px 25px 3px 5px;
  height: 30px;
  cursor: pointer;
  font-size: 13px;
  margin-top: -1px;
  position: relative;
  top: 10px;
}

.Results select {
  display: none;
}

.Results .jq-selectbox .dropdown li {
  padding-top: 0;
  padding-bottom: 0;
}

.Results .jq-selectbox .select {
  height: 24px;
  min-width: 10px;
  width: 38%;
  padding-right: 50px;
}

.Results .jq-selectbox .trigger .arrow {
  top: 10px;
}

.Results .jq-selectbox .arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
  height: 5px;
  background: url(../frontend/images/cat_arrow.png) left bottom no-repeat;
}

.Results .jq-selectbox.opened .arrow {
  background-position: left top;
}

.Results .jq-selectbox.opened,
.Results .jq-selectbox:hover {
  background: #fff;
}

.Results .jq-selectbox .dropdown {
  max-height: 150px;
  min-width: 60px;
  width: 120%;
  top: 32px;
  background: #fff;
  border: 1px solid #c6cbd0;
  border-radius: 2px;
  border: 2px solid #e4e4e2;
  margin: -2px 0 0 -7px;
  padding: 0;
}

.Results .jq-selectbox .dropdown ul {
  margin: 0;
  padding: 0;
}

.Results .jq-selectbox .dropdown ul li {
  color: #333;
  padding: 2px 12px 2px 10px !important;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.Results .jq-selectbox .dropdown ul li:hover,
.Results .jq-selectbox .dropdown ul li.selected {
  background: #f4f4f4;
  padding-left: 14px !important;
}

.Results span {
  display: block;
  float: left;
  padding-bottom: 0px;
  margin-right: 15px;
}

.Results span + span {
  text-transform: lowercase;
  margin-top: -13px;
}

.Results .floatleft {
  float: left;
}

.pagination {
  margin: 0 0 0px 0;
  float: right;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination ul li {
  float: left;
}

.pagination ul li span {
  margin: 0;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background: #fff;
  cursor: default;
}

.pagination ul > li > a,
.pagination ul > li > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: #e4e4e2;
  border-image: none;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  float: left;
  line-height: 20px;
  padding: 4px 12px;
  text-decoration: none;
  color: #1b1b1b;
  cursor: default;
  background: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
  background: #fff;
  cursor: pointer;
}

.pagination ul > li.firstItem > span,
.pagination ul > li.firstItem > a {
  border-left: 2px solid #e4e4e2;
  border-radius: 3px 0 0 3px;
}

.pagination ul > li.lastItem > a,
.pagination ul > li.lastItem > span {
  border-radius: 0 3px 3px 0;
}

.navigation_grid {
  font-size: 13px;
  float: right;
  font-size: 13px;
}

.navigation_grid span,
.navigation_grid a {
  float: left;
  line-height: 30px;
}

.navigation_grid a {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  text-indent: -9999px;
  outline: none;
  border-radius: 4px;
  position: relative;
}

.navigation_grid a i {
  font-size: 18px;
  position: absolute;
  left: 24%;
  top: 18%;
  text-indent: 0;
  margin-left: -1px;
  text-decoration: none;
}

.navigation_grid a i.icon-list-ul {
  margin-top: -0px;
}

.navigation_grid .Clist {
  background-color: #ecf0f1;
}

.navigation_grid .Clist:hover i,
.navigation_grid .Clist.active i {
  color: #fff;
}

.navigation_grid .Cgrid {
  background-color: #f0f0f0;
}

.navigation_grid .Cgrid:hover i,
.navigation_grid .Cgrid.active i {
  color: #fff;
}

.navigation_grid div.tooltip {
  width: 10%;
}

#product_list {
  position: relative;
  z-index: 1;
}

#product_list .PricebasePriceWithTax,
#product_list .PricesalesPrice {
  display: inline-block !important;
  padding-right: 0;
}

#product_list ul.layout .product-box .Price {
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 10px;
}

#product_list ul.layout .product-box .Price .PricebasePriceWithTax {
  color: #6a6a6a;
  text-decoration: line-through;
  padding-right: 5px;
  font-weight: 300;
}

#product_list ul.layout .product-box .attributes,
#product_list ul.layout .quantity-box,
#product_list ul.layout .quantity-controls {
  display: none;
}

#product_list ul.layout li {
  width: 104%;
}

#product_list {
  position: relative;
  z-index: 1;
}

#product_list .PricebasePriceWithTax,
#product_list .PricesalesPrice {
  display: inline-block !important;
  padding-right: 0;
}

#product_list ul.layout2 .product-box .Price {
  float: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 10px;
}

#product_list ul.layout2 .product-box .Price .PricebasePriceWithTax {
  color: #6a6a6a;
  text-decoration: line-through;
  padding-right: 5px;
  font-weight: 300;
}

#product_list ul.layout2 .product-box .attributes,
#product_list ul.layout2 .quantity-box,
#product_list ul.layout2 .quantity-controls {
  display: none;
}

#product_list ul.layout2 li {
  width: 104%;
}

#product_list.grid ul.layout2 .wrapper {
  overflow: inherit;
}

#product_list.grid ul.layout2 .product-box .call-a-question {
  margin-bottom: -10px;
  padding-top: 48px;
}

#product_list.grid ul.layout .product-box .call-a-question {
  display: none;
}

#product_list.grid ul.layout .product-box .call-a-question.list {
  display: block;
  margin-bottom: 0;
  padding-top: 0;
}

#product_list.list ul.layout li {
  width: 100%;
}

#product_list.list ul.layout .prod-row {
  width: 100%;
  float: none;
}

#product_list.list ul.layout .prod-row .browseImage {
  width: 30%;
  float: left;
}

#product_list.list ul.layout .prod-row .slide-hover {
  width: 70%;
  float: left;
  padding-left: 30px;
}

#product_list.list ul.layout .prod-row .slide-hover > .wrapper {
  width: 70%;
  float: left;
  padding-right: 30px;
}

#product_list.list ul.layout .prod-row .slide-hover > .wrapper-slide {
  width: 30%;
  float: left;
  clear: none;
  padding-right: 10px;
}

#product_list.list ul .product-box .Title {
  padding-top: 2px;
}

#product_list.list ul.layout .product-box .Title a {
  font-size: 18px;
  font-weight: 500;
}

#product_list.list ul.layout .product-box .vote {
  float: none;
  display: block;
  visibility: visible;
  opacity: 1;
  left: 0;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

#product_list.list ul.layout .product-box .ratingbox {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

#product_list.list ul.layout .product-price.list,
#product_list.list ul.layout .call-a-question.list {
  display: block;
  text-align: right;
}

#product_list.list ul.layout .product-price.list {
  float: right;
  padding-bottom: 10px;
}

#product_list.list ul.layout .product-box .call-a-question {
  margin-bottom: 10px;
  text-align: right;
  float: right;
  margin-right: 0;
}

#product_list.list ul.layout .product-box .addtocart-area2 {
  float: right;
  margin-bottom: 10px;
  text-align: right;
  clear: both;
  width: 100%;
}

#product_list.list ul.layout .product-box .add_wishlist,
#product_list.list ul.layout .product-box .vote,
#product_list.list ul.layout .product-box .add_compare {
  top: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}

#product_list.list .wrapper-slide div.tooltip {
  width: 14%;
}

#product_list.list ul.layout2 li {
  width: 100%;
}

#product_list.list ul.layout2 .prod-row {
  width: 100%;
  float: none;
}

#product_list.list ul.layout2 .prod-row .browseImage {
  width: 30%;
  float: left;
}

#product_list.list ul.layout2 .prod-row .slide-hover {
  width: 70%;
  float: left;
  padding-left: 30px;
}

#product_list.list ul.layout2 .prod-row .slide-hover > .wrapper {
  width: 70%;
  float: left;
  padding-right: 30px;
}

#product_list.list ul.layout2 .prod-row .slide-hover > .wrapper-slide {
  width: 30%;
  float: left;
  clear: none;
  padding-right: 10px;
}

#product_list.list ul.layout2 .product-box .Title {
  text-align: left;
}

#product_list.list ul.layout2 .product-box .Title a {
  font-size: 18px;
  font-weight: 500;
}

#product_list.list ul.layout2 .product-box .vote {
  float: none;
  display: block;
  visibility: visible;
  opacity: 1;
  left: 0;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
  padding-top: 0;
}

#product_list.list ul.layout2 .product-box .ratingbox {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

#product_list.list ul.layout2 .product-price.list,
#product_list.list ul.layout2 .call-a-question.list {
  display: block;
  text-align: right;
}

#product_list.list ul.layout2 .product-price.list {
  float: right;
  padding-bottom: 10px;
}

#product_list.list ul.layout2 .product-box .call-a-question {
  margin-bottom: 10px;
  text-align: right;
}

#product_list.list ul.layout2 .product-box .addtocart-area2 {
  float: right;
  margin-bottom: 0px;
  text-align: right;
  clear: both;
  width: 100%;
}

#product_list.list ul.layout2 .product-box .add_wishlist,
#product_list.list ul.layout2 .product-box .vote,
#product_list.list ul.layout2 .product-box .add_compare {
  top: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}

#product_list.list ul.layout2 .product-box .wishlist:after {
  display: none;
}

#product_list.list ul.layout2 .product-box .wishlist {
  float: right;
}

#product_list.list ul.layout2 .wrapper-slide div.tooltip {
  width: 14%;
}

#product_list.list ul.layout .product-price,
#product_list.list ul.layout .call-a-question,
#product_list.list ul.layout2 .product-price,
#product_list.list ul.layout2 .call-a-question {
  display: none;
}

#product_list.grid ul.layout .product-price.list,
#product_list.grid ul.layout .call-a-question.list,
#product_list.grid ul.layout .desc1,
#product_list.grid ul.layout .rating-title,
#product_list.grid ul.layout2 .product-price.list,
#product_list.grid ul.layout2 .call-a-question.list,
#product_list.grid ul.layout2 .desc1,
#product_list.grid ul.layout2 .rating-title {
  display: none;
}

#product_list.list .fa-tags {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-right: 4px;
}

#product_list.list .product_tags a {
  line-height: 22px;
  display: inline-block;
}

#product_list.list .product_tags a:hover {
  text-decoration: none;
}

.virtuemart_search {
  overflow: hidden;
  clear: both;
}

.virtuemart_search .inputbox {
  margin-bottom: 10px;
  margin-right: 10px;
}

.virtuemart_search input {
  float: left;
}

/* sidebar  */
.t3-sidebar .module {
  margin-bottom: 30px;
}

.t3-sidebar .module-title {
  color: #f9f9f9;
  text-transform: capitalize;
  line-height: 20px;
  padding: 15px 20px 15px 20px;
  background: #323a45;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  font-size: 20px;
}

.t3-sidebar .module-ct {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  padding: 20px;
}

.t3-sidebar .module-ct ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t3-sidebar .module-ct ul > li {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
  border-top: 1px solid #ecf0f1;
  font-weight: 500;
}

.t3-sidebar .module-ct ul > li:first-child {
  border: none;
}

.t3-sidebar .module-ct ul > li a {
  text-decoration: none;
  outline: none;
}

.t3-sidebar ul.list li {
  position: relative;
  padding-right: 25px;
}

.t3-sidebar ul.list > li:first-child {
  border: none;
}

.t3-sidebar ul.list > li a {
  text-decoration: none;
}

.t3-sidebar ul.list li.parent ul {
  margin-right: -25px;
  display: none;
}

.t3-sidebar ul.list li.parent li:first-child {
  border-top: 1px solid #ecf0f1;
  margin-top: 8px;
}

.t3-sidebar ul.list li.parent li.lastItem {
  margin-bottom: -6px;
}

.t3-sidebar ul.list li.parent li a {
  padding-left: 20px;
  font-weight: 300;
}

.t3-sidebar ul.list li.parent li.parent li a {
  padding-left: 40px;
  font-weight: 300;
}

ul.list .VmArrowdown {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  background: #ecf0f1;
  display: block;
  opacity: 1;
  float: none;
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: 300 !important;
  text-shadow: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

ul.list .VmArrowdown:hover {
  font-weight: 300 !important;
}

ul.list .VmArrowdown:hover i {
  color: #fff;
}

ul.list .VmArrowdown i {
  font-size: 15px;
  font-weight: 300 !important;
  text-align: center;
  line-height: 20px;
  height: 23px;
  font-style: normal;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

ul.list .VmArrowdown i.minus {
  display: none;
}

ul.list .VmArrowdown.expanded i.minus {
  display: block;
}

ul.list .VmArrowdown.expanded:hover i.minus {
  display: block;
  color: #fff;
}

ul.list .VmArrowdown.expanded i.plus {
  display: none;
}

ul.list .VmArrowdown i.plus {
  display: block;
}

#screenshot {
  position: absolute;
  background: #fff;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 9999;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  left: 0;
  width: 150px !important;
  height: auto !important;
  min-height: 150px;
  border-radius: 4px;
}

#screenshot img {
  width: 140px !important;
  height: auto !important;
  display: block;
  position: relative;
  z-index: 10;
}

#screenshot span {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 1;
  background: #fff url(../frontend/images/ajax-loader.gif) center center no-repeat;
}

.displayNone {
  display: none;
}

.btn_compare,
.btn_wishlist {
  font-size: 14px;
  font-weight: 300;
}

.btn_compare i,
.btn_wishlist i {
  margin-right: 10px;
}

.btn_compare:hover,
.btn_wishlist:hover {
  text-decoration: none;
}

#mod_wishlists .image.fleft,
#mod_compare .image.fleft {
  float: left;
  width: 80px;
  margin-right: 15px;
}

.extra-wrap {
  overflow: hidden;
  position: relative;
}

#mod_wishlists .image.fleft img,
#mod_compare .image.fleft img {
  width: 100%;
  height: auto;
}

#mod_wishlists .name,
#mod_compare .name {
  padding-right: 14px;
}

#mod_wishlists .name a,
#mod_compare .name a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
}

#mod_wishlists .name a:hover,
#mod_compare .name a:hover {
  text-decoration: none;
}

#mod_compare .remcompare a,
#mod_wishlists .remwishlists a {
  text-transform: lowercase;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

#mod_compare .modcompareprod,
#mod_wishlists .modwishlistsprod {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side_ban .module-ct {
  background: none;
  padding: 0;
  box-shadow: none;
}

.t3-sidebar .module-ct .listbest {
  margin-bottom: -15px;
}

.t3-sidebar .module-ct .listbest li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.t3-sidebar .module-ct .listbest li:first-child {
  padding-top: 0;
}

.listbest .browseImage {
  float: left;
  width: 80px;
  margin-right: 15px;
}

.listbest .browseImage img {
  width: 100%;
  height: auto;
}

.listbest .fleft {
  overflow: hidden;
}

.listbest .Title a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  line-height: 18px;
}

.listbest .Title a:hover {
  text-decoration: none;
}

.listbest .count {
  display: none;
}

.listbest .Price {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.listbest .Price .WithoutTax {
  color: #6a6a6a;
  text-decoration: line-through;
  padding-right: 5px;
}

.mod_tagsvm2 a {
  margin-right: 4px;
  font-weight: 300;
  text-decoration: none;
}

.paramfilter .mcf_form > div {
  margin-bottom: 20px;
}

.paramfilter .heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.paramfilter .jq-checkbox {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.paramfilter .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.paramfilter .jq-checkbox.checked span,
.paramfilter .jq-checkbox:hover span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
}

.paramfilter .jq-checkbox.disabled span {
  display: none;
}

.paramfilter .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.paramfilter .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.paramfilter .jq-radio.checked span,
.paramfilter .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}

.paramfilter .jq-radio.disabled span {
  display: none;
}

.t3-sidebar .paramfilter .values li {
  border: none;
  padding: 4px 0;
}

.t3-sidebar .paramfilter .values li label {
  font-size: 14px;
  font-weight: 300;
}

.paramfilter a.reset {
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 3px;
}

.paramfilter .ui-slider-horizontal {
  height: 12px;
  box-shadow: none;
}

.paramfilter .ui-slider-horizontal {
  border: 2px solid #e2e6e7;
  border-radius: 3px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}

.paramfilter .ui-slider .ui-slider-range {
  background: #f5f7f8;
  margin-left: 0px;
}

.paramfilter .ui-slider-horizontal .ui-slider-handle {
  background: #e2e6e7;
  width: 12px;
  height: 22px;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  top: -7px;
  margin-left: -6px;
  cursor: pointer;
}

.paramfilter .slider_active {
  border-radius: 3px;
}

.paramfilter .price .slider-range-gt,
.paramfilter .price .slider-range-lt {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border: none;
  background: none;
}

.paramfilter .price .slider-range-lt {
  text-align: right;
}

.paramfilter div.values input {
  border: 2px solid #e4e4e2;
  border-radius: 3px;
  background: #f5f7f8;
  margin: 0 0 10px 0;
  box-shadow: none !important;
  width: 45%;
}

.paramfilter .values-named li label,
.paramfilter .values-named li label.checked {
  border: none;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.paramfilter .values-named li label .jq-checkbox {
  width: 22px;
  height: 22px;
  background: #fff;
}

.paramfilter .values-named li label span.jq-checkbox {
  display: none;
}

.paramfilter .values-named li label .color {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.paramfilter .values-named li label:hover .color,
.paramfilter .values-named li label.checked .color {
  background-image: url(../frontend/images/check_box.png);
  background-position: 3px 2px;
  background-repeat: no-repeat;
}

.paramfilter .values-named li.hover label span.f-title {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 3;
  text-align: center;
}

.paramfilter .values-named li.hover label span.f-title b {
  display: block;
  padding: 0 2px;
  margin-left: -50%;
  margin-top: -10px;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
}

.fullreset {
  font-weight: 300;
  font-size: 14px;
  outline: none;
  outline: none !important;
  text-decoration: none;
}

.fullreset i {
  margin-right: 6px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}

.fullreset.resetimg {
  background: url(../frontend/images/aload-black_on_white.gif) left center no-repeat;
  padding-left: 20px;
}

.fullreset.resetimg i {
  display: none;
}

.fullreset:hover,
.fullreset:focus {
  text-decoration: none;
}

#product_list.list ul .product-box {
  max-width: 100%;
}

/*------------------------product details-----------------------------------*/
#productdetailsview .lbl-box {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -14px;
  right: -14px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#productdetailsview .lbl-box .discount,
#productdetailsview .lbl-box .hit {
  position: relative;
  top: 21px;
  left: -10px;
  height: 24px;
  width: 140px;
  background: #e74c3c;
  position: relative;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -kthtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

#productdetailsview .lbl-box .discount {
  background: #e67e22;
}

#productdetailsview .lbl-box .limited {
  background: #9b59b6;
}

ul.layout .prod-row .lbl-box .discount.limited {
  background: #9b59b6;
}

ul.layout .prod-row .lbl-box .offafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl2.png) left top no-repeat;
}

ul.layout .prod-row .lbl-box .offbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl2.png) left bottom no-repeat;
}

ul.layout2 .prod-row .lbl-box .discount.limited {
  background: #9b59b6;
}

ul.layout2 .prod-row .lbl-box .offafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl2.png) left top no-repeat;
}

ul.layout2 .prod-row .lbl-box .offbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl2.png) left bottom no-repeat;
}

#productdetailsview .lbl-box .hitafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) right top no-repeat;
}

#productdetailsview .lbl-box .hitbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) right bottom no-repeat;
}

#productdetailsview .lbl-box .discafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) left top no-repeat;
}

#productdetailsview .lbl-box .discbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) left bottom no-repeat;
}

#productdetailsview .lbl-box .offafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl2.png) left top no-repeat;
}

#productdetailsview .lbl-box .offbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl2.png) left bottom no-repeat;
}

#productdetailsview {
  position: relative;
}

#productdetailsview .modal {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: auto !important;
  float: none;
  z-index: 99;
  background: none;
  border-radius: 0;
  border: none;
}

#productdetailsview .fleft {
  float: left;
  width: auto;
  margin-right: 40px;
  margin-bottom: 60px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  max-width: 400px;
  position: relative;
}

#productdetailsview .share {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}

#productdetailsview .share > span {
  display: inline-block;
  margin-bottom: 10px;
}

#productdetailsview .share_box {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.main-image {
  position: relative;
  background: #dfdfdf;
}

#productdetailsview .additional-images ul {
  float: none;
}

.jcarousel-skin-tango .jcarousel-container {
  background: none;
  border: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 293px;
  padding: 0;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 293px;
  height: auto;
}

.jcarousel-skin-tango .jcarousel-item {
  width: auto;
  height: auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block !important;
  float: left;
}

/*
	Next/prev buttons
*/
.jcarousel-clip.jcarousel-clip-horizontal {
  height: auto;
  width: 300px;
  overflow: hidden;
}

.jcarousel-container:hover .jcarousel-next,
.jcarousel-container:hover .jcarousel-prev {
  display: block !important;
}

.none .jcarousel-container .jcarousel-next,
.none .jcarousel-container .jcarousel-prev {
  display: block !important;
  visibility: hidden !important;
}

#products .row-carusel {
  position: relative;
  overflow: hidden;
}

#products #carousel {
  overflow: hidden;
  position: relative;
}

.jcarousel-container .jcarousel-next,
.jcarousel-container .jcarousel-prev {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -14px;
  display: block;
  width: 28px;
  height: 28px;
  z-index: 99;
  text-align: center;
  background: #ecf0f1;
  outline: none !important;
  border-radius: 4px;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  cursor: pointer;
}

.jcarousel-container .jcarousel-next span,
.jcarousel-container .jcarousel-prev span {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -ms-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
}

.jcarousel-container .jcarousel-prev:hover span {
  color: #fff;
}

.jcarousel-container .jcarousel-next:hover span {
  color: #fff;
}

.jcarousel-container .jcarousel-prev-disabled,
.jcarousel-container .jcarousel-next-disabled {
  background: #e2e6e7;
  cursor: default;
}

.jcarousel-container .jcarousel-prev.jcarousel-prev-disabled:hover,
.jcarousel-container .jcarousel-next.jcarousel-next-disabled:hover {
  background: #e2e6e7;
}

.jcarousel-container .jcarousel-prev {
  left: -43px;
}

.additional-images a.zoomThumbActive {
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#productdetailsview .fright {
  float: left;
  width: 48%;
}

#productdetailsview .fright h1 {
  font-size: 24px;
  line-height: 26px;
  margin-top: 10px;
}

#productdetailsview .fright .rating {
  border-bottom: 1px solid #e2e6e7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#productdetailsview .fright .rating-title {
  display: inline-block;
  position: relative;
  top: -3px;
}

#productdetailsview .Dimensions {
  padding-top: 15px;
  font-size: 14px;
  line-height: 31px;
  color: #6a6a6a;
}

#productdetailsview .Dimensions h4 {
  margin: 0 0 10px 0;
}

#productdetailsview .manufacturer {
  padding-top: 0px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
}

#productdetailsview .manufacturer a {
  text-decoration: none;
}

#productdetailsview .stock {
  padding-top: 0px;
  font-size: 14px;
  line-height: 31px;
  color: #6a6a6a;
}

#productdetailsview .stock i {
  font-style: normal;
}

#productdetailsview .stock b {
  font-weight: 300;
}

.green {
  color: #27ae60;
}

.red {
  color: #e74c3c;
}

#productdetailsview .price {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

#productdetailsview .price .product-price .price-crossed {
  padding-top: 0px;
  font-size: 18px;
  line-height: 26px;
  float: left;
  margin-right: 5px;
  text-decoration: line-through;
}

#productdetailsview .price .product-price span.PricesalesPrice {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  float: left;
}

/* Countdown styles sigl product*/
.layout .count_holder_small,
.layout2 .count_holder_small {
  display: none;
}

.count_holder .count_info {
  float: none;
  font-size: 14px;
  margin: 0 23px 10px 0;
}

.count_holder .info_prod_left {
  float: left;
  font-size: 14px;
  margin: 0 0 10px 23px;
}

.count_info_left b,
.count_info b {
  border: 1px solid #ffffff;
  font-size: 18px;
  padding: 2px 10px;
}

.count_holder_small {
  background: #9b59b6;
  background: rgba(155, 89, 182, 0.9);
  min-height: 95px;
  padding: 10px;
  position: absolute;
  width: 220px;
  z-index: 10000;
  display: block;
  border-radius: 5px;
}

.count_holder_small:before {
  content: ' ';
  position: absolute;
  left: -18px;
  top: 50%;
  border-bottom: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(155, 89, 182, 0.9);
  height: 9px;
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  content: ' ';
  margin-top: -8px;
}

.prod_hold .count_holder_small {
  display: none;
}

.count_info {
  color: #fff;
  float: none;
  font-size: 12px;
  margin: 0 0 0 0;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  line-height: 22px;
}

.count_border {
  overflow: hidden;
  border-bottom: 1px solid #b182c5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.countdown_rtl {
  direction: rtl;
}

.countdown_holding span {
  color: #888;
}

.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
  overflow: hidden;
  display: block;
}

.countdown_show1 .countdown_section {
  width: 98%;
}

.countdown_show2 .countdown_section {
  width: 48%;
}

.countdown_show3 .countdown_section {
  width: 32.5%;
}

.countdown_show4 .countdown_section {
  width: auto;
  float: left;
  margin-right: 5px;
}

.countdown_show4 .countdown_section:first-child {
  width: auto;
  float: left;
}

.countdown_show5 .countdown_section {
  width: 19.5%;
}

.countdown_show6 .countdown_section {
  width: 16.25%;
}

.countdown_show7 .countdown_section {
  width: 14%;
}

.countdown_section {
  display: block;
  float: left;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 16px;
}

.countdown_amount {
  font-weight: 500;
  color: #fff;
  float: left;
  margin-right: 2px;
}

.countdown_section br {
  display: none;
}

.countdown_descr {
  display: block;
  float: left;
}

.bzSaleTimerDesc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  padding-top: 0px;
}

.bzSaleTimerDesc div {
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

#productdetailsview .time-box .price {
  padding-bottom: 0;
}

.time-box {
  width: 100%;
  margin-top: 10px;
}

.time-box .indent {
  padding: 0;
}

.time-box .bzSaleTimer {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 2px;
  clear: both;
}

.time-box .bzSaleTimer .count_holder {
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  padding: 12px 20px 14px 20px;
  background: #f0f3f4;
  margin-top: 1px;
}

.time-box .bzSaleTimer .count_info {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 0 0;
  padding: 0 0;
  text-transform: none;
  text-align: left;
  float: left;
}

.time-box .countdown_section {
  display: block;
  float: left;
  font-size: 16px;
  text-align: left;
  line-height: 18px;
}

.time-box .countdown_amount {
  font-weight: 500;
  float: left;
  margin-right: 2px;
}

.time-box .countdown_section br {
  display: none;
}

.time-box .countdown_descr {
  display: block;
  float: left;
}

.time-box #bzSaleTimerCnt {
  width: 100%;
  border: 1px solid #e4e4e2;
  border-radius: 6px;
  margin-bottom: 10px;
}

.time-box .count_border {
  float: left;
  border: none;
  margin: 0;
  padding: 3px 0 0 4px;
}

.time-box #bzSaleTimerCnt .wrap_time {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0 10px 0;
  padding: 0 0;
  text-transform: uppercase;
}

.time-box #bzSaleTimerCnt .wrap_time span {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.time-box .bzSaleTimerDesc {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0px;
  float: left;
  margin-bottom: 10px;
  padding-top: 0px;
}

.time-box .bzSaleTimerDesc div {
  font-weight: 700;
  display: inline-block;
}

.time-box .bzSaleTimerDesc2 {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0px;
  float: right;
  margin-bottom: 10px;
  padding-top: 0px;
}

.time-box .bzSaleTimerDesc2 div {
  display: inline-block;
}

.time-box .price {
  float: none;
  padding: 0;
  width: 100%;
}

.time-box .price .product-price > span {
  float: left;
  background: #f0f3f4;
  width: 33%;
  display: block;
  margin-left: 1px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  padding: 10px 2px 15px 2px;
}

#productdetailsview
.time-box
.price
.product-price
> span.price-sale
span.PricesalesPrice {
  font-size: 24px;
  font-weight: 500;
  float: none;
}

.time-box .price .product-price > span.price-sale {
  margin-left: 0px;
  width: 33%;
  border-radius: 5px 0 0 0;
}

.time-box .price .product-price > span.price-old .PricebasePriceWithTax {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 0;
  padding-bottom: 0px;
}

.time-box .price .product-price > span.price_save span.PricediscountAmount {
  color: #9b59b6;
  font-size: 24px;
  font-weight: 500;
}

.time-box .price .product-price .text {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 300;
}

.time-box .price .product-price .price_save .text {
  color: #9b59b6;
}

.time-box .price .product-price .price_save {
  border-radius: 0 5px 0 0;
}

#productdetailsview .product-custom {
  margin-top: 0px;
  padding: 0 5px 0 0;
}

#productdetailsview .product-custom .wrapper {
  overflow: inherit;
}

#productdetailsview .product-custom .product-field .product-fields-title b {
  font-weight: 300;
}

#productdetailsview .product-custom .product-field-type-S {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  clear: both;
}

#productdetailsview
.product-custom
.product-field-type-S
.product-fields-title {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}

#productdetailsview
.product-custom
.product-field-type-S
.product-field-display
input {
  float: left;
  margin-right: 5px;
}

#productdetailsview
.product-custom
.product-field-type-S
.product-field-display
label {
  float: left;
  margin-right: 5px;
}

#productdetailsview .product-custom .product-field-type-S .product-field-desc {
  display: block;
  width: 100%;
  overflow: hidden;
}

#productdetailsview .product-custom .product-field-type-M {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
}

#productdetailsview
.product-custom
.product-field-type-M
.product-fields-title {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}

#productdetailsview .product-custom .product-field-type-M img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  display: block;
}

#productdetailsview
.product-custom
.product-field-type-M
.product-field-display
input {
  float: left;
  margin: auto 0;
  margin-right: 5px;
  vertical-align: middle;
}

#productdetailsview
.product-custom
.product-field-type-M
.product-field-display
label {
  float: left;
  margin-right: 5px;
  cursor: default;
}

#productdetailsview .product-custom .product-field-type-M .product-field-desc {
  display: block;
  width: 100%;
  overflow: hidden;
}

#productdetailsview .product-custom .product-field-type-V {
  float: left;
  width: auto;
  margin-bottom: 10px;
  margin-right: 20px;
}

#productdetailsview .product-custom .product-field-type-V:first-child {
  float: left;
  width: auto;
}

#productdetailsview
.product-custom
.product-field-type-V
.product-fields-title {
  line-height: 20px;
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
}

#productdetailsview
.product-custom
.product-field-type-V
.product-field-display {
  display: block;
}

#productdetailsview .product-custom .product-field-type-V select {
  display: none;
}

#productdetailsview .code {
  padding-top: 0px;
  font-size: 14px;
  line-height: 31px;
  color: #6a6a6a;
}

#productdetailsview .manufacturer span.bold,
#productdetailsview .stock span.bold,
#productdetailsview .code span.bold {
  display: inline-block;
  min-width: 105px;
}

#productdetailsview .short_desc {
  border-top: 1px solid #e2e6e7;
  border-bottom: 1px solid #e2e6e7;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#productdetailsview .price-plugin {
  margin-top: 5px;
  margin-bottom: 5px;
}

#productdetailsview .jq-selectbox {
  min-width: 60px;
  width: 100%;
  float: none;
  display: inline-block !important;
  margin-right: 10px;
  border: 2px solid #e4e4e2;
  box-shadow: none;
  border-radius: 3px;
  background: #f5f7f8;
  padding: 3px 25px 0px 5px;
  height: 30px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 5px;
}

#productdetailsview .jq-selectbox .dropdown li {
  padding-top: 0;
  padding-bottom: 0;
}

#productdetailsview .jq-selectbox .select {
  height: 24px;
  min-width: 10px;
  width: 120%;
  padding-right: 30px;
}

#productdetailsview .jq-selectbox .trigger .arrow {
  top: 10px;
}

#productdetailsview .jq-selectbox .arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
  height: 5px;
  background: url(../frontend/images/cat_arrow.png) left bottom no-repeat;
}

#productdetailsview .jq-selectbox.opened .arrow {
  background-position: left top;
}

#productdetailsview .jq-selectbox.opened,
#productdetailsview .jq-selectbox:hover {
  background: #fff;
}

#productdetailsview .jq-selectbox .dropdown {
  max-height: 150px;
  min-width: 60px;
  width: 102%;
  top: 32px;
  background: #fff;
  border: 1px solid #c6cbd0;
  border-radius: 2px;
  border: 2px solid #e4e4e2;
  margin: -2px 0 0 -7px;
  padding: 0;
}

#productdetailsview .jq-selectbox .dropdown ul {
  margin: 0;
  padding: 0;
}

#productdetailsview .jq-selectbox .dropdown ul li {
  color: #333;
  padding: 2px 12px 2px 10px !important;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

#productdetailsview .jq-selectbox .dropdown ul li:hover,
#productdetailsview .jq-selectbox .dropdown ul li.selected {
  background: #f4f4f4;
  padding-left: 14px !important;
}

#productdetailsview .product-box2 .controls {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
  float: none;
  width: 100%;
  overflow: hidden;
}

#productdetailsview .product-box2 .addtocart-bar2 .wrapper {
  padding-top: 0px;
}

#productdetailsview .controls label {
  display: inline-block;
  font-weight: 300;
  float: left;
  margin-right: 4px;
  line-height: 32px;
}

#productdetailsview .product-box2 .box-quantity {
  width: auto;
  display: inline-block;
  position: relative;
}

#productdetailsview .product-box2 .addtocart-bar2 .quantity-controls,
#productdetailsview .product-box2 .addtocart-bar2 .quantity-box {
  display: inline-block;
}

#productdetailsview .product-box2 .addtocart-bar2 .quantity-box {
  display: inline-block;
  width: 100px;
  height: 32px;
  border: 2px solid #e4e4e2;
  border-radius: 3px;
  background: #f5f7f8;
  position: relative;
}

#productdetailsview .product-box2 .addtocart-bar2 .quantity-box input {
  width: 44px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  background: none;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  border-left: 1px solid #e4e4e2;
  border-right: 1px solid #e4e4e2;
  margin-left: 27px;
}

#productdetailsview .addtocart-bar2 .quantity-controls {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}

#productdetailsview .addtocart-bar2 .quantity-controls .quantity-plus {
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 3px;
  top: 1px;
  cursor: pointer;
}

#productdetailsview .addtocart-bar2 .quantity-controls .quantity-minus {
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 1px;
  cursor: pointer;
}

#productdetailsview .product-box2 .addtocart_button2,
#productdetailsview .product-box2 .wishlist,
#productdetailsview .product-box2 .compare_cat,
#productdetailsview .product-box2 .ask-a-question {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 10px;
}

#productdetailsview .product-box2 .add_wishlist,
#productdetailsview .product-box2 .add_compare,
#productdetailsview .product-box2 .ask-a-question .ask-question2 {
  background: #e2e6e7;
  font-weight: 300;
  padding: 4px 15px;
  height: 50px;
  font-size: 14px;
  line-height: 48px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  border-bottom: 2px solid #bdc3c7;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

#productdetailsview .product-box2 .add_wishlist i,
#productdetailsview .product-box2 .add_compare i,
#productdetailsview .product-box2 .ask-a-question .ask-question2 i {
  font-size: 20px;
  display: block;
  text-indent: 0px;
  display: inline-block;
}

#productdetailsview .product-box2 .add_wishlist span,
#productdetailsview .product-box2 .add_compare span,
#productdetailsview .product-box2 .ask-a-question .ask-question2 span {
  display: none;
}

#productdetailsview .product-box2 .add_wishlist:hover,
#productdetailsview .product-box2 .add_wishlist.active,
#productdetailsview .product-box2 .add_wishlist:focus,
#productdetailsview .product-box2 .add_compare:hover,
#productdetailsview .product-box2 .add_compare.active,
#productdetailsview .product-box2 .ask-a-question .ask-question2:hover,
#productdetailsview .product-box2 .ask-a-question .ask-question2:focus,
#productdetailsview .product-box2 .add_compare:focus {
  background: #34495e;
  border-bottom: 2px solid #2c3e50;
  color: #fff;
  text-decoration: none;
}

#productdetailsview .product-box2 div.tooltip {
  width: 14%;
}

.list-reviews {
  padding-bottom: 0px;
  font-size: 13px;
}

.list-reviews h4 {
  font-weight: 400;
  padding-bottom: 10px;
}

.write-reviews {
  width: 100%;
  clear: both;
  font-size: 13px;
}

.write-reviews .step {
  display: block;
  padding-bottom: 10px;
  clear: both;
}

.write-reviews #comment {
  width: 100%;
  background: #f5f7f8;
  border: 2px solid #e4e4e2;
  height: 120px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 8px 5px !important;
  box-shadow: none;
}

.svrat {
  float: left;
  padding-right: 5px;
}

.write-reviews .rating {
  display: inline-block;
  text-align: left;
  display: inline-block;
  float: none;
  padding-top: 3px;
  margin: 0;
  padding-bottom: 0px;
}

.write-reviews .rating .ratingbox {
  width: 75px;
  height: 13px;
  background: url(../frontend/images/virtuemart/stars.png) left top repeat-x;
  position: relative;
  margin-right: 5px;
}

.write-reviews .rating .stars-orange {
  display: block;
  background: url(../frontend/images/virtuemart/stars.png) left bottom repeat-x;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.scroll-pane .flleft {
  float: left;
  padding-top: 5px;
}

.scroll-pane .flright {
  float: right;
}

.scroll-pane .wrapper {
  overflow: hidden;
  width: 100%;
}

.rbold {
  font-weight: bold;
}

.rnormal {
  margin-bottom: 10px;
}

.rnormal .coment {
  padding: 10px;
  background: #f0f5f9;
  border-radius: 6px;
}

.rvote {
  display: inline-block;
  text-align: left;
  display: inline-block;
  float: none;
  padding-top: 5px;
  margin: 0;
  padding-bottom: 10px;
}

.rvote .ratingbox {
  width: 75px;
  height: 13px;
  background: url(../frontend/images/virtuemart/stars.png) left top repeat-x;
  position: relative;
  margin-right: 5px;
}

.rvote .stars-orange {
  display: block;
  background: url(../frontend/images/virtuemart/stars.png) left bottom repeat-x;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.rcount {
  float: right;
  margin-top: -8px;
  margin-right: 3px;
}

.rcount input {
  background: #f5f7f8 !important;
  border: 2px solid #e4e4e2;
  width: 60px;
  box-shadow: none;
  display: inline-block;
  margin-left: 4px;
}

.rcount input:focus {
  box-shadow: none;
  border-color: #e4e4e2;
}

.write-reviews .button,
.ask {
  border-left: none;
  border-right: none;
  height: 38px;
  margin-top: 10px;
}

textarea {
  resize: none;
}

.bs-docs-example {
  padding-top: 20px;
  padding-bottom: 10px;
}

.accordion-group {
  background: nobe;
  border: none;
  border-radius: 0;
  color: #515151;
  margin-bottom: 5px;
}

.accordion-heading a.accordion-toggle.collapsed {
  background: #ecf0f1;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion-heading a.accordion-toggle.collapsed:hover {
  background: #323a45;
  color: #fff;
}

.accordion-heading a.accordion-toggle span {
  float: right;
}

.accordion-heading a.accordion-toggle span i {
  font-style: normal;
}

.accordion-heading a.accordion-toggle.collapsed span i.minus {
  display: none;
}

.accordion-heading a.accordion-toggle.collapsed span i.plus {
  display: block;
}

.accordion-heading a.accordion-toggle {
  background: #323a45;
  border-radius: 5px 5px 0 0;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion-heading a.accordion-toggle span i.plus {
  display: none;
}

.accordion-heading a.accordion-toggle span i.minus {
  display: block;
}

#productdetailsview .accordion-body {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0 0 5px 5px;
}

#productdetailsview .accordion-body .accordion-inner {
  padding: 20px;
}

#productdetailsview
.accordion-inner
.filter
.product-field-type-P
.product-fields-title {
  font-size: 14px;
  font-weight: bold;
}

#productdetailsview .accordion-inner .filter .product-field-type-S span {
  display: inline-block;
}

#productdetailsview .accordion-inner .filter .product-fields li {
  margin-left: 25px;
}

#productdetailsview .accordion-inner .video .product-fields-title,
#productdetailsview .accordion-inner .custom .product-fields-title {
  display: none;
}

#productdetailsview .accordion-inner .video .product-field-desc {
  display: block;
  padding-bottom: 10px;
}

#productdetailsview .accordion-inner .video .product-field-display {
  margin: 0 auto;
  display: block;
  width: 640px;
}

#collapseFour .accordion-inner {
  padding-right: 10px;
}

/* tabs */
.example2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.productdetails-view.layout2 .responsive-tabs__heading {
  display: none;
}

.productdetails-view.layout2 .responsive-tabs__list__item {
  display: block;
  cursor: pointer;
  float: left;
}

.productdetails-view.layout2 .btn:hover {
  background: #3cb7d3;
}

.productdetails-view.layout2 .clearfix {
  *zoom: 1;
}

.productdetails-view.layout2 .clearfix:before,
.productdetails-view.layout2 .clearfix:after {
  display: table;
  content: '';
}

.productdetails-view.layout2 .clearfix:after {
  clear: both;
}

@media (max-width: 767px) {
  .productdetails-view.layout2 .responsive-tabs__list {
    display: none;
  }
  .productdetails-view.layout2 .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }
  .productdetails-view.layout2 .responsive-tabs__panel--closed-accordion-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .productdetails-view.layout2 .responsive-tabs__panel--closed-accordion-only {
    display: block !important;
  }
}

.productdetails-view.layout2 .responsive-tabs-wrapper {
  clear: both;
  zoom: 1;
}

.productdetails-view.layout2 .responsive-tabs-wrapper:before,
.productdetails-view.layout2 .responsive-tabs-wrapper:after {
  content: '';
  display: table;
}

.productdetails-view.layout2 .responsive-tabs-wrapper:after {
  clear: both;
}

.productdetails-view.layout2 .responsive-tabs__heading:focus,
.productdetails-view.layout2 .responsive-tabs__list__item:focus {
  outline: none !important;
}

.productdetails-view.layout2 .responsive-tabs__heading--active:focus,
.productdetails-view.layout2 .responsive-tabs__list__item--active:focus {
  outline: none !important;
}

.productdetails-view.layout2 .responsive-tabs__list {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 50px;
}

.productdetails-view.layout2 .responsive-tabs__list__item {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 14px 20px;
  background: #ecf0f1;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 5px;
  position: relative;
}

.productdetails-view.layout2 .responsive-tabs__list__item:before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #ecf0f1;
  height: 9px;
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -8px;
  visibility: hidden;
}

.productdetails-view.layout2 .responsive-tabs__list__item:hover {
  background: #323a45;
  margin-top: 0;
  color: #fff;
}

.productdetails-view.layout2 .responsive-tabs__list__item--active,
.productdetails-view.layout2 .responsive-tabs__list__item--active:hover {
  background: #323a45;
  margin-top: 0;
  color: #fff;
  cursor: default;
}

.productdetails-view.layout2 .responsive-tabs__list__item--active:before,
.productdetails-view.layout2 .responsive-tabs__list__item:hover:before {
  bottom: -8px;
  visibility: visible;
  border-top: 9px solid #323a45;
}

.productdetails-view.layout2 .responsive-tabs__panel {
  margin: 0;
  padding: 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 5px;
}

@media (max-width: 767px) {
  .productdetails-view.layout2 .responsive-tabs__panel {
    margin-top: 30px;
  }
  .productdetails-view.layout2 .responsive-tabs__heading {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #eee;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    top: 16px;
    left: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .productdetails-view.layout2 .responsive-tabs__heading:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e74c3c;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .productdetails-view.layout2 .responsive-tabs__heading:hover {
    background-color: #fff;
  }
  .productdetails-view.layout2 .responsive-tabs__heading--active:hover,
  .productdetails-view.layout2 .responsive-tabs__heading--active {
    background: #fff;
  }
  .productdetails-view.layout2 .responsive-tabs__heading--active:after,
  .productdetails-view.layout2 .responsive-tabs__heading:hover:after {
    border-bottom: 5px solid #000;
    border-top: 0;
  }
  .productdetails-view.layout2 .responsive-tabs__panel div.write-reviews {
    padding-right: 10px;
    padding-left: 0;
    width: 396px;
    float: none;
  }
  .productdetails-view.layout2
.responsive-tabs__panel
div.write-reviews
#comment {
    width: 385px;
  }
}

@media only screen and (max-width: 479px) {
  .productdetails-view.layout2 .responsive-tabs__panel div.write-reviews {
    padding-right: 10px;
    padding-left: 0;
    width: 280px;
    float: none;
  }
  .productdetails-view.layout2
.responsive-tabs__panel
div.write-reviews
#comment {
    width: 265px;
  }
}

#productdetailsview .filter {
  overflow: hidden;
  font-size: 14px;
}

#productdetailsview .filter .product-fields .product-field {
  width: 29%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

#productdetailsview
.filter
.product-fields
.product-field.product-field-type-E {
  min-height: 100px;
}

#productdetailsview
.filter
.product-fields
.product-field.product-field-type-P {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 0;
  min-height: 0;
}

#productdetailsview
.filter
.product-fields
.product-field.product-field-type-P
.product-fields-title,
.product-field-type-X .product-fields-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 20px;
  padding-top: 10px;
  display: block;
}

.mcf-fields-title {
  display: none;
}

#productdetailsview .filter .product-fields ul {
  padding-left: 20px;
}

.text {
  font-size: 14px;
}

#productdetailsview .tags {
  width: 100%;
  border-top: 1px solid #e2e6e7;
  padding-top: 10px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

#productdetailsview .tags .product-fields-title,
.tags .product-field-display {
  float: left;
}

#productdetailsview .tags .product-field-display a {
  text-decoration: none;
  margin-left: 2px;
}

.video span {
  display: block;
}

.video .product-fields-title {
  display: none;
}

.product-related-categories {
  margin-left: -15px;
  margin-bottom: 20px;
}

.product-related-categories .product-field {
  float: left;
}

.product-related-categories .product-field .product-field-display {
  background: none repeat scroll 0 0 #ffffff;
  border: none;
  border-image: none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 15px;
  padding: 10px;
  width: 157px;
  display: block;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-related-categories .product-field .product-field-display:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.product-related-categories .product-field .product-field-display a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-related-categories .product-field .product-field-display a img {
  margin-bottom: 10px;
  max-height: 200px;
  width: 100%;
  height: 100%;
}

#productdetailsview .product-box .quantity-box,
#productdetailsview .product-box .quantity-controls {
  display: none;
}

.product-related-products {
  margin-bottom: -30px;
}

.product-neighbour .pagers {
  float: right;
}

.product-neighbour .pagers li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-left: 5px;
}

.product-neighbour ul.pagers a {
  text-decoration: none;
}

.product-neighbour ul.pagers a i {
  display: inline-block;
  font-size: 22px;
}

.product-neighbour ul.pagers a .icon-angle-left {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.product-neighbour ul.pagers a .icon-angle-right {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.product-neighbour ul.pagers li:hover a {
  z-index: 999999;
  text-decoration: none;
  color: #fff;
}

.product-neighbour .pagers li.next {
  float: right;
}

.product-neighbour .pagers li .img_n {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 40px;
  display: block;
  width: 70px;
  height: auto;
  z-index: 99999;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: none;
  opacity: 0;
}

.product-neighbour .pagers li.next .img_n {
  left: auto;
  right: 50%;
  margin-right: -20px;
}

.product-neighbour .pagers li:hover .img_n {
  display: block;
  opacity: 1;
}

.product-neighbour .pagers li img {
  width: 60px;
  height: auto;
}

.recentproducts h3 {
  display: none;
}

.recentproducts h3.item1 {
  display: block;
  margin-top: 30px;
}

.recentproducts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recentproducts li {
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  transition: all 150ms ease-in-out 0s;
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -ms-transition: all 350ms ease-in-out 0s;
  -o-transition: all 350ms ease-in-out 0s;
}

.recentproducts li:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.recentproducts li img {
  width: auto;
  max-height: 100px;
}

.recentproducts li .browse span {
  display: none;
}

.recentproducts li .browse {
  display: inline-block;
  margin-right: 10px;
}

.recentproducts li a {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #1b1b1b;
  text-decoration: none;
}

.recentproducts li a:hover {
  text-decoration: none;
}

.recentproducts li img {
  height: auto;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.recentproducts li:hover img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.back-to-category {
  border-top: 1px solid #e2e6e7;
  margin-bottom: 60px;
}

.back-to-category .button_back {
  text-align: left;
  padding-left: 20px;
}

.back-to-category .button_back i {
  margin-right: 10px;
}

.back-to-category.left a {
  float: left;
}

.product-related ul.layout2 .product-box .wishlist:after {
  content: ' ';
  position: absolute;
  right: -23%;
  top: 7px;
  width: 1px;
  height: 9px;
  background: #e2e6e7;
}

/* Shoping Cart  */
.cart-view {
  position: relative;
}

.cart-view > .login-box,
.cart-view > .billing-box,
.login-box-metod {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 5px;
}

.shipment .login-box-metod,
.payment .login-box-metod {
  box-shadow: none;
  padding: 0;
}

.payment .module-title,
.shipment .module-title {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  margin-top: 20px;
}

.login-box-metod .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 8px;
  float: left;
}

.login-box-metod .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.login-box-metod .jq-radio.checked span,
.login-box-metod .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}

.login-box-metod .jq-radio.disabled span {
  display: none;
}

.login-box-metod label {
  float: left;
  font-weight: 300;
  width: auto;
  width: 80%;
  margin-bottom: 20px;
}

.vmshipment_name,
.vmpayment_name {
  font-size: 20px;
  font-weight: 500;
}

.cart-view .right-link {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
}

.width50 {
  width: 50%;
}

.width48 {
  width: 48%;
}

.width46 {
  width: 46%;
}

.width44 {
  width: 44%;
}

.login-box {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

#form-login-username {
  margin-right: 30px;
  width: 48%;
}

#form-login-password {
  width: 46%;
}

#com-form-order-number {
  margin-right: 40px;
  width: 48%;
}

.order-view .control-group {
  width: 46%;
}

#form-login-password input,
.cart-view .order-view .login-box .inputbox {
  padding-right: 15px !important;
}

.width49 {
  width: 49%;
}

.cart-view .floatleft {
  float: left;
}

.cart-view .label,
.login-wrap.cart-view label,
.order-view #com-form-order-number label,
.order-view .control-group label {
  clear: both;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  background: none;
  padding: 0 0 5px 0;
  margin: 0;
  text-shadow: none;
  display: inline-block;
}

.cart-view .login-box .inputbox,
.login-wrap.cart-view #username,
#jform_email,
.login-wrap.cart-view #password {
  background: #f5f7f8;
  border: 2px solid #e2e6e7;
  height: 40px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 8px 10px !important;
  width: 100%;
  border-radius: 6px;
  box-shadow: none !important;
}

input,
textarea {
  box-shadow: none !important;
}

.cart-view .login-box a.reset,
.cart-view .login-box a.remind {
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
}

.cart-view .login-box .remember {
  margin-bottom: 10px;
  font-size: 13px;
}

.remember .jq-checkbox {
  border: 2px solid #e2e6e7;
  float: left;
  background: #f5f7f8;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
}

.remember .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.remember .jq-checkbox.checked span,
.remember .jq-checkbox:hover span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 1px;
}

.remember .jq-checkbox.disabled span {
  display: none;
}

.login-box2.cart-view {
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.login-box2.cart-view .order-view {
  margin-bottom: 30px;
}

.cart-view .login-box .remember label {
  font-weight: 300;
  font-size: 14px;
}

.cart-view .text-indent {
  padding: 10px;
  padding-left: 0;
}

.cart-view .text-indent span.font,
.cart-view .text-indent2 span.font {
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  font-weight: 500;
}

.cart-view .text-indent2 {
  padding: 10px;
  padding-left: 20px;
}

.cart-view .output-billto,
.cart-view .output-shipto {
  padding-bottom: 20px;
  color: #6a6a6a;
}

.billing-box.after {
  position: relative;
}

.billing-box.after:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e4e4e2;
}

.mar_bot {
  margin-bottom: 30px;
}

.cart_billing-box {
  overflow: auto;
  position: relative;
  width: 100%;
}

table.cart-summary {
  background: #fff;
  border-collapse: inherit;
  width: 100%;
  margin-left: 0px;
}

.cart-summary .color {
  color: #6a6a6a;
}

.small_screen {
  display: none;
}

.cart-summary th {
  background: #f0f0f0;
  color: #1b1b1b;
  font-weight: normal;
  border: 1px solid #e4e4e2;
  border-left: none;
}

.cart-summary th:first-child {
  border-left: 1px solid #e4e4e2;
}

.check_row {
  border: 1px solid #e4e4e2;
}

.check_row td {
  border: 1px solid #e4e4e2;
}

.cart-summary th,
.cart-summary td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: center;
  vertical-align: top;
}

.line-through {
  text-decoration: line-through;
}

.cart-summary .wrapper {
  overflow: hidden;
  width: 100%;
}

.cart-summary .cart-images {
  display: block;
  width: 60px;
  margin-right: 10px;
  float: left;
}

.cart-summary .cart-title {
  float: left;
  width: 130px;
  text-align: left;
}

.cart-summary .cart-title a {
  color: #292f38;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 300;
}

.cart-summary .sectiontableentry2.check_row {
  background: #fdfcfc;
}

.cart-summary .sectiontableentry2.check_row:hover,
.cart-summary .sectiontableentry1.check_row:hover {
  background: #faf9f9;
}

.cart_form {
  margin-bottom: 0;
  text-align: left;
}

.cart-summary .quantity-input {
  background: #f5f7f8;
  border: 2px solid #e4e4e2;
  height: 38x;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 8px 10px !important;
  width: 40px;
  border-radius: 6px;
  margin-left: 0px;
}

.cart-summary .quantity-input:focus {
  border: 2px solid #e4e4e2;
}

.cart_form .vm2-add_quantity_cart {
  border: none;
  padding: 0 0 0 0px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 300;
}

.cart_form .vm2-remove_from_cart {
  border: none;
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.cart_form i {
  margin-right: 5px;
}

.cart_form .vm2-remove_from_cart i {
  margin-right: 8px;
}

.sectiontableentry1 {
  border: 1px solid #ecf0f1;
}

.sectiontableentry1.bg_total {
  font-weight: 500;
}

.sectiontableentry1 td {
  border: 1px solid #ecf0f1;
  padding: 15px 10px;
}

.check_row td,
.price td,
.shipment td,
.payment td,
.coupon-tr td,
.bg_total td {
  border-top: none;
  border-left: none;
}

.check_row td:first-child,
.price td:first-child,
.shipment td:first-child,
.payment td:first-child,
.coupon-tr td:first-child,
.bg_total td:first-child {
  border-left: 1px solid #ecf0f1;
}

.cart-summary .sectiontableentry1.price td:first-child {
  text-align: right;
}

.sectiontableentry1 .total .PricesalesPrice {
  font-weight: 500;
}

.cart-summary .sectiontableentry1.shipment td:first-child,
.cart-summary .sectiontableentry1.payment td:first-child {
  text-align: left;
}

.cart-summary .sectiontableentry1.shipment td a,
.cart-summary .sectiontableentry1.payment td a {
  text-align: right;
  float: right;
  color: #1b1b1b;
}

.cart-summary .sectiontableentry1.shipment td a i {
  margin-right: 4px;
}

.cart-summary .sectiontableentry1.payment td a i {
  margin-right: 4px;
}

.cart-summary .sectiontableentry1.shipment td a:hover,
.cart-summary .sectiontableentry1.payment td a:hover {
  text-decoration: none;
}

.cart-summary .sectiontableentry1.coupon-tr td:first-child {
  text-align: left;
}

.cart-summary .sectiontableentry1.coupon-tr td form {
  margin-bottom: 0;
  padding-top: 5px;
}

.cart-summary .sectiontableentry1.bg_total td:first-child {
  text-align: right;
}

.coupon_input.input-large {
  width: 225px;
  background: #f5f7f8;
  border: 2px solid #e2e6e7;
  border-radius: 6px 6px 6px 6px;
  height: 40px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 9px 10px !important;
  margin-right: 10px;
  float: left;
  color: #6a6a6a;
  font-size: 13px;
}

.coupon_input.input-large:focus {
  border: 2px solid #e4e4e2;
}

.sectiontableentry1.coupon-tr .input-append {
  margin-bottom: 0;
}

.customer-comment {
  margin-top: 20px;
}

.customer-comment .color {
  color: #6a6a6a;
  margin-bottom: 10px;
}

.billing-box textarea.customer-comment {
  background: #f5f7f8;
  border: 2px solid #e2e6e7;
  height: 120px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 8px 10px !important;
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
}

.billing-box #tosAccepted {
  float: left;
  margin-right: 5px;
}

.billing-box .jq-checkbox {
  border: 2px solid #e2e6e7;
  float: left;
  background: #f5f7f8;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
}

.billing-box .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.billing-box .jq-checkbox.checked span,
.billing-box .jq-checkbox:hover span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 1px;
}

.billing-box .jq-checkbox.disabled span {
  display: none;
}

.billing-box .op_shipto_content .jq-checkbox {
  border: none;
  float: left;
  background: none;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 2px;
  box-shadow: none;
}

.billing-box .op_shipto_content .jq-checkbox span {
  display: block !important;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 1px;
}

.cart_billing-box .check-marg {
  margin-bottom: 0;
}

.billing-box div .terms-of-service {
  float: left;
  color: #6a6a6a;
  margin-left: 4px;
  cursor: pointer;
}

.checkout-button-top a {
  margin-top: 20px;
}

.shipment_method,
.payment-validate {
  background: none repeat scroll 0 0 #ffffff;
  border: 5px solid #f0f0f0;
  border-radius: 6px 6px 6px 6px;
  color: #515151;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.shipment_method .vmCartPaymentLogo img,
.payment-validate .vmCartPaymentLogo img {
  width: 100px;
}

.shipment_method .wrapper,
.payment-validate .wrapper {
  width: 100%;
  overflow: hidden;
}

.shipment_method input,
.payment-validate input {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.buttonBar-right .button,
.payment-validate .button {
  margin-bottom: 10px;
}

.vmshipment_description,
.vmshipment_name,
.vmpayment_name,
.vmpayment_description {
  display: block;
  padding-top: 5px;
}

.sectiontableentry1.shipment .fleft,
.sectiontableentry1.payment .fleft {
  float: left;
}

.sectiontableentry1.shipment .fright,
.sectiontableentry1.payment .fright {
  float: right;
}

.vmpayment_cardinfo {
  display: block;
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}

.vmpayment_cardinfo table td {
  display: block;
  padding: 0;
  border: none;
}

.shoper .border-top .module-title {
  margin-top: 30px;
}

.shoper .userfields_info {
  padding: 10px 0;
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.shoper legend {
  border: none;
  margin-bottom: 0;
}

.shoper a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.shoper fieldset ul a {
  color: #1b1b1b;
  line-height: 20px;
  outline: none;
}

.shoper fieldset ul a:hover {
  text-decoration: underline;
}

.shoper fieldset ul a.icon_delete {
  background: url(../frontend/images/close_img.png) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}

.shoper fieldset ul a.icon_delete:hover {
  opacity: 0.5;
}

.shoper table {
  width: 100%;
}

.shoper table td {
  border: none;
  padding: 5px;
}

.shoper table td.key {
  width: 265px;
}

.shoper .user-details input {
  margin: 0;
  width: 100%;
  border: 2px solid #e2e6e7;
  background: none repeat scroll 0 0 #f5f7f8;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  box-shadow: none !important;
}

.shoper .user-details select {
  margin: 0;
  width: 100%;
  border: 2px solid #e2e6e7;
  background: none repeat scroll 0 0 #f5f7f8;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: none !important;
}

.shoper .user-details input#agreed_field {
  width: auto;
  height: auto;
  text-align: left;
}

.shoper .user-details label {
  display: inline-block;
  float: none;
  font-weight: normal;
  text-align: left;
  width: 265px;
  font-size: 14px;
}

.shoper .user-details label.invalid {
  color: #e74c3c;
}

.shoper .user-details input.invalid {
  border-color: #e74c3c;
}

.shoper .pad-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shoper .pad-top .control-button {
  margin-right: 20px;
  padding-bottom: 20px;
}

.shoper .pad-top .control-button .marg_right {
  margin-right: 20px;
}

.shoper .jq-selectbox {
  min-width: 60px;
  width: 100%;
  float: none;
  display: inline-block !important;
  margin-right: 10px;
  border: 2px solid #e4e4e2;
  box-shadow: none;
  border-radius: 3px;
  background: #f5f7f8;
  padding: 0px 25px 0px 5px;
  height: 38px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
}

.shoper .jq-selectbox .dropdown li {
  padding-top: 0;
  padding-bottom: 0;
}

.shoper .jq-selectbox .select {
  height: 36px;
  min-width: 10px;
  width: 105%;
  padding-right: 50px;
  padding-top: 6px;
}

.shoper .jq-selectbox .trigger .arrow {
  top: 15px;
}

.shoper .jq-selectbox .arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
  height: 5px;
  background: url(../frontend/images/cat_arrow.png) left bottom no-repeat;
}

.shoper .jq-selectbox.opened .arrow {
  background-position: left top;
}

.shoper .jq-selectbox.opened,
.shoper .jq-selectbox:hover {
  background: #fff;
}

.shoper .jq-selectbox .dropdown {
  max-height: 150px;
  min-width: 60px;
  width: 101%;
  top: 38px;
  background: #fff;
  border: 1px solid #c6cbd0;
  border-radius: 2px;
  border: 2px solid #e4e4e2;
  margin: 0px 0 0 -7px;
  padding: 0;
}

.shoper .jq-selectbox .dropdown ul {
  margin: 0;
  padding: 0;
}

.shoper .jq-selectbox .dropdown ul li {
  color: #333;
  padding: 2px 12px 2px 10px !important;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.shoper .jq-selectbox .dropdown ul li:hover,
.shoper .jq-selectbox .dropdown ul li.selected {
  background: #f4f4f4;
  padding-left: 14px !important;
}

.form-validate {
  margin-bottom: 0;
}

.form-validate #ui-tabs {
  margin-bottom: 20px;
}

.form-validate #ui-tabs #tab-2 {
  display: none;
}

.vmorder-done {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.vmorder-done td {
  border: 1px solid #f0f0f0;
  padding: 10px;
}

.vmorder-done td:first-child {
  width: 150px;
}

#virtuemart_shoppergroup_id {
  min-height: 80px;
}

.module-title.marg-top {
  margin-top: 30px;
}

/******************wishlist**************************/
.category-wishlist {
  padding: 10px;
  background: #f0f0f0;
}

.category-wishlist form {
  margin-bottom: 0px;
}

.wishlist_box .back-to-category {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}

.wishlist_box .wishlist_info {
  float: left;
}

.wishlist_box .rating-title {
  display: none;
}

.wishlist_box .lbl-box .hitafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) right top no-repeat;
}

.wishlist_box .lbl-box .hitbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) right bottom no-repeat;
}

.wishlist_box .lbl-box .discafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl.png) left top no-repeat;
}

.wishlist_box .lbl-box .discbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl.png) left bottom no-repeat;
}

.wishlist_box .lbl-box .offafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl2.png) left top no-repeat;
}

.wishlist_box .lbl-box .offbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl2.png) left bottom no-repeat;
}

.wishlist_box .browseImage {
  position: relative;
}

.wishlist_box .lbl-box {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -14px;
  right: -14px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wishlist_box .lbl-box .discount,
.wishlist_box .lbl-box .hit {
  position: relative;
  top: 21px;
  left: -10px;
  height: 24px;
  width: 140px;
  background: #e74c3c;
  position: relative;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -kthtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wishlist_box .lbl-box .discount {
  background: #e67e22;
}

.wishlist_box .lbl-box .limited {
  background: #9b59b6;
}

.wishlist_box .remwishlists {
  float: right;
}

.wishlist_box .remwishlists a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.wishlist_box .remwishlists a i {
  margin-right: 4px;
  font-size: 12px;
}

.wishlist_box #product_list ul.layout .product-box .attributes,
.wishlist_box #product_list ul.layout .quantity-box,
.wishlist_box #product_list ul.layout .quantity-controls {
  display: inline-block;
}

.wishlist_box #product_list ul.layout .product-box .attributes,
.addtocart-bar2 .attributes {
  display: none;
}

.wishlist_box #product_list ul.layout .box-quantity {
  position: relative;
  margin-bottom: 10px;
}

.wishlist_box .controls {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
  float: none;
  width: 100%;
  overflow: hidden;
}

.wishlist_box .addtocart-bar2 .wrapper {
  padding-top: 0px;
}

.wishlist_box .controls label {
  display: inline-block;
  font-weight: 300;
  float: left;
  margin-right: 4px;
}

.wishlist_box .box-quantity {
  width: auto;
  display: inline-block;
  position: relative;
}

.wishlist_box .addtocart-bar2 .quantity-controls,
.wishlist_box .addtocart-bar2 .quantity-box {
  display: inline-block;
}

.wishlist_box .addtocart-bar2 .quantity-box {
  display: inline-block;
  width: 100px;
  height: 26px;
  border: 2px solid #e4e4e2;
  border-radius: 3px;
  background: #f5f7f8;
  position: relative;
}

.wishlist_box .addtocart-bar2 .quantity-box input {
  width: 44px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  background: none;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  margin-left: 27px;
}

.wishlist_box .addtocart-bar2 .quantity-controls {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}

.wishlist_box .addtocart-bar2 .quantity-controls .quantity-plus {
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 3px;
  top: 1px;
  cursor: pointer;
}

.wishlist_box .addtocart-bar2 .quantity-controls .quantity-minus {
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 1px;
  cursor: pointer;
}

.displayBlock {
  display: block !important;
}

/*--------------------------------compare----------------------------------------*/
.compare_box .module-title {
  float: left;
}

.compare_box .back-to-category {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}

.compare_box .browseview {
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

table#compare_list_prod,
table#compare_list_prod tbody {
  width: 100%;
}

#compare_list_prod td {
  vertical-align: middle;
  border: 1px solid #ecf0f1;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
}

#compare_list_prod td li {
  list-style: none;
}

#compare_list_prod tr {
  width: 100%;
}

#compare_list_prod td:first-child {
  background: #fff;
  width: 250px;
  border: 1px solid #ecf0f1;
  font-size: 16px;
}

#compare_list_prod tr.items0 td {
  border-top: none;
}

#compare_list_prod .comare_name a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

#compare_list_prod .browseImage > div {
  display: none;
}

#compare_list_prod .tr_diff .comare_image {
  text-align: center;
}

#compare_list_prod .vote {
  padding: 0;
}

#compare_list_prod .comare_image img {
  width: 218px;
}

#compare_list_prod .comare_price span.PricesalesPrice {
  font-weight: 500;
  font-size: 16px;
  display: block;
}

#compare_list_prod .PricebasePriceWithTax {
  text-decoration: line-through;
}

.green {
  color: #639c00;
}

.comare_action .product-fields-title {
  display: block;
  padding-bottom: 5px;
}

.comare_action .product-custom {
  padding-bottom: 10px;
}

.comare_action .addtocart-area2 {
  float: none;
}

#compare_list_prod .controls label {
  display: inline-block;
  font-weight: 300;
  float: left;
  margin-right: 4px;
}

#compare_list_prod .box-quantity {
  width: auto;
  display: inline-block;
  position: relative;
}

#compare_list_prod .addtocart-bar2 .quantity-controls,
#compare_list_prod .addtocart-bar2 .quantity-box {
  display: inline-block;
}

#compare_list_prod .addtocart-bar2 .quantity-box {
  display: inline-block;
  width: 100px;
  height: 26px;
  border: 2px solid #e4e4e2;
  border-radius: 3px;
  background: #f5f7f8;
  position: relative;
}

#compare_list_prod .addtocart-bar2 .quantity-box input {
  width: 44px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  background: none;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  margin-left: 27px;
}

#compare_list_prod .addtocart-bar2 .quantity-controls {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}

#compare_list_prod .addtocart-bar2 .quantity-controls .quantity-plus {
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 3px;
  top: 1px;
  cursor: pointer;
}

#compare_list_prod .addtocart-bar2 .quantity-controls .quantity-minus {
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 1px;
  cursor: pointer;
}

#compare_list_prod .addtocart-button {
  text-indent: 0px;
  margin-top: 10px;
}

.comare_action .compare_del {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  cursor: pointer;
}

.comare_action .compare_del i {
  margin-right: 4px;
}

#compare_list_prod .product-fields-value ul {
  margin: 0;
  padding: 0;
}

/* manufacturer */
.manufacturer-view-default {
  background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.manufacturer-view-default .row_man {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
}

.manufacturer-view-default .row_man h2 a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.manufacturer-view-default .row_man h2 {
  margin-top: 10px;
}

.manufacturer-view-default .row_man a img {
  border: 2px solid #f5f7f8;
}

.manufacturer-view-default .row_man h2 a:hover {
  text-decoration: none;
}

.manufacturer_details_view .spacer {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.manufacturer_details_view h3 {
  margin-bottom: 30px;
}

.manufacturer_details_view .fleft {
  float: left;
  margin-right: 20px;
}

.manufacturer_details_view .fleft .manufacturer-image {
  border: 2px solid #f5f7f8;
}

.manufacturer_details_view .manufacturer-description {
  color: #6a6a6a;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  padding-top: 5px;
}

.manufacturer_details_view .wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.manufacturer_details_view .manufacturer-email,
.manufacturer_details_view .manufacturer-url,
.manufacturer_details_view .manufacturer-product-link {
  float: left;
  margin: 10px 0 0px 0;
}

.manufacturer_details_view .manufacturer-email,
.manufacturer_details_view .manufacturer-url {
  border-right: 1px solid #e2e6e7;
  padding-right: 15px;
  margin-right: 15px;
}

.manufacturer_details_view .manufacturer-email a,
.manufacturer_details_view .manufacturer-url a,
.manufacturer_details_view .manufacturer-product-link a {
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  text-decoration: none;
}

/* orders */
.orders-box {
  background: #fff;
  padding: 0px;
  padding-top: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.orders-box tbody {
  background: #fff;
  font-size: 14px;
}

.orders-box tbody td {
  background: none;
  border-top: 1px solid #dddddd !important;
  border-left: 1px solid #ecf0f1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  text-align: center;
}

.orders-box tbody td:first-child {
  border-left: none;
}

.orders-box tbody td.num a:hover {
  text-decoration: none;
}

.orders-box tbody td.total {
  font-weight: 500;
}

#tab-2 .orders-box {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

.spaceStyle.first {
  position: absolute;
  right: 20px;
  top: 0px;
}

.spaceStyle.second {
  padding-top: 20px;
}

.spaceStyle.second .order-box {
  background: #fff;
  border: none;
  border-radius: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.spaceStyle.second .order-box td {
  border-top: 1px solid #ecf0f1;
  border-left: 1px solid #ecf0f1;
  padding: 15px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
}

.spaceStyle.second .order-box td:first-child {
  border-left: none;
  background: #fff;
  width: 30%;
  font-size: 16px;
  font-weight: 300;
}

.spaceStyle.second .order-box tr.first td {
  border-top: none;
}

.spaceStyle.second .order-box td.price {
  font-weight: 500;
}

.spaceStyle.second .order-box2 {
  background: none;
}

.spaceStyle.second .order-box2 td.first {
  border: none;
  padding: 0px;
}

.spaceStyle.second .order-box2 td.first .order-box {
  background: #fff;
  border: none;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}

.spaceStyle.second .order-box2 .order-box td:first-child {
  border-left: none;
  background: #fff;
  width: 40%;
  font-size: 16px;
  font-weight: 300;
}

.spaceStyle.second .order-box2 td.first .order-box tr:first-child td {
  border-top: none;
}

.spaceStylebot {
  padding-top: 30px;
  padding-bottom: 30px;
}

#tabs {
  color: #6a6a6a;
}

#tabs li {
  padding-bottom: 10px;
}

.spaceStylebot #tab-2 {
  display: none;
}

.orders-box thead {
  font-size: 14px;
}

.orders-box thead th {
  background: none;
  border-left: 1px solid #ecf0f1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  text-align: center;
}

.orders-box thead th:first-child {
  border-left: none;
}

.order-items-box {
  background: #fff;
  border: none;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.order-items-box .sectiontableheader th {
  border: none;
  background: #fff;
  font-weight: 300;
  border-left: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  padding: 15px;
  font-size: 16px;
}

.order-items-box .sectiontableheader th:first-child {
  border: none;
  border-bottom: 1px solid #ecf0f1;
}

.order-items-box tr {
  border-top: 1px solid #ecf0f1;
}

.order-items-box tr td {
  border-left: 1px solid #ecf0f1;
  padding: 15px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
}

.order-items-box tr td:first-child {
  border-left: none;
  font-size: 16px;
  font-weight: 300;
}

.order-items-box tr.total td {
  font-weight: bold;
}

.order-items-box .size {
  font-size: 16px;
}

.order-items-box .size.color {
  color: #e74c3c !important;
}

.order-items-box .order-items td.right {
  text-align: right;
  font-weight: 500;
}

.shoper #tabs {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 40px;
}

.shoper #tabs li {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 20px;
  background: #ecf0f1;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  cursor: pointer;
}

.shoper #tabs li:hover {
  background: #323a45;
  margin-top: 0;
  color: #fff;
}

.shoper #tabs li.current,
.shoper #tabs li.current:hover {
  background: #323a45;
  margin-top: 0;
  color: #fff;
  cursor: default;
}

.shoper .sectiontableentry1 {
  border-left: none;
  border-right: none;
}

.order {
  margin-bottom: 30px;
}

/* #slideShow countdown */
#slideShow .lbl-box {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -14px;
  right: -14px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#slideShow .lbl-box .limited {
  position: relative;
  top: 21px;
  left: -10px;
  height: 24px;
  width: 140px;
  background: #9b59b6;
  position: relative;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -kthtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

#slideShow .lbl-box .offafter {
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/lbl2.png) left top no-repeat;
}

#slideShow .lbl-box .offbefore {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/lbl2.png) left bottom no-repeat;
}

#slideShow {
  margin-bottom: 20px;
  width: 100%;
}

#slideShow .list_products {
  display: block;
  width: 100%;
}

#slideShow {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#slideShow.list ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: block;
}

#slideShow.list li {
  text-align: left;
  padding: 0px;
  margin: 0 0 0 0;
  display: block;
  float: none;
  position: relative;
  z-index: 100;
  width: 100%;
  z-index: 1;
}

#slideShow.list .img-wrapper {
  overflow: hidden;
}

#slideShow .Title a {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 300;
}

#slideShow .vote {
  padding-bottom: 10px;
  display: inline-block;
}

#slideShow .rating-title {
  display: inline-block;
  position: relative;
  top: -3px;
}

#slideShow.list .left-img {
  float: left;
  margin-right: 20px;
  padding: 10px;
}

#slideShow.list li .product-box.hover .browseImage {
  max-height: 300px;
  width: 300px;
  padding: 0px;
  background: none;
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 60px;
}

#slideShow.list li .product-box.hover .browseImage a {
  display: inline-block;
  text-align: center;
  width: 300px;
}

#slideShow.list li .product-box.hover .browseImage img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  text-align: center;
  vertical-align: middle;
}

#slideShow.list li .product-box.hover .slide-hover {
  float: left;
  width: 59%;
  padding-top: 20px;
  padding-bottom: 10px;
}

#slideShow.list li .product-box.hover .vm-img-desc,
#slideShow .quantity-box,
#slideShow .quantity-controls,
#slideShow .attributes {
  display: none;
}

#slideShow .desc1 {
  display: block;
  border-top: 1px solid #e2e6e7;
  border-bottom: 1px solid #e2e6e7;
  padding-top: 10px;
  font-size: 14px;
  margin-right: 5px;
}

#slideShow.list ul {
  display: none;
}

#slideShow.loader {
  background: url(../frontend/images/ajax-loader.gif) center center no-repeat;
  position: relative;
  z-index: 99;
  min-height: 90px;
  display: block;
  box-shadow: none;
  border: none;
}

#slideShow .time-box {
  margin-top: 15px;
}

#slideShow .time-box .bzSaleTimerDesc2 {
  margin-right: 5px;
}

#slideShow .time-box .bzSaleTimer {
  padding-right: 3px;
}

#slideShow .time-box .price span {
  display: inline-block;
}

#slideShow .time-box .price .price-sale span.sales {
  font-size: 24px;
  font-weight: 500;
  float: none;
}

#slideShow .time-box .price .price-sale {
  margin-left: 0px;
  width: 33%;
  border-radius: 5px 0 0 0;
}

#slideShow .time-box .price .price-old .WithoutTax {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 0;
  padding-bottom: 0px;
}

#slideShow .time-box .price .price_save .discount {
  color: #9b59b6;
  font-size: 24px;
  font-weight: 500;
}

#slideShow .time-box .price .text {
  display: block;
  padding-top: 0px;
  font-size: 14px;
  padding-bottom: 0px;
  font-weight: 300;
}

#slideShow .time-box .price .price_save .text {
  color: #9b59b6;
}

#slideShow .time-box .price .price_save {
  border-radius: 0 5px 0 0;
}

#slideShow .wrapper-slide {
  margin-bottom: 20px;
}

#slideShow .addtocart_button2,
#slideShow .wishlist,
#slideShow .compare_cat {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 10px;
}

#slideShow .add_wishlist,
#slideShow .add_compare {
  background: #e2e6e7;
  font-weight: 300;
  padding: 2px 10px;
  height: 38px;
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  border-bottom: 2px solid #bdc3c7;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

#slideShow .add_wishlist i,
#slideShow .add_compare i {
  font-size: 20px;
  display: block;
  text-indent: 0px;
  display: inline-block;
}

#slideShow .add_wishlist span,
#slideShow .add_compare span {
  display: none;
}

#slideShow .add_wishlist:hover,
#slideShow .add_wishlist.active,
#slideShow .add_wishlist:focus,
#slideShow .add_compare:hover,
#slideShow .add_compare.active,
#slideShow .add_compare:focus {
  background: #34495e;
  border-bottom: 2px solid #2c3e50;
  color: #fff;
  text-decoration: none;
}

#slideShow div.tooltip {
  width: 14%;
}

/* Blog */
div.itemRatingForm {
  line-height: 18px;
}

.itemRatingForm .itemRatingList,
.itemRatingForm .itemRatingList a:hover,
.itemRatingForm .itemRatingList .itemCurrentRating {
  background: url(../frontend/images/virtuemart/stars2.png) repeat-x scroll left -1000px transparent;
  outline: none !important;
}

.itemRatingForm .itemRatingList .itemCurrentRating {
  background-position: 0 -15px;
  margin: 0;
  padding: 0;
  z-index: 1;
  line-height: 14px;
  outline: none !important;
}

.itemRatingForm .itemRatingList {
  background-position: left top;
  float: left;
  height: 13px;
  list-style: none outside none;
  margin: 3px 0 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 70px;
  outline: none !important;
  line-height: 14px;
}

.itemRatingForm .itemRatingList a {
  outline: none !important;
}

.itemRatingForm .itemRatingList a:hover {
  background-position: left -30px;
}

.itemRatingForm .itemRatingList li {
  background: none;
  display: inline;
  padding: 0;
  outline: none !important;
}

.K2ItemsRow h2.module-title {
  float: none;
  margin-right: 20px;
}

.K2ItemsRow h2.module-title,
.K2ItemsRow h2.module-title a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  margin-bottom: 10px;
}

.K2ItemsRow h2.module-title a:hover {
  color: #eb4821;
}

.K2ItemsRow .catItemImageBlock {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.K2ItemsRow .catItemImageBlock .catItemImage {
  margin: 0;
}

.K2ItemsRow .catItemImageBlock a {
  display: block;
}

.K2ItemsRow .catItemImageBlock a img {
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

div.catItemCategory,
div.catItemCommentsLink {
  font-size: 13px;
  border: none;
  border-bottom: none;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

.K2ItemsRow .catItemAuthor a,
div.catItemCategory a,
div.catItemCommentsLink a {
  text-decoration: none;
}

div.catItemLinks,
div.catItemHeader span.catItemAuthor,
div.catItemHeader span.catItemDateCreated {
  float: left;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 13px;
}

.catItemLinks > div {
  float: left;
}

.catItemHeader {
  float: left;
}

div.catItemCategory span {
  font-weight: 300;
}

div.catItemRatingBlock {
  float: none;
  padding: 0;
  font-size: 13px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.catItemIntroText {
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: -15px;
}

.k2ReadMore {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

.k2ReadMore:hover {
  text-decoration: none;
}

.userItemView .userItemImageBlock {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.userItemView .userItemImageBlock .userItemImage {
  margin: 0;
}

.userItemView .userItemImageBlock a {
  display: block;
}

.userItemView .userItemImageBlock a img {
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.userItemView .fleft {
  float: left;
  max-width: 58%;
}

.userItemView .module-title {
  margin-bottom: 10px;
}

.userItemView div.userItemHeader span.userItemDateCreated {
  font-size: 13px;
  border: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}

div.userItemIntroText {
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0px;
}

.userItemView .k2ReadMore {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

.userItemView .k2ReadMore:hover {
  text-decoration: none;
}

.userItemView {
  border-top: 1px solid #e2e6e7;
  padding-top: 30px;
  margin-top: 30px;
}

.userItemView:first-child {
  border: none;
  padding: 0;
  margin: 0;
  padding-top: 1px;
  margin-top: 0px;
}

.genericItemView .genericItemImageBlock {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.genericItemView .genericItemImageBlock .genericItemImage {
  margin: 0;
}

.genericItemView .genericItemImageBlock a {
  display: block;
}

.genericItemView .genericItemImageBlock a img {
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.genericItemView .fleft {
  float: left;
  max-width: 58%;
}

.genericItemView .module-title {
  margin-bottom: 10px;
}

.genericItemView div.genericItemHeader span.genericItemDateCreated {
  font-size: 13px;
  border: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}

div.genericItemIntroText {
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0px;
}

div.genericItemView {
  border: none;
  border-top: 1px solid #e2e6e7;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  margin-top: 30px;
}

div.genericItemView:first-child {
  border: none;
  padding: 0;
  margin: 0;
  padding-top: 1px;
  margin-top: 0px;
}

#itemListPrimary .catItemImageBlock,
#itemListPrimary .fleft {
  float: left;
}

#itemListPrimary .fleft {
  width: 47%;
}

#itemListPrimary .catItemImageBlock {
  margin-right: 20px;
  width: 50%;
  margin-bottom: 20px;
}

#itemListSecondary .catItemImageBlock,
#itemListSecondary .fleft {
  float: left;
}

#itemListSecondary .fleft {
  width: 47%;
}

#itemListSecondary .catItemImageBlock {
  margin-right: 20px;
  width: 50%;
  margin-bottom: 20px;
}

div.k2Pagination {
  margin-bottom: 30px;
}

div.K2ItemsRow {
  border-top: 1px solid #e2e6e7;
  padding-top: 30px;
  margin-top: 30px;
}

div.K2ItemsRow.K2Row-0 {
  border: none;
  padding: 0;
  margin: 0;
  padding-top: 1px;
  margin-top: 0px;
}

div.catItemView {
  padding: 0;
}

#k2Container {
  border: none;
}

#k2Container h2.itemTitle,
#k2Container h2.itemTitle a {
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

#k2Container .itemImageBlock {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#k2Container .itemImageBlock .itemImage {
  margin: 0;
}

#k2Container .itemImageBlock a {
  display: block;
}

#k2Container .itemImageBlock a img {
  border: none;
  padding: 0;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0;
}

div.catItemCategory,
div.catItemCommentsLink {
  font-weight: 300;
  font-size: 13px;
  border: none;
  border-bottom: none;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

div.itemCategory span {
  font-weight: 300;
}

#k2Container .itemAuthor,
#k2Container .catItemCategory,
#k2Container .itemDateCreated,
#k2Container .itemCategory {
  float: left;
  font-size: 13px;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 5px;
  margin-bottom: 10px;
}

#k2Container .itemAuthor a,
#k2Container div.catItemCategory a,
#k2Container div.itemDateCreated a,
#k2Container .itemCategory a {
  text-decoration: none;
}

#k2Container .itemToolbar {
  float: right;
  padding: 0;
  margin-left: 5px;
  border: none;
  background: none;
  margin-top: 0;
}

#k2Container .itemToolbar li {
  border: none;
}

#k2Container .itemToolbar a {
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
}

div.itemRatingBlock {
  float: none;
  padding: 0;
  font-size: 13px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#k2Container .itemBody,
div.itemIntroText {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.itemAuthorBlock {
  display: none;
}

.itemAuthorLatest ul {
  margin: 0 0 20px 15px;
  padding: 0;
}

.itemAuthorLatest ul li {
  background: none;
  border-bottom: none;
}

.itemAuthorLatest ul li a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

#k2Container .itemNavigation {
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
  border: none;
  margin-right: 5px;
  margin-bottom: 30px;
  background: none;
  border-bottom: 1px solid #e2e6e7;
  border-top: 1px solid #e2e6e7;
}

#k2Container .itemNavigation a {
  text-decoration: none;
}

#k2Container .itemComments {
  border: none;
  background: none;
  padding: 0px;
}

#k2Container div.itemCommentsForm form span#formLog {
  font-weight: 300;
}

div.itemCommentsForm h3 {
  margin-bottom: 30px;
  padding: 0;
}

#k2Container .coments-box {
  border: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

div.itemCommentsForm form textarea.inputbox {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  width: 100%;
  margin-bottom: 20px;
}

div.itemCommentsForm form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 10px 0 4px 0 !important;
}

#commentURL {
  width: 100%;
  clear: both;
}

div.itemCommentsForm form .fleft {
  float: left;
  width: 50%;
  padding-right: 15px;
}

div.itemCommentsForm form .fleft.right {
  float: right;
  padding-left: 15px;
  padding-right: 0;
}

div.itemCommentsForm form .fleft input {
  width: 100%;
}

.itemBackToTop {
  margin-top: 20px;
  border: none;
}

div.itemBackToTop a {
  text-decoration: none;
}

div.itemBackToTop a:hover {
  text-decoration: none;
}

#k2Container .itemCommentsCounter {
  margin-bottom: 20px;
}

#k2Container .itemCommentsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

#k2Container .itemCommentsList li {
  background: none;
  border: none;
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}

#k2Container .itemCommentsList li.odd {
  margin-left: 30px;
}

#k2Container .itemCommentsList li img {
  position: absolute;
  left: 0;
  top: 17px;
  border: none;
  float: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  width: 80px !important;
  height: auto;
  border-radius: 40px;
}

#k2Container .itemCommentsList li p {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}

#k2Container .itemCommentsList li p:after {
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid #fff;
  height: 8px;
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  content: ' ';
  position: absolute;
  left: -18px;
  top: 20px;
}

#k2Container div.itemComments ul.itemCommentsList li span.commentAuthorName,
#k2Container div.itemComments ul.itemCommentsList li span.commentDate {
  line-height: 18px;
  display: inline-block;
  padding-right: 8px;
}

#k2Container div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: 300;
  position: relative;
  top: -1px;
}

.t3-sidebar .coments .module-ct ul > li {
  background: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  padding: 16px 0;
}

.t3-sidebar .coments div.k2LatestCommentsBlock ul li span.lcCommentDate {
  font-size: 13px;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}

.t3-sidebar .coments .module-ct ul > li .k2Avatar {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
  float: left;
  border-radius: 50px;
  overflow: hidden;
}

.t3-sidebar .coments .module-ct ul > li .k2Avatar img {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}

.t3-sidebar .coments .module-ct ul > li .lcUsername {
  width: 100%;
  clear: both;
  display: block;
}

.t3-sidebar .coments .module-ct ul > li .lcItemCategory {
  font-weight: 500;
}

.k2user #form-login-password,
.k2user #form-login-username {
  width: 100%;
  margin-right: 0;
  padding-bottom: 0;
}

.k2user #form-login-password label,
.k2user #form-login-username label {
  font-size: 14px;
  font-weight: 300;
}

.k2user #form-login input {
  margin-bottom: 10px;
}

.k2user #form-login input.inputbox {
  width: 99%;
  height: 36px;
  padding: 8px 10px;
  border-radius: 3px;
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  box-shadow: none;
  margin-bottom: 15px;
}

.k2user #form-login-remember {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.k2user #form-login-remember label {
  font-size: 14px;
  font-weight: 300;
  float: left;
}

.k2user .jq-checkbox {
  border: 2px solid #e2e6e7;
  float: left;
  background: #f5f7f8;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
  top: 2px;
  box-shadow: none;
}

.k2user .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.k2user .jq-checkbox.checked span,
.wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 1px;
}

.k2user .jq-checkbox.disabled span {
  display: none;
}

.t3-sidebar .k2user .module-ct ul.Forgot li {
  padding: 0;
  border: none;
}

.t3-sidebar .k2user .module-ct ul.Forgot li a {
  font-size: 13px;
  font-weight: 300;
}

.t3-sidebar .latestarticles .module-ct ul li {
  padding: 15px 0;
  background: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

.t3-sidebar .latestarticles .module-ct ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.t3-sidebar .latestarticles .module-ct ul li .moduleItemImage {
  margin-right: 15px;
  float: left;
  padding-bottom: 10px;
  width: 81px;
}

.t3-sidebar .latestarticles .module-ct ul li .moduleItemImage img {
  width: 82px;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.t3-sidebar .latestarticles .moduleItemDateCreated {
  display: block;
  clear: both;
  padding-top: 2px;
  padding-bottom: 2px;
}

.t3-sidebar .latestarticles .fleft {
  float: left;
  width: 52%;
}

.t3-sidebar .allsearch label {
  font-size: 14px;
  font-weight: 300;
}

.t3-sidebar .allsearch .inputbox {
  margin-bottom: 15px;
}

.search .page-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

.search {
  padding-bottom: 75px;
}

.phrases legend,
.only legend {
  padding-bottom: 10px;
}

.search .counter,
.search #search-searchword,
.search .btn.btn-default {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 38px;
}

.search .btn.btn-default {
  border-left: none;
}

.search .btn.btn-default:hover,
.search .btn.btn-default:focus {
  background: #fff;
  box-shadow: none;
}

.Front_VM2 .category-view.pad-bot {
  padding-bottom: 20px;
}

.k2AccountPage th.k2ProfileHeading {
  font-weight: 300;
}

.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key,
.k2AccountPage th.k2ProfileHeading,
.k2AccountPage table.admintable td {
  background: none;
  border: none;
}

.k2AccountPage table.admintable td.key label {
  font-weight: 300;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
  padding-top: 8px;
}

#gendermsg {
  padding-top: 0px;
}

.k2AccountPage table.admintable input {
  margin-bottom: 20px;
}

.inputbox.invalid {
  border-color: #e74c3c !important;
}

.k2AccountPage .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 4px;
  float: left;
}

.k2AccountPage .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

.k2AccountPage .jq-radio.checked span,
.login-box-metod .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}

.k2AccountPage .jq-radio.disabled span {
  display: none;
}

.k2AccountPage .defaultSkin table.mceLayout,
#description {
  border: 2px solid #e4e4e2;
  padding: 5px;
  border-radius: 5px;
}

#url {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 40px;
  line-height: 20px;
}

.defaultSkin table.mceLayout tr.mceFirst td,
.defaultSkin table.mceLayout tr.mceLast td {
  border-top: none !important;
  border-bottom: none !important;
}

.k2AccountPage div.k2AccountPageUpdate {
  border: none;
  text-align: left;
}

.reset .form-validate p,
.remind .form-validate p {
  background: none;
  padding: 0;
  border: none;
}

.control-label label {
  font-weight: 300;
}

.star {
  color: #e74c3c;
}

.form-actions {
  padding: 0;
  background: none;
  border: none;
}

/* === CONTACTS VIEW ===*/
.map .module-ct {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.map .mod-jgmapmap {
  width: 100% !important;
}

.contactContact {
  overflow: hidden;
}

div.contact-form {
  margin-right: 50px;
}

div.contact-form legend {
  font-size: 14px;
  border: none;
  line-height: 20px;
  color: #6a6a6a;
  margin-bottom: 20px;
}

.contact-wrap .width30 {
  width: 30%;
  float: left;
}

.contact-wrap .width60 {
  width: 70%;
  float: left;
}

.contact-wrap .width60 h3,
.contact-wrap .width60 .contact-form {
  margin-left: 30px;
  margin-right: 0;
}

.contact-wrap .width60 .form-horizontal .control-label {
  padding-top: 0px;
  text-align: left;
  width: 100%;
  float: none;
}

.contact-wrap .width60 .form-horizontal .control-label label {
  display: inline-block;
  font-weight: 300;
}

.contact-wrap .star {
  color: #e74c3c;
}

.contact-wrap .width60 .controls {
  margin-left: 0px;
}

legend + .control-group {
  margin-top: 0;
}

div.contact-form .control-group {
  margin-bottom: 10px;
  float: left;
}

div.contact-form .control-group.next {
  float: none;
}

.contact-wrap .width60 .controls input {
  width: 99%;
  background: #f5f7f8;
  border: 2px solid #e2e6e7;
  height: 38px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 9px 10px !important;
}

.width {
  width: 50%;
}

div.contact-form .control-group.first {
  padding-left: 0px;
  padding-right: 15px;
}

div.contact-form .control-group.second {
  padding-left: 15px;
  padding-right: 0px;
}

.contact-wrap .width60 .controls input.invalid,
textarea#jform_contact_message.invalid {
  border: 2px solid #e74c3c;
}

.contact-wrap .width60 .form-horizontal .control-label label.invalid {
  color: #e74c3c;
}

div.contact-form .control-group.next .controls input {
  width: 100%;
}

.contact-wrap .width60 .controls textarea {
  background: none repeat scroll 0 0 #f0f0f0;
  border: 1px solid #e4e4e2;
  height: 150px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 8px 10px !important;
}

.contact-wrap .width60 .form-actions {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  margin-top: 0px;
  padding-bottom: 20px;
}

.contact-wrap .width60 .form-actions td {
  padding: 0;
}

form#contact-form {
  padding: 0px;
}

textarea#jform_contact_message {
  margin-bottom: 10px;
  width: 100%;
  background: #f5f7f8;
  border: 2px solid #e2e6e7;
}

dt.emailCopy {
  float: left;
  margin: 0 1em 0 0;
}

#map {
  height: 360px;
}

div.contact-miscinfo h3,
div.jicons-icons {
  display: none;
}

.contact-address dt span img {
  display: none;
}

.contact-address dt {
  width: auto;
}

.contact-address dd {
  margin: 0 0 0 30px;
}

.contact-address dt span {
  font-size: 18px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 22px;
}

.contact-address dd span {
  line-height: 22px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 100%;
  color: #6a6a6a;
}

.contact-address dd span a {
  display: inline-block;
  white-space: inherit;
  word-spacing: inherit;
  max-width: 100%;
  overflow: hidden;
  color: #1b1b1b;
}

/* Checout */
#onepage_main_div label {
  font-weight: 300;
}

#onepage_main_div .jq-selectbox {
  min-width: 60px;
  width: 100%;
  float: none;
  display: inline-block !important;
  margin-right: 10px;
  border: 2px solid #e4e4e2;
  box-shadow: none;
  border-radius: 3px;
  background: #f5f7f8;
  padding: 0px 25px 0px 0px;
  height: 38px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
}

#onepage_main_div .jq-selectbox .dropdown li {
  padding-top: 0;
  padding-bottom: 0;
}

#onepage_main_div .jq-selectbox .select {
  height: 36px;
  min-width: 10px;
  width: 105%;
  padding-right: 50px;
  padding-top: 6px;
  padding-left: 5px;
}

#onepage_main_div .jq-selectbox .trigger .arrow {
  top: 15px;
}

#onepage_main_div .jq-selectbox .arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
  height: 5px;
  background: url(../frontend/images/cat_arrow.png) left bottom no-repeat;
}

#onepage_main_div .jq-selectbox.opened .arrow {
  background-position: left top;
}

#onepage_main_div .jq-selectbox.opened,
.shoper .jq-selectbox:hover {
  background: #fff;
}

#onepage_main_div .jq-selectbox .dropdown {
  max-height: 150px;
  min-width: 60px;
  width: 101%;
  top: 38px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #e4e4e2;
  margin: 0px 0 0 -7px;
  padding: 0;
}

#onepage_main_div #shipto_section .jq-selectbox .dropdown {
  margin: 0 0 0 -2px;
}

#onepage_main_div .jq-selectbox .dropdown ul {
  margin: 0;
  padding: 0;
}

#onepage_main_div .jq-selectbox .dropdown ul li {
  color: #333;
  padding: 2px 12px 2px 10px !important;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

#onepage_main_div .jq-selectbox .dropdown ul li:hover,
#onepage_main_div .jq-selectbox .dropdown ul li.selected {
  background: #f4f4f4;
  padding-left: 14px !important;
}

#onepage_main_div .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 8px;
  float: left;
}

#onepage_main_div .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

#onepage_main_div .jq-radio.checked span,
.login-box-metod .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}

#onepage_main_div .jq-radio.disabled span {
  display: none;
}

#checkoutForm .jq-checkbox {
  border: 2px solid #e2e6e7;
  float: left;
  background: #f5f7f8;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
  top: 2px;
  box-shadow: none;
}

#checkoutForm .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

#checkoutForm .jq-checkbox.checked span,
#checkoutForm .jq-checkbox:hover span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../frontend/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 1px;
}

#checkoutForm .jq-checkbox.disabled span {
  display: none;
}

/* Home Blog */
.homeblog ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.homeblog ul li {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.homeblog ul li .blog-box {
  max-width: 557px;
}

.homeblog .moduleItemImage {
  border: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: block;
  float: left;
  margin-right: 20px;
  width: 40%;
}

.homeblog div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  width: 100% !important;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}

.homeblog ul li .blog-box .fleft {
  float: left;
  max-width: 55%;
}

.homeblog ul li .blog-box .fleft .moduleItemTitle {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 500;
}

.homeblog ul li .blog-box .fleft .moduleItemDateCreated {
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.homeblog ul li .blog-box .fleft .moduleItemIntro {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.homeblog ul li .blog-box .moduleItemReadMore {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

.k2ItemsBlock.homeblog {
  margin-left: -13px;
  margin-top: -55px;
  overflow: hidden;
  padding-right: 0;
  padding-top: 55px;
  width: 102%;
}

/* System Messages */
#system-message {
  margin-bottom: 10px;
  padding: 0;
}

#system-message dt {
  font-weight: bold;
}

#system-message dd {
  margin: 0;
  font-weight: bold;
}

#system-message dd ul {
  background-color: #e6f1f8 !important;
  background-position: 0 0;
  background-image: none !important;
  color: #2980b9;
  font: 14px;
  line-height: 22px;
  margin: 0px 0 20px 0 !important;
  list-style: none;
  padding: 15px 22px !important;
  text-align: left;
  border: none;
  list-style: none;
  border-radius: 6px;
  position: relative;
}

#system-message > .warning > ul {
  background-color: #e6c8a6 !important;
  border-color: #ffbb00;
  border: 1px solid #f0dc7e !important;
}

#system-message dd.notice ul {
  background-color: #e4f3eb !important;
  border: none !important;
  color: #27ae60;
}

/* System Standard Messages */
#system-message dt.message {
  display: none;
}

/* System Error Messages */
#system-message dt.error {
  display: none;
}

#system-message dd.error ul {
  color: #cb2700;
  background-color: #f6d9d2 !important;
  border: none;
}

/* System Notice Messages */
#system-message dt.notice {
  display: none;
}

#system-message dd.notice ul {
  color: #a08b4c;
  background-color: #f5ecc1;
  border: 2px solid #f0dc7e;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  padding-top: 9px;
  font-weight: 300;
}

#system-message dd.message ul:after {
  font-family: FontAwesome;
  content: '\f05a';
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  top: 15px;
  left: -17px;
  color: #3498db;
}

#system-message dd.message.error ul:after {
  font-family: FontAwesome;
  content: '\f05a';
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  top: 15px;
  left: -17px;
  color: #e79682;
}

#system-message dd.message.notice ul:after {
  font-family: FontAwesome;
  content: '\f05a';
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  top: 15px;
  left: -17px;
  color: #79f5ad;
}

/******************compare**************************/
.compare_cat a {
  cursor: pointer;
}

#system_view {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -215px;
  margin-top: -100px;
  z-index: 6666;
  padding: 25px;
  width: 430px;
  min-height: 100px;
  overflow: hidden;
  background: #f9f9f9;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#system_view_overlay {
  z-index: 5555;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: #000;
}

.AjaxPreloaderC {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  background: url(../frontend/images/fancybox_loading.gif) center center no-repeat #000;
  width: 44px;
  height: 44px;
  z-index: 9999;
  opacity: 0.9;
  border-radius: 6px;
}

.system_view_close {
  background: none;
  position: absolute;
  right: 6px;
  top: 4px;
  cursor: pointer;
  color: #292f38;
  font-size: 20px;
}

.system_view_close:hover {
  opacity: 1;
  color: #e74c3c;
}

#system_view .wrapper {
  overflow: hidden;
  width: 100%;
}

#system_view .wrapper2 {
  width: 100%;
}

.success_compare_img {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.success_compare_img img {
  width: 100%;
  height: auto;
}

.success_compare_left {
  float: left;
  width: 270px;
}

.success_compare_left .title a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.success_compare_left .remcompare a {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

.success_compare_left .remcompare a i {
  margin-right: 5px;
}

.success_compare {
  width: 100%;
}

.success_compare .successfully {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #2980b9;
  background: #e6f1f8;
  display: block;
  border-radius: 4px;
}

.success_compare .notification {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #27ae60;
  background: #e4f3eb;
  display: block;
  border-radius: 4px;
}

.success_compare .warning {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #cb2700;
  background: #f8e9e8;
  display: block;
  border-radius: 4px;
}

#compare_go,
#wishlists_go {
  float: right;
}

/******************wishlist**************************/
.wishlist a {
  cursor: pointer;
}

.success_wishlists_img {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.success_wishlists_img img {
  width: 100%;
  height: auto;
}

.success_wishlists_left {
  float: left;
  width: 270px;
}

.success_wishlists_left .title a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.success_wishlists_left .remwishlists a {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

.success_wishlists_left .remwishlists a i {
  margin-right: 5px;
}

.success_wishlists {
  width: 100%;
}

.success_wishlists .successfully {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #2980b9;
  background: #e6f1f8;
  display: block;
  border-radius: 4px;
}

.success_wishlists .notification {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #27ae60;
  background: #e4f3eb;
  display: block;
  border-radius: 4px;
}

.success_wishlists .warning {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #cb2700;
  background: #f8e9e8;
  display: block;
  border-radius: 4px;
}

/******************add to cart**************************/
div#facebox .popup {
  border: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

div#facebox .popup .my-groovy-style2 {
  padding: 20px;
  width: 430px;
  position: relative;
}

div#facebox .popup .my-groovy-style2 img {
  position: absolute;
  left: 20px;
  top: 20px;
  max-height: 120px !important;
}

div#facebox .popup .my-groovy-style2 .left {
  padding-left: 100px;
  padding-bottom: 30px;
  min-height: 110px;
}

div#facebox .popup .my-groovy-style2 .floatright {
  float: right;
}

#askform label {
  font-weight: 300;
}

#askform input {
  margin-right: 30px;
  margin-top: 3px;
  font-size: 14px;
}

#comment {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 100px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.login-wrap div.other-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 20px;
}

div.other-links li a {
  text-decoration: none;
}

.ac_result {
  border: none;
  border-top: 3px solid #e74c3c;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
}

/*-------------------------Animated Scroll to Top ------------------------------*/
#back-top {
  position: fixed;
  right: 15%;
  bottom: 15%;
  margin-right: 0px;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 99;
}

#back-top a {
  opacity: 0.8;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  padding: 0;
  margin: 0;
  background: #292f38;
  /* rounded corners */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
}

#back-top a:hover {
  color: #fff;
}

/* arrow icon (span tag) */
#sbox-window.shadow {
  box-shadow: none !important;
  overflow: hidden;
  border-radius: 6px !important;
}

#sbox-content {
  border-radius: 6px !important;
}

#sbox-window {
  padding: 0;
  box-shadow: none;
}

body.component {
  width: 460px;
  height: 100%;
  background: #fff !important;
  border-radisu: 6px;
}

.t3-mainbody.component {
  padding: 0;
  background: #fff;
}

.t3-mainbody.component .t3-content {
  padding: 0 20px;
}

.ask-a-question-view {
  padding-top: 20px;
  position: relative;
}

.ask-a-question-view h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.ask-a-question-view .width70 {
  width: 70%;
}

.ask-a-question-view .width30 {
  width: 30%;
}

.ask-a-question-view .width30 img {
  width: 100%;
  margin-right: 20px;
}

.ask-a-question-view .floatleft {
  float: left;
}

.ask-a-question-view #Comment {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 100px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

#sbox-window #sbox-btn-close {
  background: url(../frontend/images/close.png) left top no-repeat;
  cursor: pointer;
  color: #292f38;
  font-size: 20px;
  opacity: 1;
  padding: 0;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 8px;
}

#sbox-window #sbox-btn-close:hover {
  opacity: 1;
  background-position: left bottom;
}

.ask-close {
  display: none;
}

div#facebox .popup a.close {
  background: url(../frontend/images/close.png) left top no-repeat;
  cursor: pointer;
  color: #292f38;
  font-size: 20px;
  opacity: 1;
  padding: 0;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 8px;
}

div#facebox .popup a.close:hover {
  opacity: 1;
  background-position: left bottom;
}

#Faqsaccordion {
  padding-top: 20px;
  padding-bottom: 10px;
}

#Faqsaccordion .panel {
  background: none;
  border: none;
  border-radius: 0;
  color: #515151;
  margin-bottom: 5px;
}

.panel-heading {
  padding: 0;
  background: none;
}

.panel-heading a.accordion-toggle.collapsed {
  background: #ecf0f1;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.panel-heading a.accordion-toggle.collapsed:hover {
  background: #323a45;
  color: #fff;
}

.panel-heading a.accordion-toggle span {
  float: right;
}

.panel-heading a.accordion-toggle span i {
  font-style: normal;
}

.panel-heading a.accordion-toggle.collapsed span i.minus {
  display: none;
}

.panel-heading a.accordion-toggle.collapsed span i.plus {
  display: block;
}

.panel-heading a.accordion-toggle {
  background: #323a45;
  border-radius: 5px 5px 0 0;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.panel-heading a.accordion-toggle span i.plus {
  display: none;
}

.panel-heading a.accordion-toggle span i.minus {
  display: block;
}

#Faqsaccordion .panel-collapse {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0 0 5px 5px;
}

#Faqsaccordion .accordion-body .panel-body {
  padding: 20px;
}

.tabletkanone {
  display: none;
}

.module-ct .odd {
  border-bottom: none;
}

#itemListPrimary.firstItem div.K2ItemsRow:first-child {
  margin-top: 1px !important;
  padding-top: 1px !important;
  border-top: none !important;
}

.modal-backdrop {
  z-index: 10001;
}

.vm-customfield-cart {
  font-size: 14px;
}

span.cart_num a:hover {
  text-decoration: none;
  color: #fff !important;
}

/* button */
.button,
.addtocart-button,
.vm-button-correct,
.k2user .button {
  font-weight: 300;
  padding: 0 30px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  color: #fff;
  border-bottom: 2px solid #c0392b;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  cursor: pointer;
}

.button:hover,
.button:focus,
.addtocart-button:hover,
.addtocart-button:focus,
.vm-button-correct:hover,
.vm-button-correct:focus,
.k2user #form-login .button:hover,
.k2user #form-login .button:focus {
  background: #34495e !important;
  border-bottom: 2px solid #2c3e50 !important;
  color: #fff;
  text-decoration: none;
}

.button.reset {
  background: #34495e !important;
  border-bottom: 2px solid #2c3e50 !important;
  text-decoration: none;
}

.button.reset:hover,
.button.reset:focus {
  text-decoration: none;
}

.button.reset2 {
  background: #e2e6e7 !important;
  border-bottom: 2px solid #bdc3c7 !important;
  text-decoration: none;
  color: #292f38;
}

.button.reset2:hover,
.button.reset2:focus {
  background: #34495e !important;
  border-bottom: 2px solid #2c3e50 !important;
  text-decoration: none;
  color: #fff;
}

.proddet .addtocart-button {
  height: 50px;
  line-height: 48px;
}

@-moz-document url-prefix() {
  button.button {
    padding-bottom: 1px;
  }
}

/*end button */
input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input::-moz-placeholder {
  color: #292f38;
}

input::-webkit-input-placeholder {
  color: #292f38;
}

input::-ms-input-placeholder {
  color: #292f38;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #292f38;
}

/* tooltip */
#product_list ul.layout2 div.tooltip {
  display: none !important;
}

div.tooltip {
  width: 30%;
}

div.tooltip-inner {
  background: #e2e6e7;
  font-size: 11px;
  font-weight: 300;
  padding: 7px 5px;
}

.tooltip.top div.tooltip-arrow {
  border-top-color: #e2e6e7;
}

/* css3 */
@-moz-keyframes srcbg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes srcbg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes srcbg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes srcbg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes srcbg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes srcbg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes srcbg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes srcbg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes srcbg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes srcbg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* ver 1.1 */
#slideShow .add_wishlist,
#slideShow .add_compare {
  height: 40px;
  line-height: 38px;
}

.acymailing_form .acysubbuttons .button:hover,
.acymailing_form .acysubbuttons .button:focus {
  background: #e2e6e7 !important;
  border-bottom-color: #bdc3c7 !important;
  color: #434649;
}

.serchline .sropen {
  width: 19px;
  height: 19px;
  background: none;
  position: absolute;
  top: 20px;
  right: 5px;
  cursor: pointer;
  display: block;
  font-size: 24px;
  color: #fff;
}

.serchline .sropen:hover {
  background: none;
}

.serchline .srclose {
  width: 12px;
  height: 13px;
  background: none;
  position: absolute;
  top: 20px;
  right: 5px;
  cursor: pointer;
  display: none;
  font-size: 24px;
  color: #292f38;
}

.serchline .srclose:hover {
  background: none;
}

i[class^='fa-'],
i[class*=' fa-'] {
  margin: 0;
}

div.cwcookielaw {
  position: relative;
  left: 0;
  top: 0;
  padding: 10px 0;
  background: #000;
  font-weight: 300;
  z-index: 30010;
  height: auto;
  font-size: 12px;
}

.cwcookielawbg {
  display: none !important;
}

.cwallowcookies {
  border-radius: 5px 0 0 5px !important;
}

.cwcookiesmoreinfo {
  border-radius: 0px 5px 5px 0px !important;
}

.cookies_height {
  height: 0px;
}

.cwcookiecontainer a.button {
  border-radius: 4px 0 0 4px;
  margin-left: 10px;
}

.cwcookiecontainer a.button.reset2 {
  border-radius: 0 4px 4px 0;
  margin-left: 0px;
}

#cart_list div {
  min-height: 0;
}

#vmCartModule div#cart_list .show_cart {
  padding-top: 0;
  padding-bottom: 0;
}

div#cart_list .show_cart .button {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ver 1.2*/
.bs-docs-example2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.option-set {
  margin: 0 0 26px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  min-height: 30px;
}

.option-set li a {
  font-size: 16px;
  line-height: 20px;
  color: #292f38;
  text-transform: none;
  font-weight: 300;
  padding: 5px 10px;
  background: #ecf0f1;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.option-set li a:before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #ecf0f1;
  height: 9px;
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -8px;
  visibility: hidden;
}

.option-set li a:hover {
  background: #34495e;
  margin-top: 0;
  color: #fff;
}

.option-set li a.selected,
.option-set li a.selected:hover {
  background: #34495e;
  margin-top: 0;
  color: #fff;
  cursor: default;
}

#filters {
  width: 100%;
  clear: both;
  overflow: hidden;
}

#sort-by,
#sort-direction {
  float: left;
}

.product-detail-row td {
  text-align: left;
}

.price td {
  text-align: right;
  border-bottom: none;
  border-right: 1px solid #ecf0f1;
}

#sales_price {
  font-weight: bold;
}

.module-4eck {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

table.cart-summary {
  border-radius: 0 0 3px 3px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#shipments .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

#shipments .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

#shipments .jq-radio.checked span,
.paramfilter .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}

#shipments .jq-radio.disabled span {
  display: none;
}

#shipments .jq-radio {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

#shipments label {
  float: left;
  width: 96%;
}

#shipments label .vmCartPaymentLogo {
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}

#payments .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

#payments .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}

#payments .jq-radio.checked span,
.paramfilter .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}

#payments .jq-radio.disabled span {
  display: none;
}

#payments .jq-radio {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

#payments label {
  float: left;
  width: 96%;
}

#payments label .vmCartPaymentLogo {
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}

.payment-pane,
shipment-pane {
  margin-top: 30px;
}

.billto-shipto .floatleft {
  float: left;
}

.cart-view.bill {
  margin-top: 30px;
}

.billto-shipto .font {
  text-transform: lowercase;
  font-weight: bold !important;
  margin-bottom: 20px;
}

#register,
#STsameAsBT {
  height: 18px;
}

#table_shipto {
  display: none;
}

.vm2-add_up {
  float: left;
  width: 20px;
  position: relative;
}

.vm2-add_up input {
  border: none;
  position: relative;
  z-index: 2;
  background: none;
}

.vm2-add_up i {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}

#cart-view-default .cart-title {
  width: auto;
}

#cart-view-default ul.adminform {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cart-view-default ul.adminform li {
  display: block;
}

#cart-view-default ul.adminform li label {
  float: none;
  width: 100%;
  text-align: left;
  font-weight: normal;
}

#cart-view-default ul.adminform input {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
  width: 98%;
}

#cart-view-default ul.adminform input:focus {
  border: 2px solid #e4e4e2;
}

#cart-view-default ul#user-register-fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#cart-view-default ul#user-register-fields input {
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
  width: 98%;
}

#cart-view-default ul#user-register-fields input:focus {
  border: 2px solid #e4e4e2;
}

#table_user td {
  text-indent: -9999px;
  display: inline-block;
}

#table_user td input,
#table_user td label {
  text-indent: 0px;
}

.shoper .jq-selectbox {
  width: 98%;
}

.shoper .jq-selectbox .optgroup {
  font-weight: bold;
}

#STsameAsBTLeb {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  left: -20px;
  z-index: 99;
}

#user-actions-trigger {
  margin: 0;
  padding: 0;
  list-style: none;
}

#registerLeb {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  left: -20px;
  z-index: 99;
}

.border-radius-lb {
  text-align: left;
}

.border-radius-lb #coupon_code {
  width: 72%;
}

.cart-summary.bot-total {
  margin-top: 30px;
}

.cart-summary.bot-total tr td {
  border-left: 1px solid #ddd;
}

.cart-summary.bot-total tr td:first-child {
  width: 70%;
  text-align: right;
  border-left: none;
}

.cart-summary.bot-total .bold,
.cart-summary.bot-total .red-bold {
  font-weight: 500;
}

.smart-slider-layer {
  text-align: inherit;
}

/* NO RESP*/
.noresp {
  min-width: 1220px;
  margin: 0 auto;
}

.noresp #t3-mainnav .navbar-nav > li > a,
.noresp #t3-mainnav .navbar-nav > li > span {
  padding: 20px 30px;
}

.noresp .botbanners .banneritem {
  width: 48%;
}

.noresp .bannergrouptopbanners .banneritem {
  width: 31%;
  margin-left: 20px;
}

.banneritem img {
  width: 100% !important;
  height: auto !important;
}

.noresp .bannergrouptopbanners .banneritem:first-child {
  margin-left: 0;
}

.noresp #slideShow.list li .product-box.hover .browseImage {
  width: 235px;
}

.noresp #slideShow.list li .product-box.hover .browseImage a {
  width: 235px;
}

.noresp .homeblog .moduleItemImage,
.noresp .homeblog ul li .blog-box .fleft {
  width: 100%;
  margin-bottom: 10px;
  max-width: 100%;
}

.noresp #productdetailsview .fleft {
  max-width: 320px;
  width: 320px;
}

.noresp #Img_zoom2 {
  width: 100% !important;
  height: 100% !important;
}

.noresp .border-radius-lb #coupon_code {
  width: 65%;
}

.noresp #cart-view-default .cart-title {
  width: 70%;
}

/* END NO RESP*/
/* ver 1.3*/
/* ver 1.4*/
div#quick_view_overlay {
  z-index: 555555;
}

div#quick-view {
  z-index: 666666;
}

div#facebox_overlay {
  z-index: 6555800;
}

div#system_view_overlay {
  z-index: 555555;
}

div#system_view {
  z-index: 666666;
}

div.fancybox-overlay {
  z-index: 330090;
}

#facebox {
  z-index: 65558000 !important;
}

.header-top.style2 {
  position: relative;
  z-index: 10000;
}

.modal-open .header-top.style2 {
  position: relative;
  z-index: inherit;
}

.header-top.style2 .module.menu {
  float: none;
}

.header-top.style2 .module.menu ul {
  display: table;
  text-align: center;
  float: none;
  margin: 0 auto;
}

.header-top.style2 .mod-languages {
  margin-left: 0;
  position: relative;
  right: -25px;
}

.header-top.style2 .mod-currencies {
  margin-left: 0;
  margin-right: -5px;
}

.header-top.style2 #cur-lang {
  padding-bottom: 2px;
}

.header-top.style2 #cur-lang .heading {
  height: 24px;
}

.header-top.style2 #cur-lang ul {
  top: 28px;
}

#t3-header.style2 {
  position: relative;
  z-index: 9999;
}

#t3-header.style2 .search-custom {
  float: right;
  width: 300px;
  margin-right: -4px;
}

#t3-header.style2 .block1-custom {
  float: left;
}

#t3-header.style2 .sropen {
  display: none;
}

#t3-header.style2 .serchline {
  position: relative;
  background: none;
}

#t3-header.style2 .serchline form {
  display: block;
}

#t3-header.style2 .serchline form input {
  background: none repeat scroll 0 0 #f5f7f8;
  border: 2px solid #e4e4e2;
  color: #696e6e;
  height: 40px;
  line-height: 40px;
  outline: medium none;
  resize: none;
  border-radius: 4px;
  padding: 0 10px;
}

#t3-header.style2 .serchline form .button {
  position: absolute;
  right: 10px;
  top: 0;
  color: #bdc3c7;
  background: none !important;
  border: none !important;
  font-size: 18px;
  padding: 0;
}

#t3-header.style2 .ac_result {
  width: 300px !important;
  left: 0 !important;
  top: 40px !important;
}

#t3-header.style2 .customphone {
  text-align: right;
  margin-right: 20px;
  margin-top: -4px;
}

#t3-header.style2 .customphone span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

#t3-header.style2 .mod-right .fright {
  position: relative;
}

#t3-mainnav.style2 {
  position: relative;
  z-index: 9998;
}

#t3-mainnav.style2 .navbar-nav > li > a,
#t3-mainnav.style2 .navbar-nav > li > span {
  padding: 20px 30px;
}

#t3-mainnav.style2 .fright.mod-right {
  float: right;
  padding-top: 10px;
}

.t3-navbar .search-custom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.search-custom .serchline {
  position: relative;
}

.ac_result {
  position: absolute;
  display: none;
  left: 0 !important;
  top: 60px !important;
}

.t3footnav-top {
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #404852 !important;
}

.t3footnav-top ._newsletter {
  padding-top: 10px;
}

.t3footnav-top ._newsletter .module-title {
  float: left;
  margin-right: 10px;
  padding-top: 8px !important;
}

.t3footnav-top ._newsletter .module-ct {
  float: left;
  width: 80%;
}

.t3footnav-top ._newsletter .acymailing_form tr {
  display: block;
  float: left;
}

.t3footnav-top ._newsletter .acymailing_form tr:first-child {
  margin-right: 10px;
  width: 70%;
}

.t3footnav-top div.tooltip {
  width: 15%;
}

.t3footnav-top ._newsletter .acymailing_form tr td {
  display: block;
}

.t3footnav .listbest li {
  padding-bottom: 10px;
  overflow: hidden;
}

.t3footnav .listbest .Title a {
  color: #fff;
}

.logo a:hover img {
  -webkit-animation: ministorm 0.5s ease;
  -moz-animation: ministorm 0.5s ease;
  -o-animation: ministorm 0.5s ease;
  -ms-animation: ministorm 0.5s ease;
  animation: ministorm 0.5s ease;
}

@-webkit-keyframes ministorm {
  0%,
  100% {
    -webkit-tranform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
  }
}

@keyframes ministorm {
  0%,
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* shortcod*/
.yt-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yt-accordion .accordion-group {
  background: nobe;
  border: none;
  border-radius: 0;
  color: #515151;
  margin-bottom: -10px;
}

.yt-accordion .accordion-heading {
  background: #ecf0f1;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.yt-accordion .accordion-heading:hover,
.yt-accordion .accordion-heading.active {
  background: #323a45;
  color: #fff;
}

.yt-accordion .accordion-heading i {
  font-style: normal;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 22px;
}

.accordion-heading a.accordion-toggle {
  background: #323a45;
  border-radius: 5px 5px 0 0;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion-heading a.accordion-toggle span i.plus {
  display: none;
}

.accordion-heading a.accordion-toggle span i.minus {
  display: block;
}

.yt-accordion .accordion-inner {
  padding: 20px;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.btn.btn-flat.button {
  box-shadow: none;
}

.yt-gmap-bg {
  background: #fff !important;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.alert.alert-error {
  background: #f8e9e8;
  border: none;
  color: #cb2700;
  padding-left: 60px;
  position: relative;
}

.alert.alert-error:after {
  color: #cb2700;
  content: '\f071';
  position: absolute;
  left: 20px;
  top: 15px;
  color: #e74c3c;
  font-size: 32px;
  font-family: FontAwesome;
}

.alert.alert-info {
  background: #e6f1f8;
  border: none;
  color: #2980b9;
  padding-left: 60px;
  position: relative;
}

.alert.alert-info:after {
  color: #cb2700;
  content: '\f05a';
  position: absolute;
  left: 20px;
  top: 15px;
  color: #3498db;
  font-size: 32px;
  font-family: FontAwesome;
}

.alert.alert-warning {
  background: #f9f1e3;
  border: none;
  color: #e67e22;
  padding-left: 60px;
  position: relative;
}

.alert.alert-warning:after {
  color: #cb2700;
  content: '\f06a';
  position: absolute;
  left: 20px;
  top: 15px;
  color: #f39c12;
  font-size: 32px;
  font-family: FontAwesome;
}

.alert.alert-success {
  background: #e4f3eb;
  border: none;
  color: #27ae60;
  padding-left: 60px;
  position: relative;
}

.alert.alert-success:after {
  color: #cb2700;
  content: '\f118';
  position: absolute;
  left: 20px;
  top: 15px;
  color: #2ecc71;
  font-size: 32px;
  font-family: FontAwesome;
}

.orderlistcontainer div.Order {
  margin-top: 0px;
  background: #f5f7f8;
  cursor: pointer;
  border: solid #e4e4e2 2px;
  font-size: 13px;
  padding: 3px 25px 3px 10px;
  float: left;
  min-width: 110px;
  height: 30px;
  border-radius: 0;
  position: relative;
  z-index: 10;
  cursor: default;
  border-radius: 3px 3px 3px 3px;
  font-weight: 300;
  cursor: default;
  color: #1b1b1b;
}

body.component {
  width: 440px;
}

.lbl-box2 {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -14px;
  left: -14px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lbl-box2 .sold {
  position: relative;
  top: 28px;
  left: -28px;
  height: 24px;
  width: 140px;
  background: #9ba5ac;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -kthtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lbl-box2 .soldafter {
  position: absolute;
  right: -1px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/label-sold.png) left bottom no-repeat;
}

.lbl-box2 .soldbefore {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/label-sold.png) right top no-repeat;
}

.product-related-products {
  margin-bottom: 0px;
}

#productdetailsview .lbl-box2 {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -5px;
  left: -5px;
  width: 100px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#productdetailsview .lbl-box2 .sold {
  position: relative;
  top: 28px;
  left: -28px;
  height: 24px;
  width: 140px;
  background: #9ba5ac;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -kthtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#productdetailsview .lbl-box2 .soldafter {
  position: absolute;
  right: -1px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../frontend/images/label-sold.png) left bottom no-repeat;
}

#productdetailsview .lbl-box2 .soldbefore {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 4px;
  height: 7px;
  background: url(../frontend/images/label-sold.png) right top no-repeat;
}

.t3-mainbody.component {
  padding-top: 10px;
}

.t3-mainbody.component .manufacturer_details_view .spacer {
  padding: 0;
  border: none;
  box-shadow: none;
}

.t3-mainbody.component .manufacturer_details_view .fleft {
  float: none;
}

.t3-mainbody.component .manufacturer_details_view .wrap {
  margin-top: 0;
}

.t3-mainbody.component
.manufacturer_details_view
.fleft
div.manufacturer-image {
  border: none;
}

.t3-mainbody.component .t3-content {
  padding-right: 10px;
}

body.component {
  min-width: 280px;
  width: auto;
}

.fancybox-margin {
  margin-right: 0px !important;
}

.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5-cols {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5-cols {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-5-cols {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5-cols {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7d9ebd94f086e423b560e75c8b7c248c)
 * Config saved to config.json and https://gist.github.com/7d9ebd94f086e423b560e75c8b7c248c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

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

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../frontend/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
  width: 100%;
  padding-top: 4px;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: -2px;
  height: 98% !important;
  width: 2px;
  background: #959595;
  margin: 15px 0;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 200%;
  left: -50%;
  min-height: 10px;
  background: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/
.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/* ----------------------------------
	1. Reset default browser styles
	2. Basic classes and elements 
	3. Color Scheme
	4. Typography
	5. Header
	6. Sliders
	7. Tabs
	8. Carousels
	9. Twitter Feed
	10. Lists and navigations
	11. Buttons
	12. Tables
	13. Icons
	14. Main content elements
	15. Forms
	16. Footer
	17. Animations
	18. Responsive changes
	19. Retina ready
-------------------------------------*/
@font-face {
  font-family: 'cantayayinlari';
  src: url("../fonts/cantayayinlari.eot?u1thdb");
  src: url("../fonts/cantayayinlari.eot?u1thdb#iefix") format("embedded-opentype"), url("../fonts/cantayayinlari.ttf?u1thdb") format("truetype"), url("../fonts/cantayayinlari.woff?u1thdb") format("woff"), url("../fonts/cantayayinlari.svg?u1thdb#cantayayinlari") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="canta-"], [class*=" canta-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cantayayinlari' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------

	1. Reset default browser styles

------------------------------------- */
.canta-menu:before {
  content: "\e90a";
}

.canta-chevron-right:before {
  content: "\e908";
}

.canta-chevron-left:before {
  content: "\e905";
}

.canta-chevron-up:before {
  content: "\e906";
}

.canta-chevron-down:before {
  content: "\e907";
}

.canta-file-text:before {
  content: "\e900";
}

.canta-download:before {
  content: "\e903";
}

.canta-list:before {
  content: "\e902";
}

.canta-clock:before {
  content: "\e901";
}

.canta-search:before {
  content: "\e909";
}

.canta-brush:before {
  content: "\e904";
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
  display: block;
}

mark, rp, rt, ruby, summary, time {
  display: inline;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  outline: none !important;
}

b, strong {
  font-weight: bold !important;
}

ul, ol {
  list-style: none;
}

q {
  quotes: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

input, button {
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

html, body {
  height: 100%;
}

/* -----------------------------------

	2. Basic classes and elements 

------------------------------------- */
body {
  font: 300 14px/21px 'Roboto Condensed', sans-serif;
  color: #696e6e;
  /*background: #232830;*/
  letter-spacing: 0.1px;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  background-attachment: fixed;
}

.boxed_layout {
  width: 1220px;
  margin: 0 auto;
}

[class*="layout"], .menu_wrap.type_3 {
  background: #fff;
}

.tt_uppercase {
  text-transform: uppercase;
}

.tt_none {
  text-transform: none;
}

.t_align_l {
  text-align: left;
}

.t_align_c {
  text-align: center;
}

.t_align_r {
  text-align: right;
}

.v_align_b {
  vertical-align: baseline;
}

.v_align_m {
  vertical-align: middle;
}

.v_align_bottom {
  vertical-align: bottom;
}

.d_inline_b {
  display: inline-block;
}

.d_ib_offset_0 {
  word-spacing: -3px;
}

.d_ib_offset_large {
  word-spacing: -4px;
}

.d_ib_offset_normal {
  word-spacing: 0px;
}

.d_block {
  display: block;
}

.book_height {
  height: 220px;
  min-height: 232px;
  /*max-height:232px;
	overflow:hidden;*/
}

.d_table {
  display: table;
}

.d_table_cell {
  display: table-cell;
}

.d_none, .tw_buttons li:first-child:before {
  display: none;
}

.f_size_small {
  font-size: .85em;
}

.f_size_medium {
  font-size: .9em;
}

.f_size_large {
  font-size: 1.15em;
}

.f_size_ex_large {
  font-size: 1.25em;
}

.f_size_big {
  font-size: 1.7em;
}

.l_height_medium {
  line-height: 1.42em;
}

.fw_medium {
  font-weight: 500;
}

.d_inline_middle {
  display: inline-block;
  vertical-align: middle;
}

.horizontal_list > * {
  float: left;
}

.horizontal_list > *:first-child {
  margin-left: 0;
}

.circle, .tw_buttons li:before, .vertical_list_type_2 li:before,
.vertical_list_type_3 li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.r_corners,
.vertical_list_type_7 li:before,
.vertical_list_type_8 li:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.vc_child:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.h_inherit {
  height: inherit;
}

.full_width, [class*="banner_caption"].full_width, .wide_layout {
  width: 100%;
}

.w_inherit {
  width: inherit;
}

.half_column {
  width: 50%;
  padding: 0 0 0 15px;
}

.half_column:first-child {
  padding: 0 15px 0 0;
}

.half_column.type_2 {
  padding: 0 0 0 5px;
}

.half_column.type_2:first-child {
  padding: 0 5px 0 0;
}

.relative {
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg_tr {
  background: transparent;
}

.lh_inherit {
  line-height: inherit !important;
}

.let_s {
  letter-spacing: 1px;
}

.mw_0 {
  min-width: 0 !important;
}

.mxw_0 {
  max-width: none !important;
}

.p_hr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p_vr_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p_top_10 {
  padding-top: 10px;
}

.p_top_30 {
  padding-top: 30px;
}

.p_top_40 {
  padding-top: 40px;
}

.p_top_50 {
  padding-top: 50px;
}

.p_bottom_20 {
  padding-bottom: 20px;
}

.p_right_45 {
  padding-right: 45px;
}

.p_right_75 {
  padding-right: 75px;
}

.m_left_0 {
  margin-left: 0 !important;
}

.m_right_0 {
  margin-right: 0 !important;
}

.m_left_5 {
  margin-left: 5px;
}

.m_left_10 {
  margin-left: 10px;
}

.m_left_15 {
  margin-left: 15px;
}

.m_left_20 {
  margin-left: 20px;
}

.m_left_25 {
  margin-left: 25px;
}

.m_left_35 {
  margin-left: 35px;
}

.m_left_40 {
  margin-left: 40px;
}

.m_right_5 {
  margin-right: 5px;
}

.m_right_6 {
  margin-right: 6px;
}

.m_right_8 {
  margin-right: 8px;
}

.m_right_10 {
  margin-right: 10px;
}

.m_right_15 {
  margin-right: 15px;
}

.m_right_20 {
  margin-right: 20px;
}

.m_right_25 {
  margin-right: 25px;
}

.m_right_29 {
  margin-right: 29px;
}

.m_right_30 {
  margin-right: 30px;
}

.m_right_35 {
  margin-right: 35px;
}

.p_bottom_0 {
  padding-bottom: 0 !important;
}

.m_bottom_0 {
  margin-bottom: 0px !important;
}

.m_bottom_3 {
  margin-bottom: 3px;
}

.m_bottom_5 {
  margin-bottom: 5px;
}

.m_bottom_10 {
  margin-bottom: 10px;
}

.m_bottom_12 {
  margin-bottom: 12px;
}

.m_bottom_15 {
  margin-bottom: 15px;
}

.m_bottom_20 {
  margin-bottom: 20px;
}

.m_bottom_25 {
  margin-bottom: 25px;
}

.m_bottom_30 {
  margin-bottom: 30px;
}

.m_bottom_35 {
  margin-bottom: 35px;
}

.m_bottom_40 {
  margin-bottom: 40px;
}

.m_bottom_45 {
  margin-bottom: 45px;
}

.m_bottom_50 {
  margin-bottom: 50px;
}

.m_bottom_60 {
  margin-bottom: 60px;
}

.m_bottom_65 {
  margin-bottom: 65px;
}

.m_bottom_100 {
  margin-bottom: 100px;
}

.m_top_5 {
  margin-top: 5px;
}

.m_top_10 {
  margin-top: 10px;
}

.m_top_20 {
  margin-top: 20px;
}

.centered_db {
  margin-left: auto;
  margin-right: auto;
}

.box_s_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.tr_delay_hover, .button_type_2 .scheme_color {
  -webkit-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
  -moz-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
  -o-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
  transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
}

.tr_delay_hover:hover, .button_type_2:hover .scheme_color {
  -webkit-transition: color .1s ease,background-color .1s ease,box-shadow .1s ease;
  -moz-transition: color .1s ease,background-color .1s ease,box-shadow .1s ease;
  -o-transition: color .1s ease,background-color .1s ease,box-shadow .1s ease;
  transition: color .1s ease,background-color .1s ease,box-shadow .1s ease;
}

.container3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(600);
  -moz-transform: perspective(600);
  -o-transform: perspective(600);
  transform: perspective(600);
  perspective: 600px;
}

.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

mark {
  background: #86c1e3;
  color: #fff;
}

::selection {
  background: #86c1e3;
  color: #fff;
}

::-moz-selection {
  background: #86c1e3;
  color: #fff;
}

::-o-selection {
  background: #86c1e3;
  color: #fff;
}

::-ms-selection {
  background: #86c1e3;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #696e6e;
}

::-moz-placeholder {
  color: #696e6e;
  /*opacity:1;*/
}

:-ms-input-placeholder {
  color: #696e6e;
}

::-webkit-scrollbar {
  width: 10px;
  background: #323a45;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------

	3. Color Scheme

------------------------------------- */
a, a[class*="color"]:not(.color_light):hover, .scheme_color, .close_product:hover,
.search_button:hover, .close_search_form:hover, blockquote:before, .banner_type_2.red b, #footer a.color_light:hover,
.close_fieldset:hover, .text_cs_hover:hover, .tweet_list a:hover, [class*="alert_box"].error i[class^="fa "],
label[class*="required"]:after, .vertical_list_type_7 li:before, .first_letter_1 > .fl,
.info_block_type_1:hover [class*="icon_wrap"] {
  color: #86c1e3;
}

.shopping_cart, [role="banner"], .sub_menu_wrap, .banner_type_2.red,
.vertical_list_type_3 li:before, .vertical_list_type_7 li:before {
  border-color: #86c1e3;
}

.shopping_cart:before, .sub_menu_wrap:before {
  border-bottom-color: #86c1e3;
}

.count, .bg_scheme_color, .button_type_3:hover .count.type_2,
.button_type_3.active .count.type_2, .main_menu > li:hover > a, .main_menu > li.current > a,
.main_menu > .current_click > a,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected,
[class*="button_type_"].bg_dark_color:hover, .banner:hover [class*="button_type_"].bg_dark_color,
[class*="button_type_"].bg_cs_hover:hover, #go_to_top:hover, .sw_button.googlemap, #menu_button,
.ui-slider:after, .vertical_list_type_2 li:before, .camera_wrap .camera_pag .camera_pag_ul .cameracurrent,
.camera_wrap .camera_prev:hover, .camera_wrap .camera_next:hover, .flex-control-nav .flex-active,
.flex-direction-nav a:hover, .vertical_list_type_4 li:before, .vertical_list_type_8 li:before,
.first_letter_2 > .fl, .info_block_type_2:hover [class*="icon_wrap"], #shopping_button2:hover > a, #shopping_button:hover > a .count {
  background: #86c1e3;
}

.select_color.red {
  background-color: #86c1e3;
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
  background: #d55a4e;
}

::-webkit-scrollbar-thumb {
  background: #86c1e3;
}

/* -----------------------------------

	4. Typography

------------------------------------- */
h2 {
  font-size: 1.71em;
  line-height: 1em;
}

h3, .tabs_nav, .search_button, .p_table > footer a {
  font-size: 1.4em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.15em;
}

h6 {
  font-size: 1em;
}

a, .tr_hover {
  -webkit-transition: color .4s ease, background-color .4s ease;
  -moz-transition: color .4s ease, background-color .4s ease;
  -o-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
}

a:hover, .color_dark, .bc_list a[class*="color"]:hover, .bc_list > li.current > a,
.tweet_list a {
  color: #404042;
}

.color_grey {
  color: #838a8f;
}

.color_light, .button_type_2:hover .scheme_color, .dropdown_list li .scheme_color,
.button_type_2.active .scheme_color, a.color_light:hover, .social_icons li:hover a, .bg_cs_hover:hover,
[class*="button_type_"][class*="color"].color_dark:hover, .main_menu[class*="type_"] > .current > a,
.main_menu[class*="type_"] > li:hover > a, .vertical_list_type_8 li:before {
  color: #fff;
}

.color_light_2 {
  color: #f9f9f9;
}

.default_t_color {
  color: #696e6e;
}

.color_green {
  color: #27ae60;
}

.color_333 {
  color: #333;
}

.bg_color_green_1 {
  background: #27ae60;
}

.bg_color_green_2 {
  background: #2ecc71;
}

.bg_color_orange_1 {
  background: #e67e22;
}

.bg_color_orange_2 {
  background: #f39c12;
}

.bg_color_orange_3 {
  background: #f1c40f;
}

.bg_color_red_1 {
  background: #c0392b;
}

.bg_color_blue_1 {
  background: #2980b9;
}

.bg_color_blue_2 {
  background: #3498db;
}

.bg_color_blue_3 {
  background: #41bedd;
}

.bg_color_pink_1 {
  background: #a255c4;
}

.bg_color_purple_1 {
  background: #4e4ca0;
}

s {
  color: #6a6a6a;
}

.bg_light_color_1, .sub_menu li:hover > a, .select_list > li:hover,
.p_list > li:nth-child(2n+1), .info_block_type_1:hover [class*="icon_wrap"] {
  background: #ecf0f1;
}

.bg_light_color_2, .ui-slider-handle {
  background: #e2e6e7;
}

.bg_light_color_3 {
  background: #fff;
}

.bg_color_dark_1 {
  background: #292f38;
}

.bg_color_dark_2 {
  background: #323a45;
}

.banner_title {
  font-size: 2.28em;
  line-height: 1em;
}

.banner_title.type_2 {
  font-size: 4.51em;
}

.banner_title_3 {
  font-size: 1.4em;
}

blockquote {
  font-style: italic;
  background: #fff;
  line-height: 1.55em;
  padding: 20px 10px 15px 50px;
}

blockquote:before {
  content: "“";
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  width: 20px;
  left: 19px;
  top: 26px;
}

blockquote:after {
  content: "";
  width: 17px;
  height: 10px;
  background: url("../images/blockquote_arrow.png") no-repeat;
  position: absolute;
  left: 20px;
  bottom: -10px;
}

.bt_link {
  line-height: 1.3em;
  padding-bottom: 4px;
  word-break: break-all;
}

.first_letter_1 > .fl {
  font-size: 3em;
  font-weight: bold;
  margin: 10px 7px 0 0;
}

.first_letter_2 > .fl {
  width: 32px;
  height: 32px;
  font-size: 1.42em;
  color: #fff;
  font-weight: bold;
  margin: 7px 10px 0 0;
  padding-top: 5px;
}

/* -----------------------------------

	5. Header

------------------------------------- */
[role="banner"] {
  border-top-width: 3px;
  border-top-style: solid;
  width: inherit;
}

[role="banner"].type_4 {
  border-top: none;
}

.h_top_part {
  padding: 4px 0;
  border-bottom: 1px solid #e2e6e7;
}

.h_top_part.type_2 {
  background: #323a45;
  color: #bdc3c7;
  padding: 6px 0;
}

.h_bot_part {
  padding-top: 15px;
  padding-bottom: 15px;
}

.h_bot_part.type_2 {
  padding-bottom: 25px;
}

.logo:hover img {
  -webkit-animation: ministorm .5s ease;
  -moz-animation: ministorm .5s ease;
  -o-animation: ministorm .5s ease;
  -ms-animation: ministorm .5s ease;
  animation: ministorm .5s ease;
}

.menu_wrap {
  z-index: 189;
  width: inherit;
}

.menu_wrap.sticky {
  position: fixed;
  top: 0;
}

.menu_wrap[class*="type_"]:not(.type_3) {
  width: auto;
}

.menu_wrap.type_2:not(.sticky) {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.menu_wrap, #footer {
  background: #232830;
}

.menu_wrap.type_2:not(.sticky) .main_menu > li:first-child > a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.menu_wrap.type_3 {
  padding: 9px 0;
  border-bottom: 1px solid #e6e5e7;
}

.main_menu > li {
  z-index: 101;
}

.main_menu > li > a {
  display: block;
  padding: 20px 40px;
}

.menu_wrap.type_2 .main_menu > li > a {
  padding: 20px 30px;
}

.main_menu.type_2 > li > a {
  padding: 9px 10px 10px;
}

.main_menu.type_3 > li > a {
  padding: 10px 20px;
}

.sub_menu_wrap {
  position: absolute;
  left: 0;
  width: 780px;
  background: #fff;
  padding: 10px 10px 0 0;
  border-top-width: 3px;
  border-top-style: solid;
  margin-top: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -o-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  opacity: 0;
  visibility: hidden;
}

.sub_menu_wrap:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: -13px;
}

.sub_menu_wrap:before {
  right: auto;
  left: 16px;
}

.sub_menu_wrap.type_2 {
  width: auto;
  padding: 0;
}

.sub_menu, .caption, .product_item .photoframe figcaption > *, .product_item .photoframe img,
.photoframe img, .blog_carousel *, blockquote, .banner_type_2 *, #footer *,
.banner *, #go_to_top, .social_widgets *, .main_menu > li > a, .qv_carousel_wrap * {
  -webkit-backface-visibility: hidden;
}

.sub_menu li a {
  display: block;
  padding: 7.7px 20px;
  white-space: pre;
}

.sub_menu_wrap .sub_menu.first > li:last-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.sub_menu_wrap.type_2 .sub_menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.s_form_wrap {
  padding-top: 10px;
  width: 736px;
}

.s_form_wrap_2 {
  width: 520px;
}

.s_form_wrap_2 .logo {
  margin-left: 98px;
}

[role="banner"].type_5 .h_bot_part .menu_wrap {
  background: #323a45;
  padding-top: 15px;
}

[role="banner"].type_5 .h_bot_part .menu_wrap > hr {
  margin-top: 27px;
}

[role="banner"].type_5 .h_bot_part {
  padding: 0;
  width: inherit;
  /*margin-bottom:50px;*/
}

[role="banner"].type_5 .h_bot_part .menu_wrap .site_settings.f_right {
  margin: 0;
}

a:hover, a {
  text-decoration: none;
}

/* -----------------------------------

	6. Sliders

------------------------------------- */
.revolution_slider {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-leftarrow i[class^="fa "], .tp-rightarrow i[class^="fa "],
.camera_prev i[class^="fa "], .camera_next i[class^="fa "],
.flex-direction-nav a i[class^="fa "] {
  color: #fff;
  font-size: 2.2em;
  line-height: 60px;
  font-weight: bold;
  margin-top: -1px;
}

.slider_divider {
  height: 2px;
  width: 58px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}

.slider_divider.type_2 {
  background: rgba(50, 58, 69, 0.1);
}

.slider_title {
  font-size: 3.07em;
  line-height: 1em;
}

.slider_title_2 {
  font-size: 2.35em;
}

.slider_title_3 {
  letter-spacing: 1.7px;
}

.slider_title_4 {
  font-size: 2.57em;
  line-height: 1em;
}

.caption .button_type_4, [class*="slide_caption"] .button_type_4,
.camera_wrap .button_type_4 {
  font-size: 1.7em;
  padding: 13px 18px;
}

.ui-slider {
  height: 12px;
  border: 2px solid #e2e6e7;
  position: relative;
  background: #f5f7f8;
}

.ui-slider:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  height: 8px;
  width: 33%;
  right: 0;
}

.ui-slider-handle {
  width: 12px;
  height: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 50%;
  display: inline-block;
  margin-top: -11px;
  position: absolute;
  z-index: 1;
}

.range_values input[type="text"] {
  padding: 0;
  width: 50%;
  height: auto;
  border: none;
  background: transparent;
}

.custom_thumb {
  position: absolute;
  width: 310px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 13px -155px;
  padding: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  opacity: 0;
  visibility: hidden;
}

.custom_thumb img {
  max-width: 100% !important;
}

.custom_thumb.active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.custom_thumb:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}

[class*="camera_caption_"] {
  position: absolute;
  height: 100%;
  top: 0;
}

[class*="camera_caption_"] img {
  max-width: 100% !important;
}

.camera_caption_1 {
  left: 51.47%;
  padding-top: 100px;
}

.camera_caption_2 {
  left: 10.98%;
  padding-top: 120px;
}

.camera_caption_3 {
  left: 0;
  padding-top: 60px;
  width: 100%;
}

.tp-leftarrow, .tp-rightarrow, .flex-direction-nav a {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
  background: rgba(41, 47, 56, 0.5);
  -webkit-transition: background-color .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  -moz-transition: background-color .3s ease,opacity .3s ease,transform .3s ease;
  -o-transition: background-color .3s ease,opacity .3s ease,transform .3s ease;
  -ms-transition: background-color .3s ease,opacity .3s ease,transform .3s ease;
  transition: background-color .3s ease,opacity .3s ease,transform .3s ease;
}

.sub_sideshow .flex-direction-nav a {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.sub_sideshow .flex-direction-nav a i[class^="fa "] {
  line-height: 40px;
  font-size: 1.8em;
  margin-top: 0;
}

.tp-rightarrow, .flex-direction-nav .flex-next {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.ie9 .tp-leftarrow, .ie9 .tp-rightarrow {
  visibility: hidden;
}

.revolution_slider:hover .tp-leftarrow, .revolution_slider:hover .tp-rightarrow,
.flexslider:hover .flex-direction-nav a {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.ie9 .revolution_slider:hover .tp-leftarrow, .ie9 .revolution_slider:hover .tp-rightarrow,
.ie9 .flexslider:hover .flex-direction-nav a {
  visibility: visible;
}

.slide_caption {
  width: 430px;
  right: 40px;
  padding-top: 94px;
}

.slide_caption_2 {
  width: 395px;
  left: 40px;
  padding-top: 100px;
}

.slide_caption_3 {
  left: 105px;
  right: 105px;
  padding-top: 45px;
}

.simple_s_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: rgba(41, 47, 56, 0.7);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.sub_sideshow, .sub_video {
  width: 555px;
}

/* -----------------------------------

	7. Tabs

------------------------------------- */
.tabs_nav li {
  margin-right: 3px;
}

.tabs_nav li a {
  padding: 14px 20px 14px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tabs_nav .ui-tabs-active a, .tabs_nav li:hover a[class*="color"] {
  background: #323a45;
  color: #f9f9f9;
}

.tabs_content {
  background: #fff;
  padding: 25px 20px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.tabs.vertical .tabs_nav {
  width: 30%;
}

.tabs.vertical .tabs_nav li {
  margin-right: 0;
}

.tabs.vertical .tabs_nav li a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs.vertical .tabs_content {
  width: 70%;
  padding-top: 15px;
}

/* -----------------------------------

	8. Carousels

------------------------------------- */
.product_brands .owl-item,
.our_recent_work_carousel .owl-item {
  padding: 0 15px;
}

.product_brands .owl-item:hover a img, .m_image_wrap:hover img {
  -webkit-animation: sizejump .4s ease;
  -moz-animation: sizejump .4s ease;
  -o-animation: sizejump .4s ease;
  -ms-animation: sizejump .4s ease;
  animation: sizejump .4s ease;
}

.blog_carousel .owl-wrapper-outer {
  padding: 0 0 5px 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: -2px;
}

.blog_carousel .photoframe {
  margin-left: 1px;
}

.testiomials_carousel .owl-item {
  padding: 0 2px;
}

.owl-item {
  width: 228px;
  overflow: hidden;
}

.width200 {
  width: 200px !important;
  overflow: hidden;
}

.blog_carousel .photoframe {
  width: 263px;
}

[class*="qv_carousel"]:not(.qv_carousel_wrap) {
  padding: 0 35px;
}

.qv_carousel_wrap li {
  padding: 0 3.5px;
  cursor: pointer;
}

.qv_carousel_wrap .qv_carousel_single li {
  padding: 0 4.5px;
}

.qv_carousel_wrap [class*="qv_btn_"] {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  z-index: 1;
}

.qv_carousel_wrap .qv_btn_next,
.qv_carousel_wrap .qv_btn_single_next {
  left: auto;
  right: 0;
}

.wfilter_carousel:after {
  content: "";
  display: none;
  width: 32px;
  height: 32px;
  background: url("../images/loader_2.gif") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

.wfilter_carousel.changed:after {
  display: block;
}

/* -----------------------------------

	9. Twitter Feed

------------------------------------- */
.tweet_list > li {
  padding-top: 15px;
  border-top: 1px solid #ecf0f1;
  margin-top: 15px;
}

.tweet_list > li:first-child {
  padding: 0;
  border: none;
  margin: 0;
}

.tweet_time, .tw_buttons a {
  font-style: italic;
  font-size: .9em;
}

.tw_buttons li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #696e6e;
  margin: -2px 5px 0 0;
  vertical-align: middle;
}

/* -----------------------------------

	10. Lists and navigations

------------------------------------- */
.users_nav li {
  margin-left: 8px;
}

.users_nav li:before, .l_width_divider li:before {
  content: "";
  display: inline-block;
  height: 10px;
  border-left: 1px solid #828686;
  margin: 6px 8px 0 0;
}

.l_width_divider li:before {
  margin: 0 15px 0 0;
}

.users_nav li:first-child:before,
.l_width_divider li:first-child:before {
  display: none;
}

.dropdown_list {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -o-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  visibility: hidden;
}

.dropdown_list.type_2 {
  min-width: 110px;
  left: auto;
  right: 0px;
}

.dropdown_list.opened {
  -webkit-animation: wicket .5s ease;
  -moz-animation: wicket .5s ease;
  -o-animation: wicket .5s ease;
  -ms-animation: wicket .5s ease;
  animation: wicket .5s ease;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  visibility: visible;
}

.dropdown_list.closed {
  -webkit-animation: wicketout .5s ease;
  -moz-animation: wicketout .5s ease;
  -o-animation: wicketout .5s ease;
  -ms-animation: wicketout .5s ease;
  animation: wicketout .5s ease;
  visibility: visible;
}

.dropdown_list > li a {
  display: block;
  padding: 4px 15px;
  background: #34495e;
}

.dropdown_list > li img {
  margin-right: 6px;
}

.dropdown_list > li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.dropdown_list > li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.dropdown_list > li a:hover {
  background: #2c3e50;
}

.top_arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-right: 7px solid transparent;
  position: absolute;
  top: -8px;
  right: 16px;
}

.dropdown_list:before {
  border-bottom-color: #34495e;
}

.products_list li {
  padding: 15px;
  line-height: 1.2em;
  border-top: 1px solid #ecf0f1;
}

.menu_wrap .site_settings.f_right {
  margin: 10px;
}

.site_settings li {
  z-index: 190;
}

.site_settings.type_2 li {
  z-index: 192;
}

.rating_list:not(.type_2) {
  margin-top: 4px;
  opacity: 0;
}

.rating_list li {
  cursor: pointer;
  width: 13px;
  height: 14px;
  position: relative;
  margin-left: .5px;
}

.rating_list li .empty, .rating_list li .active {
  position: absolute;
  opacity: 0;
  color: #ffcc00;
  left: 0;
  line-height: 1;
}

.rating_list li .empty {
  opacity: .4;
}

.rating_list li.active .active, .product_item .photoframe:hover .rating_list, fieldset:hover .close_fieldset, .select_color.active i,
.categories_list .active > a > span:after, #go_to_top.type_2.animate_horizontal_finished:hover,
.cw_product .close_fieldset, .owl-item .photoframe:hover .rating_list, .a_title.active .minus_icon {
  opacity: 1;
}

.rating_list li.active .empty, .close_fieldset, .select_color i,
.categories_list .active > a > span:before, .categories_list a > span:after,
.hide, #go_to_top.type_2.animate_ftl, .a_title.active .plus_icon, .a_title .minus_icon {
  opacity: 0;
}

.vertical_list {
  margin-top: -8px;
}

.vertical_list li a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid #404852;
  position: relative;
}

.vertical_list li:first-child a, .categories_list > li:last-child > a {
  border: none;
}

.vertical_list li a i[class^="fa "] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.social_widgets {
  position: fixed;
  right: 0;
  top: 26%;
  z-index: 189;
}

.social_widgets > li {
  margin-bottom: 4px;
  transition: all .4s ease;
}

.social_widgets > li.opened {
  -webkit-transform: translateX(-265px);
  -moz-transform: translateX(-265px);
  -o-transform: translateX(-265px);
  -ms-transform: translateX(-265px);
  transform: translateX(-265px);
  z-index: 1;
}

.c_info_list, .w_break {
  word-break: break-all;
}

.c_info_list .contact_e {
  padding-left: 20px;
  display: block;
}

.c_info_list i {
  line-height: inherit;
}

.categories_nav_list {
  margin-right: -15px;
}

.categories_nav_list .wrapper {
  margin-bottom: 8px;
}

.select_title {
  cursor: pointer;
  padding: 0px;
  border: 2px solid #e4e4e2;
  background: #f5f7f8;
  z-index: 1;
  min-width: 75px;
  -webkit-transition: border-color .4s ease;
  -moz-transition: border-color .4s ease;
  -o-transition: border-color .4s ease;
  transition: border-color .4s ease;
}

.select_title.type_2 {
  padding: 7px 40px 8px 10px;
}

.select_title.active {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-color: transparent;
  background: #fff;
}

.select_title:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  line-height: inherit;
  position: absolute;
  color: #292f38;
  font-size: 14px;
  right: 8px;
  top: 50%;
  margin-top: -10px;
}

.select_title.active:after {
  content: "\f106";
}

.select_title.type_2:after {
  font-size: 18px;
  right: 10px;
}

.select_title:before {
  content: "";
  border-left: 1px solid #e4e4e2;
  position: absolute;
  height: 12px;
  right: 27px;
  top: 50%;
  margin-top: -6px;
}

.select_title.type_2:before {
  height: 22px;
  margin-top: -11px;
  right: 33px;
}

.select_list {
  position: absolute;
  left: 0;
  top: 100%;
  cursor: pointer;
  width: 100%;
  background: #fff;
  border-left: 2px solid #e4e4e2;
  border-right: 2px solid #e4e4e2;
  border-bottom: 2px solid #e4e4e2;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 22;
}

.select_title.type_2 + .select_list > li {
  padding-top: 7px;
  padding-bottom: 8px;
}

.select_list > li {
  color: #6a6a6a;
  padding: 3px 10px;
}

.select_list > li:hover {
  color: #000;
}

.categories_list {
  margin-top: -7px;
}

.categories_list a {
  padding: 7px 25px 7px 0;
  border-bottom: 1px solid #ecf0f1;
  word-break: break-all;
}

.categories_list > li:last-child > a {
  padding-bottom: 0px;
}

.categories_list ul > li > a {
  padding-left: 20px;
}

.categories_list ul ul > li > a {
  padding-left: 40px;
}

.categories_list a > span {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11.5px;
}

.categories_list a > span:before, .categories_list a > span:after {
  content: "";
  width: 9px;
  height: 9px;
  background: url("../images/plusminus.png") no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.categories_list a > span:after {
  height: 1px;
  width: 8px;
  background-position: 0 -9px;
  margin: -1px 0 0 -4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  .categories_list a > span:before,
  .categories_list a > span:after {
    margin-left: -5px;
  }
  #lang_button > img {
    margin-top: -1px;
  }
  .flexslider:not(.simple_slide_show) .slides img,
  .progress_bar > div {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .flexslider.portfolio .slides img {
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .widget figcaption, .a_title {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .button_type_14 > i[class^="fa "] {
    margin-top: 1px;
  }
}

.tags_list {
  margin-top: -3px;
}

.tags_list a {
  padding: 3px 0;
}

.vertical_list_type_2 li,
.vertical_list_type_3 li,
.vertical_list_type_4 li {
  position: relative;
  padding-left: 17px;
}

.vertical_list_type_5 li {
  position: relative;
  padding-left: 20px;
}

.vertical_list_type_2 li:before,
.vertical_list_type_3 li:before,
.vertical_list_type_4 li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.vertical_list_type_3 li:before {
  background: transparent;
  border-width: 1px;
  border-style: solid;
}

.vertical_list_type_6 li > span {
  min-width: 14px;
}

.vertical_list_type_5 li > i,
.vertical_list_type_5 li > span {
  position: absolute;
  left: 0;
  top: 2px;
}

.vertical_list_type_5 li > span {
  top: 0;
}

.vertical_list_type_7,
.vertical_list_type_8 {
  counter-reset: itemcount;
}

.vertical_list_type_7 li,
.vertical_list_type_8 li {
  counter-increment: itemcount;
  position: relative;
  padding-left: 40px;
}

.vertical_list_type_8 li {
  padding-left: 30px;
}

.vertical_list_type_7 li:before {
  content: "0" counter(itemcount);
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  text-align: center;
  width: 30px;
  font-weight: 500;
  height: 30px;
  padding-top: 2px;
  border-width: 2px;
  border-style: solid;
  letter-spacing: -.5px;
}

.vertical_list_type_8 li:before {
  content: counter(itemcount);
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  text-align: center;
  width: 20px;
  font-weight: 500;
  height: 20px;
}

/* -----------------------------------

	11. Buttons

------------------------------------- */
.button_type_1 {
  padding: 9px 15px 10px 10px;
}

.button_type_2 {
  padding: 9px 16px 10px;
}

.button_type_3 {
  padding: 9px 16px 8px;
}

.button_type_4, .button_type_8 {
  padding: 8px 15px;
  min-width: 123px;
}

.button_type_5 {
  padding: 8px 12px 9px;
  background: rgba(41, 47, 56, 0.5);
}

.button_type_6 {
  padding: 12px 20px;
}

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

.button_type_10 {
  height: 23px;
}

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

.button_type_12 {
  padding: 14px 22px 13px;
}

.button_type_13 {
  padding: 10px 2px 9px;
  background: rgba(41, 47, 56, 0.8);
}

.button_type_14 {
  padding: 8px 21.5px 7px;
  min-height: 38px;
}

.button_type_15 {
  padding: 6px 21.5px;
}

.button_type_16 {
  padding: 5px 21.5px 5px;
}

.button_type_17 {
  padding: 5px 16.5px 2px;
}

[class*="button_type"]:not(.bg_tr) {
  position: relative;
  -webkit-box-shadow: 0 2px 0 #bdc3c7;
  -moz-box-shadow: 0 2px 0 #bdc3c7;
  -o-box-shadow: 0 2px 0 #bdc3c7;
  -ms-box-shadow: 0 2px 0 #bdc3c7;
  box-shadow: 0 2px 0 #bdc3c7;
}

[class*="button_type_"]:not(.bg_tr):hover, [class*="button_type_"].bg_dark_color {
  -webkit-box-shadow: 0 2px 0 #2c3e50;
  -moz-box-shadow: 0 2px 0 #2c3e50;
  -o-box-shadow: 0 2px 0 #2c3e50;
  -ms-box-shadow: 0 2px 0 #2c3e50;
  box-shadow: 0 2px 0 #2c3e50;
}

[class*="button_type_"].bg_scheme_color,
[class*="button_type_"].bg_dark_color:hover {
  -webkit-box-shadow: 0 2px 0 #c0392b;
  -moz-box-shadow: 0 2px 0 #c0392b;
  -o-box-shadow: 0 2px 0 #c0392b;
  -ms-box-shadow: 0 2px 0 #c0392b;
  box-shadow: 0 2px 0 #c0392b;
}

[class*="button_type_"].active, [class*="button_type_"]:not(.bg_cs_hover):hover,
[class*="button_type_"].color_dark:not(.bg_cs_hover):hover, .isotope_menu > .active [class*="button_type_"],
[class*="button_type_"].bg_dark_color, .banner:hover [class*="button_type_"].bg_scheme_color, #menu_button:hover, #menu_button.active,
#shopping_button:hover > a, #shopping_button2:hover > a {
  background: #323a45;
  color: #fff;
}

.button_type_8:hover, .button_type_8.bg_scheme_color:hover {
  background: #e2e6e7;
  color: #434649;
  -webkit-box-shadow: 0 2px 0 #bdc3c7;
  -moz-box-shadow: 0 2px 0 #bdc3c7;
  -o-box-shadow: 0 2px 0 #bdc3c7;
  -ms-box-shadow: 0 2px 0 #bdc3c7;
  box-shadow: 0 2px 0 #bdc3c7;
}

[class*="button_type_"].bg_color_blue {
  background: #3498db;
  -webkit-box-shadow: 0 2px 0 #2980b9;
  -moz-box-shadow: 0 2px 0 #2980b9;
  -o-box-shadow: 0 2px 0 #2980b9;
  -ms-box-shadow: 0 2px 0 #2980b9;
  box-shadow: 0 2px 0 #2980b9;
}

[class*="button_type_"].bg_color_green {
  background: #2ecc71;
  -webkit-box-shadow: 0 2px 0 #27ae60;
  -moz-box-shadow: 0 2px 0 #27ae60;
  -o-box-shadow: 0 2px 0 #27ae60;
  -ms-box-shadow: 0 2px 0 #27ae60;
  box-shadow: 0 2px 0 #27ae60;
}

[class*="button_type_"].bg_color_orange {
  background: #f39c12;
  -webkit-box-shadow: 0 2px 0 #e67e22;
  -moz-box-shadow: 0 2px 0 #e67e22;
  -o-box-shadow: 0 2px 0 #e67e22;
  -ms-box-shadow: 0 2px 0 #e67e22;
  box-shadow: 0 2px 0 #e67e22;
}

.count {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: .8em;
  right: 8px;
  top: 14px;
}

.count.type_2 {
  background: #34495e;
}

.search_button {
  background-color: transparent;
  color: #bdc3c7;
  margin-top: 20px;
}

[class*="s_form_wrap"] .search_button {
  margin-top: 9px;
}

.close_search_form {
  font-size: 1.3em;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

.searchform_wrap.type_2 .close_search_form {
  right: 28px;
}

.searchform_wrap.type_3 .close_search_form {
  right: 0px;
}

.isotope_menu [class*="button_type_"]:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  transition: border-color 1s ease;
}

.isotope_menu [class*="button_type_"]:hover:after,
.isotope_menu > .active [class*="button_type_"]:after {
  -webkit-transition: border-color .1s ease;
  -moz-transition: border-color .1s ease;
  -o-transition: border-color .1s ease;
  transition: border-color .1s ease;
  border-top-color: #34495e;
}

.pp_wrap > [class*="button_type_"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  -moz-transform: translate(-50%, -50%) scale(0.1);
  -o-transform: translate(-50%, -50%) scale(0.1);
  -ms-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}

.photoframe.type_2 .pp_wrap > [class*="button_type_"] {
  top: auto;
  bottom: -9px;
}

.button_type_5:hover {
  background: rgba(41, 47, 56, 0.8) !important;
}

.button_type_13:hover {
  background: #292f38 !important;
}

.product_item .photoframe:hover .pp_wrap > [class*="button_type_"],
.owl-item > .photoframe:hover .pp_wrap > [class*="button_type_"] {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#go_to_top {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #262c34;
  position: fixed;
  left: 50%;
  margin: -20px 0 0 620px;
  top: 50%;
  font-size: 1.65em;
}

#go_to_top.type_2.animate_horizontal_finished {
  opacity: .5;
}

#go_to_top i:only-of-type, .sw_button i:only-of-type {
  line-height: 40px;
}

.sw_button {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.3em;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sw_button:hover {
  -webkit-animation: jump .4s ease;
  -moz-animation: jump .4s ease;
  animation: jump .4s ease;
}

#menu_button {
  padding: 7px 10px;
  width: 60px;
}

#menu_button > span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 6px 0;
}

.select_color {
  width: 26px;
  height: 26px;
  border: 2px solid #e2e6e7;
  padding: 2px;
  background-clip: content-box;
}

.select_color.blue {
  background-color: #2daae1;
}

.select_color.green {
  background-color: #1abc9c;
}

.select_color.grey {
  background-color: #b7babb;
}

.select_color.yellow {
  background-color: #f3f656;
}

#login_popup .button_type_4 {
  min-width: 100px;
}

#login_popup [role="button"] {
  margin-left: 38px;
}

/* -----------------------------------

	12. Tables

------------------------------------- */
.description_table {
  margin-top: -5px;
}

.description_table td {
  padding: 5px 0;
}

.description_table tr td:first-child {
  min-width: 108px;
}

.description_table.type_2 tr td:first-child {
  min-width: 65px;
}

.description_table.type_3 tr td:first-child {
  min-width: 175px;
}

[class*="table_type_"] {
  background: #fff;
}

[class*="table_type_"] th, [class*="table_type_"] td {
  border: 1px solid #ecf0f1;
}

.table_type_1 tr:first-child th:first-child,
.table_type_2 tr:first-child th:first-child,
.table_type_3 tr:first-child th:first-child,
.table_type_4 tr:first-child th:nth-child(4),
.table_type_6 tr:first-child td:first-child,
.table_type_8 tr:first-child th:first-child {
  width: 150px;
}

.table_type_9 tr:first-child th:first-child {
  width: 150px;
}

.table_type_1 tr:first-child th:nth-child(2),
.table_type_3 tr:first-child th:nth-child(2),
.table_type_3 tr:first-child th:nth-child(3) {
  width: 262px;
}

.table_type_1 tr:first-child th:nth-child(3),
.table_type_4 tr:first-child th:nth-child(3) {
  width: 110px;
}

.table_type_1 tr:first-child th:nth-child(4) {
  width: 145px;
}

.table_type_2 tr:first-child th:not(:first-child) {
  width: 330px;
}

.table_type_4 tr:first-child th:first-child {
  width: 320px;
}

.table_type_4 tr:first-child th:nth-child(2) {
  width: 90px;
}

.table_type_5 td:first-child {
  width: 670px;
}

.table_type_7 tr:first-child th:first-child {
  width: 74px;
}

.table_type_7 tr:first-child th:nth-child(2) {
  width: 180px;
}

.table_type_7 tr:first-child th:nth-child(4),
.table_type_7 tr:first-child th:nth-child(7) {
  width: 100px;
}

.table_type_7 tr:first-child th:nth-child(5) {
  width: 65px;
}

.table_type_7 tr:first-child th:nth-child(6) {
  width: 80px;
}

.table_type_7 tr:first-child th:nth-child(3) {
  width: 160px;
}

.table_type_8 tr:first-child th:nth-child(2) {
  width: 262px;
}

.table_type_9 tr:first-child th:nth-child(2) {
  width: 262px;
}

[class*="table_type_"] tr:first-child th {
  padding: 15px 20px;
  border-top: none;
}

[class*="table_type_"] tr:first-child th:first-child,
[class*="table_type_"] tr td:first-child {
  border-left: none;
}

[class*="table_type_"] tr:first-child th:last-child,
[class*="table_type_"] tr td:last-child {
  border-right: none;
}

[class*="table_type_"] tr:last-child td {
  border-bottom: none;
}

.table_type_1 td, .table_type_4 td {
  padding: 20px;
}

.table_type_2 td {
  padding: 12px 20px;
}

.table_type_3 td, .table_type_5 td, .table_type_6 td, .table_type_6 td[class*="half_column"], .table_type_7 td {
  padding: 14px 20px;
}

.table_type_4 td[colspan], .table_type_4 td[colspan] + td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.table_type_4 tr:last-child td {
  padding: 10px 20px;
}

.table_type_5 tr:first-child td:first-child {
  padding-top: 25px;
}

.table_type_5 tr:last-child td, .table_type_5 tr:nth-last-child(2) td {
  border: none;
}

.table_type_5 tr:nth-last-child(2) td {
  padding-bottom: 0;
}

.table_type_8 td {
  padding: 14px 20px;
}

.table_type_9 td {
  padding: 2px 20px;
}

.about_project td:first-child {
  width: 96px;
}

.about_project tr:not(:first-child) {
  border-top: 1px solid #e2e6e7;
}

.about_project td {
  padding: 7px 0;
}

.about_project tr:first-child td {
  padding-top: 2px;
}

.p_table {
  width: 283px;
  margin: 0 1px;
  -webkit-transition: box-shadow .2s ease,opacity 1s ease !important;
  -moz-transition: box-shadow .2s ease,opacity 1s ease !important;
  -o-transition: box-shadow .2s ease,opacity 1s ease !important;
  transition: box-shadow .2s ease,opacity 1s ease !important;
}

.p_table > header {
  padding: 10px 0 9px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.p_table > .price {
  padding: 16px 0 17px;
}

.price dt {
  font-size: 2.6em;
  line-height: 1em;
}

.p_list > li {
  padding: 11.5px 20px;
  background: #f4f6f7;
  position: relative;
}

.p_list i[class^="fa "] {
  position: absolute;
  left: 10px;
  height: 100%;
}

.p_table > footer a {
  padding: 14px 0 15px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.p_table > .hot_p {
  position: absolute;
  top: -5px;
  right: -5px;
}

.p_table:hover, .p_table.active {
  margin-top: -15px;
  margin-left: -4px;
  margin-right: -4px;
  width: 293px;
  z-index: 2;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
}

.p_table.active {
  z-index: 1;
}

.p_table:hover > header, .p_table.active > header {
  padding: 12px 0;
}

.p_table:hover > footer a, .p_table.active > footer a {
  padding: 17px 0;
}

.p_table:hover .p_list > li, .p_table.active .p_list > li {
  padding: 12.5px 25px;
}

.p_table:hover > .price, .p_table.active .price {
  padding-bottom: 21px;
}

/* -----------------------------------

	13. Icons

------------------------------------- */
i[class^="fa "] {
  line-height: inherit;
}

[class*="button_type_"]:not(.button_type_1) > i:not([class*="m_"]):only-of-type {
  margin-left: 10px;
  margin-right: 10px;
}

.button_type_1 > i[class^="fa "], .button_type_4 > i[class^="fa "]:not([class*="f_size"]),
.button_type_5 > i[class^="fa "] {
  font-size: 21px;
}

.shop_icon {
  position: relative;
  margin-right: 15px;
}

.shop_icon i[class^="fa "] {
  font-size: 24px;
  margin-top: -2px;
}

.shop_icon .count {
  right: -8px;
  top: 4px;
}

.social_icons li a {
  display: block;
  width: 39.5px;
  height: 40px;
  color: #838a8f;
}

.social_icons li a i[class^="fa "] {
  line-height: 40px;
}

.social_icons .facebook:hover a, .sw_button.facebook {
  background: #3b5998;
}

.social_icons .twitter:hover a, .sw_button.twitter, .tw_color {
  background: #2daae1;
}

.social_icons .google_plus:hover a {
  background: #f63e28;
}

.social_icons .rss:hover a {
  background: #ff7e00;
}

.social_icons .pinterest:hover a {
  background: #cb2027;
}

.social_icons .instagram:hover a {
  background: #835e42;
}

.social_icons .linkedin:hover a {
  background: #0073b2;
}

.social_icons .vimeo:hover a {
  background: #44b0de;
}

.social_icons .youtube:hover a {
  background: #ff3132;
}

.social_icons .flickr:hover a {
  background: #ff0084;
}

.social_icons .envelope:hover a, .sw_button.contact {
  background: #1abc9c;
}

[class*="button_type_"].tw_color {
  -webkit-box-shadow: 0 2px 0 #2896c6;
  -moz-box-shadow: 0 2px 0 #2896c6;
  -o-box-shadow: 0 2px 0 #2896c6;
  -ms-box-shadow: 0 2px 0 #2896c6;
  box-shadow: 0 2px 0 #2896c6;
}

.glyphicon_item i[class^="fa "] {
  font-size: 60px;
}

.icon_wrap_1 {
  width: 60px;
  height: 60px;
  font-size: 26px;
}

.icon_wrap_2 {
  font-size: 26px;
}

.info_block_type_3 .icon_wrap_2 {
  margin-left: -45px;
}

.info_block_type_1 .icon_wrap_1 {
  margin-left: -80px;
}

.info_block_type_2:hover [class*="icon_wrap"] {
  color: #ecf0f1;
}

[class*="info_block_"]:hover [class*="icon_wrap"] {
  -webkit-animation: jump .4s ease;
  -moz-animation: jump .4s ease;
  -o-animation: jump .4s ease;
  animation: jump .4s ease;
}

/* -----------------------------------

	14. Main content elements

------------------------------------- */
.shopping_cart {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  border-top-width: 3px;
  border-top-style: solid;
  right: 0;
  min-width: 120px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 70% 0 0;
  -moz-transform-origin: 70% 0 0;
  -o-transform-origin: 70% 0 0;
  -ms-transform-origin: 70% 0 0;
  transform-origin: 70% 0 0;
  -webkit-transform: scale(0.2) translate(200px, -200px);
  -moz-transform: scale(0.2) translate(200px, -200px);
  -o-transform: scale(0.2) translate(200px, -200px);
  -ms-transform: scale(0.2) translate(200px, -200px);
  transform: scale(0.2) translate(200px, -200px);
  opacity: 0;
  visibility: hidden;
}

.shopping_cart:after {
  content: "";
  position: absolute;
  display: block;
  height: 13px;
  width: 100%;
  margin-top: -13px;
  left: 0;
  top: 0;
}

#shopping_button2:hover .shopping_cart, #shopping_button:hover .shopping_cart {
  -webkit-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.shopping_cart .sc_header {
  padding: 12px 15px 9px;
}

.shopping_cart:before, .sub_menu_wrap:before {
  top: -11px;
}

hr {
  border-color: #ecf0f1;
}

.divider_type_2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: 58px;
  border-color: rgba(50, 58, 69, 0.1);
}

.divider_type_3, .l_width_divider > li:before {
  border-color: #e2e6e7;
}

.divider_type_4 {
  border-color: #404852;
}

.divider_type_5 {
  width: 58px;
  height: 2px;
  background: #e6e9eb;
}

.divider_type_6 {
  border-color: #e2e2e2;
}

.product_description {
  width: 205px;
}

.close_product {
  font-weight: 300;
  margin-top: 22px;
  background-color: transparent;
}

.total_price {
  padding: 12px 20px;
  line-height: 1.2em;
}

.sc_price {
  min-width: 70px;
}

.sc_footer {
  padding: 14px 15px 20px;
}

.page_content_offset {
  /*padding:60px 0;*/
  padding: 35px 0;
}

.product_item, .owl-item > .photoframe {
  margin: 20px 0 !important;
}

.product_item .photoframe figcaption, .owl-item > .photoframe figcaption {
  padding: 16px 0 12px;
  height: 185px;
  min-height: 185px;
  max-height: 185px;
  overflow: hidden;
}

.product_item .photoframe.type_2 figcaption {
  padding: 3px 10px 0 0;
}

.product_item .photoframe img, .owl-item > .photoframe img,
.simple_slide_show img {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.height42 {
  height: 42px !important;
}

.pp_wrap {
  z-index: 1;
}

.product_item .photoframe:hover, .categories_nav_list .photoframe:hover,
.owl-item > .photoframe:hover {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
}

.product_item, .owl-item > .photoframe {
  margin: 15px;
}

.product_item .photoframe figcaption, .owl-item > .photoframe figcaption {
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.product_item .photoframe.type_2 figcaption {
  padding: 10px;
}

.product_item .photoframe img, .owl-item > .photoframe img,
.simple_slide_show img {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.height42 {
  height: 42px !important;
}

.pp_wrap {
  z-index: 1;
}

.product_item .photoframe:hover, .categories_nav_list .photoframe:hover,
.owl-item > .photoframe:hover {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
}

/*



*/
.kitap {
  width: 260px;
  margin: 0 auto;
}

.kitap img {
  width: 260px !important;
}

.kategoribaslik {
  margin-top: -20px;
  margin-bottom: 30px;
}

.width458 {
  width: 458px;
}

.product_item2, .owl-item > .photoframe {
  margin: 6px;
}

.product_item2 .photoframe figcaption, .owl-item > .photoframe figcaption {
  padding: 16px 0 12px;
  height: 185px;
  min-height: 185px;
  max-height: 185px;
  overflow: hidden;
}

.product_item2 .photoframe.type_2 figcaption {
  padding: 3px 10px 0 0;
}

.product_item2 .photoframe img, .owl-item > .photoframe img,
.simple_slide_show img {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.height42 {
  height: 42px !important;
}

.pp_wrap {
  z-index: 1;
}

.product_item2 .photoframe:hover, .categories_nav_list .photoframe:hover,
.owl-item > .photoframe:hover {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
}

/**/
.hot_stripe {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 1;
}

.hot_stripe.type_2 {
  right: auto;
  left: -14px;
}

.qv_preview .hot_stripe {
  top: -4px;
  right: -4px;
}

.qv_preview [class*="button_type_"] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.p_buttons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.product_item .photoframe:hover .p_buttons,
.owl-item .photoframe:hover .p_buttons {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
  -moz-transition-property: -moz-transform, opacity, box-shadow;
  -ms-transition-property: -ms-transform, opacity, box-shadow;
  -o-transition-property: -o-transform, opacity, box-shadow;
  transition-property: transform, opacity, box-shadow;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.products_container {
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.products_container.list_type {
  overflow: visible !important;
}

.banner_caption {
  position: absolute;
  width: 291px;
  height: 100%;
  left: 17px;
  top: 0;
}

.banner.type_2 .banner_caption {
  width: 150px;
  left: 27px;
}

.banner_type_2 {
  background: #fff;
  border-width: 5px;
  border-style: solid;
  padding: 10px;
  height: 100px;
  font-size: 1.71em;
}

.banner_type_2.green {
  border-color: #1abc9c;
}

.banner_type_2.green b {
  color: #16a085;
}

.banner_type_2.orange {
  border-color: #e67e22;
}

.banner_type_2.orange b {
  color: #d35400;
}

.photoframe {
  /*border: 10px solid #fff;*/
  z-index: 1;
  background: #fff;
}

.with_buttons:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(41, 47, 56, 0.3);
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.open_buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.open_buttons > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.open_buttons > *:first-child {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
}

.open_buttons > *:nth-child(2) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  -ms-transition-delay: .4s;
}

.open_buttons > *:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
}

.photoframe:not(.type_2):hover img, .specials_item .d_block.wrapper:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.nav_buttons_wrap {
  margin-top: -4px;
}

.nav_buttons_wrap_type_2 {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mini_post_content {
  padding: 5px 0;
}

.tooltip {
  position: absolute;
  display: block;
  background: #e2e6e7;
  padding: 3px 10px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  white-space: pre;
  z-index: 5;
}

.tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 5px solid #e2e6e7;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
}

li:hover .tooltip, a:hover .tooltip, button:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.sw_content {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 15px 20px 30px;
  width: 265px;
  overflow: hidden;
  background: #fff;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#gmap_mini {
  height: 225px;
}

.widget figcaption {
  background: #323a45;
  padding: 15px 20px 14px;
}

.widget figcaption[class*="relative"] {
  padding-right: 85px;
}

.widget_content {
  padding: 23px 20px 25px;
  background: #fff;
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.popup {
  background: #fff;
  padding: 26px 20px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 790px;
  overflow: hidden;
}

.popup > .close {
  position: absolute;
  top: 9px;
  right: 12px;
}

#login_popup .popup {
  width: 390px;
  padding-left: 30px;
  padding-right: 30px;
}

#login_popup footer {
  padding: 20px 30px;
  margin: 0 -30px -30px;
}

.quantity {
  background: #f5f7f8;
  height: 39px;
  margin-top: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.quantity_borderight {
  background: #f5f7f8;
  border: 2px solid #ccc;
  height: 39px;
  margin-top: 0px;
}

.popup .custom_scrollbar {
  height: 567px;
}

.popup .half_column:nth-child(2) {
  padding-right: 15px;
}

.p_list_description {
  width: 375px;
}

.product_single_preview {
  width: 458px;
  z-index: 0;
}

.iframe_video_wrap, .map_container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56%;
}

.map_container {
  padding-bottom: 43%;
}

.iframe_video_wrap > iframe, .map_container > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.addthis_widget_container {
  min-width: 300px;
}

aside .addthis_widget_container {
  min-width: 284px;
}

[class*="alert_box"] {
  padding: 25px 20px 25px 65px;
  position: relative;
}

[class*="alert_box"] i[class^="fa "] {
  font-size: 36px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class*="alert_box"].success {
  background: rgba(39, 174, 96, 0.1);
}

[class*="alert_box"].success i[class^="fa "] {
  color: #2ecc71;
}

[class*="alert_box"].info {
  background: rgba(52, 152, 219, 0.1);
  color: #2980b9;
}

[class*="alert_box"].info i[class^="fa "] {
  color: #3498db;
}

[class*="alert_box"].error {
  background: rgba(231, 76, 60, 0.1);
  color: #cb2700;
}

[class*="alert_box"].warning i[class^="fa "] {
  color: #f39c12;
}

[class*="alert_box"].warning {
  background: rgba(243, 156, 18, 0.1);
  color: #e67e22;
}

.manufacturers {
  padding: 30px 20px 25px;
}

.bs_inner_offsets {
  padding: 24px 19px 20px;
}

.block_select {
  cursor: pointer;
  padding-left: 32px;
}

.block_select:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.discount {
  width: 145px;
}

.cw_product .close_fieldset {
  position: absolute;
  top: -1px;
  right: 0;
}

.cw_product {
  padding-right: 20px;
}

.rating_min_article {
  padding: 2px 0 4px;
}

.comment {
  padding: 15px 20px;
}

.comment:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/comment_arrow.png") no-repeat;
  width: 9px;
  height: 18px;
  left: -9px;
  top: 20px;
}

.comment_content_wrap {
  margin-left: 99px;
}

.category_grid .product_item {
  width: 200px;
}

.product_item figcaption {
  background-color: #e5e5e5;
}

.zoomLens {
  display: none !important;
}

.zoomContainer {
  width: 0 !important;
  height: 0 !important;
}

.portfolio_isotope_container,
.portfolio_masonry_container {
  margin-right: -15px;
  margin-left: -15px;
}

.portfolio_isotope_container .portfolio_item,
.portfolio_masonry_container .portfolio_item {
  margin: 15px;
}

.portfolio_masonry_container .portfolio_item.m_width_1 {
  width: 451px;
}

.portfolio_masonry_container .portfolio_item.m_width_2 {
  width: 353px;
}

.portfolio_masonry_container .portfolio_item.m_width_3 {
  width: 257px;
}

.portfolio_filter {
  width: 175px;
}

.portfolio_isotope_container.four_columns .portfolio_item {
  width: 262px;
}

.a_title {
  padding: 14px 40px 15px 19px;
  cursor: pointer;
}

.a_title.active {
  background: #323a45;
}

.a_title [class*="us_icon"] {
  position: absolute;
  right: 20px;
  height: 100%;
}

.a_content {
  padding: 24px 20px;
}

.glyphicon_item {
  padding: 20px;
  height: 130px;
}

.glyphicon_item dl dt {
  font-size: 2.6em;
  line-height: 1em;
  margin-bottom: 3px;
}

.glyphicon_item dl dd {
  font-size: 1.3em;
  line-height: 1em;
}

.tooltip_type_2.top {
  margin-bottom: 3px;
  bottom: 100%;
  left: 50%;
}

.tooltip_type_2 {
  background: #e2e6e7;
  padding: 2px 10px;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.tooltip_type_2:after {
  content: "";
  position: absolute;
}

.tooltip_type_2.bottom {
  top: 100%;
  left: 50%;
  margin-top: 5px;
}

.tooltip_type_2.top, .tooltip_type_2.bottom {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip_type_2.right, .tooltip_type_2.left {
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  transform: translateY(-51%);
}

.tooltip_type_2.left {
  top: 50%;
  right: 100%;
  margin-right: 9px;
}

.tooltip_type_2.right {
  top: 50%;
  left: 100%;
  margin-left: 5px;
}

.tooltip_type_2.top:after {
  top: 100%;
  border-left: 7px solid transparent;
  border-top: 5px solid #e2e6e7;
  border-right: 7px solid transparent;
  left: 50%;
  margin-left: -7px;
}

.tooltip_type_2.bottom:after {
  bottom: 100%;
  border-left: 7px solid transparent;
  border-bottom: 5px solid #e2e6e7;
  border-right: 7px solid transparent;
  left: 50%;
  margin-left: -7px;
}

.tooltip_type_2.left:after {
  top: 50%;
  border-top: 7px solid transparent;
  border-left: 5px solid #e2e6e7;
  border-bottom: 7px solid transparent;
  left: 100%;
  margin-top: -7px;
}

.tooltip_type_2.right:after {
  top: 50%;
  border-top: 7px solid transparent;
  border-right: 5px solid #e2e6e7;
  border-bottom: 7px solid transparent;
  right: 100%;
  margin-top: -7px;
}

.progress_bar {
  height: 9px;
}

.progress_bar > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.info_block_type_1 {
  padding-left: 80px;
}

.info_block_type_3 {
  padding-left: 45px;
}

.team_photo {
  width: 200px;
  height: 200px;
}

.call_to_action_1, .recent_work_wrap {
  padding: 40px 0 30px;
}

.cta_1 > div:first-child {
  width: 84%;
}

.cta_1 .button_type_12 {
  min-width: 135px;
}

.call_to_action_2 {
  padding: 25px 0;
}

.big_video_container {
  width: 960px;
  height: 540px;
  position: relative;
}

.big_video_container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------

	15. Forms

------------------------------------- */
.searchform_wrap {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  z-index: 101;
}

.searchform_wrap[class*="type_"], .searchform_wrap[class*="type_"].opened,
.searchform_wrap[class*="type_"].closed {
  background: #FAFBFB;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.searchform_wrap.opened, .main_menu > li:hover > .sub_menu_wrap {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.searchform_wrap.closed {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0;
  visibility: hidden;
}

[role="search"]:not([class*="type_"]) {
  width: 99%;
}

[role="search"]:not([class*="type_"]) input[type="text"] {
  width: 95%;
  background: transparent;
  border: none;
}

[role="search"].type_2 button {
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
  margin-top: 0;
}

[role="search"].type_2 input[type="text"] {
  padding-right: 40px;
  padding-left: 45px;
}

input:not([type="submit"]), textarea {
  background: #fff;
  height: 40px;
  padding: 9px 10px;
  color: #696e6e;
  border: 2px solid #e4e4e2;
  outline: none;
  resize: none;
  font-size: 14px;
  font: inherit;
}

input:not([type="submit"]).type_2 {
  height: 30px;
  padding: 2px 10px;
  width: 45%;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  height: 29px;
}

/*input[type="checkbox"] + label:after {
        content: "\f00c";
        font-family: FontAwesome;
        line-height: 24px;
        top: 0;
        font-size: .85em;
        position: absolute;
        left: 5px;
        color: #292f38;
        display: none;
    }*/
.filtrealan input[type="checkbox"] + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  line-height: 24px;
  top: 0;
  font-size: .85em;
  position: absolute;
  left: 5px !important;
  color: #292f38;
  display: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before,
.block_select:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  background: url("../images/checkbox.png") no-repeat;
}

input[type="radio"] + label:before, .block_select:before {
  background: url("../images/radio.png") no-repeat 0 0;
  overflow: hidden;
}

input[type="checkbox"]:checked + label:after {
  display: block;
}

input[type="radio"]:checked + label:before, .block_select.selected:before {
  background-position: 0 -22px;
}

#contactform.mini textarea, .notes {
  height: 140px;
}

#cf_message {
  height: 160px;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.quantity input[type="text"] {
  /*padding: 0 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top: none;
    border-bottom: none;
    background: transparent;
    height: 29px;
    width: 40px;
    padding-top: 5px;
    line-height: 29px;*/
  padding: 0 8px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top: none;
  border-bottom: none;
  background: transparent;
  height: 29px;
  width: 130px;
  padding-top: 5px;
  line-height: 29px;
}

.quantity button {
  height: 26px;
  width: 27px;
}

.review_tarea, #comments {
  height: 200px;
}

input:not([type="submit"]).small_field {
  width: 64px;
}

.table_type_4 tr:last-child input[type="text"] {
  width: 200px;
}

label[class*="required"]:after {
  content: "*";
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

#capcha {
  width: 121px;
}

fieldset legend {
  padding-right: 12px;
}

fieldset legend .close_fieldset {
  position: absolute;
  top: 1px;
  right: 0;
}

.subscribe_form_2 input[type="email"] {
  width: 275px;
}

/* -----------------------------------

	16. Footer

------------------------------------- */
#footer {
  color: #bdc3c7;
  padding: 45px 0 0;
}

.footer_top_part {
  padding-bottom: 37px;
}

#footer.type_2 .foorer_top_part {
  padding-bottom: 45px;
}

.footer_bottom_part {
  background: #292f38;
  padding: 24px 0 22px;
  color: #696e6e;
}

/* -----------------------------------

	17. Animations

------------------------------------- */
@-webkit-keyframes ministorm {
  0%, 100% {
    -webkit-tranform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
  }
}

@keyframes ministorm {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@keyframes wicket {
  0% {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
  }
  70% {
    -moz-transform: rotate3d(1, 0, 0, -30deg);
    -o-transform: rotate3d(1, 0, 0, -30deg);
    -ms-transform: rotate3d(1, 0, 0, -30deg);
    transform: rotate3d(1, 0, 0, -30deg);
  }
  100% {
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
}

@-webkit-keyframes wicket {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 1px);
  }
  70% {
    -webkit-transform: rotate3d(1, 0, 0, -30deg) translate3d(0, 0, 1px);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px);
  }
}

@keyframes wicketout {
  0% {
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  30% {
    -moz-transform: rotate3d(1, 0, 0, -30deg);
    -o-transform: rotate3d(1, 0, 0, -30deg);
    -ms-transform: rotate3d(1, 0, 0, -30deg);
    transform: rotate3d(1, 0, 0, -30deg);
  }
  100% {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

@-webkit-keyframes wicketout {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px);
  }
  30% {
    -webkit-transform: rotate3d(1, 0, 0, -30deg) translate3d(0, 0, 1px);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 1px);
  }
}

@-webkit-keyframes sizejump {
  0%, 100% {
    -webkit-transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1.1);
  }
}

@keyframes sizejump {
  0%, 100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -moz-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
}

@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes jump {
  0%, 100% {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

[class*="animate_"] {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

[class*="animate_"].fast, .tr_all_hover {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

[class*="animate_"].long, .tr_all_long_hover {
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}

[class*="animate_ft"], .animate_fade {
  opacity: 0;
  visibility: hidden;
}

.animate_ftl {
  -webkit-transform: translateX(45px);
  -moz-transform: translateX(45px);
  -o-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

.animate_ftr {
  -webkit-transform: translateX(-45px);
  -moz-transform: translateX(-45px);
  -o-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  transform: translateX(-45px);
}

.animate_ftt {
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -o-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
}

.animate_ftb {
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}

.animate_half_tc:first-child {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}

.animate_half_tc:not(:first-child) {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.animate_sj_finished {
  -webkit-animation: sizejump .7s ease;
  -moz-animation: sizejump .7s ease;
  -o-animation: sizejump .7s ease;
  -ms-animation: sizejump .7s ease;
  animation: sizejump .7s ease;
}

.animate_horizontal_finished[class*="animate_"], .ie9 [class*="animate_"]:not(#go_to_top) {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.animate_vertical_finished[class*="animate_ft"], .no_children_animate [class*="animate_"],
.with_buttons:hover .open_buttons > *, .simple_s_caption.active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.animate_fade_finished, .with_buttons:hover:after,
.tooltip_container:hover .tooltip_type_2.top,
.tooltip_container:hover .tooltip_type_2.bottom,
.tooltip_container:hover .tooltip_type_2.left,
.tooltip_container:hover .tooltip_type_2.right {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------

	18. Responsive changes

------------------------------------- */
@media only screen and (max-width: 1200px) {
  .boxed_layout {
    width: 1020px;
  }
  .product_item:not(.list_type) {
    width: 219px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .products_container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .menu_wrap.type_2 .main_menu > li > a {
    padding-left: 27px;
    padding-right: 27px;
  }
  .categories_nav_list > li {
    width: 127px;
  }
  .p_list_description {
    width: 285px;
  }
  .table_type_4 tr:first-child th:nth-child(4) {
    width: 160px;
  }
  .table_type_4 tr:last-child input[type="text"] {
    width: 195px;
  }
  .table_type_1 tr:first-child th:nth-child(2) {
    width: 145px;
  }
  .slide_caption {
    right: 20px;
    padding-top: 65px;
  }
  .slide_caption_2, .camera_caption_2 {
    padding-top: 70px;
  }
  .camera_caption_1 {
    padding-top: 65px;
  }
  .camera_caption_3 {
    padding-top: 35px;
  }
  .s_form_wrap_2 {
    width: 310px;
  }
  .main_menu.type_3 .sub_menu_wrap:not(.type_2) {
    width: 456px;
  }
  .qv_preview .zoomWrapper {
    width: auto !important;
    height: auto !important;
  }
  .qv_preview .zoomWrapper img {
    position: relative !important;
  }
  .zoomContainer {
    display: none !important;
  }
  .portfolio_isotope_container .portfolio_item {
    width: 455px;
  }
  .portfolio_isotope_container.three_columns .portfolio_item {
    width: 293px;
  }
  .portfolio_isotope_container.four_columns .portfolio_item {
    width: 212px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_1 {
    width: 388px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_2 {
    width: 290px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_3 {
    width: 194px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_3 .open_buttons {
    width: 92px;
  }
  .p_table {
    width: 233px;
  }
  .p_table.active,
  .p_table:hover {
    width: 243px;
  }
  .main_menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .glyphicon_item i[class^="fa "] {
    line-height: 1em;
  }
  .glyphicon_item {
    height: auto;
    padding-top: 30px;
  }
  .big_video_container {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
  }
  .table_type_6 tr td {
    width: auto !important;
  }
  .table_type_7 td, .table_type_7 thead tr:first-child th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .big_video_container > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu_wrap.type_2 .main_menu > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .s_form_wrap {
    width: 731px;
  }
  .table_md_wrap {
    overflow: scroll;
    overflow-y: hidden;
  }
  .d_md_none, .l_width_divider > li:before {
    display: none;
  }
  .d_md_block {
    display: block;
  }
  .d_md_inline_b {
    display: inline-block;
  }
  .d_md_inline_middle {
    display: inline-block;
    vertical-align: middle;
  }
  .t_md_align_l {
    text-align: left;
  }
  .t_md_align_c {
    text-align: center;
  }
  .h_md_auto {
    height: auto;
  }
  .m_md_bottom_0 {
    margin-bottom: 0;
  }
  .m_md_bottom_5 {
    margin-bottom: 5px;
  }
  .m_md_bottom_15 {
    margin-bottom: 15px;
  }
  .m_md_bottom_20 {
    margin-bottom: 20px;
  }
  .m_md_bottom_25 {
    margin-bottom: 25px;
  }
  .m_md_bottom_35 {
    margin-bottom: 35px;
  }
  .f_md_none {
    float: none;
  }
  .m_md_right_0 {
    margin-right: 0px;
  }
  .m_md_right_30 {
    margin-right: 30px;
  }
  .m_md_left_0, .s_form_wrap_2 .logo {
    margin-left: 0px;
  }
  .m_md_left_25 {
    margin-left: 25px;
  }
  .m_md_bottom_5 {
    margin-bottom: 5px;
  }
  .m_md_bottom_15 {
    margin-bottom: 15px;
  }
  [class*="animate_"]:not(#go_to_top) {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 992px) {
  .boxed_layout {
    width: 770px;
  }
  .page_content_offset {
    padding: 45px 0;
  }
  .main_menu > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu_wrap.type_2 .main_menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sub_menu_wrap {
    padding-right: 0;
    width: 444px;
  }
  .product_item:not(.list_type) {
    width: 226px;
  }
  .banner_title {
    font-size: 1.28em;
  }
  .banner_title.type_2 {
    font-size: 2em;
  }
  .banner_caption, .banner.type_2 .banner_caption {
    left: 10px;
  }
  .categories_nav_list > li {
    width: 94px;
  }
  .table_type_4 td, .table_type_4 tr:last-child td {
    padding-left: 7px;
    padding-right: 7px;
  }
  .table_type_7 td, .table_type_7 thead tr:first-child th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .table_type_4 tr:last-child input[type="text"] {
    width: 125px;
  }
  .cw_product .close_fieldset {
    top: -6px;
  }
  .tabs_nav li a, .menu_wrap.type_2 .main_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main_menu.type_3 > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .slider_title_4 {
    font-size: 1.5em;
  }
  .slide_caption {
    right: 20px;
    width: 250px;
    padding-top: 43px;
  }
  .slide_caption_2 {
    width: 257px;
    padding-top: 65px;
  }
  .camera_caption_1 {
    width: 500px;
    padding-top: 25px;
    left: auto;
    right: 20px;
  }
  .camera_caption_2 {
    left: 20px;
    padding-top: 50px;
  }
  .camera_caption_3 {
    width: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .portfolio_isotope_container .portfolio_item {
    width: 345px;
  }
  .portfolio_isotope_container.three_columns .portfolio_item {
    width: 220px;
  }
  .portfolio_isotope_container.four_columns .portfolio_item {
    width: 157px;
  }
  .open_buttons {
    width: 91px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_1 {
    width: 290px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_2 {
    width: 206px;
  }
  .portfolio_masonry_container .portfolio_item.m_width_3 {
    width: 152px;
  }
  .p_table {
    width: 178px;
  }
  .p_table.active,
  .p_table:hover {
    width: 188px;
  }
  .sub_sideshow, .sub_video {
    width: 450px;
  }
  .team_photo {
    width: 150px;
    height: 150px;
  }
  h1 > b {
    line-height: 1em;
  }
  [role="navigation"] {
    position: relative;
    z-index: 192;
  }
  .table_type_1 td,
  .table_type_1 th {
    padding-left: 6px;
    padding-right: 6px;
  }
  .table_sm_wrap {
    overflow: scroll;
    overflow-y: hidden;
  }
  .p_sm_right_0 {
    padding-right: 0;
  }
  .w_sm_auto, .s_form_wrap {
    width: auto !important;
  }
  .w_sm_full, .sub_sideshow, .sub_video {
    width: 100%;
  }
  .d_sm_none, .n_sm_vc_child:after, .simple_s_caption {
    display: none;
  }
  .d_sm_block {
    display: block;
  }
  .d_sm_inline_b {
    display: inline-block;
  }
  .d_sm_inline_middle {
    display: inline-block;
    vertical-align: middle;
  }
  .t_sm_align_c {
    text-align: center;
  }
  .t_sm_align_l {
    text-align: left;
  }
  .f_sm_none {
    float: none;
  }
  .nav_buttons_wrap_type_2 {
    position: relative;
    top: auto;
    right: auto;
  }
  .widget figcaption[class*="relative"] {
    padding-right: 20px;
  }
  .category_grid .product_item {
    width: 174px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .product_item .photoframe.type_2 .pp_wrap > [class*="button_type_"] {
    min-width: 94px;
  }
  .s_form_wrap_2 {
    width: 245px;
  }
  .widget_content {
    padding-left: 19px;
    padding-right: 19px;
  }
  .tf_sm_none {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .m_sm_bottom_0 {
    margin-bottom: 0px;
  }
  .m_sm_bottom_5 {
    margin-bottom: 5px;
  }
  .m_sm_bottom_10 {
    margin-bottom: 10px;
  }
  .m_sm_bottom_15 {
    margin-bottom: 15px;
  }
  .m_sm_bottom_20 {
    margin-bottom: 20px;
  }
  .m_sm_bottom_30 {
    margin-bottom: 30px;
  }
  .m_sm_bottom_35 {
    margin-bottom: 35px;
  }
  .m_sm_bottom_45 {
    margin-bottom: 45px;
  }
  .m_sm_right_0 {
    margin-right: 0px;
  }
  .m_sm_right_20 {
    margin-right: 20px;
  }
  .m_sm_left_0 {
    margin-left: 0px;
  }
  .m_sm_left_5 {
    margin-left: 5px;
  }
  .m_sm_left_10 {
    margin-left: 10px;
  }
  .mw_sm_0 {
    min-width: 0;
  }
  .popup {
    width: 750px;
  }
}

@media only screen and (max-width: 768px) {
  .boxed_layout {
    margin: 0 10px;
  }
  .h_bot_part {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu_wrap {
    background: transparent;
  }
  .sub_menu_wrap {
    position: relative;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 5px 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main_menu > li > a {
    background: #fff;
    color: #86c1e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    padding: 10px 15px;
    border: 1px solid #86c1e3;
  }
  .main_menu > li.current > a, .main_menu > li:hover > a,
  .main_menu > .current_click > a {
    color: #fff;
  }
  .menu_wrap {
    position: relative !important;
    top: auto !important;
  }
  [role="banner"] {
    border-bottom: none !important;
  }
  .searchform_wrap {
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  [role="search"] input[type="text"] {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
  }
  .products_container .product_item, .category_grid .product_item,
  .portfolio_isotope_container, .portfolio_isotope_container .portfolio_item,
  .portfolio_isotope_container.three_columns .portfolio_item,
  .portfolio_isotope_container.four_columns .portfolio_item,
  .portfolio_masonry_container .portfolio_item.m_width_1,
  .portfolio_masonry_container .portfolio_item.m_width_2,
  .portfolio_masonry_container .portfolio_item.m_width_3,
  .portfolio_masonry_container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .products_container:not(.list_type) .product_item .photoframe, .nc_carousel .owl-item .photoframe,
  .wfilter_carousel .photoframe, .bestsellers_carousel .photoframe {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .revolution_slider [class*="button_type_"],
  .banner [class*="button_type_"] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav_buttons_wrap_type_2 {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .specials_item {
    margin-left: 1px;
  }
  .categories_nav_list > li {
    width: 18.2%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .table_wrap {
    overflow: scroll;
    overflow-y: hidden;
  }
  .table_type_7 td, .table_type_7 thead tr:first-child th {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="table_type_"] tr:last-child td:not(:last-child) {
    border-bottom: 1px solid #ecf0f1;
  }
  .our_recent_work_carousel .open_buttons {
    width: 91px;
  }
  .tabs_nav li:not(:first-child) a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .h_bot_part.type_2 {
    padding-bottom: 10px;
  }
  .p_xs_hr_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .f_xs_none {
    float: none;
  }
  .f_xs_left {
    float: left;
  }
  .d_xs_block {
    display: block;
  }
  .d_xs_inline_b {
    display: inline-block;
  }
  .d_xs_inline_middle {
    display: inline-block;
    vertical-align: middle;
  }
  .p_table,
  .p_table.active,
  .p_table:hover {
    margin: 15px 0;
    padding: 0 15px;
  }
  .d_xs_centered {
    margin-left: auto;
    margin-right: auto;
  }
  .d_xs_none, .custom_thumb, .sub_menu_wrap:before, .tp-leftarrow, .tp-rightarrow, .isotope_menu [class*="button_type_"]:after,
  .camera_next, .camera_prev, #styleswitcher, .flex-direction-nav a {
    display: none;
  }
  .w_xs_auto, .boxed_layout,
  .portfolio_isotope_container.four_columns .portfolio_item .open_buttons {
    width: auto;
  }
  .w_xs_full, .product_item[class*="w_xs_full"], [class*="table_type_"] td[class*="w_xs_full"], .s_form_wrap_2,
  .p_table,
  .p_table.active,
  .p_table:hover {
    width: 100%;
  }
  .t_xs_align_c, .related_projects .owl-item {
    text-align: center;
  }
  .t_xs_align_l {
    text-align: left;
  }
  .m_xs_bottom_0 {
    margin-bottom: 0px;
  }
  .m_xs_bottom_5 {
    margin-bottom: 5px;
  }
  .m_xs_bottom_10 {
    margin-bottom: 10px;
  }
  .m_xs_bottom_15 {
    margin-bottom: 15px;
  }
  .m_xs_bottom_30 {
    margin-bottom: 30px;
  }
  .m_xs_right_0 {
    margin-right: 0;
  }
  .m_xs_right_25 {
    margin-right: 25px;
  }
  .m_xs_left_0 {
    margin-left: 0px;
  }
  .m_xs_left_5 {
    margin-left: 5px;
  }
  /* tables change*/
  .responsive_table,
  .responsive_table tbody,
  .responsive_table thead,
  .responsive_table tfoot,
  .responsive_table th:not(.d_xs_none),
  .responsive_table tr,
  .responsive_table td:not(.d_xs_none) {
    display: block;
  }
  .responsive_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive_table td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none;
  }
  .responsive_table td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #ecf0f1;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%;
  }
  .responsive_table td[colspan] {
    width: 100%;
    text-align: center;
    padding-left: 15px !important;
  }
  .responsive_table td:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 9px;
    width: 45%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .responsive_table tr:nth-child(2n) {
    background: #F8FCFD;
  }
  .responsive_table.type_2 tr:first-child td {
    width: 100%;
  }
  .responsive_table.type_2 tr {
    counter-reset: titlecounter;
  }
  .responsive_table.type_2 tr td {
    counter-increment: titlecounter;
  }
  .responsive_table.type_2 tr td:before {
    content: counter(titlecounter) "." attr(data-title);
  }
}

@media only screen and (max-width: 480px) {
  .dropdown_list {
    min-width: 110px;
  }
  .shopping_cart {
    min-width: 260px;
  }
  .product_description {
    width: 98px;
  }
  .dropdown_list:not(.type_2):before {
    right: auto;
    left: 10px;
  }
  .searchform_wrap {
    height: 52px;
  }
  .banner {
    padding-bottom: 1px;
  }
  .comment_content_wrap {
    margin-left: 86px;
  }
  .comment:after {
    top: 10px;
  }
  #login_popup .popup {
    width: 80%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .products_container.list_type .pp_wrap {
    width: 100px;
  }
  .f_mxs_none {
    float: none;
  }
  .d_mxs_block {
    display: block;
  }
  .d_mxs_none {
    display: none;
  }
  .d_mxs_inline_b {
    display: inline-block;
  }
  .t_mxs_align_c {
    text-align: center;
  }
  .t_mxs_align_l {
    text-align: left;
  }
  .m_mxs_bottom_5 {
    margin-bottom: 5px;
  }
  .m_mxs_bottom_10 {
    margin-bottom: 10px;
  }
  .m_mxs_bottom_15 {
    margin-bottom: 15px;
  }
  .m_mxs_bottom_20 {
    margin-bottom: 20px;
  }
  .m_mxs_right_0 {
    margin-right: 0px;
  }
  .m_mxs_top_10 {
    margin-top: 10px;
  }
  .m_mxs_left_0 {
    margin-left: 0px !important;
  }
  .w_mxs_auto, .categories_nav_list > li[class*="w_mxs_auto"] {
    width: auto;
  }
  .w_mxs_full {
    width: 100%;
  }
  .subscribe_form_2 input[type="email"] {
    width: 100% !important;
  }
}

@media only screen and (max-width: 393px) {
  .d_exs_block {
    display: block;
  }
}

/* -----------------------------------

	19. Retina ready

------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144 dpi) {
  blockquote:after {
    background-image: url("../images/blockquote_arrow@2x.png");
    background-size: 17px 10px;
  }
  .comment:after {
    background-image: url("../images/comment_arrow@2x.png");
    background-size: 9px 18px;
  }
  .categories_list a > span:before, .categories_list a > span:after {
    background-image: url("../images/plusminus@2x.png");
    background-size: 9px 10px;
  }
  input[type="radio"] + label:before, .block_select:before {
    background-image: url("../images/radio@2x.png");
    background-size: 22px 44px;
  }
  .block_select:before {
    background-image: url("../images/checkbox@2x.png");
    background-size: 22px 22px;
  }
}

.fr {
  float: right;
}

.padding-sepet {
  padding-top: 20px;
}

.margin-right15 {
  margin-right: 15px;
}

.scharttext {
  position: relative;
  margin-right: 5px;
  font-size: 20px;
  line-height: 39px;
}

.margin-top8 {
  margin-top: 8px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top12 {
  margin-top: 12px;
}

.kullanici_islemleri {
  height: 210px;
  margin-top: 20px;
  border: 2px solid #D5D5D5;
  background-image: url(../images/kullanici_islemleri.jpg);
  background-repeat: repeat-x;
}

.title_ki {
  width: 236px;
  height: 60px;
  background-image: url(../images/title-ki.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  margin-top: -20px;
  font-size: 14px;
  line-height: 50px;
}

.margin0a {
  margin: 0 auto;
  width: 236px;
}

.ki_row1 {
  height: 22px;
  color: #222;
  padding-left: 50px;
  font-size: 17px;
}

.ki_row2 {
  height: 22px;
  color: #BABABA;
  padding-left: 50px;
  font-size: 12px;
}

.ki_row3 {
  height: 45px;
  color: #BABABA;
  padding-left: 50px;
  font-size: 12px;
  background-image: url(../images/kullanici.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-right: 10px;
}

.ki_row4 {
  height: 45px;
  color: #BABABA;
  padding-left: 50px;
  font-size: 12px;
  background-image: url(../images/sifre.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-right: 10px;
}

.yeni_uyelik {
  color: #BABABA;
  padding-left: 40px;
  background-image: url(../images/yeni-uyelik.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-right: 35px;
}

.sifremiunuttum {
  color: #BABABA;
}

.kullanici_islemleri a {
  color: #BABABA;
}

.kullanici_islemleri a:hover {
  color: #86c1e3;
}

.m_h {
  height: 77px;
  background-image: url(../images/musteri-hizmetleri.jpg);
  color: #fff;
  padding-left: 85px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
}

.musteri {
  width: 77px;
  height: 72px;
  position: absolute;
  left: 0;
  background-image: url(../images/mh.jpg);
  left: 15px;
  margin-top: -2px;
}

.font12 {
  font-size: 12px;
}

.font25 {
  font-size: 25px;
}

.paddingright5 {
  padding-right: 5px;
}

.paddingtop4 {
  padding-top: 4px;
}

.sagmenu {
  height: 160px;
  border: 2px solid #D5D5D5;
  background-image: url(../images/kullanici_islemleri.jpg);
  background-repeat: repeat-x;
}

.sagmenuitem {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
}

.sagmenuitem:Hover {
  color: #86c1e3 !important;
}

.borderbottomnone {
  border-bottom: none !important;
}

.hesap-ekstresi {
  height: 26px;
  background-image: url(../images/hesap-extresi.png);
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
  background-repeat: no-repeat;
}

.hesap-ekstresi:hover {
  color: #86c1e3 !important;
}

.faturalar {
  height: 26px;
  background-image: url(../images/faturalar.png);
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
  background-repeat: no-repeat;
}

.faturalar:hover {
  color: #86c1e3 !important;
}

.siparisgecmisi {
  height: 26px;
  background-image: url(../images/siparis-gecmisi.png);
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
  background-repeat: no-repeat;
}

.siparisgecmisi:hover {
  color: #86c1e3 !important;
}

.cek-senetler {
  height: 26px;
  background-image: url(../images/ceksenet.png);
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
  background-repeat: no-repeat;
}

.cek-senetler:hover {
  color: #86c1e3 !important;
}

.iade-islemleri {
  height: 26px;
  background-image: url(../images/iade-islemleri.png);
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
  background-repeat: no-repeat;
}

.iade-islemleri:hover {
  color: #86c1e3 !important;
}

.sifre-degistir {
  height: 26px;
  background-image: url(../images/sifre-degistir.png);
  line-height: 26px;
  border-bottom: 1px dotted #676767;
  padding-left: 50px;
  font-size: 15px;
  color: #000000;
  background-repeat: no-repeat;
}

.sifre-degistir:hover {
  color: #86c1e3 !important;
}

.kitapimage {
  width: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*  margin: 0 auto; 
    padding-top: 6px;*/
  /*-moz-box-shadow:    -2px 6px 9px 0px #DCDCDC;
box-shadow:         -2px 6px 9px #DCDCDC;
    height: auto;
    /*background-image: url(../images/topback.jpg);
    background-repeat: no-repeat;
    background-position: top center;*/
}

.book-border img {
  margin: 0 auto;
  display: block;
  height: 230px;
}

.yazar {
  text-align: center;
  color: #686868;
  font-size: 12px;
  padding-bottom: 5px;
}

.footeryazi {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

.paddingleft15 {
  padding-left: 15px;
}

.book-border {
  /*height: 100%;
    z-index: 9999;
    background-image: url(../images/kitap-cizgi.png);
    background-repeat: repeat-y;
    background-position: left;*/
}

.imagerel {
  position: relative;
  z-index: -5;
}

.altgolge {
  /*width: 128px;
    background-image: url(../images/alt-golge.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 21px;
    margin: 0 auto;*/
}

.paddingtop20 {
  padding-top: 20px;
}

.padding-left38 {
  padding-left: 38px;
}

.all_categories {
  position: relative;
  height: 63px;
  background: #86c1e3;
  /* padding-top: 17px; */
  padding-top: -3px;
  /*margin-top: 47px;*/
}

.minwidth33 {
  min-width: 30px !important;
  max-width: 33px !important;
  text-align: right;
}

.footerlinks {
  padding-top: 13px;
  position: absolute;
}

.footerlinks a {
  color: #86c1e3 !important;
}

.footerlinks a:hover {
  color: #fff !important;
}

.menures {
  z-index: 1;
  display: block !important;
}

.kgirisi_ortala {
  margin: auto;
}

.percent70 {
  width: 70%;
}

.percent50 {
  width: 50%;
}

.percent40 {
  width: 40%;
}

.telephone {
  background-image: url(../images/ico-telephone.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 30px;
  width: 240px;
  padding-left: 35px;
  line-height: 30px;
}

.chat {
  background-image: url(../images/ico-liveChat.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  background-position: left top;
  height: 30px;
  width: 240px;
  padding-left: 35px;
  height: 65px;
}

.eposta {
  background-image: url(../images/ico-email.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 35px;
  width: 240px;
  padding-left: 35px;
  line-height: 35px;
}

.yardimci {
  float: left;
  margin-left: 10px;
  width: 144px;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 28px;
}

.bubble {
  position: relative;
  width: 153px;
  height: 50px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 8px;
  background: #86c1e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 27px;
  color: #FFF;
  line-height: 14px;
}

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 15px 9px 0;
  border-color: transparent #86c1e3;
  display: block;
  width: 0;
  z-index: 1;
  left: -15px;
  top: 11px;
}

.mh {
  margin-left: -19px !important;
  width: 269px;
  margin-top: 10px;
}

.butonguncelle {
  position: absolute;
  margin-top: -24px;
  margin-left: 112px;
}

#divhatabildir .pull-left label:before {
  background: transparent !important;
}

#divhatabildir .pull-left label {
  background-color: transparent !important;
  border: 0 !important;
  background-position: 0 !important;
  background: url("../images/checkbox.png") no-repeat !important;
  background: transparent;
}

.border-bottom {
  border-bottom: 1px solid #ecf0f1;
}

.Menu_color_reda {
  color: #323a45;
}

.Menu_color_reda:hover {
  color: #fff;
}

.ribbon {
  background-image: url(public/images/ribbon.png);
  width: 85px;
  height: 85px;
  position: absolute;
  margin-left: 91px;
  margin-top: -15px;
  text-align: center;
  padding-left: 21px;
  padding-right: 8px;
}

.ribbontext {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-left: 18px;
  margin-top: -7px;
}

.menu_wrap .color_dark {
  color: #fff;
}

.width130 {
  width: 140px;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
}

.product_item figcaption p {
  font-size: 13px;
}

.listelebilgi {
  border-top: 1px solid rgba(105, 110, 110, 0.3);
  border-bottom: 1px solid rgba(105, 110, 110, 0.3);
  position: relative;
  text-align: right;
  padding: 5px;
}

.listelebilgi .yazar {
  text-align: right;
  padding-bottom: 0;
  min-height: 20px;
}

.listelebilgi:before {
  content: "\e901";
  font-family: 'cantayayinlari';
  position: absolute;
  font-size: 30px;
  color: rgba(105, 110, 110, 0.29);
  left: 5px;
  top: 15px;
}

.fiyat {
  font-size: 18px !important;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

.product_item figcaption .f_left .button_type_1 {
  /*padding: 9px 35px 7.5px 35px;*/
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  line-height: 40px;
}

[class*="button_type_"].bg_scheme_color, [class*="button_type_"].bg_dark_color:hover, [class*="button_type_"]:not(.bg_tr):hover, [class*="button_type_"].bg_dark_color {
  box-shadow: none;
}

.button_type_1 > i[class^="fa "], .button_type_4 > i[class^="fa "]:not([class*="f_size"]), .button_type_5 > i[class^="fa "] {
  padding-right: 10px;
}

.colorblack {
  color: #000;
}

.menualan {
  background: #323a45;
}

[role="banner"].type_5 .h_bot_part .menu_wrap {
  background: #fff;
}

.menu2 {
  /*top: 140px;*/
  background-color: #323a45;
  border-color: #323a45;
}

.menu2.navbar {
  margin-bottom: 0;
}

.justifymenu {
  display: flex;
  justify-content: space-between;
}

.justifymenu li {
  position: relative;
  padding: 0px 20px;
}

.justifymenu li:before {
  content: "";
  position: absolute;
  right: -17px;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.25);
  top: 17px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a span {
  margin-right: 15px;
}

.urunlermenu {
  width: 100%;
}

.urunlerkapsa:before {
  content: "\e907";
  position: absolute;
  right: 10px;
  font-family: 'cantayayinlari';
  top: 15px;
  font-size: 25px;
  color: #fff;
  z-index: 5;
}

.urunlerkapsa {
  background-color: #86c1e3;
  position: relative;
}

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

.dropdown-menu {
  width: 100%;
  min-width: inherit;
  background-color: #f4f2f3;
}

.navbar-default .navbar-nav > li:hover {
  background-color: #88bfe5;
  color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.dropdown.open {
  background-color: #86c1e3;
  color: #fff;
  z-index: 1040;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
}

.dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.navbar-static-top {
  border-width: 0 0 0px;
}

.girisyapmenu {
  position: relative;
  z-index: 1035;
  width: 100%;
  margin-top: 10px;
}

.girisyapmenu li {
  width: 48%;
  text-align: center;
  margin-right: 5px;
}

.girisyapmenu li a {
  color: #fff !important;
  border: 1px solid #86c1e3;
  padding: 8px;
  letter-spacing: 1px;
  background-color: #86c1e3;
}

.girisyap .navbar-default {
  border-color: transparent;
  background-color: transparent;
}

.girisyap #navbar {
  padding: 0;
}

.kullanicigiris {
  width: 203%;
  padding: 10px !important;
  background-color: #323a45;
}

.kullanicigiris li {
  width: 100%;
  border-bottom: 0;
}

.fleft {
  float: left;
}

.girisyapmenu .open > a, .girisyapmenu .open > a:hover, .girisyapmenu .open > a:focus {
  background-color: #323a45 !important;
  border-color: #323a45;
}

[role="search"].type_2 button {
  background: #86c1e3;
  padding: 18px 20px;
  right: 0;
  text-align: center;
  line-height: 3px;
  height: auto;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: black !important;
}

.searchtext {
  position: relative;
}

.searchtext:before {
  content: "\e909";
  position: absolute;
  font-family: 'cantayayinlari';
  top: 10px;
  font-size: 25px;
  color: rgba(158, 158, 158, 0.53);
  z-index: 5;
  left: 25px;
  border-right: 1px solid rgba(158, 158, 158, 0.53);
  padding-right: 5px;
}

.yenikullanici .bg_light_color_1, .yenikullanici .sub_menu li:hover > a, .select_list > li:hover, .p_list > li:nth-child(2n+1), .info_block_type_1:hover [class*="icon_wrap"] {
  background-color: transparent;
}

.yenikullanici .a_title {
  padding: 0;
}

.yenikullanici .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.headerbutton {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 150px;
}

.headerbutton:before {
  position: absolute;
  height: 50px;
  width: 55px;
  background-color: #323a45;
  content: "";
  z-index: 5;
}

.shop_icon {
  position: relative;
  /*margin-right: 20px;*/
  z-index: 6;
}

#spnBekleyenTutar {
  position: relative;
  z-index: 10;
  font-size: 11px;
}

#spnSepetTutar {
  font-size: 11px;
}

.headerbutonkapsa {
  margin-top: 10px;
}

.bekleyenbuton a {
  background-color: #f27b13;
}

.sepetbutton a {
  background-color: #8cc540;
}

[class*="button_type_"]:not(.bg_cs_hover):hover {
  background: #323a45 !important;
}

.kullanicimenu span {
  font-size: 25px;
  color: #fff;
}

.kullanicimenu {
  margin-top: 10px;
  margin-left: 10px;
  background-color: #323a45;
  padding: 6px;
  border-radius: 6px;
}

.kullanicimenu .dropdown-menu {
  z-index: 1040;
  right: 0px;
  margin-top: 5px;
  left: auto;
  border-top: 5px solid #323a45;
  width: 200px;
  background-color: #323a45;
}

.kullanicimenu .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.kullanicimenu .dropdown-menu li:last-child {
  border-bottom: 0;
}

.kullanicimenu.open {
  /*border-bottom: 7px solid #323a45;*/
  background-color: #323a45;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.kullanicimenu .dropdown-menu a {
  color: #fff;
  cursor: pointer;
}

navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.urunlermenu .dropdown-menu {
  top: 100%;
  left: 0;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
}

.urunlermenu .dropdown-menu.suburunler {
  left: 100%;
  top: 0;
  background: #323a45;
}

.urunlermenu .dropdown-menu.suburunler li a {
  color: #fff;
  cursor: pointer;
}

.urunlermenu .dropdown-menu.suburunler li:last-child {
  border-bottom: 0;
}

.dropdown-submenu.urunlermenu > a:after {
  content: none;
}

.dropdown.dropdown-submenu a:hover {
  background-color: #323a45;
  color: #fff;
}

.dropdown-submenu:hover > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  /*background: #323a45;*/
  color: #fff;
}

.dropdown-submenu a {
  cursor: pointer;
}

.dropdown-submenu:hover.urunlermenu .baslikdrop {
  background-color: #88bfe5;
}

.dropdown-submenu .suburunler {
  margin-left: 0;
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
}

.detayurunbaslik {
  font-size: 16px;
}

/*.table.detaybilgi{
     font-size:12px
 }*/
.table.detaybilgi {
  margin-bottom: 0;
}

.table.detaybilgi > thead > tr > th {
  border-bottom: 0;
}

.table.detaybilgi > tbody > tr > td {
  border-top: 0;
  padding: 5px;
}

.bolbaslik {
  /*font-weight:bold;*/
  width: 50%;
}

.detayaciklamaalani {
  display: block;
  margin-bottom: 20px;
}

.detayaciklamaalani hr {
  margin: 5px 0;
}

.altborder {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.width100100 {
  width: 100%;
}

a.detaybutton {
  padding: 9px 20px 7.5px 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  line-height: 40px;
  cursor: pointer;
}

#spnSepetTutar {
  position: absolute;
  right: 10px;
  z-index: 222;
}

.sepetbutton #spnSepetAdet {
  display: none;
}

.detayfiyatbilg {
  border-top: 1px solid #ecf0f1 !important;
  padding: 15px !important;
}

.detayfiyatbilg span {
  font-size: 25px;
  color: #000;
  margin-left: -15px;
  font-weight: bold;
}

.detayimg img {
  margin: 40px auto;
  display: block;
}

.thin {
  width: 100%;
}

.carousel > .window {
  overflow: hidden;
  position: relative;
  height: 450px;
}

.carousel ul {
  list-style: none;
  height: 10000px;
  top: 0;
  left: 0;
  position: absolute;
  padding: 10px;
  width: 100%;
  background-color: #f5f3f4;
}

.carousel li {
  margin: 3px 0 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d8;
  padding: 5px;
}

.prev, .next {
  font-size: 30px;
  width: 100%;
  position: relative;
  background: #e5e5e5;
  display: block;
  left: 0;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0px 5px -3px #000;
  border-radius: 0;
  cursor: pointer;
}

.carousel li:first-child {
  margin: 0;
}

.dahaonceimg {
  width: 45%;
  position: relative;
  height: 160px;
  float: left;
}

.dahaonceimg img {
  float: left;
}

.dahaoncedesc h6 {
  text-align: center;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}

.dahaoncedesc {
  text-align: center;
}

.dahaoncedesc p {
  font-size: 12px;
  margin: 0;
  float: left;
}

.fiyatk {
  font-size: 16px !important;
  font-weight: bold;
  margin-top: 5px !important;
  text-align: center;
  float: none !important;
}

.bilgi {
  text-align: right;
}

.dahaoncekapsa {
  border-top: 1px solid rgba(105, 110, 110, 0.08);
  border-bottom: 1px solid rgba(105, 110, 110, 0.08);
  position: relative;
  display: table;
}

.dahaoncekapsa p {
  float: right;
  text-align: right;
}

.dahaoncekapsa:before {
  content: "\e901";
  font-family: 'cantayayinlari';
  position: absolute;
  font-size: 20px;
  color: rgba(105, 110, 110, 0.29);
  left: 0px;
  top: 10px;
}

.dahaoncedesc input:not([type="submit"]) {
  width: 35px !important;
  height: 30px !important;
  margin-top: 1px !important;
  border: none !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  padding: 1px;
}

.dahaoncedesc a.detaybutton {
  padding: 7.5px 10px 4.5px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  line-height: 35px;
  cursor: pointer;
}

.page_content_offset {
  padding: 40px 0;
}

.urunbilgiler .ui-widget-content {
  border: none;
}

.urunbilgiler {
  border-top: 1px solid #d8d8d8;
}

.resetl {
  padding-left: 0;
}

.bilgiaciklama {
  border-bottom: 1px solid #d8d8d8;
}

.bilgiaciklama.tabs_nav .bilgiaciklama.ui-tabs-active a, .bilgiaciklama.tabs_nav li:hover a[class*="color"] {
  background: #fff;
  color: #323a45;
}

.bilgiaciklama .bg_light_color_1, .bilgiaciklama .sub_menu li:hover > a, .bilgiaciklama .select_list > li:hover, .bilgiaciklama .p_list > li:nth-child(2n+1), .bilgiaciklama .info_block_type_1:hover [class*="icon_wrap"] {
  background: #fff;
  font-weight: normal;
  padding: 10px;
  border-radius: 0;
  font-size: 15px;
  position: relative;
}

.bilgiaciklama.tabs_nav .ui-tabs-active a, .bilgiaciklama.tabs_nav li:hover a[class*="color"] {
  background: #adadad;
  color: #f9f9f9;
}

.bilgiaciklama.tabs_nav li {
  margin-right: 0;
}

.bilgileraciklama.tabs_content {
  padding: 25px 0;
  min-height: 300px;
}

.dahaoncedesc .button_type_1 > i[class^="fa "] {
  font-size: 16px;
}

.bilgiaciklama .color_dark {
  color: #8c8c8c;
}

.urundetay .bg_scheme_color {
  background-color: #8cc43f;
}

.coksatan .listelebilgi:before {
  font-size: 35px;
  left: 15px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;
  outline-offset: 0;
}

.filtrealan h5 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.nomargintop {
  margin-top: 0 !important;
}

.filtrealan {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

/*.filtrealan input[type="checkbox"] + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    line-height: 24px;
    top: 1px;
    font-size: .85em;
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 20px;
    text-align: center;
    display: none;
    padding: 0px;
    background: #86c1e3;
    height: 20px;
}
    .filtrealan .block_select:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }*/
.justifymenu .dropdown-submenu > a:after {
  content: none;
}

.justifymenu .dropdown-submenu > .dropdown-menu {
  top: 100%;
  left: 0;
  box-shadow: 2px 10px 7px -15px #323a45;
}

/*.justifymenu .suburunler li {
    padding: 5px 0;
}*/
.justifymenu .suburunler li a {
  padding: 6px 20px;
}

.justifymenu.navbar-right {
  margin-right: 0;
}

.dropdown-menu {
  border: none;
}

.justifymenu .suburunler li:hover .baslikdrop {
  background-color: red;
}

.havaliyayinlari .dropdown-menu {
  width: 680px;
  right: 0;
  left: auto !important;
}

.havaliyayinlari .dropdown-menu li a {
  color: #d2cece;
}

.suburunler li:hover {
  background-color: #323a45;
}

.dropdown.dropdown-submenu li:hover {
  background-color: #323a45;
  color: #fff;
}

.havaliyayinlari h5 {
  color: #d2cece;
  text-align: left;
  border-bottom: 1px solid #d2cece;
  padding: 10px 20px;
  text-transform: uppercase;
}

.havaliyayinlari ul {
  padding: 2px;
}

.dropdown.dropdown-submenu li:hover a {
  color: #fff;
}

.kullanicimenu li:hover {
  background: #86c1e3;
  color: #fff;
}

.kullanicimenu li:hover a {
  color: #fff;
}

.kullanicimenu .dropdown-menu > li > a:hover {
  background-color: #86c1e3;
}

.input input {
  width: 98% !important;
}

.input input#ContentPlaceHolder1_txtCCV {
  width: 60% !important;
}

.input p {
  margin-top: -30px !important;
}

textarea.full_width, #ContentPlaceHolder1_txtFirma {
  width: 99% !important;
}

#divEkBilgiler input {
  width: 100% !important;
}

.justifymenu .havaliyayinlari {
  padding: 0;
  background-color: #5f666c;
}

.justifymenu .havaliyayinlari a {
  padding: 0;
}

.havaliyayinlari img {
  width: 130px;
  padding-top: 8px;
}

.navbar-nav > .havaliyayinlari .suburunler li:hover {
  border-radius: 8px;
  background-color: #9E9E9E;
  color: #fff;
  padding-left: 5px;
}

.navbar-nav > .havaliyayinlari:hover, .navbar-nav > .havaliyayinlari a:hover {
  background-color: #5f666c !important;
}

.navbar-nav > .havaliyayinlari .suburunler a:hover {
  background-color: transparent !important;
}

.havaliyayinlari .suburunler {
  background: #5f666c;
}

.havaliyayinlari .suburunler li {
  border: none;
}

.justifymenu .havaliyayinlari .suburunler li:before {
  content: none;
}

.navbar-toggle {
  margin-right: 5px;
  padding: 10px 7px;
  float: left;
}

.menu2.navbar-default .navbar-toggle:hover, .menu2.navbar-default .navbar-toggle:focus {
  background-color: #86c1e3;
}

.menu2.navbar-default .navbar-toggle {
  border-color: #fff;
}

.menu2.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.uyaribakiye {
  font-size: 7px;
  line-height: 1;
  display: block;
  margin-left: 55px;
  margin-top: -32px;
}

.justifymenu .suburunler li:before {
  content: none;
}

.yazarlar li {
  padding: 0;
}

.dropdown-menu.suburunler.yazarlar {
  width: 120%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #88bfe5;
}

.mobilefiltrecollaps {
  display: block;
  background: #323a45;
  padding: 10px 10px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.mobilefiltrecollaps:before {
  content: "\e907";
  position: absolute;
  right: 10px;
  font-family: 'cantayayinlari';
  top: 10px;
  font-size: 15px;
  color: #fff;
  z-index: 5;
}

a.mobilefiltrecollaps, a.mobilefiltrecollaps:hover, a.mobilefiltrecollaps:focus {
  color: #fff;
  text-decoration: none;
}

.urunlerkapsa .urunlermenu a {
  text-align: center;
}

.havaliyayinlari:before, .menuyazarlar:before {
  content: none;
  display: none;
}

.yazarfiltrele {
  max-height: 250px;
  overflow: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * Toastr
 * Copyright 2012-2014 John Papa and Hans Fjällemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-top-margin-full-width {
  top: 100px;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 150px;
  right: 0;
  width: 100%;
}

.toast-top-middle {
  left: 0;
  right: 0;
  top: 150px;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 150px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #FF7F27;
  /* #51a351;*/
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.button {
  background-color: #0055BE;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.button.small {
  border-radius: 15px;
  float: right;
  margin: 22px 5px 0;
  padding: 6px 15px;
}

.button:hover {
  background-color: #1e1e1e;
}

.button > span {
  font-size: 84%;
}

.button.b-close, .button.bClose {
  /*border-radius: 7px 7px 7px 7px;
        box-shadow: none;
        font: bold 131% sans-serif;
        padding: 0 6px 2px;
        position: absolute;
        right: -7px;
        top: -7px;*/
  background: green none repeat scroll 0 0;
  border-color: green;
  border-radius: 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  height: 25px;
  padding: 4px 6px 2px;
  position: absolute;
  right: -7px;
  top: -7px;
}

#divimgpopupGorsel {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  padding: 25px;
}

#divGiris, #popup2, #divYeniKayit, .bMulti {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  /*min-width: 450px;*/
  padding: 25px;
  margin-top: 150px;
}

#divGiris .logo {
  color: #2b91af;
  font: bold 325% 'Petrona',sans;
}

#divGiris, .bMulti {
  min-height: 250px;
}

#divSifreHatirlat, #popup2, .bMulti {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  /*min-width: 450px;*/
  padding: 25px;
}

#divSifreHatirlat .logo {
  color: #2b91af;
  font: bold 325% 'Petrona',sans;
}

#divSifreHatirlat, .bMulti {
  min-height: 150px;
}

#divhatabildir, #divSiparisBilgi, #popup2, #divYeniKayit, .bMulti {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  /*min-width: 450px;*/
  padding: 25px;
  margin-top: 150px;
}

#divhatabildir .logo {
  color: #2b91af;
  font: bold 325% 'Petrona',sans;
}

#divSiparisBilgi .logo {
  color: #2b91af;
  font: bold 325% 'Petrona',sans;
}

#divhatabildir, .bMulti {
  min-height: 250px;
}

#divSiparisBilgi, .bMulti {
  min-height: 250px;
}

@media only screen and (min-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 5px;
  }
  .girisyapmenu li a {
    padding: 7px 5px !important;
  }
  .justifymenu .havaliyayinlari a {
    padding: 0 !important;
  }
  .menualan {
    height: 43px;
    margin-top: 20px;
  }
  .navbar {
    min-height: 42px;
  }
  .navbar-nav > li > a {
    line-height: 23px;
  }
  .dahaoncekapsa {
    display: inline-block;
    width: 50%;
  }
  .dahaoncekapsa p {
    float: none;
    text-align: center;
  }
  .dahaoncekapsa:before {
    content: none;
  }
  .mtop50 {
    margin-top: 50px;
  }
  .excelyuklemealan img {
    margin: 0 auto;
    display: block;
  }
  .excelyuklemealan p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  #duyurualan.owl-carousel .owl-item img {
    width: 150px;
  }
}

@media (max-width: 1024px) and (min-height: 1366px) {
  .item-child {
    height: 230px;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a span {
    display: none;
  }
  .menualan {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .item-child {
    height: 250px !important;
  }
  #duyurualan {
    padding: 50px 10px;
  }
  .dropdown-menu.suburunler.yazarlar {
    width: 100%;
  }
  .dahaoncekapsa {
    display: inline-block;
    width: 50%;
  }
  .dahaoncekapsa p {
    float: none;
    text-align: right;
  }
  [role="search"] input[type="text"] {
    height: 40px;
  }
  .justifymenu {
    display: block;
  }
  #navbar.kullanicigiris1 {
    display: block;
  }
  #navbar.kullanicigiris1 li {
    margin-top: 15px;
  }
  .kullanicigiris1 {
    width: 100%;
    background-color: transparent;
  }
  .girisyapmenu {
    margin-top: 0;
  }
  .girisyapmenu.navbar-nav {
    margin: 0;
  }
  .kullanicigiris1.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
  }
  #btnGiris {
    background-color: #323a45;
  }
  .girisyapmenu li {
    float: left;
  }
  .products_container:not(.list_type) .product_item .photoframe {
    width: auto;
  }
  .width130 {
    width: auto;
  }
  .quantity {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 25px;
  }
  .quantity input[type="text"] {
    width: 100%;
    text-align: center;
    padding: 8px 8px;
  }
  .product_item figcaption .f_left .button_type_1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    line-height: 30px;
    display: block;
  }
  .button_type_1 {
    padding: 5px 15px 5px 10px;
  }
  .listelebilgi {
    width: 100%;
    padding: 0;
    text-align: left;
    min-height: 44px;
  }
  .listelebilgi:before {
    content: none;
  }
  .listelebilgi p {
    text-align: left;
    font-size: 11px !important;
  }
  .product_item figcaption .f_left .sepeteklebutton.button_type_1 {
    padding: 4px 18px 4px 19px !important;
    display: block;
  }
  .yenicikanlar .products_container {
    margin-left: 0;
    margin-right: 0;
  }
  .kitapimage {
    width: auto;
  }
  .yenicikanlar .button_type_1 {
    padding: 5px 20px 5px 10px;
  }
  .filtrealan {
    min-height: 265px;
  }
  .filtrealan h5.nomargintop {
    margin-top: 20px !important;
  }
  .responsivebottom {
    margin-bottom: 20px;
  }
  .mreset {
    padding-right: 0;
    padding-left: 0;
  }
  .users_nav li {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .kullanicimenu .dropdown-menu {
    right: 0px;
    margin-top: 0px;
  }
  .justifymenu li:before {
    content: none;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: none;
  }
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  .dropdown.urunlermenu:hover .dropdown-menu {
    display: none;
  }
  .dropdown.open > .dropdown-menu {
    display: block;
    background: #323a45;
  }
  .dropdown-menu {
    width: 120%;
  }
  .dropdown.urunlermenu.open > .dropdown-menu {
    display: block;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .urunbilgiler .ui-widget-content {
    display: inline-block;
    width: 100%;
  }
  .page_content_offset {
    padding-left: 15px;
    padding-right: 15px;
  }
  .urundetay .f_left {
    width: 100%;
  }
  .urundetay .f_left .detaybutton {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px 15px 0px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
  }
  .urundetay .quantity {
    height: 30px;
  }
  .table-responsive {
    border: none;
  }
  .jtable-page-info {
    display: none !important;
  }
  .siparisdetay input {
    margin: 5px 0;
  }
  #ContentPlaceHolder1_cphSayfa_drpYil, #ContentPlaceHolder1_cphSayfa_drpYilEkstre {
    float: left;
    margin-right: 15px;
  }
  #ContentPlaceHolder1_cphSayfa_txtAciklama {
    margin-bottom: 5px;
  }
  .uyaribakiye {
    font-size: 7px;
    line-height: 1;
    display: block;
    margin-left: 55px;
    margin-top: -32px;
  }
  .input input#ContentPlaceHolder1_txtCCV {
    width: 35% !important;
  }
  .responsiveblock {
    display: block;
    text-align: center;
  }
  .mtop50 {
    margin-top: 40px;
  }
  .responsive_table td {
    padding-left: 0 !important;
  }
  .table_type_5 td:first-child {
    width: 100%;
  }
  .excelyuklemealan td {
    float: left;
  }
  .excelyuklemealan img {
    margin: 0 auto;
    display: block;
  }
  .excelyuklemealan label {
    margin-bottom: 10px;
  }
  .excelyuklemealan p, .excelyuklemealan a {
    text-align: center;
  }
  [role="search"].type_2 input[type="text"] {
    padding-left: 60px;
  }
  .font25 {
    font-size: 18px;
    line-height: 20px;
  }
  .footerlogo {
    width: 100%;
  }
  .footerlogo img {
    margin: 15px auto;
    display: block;
  }
  .footer_top_part p {
    text-align: center;
    float: none;
    margin-bottom: -20px;
  }
  .f_left {
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 0px;
  }
  .justifymenu .havaliyayinlari a {
    padding: 0 !important;
  }
  .urunlerkapsa {
    display: none;
  }
  .navbar {
    min-height: 43px;
  }
  .menualan {
    margin-top: 25px;
  }
  .kullanicimenu .dropdown-menu {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .reset {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headerbutton {
    width: 150px;
    margin-top: 8px;
  }
  .headerbutonkapsa {
    margin: 0 0 10px 0 !important;
  }
  .kullanicimenu {
    margin-top: 8px;
    float: right;
  }
  .headerbutonkapsa {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product_item .photoframe figcaption {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  .product_item figcaption .f_left .button_type_1 {
    line-height: 20px;
  }
  /*.product_item figcaption .f_left .button_type_1 i {
            display: none;
        }*/
  .filtrealan {
    min-height: 300px;
  }
}

@media (max-width: 320px) {
  .headerbutton {
    width: 100%;
    margin-left: 0;
  }
  .kullanicimenu {
    margin-left: 0;
  }
}

/*body, td, th {
            font-family: "Roboto Condensed", sans-serif;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: Roboto, sans-serif;
        }

        .button_type_1 {
            padding: 9px 15px 7.5px 10px;
        }

        .quantity input[type="text"] {
            width: 64px;
        }

        .loader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
            display: none;
        }*/
.flex-viewport {
  height: 440px;
}

.filtrealan input:not([type='submit']) {
  height: 20px;
  width: 20px;
  position: absolute;
  border: none;
}

.filtrealan .checkbox {
  margin-left: 10px;
}

input[type='checkbox'] + label:after {
  color: #86c1e3;
}

input[type='checkbox'] + label:after {
  content: '\f00c';
  font-family: FontAwesome;
  line-height: 24px;
  top: 0;
  font-size: 0.85em;
  position: absolute;
  left: 15px !important;
  color: #292f38;
  display: none;
}

input::placeholder {
  font-size: 12px;
}

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 100000 !important;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

#cevapHayir:hover {
  background: none repeat scroll 0 0 #34495e !important;
  color: #fff !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") 50% 50% no-repeat #f9f9f9;
}

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #333;
  width: 100%;
  z-index: 200;
}

#dialogbox {
  display: none;
  position: fixed;
  background: #999;
  border-radius: 7px;
  width: 550px;
  z-index: 200;
}

#dialogbox > div {
  background: #fff;
  margin: 8px;
}

#dialogbox > div > #dialogboxhead {
  background: #fff;
  font-size: 19px;
  padding: 10px;
  color: #4c4949;
}

#dialogbox > div > #dialogboxbody {
  background: #fff;
  padding: 20px;
  color: #333;
}

#dialogbox > div > #dialogboxfoot {
  background: #fff;
  padding: 10px;
  text-align: right;
}

table.orders {
  width: 100%;
  margin-top: 30px;
}

table.orders .border-right {
  border-right: 1px solid #ebebeb;
}

table.orders th,
table.orders td {
  padding: 10px 15px;
}

table.orders tbody tr {
  background: #f7f7f7;
}

table.orders tbody tr:nth-child(even) {
  background: #f2f2f2;
}

table.orders thead,
table.orders tbody {
  border-bottom: 1px solid #ebebeb;
}

p.order {
  margin: 0;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  max-width: 150px;
}

p.order.wait {
  background: #f17b12;
}

p.order.sent {
  background: #51d7e2;
}

.flexslider {
  margin-bottom: 30px;
}

.flex-viewport {
  height: auto;
}

.products_container .product_item figcaption {
  background: none;
}

.products_container .product-info {
  margin-bottom: 15px;
}

.products_container .product-info .stock {
  border-top: 1px solid #e4e4e2;
  padding: 3px 0;
}

.products_container .product-info .stock span {
  font-weight: bold;
}

.products_container .product-info .price {
  width: 50%;
  float: left;
  border-top: 1px solid #e4e4e2;
}

.products_container .product-info .price span {
  display: block;
  font-weight: bold;
}

.products_container .product-info .price.net span {
  color: #de0808;
}

.products_container .product-info p.price.net {
  border-left: 1px solid #e4e4e2;
  font-size: 15px;
}

.products_container .quantity {
  height: 39px;
  margin-top: 0;
}

.products_container .quantity input[type='text'] {
  width: 30px;
}

.products_container .prepaid {
  margin-top: 30px;
}

.products_container .product-name {
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
}

.products_container .product_item .photoframe figcaption {
  height: 200px;
  min-height: 0;
}

.products_container .row {
  margin: 0 -5px;
}

.products_container [class*='col'] {
  padding: 0 5px;
}

.products_container .product_item figcaption .f_left .button_type_1 {
  height: 39px;
  display: block;
}

.products_container .name {
  background: #323a45;
  padding: 5px;
  color: #fff;
  /* font-weight: bold; */
}

.products_container .name span {
  font-weight: bold;
  padding-left: 10px;
}

.products_container .name a {
  float: right;
  color: #fff;
  opacity: 0.4;
  font-size: 13px;
  font-weight: 300;
}

.products_container .name a:hover {
  opacity: 1;
}

.products_container .name a * {
  display: inline-block;
  vertical-align: middle;
}

.products_container .name i {
  font-size: 14px;
  padding-left: 5px;
}

table.detaybilgi .quantity input[type='text'] {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

table.detaybilgi .quantity {
  margin: 0;
}

table.detaybilgi .sepeteklebutton.button_type_1 {
  display: inline-block;
  height: 39px;
  line-height: 21px;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
}

table.table.detaybilgi tr td:last-child {
  font-weight: bold;
}

.detayurunbaslik {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
}

table.table.detaybilgi.border-top {
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

table.table.detaybilgi.border-top tr:first-child td {
  padding-top: 15px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.product-slider {
  position: relative;
}

.product-slider .title {
  background: #e5e5e5;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
}

.product-slider .product_item {
  display: inline-block;
}

.product-slider .slick-arrow {
  position: absolute;
  z-index: 99;
  background: #e5e5e5;
  top: -21px;
  bottom: 0;
  text-align: center;
  color: #fff;
  width: 20px;
}

.product-slider button.slick-prev.slick-arrow {
  left: 0;
  -webkit-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.5);
}

.product-slider button.slick-next.slick-arrow {
  right: 0;
  -webkit-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
}

.product-slider .slick-list {
  padding: 0 25px;
}

.product-slider .book_height {
  height: 150px;
  min-height: 150px;
}

.product-slider .kitapimage {
  width: 100px;
  height: 200px;
  top: 0;
}

.product-slider .kitapimage .imagerel {
  height: 150px;
}

.product-slider .quantity input[type='text'] {
  width: 100px;
}

.product-slider .product_item .photoframe figcaption {
  height: auto;
  padding: 0 10px;
  float: right;
}

.product-slider .product_item,
.product-slider .owl-item > .photoframe {
  margin: 0 !important;
}

.product-slider a.color_dark.f_size_large {
  font-size: 13px;
  line-height: 13px;
}

.product-slider .product_item figcaption .f_left .button_type_1 {
  margin-bottom: 0;
}

.product-slider .product-name {
  line-height: 13px;
  height: 30px !important;
}

.product-slider .products_container .quantity {
  height: 30px;
  line-height: 30px;
}

.product-slider .products_container .product_item figcaption .f_left .button_type_1 {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.product-slider .quantity input[type='text'] {
  width: 30px;
  padding-top: 0;
}

.product-slider-title {
  text-align: center;
  width: 100%;
}

.product-slider-vertical {
  position: relative;
}

.product-slider-vertical .product_item {
  display: inline-block;
}

.product-slider-vertical .photoframe {
  background: transparent;
  box-shadow: none;
}

.product-slider-vertical .photoframe:hover {
  background: transparent;
  box-shadow: none;
}

.product-slider-vertical .slick-list {
  background: #efefef;
}

.product-slider-vertical .slick-arrow {
  z-index: 99;
  background: #e5e5e5;
  text-align: center;
  color: #fff;
  width: 20px;
  width: 100%;
}

.product-slider-vertical button.slick-prev.slick-arrow {
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
}

.product-slider-vertical button.slick-next.slick-arrow {
  padding-top: 10px;
  -webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
}

.product-slider-vertical .slick-list {
  padding: 0 25px;
}

.product-slider-vertical .book_height {
  height: 150px;
  min-height: 150px;
  float: left;
}

.product-slider-vertical .kitapimage {
  width: 100px;
  height: 200px;
  top: 0;
  position: relative;
}

.product-slider-vertical .kitapimage .imagerel {
  height: 150px;
}

.product-slider-vertical .product_item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.product-slider-vertical .quantity input[type='text'] {
  width: 100px;
}

.product-slider-vertical .product_item .photoframe figcaption {
  height: auto;
  padding: 0 10px;
}

.product-slider-vertical .product_item,
.product-slider-vertical .owl-item > .photoframe {
  margin: 0 !important;
}

.product-slider-vertical a.color_dark.f_size_large {
  font-size: 13px;
  line-height: 13px;
}

.product-slider-vertical .product_item figcaption .f_left .button_type_1 {
  margin-bottom: 0;
}

.product-slider-vertical .product-name {
  line-height: 13px;
  height: 30px !important;
}

.product-slider-vertical .products_container .quantity {
  height: 30px;
  line-height: 30px;
}

.product-slider-vertical .products_container .product_item figcaption .f_left .button_type_1 {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.product-slider-vertical .quantity input[type='text'] {
  width: 30px;
  padding-top: 0;
}

.checkout .tabs-title .item {
  background-color: #d2d3d5;
  color: #fff;
  width: 23%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-size: 30px;
  border-radius: 10px;
  margin: 0 5px;
}

.checkout .tabs-title .item.current {
  background-color: #51d7e2;
}

.checkout .content .title {
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

.checkout .content .cart {
  width: 100%;
  border: 2px solid #ebebeb;
}

.checkout .content .cart tbody tr {
  border: 1px solid #ebebeb;
  background: #f7f7f7;
}

.checkout .content .cart tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.checkout .content .cart th {
  padding: 15px;
}

.checkout .content .cart td {
  padding: 15px;
}

.checkout .content .cart .border-right {
  border-right: 1px solid #ebebeb;
}

.checkout .content .cart .qty {
  display: inline-block;
}

.checkout .content .cart .qty .arrow {
  display: inline-block;
  vertical-align: middle;
  background-color: #bdbcba;
  color: #fff;
  padding: 0 2.5px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.checkout .content .cart .qty .arrow.minus {
  border-radius: 5px 0 0 5px;
}

.checkout .content .cart .qty .arrow.plus {
  border-radius: 0 5px 5px 0;
}

.checkout .content .cart .qty input {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px;
  border: 0;
  width: 40px;
  text-align: center;
  font-size: 10px;
}

.checkout .content .cart .buttons {
  display: inline-block;
  vertical-align: middle;
}

.checkout .content .cart .buttons .update {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  background: #86c1e3;
  height: 30px;
  line-height: 30px;
}

.checkout .content .cart .buttons .delete {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #c43934;
  line-height: 1;
}

.checkout .content .cart .buttons .delete i {
  font-size: 20px;
}

.checkout .content .cart .buttons .delete span {
  font-size: 10px;
  display: block;
}

.checkout .content .order-no {
  color: #86c1e3;
  font-weight: bold;
}

.checkout .content .total {
  margin: 50px 0 30px;
}

.checkout .content .total .total-table {
  float: right;
}

.checkout .content .total .total-table td {
  width: 100px;
}

.checkout .content .total .total-table .price {
  width: 150px;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  background: #f7f7f7;
}

.checkout .content .bottom .buttons {
  float: right;
}

.checkout .content .bottom .buttons .download {
  position: relative;
  margin-right: 10px;
  background-color: #46b1db;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.checkout .content .bottom .buttons .download i {
  font-size: 20px;
}

.checkout .content .bottom .buttons .download .links {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #65c6e6;
  border-radius: 4px;
}

.checkout .content .bottom .buttons .download .links a {
  display: block;
  color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}

.checkout .content .bottom .buttons .download:hover .links {
  display: block;
}

.checkout .content .bottom .buttons .print {
  margin-right: 10px;
  background-color: #a8a9ad;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.checkout .content .bottom .buttons .print i {
  font-size: 20px;
}

.checkout .content .bottom .order-send {
  background-color: #8cc540;
  font-size: 15px;
  width: 150px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  font-weight: bold;
}

.checkout .content .bottom .order-send a {
  display: block;
  color: #fff;
}

.checkout .content.result .title {
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

.checkout .content.result div.cart {
  display: none;
}

.checkout .content.result .cart {
  width: 100%;
  border: 2px solid #ebebeb;
}

.checkout .content.result .cart tbody tr {
  border: 1px solid #ebebeb;
  background: #f7f7f7;
}

.checkout .content.result .cart tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.checkout .content.result .cart th {
  padding: 15px;
}

.checkout .content.result .cart td {
  padding: 15px;
}

.checkout .content.result .cart .border-right {
  border-right: 1px solid #ebebeb;
}

.checkout .content.result .cart .qty {
  display: inline-block;
}

.checkout .content.result .cart .qty .arrow {
  display: inline-block;
  vertical-align: middle;
  background-color: #bdbcba;
  color: #fff;
  padding: 0 2.5px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.checkout .content.result .cart .qty .arrow.minus {
  border-radius: 5px 0 0 5px;
}

.checkout .content.result .cart .qty .arrow.plus {
  border-radius: 0 5px 5px 0;
}

.checkout .content.result .cart .qty input {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px;
  border: 0;
  width: 40px;
  text-align: center;
  font-size: 10px;
}

.checkout .content.result .cart .buttons {
  display: inline-block;
  vertical-align: middle;
}

.checkout .content.result .cart .buttons .update {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  background: #86c1e3;
  height: 30px;
  line-height: 30px;
}

.checkout .content.result .cart .buttons .delete {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #c43934;
  line-height: 1;
}

.checkout .content.result .cart .buttons .delete i {
  font-size: 20px;
}

.checkout .content.result .cart .buttons .delete span {
  font-size: 10px;
  display: block;
}

.checkout .content.result .order-no {
  color: #86c1e3;
  font-weight: bold;
}

.checkout .content.result .total {
  margin: 50px 0 30px;
}

.checkout .content.result .total .cargo {
  float: left;
}

.checkout .content.result .total .cargo .cargo-logo {
  width: 150px;
  margin-bottom: 15px;
}

.checkout .content.result .total .cargo .bold {
  font-weight: bold;
}

.checkout .content.result .total .total-table {
  float: right;
}

.checkout .content.result .total .total-table td {
  width: 100px;
}

.checkout .content.result .total .total-table .price {
  width: 150px;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  background: #f7f7f7;
}

.checkout .content.result .bottom .buttons .download {
  position: relative;
  margin-right: 10px;
  background-color: #46b1db;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.checkout .content.result .bottom .buttons .download i {
  font-size: 20px;
}

.checkout .content.result .bottom .buttons .download .links {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #65c6e6;
  border-radius: 4px;
}

.checkout .content.result .bottom .buttons .download .links a {
  display: block;
  color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}

.checkout .content.result .bottom .buttons .download:hover .links {
  display: block;
}

.checkout .content.result .bottom .buttons .print {
  margin-right: 10px;
  background-color: #a8a9ad;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.checkout .content.result .bottom .buttons .print i {
  font-size: 20px;
}

.checkout .content.result .bottom .order-send {
  float: left;
  background-color: #8cc540;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  width: 200px;
}

.checkout .content.result .bottom .order-send a {
  display: block;
  color: #fff;
}

.checkout .content.result .bottom .order-send a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
}

.checkout .content.result .bottom .order-send a span {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.checkout .content.cargo .title {
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

.checkout .content.cargo .cargo-list label {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: auto;
}

.checkout .content.cargo .cargo-list label:before {
  display: none;
}

.checkout .content.cargo .cargo-list label img {
  max-width: 150px;
  margin-left: 10px;
}

.checkout .content.cargo .cargo-list input {
  display: inline-block;
  vertical-align: top;
  height: auto;
}

.checkout .content.cargo .cargo-list input:checked {
  background: #85c1e3;
}

.checkout .content.card .total-price {
  margin: 25px 0;
}

.checkout .content.card .total-price span {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.checkout .content.card .total-price .price {
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  padding: 5px 10px;
  color: red;
  font-size: 25px;
  width: 200px;
  border-radius: 5px;
}

.checkout .content.card .box {
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  width: 100%;
  padding: 20px 20px 20px 50px;
  height: 325px;
}

.checkout .content.card .box input[type='radio'] {
  position: absolute;
  left: 30px;
  height: auto;
}

.checkout .content.card .box input[type='radio']:checked {
  background: #85c1e3;
}

.checkout .content.card .box .green {
  font-weight: bold;
  margin-bottom: 10px;
}

.checkout .content.card .box .red {
  font-weight: bold;
  margin-bottom: 10px;
}

.checkout .content.card .box .bold {
  font-weight: bold;
}

.checkout .content.card .order-send {
  background-color: #8cc540;
  font-size: 15px;
  width: 150px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  float: right;
}

.checkout .content.card .order-send a {
  display: block;
  color: #fff;
}

.mobile-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  .type_5 {
    display: none;
  }
  .mobile-header {
    display: block;
    padding-bottom: 30px;
  }
  .mobile-header .logo {
    text-align: center;
  }
  .mobile-header .wrapper {
    background-color: #d2d3d5;
    padding: 10px;
    position: relative;
    overflow: visible;
  }
  .mobile-header .wrapper .list {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 60px;
    width: 80%;
    border-radius: 0 0 12px 12px;
  }
  .mobile-header .wrapper .list a {
    display: block;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
  }
  .mobile-header .wrapper .menu {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
  }
  .mobile-header .wrapper .menu .link {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding: 5px 10px;
  }
  .mobile-header .wrapper .menu.active .link {
    background: #01a79d;
    border-radius: 12px 12px 0 0;
  }
  .mobile-header .wrapper .menu.active .list {
    display: block;
    background: #01a79d;
    left: 10px;
    border-radius: 0 12px 12px 12px;
  }
  .mobile-header .wrapper .menu.active .list a {
    display: block;
  }
  .mobile-header .wrapper .user-info {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
  }
  .mobile-header .wrapper .user-info .link {
    color: #86c1e3;
    font-size: 40px;
    text-align: center;
    padding: 5px 10px;
  }
  .mobile-header .wrapper .user-info.active .link {
    background: #509bc2;
    color: #ffffff;
    border-radius: 12px 12px 0 0;
  }
  .mobile-header .wrapper .user-info.active .list {
    display: block;
    background: #509bc2;
    right: 14px;
    border-radius: 12px 0 12px 12px;
  }
  .mobile-header .wrapper .user-info.active .list a {
    display: block;
    text-align: right;
  }
  .mobile-header .wrapper .search {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    width: calc(100% - 115px);
    padding-bottom: 0;
    height: auto;
  }
  .mobile-header .wrapper .search .searchtext {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .mobile-header .wrapper .search .f_left {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .mobile-header .wrapper .search .searchtext:before {
    left: 10px;
  }
  .mobile-header .wrapper .search #txtArama {
    width: calc(100% - 60px);
    height: 40px;
    margin-right: -5px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
  }
  .mobile-header .wrapper .search #btnListele {
    display: inline-block;
    vertical-align: top;
    background-color: #86c1e3;
    color: #ffffff;
    height: 38px;
    width: 50px;
    margin-top: 0;
  }
  .mobile-header #shopping_button {
    float: left;
    width: 50%;
  }
  .mobile-header #shopping_button a {
    background-color: #86c1e3;
    color: #ffffff;
    border-radius: 0;
  }
  .mobile-header #shopping_button2 {
    float: left;
    width: 50%;
  }
  .mobile-header #shopping_button2 a {
    background-color: #8cc540;
    color: #ffffff;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-slider {
    display: none;
  }
  .products_container .name {
    background: none;
  }
  .filtrealan {
    min-height: auto;
  }
  .page_content_offset {
    padding-left: 0;
    padding-right: 0;
  }
  .products_container .product_item .photoframe figcaption {
    height: 250px;
  }
  .products_container .product_item figcaption .f_left .button_type_1 {
    line-height: 32px;
  }
}

div.order {
  display: none;
}

@media only screen and (max-width: 768px) {
  .font25 {
    text-align: center;
  }
  table.orders {
    display: none;
  }
  div.orders {
    display: block;
    color: #000;
  }
  div.orders .item {
    position: relative;
    margin: 15px;
    border: 1px solid #cccccc;
    padding: 5px;
    border-radius: 5px;
    background-color: #f4f4f4;
  }
  div.orders .item.active {
    background-color: #fac599 !important;
  }
  div.orders .item.active .order-modal {
    display: block;
  }
  div.orders .item:nth-child(even) {
    background-color: #ffffff;
  }
  div.orders .item .left {
    float: left;
    width: 50%;
  }
  div.orders .item .right {
    float: right;
    text-align: right;
    width: 50%;
  }
  div.orders .item span {
    display: block;
  }
  div.orders .item .head {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
  }
  div.orders .item .head .order-number {
    font-weight: bold;
    font-size: 18px;
  }
  div.orders .item .head .right {
    font-size: 20px;
    padding-top: 15px;
    font-weight: bold;
  }
  div.orders .item .head .right.wait {
    color: #f17b12;
  }
  div.orders .item .head .right.sent {
    color: #8cc540;
  }
  div.orders .item .head:after {
    content: ' ';
    display: block;
    clear: both;
  }
  div.orders .item .bottom {
    font-size: 12px;
  }
  div.orders .item .bottom .left {
    border-right: 1px solid #cccccc;
  }
  div.orders .item .bottom:after {
    content: ' ';
    display: block;
    clear: both;
  }
  div.orders .order-modal {
    position: absolute;
    background: #ffe9d4;
    z-index: 999;
    padding: 10px;
    border-radius: 10px;
    right: 0px;
    top: 0px;
    width: 85%;
    display: none;
  }
  div.orders .order-modal .order-item {
    background: #fef9f5;
    border-radius: 10px;
    padding: 10px;
    font-size: 10px;
    margin-bottom: 10px;
  }
  div.orders .order-modal .order-item .info {
    float: left;
    width: 75%;
    border-right: 1px solid #ccc;
  }
  div.orders .order-modal .order-item .info .title {
    font-weight: bold;
  }
  div.orders .order-modal .order-item .info .bottom {
    border-top: 1px solid #ccc;
  }
  div.orders .order-modal .order-item .info .bottom span {
    font-size: 10px;
    display: inline-block;
  }
  div.orders .order-modal .order-item .price {
    float: right;
    width: 25%;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
  }
  div.orders .order-modal .order-item .price span {
    color: red;
    display: inline-block;
  }
  div.orders .order-modal .order-item:after {
    clear: both;
    content: ' ';
    display: block;
  }
  div.orders .order-modal .order-close {
    position: absolute;
    right: 0;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f4951f;
    padding: 3px;
    font-size: 22px;
    border-radius: 5px;
    color: #fff;
    z-index: 999;
  }
  div.orders .order-modal .order-close i {
    line-height: 1;
  }
}

div.cart {
  display: none;
}

@media only screen and (max-width: 768px) {
  .checkout {
    padding-bottom: 70px;
    position: relative;
  }
  .checkout .tabs-title {
    background-color: #ffffff;
    position: absolute;
    padding: 10px 5px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .checkout .tabs-title .item {
    width: 21%;
  }
  .checkout .content {
    padding: 0 10px;
  }
  .checkout .content.card .box {
    height: auto;
    margin-bottom: 10px;
  }
  .checkout .content.card .box img {
    display: none;
  }
  .checkout .content.result table.cart {
    display: none;
  }
  .checkout .content.result div.cart {
    display: block;
    border: none;
  }
  .checkout .content.result div.cart .list li {
    background-color: #f2f2f2;
    padding: 2.5px;
  }
  .checkout .content.result div.cart .list li span {
    font-weight: bold;
    float: right;
    padding-right: 10px;
  }
  .checkout .content.result div.cart .list li:nth-child(even) {
    background-color: #e5e5e5;
  }
  .checkout .content.result div.cart .list li.total {
    background-color: #fff3c3;
    margin-top: 5px;
  }
  .checkout .content.result div.cart .list li.total span {
    color: red;
  }
  .checkout .content.result .total-table {
    display: none;
  }
  .checkout .content.result .bottom .order-send {
    float: left;
    width: auto;
    padding: 5px;
  }
  .checkout .content.result .bottom .buttons {
    float: left;
    width: auto;
    padding-top: 5px;
    margin-left: 15px;
  }
  .checkout .content table.cart {
    display: none;
  }
  .checkout .content div.cart {
    display: block;
    border: none;
  }
  .checkout .content div.cart .cart-wrapper {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ebebeb;
  }
  .checkout .content div.cart .cart-wrapper img {
    max-width: 50px;
    float: left;
    margin-right: 10px;
  }
  .checkout .content div.cart .cart-wrapper .info {
    float: left;
    width: calc(70% - 65px);
    border-right: 1px solid #ccc;
  }
  .checkout .content div.cart .cart-wrapper .info .title {
    font-weight: bold;
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }
  .checkout .content div.cart .cart-wrapper .info .barkod {
    font-size: 10px;
  }
  .checkout .content div.cart .cart-wrapper .info .bottom {
    border-top: 1px solid #ccc;
  }
  .checkout .content div.cart .cart-wrapper .info .bottom span {
    font-size: 10px;
    display: inline-block;
  }
  .checkout .content div.cart .cart-wrapper .price {
    float: right;
    width: 30%;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding-left: 5px;
  }
  .checkout .content div.cart .cart-wrapper .price .qty .arrow {
    background-color: #88c0e3;
  }
  .checkout .content div.cart .cart-wrapper .price .qty input {
    background-color: #c3e5f1;
  }
  .checkout .content div.cart .cart-wrapper .price span {
    color: red;
    display: inline-block;
  }
  .checkout .content div.cart .cart-wrapper .price .delete {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-align: center;
    padding-left: 5px;
  }
  .checkout .content div.cart .cart-wrapper .price .delete i {
    color: red;
  }
  .checkout .content div.cart .cart-wrapper .price .delete span {
    display: block;
    font-size: 10px;
  }
  .checkout .content div.cart .cart-wrapper .price .total {
    margin: 0;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1;
    border-top: 1px solid #ccc;
  }
  .checkout .content div.cart .cart-wrapper .price .total span {
    display: block;
    font-size: 16px;
  }
  .checkout .content div.cart .cart-wrapper .price .total span span {
    display: inline-block;
    padding-left: 5px;
    color: #050505;
  }
  .checkout .content div.cart .cart-wrapper:after {
    clear: both;
    content: ' ';
    display: block;
  }
  .checkout .content .total .total-table {
    float: none;
    width: 100%;
  }
  .checkout .content .total .total-table th {
    width: 30%;
    font-weight: bold;
  }
  .checkout .content .total .total-table td {
    font-weight: bold;
  }
  .checkout .content .bottom .order-send {
    float: none;
    width: 100%;
  }
  .checkout .content .bottom .buttons {
    display: none;
  }
  .checkout .content .order-send {
    width: 100%;
  }
}





.button-2.order-details-button
{
   display: inline-block;
    width: auto;
    min-width: 120px;
    margin: 0 1px 5px;
    background-color: #565656;
    border-radius: 4px;
	color:#fff;
	border:1px solid #565656;
	padding: 5px;	
	
}
.button-2.order-details-button:hover{
color:#fff;		
}

.button-2.continue-shopping-button {
    border: none;
    background: #009de3;
    padding: 8px 9px;
    border: 1px solid #009de3;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    height: 37px;
    font-weight: bold;
}

.button-1.excel {
    display: inline-block;
    margin: 5px 7px;
    font-size: 15px;
    color: #009de3;
    float: right;
    text-decoration: underline;
}




.ui-datepicker {
	width: 280px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #009de3;
	color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background-image: none;
	padding: 0 !important;
	font-weight: normal;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	width: 32px !important;
	height: 32px !important;
	border: none !important;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('../images/calendar-prev.png') center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../images/calendar-next.png') center no-repeat;
}
.ui-datepicker-header a span {
	/*override jQuery UI styles, do not delete doubled properties*/
	display: none !important;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: 32px !important;
}
.ui-datepicker-calendar {
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	font-size: 14px !important;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
	color: #444;
}
.ui-datepicker-calendar td a {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none !important;
	background: none !important;
	padding: 0;
	text-align: center;
	color: #444 !important;
}
.ui-datepicker-calendar .ui-state-active {
	outline: 2px solid #009de3;
	font-weight: bold;
	color: #009de3;
	/*override jQuery UI styles, do not delete doubled properties*/
	color: #009de3 !important;
}
