/*========================================================
                         Camera
=========================================================*/
/*========================================================
                    Bootstrap Reset
=========================================================*/
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0; }
  button:focus, .btn:focus {
    outline: none; }

label, input, button, select, textarea {
  font-size: 14px;
  color: #8b8b8b; }
  @media (min-width: 768px) and (max-width: 991px) {
    label, input, button, select, textarea {
      font-size: 10px; } }

.form-control {
  color: #8b8b8b; }

.product-compare input.btn-block[type="submit"],
.product-compare input.btn-block[type="reset"],
.product-compare input.btn-block[type="button"] {
  min-width: 100%;
  width: auto; }

label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none; }

.bootstrap-datetimepicker-widget {
  z-index: 999 !important; }
  .bootstrap-datetimepicker-widget td.day:hover,
  .bootstrap-datetimepicker-widget td.minute:hover,
  .bootstrap-datetimepicker-widget td.second:hover,
  .bootstrap-datetimepicker-widget thead tr:first-child th:hover,
  .bootstrap-datetimepicker-widget td span:hover {
    background-color: transparent; }
  .bootstrap-datetimepicker-widget .timepicker {
    margin-top: 5px; }
    .bootstrap-datetimepicker-widget .timepicker td > span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 5px 0; }
      .bootstrap-datetimepicker-widget .timepicker td > span:hover {
        color: #d6687b; }

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #d6687b;
  color: #fff;
  cursor: inherit; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000002; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #fff;
  border-radius: 0; }
  .alert i {
    font-size: 21px;
    margin-right: 5px; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none;
      color: #fff; }
  .alert button.close {
    color: #fff; }
    .alert button.close:hover, .alert button.close:focus {
      opacity: 1;
      color: #fff; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }
  .alert-success a {
    color: #feea3a; }
    .alert-success a:visited {
      color: #feea3a; }
    .alert-success a:hover, .alert-success a:focus, .alert-success a:active {
      color: #feed53; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.pagination {
  margin: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background: #a9be7a;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.pagination > li > a, .pagination > li > span {
  color: #fff;
  background: #c6c7a8;
  border: none;
  font-size: 14px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  margin-left: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 1; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background: #a9be7a;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.buttons.clearfix {
  margin: 30px 0; }

.table thead td {
  text-transform: uppercase;
  font-weight: 400;
  color: #8b8b8b !important;
  font-size: 13px;
  background-color: #f9f9f9; }

.table th,
.table td {
  padding: 20px;
  border-color: #ebe9dc;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: none; }

.table .btn {
  margin: 2px; }

.block-compare .table th, .block-compare .table td {
  padding: 7px; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-bordered, .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-color: #ebe9dc; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none; }

@media (max-width: 767px) {
  .checkout-checkout .panel-collapse .table-bordered > tfoot > tr > td {
    border-top: 1px solid #ddd; } }
.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: normal; }

.table > tbody + tbody {
  border-top: none; }

.panel strong {
  color: #8b8b8b; }

.panel-default {
  border: none; }
  .panel-default > .panel-heading {
    background-color: #adb4bd;
    border-color: #adb4bd;
    color: #fff; }
    .panel-default > .panel-heading a {
      color: #fff; }
      .panel-default > .panel-heading a:visited {
        color: #fff; }
      .panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus, .panel-default > .panel-heading a:active {
        color: #f7f8df; }

.panel-body {
  background: #f7f8f1; }
  .panel-body table {
    background: #fff;
    border-color: #d1d1d1; }
    .panel-body table thead td {
      color: #fff !important;
      background-color: #c6c7a8 !important; }
    .panel-body table td, .panel-body table tr {
      border-color: #d1d1d1 !important; }

.panel-heading {
  padding: 20px; }

.atm-f {
  height: 28px !important; }

a.addthis_button_tweet {
  width: 85px !important; }

.addthis_button_facebook_like {
  line-height: 20px; }

html[lang="de"] a.addthis_button_tweet {
  width: 97px !important; }

html[lang="ru"] a.addthis_button_tweet {
  width: 101px !important; }

.fancybox-skin {
  background: #f5f7ef; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.fancybox-overlay {
  z-index: 1000002; }
  .fancybox-overlay .fancybox-wrap {
    z-index: 1000003; }

.text-danger {
  color: #F00; }

.has-error * + .text-danger {
  margin-top: 5px; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

/*================== tooltip ==================*/
.tooltip {
  z-index: 10000;
  opacity: 1 !important; }

.fancybox-margin .tooltip {
  z-index: 1000004; }

.tooltip-inner {
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 8px 7px 8px;
  background-color: #c6c7a8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #c6c7a8; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #c6c7a8; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #c6c7a8; }

.tooltip.right .tooltip-arrow {
  border-right-color: #c6c7a8; }

.tooltip.left .tooltip-arrow {
  border-left-color: #c6c7a8; }

.tooltip.bottom {
  padding-left: 5px;
  padding-right: 5px; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #c6c7a8;
    border-width: 15px;
    border-top-width: 0;
    margin: -2px 0 0 -14px; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #c6c7a8; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #c6c7a8; }

/*=============================================*/
.product-image .polaroid {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .product-image .polaroid .magnificent-area {
    z-index: 2 !important; }
  .product-image .polaroid .magnificent-viewport {
    z-index: 1 !important; }

.modal-backdrop {
  z-index: 1000002; }

.modal {
  z-index: 1000003; }

.fluid_container {
  max-width: 1218px;
  border: 25px solid #fff;
  border-top-width: 27px;
  border-bottom-width: 28px;
  margin: 0 auto -74px;
  position: relative;
  z-index: 2; }

.camera_container {
  position: relative;
  padding-bottom: 40.77%; }

@media (max-width: 613.19598px) {
  .camera_container {
    padding-bottom: 250px; } }
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0; }

.camera_wrap img {
  max-width: none !important; }

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%; }

.camera_pag {
  margin-top: -7.4%;
  position: relative;
  float: right;
  width: 22.8%;
  margin-right: 4%;
  padding-top: 37px;
  border-top: 1px solid #eae5e4;
  text-align: center;
  z-index: 2;
  line-height: 0; }
  .camera_pag .camera_pag_ul {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .camera_pag .camera_pag_ul li {
      float: left;
      display: inline-block;
      padding: 3px;
      margin-left: 5px;
      margin-right: 5px;
      cursor: pointer; }
      .camera_pag .camera_pag_ul li span {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #a69397;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .camera_pag .camera_pag_ul li span span {
          display: none; }
      .camera_pag .camera_pag_ul li:hover span, .camera_pag .camera_pag_ul li.cameracurrent span, .camera_pag .camera_pag_ul li.camera_hover span {
        background: #d6687b; }

.camera_link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.camera_src {
  display: none; }

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.cameraContent {
  display: none; }

.camera_target {
  overflow: hidden;
  text-align: left;
  z-index: 0; }

.camera_overlayer {
  position: absolute;
  width: 34%;
  top: 0;
  left: auto !important;
  right: 0;
  height: 100%;
  content: '';
  background: #fff;
  display: block;
  z-index: 2; }

.camera_target_content {
  overflow: hidden;
  z-index: 2; }

.camera_loader {
  background: #fff url("data:image/gif;base64,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") no-repeat center;
  border: 1px solid #d1d1d1;
  border-radius: 17px;
  height: 34px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -17px 0 0 -17px;
  top: 50%;
  width: 34px;
  z-index: 3; }

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4; }

.camerarelative {
  overflow: hidden;
  position: relative; }

.imgFake {
  cursor: pointer; }

.camera_command_wrap .hideNav {
  display: none; }

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4; }

.showIt {
  display: none; }

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative; }

.camera_caption {
  display: none; }

.cameraContent .camera_caption {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  color: #8b8b8b;
  background: #fff;
  padding: 3.5% 2.5% 0 5%;
  text-align: center; }
  .cameraContent .camera_caption .container {
    height: 100%; }
  .cameraContent .camera_caption .title {
    color: #aeb080;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 52px;
    background: url(../image/slide-title.png) no-repeat center top; }
    .cameraContent .camera_caption .title span {
      color: #b8858e;
      display: inline-block;
      margin-bottom: 17px;
      text-transform: none; }
  .cameraContent .camera_caption p {
    font-size: 15px;
    line-height: 21px;
    padding-left: 12%;
    padding-right: 12%; }

.cameraSlide, .cameraContent, .camera_target, .camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/*================   Custom Layout&Styles   =====================*/
.camera_prev, .camera_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 3%;
  margin-top: -16px;
  font-size: 33px;
  line-height: 33px;
  width: 35px;
  height: 30px;
  z-index: 5;
  color: rgba(51, 51, 51, 0.2);
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .camera_prev:hover, .camera_next:hover {
    color: #d6687b; }

.camera_next {
  left: auto;
  right: 3%; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .fluid_container {
    border-width: 20px;
    margin-bottom: -60px; }

  .cameraContent .camera_caption {
    padding-left: 40px;
    padding-right: 20px; }
    .cameraContent .camera_caption p {
      padding-left: 0;
      padding-right: 0; }
    .cameraContent .camera_caption .title {
      font-size: 29px;
      line-height: 38px;
      margin-bottom: 24px;
      padding-top: 42px; }
      .cameraContent .camera_caption .title span {
        margin-bottom: 14px; }

  .camera_pag {
    padding-top: 30px;
    margin-top: -5%;
    margin-right: 42px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fluid_container {
    border-width: 20px;
    margin-bottom: -48px; }

  .cameraContent .camera_caption {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 3%; }
    .cameraContent .camera_caption p {
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
      line-height: 20px; }
    .cameraContent .camera_caption .title {
      font-size: 23px;
      line-height: 30px;
      margin-bottom: 15px;
      padding-top: 34px; }
      .cameraContent .camera_caption .title span {
        margin-bottom: 11px; }

  .camera_pag {
    padding-top: 24px;
    margin-top: -5%;
    margin-right: 31px; } }
@media (max-width: 767px) {
  .fluid_container {
    border-width: 15px;
    margin-bottom: 0; }

  .cameraContent .camera_caption {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 4%; }
    .cameraContent .camera_caption p {
      padding-left: 0;
      padding-right: 0;
      font-size: 12px;
      line-height: 16px; }
    .cameraContent .camera_caption .title {
      font-size: 21px;
      line-height: 25px;
      margin-bottom: 15px;
      padding-top: 34px; }
      .cameraContent .camera_caption .title span {
        margin-bottom: 5px; }

  .camera_pag {
    padding-top: 12px;
    margin-top: -5%;
    width: 30%;
    margin-right: 6.5%; } }
@media (min-width: 481px) and (max-width: 767px) {
  .cameraContent .camera_caption,
  .camera_overlayer {
    width: 45%; } }
@media (max-width: 480px) {
  .cameraContent .camera_caption {
    background: none;
    display: none !important; }
    .cameraContent .camera_caption .title {
      display: none !important; }

  .camera_overlayer {
    background: none;
    width: 100%; }

  .camera_pag {
    width: 100%;
    margin-top: -50px;
    display: inline-block;
    padding: 0;
    margin-right: 0;
    border: none;
    text-align: center; }
    .camera_pag ul.camera_pag_ul {
      padding: 19px;
      display: inline-block; } }
